foreman_puppet 5.0.0 → 5.1.2

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.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -7
  3. data/Rakefile +0 -5
  4. data/app/graphgl/foreman_puppet/types/environment.rb +1 -4
  5. data/app/graphgl/foreman_puppet/types/puppetclass.rb +1 -4
  6. data/app/models/concerns/foreman_puppet/extensions/host.rb +1 -1
  7. data/app/models/foreman_puppet/puppetclass.rb +2 -2
  8. data/app/views/foreman_puppet/environments/welcome.html.erb +5 -0
  9. data/app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb +1 -1
  10. data/app/views/foreman_puppet/puppetclasses/_selected_classes.html.erb +1 -1
  11. data/app/views/hosts/select_multiple_puppet_proxy.html.erb +5 -0
  12. data/app/views/provisioning_templates/temp/autoyast_orcharhino_finish.erb +31 -0
  13. data/app/views/provisioning_templates/temp/preseed_orcharhino_finish.erb +90 -0
  14. data/app/views/provisioning_templates/temp/provision/autoyast_orcharhino_default.erb +336 -0
  15. data/app/views/provisioning_templates/temp/snippet/_or_al_client.erb +32 -0
  16. data/app/views/provisioning_templates/temp/snippet/_or_deb_client.erb +175 -0
  17. data/app/views/provisioning_templates/temp/snippet/_or_ol_client.erb +37 -0
  18. data/app/views/provisioning_templates/temp/snippet/_or_sles_client.erb +85 -0
  19. data/lib/foreman_puppet/register.rb +1 -1
  20. data/lib/foreman_puppet/version.rb +1 -1
  21. data/lib/tasks/foreman_puppet_tasks.rake +0 -10
  22. data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
  23. data/locale/ca/foreman_puppet.edit.po +1221 -0
  24. data/locale/ca/foreman_puppet.po +44 -8
  25. data/locale/ca/foreman_puppet.po.time_stamp +0 -0
  26. data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
  27. data/locale/cs_CZ/foreman_puppet.edit.po +1208 -0
  28. data/locale/cs_CZ/foreman_puppet.po +45 -9
  29. data/locale/cs_CZ/foreman_puppet.po.time_stamp +0 -0
  30. data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
  31. data/locale/de/foreman_puppet.edit.po +1300 -0
  32. data/locale/de/foreman_puppet.po +49 -13
  33. data/locale/de/foreman_puppet.po.time_stamp +0 -0
  34. data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
  35. data/locale/en/foreman_puppet.edit.po +998 -0
  36. data/locale/en/foreman_puppet.po +42 -6
  37. data/locale/en/foreman_puppet.po.time_stamp +0 -0
  38. data/locale/en/foreman_puppet.pox +0 -0
  39. data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
  40. data/locale/en_GB/foreman_puppet.edit.po +1197 -0
  41. data/locale/en_GB/foreman_puppet.po +44 -8
  42. data/locale/en_GB/foreman_puppet.po.time_stamp +0 -0
  43. data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
  44. data/locale/es/foreman_puppet.edit.po +1275 -0
  45. data/locale/es/foreman_puppet.po +77 -39
  46. data/locale/es/foreman_puppet.po.time_stamp +0 -0
  47. data/locale/foreman_puppet.pot +81 -25
  48. data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
  49. data/locale/fr/foreman_puppet.edit.po +1290 -0
  50. data/locale/fr/foreman_puppet.po +67 -28
  51. data/locale/fr/foreman_puppet.po.time_stamp +0 -0
  52. data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
  53. data/locale/gl/foreman_puppet.edit.po +1203 -0
  54. data/locale/gl/foreman_puppet.po +44 -8
  55. data/locale/gl/foreman_puppet.po.time_stamp +0 -0
  56. data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
  57. data/locale/it/foreman_puppet.edit.po +1233 -0
  58. data/locale/it/foreman_puppet.po +47 -10
  59. data/locale/it/foreman_puppet.po.time_stamp +0 -0
  60. data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
  61. data/locale/ja/foreman_puppet.edit.po +1223 -0
  62. data/locale/ja/foreman_puppet.po +60 -24
  63. data/locale/ja/foreman_puppet.po.time_stamp +0 -0
  64. data/locale/ka/LC_MESSAGES/foreman_puppet.mo +0 -0
  65. data/locale/ka/foreman_puppet.po +875 -0
  66. data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
  67. data/locale/ko/foreman_puppet.edit.po +1197 -0
  68. data/locale/ko/foreman_puppet.po +45 -9
  69. data/locale/ko/foreman_puppet.po.time_stamp +0 -0
  70. data/locale/messages.mo +0 -0
  71. data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
  72. data/locale/nl_NL/foreman_puppet.edit.po +1228 -0
  73. data/locale/nl_NL/foreman_puppet.po +44 -8
  74. data/locale/nl_NL/foreman_puppet.po.time_stamp +0 -0
  75. data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
  76. data/locale/pl/foreman_puppet.edit.po +1238 -0
  77. data/locale/pl/foreman_puppet.po +45 -9
  78. data/locale/pl/foreman_puppet.po.time_stamp +0 -0
  79. data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
  80. data/locale/pt_BR/foreman_puppet.edit.po +1281 -0
  81. data/locale/pt_BR/foreman_puppet.po +78 -41
  82. data/locale/pt_BR/foreman_puppet.po.time_stamp +0 -0
  83. data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
  84. data/locale/ru/foreman_puppet.edit.po +1240 -0
  85. data/locale/ru/foreman_puppet.po +45 -9
  86. data/locale/ru/foreman_puppet.po.time_stamp +0 -0
  87. data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
  88. data/locale/sv_SE/foreman_puppet.edit.po +1205 -0
  89. data/locale/sv_SE/foreman_puppet.po +44 -8
  90. data/locale/sv_SE/foreman_puppet.po.time_stamp +0 -0
  91. data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
  92. data/locale/zh_CN/foreman_puppet.edit.po +1212 -0
  93. data/locale/zh_CN/foreman_puppet.po +65 -29
  94. data/locale/zh_CN/foreman_puppet.po.time_stamp +0 -0
  95. data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
  96. data/locale/zh_TW/foreman_puppet.edit.po +1197 -0
  97. data/locale/zh_TW/foreman_puppet.po +45 -9
  98. data/locale/zh_TW/foreman_puppet.po.time_stamp +0 -0
  99. data/package.json +7 -7
  100. data/test/graphql/mutations/hosts/create_mutation_test.rb +1 -2
  101. data/test/unit/foreman_puppet/global_id_test.rb +13 -0
  102. data/webpack/src/Components/Environments/Welcome.js +25 -6
  103. data/webpack/src/Extends/Host/PuppetTab/index.js +2 -0
  104. metadata +108 -58
@@ -4,18 +4,18 @@
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  # Translators:
7
- # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
8
- # Bryan Kearney <bryan.kearney@gmail.com>, 2021
9
7
  # 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2021
10
- # Transifex Bot <>, 2021
11
- # Amit Upadhye <aupadhye@redhat.com>, 2021
8
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2022
9
+ # Transifex Bot <>, 2022
10
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
11
+ # Amit Upadhye <aupadhye@redhat.com>, 2022
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Project-Id-Version: foreman_puppet 3.0.2\n"
15
+ "Project-Id-Version: foreman_puppet 5.0.0\n"
16
16
  "Report-Msgid-Bugs-To: \n"
17
17
  "PO-Revision-Date: 2021-02-03 16:30+0000\n"
18
- "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
18
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
19
19
  "Language-Team: Japanese (https://www.transifex.com/foreman/teams/114/ja/)\n"
20
20
  "MIME-Version: 1.0\n"
21
21
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -37,10 +37,10 @@ msgstr "id '%{id}' の %{model} が見つかりませんでした"
37
37
 
38
38
  msgid "%{name} has %{num_tag} class"
39
39
  msgid_plural "%{name} has %{num_tag} classes"
40
- msgstr[0] "%{name} には %{num_tag} クラスが含まれます"
40
+ msgstr[0] "%{name} には %{num_tag}クラスが含まれます"
41
41
 
42
42
  msgid "%{puppetclass} does not belong to the %{environment} environment"
43
- msgstr "%{puppetclass} は %{environment} 環境に属していません"
43
+ msgstr "%{puppetclass} は %{environment} 環境に所属していません"
44
44
 
45
45
  msgid "*Clear environment*"
46
46
  msgstr "*環境をクリア*"
@@ -54,9 +54,9 @@ msgid ""
54
54
  " <b>Matcher:</b> %{matcher}<br/>\n"
55
55
  " <b>Inherited value:</b> %{inherited_value}"
56
56
  msgstr ""
57
- "<b>説明:</b> %{desc}<br/>\n"
58
- " <b>タイプ:</b> %{type}<br/>\n"
59
- " <b>Matcher:</b> %{matcher}<br/>\n"
57
+ "<b>説明:</b> %%{desc}<br/>\n"
58
+ " <b>タイプ:</b> %%{type}<br/>\n"
59
+ " <b>Matcher:</b> %%{matcher}<br/>\n"
60
60
  " <b>継承値:</b> %{inherited_value}"
61
61
 
62
62
  msgid "A config group provides a one-step method of associating many Puppet classes to either a host or host group. Typically this would be used to add a particular application profile or stack in one step."
@@ -90,10 +90,10 @@ msgid "All environments - (not filtered)"
90
90
  msgstr "すべての環境 - (フィルターなし)"
91
91
 
92
92
  msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
93
- msgstr ""
93
+ msgstr "Puppet 環境とクラスを Foreman ホストに割り当てることを許可します。"
94
94
 
95
- msgid "Autosign entries"
96
- msgstr ""
95
+ msgid "Assigned classes"
96
+ msgstr "割り当てられたクラス"
97
97
 
98
98
  msgid "Available Classes"
99
99
  msgstr "利用可能なクラス"
@@ -110,9 +110,6 @@ msgstr "Puppet 機能を持つ有効なプロキシーが見つかりません"
110
110
  msgid "Cancel"
111
111
  msgstr "取り消し"
112
112
 
113
- msgid "Certificates"
114
- msgstr ""
115
-
116
113
  msgid "Change Environment"
117
114
  msgstr "環境の変更"
118
115
 
@@ -155,6 +152,9 @@ msgstr "設定グループ"
155
152
  msgid "Config Management"
156
153
  msgstr "設定管理"
157
154
 
155
+ msgid "Couldn't find any ENC data for this host"
156
+ msgstr "このホストの ENC データを見つけられませんでした"
157
+
158
158
  msgid "Create Config Group"
159
159
  msgstr "設定グループの作成"
160
160
 
@@ -195,7 +195,7 @@ msgid "Delete an environment"
195
195
  msgstr "環境の削除"
196
196
 
197
197
  msgid "Delete an override value for a specific smart class parameter"
198
- msgstr "特定スマートクラスパラメーターの上書き値の削除"
198
+ msgstr "特定スマートクラスパラメーターの上書き値を削除"
199
199
 
200
200
  msgid "Deleted environment"
201
201
  msgstr "削除済みの環境"
@@ -233,6 +233,9 @@ msgstr "非表示の値の表示"
233
233
  msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
234
234
  msgstr "Puppet 経由で報告するサーバーが非同期として分類されるまでの期間 (分単位)。"
235
235
 
236
+ msgid "ENC Preview"
237
+ msgstr "ENC プレビュー"
238
+
236
239
  msgid "ENC environment"
237
240
  msgstr "ENC 環境"
238
241
 
@@ -257,6 +260,9 @@ msgstr "環境"
257
260
  msgid "Environment|Name"
258
261
  msgstr "名前"
259
262
 
263
+ msgid "Error!"
264
+ msgstr "エラー!"
265
+
260
266
  msgid "Facts"
261
267
  msgstr "ファクト"
262
268
 
@@ -296,6 +302,9 @@ msgstr "Foreman はホスト環境をそのファクトで更新します"
296
302
  msgid "General"
297
303
  msgstr "全般"
298
304
 
305
+ msgid "Help"
306
+ msgstr "ヘルプ"
307
+
299
308
  msgid "Host Groups"
300
309
  msgstr "ホストグループ"
301
310
 
@@ -350,7 +359,7 @@ msgstr "関連する Puppet クラスの ID"
350
359
  msgid "If true, will raise an error if there is no default value and no matcher provide a value"
351
360
  msgstr "true の場合は、デフォルト値がなく、Matcher が値を提供しないときにエラーが発生します"
352
361
 
353
- msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
362
+ msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.{newLine}This information is commonly imported from a pre-existing Puppet configuration by the use of the {puppetClassesLinkToDocs} and environment importer."
354
363
  msgstr ""
355
364
 
356
365
  msgid "Ignored classes in the environments: %s"
@@ -465,7 +474,7 @@ msgid "List of smart class parameters for a specific host group"
465
474
  msgstr "特定ホストグループのスマートクラスパラメーターの一覧"
466
475
 
467
476
  msgid "List template combination"
468
- msgstr "テンプレートの組み合わせを一覧表示"
477
+ msgstr "テンプレートの組み合わせの一覧表示"
469
478
 
470
479
  msgid "Loading parameters..."
471
480
  msgstr "パラメーターのロード中..."
@@ -510,7 +519,7 @@ msgid "Not authorized to edit classes"
510
519
  msgstr "クラスを編集する権限がありません"
511
520
 
512
521
  msgid "Notice"
513
- msgstr "通知"
522
+ msgstr "注意"
514
523
 
515
524
  msgid "Number of Overrides"
516
525
  msgstr "上書き数"
@@ -581,6 +590,9 @@ msgstr "Puppet"
581
590
  msgid "Puppet CA"
582
591
  msgstr "Puppet CA"
583
592
 
593
+ msgid "Puppet CA Smart Proxy"
594
+ msgstr "Puppet CA Smart Proxy"
595
+
584
596
  msgid "Puppet Class"
585
597
  msgstr "Puppet クラス"
586
598
 
@@ -602,9 +614,24 @@ msgstr "Puppet 環境"
602
614
  msgid "Puppet Modules"
603
615
  msgstr "Puppet モジュール"
604
616
 
617
+ msgid "Puppet Smart Proxy"
618
+ msgstr "Puppet Smart Proxy"
619
+
605
620
  msgid "Puppet YAML"
606
621
  msgstr "Puppet YAML"
607
622
 
623
+ msgid "Puppet classes"
624
+ msgstr ""
625
+
626
+ msgid "Puppet details"
627
+ msgstr "Puppet の詳細"
628
+
629
+ msgid "Puppet env"
630
+ msgstr ""
631
+
632
+ msgid "Puppet environment"
633
+ msgstr "Puppet 環境"
634
+
608
635
  msgid "Puppet environments"
609
636
  msgstr "Puppet 環境"
610
637
 
@@ -633,7 +660,7 @@ msgid "Remove a Puppet class from host"
633
660
  msgstr "ホストから Puppet クラスを削除"
634
661
 
635
662
  msgid "Remove a Puppet class from host group"
636
- msgstr "ホストグループからの Puppet クラスの削除"
663
+ msgstr "ホストグループから Puppet クラスを削除"
637
664
 
638
665
  msgid "Remove duplicate values (only array type)"
639
666
  msgstr "重複する値の削除 (配列タイプのみ)"
@@ -644,6 +671,9 @@ msgstr "この上書きの削除"
644
671
  msgid "Remove:"
645
672
  msgstr "削除:"
646
673
 
674
+ msgid "Reports"
675
+ msgstr "レポート"
676
+
647
677
  msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
648
678
  msgstr "値なしの必須パラメーターです。<br/><b>上書きしてください!</b><br/>"
649
679
 
@@ -689,8 +719,11 @@ msgstr "スマートクラスパラメーター"
689
719
  msgid "Smart Class Parameters"
690
720
  msgstr "スマートクラスパラメーター"
691
721
 
722
+ msgid "Smart class parameters"
723
+ msgstr "スマートクラスパラメーター"
724
+
692
725
  msgid "Some Puppet Classes are unavailable in the selected environment"
693
- msgstr ""
726
+ msgstr "選択した環境では、一部の Puppet クラスは利用できません"
694
727
 
695
728
  msgid "Successfully overridden all parameters of Puppet class %s"
696
729
  msgstr "Puppet クラス %s のすべてのパラメーターが正常に上書きされました"
@@ -732,6 +765,9 @@ msgstr "この puppet マスターには puppet 環境がセットアップさ
732
765
  msgid "This Puppet class has no parameters in its signature."
733
766
  msgstr "この Puppet クラスの署名にはパラメーターがありません。"
734
767
 
768
+ msgid "This tab is still a work in progress"
769
+ msgstr "このタブはまだ進行中です"
770
+
735
771
  msgid "This will reset parameters of the class %s to their default values. Continue?"
736
772
  msgstr "この操作ではクラス %s のパラメーターをデフォルト値にリセットします。続行しますか?"
737
773
 
@@ -838,4 +874,4 @@ msgid "must be true to edit the parameter"
838
874
  msgstr "パラメーターを編集するには true に設定する必要があります"
839
875
 
840
876
  msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
841
- msgstr "id %{object_id} が存在しないか、適切な組織またはロケーションに割り当てられていません"
877
+ msgstr "id {object_id} が存在しないか、適切な組織またはロケーションに割り当てられていません"
File without changes