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