foreman_discovery 16.1.4 → 16.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +14 -8
  3. data/app/helpers/discovered_hosts_helper.rb +5 -0
  4. data/app/models/host/discovered.rb +11 -15
  5. data/app/models/setting/discovered.rb +3 -1
  6. data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
  7. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
  8. data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
  9. data/app/views/discovered_hosts/welcome.html.erb +14 -9
  10. data/app/views/discovery_rules/index.html.erb +1 -1
  11. data/app/views/foreman_discovery/debian_kexec.erb +3 -2
  12. data/app/views/foreman_discovery/redhat_kexec.erb +3 -2
  13. data/extra/discover-host +3 -3
  14. data/lib/foreman_discovery/engine.rb +3 -2
  15. data/lib/foreman_discovery/version.rb +1 -1
  16. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  17. data/locale/ca/foreman_discovery.edit.po +104 -75
  18. data/locale/ca/foreman_discovery.po +25 -10
  19. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  20. data/locale/de/foreman_discovery.edit.po +111 -82
  21. data/locale/de/foreman_discovery.po +25 -10
  22. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  23. data/locale/en/foreman_discovery.edit.po +97 -73
  24. data/locale/en/foreman_discovery.po +25 -10
  25. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/en_GB/foreman_discovery.edit.po +110 -81
  27. data/locale/en_GB/foreman_discovery.po +25 -10
  28. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/es/foreman_discovery.edit.po +112 -83
  30. data/locale/es/foreman_discovery.po +25 -10
  31. data/locale/foreman_discovery.pot +137 -114
  32. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/fr/foreman_discovery.edit.po +112 -83
  34. data/locale/fr/foreman_discovery.po +25 -10
  35. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/gl/foreman_discovery.edit.po +103 -74
  37. data/locale/gl/foreman_discovery.po +25 -10
  38. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/it/foreman_discovery.edit.po +110 -81
  40. data/locale/it/foreman_discovery.po +25 -10
  41. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/ja/foreman_discovery.edit.po +112 -83
  43. data/locale/ja/foreman_discovery.po +25 -10
  44. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/ko/foreman_discovery.edit.po +110 -81
  46. data/locale/ko/foreman_discovery.po +25 -10
  47. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/pt_BR/foreman_discovery.edit.po +112 -83
  49. data/locale/pt_BR/foreman_discovery.po +25 -10
  50. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ru/foreman_discovery.edit.po +111 -82
  52. data/locale/ru/foreman_discovery.po +25 -10
  53. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/sv_SE/foreman_discovery.edit.po +104 -75
  55. data/locale/sv_SE/foreman_discovery.po +25 -10
  56. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/zh_CN/foreman_discovery.edit.po +112 -83
  58. data/locale/zh_CN/foreman_discovery.po +25 -10
  59. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/zh_TW/foreman_discovery.edit.po +110 -81
  61. data/locale/zh_TW/foreman_discovery.po +25 -10
  62. data/package.json +39 -0
  63. data/test/facts/only-ipv6.json +205 -0
  64. data/test/facts/skylake-ipv6.json +223 -0
  65. data/test/functional/api/v2/settings_controller_test.rb +2 -2
  66. data/test/functional/discovered_hosts_controller_test.rb +1 -1
  67. data/test/functional/discovery_rules_controller_test.rb +1 -1
  68. data/test/unit/host_discovered_test.rb +0 -16
  69. data/webpack/index.js +18 -0
  70. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
  71. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
  72. data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
  73. data/webpack/src/reducers.js +7 -0
  74. metadata +21 -11
  75. data/test/facts/vmware-facter4-nolegacy.json +0 -402
@@ -9,7 +9,8 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: foreman_discovery 16.3.4\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2020-12-01 08:28+0000\n"
12
+ "POT-Creation-Date: 2021-05-03 08:46+0200\n"
13
+ "PO-Revision-Date: 2021-01-25 08:35+0000\n"
13
14
  "Last-Translator: Amit Upadhye <aupadhye@redhat.com>\n"
14
15
  "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
15
16
  ")\n"
@@ -115,51 +116,51 @@ msgstr "ホストのファクトをアップロードし、必要な場合はホ
115
116
  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)"
116
117
  msgstr "ファクトの最小セットが設定されたホストのファクトを含むハッシュ : discovery_bootif、macaddress_eth0、ipaddress、ipaddress_eth0、 interfaces: eth0 (プライマリーインターフェースの名前が eth0 の場合の例)"
117
118
 
118
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
119
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
119
120
  msgid "Execute rules against a discovered host"
120
121
  msgstr "検出されたホストに対するルールの実行"
121
122
 
122
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
123
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:157
123
124
  msgid "Host %{host} was provisioned with rule %{rule}"
124
125
  msgstr "ホスト %{host} がルール %{rule} でプロビジョニングされています"
125
126
 
126
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
127
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
127
128
  msgid "Unable to provision %{host}: %{errors}"
128
129
  msgstr "%{host} をプロビジョニングできません: %{errors}"
129
130
 
130
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
131
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:164
131
132
  msgid "No rule found for host %s"
132
133
  msgstr "ホスト %s に対するルールは見つかりません"
133
134
 
134
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
135
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
135
136
  msgid "Execute rules against all currently discovered hosts"
136
137
  msgstr "現在検出されているすべてのホストに対するルールの実行"
137
138
 
138
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
139
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:170
139
140
  msgid "Errors during auto provisioning: %s"
140
141
  msgstr "自動プロビジョニング時のエラー: %s"
141
142
 
142
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
143
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:173
143
144
  msgid "No discovered hosts to provision"
144
145
  msgstr "プロビジョニングする検出されたホストがありません"
145
146
 
146
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
147
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
147
148
  msgid "%s discovered hosts were provisioned"
148
149
  msgstr "検出ホスト %s 台がプロビジョニングされました"
149
150
 
150
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
151
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
151
152
  msgid "Refreshing the facts of a discovered host"
152
153
  msgstr "検出されたホストのファクトの更新中"
153
154
 
154
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
155
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
155
156
  msgid "Rebooting a discovered host"
156
157
  msgstr "検出されたホストの再起動中"
157
158
 
158
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
159
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
159
160
  msgid "Rebooting all discovered hosts"
160
161
  msgstr "すべての検出されたホストの再起動中"
161
162
 
162
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
163
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:126
163
164
  msgid "Discovered hosts are rebooting now"
164
165
  msgstr "検出されたホストの再起動中"
165
166
 
@@ -239,110 +240,86 @@ msgstr "再起動時のエラー: %s"
239
240
  msgid "No discovered hosts to reboot"
240
241
  msgstr "再起動する検出されたホストがありません"
241
242
 
242
- #: ../app/controllers/discovered_hosts_controller.rb:63
243
+ #: ../app/controllers/discovered_hosts_controller.rb:60
243
244
  msgid "Successfully provisioned %s"
244
245
  msgstr "%s が正常にプロビジョニングされました"
245
246
 
246
- #: ../app/controllers/discovered_hosts_controller.rb:97
247
+ #: ../app/controllers/discovered_hosts_controller.rb:94
247
248
  msgid "Facts refreshed for %s"
248
249
  msgstr "%s の更新済みファクト"
249
250
 
250
- #: ../app/controllers/discovered_hosts_controller.rb:99
251
+ #: ../app/controllers/discovered_hosts_controller.rb:96
251
252
  msgid "Failed to refresh facts for %s"
252
253
  msgstr "%s のファクトの更新に失敗しました"
253
254
 
254
- #: ../app/controllers/discovered_hosts_controller.rb:102
255
+ #: ../app/controllers/discovered_hosts_controller.rb:99
255
256
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
256
257
  msgstr "%{error_message} エラーで %{hostname} のファクトの更新に失敗しました"
257
258
 
258
- #: ../app/controllers/discovered_hosts_controller.rb:109
259
+ #: ../app/controllers/discovered_hosts_controller.rb:106
259
260
  msgid "Host of type %s can not be rebooted"
260
261
  msgstr "タイプ %s のホストを再起動できません"
261
262
 
262
- #: ../app/controllers/discovered_hosts_controller.rb:113
263
+ #: ../app/controllers/discovered_hosts_controller.rb:110
263
264
  msgid "Rebooting host %s"
264
265
  msgstr "ホスト %s の再起動"
265
266
 
266
- #: ../app/controllers/discovered_hosts_controller.rb:115
267
+ #: ../app/controllers/discovered_hosts_controller.rb:112
267
268
  msgid "Failed to reboot host %s"
268
269
  msgstr "ホスト %s の再起動に失敗しました"
269
270
 
270
- #: ../app/controllers/discovered_hosts_controller.rb:118
271
+ #: ../app/controllers/discovered_hosts_controller.rb:115
271
272
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
272
273
  msgstr "ホスト %{hostname} は %{error_message} のエラーで再起動に失敗しました"
273
274
 
274
- #: ../app/controllers/discovered_hosts_controller.rb:132
275
+ #: ../app/controllers/discovered_hosts_controller.rb:129
275
276
  msgid "Failed to reboot hosts with error %s"
276
277
  msgstr "ホストは %s のエラーで再起動に失敗しました"
277
278
 
278
- #: ../app/controllers/discovered_hosts_controller.rb:150
279
+ #: ../app/controllers/discovered_hosts_controller.rb:147
279
280
  msgid "Destroyed selected hosts"
280
281
  msgstr "破棄済みの選択ホスト"
281
282
 
282
- #: ../app/controllers/discovered_hosts_controller.rb:152
283
+ #: ../app/controllers/discovered_hosts_controller.rb:149
283
284
  msgid "The following hosts were not deleted: %s"
284
285
  msgstr "以下のホストは削除されませんでした: %s"
285
286
 
286
- #: ../app/controllers/discovered_hosts_controller.rb:164
287
+ #: ../app/controllers/discovered_hosts_controller.rb:161
287
288
  msgid "Failed to auto provision host %s: %s"
288
289
  msgstr "ホスト %s の自動プロビジョニングに失敗しました: %s"
289
290
 
290
- #: ../app/controllers/discovered_hosts_controller.rb:192
291
+ #: ../app/controllers/discovered_hosts_controller.rb:189
291
292
  msgid "Discovered hosts are provisioning now"
292
293
  msgstr "検出されたホストのプロビジョニング中"
293
294
 
294
- #: ../app/controllers/discovered_hosts_controller.rb:226
295
- msgid "Highlights"
296
- msgstr "ハイライト"
297
-
298
- #: ../app/controllers/discovered_hosts_controller.rb:226
299
- msgid "Storage"
300
- msgstr "ストレージ"
301
-
302
- #: ../app/controllers/discovered_hosts_controller.rb:226
303
- msgid "Hardware"
304
- msgstr "ハードウェア"
305
-
306
- #: ../app/controllers/discovered_hosts_controller.rb:226
307
- msgid "Network"
308
- msgstr "ネットワーク"
309
-
310
- #: ../app/controllers/discovered_hosts_controller.rb:226
311
- msgid "Software"
312
- msgstr "ソフトウェア"
313
-
314
- #: ../app/controllers/discovered_hosts_controller.rb:226
315
- msgid "IPMI"
316
- msgstr "IPMI"
295
+ #: ../app/controllers/discovered_hosts_controller.rb:270
296
+ msgid "Discovered host reported from unknown subnet, communication will not be proxied."
297
+ msgstr ""
317
298
 
318
- #: ../app/controllers/discovered_hosts_controller.rb:226
319
- msgid "Miscellaneous"
320
- msgstr "その他"
299
+ #: ../app/controllers/discovered_hosts_controller.rb:275
300
+ msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
301
+ msgstr ""
321
302
 
322
- #: ../app/controllers/discovered_hosts_controller.rb:304
303
+ #: ../app/controllers/discovered_hosts_controller.rb:289
323
304
  msgid "No hosts were found with that id or name"
324
305
  msgstr "該当する ID または名前のホストが見つかりませんでした"
325
306
 
326
- #: ../app/controllers/discovered_hosts_controller.rb:308
307
+ #: ../app/controllers/discovered_hosts_controller.rb:293
327
308
  msgid "No hosts selected"
328
309
  msgstr "ホストが選択されていません"
329
310
 
330
- #: ../app/controllers/discovered_hosts_controller.rb:314
311
+ #: ../app/controllers/discovered_hosts_controller.rb:299
331
312
  msgid "Something went wrong while selecting hosts - %s"
332
313
  msgstr "ホストの選択中に問題が発生しました: %s"
333
314
 
334
- #: ../app/controllers/discovery_rules_controller.rb:72
315
+ #: ../app/controllers/discovery_rules_controller.rb:79
335
316
  msgid "Rule enabled"
336
317
  msgstr "有効にされたルール"
337
318
 
338
- #: ../app/controllers/discovery_rules_controller.rb:72
319
+ #: ../app/controllers/discovery_rules_controller.rb:79
339
320
  msgid "Rule disabled"
340
321
  msgstr "無効にされたルール"
341
322
 
342
- #: ../app/helpers/discovered_hosts_helper.rb:10
343
- msgid "%s ago"
344
- msgstr "%s 前"
345
-
346
323
  #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
347
324
  msgid "Auto Provision"
348
325
  msgstr "自動プロビジョニング"
@@ -428,6 +405,10 @@ msgid "Enable rule '%s'?"
428
405
  msgstr "ルール '%s' を有効にしますか?"
429
406
 
430
407
  #: ../app/helpers/discovery_rules_helper.rb:33
408
+ msgid "Clone"
409
+ msgstr ""
410
+
411
+ #: ../app/helpers/discovery_rules_helper.rb:34
431
412
  msgid "Delete rule '%s'?"
432
413
  msgstr "ルール '%s' を削除しますか?"
433
414
 
@@ -451,12 +432,12 @@ msgstr "文字または ERB で開始する必要があります。"
451
432
  msgid "must be present."
452
433
  msgstr "必須です。"
453
434
 
454
- #: ../app/models/discovery_rule.rb:52
435
+ #: ../app/models/discovery_rule.rb:57
455
436
  msgid "Host group organization %s must also be associated to the discovery rule"
456
437
  msgid_plural "Host group organizations %s must also be associated to the discovery rule"
457
438
  msgstr[0] "ホストグループの組織 %s も検出ルールに関連付ける必要があります"
458
439
 
459
- #: ../app/models/discovery_rule.rb:56
440
+ #: ../app/models/discovery_rule.rb:61
460
441
  msgid "Host group location %s must also be associated to the discovery rule"
461
442
  msgid_plural "Host group locations %s must also be associated to the discovery rule"
462
443
  msgstr[0] "ホストグループの場所 %s も検出ルールに関連付ける必要があります"
@@ -725,6 +706,34 @@ msgstr "検出ホスト '%{host}' では全 NIC がフィルタリングされ
725
706
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
726
707
  msgstr "%{mac} が %{fact} で指定されたプライマリー NIC を見つけることができません。NIC フィルター: %{filter}"
727
708
 
709
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
710
+ msgid "Highlights"
711
+ msgstr "ハイライト"
712
+
713
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
714
+ msgid "Storage"
715
+ msgstr "ストレージ"
716
+
717
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
718
+ msgid "Hardware"
719
+ msgstr "ハードウェア"
720
+
721
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
722
+ msgid "Network"
723
+ msgstr "ネットワーク"
724
+
725
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
726
+ msgid "Software"
727
+ msgstr "ソフトウェア"
728
+
729
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
730
+ msgid "IPMI"
731
+ msgstr "IPMI"
732
+
733
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
734
+ msgid "Miscellaneous"
735
+ msgstr "その他"
736
+
728
737
  #: ../app/services/foreman_discovery/host_converter.rb:47
729
738
  msgid "IPAM must be configured for subnet '%s'"
730
739
  msgstr "IPAM はサブネット '%s' 用に設定する必要があります"
@@ -737,6 +746,10 @@ msgstr "イメージ API で返された HTTP/%{code}: '%{body}"
737
746
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
738
747
  msgstr "イメージ API 処理エラー: %{msg} (HTTP/%{code}、ボディー: %{body})"
739
748
 
749
+ #: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
750
+ msgid "Host %s has been dicovered"
751
+ msgstr ""
752
+
740
753
  #: ../app/views/dashboard/_discovery_widget.html.erb:5
741
754
  msgid "Discovered Host"
742
755
  msgid_plural "Discovered Hosts"
@@ -794,11 +807,11 @@ msgstr "ディスク数"
794
807
  msgid "Disks Size"
795
808
  msgstr "ディスクサイズ"
796
809
 
797
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
810
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9 ../app/views/discovery_rules/index.html.erb:11
798
811
  msgid "Location"
799
812
  msgstr "ロケーション"
800
813
 
801
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
814
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10 ../app/views/discovery_rules/index.html.erb:12
802
815
  msgid "Organization"
803
816
  msgstr "組織"
804
817
 
@@ -810,7 +823,7 @@ msgstr "サブネット"
810
823
  msgid "Last Facts Upload"
811
824
  msgstr "最終ファクトのアップロード"
812
825
 
813
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
826
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
814
827
  msgid "Actions"
815
828
  msgstr "アクション"
816
829
 
@@ -958,6 +971,10 @@ msgstr "ホスト名パターンの作成時に、生成されるホスト名が
958
971
  msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
959
972
  msgstr "ホスト名は数字で開始することができません。facter で提供される固有の情報 (MAC アドレス、BIOS またはシリアル ID) を使用することが適切な方法です。"
960
973
 
974
+ #: ../app/views/discovery_rules/clone.erb:1
975
+ msgid "Clone %s"
976
+ msgstr ""
977
+
961
978
  #: ../app/views/discovery_rules/edit.html.erb:1
962
979
  msgid "Edit %s"
963
980
  msgstr "%s の編集"
@@ -990,7 +1007,7 @@ msgstr "ホストグループ"
990
1007
  msgid "Hosts/Limit"
991
1008
  msgstr "ホスト/制限"
992
1009
 
993
- #: ../app/views/discovery_rules/index.html.erb:11
1010
+ #: ../app/views/discovery_rules/index.html.erb:13
994
1011
  msgid "DiscoveryRule|Enabled"
995
1012
  msgstr "有効化"
996
1013
 
@@ -1011,8 +1028,8 @@ msgid "A summary of discovered hosts"
1011
1028
  msgstr "検出されたホストの概要"
1012
1029
 
1013
1030
  #: ../db/seeds.d/80_discovery_ui_notification.rb:4
1014
- msgid "Hosts"
1015
- msgstr "ホスト"
1031
+ msgid "New hosts"
1032
+ msgstr ""
1016
1033
 
1017
1034
  #: ../db/seeds.d/80_discovery_ui_notification.rb:6
1018
1035
  msgid "One or more hosts have been discovered"
@@ -1022,42 +1039,54 @@ msgstr "1 つ以上のホストが検出されました"
1022
1039
  msgid "Details"
1023
1040
  msgstr "詳細"
1024
1041
 
1025
- #: ../lib/foreman_discovery/engine.rb:180
1042
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:18
1043
+ msgid "Hosts"
1044
+ msgstr "ホスト"
1045
+
1046
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:20
1047
+ msgid "Error message goes here"
1048
+ msgstr ""
1049
+
1050
+ #: ../lib/foreman_discovery/engine.rb:176
1026
1051
  msgid "Discovery Kexec template"
1027
1052
  msgstr "検出 Kexec テンプレート"
1028
1053
 
1029
- #: ../lib/foreman_discovery/engine.rb:189
1054
+ #: ../lib/foreman_discovery/engine.rb:185
1030
1055
  msgid "Discovery Proxy"
1031
1056
  msgstr "検出プロキシー"
1032
1057
 
1033
- #: ../lib/foreman_discovery/engine.rb:190
1058
+ #: ../lib/foreman_discovery/engine.rb:186
1034
1059
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1035
1060
  msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシー"
1036
1061
 
1037
- #: ../lib/foreman_discovery/engine.rb:191
1062
+ #: ../lib/foreman_discovery/engine.rb:187
1038
1063
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1039
1064
  msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシーの ID"
1040
1065
 
1041
1066
  #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1042
1067
  msgid "For more information please see "
1043
- msgstr ""
1068
+ msgstr "詳細は、以下を参照してください: "
1044
1069
 
1045
1070
  #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1046
1071
  msgid "documentation"
1047
- msgstr ""
1072
+ msgstr "ドキュメント"
1048
1073
 
1049
1074
  #: action_names.rb:2
1050
- msgid "Action with sub plans"
1051
- msgstr "サブプランによるアクション"
1075
+ msgid "Remote action:"
1076
+ msgstr "リモートアクション:"
1052
1077
 
1053
1078
  #: action_names.rb:3
1054
- msgid "Import facts"
1055
- msgstr "ファクトのインポート"
1056
-
1057
- #: action_names.rb:4
1058
1079
  msgid "Import Puppet classes"
1059
1080
  msgstr "Puppet クラスのインポート"
1060
1081
 
1082
+ #: action_names.rb:4
1083
+ msgid "Import facts"
1084
+ msgstr "ファクトのインポート"
1085
+
1061
1086
  #: action_names.rb:5
1062
- msgid "Remote action:"
1063
- msgstr "リモートアクション:"
1087
+ msgid "Action with sub plans"
1088
+ msgstr "サブプランによるアクション"
1089
+
1090
+ #: ../app/helpers/discovered_hosts_helper.rb:10
1091
+ #~ msgid "%s ago"
1092
+ #~ msgstr "%s 前"
@@ -6,7 +6,7 @@
6
6
  # 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_discovery 16.1.3\n"
9
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
12
12
  "Last-Translator: Transifex Bot <>\n"
@@ -324,6 +324,12 @@ msgstr[1] ""
324
324
  msgid "Host of type %s can not be rebooted"
325
325
  msgstr "タイプ %s のホストを再起動できません"
326
326
 
327
+ msgid "Host's owner type"
328
+ msgstr ""
329
+
330
+ msgid "Host's parameters (array or indexed hash)"
331
+ msgstr ""
332
+
327
333
  msgid "Hostname facts"
328
334
  msgstr "ホスト名ファクト"
329
335
 
@@ -411,9 +417,6 @@ msgstr "オペレーティングシステムに関連付けられていない Ke
411
417
  msgid "Last Facts Upload"
412
418
  msgstr "最終ファクトのアップロード"
413
419
 
414
- msgid "Learn more about this in the documentation."
415
- msgstr "この詳細についてはドキュメンテーションを参照してください。"
416
-
417
420
  msgid "List all discovered hosts"
418
421
  msgstr "すべての検出されたホストを一覧表示"
419
422
 
@@ -468,6 +471,9 @@ msgstr "該当なし"
468
471
  msgid "Name"
469
472
  msgstr "名前"
470
473
 
474
+ msgid "Name of the parameter"
475
+ msgstr ""
476
+
471
477
  msgid "Network"
472
478
  msgstr "ネットワーク"
473
479
 
@@ -486,9 +492,6 @@ msgstr "検出されたホストがありません"
486
492
  msgid "No discovered hosts for the selected period"
487
493
  msgstr "選択された期間に検出されたホストはありません"
488
494
 
489
- msgid "No discovered hosts found in this context."
490
- msgstr "このコンテキストで検出されたホストはありません。"
491
-
492
495
  msgid "No discovered hosts to provision"
493
496
  msgstr "プロビジョニングする検出されたホストがありません"
494
497
 
@@ -531,6 +534,9 @@ msgstr "ホストを検出に固定する際に使用される PXEGrub2 テン
531
534
  msgid "PXELinux template to be used when pinning a host to discovery"
532
535
  msgstr "ホストを検出に固定する際に使用される PXELinux テンプレート"
533
536
 
537
+ msgid "Parameter value"
538
+ msgstr ""
539
+
534
540
  msgid "Please Confirm"
535
541
  msgstr "確認してください"
536
542
 
@@ -678,15 +684,15 @@ msgstr "次のホストが削除されました: %s"
678
684
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
679
685
  msgstr "ホスト、ファクト、およびレポートもすべて破棄されるため、時間がかかる場合があります。"
680
686
 
681
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
682
- msgstr "このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
683
-
684
687
  msgid "Type"
685
688
  msgstr "タイプ"
686
689
 
687
690
  msgid "Type of name generator"
688
691
  msgstr "名前ジェネレーターのタイプ"
689
692
 
693
+ msgid "Type of value"
694
+ msgstr ""
695
+
690
696
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
691
697
  msgstr "オーケストレーションタスクの状態を追跡するための UUID。GET /api/orchestration/:UUID/tasks"
692
698
 
@@ -771,6 +777,15 @@ msgstr "特定ルールの検出されたホストに一致するクエリー"
771
777
  msgid "represents rule name shown to the users"
772
778
  msgstr "ユーザーに表示されるルール名の表示"
773
779
 
780
+ msgid "required if host is managed and custom partition has not been defined"
781
+ msgstr ""
782
+
783
+ msgid "required if host is managed and value is not inherited from host group"
784
+ msgstr ""
785
+
786
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
787
+ msgstr ""
788
+
774
789
  msgid "required if value is not inherited from host group or default password in settings"
775
790
  msgstr "値がホストグループから継承されていないか、または設定済みのデフォルトパスワードである場合に必須です。"
776
791