foreman_discovery 22.0.2 → 23.0.0
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/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +846 -0
- data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +844 -0
- data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +851 -0
- data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +844 -0
- data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +847 -0
- data/app/controllers/discovered_hosts_controller.rb +5 -1
- data/app/helpers/discovered_hosts_helper.rb +9 -2
- data/app/models/host/discovered.rb +3 -3
- data/app/services/foreman_discovery/import_hooks/lock_templates.rb +1 -1
- data/app/services/foreman_discovery/node_api/node_resource.rb +5 -5
- data/app/services/foreman_discovery/ui_notifications/failed_discovery.rb +1 -1
- data/app/views/discovered_hosts/_discovered_host.html.erb +1 -1
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -1
- data/db/migrate/20221102065954_fix_discovery_settings_category_to_dsl.rb +1 -1
- data/db/migrate/20221102075151_migrate_discovery_hostname_and_fact_column_to_array.rb +13 -0
- data/extra/discover-host +1 -1
- data/lib/foreman_discovery/engine.rb +8 -20
- 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 +1122 -0
- data/locale/ca/foreman_discovery.po +22 -10
- data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/cs_CZ/foreman_discovery.edit.po +1120 -0
- data/locale/cs_CZ/foreman_discovery.po +846 -0
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +1129 -0
- data/locale/de/foreman_discovery.po +22 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +1115 -0
- data/locale/en/foreman_discovery.po +19 -7
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +1125 -0
- data/locale/en_GB/foreman_discovery.po +22 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +1130 -0
- data/locale/es/foreman_discovery.po +81 -65
- data/locale/foreman_discovery.pot +231 -211
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +1126 -0
- data/locale/fr/foreman_discovery.po +35 -19
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +1120 -0
- data/locale/gl/foreman_discovery.po +19 -7
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +1123 -0
- data/locale/it/foreman_discovery.po +21 -8
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +1119 -0
- data/locale/ja/foreman_discovery.po +34 -22
- data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ka/foreman_discovery.edit.po +1120 -0
- data/locale/ka/foreman_discovery.po +846 -0
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +1119 -0
- data/locale/ko/foreman_discovery.po +20 -8
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +1132 -0
- data/locale/pt_BR/foreman_discovery.po +61 -45
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +1131 -0
- data/locale/ru/foreman_discovery.po +21 -9
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +1123 -0
- data/locale/sv_SE/foreman_discovery.po +19 -7
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +1117 -0
- data/locale/zh_CN/foreman_discovery.po +31 -19
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +1120 -0
- data/locale/zh_TW/foreman_discovery.po +19 -7
- data/package.json +0 -1
- data/test/functional/api/v2/fact_value_extensions_test.rb +1 -1
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/migrations/20221102075151_migrate_discovery_hostname_and_fact_column_to_array_test.rb +75 -0
- data/test/migrations/20221102075151_migrate_discovery_hostname_and_fact_column_to_array_test.rb.orig +81 -0
- data/test/test_helper_discovery.rb +1 -1
- data/test/unit/discovery_attribute_set_test.rb +1 -1
- data/test/unit/host_discovered_test.rb +3 -3
- data/webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js +1 -1
- metadata +50 -8
- data/app/models/setting/discovered.rb +0 -22
@@ -7,7 +7,7 @@
|
|
7
7
|
# 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
|
8
8
|
msgid ""
|
9
9
|
msgstr ""
|
10
|
-
"Project-Id-Version: foreman_discovery
|
10
|
+
"Project-Id-Version: foreman_discovery v22.0.4\n"
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
12
12
|
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
13
13
|
"Last-Translator: 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015\n"
|
@@ -88,9 +88,6 @@ msgstr "%s のクローン作成"
|
|
88
88
|
msgid "Collapse All"
|
89
89
|
msgstr "すべて折りたたむ"
|
90
90
|
|
91
|
-
msgid "Command line options for kexec during PXE-less provisioning."
|
92
|
-
msgstr "PXE なしのプロビジョニング時に使用可能な kexec のコマンドラインオプション"
|
93
|
-
|
94
91
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
95
92
|
msgstr "プロキシー %{url} からファクトを取得できませんでした: %{error}"
|
96
93
|
|
@@ -153,7 +150,7 @@ msgid "Discovered Rules"
|
|
153
150
|
msgstr "検出されたルール"
|
154
151
|
|
155
152
|
msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
156
|
-
msgstr "
|
153
|
+
msgstr "検出ホスト '%{host}' では全 NIC がフィルタリングされています。フィルター: %{filter}"
|
157
154
|
|
158
155
|
msgid "Discovered host reported from unknown subnet, communication will not be proxied."
|
159
156
|
msgstr "不明なサブネットから報告された検出されたホスト。通信はプロキシー化されません。"
|
@@ -176,8 +173,8 @@ msgstr "不明なサブネットから報告された検出されたホストは
|
|
176
173
|
msgid "Discovered hosts summary"
|
177
174
|
msgstr "検出されたホストの概要"
|
178
175
|
|
179
|
-
msgid "Discovery
|
180
|
-
msgstr "検出
|
176
|
+
msgid "Discovery"
|
177
|
+
msgstr "検出"
|
181
178
|
|
182
179
|
msgid "Discovery Proxy"
|
183
180
|
msgstr "検出プロキシー"
|
@@ -260,8 +257,8 @@ msgstr "現在検出されているすべてのホストに対するルールの
|
|
260
257
|
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
261
258
|
msgstr "必要な discovery_fact '%s' がありません。プライマリーインターフェースの検出やホスト名の設定ができません"
|
262
259
|
|
263
|
-
msgid "Extra facter columns to show in host lists
|
264
|
-
msgstr "
|
260
|
+
msgid "Extra facter columns to show in host lists"
|
261
|
+
msgstr ""
|
265
262
|
|
266
263
|
msgid "Fact + prefix"
|
267
264
|
msgstr "ファクト + プレフィックス"
|
@@ -297,7 +294,7 @@ msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
|
297
294
|
msgstr "%{error_message} エラーで %{hostname} のファクトの更新に失敗しました"
|
298
295
|
|
299
296
|
msgid "For more information please see "
|
300
|
-
msgstr "
|
297
|
+
msgstr "詳細は、以下を参照してください: "
|
301
298
|
|
302
299
|
msgid "Force DNS"
|
303
300
|
msgstr "DNS の強制的な実行"
|
@@ -305,6 +302,9 @@ msgstr "DNS の強制的な実行"
|
|
305
302
|
msgid "Force DNS entries creation when provisioning discovered host"
|
306
303
|
msgstr "検出されたホストのプロビジョニング時の DNS エントリーの作成を強制的に実行"
|
307
304
|
|
305
|
+
msgid "Foreman Discovery"
|
306
|
+
msgstr ""
|
307
|
+
|
308
308
|
msgid "Foreman discovered hosts summary"
|
309
309
|
msgstr "Foreman の検出されたホストの概要"
|
310
310
|
|
@@ -327,7 +327,7 @@ msgid "Host %s has been dicovered"
|
|
327
327
|
msgstr "ホスト %s が検出されました。"
|
328
328
|
|
329
329
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
330
|
-
msgstr "ホスト %{host} がルール %{rule}
|
330
|
+
msgstr "ホスト %{host} がルール %{rule} でプロビジョニングされています"
|
331
331
|
|
332
332
|
msgid "Host Group"
|
333
333
|
msgstr "ホストグループ"
|
@@ -445,8 +445,8 @@ msgstr "すべての検出ルールを一覧表示"
|
|
445
445
|
msgid "List all fact values of a given discovered host"
|
446
446
|
msgstr "指定の検出されたホストのすべての値を一覧表示"
|
447
447
|
|
448
|
-
msgid "List of facts to use for the hostname (
|
449
|
-
msgstr "
|
448
|
+
msgid "List of facts to use for the hostname (first wins)"
|
449
|
+
msgstr ""
|
450
450
|
|
451
451
|
msgid "Location"
|
452
452
|
msgstr "ロケーション"
|
@@ -509,7 +509,7 @@ msgid "New in the last 24 hours"
|
|
509
509
|
msgstr "過去 24 時間以内の新規"
|
510
510
|
|
511
511
|
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
512
|
-
msgstr ""
|
512
|
+
msgstr "このコンテキストで検出された検出ルールはありません。検出されたホストで自動プロビジョニングを実行するための検出ルールを作成してください。"
|
513
513
|
|
514
514
|
msgid "No discovered hosts available"
|
515
515
|
msgstr "検出されたホストがありません"
|
@@ -518,7 +518,7 @@ msgid "No discovered hosts for the selected period"
|
|
518
518
|
msgstr "選択された期間に検出されたホストはありません"
|
519
519
|
|
520
520
|
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
521
|
-
msgstr ""
|
521
|
+
msgstr "このコンテキストで検出されたホストはありません。このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
|
522
522
|
|
523
523
|
msgid "No discovered hosts to provision"
|
524
524
|
msgstr "プロビジョニングする検出されたホストがありません"
|
@@ -547,6 +547,18 @@ msgstr "8 日以上報告なし"
|
|
547
547
|
msgid "One or more hosts have been discovered"
|
548
548
|
msgstr "1 つ以上のホストが検出されました"
|
549
549
|
|
550
|
+
msgid "One or more hosts with failed discovery due to error: %s"
|
551
|
+
msgstr ""
|
552
|
+
|
553
|
+
msgid "Option 'url' must be provided"
|
554
|
+
msgstr ""
|
555
|
+
|
556
|
+
msgid "Option 'url' must be valid URI: %s"
|
557
|
+
msgstr ""
|
558
|
+
|
559
|
+
msgid "Options must be hash"
|
560
|
+
msgstr ""
|
561
|
+
|
550
562
|
msgid "Organization"
|
551
563
|
msgstr "組織"
|
552
564
|
|
@@ -641,10 +653,10 @@ msgid "Reported in the last 7 days"
|
|
641
653
|
msgstr "過去 7 日以内に報告あり"
|
642
654
|
|
643
655
|
msgid "Rule disabled"
|
644
|
-
msgstr "
|
656
|
+
msgstr "ルールが無効にされました"
|
645
657
|
|
646
658
|
msgid "Rule enabled"
|
647
|
-
msgstr "
|
659
|
+
msgstr "ルールが有効にされました"
|
648
660
|
|
649
661
|
msgid "Rule priority (lower integer means higher priority)"
|
650
662
|
msgstr "ルールの優先順位 (整数値が低いほど、優先順位が高い)"
|
@@ -740,10 +752,10 @@ msgid "Unable to perform %{action} on %{ips}"
|
|
740
752
|
msgstr "%{ips} で %{action} を実行できません"
|
741
753
|
|
742
754
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
743
|
-
msgstr "%{name} (%{url}) で kexec を実行できません: %{msg}"
|
755
|
+
msgstr "%{name} の (%{url}) で kexec を実行できません: %{msg}"
|
744
756
|
|
745
757
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
746
|
-
msgstr "%{name} (%{url}) で再起動を実行できません: %{msg}"
|
758
|
+
msgstr "%{name} の (%{url}) で再起動を実行できません: %{msg}"
|
747
759
|
|
748
760
|
msgid "Unable to provision %{host}: %{errors}"
|
749
761
|
msgstr "%{host} をプロビジョニングできません: %{errors}"
|
@@ -770,7 +782,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
|
|
770
782
|
msgstr "ルール別のプロビジョニングされたホストの最大数の制限を許可"
|
771
783
|
|
772
784
|
msgid "filter results"
|
773
|
-
msgstr "
|
785
|
+
msgstr "結果のフィルタリング"
|
774
786
|
|
775
787
|
msgid "flag is used for temporary shutdown of rules"
|
776
788
|
msgstr "フラグはルールの一時的な停止に使用されます"
|
@@ -794,7 +806,7 @@ msgid "not required if it's a virtual machine"
|
|
794
806
|
msgstr "仮想マシンの場合は不要です"
|
795
807
|
|
796
808
|
msgid "not required if using a subnet with DHCP proxy"
|
797
|
-
msgstr "DHCP
|
809
|
+
msgstr "DHCP プロキシーでサブネットを使用する場合は不要"
|
798
810
|
|
799
811
|
msgid "number of entries per request"
|
800
812
|
msgstr "要求ごとのエントリー数"
|
@@ -815,7 +827,7 @@ msgid "represents rule name shown to the users"
|
|
815
827
|
msgstr "ユーザーに表示されるルール名を表します"
|
816
828
|
|
817
829
|
msgid "required if host is managed and custom partition has not been defined"
|
818
|
-
msgstr "
|
830
|
+
msgstr "ホストが管理されており、カスタムパーティションが定義されていない場合に必須です。"
|
819
831
|
|
820
832
|
msgid "required if host is managed and value is not inherited from host group"
|
821
833
|
msgstr "ホストが管理されており、値がホストグループから継承されていない場合に必須です"
|
Binary file
|