foreman_puppet 3.0.5 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/db/migrate/20220421204325_drop_environment_from_host_and_hg.foreman_puppet.rb +8 -0
  4. data/lib/foreman_puppet/register.rb +4 -4
  5. data/lib/foreman_puppet/version.rb +1 -1
  6. data/locale/ca/foreman_puppet.edit.po +237 -111
  7. data/locale/cs_CZ/foreman_puppet.edit.po +213 -105
  8. data/locale/de/foreman_puppet.edit.po +326 -148
  9. data/locale/en/foreman_puppet.edit.po +80 -172
  10. data/locale/en_GB/foreman_puppet.edit.po +200 -100
  11. data/locale/es/foreman_puppet.edit.po +304 -133
  12. data/locale/fr/foreman_puppet.edit.po +313 -135
  13. data/locale/gl/foreman_puppet.edit.po +210 -102
  14. data/locale/it/foreman_puppet.edit.po +250 -116
  15. data/locale/ja/foreman_puppet.edit.po +223 -107
  16. data/locale/ko/foreman_puppet.edit.po +202 -101
  17. data/locale/messages.mo +0 -0
  18. data/locale/nl_NL/foreman_puppet.edit.po +243 -115
  19. data/locale/pl/foreman_puppet.edit.po +260 -121
  20. data/locale/pt_BR/foreman_puppet.edit.po +317 -139
  21. data/locale/ru/foreman_puppet.edit.po +258 -122
  22. data/locale/sv_SE/foreman_puppet.edit.po +209 -103
  23. data/locale/zh_CN/foreman_puppet.edit.po +209 -105
  24. data/locale/zh_TW/foreman_puppet.edit.po +202 -103
  25. data/package.json +7 -7
  26. data/test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb +6 -2
  27. data/test/models/foreman_puppet/host_test.rb +6 -0
  28. data/webpack/global_index.js +11 -0
  29. data/webpack/index.js +0 -7
  30. data/webpack/legacy.js +31 -0
  31. data/webpack/src/Extends/Fills/index.js +26 -0
  32. data/webpack/src/Extends/Host/PuppetTab/Routes.js +47 -0
  33. data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/ENCTab.js +61 -0
  34. data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js +53 -0
  35. data/webpack/src/Extends/Host/PuppetTab/SubTabs/EmptyPage.js +19 -0
  36. data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js +71 -0
  37. data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/index.js +45 -0
  38. data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/styles.scss +7 -0
  39. data/webpack/src/Extends/Host/PuppetTab/constants.js +8 -0
  40. data/webpack/src/Extends/Host/PuppetTab/helpers.js +3 -0
  41. data/webpack/src/Extends/Host/PuppetTab/index.js +51 -0
  42. metadata +67 -55
  43. data/app/views/smart_proxies/plugins/_puppet_ca.html.erb +0 -44
  44. data/webpack/fills_index.js +0 -30
@@ -2,19 +2,20 @@
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_puppet package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
5
+ #
6
6
  # Translators:
7
7
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
8
8
  # Bryan Kearney <bryan.kearney@gmail.com>, 2021
9
9
  # 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2021
10
10
  # Transifex Bot <>, 2021
11
11
  # Amit Upadhye <aupadhye@redhat.com>, 2021
12
- #
12
+ #
13
+ #, fuzzy
13
14
  msgid ""
14
15
  msgstr ""
15
- "Project-Id-Version: foreman_puppet 3.0.2\n"
16
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
16
17
  "Report-Msgid-Bugs-To: \n"
17
- "POT-Creation-Date: 2022-02-28 12:33+0100\n"
18
+ "POT-Creation-Date: 2021-11-10 11:17+0000\n"
18
19
  "PO-Revision-Date: 2021-02-03 16:30+0000\n"
19
20
  "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
20
21
  "Language-Team: Japanese (https://www.transifex.com/foreman/teams/114/ja/)\n"
@@ -25,24 +26,37 @@ msgstr ""
25
26
  "Plural-Forms: nplurals=1; plural=0;\n"
26
27
 
27
28
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
28
- msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
29
- msgstr "環境名を無視したブール値が見つかりました。config/ignored_environments.yml true/false および yes/no などの文字列を引用符で囲んでください"
29
+ msgid ""
30
+ "Ignored environment names resulting in booleans found. Please quote strings "
31
+ "like true/false and yes/no in config/ignored_environments.yml"
32
+ msgstr ""
33
+ "環境名を無視したブール値が見つかりました。config/ignored_environments.yml の true/false および yes/no"
34
+ " などの文字列を引用符で囲んでください"
30
35
 
31
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:84
36
+ #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
37
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
32
38
  msgid "No changes to your environments detected"
33
39
  msgstr "環境への変更が検出されませんでした"
34
40
 
35
41
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
36
- msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
42
+ msgid ""
43
+ "Successfully updated environments and Puppet classes from the on-disk Puppet"
44
+ " installation"
37
45
  msgstr "オンディスクの Puppet インストールから環境および Puppet クラスを正常に更新しました"
38
46
 
39
47
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
40
- msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
48
+ msgid ""
49
+ "Failed to update environments and Puppet classes from the on-disk Puppet "
50
+ "installation: %s"
41
51
  msgstr "オンディスクの Puppet インストールからの環境と Puppet クラスの更新に失敗しました: %s"
42
52
 
43
53
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
44
- msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
45
- msgstr "環境のインポート元となる Smart Proxy が見つかりませんでした。1 つ以上の Smart Proxy が「Puppet」機能で登録されていることを確認してください"
54
+ msgid ""
55
+ "No smart proxy was found to import environments from, ensure that at least "
56
+ "one smart proxy is registered with the 'puppet' feature"
57
+ msgstr ""
58
+ "環境のインポート元となる Smart Proxy が見つかりませんでした。1 つ以上の Smart Proxy "
59
+ "が「Puppet」機能で登録されていることを確認してください"
46
60
 
47
61
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
48
62
  msgid "Ignored environments: %s"
@@ -72,40 +86,53 @@ msgstr "hostgroup/puppet_attributes/puppetclass_ids を優先して非推奨と
72
86
  msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
73
87
  msgstr "hostgroup/puppet_attributes/config_group_ids を優先して非推奨となりました"
74
88
 
75
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
89
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
90
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
76
91
  msgid "ID of associated puppet Environment"
77
92
  msgstr "関連する Puppet 環境の ID"
78
93
 
79
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
94
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
95
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
80
96
  msgid "IDs of associated Puppetclasses"
81
97
  msgstr "関連する Puppet クラスの ID"
82
98
 
83
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
99
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
100
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
84
101
  msgid "IDs of associated ConfigGroups"
85
102
  msgstr "関連付けられた設定グループの ID"
86
103
 
87
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
104
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
88
105
  msgid "Import puppet classes from puppet proxy"
89
106
  msgstr "Puppet プロキシーから Puppet クラスをインポート"
90
107
 
91
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:17 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:18
108
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
109
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
92
110
  msgid "Import puppet classes from puppet proxy for an environment"
93
111
  msgstr "環境の Puppet プロキシーから Puppet クラスをインポート"
94
112
 
95
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:23
96
- msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
97
- msgstr "インポートされた Puppet クラスを制限するために使用される '新規'、'更新済み'、または '旧版' のいずれかが含まれる、オプションのコンマ区切りの文字列"
113
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
114
+ msgid ""
115
+ "Optional comma-delimited stringcontaining either 'new', 'updated', or "
116
+ "'obsolete'that is used to limit the imported Puppet classes"
117
+ msgstr ""
118
+ "インポートされた Puppet クラスを制限するために使用される '新規'、'更新済み'、または '旧版' "
119
+ "のいずれかが含まれる、オプションのコンマ区切りの文字列"
98
120
 
99
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:51
100
- msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
121
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
122
+ msgid ""
123
+ "Failed to update the environments and Puppet classes from the on-disk puppet"
124
+ " installation: %s"
101
125
  msgstr "オンディスクの Puppet インストールから環境および Puppet クラスを更新できませんでした: %s"
102
126
 
103
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
127
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
104
128
  msgid "The requested environment cannot be found."
105
- msgstr "要求された環境は見つかりません。"
129
+ msgstr ""
106
130
 
107
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:114 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:128
108
- msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
131
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
132
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
133
+ msgid ""
134
+ "No proxy found to import classes from, ensure that the smart proxy has the "
135
+ "Puppet feature enabled."
109
136
  msgstr "クラスのインポート元となるプロキシーが見つかりません。Smart Proxy で Puppet 機能が有効であることを確認してください。"
110
137
 
111
138
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
@@ -126,13 +153,15 @@ msgstr "テンプレートの組み合わせの更新"
126
153
 
127
154
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:21
128
155
  msgid "ID of Puppet environment"
129
- msgstr "Puppet 環境の ID"
156
+ msgstr ""
130
157
 
131
158
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:26
132
159
  msgid "environment id"
133
160
  msgstr "環境 ID"
134
161
 
135
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
162
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
163
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
164
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
136
165
  msgid "ID of environment"
137
166
  msgstr "環境の ID"
138
167
 
@@ -156,7 +185,8 @@ msgstr "host/puppet_attributes/puppetclass_ids を優先して非推奨となり
156
185
  msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
157
186
  msgstr "host/puppet_attributes/config_group_ids を優先して非推奨となりました"
158
187
 
159
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
188
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
189
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
160
190
  msgid "No environment selected!"
161
191
  msgstr "環境が選択されていません!"
162
192
 
@@ -184,17 +214,21 @@ msgstr "%{host} に %{proxy_type} プロキシーを設定できませんでし
184
214
  msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
185
215
  msgstr "選択したホストの %{proxy_type} プロキシーが %{proxy_name} に設定されました"
186
216
 
187
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
217
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
218
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
188
219
  msgid "The %{proxy_type} proxy of the selected hosts was cleared."
189
220
  msgstr "選択したホストの %{proxy_type} プロキシーが消去されました。"
190
221
 
191
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
222
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
223
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
192
224
  msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
193
- msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
225
+ msgid_plural ""
226
+ "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
194
227
  msgstr[0] "ホスト: %{host_names} に %{proxy_type} プロキシーを設定できませんでした。"
195
228
 
196
229
  #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
197
- msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
230
+ msgid ""
231
+ "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
198
232
  msgstr "選択したホストの %{proxy_type} プロキシーが %{proxy_name} に設定されました。"
199
233
 
200
234
  #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
@@ -241,7 +275,12 @@ msgstr "ロケーションごとに環境を一覧表示"
241
275
  msgid "List environments per organization"
242
276
  msgstr "組織ごとに環境を一覧表示"
243
277
 
244
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
278
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
279
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
280
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
281
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
282
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
283
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
245
284
  msgid "ID of Puppet class"
246
285
  msgstr "Puppet クラスの ID"
247
286
 
@@ -269,7 +308,10 @@ msgstr "ホストのすべての Puppet クラス ID を一覧表示"
269
308
  msgid "Add a Puppet class to host"
270
309
  msgstr "Puppet クラスをホストに追加"
271
310
 
272
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
311
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
312
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
313
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
314
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
273
315
  msgid "ID of host"
274
316
  msgstr "ホストの ID"
275
317
 
@@ -285,7 +327,10 @@ msgstr "ホストグループのすべての Puppet クラス ID を一覧表示
285
327
  msgid "Add a Puppet class to host group"
286
328
  msgstr "Puppet クラスをホストグループに追加"
287
329
 
288
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
330
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
331
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
332
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
333
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
289
334
  msgid "ID of host group"
290
335
  msgstr "ホストグループの ID"
291
336
 
@@ -297,7 +342,10 @@ msgstr "ホストグループからの Puppet クラスの削除"
297
342
  msgid "List of override values for a specific smart class parameter"
298
343
  msgstr "特定スマートクラスパラメーターの上書き値の一覧"
299
344
 
300
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
345
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
346
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
347
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
348
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
301
349
  msgid "Display hidden values"
302
350
  msgstr "非表示の値の表示"
303
351
 
@@ -398,7 +446,9 @@ msgid "List of smart class parameters for a specific environment"
398
446
  msgstr "特定の環境のスマートクラスパラメーターの一覧"
399
447
 
400
448
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
401
- msgid "List of smart class parameters for a specific environment/Puppet class combination"
449
+ msgid ""
450
+ "List of smart class parameters for a specific environment/Puppet class "
451
+ "combination"
402
452
  msgstr "特定の環境/Puppet クラスの組み合わせ用のスマートクラスパラメーターの一覧"
403
453
 
404
454
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
@@ -426,10 +476,15 @@ msgid "When enabled the parameter is hidden in the UI"
426
476
  msgstr "有効な場合はパラメーターは UI で非表示になります"
427
477
 
428
478
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
429
- msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
430
- msgstr "Foreman はこのパラメーターを分類出力で送信しません。Puppet はこのパラメーターについて Puppet マニフェストで定義された値を使用します"
479
+ msgid ""
480
+ "Foreman will not send this parameter in classification output.Puppet will "
481
+ "use the value defined in the Puppet manifest for this parameter"
482
+ msgstr ""
483
+ "Foreman はこのパラメーターを分類出力で送信しません。Puppet はこのパラメーターについて Puppet "
484
+ "マニフェストで定義された値を使用します"
431
485
 
432
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
486
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
487
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
433
488
  msgid "The order in which values are resolved"
434
489
  msgstr "値が解決される順序"
435
490
 
@@ -446,7 +501,9 @@ msgid "Types of variable values"
446
501
  msgstr "変数値のタイプ"
447
502
 
448
503
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
449
- msgid "If true, will raise an error if there is no default value and no matcher provide a value"
504
+ msgid ""
505
+ "If true, will raise an error if there is no default value and no matcher "
506
+ "provide a value"
450
507
  msgstr "true の場合は、デフォルト値がなく、Matcher が値を提供しないときにエラーが発生します"
451
508
 
452
509
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
@@ -466,14 +523,17 @@ msgid "Successfully overridden all parameters of Puppet class %s"
466
523
  msgstr "Puppet クラス %s のすべてのパラメーターが正常に上書きされました"
467
524
 
468
525
  #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
469
- msgid "Successfully reset all parameters of Puppet class %s to their default values"
526
+ msgid ""
527
+ "Successfully reset all parameters of Puppet class %s to their default values"
470
528
  msgstr "Puppet クラス %s の全パラメーターをデフォルト値に正常にリセットしました"
471
529
 
472
530
  #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
473
531
  msgid "No parameters to override for Puppet class %s"
474
532
  msgstr "Puppet クラス %s で上書きするパラメーターはありません"
475
533
 
476
- #: ../app/helpers/foreman_puppet/environments_helper.rb:13 ../app/views/foreman_puppet/environments/new.html.erb:5 ../webpack/src/Components/Environments/Welcome.js:9
534
+ #: ../app/helpers/foreman_puppet/environments_helper.rb:13
535
+ #: ../app/views/foreman_puppet/environments/new.html.erb:5
536
+ #: ../webpack/src/Components/Environments/Welcome.js:9
477
537
  msgid "Create Puppet Environment"
478
538
  msgstr "Puppet 環境の作成"
479
539
 
@@ -534,7 +594,9 @@ msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
534
594
  msgstr "値なしの必須パラメーターです。<br/><b>上書きしてください!</b><br/>"
535
595
 
536
596
  #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
537
- msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
597
+ msgid ""
598
+ "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
599
+ " will be empty.</i><br/>"
538
600
  msgstr "値なしの任意パラメーターです。<br/><i>引き続き Foreman により管理されます。値は空白になります。</i><br/>"
539
601
 
540
602
  #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
@@ -570,7 +632,8 @@ msgid "%{name} has %{num_tag} class"
570
632
  msgid_plural "%{name} has %{num_tag} classes"
571
633
  msgstr[0] "%{name} には %{num_tag} クラスが含まれます"
572
634
 
573
- #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 ../webpack/src/foreman_class_edit.js:55
635
+ #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
636
+ #: ../webpack/src/foreman_class_edit.js:55
574
637
  msgid "Click to remove %s"
575
638
  msgstr "クリックして %s を削除"
576
639
 
@@ -578,7 +641,8 @@ msgstr "クリックして %s を削除"
578
641
  msgid "Click to add %s"
579
642
  msgstr "クリックして %s を追加"
580
643
 
581
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
644
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
645
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
582
646
  msgid "None"
583
647
  msgstr "なし"
584
648
 
@@ -619,7 +683,9 @@ msgid "Operating system default"
619
683
  msgstr "オペレーティングシステムのデフォルト"
620
684
 
621
685
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
622
- msgid "The final entry, Operating System default, can be set by editing the %s page."
686
+ msgid ""
687
+ "The final entry, Operating System default, can be set by editing the %s "
688
+ "page."
623
689
  msgstr "最終エントリーのオペレーティングシステムのデフォルトは、%s ページを編集して設定できます。"
624
690
 
625
691
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
@@ -635,11 +701,15 @@ msgid "%{puppetclass} does not belong to the %{environment} environment"
635
701
  msgstr "%{puppetclass} は %{environment} 環境に属していません"
636
702
 
637
703
  #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
638
- msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
704
+ msgid ""
705
+ "Failed to import %{klass} for %{name}: doesn't exists in our database - "
706
+ "ignoring"
639
707
  msgstr "%{name} の %{klass} のインポートに失敗しました: データベースに存在しません - 無視します"
640
708
 
641
709
  #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
642
- msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
710
+ msgid ""
711
+ "with id %{object_id} doesn't exist or is not assigned to proper organization"
712
+ " and/or location"
643
713
  msgstr "id %{object_id} が存在しないか、適切な組織またはロケーションに割り当てられていません"
644
714
 
645
715
  #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
@@ -694,7 +764,11 @@ msgstr "旧版の選択/選択解除"
694
764
  msgid "Check/Uncheck all"
695
765
  msgstr "すべて選択/選択解除"
696
766
 
697
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 ../app/views/foreman_puppet/environments/_form.html.erb:4 ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4 ../app/views/hosts/select_multiple_environment.html.erb:7 ../app/views/provisioning_templates/_combination.html.erb:4
767
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
768
+ #: ../app/views/foreman_puppet/environments/_form.html.erb:4
769
+ #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
770
+ #: ../app/views/hosts/select_multiple_environment.html.erb:7
771
+ #: ../app/views/provisioning_templates/_combination.html.erb:4
698
772
  msgid "Environment"
699
773
  msgstr "環境"
700
774
 
@@ -734,19 +808,20 @@ msgstr "取り消し"
734
808
  msgid "Update"
735
809
  msgstr "更新"
736
810
 
737
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
811
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
738
812
  msgid "included already from parent"
739
813
  msgstr "すでに親から組み込まれています"
740
814
 
741
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18 ../app/views/provisioning_templates/_combination.html.erb:4
815
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
816
+ #: ../app/views/provisioning_templates/_combination.html.erb:4
742
817
  msgid "Remove"
743
818
  msgstr "削除"
744
819
 
745
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18
820
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
746
821
  msgid "Add"
747
822
  msgstr "追加"
748
823
 
749
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:30
824
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
750
825
  msgid "%s is not in environment"
751
826
  msgstr "%s は環境内にありません"
752
827
 
@@ -758,41 +833,61 @@ msgstr "組み込まれた設定グループ"
758
833
  msgid "Available Config Groups"
759
834
  msgstr "選択可能な設定グループ"
760
835
 
761
- #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 ../app/views/foreman_puppet/environments/edit.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
836
+ #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
837
+ #: ../app/views/foreman_puppet/environments/edit.html.erb:1
838
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
762
839
  msgid "Edit %s"
763
840
  msgstr "%s の編集"
764
841
 
765
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:3 ../app/views/foreman_puppet/config_groups/welcome.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:9 ../lib/foreman_puppet/register.rb:172
842
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
843
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
844
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
845
+ #: ../lib/foreman_puppet/register.rb:171
766
846
  msgid "Config Groups"
767
847
  msgstr "設定グループ"
768
848
 
769
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:5 ../app/views/foreman_puppet/config_groups/new.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
849
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:5
850
+ #: ../app/views/foreman_puppet/config_groups/new.html.erb:1
851
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
770
852
  msgid "Create Config Group"
771
853
  msgstr "設定グループの作成"
772
854
 
773
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:11 ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
855
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
856
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
774
857
  msgid "Puppet Classes"
775
858
  msgstr "Puppet クラス"
776
859
 
777
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:12 ../app/views/foreman_puppet/environments/index.html.erb:9 ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
860
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:12
861
+ #: ../app/views/foreman_puppet/environments/index.html.erb:9
862
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
778
863
  msgid "Hosts"
779
864
  msgstr "ホスト"
780
865
 
781
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
866
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
867
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
782
868
  msgid "Host Groups"
783
869
  msgstr "ホストグループ"
784
870
 
785
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 ../app/views/foreman_puppet/environments/index.html.erb:10 ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
871
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:14
872
+ #: ../app/views/foreman_puppet/environments/index.html.erb:10
873
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
786
874
  msgid "Actions"
787
875
  msgstr "アクション"
788
876
 
789
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:25 ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
877
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
878
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
790
879
  msgid "Delete %s?"
791
880
  msgstr "%s を削除しますか?"
792
881
 
793
882
  #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
794
- 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."
795
- msgstr "設定グループは、多くの Puppet クラスをホストまたはホストグループのいずれかに関連付けるワンステップの方法を提供します。通常、これは特定のアプリケーションプロファイルまたはスタックを 1 つのステップで追加するために使用されます。"
883
+ msgid ""
884
+ "A config group provides a one-step method of associating many Puppet classes"
885
+ " to either a host or host group. Typically this would be used to add a "
886
+ "particular application profile or stack in one step."
887
+ msgstr ""
888
+ "設定グループは、多くの Puppet "
889
+ "クラスをホストまたはホストグループのいずれかに関連付けるワンステップの方法を提供します。通常、これは特定のアプリケーションプロファイルまたはスタックを "
890
+ "1 つのステップで追加するために使用されます。"
796
891
 
797
892
  #: ../app/views/foreman_puppet/environments/_form.html.erb:6
798
893
  msgid "Locations"
@@ -802,7 +897,9 @@ msgstr "ロケーション"
802
897
  msgid "Organizations"
803
898
  msgstr "組織"
804
899
 
805
- #: ../app/views/foreman_puppet/environments/edit.html.erb:5 ../app/views/foreman_puppet/environments/index.html.erb:1 ../app/views/foreman_puppet/environments/new.html.erb:4
900
+ #: ../app/views/foreman_puppet/environments/edit.html.erb:5
901
+ #: ../app/views/foreman_puppet/environments/index.html.erb:1
902
+ #: ../app/views/foreman_puppet/environments/new.html.erb:4
806
903
  msgid "Puppet Environments"
807
904
  msgstr "Puppet 環境"
808
905
 
@@ -810,7 +907,8 @@ msgstr "Puppet 環境"
810
907
  msgid "Environment|Name"
811
908
  msgstr "名前"
812
909
 
813
- #: ../app/views/foreman_puppet/environments/index.html.erb:22 ../lib/foreman_puppet/register.rb:169
910
+ #: ../app/views/foreman_puppet/environments/index.html.erb:22
911
+ #: ../lib/foreman_puppet/register.rb:168
814
912
  msgid "Classes"
815
913
  msgstr "クラス"
816
914
 
@@ -818,7 +916,8 @@ msgstr "クラス"
818
916
  msgid "Create Environment"
819
917
  msgstr "環境の作成"
820
918
 
821
- #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
919
+ #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
920
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
822
921
  msgid "Puppet environments"
823
922
  msgstr "Puppet 環境"
824
923
 
@@ -835,10 +934,15 @@ msgid "No environments found"
835
934
  msgstr "環境が見つかりません"
836
935
 
837
936
  #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
838
- msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
937
+ msgid ""
938
+ "There are no puppet environments set up on this puppet master. Please check "
939
+ "the puppet master configuration."
839
940
  msgstr "この puppet マスターには puppet 環境がセットアップされていません。puppet マスター設定を確認してください。"
840
941
 
841
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8 ../lib/foreman_puppet/register.rb:175
942
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
943
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
944
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
945
+ #: ../lib/foreman_puppet/register.rb:174
842
946
  msgid "Smart Class Parameters"
843
947
  msgstr "スマートクラスパラメーター"
844
948
 
@@ -846,7 +950,9 @@ msgstr "スマートクラスパラメーター"
846
950
  msgid "Parameter"
847
951
  msgstr "パラメーター"
848
952
 
849
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4 ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
953
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
954
+ #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
955
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
850
956
  msgid "Puppet Class"
851
957
  msgstr "Puppet クラス"
852
958
 
@@ -855,14 +961,20 @@ msgid "Number of Overrides"
855
961
  msgstr "上書き数"
856
962
 
857
963
  #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
858
- msgid "Parameterized class support permits detecting, importing, and supplying parameters directly to classes which support it, via the ENC and depending on a set of rules (Smart Matchers)."
859
- msgstr "パラメーター化クラスのサポートでは、ENC を介して一連のルール (Smart Matcher) に従い、パラメーターを検出してインポートし、そのパラメーターをサポートするクラスに直接渡すことができます。"
964
+ msgid ""
965
+ "Parameterized class support permits detecting, importing, and supplying "
966
+ "parameters directly to classes which support it, via the ENC and depending "
967
+ "on a set of rules (Smart Matchers)."
968
+ msgstr ""
969
+ "パラメーター化クラスのサポートでは、ENC を介して一連のルール (Smart Matcher) "
970
+ "に従い、パラメーターを検出してインポートし、そのパラメーターをサポートするクラスに直接渡すことができます。"
860
971
 
861
972
  #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
862
973
  msgid "Included Classes"
863
974
  msgstr "組み込み済みのクラス"
864
975
 
865
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
976
+ #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
977
+ #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
866
978
  msgid "Not authorized to edit classes"
867
979
  msgstr "クラスを編集する権限がありません"
868
980
 
@@ -878,7 +990,8 @@ msgstr "利用可能なクラス"
878
990
  msgid "Filter classes"
879
991
  msgstr "クラスのフィルター"
880
992
 
881
- #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 ../webpack/src/foreman_class_edit.js:84
993
+ #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
994
+ #: ../webpack/src/foreman_class_edit.js:84
882
995
  msgid "belongs to config group"
883
996
  msgstr "設定グループに属します"
884
997
 
@@ -895,7 +1008,9 @@ msgid "Omit"
895
1008
  msgstr "省略"
896
1009
 
897
1010
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
898
- msgid "The class could not be saved because of an error in one of the class parameters."
1011
+ msgid ""
1012
+ "The class could not be saved because of an error in one of the class "
1013
+ "parameters."
899
1014
  msgstr "クラスパラメーターのいずれかにエラーがあるため、このクラスは保存できませんでした。"
900
1015
 
901
1016
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
@@ -911,7 +1026,9 @@ msgid "This Puppet class has no parameters in its signature."
911
1026
  msgstr "この Puppet クラスの署名にはパラメーターがありません。"
912
1027
 
913
1028
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
914
- msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
1029
+ msgid ""
1030
+ "To update the class signature, go to the Puppet Classes page and select "
1031
+ "\"Import\"."
915
1032
  msgstr "クラス署名を更新するには「Puppet クラス」ページに移動して「インポート」を選択します。"
916
1033
 
917
1034
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
@@ -934,7 +1051,10 @@ msgstr "Puppet クラス %s の編集"
934
1051
  msgid "Puppetclass|Name"
935
1052
  msgstr "名前"
936
1053
 
937
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 ../app/views/smart_proxies/plugins/_puppet.html.erb:4 ../lib/foreman_puppet/register.rb:166 ../webpack/src/Components/Environments/Welcome.js:21
1054
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
1055
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
1056
+ #: ../lib/foreman_puppet/register.rb:165
1057
+ #: ../webpack/src/Components/Environments/Welcome.js:21
938
1058
  msgid "Environments"
939
1059
  msgstr "環境"
940
1060
 
@@ -955,21 +1075,23 @@ msgid "Set parameters to defaults"
955
1075
  msgstr "パラメーターをデフォルトに設定"
956
1076
 
957
1077
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
958
- msgid "This will reset parameters of the class %s to their default values. Continue?"
1078
+ msgid ""
1079
+ "This will reset parameters of the class %s to their default values. "
1080
+ "Continue?"
959
1081
  msgstr "この操作ではクラス %s のパラメーターをデフォルト値にリセットします。続行しますか?"
960
1082
 
961
1083
  #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
962
- msgid "Puppet Class Parameters"
963
- msgstr "Puppet クラスパラメーター"
964
-
965
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
966
1084
  msgid "Notice"
967
1085
  msgstr "通知"
968
1086
 
969
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:22
1087
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
970
1088
  msgid "Please select an environment first"
971
1089
  msgstr "まず環境を選択してください"
972
1090
 
1091
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
1092
+ msgid "Puppet Class Parameters"
1093
+ msgstr "Puppet クラスパラメーター"
1094
+
973
1095
  #: ../app/views/hosts/select_multiple_environment.html.erb:4
974
1096
  msgid "Select environment"
975
1097
  msgstr "環境の選択"
@@ -998,28 +1120,21 @@ msgstr "有効なホストグループと環境の組み合わせ"
998
1120
  msgid "Add Combination"
999
1121
  msgstr "組み合わせの追加"
1000
1122
 
1001
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:2
1123
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
1002
1124
  msgid "General"
1003
1125
  msgstr "全般"
1004
1126
 
1005
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:16
1127
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
1006
1128
  msgid "Hosts managed:"
1007
1129
  msgstr "管理されるホスト:"
1008
1130
 
1009
- #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
1010
- msgid "Certificates"
1011
- msgstr ""
1012
-
1013
- #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
1014
- msgid "Autosign entries"
1015
- msgstr ""
1016
-
1017
1131
  #: ../lib/foreman_puppet/register.rb:7
1018
1132
  msgid "Facts"
1019
1133
  msgstr "ファクト"
1020
1134
 
1021
1135
  #: ../lib/foreman_puppet/register.rb:10
1022
- msgid "Foreman will default to this puppet environment if it cannot auto detect one"
1136
+ msgid ""
1137
+ "Foreman will default to this puppet environment if it cannot auto detect one"
1023
1138
  msgstr "Foreman は、自動検出できない場合にこの puppet 環境にデフォルト設定されます"
1024
1139
 
1025
1140
  #: ../lib/foreman_puppet/register.rb:12
@@ -1027,8 +1142,13 @@ msgid "Default Puppet environment"
1027
1142
  msgstr "デフォルトの Puppet 環境"
1028
1143
 
1029
1144
  #: ../lib/foreman_puppet/register.rb:16
1030
- msgid "Foreman will explicitly set the puppet environment in the ENC yaml output. This will avoid conflicts between the environment in puppet.conf and the environment set in Foreman"
1031
- msgstr "Foreman ENC YAML 出力で puppet 環境を明示的に設定します。これにより、puppet.conf の環境と Foreman で設定される環境間の競合を避けられます"
1145
+ msgid ""
1146
+ "Foreman will explicitly set the puppet environment in the ENC yaml output. "
1147
+ "This will avoid conflicts between the environment in puppet.conf and the "
1148
+ "environment set in Foreman"
1149
+ msgstr ""
1150
+ "Foreman は ENC YAML 出力で puppet 環境を明示的に設定します。これにより、puppet.conf の環境と Foreman "
1151
+ "で設定される環境間の競合を避けられます"
1032
1152
 
1033
1153
  #: ../lib/foreman_puppet/register.rb:19
1034
1154
  msgid "ENC environment"
@@ -1047,7 +1167,9 @@ msgid "Config Management"
1047
1167
  msgstr "設定管理"
1048
1168
 
1049
1169
  #: ../lib/foreman_puppet/register.rb:30
1050
- msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
1170
+ msgid ""
1171
+ "Duration in minutes after servers reporting via Puppet are classed as out of"
1172
+ " sync."
1051
1173
  msgstr "Puppet 経由で報告するサーバーが非同期として分類されるまでの期間 (分単位)。"
1052
1174
 
1053
1175
  #: ../lib/foreman_puppet/register.rb:32
@@ -1055,21 +1177,19 @@ msgid "Puppet interval"
1055
1177
  msgstr "Puppet の間隔"
1056
1178
 
1057
1179
  #: ../lib/foreman_puppet/register.rb:35
1058
- msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
1180
+ msgid ""
1181
+ "Disable host configuration status turning to out of sync for %s after report"
1182
+ " does not arrive within configured interval"
1059
1183
  msgstr "設定した間隔でレポートが到達しない場合に、%s のホスト設定ステータスが非同期に切り替わらないように無効にします"
1060
1184
 
1061
1185
  #: ../lib/foreman_puppet/register.rb:37
1062
1186
  msgid "%s out of sync disabled"
1063
1187
  msgstr "%s の非同期切り替えを無効にしました"
1064
1188
 
1065
- #: ../lib/foreman_puppet/register.rb:163 ../lib/foreman_puppet/register.rb:216
1189
+ #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
1066
1190
  msgid "Puppet ENC"
1067
1191
  msgstr "Puppet ENC"
1068
1192
 
1069
- #: ../webpack/src/Components/Environments/Welcome.js:13
1070
- 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>"
1071
- msgstr ""
1072
-
1073
1193
  #: ../webpack/src/foreman_class_edit.js:146
1074
1194
  msgid "Click to remove config group"
1075
1195
  msgstr "クリックして設定グループを削除"
@@ -1082,10 +1202,6 @@ msgstr " 削除"
1082
1202
  msgid "Loading parameters..."
1083
1203
  msgstr "パラメーターのロード中..."
1084
1204
 
1085
- #: ../webpack/src/foreman_puppet_host_form.js:102
1086
- msgid "Some Puppet Classes are unavailable in the selected environment"
1087
- msgstr ""
1088
-
1089
1205
  #: action_names.rb:2
1090
1206
  msgid "Action with sub plans"
1091
1207
  msgstr "サブプランによるアクション"