foreman_discovery 5.0.0 → 5.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +41 -51
  3. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +20 -23
  4. data/app/controllers/discovered_hosts_controller.rb +50 -46
  5. data/app/helpers/concerns/foreman_discovery/settings_helper_extensions.rb +34 -0
  6. data/app/helpers/discovery_rules_helper.rb +5 -6
  7. data/app/mailers/discovered_mailer.rb +19 -0
  8. data/app/models/discovery_rule.rb +3 -3
  9. data/app/models/host/discovered.rb +33 -11
  10. data/app/models/host/managed_extensions.rb +10 -0
  11. data/app/models/hostgroup_extensions.rb +1 -1
  12. data/app/models/setting/discovered.rb +17 -11
  13. data/app/services/foreman_discovery/fact_parser.rb +16 -0
  14. data/app/services/foreman_discovery/host_converter.rb +0 -4
  15. data/app/services/foreman_discovery/node_api/power.rb +3 -3
  16. data/app/views/discovered_hosts/_discovered_host.html.erb +4 -2
  17. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -1
  18. data/app/views/discovered_mailer/_discovered_host.html.erb +10 -0
  19. data/app/views/discovered_mailer/discovered_summary.html.erb +35 -0
  20. data/app/views/discovered_mailer/discovered_summary.text.erb +24 -0
  21. data/config/routes.rb +3 -3
  22. data/db/seeds.d/70_discovery_mail_notification.rb +9 -0
  23. data/lib/foreman_discovery/engine.rb +12 -9
  24. data/lib/foreman_discovery/version.rb +1 -1
  25. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/ca/foreman_discovery.edit.po +780 -0
  27. data/locale/ca/foreman_discovery.po +358 -261
  28. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/de/foreman_discovery.edit.po +774 -0
  30. data/locale/de/foreman_discovery.po +418 -311
  31. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/en_GB/foreman_discovery.edit.po +779 -0
  33. data/locale/en_GB/foreman_discovery.po +423 -313
  34. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/es/foreman_discovery.edit.po +781 -0
  36. data/locale/es/foreman_discovery.po +425 -313
  37. data/locale/foreman_discovery.pot +496 -159
  38. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/fr/foreman_discovery.edit.po +778 -0
  40. data/locale/fr/foreman_discovery.po +458 -322
  41. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/gl/foreman_discovery.edit.po +757 -0
  43. data/locale/gl/foreman_discovery.po +306 -215
  44. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/it/foreman_discovery.edit.po +771 -0
  46. data/locale/it/foreman_discovery.po +411 -301
  47. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/ja/foreman_discovery.edit.po +770 -0
  49. data/locale/ja/foreman_discovery.po +395 -300
  50. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ko/foreman_discovery.edit.po +768 -0
  52. data/locale/ko/foreman_discovery.po +393 -299
  53. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/pt_BR/foreman_discovery.edit.po +780 -0
  55. data/locale/pt_BR/foreman_discovery.po +438 -309
  56. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/ru/foreman_discovery.edit.po +775 -0
  58. data/locale/ru/foreman_discovery.po +413 -308
  59. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/sv_SE/foreman_discovery.edit.po +766 -0
  61. data/locale/sv_SE/foreman_discovery.po +321 -232
  62. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  63. data/locale/zh_CN/foreman_discovery.edit.po +769 -0
  64. data/locale/zh_CN/foreman_discovery.po +393 -302
  65. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  66. data/locale/zh_TW/foreman_discovery.edit.po +769 -0
  67. data/locale/zh_TW/foreman_discovery.po +395 -302
  68. data/test/functional/api/v2/discovered_hosts_controller_test.rb +8 -0
  69. data/test/functional/api/v2/discovery_rules_controller_test.rb +9 -0
  70. data/test/functional/discovered_hosts_controller_test.rb +26 -17
  71. data/test/functional/discovery_rules_controller_test.rb +9 -8
  72. data/test/test_helper.rb +0 -4
  73. data/test/test_helper_discovery.rb +24 -0
  74. data/test/unit/discovered_extensions_test.rb +31 -0
  75. data/test/unit/discovered_mailer_test.rb +44 -0
  76. data/test/unit/discovery_attribute_set_test.rb +12 -0
  77. data/test/unit/discovery_rule_test.rb +20 -0
  78. data/test/unit/{puppet_fact_parser_extensions_test.rb → fact_parser_test.rb} +3 -16
  79. data/test/unit/host_discovered_test.rb +56 -11
  80. metadata +29 -5
  81. data/app/lib/puppet_fact_parser_extensions.rb +0 -29
@@ -0,0 +1,768 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) 2015 Foreman developers
3
+ # This file is distributed under the same license as the foreman_discovery package.
4
+ #
5
+ # Translators:
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: Foreman\n"
9
+ "Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
10
+ "PO-Revision-Date: 2015-10-15 09:16+0000\n"
11
+ "Last-Translator: Lukáš Zapletal\n"
12
+ "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: ko\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+
19
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:15
20
+ msgid "List all discovered hosts"
21
+ msgstr "검색된 모든 호스트를 나열 "
22
+
23
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16 ../app/controllers/api/v2/discovery_rules_controller.rb:14
24
+ msgid "filter results"
25
+ msgstr "필터 결과 "
26
+
27
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
28
+ msgid "sort results"
29
+ msgstr "결과 정렬 "
30
+
31
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
32
+ msgid "paginate results"
33
+ msgstr "페이지네이션 결과 "
34
+
35
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
36
+ msgid "number of entries per request"
37
+ msgstr "요청 당 항목 수 "
38
+
39
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:25
40
+ msgid "Show a discovered host"
41
+ msgstr "검색된 호스트 표시 "
42
+
43
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:39
44
+ msgid "Create a discovered host for testing (use /facts to create new hosts)"
45
+ msgstr ""
46
+
47
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:47
48
+ msgid "Provision a discovered host"
49
+ msgstr "검색된 호스트 프로비저닝 "
50
+
51
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:52
52
+ msgid "not required if using a subnet with DHCP proxy"
53
+ msgstr "DHCP 프록시를 갖는 서브넷을 사용할 필요가 없습니다 "
54
+
55
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:53
56
+ msgid "not required if it's a virtual machine"
57
+ msgstr "가상 머신의 경우 필요하지 않습니다 "
58
+
59
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
60
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
61
+ msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
62
+
63
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
64
+ msgid "required if value is not inherited from host group or default password in settings"
65
+ msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
66
+
67
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:85
68
+ msgid "Delete a discovered host"
69
+ msgstr "검색된 호스트 삭제 "
70
+
71
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:92
72
+ msgid "Upload facts for a host, creating the host if required"
73
+ msgstr "호스트의 팩트를 업로드하고 필요한 경우 호스트를 생성합니다 "
74
+
75
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:93
76
+ msgid "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)"
77
+ msgstr ""
78
+
79
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:112
80
+ msgid "Execute rules against a discovered host"
81
+ msgstr "검색된 호스트에 대해 규칙 실행 "
82
+
83
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:118 ../app/controllers/discovered_hosts_controller.rb:147
84
+ msgid "Host %{host} was provisioned with rule %{rule}"
85
+ msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
86
+
87
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:121
88
+ msgid "Unable to provision %{host}: %{errors}"
89
+ msgstr ""
90
+
91
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:127 ../app/controllers/discovered_hosts_controller.rb:154
92
+ msgid "No rule found for host %s"
93
+ msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
94
+
95
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:134
96
+ msgid "Execute rules against all currently discovered hosts"
97
+ msgstr "현재 검색된 모든 호스트에 대해 규칙 실행 "
98
+
99
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138 ../app/controllers/discovered_hosts_controller.rb:160
100
+ msgid "Errors during auto provisioning: %s"
101
+ msgstr "자동 프로비저닝 도중 오류 발생: %s"
102
+
103
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:141 ../app/controllers/discovered_hosts_controller.rb:163
104
+ msgid "No discovered hosts to provision"
105
+ msgstr "프로비저닝할 검색된 호스트가 없습니다 "
106
+
107
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:163
108
+ msgid "%s discovered hosts were provisioned"
109
+ msgstr ""
110
+
111
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:174
112
+ msgid "Refreshing the facts of a discovered host"
113
+ msgstr "검색된 호스트의 팩트를 새로고침 중 "
114
+
115
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:183
116
+ msgid "Rebooting a discovered host"
117
+ msgstr "검색된 호스트를 재부팅 중 "
118
+
119
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
120
+ msgid "Rebooting all discovered hosts"
121
+ msgstr ""
122
+
123
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:203 ../app/controllers/discovered_hosts_controller.rb:105
124
+ msgid "Discovered hosts are rebooting now"
125
+ msgstr ""
126
+
127
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:13
128
+ msgid "List all discovery rules"
129
+ msgstr "모든 검색 규칙을 나열 "
130
+
131
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:23
132
+ msgid "Show a discovery rule"
133
+ msgstr "검색 규칙 표시 "
134
+
135
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:31
136
+ msgid "represents rule name shown to the users"
137
+ msgstr ""
138
+
139
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:32
140
+ msgid "query to match discovered hosts for the particular rule"
141
+ msgstr ""
142
+
143
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:33
144
+ msgid "the hostgroup that is used to auto provision a host"
145
+ msgstr ""
146
+
147
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:34
148
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
149
+ msgstr ""
150
+
151
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
152
+ msgid "enables to limit maximum amount of provisioned hosts per rule"
153
+ msgstr ""
154
+
155
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
156
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
157
+ msgstr ""
158
+
159
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
160
+ msgid "flag is used for temporary shutdown of rules"
161
+ msgstr ""
162
+
163
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:41
164
+ msgid "Create a discovery rule"
165
+ msgstr "검색 규칙 생성 "
166
+
167
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:49
168
+ msgid "Update a rule"
169
+ msgstr "규칙 업데이트 "
170
+
171
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:57
172
+ msgid "Delete a rule"
173
+ msgstr "규칙 삭제 "
174
+
175
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
176
+ msgid "Unable to find a discovery rule, no host provided (check permissions)"
177
+ msgstr ""
178
+
179
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:47
180
+ msgid "No hostgroup associated with rule '%s'"
181
+ msgstr ""
182
+
183
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:63
184
+ msgid "Errors during reboot: %s"
185
+ msgstr ""
186
+
187
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:81
188
+ msgid "No discovered hosts to reboot"
189
+ msgstr ""
190
+
191
+ #: ../app/controllers/discovered_hosts_controller.rb:73
192
+ msgid "Facts refreshed for %s"
193
+ msgstr "%s에 대해 업데이트된 팩트"
194
+
195
+ #: ../app/controllers/discovered_hosts_controller.rb:75
196
+ msgid "Failed to refresh facts for %s"
197
+ msgstr "%s에 대한 팩트를 새로고침하는데 실패했습니다 "
198
+
199
+ #: ../app/controllers/discovered_hosts_controller.rb:78
200
+ msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
201
+ msgstr ""
202
+
203
+ #: ../app/controllers/discovered_hosts_controller.rb:85
204
+ msgid "Host of type %s can not be rebooted"
205
+ msgstr "호스트 유형 %s은(는) 재부팅할 수 없습니다 "
206
+
207
+ #: ../app/controllers/discovered_hosts_controller.rb:89
208
+ msgid "Rebooting host %s"
209
+ msgstr "호스트 %s 재부팅 중 "
210
+
211
+ #: ../app/controllers/discovered_hosts_controller.rb:91
212
+ msgid "Failed to reboot host %s"
213
+ msgstr "호스트 %s 재부팅에 실패했습니다 "
214
+
215
+ #: ../app/controllers/discovered_hosts_controller.rb:94
216
+ msgid "Failed to reboot host %{hostname} with error %{error_message}"
217
+ msgstr "오류 %{error_message}를 표시하는 호스트 %{hostname} 재부팅에 실패했습니다 "
218
+
219
+ #: ../app/controllers/discovered_hosts_controller.rb:108
220
+ msgid "Failed to reboot hosts with error %s"
221
+ msgstr ""
222
+
223
+ #: ../app/controllers/discovered_hosts_controller.rb:122
224
+ msgid "Destroyed selected hosts"
225
+ msgstr "선택된 호스트 삭제"
226
+
227
+ #: ../app/controllers/discovered_hosts_controller.rb:124
228
+ msgid "The following hosts were not deleted: %s"
229
+ msgstr "다음 호스트가 삭제되지 않았습니다: %s"
230
+
231
+ #: ../app/controllers/discovered_hosts_controller.rb:151
232
+ msgid "Failed to auto provision host %s: %s"
233
+ msgstr "호스트 %s의 자동 프로비저닝에 실패했습니다: %s"
234
+
235
+ #: ../app/controllers/discovered_hosts_controller.rb:179
236
+ msgid "Discovered hosts are provisioning now"
237
+ msgstr "현재 검색된 호스트를 프로비저닝하고 있습니다"
238
+
239
+ #: ../app/controllers/discovered_hosts_controller.rb:267
240
+ msgid "No hosts were found with that id or name"
241
+ msgstr "해당 ID 또는 이름의 호스트를 찾을 수 없습니다 "
242
+
243
+ #: ../app/controllers/discovered_hosts_controller.rb:271
244
+ msgid "No hosts selected"
245
+ msgstr "선택된 호스트가 없음 "
246
+
247
+ #: ../app/controllers/discovered_hosts_controller.rb:277
248
+ msgid "Something went wrong while selecting hosts - %s"
249
+ msgstr "호스트를 선택하는 도중 문제가 발생했습니다 - %s"
250
+
251
+ #: ../app/controllers/discovery_rules_controller.rb:66
252
+ msgid "Rule disabled"
253
+ msgstr "규칙 비활성화 "
254
+
255
+ #: ../app/controllers/discovery_rules_controller.rb:66
256
+ msgid "Rule enabled"
257
+ msgstr "규칙 비활성화 "
258
+
259
+ #: ../app/helpers/discovered_hosts_helper.rb:11
260
+ msgid "%s ago"
261
+ msgstr "%s 전 "
262
+
263
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
264
+ msgid "Provision"
265
+ msgstr "프로비저닝 "
266
+
267
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
268
+ msgid "Auto Provision"
269
+ msgstr "자동 프로비저닝 "
270
+
271
+ #: ../app/helpers/discovered_hosts_helper.rb:17 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:44
272
+ msgid "Refresh facts"
273
+ msgstr "팩트 새로고침 "
274
+
275
+ #: ../app/helpers/discovered_hosts_helper.rb:18 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:45
276
+ msgid "Reboot"
277
+ msgstr "다시 시작"
278
+
279
+ #: ../app/helpers/discovered_hosts_helper.rb:21
280
+ msgid "Back"
281
+ msgstr ""
282
+
283
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/helpers/discovered_hosts_helper.rb:46
284
+ msgid "Select Action"
285
+ msgstr "작업 선택 "
286
+
287
+ #: ../app/helpers/discovered_hosts_helper.rb:30
288
+ msgid "Expand All"
289
+ msgstr ""
290
+
291
+ #: ../app/helpers/discovered_hosts_helper.rb:35
292
+ msgid "Delete"
293
+ msgstr "삭제 "
294
+
295
+ #: ../app/helpers/discovered_hosts_helper.rb:36
296
+ msgid "Are you sure?"
297
+ msgstr "정말로 삭제하시겠습니까? "
298
+
299
+ #: ../app/helpers/discovered_hosts_helper.rb:42
300
+ msgid "Delete hosts"
301
+ msgstr "호스트 삭제 "
302
+
303
+ #: ../app/helpers/discovered_hosts_helper.rb:43
304
+ msgid "Assign Organization"
305
+ msgstr "조직 지정 "
306
+
307
+ #: ../app/helpers/discovered_hosts_helper.rb:44
308
+ msgid "Assign Location"
309
+ msgstr "위치 지정 "
310
+
311
+ #: ../app/helpers/discovered_hosts_helper.rb:48
312
+ msgid "%s - The following hosts are about to be changed"
313
+ msgstr "%s - 다음 호스트는 즉시 변경됩니다 "
314
+
315
+ #: ../app/helpers/discovered_hosts_helper.rb:57
316
+ msgid "N/A"
317
+ msgstr "해당 없음 "
318
+
319
+ #: ../app/helpers/discovered_hosts_helper.rb:69
320
+ msgid "New in the last 24 hours"
321
+ msgstr ""
322
+
323
+ #: ../app/helpers/discovered_hosts_helper.rb:73
324
+ msgid "Not reported in more than 7 days"
325
+ msgstr ""
326
+
327
+ #: ../app/helpers/discovered_hosts_helper.rb:77
328
+ msgid "Reported in the last 7 days"
329
+ msgstr ""
330
+
331
+ #: ../app/helpers/discovery_rules_helper.rb:26
332
+ msgid "Discovered Hosts"
333
+ msgstr ""
334
+
335
+ #: ../app/helpers/discovery_rules_helper.rb:27
336
+ msgid "Associated Hosts"
337
+ msgstr ""
338
+
339
+ #: ../app/helpers/discovery_rules_helper.rb:29
340
+ msgid "Disable rule '%s'?"
341
+ msgstr ""
342
+
343
+ #: ../app/helpers/discovery_rules_helper.rb:29
344
+ msgid "Disable"
345
+ msgstr "비활성화 "
346
+
347
+ #: ../app/helpers/discovery_rules_helper.rb:31
348
+ msgid "Enable"
349
+ msgstr "활성화 "
350
+
351
+ #: ../app/helpers/discovery_rules_helper.rb:31
352
+ msgid "Enable rule '%s'?"
353
+ msgstr ""
354
+
355
+ #: ../app/helpers/discovery_rules_helper.rb:33
356
+ msgid "Delete rule '%s'?"
357
+ msgstr ""
358
+
359
+ #: ../app/mailers/discovered_mailer.rb:4
360
+ msgid "Must specify a user with email enabled"
361
+ msgstr ""
362
+
363
+ #: ../app/mailers/discovered_mailer.rb:15
364
+ msgid "Discovered hosts summary"
365
+ msgstr ""
366
+
367
+ #: ../app/models/discovery_rule.rb:11
368
+ msgid "can't contain white spaces."
369
+ msgstr "공백을 포함할 수 없습니다. "
370
+
371
+ #: ../app/models/discovery_rule.rb:13
372
+ msgid "must start with a letter or ERB."
373
+ msgstr "문자 또는 ERB로 시작해야 합니다. "
374
+
375
+ #: ../app/models/discovery_rule.rb:49
376
+ msgid "Host group organization %s must also be associated to the discovery rule"
377
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
378
+ msgstr[0] ""
379
+ msgstr[1] ""
380
+
381
+ #: ../app/models/discovery_rule.rb:55
382
+ msgid "Host group location %s must also be associated to the discovery rule"
383
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
384
+ msgstr[0] ""
385
+ msgstr[1] ""
386
+
387
+ #: ../app/models/host/discovered.rb:34
388
+ msgid "Invalid facts, must be a Hash"
389
+ msgstr "잘못된 팩트, 해시여야 합니다 "
390
+
391
+ #: ../app/models/host/discovered.rb:39
392
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
393
+ msgstr ""
394
+
395
+ #: ../app/models/host/discovered.rb:46
396
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
397
+ msgstr ""
398
+
399
+ #: ../app/models/host/discovered.rb:107
400
+ msgid "Unable to assign subnet, primary interface is missing IP address"
401
+ msgstr ""
402
+
403
+ #: ../app/models/host/discovered.rb:149
404
+ msgid "Could not get facts from proxy %{url}: %{error}"
405
+ msgstr "프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
406
+
407
+ #: ../app/models/host/discovered.rb:165
408
+ msgid "Unable to reboot %{name} via %{url}: %{msg}"
409
+ msgstr ""
410
+
411
+ #: ../app/models/host/discovered.rb:173
412
+ msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
413
+ msgstr ""
414
+
415
+ #: ../app/models/host/discovered.rb:192
416
+ msgid "Invalid hostname: Could not normalize the hostname"
417
+ msgstr ""
418
+
419
+ #: ../app/models/host/managed_extensions.rb:24
420
+ msgid "Reloading kernel on %s"
421
+ msgstr ""
422
+
423
+ #: ../app/models/host/managed_extensions.rb:26
424
+ msgid "Rebooting %s"
425
+ msgstr "%s 재부팅 중 "
426
+
427
+ #: ../app/models/host/managed_extensions.rb:45
428
+ msgid "Operating system not set for host/hostgroup"
429
+ msgstr ""
430
+
431
+ #: ../app/models/host/managed_extensions.rb:47
432
+ msgid "Medium not set for host/hostgroup"
433
+ msgstr ""
434
+
435
+ #: ../app/models/host/managed_extensions.rb:54
436
+ msgid "Kexec template not associated with operating system"
437
+ msgstr ""
438
+
439
+ #: ../app/models/setting/discovered.rb:19
440
+ msgid "Fact name to use for primary interface detection"
441
+ msgstr ""
442
+
443
+ #: ../app/models/setting/discovered.rb:20
444
+ msgid "List of facts to use for the hostname (separated by comma, first wins)"
445
+ msgstr ""
446
+
447
+ #: ../app/models/setting/discovered.rb:21
448
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
449
+ msgstr "프로비저닝 규칙에 따라 새로 검색된 호스트의 자동 프로비저닝 "
450
+
451
+ #: ../app/models/setting/discovered.rb:22
452
+ msgid "Automatically reboot discovered host during provisioning"
453
+ msgstr ""
454
+
455
+ #: ../app/models/setting/discovered.rb:28
456
+ msgid "The default prefix to use for the host name, must start with a letter"
457
+ msgstr "호스트 이름에 사용할 기본 접두사는 문자로 시작해야 합니다 "
458
+
459
+ #: ../app/models/setting/discovered.rb:34
460
+ msgid "Extra facter columns to show in host lists (separate by comma)"
461
+ msgstr ""
462
+
463
+ #: ../app/models/setting/discovered.rb:41
464
+ msgid "The default location to place discovered hosts in"
465
+ msgstr "검색된 호스트를 배치하기 위한 기본 위치 "
466
+
467
+ #: ../app/models/setting/discovered.rb:48
468
+ msgid "The default organization to place discovered hosts in"
469
+ msgstr "검색된 호스트를 배치하기 위한 기본 조직 "
470
+
471
+ #: ../app/models/setting/discovered.rb:55
472
+ msgid "Regex to organize facts for highlights section"
473
+ msgstr ""
474
+
475
+ #: ../app/models/setting/discovered.rb:56
476
+ msgid "Regex to organize facts for storage section"
477
+ msgstr ""
478
+
479
+ #: ../app/models/setting/discovered.rb:57
480
+ msgid "Regex to organize facts for software section"
481
+ msgstr ""
482
+
483
+ #: ../app/models/setting/discovered.rb:58
484
+ msgid "Regex to organize facts for hardware section"
485
+ msgstr ""
486
+
487
+ #: ../app/models/setting/discovered.rb:59
488
+ msgid "Regex to organize facts for network section"
489
+ msgstr ""
490
+
491
+ #: ../app/models/setting/discovered.rb:60
492
+ msgid "Regex to organize facts for ipmi section"
493
+ msgstr ""
494
+
495
+ #: ../app/services/foreman_discovery/fact_parser.rb:9
496
+ msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
497
+ msgstr ""
498
+
499
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
500
+ msgid "Image API returned HTTP/%{code} with '%{body}"
501
+ msgstr ""
502
+
503
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
504
+ msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
505
+ msgstr ""
506
+
507
+ #: ../app/views/dashboard/_discovery_widget.html.erb:9
508
+ msgid "No discovered hosts available"
509
+ msgstr "사용 가능한 검색된 호스트가 없습니다 "
510
+
511
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
512
+ msgid "Host"
513
+ msgstr "호스트 "
514
+
515
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
516
+ msgid "Model"
517
+ msgstr "모델 "
518
+
519
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
520
+ msgid "CPUs"
521
+ msgstr "CPU"
522
+
523
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
524
+ msgid "Memory"
525
+ msgstr "메모리 "
526
+
527
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:136
528
+ msgid "Discovered hosts"
529
+ msgstr "검색된 호스트 "
530
+
531
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
532
+ msgid "items selected. Uncheck to Clear"
533
+ msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다 "
534
+
535
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
536
+ msgid "Select all items in this page"
537
+ msgstr "이 페이지에 있는 모든 항목을 선택 "
538
+
539
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
540
+ msgid "Name"
541
+ msgstr "이름 "
542
+
543
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
544
+ msgid "IP Address"
545
+ msgstr "IP 주소"
546
+
547
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
548
+ msgid "Disk count"
549
+ msgstr "디스크 수 "
550
+
551
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
552
+ msgid "Disks size"
553
+ msgstr "디스크 크기 "
554
+
555
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
556
+ msgid "Location"
557
+ msgstr "위치 "
558
+
559
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
560
+ msgid "Organization"
561
+ msgstr "조직 "
562
+
563
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:22
564
+ msgid "Subnet"
565
+ msgstr "서브넷 "
566
+
567
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:23
568
+ msgid "Last facts upload"
569
+ msgstr "마지막 팩트 업로드 "
570
+
571
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
572
+ msgid "Delete %s?"
573
+ msgstr "%s 을(를) 삭제하시겠습니까?"
574
+
575
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
576
+ msgid "Please Confirm"
577
+ msgstr "확인해 주십시오 "
578
+
579
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:63
580
+ msgid "Cancel"
581
+ msgstr "취소 "
582
+
583
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:64
584
+ msgid "Submit"
585
+ msgstr "제출 "
586
+
587
+ #: ../app/views/discovered_hosts/index.html.erb:2
588
+ msgid "Reboot All"
589
+ msgstr ""
590
+
591
+ #: ../app/views/discovered_hosts/index.html.erb:3
592
+ msgid "Auto Provision All"
593
+ msgstr "전체 자동 프로비저닝 "
594
+
595
+ #: ../app/views/discovered_hosts/multiple_destroy.html.erb:4
596
+ msgid "Warning"
597
+ msgstr "경고 "
598
+
599
+ #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
600
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
601
+ msgstr "모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
602
+
603
+ #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
604
+ msgid "Select location"
605
+ msgstr "위치 선택 "
606
+
607
+ #: ../app/views/discovered_hosts/select_multiple_organization.html.erb:5
608
+ msgid "Select organization"
609
+ msgstr "조직 선택 "
610
+
611
+ #: ../app/views/discovered_hosts/show.html.erb:1
612
+ msgid "Discovered host: %s"
613
+ msgstr "검색된 호스트: %s"
614
+
615
+ #: ../app/views/discovered_hosts/show.html.erb:32
616
+ msgid "Identifier"
617
+ msgstr ""
618
+
619
+ #: ../app/views/discovered_hosts/show.html.erb:33
620
+ msgid "MAC address"
621
+ msgstr ""
622
+
623
+ #: ../app/views/discovered_hosts/show.html.erb:34
624
+ msgid "IP address"
625
+ msgstr ""
626
+
627
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
628
+ msgid "Summary report for discovered hosts from Foreman"
629
+ msgstr ""
630
+
631
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:9
632
+ msgid "<b>Foreman</b> Discovered hosts summary"
633
+ msgstr ""
634
+
635
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
636
+ msgid "Summary from %{time} ago to %{now}"
637
+ msgstr ""
638
+
639
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
640
+ msgid "Discovered hosts from Foreman server at %{foreman_url}"
641
+ msgstr ""
642
+
643
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
644
+ msgid "No discovered hosts for the selected period"
645
+ msgstr ""
646
+
647
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:1
648
+ msgid "Foreman discovered hosts summary"
649
+ msgstr ""
650
+
651
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:21
652
+ msgid "No new discovered hosts for this period"
653
+ msgstr ""
654
+
655
+ #: ../app/views/discovery_rules/_form.html.erb:5
656
+ msgid "Primary"
657
+ msgstr ""
658
+
659
+ #: ../app/views/discovery_rules/_form.html.erb:7
660
+ msgid "Locations"
661
+ msgstr ""
662
+
663
+ #: ../app/views/discovery_rules/_form.html.erb:10
664
+ msgid "Organizations"
665
+ msgstr ""
666
+
667
+ #: ../app/views/discovery_rules/_form.html.erb:22
668
+ msgid "Target host group for this rule with all properties set"
669
+ msgstr "모든 속성 모음을 갖는 규칙의 대상 호스트 그룹 "
670
+
671
+ #: ../app/views/discovery_rules/_form.html.erb:24
672
+ msgid "Template"
673
+ msgstr "템플릿"
674
+
675
+ #: ../app/views/discovery_rules/_form.html.erb:26
676
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
677
+ msgstr "프로비저닝 템플릿 (ERB)에 있는 것과 동일한 구문의 대상 호스트 이름 템플릿 패턴을 지정합니다. "
678
+
679
+ #: ../app/views/discovery_rules/_form.html.erb:29
680
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
681
+ msgstr "도메인이 자동으로 추가됩니다. 빈 란으로 되어 있을 경우 MAC 주소를 기반으로 하는 호스트 이름이 사용됩니다. @host 속성 이외에 임의의 정수에 대해 rand 함수를 사용할 수 있습니다. 예: "
682
+
683
+ #: ../app/views/discovery_rules/_form.html.erb:42
684
+ msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
685
+ msgstr "호스트 이름 패턴을 생성할 때 생성된 호스트 이름이 고유한 이름인지 확인하십시오. 호스트 이름은 숫자로 시작할 수 없습니다. facter (MAC 주소, BIOS 또는 시리얼 ID)에서 제공하는 고유한 정보를 사용하는 것이 좋습니다. "
686
+
687
+ #: ../app/views/discovery_rules/_form.html.erb:43
688
+ msgid "Hostname for provisioned hosts"
689
+ msgstr "프로비저닝된 호스트의 호스트 이름 "
690
+
691
+ #: ../app/views/discovery_rules/_form.html.erb:44
692
+ msgid "Hosts limit"
693
+ msgstr "호스트 제한 "
694
+
695
+ #: ../app/views/discovery_rules/_form.html.erb:44
696
+ msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
697
+ msgstr "이 규칙에서 프로비저닝되는 최대 호스트 수 (0 = 무제한)"
698
+
699
+ #: ../app/views/discovery_rules/_form.html.erb:45
700
+ msgid "Rule priority (lower integer means higher priority)"
701
+ msgstr "규칙 우선 순위 (낮은 정수 값일수록 우선 순위가 높아짐)"
702
+
703
+ #: ../app/views/discovery_rules/edit.html.erb:1
704
+ msgid "Edit Discovery Rule"
705
+ msgstr "검색 규칙 편집 "
706
+
707
+ #: ../app/views/discovery_rules/index.html.erb:1
708
+ msgid "Discovery Rules"
709
+ msgstr "검색 규칙 "
710
+
711
+ #: ../app/views/discovery_rules/index.html.erb:2
712
+ msgid "New Rule"
713
+ msgstr "새 규칙 "
714
+
715
+ #: ../app/views/discovery_rules/index.html.erb:6
716
+ msgid "DiscoveryRule|Name"
717
+ msgstr "이름 "
718
+
719
+ #: ../app/views/discovery_rules/index.html.erb:7
720
+ msgid "DiscoveryRule|Priority"
721
+ msgstr "우선 순위 "
722
+
723
+ #: ../app/views/discovery_rules/index.html.erb:8
724
+ msgid "DiscoveryRule|Query"
725
+ msgstr "쿼리 "
726
+
727
+ #: ../app/views/discovery_rules/index.html.erb:9
728
+ msgid "Host group"
729
+ msgstr "호스트 그룹 "
730
+
731
+ #: ../app/views/discovery_rules/index.html.erb:10
732
+ msgid "Hosts/limit"
733
+ msgstr "호스트/제한"
734
+
735
+ #: ../app/views/discovery_rules/index.html.erb:11
736
+ msgid "DiscoveryRule|Enabled"
737
+ msgstr "활성화 "
738
+
739
+ #: ../app/views/discovery_rules/new.html.erb:1
740
+ msgid "New Discovery Rule"
741
+ msgstr "새 검색 규칙 "
742
+
743
+ #: ../db/seeds.d/70_discovery_mail_notification.rb:3
744
+ msgid "A summary of discovered hosts"
745
+ msgstr ""
746
+
747
+ #: ../lib/foreman_discovery/engine.rb:141
748
+ msgid "Discovery rules"
749
+ msgstr ""
750
+
751
+ #: ../lib/foreman_discovery/engine.rb:146
752
+ msgid "Discovery widget"
753
+ msgstr ""
754
+
755
+ #~ msgid "Disable rule?"
756
+ #~ msgstr "규칙을 비활성화하시겠습니까? "
757
+
758
+ #~ msgid "Enable rule?"
759
+ #~ msgstr "규칙을 활성화하시겠습니까?"
760
+
761
+ #~ msgid "Fact"
762
+ #~ msgstr "팩트 "
763
+
764
+ #~ msgid "Facts discovered on this host"
765
+ #~ msgstr "이 호스트에서 검색된 팩트"
766
+
767
+ #~ msgid "Value"
768
+ #~ msgstr "값 "