foreman_discovery 25.0.0 → 25.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +440 -452
- data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +397 -409
- data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +537 -549
- data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +280 -291
- data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +539 -551
- data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +541 -553
- data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +539 -551
- data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +339 -351
- data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +468 -480
- data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +536 -548
- data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +525 -537
- data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +493 -505
- data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +538 -550
- data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +510 -522
- data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +361 -373
- data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +540 -552
- data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +400 -412
- data/app/controllers/api/v2/discovered_hosts_controller.rb +2 -0
- data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +41 -35
- data/app/controllers/concerns/foreman/controller/parameters/discovery_rule.rb +18 -12
- data/app/controllers/discovered_hosts_controller.rb +0 -13
- data/app/controllers/discovered_hosts_controller.rb.orig +354 -0
- data/app/models/host/discovered.rb +1 -0
- data/app/services/foreman_discovery/fact_to_category_resolver.rb +11 -6
- data/app/services/foreman_discovery/lldp_neighbors.rb +6 -2
- data/app/views/api/v2/discovered_hosts/main.json.rabl +2 -1
- data/app/views/discovered_hosts/_discovered_host.html.erb +1 -0
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +2 -1
- data/app/views/discovered_hosts/show.html.erb +3 -1
- data/app/views/discovered_mailer/_discovered_host.html.erb +5 -0
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.po +2 -14
- data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/cs_CZ/foreman_discovery.po +128 -138
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.po +4 -16
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.po +13 -20
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.po +39 -51
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.po +47 -59
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.po +18 -30
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.po +2 -14
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.po +2 -14
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.po +27 -38
- data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ka/foreman_discovery.po +19 -31
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.po +98 -108
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.po +2 -14
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.po +2 -14
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.po +2 -14
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.po +20 -32
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.po +2 -14
- data/test/facts/facts_with_lldp_bond_candidate.json +7 -0
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +35 -0
- data/test/integration/discovered_hosts_test.rb +3 -1
- data/test/test_helper_discovery.rb +21 -7
- data/test/unit/lldp_neighbors_test.rb +34 -0
- metadata +4 -3
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_discovery": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_discovery
|
|
6
|
+
"Project-Id-Version": "foreman_discovery 25.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2013-11-15 17:25+0000",
|
|
9
|
-
"Last-Translator": "
|
|
10
|
-
"Language-Team": "Korean (http://
|
|
9
|
+
"Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2022",
|
|
10
|
+
"Language-Team": "Korean (http://app.transifex.com/foreman/foreman/language/ko/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
13
13
|
"Content-Transfer-Encoding": "8bit",
|
|
@@ -17,830 +17,818 @@
|
|
|
17
17
|
"domain": "foreman_discovery",
|
|
18
18
|
"plural_forms": "nplurals=1; plural=0;"
|
|
19
19
|
},
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
],
|
|
23
|
-
"filter results": [
|
|
24
|
-
"필터 결과 "
|
|
25
|
-
],
|
|
26
|
-
"sort results": [
|
|
27
|
-
"결과 정렬 "
|
|
28
|
-
],
|
|
29
|
-
"paginate results": [
|
|
30
|
-
"페이지네이션 결과 "
|
|
31
|
-
],
|
|
32
|
-
"number of entries per request": [
|
|
33
|
-
"요청 당 항목 수 "
|
|
20
|
+
"%s - The following hosts are about to be changed": [
|
|
21
|
+
"%s - 다음 호스트는 즉시 변경됩니다"
|
|
34
22
|
],
|
|
35
|
-
"
|
|
36
|
-
"검색된
|
|
23
|
+
"%s discovered hosts were provisioned": [
|
|
24
|
+
"%s개의 검색된 호스트를 프로비저닝했습니다."
|
|
37
25
|
],
|
|
38
|
-
"
|
|
26
|
+
"<b>Foreman</b> Discovered hosts summary": [
|
|
39
27
|
""
|
|
40
28
|
],
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
],
|
|
44
|
-
"Provision a discovered host": [
|
|
45
|
-
"검색된 호스트 프로비저닝 "
|
|
46
|
-
],
|
|
47
|
-
"required if host is managed and value is not inherited from host group": [
|
|
48
|
-
"호스트가 관리되고 있으며 값이 호스트 그룹에서 상속되지 않은 경우에 필요합니다 "
|
|
49
|
-
],
|
|
50
|
-
"not required if using a subnet with DHCP proxy": [
|
|
51
|
-
"DHCP 프록시를 갖는 서브넷을 사용할 필요가 없습니다 "
|
|
29
|
+
"A summary of discovered hosts": [
|
|
30
|
+
""
|
|
52
31
|
],
|
|
53
|
-
"
|
|
54
|
-
"
|
|
32
|
+
"Actions": [
|
|
33
|
+
"동작"
|
|
55
34
|
],
|
|
56
|
-
"
|
|
57
|
-
"
|
|
35
|
+
"Assign Location": [
|
|
36
|
+
"위치 지정"
|
|
58
37
|
],
|
|
59
|
-
"
|
|
60
|
-
"
|
|
38
|
+
"Assign Organization": [
|
|
39
|
+
"조직 지정"
|
|
61
40
|
],
|
|
62
|
-
"
|
|
63
|
-
"
|
|
41
|
+
"Associated Hosts": [
|
|
42
|
+
""
|
|
64
43
|
],
|
|
65
|
-
"
|
|
66
|
-
"
|
|
44
|
+
"Auto Provision": [
|
|
45
|
+
"자동 프로비저닝"
|
|
67
46
|
],
|
|
68
|
-
"
|
|
69
|
-
"
|
|
47
|
+
"Auto provisioning": [
|
|
48
|
+
""
|
|
70
49
|
],
|
|
71
|
-
"
|
|
72
|
-
"
|
|
50
|
+
"Automatic bond interface (if another interface is detected on the same VLAN via LLDP)": [
|
|
51
|
+
""
|
|
73
52
|
],
|
|
74
|
-
"
|
|
53
|
+
"Automatically generate PXE configuration to pin a newly discovered host to discovery": [
|
|
75
54
|
""
|
|
76
55
|
],
|
|
77
|
-
"
|
|
78
|
-
"
|
|
56
|
+
"Automatically provision newly discovered hosts, according to the provisioning rules": [
|
|
57
|
+
"프로비저닝 규칙에 따라 새로 검색된 호스트의 자동 프로비저닝"
|
|
79
58
|
],
|
|
80
|
-
"
|
|
81
|
-
"
|
|
59
|
+
"Automatically reboot or kexec discovered host during provisioning": [
|
|
60
|
+
""
|
|
82
61
|
],
|
|
83
|
-
"
|
|
84
|
-
"
|
|
62
|
+
"Back": [
|
|
63
|
+
"뒤로"
|
|
85
64
|
],
|
|
86
|
-
"
|
|
87
|
-
"
|
|
65
|
+
"CPUs": [
|
|
66
|
+
"CPU"
|
|
88
67
|
],
|
|
89
|
-
"
|
|
90
|
-
"
|
|
68
|
+
"Cancel": [
|
|
69
|
+
"취소"
|
|
91
70
|
],
|
|
92
|
-
"
|
|
93
|
-
"
|
|
71
|
+
"Clean all facts": [
|
|
72
|
+
""
|
|
94
73
|
],
|
|
95
|
-
"
|
|
96
|
-
"
|
|
74
|
+
"Clean all reported facts during provisioning (except discovery facts)": [
|
|
75
|
+
""
|
|
97
76
|
],
|
|
98
|
-
"
|
|
99
|
-
"
|
|
77
|
+
"Clone": [
|
|
78
|
+
"복제(Clone)"
|
|
100
79
|
],
|
|
101
|
-
"
|
|
102
|
-
"
|
|
80
|
+
"Clone %s": [
|
|
81
|
+
"%s 복제"
|
|
103
82
|
],
|
|
104
|
-
"
|
|
105
|
-
"
|
|
83
|
+
"Collapse All": [
|
|
84
|
+
"모두 축소"
|
|
106
85
|
],
|
|
107
|
-
"
|
|
108
|
-
"
|
|
86
|
+
"Could not get facts from proxy %{url}: %{error}": [
|
|
87
|
+
"프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
|
|
109
88
|
],
|
|
110
|
-
"
|
|
111
|
-
"
|
|
89
|
+
"Create Host": [
|
|
90
|
+
"호스트 생성"
|
|
112
91
|
],
|
|
113
|
-
"
|
|
114
|
-
"
|
|
92
|
+
"Create Rule": [
|
|
93
|
+
""
|
|
115
94
|
],
|
|
116
|
-
"
|
|
117
|
-
"검색된
|
|
95
|
+
"Create a discovered host for testing (use /facts to create new hosts)": [
|
|
96
|
+
"검색된 호스트를 테스트용으로 생성(/facts를 사용하여 새 호스트 생성)"
|
|
118
97
|
],
|
|
119
|
-
"
|
|
120
|
-
"
|
|
98
|
+
"Create a discovery rule": [
|
|
99
|
+
"검색 규칙 생성"
|
|
121
100
|
],
|
|
122
|
-
"
|
|
123
|
-
"
|
|
101
|
+
"Create bond interfaces": [
|
|
102
|
+
""
|
|
124
103
|
],
|
|
125
|
-
"
|
|
126
|
-
"
|
|
104
|
+
"Customize Host": [
|
|
105
|
+
""
|
|
127
106
|
],
|
|
128
|
-
"
|
|
129
|
-
"
|
|
107
|
+
"DHCP filename option (Grub2 or PXELinux by default)": [
|
|
108
|
+
""
|
|
130
109
|
],
|
|
131
|
-
"
|
|
132
|
-
"
|
|
110
|
+
"Delete": [
|
|
111
|
+
"삭제"
|
|
133
112
|
],
|
|
134
|
-
"
|
|
135
|
-
"
|
|
113
|
+
"Delete %s?": [
|
|
114
|
+
"%s 을(를) 삭제하시겠습니까?"
|
|
136
115
|
],
|
|
137
|
-
"
|
|
138
|
-
"
|
|
116
|
+
"Delete a discovered host": [
|
|
117
|
+
"검색된 호스트 삭제"
|
|
139
118
|
],
|
|
140
|
-
"
|
|
141
|
-
"
|
|
119
|
+
"Delete a rule": [
|
|
120
|
+
"규칙 삭제"
|
|
142
121
|
],
|
|
143
|
-
"
|
|
144
|
-
"
|
|
122
|
+
"Delete rule '%s'?": [
|
|
123
|
+
""
|
|
145
124
|
],
|
|
146
|
-
"
|
|
147
|
-
"
|
|
125
|
+
"Destroyed selected hosts": [
|
|
126
|
+
"선택된 호스트 삭제"
|
|
148
127
|
],
|
|
149
|
-
"
|
|
150
|
-
"
|
|
128
|
+
"Details": [
|
|
129
|
+
"상세 정보"
|
|
151
130
|
],
|
|
152
|
-
"
|
|
153
|
-
"
|
|
131
|
+
"Disable": [
|
|
132
|
+
"비활성화"
|
|
154
133
|
],
|
|
155
|
-
"
|
|
134
|
+
"Disable rule '%s'?": [
|
|
156
135
|
""
|
|
157
136
|
],
|
|
158
|
-
"
|
|
137
|
+
"Discovered Host": [
|
|
138
|
+
"",
|
|
159
139
|
""
|
|
160
140
|
],
|
|
161
|
-
"
|
|
162
|
-
"검색 규칙 생성 "
|
|
163
|
-
],
|
|
164
|
-
"Update a rule": [
|
|
165
|
-
"규칙 업데이트 "
|
|
166
|
-
],
|
|
167
|
-
"Delete a rule": [
|
|
168
|
-
"규칙 삭제 "
|
|
169
|
-
],
|
|
170
|
-
"List all fact values of a given discovered host": [
|
|
141
|
+
"Discovered Hosts": [
|
|
171
142
|
""
|
|
172
143
|
],
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
],
|
|
176
|
-
"No hostgroup associated with rule '%s'": [
|
|
177
|
-
"'%s' 규칙에 연결된 호스트 그룹이 없습니다."
|
|
178
|
-
],
|
|
179
|
-
"Errors during reboot: %s": [
|
|
180
|
-
"재부팅 도중 오류가 발생했습니다: %s"
|
|
144
|
+
"Discovered Rules": [
|
|
145
|
+
""
|
|
181
146
|
],
|
|
182
|
-
"
|
|
183
|
-
"
|
|
147
|
+
"Discovered host '%{host}' has all NICs filtered out, filter: %{filter}": [
|
|
148
|
+
""
|
|
184
149
|
],
|
|
185
|
-
"
|
|
150
|
+
"Discovered host reported from unknown subnet, communication will not be proxied.": [
|
|
186
151
|
""
|
|
187
152
|
],
|
|
188
|
-
"
|
|
189
|
-
"%s
|
|
153
|
+
"Discovered host: %s": [
|
|
154
|
+
"검색된 호스트: %s"
|
|
190
155
|
],
|
|
191
|
-
"
|
|
192
|
-
"
|
|
156
|
+
"Discovered hosts are provisioning now": [
|
|
157
|
+
"현재 검색된 호스트를 프로비저닝하고 있습니다"
|
|
193
158
|
],
|
|
194
|
-
"
|
|
195
|
-
"
|
|
159
|
+
"Discovered hosts are rebooting now": [
|
|
160
|
+
"현재 검색된 호스트를 재부팅하고 있습니다."
|
|
196
161
|
],
|
|
197
|
-
"
|
|
198
|
-
"
|
|
162
|
+
"Discovered hosts from Foreman server at %{foreman_url}": [
|
|
163
|
+
""
|
|
199
164
|
],
|
|
200
|
-
"
|
|
201
|
-
"
|
|
165
|
+
"Discovered hosts reported from unknown subnet are %s, communication will not be proxied.": [
|
|
166
|
+
""
|
|
202
167
|
],
|
|
203
|
-
"
|
|
204
|
-
"
|
|
168
|
+
"Discovered hosts summary": [
|
|
169
|
+
""
|
|
205
170
|
],
|
|
206
|
-
"
|
|
207
|
-
"
|
|
171
|
+
"Discovery": [
|
|
172
|
+
""
|
|
208
173
|
],
|
|
209
|
-
"
|
|
210
|
-
"
|
|
174
|
+
"Discovery Proxy": [
|
|
175
|
+
""
|
|
211
176
|
],
|
|
212
|
-
"
|
|
213
|
-
"
|
|
177
|
+
"Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
|
|
178
|
+
""
|
|
214
179
|
],
|
|
215
|
-
"
|
|
216
|
-
"
|
|
180
|
+
"Discovery Rules": [
|
|
181
|
+
"검색 규칙"
|
|
217
182
|
],
|
|
218
|
-
"
|
|
219
|
-
"
|
|
183
|
+
"Discovery fact parser does not work with non-discovery host '%{host}'": [
|
|
184
|
+
""
|
|
220
185
|
],
|
|
221
|
-
"
|
|
222
|
-
"
|
|
186
|
+
"Discovery hostname naming pattern": [
|
|
187
|
+
""
|
|
223
188
|
],
|
|
224
|
-
"
|
|
189
|
+
"Discovery location": [
|
|
225
190
|
""
|
|
226
191
|
],
|
|
227
|
-
"
|
|
192
|
+
"Discovery organization": [
|
|
228
193
|
""
|
|
229
194
|
],
|
|
230
|
-
"
|
|
231
|
-
"
|
|
195
|
+
"DiscoveryRule|Enabled": [
|
|
196
|
+
"활성화"
|
|
232
197
|
],
|
|
233
|
-
"
|
|
234
|
-
"
|
|
198
|
+
"DiscoveryRule|Name": [
|
|
199
|
+
"이름"
|
|
235
200
|
],
|
|
236
|
-
"
|
|
237
|
-
"
|
|
201
|
+
"DiscoveryRule|Priority": [
|
|
202
|
+
"우선 순위"
|
|
238
203
|
],
|
|
239
|
-
"
|
|
240
|
-
"
|
|
204
|
+
"DiscoveryRule|Query": [
|
|
205
|
+
"쿼리"
|
|
241
206
|
],
|
|
242
|
-
"
|
|
243
|
-
"
|
|
207
|
+
"Disk Count": [
|
|
208
|
+
"디스크 수"
|
|
244
209
|
],
|
|
245
|
-
"
|
|
246
|
-
"
|
|
210
|
+
"Disk count": [
|
|
211
|
+
"디스크 수"
|
|
247
212
|
],
|
|
248
|
-
"
|
|
249
|
-
"
|
|
213
|
+
"Disks Size": [
|
|
214
|
+
""
|
|
250
215
|
],
|
|
251
|
-
"
|
|
252
|
-
"
|
|
216
|
+
"Disks size": [
|
|
217
|
+
"디스크 크기"
|
|
253
218
|
],
|
|
254
|
-
"
|
|
255
|
-
"
|
|
219
|
+
"Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)": [
|
|
220
|
+
""
|
|
256
221
|
],
|
|
257
|
-
"
|
|
258
|
-
"
|
|
222
|
+
"Domain will be appended automatically. A hostname based on MAC address will be used when left blank.": [
|
|
223
|
+
""
|
|
259
224
|
],
|
|
260
|
-
"
|
|
261
|
-
"%s
|
|
225
|
+
"Edit %s": [
|
|
226
|
+
"%s 편집"
|
|
262
227
|
],
|
|
263
|
-
"
|
|
264
|
-
"
|
|
228
|
+
"Enable": [
|
|
229
|
+
"활성화"
|
|
265
230
|
],
|
|
266
|
-
"
|
|
267
|
-
"
|
|
231
|
+
"Enable rule '%s'?": [
|
|
232
|
+
""
|
|
268
233
|
],
|
|
269
|
-
"
|
|
270
|
-
"
|
|
234
|
+
"Error message goes here": [
|
|
235
|
+
""
|
|
271
236
|
],
|
|
272
|
-
"
|
|
273
|
-
"
|
|
237
|
+
"Error on existing NIC": [
|
|
238
|
+
""
|
|
274
239
|
],
|
|
275
|
-
"
|
|
276
|
-
"
|
|
240
|
+
"Errors during auto provisioning: %s": [
|
|
241
|
+
"자동 프로비저닝 도중 오류 발생: %s"
|
|
277
242
|
],
|
|
278
|
-
"
|
|
279
|
-
"
|
|
243
|
+
"Errors during reboot: %s": [
|
|
244
|
+
"재부팅 도중 오류가 발생했습니다: %s"
|
|
280
245
|
],
|
|
281
|
-
"
|
|
282
|
-
"
|
|
246
|
+
"Execute rules against a discovered host": [
|
|
247
|
+
"검색된 호스트에 대해 규칙 실행"
|
|
283
248
|
],
|
|
284
|
-
"
|
|
285
|
-
"
|
|
249
|
+
"Execute rules against all currently discovered hosts": [
|
|
250
|
+
"현재 검색된 모든 호스트에 대해 규칙 실행"
|
|
286
251
|
],
|
|
287
|
-
"
|
|
288
|
-
"
|
|
252
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname": [
|
|
253
|
+
"필요한 discovery_fact '%s'이(가) 누락되었습니다. 기본 인터페이스와 설정된 호스트 이름을 감지할 수 없습니다."
|
|
289
254
|
],
|
|
290
|
-
"
|
|
255
|
+
"Extra facter columns to show in host lists": [
|
|
291
256
|
""
|
|
292
257
|
],
|
|
293
|
-
"
|
|
258
|
+
"Fact + prefix": [
|
|
294
259
|
""
|
|
295
260
|
],
|
|
296
|
-
"
|
|
297
|
-
"비활성화 "
|
|
298
|
-
],
|
|
299
|
-
"Disable rule '%s'?": [
|
|
261
|
+
"Fact columns": [
|
|
300
262
|
""
|
|
301
263
|
],
|
|
302
|
-
"
|
|
303
|
-
"
|
|
264
|
+
"Fact name to use for primary interface detection": [
|
|
265
|
+
""
|
|
304
266
|
],
|
|
305
|
-
"
|
|
267
|
+
"Facts could not be imported": [
|
|
306
268
|
""
|
|
307
269
|
],
|
|
308
|
-
"
|
|
309
|
-
"
|
|
270
|
+
"Facts refreshed for %s": [
|
|
271
|
+
"%s에 대해 업데이트된 팩트"
|
|
310
272
|
],
|
|
311
|
-
"
|
|
312
|
-
""
|
|
273
|
+
"Failed to auto provision host %s: %s": [
|
|
274
|
+
"호스트 %s의 자동 프로비저닝에 실패했습니다: %s"
|
|
313
275
|
],
|
|
314
|
-
"
|
|
315
|
-
""
|
|
276
|
+
"Failed to reboot host %s": [
|
|
277
|
+
"호스트 %s 재부팅에 실패했습니다"
|
|
316
278
|
],
|
|
317
|
-
"
|
|
318
|
-
""
|
|
279
|
+
"Failed to reboot host %{hostname} with error %{error_message}": [
|
|
280
|
+
"오류 %{error_message}를 표시하는 호스트 %{hostname} 재부팅에 실패했습니다"
|
|
319
281
|
],
|
|
320
|
-
"
|
|
321
|
-
"
|
|
282
|
+
"Failed to reboot hosts with error %s": [
|
|
283
|
+
"%s 오류가 발생하여 호스트를 재부팅하지 못했습니다."
|
|
322
284
|
],
|
|
323
|
-
"
|
|
324
|
-
"
|
|
285
|
+
"Failed to refresh facts for %s": [
|
|
286
|
+
"%s에 대한 팩트를 새로고침하는데 실패했습니다"
|
|
325
287
|
],
|
|
326
|
-
"
|
|
327
|
-
""
|
|
288
|
+
"Failed to refresh facts for %{hostname} with error %{error_message}": [
|
|
289
|
+
"%{error_message} 오류가 발생하여 %{hostname}의 팩트를 새로 고치지 못했습니다."
|
|
328
290
|
],
|
|
329
|
-
"
|
|
330
|
-
"",
|
|
291
|
+
"For more information please see ": [
|
|
331
292
|
""
|
|
332
293
|
],
|
|
333
|
-
"
|
|
334
|
-
"",
|
|
294
|
+
"Force DNS": [
|
|
335
295
|
""
|
|
336
296
|
],
|
|
337
|
-
"
|
|
297
|
+
"Force DNS entries creation when provisioning discovered host": [
|
|
338
298
|
""
|
|
339
299
|
],
|
|
340
|
-
"
|
|
300
|
+
"Foreman Discovery": [
|
|
341
301
|
""
|
|
342
302
|
],
|
|
343
|
-
"
|
|
303
|
+
"Foreman discovered hosts summary": [
|
|
344
304
|
""
|
|
345
305
|
],
|
|
346
|
-
"
|
|
347
|
-
"
|
|
306
|
+
"Hardware": [
|
|
307
|
+
"하드웨어"
|
|
348
308
|
],
|
|
349
|
-
"
|
|
350
|
-
"
|
|
309
|
+
"Hardware facts": [
|
|
310
|
+
""
|
|
351
311
|
],
|
|
352
|
-
"
|
|
312
|
+
"Highlighted facts": [
|
|
353
313
|
""
|
|
354
314
|
],
|
|
355
|
-
"
|
|
315
|
+
"Highlights": [
|
|
356
316
|
""
|
|
357
317
|
],
|
|
358
|
-
"
|
|
359
|
-
"
|
|
318
|
+
"Host": [
|
|
319
|
+
"호스트"
|
|
360
320
|
],
|
|
361
|
-
"
|
|
321
|
+
"Host %s has been dicovered": [
|
|
362
322
|
""
|
|
363
323
|
],
|
|
364
|
-
"
|
|
365
|
-
""
|
|
324
|
+
"Host %{host} was provisioned with rule %{rule}": [
|
|
325
|
+
"호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다"
|
|
366
326
|
],
|
|
367
|
-
"
|
|
327
|
+
"Host Group": [
|
|
328
|
+
"호스트 그룹"
|
|
329
|
+
],
|
|
330
|
+
"Host group location %s must also be associated to the discovery rule": [
|
|
331
|
+
"",
|
|
368
332
|
""
|
|
369
333
|
],
|
|
370
|
-
"
|
|
334
|
+
"Host group organization %s must also be associated to the discovery rule": [
|
|
335
|
+
"",
|
|
371
336
|
""
|
|
372
337
|
],
|
|
373
|
-
"
|
|
374
|
-
"%s
|
|
338
|
+
"Host of type %s can not be rebooted": [
|
|
339
|
+
"호스트 유형 %s은(는) 재부팅할 수 없습니다"
|
|
375
340
|
],
|
|
376
|
-
"
|
|
377
|
-
"
|
|
341
|
+
"Host's owner type": [
|
|
342
|
+
"호스트의 소유자 유형"
|
|
378
343
|
],
|
|
379
|
-
"
|
|
380
|
-
"
|
|
344
|
+
"Host's parameters (array or indexed hash)": [
|
|
345
|
+
"호스트의 매개 변수(배열 또는 인덱싱된 해시)"
|
|
381
346
|
],
|
|
382
|
-
"
|
|
347
|
+
"Hostname facts": [
|
|
383
348
|
""
|
|
384
349
|
],
|
|
385
|
-
"
|
|
386
|
-
""
|
|
350
|
+
"Hostname for provisioned hosts": [
|
|
351
|
+
"프로비저닝된 호스트의 호스트 이름"
|
|
387
352
|
],
|
|
388
|
-
"
|
|
353
|
+
"Hostname prefix": [
|
|
389
354
|
""
|
|
390
355
|
],
|
|
391
|
-
"
|
|
356
|
+
"Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID).": [
|
|
392
357
|
""
|
|
393
358
|
],
|
|
394
|
-
"
|
|
395
|
-
""
|
|
359
|
+
"Hosts": [
|
|
360
|
+
"호스트"
|
|
396
361
|
],
|
|
397
|
-
"
|
|
398
|
-
""
|
|
362
|
+
"Hosts Limit": [
|
|
363
|
+
"호스트 제한"
|
|
399
364
|
],
|
|
400
|
-
"
|
|
365
|
+
"Hosts/Limit": [
|
|
401
366
|
""
|
|
402
367
|
],
|
|
403
|
-
"
|
|
404
|
-
"
|
|
368
|
+
"ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
|
|
369
|
+
""
|
|
405
370
|
],
|
|
406
|
-
"
|
|
407
|
-
"
|
|
371
|
+
"IP Address": [
|
|
372
|
+
"IP 주소"
|
|
408
373
|
],
|
|
409
|
-
"
|
|
410
|
-
"
|
|
374
|
+
"IP address": [
|
|
375
|
+
"IP 주소"
|
|
411
376
|
],
|
|
412
|
-
"
|
|
413
|
-
"
|
|
377
|
+
"IPAM must be configured for subnet '%s'": [
|
|
378
|
+
""
|
|
414
379
|
],
|
|
415
380
|
"IPMI": [
|
|
416
381
|
"IPMI"
|
|
417
382
|
],
|
|
418
|
-
"
|
|
419
|
-
"기타"
|
|
420
|
-
],
|
|
421
|
-
"IPAM must be configured for subnet '%s'": [
|
|
422
|
-
""
|
|
423
|
-
],
|
|
424
|
-
"Options must be hash": [
|
|
383
|
+
"IPMI facts": [
|
|
425
384
|
""
|
|
426
385
|
],
|
|
427
|
-
"
|
|
428
|
-
""
|
|
386
|
+
"Identifier": [
|
|
387
|
+
"식별자"
|
|
429
388
|
],
|
|
430
|
-
"
|
|
431
|
-
""
|
|
389
|
+
"Image API processing error: %{msg} (HTTP/%{code}, body: %{body})": [
|
|
390
|
+
"이미지 API 처리 오류: %{msg}(HTTP/%{code}, 본문: %{body})"
|
|
432
391
|
],
|
|
433
392
|
"Image API returned HTTP/%{code} with '%{body}": [
|
|
434
393
|
"이미지 API에서 '%{body}'이(가) 포함된 HTTP/%{code}을(를) 반환했습니다."
|
|
435
394
|
],
|
|
436
|
-
"
|
|
437
|
-
"이미지 API 처리 오류: %{msg}(HTTP/%{code}, 본문: %{body})"
|
|
438
|
-
],
|
|
439
|
-
"One or more hosts with failed discovery due to error: %s": [
|
|
395
|
+
"In addition to @host attribute function rand for random integers is available. Examples:": [
|
|
440
396
|
""
|
|
441
397
|
],
|
|
442
|
-
"
|
|
398
|
+
"Init RAM kexec URL is invalid: '%s'": [
|
|
443
399
|
""
|
|
444
400
|
],
|
|
445
|
-
"
|
|
446
|
-
"",
|
|
401
|
+
"Interface fact": [
|
|
447
402
|
""
|
|
448
403
|
],
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
-
],
|
|
452
|
-
"Host": [
|
|
453
|
-
"호스트"
|
|
404
|
+
"Interfaces": [
|
|
405
|
+
"인터페이스"
|
|
454
406
|
],
|
|
455
|
-
"
|
|
456
|
-
"
|
|
407
|
+
"Invalid facts, must be a Hash": [
|
|
408
|
+
"잘못된 팩트, 해시여야 합니다"
|
|
457
409
|
],
|
|
458
|
-
"
|
|
459
|
-
"
|
|
410
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s": [
|
|
411
|
+
""
|
|
460
412
|
],
|
|
461
|
-
"
|
|
462
|
-
"
|
|
413
|
+
"Invalid hostname: Could not normalize the hostname": [
|
|
414
|
+
""
|
|
463
415
|
],
|
|
464
|
-
"
|
|
416
|
+
"Invalid user type of %s was provided": [
|
|
465
417
|
""
|
|
466
418
|
],
|
|
467
|
-
"
|
|
419
|
+
"Kernel kexec URL is invalid: '%s'": [
|
|
468
420
|
""
|
|
469
421
|
],
|
|
470
|
-
"
|
|
471
|
-
"
|
|
422
|
+
"Kexec template not associated with operating system": [
|
|
423
|
+
"Kexec 템플릿이 운영 체제에 연결되어 있지 않습니다."
|
|
472
424
|
],
|
|
473
|
-
"
|
|
474
|
-
"
|
|
425
|
+
"Last Facts Upload": [
|
|
426
|
+
""
|
|
475
427
|
],
|
|
476
|
-
"
|
|
477
|
-
"
|
|
428
|
+
"List all discovered hosts": [
|
|
429
|
+
"검색된 모든 호스트를 나열"
|
|
478
430
|
],
|
|
479
|
-
"
|
|
480
|
-
"
|
|
431
|
+
"List all discovery rules": [
|
|
432
|
+
"모든 검색 규칙을 나열"
|
|
481
433
|
],
|
|
482
|
-
"
|
|
483
|
-
"
|
|
434
|
+
"List all fact values of a given discovered host": [
|
|
435
|
+
""
|
|
484
436
|
],
|
|
485
|
-
"
|
|
437
|
+
"List of facts to use for the hostname (first wins)": [
|
|
486
438
|
""
|
|
487
439
|
],
|
|
488
440
|
"Location": [
|
|
489
|
-
"위치
|
|
441
|
+
"위치"
|
|
490
442
|
],
|
|
491
|
-
"
|
|
492
|
-
"
|
|
493
|
-
],
|
|
494
|
-
"Subnet": [
|
|
495
|
-
"서브넷 "
|
|
443
|
+
"Locations": [
|
|
444
|
+
"위치"
|
|
496
445
|
],
|
|
497
|
-
"
|
|
446
|
+
"Lock PXE": [
|
|
498
447
|
""
|
|
499
448
|
],
|
|
500
|
-
"
|
|
501
|
-
"
|
|
449
|
+
"Locked PXEGrub template name": [
|
|
450
|
+
""
|
|
502
451
|
],
|
|
503
|
-
"
|
|
504
|
-
"
|
|
452
|
+
"Locked PXEGrub2 template name": [
|
|
453
|
+
""
|
|
505
454
|
],
|
|
506
|
-
"
|
|
507
|
-
"
|
|
455
|
+
"Locked PXELinux template name": [
|
|
456
|
+
""
|
|
508
457
|
],
|
|
509
|
-
"
|
|
510
|
-
"
|
|
458
|
+
"MAC address": [
|
|
459
|
+
"MAC 주소"
|
|
511
460
|
],
|
|
512
|
-
"
|
|
461
|
+
"MAC-based name": [
|
|
513
462
|
""
|
|
514
463
|
],
|
|
515
|
-
"
|
|
516
|
-
"
|
|
464
|
+
"Maximum hosts provisioned with this rule (0 = unlimited)": [
|
|
465
|
+
"이 규칙에서 프로비저닝되는 최대 호스트 수 (0 = 무제한)"
|
|
517
466
|
],
|
|
518
|
-
"
|
|
519
|
-
"
|
|
467
|
+
"Memory": [
|
|
468
|
+
"메모리"
|
|
520
469
|
],
|
|
521
|
-
"
|
|
522
|
-
"
|
|
470
|
+
"Miscellaneous": [
|
|
471
|
+
"기타"
|
|
523
472
|
],
|
|
524
|
-
"
|
|
525
|
-
"
|
|
473
|
+
"Model": [
|
|
474
|
+
"모델"
|
|
526
475
|
],
|
|
527
|
-
"
|
|
528
|
-
"
|
|
476
|
+
"N/A": [
|
|
477
|
+
"N/A"
|
|
529
478
|
],
|
|
530
|
-
"
|
|
531
|
-
"
|
|
479
|
+
"Name": [
|
|
480
|
+
"이름"
|
|
532
481
|
],
|
|
533
|
-
"
|
|
534
|
-
"
|
|
482
|
+
"Name of the parameter": [
|
|
483
|
+
"매개 변수의 이름"
|
|
535
484
|
],
|
|
536
|
-
"
|
|
537
|
-
"
|
|
485
|
+
"Network": [
|
|
486
|
+
"네트워크"
|
|
538
487
|
],
|
|
539
|
-
"
|
|
540
|
-
"
|
|
488
|
+
"Network facts": [
|
|
489
|
+
""
|
|
541
490
|
],
|
|
542
|
-
"
|
|
543
|
-
"
|
|
491
|
+
"New Discovery Rule": [
|
|
492
|
+
"새 검색 규칙"
|
|
544
493
|
],
|
|
545
|
-
"
|
|
494
|
+
"New hosts": [
|
|
546
495
|
""
|
|
547
496
|
],
|
|
548
|
-
"
|
|
497
|
+
"New in the last 24 hours": [
|
|
498
|
+
"지난 24시간 이내의 신규 항목"
|
|
499
|
+
],
|
|
500
|
+
"No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts": [
|
|
549
501
|
""
|
|
550
502
|
],
|
|
551
|
-
"
|
|
503
|
+
"No discovered hosts available": [
|
|
504
|
+
"사용 가능한 검색된 호스트가 없습니다"
|
|
505
|
+
],
|
|
506
|
+
"No discovered hosts for the selected period": [
|
|
552
507
|
""
|
|
553
508
|
],
|
|
554
|
-
"
|
|
509
|
+
"No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned.": [
|
|
555
510
|
""
|
|
556
511
|
],
|
|
557
|
-
"
|
|
558
|
-
"
|
|
512
|
+
"No discovered hosts to provision": [
|
|
513
|
+
"프로비저닝할 검색된 호스트가 없습니다"
|
|
559
514
|
],
|
|
560
|
-
"
|
|
561
|
-
"
|
|
515
|
+
"No discovered hosts to reboot": [
|
|
516
|
+
"재부팅할 검색된 호스트가 없습니다."
|
|
562
517
|
],
|
|
563
|
-
"No
|
|
564
|
-
""
|
|
518
|
+
"No hostgroup associated with rule '%s'": [
|
|
519
|
+
"'%s' 규칙에 연결된 호스트 그룹이 없습니다."
|
|
565
520
|
],
|
|
566
|
-
"
|
|
567
|
-
""
|
|
521
|
+
"No hosts selected": [
|
|
522
|
+
"선택된 호스트가 없음"
|
|
523
|
+
],
|
|
524
|
+
"No hosts were found with that id or name": [
|
|
525
|
+
"해당 ID 또는 이름의 호스트를 찾을 수 없습니다"
|
|
568
526
|
],
|
|
569
527
|
"No new discovered hosts for this period": [
|
|
570
528
|
""
|
|
571
529
|
],
|
|
572
|
-
"
|
|
573
|
-
"
|
|
530
|
+
"No rule found for host %s": [
|
|
531
|
+
"호스트 %s에 대한 규칙을 찾을 수 없습니다"
|
|
574
532
|
],
|
|
575
|
-
"
|
|
576
|
-
"
|
|
533
|
+
"Not reported in more than 7 days": [
|
|
534
|
+
"7일 넘게 보고되지 않음"
|
|
577
535
|
],
|
|
578
|
-
"
|
|
579
|
-
"
|
|
536
|
+
"One or more hosts have been discovered": [
|
|
537
|
+
""
|
|
580
538
|
],
|
|
581
|
-
"
|
|
582
|
-
"
|
|
539
|
+
"One or more hosts with failed discovery due to error: %s": [
|
|
540
|
+
""
|
|
583
541
|
],
|
|
584
|
-
"
|
|
585
|
-
"
|
|
542
|
+
"Option 'url' must be provided": [
|
|
543
|
+
""
|
|
586
544
|
],
|
|
587
|
-
"
|
|
588
|
-
"
|
|
545
|
+
"Option 'url' must be valid URI: %s": [
|
|
546
|
+
""
|
|
589
547
|
],
|
|
590
|
-
"
|
|
591
|
-
"
|
|
548
|
+
"Options must be hash": [
|
|
549
|
+
""
|
|
550
|
+
],
|
|
551
|
+
"Organization": [
|
|
552
|
+
"조직"
|
|
592
553
|
],
|
|
593
|
-
"
|
|
594
|
-
"
|
|
554
|
+
"Organizations": [
|
|
555
|
+
"조직"
|
|
595
556
|
],
|
|
596
|
-
"
|
|
597
|
-
"
|
|
557
|
+
"PXEGrub template to be used when pinning a host to discovery": [
|
|
558
|
+
""
|
|
598
559
|
],
|
|
599
|
-
"
|
|
560
|
+
"PXEGrub2 template to be used when pinning a host to discovery": [
|
|
600
561
|
""
|
|
601
562
|
],
|
|
602
|
-
"
|
|
563
|
+
"PXELinux template to be used when pinning a host to discovery": [
|
|
603
564
|
""
|
|
604
565
|
],
|
|
605
|
-
"
|
|
566
|
+
"Parameter value": [
|
|
567
|
+
"매개 변수 값"
|
|
568
|
+
],
|
|
569
|
+
"Please Confirm": [
|
|
570
|
+
"확인해 주십시오"
|
|
571
|
+
],
|
|
572
|
+
"Prefer IPv6": [
|
|
606
573
|
""
|
|
607
574
|
],
|
|
608
|
-
"
|
|
575
|
+
"Prefer IPv6 to IPv4 when calling discovered nodes": [
|
|
609
576
|
""
|
|
610
577
|
],
|
|
611
|
-
"
|
|
612
|
-
"
|
|
578
|
+
"Primary": [
|
|
579
|
+
"주"
|
|
613
580
|
],
|
|
614
|
-
"
|
|
615
|
-
"
|
|
581
|
+
"Provision": [
|
|
582
|
+
"프로비저닝"
|
|
616
583
|
],
|
|
617
|
-
"
|
|
618
|
-
"
|
|
584
|
+
"Provision %s": [
|
|
585
|
+
""
|
|
619
586
|
],
|
|
620
|
-
"
|
|
587
|
+
"Provision a discovered host": [
|
|
588
|
+
"검색된 호스트 프로비저닝"
|
|
589
|
+
],
|
|
590
|
+
"Random name": [
|
|
621
591
|
""
|
|
622
592
|
],
|
|
623
|
-
"
|
|
624
|
-
"
|
|
593
|
+
"Reboot": [
|
|
594
|
+
"다시 시작"
|
|
625
595
|
],
|
|
626
|
-
"
|
|
627
|
-
"
|
|
596
|
+
"Rebooting %s": [
|
|
597
|
+
"%s 재부팅 중"
|
|
628
598
|
],
|
|
629
|
-
"
|
|
630
|
-
"
|
|
599
|
+
"Rebooting a discovered host": [
|
|
600
|
+
"검색된 호스트를 재부팅 중"
|
|
631
601
|
],
|
|
632
|
-
"
|
|
633
|
-
"
|
|
602
|
+
"Rebooting all discovered hosts": [
|
|
603
|
+
"검색된 모든 호스트를 재부팅 중"
|
|
634
604
|
],
|
|
635
|
-
"
|
|
605
|
+
"Rebooting host %s": [
|
|
606
|
+
"호스트 %s 재부팅 중"
|
|
607
|
+
],
|
|
608
|
+
"Rebuild DNS for %s": [
|
|
636
609
|
""
|
|
637
610
|
],
|
|
638
|
-
"
|
|
639
|
-
"
|
|
611
|
+
"Refresh facts": [
|
|
612
|
+
"팩트 새로고침"
|
|
640
613
|
],
|
|
641
|
-
"
|
|
642
|
-
"
|
|
614
|
+
"Refreshing the facts of a discovered host": [
|
|
615
|
+
"검색된 호스트의 팩트를 새로고침 중"
|
|
643
616
|
],
|
|
644
|
-
"
|
|
645
|
-
""
|
|
617
|
+
"Regex to organize facts for hardware section": [
|
|
618
|
+
"하드웨어 섹션의 팩트를 구성하기 위한 정규식"
|
|
646
619
|
],
|
|
647
|
-
"
|
|
620
|
+
"Regex to organize facts for highlights section - e.g. ^(abc|cde)$": [
|
|
648
621
|
""
|
|
649
622
|
],
|
|
650
|
-
"
|
|
651
|
-
""
|
|
623
|
+
"Regex to organize facts for ipmi section": [
|
|
624
|
+
"ipmi 섹션의 팩트를 구성하기 위한 정규식"
|
|
652
625
|
],
|
|
653
|
-
"
|
|
654
|
-
""
|
|
626
|
+
"Regex to organize facts for network section": [
|
|
627
|
+
"네트워크 섹션의 팩트를 구성하기 위한 정규식"
|
|
655
628
|
],
|
|
656
|
-
"
|
|
657
|
-
"
|
|
629
|
+
"Regex to organize facts for software section": [
|
|
630
|
+
"소프트웨어 섹션의 팩트를 구성하기 위한 정규식"
|
|
658
631
|
],
|
|
659
|
-
"
|
|
660
|
-
"
|
|
632
|
+
"Regex to organize facts for storage section": [
|
|
633
|
+
"스토리지 섹션의 팩트를 구성하기 위한 정규식"
|
|
661
634
|
],
|
|
662
|
-
"
|
|
663
|
-
""
|
|
635
|
+
"Reloading kernel on %s": [
|
|
636
|
+
"%s에서 커널을 다시 로드하는 중"
|
|
664
637
|
],
|
|
665
|
-
"
|
|
666
|
-
""
|
|
638
|
+
"Reported in the last 7 days": [
|
|
639
|
+
"지난 7일 이내에 보고됨"
|
|
667
640
|
],
|
|
668
|
-
"
|
|
669
|
-
""
|
|
641
|
+
"Rule disabled": [
|
|
642
|
+
"규칙 비활성화"
|
|
670
643
|
],
|
|
671
|
-
"
|
|
672
|
-
"
|
|
644
|
+
"Rule enabled": [
|
|
645
|
+
"규칙 비활성화"
|
|
673
646
|
],
|
|
674
|
-
"
|
|
675
|
-
""
|
|
647
|
+
"Rule priority (lower integer means higher priority)": [
|
|
648
|
+
"규칙 우선 순위 (낮은 정수 값일수록 우선 순위가 높아짐)"
|
|
676
649
|
],
|
|
677
|
-
"
|
|
678
|
-
"
|
|
650
|
+
"Select Action": [
|
|
651
|
+
"작업 선택"
|
|
679
652
|
],
|
|
680
|
-
"
|
|
681
|
-
""
|
|
653
|
+
"Select all items in this page": [
|
|
654
|
+
"이 페이지에 있는 모든 항목을 선택"
|
|
682
655
|
],
|
|
683
|
-
"
|
|
684
|
-
""
|
|
656
|
+
"Select location": [
|
|
657
|
+
"위치 선택"
|
|
685
658
|
],
|
|
686
|
-
"
|
|
687
|
-
""
|
|
659
|
+
"Select organization": [
|
|
660
|
+
"조직 선택"
|
|
688
661
|
],
|
|
689
|
-
"
|
|
690
|
-
""
|
|
662
|
+
"Show a discovered host": [
|
|
663
|
+
"검색된 호스트 표시"
|
|
691
664
|
],
|
|
692
|
-
"
|
|
693
|
-
""
|
|
665
|
+
"Show a discovery rule": [
|
|
666
|
+
"검색 규칙 표시"
|
|
694
667
|
],
|
|
695
|
-
"
|
|
696
|
-
""
|
|
668
|
+
"Software": [
|
|
669
|
+
"소프트웨어"
|
|
697
670
|
],
|
|
698
|
-
"
|
|
671
|
+
"Software facts": [
|
|
699
672
|
""
|
|
700
673
|
],
|
|
701
|
-
"
|
|
702
|
-
""
|
|
674
|
+
"Something went wrong while selecting hosts - %s": [
|
|
675
|
+
"호스트를 선택하는 도중 문제가 발생했습니다 - %s"
|
|
703
676
|
],
|
|
704
|
-
"
|
|
705
|
-
""
|
|
677
|
+
"Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB).": [
|
|
678
|
+
"프로비저닝 템플릿 (ERB)에 있는 것과 동일한 구문의 대상 호스트 이름 템플릿 패턴을 지정합니다."
|
|
706
679
|
],
|
|
707
|
-
"
|
|
708
|
-
"
|
|
680
|
+
"Storage": [
|
|
681
|
+
"스토리지"
|
|
709
682
|
],
|
|
710
|
-
"
|
|
683
|
+
"Storage facts": [
|
|
711
684
|
""
|
|
712
685
|
],
|
|
713
|
-
"
|
|
714
|
-
""
|
|
686
|
+
"Submit": [
|
|
687
|
+
"제출"
|
|
715
688
|
],
|
|
716
|
-
"
|
|
717
|
-
"
|
|
689
|
+
"Subnet": [
|
|
690
|
+
"서브넷"
|
|
718
691
|
],
|
|
719
|
-
"
|
|
692
|
+
"Successfully provisioned %s": [
|
|
720
693
|
""
|
|
721
694
|
],
|
|
722
|
-
"
|
|
695
|
+
"Summary from %{time} ago to %{now}": [
|
|
723
696
|
""
|
|
724
697
|
],
|
|
725
|
-
"
|
|
698
|
+
"Summary report for discovered hosts from Foreman": [
|
|
726
699
|
""
|
|
727
700
|
],
|
|
728
|
-
"
|
|
729
|
-
""
|
|
701
|
+
"Target host group for this rule with all properties set": [
|
|
702
|
+
"모든 속성 모음을 갖는 규칙의 대상 호스트 그룹"
|
|
730
703
|
],
|
|
731
|
-
"
|
|
732
|
-
""
|
|
704
|
+
"The default location to place discovered hosts in": [
|
|
705
|
+
"검색된 호스트를 배치하기 위한 기본 위치"
|
|
733
706
|
],
|
|
734
|
-
"
|
|
735
|
-
"
|
|
707
|
+
"The default organization to place discovered hosts in": [
|
|
708
|
+
"검색된 호스트를 배치하기 위한 기본 조직"
|
|
736
709
|
],
|
|
737
|
-
"
|
|
738
|
-
""
|
|
710
|
+
"The default prefix to use for the host name, must start with a letter": [
|
|
711
|
+
"호스트 이름에 사용할 기본 접두사는 문자로 시작해야 합니다"
|
|
739
712
|
],
|
|
740
|
-
"
|
|
741
|
-
"
|
|
713
|
+
"The following hosts were not deleted: %s": [
|
|
714
|
+
"다음 호스트가 삭제되지 않았습니다: %s"
|
|
742
715
|
],
|
|
743
|
-
"
|
|
744
|
-
""
|
|
716
|
+
"This might take a while, as all hosts, facts and reports will be destroyed as well": [
|
|
717
|
+
"모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다"
|
|
745
718
|
],
|
|
746
|
-
"
|
|
747
|
-
"
|
|
719
|
+
"Type": [
|
|
720
|
+
"유형"
|
|
748
721
|
],
|
|
749
|
-
"
|
|
750
|
-
""
|
|
722
|
+
"Type of name generator": [
|
|
723
|
+
"이름 생성기 유형"
|
|
751
724
|
],
|
|
752
|
-
"
|
|
753
|
-
"
|
|
725
|
+
"Type of value": [
|
|
726
|
+
"값의 유형"
|
|
754
727
|
],
|
|
755
|
-
"
|
|
756
|
-
""
|
|
728
|
+
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks": [
|
|
729
|
+
"오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
|
|
757
730
|
],
|
|
758
|
-
"
|
|
759
|
-
"
|
|
731
|
+
"Unable to find a discovery rule, no host provided (check permissions)": [
|
|
732
|
+
"검색 규칙을 찾을 수 없습니다. 호스트가 제공되지 않았습니다(권한 확인)."
|
|
760
733
|
],
|
|
761
|
-
"
|
|
734
|
+
"Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}": [
|
|
762
735
|
""
|
|
763
736
|
],
|
|
764
|
-
"
|
|
737
|
+
"Unable to perform %{action} on %{ips}": [
|
|
765
738
|
""
|
|
766
739
|
],
|
|
767
|
-
"
|
|
740
|
+
"Unable to perform kexec on %{name} (%{url}): %{msg}": [
|
|
768
741
|
""
|
|
769
742
|
],
|
|
770
|
-
"
|
|
743
|
+
"Unable to perform reboot on %{name} (%{url}): %{msg}": [
|
|
771
744
|
""
|
|
772
745
|
],
|
|
773
|
-
"
|
|
774
|
-
""
|
|
746
|
+
"Unable to provision %{host}: %{errors}": [
|
|
747
|
+
"%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
|
|
775
748
|
],
|
|
776
|
-
"
|
|
777
|
-
""
|
|
749
|
+
"Update a rule": [
|
|
750
|
+
"규칙 업데이트"
|
|
778
751
|
],
|
|
779
|
-
"
|
|
780
|
-
""
|
|
752
|
+
"Upload facts for a host, creating the host if required": [
|
|
753
|
+
"호스트의 팩트를 업로드하고 필요한 경우 호스트를 생성합니다"
|
|
781
754
|
],
|
|
782
|
-
"
|
|
755
|
+
"When creating hostname patterns, make sure the resulting host names are unique.": [
|
|
783
756
|
""
|
|
784
757
|
],
|
|
785
|
-
"
|
|
786
|
-
""
|
|
758
|
+
"can't contain white spaces.": [
|
|
759
|
+
"공백을 포함할 수 없습니다."
|
|
787
760
|
],
|
|
788
|
-
"
|
|
789
|
-
""
|
|
761
|
+
"defines a pattern to assign human-readable hostnames to the matching hosts": [
|
|
762
|
+
"해당 호스트에 읽기 좋은 호스트 이름을 할당하기 위해 패턴을 정의합니다"
|
|
790
763
|
],
|
|
791
|
-
"
|
|
764
|
+
"documentation": [
|
|
792
765
|
""
|
|
793
766
|
],
|
|
794
|
-
"
|
|
795
|
-
""
|
|
767
|
+
"enables to limit maximum amount of provisioned hosts per rule": [
|
|
768
|
+
"규칙 당 프로비저닝된 호스트의 최대 수량을 제한할 수 있게 합니다"
|
|
796
769
|
],
|
|
797
|
-
"
|
|
798
|
-
""
|
|
770
|
+
"filter results": [
|
|
771
|
+
"필터 결과"
|
|
799
772
|
],
|
|
800
|
-
"
|
|
801
|
-
""
|
|
773
|
+
"flag is used for temporary shutdown of rules": [
|
|
774
|
+
"규칙의 일시 정지에 플래그를 사용합니다"
|
|
802
775
|
],
|
|
803
|
-
"
|
|
804
|
-
""
|
|
776
|
+
"hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)": [
|
|
777
|
+
"최소 세트의 팩트가 있는 호스트의 팩트가 포함된 해시: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, 인터페이스: eth0(기본 인터페이스의 이름이 eth0인 경우의 예)"
|
|
805
778
|
],
|
|
806
|
-
"
|
|
807
|
-
""
|
|
779
|
+
"items selected. Uncheck to Clear": [
|
|
780
|
+
"항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다"
|
|
808
781
|
],
|
|
809
|
-
"
|
|
782
|
+
"location ID for provisioned hosts": [
|
|
810
783
|
""
|
|
811
784
|
],
|
|
812
|
-
"
|
|
785
|
+
"must be present.": [
|
|
813
786
|
""
|
|
814
787
|
],
|
|
815
|
-
"
|
|
816
|
-
""
|
|
788
|
+
"must start with a letter or ERB.": [
|
|
789
|
+
"문자 또는 ERB로 시작해야 합니다."
|
|
817
790
|
],
|
|
818
|
-
"
|
|
819
|
-
""
|
|
791
|
+
"not required if it's a virtual machine": [
|
|
792
|
+
"가상 머신의 경우 필요하지 않습니다"
|
|
820
793
|
],
|
|
821
|
-
"
|
|
822
|
-
""
|
|
794
|
+
"not required if using a subnet with DHCP proxy": [
|
|
795
|
+
"DHCP 프록시를 갖는 서브넷을 사용할 필요가 없습니다"
|
|
823
796
|
],
|
|
824
|
-
"
|
|
825
|
-
""
|
|
797
|
+
"number of entries per request": [
|
|
798
|
+
"요청 당 항목 수"
|
|
826
799
|
],
|
|
827
|
-
"
|
|
800
|
+
"organization ID for provisioned hosts": [
|
|
828
801
|
""
|
|
829
802
|
],
|
|
830
|
-
"
|
|
831
|
-
""
|
|
803
|
+
"paginate results": [
|
|
804
|
+
"페이지네이션 결과"
|
|
805
|
+
],
|
|
806
|
+
"puts the rules in order, low numbers go first. Must be greater then zero": [
|
|
807
|
+
"규칙을 순서대로 배치합니다. 낮은 숫자를 먼저 배치합니다. 수치는 0 보다 커야 합니다"
|
|
808
|
+
],
|
|
809
|
+
"query to match discovered hosts for the particular rule": [
|
|
810
|
+
"특정 규칙에 대해 검색된 호스트와 일치하는 쿼리"
|
|
811
|
+
],
|
|
812
|
+
"represents rule name shown to the users": [
|
|
813
|
+
"사용자에게 표시되는 규칙 이름을 표시합니다"
|
|
814
|
+
],
|
|
815
|
+
"required if host is managed and custom partition has not been defined": [
|
|
816
|
+
"호스트가 관리되고 있으며 사용자 정의 파티션이 정의되고 있지 않은 경우에 필요합니다"
|
|
817
|
+
],
|
|
818
|
+
"required if host is managed and value is not inherited from host group": [
|
|
819
|
+
"호스트가 관리되고 있으며 값이 호스트 그룹에서 상속되지 않은 경우에 필요합니다"
|
|
832
820
|
],
|
|
833
|
-
"
|
|
834
|
-
"
|
|
821
|
+
"required if not imaged based provisioning and host is managed and value is not inherited from host group": [
|
|
822
|
+
"이미지 기반의 프로비저닝이 아니고 호스트가 관리되어 값이 호스트 그룹에서 상속되지 않은 경우에 필요합니다"
|
|
835
823
|
],
|
|
836
|
-
"
|
|
837
|
-
"
|
|
824
|
+
"required if value is not inherited from host group or default password in settings": [
|
|
825
|
+
"값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다"
|
|
838
826
|
],
|
|
839
|
-
"
|
|
840
|
-
"
|
|
827
|
+
"sort results": [
|
|
828
|
+
"결과 정렬"
|
|
841
829
|
],
|
|
842
|
-
"
|
|
843
|
-
"
|
|
830
|
+
"the hostgroup that is used to auto provision a host": [
|
|
831
|
+
"호스트를 자동 프로비저닝하기 위해 사용되는 호스트 그룹"
|
|
844
832
|
]
|
|
845
833
|
}
|
|
846
834
|
}
|