foreman_puppet 2.0.7 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb +7 -2
  4. data/app/helpers/foreman_puppet/environments_helper.rb +1 -1
  5. data/app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb +1 -1
  6. data/app/models/concerns/foreman_puppet/extensions/provisioning_template.rb +1 -1
  7. data/app/views/foreman_puppet/config_groups/_config_group.html.erb +5 -1
  8. data/app/views/foreman_puppet/config_groups/index.html.erb +1 -3
  9. data/app/views/smart_proxies/plugins/_puppet_ca.html.erb +44 -0
  10. data/db/migrate_foreman/20090905150132_create_hostgroups_puppetclasses.foreman_puppet.rb +1 -3
  11. data/lib/foreman_puppet/register.rb +3 -8
  12. data/lib/foreman_puppet/version.rb +1 -1
  13. data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
  14. data/locale/ca/foreman_puppet.po +1 -70
  15. data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
  16. data/locale/cs_CZ/foreman_puppet.edit.po +235 -358
  17. data/locale/cs_CZ/foreman_puppet.po +2 -13
  18. data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
  19. data/locale/de/foreman_puppet.po +13 -25
  20. data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
  21. data/locale/en/foreman_puppet.edit.po +161 -77
  22. data/locale/en/foreman_puppet.po +1 -13
  23. data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
  24. data/locale/en_GB/foreman_puppet.po +2 -13
  25. data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
  26. data/locale/es/foreman_puppet.po +2 -13
  27. data/locale/foreman_puppet.pot +25 -48
  28. data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
  29. data/locale/fr/foreman_puppet.po +2 -13
  30. data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
  31. data/locale/gl/foreman_puppet.po +2 -13
  32. data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
  33. data/locale/it/foreman_puppet.po +2 -13
  34. data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
  35. data/locale/ja/foreman_puppet.po +4 -15
  36. data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
  37. data/locale/ko/foreman_puppet.po +2 -13
  38. data/locale/messages.mo +0 -0
  39. data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
  40. data/locale/nl_NL/foreman_puppet.po +2 -13
  41. data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
  42. data/locale/pl/foreman_puppet.po +2 -13
  43. data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
  44. data/locale/pt_BR/foreman_puppet.po +2 -13
  45. data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
  46. data/locale/ru/foreman_puppet.po +4 -15
  47. data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
  48. data/locale/sv_SE/foreman_puppet.po +2 -13
  49. data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
  50. data/locale/zh_CN/foreman_puppet.po +5 -16
  51. data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
  52. data/locale/zh_TW/foreman_puppet.po +2 -13
  53. data/test/controllers/foreman_puppet/api/v2/environments_controller_test.rb +24 -18
  54. data/test/controllers/foreman_puppet/api/v2/smart_class_parameters_controller_test.rb +2 -2
  55. data/test/controllers/foreman_puppet/environments_controller_test.rb +1 -1
  56. data/test/graphql/queries/environment_query_test.rb +4 -4
  57. data/test/graphql/queries/puppetclass_query_test.rb +4 -4
  58. data/test/integration/foreman_puppet/dashboard_js_test.rb +1 -2
  59. data/test/integration/foreman_puppet/environment_js_test.rb +1 -2
  60. data/test/integration/foreman_puppet/host_js_test.rb +17 -18
  61. data/test/integration/foreman_puppet/hostgroup_js_test.rb +1 -2
  62. data/test/integration/foreman_puppet/puppetclass_js_test.rb +1 -2
  63. data/test/integration/foreman_puppet/smartclass_parameter_js_test.rb +1 -2
  64. data/test/integration_puppet_helper.rb +3 -0
  65. data/test/models/foreman_puppet/host_puppet_facet_test.rb +2 -2
  66. data/test/models/foreman_puppet/host_test.rb +22 -22
  67. data/test/models/foreman_puppet/provisioning_template_test.rb +3 -3
  68. data/test/models/foreman_puppet/puppetclass_test.rb +1 -1
  69. data/test/services/foreman_puppet/host_info_providers/config_groups_info_test.rb +1 -1
  70. data/test/services/foreman_puppet/host_info_providers/puppet_info_test.rb +3 -3
  71. data/test/unit/foreman_puppet/template_rendering_test.rb +1 -1
  72. metadata +55 -91
  73. data/app/views/hosts/foreman_puppet/_form_list_env_field_content.html.erb +0 -1
  74. data/app/views/hosts/foreman_puppet/_form_list_env_field_header.html.erb +0 -1
  75. data/db/migrate/20220201205305_migrate_host_class_permission.foreman_puppet.rb +0 -9
  76. data/db/migrate/20220208135305_migrate_environment_ignore_type.foreman_puppet.rb +0 -15
  77. data/db/migrate/20220421204325_drop_environment_from_host_and_hg.foreman_puppet.rb +0 -8
  78. data/locale/ca/foreman_puppet.edit.po +0 -1221
  79. data/locale/ca/foreman_puppet.po.time_stamp +0 -0
  80. data/locale/de/foreman_puppet.edit.po +0 -1300
  81. data/locale/de/foreman_puppet.po.time_stamp +0 -0
  82. data/locale/en_GB/foreman_puppet.edit.po +0 -1197
  83. data/locale/en_GB/foreman_puppet.po.time_stamp +0 -0
  84. data/locale/es/foreman_puppet.edit.po +0 -1275
  85. data/locale/es/foreman_puppet.po.time_stamp +0 -0
  86. data/locale/fr/foreman_puppet.edit.po +0 -1290
  87. data/locale/fr/foreman_puppet.po.time_stamp +0 -0
  88. data/locale/gl/foreman_puppet.edit.po +0 -1203
  89. data/locale/gl/foreman_puppet.po.time_stamp +0 -0
  90. data/locale/it/foreman_puppet.edit.po +0 -1233
  91. data/locale/it/foreman_puppet.po.time_stamp +0 -0
  92. data/locale/ja/foreman_puppet.edit.po +0 -1223
  93. data/locale/ja/foreman_puppet.po.time_stamp +0 -0
  94. data/locale/ko/foreman_puppet.edit.po +0 -1197
  95. data/locale/ko/foreman_puppet.po.time_stamp +0 -0
  96. data/locale/nl_NL/foreman_puppet.edit.po +0 -1228
  97. data/locale/nl_NL/foreman_puppet.po.time_stamp +0 -0
  98. data/locale/pl/foreman_puppet.edit.po +0 -1238
  99. data/locale/pl/foreman_puppet.po.time_stamp +0 -0
  100. data/locale/pt_BR/foreman_puppet.edit.po +0 -1281
  101. data/locale/pt_BR/foreman_puppet.po.time_stamp +0 -0
  102. data/locale/ru/foreman_puppet.edit.po +0 -1240
  103. data/locale/ru/foreman_puppet.po.time_stamp +0 -0
  104. data/locale/sv_SE/foreman_puppet.edit.po +0 -1205
  105. data/locale/sv_SE/foreman_puppet.po.time_stamp +0 -0
  106. data/locale/zh_CN/foreman_puppet.edit.po +0 -1212
  107. data/locale/zh_CN/foreman_puppet.po.time_stamp +0 -0
  108. data/locale/zh_TW/foreman_puppet.edit.po +0 -1197
  109. data/locale/zh_TW/foreman_puppet.po.time_stamp +0 -0
  110. data/test/helpers/foreman_puppet/puppetclass_lookup_keys_helper_test.rb +0 -34
@@ -1,1223 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the foreman_puppet package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- # Translators:
7
- # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
8
- # Bryan Kearney <bryan.kearney@gmail.com>, 2021
9
- # 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2021
10
- # Transifex Bot <>, 2021
11
- # Amit Upadhye <aupadhye@redhat.com>, 2021
12
- #
13
- #, fuzzy
14
- msgid ""
15
- msgstr ""
16
- "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
17
- "Report-Msgid-Bugs-To: \n"
18
- "POT-Creation-Date: 2021-11-10 11:17+0000\n"
19
- "PO-Revision-Date: 2021-02-03 16:30+0000\n"
20
- "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
21
- "Language-Team: Japanese (https://www.transifex.com/foreman/teams/114/ja/)\n"
22
- "MIME-Version: 1.0\n"
23
- "Content-Type: text/plain; charset=UTF-8\n"
24
- "Content-Transfer-Encoding: 8bit\n"
25
- "Language: ja\n"
26
- "Plural-Forms: nplurals=1; plural=0;\n"
27
-
28
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
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
- " などの文字列を引用符で囲んでください"
35
-
36
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
37
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
38
- msgid "No changes to your environments detected"
39
- msgstr "環境への変更が検出されませんでした"
40
-
41
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
42
- msgid ""
43
- "Successfully updated environments and Puppet classes from the on-disk Puppet"
44
- " installation"
45
- msgstr "オンディスクの Puppet インストールから環境および Puppet クラスを正常に更新しました"
46
-
47
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
48
- msgid ""
49
- "Failed to update environments and Puppet classes from the on-disk Puppet "
50
- "installation: %s"
51
- msgstr "オンディスクの Puppet インストールからの環境と Puppet クラスの更新に失敗しました: %s"
52
-
53
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
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」機能で登録されていることを確認してください"
60
-
61
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
62
- msgid "Ignored environments: %s"
63
- msgstr "無視された環境: %s"
64
-
65
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:55
66
- msgid "Ignored classes in the environments: %s"
67
- msgstr "環境内で無視されたクラス: %s"
68
-
69
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:10
70
- msgid "List all host groups for a Puppet class"
71
- msgstr "Puppet クラスのすべてのホストグループを一覧表示"
72
-
73
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:13
74
- msgid "ID of Puppetclass"
75
- msgstr "Puppet クラスの ID"
76
-
77
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:18
78
- msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id"
79
- msgstr "hostgroup/puppet_attributes/environment_id を優先して非推奨となりました"
80
-
81
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:19
82
- msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids"
83
- msgstr "hostgroup/puppet_attributes/puppetclass_ids を優先して非推奨となりました"
84
-
85
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:20
86
- msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
87
- msgstr "hostgroup/puppet_attributes/config_group_ids を優先して非推奨となりました"
88
-
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
91
- msgid "ID of associated puppet Environment"
92
- msgstr "関連する Puppet 環境の ID"
93
-
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
96
- msgid "IDs of associated Puppetclasses"
97
- msgstr "関連する Puppet クラスの ID"
98
-
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
101
- msgid "IDs of associated ConfigGroups"
102
- msgstr "関連付けられた設定グループの ID"
103
-
104
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
105
- msgid "Import puppet classes from puppet proxy"
106
- msgstr "Puppet プロキシーから Puppet クラスをインポート"
107
-
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
110
- msgid "Import puppet classes from puppet proxy for an environment"
111
- msgstr "環境の Puppet プロキシーから Puppet クラスをインポート"
112
-
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
- "のいずれかが含まれる、オプションのコンマ区切りの文字列"
120
-
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"
125
- msgstr "オンディスクの Puppet インストールから環境および Puppet クラスを更新できませんでした: %s"
126
-
127
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
128
- msgid "The requested environment cannot be found."
129
- msgstr ""
130
-
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."
136
- msgstr "クラスのインポート元となるプロキシーが見つかりません。Smart Proxy で Puppet 機能が有効であることを確認してください。"
137
-
138
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
139
- msgid "List template combination"
140
- msgstr "テンプレートの組み合わせを一覧表示"
141
-
142
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:12
143
- msgid "Add a template combination"
144
- msgstr "テンプレートの組み合わせの追加"
145
-
146
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:15
147
- msgid "Show template combination"
148
- msgstr "テンプレートの組み合わせの表示"
149
-
150
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:18
151
- msgid "Update template combination"
152
- msgstr "テンプレートの組み合わせの更新"
153
-
154
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:21
155
- msgid "ID of Puppet environment"
156
- msgstr ""
157
-
158
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:26
159
- msgid "environment id"
160
- msgstr "環境 ID"
161
-
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
165
- msgid "ID of environment"
166
- msgstr "環境の ID"
167
-
168
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:10
169
- msgid "List hosts per environment"
170
- msgstr "環境ごとにホストを一覧表示"
171
-
172
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:13
173
- msgid "ID of puppet environment"
174
- msgstr "Puppet 環境の ID"
175
-
176
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:18
177
- msgid "Deprecated in favor of host/puppet_attributes/environment_id"
178
- msgstr "host/puppet_attributes/environment_id を優先して非推奨となりました"
179
-
180
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:19
181
- msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids"
182
- msgstr "host/puppet_attributes/puppetclass_ids を優先して非推奨となりました"
183
-
184
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:20
185
- msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
186
- msgstr "host/puppet_attributes/config_group_ids を優先して非推奨となりました"
187
-
188
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
189
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
190
- msgid "No environment selected!"
191
- msgstr "環境が選択されていません!"
192
-
193
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:76
194
- msgid "Updated hosts: changed environment"
195
- msgstr "更新済みホスト: 変更済み環境"
196
-
197
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:105
198
- msgid "Unable to generate output, Check log files"
199
- msgstr "出力を生成できません。ログファイルを確認してください"
200
-
201
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:145
202
- msgid "No proxy selected!"
203
- msgstr "プロキシーが選択されていません!"
204
-
205
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:151
206
- msgid "Invalid proxy selected!"
207
- msgstr "無効なプロキシーが選択されました!"
208
-
209
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:168
210
- msgid "Failed to set %{proxy_type} proxy for %{host}."
211
- msgstr "%{host} に %{proxy_type} プロキシーを設定できませんでした。"
212
-
213
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174
214
- msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
215
- msgstr "選択したホストの %{proxy_type} プロキシーが %{proxy_name} に設定されました"
216
-
217
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
218
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
219
- msgid "The %{proxy_type} proxy of the selected hosts was cleared."
220
- msgstr "選択したホストの %{proxy_type} プロキシーが消去されました。"
221
-
222
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
223
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
224
- msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
225
- msgid_plural ""
226
- "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
227
- msgstr[0] "ホスト: %{host_names} に %{proxy_type} プロキシーを設定できませんでした。"
228
-
229
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
230
- msgid ""
231
- "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
232
- msgstr "選択したホストの %{proxy_type} プロキシーが %{proxy_name} に設定されました。"
233
-
234
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
235
- msgid "Puppet"
236
- msgstr "Puppet"
237
-
238
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:211
239
- msgid "Puppet CA"
240
- msgstr "Puppet CA"
241
-
242
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:15
243
- msgid "List of config groups"
244
- msgstr "設定グループの一覧"
245
-
246
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:23
247
- msgid "Show a config group"
248
- msgstr "設定グループの表示"
249
-
250
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:36
251
- msgid "Create a config group"
252
- msgstr "設定グループの作成"
253
-
254
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:44
255
- msgid "Update a config group"
256
- msgstr "設定グループの更新"
257
-
258
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:52
259
- msgid "Delete a config group"
260
- msgstr "設定グループの削除"
261
-
262
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:14
263
- msgid "List all environments"
264
- msgstr "すべての環境を一覧表示"
265
-
266
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:15
267
- msgid "List environments of Puppet class"
268
- msgstr "Puppet クラスの環境を一覧表示"
269
-
270
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:16
271
- msgid "List environments per location"
272
- msgstr "ロケーションごとに環境を一覧表示"
273
-
274
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:17
275
- msgid "List environments per organization"
276
- msgstr "組織ごとに環境を一覧表示"
277
-
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
284
- msgid "ID of Puppet class"
285
- msgstr "Puppet クラスの ID"
286
-
287
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:27
288
- msgid "Show an environment"
289
- msgstr "環境の表示"
290
-
291
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:40
292
- msgid "Create an environment"
293
- msgstr "環境の作成"
294
-
295
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:48
296
- msgid "Update an environment"
297
- msgstr "環境の更新"
298
-
299
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:56
300
- msgid "Delete an environment"
301
- msgstr "環境の削除"
302
-
303
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:12
304
- msgid "List all Puppet class IDs for host"
305
- msgstr "ホストのすべての Puppet クラス ID を一覧表示"
306
-
307
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:18
308
- msgid "Add a Puppet class to host"
309
- msgstr "Puppet クラスをホストに追加"
310
-
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
315
- msgid "ID of host"
316
- msgstr "ホストの ID"
317
-
318
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:27
319
- msgid "Remove a Puppet class from host"
320
- msgstr "ホストから Puppet クラスを削除"
321
-
322
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:11
323
- msgid "List all Puppet class IDs for host group"
324
- msgstr "ホストグループのすべての Puppet クラス ID を一覧表示"
325
-
326
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:17
327
- msgid "Add a Puppet class to host group"
328
- msgstr "Puppet クラスをホストグループに追加"
329
-
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
334
- msgid "ID of host group"
335
- msgstr "ホストグループの ID"
336
-
337
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:26
338
- msgid "Remove a Puppet class from host group"
339
- msgstr "ホストグループからの Puppet クラスの削除"
340
-
341
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:19
342
- msgid "List of override values for a specific smart class parameter"
343
- msgstr "特定スマートクラスパラメーターの上書き値の一覧"
344
-
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
349
- msgid "Display hidden values"
350
- msgstr "非表示の値の表示"
351
-
352
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:27
353
- msgid "Show an override value for a specific smart class parameter"
354
- msgstr "特定スマートクラスパラメーターの上書き値を表示"
355
-
356
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:37
357
- msgid "Override match"
358
- msgstr "一致候補の上書き"
359
-
360
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:38
361
- msgid "Override value, required if omit is false"
362
- msgstr "上書き値 (omit が false の場合に必要)"
363
-
364
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:39
365
- msgid "Foreman will not send this parameter in classification output"
366
- msgstr "Foreman では、このパラメーターは分類出力で送信されません。"
367
-
368
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:43
369
- msgid "Create an override value for a specific smart class parameter"
370
- msgstr "特定スマートクラスパラメーターの上書き値を作成"
371
-
372
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:53
373
- msgid "Update an override value for a specific smart class parameter"
374
- msgstr "特定スマートクラスパラメーターの上書き値を更新"
375
-
376
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62
377
- msgid "Delete an override value for a specific smart class parameter"
378
- msgstr "特定スマートクラスパラメーターの上書き値の削除"
379
-
380
- #: ../app/controllers/foreman_puppet/api/v2/puppet_lookups_common_controller.rb:112
381
- msgid "%{model} with id '%{id}' was not found"
382
- msgstr "id '%{id}' の %{model} が見つかりませんでした"
383
-
384
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:14
385
- msgid "List all Puppet classes"
386
- msgstr "すべての Puppet クラスを一覧表示する"
387
-
388
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:15
389
- msgid "List all Puppet classes for a host"
390
- msgstr "ホストのすべての Puppet クラスを一覧表示"
391
-
392
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:16
393
- msgid "List all Puppet classes for a host group"
394
- msgstr "ホストグループのすべての Puppet クラスを一覧表示"
395
-
396
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:17
397
- msgid "List all Puppet classes for an environment"
398
- msgstr "環境のすべての Puppet クラスを一覧表示"
399
-
400
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:49
401
- msgid "Show a Puppet class"
402
- msgstr "Puppet クラスの表示"
403
-
404
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:50
405
- msgid "Show a Puppet class for host"
406
- msgstr "ホストの Puppet クラスの表示"
407
-
408
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:51
409
- msgid "Show a Puppet class for a host group"
410
- msgstr "ホストグループの Puppet クラスの表示"
411
-
412
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:52
413
- msgid "Show a Puppet class for an environment"
414
- msgstr "環境の Puppet クラスの表示"
415
-
416
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:67
417
- msgid "Create a Puppet class"
418
- msgstr "Puppet クラスの作成"
419
-
420
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:75
421
- msgid "Update a Puppet class"
422
- msgstr "Puppet クラスの更新"
423
-
424
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:84
425
- msgid "Delete a Puppet class"
426
- msgstr "Puppet クラスの削除"
427
-
428
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:13
429
- msgid "List all smart class parameters"
430
- msgstr "すべてのスマートクラスパラメーターを一覧表示"
431
-
432
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:14
433
- msgid "List of smart class parameters for a specific host"
434
- msgstr "特定ホストのスマートクラスパラメーターの一覧"
435
-
436
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:15
437
- msgid "List of smart class parameters for a specific host group"
438
- msgstr "特定ホストグループのスマートクラスパラメーターの一覧"
439
-
440
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:16
441
- msgid "List of smart class parameters for a specific Puppet class"
442
- msgstr "特定 Puppet クラスのスマートクラスパラメーターの一覧"
443
-
444
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:17
445
- msgid "List of smart class parameters for a specific environment"
446
- msgstr "特定の環境のスマートクラスパラメーターの一覧"
447
-
448
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
449
- msgid ""
450
- "List of smart class parameters for a specific environment/Puppet class "
451
- "combination"
452
- msgstr "特定の環境/Puppet クラスの組み合わせ用のスマートクラスパラメーターの一覧"
453
-
454
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
455
- msgid "Show a smart class parameter"
456
- msgstr "スマートクラスパラメーターの表示"
457
-
458
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:41
459
- msgid "Update a smart class parameter"
460
- msgstr "スマートクラスパラメーターの更新"
461
-
462
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:45
463
- msgid "Whether the smart class parameter value is managed by Foreman"
464
- msgstr "スマートクラスパラメーター値が Foreman によって管理されているかどうか"
465
-
466
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:46
467
- msgid "Description of smart class"
468
- msgstr "スマートクラスの説明"
469
-
470
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:47
471
- msgid "Value to use when there is no match"
472
- msgstr "一致がない場合に使用する値"
473
-
474
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:48
475
- msgid "When enabled the parameter is hidden in the UI"
476
- msgstr "有効な場合はパラメーターは UI で非表示になります"
477
-
478
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
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
- "マニフェストで定義された値を使用します"
485
-
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
488
- msgid "The order in which values are resolved"
489
- msgstr "値が解決される順序"
490
-
491
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:52
492
- msgid "Types of validation values"
493
- msgstr "検証値のタイプ"
494
-
495
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:53
496
- msgid "Used to enforce certain values for the parameter values"
497
- msgstr "パラメーター値の特定の値を適用するために使用されます"
498
-
499
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:55
500
- msgid "Types of variable values"
501
- msgstr "変数値のタイプ"
502
-
503
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
504
- msgid ""
505
- "If true, will raise an error if there is no default value and no matcher "
506
- "provide a value"
507
- msgstr "true の場合は、デフォルト値がなく、Matcher が値を提供しないときにエラーが発生します"
508
-
509
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
510
- msgid "Merge all matching values (only array/hash type)"
511
- msgstr "一致するすべての値のマージ (配列/ハッシュタイプのみ)"
512
-
513
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
514
- msgid "Include default value when merging all matching values"
515
- msgstr "一致するすべての値をマージするときにデフォルト値を含めます"
516
-
517
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
518
- msgid "Remove duplicate values (only array type)"
519
- msgstr "重複する値の削除 (配列タイプのみ)"
520
-
521
- #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:61
522
- msgid "Successfully overridden all parameters of Puppet class %s"
523
- msgstr "Puppet クラス %s のすべてのパラメーターが正常に上書きされました"
524
-
525
- #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
526
- msgid ""
527
- "Successfully reset all parameters of Puppet class %s to their default values"
528
- msgstr "Puppet クラス %s の全パラメーターをデフォルト値に正常にリセットしました"
529
-
530
- #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
531
- msgid "No parameters to override for Puppet class %s"
532
- msgstr "Puppet クラス %s で上書きするパラメーターはありません"
533
-
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
537
- msgid "Create Puppet Environment"
538
- msgstr "Puppet 環境の作成"
539
-
540
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:11
541
- msgid "Change Environment"
542
- msgstr "環境の変更"
543
-
544
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:13
545
- msgid "Change Puppet Master"
546
- msgstr "Puppet マスターの変更"
547
-
548
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:22
549
- msgid "Puppet YAML"
550
- msgstr "Puppet YAML"
551
-
552
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:22
553
- msgid "Puppet external nodes YAML dump"
554
- msgstr "Puppet 外部ノード YAML ダンプ"
555
-
556
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:34
557
- msgid "Puppet Environment"
558
- msgstr "Puppet 環境"
559
-
560
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:32
561
- msgid "Omit from classification output"
562
- msgstr "分類出力からの省略"
563
-
564
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:39
565
- msgid "Override this value"
566
- msgstr "この値の上書き"
567
-
568
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:43
569
- msgid "Remove this override"
570
- msgstr "この上書きの削除"
571
-
572
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:75
573
- msgid "Default value"
574
- msgstr "デフォルト値"
575
-
576
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:93
577
- msgid "Original value info"
578
- msgstr "元の値の情報"
579
-
580
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:99
581
- msgid ""
582
- "<b>Description:</b> %{desc}<br/>\n"
583
- " <b>Type:</b> %{type}<br/>\n"
584
- " <b>Matcher:</b> %{matcher}<br/>\n"
585
- " <b>Inherited value:</b> %{inherited_value}"
586
- msgstr ""
587
- "<b>説明:</b> %{desc}<br/>\n"
588
- " <b>タイプ:</b> %{type}<br/>\n"
589
- " <b>Matcher:</b> %{matcher}<br/>\n"
590
- " <b>継承値:</b> %{inherited_value}"
591
-
592
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:113
593
- msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
594
- msgstr "値なしの必須パラメーターです。<br/><b>上書きしてください!</b><br/>"
595
-
596
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
597
- msgid ""
598
- "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
599
- " will be empty.</i><br/>"
600
- msgstr "値なしの任意パラメーターです。<br/><i>引き続き Foreman により管理されます。値は空白になります。</i><br/>"
601
-
602
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
603
- msgid "Empty environment"
604
- msgstr "空の環境"
605
-
606
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:7
607
- msgid "Deleted environment"
608
- msgstr "削除済みの環境"
609
-
610
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:9
611
- msgid "Deleted environment %{env} and %{pcs}"
612
- msgstr "削除済みの環境 %{env} および %{pcs}"
613
-
614
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:11
615
- msgid "Ignored environment"
616
- msgstr "無視された環境"
617
-
618
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:18
619
- msgid "Import"
620
- msgstr "インポート"
621
-
622
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:22
623
- msgid "Import environments from %s"
624
- msgstr "%s からの環境のインポート"
625
-
626
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:22
627
- msgid "Import classes from %s"
628
- msgstr "%s からのクラスのインポート"
629
-
630
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:45
631
- msgid "%{name} has %{num_tag} class"
632
- msgid_plural "%{name} has %{num_tag} classes"
633
- msgstr[0] "%{name} には %{num_tag} クラスが含まれます"
634
-
635
- #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
636
- #: ../webpack/src/foreman_class_edit.js:55
637
- msgid "Click to remove %s"
638
- msgstr "クリックして %s を削除"
639
-
640
- #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:46
641
- msgid "Click to add %s"
642
- msgstr "クリックして %s を追加"
643
-
644
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
645
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
646
- msgid "None"
647
- msgstr "なし"
648
-
649
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:14
650
- msgid ""
651
- "When editing a template, you must assign a list \\\n"
652
- " of operating systems which this template can be used with. Optionally, you can \\\n"
653
- " restrict a template to a list of host groups and/or environments."
654
- msgstr ""
655
- "テンプレートの編集時に、このテンプレートを使用できる \\\n"
656
- " オペレーティングシステムの一覧を割り当てる必要があります。オプションで、テンプレート \\\n"
657
- " をホストグループや環境の一覧に制限することができます。"
658
-
659
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:18
660
- msgid ""
661
- "When a Host requests a template (e.g. during provisioning), Foreman \\\n"
662
- " will select the best match from the available templates of that type, in the \\\n"
663
- " following order:"
664
- msgstr ""
665
- "ホストがテンプレートを要求する際 (例: プロビジョニング時) に、Foreman \\\n"
666
- " は以下の順序で、該当タイプの利用可能なテンプレートからベストマッチ \\\n"
667
- " を選択します:"
668
-
669
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:22
670
- msgid "Host group and Environment"
671
- msgstr "ホストグループと環境"
672
-
673
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:23
674
- msgid "Host group only"
675
- msgstr "ホストグループのみ"
676
-
677
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:24
678
- msgid "Environment only"
679
- msgstr "環境のみ"
680
-
681
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:25
682
- msgid "Operating system default"
683
- msgstr "オペレーティングシステムのデフォルト"
684
-
685
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
686
- msgid ""
687
- "The final entry, Operating System default, can be set by editing the %s "
688
- "page."
689
- msgstr "最終エントリーのオペレーティングシステムのデフォルトは、%s ページを編集して設定できます。"
690
-
691
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
692
- msgid "Operating System"
693
- msgstr "オペレーティングシステム"
694
-
695
- #: ../app/models/foreman_puppet/environment.rb:44
696
- msgid "Can't find a valid Foreman Proxy with a Puppet feature"
697
- msgstr "Puppet 機能を持つ有効な Foreman プロキシーが見つかりません"
698
-
699
- #: ../app/models/foreman_puppet/host_puppet_facet.rb:61
700
- msgid "%{puppetclass} does not belong to the %{environment} environment"
701
- msgstr "%{puppetclass} は %{environment} 環境に属していません"
702
-
703
- #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
704
- msgid ""
705
- "Failed to import %{klass} for %{name}: doesn't exists in our database - "
706
- "ignoring"
707
- msgstr "%{name} の %{klass} のインポートに失敗しました: データベースに存在しません - 無視します"
708
-
709
- #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
710
- msgid ""
711
- "with id %{object_id} doesn't exist or is not assigned to proper organization"
712
- " and/or location"
713
- msgstr "id %{object_id} が存在しないか、適切な組織またはロケーションに割り当てられていません"
714
-
715
- #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
716
- msgid "must be true to edit the parameter"
717
- msgstr "パラメーターを編集するには true に設定する必要があります"
718
-
719
- #: ../app/services/foreman_puppet/input_type/puppet_parameter_input.rb:24
720
- msgid "Puppet parameter"
721
- msgstr "Puppet パラメーター"
722
-
723
- #: ../app/services/foreman_puppet/puppet_class_importer.rb:16
724
- msgid "Can't find a valid Proxy with a Puppet feature"
725
- msgstr "Puppet 機能を持つ有効なプロキシーが見つかりません"
726
-
727
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:1
728
- msgid "Changed environments"
729
- msgstr "変更済みの環境"
730
-
731
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:3
732
- msgid "Select the changes you want to apply to Foreman"
733
- msgstr "Foreman に適用する変更を選択してください"
734
-
735
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:5
736
- msgid "Toggle"
737
- msgstr "切り替え"
738
-
739
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:6
740
- msgid "New"
741
- msgstr "新規"
742
-
743
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:8
744
- msgid "Check/Uncheck new"
745
- msgstr "新規の選択/選択解除"
746
-
747
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:9
748
- msgid "Updated"
749
- msgstr "更新済み"
750
-
751
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:11
752
- msgid "Check/Uncheck updated"
753
- msgstr "更新版の選択/選択解除"
754
-
755
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:12
756
- msgid "Obsolete"
757
- msgstr "旧版"
758
-
759
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:14
760
- msgid "Check/Uncheck obsolete"
761
- msgstr "旧版の選択/選択解除"
762
-
763
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:22
764
- msgid "Check/Uncheck all"
765
- msgstr "すべて選択/選択解除"
766
-
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
772
- msgid "Environment"
773
- msgstr "環境"
774
-
775
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:25
776
- msgid "Operation"
777
- msgstr "操作"
778
-
779
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:26
780
- msgid "Puppet Modules"
781
- msgstr "Puppet モジュール"
782
-
783
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:39
784
- msgid "Check/Uncheck all %s changes"
785
- msgstr "%s のすべての変更を選択/選択解除"
786
-
787
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
788
- msgid "Add:"
789
- msgstr "追加:"
790
-
791
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
792
- msgid "Remove:"
793
- msgstr "削除:"
794
-
795
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
796
- msgid "Update:"
797
- msgstr "更新:"
798
-
799
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
800
- msgid "Ignored:"
801
- msgstr "無視:"
802
-
803
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:59
804
- msgid "Cancel"
805
- msgstr "取り消し"
806
-
807
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:60
808
- msgid "Update"
809
- msgstr "更新"
810
-
811
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
812
- msgid "included already from parent"
813
- msgstr "すでに親から組み込まれています"
814
-
815
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
816
- #: ../app/views/provisioning_templates/_combination.html.erb:4
817
- msgid "Remove"
818
- msgstr "削除"
819
-
820
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
821
- msgid "Add"
822
- msgstr "追加"
823
-
824
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
825
- msgid "%s is not in environment"
826
- msgstr "%s は環境内にありません"
827
-
828
- #: ../app/views/foreman_puppet/config_groups/_config_groups_selection.html.erb:4
829
- msgid "Included Config Groups"
830
- msgstr "組み込まれた設定グループ"
831
-
832
- #: ../app/views/foreman_puppet/config_groups/_config_groups_selection.html.erb:21
833
- msgid "Available Config Groups"
834
- msgstr "選択可能な設定グループ"
835
-
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
839
- msgid "Edit %s"
840
- msgstr "%s の編集"
841
-
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
846
- msgid "Config Groups"
847
- msgstr "設定グループ"
848
-
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
852
- msgid "Create Config Group"
853
- msgstr "設定グループの作成"
854
-
855
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
856
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
857
- msgid "Puppet Classes"
858
- msgstr "Puppet クラス"
859
-
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
863
- msgid "Hosts"
864
- msgstr "ホスト"
865
-
866
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
867
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
868
- msgid "Host Groups"
869
- msgstr "ホストグループ"
870
-
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
874
- msgid "Actions"
875
- msgstr "アクション"
876
-
877
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
878
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
879
- msgid "Delete %s?"
880
- msgstr "%s を削除しますか?"
881
-
882
- #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
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 つのステップで追加するために使用されます。"
891
-
892
- #: ../app/views/foreman_puppet/environments/_form.html.erb:6
893
- msgid "Locations"
894
- msgstr "ロケーション"
895
-
896
- #: ../app/views/foreman_puppet/environments/_form.html.erb:9
897
- msgid "Organizations"
898
- msgstr "組織"
899
-
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
903
- msgid "Puppet Environments"
904
- msgstr "Puppet 環境"
905
-
906
- #: ../app/views/foreman_puppet/environments/index.html.erb:8
907
- msgid "Environment|Name"
908
- msgstr "名前"
909
-
910
- #: ../app/views/foreman_puppet/environments/index.html.erb:22
911
- #: ../lib/foreman_puppet/register.rb:168
912
- msgid "Classes"
913
- msgstr "クラス"
914
-
915
- #: ../app/views/foreman_puppet/environments/new.html.erb:1
916
- msgid "Create Environment"
917
- msgstr "環境の作成"
918
-
919
- #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
920
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
921
- msgid "Puppet environments"
922
- msgstr "Puppet 環境"
923
-
924
- #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:5
925
- msgid "Number of classes"
926
- msgstr "クラスの数"
927
-
928
- #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:15
929
- msgid "Total"
930
- msgstr "合計"
931
-
932
- #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:25
933
- msgid "No environments found"
934
- msgstr "環境が見つかりません"
935
-
936
- #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
937
- msgid ""
938
- "There are no puppet environments set up on this puppet master. Please check "
939
- "the puppet master configuration."
940
- msgstr "この puppet マスターには puppet 環境がセットアップされていません。puppet マスター設定を確認してください。"
941
-
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
946
- msgid "Smart Class Parameters"
947
- msgstr "スマートクラスパラメーター"
948
-
949
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:6
950
- msgid "Parameter"
951
- msgstr "パラメーター"
952
-
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
956
- msgid "Puppet Class"
957
- msgstr "Puppet クラス"
958
-
959
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:8
960
- msgid "Number of Overrides"
961
- msgstr "上書き数"
962
-
963
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
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
- "に従い、パラメーターを検出してインポートし、そのパラメーターをサポートするクラスに直接渡すことができます。"
971
-
972
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
973
- msgid "Included Classes"
974
- msgstr "組み込み済みのクラス"
975
-
976
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
977
- #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
978
- msgid "Not authorized to edit classes"
979
- msgstr "クラスを編集する権限がありません"
980
-
981
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:37
982
- msgid "Inherited Classes from %s"
983
- msgstr "%s から継承されたクラス"
984
-
985
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:56
986
- msgid "Available Classes"
987
- msgstr "利用可能なクラス"
988
-
989
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:59
990
- msgid "Filter classes"
991
- msgstr "クラスのフィルター"
992
-
993
- #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
994
- #: ../webpack/src/foreman_class_edit.js:84
995
- msgid "belongs to config group"
996
- msgstr "設定グループに属します"
997
-
998
- #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:5
999
- msgid "Name"
1000
- msgstr "名前"
1001
-
1002
- #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:6
1003
- msgid "Value"
1004
- msgstr "値"
1005
-
1006
- #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:7
1007
- msgid "Omit"
1008
- msgstr "省略"
1009
-
1010
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
1011
- msgid ""
1012
- "The class could not be saved because of an error in one of the class "
1013
- "parameters."
1014
- msgstr "クラスパラメーターのいずれかにエラーがあるため、このクラスは保存できませんでした。"
1015
-
1016
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
1017
- msgid "Smart Class Parameter"
1018
- msgstr "スマートクラスパラメーター"
1019
-
1020
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:15
1021
- msgid "Host groups"
1022
- msgstr "ホストグループ"
1023
-
1024
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:22
1025
- msgid "This Puppet class has no parameters in its signature."
1026
- msgstr "この Puppet クラスの署名にはパラメーターがありません。"
1027
-
1028
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
1029
- msgid ""
1030
- "To update the class signature, go to the Puppet Classes page and select "
1031
- "\"Import\"."
1032
- msgstr "クラス署名を更新するには「Puppet クラス」ページに移動して「インポート」を選択します。"
1033
-
1034
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
1035
- msgid "Filter by name"
1036
- msgstr "名前でフィルター"
1037
-
1038
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:34
1039
- msgid "All environments - (not filtered)"
1040
- msgstr "すべての環境 - (フィルターなし)"
1041
-
1042
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:46
1043
- msgid "Overridden"
1044
- msgstr "上書き済み"
1045
-
1046
- #: ../app/views/foreman_puppet/puppetclasses/edit.html.erb:1
1047
- msgid "Edit Puppet Class %s"
1048
- msgstr "Puppet クラス %s の編集"
1049
-
1050
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:9
1051
- msgid "Puppetclass|Name"
1052
- msgstr "名前"
1053
-
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
1058
- msgid "Environments"
1059
- msgstr "環境"
1060
-
1061
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:13
1062
- msgid "Parameters"
1063
- msgstr "パラメーター"
1064
-
1065
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
1066
- msgid "Override all parameters"
1067
- msgstr "すべてのパラメーターの上書き"
1068
-
1069
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
1070
- msgid "This will set all parameters of the class %s as overridden. Continue?"
1071
- msgstr "これは、クラス %s のすべてのパラメーターを上書き済みとして設定します。続行しますか?"
1072
-
1073
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
1074
- msgid "Set parameters to defaults"
1075
- msgstr "パラメーターをデフォルトに設定"
1076
-
1077
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
1078
- msgid ""
1079
- "This will reset parameters of the class %s to their default values. "
1080
- "Continue?"
1081
- msgstr "この操作ではクラス %s のパラメーターをデフォルト値にリセットします。続行しますか?"
1082
-
1083
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
1084
- msgid "Notice"
1085
- msgstr "通知"
1086
-
1087
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
1088
- msgid "Please select an environment first"
1089
- msgstr "まず環境を選択してください"
1090
-
1091
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
1092
- msgid "Puppet Class Parameters"
1093
- msgstr "Puppet クラスパラメーター"
1094
-
1095
- #: ../app/views/hosts/select_multiple_environment.html.erb:4
1096
- msgid "Select environment"
1097
- msgstr "環境の選択"
1098
-
1099
- #: ../app/views/hosts/select_multiple_environment.html.erb:5
1100
- msgid "*Clear environment*"
1101
- msgstr "*環境をクリア*"
1102
-
1103
- #: ../app/views/hosts/select_multiple_environment.html.erb:6
1104
- msgid "*Inherit from host group*"
1105
- msgstr "*ホストグループから継承*"
1106
-
1107
- #: ../app/views/provisioning_templates/_combination.html.erb:2
1108
- msgid "Hostgroup"
1109
- msgstr "ホストグループ"
1110
-
1111
- #: ../app/views/provisioning_templates/_combination.html.erb:4
1112
- msgid "Remove Combination"
1113
- msgstr "組み合わせの削除"
1114
-
1115
- #: ../app/views/provisioning_templates/_combinations.html.erb:1
1116
- msgid "Valid Host Group and Environment Combinations"
1117
- msgstr "有効なホストグループと環境の組み合わせ"
1118
-
1119
- #: ../app/views/provisioning_templates/_combinations.html.erb:6
1120
- msgid "Add Combination"
1121
- msgstr "組み合わせの追加"
1122
-
1123
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
1124
- msgid "General"
1125
- msgstr "全般"
1126
-
1127
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
1128
- msgid "Hosts managed:"
1129
- msgstr "管理されるホスト:"
1130
-
1131
- #: ../lib/foreman_puppet/register.rb:7
1132
- msgid "Facts"
1133
- msgstr "ファクト"
1134
-
1135
- #: ../lib/foreman_puppet/register.rb:10
1136
- msgid ""
1137
- "Foreman will default to this puppet environment if it cannot auto detect one"
1138
- msgstr "Foreman は、自動検出できない場合にこの puppet 環境にデフォルト設定されます"
1139
-
1140
- #: ../lib/foreman_puppet/register.rb:12
1141
- msgid "Default Puppet environment"
1142
- msgstr "デフォルトの Puppet 環境"
1143
-
1144
- #: ../lib/foreman_puppet/register.rb:16
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
- "で設定される環境間の競合を避けられます"
1152
-
1153
- #: ../lib/foreman_puppet/register.rb:19
1154
- msgid "ENC environment"
1155
- msgstr "ENC 環境"
1156
-
1157
- #: ../lib/foreman_puppet/register.rb:22
1158
- msgid "Foreman will update a host's environment from its facts"
1159
- msgstr "Foreman はホスト環境をそのファクトで更新します"
1160
-
1161
- #: ../lib/foreman_puppet/register.rb:24
1162
- msgid "Update environment from facts"
1163
- msgstr "ファクトから環境を更新"
1164
-
1165
- #: ../lib/foreman_puppet/register.rb:27
1166
- msgid "Config Management"
1167
- msgstr "設定管理"
1168
-
1169
- #: ../lib/foreman_puppet/register.rb:30
1170
- msgid ""
1171
- "Duration in minutes after servers reporting via Puppet are classed as out of"
1172
- " sync."
1173
- msgstr "Puppet 経由で報告するサーバーが非同期として分類されるまでの期間 (分単位)。"
1174
-
1175
- #: ../lib/foreman_puppet/register.rb:32
1176
- msgid "Puppet interval"
1177
- msgstr "Puppet の間隔"
1178
-
1179
- #: ../lib/foreman_puppet/register.rb:35
1180
- msgid ""
1181
- "Disable host configuration status turning to out of sync for %s after report"
1182
- " does not arrive within configured interval"
1183
- msgstr "設定した間隔でレポートが到達しない場合に、%s のホスト設定ステータスが非同期に切り替わらないように無効にします"
1184
-
1185
- #: ../lib/foreman_puppet/register.rb:37
1186
- msgid "%s out of sync disabled"
1187
- msgstr "%s の非同期切り替えを無効にしました"
1188
-
1189
- #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
1190
- msgid "Puppet ENC"
1191
- msgstr "Puppet ENC"
1192
-
1193
- #: ../webpack/src/foreman_class_edit.js:146
1194
- msgid "Click to remove config group"
1195
- msgstr "クリックして設定グループを削除"
1196
-
1197
- #: ../webpack/src/foreman_class_edit.js:149
1198
- msgid " Remove"
1199
- msgstr " 削除"
1200
-
1201
- #: ../webpack/src/foreman_puppet_host_form.js:32
1202
- msgid "Loading parameters..."
1203
- msgstr "パラメーターのロード中..."
1204
-
1205
- #: action_names.rb:2
1206
- msgid "Action with sub plans"
1207
- msgstr "サブプランによるアクション"
1208
-
1209
- #: action_names.rb:3
1210
- msgid "Import facts"
1211
- msgstr "ファクトのインポート"
1212
-
1213
- #: action_names.rb:4
1214
- msgid "Import Puppet classes"
1215
- msgstr "Puppet クラスのインポート"
1216
-
1217
- #: action_names.rb:5
1218
- msgid "Remote action:"
1219
- msgstr "リモートアクション:"
1220
-
1221
- #: gemspec.rb:2
1222
- msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
1223
- msgstr ""