foreman_discovery 15.1.0 → 16.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +10 -3
  3. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  4. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +4 -0
  5. data/app/controllers/discovered_hosts_controller.rb +1 -0
  6. data/app/controllers/discovery_rules_controller.rb +1 -1
  7. data/app/models/discovery_rule.rb +1 -1
  8. data/app/models/host/discovered.rb +39 -17
  9. data/app/models/host/managed_extensions.rb +2 -2
  10. data/app/models/setting/discovered.rb +26 -33
  11. data/app/services/foreman_discovery/fact_parser.rb +1 -1
  12. data/app/services/foreman_discovery/host_converter.rb +38 -2
  13. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +6 -14
  14. data/app/services/foreman_discovery/node_api/node_resource.rb +1 -0
  15. data/app/services/foreman_discovery/subnet_suggestion.rb +26 -0
  16. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +2 -0
  17. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  18. data/config/routes.rb +2 -0
  19. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  20. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  21. data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
  22. data/extra/discover-host +21 -7
  23. data/lib/foreman_discovery/engine.rb +4 -4
  24. data/lib/foreman_discovery/version.rb +1 -1
  25. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/ca/foreman_discovery.edit.po +226 -263
  27. data/locale/ca/foreman_discovery.po +28 -8
  28. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/de/foreman_discovery.edit.po +229 -265
  30. data/locale/de/foreman_discovery.po +31 -11
  31. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/en/foreman_discovery.edit.po +169 -119
  33. data/locale/en/foreman_discovery.po +24 -4
  34. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/en_GB/foreman_discovery.edit.po +237 -266
  36. data/locale/en_GB/foreman_discovery.po +31 -11
  37. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/es/foreman_discovery.edit.po +236 -265
  39. data/locale/es/foreman_discovery.po +30 -10
  40. data/locale/foreman_discovery.pot +110 -84
  41. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/fr/foreman_discovery.edit.po +230 -262
  43. data/locale/fr/foreman_discovery.po +28 -8
  44. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/gl/foreman_discovery.edit.po +221 -261
  46. data/locale/gl/foreman_discovery.po +26 -6
  47. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/it/foreman_discovery.edit.po +221 -261
  49. data/locale/it/foreman_discovery.po +26 -6
  50. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ja/foreman_discovery.edit.po +235 -264
  52. data/locale/ja/foreman_discovery.po +29 -9
  53. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/ko/foreman_discovery.edit.po +223 -262
  55. data/locale/ko/foreman_discovery.po +28 -8
  56. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/pt_BR/foreman_discovery.edit.po +233 -264
  58. data/locale/pt_BR/foreman_discovery.po +29 -9
  59. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/ru/foreman_discovery.edit.po +227 -265
  61. data/locale/ru/foreman_discovery.po +29 -9
  62. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  63. data/locale/sv_SE/foreman_discovery.edit.po +222 -262
  64. data/locale/sv_SE/foreman_discovery.po +27 -7
  65. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  66. data/locale/zh_CN/foreman_discovery.edit.po +234 -263
  67. data/locale/zh_CN/foreman_discovery.po +28 -8
  68. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  69. data/locale/zh_TW/foreman_discovery.edit.po +223 -261
  70. data/locale/zh_TW/foreman_discovery.po +26 -6
  71. data/test/facts/bond0-eth0-eth1-active-passive.json +128 -0
  72. data/test/facts/facts_with_lldp_bond_candidate.json +2 -9
  73. data/test/functional/api/v2/discovered_hosts_controller_test.rb +1 -0
  74. data/test/functional/discovered_hosts_controller_test.rb +15 -6
  75. data/test/integration/discovered_hosts_test.rb +1 -0
  76. data/test/test_helper_discovery.rb +12 -0
  77. data/test/unit/discovered_extensions_test.rb +54 -0
  78. data/test/unit/discovery_attribute_set_test.rb +1 -0
  79. data/test/unit/discovery_rule_test.rb +1 -0
  80. data/test/unit/host_discovered_test.rb +32 -13
  81. data/test/unit/managed_extensions_test.rb +2 -0
  82. metadata +36 -31
@@ -3,13 +3,13 @@
3
3
  # This file is distributed under the same license as the foreman_discovery package.
4
4
  #
5
5
  # Translators:
6
- # Shuji Yamada <uzy.exe@gmail.com>, 2015
6
+ # 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_discovery 15.0.0\n"
9
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
12
- "Last-Translator: Lukáš Zapletal\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"
@@ -33,6 +33,9 @@ msgstr "<b>Foreman</b> の検出されたホストの概要"
33
33
  msgid "A summary of discovered hosts"
34
34
  msgstr "検出されたホストの概要"
35
35
 
36
+ msgid "Action with sub plans"
37
+ msgstr ""
38
+
36
39
  msgid "Actions"
37
40
  msgstr "アクション"
38
41
 
@@ -135,6 +138,11 @@ msgstr "無効化"
135
138
  msgid "Disable rule '%s'?"
136
139
  msgstr "ルール '%s' を無効にしますか?"
137
140
 
141
+ msgid "Discovered Host"
142
+ msgid_plural "Discovered Hosts"
143
+ msgstr[0] ""
144
+ msgstr[1] ""
145
+
138
146
  msgid "Discovered Hosts"
139
147
  msgstr "検出されたホスト"
140
148
 
@@ -346,6 +354,9 @@ msgstr "IP アドレス"
346
354
  msgid "IP address"
347
355
  msgstr "IP アドレス"
348
356
 
357
+ msgid "IPAM must be configured for subnet '%s'"
358
+ msgstr ""
359
+
349
360
  msgid "IPMI"
350
361
  msgstr "IPMI"
351
362
 
@@ -361,6 +372,12 @@ msgstr "イメージ API の処理エラー: %{msg} (HTTP/%{code}、本体: %{bo
361
372
  msgid "Image API returned HTTP/%{code} with '%{body}"
362
373
  msgstr "イメージ API で返された HTTP/%{code}: '%{body}"
363
374
 
375
+ msgid "Import Puppet classes"
376
+ msgstr ""
377
+
378
+ msgid "Import facts"
379
+ msgstr ""
380
+
364
381
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
365
382
  msgstr "@host 属性のほかに、ランダムな整数の rand 関数を利用できます。例:"
366
383
 
@@ -577,6 +594,9 @@ msgstr "ストレージセクションのファクトを整理するための Re
577
594
  msgid "Reloading kernel on %s"
578
595
  msgstr "カーネルを %s にリロード中"
579
596
 
597
+ msgid "Remote action:"
598
+ msgstr ""
599
+
580
600
  msgid "Reported in the last 7 days"
581
601
  msgstr "過去 7 日以内に報告あり"
582
602
 
@@ -676,15 +696,15 @@ msgstr "検出ルールを見つけることができません。指定される
676
696
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
677
697
  msgstr "%{mac} が '%{fact}' で指定されたプライマリー NIC を見つけることができません。NIC フィルター: %{filter}"
678
698
 
679
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
680
- msgstr "%{url} から kexec を %{name} に対して実行できません: %{msg}"
699
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
700
+ msgstr ""
701
+
702
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
703
+ msgstr ""
681
704
 
682
705
  msgid "Unable to provision %{host}: %{errors}"
683
706
  msgstr "%{host} をプロビジョニングできません: %{errors}"
684
707
 
685
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
686
- msgstr "%{url} から %{name} を再起動できません: %{msg}"
687
-
688
708
  msgid "Update a rule"
689
709
  msgstr "ルールの更新"
690
710
 
@@ -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.0.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2019-05-13 15:39+0200\n"
11
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
12
- "Last-Translator: Lukáš Zapletal\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:159
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:166
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:172
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:175
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:128
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
@@ -215,11 +228,11 @@ msgstr "검색 규칙을 찾을 수 없습니다. 호스트가 제공되지 않
215
228
  msgid "No hostgroup associated with rule '%s'"
216
229
  msgstr "'%s' 규칙에 연결된 호스트 그룹이 없습니다."
217
230
 
218
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:69
231
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
219
232
  msgid "Errors during reboot: %s"
220
233
  msgstr "재부팅 도중 오류가 발생했습니다: %s"
221
234
 
222
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:87
235
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
223
236
  msgid "No discovered hosts to reboot"
224
237
  msgstr "재부팅할 검색된 호스트가 없습니다."
225
238
 
@@ -227,91 +240,91 @@ msgstr "재부팅할 검색된 호스트가 없습니다."
227
240
  msgid "Successfully provisioned %s"
228
241
  msgstr ""
229
242
 
230
- #: ../app/controllers/discovered_hosts_controller.rb:96
243
+ #: ../app/controllers/discovered_hosts_controller.rb:97
231
244
  msgid "Facts refreshed for %s"
232
245
  msgstr "%s에 대해 업데이트된 팩트"
233
246
 
234
- #: ../app/controllers/discovered_hosts_controller.rb:98
247
+ #: ../app/controllers/discovered_hosts_controller.rb:99
235
248
  msgid "Failed to refresh facts for %s"
236
249
  msgstr "%s에 대한 팩트를 새로고침하는데 실패했습니다 "
237
250
 
238
- #: ../app/controllers/discovered_hosts_controller.rb:101
251
+ #: ../app/controllers/discovered_hosts_controller.rb:102
239
252
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
240
253
  msgstr "%{error_message} 오류가 발생하여 %{hostname}의 팩트를 새로 고치지 못했습니다."
241
254
 
242
- #: ../app/controllers/discovered_hosts_controller.rb:108
255
+ #: ../app/controllers/discovered_hosts_controller.rb:109
243
256
  msgid "Host of type %s can not be rebooted"
244
257
  msgstr "호스트 유형 %s은(는) 재부팅할 수 없습니다 "
245
258
 
246
- #: ../app/controllers/discovered_hosts_controller.rb:112
259
+ #: ../app/controllers/discovered_hosts_controller.rb:113
247
260
  msgid "Rebooting host %s"
248
261
  msgstr "호스트 %s 재부팅 중 "
249
262
 
250
- #: ../app/controllers/discovered_hosts_controller.rb:114
263
+ #: ../app/controllers/discovered_hosts_controller.rb:115
251
264
  msgid "Failed to reboot host %s"
252
265
  msgstr "호스트 %s 재부팅에 실패했습니다 "
253
266
 
254
- #: ../app/controllers/discovered_hosts_controller.rb:117
267
+ #: ../app/controllers/discovered_hosts_controller.rb:118
255
268
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
256
269
  msgstr "오류 %{error_message}를 표시하는 호스트 %{hostname} 재부팅에 실패했습니다 "
257
270
 
258
- #: ../app/controllers/discovered_hosts_controller.rb:131
271
+ #: ../app/controllers/discovered_hosts_controller.rb:132
259
272
  msgid "Failed to reboot hosts with error %s"
260
273
  msgstr "%s 오류가 발생하여 호스트를 재부팅하지 못했습니다."
261
274
 
262
- #: ../app/controllers/discovered_hosts_controller.rb:149
275
+ #: ../app/controllers/discovered_hosts_controller.rb:150
263
276
  msgid "Destroyed selected hosts"
264
277
  msgstr "선택된 호스트 삭제"
265
278
 
266
- #: ../app/controllers/discovered_hosts_controller.rb:151
279
+ #: ../app/controllers/discovered_hosts_controller.rb:152
267
280
  msgid "The following hosts were not deleted: %s"
268
281
  msgstr "다음 호스트가 삭제되지 않았습니다: %s"
269
282
 
270
- #: ../app/controllers/discovered_hosts_controller.rb:163
283
+ #: ../app/controllers/discovered_hosts_controller.rb:164
271
284
  msgid "Failed to auto provision host %s: %s"
272
285
  msgstr "호스트 %s의 자동 프로비저닝에 실패했습니다: %s"
273
286
 
274
- #: ../app/controllers/discovered_hosts_controller.rb:191
287
+ #: ../app/controllers/discovered_hosts_controller.rb:192
275
288
  msgid "Discovered hosts are provisioning now"
276
289
  msgstr "현재 검색된 호스트를 프로비저닝하고 있습니다"
277
290
 
278
- #: ../app/controllers/discovered_hosts_controller.rb:223
291
+ #: ../app/controllers/discovered_hosts_controller.rb:226
279
292
  msgid "Highlights"
280
293
  msgstr ""
281
294
 
282
- #: ../app/controllers/discovered_hosts_controller.rb:223
295
+ #: ../app/controllers/discovered_hosts_controller.rb:226
283
296
  msgid "Storage"
284
297
  msgstr "스토리지"
285
298
 
286
- #: ../app/controllers/discovered_hosts_controller.rb:223
299
+ #: ../app/controllers/discovered_hosts_controller.rb:226
287
300
  msgid "Hardware"
288
301
  msgstr "하드웨어"
289
302
 
290
- #: ../app/controllers/discovered_hosts_controller.rb:223
303
+ #: ../app/controllers/discovered_hosts_controller.rb:226
291
304
  msgid "Network"
292
305
  msgstr "네트워크"
293
306
 
294
- #: ../app/controllers/discovered_hosts_controller.rb:223
307
+ #: ../app/controllers/discovered_hosts_controller.rb:226
295
308
  msgid "Software"
296
309
  msgstr "소프트웨어"
297
310
 
298
- #: ../app/controllers/discovered_hosts_controller.rb:223
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:223
315
+ #: ../app/controllers/discovered_hosts_controller.rb:226
303
316
  msgid "Miscellaneous"
304
317
  msgstr "기타"
305
318
 
306
- #: ../app/controllers/discovered_hosts_controller.rb:301
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:305
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:311
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:26
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,63 +449,62 @@ 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
- #: ../app/models/host/discovered.rb:41
463
+ #: ../app/models/host/discovered.rb:40
466
464
  msgid "Fact + prefix"
467
465
  msgstr ""
468
466
 
469
- #: ../app/models/host/discovered.rb:42
467
+ #: ../app/models/host/discovered.rb:41
470
468
  msgid "Random name"
471
469
  msgstr ""
472
470
 
473
- #: ../app/models/host/discovered.rb:43
471
+ #: ../app/models/host/discovered.rb:42
474
472
  msgid "MAC-based name"
475
473
  msgstr ""
476
474
 
477
- #: ../app/models/host/discovered.rb:52
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:57
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:70
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:96
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:151
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:159
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:167
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 ""
502
+
503
+ #: ../app/models/host/discovered.rb:179
504
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
505
+ msgstr ""
508
506
 
509
- #: ../app/models/host/discovered.rb:186
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:19
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:19
539
+ #: ../app/models/setting/discovered.rb:17
542
540
  msgid "Discovery location"
543
541
  msgstr ""
544
542
 
545
- #: ../app/models/setting/discovered.rb:20
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:20
547
+ #: ../app/models/setting/discovered.rb:18
550
548
  msgid "Discovery organization"
551
549
  msgstr ""
552
550
 
553
- #: ../app/models/setting/discovered.rb:21
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:21
555
+ #: ../app/models/setting/discovered.rb:19
558
556
  msgid "Interface fact"
559
557
  msgstr ""
560
558
 
561
- #: ../app/models/setting/discovered.rb:22
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:22
563
+ #: ../app/models/setting/discovered.rb:20
568
564
  msgid "Create bond interfaces"
569
565
  msgstr ""
570
566
 
571
- #: ../app/models/setting/discovered.rb:23
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:23
571
+ #: ../app/models/setting/discovered.rb:21
576
572
  msgid "Clean all facts"
577
573
  msgstr ""
578
574
 
579
- #: ../app/models/setting/discovered.rb:24
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:24
579
+ #: ../app/models/setting/discovered.rb:22
584
580
  msgid "Hostname facts"
585
581
  msgstr ""
586
582
 
587
- #: ../app/models/setting/discovered.rb:25
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:25
587
+ #: ../app/models/setting/discovered.rb:23
594
588
  msgid "Auto provisioning"
595
589
  msgstr ""
596
590
 
597
- #: ../app/models/setting/discovered.rb:26
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:27
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:27
599
+ #: ../app/models/setting/discovered.rb:25
606
600
  msgid "Hostname prefix"
607
601
  msgstr ""
608
602
 
609
- #: ../app/models/setting/discovered.rb:28
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:28
607
+ #: ../app/models/setting/discovered.rb:26
614
608
  msgid "Fact columns"
615
609
  msgstr ""
616
610
 
617
- #: ../app/models/setting/discovered.rb:29
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:29
615
+ #: ../app/models/setting/discovered.rb:27
622
616
  msgid "Highlighted facts"
623
617
  msgstr ""
624
618
 
625
- #: ../app/models/setting/discovered.rb:30
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:30
623
+ #: ../app/models/setting/discovered.rb:28
630
624
  msgid "Storage facts"
631
625
  msgstr ""
632
626
 
633
- #: ../app/models/setting/discovered.rb:31
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:31
631
+ #: ../app/models/setting/discovered.rb:29
638
632
  msgid "Software facts"
639
633
  msgstr ""
640
634
 
641
- #: ../app/models/setting/discovered.rb:32
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:32
639
+ #: ../app/models/setting/discovered.rb:30
646
640
  msgid "Hardware facts"
647
641
  msgstr ""
648
642
 
649
- #: ../app/models/setting/discovered.rb:33
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:33
647
+ #: ../app/models/setting/discovered.rb:31
654
648
  msgid "Network facts"
655
649
  msgstr ""
656
650
 
657
- #: ../app/models/setting/discovered.rb:34
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:34
655
+ #: ../app/models/setting/discovered.rb:32
662
656
  msgid "IPMI facts"
663
657
  msgstr ""
664
658
 
665
- #: ../app/models/setting/discovered.rb:35
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:35
663
+ #: ../app/models/setting/discovered.rb:33
672
664
  msgid "Lock PXE"
673
665
  msgstr ""
674
666
 
675
- #: ../app/models/setting/discovered.rb:36
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:36
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:37
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:37
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:38
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:38
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:39
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:39
695
+ #: ../app/models/setting/discovered.rb:37
704
696
  msgid "Force DNS"
705
697
  msgstr ""
706
698
 
707
- #: ../app/models/setting/discovered.rb:40
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:40
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:41
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:41
711
+ #: ../app/models/setting/discovered.rb:39
722
712
  msgid "Type of name generator"
723
713
  msgstr ""
724
714
 
@@ -731,19 +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/node_api/node_resource.rb:75
727
+ #: ../app/services/foreman_discovery/host_converter.rb:47
728
+ msgid "IPAM must be configured for subnet '%s'"
729
+ msgstr ""
730
+
731
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:76
740
732
  msgid "Image API returned HTTP/%{code} with '%{body}"
741
733
  msgstr "이미지 API에서 '%{body}'이(가) 포함된 HTTP/%{code}을(를) 반환했습니다."
742
734
 
743
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
735
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:79
744
736
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
745
737
  msgstr "이미지 API 처리 오류: %{msg}(HTTP/%{code}, 본문: %{body})"
746
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
+
747
745
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
748
746
  msgid "No discovered hosts available"
749
747
  msgstr "사용 가능한 검색된 호스트가 없습니다 "
@@ -752,25 +750,15 @@ msgstr "사용 가능한 검색된 호스트가 없습니다 "
752
750
  msgid "Host"
753
751
  msgstr "호스트"
754
752
 
755
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
756
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
757
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
758
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
759
- #: ../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
760
754
  msgid "Model"
761
755
  msgstr "모델 "
762
756
 
763
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
764
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
765
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
766
- #: ../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
767
758
  msgid "CPUs"
768
759
  msgstr "CPU"
769
760
 
770
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
771
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
772
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
773
- #: ../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
774
762
  msgid "Memory"
775
763
  msgstr "메모리"
776
764
 
@@ -790,16 +778,11 @@ msgstr "이 페이지에 있는 모든 항목을 선택 "
790
778
  msgid "items selected. Uncheck to Clear"
791
779
  msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다 "
792
780
 
793
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
794
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
795
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
796
- #: ../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
797
782
  msgid "Name"
798
783
  msgstr "이름 "
799
784
 
800
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
801
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
802
- #: ../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
803
786
  msgid "IP Address"
804
787
  msgstr "IP 주소 "
805
788
 
@@ -811,13 +794,11 @@ msgstr "디스크 수"
811
794
  msgid "Disks Size"
812
795
  msgstr ""
813
796
 
814
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
815
- #: ../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
816
798
  msgid "Location"
817
799
  msgstr "위치 "
818
800
 
819
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
820
- #: ../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
821
802
  msgid "Organization"
822
803
  msgstr "조직 "
823
804
 
@@ -829,8 +810,7 @@ msgstr "서브넷 "
829
810
  msgid "Last Facts Upload"
830
811
  msgstr ""
831
812
 
832
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
833
- #: ../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
834
814
  msgid "Actions"
835
815
  msgstr "동작 "
836
816
 
@@ -851,9 +831,7 @@ msgid "Provision %s"
851
831
  msgstr ""
852
832
 
853
833
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
854
- msgid ""
855
- "This might take a while, as all hosts, facts and reports will be destroyed "
856
- "as well"
834
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
857
835
  msgstr "모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
858
836
 
859
837
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -892,20 +870,6 @@ msgstr "IP 주소 "
892
870
  msgid "Collapse All"
893
871
  msgstr "모두 축소"
894
872
 
895
- #: ../app/views/discovered_hosts/welcome.html.erb:7
896
- msgid "No discovered hosts found in this context."
897
- msgstr ""
898
-
899
- #: ../app/views/discovered_hosts/welcome.html.erb:8
900
- msgid ""
901
- "This page shows discovered bare-metal or virtual nodes waiting to be "
902
- "provisioned."
903
- msgstr ""
904
-
905
- #: ../app/views/discovered_hosts/welcome.html.erb:9
906
- msgid "Learn more about this in the documentation."
907
- msgstr ""
908
-
909
873
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
910
874
  msgid "Summary report for discovered hosts from Foreman"
911
875
  msgstr ""
@@ -914,23 +878,19 @@ msgstr ""
914
878
  msgid "<b>Foreman</b> Discovered hosts summary"
915
879
  msgstr ""
916
880
 
917
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
918
- #: ../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
919
882
  msgid "Summary from %{time} ago to %{now}"
920
883
  msgstr ""
921
884
 
922
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
923
- #: ../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
924
886
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
925
887
  msgstr ""
926
888
 
927
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
928
- #: ../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
929
890
  msgid "Disk count"
930
891
  msgstr "디스크 수 "
931
892
 
932
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
933
- #: ../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
934
894
  msgid "Disks size"
935
895
  msgstr "디스크 크기 "
936
896
 
@@ -979,41 +939,30 @@ msgid "Rule priority (lower integer means higher priority)"
979
939
  msgstr "규칙 우선 순위 (낮은 정수 값일수록 우선 순위가 높아짐)"
980
940
 
981
941
  #: ../app/views/discovery_rules/_template_inline.erb:2
982
- msgid ""
983
- "Specify target hostname template pattern in the same syntax as in "
984
- "Provisioning Templates (ERB)."
942
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
985
943
  msgstr "프로비저닝 템플릿 (ERB)에 있는 것과 동일한 구문의 대상 호스트 이름 템플릿 패턴을 지정합니다. "
986
944
 
987
945
  #: ../app/views/discovery_rules/_template_inline.erb:4
988
- msgid ""
989
- "Domain will be appended automatically. A hostname based on MAC address will "
990
- "be used when left blank."
946
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
991
947
  msgstr ""
992
948
 
993
949
  #: ../app/views/discovery_rules/_template_inline.erb:5
994
- msgid ""
995
- "In addition to @host attribute function rand for random integers is "
996
- "available. Examples:"
950
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
997
951
  msgstr ""
998
952
 
999
953
  #: ../app/views/discovery_rules/_template_inline.erb:8
1000
- msgid ""
1001
- "When creating hostname patterns, make sure the resulting host names are "
1002
- "unique."
954
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
1003
955
  msgstr ""
1004
956
 
1005
957
  #: ../app/views/discovery_rules/_template_inline.erb:9
1006
- msgid ""
1007
- "Hostnames must not start with numbers. A good approach is to use unique "
1008
- "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)."
1009
959
  msgstr ""
1010
960
 
1011
961
  #: ../app/views/discovery_rules/edit.html.erb:1
1012
962
  msgid "Edit %s"
1013
963
  msgstr "%s 편집 "
1014
964
 
1015
- #: ../app/views/discovery_rules/index.html.erb:1
1016
- #: ../lib/foreman_discovery/engine.rb:163
965
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
1017
966
  msgid "Discovery Rules"
1018
967
  msgstr "검색 규칙 "
1019
968
 
@@ -1069,22 +1018,34 @@ msgstr ""
1069
1018
  msgid "Details"
1070
1019
  msgstr "상세 정보 "
1071
1020
 
1072
- #: ../lib/foreman_discovery/engine.rb:179
1021
+ #: ../lib/foreman_discovery/engine.rb:180
1073
1022
  msgid "Discovery Kexec template"
1074
1023
  msgstr ""
1075
1024
 
1076
- #: ../lib/foreman_discovery/engine.rb:188
1025
+ #: ../lib/foreman_discovery/engine.rb:189
1077
1026
  msgid "Discovery Proxy"
1078
1027
  msgstr ""
1079
1028
 
1080
- #: ../lib/foreman_discovery/engine.rb:189
1081
- msgid ""
1082
- "Discovery Proxy to use within this subnet for managing connection to "
1083
- "discovered hosts"
1029
+ #: ../lib/foreman_discovery/engine.rb:190
1030
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1084
1031
  msgstr ""
1085
1032
 
1086
- #: ../lib/foreman_discovery/engine.rb:190
1087
- msgid ""
1088
- "ID of Discovery Proxy to use within this subnet for managing connection to "
1089
- "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"
1035
+ msgstr ""
1036
+
1037
+ #: action_names.rb:2
1038
+ msgid "Remote action:"
1039
+ msgstr ""
1040
+
1041
+ #: action_names.rb:3
1042
+ msgid "Import Puppet classes"
1043
+ msgstr ""
1044
+
1045
+ #: action_names.rb:4
1046
+ msgid "Import facts"
1047
+ msgstr ""
1048
+
1049
+ #: action_names.rb:5
1050
+ msgid "Action with sub plans"
1090
1051
  msgstr ""