foreman_discovery 18.0.5 → 19.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/app/helpers/discovered_hosts_helper.rb +2 -3
  3. data/app/models/concerns/discovery_taxonomy_extensions.rb +1 -1
  4. data/app/models/host/discovered.rb +6 -1
  5. data/app/views/discovered_hosts/welcome.html.erb +1 -1
  6. data/app/views/discovery_rules/welcome.html.erb +1 -1
  7. data/lib/foreman_discovery/engine.rb +2 -2
  8. data/lib/foreman_discovery/version.rb +1 -1
  9. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  10. data/locale/ca/foreman_discovery.edit.po +41 -41
  11. data/locale/ca/foreman_discovery.po +5 -5
  12. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  13. data/locale/de/foreman_discovery.edit.po +74 -73
  14. data/locale/de/foreman_discovery.po +38 -37
  15. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  16. data/locale/en/foreman_discovery.edit.po +36 -36
  17. data/locale/en/foreman_discovery.po +1 -1
  18. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  19. data/locale/en_GB/foreman_discovery.edit.po +38 -38
  20. data/locale/en_GB/foreman_discovery.po +2 -2
  21. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  22. data/locale/es/foreman_discovery.edit.po +39 -39
  23. data/locale/es/foreman_discovery.po +3 -3
  24. data/locale/foreman_discovery.pot +38 -38
  25. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/fr/foreman_discovery.edit.po +39 -39
  27. data/locale/fr/foreman_discovery.po +3 -3
  28. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/gl/foreman_discovery.edit.po +39 -39
  30. data/locale/gl/foreman_discovery.po +3 -3
  31. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/it/foreman_discovery.edit.po +39 -39
  33. data/locale/it/foreman_discovery.po +3 -3
  34. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/ja/foreman_discovery.edit.po +39 -39
  36. data/locale/ja/foreman_discovery.po +3 -3
  37. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/ko/foreman_discovery.edit.po +39 -39
  39. data/locale/ko/foreman_discovery.po +3 -3
  40. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/pt_BR/foreman_discovery.edit.po +39 -39
  42. data/locale/pt_BR/foreman_discovery.po +3 -3
  43. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/ru/foreman_discovery.edit.po +39 -39
  45. data/locale/ru/foreman_discovery.po +3 -3
  46. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  47. data/locale/sv_SE/foreman_discovery.edit.po +39 -39
  48. data/locale/sv_SE/foreman_discovery.po +3 -3
  49. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/zh_CN/foreman_discovery.edit.po +39 -39
  51. data/locale/zh_CN/foreman_discovery.po +3 -3
  52. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  53. data/locale/zh_TW/foreman_discovery.edit.po +39 -39
  54. data/locale/zh_TW/foreman_discovery.po +3 -3
  55. metadata +2 -2
@@ -7,11 +7,11 @@
7
7
  # 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 17.1.0\n"
10
+ "Project-Id-Version: foreman_discovery 18.0.1\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2021-09-20 17:25+0200\n"
13
- "PO-Revision-Date: 2021-05-18 15:01+0000\n"
14
- "Last-Translator: Amit Upadhye <aupadhye@redhat.com>\n"
12
+ "POT-Creation-Date: 2021-11-25 10:15+0100\n"
13
+ "PO-Revision-Date: 2021-09-20 17:24+0000\n"
14
+ "Last-Translator: Transifex Bot <>\n"
15
15
  "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
16
16
  ")\n"
17
17
  "MIME-Version: 1.0\n"
@@ -120,7 +120,7 @@ msgstr "ファクトの最小セットが設定されたホストのファクト
120
120
  msgid "Execute rules against a discovered host"
121
121
  msgstr "検出されたホストに対するルールの実行"
122
122
 
123
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:160
123
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:163
124
124
  msgid "Host %{host} was provisioned with rule %{rule}"
125
125
  msgstr "ホスト %{host} がルール %{rule} でプロビジョニングされました"
126
126
 
@@ -128,7 +128,7 @@ msgstr "ホスト %{host} がルール %{rule} でプロビジョニングされ
128
128
  msgid "Unable to provision %{host}: %{errors}"
129
129
  msgstr "%{host} をプロビジョニングできません: %{errors}"
130
130
 
131
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:167
131
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:170
132
132
  msgid "No rule found for host %s"
133
133
  msgstr "ホスト %s に対するルールは見つかりません"
134
134
 
@@ -136,11 +136,11 @@ msgstr "ホスト %s に対するルールは見つかりません"
136
136
  msgid "Execute rules against all currently discovered hosts"
137
137
  msgstr "現在検出されているすべてのホストに対するルールの実行"
138
138
 
139
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:173
139
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:176
140
140
  msgid "Errors during auto provisioning: %s"
141
141
  msgstr "自動プロビジョニング時のエラー: %s"
142
142
 
143
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:176
143
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:179
144
144
  msgid "No discovered hosts to provision"
145
145
  msgstr "プロビジョニングする検出されたホストがありません"
146
146
 
@@ -160,7 +160,7 @@ msgstr "検出されたホストの再起動中"
160
160
  msgid "Rebooting all discovered hosts"
161
161
  msgstr "すべての検出されたホストの再起動中"
162
162
 
163
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:129
163
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:132
164
164
  msgid "Discovered hosts are rebooting now"
165
165
  msgstr "検出されたホストを現在再起動中"
166
166
 
@@ -240,75 +240,75 @@ msgstr "再起動時のエラー: %s"
240
240
  msgid "No discovered hosts to reboot"
241
241
  msgstr "再起動する検出されたホストがありません"
242
242
 
243
- #: ../app/controllers/discovered_hosts_controller.rb:63
243
+ #: ../app/controllers/discovered_hosts_controller.rb:66
244
244
  msgid "Successfully provisioned %s"
245
245
  msgstr "%s が正常にプロビジョニングされました"
246
246
 
247
- #: ../app/controllers/discovered_hosts_controller.rb:97
247
+ #: ../app/controllers/discovered_hosts_controller.rb:100
248
248
  msgid "Facts refreshed for %s"
249
249
  msgstr "%s の更新済みファクト"
250
250
 
251
- #: ../app/controllers/discovered_hosts_controller.rb:99
251
+ #: ../app/controllers/discovered_hosts_controller.rb:102
252
252
  msgid "Failed to refresh facts for %s"
253
253
  msgstr "%s のファクトの更新に失敗しました"
254
254
 
255
- #: ../app/controllers/discovered_hosts_controller.rb:102
255
+ #: ../app/controllers/discovered_hosts_controller.rb:105
256
256
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
257
257
  msgstr "%{error_message} エラーで %{hostname} のファクトの更新に失敗しました"
258
258
 
259
- #: ../app/controllers/discovered_hosts_controller.rb:109
259
+ #: ../app/controllers/discovered_hosts_controller.rb:112
260
260
  msgid "Host of type %s can not be rebooted"
261
261
  msgstr "タイプ %s のホストを再起動できません"
262
262
 
263
- #: ../app/controllers/discovered_hosts_controller.rb:113
263
+ #: ../app/controllers/discovered_hosts_controller.rb:116
264
264
  msgid "Rebooting host %s"
265
265
  msgstr "ホスト %s の再起動"
266
266
 
267
- #: ../app/controllers/discovered_hosts_controller.rb:115
267
+ #: ../app/controllers/discovered_hosts_controller.rb:118
268
268
  msgid "Failed to reboot host %s"
269
269
  msgstr "ホスト %s の再起動に失敗しました"
270
270
 
271
- #: ../app/controllers/discovered_hosts_controller.rb:118
271
+ #: ../app/controllers/discovered_hosts_controller.rb:121
272
272
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
273
273
  msgstr "ホスト %{hostname} は %{error_message} のエラーで再起動に失敗しました"
274
274
 
275
- #: ../app/controllers/discovered_hosts_controller.rb:132
275
+ #: ../app/controllers/discovered_hosts_controller.rb:135
276
276
  msgid "Failed to reboot hosts with error %s"
277
277
  msgstr "ホストは %s のエラーで再起動に失敗しました"
278
278
 
279
- #: ../app/controllers/discovered_hosts_controller.rb:150
279
+ #: ../app/controllers/discovered_hosts_controller.rb:153
280
280
  msgid "Destroyed selected hosts"
281
281
  msgstr "破棄された選択済みホスト"
282
282
 
283
- #: ../app/controllers/discovered_hosts_controller.rb:152
283
+ #: ../app/controllers/discovered_hosts_controller.rb:155
284
284
  msgid "The following hosts were not deleted: %s"
285
285
  msgstr "以下のホストは削除されませんでした: %s"
286
286
 
287
- #: ../app/controllers/discovered_hosts_controller.rb:164
287
+ #: ../app/controllers/discovered_hosts_controller.rb:167
288
288
  msgid "Failed to auto provision host %s: %s"
289
289
  msgstr "ホスト %s の自動プロビジョニングに失敗しました: %s"
290
290
 
291
- #: ../app/controllers/discovered_hosts_controller.rb:192
291
+ #: ../app/controllers/discovered_hosts_controller.rb:195
292
292
  msgid "Discovered hosts are provisioning now"
293
293
  msgstr "検出されたホストは現在プロビジョニング中です"
294
294
 
295
- #: ../app/controllers/discovered_hosts_controller.rb:277
295
+ #: ../app/controllers/discovered_hosts_controller.rb:280
296
296
  msgid "Discovered host reported from unknown subnet, communication will not be proxied."
297
297
  msgstr "不明なサブネットから報告された検出されたホスト。通信はプロキシー化されません。"
298
298
 
299
- #: ../app/controllers/discovered_hosts_controller.rb:282
299
+ #: ../app/controllers/discovered_hosts_controller.rb:285
300
300
  msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
301
301
  msgstr "不明なサブネットから報告された検出されたホストは %s、通信はプロキシー化されません。"
302
302
 
303
- #: ../app/controllers/discovered_hosts_controller.rb:296
303
+ #: ../app/controllers/discovered_hosts_controller.rb:299
304
304
  msgid "No hosts were found with that id or name"
305
305
  msgstr "該当する ID または名前のホストが見つかりませんでした"
306
306
 
307
- #: ../app/controllers/discovered_hosts_controller.rb:300
307
+ #: ../app/controllers/discovered_hosts_controller.rb:303
308
308
  msgid "No hosts selected"
309
309
  msgstr "ホストが選択されていません"
310
310
 
311
- #: ../app/controllers/discovered_hosts_controller.rb:306
311
+ #: ../app/controllers/discovered_hosts_controller.rb:309
312
312
  msgid "Something went wrong while selecting hosts - %s"
313
313
  msgstr "ホストの選択中に問題が発生しました: %s"
314
314
 
@@ -380,7 +380,7 @@ msgstr "過去 7 日以内に報告あり"
380
380
  msgid "Provision"
381
381
  msgstr "プロビジョニング"
382
382
 
383
- #: ../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
383
+ #: ../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:160 ../lib/foreman_discovery/engine.rb:175
384
384
  msgid "Discovered Hosts"
385
385
  msgstr "検出されたホスト"
386
386
 
@@ -466,27 +466,27 @@ msgstr "必要な discovery_fact '%s' がありません。プライマリーイ
466
466
  msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
467
467
  msgstr "無効なファクト: discovery_hostname 設定の全ファクトで、ハッシュの値は無効です: %s"
468
468
 
469
- #: ../app/models/host/discovered.rb:100
469
+ #: ../app/models/host/discovered.rb:102
470
470
  msgid "Facts could not be imported"
471
471
  msgstr "ファクトをインポートできませんでした"
472
472
 
473
- #: ../app/models/host/discovered.rb:155
473
+ #: ../app/models/host/discovered.rb:160
474
474
  msgid "Could not get facts from proxy %{url}: %{error}"
475
475
  msgstr "プロキシー %{url} からファクトを取得できませんでした: %{error}"
476
476
 
477
- #: ../app/models/host/discovered.rb:173
477
+ #: ../app/models/host/discovered.rb:178
478
478
  msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
479
479
  msgstr "%{name} (%{url}) で再起動を実行できません: %{msg}"
480
480
 
481
- #: ../app/models/host/discovered.rb:177 ../app/models/host/discovered.rb:200
481
+ #: ../app/models/host/discovered.rb:182 ../app/models/host/discovered.rb:205
482
482
  msgid "Unable to perform %{action} on %{ips}"
483
483
  msgstr "%{ips} で %{action} を実行できません"
484
484
 
485
- #: ../app/models/host/discovered.rb:196
485
+ #: ../app/models/host/discovered.rb:201
486
486
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
487
487
  msgstr "%{name} (%{url}) で kexec を実行できません: %{msg}"
488
488
 
489
- #: ../app/models/host/discovered.rb:220
489
+ #: ../app/models/host/discovered.rb:225
490
490
  msgid "Invalid hostname: Could not normalize the hostname"
491
491
  msgstr "無効なホスト名: ホスト名を正規化できませんでした"
492
492
 
@@ -987,7 +987,7 @@ msgstr "%s のクローン作成"
987
987
  msgid "Edit %s"
988
988
  msgstr "%s の編集"
989
989
 
990
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
990
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:165
991
991
  msgid "Discovery Rules"
992
992
  msgstr "検出ルール"
993
993
 
@@ -1055,19 +1055,19 @@ msgstr "ホスト"
1055
1055
  msgid "Error message goes here"
1056
1056
  msgstr "エラーメッセージはこちらに表示されます"
1057
1057
 
1058
- #: ../lib/foreman_discovery/engine.rb:176
1058
+ #: ../lib/foreman_discovery/engine.rb:177
1059
1059
  msgid "Discovery Kexec template"
1060
1060
  msgstr "検出 Kexec テンプレート"
1061
1061
 
1062
- #: ../lib/foreman_discovery/engine.rb:185
1062
+ #: ../lib/foreman_discovery/engine.rb:186
1063
1063
  msgid "Discovery Proxy"
1064
1064
  msgstr "検出プロキシー"
1065
1065
 
1066
- #: ../lib/foreman_discovery/engine.rb:186
1066
+ #: ../lib/foreman_discovery/engine.rb:187
1067
1067
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1068
1068
  msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシー"
1069
1069
 
1070
- #: ../lib/foreman_discovery/engine.rb:187
1070
+ #: ../lib/foreman_discovery/engine.rb:188
1071
1071
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1072
1072
  msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシーの ID"
1073
1073
 
@@ -7,10 +7,10 @@
7
7
  # 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 17.1.0\n"
10
+ "Project-Id-Version: foreman_discovery 18.0.1\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2021-05-18 15:01+0000\n"
13
- "Last-Translator: Amit Upadhye <aupadhye@redhat.com>\n"
12
+ "PO-Revision-Date: 2021-09-20 17:24+0000\n"
13
+ "Last-Translator: Transifex Bot <>\n"
14
14
  "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
15
15
  ")\n"
16
16
  "MIME-Version: 1.0\n"
@@ -5,11 +5,11 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 17.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 18.0.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2021-09-20 17:25+0200\n"
11
- "PO-Revision-Date: 2021-05-03 08:29+0000\n"
12
- "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4\n"
10
+ "POT-Creation-Date: 2021-11-25 10:15+0100\n"
11
+ "PO-Revision-Date: 2021-09-20 17:24+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"
@@ -117,7 +117,7 @@ msgstr "최소 세트의 팩트가 있는 호스트의 팩트가 포함된 해
117
117
  msgid "Execute rules against a discovered host"
118
118
  msgstr "검색된 호스트에 대해 규칙 실행 "
119
119
 
120
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:160
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:163
121
121
  msgid "Host %{host} was provisioned with rule %{rule}"
122
122
  msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
123
123
 
@@ -125,7 +125,7 @@ msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
125
125
  msgid "Unable to provision %{host}: %{errors}"
126
126
  msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
127
127
 
128
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:167
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:170
129
129
  msgid "No rule found for host %s"
130
130
  msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
131
131
 
@@ -133,11 +133,11 @@ msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
133
133
  msgid "Execute rules against all currently discovered hosts"
134
134
  msgstr "현재 검색된 모든 호스트에 대해 규칙 실행 "
135
135
 
136
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:173
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:176
137
137
  msgid "Errors during auto provisioning: %s"
138
138
  msgstr "자동 프로비저닝 도중 오류 발생: %s"
139
139
 
140
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:176
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:179
141
141
  msgid "No discovered hosts to provision"
142
142
  msgstr "프로비저닝할 검색된 호스트가 없습니다 "
143
143
 
@@ -157,7 +157,7 @@ msgstr "검색된 호스트를 재부팅 중 "
157
157
  msgid "Rebooting all discovered hosts"
158
158
  msgstr "검색된 모든 호스트를 재부팅 중"
159
159
 
160
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:129
160
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:132
161
161
  msgid "Discovered hosts are rebooting now"
162
162
  msgstr "현재 검색된 호스트를 재부팅하고 있습니다."
163
163
 
@@ -237,75 +237,75 @@ msgstr "재부팅 도중 오류가 발생했습니다: %s"
237
237
  msgid "No discovered hosts to reboot"
238
238
  msgstr "재부팅할 검색된 호스트가 없습니다."
239
239
 
240
- #: ../app/controllers/discovered_hosts_controller.rb:63
240
+ #: ../app/controllers/discovered_hosts_controller.rb:66
241
241
  msgid "Successfully provisioned %s"
242
242
  msgstr ""
243
243
 
244
- #: ../app/controllers/discovered_hosts_controller.rb:97
244
+ #: ../app/controllers/discovered_hosts_controller.rb:100
245
245
  msgid "Facts refreshed for %s"
246
246
  msgstr "%s에 대해 업데이트된 팩트"
247
247
 
248
- #: ../app/controllers/discovered_hosts_controller.rb:99
248
+ #: ../app/controllers/discovered_hosts_controller.rb:102
249
249
  msgid "Failed to refresh facts for %s"
250
250
  msgstr "%s에 대한 팩트를 새로고침하는데 실패했습니다 "
251
251
 
252
- #: ../app/controllers/discovered_hosts_controller.rb:102
252
+ #: ../app/controllers/discovered_hosts_controller.rb:105
253
253
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
254
254
  msgstr "%{error_message} 오류가 발생하여 %{hostname}의 팩트를 새로 고치지 못했습니다."
255
255
 
256
- #: ../app/controllers/discovered_hosts_controller.rb:109
256
+ #: ../app/controllers/discovered_hosts_controller.rb:112
257
257
  msgid "Host of type %s can not be rebooted"
258
258
  msgstr "호스트 유형 %s은(는) 재부팅할 수 없습니다 "
259
259
 
260
- #: ../app/controllers/discovered_hosts_controller.rb:113
260
+ #: ../app/controllers/discovered_hosts_controller.rb:116
261
261
  msgid "Rebooting host %s"
262
262
  msgstr "호스트 %s 재부팅 중 "
263
263
 
264
- #: ../app/controllers/discovered_hosts_controller.rb:115
264
+ #: ../app/controllers/discovered_hosts_controller.rb:118
265
265
  msgid "Failed to reboot host %s"
266
266
  msgstr "호스트 %s 재부팅에 실패했습니다 "
267
267
 
268
- #: ../app/controllers/discovered_hosts_controller.rb:118
268
+ #: ../app/controllers/discovered_hosts_controller.rb:121
269
269
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
270
270
  msgstr "오류 %{error_message}를 표시하는 호스트 %{hostname} 재부팅에 실패했습니다 "
271
271
 
272
- #: ../app/controllers/discovered_hosts_controller.rb:132
272
+ #: ../app/controllers/discovered_hosts_controller.rb:135
273
273
  msgid "Failed to reboot hosts with error %s"
274
274
  msgstr "%s 오류가 발생하여 호스트를 재부팅하지 못했습니다."
275
275
 
276
- #: ../app/controllers/discovered_hosts_controller.rb:150
276
+ #: ../app/controllers/discovered_hosts_controller.rb:153
277
277
  msgid "Destroyed selected hosts"
278
278
  msgstr "선택된 호스트 삭제"
279
279
 
280
- #: ../app/controllers/discovered_hosts_controller.rb:152
280
+ #: ../app/controllers/discovered_hosts_controller.rb:155
281
281
  msgid "The following hosts were not deleted: %s"
282
282
  msgstr "다음 호스트가 삭제되지 않았습니다: %s"
283
283
 
284
- #: ../app/controllers/discovered_hosts_controller.rb:164
284
+ #: ../app/controllers/discovered_hosts_controller.rb:167
285
285
  msgid "Failed to auto provision host %s: %s"
286
286
  msgstr "호스트 %s의 자동 프로비저닝에 실패했습니다: %s"
287
287
 
288
- #: ../app/controllers/discovered_hosts_controller.rb:192
288
+ #: ../app/controllers/discovered_hosts_controller.rb:195
289
289
  msgid "Discovered hosts are provisioning now"
290
290
  msgstr "현재 검색된 호스트를 프로비저닝하고 있습니다"
291
291
 
292
- #: ../app/controllers/discovered_hosts_controller.rb:277
292
+ #: ../app/controllers/discovered_hosts_controller.rb:280
293
293
  msgid "Discovered host reported from unknown subnet, communication will not be proxied."
294
294
  msgstr ""
295
295
 
296
- #: ../app/controllers/discovered_hosts_controller.rb:282
296
+ #: ../app/controllers/discovered_hosts_controller.rb:285
297
297
  msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
298
298
  msgstr ""
299
299
 
300
- #: ../app/controllers/discovered_hosts_controller.rb:296
300
+ #: ../app/controllers/discovered_hosts_controller.rb:299
301
301
  msgid "No hosts were found with that id or name"
302
302
  msgstr "해당 ID 또는 이름의 호스트를 찾을 수 없습니다 "
303
303
 
304
- #: ../app/controllers/discovered_hosts_controller.rb:300
304
+ #: ../app/controllers/discovered_hosts_controller.rb:303
305
305
  msgid "No hosts selected"
306
306
  msgstr "선택된 호스트가 없음 "
307
307
 
308
- #: ../app/controllers/discovered_hosts_controller.rb:306
308
+ #: ../app/controllers/discovered_hosts_controller.rb:309
309
309
  msgid "Something went wrong while selecting hosts - %s"
310
310
  msgstr "호스트를 선택하는 도중 문제가 발생했습니다 - %s"
311
311
 
@@ -377,7 +377,7 @@ msgstr "지난 7일 이내에 보고됨"
377
377
  msgid "Provision"
378
378
  msgstr "프로비저닝 "
379
379
 
380
- #: ../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
380
+ #: ../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:160 ../lib/foreman_discovery/engine.rb:175
381
381
  msgid "Discovered Hosts"
382
382
  msgstr ""
383
383
 
@@ -465,27 +465,27 @@ msgstr "필요한 discovery_fact '%s'이(가) 누락되었습니다. 기본 인
465
465
  msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
466
466
  msgstr ""
467
467
 
468
- #: ../app/models/host/discovered.rb:100
468
+ #: ../app/models/host/discovered.rb:102
469
469
  msgid "Facts could not be imported"
470
470
  msgstr ""
471
471
 
472
- #: ../app/models/host/discovered.rb:155
472
+ #: ../app/models/host/discovered.rb:160
473
473
  msgid "Could not get facts from proxy %{url}: %{error}"
474
474
  msgstr "프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
475
475
 
476
- #: ../app/models/host/discovered.rb:173
476
+ #: ../app/models/host/discovered.rb:178
477
477
  msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
478
478
  msgstr ""
479
479
 
480
- #: ../app/models/host/discovered.rb:177 ../app/models/host/discovered.rb:200
480
+ #: ../app/models/host/discovered.rb:182 ../app/models/host/discovered.rb:205
481
481
  msgid "Unable to perform %{action} on %{ips}"
482
482
  msgstr ""
483
483
 
484
- #: ../app/models/host/discovered.rb:196
484
+ #: ../app/models/host/discovered.rb:201
485
485
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
486
486
  msgstr ""
487
487
 
488
- #: ../app/models/host/discovered.rb:220
488
+ #: ../app/models/host/discovered.rb:225
489
489
  msgid "Invalid hostname: Could not normalize the hostname"
490
490
  msgstr ""
491
491
 
@@ -987,7 +987,7 @@ msgstr "%s 복제 "
987
987
  msgid "Edit %s"
988
988
  msgstr "%s 편집 "
989
989
 
990
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
990
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:165
991
991
  msgid "Discovery Rules"
992
992
  msgstr "검색 규칙 "
993
993
 
@@ -1055,19 +1055,19 @@ msgstr "호스트"
1055
1055
  msgid "Error message goes here"
1056
1056
  msgstr ""
1057
1057
 
1058
- #: ../lib/foreman_discovery/engine.rb:176
1058
+ #: ../lib/foreman_discovery/engine.rb:177
1059
1059
  msgid "Discovery Kexec template"
1060
1060
  msgstr ""
1061
1061
 
1062
- #: ../lib/foreman_discovery/engine.rb:185
1062
+ #: ../lib/foreman_discovery/engine.rb:186
1063
1063
  msgid "Discovery Proxy"
1064
1064
  msgstr ""
1065
1065
 
1066
- #: ../lib/foreman_discovery/engine.rb:186
1066
+ #: ../lib/foreman_discovery/engine.rb:187
1067
1067
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1068
1068
  msgstr ""
1069
1069
 
1070
- #: ../lib/foreman_discovery/engine.rb:187
1070
+ #: ../lib/foreman_discovery/engine.rb:188
1071
1071
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1072
1072
  msgstr ""
1073
1073
 
@@ -5,10 +5,10 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 17.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 18.0.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2021-05-03 08:29+0000\n"
11
- "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4\n"
10
+ "PO-Revision-Date: 2021-09-20 17:24+0000\n"
11
+ "Last-Translator: Transifex Bot <>\n"
12
12
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
13
13
  "MIME-Version: 1.0\n"
14
14
  "Content-Type: text/plain; charset=UTF-8\n"