foreman_discovery 16.0.0 → 16.3.1

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 (86) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +24 -11
  3. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  4. data/app/controllers/discovered_hosts_controller.rb +5 -3
  5. data/app/controllers/discovery_rules_controller.rb +1 -1
  6. data/app/models/discovery_rule.rb +1 -1
  7. data/app/models/host/discovered.rb +52 -34
  8. data/app/models/host/managed_extensions.rb +2 -2
  9. data/app/models/setting/discovered.rb +3 -1
  10. data/app/services/foreman_discovery/host_converter.rb +15 -7
  11. data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
  12. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
  13. data/app/services/foreman_discovery/node_api/node_resource.rb +1 -0
  14. data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
  15. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
  16. data/app/views/discovered_hosts/welcome.html.erb +15 -9
  17. data/app/views/discovery_rules/index.html.erb +1 -1
  18. data/app/views/foreman_discovery/debian_kexec.erb +3 -2
  19. data/app/views/foreman_discovery/redhat_kexec.erb +2 -1
  20. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  21. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  22. data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
  23. data/extra/discover-host +14 -8
  24. data/lib/foreman_discovery/engine.rb +5 -4
  25. data/lib/foreman_discovery/version.rb +1 -1
  26. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  27. data/locale/ca/foreman_discovery.edit.po +195 -252
  28. data/locale/ca/foreman_discovery.po +40 -17
  29. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  30. data/locale/de/foreman_discovery.edit.po +201 -257
  31. data/locale/de/foreman_discovery.po +46 -23
  32. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/en/foreman_discovery.edit.po +141 -111
  34. data/locale/en/foreman_discovery.po +36 -13
  35. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/en_GB/foreman_discovery.edit.po +205 -254
  37. data/locale/en_GB/foreman_discovery.po +42 -19
  38. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/es/foreman_discovery.edit.po +209 -258
  40. data/locale/es/foreman_discovery.po +46 -23
  41. data/locale/foreman_discovery.pot +150 -117
  42. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/fr/foreman_discovery.edit.po +203 -255
  44. data/locale/fr/foreman_discovery.po +44 -21
  45. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/gl/foreman_discovery.edit.po +190 -250
  47. data/locale/gl/foreman_discovery.po +38 -15
  48. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/it/foreman_discovery.edit.po +193 -253
  50. data/locale/it/foreman_discovery.po +41 -18
  51. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/ja/foreman_discovery.edit.po +207 -256
  53. data/locale/ja/foreman_discovery.po +44 -21
  54. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/ko/foreman_discovery.edit.po +196 -255
  56. data/locale/ko/foreman_discovery.po +44 -21
  57. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  58. data/locale/pt_BR/foreman_discovery.edit.po +205 -256
  59. data/locale/pt_BR/foreman_discovery.po +44 -21
  60. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  61. data/locale/ru/foreman_discovery.edit.po +199 -257
  62. data/locale/ru/foreman_discovery.po +44 -21
  63. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  64. data/locale/sv_SE/foreman_discovery.edit.po +190 -250
  65. data/locale/sv_SE/foreman_discovery.po +38 -15
  66. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  67. data/locale/zh_CN/foreman_discovery.edit.po +207 -256
  68. data/locale/zh_CN/foreman_discovery.po +44 -21
  69. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  70. data/locale/zh_TW/foreman_discovery.edit.po +196 -254
  71. data/locale/zh_TW/foreman_discovery.po +42 -19
  72. data/package.json +39 -0
  73. data/test/facts/only-ipv6.json +205 -0
  74. data/test/facts/skylake-ipv6.json +223 -0
  75. data/test/functional/api/v2/settings_controller_test.rb +2 -2
  76. data/test/functional/discovered_hosts_controller_test.rb +16 -7
  77. data/test/functional/discovery_rules_controller_test.rb +1 -1
  78. data/test/unit/discovered_extensions_test.rb +6 -1
  79. data/test/unit/host_discovered_test.rb +0 -16
  80. data/test/unit/managed_extensions_test.rb +1 -0
  81. data/webpack/index.js +18 -0
  82. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
  83. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
  84. data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
  85. data/webpack/src/reducers.js +7 -0
  86. metadata +42 -28
@@ -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 15.1.0\n"
9
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
12
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
11
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
12
+ "Last-Translator: Transifex Bot <>\n"
13
13
  "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
14
14
  ")\n"
15
15
  "MIME-Version: 1.0\n"
@@ -34,7 +34,7 @@ msgid "A summary of discovered hosts"
34
34
  msgstr "検出されたホストの概要"
35
35
 
36
36
  msgid "Action with sub plans"
37
- msgstr "サブプランによるアクション"
37
+ msgstr ""
38
38
 
39
39
  msgid "Actions"
40
40
  msgstr "アクション"
@@ -138,6 +138,11 @@ msgstr "無効化"
138
138
  msgid "Disable rule '%s'?"
139
139
  msgstr "ルール '%s' を無効にしますか?"
140
140
 
141
+ msgid "Discovered Host"
142
+ msgid_plural "Discovered Hosts"
143
+ msgstr[0] ""
144
+ msgstr[1] ""
145
+
141
146
  msgid "Discovered Hosts"
142
147
  msgstr "検出されたホスト"
143
148
 
@@ -319,6 +324,12 @@ msgstr[1] ""
319
324
  msgid "Host of type %s can not be rebooted"
320
325
  msgstr "タイプ %s のホストを再起動できません"
321
326
 
327
+ msgid "Host's owner type"
328
+ msgstr ""
329
+
330
+ msgid "Host's parameters (array or indexed hash)"
331
+ msgstr ""
332
+
322
333
  msgid "Hostname facts"
323
334
  msgstr "ホスト名ファクト"
324
335
 
@@ -368,10 +379,10 @@ msgid "Image API returned HTTP/%{code} with '%{body}"
368
379
  msgstr "イメージ API で返された HTTP/%{code}: '%{body}"
369
380
 
370
381
  msgid "Import Puppet classes"
371
- msgstr "Puppet クラスのインポート"
382
+ msgstr ""
372
383
 
373
384
  msgid "Import facts"
374
- msgstr "ファクトのインポート"
385
+ msgstr ""
375
386
 
376
387
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
377
388
  msgstr "@host 属性のほかに、ランダムな整数の rand 関数を利用できます。例:"
@@ -406,9 +417,6 @@ msgstr "オペレーティングシステムに関連付けられていない Ke
406
417
  msgid "Last Facts Upload"
407
418
  msgstr "最終ファクトのアップロード"
408
419
 
409
- msgid "Learn more about this in the documentation."
410
- msgstr "この詳細についてはドキュメンテーションを参照してください。"
411
-
412
420
  msgid "List all discovered hosts"
413
421
  msgstr "すべての検出されたホストを一覧表示"
414
422
 
@@ -463,6 +471,9 @@ msgstr "該当なし"
463
471
  msgid "Name"
464
472
  msgstr "名前"
465
473
 
474
+ msgid "Name of the parameter"
475
+ msgstr ""
476
+
466
477
  msgid "Network"
467
478
  msgstr "ネットワーク"
468
479
 
@@ -481,9 +492,6 @@ msgstr "検出されたホストがありません"
481
492
  msgid "No discovered hosts for the selected period"
482
493
  msgstr "選択された期間に検出されたホストはありません"
483
494
 
484
- msgid "No discovered hosts found in this context."
485
- msgstr "このコンテキストで検出されたホストはありません。"
486
-
487
495
  msgid "No discovered hosts to provision"
488
496
  msgstr "プロビジョニングする検出されたホストがありません"
489
497
 
@@ -526,6 +534,9 @@ msgstr "ホストを検出に固定する際に使用される PXEGrub2 テン
526
534
  msgid "PXELinux template to be used when pinning a host to discovery"
527
535
  msgstr "ホストを検出に固定する際に使用される PXELinux テンプレート"
528
536
 
537
+ msgid "Parameter value"
538
+ msgstr ""
539
+
529
540
  msgid "Please Confirm"
530
541
  msgstr "確認してください"
531
542
 
@@ -590,7 +601,7 @@ msgid "Reloading kernel on %s"
590
601
  msgstr "カーネルを %s にリロード中"
591
602
 
592
603
  msgid "Remote action:"
593
- msgstr "リモートアクション:"
604
+ msgstr ""
594
605
 
595
606
  msgid "Reported in the last 7 days"
596
607
  msgstr "過去 7 日以内に報告あり"
@@ -673,15 +684,15 @@ msgstr "次のホストが削除されました: %s"
673
684
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
674
685
  msgstr "ホスト、ファクト、およびレポートもすべて破棄されるため、時間がかかる場合があります。"
675
686
 
676
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
677
- msgstr "このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
678
-
679
687
  msgid "Type"
680
688
  msgstr "タイプ"
681
689
 
682
690
  msgid "Type of name generator"
683
691
  msgstr "名前ジェネレーターのタイプ"
684
692
 
693
+ msgid "Type of value"
694
+ msgstr ""
695
+
685
696
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
686
697
  msgstr "オーケストレーションタスクの状態を追跡するための UUID。GET /api/orchestration/:UUID/tasks"
687
698
 
@@ -691,15 +702,18 @@ msgstr "検出ルールを見つけることができません。指定される
691
702
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
692
703
  msgstr "%{mac} が '%{fact}' で指定されたプライマリー NIC を見つけることができません。NIC フィルター: %{filter}"
693
704
 
694
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
695
- msgstr "%{url} から kexec を %{name} に対して実行できません: %{msg}"
705
+ msgid "Unable to perform %{action} on %{ips}"
706
+ msgstr ""
707
+
708
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
709
+ msgstr ""
710
+
711
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
712
+ msgstr ""
696
713
 
697
714
  msgid "Unable to provision %{host}: %{errors}"
698
715
  msgstr "%{host} をプロビジョニングできません: %{errors}"
699
716
 
700
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
701
- msgstr "%{url} から %{name} を再起動できません: %{msg}"
702
-
703
717
  msgid "Update a rule"
704
718
  msgstr "ルールの更新"
705
719
 
@@ -763,6 +777,15 @@ msgstr "特定ルールの検出されたホストに一致するクエリー"
763
777
  msgid "represents rule name shown to the users"
764
778
  msgstr "ユーザーに表示されるルール名の表示"
765
779
 
780
+ msgid "required if host is managed and custom partition has not been defined"
781
+ msgstr ""
782
+
783
+ msgid "required if host is managed and value is not inherited from host group"
784
+ msgstr ""
785
+
786
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
787
+ msgstr ""
788
+
766
789
  msgid "required if value is not inherited from host group or default password in settings"
767
790
  msgstr "値がホストグループから継承されていないか、または設定済みのデフォルトパスワードである場合に必須です。"
768
791
 
@@ -1,15 +1,14 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_discovery package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 15.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2019-10-22 11:55+0200\n"
11
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
12
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
10
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
+ "Last-Translator: Transifex Bot <>\n"
13
12
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
14
13
  "MIME-Version: 1.0\n"
15
14
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -21,23 +20,19 @@ msgstr ""
21
20
  msgid "List all discovered hosts"
22
21
  msgstr "검색된 모든 호스트를 나열 "
23
22
 
24
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
25
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
23
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
26
24
  msgid "filter results"
27
25
  msgstr "필터 결과 "
28
26
 
29
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
30
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
27
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
31
28
  msgid "sort results"
32
29
  msgstr "결과 정렬 "
33
30
 
34
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
35
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
31
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
36
32
  msgid "paginate results"
37
33
  msgstr "페이지네이션 결과 "
38
34
 
39
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
40
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
35
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
41
36
  msgid "number of entries per request"
42
37
  msgstr "요청 당 항목 수 "
43
38
 
@@ -45,8 +40,7 @@ msgstr "요청 당 항목 수 "
45
40
  msgid "Show a discovered host"
46
41
  msgstr "검색된 호스트 표시 "
47
42
 
48
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
49
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
43
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
50
44
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
51
45
  msgstr ""
52
46
 
@@ -58,6 +52,10 @@ msgstr "검색된 호스트를 테스트용으로 생성(/facts를 사용하여
58
52
  msgid "Provision a discovered host"
59
53
  msgstr "검색된 호스트 프로비저닝 "
60
54
 
55
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
56
+ msgid "required if host is managed and value is not inherited from host group"
57
+ msgstr ""
58
+
61
59
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
62
60
  msgid "not required if using a subnet with DHCP proxy"
63
61
  msgstr "DHCP 프록시를 갖는 서브넷을 사용할 필요가 없습니다 "
@@ -66,82 +64,99 @@ msgstr "DHCP 프록시를 갖는 서브넷을 사용할 필요가 없습니다 "
66
64
  msgid "not required if it's a virtual machine"
67
65
  msgstr "가상 머신의 경우 필요하지 않습니다 "
68
66
 
69
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
70
- msgid ""
71
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
67
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
68
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
69
+ msgstr ""
70
+
71
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
72
+ msgid "required if host is managed and custom partition has not been defined"
73
+ msgstr ""
74
+
75
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
76
+ msgid "Host's owner type"
77
+ msgstr ""
78
+
79
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
80
+ msgid "Host's parameters (array or indexed hash)"
81
+ msgstr ""
82
+
83
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
84
+ msgid "Name of the parameter"
85
+ msgstr ""
86
+
87
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
88
+ msgid "Parameter value"
89
+ msgstr ""
90
+
91
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
92
+ msgid "Type of value"
93
+ msgstr ""
94
+
95
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
96
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
72
97
  msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
73
98
 
74
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
75
- msgid ""
76
- "required if value is not inherited from host group or default password in "
77
- "settings"
99
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
100
+ msgid "required if value is not inherited from host group or default password in settings"
78
101
  msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
79
102
 
80
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
103
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
81
104
  msgid "Delete a discovered host"
82
105
  msgstr "검색된 호스트 삭제 "
83
106
 
84
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
107
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
85
108
  msgid "Upload facts for a host, creating the host if required"
86
109
  msgstr "호스트의 팩트를 업로드하고 필요한 경우 호스트를 생성합니다 "
87
110
 
88
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
89
- msgid ""
90
- "hash containing facts for the host with minimum set of facts: "
91
- "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
92
- "eth0 (example in case primary interface is named eth0)"
111
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
112
+ 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)"
93
113
  msgstr "최소 세트의 팩트가 있는 호스트의 팩트가 포함된 해시: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, 인터페이스: eth0(기본 인터페이스의 이름이 eth0인 경우의 예)"
94
114
 
95
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
115
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
96
116
  msgid "Execute rules against a discovered host"
97
117
  msgstr "검색된 호스트에 대해 규칙 실행 "
98
118
 
99
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
100
- #: ../app/controllers/discovered_hosts_controller.rb:160
119
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
101
120
  msgid "Host %{host} was provisioned with rule %{rule}"
102
121
  msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
103
122
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
123
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
105
124
  msgid "Unable to provision %{host}: %{errors}"
106
125
  msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
107
126
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
109
- #: ../app/controllers/discovered_hosts_controller.rb:167
127
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
110
128
  msgid "No rule found for host %s"
111
129
  msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
112
130
 
113
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
131
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
114
132
  msgid "Execute rules against all currently discovered hosts"
115
133
  msgstr "현재 검색된 모든 호스트에 대해 규칙 실행 "
116
134
 
117
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
118
- #: ../app/controllers/discovered_hosts_controller.rb:173
135
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
119
136
  msgid "Errors during auto provisioning: %s"
120
137
  msgstr "자동 프로비저닝 도중 오류 발생: %s"
121
138
 
122
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
123
- #: ../app/controllers/discovered_hosts_controller.rb:176
139
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
124
140
  msgid "No discovered hosts to provision"
125
141
  msgstr "프로비저닝할 검색된 호스트가 없습니다 "
126
142
 
127
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
143
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
128
144
  msgid "%s discovered hosts were provisioned"
129
145
  msgstr "%s개의 검색된 호스트를 프로비저닝했습니다."
130
146
 
131
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
147
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
132
148
  msgid "Refreshing the facts of a discovered host"
133
149
  msgstr "검색된 호스트의 팩트를 새로고침 중 "
134
150
 
135
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
151
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
136
152
  msgid "Rebooting a discovered host"
137
153
  msgstr "검색된 호스트를 재부팅 중 "
138
154
 
139
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
155
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
140
156
  msgid "Rebooting all discovered hosts"
141
157
  msgstr "검색된 모든 호스트를 재부팅 중"
142
158
 
143
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
144
- #: ../app/controllers/discovered_hosts_controller.rb:129
159
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
145
160
  msgid "Discovered hosts are rebooting now"
146
161
  msgstr "현재 검색된 호스트를 재부팅하고 있습니다."
147
162
 
@@ -166,8 +181,7 @@ msgid "the hostgroup that is used to auto provision a host"
166
181
  msgstr "호스트를 자동 프로비저닝하기 위해 사용되는 호스트 그룹"
167
182
 
168
183
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
169
- msgid ""
170
- "defines a pattern to assign human-readable hostnames to the matching hosts"
184
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
171
185
  msgstr "해당 호스트에 읽기 좋은 호스트 이름을 할당하기 위해 패턴을 정의합니다"
172
186
 
173
187
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -175,8 +189,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
175
189
  msgstr "규칙 당 프로비저닝된 호스트의 최대 수량을 제한할 수 있게 합니다"
176
190
 
177
191
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
178
- msgid ""
179
- "puts the rules in order, low numbers go first. Must be greater then zero"
192
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
180
193
  msgstr "규칙을 순서대로 배치합니다. 낮은 숫자를 먼저 배치합니다. 수치는 0 보다 커야 합니다"
181
194
 
182
195
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -275,43 +288,43 @@ msgstr "호스트 %s의 자동 프로비저닝에 실패했습니다: %s"
275
288
  msgid "Discovered hosts are provisioning now"
276
289
  msgstr "현재 검색된 호스트를 프로비저닝하고 있습니다"
277
290
 
278
- #: ../app/controllers/discovered_hosts_controller.rb:224
291
+ #: ../app/controllers/discovered_hosts_controller.rb:226
279
292
  msgid "Highlights"
280
293
  msgstr ""
281
294
 
282
- #: ../app/controllers/discovered_hosts_controller.rb:224
295
+ #: ../app/controllers/discovered_hosts_controller.rb:226
283
296
  msgid "Storage"
284
297
  msgstr "스토리지"
285
298
 
286
- #: ../app/controllers/discovered_hosts_controller.rb:224
299
+ #: ../app/controllers/discovered_hosts_controller.rb:226
287
300
  msgid "Hardware"
288
301
  msgstr "하드웨어"
289
302
 
290
- #: ../app/controllers/discovered_hosts_controller.rb:224
303
+ #: ../app/controllers/discovered_hosts_controller.rb:226
291
304
  msgid "Network"
292
305
  msgstr "네트워크"
293
306
 
294
- #: ../app/controllers/discovered_hosts_controller.rb:224
307
+ #: ../app/controllers/discovered_hosts_controller.rb:226
295
308
  msgid "Software"
296
309
  msgstr "소프트웨어"
297
310
 
298
- #: ../app/controllers/discovered_hosts_controller.rb:224
311
+ #: ../app/controllers/discovered_hosts_controller.rb:226
299
312
  msgid "IPMI"
300
313
  msgstr "IPMI"
301
314
 
302
- #: ../app/controllers/discovered_hosts_controller.rb:224
315
+ #: ../app/controllers/discovered_hosts_controller.rb:226
303
316
  msgid "Miscellaneous"
304
317
  msgstr "기타"
305
318
 
306
- #: ../app/controllers/discovered_hosts_controller.rb:302
319
+ #: ../app/controllers/discovered_hosts_controller.rb:304
307
320
  msgid "No hosts were found with that id or name"
308
321
  msgstr "해당 ID 또는 이름의 호스트를 찾을 수 없습니다 "
309
322
 
310
- #: ../app/controllers/discovered_hosts_controller.rb:306
323
+ #: ../app/controllers/discovered_hosts_controller.rb:308
311
324
  msgid "No hosts selected"
312
325
  msgstr "선택된 호스트가 없음 "
313
326
 
314
- #: ../app/controllers/discovered_hosts_controller.rb:312
327
+ #: ../app/controllers/discovered_hosts_controller.rb:314
315
328
  msgid "Something went wrong while selecting hosts - %s"
316
329
  msgstr "호스트를 선택하는 도중 문제가 발생했습니다 - %s"
317
330
 
@@ -327,21 +340,15 @@ msgstr "규칙 비활성화 "
327
340
  msgid "%s ago"
328
341
  msgstr "%s 전 "
329
342
 
330
- #: ../app/helpers/discovered_hosts_helper.rb:14
331
- #: ../app/helpers/discovered_hosts_helper.rb:29
332
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
343
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
333
344
  msgid "Auto Provision"
334
345
  msgstr "자동 프로비저닝 "
335
346
 
336
- #: ../app/helpers/discovered_hosts_helper.rb:15
337
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
347
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
338
348
  msgid "Refresh facts"
339
349
  msgstr "팩트 새로고침 "
340
350
 
341
- #: ../app/helpers/discovered_hosts_helper.rb:16
342
- #: ../app/helpers/discovered_hosts_helper.rb:30
343
- #: ../app/models/setting/discovered.rb:22
344
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
351
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
345
352
  msgid "Reboot"
346
353
  msgstr "다시 시작"
347
354
 
@@ -349,13 +356,11 @@ msgstr "다시 시작"
349
356
  msgid "Back"
350
357
  msgstr "뒤로 "
351
358
 
352
- #: ../app/helpers/discovered_hosts_helper.rb:21
353
- #: ../app/helpers/discovered_hosts_helper.rb:35
359
+ #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
354
360
  msgid "Select Action"
355
361
  msgstr "작업 선택 "
356
362
 
357
- #: ../app/helpers/discovered_hosts_helper.rb:23
358
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
363
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
359
364
  msgid "Delete %s?"
360
365
  msgstr "%s 을(를) 삭제하시겠습니까?"
361
366
 
@@ -375,8 +380,7 @@ msgstr "삭제 "
375
380
  msgid "%s - The following hosts are about to be changed"
376
381
  msgstr "%s - 다음 호스트는 즉시 변경됩니다 "
377
382
 
378
- #: ../app/helpers/discovered_hosts_helper.rb:46
379
- #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
383
+ #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
380
384
  msgid "N/A"
381
385
  msgstr "해당 없음 "
382
386
 
@@ -396,12 +400,7 @@ msgstr "지난 7일 이내에 보고됨"
396
400
  msgid "Provision"
397
401
  msgstr "프로비저닝 "
398
402
 
399
- #: ../app/helpers/discovery_rules_helper.rb:26
400
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
401
- #: ../app/views/discovered_hosts/welcome.html.erb:1
402
- #: ../app/views/discovered_hosts/welcome.html.erb:6
403
- #: ../lib/foreman_discovery/engine.rb:158
404
- #: ../lib/foreman_discovery/engine.rb:173
403
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
405
404
  msgid "Discovered Hosts"
406
405
  msgstr ""
407
406
 
@@ -450,17 +449,16 @@ msgid "must be present."
450
449
  msgstr ""
451
450
 
452
451
  #: ../app/models/discovery_rule.rb:52
453
- msgid ""
454
- "Host group organization %s must also be associated to the discovery rule"
455
- msgid_plural ""
456
- "Host group organizations %s must also be associated to the discovery rule"
452
+ msgid "Host group organization %s must also be associated to the discovery rule"
453
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
457
454
  msgstr[0] ""
455
+ msgstr[1] ""
458
456
 
459
457
  #: ../app/models/discovery_rule.rb:56
460
458
  msgid "Host group location %s must also be associated to the discovery rule"
461
- msgid_plural ""
462
- "Host group locations %s must also be associated to the discovery rule"
459
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
463
460
  msgstr[0] ""
461
+ msgstr[1] ""
464
462
 
465
463
  #: ../app/models/host/discovered.rb:40
466
464
  msgid "Fact + prefix"
@@ -474,39 +472,39 @@ msgstr ""
474
472
  msgid "MAC-based name"
475
473
  msgstr ""
476
474
 
477
- #: ../app/models/host/discovered.rb:51
475
+ #: ../app/models/host/discovered.rb:55
478
476
  msgid "Invalid facts, must be a Hash"
479
477
  msgstr "잘못된 팩트, 해시여야 합니다 "
480
478
 
481
- #: ../app/models/host/discovered.rb:56
482
- msgid ""
483
- "Expected discovery_fact '%s' is missing, unable to detect primary interface "
484
- "and set hostname"
479
+ #: ../app/models/host/discovered.rb:60
480
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
485
481
  msgstr "필요한 discovery_fact '%s'이(가) 누락되었습니다. 기본 인터페이스와 설정된 호스트 이름을 감지할 수 없습니다."
486
482
 
487
- #: ../app/models/host/discovered.rb:69
488
- msgid ""
489
- "Invalid facts: hash does not contain a valid value for any of the facts in "
490
- "the discovery_hostname setting: %s"
483
+ #: ../app/models/host/discovered.rb:73
484
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
491
485
  msgstr ""
492
486
 
493
- #: ../app/models/host/discovered.rb:95
487
+ #: ../app/models/host/discovered.rb:100
494
488
  msgid "Facts could not be imported"
495
489
  msgstr ""
496
490
 
497
- #: ../app/models/host/discovered.rb:150
491
+ #: ../app/models/host/discovered.rb:146
498
492
  msgid "Could not get facts from proxy %{url}: %{error}"
499
493
  msgstr "프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
500
494
 
501
- #: ../app/models/host/discovered.rb:158
502
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
503
- msgstr "%{url}을(를) 통해 %{name}을(를) 재부팅할 수 없습니다: %{msg}"
495
+ #: ../app/models/host/discovered.rb:160
496
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
497
+ msgstr ""
504
498
 
505
- #: ../app/models/host/discovered.rb:166
506
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
507
- msgstr "%{url}을(를) 통해 %{name}에 대해 kexec을 수행할 수 없습니다: %{msg}"
499
+ #: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
500
+ msgid "Unable to perform %{action} on %{ips}"
501
+ msgstr ""
508
502
 
509
- #: ../app/models/host/discovered.rb:185
503
+ #: ../app/models/host/discovered.rb:179
504
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
505
+ msgstr ""
506
+
507
+ #: ../app/models/host/discovered.rb:203
510
508
  msgid "Invalid hostname: Could not normalize the hostname"
511
509
  msgstr ""
512
510
 
@@ -534,191 +532,183 @@ msgstr ""
534
532
  msgid "Rebuild DNS for %s"
535
533
  msgstr ""
536
534
 
537
- #: ../app/models/setting/discovered.rb:15
535
+ #: ../app/models/setting/discovered.rb:17
538
536
  msgid "The default location to place discovered hosts in"
539
537
  msgstr "검색된 호스트를 배치하기 위한 기본 위치 "
540
538
 
541
- #: ../app/models/setting/discovered.rb:15
539
+ #: ../app/models/setting/discovered.rb:17
542
540
  msgid "Discovery location"
543
541
  msgstr ""
544
542
 
545
- #: ../app/models/setting/discovered.rb:16
543
+ #: ../app/models/setting/discovered.rb:18
546
544
  msgid "The default organization to place discovered hosts in"
547
545
  msgstr "검색된 호스트를 배치하기 위한 기본 조직 "
548
546
 
549
- #: ../app/models/setting/discovered.rb:16
547
+ #: ../app/models/setting/discovered.rb:18
550
548
  msgid "Discovery organization"
551
549
  msgstr ""
552
550
 
553
- #: ../app/models/setting/discovered.rb:17
551
+ #: ../app/models/setting/discovered.rb:19
554
552
  msgid "Fact name to use for primary interface detection"
555
553
  msgstr ""
556
554
 
557
- #: ../app/models/setting/discovered.rb:17
555
+ #: ../app/models/setting/discovered.rb:19
558
556
  msgid "Interface fact"
559
557
  msgstr ""
560
558
 
561
- #: ../app/models/setting/discovered.rb:18
562
- msgid ""
563
- "Automatic bond interface (if another interface is detected on the same VLAN "
564
- "via LLDP)"
559
+ #: ../app/models/setting/discovered.rb:20
560
+ msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
565
561
  msgstr ""
566
562
 
567
- #: ../app/models/setting/discovered.rb:18
563
+ #: ../app/models/setting/discovered.rb:20
568
564
  msgid "Create bond interfaces"
569
565
  msgstr ""
570
566
 
571
- #: ../app/models/setting/discovered.rb:19
567
+ #: ../app/models/setting/discovered.rb:21
572
568
  msgid "Clean all reported facts during provisioning (except discovery facts)"
573
569
  msgstr ""
574
570
 
575
- #: ../app/models/setting/discovered.rb:19
571
+ #: ../app/models/setting/discovered.rb:21
576
572
  msgid "Clean all facts"
577
573
  msgstr ""
578
574
 
579
- #: ../app/models/setting/discovered.rb:20
575
+ #: ../app/models/setting/discovered.rb:22
580
576
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
581
577
  msgstr ""
582
578
 
583
- #: ../app/models/setting/discovered.rb:20
579
+ #: ../app/models/setting/discovered.rb:22
584
580
  msgid "Hostname facts"
585
581
  msgstr ""
586
582
 
587
- #: ../app/models/setting/discovered.rb:21
588
- msgid ""
589
- "Automatically provision newly discovered hosts, according to the "
590
- "provisioning rules"
583
+ #: ../app/models/setting/discovered.rb:23
584
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
591
585
  msgstr "프로비저닝 규칙에 따라 새로 검색된 호스트의 자동 프로비저닝 "
592
586
 
593
- #: ../app/models/setting/discovered.rb:21
587
+ #: ../app/models/setting/discovered.rb:23
594
588
  msgid "Auto provisioning"
595
589
  msgstr ""
596
590
 
597
- #: ../app/models/setting/discovered.rb:22
591
+ #: ../app/models/setting/discovered.rb:24
598
592
  msgid "Automatically reboot or kexec discovered host during provisioning"
599
593
  msgstr ""
600
594
 
601
- #: ../app/models/setting/discovered.rb:23
595
+ #: ../app/models/setting/discovered.rb:25
602
596
  msgid "The default prefix to use for the host name, must start with a letter"
603
597
  msgstr "호스트 이름에 사용할 기본 접두사는 문자로 시작해야 합니다 "
604
598
 
605
- #: ../app/models/setting/discovered.rb:23
599
+ #: ../app/models/setting/discovered.rb:25
606
600
  msgid "Hostname prefix"
607
601
  msgstr ""
608
602
 
609
- #: ../app/models/setting/discovered.rb:24
603
+ #: ../app/models/setting/discovered.rb:26
610
604
  msgid "Extra facter columns to show in host lists (separate by comma)"
611
605
  msgstr "호스트 목록에 표시할 추가 팩트 열(쉼표로 구분)"
612
606
 
613
- #: ../app/models/setting/discovered.rb:24
607
+ #: ../app/models/setting/discovered.rb:26
614
608
  msgid "Fact columns"
615
609
  msgstr ""
616
610
 
617
- #: ../app/models/setting/discovered.rb:25
611
+ #: ../app/models/setting/discovered.rb:27
618
612
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
619
613
  msgstr ""
620
614
 
621
- #: ../app/models/setting/discovered.rb:25
615
+ #: ../app/models/setting/discovered.rb:27
622
616
  msgid "Highlighted facts"
623
617
  msgstr ""
624
618
 
625
- #: ../app/models/setting/discovered.rb:26
619
+ #: ../app/models/setting/discovered.rb:28
626
620
  msgid "Regex to organize facts for storage section"
627
621
  msgstr "스토리지 섹션의 팩트를 구성하기 위한 정규식"
628
622
 
629
- #: ../app/models/setting/discovered.rb:26
623
+ #: ../app/models/setting/discovered.rb:28
630
624
  msgid "Storage facts"
631
625
  msgstr ""
632
626
 
633
- #: ../app/models/setting/discovered.rb:27
627
+ #: ../app/models/setting/discovered.rb:29
634
628
  msgid "Regex to organize facts for software section"
635
629
  msgstr "소프트웨어 섹션의 팩트를 구성하기 위한 정규식"
636
630
 
637
- #: ../app/models/setting/discovered.rb:27
631
+ #: ../app/models/setting/discovered.rb:29
638
632
  msgid "Software facts"
639
633
  msgstr ""
640
634
 
641
- #: ../app/models/setting/discovered.rb:28
635
+ #: ../app/models/setting/discovered.rb:30
642
636
  msgid "Regex to organize facts for hardware section"
643
637
  msgstr "하드웨어 섹션의 팩트를 구성하기 위한 정규식"
644
638
 
645
- #: ../app/models/setting/discovered.rb:28
639
+ #: ../app/models/setting/discovered.rb:30
646
640
  msgid "Hardware facts"
647
641
  msgstr ""
648
642
 
649
- #: ../app/models/setting/discovered.rb:29
643
+ #: ../app/models/setting/discovered.rb:31
650
644
  msgid "Regex to organize facts for network section"
651
645
  msgstr "네트워크 섹션의 팩트를 구성하기 위한 정규식"
652
646
 
653
- #: ../app/models/setting/discovered.rb:29
647
+ #: ../app/models/setting/discovered.rb:31
654
648
  msgid "Network facts"
655
649
  msgstr ""
656
650
 
657
- #: ../app/models/setting/discovered.rb:30
651
+ #: ../app/models/setting/discovered.rb:32
658
652
  msgid "Regex to organize facts for ipmi section"
659
653
  msgstr "ipmi 섹션의 팩트를 구성하기 위한 정규식"
660
654
 
661
- #: ../app/models/setting/discovered.rb:30
655
+ #: ../app/models/setting/discovered.rb:32
662
656
  msgid "IPMI facts"
663
657
  msgstr ""
664
658
 
665
- #: ../app/models/setting/discovered.rb:31
666
- msgid ""
667
- "Automatically generate PXE configuration to pin a newly discovered host to "
668
- "discovery"
659
+ #: ../app/models/setting/discovered.rb:33
660
+ msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
669
661
  msgstr ""
670
662
 
671
- #: ../app/models/setting/discovered.rb:31
663
+ #: ../app/models/setting/discovered.rb:33
672
664
  msgid "Lock PXE"
673
665
  msgstr ""
674
666
 
675
- #: ../app/models/setting/discovered.rb:32
667
+ #: ../app/models/setting/discovered.rb:34
676
668
  msgid "PXELinux template to be used when pinning a host to discovery"
677
669
  msgstr ""
678
670
 
679
- #: ../app/models/setting/discovered.rb:32
671
+ #: ../app/models/setting/discovered.rb:34
680
672
  msgid "Locked PXELinux template name"
681
673
  msgstr ""
682
674
 
683
- #: ../app/models/setting/discovered.rb:33
675
+ #: ../app/models/setting/discovered.rb:35
684
676
  msgid "PXEGrub template to be used when pinning a host to discovery"
685
677
  msgstr ""
686
678
 
687
- #: ../app/models/setting/discovered.rb:33
679
+ #: ../app/models/setting/discovered.rb:35
688
680
  msgid "Locked PXEGrub template name"
689
681
  msgstr ""
690
682
 
691
- #: ../app/models/setting/discovered.rb:34
683
+ #: ../app/models/setting/discovered.rb:36
692
684
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
693
685
  msgstr ""
694
686
 
695
- #: ../app/models/setting/discovered.rb:34
687
+ #: ../app/models/setting/discovered.rb:36
696
688
  msgid "Locked PXEGrub2 template name"
697
689
  msgstr ""
698
690
 
699
- #: ../app/models/setting/discovered.rb:35
691
+ #: ../app/models/setting/discovered.rb:37
700
692
  msgid "Force DNS entries creation when provisioning discovered host"
701
693
  msgstr ""
702
694
 
703
- #: ../app/models/setting/discovered.rb:35
695
+ #: ../app/models/setting/discovered.rb:37
704
696
  msgid "Force DNS"
705
697
  msgstr ""
706
698
 
707
- #: ../app/models/setting/discovered.rb:36
708
- msgid ""
709
- "Do not allow to discover existing managed host matching MAC of a "
710
- "provisioning NIC (errors out early)"
699
+ #: ../app/models/setting/discovered.rb:38
700
+ msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
711
701
  msgstr ""
712
702
 
713
- #: ../app/models/setting/discovered.rb:36
703
+ #: ../app/models/setting/discovered.rb:38
714
704
  msgid "Error on existing NIC"
715
705
  msgstr ""
716
706
 
717
- #: ../app/models/setting/discovered.rb:37
707
+ #: ../app/models/setting/discovered.rb:39
718
708
  msgid "Discovery hostname naming pattern"
719
709
  msgstr ""
720
710
 
721
- #: ../app/models/setting/discovered.rb:37
711
+ #: ../app/models/setting/discovered.rb:39
722
712
  msgid "Type of name generator"
723
713
  msgstr ""
724
714
 
@@ -731,23 +721,27 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
731
721
  msgstr ""
732
722
 
733
723
  #: ../app/services/foreman_discovery/fact_parser.rb:12
734
- msgid ""
735
- "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
736
- "%{filter}"
724
+ msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
737
725
  msgstr ""
738
726
 
739
- #: ../app/services/foreman_discovery/host_converter.rb:39
727
+ #: ../app/services/foreman_discovery/host_converter.rb:47
740
728
  msgid "IPAM must be configured for subnet '%s'"
741
729
  msgstr ""
742
730
 
743
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
731
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:76
744
732
  msgid "Image API returned HTTP/%{code} with '%{body}"
745
733
  msgstr "이미지 API에서 '%{body}'이(가) 포함된 HTTP/%{code}을(를) 반환했습니다."
746
734
 
747
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
735
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:79
748
736
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
749
737
  msgstr "이미지 API 처리 오류: %{msg}(HTTP/%{code}, 본문: %{body})"
750
738
 
739
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
740
+ msgid "Discovered Host"
741
+ msgid_plural "Discovered Hosts"
742
+ msgstr[0] ""
743
+ msgstr[1] ""
744
+
751
745
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
752
746
  msgid "No discovered hosts available"
753
747
  msgstr "사용 가능한 검색된 호스트가 없습니다 "
@@ -756,33 +750,23 @@ msgstr "사용 가능한 검색된 호스트가 없습니다 "
756
750
  msgid "Host"
757
751
  msgstr "호스트"
758
752
 
759
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
760
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
761
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
762
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
763
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
753
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../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
764
754
  msgid "Model"
765
755
  msgstr "모델 "
766
756
 
767
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
768
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
769
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
770
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
757
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
771
758
  msgid "CPUs"
772
759
  msgstr "CPU"
773
760
 
774
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
775
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
776
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
777
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
761
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
778
762
  msgid "Memory"
779
763
  msgstr "메모리"
780
764
 
781
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
765
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
782
766
  msgid "Customize Host"
783
767
  msgstr ""
784
768
 
785
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:26
769
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
786
770
  msgid "Create Host"
787
771
  msgstr ""
788
772
 
@@ -794,16 +778,11 @@ msgstr "이 페이지에 있는 모든 항목을 선택 "
794
778
  msgid "items selected. Uncheck to Clear"
795
779
  msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다 "
796
780
 
797
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
798
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
799
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
800
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
781
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../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
801
782
  msgid "Name"
802
783
  msgstr "이름 "
803
784
 
804
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
805
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
806
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
785
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
807
786
  msgid "IP Address"
808
787
  msgstr "IP 주소 "
809
788
 
@@ -815,13 +794,11 @@ msgstr "디스크 수"
815
794
  msgid "Disks Size"
816
795
  msgstr ""
817
796
 
818
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
819
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
797
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
820
798
  msgid "Location"
821
799
  msgstr "위치 "
822
800
 
823
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
824
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
801
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
825
802
  msgid "Organization"
826
803
  msgstr "조직 "
827
804
 
@@ -833,8 +810,7 @@ msgstr "서브넷 "
833
810
  msgid "Last Facts Upload"
834
811
  msgstr ""
835
812
 
836
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
837
- #: ../app/views/discovery_rules/index.html.erb:12
813
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
838
814
  msgid "Actions"
839
815
  msgstr "동작 "
840
816
 
@@ -855,9 +831,7 @@ msgid "Provision %s"
855
831
  msgstr ""
856
832
 
857
833
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
858
- msgid ""
859
- "This might take a while, as all hosts, facts and reports will be destroyed "
860
- "as well"
834
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
861
835
  msgstr "모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
862
836
 
863
837
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -896,20 +870,6 @@ msgstr "IP 주소 "
896
870
  msgid "Collapse All"
897
871
  msgstr "모두 축소"
898
872
 
899
- #: ../app/views/discovered_hosts/welcome.html.erb:7
900
- msgid "No discovered hosts found in this context."
901
- msgstr ""
902
-
903
- #: ../app/views/discovered_hosts/welcome.html.erb:8
904
- msgid ""
905
- "This page shows discovered bare-metal or virtual nodes waiting to be "
906
- "provisioned."
907
- msgstr ""
908
-
909
- #: ../app/views/discovered_hosts/welcome.html.erb:9
910
- msgid "Learn more about this in the documentation."
911
- msgstr ""
912
-
913
873
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
914
874
  msgid "Summary report for discovered hosts from Foreman"
915
875
  msgstr ""
@@ -918,23 +878,19 @@ msgstr ""
918
878
  msgid "<b>Foreman</b> Discovered hosts summary"
919
879
  msgstr ""
920
880
 
921
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
922
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
881
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
923
882
  msgid "Summary from %{time} ago to %{now}"
924
883
  msgstr ""
925
884
 
926
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
927
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
885
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
928
886
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
929
887
  msgstr ""
930
888
 
931
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
932
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
889
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
933
890
  msgid "Disk count"
934
891
  msgstr "디스크 수 "
935
892
 
936
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
937
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
893
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
938
894
  msgid "Disks size"
939
895
  msgstr "디스크 크기 "
940
896
 
@@ -983,41 +939,30 @@ msgid "Rule priority (lower integer means higher priority)"
983
939
  msgstr "규칙 우선 순위 (낮은 정수 값일수록 우선 순위가 높아짐)"
984
940
 
985
941
  #: ../app/views/discovery_rules/_template_inline.erb:2
986
- msgid ""
987
- "Specify target hostname template pattern in the same syntax as in "
988
- "Provisioning Templates (ERB)."
942
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
989
943
  msgstr "프로비저닝 템플릿 (ERB)에 있는 것과 동일한 구문의 대상 호스트 이름 템플릿 패턴을 지정합니다. "
990
944
 
991
945
  #: ../app/views/discovery_rules/_template_inline.erb:4
992
- msgid ""
993
- "Domain will be appended automatically. A hostname based on MAC address will "
994
- "be used when left blank."
946
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
995
947
  msgstr ""
996
948
 
997
949
  #: ../app/views/discovery_rules/_template_inline.erb:5
998
- msgid ""
999
- "In addition to @host attribute function rand for random integers is "
1000
- "available. Examples:"
950
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1001
951
  msgstr ""
1002
952
 
1003
953
  #: ../app/views/discovery_rules/_template_inline.erb:8
1004
- msgid ""
1005
- "When creating hostname patterns, make sure the resulting host names are "
1006
- "unique."
954
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
1007
955
  msgstr ""
1008
956
 
1009
957
  #: ../app/views/discovery_rules/_template_inline.erb:9
1010
- msgid ""
1011
- "Hostnames must not start with numbers. A good approach is to use unique "
1012
- "information provided by facter (MAC address, BIOS or serial ID)."
958
+ msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
1013
959
  msgstr ""
1014
960
 
1015
961
  #: ../app/views/discovery_rules/edit.html.erb:1
1016
962
  msgid "Edit %s"
1017
963
  msgstr "%s 편집 "
1018
964
 
1019
- #: ../app/views/discovery_rules/index.html.erb:1
1020
- #: ../lib/foreman_discovery/engine.rb:163
965
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
1021
966
  msgid "Discovery Rules"
1022
967
  msgstr "검색 규칙 "
1023
968
 
@@ -1073,38 +1018,34 @@ msgstr ""
1073
1018
  msgid "Details"
1074
1019
  msgstr "상세 정보 "
1075
1020
 
1076
- #: ../lib/foreman_discovery/engine.rb:179
1021
+ #: ../lib/foreman_discovery/engine.rb:180
1077
1022
  msgid "Discovery Kexec template"
1078
1023
  msgstr ""
1079
1024
 
1080
- #: ../lib/foreman_discovery/engine.rb:188
1025
+ #: ../lib/foreman_discovery/engine.rb:189
1081
1026
  msgid "Discovery Proxy"
1082
1027
  msgstr ""
1083
1028
 
1084
- #: ../lib/foreman_discovery/engine.rb:189
1085
- msgid ""
1086
- "Discovery Proxy to use within this subnet for managing connection to "
1087
- "discovered hosts"
1029
+ #: ../lib/foreman_discovery/engine.rb:190
1030
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1088
1031
  msgstr ""
1089
1032
 
1090
- #: ../lib/foreman_discovery/engine.rb:190
1091
- msgid ""
1092
- "ID of Discovery Proxy to use within this subnet for managing connection to "
1093
- "discovered hosts"
1033
+ #: ../lib/foreman_discovery/engine.rb:191
1034
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1094
1035
  msgstr ""
1095
1036
 
1096
1037
  #: action_names.rb:2
1097
- msgid "Import Puppet classes"
1098
- msgstr "Puppet 클래스 가져오기"
1038
+ msgid "Remote action:"
1039
+ msgstr ""
1099
1040
 
1100
1041
  #: action_names.rb:3
1101
- msgid "Import facts"
1102
- msgstr "팩트 불러오기"
1042
+ msgid "Import Puppet classes"
1043
+ msgstr ""
1103
1044
 
1104
1045
  #: action_names.rb:4
1105
1046
  msgid "Action with sub plans"
1106
- msgstr "하위 계획이 있는 작업"
1047
+ msgstr ""
1107
1048
 
1108
1049
  #: action_names.rb:5
1109
- msgid "Remote action:"
1110
- msgstr "원격 작업:"
1050
+ msgid "Import facts"
1051
+ msgstr ""