foreman_discovery 7.0.1 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +2 -2
  3. data/app/controllers/discovered_hosts_controller.rb +2 -5
  4. data/app/models/host/discovered.rb +18 -10
  5. data/app/models/setting/discovered.rb +4 -2
  6. data/app/services/foreman_discovery/host_converter.rb +6 -1
  7. data/app/views/api/v2/discovered_hosts/main.json.rabl +4 -0
  8. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +3 -3
  9. data/app/views/discovery_rules/_form.html.erb +3 -5
  10. data/app/views/discovery_rules/index.html.erb +1 -1
  11. data/db/migrate/20160805104605_rename_lock_template_setting.rb +14 -0
  12. data/db/migrate/20160925213030_change_discovery_widget_names.rb +11 -0
  13. data/db/migrate/20160927164411_define_explicit_length_for_discovery_rule_attributes.rb +7 -0
  14. data/db/migrate/20161006094714_add_constraints_on_subnets_smart_proxies.rb +17 -0
  15. data/lib/foreman_discovery/engine.rb +10 -6
  16. data/lib/foreman_discovery/version.rb +1 -1
  17. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  18. data/locale/ca/foreman_discovery.edit.po +120 -163
  19. data/locale/ca/foreman_discovery.po +36 -12
  20. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  21. data/locale/de/foreman_discovery.edit.po +123 -163
  22. data/locale/de/foreman_discovery.po +38 -14
  23. data/locale/en/foreman_discovery.edit.po +73 -49
  24. data/locale/en/foreman_discovery.po +23 -5
  25. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/en_GB/foreman_discovery.edit.po +130 -165
  27. data/locale/en_GB/foreman_discovery.po +39 -15
  28. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/es/foreman_discovery.edit.po +120 -163
  30. data/locale/es/foreman_discovery.po +37 -13
  31. data/locale/foreman_discovery.pot +79 -50
  32. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/fr/foreman_discovery.edit.po +128 -164
  34. data/locale/fr/foreman_discovery.po +39 -15
  35. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/gl/foreman_discovery.edit.po +116 -163
  37. data/locale/gl/foreman_discovery.po +36 -12
  38. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/it/foreman_discovery.edit.po +120 -163
  40. data/locale/it/foreman_discovery.po +37 -13
  41. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/ja/foreman_discovery.edit.po +122 -163
  43. data/locale/ja/foreman_discovery.po +37 -13
  44. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/ko/foreman_discovery.edit.po +120 -162
  46. data/locale/ko/foreman_discovery.po +37 -13
  47. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/pt_BR/foreman_discovery.edit.po +120 -163
  49. data/locale/pt_BR/foreman_discovery.po +39 -15
  50. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ru/foreman_discovery.edit.po +123 -164
  52. data/locale/ru/foreman_discovery.po +37 -13
  53. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/sv_SE/foreman_discovery.edit.po +116 -163
  55. data/locale/sv_SE/foreman_discovery.po +36 -12
  56. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/zh_CN/foreman_discovery.edit.po +122 -163
  58. data/locale/zh_CN/foreman_discovery.po +37 -13
  59. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/zh_TW/foreman_discovery.edit.po +122 -163
  61. data/locale/zh_TW/foreman_discovery.po +37 -13
  62. data/test/functional/api/v2/discovered_hosts_controller_test.rb +54 -27
  63. data/test/functional/api/v2/discovery_rules_controller_test.rb +1 -9
  64. data/test/functional/discovered_hosts_controller_test.rb +35 -17
  65. data/test/test_helper_discovery.rb +17 -0
  66. data/test/unit/discovered_extensions_test.rb +1 -9
  67. data/test/unit/discovery_rule_test.rb +51 -0
  68. data/test/unit/discovery_taxonomy_extensions_test.rb +1 -8
  69. data/test/unit/host_discovered_test.rb +16 -50
  70. metadata +7 -19
  71. data/app/models/concerns/discovery_subnet.rb +0 -7
  72. data/app/overrides/subnet_form_with_discovery_proxy.rb +0 -9
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_discovery 7.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "PO-Revision-Date: 2016-08-22 15:08+0000\n"
12
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
11
+ "PO-Revision-Date: 2016-08-31 08:17+0000\n"
12
+ "Last-Translator: Lukáš Zapletal\n"
13
13
  "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
14
14
  ")\n"
15
15
  "MIME-Version: 1.0\n"
@@ -132,6 +132,12 @@ msgstr ""
132
132
  msgid "Discovered hosts summary"
133
133
  msgstr ""
134
134
 
135
+ msgid "Discovery Proxy"
136
+ msgstr ""
137
+
138
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
139
+ msgstr ""
140
+
135
141
  msgid "Discovery Rules"
136
142
  msgstr "検出ルール"
137
143
 
@@ -144,9 +150,6 @@ msgstr ""
144
150
  msgid "Discovery rules"
145
151
  msgstr "検出ルール"
146
152
 
147
- msgid "Discovery widget"
148
- msgstr "検出ウィジェット"
149
-
150
153
  msgid "DiscoveryRule|Enabled"
151
154
  msgstr "有効化"
152
155
 
@@ -228,6 +231,12 @@ msgstr "%s のファクトの更新に失敗しました"
228
231
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
229
232
  msgstr "エラー %{error_message} のため、%{hostname} のファクトの更新に失敗しました"
230
233
 
234
+ msgid "Force DNS"
235
+ msgstr ""
236
+
237
+ msgid "Force DNS entries creation when provisioning discovered host"
238
+ msgstr ""
239
+
231
240
  msgid "Foreman discovered hosts summary"
232
241
  msgstr ""
233
242
 
@@ -283,6 +292,9 @@ msgstr "ホストの制限"
283
292
  msgid "Hosts/limit"
284
293
  msgstr "ホスト/制限"
285
294
 
295
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
296
+ msgstr ""
297
+
286
298
  msgid "IP Address"
287
299
  msgstr "IP アドレス"
288
300
 
@@ -349,7 +361,13 @@ msgstr "公開する場所"
349
361
  msgid "Lock PXE"
350
362
  msgstr ""
351
363
 
352
- msgid "Locked template name"
364
+ msgid "Locked PXEGrub template name"
365
+ msgstr ""
366
+
367
+ msgid "Locked PXEGrub2 template name"
368
+ msgstr ""
369
+
370
+ msgid "Locked PXELinux template name"
353
371
  msgstr ""
354
372
 
355
373
  msgid "MAC address"
@@ -358,9 +376,6 @@ msgstr "MAC アドレス"
358
376
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
359
377
  msgstr "このルールでプロビジョニングされる最大ホスト数 (0 = 無制限)"
360
378
 
361
- msgid "Medium not set for host/hostgroup"
362
- msgstr "ホスト/ホストグループのメディアが設定されていません"
363
-
364
379
  msgid "Memory"
365
380
  msgstr "メモリー"
366
381
 
@@ -424,16 +439,19 @@ msgstr "ホスト %s のルールが見つかりませんでした"
424
439
  msgid "Not reported in more than 7 days"
425
440
  msgstr "7 日間を超えて報告されていません"
426
441
 
427
- msgid "Operating system not set for host/hostgroup"
428
- msgstr "ホスト/ホストグループのオペレーティングシステムが設定されていません"
429
-
430
442
  msgid "Organization"
431
443
  msgstr "組織"
432
444
 
433
445
  msgid "Organizations"
434
446
  msgstr "組織"
435
447
 
436
- msgid "PXE template to be used when pinning a host to discovery"
448
+ msgid "PXEGrub template to be used when pinning a host to discovery"
449
+ msgstr ""
450
+
451
+ msgid "PXEGrub2 template to be used when pinning a host to discovery"
452
+ msgstr ""
453
+
454
+ msgid "PXELinux template to be used when pinning a host to discovery"
437
455
  msgstr ""
438
456
 
439
457
  msgid "Please Confirm"
@@ -469,6 +487,9 @@ msgstr "検出されたすべてのホストを再起動中"
469
487
  msgid "Rebooting host %s"
470
488
  msgstr "ホスト %s を再起動中"
471
489
 
490
+ msgid "Rebuild DNS for %s"
491
+ msgstr ""
492
+
472
493
  msgid "Refresh facts"
473
494
  msgstr "ファクトの更新"
474
495
 
@@ -583,6 +604,9 @@ msgstr "以下のホストが削除されました: %s"
583
604
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
584
605
  msgstr "ホスト、ファクトおよびレポートがすべて破棄されるため、時間がかかる場合があります。"
585
606
 
607
+ msgid "Type"
608
+ msgstr ""
609
+
586
610
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
587
611
  msgstr "オーケストレーションタスクの状態を追跡するための UUID。GET /api/orchestration/:UUID/tasks"
588
612
 
@@ -1,13 +1,13 @@
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
8
  "Project-Id-Version: foreman_discovery 7.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2016-08-30 16:48+0200\n"
10
+ "POT-Creation-Date: 2017-01-06 08:26+0100\n"
11
11
  "PO-Revision-Date: 2016-08-31 08:17+0000\n"
12
12
  "Last-Translator: Lukáš Zapletal\n"
13
13
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
@@ -21,23 +21,19 @@ msgstr ""
21
21
  msgid "List all discovered hosts"
22
22
  msgstr "검색된 모든 호스트를 나열 "
23
23
 
24
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
25
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
24
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
26
25
  msgid "filter results"
27
26
  msgstr "필터 결과 "
28
27
 
29
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
30
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
28
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
31
29
  msgid "sort results"
32
30
  msgstr "결과 정렬 "
33
31
 
34
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
35
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
32
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
36
33
  msgid "paginate results"
37
34
  msgstr "페이지네이션 결과 "
38
35
 
39
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
40
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
36
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
41
37
  msgid "number of entries per request"
42
38
  msgstr "요청 당 항목 수 "
43
39
 
@@ -62,14 +58,11 @@ msgid "not required if it's a virtual machine"
62
58
  msgstr "가상 머신의 경우 필요하지 않습니다 "
63
59
 
64
60
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
65
- msgid ""
66
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
61
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
67
62
  msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
68
63
 
69
64
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
70
- msgid ""
71
- "required if value is not inherited from host group or default password in "
72
- "settings"
65
+ msgid "required if value is not inherited from host group or default password in settings"
73
66
  msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
74
67
 
75
68
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
@@ -81,18 +74,14 @@ msgid "Upload facts for a host, creating the host if required"
81
74
  msgstr "호스트의 팩트를 업로드하고 필요한 경우 호스트를 생성합니다 "
82
75
 
83
76
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
84
- msgid ""
85
- "hash containing facts for the host with minimum set of facts: "
86
- "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
87
- "eth0 (example in case primary interface is named eth0)"
77
+ 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)"
88
78
  msgstr "최소 세트의 팩트가 있는 호스트의 팩트가 포함된 해시: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, 인터페이스: eth0(기본 인터페이스의 이름이 eth0인 경우의 예)"
89
79
 
90
80
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
91
81
  msgid "Execute rules against a discovered host"
92
82
  msgstr "검색된 호스트에 대해 규칙 실행 "
93
83
 
94
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
95
- #: ../app/controllers/discovered_hosts_controller.rb:165
84
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117 ../app/controllers/discovered_hosts_controller.rb:162
96
85
  msgid "Host %{host} was provisioned with rule %{rule}"
97
86
  msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
98
87
 
@@ -100,8 +89,7 @@ msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
100
89
  msgid "Unable to provision %{host}: %{errors}"
101
90
  msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
102
91
 
103
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
104
- #: ../app/controllers/discovered_hosts_controller.rb:172
92
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126 ../app/controllers/discovered_hosts_controller.rb:169
105
93
  msgid "No rule found for host %s"
106
94
  msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
107
95
 
@@ -109,13 +97,11 @@ msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
109
97
  msgid "Execute rules against all currently discovered hosts"
110
98
  msgstr "현재 검색된 모든 호스트에 대해 규칙 실행 "
111
99
 
112
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
113
- #: ../app/controllers/discovered_hosts_controller.rb:178
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137 ../app/controllers/discovered_hosts_controller.rb:175
114
101
  msgid "Errors during auto provisioning: %s"
115
102
  msgstr "자동 프로비저닝 도중 오류 발생: %s"
116
103
 
117
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
118
- #: ../app/controllers/discovered_hosts_controller.rb:181
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140 ../app/controllers/discovered_hosts_controller.rb:178
119
105
  msgid "No discovered hosts to provision"
120
106
  msgstr "프로비저닝할 검색된 호스트가 없습니다 "
121
107
 
@@ -135,8 +121,7 @@ msgstr "검색된 호스트를 재부팅 중 "
135
121
  msgid "Rebooting all discovered hosts"
136
122
  msgstr "검색된 모든 호스트를 재부팅 중"
137
123
 
138
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
139
- #: ../app/controllers/discovered_hosts_controller.rb:123
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202 ../app/controllers/discovered_hosts_controller.rb:120
140
125
  msgid "Discovered hosts are rebooting now"
141
126
  msgstr "현재 검색된 호스트를 재부팅하고 있습니다."
142
127
 
@@ -161,8 +146,7 @@ msgid "the hostgroup that is used to auto provision a host"
161
146
  msgstr "호스트를 자동 프로비저닝하기 위해 사용되는 호스트 그룹"
162
147
 
163
148
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
164
- msgid ""
165
- "defines a pattern to assign human-readable hostnames to the matching hosts"
149
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
166
150
  msgstr "해당 호스트에 읽기 좋은 호스트 이름을 할당하기 위해 패턴을 정의합니다"
167
151
 
168
152
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -170,8 +154,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
170
154
  msgstr "규칙 당 프로비저닝된 호스트의 최대 수량을 제한할 수 있게 합니다"
171
155
 
172
156
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
173
- msgid ""
174
- "puts the rules in order, low numbers go first. Must be greater then zero"
157
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
175
158
  msgstr "규칙을 순서대로 배치합니다. 낮은 숫자를 먼저 배치합니다. 수치는 0 보다 커야 합니다"
176
159
 
177
160
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -210,95 +193,95 @@ msgstr "재부팅 도중 오류가 발생했습니다: %s"
210
193
  msgid "No discovered hosts to reboot"
211
194
  msgstr "재부팅할 검색된 호스트가 없습니다."
212
195
 
213
- #: ../app/controllers/discovered_hosts_controller.rb:59
196
+ #: ../app/controllers/discovered_hosts_controller.rb:57
214
197
  msgid "Successfully provisioned %s"
215
198
  msgstr ""
216
199
 
217
- #: ../app/controllers/discovered_hosts_controller.rb:91
200
+ #: ../app/controllers/discovered_hosts_controller.rb:88
218
201
  msgid "Facts refreshed for %s"
219
202
  msgstr "%s에 대해 업데이트된 팩트"
220
203
 
221
- #: ../app/controllers/discovered_hosts_controller.rb:93
204
+ #: ../app/controllers/discovered_hosts_controller.rb:90
222
205
  msgid "Failed to refresh facts for %s"
223
206
  msgstr "%s에 대한 팩트를 새로고침하는데 실패했습니다 "
224
207
 
225
- #: ../app/controllers/discovered_hosts_controller.rb:96
208
+ #: ../app/controllers/discovered_hosts_controller.rb:93
226
209
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
227
210
  msgstr "%{error_message} 오류가 발생하여 %{hostname}의 팩트를 새로 고치지 못했습니다."
228
211
 
229
- #: ../app/controllers/discovered_hosts_controller.rb:103
212
+ #: ../app/controllers/discovered_hosts_controller.rb:100
230
213
  msgid "Host of type %s can not be rebooted"
231
214
  msgstr "호스트 유형 %s은(는) 재부팅할 수 없습니다 "
232
215
 
233
- #: ../app/controllers/discovered_hosts_controller.rb:107
216
+ #: ../app/controllers/discovered_hosts_controller.rb:104
234
217
  msgid "Rebooting host %s"
235
218
  msgstr "호스트 %s 재부팅 중 "
236
219
 
237
- #: ../app/controllers/discovered_hosts_controller.rb:109
220
+ #: ../app/controllers/discovered_hosts_controller.rb:106
238
221
  msgid "Failed to reboot host %s"
239
222
  msgstr "호스트 %s 재부팅에 실패했습니다 "
240
223
 
241
- #: ../app/controllers/discovered_hosts_controller.rb:112
224
+ #: ../app/controllers/discovered_hosts_controller.rb:109
242
225
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
243
226
  msgstr "오류 %{error_message}를 표시하는 호스트 %{hostname} 재부팅에 실패했습니다 "
244
227
 
245
- #: ../app/controllers/discovered_hosts_controller.rb:126
228
+ #: ../app/controllers/discovered_hosts_controller.rb:123
246
229
  msgid "Failed to reboot hosts with error %s"
247
230
  msgstr "%s 오류가 발생하여 호스트를 재부팅하지 못했습니다."
248
231
 
249
- #: ../app/controllers/discovered_hosts_controller.rb:140
232
+ #: ../app/controllers/discovered_hosts_controller.rb:137
250
233
  msgid "Destroyed selected hosts"
251
234
  msgstr "선택된 호스트 삭제"
252
235
 
253
- #: ../app/controllers/discovered_hosts_controller.rb:142
236
+ #: ../app/controllers/discovered_hosts_controller.rb:139
254
237
  msgid "The following hosts were not deleted: %s"
255
238
  msgstr "다음 호스트가 삭제되지 않았습니다: %s"
256
239
 
257
- #: ../app/controllers/discovered_hosts_controller.rb:169
240
+ #: ../app/controllers/discovered_hosts_controller.rb:166
258
241
  msgid "Failed to auto provision host %s: %s"
259
242
  msgstr "호스트 %s의 자동 프로비저닝에 실패했습니다: %s"
260
243
 
261
- #: ../app/controllers/discovered_hosts_controller.rb:197
244
+ #: ../app/controllers/discovered_hosts_controller.rb:194
262
245
  msgid "Discovered hosts are provisioning now"
263
246
  msgstr "현재 검색된 호스트를 프로비저닝하고 있습니다"
264
247
 
265
- #: ../app/controllers/discovered_hosts_controller.rb:226
248
+ #: ../app/controllers/discovered_hosts_controller.rb:223
266
249
  msgid "Highlights"
267
250
  msgstr ""
268
251
 
269
- #: ../app/controllers/discovered_hosts_controller.rb:226
252
+ #: ../app/controllers/discovered_hosts_controller.rb:223
270
253
  msgid "Storage"
271
254
  msgstr ""
272
255
 
273
- #: ../app/controllers/discovered_hosts_controller.rb:226
256
+ #: ../app/controllers/discovered_hosts_controller.rb:223
274
257
  msgid "Hardware"
275
258
  msgstr ""
276
259
 
277
- #: ../app/controllers/discovered_hosts_controller.rb:226
260
+ #: ../app/controllers/discovered_hosts_controller.rb:223
278
261
  msgid "Network"
279
262
  msgstr ""
280
263
 
281
- #: ../app/controllers/discovered_hosts_controller.rb:226
264
+ #: ../app/controllers/discovered_hosts_controller.rb:223
282
265
  msgid "Software"
283
266
  msgstr ""
284
267
 
285
- #: ../app/controllers/discovered_hosts_controller.rb:226
268
+ #: ../app/controllers/discovered_hosts_controller.rb:223
286
269
  msgid "IPMI"
287
270
  msgstr ""
288
271
 
289
- #: ../app/controllers/discovered_hosts_controller.rb:226
272
+ #: ../app/controllers/discovered_hosts_controller.rb:223
290
273
  msgid "Miscellaneous"
291
274
  msgstr ""
292
275
 
293
- #: ../app/controllers/discovered_hosts_controller.rb:303
276
+ #: ../app/controllers/discovered_hosts_controller.rb:300
294
277
  msgid "No hosts were found with that id or name"
295
278
  msgstr "해당 ID 또는 이름의 호스트를 찾을 수 없습니다 "
296
279
 
297
- #: ../app/controllers/discovered_hosts_controller.rb:307
280
+ #: ../app/controllers/discovered_hosts_controller.rb:304
298
281
  msgid "No hosts selected"
299
282
  msgstr "선택된 호스트가 없음 "
300
283
 
301
- #: ../app/controllers/discovered_hosts_controller.rb:313
284
+ #: ../app/controllers/discovered_hosts_controller.rb:310
302
285
  msgid "Something went wrong while selecting hosts - %s"
303
286
  msgstr "호스트를 선택하는 도중 문제가 발생했습니다 - %s"
304
287
 
@@ -314,19 +297,15 @@ msgstr "규칙 비활성화 "
314
297
  msgid "%s ago"
315
298
  msgstr "%s 전 "
316
299
 
317
- #: ../app/helpers/discovered_hosts_helper.rb:14
318
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
300
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
319
301
  msgid "Auto Provision"
320
302
  msgstr "자동 프로비저닝 "
321
303
 
322
- #: ../app/helpers/discovered_hosts_helper.rb:15
323
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
304
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
324
305
  msgid "Refresh facts"
325
306
  msgstr "팩트 새로고침 "
326
307
 
327
- #: ../app/helpers/discovered_hosts_helper.rb:16
328
- #: ../app/models/setting/discovered.rb:23
329
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
308
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/models/setting/discovered.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
330
309
  msgid "Reboot"
331
310
  msgstr "다시 시작"
332
311
 
@@ -334,8 +313,7 @@ msgstr "다시 시작"
334
313
  msgid "Back"
335
314
  msgstr "뒤로 "
336
315
 
337
- #: ../app/helpers/discovered_hosts_helper.rb:21
338
- #: ../app/helpers/discovered_hosts_helper.rb:38
316
+ #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:38
339
317
  msgid "Select Action"
340
318
  msgstr "작업 선택 "
341
319
 
@@ -343,8 +321,7 @@ msgstr "작업 선택 "
343
321
  msgid "Expand All"
344
322
  msgstr "모두 확장 "
345
323
 
346
- #: ../app/helpers/discovered_hosts_helper.rb:28
347
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
324
+ #: ../app/helpers/discovered_hosts_helper.rb:28 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
348
325
  msgid "Delete %s?"
349
326
  msgstr "%s 을(를) 삭제하시겠습니까?"
350
327
 
@@ -384,7 +361,7 @@ msgstr "지난 7일 이내에 보고됨"
384
361
  msgid "Provision"
385
362
  msgstr "프로비저닝 "
386
363
 
387
- #: ../app/helpers/discovery_rules_helper.rb:26
364
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../lib/foreman_discovery/engine.rb:163
388
365
  msgid "Discovered Hosts"
389
366
  msgstr ""
390
367
 
@@ -429,55 +406,50 @@ msgid "must start with a letter or ERB."
429
406
  msgstr "문자 또는 ERB로 시작해야 합니다. "
430
407
 
431
408
  #: ../app/models/discovery_rule.rb:45
432
- msgid ""
433
- "Host group organization %s must also be associated to the discovery rule"
434
- msgid_plural ""
435
- "Host group organizations %s must also be associated to the discovery rule"
409
+ msgid "Host group organization %s must also be associated to the discovery rule"
410
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
436
411
  msgstr[0] ""
412
+ msgstr[1] ""
437
413
 
438
414
  #: ../app/models/discovery_rule.rb:51
439
415
  msgid "Host group location %s must also be associated to the discovery rule"
440
- msgid_plural ""
441
- "Host group locations %s must also be associated to the discovery rule"
416
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
442
417
  msgstr[0] ""
418
+ msgstr[1] ""
443
419
 
444
- #: ../app/models/host/discovered.rb:33
420
+ #: ../app/models/host/discovered.rb:38
445
421
  msgid "Invalid facts, must be a Hash"
446
422
  msgstr "잘못된 팩트, 해시여야 합니다 "
447
423
 
448
- #: ../app/models/host/discovered.rb:38
449
- msgid ""
450
- "Expected discovery_fact '%s' is missing, unable to detect primary interface "
451
- "and set hostname"
424
+ #: ../app/models/host/discovered.rb:43
425
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
452
426
  msgstr "필요한 discovery_fact '%s'이(가) 누락되었습니다. 기본 인터페이스와 설정된 호스트 이름을 감지할 수 없습니다."
453
427
 
454
- #: ../app/models/host/discovered.rb:45
455
- msgid ""
456
- "Invalid facts: hash does not contain a valid value for any of the facts in "
457
- "the discovery_hostname setting: %s"
428
+ #: ../app/models/host/discovered.rb:50
429
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
458
430
  msgstr ""
459
431
 
460
- #: ../app/models/host/discovered.rb:62
432
+ #: ../app/models/host/discovered.rb:67
461
433
  msgid "Facts could not be imported"
462
434
  msgstr ""
463
435
 
464
- #: ../app/models/host/discovered.rb:112
436
+ #: ../app/models/host/discovered.rb:117
465
437
  msgid "Unable to assign subnet, primary interface is missing IP address"
466
438
  msgstr "서브넷을 할당할 수 없습니다. 기본 인터페이스의 IP 주소가 누락되었습니다."
467
439
 
468
- #: ../app/models/host/discovered.rb:166
440
+ #: ../app/models/host/discovered.rb:174
469
441
  msgid "Could not get facts from proxy %{url}: %{error}"
470
442
  msgstr "프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
471
443
 
472
- #: ../app/models/host/discovered.rb:182
444
+ #: ../app/models/host/discovered.rb:190
473
445
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
474
446
  msgstr "%{url}을(를) 통해 %{name}을(를) 재부팅할 수 없습니다: %{msg}"
475
447
 
476
- #: ../app/models/host/discovered.rb:190
448
+ #: ../app/models/host/discovered.rb:198
477
449
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
478
450
  msgstr "%{url}을(를) 통해 %{name}에 대해 kexec을 수행할 수 없습니다: %{msg}"
479
451
 
480
- #: ../app/models/host/discovered.rb:209
452
+ #: ../app/models/host/discovered.rb:217
481
453
  msgid "Invalid hostname: Could not normalize the hostname"
482
454
  msgstr ""
483
455
 
@@ -522,9 +494,7 @@ msgid "Hostname facts"
522
494
  msgstr ""
523
495
 
524
496
  #: ../app/models/setting/discovered.rb:22
525
- msgid ""
526
- "Automatically provision newly discovered hosts, according to the "
527
- "provisioning rules"
497
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
528
498
  msgstr "프로비저닝 규칙에 따라 새로 검색된 호스트의 자동 프로비저닝 "
529
499
 
530
500
  #: ../app/models/setting/discovered.rb:22
@@ -600,9 +570,7 @@ msgid "IPMI facts"
600
570
  msgstr ""
601
571
 
602
572
  #: ../app/models/setting/discovered.rb:32
603
- msgid ""
604
- "Automatically generate PXE configuration to pin a newly discovered host to "
605
- "discovery"
573
+ msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
606
574
  msgstr ""
607
575
 
608
576
  #: ../app/models/setting/discovered.rb:32
@@ -610,41 +578,55 @@ msgid "Lock PXE"
610
578
  msgstr ""
611
579
 
612
580
  #: ../app/models/setting/discovered.rb:33
613
- msgid "PXE template to be used when pinning a host to discovery"
581
+ msgid "PXELinux template to be used when pinning a host to discovery"
614
582
  msgstr ""
615
583
 
616
584
  #: ../app/models/setting/discovered.rb:33
617
- msgid "Locked template name"
585
+ msgid "Locked PXELinux template name"
618
586
  msgstr ""
619
587
 
620
588
  #: ../app/models/setting/discovered.rb:34
621
- msgid "Force DNS entries creation when provisioning discovered host"
589
+ msgid "PXEGrub template to be used when pinning a host to discovery"
622
590
  msgstr ""
623
591
 
624
592
  #: ../app/models/setting/discovered.rb:34
593
+ msgid "Locked PXEGrub template name"
594
+ msgstr ""
595
+
596
+ #: ../app/models/setting/discovered.rb:35
597
+ msgid "PXEGrub2 template to be used when pinning a host to discovery"
598
+ msgstr ""
599
+
600
+ #: ../app/models/setting/discovered.rb:35
601
+ msgid "Locked PXEGrub2 template name"
602
+ msgstr ""
603
+
604
+ #: ../app/models/setting/discovered.rb:36
605
+ msgid "Force DNS entries creation when provisioning discovered host"
606
+ msgstr ""
607
+
608
+ #: ../app/models/setting/discovered.rb:36
625
609
  msgid "Force DNS"
626
610
  msgstr ""
627
611
 
628
- #: ../app/models/setting/discovered.rb:41
612
+ #: ../app/models/setting/discovered.rb:43
629
613
  msgid "The default location to place discovered hosts in"
630
614
  msgstr "검색된 호스트를 배치하기 위한 기본 위치 "
631
615
 
632
- #: ../app/models/setting/discovered.rb:41
616
+ #: ../app/models/setting/discovered.rb:43
633
617
  msgid "Discovery location"
634
618
  msgstr ""
635
619
 
636
- #: ../app/models/setting/discovered.rb:49
620
+ #: ../app/models/setting/discovered.rb:51
637
621
  msgid "The default organization to place discovered hosts in"
638
622
  msgstr "검색된 호스트를 배치하기 위한 기본 조직 "
639
623
 
640
- #: ../app/models/setting/discovered.rb:49
624
+ #: ../app/models/setting/discovered.rb:51
641
625
  msgid "Discovery organization"
642
626
  msgstr ""
643
627
 
644
628
  #: ../app/services/foreman_discovery/fact_parser.rb:9
645
- msgid ""
646
- "Unable to detect primary interface using MAC '%{mac}' specified by "
647
- "discovery_fact '%{fact}'"
629
+ msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
648
630
  msgstr "discovery_fact '%{fact}'에 지정된 MAC '%{mac}'을(를) 사용하여 기본 인터페이스를 감지할 수 없습니다."
649
631
 
650
632
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -663,25 +645,15 @@ msgstr "사용 가능한 검색된 호스트가 없습니다 "
663
645
  msgid "Host"
664
646
  msgstr "호스트 "
665
647
 
666
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
667
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
668
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
669
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
670
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
648
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../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
671
649
  msgid "Model"
672
650
  msgstr "모델 "
673
651
 
674
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
675
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
676
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
677
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
652
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
678
653
  msgid "CPUs"
679
654
  msgstr "CPU"
680
655
 
681
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
682
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
683
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
684
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
656
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
685
657
  msgid "Memory"
686
658
  msgstr "메모리 "
687
659
 
@@ -697,8 +669,7 @@ msgstr ""
697
669
  msgid "Create host"
698
670
  msgstr ""
699
671
 
700
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
701
- #: ../lib/foreman_discovery/engine.rb:147
672
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:148
702
673
  msgid "Discovered hosts"
703
674
  msgstr "검색된 호스트 "
704
675
 
@@ -710,38 +681,27 @@ msgstr "이 페이지에 있는 모든 항목을 선택 "
710
681
  msgid "items selected. Uncheck to Clear"
711
682
  msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다 "
712
683
 
713
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
714
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
715
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
716
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
684
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../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
717
685
  msgid "Name"
718
686
  msgstr "이름 "
719
687
 
720
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
721
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
722
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
688
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
723
689
  msgid "IP Address"
724
690
  msgstr "IP 주소"
725
691
 
726
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
727
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
728
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
692
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
729
693
  msgid "Disk count"
730
694
  msgstr "디스크 수 "
731
695
 
732
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
733
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
734
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
696
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
735
697
  msgid "Disks size"
736
698
  msgstr "디스크 크기 "
737
699
 
738
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
739
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
700
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
740
701
  msgid "Location"
741
702
  msgstr "위치 "
742
703
 
743
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
744
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
704
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
745
705
  msgid "Organization"
746
706
  msgstr "조직 "
747
707
 
@@ -778,9 +738,7 @@ msgid "Warning"
778
738
  msgstr "경고 "
779
739
 
780
740
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
781
- msgid ""
782
- "This might take a while, as all hosts, facts and reports will be destroyed "
783
- "as well"
741
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
784
742
  msgstr "모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
785
743
 
786
744
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -823,13 +781,11 @@ msgstr ""
823
781
  msgid "<b>Foreman</b> Discovered hosts summary"
824
782
  msgstr ""
825
783
 
826
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
827
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
784
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
828
785
  msgid "Summary from %{time} ago to %{now}"
829
786
  msgstr ""
830
787
 
831
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
832
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
788
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
833
789
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
834
790
  msgstr ""
835
791
 
@@ -882,33 +838,23 @@ msgid "Rule priority (lower integer means higher priority)"
882
838
  msgstr "규칙 우선 순위 (낮은 정수 값일수록 우선 순위가 높아짐)"
883
839
 
884
840
  #: ../app/views/discovery_rules/_template_inline.erb:2
885
- msgid ""
886
- "Specify target hostname template pattern in the same syntax as in "
887
- "Provisioning Templates (ERB)."
841
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
888
842
  msgstr "프로비저닝 템플릿 (ERB)에 있는 것과 동일한 구문의 대상 호스트 이름 템플릿 패턴을 지정합니다. "
889
843
 
890
844
  #: ../app/views/discovery_rules/_template_inline.erb:4
891
- msgid ""
892
- "Domain will be appended automatically. A hostname based on MAC address will "
893
- "be used when left blank."
845
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
894
846
  msgstr ""
895
847
 
896
848
  #: ../app/views/discovery_rules/_template_inline.erb:5
897
- msgid ""
898
- "In addition to @host attribute function rand for random integers is "
899
- "available. Examples:"
849
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
900
850
  msgstr ""
901
851
 
902
852
  #: ../app/views/discovery_rules/_template_inline.erb:8
903
- msgid ""
904
- "When creating hostname patterns, make sure the resulting host names are "
905
- "unique."
853
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
906
854
  msgstr ""
907
855
 
908
856
  #: ../app/views/discovery_rules/_template_inline.erb:9
909
- msgid ""
910
- "Hostnames must not start with numbers. A good approach is to use unique "
911
- "information provided by facter (MAC address, BIOS or serial ID)."
857
+ msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
912
858
  msgstr ""
913
859
 
914
860
  #: ../app/views/discovery_rules/edit.html.erb:1
@@ -955,10 +901,22 @@ msgstr "새 검색 규칙 "
955
901
  msgid "A summary of discovered hosts"
956
902
  msgstr ""
957
903
 
958
- #: ../lib/foreman_discovery/engine.rb:152
904
+ #: ../lib/foreman_discovery/engine.rb:153
959
905
  msgid "Discovery rules"
960
906
  msgstr "검색 규칙 "
961
907
 
908
+ #: ../lib/foreman_discovery/engine.rb:176
909
+ msgid "Discovery Proxy"
910
+ msgstr ""
911
+
912
+ #: ../lib/foreman_discovery/engine.rb:177
913
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
914
+ msgstr ""
915
+
916
+ #: ../lib/foreman_discovery/engine.rb:178
917
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
918
+ msgstr ""
919
+
962
920
  #: ../lib/foreman_discovery/engine.rb:162
963
- msgid "Discovery widget"
964
- msgstr "검색 위젯 "
921
+ #~ msgid "Discovery widget"
922
+ #~ msgstr "검색 위젯 "