foreman_discovery 15.0.1 → 16.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  3. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +4 -0
  4. data/app/controllers/discovered_hosts_controller.rb +1 -0
  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 +37 -15
  8. data/app/models/host/managed_extensions.rb +1 -1
  9. data/app/models/setting/discovered.rb +26 -33
  10. data/app/services/foreman_discovery/fact_parser.rb +1 -1
  11. data/app/services/foreman_discovery/host_converter.rb +30 -2
  12. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +6 -14
  13. data/app/services/foreman_discovery/subnet_suggestion.rb +26 -0
  14. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +19 -17
  15. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  16. data/config/routes.rb +2 -0
  17. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  18. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  19. data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
  20. data/extra/discover-host +21 -7
  21. data/lib/foreman_discovery/engine.rb +4 -4
  22. data/lib/foreman_discovery/version.rb +1 -1
  23. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  24. data/locale/ca/foreman_discovery.edit.po +238 -139
  25. data/locale/ca/foreman_discovery.po +28 -8
  26. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  27. data/locale/de/foreman_discovery.edit.po +240 -140
  28. data/locale/de/foreman_discovery.po +31 -11
  29. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  30. data/locale/en/foreman_discovery.edit.po +109 -83
  31. data/locale/en/foreman_discovery.po +24 -4
  32. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/en_GB/foreman_discovery.edit.po +241 -142
  34. data/locale/en_GB/foreman_discovery.po +31 -11
  35. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/es/foreman_discovery.edit.po +240 -141
  37. data/locale/es/foreman_discovery.po +30 -10
  38. data/locale/foreman_discovery.pot +110 -84
  39. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/fr/foreman_discovery.edit.po +237 -137
  41. data/locale/fr/foreman_discovery.po +28 -8
  42. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/gl/foreman_discovery.edit.po +236 -137
  44. data/locale/gl/foreman_discovery.po +26 -6
  45. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/it/foreman_discovery.edit.po +236 -137
  47. data/locale/it/foreman_discovery.po +26 -6
  48. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/ja/foreman_discovery.edit.po +238 -142
  50. data/locale/ja/foreman_discovery.po +29 -9
  51. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/ko/foreman_discovery.edit.po +236 -139
  53. data/locale/ko/foreman_discovery.po +28 -8
  54. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/pt_BR/foreman_discovery.edit.po +239 -140
  56. data/locale/pt_BR/foreman_discovery.po +29 -9
  57. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  58. data/locale/ru/foreman_discovery.edit.po +242 -143
  59. data/locale/ru/foreman_discovery.po +29 -9
  60. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  61. data/locale/sv_SE/foreman_discovery.edit.po +237 -138
  62. data/locale/sv_SE/foreman_discovery.po +27 -7
  63. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  64. data/locale/zh_CN/foreman_discovery.edit.po +237 -141
  65. data/locale/zh_CN/foreman_discovery.po +28 -8
  66. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  67. data/locale/zh_TW/foreman_discovery.edit.po +235 -139
  68. data/locale/zh_TW/foreman_discovery.po +26 -6
  69. data/test/facts/bond0-eth0-eth1-active-passive.json +128 -0
  70. data/test/facts/facts_with_lldp_bond_candidate.json +2 -9
  71. data/test/functional/api/v2/discovered_hosts_controller_test.rb +1 -0
  72. data/test/functional/discovered_hosts_controller_test.rb +4 -4
  73. data/test/integration/discovered_hosts_test.rb +6 -11
  74. data/test/test_helper_discovery.rb +12 -0
  75. data/test/unit/discovered_extensions_test.rb +53 -0
  76. data/test/unit/discovery_attribute_set_test.rb +13 -10
  77. data/test/unit/discovery_rule_test.rb +1 -0
  78. data/test/unit/host_discovered_test.rb +32 -13
  79. data/test/unit/managed_extensions_test.rb +1 -0
  80. metadata +8 -2
@@ -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 "Foreman の検出されたホストの概要"
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,15 @@
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.0.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2019-07-23 17:13+0200\n"
11
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
12
- "Last-Translator: Lukáš Zapletal\n"
10
+ "POT-Creation-Date: 2020-05-11 14:58+0530\n"
11
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
12
+ "Last-Translator: Transifex Bot <>\n"
13
13
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
14
14
  "MIME-Version: 1.0\n"
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -21,19 +21,23 @@ msgstr ""
21
21
  msgid "List all discovered hosts"
22
22
  msgstr "검색된 모든 호스트를 나열 "
23
23
 
24
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
24
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
25
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
25
26
  msgid "filter results"
26
27
  msgstr "필터 결과 "
27
28
 
28
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
29
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
30
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
29
31
  msgid "sort results"
30
32
  msgstr "결과 정렬 "
31
33
 
32
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
34
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
35
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
33
36
  msgid "paginate results"
34
37
  msgstr "페이지네이션 결과 "
35
38
 
36
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
39
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
40
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
37
41
  msgid "number of entries per request"
38
42
  msgstr "요청 당 항목 수 "
39
43
 
@@ -41,7 +45,8 @@ msgstr "요청 당 항목 수 "
41
45
  msgid "Show a discovered host"
42
46
  msgstr "검색된 호스트 표시 "
43
47
 
44
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
48
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
49
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
45
50
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
46
51
  msgstr ""
47
52
 
@@ -62,11 +67,14 @@ msgid "not required if it's a virtual machine"
62
67
  msgstr "가상 머신의 경우 필요하지 않습니다 "
63
68
 
64
69
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
65
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
70
+ msgid ""
71
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
66
72
  msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
67
73
 
68
74
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
69
- msgid "required if value is not inherited from host group or default password in settings"
75
+ msgid ""
76
+ "required if value is not inherited from host group or default password in "
77
+ "settings"
70
78
  msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
71
79
 
72
80
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -78,14 +86,18 @@ msgid "Upload facts for a host, creating the host if required"
78
86
  msgstr "호스트의 팩트를 업로드하고 필요한 경우 호스트를 생성합니다 "
79
87
 
80
88
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
81
- 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)"
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)"
82
93
  msgstr "최소 세트의 팩트가 있는 호스트의 팩트가 포함된 해시: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, 인터페이스: eth0(기본 인터페이스의 이름이 eth0인 경우의 예)"
83
94
 
84
95
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
85
96
  msgid "Execute rules against a discovered host"
86
97
  msgstr "검색된 호스트에 대해 규칙 실행 "
87
98
 
88
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:159
99
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
100
+ #: ../app/controllers/discovered_hosts_controller.rb:160
89
101
  msgid "Host %{host} was provisioned with rule %{rule}"
90
102
  msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
91
103
 
@@ -93,7 +105,8 @@ msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
93
105
  msgid "Unable to provision %{host}: %{errors}"
94
106
  msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
95
107
 
96
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:166
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
109
+ #: ../app/controllers/discovered_hosts_controller.rb:167
97
110
  msgid "No rule found for host %s"
98
111
  msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
99
112
 
@@ -101,11 +114,13 @@ msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
101
114
  msgid "Execute rules against all currently discovered hosts"
102
115
  msgstr "현재 검색된 모든 호스트에 대해 규칙 실행 "
103
116
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:172
117
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
118
+ #: ../app/controllers/discovered_hosts_controller.rb:173
105
119
  msgid "Errors during auto provisioning: %s"
106
120
  msgstr "자동 프로비저닝 도중 오류 발생: %s"
107
121
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:175
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
123
+ #: ../app/controllers/discovered_hosts_controller.rb:176
109
124
  msgid "No discovered hosts to provision"
110
125
  msgstr "프로비저닝할 검색된 호스트가 없습니다 "
111
126
 
@@ -125,7 +140,8 @@ msgstr "검색된 호스트를 재부팅 중 "
125
140
  msgid "Rebooting all discovered hosts"
126
141
  msgstr "검색된 모든 호스트를 재부팅 중"
127
142
 
128
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:128
143
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
144
+ #: ../app/controllers/discovered_hosts_controller.rb:129
129
145
  msgid "Discovered hosts are rebooting now"
130
146
  msgstr "현재 검색된 호스트를 재부팅하고 있습니다."
131
147
 
@@ -150,7 +166,8 @@ msgid "the hostgroup that is used to auto provision a host"
150
166
  msgstr "호스트를 자동 프로비저닝하기 위해 사용되는 호스트 그룹"
151
167
 
152
168
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
153
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
169
+ msgid ""
170
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
154
171
  msgstr "해당 호스트에 읽기 좋은 호스트 이름을 할당하기 위해 패턴을 정의합니다"
155
172
 
156
173
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -158,7 +175,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
158
175
  msgstr "규칙 당 프로비저닝된 호스트의 최대 수량을 제한할 수 있게 합니다"
159
176
 
160
177
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
161
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
178
+ msgid ""
179
+ "puts the rules in order, low numbers go first. Must be greater then zero"
162
180
  msgstr "규칙을 순서대로 배치합니다. 낮은 숫자를 먼저 배치합니다. 수치는 0 보다 커야 합니다"
163
181
 
164
182
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -197,11 +215,11 @@ msgstr "검색 규칙을 찾을 수 없습니다. 호스트가 제공되지 않
197
215
  msgid "No hostgroup associated with rule '%s'"
198
216
  msgstr "'%s' 규칙에 연결된 호스트 그룹이 없습니다."
199
217
 
200
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:69
218
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
201
219
  msgid "Errors during reboot: %s"
202
220
  msgstr "재부팅 도중 오류가 발생했습니다: %s"
203
221
 
204
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:87
222
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
205
223
  msgid "No discovered hosts to reboot"
206
224
  msgstr "재부팅할 검색된 호스트가 없습니다."
207
225
 
@@ -209,91 +227,91 @@ msgstr "재부팅할 검색된 호스트가 없습니다."
209
227
  msgid "Successfully provisioned %s"
210
228
  msgstr ""
211
229
 
212
- #: ../app/controllers/discovered_hosts_controller.rb:96
230
+ #: ../app/controllers/discovered_hosts_controller.rb:97
213
231
  msgid "Facts refreshed for %s"
214
232
  msgstr "%s에 대해 업데이트된 팩트"
215
233
 
216
- #: ../app/controllers/discovered_hosts_controller.rb:98
234
+ #: ../app/controllers/discovered_hosts_controller.rb:99
217
235
  msgid "Failed to refresh facts for %s"
218
236
  msgstr "%s에 대한 팩트를 새로고침하는데 실패했습니다 "
219
237
 
220
- #: ../app/controllers/discovered_hosts_controller.rb:101
238
+ #: ../app/controllers/discovered_hosts_controller.rb:102
221
239
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
222
240
  msgstr "%{error_message} 오류가 발생하여 %{hostname}의 팩트를 새로 고치지 못했습니다."
223
241
 
224
- #: ../app/controllers/discovered_hosts_controller.rb:108
242
+ #: ../app/controllers/discovered_hosts_controller.rb:109
225
243
  msgid "Host of type %s can not be rebooted"
226
244
  msgstr "호스트 유형 %s은(는) 재부팅할 수 없습니다 "
227
245
 
228
- #: ../app/controllers/discovered_hosts_controller.rb:112
246
+ #: ../app/controllers/discovered_hosts_controller.rb:113
229
247
  msgid "Rebooting host %s"
230
248
  msgstr "호스트 %s 재부팅 중 "
231
249
 
232
- #: ../app/controllers/discovered_hosts_controller.rb:114
250
+ #: ../app/controllers/discovered_hosts_controller.rb:115
233
251
  msgid "Failed to reboot host %s"
234
252
  msgstr "호스트 %s 재부팅에 실패했습니다 "
235
253
 
236
- #: ../app/controllers/discovered_hosts_controller.rb:117
254
+ #: ../app/controllers/discovered_hosts_controller.rb:118
237
255
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
238
256
  msgstr "오류 %{error_message}를 표시하는 호스트 %{hostname} 재부팅에 실패했습니다 "
239
257
 
240
- #: ../app/controllers/discovered_hosts_controller.rb:131
258
+ #: ../app/controllers/discovered_hosts_controller.rb:132
241
259
  msgid "Failed to reboot hosts with error %s"
242
260
  msgstr "%s 오류가 발생하여 호스트를 재부팅하지 못했습니다."
243
261
 
244
- #: ../app/controllers/discovered_hosts_controller.rb:149
262
+ #: ../app/controllers/discovered_hosts_controller.rb:150
245
263
  msgid "Destroyed selected hosts"
246
264
  msgstr "선택된 호스트 삭제"
247
265
 
248
- #: ../app/controllers/discovered_hosts_controller.rb:151
266
+ #: ../app/controllers/discovered_hosts_controller.rb:152
249
267
  msgid "The following hosts were not deleted: %s"
250
268
  msgstr "다음 호스트가 삭제되지 않았습니다: %s"
251
269
 
252
- #: ../app/controllers/discovered_hosts_controller.rb:163
270
+ #: ../app/controllers/discovered_hosts_controller.rb:164
253
271
  msgid "Failed to auto provision host %s: %s"
254
272
  msgstr "호스트 %s의 자동 프로비저닝에 실패했습니다: %s"
255
273
 
256
- #: ../app/controllers/discovered_hosts_controller.rb:191
274
+ #: ../app/controllers/discovered_hosts_controller.rb:192
257
275
  msgid "Discovered hosts are provisioning now"
258
276
  msgstr "현재 검색된 호스트를 프로비저닝하고 있습니다"
259
277
 
260
- #: ../app/controllers/discovered_hosts_controller.rb:223
278
+ #: ../app/controllers/discovered_hosts_controller.rb:224
261
279
  msgid "Highlights"
262
280
  msgstr ""
263
281
 
264
- #: ../app/controllers/discovered_hosts_controller.rb:223
282
+ #: ../app/controllers/discovered_hosts_controller.rb:224
265
283
  msgid "Storage"
266
284
  msgstr "스토리지"
267
285
 
268
- #: ../app/controllers/discovered_hosts_controller.rb:223
286
+ #: ../app/controllers/discovered_hosts_controller.rb:224
269
287
  msgid "Hardware"
270
288
  msgstr "하드웨어"
271
289
 
272
- #: ../app/controllers/discovered_hosts_controller.rb:223
290
+ #: ../app/controllers/discovered_hosts_controller.rb:224
273
291
  msgid "Network"
274
292
  msgstr "네트워크"
275
293
 
276
- #: ../app/controllers/discovered_hosts_controller.rb:223
294
+ #: ../app/controllers/discovered_hosts_controller.rb:224
277
295
  msgid "Software"
278
296
  msgstr "소프트웨어"
279
297
 
280
- #: ../app/controllers/discovered_hosts_controller.rb:223
298
+ #: ../app/controllers/discovered_hosts_controller.rb:224
281
299
  msgid "IPMI"
282
300
  msgstr "IPMI"
283
301
 
284
- #: ../app/controllers/discovered_hosts_controller.rb:223
302
+ #: ../app/controllers/discovered_hosts_controller.rb:224
285
303
  msgid "Miscellaneous"
286
304
  msgstr "기타"
287
305
 
288
- #: ../app/controllers/discovered_hosts_controller.rb:301
306
+ #: ../app/controllers/discovered_hosts_controller.rb:302
289
307
  msgid "No hosts were found with that id or name"
290
308
  msgstr "해당 ID 또는 이름의 호스트를 찾을 수 없습니다 "
291
309
 
292
- #: ../app/controllers/discovered_hosts_controller.rb:305
310
+ #: ../app/controllers/discovered_hosts_controller.rb:306
293
311
  msgid "No hosts selected"
294
312
  msgstr "선택된 호스트가 없음 "
295
313
 
296
- #: ../app/controllers/discovered_hosts_controller.rb:311
314
+ #: ../app/controllers/discovered_hosts_controller.rb:312
297
315
  msgid "Something went wrong while selecting hosts - %s"
298
316
  msgstr "호스트를 선택하는 도중 문제가 발생했습니다 - %s"
299
317
 
@@ -309,15 +327,21 @@ msgstr "규칙 비활성화 "
309
327
  msgid "%s ago"
310
328
  msgstr "%s 전 "
311
329
 
312
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
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
313
333
  msgid "Auto Provision"
314
334
  msgstr "자동 프로비저닝 "
315
335
 
316
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
336
+ #: ../app/helpers/discovered_hosts_helper.rb:15
337
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
317
338
  msgid "Refresh facts"
318
339
  msgstr "팩트 새로고침 "
319
340
 
320
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
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
321
345
  msgid "Reboot"
322
346
  msgstr "다시 시작"
323
347
 
@@ -325,11 +349,13 @@ msgstr "다시 시작"
325
349
  msgid "Back"
326
350
  msgstr "뒤로 "
327
351
 
328
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
352
+ #: ../app/helpers/discovered_hosts_helper.rb:21
353
+ #: ../app/helpers/discovered_hosts_helper.rb:35
329
354
  msgid "Select Action"
330
355
  msgstr "작업 선택 "
331
356
 
332
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
357
+ #: ../app/helpers/discovered_hosts_helper.rb:23
358
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
333
359
  msgid "Delete %s?"
334
360
  msgstr "%s 을(를) 삭제하시겠습니까?"
335
361
 
@@ -349,7 +375,8 @@ msgstr "삭제 "
349
375
  msgid "%s - The following hosts are about to be changed"
350
376
  msgstr "%s - 다음 호스트는 즉시 변경됩니다 "
351
377
 
352
- #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
378
+ #: ../app/helpers/discovered_hosts_helper.rb:46
379
+ #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
353
380
  msgid "N/A"
354
381
  msgstr "해당 없음 "
355
382
 
@@ -369,7 +396,12 @@ msgstr "지난 7일 이내에 보고됨"
369
396
  msgid "Provision"
370
397
  msgstr "프로비저닝 "
371
398
 
372
- #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
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
373
405
  msgid "Discovered Hosts"
374
406
  msgstr ""
375
407
 
@@ -418,16 +450,17 @@ msgid "must be present."
418
450
  msgstr ""
419
451
 
420
452
  #: ../app/models/discovery_rule.rb:52
421
- msgid "Host group organization %s must also be associated to the discovery rule"
422
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
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"
423
457
  msgstr[0] ""
424
- msgstr[1] ""
425
458
 
426
459
  #: ../app/models/discovery_rule.rb:56
427
460
  msgid "Host group location %s must also be associated to the discovery rule"
428
- msgid_plural "Host group locations %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"
429
463
  msgstr[0] ""
430
- msgstr[1] ""
431
464
 
432
465
  #: ../app/models/host/discovered.rb:40
433
466
  msgid "Fact + prefix"
@@ -446,11 +479,15 @@ msgid "Invalid facts, must be a Hash"
446
479
  msgstr "잘못된 팩트, 해시여야 합니다 "
447
480
 
448
481
  #: ../app/models/host/discovered.rb:56
449
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
482
+ msgid ""
483
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
484
+ "and set hostname"
450
485
  msgstr "필요한 discovery_fact '%s'이(가) 누락되었습니다. 기본 인터페이스와 설정된 호스트 이름을 감지할 수 없습니다."
451
486
 
452
487
  #: ../app/models/host/discovered.rb:69
453
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
488
+ msgid ""
489
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
490
+ "the discovery_hostname setting: %s"
454
491
  msgstr ""
455
492
 
456
493
  #: ../app/models/host/discovered.rb:95
@@ -461,15 +498,15 @@ msgstr ""
461
498
  msgid "Could not get facts from proxy %{url}: %{error}"
462
499
  msgstr "프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
463
500
 
464
- #: ../app/models/host/discovered.rb:158
465
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
466
- msgstr "%{url}을(를) 통해 %{name}을(를) 재부팅할 수 없습니다: %{msg}"
501
+ #: ../app/models/host/discovered.rb:162
502
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
503
+ msgstr ""
467
504
 
468
- #: ../app/models/host/discovered.rb:166
469
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
470
- msgstr "%{url}을(를) 통해 %{name}에 대해 kexec을 수행할 수 없습니다: %{msg}"
505
+ #: ../app/models/host/discovered.rb:181
506
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
507
+ msgstr ""
471
508
 
472
- #: ../app/models/host/discovered.rb:185
509
+ #: ../app/models/host/discovered.rb:207
473
510
  msgid "Invalid hostname: Could not normalize the hostname"
474
511
  msgstr ""
475
512
 
@@ -497,183 +534,191 @@ msgstr ""
497
534
  msgid "Rebuild DNS for %s"
498
535
  msgstr ""
499
536
 
500
- #: ../app/models/setting/discovered.rb:19
537
+ #: ../app/models/setting/discovered.rb:15
501
538
  msgid "The default location to place discovered hosts in"
502
539
  msgstr "검색된 호스트를 배치하기 위한 기본 위치 "
503
540
 
504
- #: ../app/models/setting/discovered.rb:19
541
+ #: ../app/models/setting/discovered.rb:15
505
542
  msgid "Discovery location"
506
543
  msgstr ""
507
544
 
508
- #: ../app/models/setting/discovered.rb:20
545
+ #: ../app/models/setting/discovered.rb:16
509
546
  msgid "The default organization to place discovered hosts in"
510
547
  msgstr "검색된 호스트를 배치하기 위한 기본 조직 "
511
548
 
512
- #: ../app/models/setting/discovered.rb:20
549
+ #: ../app/models/setting/discovered.rb:16
513
550
  msgid "Discovery organization"
514
551
  msgstr ""
515
552
 
516
- #: ../app/models/setting/discovered.rb:21
553
+ #: ../app/models/setting/discovered.rb:17
517
554
  msgid "Fact name to use for primary interface detection"
518
555
  msgstr ""
519
556
 
520
- #: ../app/models/setting/discovered.rb:21
557
+ #: ../app/models/setting/discovered.rb:17
521
558
  msgid "Interface fact"
522
559
  msgstr ""
523
560
 
524
- #: ../app/models/setting/discovered.rb:22
525
- msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
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)"
526
565
  msgstr ""
527
566
 
528
- #: ../app/models/setting/discovered.rb:22
567
+ #: ../app/models/setting/discovered.rb:18
529
568
  msgid "Create bond interfaces"
530
569
  msgstr ""
531
570
 
532
- #: ../app/models/setting/discovered.rb:23
571
+ #: ../app/models/setting/discovered.rb:19
533
572
  msgid "Clean all reported facts during provisioning (except discovery facts)"
534
573
  msgstr ""
535
574
 
536
- #: ../app/models/setting/discovered.rb:23
575
+ #: ../app/models/setting/discovered.rb:19
537
576
  msgid "Clean all facts"
538
577
  msgstr ""
539
578
 
540
- #: ../app/models/setting/discovered.rb:24
579
+ #: ../app/models/setting/discovered.rb:20
541
580
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
542
581
  msgstr ""
543
582
 
544
- #: ../app/models/setting/discovered.rb:24
583
+ #: ../app/models/setting/discovered.rb:20
545
584
  msgid "Hostname facts"
546
585
  msgstr ""
547
586
 
548
- #: ../app/models/setting/discovered.rb:25
549
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
587
+ #: ../app/models/setting/discovered.rb:21
588
+ msgid ""
589
+ "Automatically provision newly discovered hosts, according to the "
590
+ "provisioning rules"
550
591
  msgstr "프로비저닝 규칙에 따라 새로 검색된 호스트의 자동 프로비저닝 "
551
592
 
552
- #: ../app/models/setting/discovered.rb:25
593
+ #: ../app/models/setting/discovered.rb:21
553
594
  msgid "Auto provisioning"
554
595
  msgstr ""
555
596
 
556
- #: ../app/models/setting/discovered.rb:26
597
+ #: ../app/models/setting/discovered.rb:22
557
598
  msgid "Automatically reboot or kexec discovered host during provisioning"
558
599
  msgstr ""
559
600
 
560
- #: ../app/models/setting/discovered.rb:27
601
+ #: ../app/models/setting/discovered.rb:23
561
602
  msgid "The default prefix to use for the host name, must start with a letter"
562
603
  msgstr "호스트 이름에 사용할 기본 접두사는 문자로 시작해야 합니다 "
563
604
 
564
- #: ../app/models/setting/discovered.rb:27
605
+ #: ../app/models/setting/discovered.rb:23
565
606
  msgid "Hostname prefix"
566
607
  msgstr ""
567
608
 
568
- #: ../app/models/setting/discovered.rb:28
609
+ #: ../app/models/setting/discovered.rb:24
569
610
  msgid "Extra facter columns to show in host lists (separate by comma)"
570
611
  msgstr "호스트 목록에 표시할 추가 팩트 열(쉼표로 구분)"
571
612
 
572
- #: ../app/models/setting/discovered.rb:28
613
+ #: ../app/models/setting/discovered.rb:24
573
614
  msgid "Fact columns"
574
615
  msgstr ""
575
616
 
576
- #: ../app/models/setting/discovered.rb:29
617
+ #: ../app/models/setting/discovered.rb:25
577
618
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
578
619
  msgstr ""
579
620
 
580
- #: ../app/models/setting/discovered.rb:29
621
+ #: ../app/models/setting/discovered.rb:25
581
622
  msgid "Highlighted facts"
582
623
  msgstr ""
583
624
 
584
- #: ../app/models/setting/discovered.rb:30
625
+ #: ../app/models/setting/discovered.rb:26
585
626
  msgid "Regex to organize facts for storage section"
586
627
  msgstr "스토리지 섹션의 팩트를 구성하기 위한 정규식"
587
628
 
588
- #: ../app/models/setting/discovered.rb:30
629
+ #: ../app/models/setting/discovered.rb:26
589
630
  msgid "Storage facts"
590
631
  msgstr ""
591
632
 
592
- #: ../app/models/setting/discovered.rb:31
633
+ #: ../app/models/setting/discovered.rb:27
593
634
  msgid "Regex to organize facts for software section"
594
635
  msgstr "소프트웨어 섹션의 팩트를 구성하기 위한 정규식"
595
636
 
596
- #: ../app/models/setting/discovered.rb:31
637
+ #: ../app/models/setting/discovered.rb:27
597
638
  msgid "Software facts"
598
639
  msgstr ""
599
640
 
600
- #: ../app/models/setting/discovered.rb:32
641
+ #: ../app/models/setting/discovered.rb:28
601
642
  msgid "Regex to organize facts for hardware section"
602
643
  msgstr "하드웨어 섹션의 팩트를 구성하기 위한 정규식"
603
644
 
604
- #: ../app/models/setting/discovered.rb:32
645
+ #: ../app/models/setting/discovered.rb:28
605
646
  msgid "Hardware facts"
606
647
  msgstr ""
607
648
 
608
- #: ../app/models/setting/discovered.rb:33
649
+ #: ../app/models/setting/discovered.rb:29
609
650
  msgid "Regex to organize facts for network section"
610
651
  msgstr "네트워크 섹션의 팩트를 구성하기 위한 정규식"
611
652
 
612
- #: ../app/models/setting/discovered.rb:33
653
+ #: ../app/models/setting/discovered.rb:29
613
654
  msgid "Network facts"
614
655
  msgstr ""
615
656
 
616
- #: ../app/models/setting/discovered.rb:34
657
+ #: ../app/models/setting/discovered.rb:30
617
658
  msgid "Regex to organize facts for ipmi section"
618
659
  msgstr "ipmi 섹션의 팩트를 구성하기 위한 정규식"
619
660
 
620
- #: ../app/models/setting/discovered.rb:34
661
+ #: ../app/models/setting/discovered.rb:30
621
662
  msgid "IPMI facts"
622
663
  msgstr ""
623
664
 
624
- #: ../app/models/setting/discovered.rb:35
625
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
665
+ #: ../app/models/setting/discovered.rb:31
666
+ msgid ""
667
+ "Automatically generate PXE configuration to pin a newly discovered host to "
668
+ "discovery"
626
669
  msgstr ""
627
670
 
628
- #: ../app/models/setting/discovered.rb:35
671
+ #: ../app/models/setting/discovered.rb:31
629
672
  msgid "Lock PXE"
630
673
  msgstr ""
631
674
 
632
- #: ../app/models/setting/discovered.rb:36
675
+ #: ../app/models/setting/discovered.rb:32
633
676
  msgid "PXELinux template to be used when pinning a host to discovery"
634
677
  msgstr ""
635
678
 
636
- #: ../app/models/setting/discovered.rb:36
679
+ #: ../app/models/setting/discovered.rb:32
637
680
  msgid "Locked PXELinux template name"
638
681
  msgstr ""
639
682
 
640
- #: ../app/models/setting/discovered.rb:37
683
+ #: ../app/models/setting/discovered.rb:33
641
684
  msgid "PXEGrub template to be used when pinning a host to discovery"
642
685
  msgstr ""
643
686
 
644
- #: ../app/models/setting/discovered.rb:37
687
+ #: ../app/models/setting/discovered.rb:33
645
688
  msgid "Locked PXEGrub template name"
646
689
  msgstr ""
647
690
 
648
- #: ../app/models/setting/discovered.rb:38
691
+ #: ../app/models/setting/discovered.rb:34
649
692
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
650
693
  msgstr ""
651
694
 
652
- #: ../app/models/setting/discovered.rb:38
695
+ #: ../app/models/setting/discovered.rb:34
653
696
  msgid "Locked PXEGrub2 template name"
654
697
  msgstr ""
655
698
 
656
- #: ../app/models/setting/discovered.rb:39
699
+ #: ../app/models/setting/discovered.rb:35
657
700
  msgid "Force DNS entries creation when provisioning discovered host"
658
701
  msgstr ""
659
702
 
660
- #: ../app/models/setting/discovered.rb:39
703
+ #: ../app/models/setting/discovered.rb:35
661
704
  msgid "Force DNS"
662
705
  msgstr ""
663
706
 
664
- #: ../app/models/setting/discovered.rb:40
665
- msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
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)"
666
711
  msgstr ""
667
712
 
668
- #: ../app/models/setting/discovered.rb:40
713
+ #: ../app/models/setting/discovered.rb:36
669
714
  msgid "Error on existing NIC"
670
715
  msgstr ""
671
716
 
672
- #: ../app/models/setting/discovered.rb:41
717
+ #: ../app/models/setting/discovered.rb:37
673
718
  msgid "Discovery hostname naming pattern"
674
719
  msgstr ""
675
720
 
676
- #: ../app/models/setting/discovered.rb:41
721
+ #: ../app/models/setting/discovered.rb:37
677
722
  msgid "Type of name generator"
678
723
  msgstr ""
679
724
 
@@ -686,7 +731,13 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
686
731
  msgstr ""
687
732
 
688
733
  #: ../app/services/foreman_discovery/fact_parser.rb:12
689
- msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
734
+ msgid ""
735
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
736
+ "%{filter}"
737
+ msgstr ""
738
+
739
+ #: ../app/services/foreman_discovery/host_converter.rb:39
740
+ msgid "IPAM must be configured for subnet '%s'"
690
741
  msgstr ""
691
742
 
692
743
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -697,6 +748,11 @@ msgstr "이미지 API에서 '%{body}'이(가) 포함된 HTTP/%{code}을(를) 반
697
748
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
698
749
  msgstr "이미지 API 처리 오류: %{msg}(HTTP/%{code}, 본문: %{body})"
699
750
 
751
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
752
+ msgid "Discovered Host"
753
+ msgid_plural "Discovered Hosts"
754
+ msgstr[0] ""
755
+
700
756
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
701
757
  msgid "No discovered hosts available"
702
758
  msgstr "사용 가능한 검색된 호스트가 없습니다 "
@@ -705,23 +761,33 @@ msgstr "사용 가능한 검색된 호스트가 없습니다 "
705
761
  msgid "Host"
706
762
  msgstr "호스트"
707
763
 
708
- #: ../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
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
765
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
766
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
767
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
768
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
709
769
  msgid "Model"
710
770
  msgstr "모델 "
711
771
 
712
- #: ../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
772
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
773
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
774
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
775
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
713
776
  msgid "CPUs"
714
777
  msgstr "CPU"
715
778
 
716
- #: ../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
779
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
780
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
781
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
782
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
717
783
  msgid "Memory"
718
784
  msgstr "메모리"
719
785
 
720
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
786
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
721
787
  msgid "Customize Host"
722
788
  msgstr ""
723
789
 
724
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
790
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:26
725
791
  msgid "Create Host"
726
792
  msgstr ""
727
793
 
@@ -733,11 +799,16 @@ msgstr "이 페이지에 있는 모든 항목을 선택 "
733
799
  msgid "items selected. Uncheck to Clear"
734
800
  msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다 "
735
801
 
736
- #: ../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
802
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
803
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
804
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
805
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
737
806
  msgid "Name"
738
807
  msgstr "이름 "
739
808
 
740
- #: ../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
809
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
810
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
811
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
741
812
  msgid "IP Address"
742
813
  msgstr "IP 주소 "
743
814
 
@@ -749,11 +820,13 @@ msgstr "디스크 수"
749
820
  msgid "Disks Size"
750
821
  msgstr ""
751
822
 
752
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
823
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
824
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
753
825
  msgid "Location"
754
826
  msgstr "위치 "
755
827
 
756
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
828
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
829
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
757
830
  msgid "Organization"
758
831
  msgstr "조직 "
759
832
 
@@ -765,7 +838,8 @@ msgstr "서브넷 "
765
838
  msgid "Last Facts Upload"
766
839
  msgstr ""
767
840
 
768
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
841
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
842
+ #: ../app/views/discovery_rules/index.html.erb:12
769
843
  msgid "Actions"
770
844
  msgstr "동작 "
771
845
 
@@ -786,7 +860,9 @@ msgid "Provision %s"
786
860
  msgstr ""
787
861
 
788
862
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
789
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
863
+ msgid ""
864
+ "This might take a while, as all hosts, facts and reports will be destroyed "
865
+ "as well"
790
866
  msgstr "모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
791
867
 
792
868
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -830,7 +906,9 @@ msgid "No discovered hosts found in this context."
830
906
  msgstr ""
831
907
 
832
908
  #: ../app/views/discovered_hosts/welcome.html.erb:8
833
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
909
+ msgid ""
910
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
911
+ "provisioned."
834
912
  msgstr ""
835
913
 
836
914
  #: ../app/views/discovered_hosts/welcome.html.erb:9
@@ -845,19 +923,23 @@ msgstr ""
845
923
  msgid "<b>Foreman</b> Discovered hosts summary"
846
924
  msgstr ""
847
925
 
848
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
926
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
927
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
849
928
  msgid "Summary from %{time} ago to %{now}"
850
929
  msgstr ""
851
930
 
852
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
931
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
932
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
853
933
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
854
934
  msgstr ""
855
935
 
856
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
936
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
937
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
857
938
  msgid "Disk count"
858
939
  msgstr "디스크 수 "
859
940
 
860
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
941
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
942
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
861
943
  msgid "Disks size"
862
944
  msgstr "디스크 크기 "
863
945
 
@@ -906,30 +988,41 @@ msgid "Rule priority (lower integer means higher priority)"
906
988
  msgstr "규칙 우선 순위 (낮은 정수 값일수록 우선 순위가 높아짐)"
907
989
 
908
990
  #: ../app/views/discovery_rules/_template_inline.erb:2
909
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
991
+ msgid ""
992
+ "Specify target hostname template pattern in the same syntax as in "
993
+ "Provisioning Templates (ERB)."
910
994
  msgstr "프로비저닝 템플릿 (ERB)에 있는 것과 동일한 구문의 대상 호스트 이름 템플릿 패턴을 지정합니다. "
911
995
 
912
996
  #: ../app/views/discovery_rules/_template_inline.erb:4
913
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
997
+ msgid ""
998
+ "Domain will be appended automatically. A hostname based on MAC address will "
999
+ "be used when left blank."
914
1000
  msgstr ""
915
1001
 
916
1002
  #: ../app/views/discovery_rules/_template_inline.erb:5
917
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1003
+ msgid ""
1004
+ "In addition to @host attribute function rand for random integers is "
1005
+ "available. Examples:"
918
1006
  msgstr ""
919
1007
 
920
1008
  #: ../app/views/discovery_rules/_template_inline.erb:8
921
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
1009
+ msgid ""
1010
+ "When creating hostname patterns, make sure the resulting host names are "
1011
+ "unique."
922
1012
  msgstr ""
923
1013
 
924
1014
  #: ../app/views/discovery_rules/_template_inline.erb:9
925
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
1015
+ msgid ""
1016
+ "Hostnames must not start with numbers. A good approach is to use unique "
1017
+ "information provided by facter (MAC address, BIOS or serial ID)."
926
1018
  msgstr ""
927
1019
 
928
1020
  #: ../app/views/discovery_rules/edit.html.erb:1
929
1021
  msgid "Edit %s"
930
1022
  msgstr "%s 편집 "
931
1023
 
932
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
1024
+ #: ../app/views/discovery_rules/index.html.erb:1
1025
+ #: ../lib/foreman_discovery/engine.rb:163
933
1026
  msgid "Discovery Rules"
934
1027
  msgstr "검색 규칙 "
935
1028
 
@@ -994,9 +1087,13 @@ msgid "Discovery Proxy"
994
1087
  msgstr ""
995
1088
 
996
1089
  #: ../lib/foreman_discovery/engine.rb:189
997
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1090
+ msgid ""
1091
+ "Discovery Proxy to use within this subnet for managing connection to "
1092
+ "discovered hosts"
998
1093
  msgstr ""
999
1094
 
1000
1095
  #: ../lib/foreman_discovery/engine.rb:190
1001
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1096
+ msgid ""
1097
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
1098
+ "discovered hosts"
1002
1099
  msgstr ""