foreman_discovery 22.0.2 → 22.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/discovered_hosts_controller.rb +1 -1
  3. data/app/models/host/discovered.rb +3 -3
  4. data/app/services/foreman_discovery/import_hooks/lock_templates.rb +1 -1
  5. data/app/views/discovered_hosts/_discovered_host.html.erb +1 -1
  6. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -1
  7. data/db/migrate/20221102065954_fix_discovery_settings_category_to_dsl.rb +1 -1
  8. data/db/migrate/20221102075151_migrate_discovery_hostname_and_fact_column_to_array.rb +13 -0
  9. data/lib/foreman_discovery/engine.rb +6 -12
  10. data/lib/foreman_discovery/version.rb +1 -1
  11. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  12. data/locale/ca/foreman_discovery.po +8 -8
  13. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  14. data/locale/de/foreman_discovery.po +6 -6
  15. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  16. data/locale/en/foreman_discovery.po +5 -5
  17. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  18. data/locale/en_GB/foreman_discovery.po +6 -6
  19. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  20. data/locale/es/foreman_discovery.po +65 -61
  21. data/locale/foreman_discovery.pot +212 -211
  22. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  23. data/locale/fr/foreman_discovery.po +19 -15
  24. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  25. data/locale/gl/foreman_discovery.po +5 -5
  26. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  27. data/locale/it/foreman_discovery.po +7 -6
  28. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/ja/foreman_discovery.po +18 -18
  30. data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/ka/foreman_discovery.po +834 -0
  32. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/ko/foreman_discovery.po +5 -5
  34. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/pt_BR/foreman_discovery.po +45 -41
  36. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  37. data/locale/ru/foreman_discovery.po +5 -5
  38. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/sv_SE/foreman_discovery.po +5 -5
  40. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/zh_CN/foreman_discovery.po +15 -15
  42. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/zh_TW/foreman_discovery.po +5 -5
  44. data/test/functional/api/v2/fact_value_extensions_test.rb +1 -1
  45. data/test/functional/discovered_hosts_controller_test.rb +1 -1
  46. data/test/migrations/20221102075151_migrate_discovery_hostname_and_fact_column_to_array_test.rb +89 -0
  47. data/test/test_helper_discovery.rb +1 -1
  48. data/test/unit/discovery_attribute_set_test.rb +1 -1
  49. data/test/unit/host_discovered_test.rb +3 -3
  50. metadata +21 -17
  51. data/app/models/setting/discovered.rb +0 -22
@@ -7,7 +7,7 @@
7
7
  # caifti <caifti@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 21.0.0\n"
10
+ "Project-Id-Version: foreman_discovery 22.0.2\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "PO-Revision-Date: 2013-11-15 17:25+0000\n"
13
13
  "Last-Translator: caifti <caifti@gmail.com>, 2014\n"
@@ -17,7 +17,8 @@ msgstr ""
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Language: it\n"
20
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+ "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 :"
21
+ " 2;\n"
21
22
 
22
23
  msgid "%s - The following hosts are about to be changed"
23
24
  msgstr "%s - I seguenti host stanno per essere modificati"
@@ -88,9 +89,6 @@ msgstr "Clona %s"
88
89
  msgid "Collapse All"
89
90
  msgstr "Comprimi tutto"
90
91
 
91
- msgid "Command line options for kexec during PXE-less provisioning."
92
- msgstr ""
93
-
94
92
  msgid "Could not get facts from proxy %{url}: %{error}"
95
93
  msgstr "Impossibile ottenere gli eventi dal proxy %{url}: %{error}"
96
94
 
@@ -177,7 +175,7 @@ msgstr ""
177
175
  msgid "Discovered hosts summary"
178
176
  msgstr ""
179
177
 
180
- msgid "Discovery Kexec template"
178
+ msgid "Discovery"
181
179
  msgstr ""
182
180
 
183
181
  msgid "Discovery Proxy"
@@ -306,6 +304,9 @@ msgstr ""
306
304
  msgid "Force DNS entries creation when provisioning discovered host"
307
305
  msgstr ""
308
306
 
307
+ msgid "Foreman Discovery"
308
+ msgstr ""
309
+
309
310
  msgid "Foreman discovered hosts summary"
310
311
  msgstr ""
311
312
 
@@ -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 21.0.0\n"
10
+ "Project-Id-Version: foreman_discovery 22.0.2\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 "検出されたホスト '%{host}' ではすべての NIC がフィルタリングされています。フィルター: %{filter}"
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 Kexec template"
180
- msgstr "検出 Kexec テンプレート"
176
+ msgid "Discovery"
177
+ msgstr "検出"
181
178
 
182
179
  msgid "Discovery Proxy"
183
180
  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 "ホストグループ"
@@ -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 "プロビジョニングする検出されたホストがありません"
@@ -641,10 +641,10 @@ msgid "Reported in the last 7 days"
641
641
  msgstr "過去 7 日以内に報告あり"
642
642
 
643
643
  msgid "Rule disabled"
644
- msgstr "無効化されたルール"
644
+ msgstr "ルールが無効にされました"
645
645
 
646
646
  msgid "Rule enabled"
647
- msgstr "有効化されたルール"
647
+ msgstr "ルールが有効にされました"
648
648
 
649
649
  msgid "Rule priority (lower integer means higher priority)"
650
650
  msgstr "ルールの優先順位 (整数値が低いほど、優先順位が高い)"
@@ -740,10 +740,10 @@ msgid "Unable to perform %{action} on %{ips}"
740
740
  msgstr "%{ips} で %{action} を実行できません"
741
741
 
742
742
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
743
- msgstr "%{name} (%{url}) で kexec を実行できません: %{msg}"
743
+ msgstr "%{name} (%{url}) で kexec を実行できません: %{msg}"
744
744
 
745
745
  msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
746
- msgstr "%{name} (%{url}) で再起動を実行できません: %{msg}"
746
+ msgstr "%{name} (%{url}) で再起動を実行できません: %{msg}"
747
747
 
748
748
  msgid "Unable to provision %{host}: %{errors}"
749
749
  msgstr "%{host} をプロビジョニングできません: %{errors}"
@@ -770,7 +770,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
770
770
  msgstr "ルール別のプロビジョニングされたホストの最大数の制限を許可"
771
771
 
772
772
  msgid "filter results"
773
- msgstr "結果のフィルター"
773
+ msgstr "結果のフィルタリング"
774
774
 
775
775
  msgid "flag is used for temporary shutdown of rules"
776
776
  msgstr "フラグはルールの一時的な停止に使用されます"
@@ -794,7 +794,7 @@ msgid "not required if it's a virtual machine"
794
794
  msgstr "仮想マシンの場合は不要です"
795
795
 
796
796
  msgid "not required if using a subnet with DHCP proxy"
797
- msgstr "DHCP プロキシーを使用するサブネットを使用する場合は不要です"
797
+ msgstr "DHCP プロキシーでサブネットを使用する場合は不要"
798
798
 
799
799
  msgid "number of entries per request"
800
800
  msgstr "要求ごとのエントリー数"
@@ -815,7 +815,7 @@ msgid "represents rule name shown to the users"
815
815
  msgstr "ユーザーに表示されるルール名を表します"
816
816
 
817
817
  msgid "required if host is managed and custom partition has not been defined"
818
- msgstr "ホストが管理されており、カスタムパーティションが定義されていない場合に必須です"
818
+ msgstr "ホストが管理されており、カスタムパーティションが定義されていない場合に必須です。"
819
819
 
820
820
  msgid "required if host is managed and value is not inherited from host group"
821
821
  msgstr "ホストが管理されており、値がホストグループから継承されていない場合に必須です"