foreman_discovery 16.1.4 → 16.3.6

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 (75) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +14 -8
  3. data/app/helpers/discovered_hosts_helper.rb +5 -0
  4. data/app/models/host/discovered.rb +11 -15
  5. data/app/models/setting/discovered.rb +3 -1
  6. data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
  7. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
  8. data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
  9. data/app/views/discovered_hosts/welcome.html.erb +14 -9
  10. data/app/views/discovery_rules/index.html.erb +1 -1
  11. data/app/views/foreman_discovery/debian_kexec.erb +3 -2
  12. data/app/views/foreman_discovery/redhat_kexec.erb +3 -2
  13. data/extra/discover-host +3 -3
  14. data/lib/foreman_discovery/engine.rb +3 -2
  15. data/lib/foreman_discovery/version.rb +1 -1
  16. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  17. data/locale/ca/foreman_discovery.edit.po +104 -75
  18. data/locale/ca/foreman_discovery.po +25 -10
  19. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  20. data/locale/de/foreman_discovery.edit.po +111 -82
  21. data/locale/de/foreman_discovery.po +25 -10
  22. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  23. data/locale/en/foreman_discovery.edit.po +97 -73
  24. data/locale/en/foreman_discovery.po +25 -10
  25. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/en_GB/foreman_discovery.edit.po +110 -81
  27. data/locale/en_GB/foreman_discovery.po +25 -10
  28. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/es/foreman_discovery.edit.po +112 -83
  30. data/locale/es/foreman_discovery.po +25 -10
  31. data/locale/foreman_discovery.pot +137 -114
  32. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/fr/foreman_discovery.edit.po +112 -83
  34. data/locale/fr/foreman_discovery.po +25 -10
  35. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/gl/foreman_discovery.edit.po +103 -74
  37. data/locale/gl/foreman_discovery.po +25 -10
  38. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/it/foreman_discovery.edit.po +110 -81
  40. data/locale/it/foreman_discovery.po +25 -10
  41. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/ja/foreman_discovery.edit.po +112 -83
  43. data/locale/ja/foreman_discovery.po +25 -10
  44. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/ko/foreman_discovery.edit.po +110 -81
  46. data/locale/ko/foreman_discovery.po +25 -10
  47. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/pt_BR/foreman_discovery.edit.po +112 -83
  49. data/locale/pt_BR/foreman_discovery.po +25 -10
  50. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ru/foreman_discovery.edit.po +111 -82
  52. data/locale/ru/foreman_discovery.po +25 -10
  53. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/sv_SE/foreman_discovery.edit.po +104 -75
  55. data/locale/sv_SE/foreman_discovery.po +25 -10
  56. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/zh_CN/foreman_discovery.edit.po +112 -83
  58. data/locale/zh_CN/foreman_discovery.po +25 -10
  59. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/zh_TW/foreman_discovery.edit.po +110 -81
  61. data/locale/zh_TW/foreman_discovery.po +25 -10
  62. data/package.json +39 -0
  63. data/test/facts/only-ipv6.json +205 -0
  64. data/test/facts/skylake-ipv6.json +223 -0
  65. data/test/functional/api/v2/settings_controller_test.rb +2 -2
  66. data/test/functional/discovered_hosts_controller_test.rb +1 -1
  67. data/test/functional/discovery_rules_controller_test.rb +1 -1
  68. data/test/unit/host_discovered_test.rb +0 -16
  69. data/webpack/index.js +18 -0
  70. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
  71. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
  72. data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
  73. data/webpack/src/reducers.js +7 -0
  74. metadata +21 -11
  75. data/test/facts/vmware-facter4-nolegacy.json +0 -402
@@ -7,8 +7,9 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: foreman_discovery 16.3.4\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2020-10-29 17:16+0000\n"
11
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
10
+ "POT-Creation-Date: 2021-05-03 08:46+0200\n"
11
+ "PO-Revision-Date: 2021-01-25 08:35+0000\n"
12
+ "Last-Translator: Transifex Bot <>\n"
12
13
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
13
14
  "MIME-Version: 1.0\n"
14
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -112,51 +113,51 @@ msgstr "호스트의 팩트를 업로드하고 필요한 경우 호스트를 생
112
113
  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)"
113
114
  msgstr "최소 세트의 팩트가 있는 호스트의 팩트가 포함된 해시: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, 인터페이스: eth0(기본 인터페이스의 이름이 eth0인 경우의 예)"
114
115
 
115
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
116
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
116
117
  msgid "Execute rules against a discovered host"
117
118
  msgstr "검색된 호스트에 대해 규칙 실행 "
118
119
 
119
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:157
120
121
  msgid "Host %{host} was provisioned with rule %{rule}"
121
122
  msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
122
123
 
123
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
124
125
  msgid "Unable to provision %{host}: %{errors}"
125
126
  msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
126
127
 
127
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:164
128
129
  msgid "No rule found for host %s"
129
130
  msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
130
131
 
131
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
132
133
  msgid "Execute rules against all currently discovered hosts"
133
134
  msgstr "현재 검색된 모든 호스트에 대해 규칙 실행 "
134
135
 
135
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:170
136
137
  msgid "Errors during auto provisioning: %s"
137
138
  msgstr "자동 프로비저닝 도중 오류 발생: %s"
138
139
 
139
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:173
140
141
  msgid "No discovered hosts to provision"
141
142
  msgstr "프로비저닝할 검색된 호스트가 없습니다 "
142
143
 
143
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
144
145
  msgid "%s discovered hosts were provisioned"
145
146
  msgstr "%s개의 검색된 호스트를 프로비저닝했습니다."
146
147
 
147
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
148
149
  msgid "Refreshing the facts of a discovered host"
149
150
  msgstr "검색된 호스트의 팩트를 새로고침 중 "
150
151
 
151
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
152
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
152
153
  msgid "Rebooting a discovered host"
153
154
  msgstr "검색된 호스트를 재부팅 중 "
154
155
 
155
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
156
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
156
157
  msgid "Rebooting all discovered hosts"
157
158
  msgstr "검색된 모든 호스트를 재부팅 중"
158
159
 
159
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
160
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:126
160
161
  msgid "Discovered hosts are rebooting now"
161
162
  msgstr "현재 검색된 호스트를 재부팅하고 있습니다."
162
163
 
@@ -236,110 +237,86 @@ msgstr "재부팅 도중 오류가 발생했습니다: %s"
236
237
  msgid "No discovered hosts to reboot"
237
238
  msgstr "재부팅할 검색된 호스트가 없습니다."
238
239
 
239
- #: ../app/controllers/discovered_hosts_controller.rb:63
240
+ #: ../app/controllers/discovered_hosts_controller.rb:60
240
241
  msgid "Successfully provisioned %s"
241
242
  msgstr ""
242
243
 
243
- #: ../app/controllers/discovered_hosts_controller.rb:97
244
+ #: ../app/controllers/discovered_hosts_controller.rb:94
244
245
  msgid "Facts refreshed for %s"
245
246
  msgstr "%s에 대해 업데이트된 팩트"
246
247
 
247
- #: ../app/controllers/discovered_hosts_controller.rb:99
248
+ #: ../app/controllers/discovered_hosts_controller.rb:96
248
249
  msgid "Failed to refresh facts for %s"
249
250
  msgstr "%s에 대한 팩트를 새로고침하는데 실패했습니다 "
250
251
 
251
- #: ../app/controllers/discovered_hosts_controller.rb:102
252
+ #: ../app/controllers/discovered_hosts_controller.rb:99
252
253
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
253
254
  msgstr "%{error_message} 오류가 발생하여 %{hostname}의 팩트를 새로 고치지 못했습니다."
254
255
 
255
- #: ../app/controllers/discovered_hosts_controller.rb:109
256
+ #: ../app/controllers/discovered_hosts_controller.rb:106
256
257
  msgid "Host of type %s can not be rebooted"
257
258
  msgstr "호스트 유형 %s은(는) 재부팅할 수 없습니다 "
258
259
 
259
- #: ../app/controllers/discovered_hosts_controller.rb:113
260
+ #: ../app/controllers/discovered_hosts_controller.rb:110
260
261
  msgid "Rebooting host %s"
261
262
  msgstr "호스트 %s 재부팅 중 "
262
263
 
263
- #: ../app/controllers/discovered_hosts_controller.rb:115
264
+ #: ../app/controllers/discovered_hosts_controller.rb:112
264
265
  msgid "Failed to reboot host %s"
265
266
  msgstr "호스트 %s 재부팅에 실패했습니다 "
266
267
 
267
- #: ../app/controllers/discovered_hosts_controller.rb:118
268
+ #: ../app/controllers/discovered_hosts_controller.rb:115
268
269
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
269
270
  msgstr "오류 %{error_message}를 표시하는 호스트 %{hostname} 재부팅에 실패했습니다 "
270
271
 
271
- #: ../app/controllers/discovered_hosts_controller.rb:132
272
+ #: ../app/controllers/discovered_hosts_controller.rb:129
272
273
  msgid "Failed to reboot hosts with error %s"
273
274
  msgstr "%s 오류가 발생하여 호스트를 재부팅하지 못했습니다."
274
275
 
275
- #: ../app/controllers/discovered_hosts_controller.rb:150
276
+ #: ../app/controllers/discovered_hosts_controller.rb:147
276
277
  msgid "Destroyed selected hosts"
277
278
  msgstr "선택된 호스트 삭제"
278
279
 
279
- #: ../app/controllers/discovered_hosts_controller.rb:152
280
+ #: ../app/controllers/discovered_hosts_controller.rb:149
280
281
  msgid "The following hosts were not deleted: %s"
281
282
  msgstr "다음 호스트가 삭제되지 않았습니다: %s"
282
283
 
283
- #: ../app/controllers/discovered_hosts_controller.rb:164
284
+ #: ../app/controllers/discovered_hosts_controller.rb:161
284
285
  msgid "Failed to auto provision host %s: %s"
285
286
  msgstr "호스트 %s의 자동 프로비저닝에 실패했습니다: %s"
286
287
 
287
- #: ../app/controllers/discovered_hosts_controller.rb:192
288
+ #: ../app/controllers/discovered_hosts_controller.rb:189
288
289
  msgid "Discovered hosts are provisioning now"
289
290
  msgstr "현재 검색된 호스트를 프로비저닝하고 있습니다"
290
291
 
291
- #: ../app/controllers/discovered_hosts_controller.rb:226
292
- msgid "Highlights"
292
+ #: ../app/controllers/discovered_hosts_controller.rb:270
293
+ msgid "Discovered host reported from unknown subnet, communication will not be proxied."
293
294
  msgstr ""
294
295
 
295
- #: ../app/controllers/discovered_hosts_controller.rb:226
296
- msgid "Storage"
297
- msgstr "스토리지"
298
-
299
- #: ../app/controllers/discovered_hosts_controller.rb:226
300
- msgid "Hardware"
301
- msgstr "하드웨어"
302
-
303
- #: ../app/controllers/discovered_hosts_controller.rb:226
304
- msgid "Network"
305
- msgstr "네트워크"
306
-
307
- #: ../app/controllers/discovered_hosts_controller.rb:226
308
- msgid "Software"
309
- msgstr "소프트웨어"
310
-
311
- #: ../app/controllers/discovered_hosts_controller.rb:226
312
- msgid "IPMI"
313
- msgstr "IPMI"
314
-
315
- #: ../app/controllers/discovered_hosts_controller.rb:226
316
- msgid "Miscellaneous"
317
- msgstr "기타"
296
+ #: ../app/controllers/discovered_hosts_controller.rb:275
297
+ msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
298
+ msgstr ""
318
299
 
319
- #: ../app/controllers/discovered_hosts_controller.rb:304
300
+ #: ../app/controllers/discovered_hosts_controller.rb:289
320
301
  msgid "No hosts were found with that id or name"
321
302
  msgstr "해당 ID 또는 이름의 호스트를 찾을 수 없습니다 "
322
303
 
323
- #: ../app/controllers/discovered_hosts_controller.rb:308
304
+ #: ../app/controllers/discovered_hosts_controller.rb:293
324
305
  msgid "No hosts selected"
325
306
  msgstr "선택된 호스트가 없음 "
326
307
 
327
- #: ../app/controllers/discovered_hosts_controller.rb:314
308
+ #: ../app/controllers/discovered_hosts_controller.rb:299
328
309
  msgid "Something went wrong while selecting hosts - %s"
329
310
  msgstr "호스트를 선택하는 도중 문제가 발생했습니다 - %s"
330
311
 
331
- #: ../app/controllers/discovery_rules_controller.rb:72
312
+ #: ../app/controllers/discovery_rules_controller.rb:79
332
313
  msgid "Rule enabled"
333
314
  msgstr "규칙 비활성화 "
334
315
 
335
- #: ../app/controllers/discovery_rules_controller.rb:72
316
+ #: ../app/controllers/discovery_rules_controller.rb:79
336
317
  msgid "Rule disabled"
337
318
  msgstr "규칙 비활성화 "
338
319
 
339
- #: ../app/helpers/discovered_hosts_helper.rb:10
340
- msgid "%s ago"
341
- msgstr "%s 전 "
342
-
343
320
  #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
344
321
  msgid "Auto Provision"
345
322
  msgstr "자동 프로비저닝 "
@@ -425,6 +402,10 @@ msgid "Enable rule '%s'?"
425
402
  msgstr ""
426
403
 
427
404
  #: ../app/helpers/discovery_rules_helper.rb:33
405
+ msgid "Clone"
406
+ msgstr ""
407
+
408
+ #: ../app/helpers/discovery_rules_helper.rb:34
428
409
  msgid "Delete rule '%s'?"
429
410
  msgstr ""
430
411
 
@@ -448,13 +429,13 @@ msgstr "문자 또는 ERB로 시작해야 합니다. "
448
429
  msgid "must be present."
449
430
  msgstr ""
450
431
 
451
- #: ../app/models/discovery_rule.rb:52
432
+ #: ../app/models/discovery_rule.rb:57
452
433
  msgid "Host group organization %s must also be associated to the discovery rule"
453
434
  msgid_plural "Host group organizations %s must also be associated to the discovery rule"
454
435
  msgstr[0] ""
455
436
  msgstr[1] ""
456
437
 
457
- #: ../app/models/discovery_rule.rb:56
438
+ #: ../app/models/discovery_rule.rb:61
458
439
  msgid "Host group location %s must also be associated to the discovery rule"
459
440
  msgid_plural "Host group locations %s must also be associated to the discovery rule"
460
441
  msgstr[0] ""
@@ -724,6 +705,34 @@ msgstr ""
724
705
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
725
706
  msgstr ""
726
707
 
708
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
709
+ msgid "Highlights"
710
+ msgstr ""
711
+
712
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
713
+ msgid "Storage"
714
+ msgstr "스토리지"
715
+
716
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
717
+ msgid "Hardware"
718
+ msgstr "하드웨어"
719
+
720
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
721
+ msgid "Network"
722
+ msgstr "네트워크"
723
+
724
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
725
+ msgid "Software"
726
+ msgstr "소프트웨어"
727
+
728
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
729
+ msgid "IPMI"
730
+ msgstr "IPMI"
731
+
732
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
733
+ msgid "Miscellaneous"
734
+ msgstr "기타"
735
+
727
736
  #: ../app/services/foreman_discovery/host_converter.rb:47
728
737
  msgid "IPAM must be configured for subnet '%s'"
729
738
  msgstr ""
@@ -736,6 +745,10 @@ msgstr "이미지 API에서 '%{body}'이(가) 포함된 HTTP/%{code}을(를) 반
736
745
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
737
746
  msgstr "이미지 API 처리 오류: %{msg}(HTTP/%{code}, 본문: %{body})"
738
747
 
748
+ #: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
749
+ msgid "Host %s has been dicovered"
750
+ msgstr ""
751
+
739
752
  #: ../app/views/dashboard/_discovery_widget.html.erb:5
740
753
  msgid "Discovered Host"
741
754
  msgid_plural "Discovered Hosts"
@@ -794,11 +807,11 @@ msgstr "디스크 수"
794
807
  msgid "Disks Size"
795
808
  msgstr ""
796
809
 
797
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
810
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9 ../app/views/discovery_rules/index.html.erb:11
798
811
  msgid "Location"
799
812
  msgstr "위치 "
800
813
 
801
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
814
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10 ../app/views/discovery_rules/index.html.erb:12
802
815
  msgid "Organization"
803
816
  msgstr "조직 "
804
817
 
@@ -810,7 +823,7 @@ msgstr "서브넷 "
810
823
  msgid "Last Facts Upload"
811
824
  msgstr ""
812
825
 
813
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
826
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
814
827
  msgid "Actions"
815
828
  msgstr "동작 "
816
829
 
@@ -958,6 +971,10 @@ msgstr ""
958
971
  msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
959
972
  msgstr ""
960
973
 
974
+ #: ../app/views/discovery_rules/clone.erb:1
975
+ msgid "Clone %s"
976
+ msgstr ""
977
+
961
978
  #: ../app/views/discovery_rules/edit.html.erb:1
962
979
  msgid "Edit %s"
963
980
  msgstr "%s 편집 "
@@ -990,7 +1007,7 @@ msgstr "호스트 그룹 "
990
1007
  msgid "Hosts/Limit"
991
1008
  msgstr ""
992
1009
 
993
- #: ../app/views/discovery_rules/index.html.erb:11
1010
+ #: ../app/views/discovery_rules/index.html.erb:13
994
1011
  msgid "DiscoveryRule|Enabled"
995
1012
  msgstr "활성화 "
996
1013
 
@@ -1011,8 +1028,8 @@ msgid "A summary of discovered hosts"
1011
1028
  msgstr ""
1012
1029
 
1013
1030
  #: ../db/seeds.d/80_discovery_ui_notification.rb:4
1014
- msgid "Hosts"
1015
- msgstr "호스트"
1031
+ msgid "New hosts"
1032
+ msgstr ""
1016
1033
 
1017
1034
  #: ../db/seeds.d/80_discovery_ui_notification.rb:6
1018
1035
  msgid "One or more hosts have been discovered"
@@ -1022,19 +1039,27 @@ msgstr ""
1022
1039
  msgid "Details"
1023
1040
  msgstr "상세 정보 "
1024
1041
 
1025
- #: ../lib/foreman_discovery/engine.rb:180
1042
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:18
1043
+ msgid "Hosts"
1044
+ msgstr "호스트"
1045
+
1046
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:20
1047
+ msgid "Error message goes here"
1048
+ msgstr ""
1049
+
1050
+ #: ../lib/foreman_discovery/engine.rb:176
1026
1051
  msgid "Discovery Kexec template"
1027
1052
  msgstr ""
1028
1053
 
1029
- #: ../lib/foreman_discovery/engine.rb:189
1054
+ #: ../lib/foreman_discovery/engine.rb:185
1030
1055
  msgid "Discovery Proxy"
1031
1056
  msgstr ""
1032
1057
 
1033
- #: ../lib/foreman_discovery/engine.rb:190
1058
+ #: ../lib/foreman_discovery/engine.rb:186
1034
1059
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1035
1060
  msgstr ""
1036
1061
 
1037
- #: ../lib/foreman_discovery/engine.rb:191
1062
+ #: ../lib/foreman_discovery/engine.rb:187
1038
1063
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1039
1064
  msgstr ""
1040
1065
 
@@ -1047,17 +1072,21 @@ msgid "documentation"
1047
1072
  msgstr ""
1048
1073
 
1049
1074
  #: action_names.rb:2
1050
- msgid "Action with sub plans"
1051
- msgstr "하위 계획이 있는 작업"
1075
+ msgid "Remote action:"
1076
+ msgstr "원격 작업:"
1052
1077
 
1053
1078
  #: action_names.rb:3
1054
- msgid "Import facts"
1055
- msgstr "팩트 불러오기"
1056
-
1057
- #: action_names.rb:4
1058
1079
  msgid "Import Puppet classes"
1059
1080
  msgstr "Puppet 클래스 가져오기"
1060
1081
 
1082
+ #: action_names.rb:4
1083
+ msgid "Import facts"
1084
+ msgstr "팩트 불러오기"
1085
+
1061
1086
  #: action_names.rb:5
1062
- msgid "Remote action:"
1063
- msgstr "원격 작업:"
1087
+ msgid "Action with sub plans"
1088
+ msgstr "하위 계획이 있는 작업"
1089
+
1090
+ #: ../app/helpers/discovered_hosts_helper.rb:10
1091
+ #~ msgid "%s ago"
1092
+ #~ msgstr "%s 전 "
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.1.3\n"
8
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
@@ -322,6 +322,12 @@ msgstr[1] ""
322
322
  msgid "Host of type %s can not be rebooted"
323
323
  msgstr "호스트 유형 %s은(는) 재부팅할 수 없습니다 "
324
324
 
325
+ msgid "Host's owner type"
326
+ msgstr ""
327
+
328
+ msgid "Host's parameters (array or indexed hash)"
329
+ msgstr ""
330
+
325
331
  msgid "Hostname facts"
326
332
  msgstr ""
327
333
 
@@ -409,9 +415,6 @@ msgstr "Kexec 템플릿이 운영 체제에 연결되어 있지 않습니다."
409
415
  msgid "Last Facts Upload"
410
416
  msgstr ""
411
417
 
412
- msgid "Learn more about this in the documentation."
413
- msgstr ""
414
-
415
418
  msgid "List all discovered hosts"
416
419
  msgstr "검색된 모든 호스트를 나열 "
417
420
 
@@ -466,6 +469,9 @@ msgstr "해당 없음 "
466
469
  msgid "Name"
467
470
  msgstr "이름 "
468
471
 
472
+ msgid "Name of the parameter"
473
+ msgstr ""
474
+
469
475
  msgid "Network"
470
476
  msgstr "네트워크"
471
477
 
@@ -484,9 +490,6 @@ msgstr "사용 가능한 검색된 호스트가 없습니다 "
484
490
  msgid "No discovered hosts for the selected period"
485
491
  msgstr ""
486
492
 
487
- msgid "No discovered hosts found in this context."
488
- msgstr ""
489
-
490
493
  msgid "No discovered hosts to provision"
491
494
  msgstr "프로비저닝할 검색된 호스트가 없습니다 "
492
495
 
@@ -529,6 +532,9 @@ msgstr ""
529
532
  msgid "PXELinux template to be used when pinning a host to discovery"
530
533
  msgstr ""
531
534
 
535
+ msgid "Parameter value"
536
+ msgstr ""
537
+
532
538
  msgid "Please Confirm"
533
539
  msgstr "확인해 주십시오 "
534
540
 
@@ -676,15 +682,15 @@ msgstr "다음 호스트가 삭제되지 않았습니다: %s"
676
682
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
677
683
  msgstr "모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
678
684
 
679
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
680
- msgstr ""
681
-
682
685
  msgid "Type"
683
686
  msgstr "유형 "
684
687
 
685
688
  msgid "Type of name generator"
686
689
  msgstr ""
687
690
 
691
+ msgid "Type of value"
692
+ msgstr ""
693
+
688
694
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
689
695
  msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
690
696
 
@@ -769,6 +775,15 @@ msgstr "특정 규칙에 대해 검색된 호스트와 일치하는 쿼리"
769
775
  msgid "represents rule name shown to the users"
770
776
  msgstr "사용자에게 표시되는 규칙 이름을 표시합니다"
771
777
 
778
+ msgid "required if host is managed and custom partition has not been defined"
779
+ msgstr ""
780
+
781
+ msgid "required if host is managed and value is not inherited from host group"
782
+ msgstr ""
783
+
784
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
785
+ msgstr ""
786
+
772
787
  msgid "required if value is not inherited from host group or default password in settings"
773
788
  msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
774
789