foreman_discovery 9.0.0 → 9.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +6 -4
  3. data/app/controllers/api/v2/fact_values_controller_extensions.rb +2 -2
  4. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +6 -1
  5. data/app/controllers/discovered_hosts_controller.rb +2 -2
  6. data/app/helpers/discovered_hosts_helper.rb +5 -0
  7. data/app/models/discovery_attribute_set.rb +1 -1
  8. data/app/models/discovery_rule.rb +1 -1
  9. data/app/models/host/discovered.rb +3 -2
  10. data/app/models/host/managed_extensions.rb +10 -5
  11. data/app/services/foreman_discovery/host_converter.rb +0 -2
  12. data/app/views/api/v2/discovery_rules/main.json.rabl +12 -0
  13. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +2 -2
  14. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +5 -5
  15. data/app/views/discovered_hosts/edit.html.erb +3 -0
  16. data/app/views/discovery_rules/_form.html.erb +1 -1
  17. data/app/views/discovery_rules/index.html.erb +2 -2
  18. data/app/views/foreman_discovery/debian_kexec.erb +1 -0
  19. data/app/views/foreman_discovery/redhat_kexec.erb +1 -0
  20. data/config/routes.rb +3 -3
  21. data/db/migrate/20141223142759_fill_discovery_attribute_sets_for_existing_hosts.rb +1 -1
  22. data/db/migrate/20160818091421_add_permissions_from_default_roles.rb +1 -7
  23. data/db/seeds.d/50_discovery_templates.rb +2 -2
  24. data/db/seeds.d/60_discovery_proxy_feature.rb +2 -2
  25. data/db/seeds.d/70_discovery_mail_notification.rb +1 -1
  26. data/db/seeds.d/90_add_permissions_from_default_roles.rb +12 -0
  27. data/lib/foreman_discovery/engine.rb +3 -2
  28. data/lib/foreman_discovery/version.rb +1 -1
  29. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  30. data/locale/ca/foreman_discovery.edit.po +37 -28
  31. data/locale/ca/foreman_discovery.po +14 -8
  32. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/de/foreman_discovery.edit.po +38 -29
  34. data/locale/de/foreman_discovery.po +15 -9
  35. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/en/foreman_discovery.edit.po +62 -38
  37. data/locale/en/foreman_discovery.po +27 -9
  38. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/en_GB/foreman_discovery.edit.po +37 -28
  40. data/locale/en_GB/foreman_discovery.po +14 -8
  41. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/es/foreman_discovery.edit.po +37 -28
  43. data/locale/es/foreman_discovery.po +14 -8
  44. data/locale/foreman_discovery.pot +63 -41
  45. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/fr/foreman_discovery.edit.po +38 -29
  47. data/locale/fr/foreman_discovery.po +15 -9
  48. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/gl/foreman_discovery.edit.po +36 -27
  50. data/locale/gl/foreman_discovery.po +14 -8
  51. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/it/foreman_discovery.edit.po +37 -28
  53. data/locale/it/foreman_discovery.po +14 -8
  54. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/ja/foreman_discovery.edit.po +37 -28
  56. data/locale/ja/foreman_discovery.po +14 -8
  57. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  58. data/locale/ko/foreman_discovery.edit.po +37 -28
  59. data/locale/ko/foreman_discovery.po +14 -8
  60. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  61. data/locale/pt_BR/foreman_discovery.edit.po +37 -28
  62. data/locale/pt_BR/foreman_discovery.po +14 -8
  63. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  64. data/locale/ru/foreman_discovery.edit.po +37 -28
  65. data/locale/ru/foreman_discovery.po +14 -8
  66. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  67. data/locale/sv_SE/foreman_discovery.edit.po +36 -27
  68. data/locale/sv_SE/foreman_discovery.po +14 -8
  69. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  70. data/locale/zh_CN/foreman_discovery.edit.po +37 -28
  71. data/locale/zh_CN/foreman_discovery.po +14 -8
  72. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  73. data/locale/zh_TW/foreman_discovery.edit.po +37 -28
  74. data/locale/zh_TW/foreman_discovery.po +14 -8
  75. data/test/factories/discovery_host_related.rb +26 -0
  76. data/test/factories/discovery_rule_related.rb +0 -27
  77. data/test/functional/api/v2/discovered_hosts_controller_test.rb +8 -6
  78. data/test/functional/api/v2/discovery_rules_controller_test.rb +5 -2
  79. data/test/functional/api/v2/fact_value_extensions_test.rb +2 -2
  80. data/test/functional/discovered_hosts_controller_test.rb +114 -78
  81. data/test/functional/discovery_rules_controller_test.rb +1 -1
  82. data/test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb +0 -1
  83. data/test/test_helper_discovery.rb +42 -6
  84. data/test/test_plugin_helper.rb +2 -0
  85. data/test/unit/discovered_extensions_test.rb +55 -10
  86. data/test/unit/discovery_attribute_set_test.rb +1 -1
  87. data/test/unit/discovery_rule_test.rb +1 -1
  88. data/test/unit/discovery_taxonomy_extensions_test.rb +1 -1
  89. data/test/unit/fact_parser_test.rb +1 -1
  90. data/test/unit/host_discovered_test.rb +48 -3
  91. data/test/unit/managed_extensions_test.rb +76 -0
  92. data/test/unit/setting_discovered_test.rb +1 -1
  93. data/test/unit/ui_notifications/destroy_host_test.rb +0 -1
  94. metadata +25 -23
  95. data/app/models/concerns/fact_value_extensions.rb +0 -13
  96. data/test/test_helper.rb +0 -25
  97. data/test/unit/fact_value_extensions_test.rb +0 -11
@@ -7,9 +7,9 @@
7
7
  # caifti <caifti@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 8.0.0\n"
10
+ "Project-Id-Version: foreman_discovery 9.0.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2017-03-15 12:38+0000\n"
12
+ "PO-Revision-Date: 2017-04-08 10:07+0000\n"
13
13
  "Last-Translator: Lukáš Zapletal\n"
14
14
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
15
15
  "\n"
@@ -79,6 +79,9 @@ msgstr ""
79
79
  msgid "Could not get facts from proxy %{url}: %{error}"
80
80
  msgstr "Impossibile ottenere gli eventi dal proxy %{url}: %{error}"
81
81
 
82
+ msgid "Create Rule"
83
+ msgstr ""
84
+
82
85
  msgid "Create a discovered host for testing (use /facts to create new hosts)"
83
86
  msgstr ""
84
87
 
@@ -106,6 +109,9 @@ msgstr ""
106
109
  msgid "Destroyed selected hosts"
107
110
  msgstr "Host selezionati annullati"
108
111
 
112
+ msgid "Details"
113
+ msgstr ""
114
+
109
115
  msgid "Disable"
110
116
  msgstr "Disabilita"
111
117
 
@@ -287,6 +293,9 @@ msgstr ""
287
293
  msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
288
294
  msgstr ""
289
295
 
296
+ msgid "Hosts"
297
+ msgstr ""
298
+
290
299
  msgid "Hosts limit"
291
300
  msgstr "Limite host"
292
301
 
@@ -404,9 +413,6 @@ msgstr ""
404
413
  msgid "New Discovery Rule"
405
414
  msgstr "Nuova regola per la scoperta"
406
415
 
407
- msgid "New Rule"
408
- msgstr "Nuova regola"
409
-
410
416
  msgid "New in the last 24 hours"
411
417
  msgstr ""
412
418
 
@@ -440,6 +446,9 @@ msgstr "Nessuna regola trovata per l'host %s"
440
446
  msgid "Not reported in more than 7 days"
441
447
  msgstr ""
442
448
 
449
+ msgid "One or more hosts have been discovered"
450
+ msgstr ""
451
+
443
452
  msgid "Organization"
444
453
  msgstr "Organizzazione"
445
454
 
@@ -587,9 +596,6 @@ msgstr ""
587
596
  msgid "Target host group for this rule with all properties set"
588
597
  msgstr "Gruppo di host di destinazione per questa regola con tutte le proprietà impostate"
589
598
 
590
- msgid "Template"
591
- msgstr "Template"
592
-
593
599
  msgid "The default location to place discovered hosts in"
594
600
  msgstr "La posizione predefinita nella quale posizionare gli host trovati"
595
601
 
@@ -6,10 +6,10 @@
6
6
  # Shuji Yamada <uzy.exe@gmail.com>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_discovery 8.0.0\n"
9
+ "Project-Id-Version: foreman_discovery 9.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2017-01-06 08:26+0100\n"
12
- "PO-Revision-Date: 2017-03-15 12:38+0000\n"
11
+ "POT-Creation-Date: 2017-04-07 13:02+0200\n"
12
+ "PO-Revision-Date: 2017-04-08 10:07+0000\n"
13
13
  "Last-Translator: Lukáš Zapletal\n"
14
14
  "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/)\n"
15
15
  "MIME-Version: 1.0\n"
@@ -366,6 +366,7 @@ msgid "%s - The following hosts are about to be changed"
366
366
  msgstr "%s - 以下のホストはすぐに変更されます"
367
367
 
368
368
  #: ../app/helpers/discovered_hosts_helper.rb:49
369
+ #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
369
370
  msgid "N/A"
370
371
  msgstr "N/A"
371
372
 
@@ -386,7 +387,7 @@ msgid "Provision"
386
387
  msgstr "プロビジョニング"
387
388
 
388
389
  #: ../app/helpers/discovery_rules_helper.rb:26
389
- #: ../lib/foreman_discovery/engine.rb:163
390
+ #: ../lib/foreman_discovery/engine.rb:165
390
391
  msgid "Discovered Hosts"
391
392
  msgstr ""
392
393
 
@@ -443,43 +444,43 @@ msgid_plural ""
443
444
  "Host group locations %s must also be associated to the discovery rule"
444
445
  msgstr[0] ""
445
446
 
446
- #: ../app/models/host/discovered.rb:38
447
+ #: ../app/models/host/discovered.rb:37
447
448
  msgid "Invalid facts, must be a Hash"
448
449
  msgstr "無効なファクトです。ハッシュにする必要があります"
449
450
 
450
- #: ../app/models/host/discovered.rb:43
451
+ #: ../app/models/host/discovered.rb:42
451
452
  msgid ""
452
453
  "Expected discovery_fact '%s' is missing, unable to detect primary interface "
453
454
  "and set hostname"
454
455
  msgstr "期待される discovery_fact '%s' が不明です。プライマリーインターフェースを検出し、ホスト名を設定できません"
455
456
 
456
- #: ../app/models/host/discovered.rb:50
457
+ #: ../app/models/host/discovered.rb:49
457
458
  msgid ""
458
459
  "Invalid facts: hash does not contain a valid value for any of the facts in "
459
460
  "the discovery_hostname setting: %s"
460
461
  msgstr ""
461
462
 
462
- #: ../app/models/host/discovered.rb:67
463
+ #: ../app/models/host/discovered.rb:66
463
464
  msgid "Facts could not be imported"
464
465
  msgstr ""
465
466
 
466
- #: ../app/models/host/discovered.rb:117
467
+ #: ../app/models/host/discovered.rb:116
467
468
  msgid "Unable to assign subnet, primary interface is missing IP address"
468
469
  msgstr "サブネットを割り当てることができません。プライマリーインターフェースに IP アドレスがありません"
469
470
 
470
- #: ../app/models/host/discovered.rb:174
471
+ #: ../app/models/host/discovered.rb:173
471
472
  msgid "Could not get facts from proxy %{url}: %{error}"
472
473
  msgstr "プロキシー %{url} からファクトを取得できませんでした: %{error}"
473
474
 
474
- #: ../app/models/host/discovered.rb:190
475
+ #: ../app/models/host/discovered.rb:189
475
476
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
476
477
  msgstr "%{url} から %{name} を再起動できません: %{msg}"
477
478
 
478
- #: ../app/models/host/discovered.rb:198
479
+ #: ../app/models/host/discovered.rb:197
479
480
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
480
481
  msgstr "%{url} から %{name} で kexec を実行できません: %{msg}"
481
482
 
482
- #: ../app/models/host/discovered.rb:217
483
+ #: ../app/models/host/discovered.rb:216
483
484
  msgid "Invalid hostname: Could not normalize the hostname"
484
485
  msgstr ""
485
486
 
@@ -716,7 +717,7 @@ msgid "Create host"
716
717
  msgstr ""
717
718
 
718
719
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
719
- #: ../lib/foreman_discovery/engine.rb:148
720
+ #: ../lib/foreman_discovery/engine.rb:150
720
721
  msgid "Discovered hosts"
721
722
  msgstr "検出されたホスト"
722
723
 
@@ -879,23 +880,19 @@ msgstr "組織"
879
880
  msgid "Target host group for this rule with all properties set"
880
881
  msgstr "すべてのプロパティーセットを持つこのルールのターゲットホストグループ"
881
882
 
882
- #: ../app/views/discovery_rules/_form.html.erb:24
883
- msgid "Template"
884
- msgstr "テンプレート"
885
-
886
- #: ../app/views/discovery_rules/_form.html.erb:26
883
+ #: ../app/views/discovery_rules/_form.html.erb:25
887
884
  msgid "Hostname for provisioned hosts"
888
885
  msgstr "プロビジョニングされたホストのホスト名"
889
886
 
890
- #: ../app/views/discovery_rules/_form.html.erb:27
887
+ #: ../app/views/discovery_rules/_form.html.erb:26
891
888
  msgid "Hosts limit"
892
889
  msgstr "ホストの制限"
893
890
 
894
- #: ../app/views/discovery_rules/_form.html.erb:27
891
+ #: ../app/views/discovery_rules/_form.html.erb:26
895
892
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
896
893
  msgstr "このルールでプロビジョニングされる最大ホスト数 (0 = 無制限)"
897
894
 
898
- #: ../app/views/discovery_rules/_form.html.erb:28
895
+ #: ../app/views/discovery_rules/_form.html.erb:27
899
896
  msgid "Rule priority (lower integer means higher priority)"
900
897
  msgstr "ルールの優先度 (整数の値が低いほど優先度が高くなります)"
901
898
 
@@ -938,8 +935,8 @@ msgid "Discovery Rules"
938
935
  msgstr "検出ルール"
939
936
 
940
937
  #: ../app/views/discovery_rules/index.html.erb:2
941
- msgid "New Rule"
942
- msgstr "新規ルール"
938
+ msgid "Create Rule"
939
+ msgstr ""
943
940
 
944
941
  #: ../app/views/discovery_rules/index.html.erb:6
945
942
  msgid "DiscoveryRule|Name"
@@ -973,21 +970,33 @@ msgstr "新規検出ルール"
973
970
  msgid "A summary of discovered hosts"
974
971
  msgstr ""
975
972
 
976
- #: ../lib/foreman_discovery/engine.rb:153
973
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:4
974
+ msgid "Hosts"
975
+ msgstr ""
976
+
977
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:6
978
+ msgid "One or more hosts have been discovered"
979
+ msgstr ""
980
+
981
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:13
982
+ msgid "Details"
983
+ msgstr ""
984
+
985
+ #: ../lib/foreman_discovery/engine.rb:155
977
986
  msgid "Discovery rules"
978
987
  msgstr "検出ルール"
979
988
 
980
- #: ../lib/foreman_discovery/engine.rb:176
989
+ #: ../lib/foreman_discovery/engine.rb:178
981
990
  msgid "Discovery Proxy"
982
991
  msgstr ""
983
992
 
984
- #: ../lib/foreman_discovery/engine.rb:177
993
+ #: ../lib/foreman_discovery/engine.rb:179
985
994
  msgid ""
986
995
  "Discovery Proxy to use within this subnet for managing connection to "
987
996
  "discovered hosts"
988
997
  msgstr ""
989
998
 
990
- #: ../lib/foreman_discovery/engine.rb:178
999
+ #: ../lib/foreman_discovery/engine.rb:180
991
1000
  msgid ""
992
1001
  "ID of Discovery Proxy to use within this subnet for managing connection to "
993
1002
  "discovered hosts"
@@ -6,9 +6,9 @@
6
6
  # Shuji Yamada <uzy.exe@gmail.com>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_discovery 8.0.0\n"
9
+ "Project-Id-Version: foreman_discovery 9.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "PO-Revision-Date: 2017-03-15 12:38+0000\n"
11
+ "PO-Revision-Date: 2017-04-08 10:07+0000\n"
12
12
  "Last-Translator: Lukáš Zapletal\n"
13
13
  "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
14
14
  ")\n"
@@ -78,6 +78,9 @@ msgstr ""
78
78
  msgid "Could not get facts from proxy %{url}: %{error}"
79
79
  msgstr "プロキシー %{url} からファクトを取得できませんでした: %{error}"
80
80
 
81
+ msgid "Create Rule"
82
+ msgstr ""
83
+
81
84
  msgid "Create a discovered host for testing (use /facts to create new hosts)"
82
85
  msgstr "テストのために検出済みホストを作成 (新規ホストを作成する場合は /facts を使用)"
83
86
 
@@ -105,6 +108,9 @@ msgstr ""
105
108
  msgid "Destroyed selected hosts"
106
109
  msgstr "破棄された選択ホスト"
107
110
 
111
+ msgid "Details"
112
+ msgstr ""
113
+
108
114
  msgid "Disable"
109
115
  msgstr "無効にする"
110
116
 
@@ -286,6 +292,9 @@ msgstr ""
286
292
  msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
287
293
  msgstr ""
288
294
 
295
+ msgid "Hosts"
296
+ msgstr ""
297
+
289
298
  msgid "Hosts limit"
290
299
  msgstr "ホストの制限"
291
300
 
@@ -403,9 +412,6 @@ msgstr ""
403
412
  msgid "New Discovery Rule"
404
413
  msgstr "新規検出ルール"
405
414
 
406
- msgid "New Rule"
407
- msgstr "新規ルール"
408
-
409
415
  msgid "New in the last 24 hours"
410
416
  msgstr "過去 24 時間で新規"
411
417
 
@@ -439,6 +445,9 @@ msgstr "ホスト %s のルールが見つかりませんでした"
439
445
  msgid "Not reported in more than 7 days"
440
446
  msgstr "7 日間を超えて報告されていません"
441
447
 
448
+ msgid "One or more hosts have been discovered"
449
+ msgstr ""
450
+
442
451
  msgid "Organization"
443
452
  msgstr "組織"
444
453
 
@@ -586,9 +595,6 @@ msgstr ""
586
595
  msgid "Target host group for this rule with all properties set"
587
596
  msgstr "すべてのプロパティーセットを持つこのルールのターゲットホストグループ"
588
597
 
589
- msgid "Template"
590
- msgstr "テンプレート"
591
-
592
598
  msgid "The default location to place discovered hosts in"
593
599
  msgstr "検出されたホストを配置するデフォルトのロケーション"
594
600
 
@@ -5,10 +5,10 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 8.0.0\n"
8
+ "Project-Id-Version: foreman_discovery 9.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2017-01-06 08:26+0100\n"
11
- "PO-Revision-Date: 2017-03-15 12:38+0000\n"
10
+ "POT-Creation-Date: 2017-04-07 13:02+0200\n"
11
+ "PO-Revision-Date: 2017-04-08 10:07+0000\n"
12
12
  "Last-Translator: Lukáš Zapletal\n"
13
13
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
14
14
  "MIME-Version: 1.0\n"
@@ -365,6 +365,7 @@ msgid "%s - The following hosts are about to be changed"
365
365
  msgstr "%s - 다음 호스트는 즉시 변경됩니다 "
366
366
 
367
367
  #: ../app/helpers/discovered_hosts_helper.rb:49
368
+ #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
368
369
  msgid "N/A"
369
370
  msgstr "해당 없음 "
370
371
 
@@ -385,7 +386,7 @@ msgid "Provision"
385
386
  msgstr "프로비저닝 "
386
387
 
387
388
  #: ../app/helpers/discovery_rules_helper.rb:26
388
- #: ../lib/foreman_discovery/engine.rb:163
389
+ #: ../lib/foreman_discovery/engine.rb:165
389
390
  msgid "Discovered Hosts"
390
391
  msgstr ""
391
392
 
@@ -442,43 +443,43 @@ msgid_plural ""
442
443
  "Host group locations %s must also be associated to the discovery rule"
443
444
  msgstr[0] ""
444
445
 
445
- #: ../app/models/host/discovered.rb:38
446
+ #: ../app/models/host/discovered.rb:37
446
447
  msgid "Invalid facts, must be a Hash"
447
448
  msgstr "잘못된 팩트, 해시여야 합니다 "
448
449
 
449
- #: ../app/models/host/discovered.rb:43
450
+ #: ../app/models/host/discovered.rb:42
450
451
  msgid ""
451
452
  "Expected discovery_fact '%s' is missing, unable to detect primary interface "
452
453
  "and set hostname"
453
454
  msgstr "필요한 discovery_fact '%s'이(가) 누락되었습니다. 기본 인터페이스와 설정된 호스트 이름을 감지할 수 없습니다."
454
455
 
455
- #: ../app/models/host/discovered.rb:50
456
+ #: ../app/models/host/discovered.rb:49
456
457
  msgid ""
457
458
  "Invalid facts: hash does not contain a valid value for any of the facts in "
458
459
  "the discovery_hostname setting: %s"
459
460
  msgstr ""
460
461
 
461
- #: ../app/models/host/discovered.rb:67
462
+ #: ../app/models/host/discovered.rb:66
462
463
  msgid "Facts could not be imported"
463
464
  msgstr ""
464
465
 
465
- #: ../app/models/host/discovered.rb:117
466
+ #: ../app/models/host/discovered.rb:116
466
467
  msgid "Unable to assign subnet, primary interface is missing IP address"
467
468
  msgstr "서브넷을 할당할 수 없습니다. 기본 인터페이스의 IP 주소가 누락되었습니다."
468
469
 
469
- #: ../app/models/host/discovered.rb:174
470
+ #: ../app/models/host/discovered.rb:173
470
471
  msgid "Could not get facts from proxy %{url}: %{error}"
471
472
  msgstr "프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
472
473
 
473
- #: ../app/models/host/discovered.rb:190
474
+ #: ../app/models/host/discovered.rb:189
474
475
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
475
476
  msgstr "%{url}을(를) 통해 %{name}을(를) 재부팅할 수 없습니다: %{msg}"
476
477
 
477
- #: ../app/models/host/discovered.rb:198
478
+ #: ../app/models/host/discovered.rb:197
478
479
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
479
480
  msgstr "%{url}을(를) 통해 %{name}에 대해 kexec을 수행할 수 없습니다: %{msg}"
480
481
 
481
- #: ../app/models/host/discovered.rb:217
482
+ #: ../app/models/host/discovered.rb:216
482
483
  msgid "Invalid hostname: Could not normalize the hostname"
483
484
  msgstr ""
484
485
 
@@ -715,7 +716,7 @@ msgid "Create host"
715
716
  msgstr ""
716
717
 
717
718
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
718
- #: ../lib/foreman_discovery/engine.rb:148
719
+ #: ../lib/foreman_discovery/engine.rb:150
719
720
  msgid "Discovered hosts"
720
721
  msgstr "검색된 호스트 "
721
722
 
@@ -878,23 +879,19 @@ msgstr "조직 "
878
879
  msgid "Target host group for this rule with all properties set"
879
880
  msgstr "모든 속성 모음을 갖는 규칙의 대상 호스트 그룹 "
880
881
 
881
- #: ../app/views/discovery_rules/_form.html.erb:24
882
- msgid "Template"
883
- msgstr "템플릿"
884
-
885
- #: ../app/views/discovery_rules/_form.html.erb:26
882
+ #: ../app/views/discovery_rules/_form.html.erb:25
886
883
  msgid "Hostname for provisioned hosts"
887
884
  msgstr "프로비저닝된 호스트의 호스트 이름 "
888
885
 
889
- #: ../app/views/discovery_rules/_form.html.erb:27
886
+ #: ../app/views/discovery_rules/_form.html.erb:26
890
887
  msgid "Hosts limit"
891
888
  msgstr "호스트 제한 "
892
889
 
893
- #: ../app/views/discovery_rules/_form.html.erb:27
890
+ #: ../app/views/discovery_rules/_form.html.erb:26
894
891
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
895
892
  msgstr "이 규칙에서 프로비저닝되는 최대 호스트 수 (0 = 무제한)"
896
893
 
897
- #: ../app/views/discovery_rules/_form.html.erb:28
894
+ #: ../app/views/discovery_rules/_form.html.erb:27
898
895
  msgid "Rule priority (lower integer means higher priority)"
899
896
  msgstr "규칙 우선 순위 (낮은 정수 값일수록 우선 순위가 높아짐)"
900
897
 
@@ -937,8 +934,8 @@ msgid "Discovery Rules"
937
934
  msgstr "검색 규칙 "
938
935
 
939
936
  #: ../app/views/discovery_rules/index.html.erb:2
940
- msgid "New Rule"
941
- msgstr "새 규칙 "
937
+ msgid "Create Rule"
938
+ msgstr ""
942
939
 
943
940
  #: ../app/views/discovery_rules/index.html.erb:6
944
941
  msgid "DiscoveryRule|Name"
@@ -972,21 +969,33 @@ msgstr "새 검색 규칙 "
972
969
  msgid "A summary of discovered hosts"
973
970
  msgstr ""
974
971
 
975
- #: ../lib/foreman_discovery/engine.rb:153
972
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:4
973
+ msgid "Hosts"
974
+ msgstr ""
975
+
976
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:6
977
+ msgid "One or more hosts have been discovered"
978
+ msgstr ""
979
+
980
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:13
981
+ msgid "Details"
982
+ msgstr ""
983
+
984
+ #: ../lib/foreman_discovery/engine.rb:155
976
985
  msgid "Discovery rules"
977
986
  msgstr "검색 규칙 "
978
987
 
979
- #: ../lib/foreman_discovery/engine.rb:176
988
+ #: ../lib/foreman_discovery/engine.rb:178
980
989
  msgid "Discovery Proxy"
981
990
  msgstr ""
982
991
 
983
- #: ../lib/foreman_discovery/engine.rb:177
992
+ #: ../lib/foreman_discovery/engine.rb:179
984
993
  msgid ""
985
994
  "Discovery Proxy to use within this subnet for managing connection to "
986
995
  "discovered hosts"
987
996
  msgstr ""
988
997
 
989
- #: ../lib/foreman_discovery/engine.rb:178
998
+ #: ../lib/foreman_discovery/engine.rb:180
990
999
  msgid ""
991
1000
  "ID of Discovery Proxy to use within this subnet for managing connection to "
992
1001
  "discovered hosts"