foreman_puppet 5.1.2 → 5.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb +5 -0
- data/app/views/foreman_puppet/environments/welcome.html.erb +3 -3
- data/app/views/foreman_puppet/puppetclasses/_selected_classes.html.erb +6 -1
- data/app/views/smart_proxies/plugins/_puppet.html.erb +1 -2
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/ca/foreman_puppet.edit.po +180 -251
- data/locale/cs_CZ/foreman_puppet.edit.po +175 -228
- data/locale/de/foreman_puppet.edit.po +220 -343
- data/locale/en/foreman_puppet.edit.po +234 -86
- data/locale/en_GB/foreman_puppet.edit.po +169 -214
- data/locale/es/foreman_puppet.edit.po +223 -337
- data/locale/fr/foreman_puppet.edit.po +223 -343
- data/locale/gl/foreman_puppet.edit.po +171 -224
- data/locale/it/foreman_puppet.edit.po +188 -266
- data/locale/ja/foreman_puppet.edit.po +190 -251
- data/locale/ka/foreman_puppet.edit.po +1160 -0
- data/locale/ko/foreman_puppet.edit.po +171 -217
- data/locale/nl_NL/foreman_puppet.edit.po +184 -257
- data/locale/pl/foreman_puppet.edit.po +191 -275
- data/locale/pt_BR/foreman_puppet.edit.po +227 -349
- data/locale/ru/foreman_puppet.edit.po +191 -272
- data/locale/sv_SE/foreman_puppet.edit.po +172 -223
- data/locale/zh_CN/foreman_puppet.edit.po +192 -241
- data/locale/zh_TW/foreman_puppet.edit.po +173 -217
- data/webpack/src/Extends/Host/PuppetTab/index.js +1 -0
- data/webpack/src/foreman_puppet_host_form.js +3 -0
- metadata +64 -71
- data/app/views/provisioning_templates/temp/autoyast_orcharhino_finish.erb +0 -31
- data/app/views/provisioning_templates/temp/preseed_orcharhino_finish.erb +0 -90
- data/app/views/provisioning_templates/temp/provision/autoyast_orcharhino_default.erb +0 -336
- data/app/views/provisioning_templates/temp/snippet/_or_al_client.erb +0 -32
- data/app/views/provisioning_templates/temp/snippet/_or_deb_client.erb +0 -175
- data/app/views/provisioning_templates/temp/snippet/_or_ol_client.erb +0 -37
- data/app/views/provisioning_templates/temp/snippet/_or_sles_client.erb +0 -85
- data/locale/messages.mo +0 -0
- /data/locale/{en/foreman_puppet.pox → ka/foreman_puppet.po.time_stamp} +0 -0
|
@@ -2,23 +2,22 @@
|
|
|
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
|
# Martin Liu <liuzh66@gmail.com>, 2021
|
|
8
|
-
# tim123, 2021
|
|
9
8
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
|
|
10
9
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2021
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
|
|
10
|
+
# tim123, 2022
|
|
11
|
+
# Amit Upadhye <aupadhye@redhat.com>, 2022
|
|
12
|
+
#
|
|
14
13
|
msgid ""
|
|
15
14
|
msgstr ""
|
|
16
|
-
"Project-Id-Version: foreman_puppet
|
|
15
|
+
"Project-Id-Version: foreman_puppet 5.0.0\n"
|
|
17
16
|
"Report-Msgid-Bugs-To: \n"
|
|
18
|
-
"POT-Creation-Date: 2021-11-10 11:17+0000\n"
|
|
19
17
|
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
|
20
|
-
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>,
|
|
21
|
-
"Language-Team: Chinese (China) (https://www.transifex.com/foreman/teams/114/
|
|
18
|
+
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
|
|
19
|
+
"Language-Team: Chinese (China) (https://www.transifex.com/foreman/teams/114/zh"
|
|
20
|
+
"_CN/)\n"
|
|
22
21
|
"MIME-Version: 1.0\n"
|
|
23
22
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
24
23
|
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -26,34 +25,23 @@ msgstr ""
|
|
|
26
25
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
27
26
|
|
|
28
27
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
|
|
29
|
-
msgid ""
|
|
30
|
-
"
|
|
31
|
-
"like true/false and yes/no in config/ignored_environments.yml"
|
|
32
|
-
msgstr ""
|
|
33
|
-
"已找到被忽略的生成布尔值的环境名称。请用引号刮起 config/ignored_environments.yml 中的 true/false 以及 "
|
|
34
|
-
"yes/no 之类的字符串"
|
|
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 之类的字符串"
|
|
35
30
|
|
|
36
|
-
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
|
|
37
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
|
|
31
|
+
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:84
|
|
38
32
|
msgid "No changes to your environments detected"
|
|
39
33
|
msgstr "未探测到您的环境有任何变化"
|
|
40
34
|
|
|
41
35
|
#: ../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"
|
|
36
|
+
msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
|
|
45
37
|
msgstr "成功使用磁盘 Puppet 安装更新环境及 Puppet 类别"
|
|
46
38
|
|
|
47
39
|
#: ../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"
|
|
40
|
+
msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
|
|
51
41
|
msgstr "无法使用磁盘 Puppet 安装更新环境及 Puppet 类别:%s"
|
|
52
42
|
|
|
53
43
|
#: ../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"
|
|
44
|
+
msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
|
|
57
45
|
msgstr "没有找到可用来导入环境的智能代理服务器,请确保至少有一个智能代理服务器注册了 'puppet' 功能"
|
|
58
46
|
|
|
59
47
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
|
|
@@ -84,51 +72,40 @@ msgstr "已过时,首选使用 hostgroup/puppet_attributes/puppetclass_ids"
|
|
|
84
72
|
msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
|
|
85
73
|
msgstr "已过时,首先使用 hostgroup/puppet_attributes/config_group_ids"
|
|
86
74
|
|
|
87
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
|
|
88
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
|
|
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
76
|
msgid "ID of associated puppet Environment"
|
|
90
77
|
msgstr "与 puppet 环境关联的 ID"
|
|
91
78
|
|
|
92
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
|
|
93
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
|
|
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
80
|
msgid "IDs of associated Puppetclasses"
|
|
95
81
|
msgstr "与 Puppetclasses 关联的 ID"
|
|
96
82
|
|
|
97
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
|
|
98
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
|
|
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
84
|
msgid "IDs of associated ConfigGroups"
|
|
100
85
|
msgstr "与 ConfigGroups 关联的 ID"
|
|
101
86
|
|
|
102
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
|
87
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
|
|
103
88
|
msgid "Import puppet classes from puppet proxy"
|
|
104
89
|
msgstr "从 puppet 代理服务器导入 puppet 类"
|
|
105
90
|
|
|
106
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
|
107
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
|
|
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
92
|
msgid "Import puppet classes from puppet proxy for an environment"
|
|
109
93
|
msgstr "从 puppet 代理服务器为环境导入 puppet 类别"
|
|
110
94
|
|
|
111
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
|
112
|
-
msgid ""
|
|
113
|
-
"
|
|
114
|
-
"'obsolete'that is used to limit the imported Puppet classes"
|
|
115
|
-
msgstr "自选用逗号分开包含 'new'、'updated' 或 'obsolete' 的字符串,用来限制导入的 Puppet 类别。"
|
|
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 "自选用逗号分开包含 'new'、'updated' 或 'obsolete' 的字符串,用来限制导入的 Puppet 类别"
|
|
116
98
|
|
|
117
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
|
118
|
-
msgid ""
|
|
119
|
-
"Failed to update the environments and Puppet classes from the on-disk puppet"
|
|
120
|
-
" installation: %s"
|
|
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
101
|
msgstr "使用磁盘 Puppet 安装更新环境及 Puppet 类别失败:%s"
|
|
122
102
|
|
|
123
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
|
103
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
|
|
124
104
|
msgid "The requested environment cannot be found."
|
|
125
|
-
msgstr ""
|
|
105
|
+
msgstr "无法找到请求的环境。"
|
|
126
106
|
|
|
127
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
|
128
|
-
|
|
129
|
-
msgid ""
|
|
130
|
-
"No proxy found to import classes from, ensure that the smart proxy has the "
|
|
131
|
-
"Puppet feature enabled."
|
|
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."
|
|
132
109
|
msgstr "没有找到可用来导入类别的代理服务器,请确定至少有一个启用 Puppet 的智能代理服务器。"
|
|
133
110
|
|
|
134
111
|
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
|
|
@@ -149,21 +126,19 @@ msgstr "更新模板组合"
|
|
|
149
126
|
|
|
150
127
|
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:21
|
|
151
128
|
msgid "ID of Puppet environment"
|
|
152
|
-
msgstr ""
|
|
129
|
+
msgstr "Puppet 环境的 ID"
|
|
153
130
|
|
|
154
131
|
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:26
|
|
155
132
|
msgid "environment id"
|
|
156
133
|
msgstr "环境 ID"
|
|
157
134
|
|
|
158
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
|
|
159
|
-
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
|
|
160
|
-
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
|
|
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
|
|
161
136
|
msgid "ID of environment"
|
|
162
|
-
msgstr "
|
|
137
|
+
msgstr "环境 ID"
|
|
163
138
|
|
|
164
139
|
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:10
|
|
165
140
|
msgid "List hosts per environment"
|
|
166
|
-
msgstr "
|
|
141
|
+
msgstr "列出各个环境的主机"
|
|
167
142
|
|
|
168
143
|
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:13
|
|
169
144
|
msgid "ID of puppet environment"
|
|
@@ -181,8 +156,7 @@ msgstr "已过时,首选使用 host/puppet_attributes/puppetclass_ids"
|
|
|
181
156
|
msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
|
|
182
157
|
msgstr "已过时,首选使用 host/puppet_attributes/config_group_ids"
|
|
183
158
|
|
|
184
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
|
|
185
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
|
|
159
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
|
|
186
160
|
msgid "No environment selected!"
|
|
187
161
|
msgstr "没有选择环境!"
|
|
188
162
|
|
|
@@ -204,30 +178,26 @@ msgstr "所选代理服务器无效!"
|
|
|
204
178
|
|
|
205
179
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:168
|
|
206
180
|
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
|
207
|
-
msgstr "无法为 %{host} 设置
|
|
181
|
+
msgstr "无法为 %{host} 设置 {proxy_type} 代理服务器。"
|
|
208
182
|
|
|
209
183
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174
|
|
210
184
|
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
|
|
211
185
|
msgstr "所选主机的 %{proxy_type} 代理服务器被设置为 %{proxy_name}"
|
|
212
186
|
|
|
213
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
|
|
214
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
|
|
187
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
|
|
215
188
|
msgid "The %{proxy_type} proxy of the selected hosts was cleared."
|
|
216
189
|
msgstr "所选主机的 %{proxy_type} 代理服务器已被清除。"
|
|
217
190
|
|
|
218
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
|
|
219
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
|
|
191
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
|
|
220
192
|
msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
|
|
221
|
-
msgid_plural ""
|
|
222
|
-
"The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
|
|
193
|
+
msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
|
|
223
194
|
msgstr[0] "无法为主机 %{host_names} 设置 %{proxy_type} 代理服务器。"
|
|
224
195
|
|
|
225
196
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
|
|
226
|
-
msgid ""
|
|
227
|
-
"The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
|
|
197
|
+
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
|
|
228
198
|
msgstr "所选主机的 %{proxy_type} 代理服务器被设置为 {proxy_name}。"
|
|
229
199
|
|
|
230
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
|
|
200
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204 ../lib/foreman_puppet/register.rb:231 ../webpack/src/Extends/Fills/index.js:12
|
|
231
201
|
msgid "Puppet"
|
|
232
202
|
msgstr "Puppet"
|
|
233
203
|
|
|
@@ -271,12 +241,7 @@ msgstr "列出各个位置的环境"
|
|
|
271
241
|
msgid "List environments per organization"
|
|
272
242
|
msgstr "列出各个机构的环境"
|
|
273
243
|
|
|
274
|
-
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
|
|
275
|
-
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
|
|
276
|
-
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
|
|
277
|
-
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
|
|
278
|
-
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
|
|
279
|
-
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
|
|
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
|
|
280
245
|
msgid "ID of Puppet class"
|
|
281
246
|
msgstr "Puppet 类别 ID"
|
|
282
247
|
|
|
@@ -304,12 +269,9 @@ msgstr "列出主机的所有 Puppet 类 ID"
|
|
|
304
269
|
msgid "Add a Puppet class to host"
|
|
305
270
|
msgstr "新增 Puppet 類別至主機"
|
|
306
271
|
|
|
307
|
-
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
|
|
308
|
-
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
|
|
309
|
-
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
|
|
310
|
-
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
|
|
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
273
|
msgid "ID of host"
|
|
312
|
-
msgstr "
|
|
274
|
+
msgstr "主机 ID"
|
|
313
275
|
|
|
314
276
|
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:27
|
|
315
277
|
msgid "Remove a Puppet class from host"
|
|
@@ -323,10 +285,7 @@ msgstr "列出主机组的所有 Puppet 类 ID"
|
|
|
323
285
|
msgid "Add a Puppet class to host group"
|
|
324
286
|
msgstr "为主机组添加一个 Puppet 类"
|
|
325
287
|
|
|
326
|
-
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
|
|
327
|
-
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
|
|
328
|
-
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
|
|
329
|
-
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
|
|
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
289
|
msgid "ID of host group"
|
|
331
290
|
msgstr "主机组 ID"
|
|
332
291
|
|
|
@@ -338,10 +297,7 @@ msgstr "从主机组中删除一个 Puppet 类"
|
|
|
338
297
|
msgid "List of override values for a specific smart class parameter"
|
|
339
298
|
msgstr "具体智能分类参数替代值列表"
|
|
340
299
|
|
|
341
|
-
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
|
|
342
|
-
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
|
|
343
|
-
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
|
|
344
|
-
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
|
|
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
301
|
msgid "Display hidden values"
|
|
346
302
|
msgstr "显示隐藏值"
|
|
347
303
|
|
|
@@ -442,9 +398,7 @@ msgid "List of smart class parameters for a specific environment"
|
|
|
442
398
|
msgstr "具体环境的智能类别参数列表"
|
|
443
399
|
|
|
444
400
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
|
|
445
|
-
msgid ""
|
|
446
|
-
"List of smart class parameters for a specific environment/Puppet class "
|
|
447
|
-
"combination"
|
|
401
|
+
msgid "List of smart class parameters for a specific environment/Puppet class combination"
|
|
448
402
|
msgstr "具体环境/Puppet 类别组合的智能类别参数列表"
|
|
449
403
|
|
|
450
404
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
|
|
@@ -472,13 +426,10 @@ msgid "When enabled the parameter is hidden in the UI"
|
|
|
472
426
|
msgstr "何时将启用的参数隐藏到 UI 中"
|
|
473
427
|
|
|
474
428
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
|
|
475
|
-
msgid ""
|
|
476
|
-
"Foreman will not send this parameter in classification output.Puppet will "
|
|
477
|
-
"use the value defined in the Puppet manifest for this parameter"
|
|
429
|
+
msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
|
|
478
430
|
msgstr "Foreman 不会在分类输出中发送此参数。Puppet 将使用 Puppet 清单中为此参数定义的值"
|
|
479
431
|
|
|
480
|
-
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
|
|
481
|
-
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
|
|
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
|
|
482
433
|
msgid "The order in which values are resolved"
|
|
483
434
|
msgstr "值解析的順序"
|
|
484
435
|
|
|
@@ -495,9 +446,7 @@ msgid "Types of variable values"
|
|
|
495
446
|
msgstr "变量值类型"
|
|
496
447
|
|
|
497
448
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
|
|
498
|
-
msgid ""
|
|
499
|
-
"If true, will raise an error if there is no default value and no matcher "
|
|
500
|
-
"provide a value"
|
|
449
|
+
msgid "If true, will raise an error if there is no default value and no matcher provide a value"
|
|
501
450
|
msgstr "如为 true,则会在没有默认值且没有匹配程序提供参数值时出错"
|
|
502
451
|
|
|
503
452
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
|
|
@@ -510,27 +459,28 @@ msgstr "合并所有匹配值时包括默认值"
|
|
|
510
459
|
|
|
511
460
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
|
|
512
461
|
msgid "Remove duplicate values (only array type)"
|
|
513
|
-
msgstr "
|
|
462
|
+
msgstr "删除重复值(仅用于阵列类型)"
|
|
514
463
|
|
|
515
464
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:61
|
|
516
465
|
msgid "Successfully overridden all parameters of Puppet class %s"
|
|
517
466
|
msgstr "成功覆盖 Puppet 类 %s 的所有参数"
|
|
518
467
|
|
|
519
468
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
|
|
520
|
-
msgid ""
|
|
521
|
-
"Successfully reset all parameters of Puppet class %s to their default values"
|
|
469
|
+
msgid "Successfully reset all parameters of Puppet class %s to their default values"
|
|
522
470
|
msgstr "成功将 Puppet 类 %s 的所有参数重置为默认值"
|
|
523
471
|
|
|
524
472
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
|
|
525
473
|
msgid "No parameters to override for Puppet class %s"
|
|
526
474
|
msgstr "没有用于 Puppet 类 %s 的覆盖参数"
|
|
527
475
|
|
|
528
|
-
#: ../app/helpers/foreman_puppet/environments_helper.rb:13
|
|
529
|
-
#: ../app/views/foreman_puppet/environments/new.html.erb:5
|
|
530
|
-
#: ../webpack/src/Components/Environments/Welcome.js:9
|
|
476
|
+
#: ../app/helpers/foreman_puppet/environments_helper.rb:13 ../app/views/foreman_puppet/environments/new.html.erb:5 ../webpack/src/Components/Environments/Welcome.js:10
|
|
531
477
|
msgid "Create Puppet Environment"
|
|
532
478
|
msgstr "创建 Puppet 环境"
|
|
533
479
|
|
|
480
|
+
#: ../app/helpers/foreman_puppet/environments_helper.rb:14 ../app/views/foreman_puppet/config_groups/index.html.erb:7
|
|
481
|
+
msgid "Help"
|
|
482
|
+
msgstr "帮助"
|
|
483
|
+
|
|
534
484
|
#: ../app/helpers/foreman_puppet/hosts_helper.rb:11
|
|
535
485
|
msgid "Change Environment"
|
|
536
486
|
msgstr "改变环境"
|
|
@@ -547,7 +497,7 @@ msgstr "Puppet YAML"
|
|
|
547
497
|
msgid "Puppet external nodes YAML dump"
|
|
548
498
|
msgstr "Puppet 外部节点 YAML 转储"
|
|
549
499
|
|
|
550
|
-
#: ../app/helpers/foreman_puppet/hosts_helper.rb:34
|
|
500
|
+
#: ../app/helpers/foreman_puppet/hosts_helper.rb:34 ../app/views/hosts/foreman_puppet/_form_list_env_field_header.html.erb:1
|
|
551
501
|
msgid "Puppet Environment"
|
|
552
502
|
msgstr "Puppet 环境"
|
|
553
503
|
|
|
@@ -578,19 +528,17 @@ msgid ""
|
|
|
578
528
|
" <b>Matcher:</b> %{matcher}<br/>\n"
|
|
579
529
|
" <b>Inherited value:</b> %{inherited_value}"
|
|
580
530
|
msgstr ""
|
|
581
|
-
"<b>描述:</b> %{desc}<br
|
|
582
|
-
"
|
|
583
|
-
"
|
|
584
|
-
"
|
|
531
|
+
"<b>描述:</b> %{desc}<br/> \n"
|
|
532
|
+
" <b>type:</b> %{type}<br/> \n"
|
|
533
|
+
" <b>Matcher:</b> %{matcher}<br/> \n"
|
|
534
|
+
" <b>inherited value:</b> %{inherited_value}"
|
|
585
535
|
|
|
586
536
|
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:113
|
|
587
537
|
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
|
588
538
|
msgstr "需要的参数没有值。<br/><b>请覆盖</b><br/>"
|
|
589
539
|
|
|
590
540
|
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
|
|
591
|
-
msgid ""
|
|
592
|
-
"Optional parameter without value.<br/><i>Still managed by Foreman, the value"
|
|
593
|
-
" will be empty.</i><br/>"
|
|
541
|
+
msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
|
|
594
542
|
msgstr "可选的参数没有值。<br/><i>仍由 Foreman 管理,该值将为空。</i><br/>"
|
|
595
543
|
|
|
596
544
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
|
|
@@ -624,10 +572,9 @@ msgstr "从 %s 导入类"
|
|
|
624
572
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:45
|
|
625
573
|
msgid "%{name} has %{num_tag} class"
|
|
626
574
|
msgid_plural "%{name} has %{num_tag} classes"
|
|
627
|
-
msgstr[0] "%{name} 具有 %{num_tag}
|
|
575
|
+
msgstr[0] "%{name} 具有 %{num_tag}类"
|
|
628
576
|
|
|
629
|
-
#: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
|
|
630
|
-
#: ../webpack/src/foreman_class_edit.js:55
|
|
577
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 ../webpack/src/foreman_class_edit.js:55
|
|
631
578
|
msgid "Click to remove %s"
|
|
632
579
|
msgstr "点删除 %s"
|
|
633
580
|
|
|
@@ -635,8 +582,7 @@ msgstr "点删除 %s"
|
|
|
635
582
|
msgid "Click to add %s"
|
|
636
583
|
msgstr "点添加 %s"
|
|
637
584
|
|
|
638
|
-
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
|
|
639
|
-
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
|
|
585
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
|
|
640
586
|
msgid "None"
|
|
641
587
|
msgstr "没有"
|
|
642
588
|
|
|
@@ -677,9 +623,7 @@ msgid "Operating system default"
|
|
|
677
623
|
msgstr "作業系統預設值"
|
|
678
624
|
|
|
679
625
|
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
|
|
680
|
-
msgid ""
|
|
681
|
-
"The final entry, Operating System default, can be set by editing the %s "
|
|
682
|
-
"page."
|
|
626
|
+
msgid "The final entry, Operating System default, can be set by editing the %s page."
|
|
683
627
|
msgstr "最终条目,操作系统默认值,可以通过编辑 %s 页设置。"
|
|
684
628
|
|
|
685
629
|
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
|
|
@@ -695,15 +639,11 @@ msgid "%{puppetclass} does not belong to the %{environment} environment"
|
|
|
695
639
|
msgstr "%{puppetclass} 不属于 %{environment} 环境"
|
|
696
640
|
|
|
697
641
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:81
|
|
698
|
-
msgid ""
|
|
699
|
-
"Failed to import %{klass} for %{name}: doesn't exists in our database - "
|
|
700
|
-
"ignoring"
|
|
642
|
+
msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
|
|
701
643
|
msgstr "为 %{name} 导入 %{klass} 失败:不存在于我们的数据库中 -- 忽略"
|
|
702
644
|
|
|
703
645
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:123
|
|
704
|
-
msgid ""
|
|
705
|
-
"with id %{object_id} doesn't exist or is not assigned to proper organization"
|
|
706
|
-
" and/or location"
|
|
646
|
+
msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
|
|
707
647
|
msgstr "id %{object_id} 不存在,或没有被分配到适当的机构/位置"
|
|
708
648
|
|
|
709
649
|
#: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
|
|
@@ -732,7 +672,7 @@ msgstr "切換"
|
|
|
732
672
|
|
|
733
673
|
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:6
|
|
734
674
|
msgid "New"
|
|
735
|
-
msgstr "
|
|
675
|
+
msgstr "新"
|
|
736
676
|
|
|
737
677
|
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:8
|
|
738
678
|
msgid "Check/Uncheck new"
|
|
@@ -758,11 +698,7 @@ msgstr "選取/反選已淘汰項目"
|
|
|
758
698
|
msgid "Check/Uncheck all"
|
|
759
699
|
msgstr "選取/反選全部"
|
|
760
700
|
|
|
761
|
-
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
|
|
762
|
-
#: ../app/views/foreman_puppet/environments/_form.html.erb:4
|
|
763
|
-
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
|
|
764
|
-
#: ../app/views/hosts/select_multiple_environment.html.erb:7
|
|
765
|
-
#: ../app/views/provisioning_templates/_combination.html.erb:4
|
|
701
|
+
#: ../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
|
|
766
702
|
msgid "Environment"
|
|
767
703
|
msgstr "环境"
|
|
768
704
|
|
|
@@ -802,20 +738,19 @@ msgstr "取消"
|
|
|
802
738
|
msgid "Update"
|
|
803
739
|
msgstr "更新"
|
|
804
740
|
|
|
805
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
|
741
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
|
|
806
742
|
msgid "included already from parent"
|
|
807
743
|
msgstr "已在上级包含"
|
|
808
744
|
|
|
809
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
|
810
|
-
#: ../app/views/provisioning_templates/_combination.html.erb:4
|
|
745
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18 ../app/views/provisioning_templates/_combination.html.erb:4
|
|
811
746
|
msgid "Remove"
|
|
812
747
|
msgstr "移除"
|
|
813
748
|
|
|
814
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
|
749
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18
|
|
815
750
|
msgid "Add"
|
|
816
751
|
msgstr "添加"
|
|
817
752
|
|
|
818
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
|
753
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:30
|
|
819
754
|
msgid "%s is not in environment"
|
|
820
755
|
msgstr "%s 未在环境中"
|
|
821
756
|
|
|
@@ -827,57 +762,40 @@ msgstr "包含的配置组"
|
|
|
827
762
|
msgid "Available Config Groups"
|
|
828
763
|
msgstr "可用配置组"
|
|
829
764
|
|
|
830
|
-
#: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
|
|
831
|
-
#: ../app/views/foreman_puppet/environments/edit.html.erb:1
|
|
832
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
|
|
765
|
+
#: ../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
|
|
833
766
|
msgid "Edit %s"
|
|
834
767
|
msgstr "编辑 %s"
|
|
835
768
|
|
|
836
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:3
|
|
837
|
-
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
|
|
838
|
-
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
|
|
839
|
-
#: ../lib/foreman_puppet/register.rb:171
|
|
769
|
+
#: ../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:174
|
|
840
770
|
msgid "Config Groups"
|
|
841
771
|
msgstr "配置组"
|
|
842
772
|
|
|
843
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:5
|
|
844
|
-
#: ../app/views/foreman_puppet/config_groups/new.html.erb:1
|
|
845
|
-
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
|
|
773
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:6 ../app/views/foreman_puppet/config_groups/new.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
|
|
846
774
|
msgid "Create Config Group"
|
|
847
775
|
msgstr "创建配置组"
|
|
848
776
|
|
|
849
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
|
850
|
-
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
|
|
777
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:13 ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
|
|
851
778
|
msgid "Puppet Classes"
|
|
852
779
|
msgstr "Puppet 类"
|
|
853
780
|
|
|
854
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:12
|
|
855
|
-
#: ../app/views/foreman_puppet/environments/index.html.erb:9
|
|
856
|
-
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
|
|
781
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:14 ../app/views/foreman_puppet/environments/index.html.erb:9 ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
|
|
857
782
|
msgid "Hosts"
|
|
858
783
|
msgstr "主机"
|
|
859
784
|
|
|
860
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
|
861
|
-
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
|
|
785
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:15 ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
|
|
862
786
|
msgid "Host Groups"
|
|
863
787
|
msgstr "主机组"
|
|
864
788
|
|
|
865
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:14
|
|
866
|
-
#: ../app/views/foreman_puppet/environments/index.html.erb:10
|
|
867
|
-
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
|
|
789
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:16 ../app/views/foreman_puppet/environments/index.html.erb:10 ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
|
|
868
790
|
msgid "Actions"
|
|
869
791
|
msgstr "操作"
|
|
870
792
|
|
|
871
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
|
872
|
-
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
|
|
793
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:27 ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
|
|
873
794
|
msgid "Delete %s?"
|
|
874
795
|
msgstr "刪除 %s?"
|
|
875
796
|
|
|
876
797
|
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
|
|
877
|
-
msgid ""
|
|
878
|
-
"A config group provides a one-step method of associating many Puppet classes"
|
|
879
|
-
" to either a host or host group. Typically this would be used to add a "
|
|
880
|
-
"particular application profile or stack in one step."
|
|
798
|
+
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."
|
|
881
799
|
msgstr "配置组提供了将多个 Puppet 类关联到一个主机或主机组的一步方法。此方法一般用于通过一个步骤添加特定的应用配置文件或堆栈。"
|
|
882
800
|
|
|
883
801
|
#: ../app/views/foreman_puppet/environments/_form.html.erb:6
|
|
@@ -888,18 +806,15 @@ msgstr "位置"
|
|
|
888
806
|
msgid "Organizations"
|
|
889
807
|
msgstr "机构"
|
|
890
808
|
|
|
891
|
-
#: ../app/views/foreman_puppet/environments/edit.html.erb:5
|
|
892
|
-
#: ../app/views/foreman_puppet/environments/index.html.erb:1
|
|
893
|
-
#: ../app/views/foreman_puppet/environments/new.html.erb:4
|
|
809
|
+
#: ../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 ../app/views/foreman_puppet/environments/welcome.html.erb:4 ../webpack/src/Components/Environments/Welcome.js:40
|
|
894
810
|
msgid "Puppet Environments"
|
|
895
811
|
msgstr "Puppet 环境"
|
|
896
812
|
|
|
897
813
|
#: ../app/views/foreman_puppet/environments/index.html.erb:8
|
|
898
814
|
msgid "Environment|Name"
|
|
899
|
-
msgstr "
|
|
815
|
+
msgstr "名称"
|
|
900
816
|
|
|
901
|
-
#: ../app/views/foreman_puppet/environments/index.html.erb:22
|
|
902
|
-
#: ../lib/foreman_puppet/register.rb:168
|
|
817
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:22 ../lib/foreman_puppet/register.rb:171
|
|
903
818
|
msgid "Classes"
|
|
904
819
|
msgstr "类"
|
|
905
820
|
|
|
@@ -907,8 +822,7 @@ msgstr "类"
|
|
|
907
822
|
msgid "Create Environment"
|
|
908
823
|
msgstr "创建环境"
|
|
909
824
|
|
|
910
|
-
#: ../app/views/foreman_puppet/environments/welcome.html.erb:1
|
|
911
|
-
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
|
|
825
|
+
#: ../app/views/foreman_puppet/environments/welcome.html.erb:1 ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
|
|
912
826
|
msgid "Puppet environments"
|
|
913
827
|
msgstr "Puppet 环境"
|
|
914
828
|
|
|
@@ -918,22 +832,17 @@ msgstr "类数"
|
|
|
918
832
|
|
|
919
833
|
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:15
|
|
920
834
|
msgid "Total"
|
|
921
|
-
msgstr "
|
|
835
|
+
msgstr "总计"
|
|
922
836
|
|
|
923
837
|
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:25
|
|
924
838
|
msgid "No environments found"
|
|
925
839
|
msgstr "未找到任何环境"
|
|
926
840
|
|
|
927
841
|
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
|
|
928
|
-
msgid ""
|
|
929
|
-
"There are no puppet environments set up on this puppet master. Please check "
|
|
930
|
-
"the puppet master configuration."
|
|
842
|
+
msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
|
|
931
843
|
msgstr "这台 puppet 主服务器中未设置任何 puppet 环境。请检查 puppet 主服务器配置。"
|
|
932
844
|
|
|
933
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
|
|
934
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
|
|
935
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
|
|
936
|
-
#: ../lib/foreman_puppet/register.rb:174
|
|
845
|
+
#: ../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:177
|
|
937
846
|
msgid "Smart Class Parameters"
|
|
938
847
|
msgstr "智能类参数"
|
|
939
848
|
|
|
@@ -941,9 +850,7 @@ msgstr "智能类参数"
|
|
|
941
850
|
msgid "Parameter"
|
|
942
851
|
msgstr "参数"
|
|
943
852
|
|
|
944
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
|
|
945
|
-
#: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
|
|
946
|
-
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
|
|
853
|
+
#: ../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
|
|
947
854
|
msgid "Puppet Class"
|
|
948
855
|
msgstr "Puppet 类"
|
|
949
856
|
|
|
@@ -952,18 +859,14 @@ msgid "Number of Overrides"
|
|
|
952
859
|
msgstr "覆盖数"
|
|
953
860
|
|
|
954
861
|
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
|
|
955
|
-
msgid ""
|
|
956
|
-
"Parameterized class support permits detecting, importing, and supplying "
|
|
957
|
-
"parameters directly to classes which support it, via the ENC and depending "
|
|
958
|
-
"on a set of rules (Smart Matchers)."
|
|
862
|
+
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)."
|
|
959
863
|
msgstr "参数化类支持允许根据一组规则(智能匹配器),通过 ENC 对支持它的类直接实施检测、导入和提供参数。"
|
|
960
864
|
|
|
961
865
|
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
|
|
962
866
|
msgid "Included Classes"
|
|
963
867
|
msgstr "包含的类"
|
|
964
868
|
|
|
965
|
-
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
|
|
966
|
-
#: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
|
|
869
|
+
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
|
|
967
870
|
msgid "Not authorized to edit classes"
|
|
968
871
|
msgstr "没有授权编辑类"
|
|
969
872
|
|
|
@@ -979,8 +882,7 @@ msgstr "可用类"
|
|
|
979
882
|
msgid "Filter classes"
|
|
980
883
|
msgstr "筛选类"
|
|
981
884
|
|
|
982
|
-
#: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
|
|
983
|
-
#: ../webpack/src/foreman_class_edit.js:84
|
|
885
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 ../webpack/src/foreman_class_edit.js:84
|
|
984
886
|
msgid "belongs to config group"
|
|
985
887
|
msgstr "属于配置组"
|
|
986
888
|
|
|
@@ -997,9 +899,7 @@ msgid "Omit"
|
|
|
997
899
|
msgstr "省略"
|
|
998
900
|
|
|
999
901
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
|
|
1000
|
-
msgid ""
|
|
1001
|
-
"The class could not be saved because of an error in one of the class "
|
|
1002
|
-
"parameters."
|
|
902
|
+
msgid "The class could not be saved because of an error in one of the class parameters."
|
|
1003
903
|
msgstr "此类无法保存,因为其中一个类参数含有错误。"
|
|
1004
904
|
|
|
1005
905
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
|
|
@@ -1015,9 +915,7 @@ msgid "This Puppet class has no parameters in its signature."
|
|
|
1015
915
|
msgstr "这个 Puppet 类别在其签名中没有参数。"
|
|
1016
916
|
|
|
1017
917
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
|
|
1018
|
-
msgid ""
|
|
1019
|
-
"To update the class signature, go to the Puppet Classes page and select "
|
|
1020
|
-
"\"Import\"."
|
|
918
|
+
msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
|
|
1021
919
|
msgstr "请进入 Puppet 类别页面,选择“导入”就可以更新该类别签名。"
|
|
1022
920
|
|
|
1023
921
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
|
|
@@ -1038,12 +936,9 @@ msgstr "编辑 Puppet 类 %s"
|
|
|
1038
936
|
|
|
1039
937
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:9
|
|
1040
938
|
msgid "Puppetclass|Name"
|
|
1041
|
-
msgstr "Puppetclass
|
|
939
|
+
msgstr "Puppetclass|名称"
|
|
1042
940
|
|
|
1043
|
-
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
|
|
1044
|
-
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
|
|
1045
|
-
#: ../lib/foreman_puppet/register.rb:165
|
|
1046
|
-
#: ../webpack/src/Components/Environments/Welcome.js:21
|
|
941
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 ../app/views/smart_proxies/plugins/_puppet.html.erb:4 ../lib/foreman_puppet/register.rb:168
|
|
1047
942
|
msgid "Environments"
|
|
1048
943
|
msgstr "环境"
|
|
1049
944
|
|
|
@@ -1064,23 +959,21 @@ msgid "Set parameters to defaults"
|
|
|
1064
959
|
msgstr "将参数设定为默认"
|
|
1065
960
|
|
|
1066
961
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
|
|
1067
|
-
msgid ""
|
|
1068
|
-
"This will reset parameters of the class %s to their default values. "
|
|
1069
|
-
"Continue?"
|
|
962
|
+
msgid "This will reset parameters of the class %s to their default values. Continue?"
|
|
1070
963
|
msgstr "这会将类 %s 的参数重置为其默认值。继续吗?"
|
|
1071
964
|
|
|
1072
965
|
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
|
|
966
|
+
msgid "Puppet Class Parameters"
|
|
967
|
+
msgstr "Puppet 类参数"
|
|
968
|
+
|
|
969
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
|
1073
970
|
msgid "Notice"
|
|
1074
971
|
msgstr "注意事項"
|
|
1075
972
|
|
|
1076
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:
|
|
973
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:22
|
|
1077
974
|
msgid "Please select an environment first"
|
|
1078
975
|
msgstr "请先选择环境"
|
|
1079
976
|
|
|
1080
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
|
1081
|
-
msgid "Puppet Class Parameters"
|
|
1082
|
-
msgstr "Puppet 类参数"
|
|
1083
|
-
|
|
1084
977
|
#: ../app/views/hosts/select_multiple_environment.html.erb:4
|
|
1085
978
|
msgid "Select environment"
|
|
1086
979
|
msgstr "选择环境"
|
|
@@ -1117,68 +1010,122 @@ msgstr "常规"
|
|
|
1117
1010
|
msgid "Hosts managed:"
|
|
1118
1011
|
msgstr "管理的主机:"
|
|
1119
1012
|
|
|
1120
|
-
#: ../lib/foreman_puppet/register.rb:
|
|
1013
|
+
#: ../lib/foreman_puppet/register.rb:9
|
|
1121
1014
|
msgid "Facts"
|
|
1122
|
-
msgstr "
|
|
1123
|
-
|
|
1124
|
-
#: ../lib/foreman_puppet/register.rb:10
|
|
1125
|
-
msgid ""
|
|
1126
|
-
"Foreman will default to this puppet environment if it cannot auto detect one"
|
|
1127
|
-
msgstr "如果无法自动探测到环境,Foreman 将默认使用这个 puppet 环境。"
|
|
1015
|
+
msgstr "Facts"
|
|
1128
1016
|
|
|
1129
1017
|
#: ../lib/foreman_puppet/register.rb:12
|
|
1018
|
+
msgid "Foreman will default to this puppet environment if it cannot auto detect one"
|
|
1019
|
+
msgstr "如果无法自动探测到环境,Foreman 将默认使用这个 puppet 环境"
|
|
1020
|
+
|
|
1021
|
+
#: ../lib/foreman_puppet/register.rb:14
|
|
1130
1022
|
msgid "Default Puppet environment"
|
|
1131
1023
|
msgstr "默认 Puppet 环境"
|
|
1132
1024
|
|
|
1133
|
-
#: ../lib/foreman_puppet/register.rb:
|
|
1134
|
-
msgid ""
|
|
1135
|
-
"Foreman
|
|
1136
|
-
"This will avoid conflicts between the environment in puppet.conf and the "
|
|
1137
|
-
"environment set in Foreman"
|
|
1138
|
-
msgstr ""
|
|
1139
|
-
"Foreman 将在 ENC yaml 输出中明确设置这个 puppet 环境。这样可以避免 puppet.conf 以及 Foreman "
|
|
1140
|
-
"中设置的环境冲突。"
|
|
1025
|
+
#: ../lib/foreman_puppet/register.rb:18
|
|
1026
|
+
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"
|
|
1027
|
+
msgstr "Foreman 将在 ENC yaml 输出中明确设置这个 puppet 环境。这样可以避免 puppet.conf 以及 Foreman 中设置的环境冲突"
|
|
1141
1028
|
|
|
1142
|
-
#: ../lib/foreman_puppet/register.rb:
|
|
1029
|
+
#: ../lib/foreman_puppet/register.rb:21
|
|
1143
1030
|
msgid "ENC environment"
|
|
1144
1031
|
msgstr "ENC 环境"
|
|
1145
1032
|
|
|
1146
|
-
#: ../lib/foreman_puppet/register.rb:
|
|
1033
|
+
#: ../lib/foreman_puppet/register.rb:24
|
|
1147
1034
|
msgid "Foreman will update a host's environment from its facts"
|
|
1148
1035
|
msgstr "Foreman 将根据其详情更新主机环境"
|
|
1149
1036
|
|
|
1150
|
-
#: ../lib/foreman_puppet/register.rb:
|
|
1037
|
+
#: ../lib/foreman_puppet/register.rb:26
|
|
1151
1038
|
msgid "Update environment from facts"
|
|
1152
1039
|
msgstr "根据系统信息更新环境"
|
|
1153
1040
|
|
|
1154
|
-
#: ../lib/foreman_puppet/register.rb:
|
|
1041
|
+
#: ../lib/foreman_puppet/register.rb:29
|
|
1155
1042
|
msgid "Config Management"
|
|
1156
1043
|
msgstr "配置管理"
|
|
1157
1044
|
|
|
1158
|
-
#: ../lib/foreman_puppet/register.rb:
|
|
1159
|
-
msgid ""
|
|
1160
|
-
"Duration in minutes after servers reporting via Puppet are classed as out of"
|
|
1161
|
-
" sync."
|
|
1045
|
+
#: ../lib/foreman_puppet/register.rb:32
|
|
1046
|
+
msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
|
|
1162
1047
|
msgstr "在其时间后(以分钟为单位)经过 Puppet 的服务器报告被认为已不同步。"
|
|
1163
1048
|
|
|
1164
|
-
#: ../lib/foreman_puppet/register.rb:
|
|
1049
|
+
#: ../lib/foreman_puppet/register.rb:34
|
|
1165
1050
|
msgid "Puppet interval"
|
|
1166
1051
|
msgstr "Puppet 间隔"
|
|
1167
1052
|
|
|
1168
|
-
#: ../lib/foreman_puppet/register.rb:
|
|
1169
|
-
msgid ""
|
|
1170
|
-
"Disable host configuration status turning to out of sync for %s after report"
|
|
1171
|
-
" does not arrive within configured interval"
|
|
1053
|
+
#: ../lib/foreman_puppet/register.rb:37
|
|
1054
|
+
msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
|
|
1172
1055
|
msgstr "禁用在配置的间隔时间后没有获得报告时把主机(%s)配置状态变为不同步"
|
|
1173
1056
|
|
|
1174
|
-
#: ../lib/foreman_puppet/register.rb:
|
|
1057
|
+
#: ../lib/foreman_puppet/register.rb:39
|
|
1175
1058
|
msgid "%s out of sync disabled"
|
|
1176
1059
|
msgstr "%s 不同步被禁用"
|
|
1177
1060
|
|
|
1178
|
-
#: ../lib/foreman_puppet/register.rb:
|
|
1061
|
+
#: ../lib/foreman_puppet/register.rb:165 ../lib/foreman_puppet/register.rb:218
|
|
1179
1062
|
msgid "Puppet ENC"
|
|
1180
1063
|
msgstr "Puppet ENC"
|
|
1181
1064
|
|
|
1065
|
+
#: ../lib/foreman_puppet/register.rb:232
|
|
1066
|
+
msgid "Puppet env"
|
|
1067
|
+
msgstr ""
|
|
1068
|
+
|
|
1069
|
+
#: ../webpack/src/Components/Environments/Welcome.js:18
|
|
1070
|
+
msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.{newLine}This information is commonly imported from a pre-existing Puppet configuration by the use of the {puppetClassesLinkToDocs} and environment importer."
|
|
1071
|
+
msgstr ""
|
|
1072
|
+
|
|
1073
|
+
#: ../webpack/src/Components/Environments/Welcome.js:29
|
|
1074
|
+
msgid "Puppet classes"
|
|
1075
|
+
msgstr ""
|
|
1076
|
+
|
|
1077
|
+
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:15 ../webpack/src/Extends/Host/PuppetTab/constants.js:6
|
|
1078
|
+
msgid "Assigned classes"
|
|
1079
|
+
msgstr "分配的类"
|
|
1080
|
+
|
|
1081
|
+
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:16 ../webpack/src/Extends/Host/PuppetTab/Routes.js:22
|
|
1082
|
+
msgid "This tab is still a work in progress"
|
|
1083
|
+
msgstr "这个标签页仍在进行中"
|
|
1084
|
+
|
|
1085
|
+
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:21 ../webpack/src/Extends/Host/PuppetTab/constants.js:7
|
|
1086
|
+
msgid "Smart class parameters"
|
|
1087
|
+
msgstr "智能类参数"
|
|
1088
|
+
|
|
1089
|
+
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/ENCTab.js:43
|
|
1090
|
+
msgid "Successfully copied to clipboard!"
|
|
1091
|
+
msgstr ""
|
|
1092
|
+
|
|
1093
|
+
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/ENCTab.js:44
|
|
1094
|
+
msgid "Copy to clipboard"
|
|
1095
|
+
msgstr ""
|
|
1096
|
+
|
|
1097
|
+
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:28
|
|
1098
|
+
msgid "Couldn't find any ENC data for this host"
|
|
1099
|
+
msgstr "无法找到此主机的任何 ENC 数据"
|
|
1100
|
+
|
|
1101
|
+
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:34
|
|
1102
|
+
msgid "Error!"
|
|
1103
|
+
msgstr "错误!"
|
|
1104
|
+
|
|
1105
|
+
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:23
|
|
1106
|
+
msgid "Puppet details"
|
|
1107
|
+
msgstr "Puppet 详情"
|
|
1108
|
+
|
|
1109
|
+
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:26
|
|
1110
|
+
msgid "Puppet environment"
|
|
1111
|
+
msgstr "Puppet 环境"
|
|
1112
|
+
|
|
1113
|
+
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:41
|
|
1114
|
+
msgid "Puppet Smart Proxy"
|
|
1115
|
+
msgstr "Puppet 智能代理"
|
|
1116
|
+
|
|
1117
|
+
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:54
|
|
1118
|
+
msgid "Puppet CA Smart Proxy"
|
|
1119
|
+
msgstr "Puppet CA 智能代理"
|
|
1120
|
+
|
|
1121
|
+
#: ../webpack/src/Extends/Host/PuppetTab/constants.js:4
|
|
1122
|
+
msgid "Reports"
|
|
1123
|
+
msgstr "报表"
|
|
1124
|
+
|
|
1125
|
+
#: ../webpack/src/Extends/Host/PuppetTab/constants.js:9
|
|
1126
|
+
msgid "ENC Preview"
|
|
1127
|
+
msgstr "ENC 预览"
|
|
1128
|
+
|
|
1182
1129
|
#: ../webpack/src/foreman_class_edit.js:146
|
|
1183
1130
|
msgid "Click to remove config group"
|
|
1184
1131
|
msgstr "点删除配置组"
|
|
@@ -1191,6 +1138,10 @@ msgstr " 移除"
|
|
|
1191
1138
|
msgid "Loading parameters..."
|
|
1192
1139
|
msgstr "正在载入参数..."
|
|
1193
1140
|
|
|
1141
|
+
#: ../webpack/src/foreman_puppet_host_form.js:102
|
|
1142
|
+
msgid "Some Puppet Classes are unavailable in the selected environment"
|
|
1143
|
+
msgstr "某些 Puppet 类在所选的环境中不可用"
|
|
1144
|
+
|
|
1194
1145
|
#: action_names.rb:2
|
|
1195
1146
|
msgid "Action with sub plans"
|
|
1196
1147
|
msgstr "有子计划的操作"
|
|
@@ -1209,4 +1160,4 @@ msgstr "远程操作:"
|
|
|
1209
1160
|
|
|
1210
1161
|
#: gemspec.rb:2
|
|
1211
1162
|
msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
|
|
1212
|
-
msgstr ""
|
|
1163
|
+
msgstr "允许将 Puppet 环境和类分配给 Foreman 主机。"
|