foreman_discovery 16.1.3 → 16.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +14 -8
- data/app/controllers/discovered_hosts_controller.rb +5 -3
- data/app/helpers/discovered_hosts_helper.rb +5 -0
- data/app/models/host/discovered.rb +11 -15
- data/app/models/setting/discovered.rb +3 -1
- data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
- data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
- data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
- data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
- data/app/views/discovered_hosts/welcome.html.erb +14 -9
- data/app/views/discovery_rules/index.html.erb +1 -1
- data/app/views/foreman_discovery/debian_kexec.erb +3 -2
- data/app/views/foreman_discovery/redhat_kexec.erb +3 -2
- data/extra/discover-host +14 -8
- data/lib/foreman_discovery/engine.rb +3 -2
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +46 -37
- data/locale/ca/foreman_discovery.po +28 -10
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +54 -47
- data/locale/de/foreman_discovery.po +28 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +40 -28
- data/locale/en/foreman_discovery.po +28 -10
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +45 -44
- data/locale/en_GB/foreman_discovery.po +28 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +79 -76
- data/locale/es/foreman_discovery.po +28 -10
- data/locale/foreman_discovery.pot +142 -115
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +85 -82
- data/locale/fr/foreman_discovery.po +28 -10
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +41 -29
- data/locale/gl/foreman_discovery.po +28 -10
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +54 -42
- data/locale/it/foreman_discovery.po +28 -10
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +88 -87
- data/locale/ja/foreman_discovery.po +28 -10
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +53 -41
- data/locale/ko/foreman_discovery.po +28 -10
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +78 -72
- data/locale/pt_BR/foreman_discovery.po +28 -10
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +53 -41
- data/locale/ru/foreman_discovery.po +28 -10
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +44 -32
- data/locale/sv_SE/foreman_discovery.po +28 -10
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +123 -123
- data/locale/zh_CN/foreman_discovery.po +28 -10
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +53 -41
- data/locale/zh_TW/foreman_discovery.po +28 -10
- data/package.json +39 -0
- data/test/facts/only-ipv6.json +205 -0
- data/test/facts/skylake-ipv6.json +223 -0
- data/test/functional/api/v2/settings_controller_test.rb +2 -2
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/functional/discovery_rules_controller_test.rb +1 -1
- data/test/unit/host_discovered_test.rb +0 -16
- data/webpack/index.js +18 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
- data/webpack/src/reducers.js +7 -0
- metadata +24 -12
@@ -7,7 +7,7 @@
|
|
7
7
|
# caifti <caifti@gmail.com>, 2014
|
8
8
|
msgid ""
|
9
9
|
msgstr ""
|
10
|
-
"Project-Id-Version: foreman_discovery 16.0
|
10
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
12
12
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
13
13
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -325,6 +325,12 @@ msgstr[1] ""
|
|
325
325
|
msgid "Host of type %s can not be rebooted"
|
326
326
|
msgstr "Impossibile eseguire il riavvio sul tipo di host %s "
|
327
327
|
|
328
|
+
msgid "Host's owner type"
|
329
|
+
msgstr ""
|
330
|
+
|
331
|
+
msgid "Host's parameters (array or indexed hash)"
|
332
|
+
msgstr ""
|
333
|
+
|
328
334
|
msgid "Hostname facts"
|
329
335
|
msgstr ""
|
330
336
|
|
@@ -412,9 +418,6 @@ msgstr ""
|
|
412
418
|
msgid "Last Facts Upload"
|
413
419
|
msgstr ""
|
414
420
|
|
415
|
-
msgid "Learn more about this in the documentation."
|
416
|
-
msgstr ""
|
417
|
-
|
418
421
|
msgid "List all discovered hosts"
|
419
422
|
msgstr "Elenca tutti gli host rilevati"
|
420
423
|
|
@@ -469,6 +472,9 @@ msgstr "N/A"
|
|
469
472
|
msgid "Name"
|
470
473
|
msgstr "Nome"
|
471
474
|
|
475
|
+
msgid "Name of the parameter"
|
476
|
+
msgstr ""
|
477
|
+
|
472
478
|
msgid "Network"
|
473
479
|
msgstr "Rete"
|
474
480
|
|
@@ -487,9 +493,6 @@ msgstr "Nessun host rilevato disponibile"
|
|
487
493
|
msgid "No discovered hosts for the selected period"
|
488
494
|
msgstr ""
|
489
495
|
|
490
|
-
msgid "No discovered hosts found in this context."
|
491
|
-
msgstr ""
|
492
|
-
|
493
496
|
msgid "No discovered hosts to provision"
|
494
497
|
msgstr "Nessun host rilevato per il provisioning"
|
495
498
|
|
@@ -532,6 +535,9 @@ msgstr ""
|
|
532
535
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
533
536
|
msgstr ""
|
534
537
|
|
538
|
+
msgid "Parameter value"
|
539
|
+
msgstr ""
|
540
|
+
|
535
541
|
msgid "Please Confirm"
|
536
542
|
msgstr "Conferma"
|
537
543
|
|
@@ -679,15 +685,15 @@ msgstr "I seguenti host non sono stati rilevati: %s"
|
|
679
685
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
680
686
|
msgstr "Questa operazione potrebbe richiedere qualche istante poichè saranno annullati anche gli host, eventi e riporti"
|
681
687
|
|
682
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
683
|
-
msgstr ""
|
684
|
-
|
685
688
|
msgid "Type"
|
686
689
|
msgstr "Tipo"
|
687
690
|
|
688
691
|
msgid "Type of name generator"
|
689
692
|
msgstr ""
|
690
693
|
|
694
|
+
msgid "Type of value"
|
695
|
+
msgstr ""
|
696
|
+
|
691
697
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
692
698
|
msgstr "UUID per controllare gli stati dei compiti d'orchestrazione, GET /api/orchestration/:UUID/tasks"
|
693
699
|
|
@@ -697,6 +703,9 @@ msgstr ""
|
|
697
703
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
698
704
|
msgstr ""
|
699
705
|
|
706
|
+
msgid "Unable to perform %{action} on %{ips}"
|
707
|
+
msgstr ""
|
708
|
+
|
700
709
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
701
710
|
msgstr ""
|
702
711
|
|
@@ -769,6 +778,15 @@ msgstr "interrogazione da corrispondere agli host rilevati per una regola partic
|
|
769
778
|
msgid "represents rule name shown to the users"
|
770
779
|
msgstr "rappresenta il nome della regola da mostrare agli utenti"
|
771
780
|
|
781
|
+
msgid "required if host is managed and custom partition has not been defined"
|
782
|
+
msgstr ""
|
783
|
+
|
784
|
+
msgid "required if host is managed and value is not inherited from host group"
|
785
|
+
msgstr ""
|
786
|
+
|
787
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
788
|
+
msgstr ""
|
789
|
+
|
772
790
|
msgid "required if value is not inherited from host group or default password in settings"
|
773
791
|
msgstr "necessario se il valore non è ereditato da un gruppo di host o password predefinita nelle impostazione"
|
774
792
|
|
Binary file
|
@@ -4,12 +4,13 @@
|
|
4
4
|
#
|
5
5
|
# Translators:
|
6
6
|
# 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
|
7
|
+
# 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
|
7
8
|
msgid ""
|
8
9
|
msgstr ""
|
9
10
|
"Project-Id-Version: foreman_discovery 16.3.4\n"
|
10
11
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"PO-Revision-Date: 2020-
|
12
|
-
"Last-Translator:
|
12
|
+
"PO-Revision-Date: 2020-12-01 08:28+0000\n"
|
13
|
+
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>\n"
|
13
14
|
"Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
|
14
15
|
")\n"
|
15
16
|
"MIME-Version: 1.0\n"
|
@@ -56,7 +57,7 @@ msgstr "検出されたホストのプロビジョニング"
|
|
56
57
|
|
57
58
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
|
58
59
|
msgid "required if host is managed and value is not inherited from host group"
|
59
|
-
msgstr ""
|
60
|
+
msgstr "ホストが管理されており、値がホストグループから継承されていない場合に必須です。"
|
60
61
|
|
61
62
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
62
63
|
msgid "not required if using a subnet with DHCP proxy"
|
@@ -68,31 +69,31 @@ msgstr "仮想マシンの場合は不要です"
|
|
68
69
|
|
69
70
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
|
70
71
|
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
71
|
-
msgstr ""
|
72
|
+
msgstr "イメージベースのプロビジョニングでない場合で、ホストが管理されており、値がホストグループから継承されていない場合に必須です。"
|
72
73
|
|
73
74
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
74
75
|
msgid "required if host is managed and custom partition has not been defined"
|
75
|
-
msgstr ""
|
76
|
+
msgstr "ホストが管理されており、カスタムパーティションが定義されていない場合に必須です。"
|
76
77
|
|
77
78
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
78
79
|
msgid "Host's owner type"
|
79
|
-
msgstr ""
|
80
|
+
msgstr "ホストの所有者タイプ"
|
80
81
|
|
81
82
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
82
83
|
msgid "Host's parameters (array or indexed hash)"
|
83
|
-
msgstr ""
|
84
|
+
msgstr "ホストのパラメーター (配列またはインデックス化されたハッシュ)"
|
84
85
|
|
85
86
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
86
87
|
msgid "Name of the parameter"
|
87
|
-
msgstr ""
|
88
|
+
msgstr "パラメーター名"
|
88
89
|
|
89
90
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
90
91
|
msgid "Parameter value"
|
91
|
-
msgstr ""
|
92
|
+
msgstr "パラメーター値"
|
92
93
|
|
93
94
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
94
95
|
msgid "Type of value"
|
95
|
-
msgstr ""
|
96
|
+
msgstr "値のタイプ"
|
96
97
|
|
97
98
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
98
99
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
@@ -144,7 +145,7 @@ msgstr "プロビジョニングする検出されたホストがありません
|
|
144
145
|
|
145
146
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
|
146
147
|
msgid "%s discovered hosts were provisioned"
|
147
|
-
msgstr "%s
|
148
|
+
msgstr "検出ホスト %s 台がプロビジョニングされました"
|
148
149
|
|
149
150
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
|
150
151
|
msgid "Refreshing the facts of a discovered host"
|
@@ -244,7 +245,7 @@ msgstr "%s が正常にプロビジョニングされました"
|
|
244
245
|
|
245
246
|
#: ../app/controllers/discovered_hosts_controller.rb:97
|
246
247
|
msgid "Facts refreshed for %s"
|
247
|
-
msgstr "%s
|
248
|
+
msgstr "%s の更新済みファクト"
|
248
249
|
|
249
250
|
#: ../app/controllers/discovered_hosts_controller.rb:99
|
250
251
|
msgid "Failed to refresh facts for %s"
|
@@ -252,7 +253,7 @@ msgstr "%s のファクトの更新に失敗しました"
|
|
252
253
|
|
253
254
|
#: ../app/controllers/discovered_hosts_controller.rb:102
|
254
255
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
255
|
-
msgstr "%{
|
256
|
+
msgstr "%{error_message} エラーで %{hostname} のファクトの更新に失敗しました"
|
256
257
|
|
257
258
|
#: ../app/controllers/discovered_hosts_controller.rb:109
|
258
259
|
msgid "Host of type %s can not be rebooted"
|
@@ -260,7 +261,7 @@ msgstr "タイプ %s のホストを再起動できません"
|
|
260
261
|
|
261
262
|
#: ../app/controllers/discovered_hosts_controller.rb:113
|
262
263
|
msgid "Rebooting host %s"
|
263
|
-
msgstr "ホスト %s
|
264
|
+
msgstr "ホスト %s の再起動"
|
264
265
|
|
265
266
|
#: ../app/controllers/discovered_hosts_controller.rb:115
|
266
267
|
msgid "Failed to reboot host %s"
|
@@ -268,19 +269,19 @@ msgstr "ホスト %s の再起動に失敗しました"
|
|
268
269
|
|
269
270
|
#: ../app/controllers/discovered_hosts_controller.rb:118
|
270
271
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
271
|
-
msgstr "ホスト %{hostname}
|
272
|
+
msgstr "ホスト %{hostname} は %{error_message} のエラーで再起動に失敗しました"
|
272
273
|
|
273
274
|
#: ../app/controllers/discovered_hosts_controller.rb:132
|
274
275
|
msgid "Failed to reboot hosts with error %s"
|
275
|
-
msgstr "
|
276
|
+
msgstr "ホストは %s のエラーで再起動に失敗しました"
|
276
277
|
|
277
278
|
#: ../app/controllers/discovered_hosts_controller.rb:150
|
278
279
|
msgid "Destroyed selected hosts"
|
279
|
-
msgstr "
|
280
|
+
msgstr "破棄済みの選択ホスト"
|
280
281
|
|
281
282
|
#: ../app/controllers/discovered_hosts_controller.rb:152
|
282
283
|
msgid "The following hosts were not deleted: %s"
|
283
|
-
msgstr "
|
284
|
+
msgstr "以下のホストは削除されませんでした: %s"
|
284
285
|
|
285
286
|
#: ../app/controllers/discovered_hosts_controller.rb:164
|
286
287
|
msgid "Failed to auto provision host %s: %s"
|
@@ -328,13 +329,13 @@ msgstr "ホストが選択されていません"
|
|
328
329
|
|
329
330
|
#: ../app/controllers/discovered_hosts_controller.rb:314
|
330
331
|
msgid "Something went wrong while selecting hosts - %s"
|
331
|
-
msgstr "
|
332
|
+
msgstr "ホストの選択中に問題が発生しました: %s"
|
332
333
|
|
333
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
334
|
+
#: ../app/controllers/discovery_rules_controller.rb:72
|
334
335
|
msgid "Rule enabled"
|
335
336
|
msgstr "有効にされたルール"
|
336
337
|
|
337
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
338
|
+
#: ../app/controllers/discovery_rules_controller.rb:72
|
338
339
|
msgid "Rule disabled"
|
339
340
|
msgstr "無効にされたルール"
|
340
341
|
|
@@ -342,15 +343,15 @@ msgstr "無効にされたルール"
|
|
342
343
|
msgid "%s ago"
|
343
344
|
msgstr "%s 前"
|
344
345
|
|
345
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
346
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
346
347
|
msgid "Auto Provision"
|
347
348
|
msgstr "自動プロビジョニング"
|
348
349
|
|
349
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
350
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
|
350
351
|
msgid "Refresh facts"
|
351
352
|
msgstr "ファクトの更新"
|
352
353
|
|
353
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
354
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
|
354
355
|
msgid "Reboot"
|
355
356
|
msgstr "再起動"
|
356
357
|
|
@@ -362,7 +363,7 @@ msgstr "戻る"
|
|
362
363
|
msgid "Select Action"
|
363
364
|
msgstr "アクションの選択"
|
364
365
|
|
365
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
366
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
|
366
367
|
msgid "Delete %s?"
|
367
368
|
msgstr "%s を削除しますか?"
|
368
369
|
|
@@ -372,7 +373,7 @@ msgstr "組織の割り当て"
|
|
372
373
|
|
373
374
|
#: ../app/helpers/discovered_hosts_helper.rb:32
|
374
375
|
msgid "Assign Location"
|
375
|
-
msgstr "
|
376
|
+
msgstr "ロケーションの割り当て"
|
376
377
|
|
377
378
|
#: ../app/helpers/discovered_hosts_helper.rb:33
|
378
379
|
msgid "Delete"
|
@@ -380,11 +381,11 @@ msgstr "削除"
|
|
380
381
|
|
381
382
|
#: ../app/helpers/discovered_hosts_helper.rb:37
|
382
383
|
msgid "%s - The following hosts are about to be changed"
|
383
|
-
msgstr "%s
|
384
|
+
msgstr "%s: 以下のホストはまもなく変更されます"
|
384
385
|
|
385
386
|
#: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
386
387
|
msgid "N/A"
|
387
|
-
msgstr "
|
388
|
+
msgstr "N/A"
|
388
389
|
|
389
390
|
#: ../app/helpers/discovered_hosts_helper.rb:58
|
390
391
|
msgid "New in the last 24 hours"
|
@@ -453,14 +454,12 @@ msgstr "必須です。"
|
|
453
454
|
#: ../app/models/discovery_rule.rb:52
|
454
455
|
msgid "Host group organization %s must also be associated to the discovery rule"
|
455
456
|
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
456
|
-
msgstr[0] ""
|
457
|
-
msgstr[1] ""
|
457
|
+
msgstr[0] "ホストグループの組織 %s も検出ルールに関連付ける必要があります"
|
458
458
|
|
459
459
|
#: ../app/models/discovery_rule.rb:56
|
460
460
|
msgid "Host group location %s must also be associated to the discovery rule"
|
461
461
|
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
462
|
-
msgstr[0] ""
|
463
|
-
msgstr[1] ""
|
462
|
+
msgstr[0] "ホストグループの場所 %s も検出ルールに関連付ける必要があります"
|
464
463
|
|
465
464
|
#: ../app/models/host/discovered.rb:40
|
466
465
|
msgid "Fact + prefix"
|
@@ -480,11 +479,11 @@ msgstr "無効なファクトです。ハッシュである必要があります
|
|
480
479
|
|
481
480
|
#: ../app/models/host/discovered.rb:60
|
482
481
|
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
483
|
-
msgstr "
|
482
|
+
msgstr "必要な discovery_fact '%s' がありません。プライマリーインターフェースの検出やホスト名の設定ができません"
|
484
483
|
|
485
484
|
#: ../app/models/host/discovered.rb:73
|
486
485
|
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
487
|
-
msgstr "無効なファクト:
|
486
|
+
msgstr "無効なファクト: discovery_hostname 設定の全ファクトで、ハッシュの値は無効です: %s"
|
488
487
|
|
489
488
|
#: ../app/models/host/discovered.rb:100
|
490
489
|
msgid "Facts could not be imported"
|
@@ -496,15 +495,15 @@ msgstr "プロキシー %{url} からファクトを取得できませんでし
|
|
496
495
|
|
497
496
|
#: ../app/models/host/discovered.rb:160
|
498
497
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
499
|
-
msgstr ""
|
498
|
+
msgstr "%{name} の (%{url}) で再起動を実行できません: %{msg}"
|
500
499
|
|
501
500
|
#: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
|
502
501
|
msgid "Unable to perform %{action} on %{ips}"
|
503
|
-
msgstr ""
|
502
|
+
msgstr "%{ips} で %{action} を実行できません"
|
504
503
|
|
505
504
|
#: ../app/models/host/discovered.rb:179
|
506
505
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
507
|
-
msgstr ""
|
506
|
+
msgstr "%{name} の (%{url}) で kexec を実行できません: %{msg}"
|
508
507
|
|
509
508
|
#: ../app/models/host/discovered.rb:203
|
510
509
|
msgid "Invalid hostname: Could not normalize the hostname"
|
@@ -720,15 +719,15 @@ msgstr "検出ファクト解析は、非検出ホスト '%{host}' では機能
|
|
720
719
|
|
721
720
|
#: ../app/services/foreman_discovery/fact_parser.rb:6
|
722
721
|
msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
723
|
-
msgstr "検出ホスト '%{host}'
|
722
|
+
msgstr "検出ホスト '%{host}' では全 NIC がフィルタリングされています。フィルター: %{filter}"
|
724
723
|
|
725
724
|
#: ../app/services/foreman_discovery/fact_parser.rb:12
|
726
725
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
727
|
-
msgstr "%{mac} が
|
726
|
+
msgstr "%{mac} が %{fact} で指定されたプライマリー NIC を見つけることができません。NIC フィルター: %{filter}"
|
728
727
|
|
729
728
|
#: ../app/services/foreman_discovery/host_converter.rb:47
|
730
729
|
msgid "IPAM must be configured for subnet '%s'"
|
731
|
-
msgstr ""
|
730
|
+
msgstr "IPAM はサブネット '%s' 用に設定する必要があります"
|
732
731
|
|
733
732
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:76
|
734
733
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
@@ -736,13 +735,12 @@ msgstr "イメージ API で返された HTTP/%{code}: '%{body}"
|
|
736
735
|
|
737
736
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:79
|
738
737
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
739
|
-
msgstr "イメージ API
|
738
|
+
msgstr "イメージ API 処理エラー: %{msg} (HTTP/%{code}、ボディー: %{body})"
|
740
739
|
|
741
740
|
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
742
741
|
msgid "Discovered Host"
|
743
742
|
msgid_plural "Discovered Hosts"
|
744
|
-
msgstr[0] ""
|
745
|
-
msgstr[1] ""
|
743
|
+
msgstr[0] "検出されたホスト"
|
746
744
|
|
747
745
|
#: ../app/views/dashboard/_discovery_widget.html.erb:9
|
748
746
|
msgid "No discovered hosts available"
|
@@ -752,15 +750,15 @@ msgstr "検出されたホストがありません"
|
|
752
750
|
msgid "Host"
|
753
751
|
msgstr "ホスト"
|
754
752
|
|
755
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
753
|
+
#: ../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
|
756
754
|
msgid "Model"
|
757
755
|
msgstr "モデル"
|
758
756
|
|
759
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
757
|
+
#: ../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
|
760
758
|
msgid "CPUs"
|
761
759
|
msgstr "CPU"
|
762
760
|
|
763
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
761
|
+
#: ../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
|
764
762
|
msgid "Memory"
|
765
763
|
msgstr "メモリー"
|
766
764
|
|
@@ -772,59 +770,59 @@ msgstr "ホストのカスタマイズ"
|
|
772
770
|
msgid "Create Host"
|
773
771
|
msgstr "ホストの作成"
|
774
772
|
|
775
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
773
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
776
774
|
msgid "Select all items in this page"
|
777
775
|
msgstr "このページのすべての項目を選択"
|
778
776
|
|
779
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
777
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
780
778
|
msgid "items selected. Uncheck to Clear"
|
781
779
|
msgstr "項目が選択されています。クリアするにはチェックを解除してください"
|
782
780
|
|
783
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
781
|
+
#: ../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
|
784
782
|
msgid "Name"
|
785
783
|
msgstr "名前"
|
786
784
|
|
787
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
785
|
+
#: ../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
|
788
786
|
msgid "IP Address"
|
789
787
|
msgstr "IP アドレス"
|
790
788
|
|
791
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
789
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
792
790
|
msgid "Disk Count"
|
793
791
|
msgstr "ディスク数"
|
794
792
|
|
795
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
793
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
796
794
|
msgid "Disks Size"
|
797
795
|
msgstr "ディスクサイズ"
|
798
796
|
|
799
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
797
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
800
798
|
msgid "Location"
|
801
|
-
msgstr "
|
799
|
+
msgstr "ロケーション"
|
802
800
|
|
803
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
801
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
804
802
|
msgid "Organization"
|
805
803
|
msgstr "組織"
|
806
804
|
|
807
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
805
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
808
806
|
msgid "Subnet"
|
809
807
|
msgstr "サブネット"
|
810
808
|
|
811
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
809
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
812
810
|
msgid "Last Facts Upload"
|
813
811
|
msgstr "最終ファクトのアップロード"
|
814
812
|
|
815
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
813
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
|
816
814
|
msgid "Actions"
|
817
815
|
msgstr "アクション"
|
818
816
|
|
819
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
817
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
|
820
818
|
msgid "Please Confirm"
|
821
819
|
msgstr "確認してください"
|
822
820
|
|
823
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
821
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
|
824
822
|
msgid "Cancel"
|
825
|
-
msgstr "
|
823
|
+
msgstr "取り消し"
|
826
824
|
|
827
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
825
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
|
828
826
|
msgid "Submit"
|
829
827
|
msgstr "送信"
|
830
828
|
|
@@ -858,7 +856,7 @@ msgstr "タイプ"
|
|
858
856
|
|
859
857
|
#: ../app/views/discovered_hosts/show.html.erb:45
|
860
858
|
msgid "Identifier"
|
861
|
-
msgstr "
|
859
|
+
msgstr "ID"
|
862
860
|
|
863
861
|
#: ../app/views/discovered_hosts/show.html.erb:46
|
864
862
|
msgid "MAC address"
|
@@ -878,11 +876,11 @@ msgstr "Foreman の検出されたホストの概要レポート"
|
|
878
876
|
|
879
877
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:9
|
880
878
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
881
|
-
msgstr "<b>Foreman</b>
|
879
|
+
msgstr "<b>Foreman</b> 検出されたホストの概要"
|
882
880
|
|
883
881
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
884
882
|
msgid "Summary from %{time} ago to %{now}"
|
885
|
-
msgstr "%{time}
|
883
|
+
msgstr "%{time} 前から %{now} までの概要"
|
886
884
|
|
887
885
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
888
886
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
@@ -922,7 +920,7 @@ msgstr "組織"
|
|
922
920
|
|
923
921
|
#: ../app/views/discovery_rules/_form.html.erb:22
|
924
922
|
msgid "Target host group for this rule with all properties set"
|
925
|
-
msgstr "
|
923
|
+
msgstr "このルールのターゲットホストグループ。全プロパティーを設定しておいてください。"
|
926
924
|
|
927
925
|
#: ../app/views/discovery_rules/_form.html.erb:25
|
928
926
|
msgid "Hostname for provisioned hosts"
|
@@ -934,11 +932,11 @@ msgstr "ホスト制限"
|
|
934
932
|
|
935
933
|
#: ../app/views/discovery_rules/_form.html.erb:26
|
936
934
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
937
|
-
msgstr "
|
935
|
+
msgstr "このルールでプロビジョニングする最大ホスト数 (0 = 無制限)"
|
938
936
|
|
939
937
|
#: ../app/views/discovery_rules/_form.html.erb:27
|
940
938
|
msgid "Rule priority (lower integer means higher priority)"
|
941
|
-
msgstr "ルールの優先順位 (
|
939
|
+
msgstr "ルールの優先順位 (整数値が低いほど、優先順位が高い)"
|
942
940
|
|
943
941
|
#: ../app/views/discovery_rules/_template_inline.erb:2
|
944
942
|
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
@@ -954,7 +952,7 @@ msgstr "@host 属性のほかに、ランダムな整数の rand 関数を利用
|
|
954
952
|
|
955
953
|
#: ../app/views/discovery_rules/_template_inline.erb:8
|
956
954
|
msgid "When creating hostname patterns, make sure the resulting host names are unique."
|
957
|
-
msgstr "
|
955
|
+
msgstr "ホスト名パターンの作成時に、生成されるホスト名が一意であることを確認します。"
|
958
956
|
|
959
957
|
#: ../app/views/discovery_rules/_template_inline.erb:9
|
960
958
|
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
@@ -968,7 +966,7 @@ msgstr "%s の編集"
|
|
968
966
|
msgid "Discovery Rules"
|
969
967
|
msgstr "検出ルール"
|
970
968
|
|
971
|
-
#: ../app/views/discovery_rules/index.html.erb:2
|
969
|
+
#: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
|
972
970
|
msgid "Create Rule"
|
973
971
|
msgstr "ルールの作成"
|
974
972
|
|
@@ -1000,6 +998,10 @@ msgstr "有効化"
|
|
1000
998
|
msgid "New Discovery Rule"
|
1001
999
|
msgstr "新規の検出ルール"
|
1002
1000
|
|
1001
|
+
#: ../app/views/discovery_rules/welcome.html.erb:8
|
1002
|
+
msgid "Discovered Rules"
|
1003
|
+
msgstr ""
|
1004
|
+
|
1003
1005
|
#: ../db/seeds.d/50_discovery_templates.rb:5
|
1004
1006
|
msgid "Command line options for kexec during PXE-less provisioning."
|
1005
1007
|
msgstr "PXE なしのプロビジョニング時に使用可能な kexec のコマンドラインオプション"
|
@@ -1036,27 +1038,26 @@ msgstr "検出されたホストへの接続を管理するためにこのサブ
|
|
1036
1038
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1037
1039
|
msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシーの ID"
|
1038
1040
|
|
1039
|
-
#:
|
1040
|
-
msgid "
|
1041
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
1042
|
+
msgid "For more information please see "
|
1041
1043
|
msgstr ""
|
1042
1044
|
|
1043
|
-
#:
|
1044
|
-
msgid "
|
1045
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
1046
|
+
msgid "documentation"
|
1045
1047
|
msgstr ""
|
1046
1048
|
|
1047
|
-
#: action_names.rb:
|
1049
|
+
#: action_names.rb:2
|
1050
|
+
msgid "Action with sub plans"
|
1051
|
+
msgstr "サブプランによるアクション"
|
1052
|
+
|
1053
|
+
#: action_names.rb:3
|
1048
1054
|
msgid "Import facts"
|
1049
|
-
msgstr ""
|
1055
|
+
msgstr "ファクトのインポート"
|
1050
1056
|
|
1051
|
-
#: action_names.rb:
|
1052
|
-
msgid "
|
1053
|
-
msgstr ""
|
1057
|
+
#: action_names.rb:4
|
1058
|
+
msgid "Import Puppet classes"
|
1059
|
+
msgstr "Puppet クラスのインポート"
|
1054
1060
|
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
#~ msgstr "このコンテキストで検出されたホストはありません。"
|
1059
|
-
#~ msgid ""
|
1060
|
-
#~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
|
1061
|
-
#~ "ed."
|
1062
|
-
#~ msgstr "このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
|
1061
|
+
#: action_names.rb:5
|
1062
|
+
msgid "Remote action:"
|
1063
|
+
msgstr "リモートアクション:"
|