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