foreman_ansible 3.0.2 → 3.0.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/controllers/api/v2/ansible_inventories_controller.rb +51 -0
- data/app/controllers/api/v2/ansible_roles_controller.rb +6 -2
- data/app/controllers/api/v2/ansible_variables_controller.rb +2 -0
- data/app/views/foreman_ansible/job_templates/ansible_roles_-_ansible_default.erb +1 -1
- data/app/views/foreman_ansible/job_templates/run_command_-_ansible_default.erb +3 -2
- data/config/routes.rb +9 -0
- data/lib/foreman_ansible/register.rb +8 -3
- data/lib/foreman_ansible/version.rb +1 -1
- data/locale/de/foreman_ansible.edit.po +271 -170
- data/locale/de/foreman_ansible.po +19 -1
- data/locale/en/foreman_ansible.edit.po +56 -32
- data/locale/en/foreman_ansible.po +19 -1
- data/locale/es/foreman_ansible.edit.po +296 -175
- data/locale/es/foreman_ansible.po +19 -1
- data/locale/foreman_ansible.pot +60 -32
- data/locale/fr/foreman_ansible.edit.po +310 -187
- data/locale/fr/foreman_ansible.po +19 -1
- data/locale/it/foreman_ansible.edit.po +214 -120
- data/locale/it/foreman_ansible.po +19 -1
- data/locale/ja/foreman_ansible.edit.po +276 -182
- data/locale/ja/foreman_ansible.po +19 -1
- data/locale/ko/foreman_ansible.edit.po +196 -116
- data/locale/ko/foreman_ansible.po +19 -1
- data/locale/pt_BR/foreman_ansible.edit.po +294 -173
- data/locale/pt_BR/foreman_ansible.po +19 -1
- data/locale/ru/foreman_ansible.edit.po +207 -113
- data/locale/ru/foreman_ansible.po +19 -1
- data/locale/zh_CN/foreman_ansible.edit.po +272 -183
- data/locale/zh_CN/foreman_ansible.po +19 -1
- data/locale/zh_TW/foreman_ansible.edit.po +196 -116
- data/locale/zh_TW/foreman_ansible.po +19 -1
- data/test/factories/ansible_variables.rb +1 -1
- data/test/functional/api/v2/ansible_inventories_controller_test.rb +51 -0
- metadata +5 -2
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_ansible 3.0.
|
8
|
+
"Project-Id-Version: foreman_ansible 3.0.2\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"PO-Revision-Date: 2018-03-12 12:24-0400\n"
|
11
11
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
@@ -210,9 +210,15 @@ msgstr ""
|
|
210
210
|
msgid "IDs of associated ansible roles"
|
211
211
|
msgstr ""
|
212
212
|
|
213
|
+
msgid "IDs of hostgroups included in inventory"
|
214
|
+
msgstr ""
|
215
|
+
|
213
216
|
msgid "IDs of hostgroups to play roles on"
|
214
217
|
msgstr ""
|
215
218
|
|
219
|
+
msgid "IDs of hosts included in inventory"
|
220
|
+
msgstr ""
|
221
|
+
|
216
222
|
msgid "IDs of hosts to play roles on"
|
217
223
|
msgstr ""
|
218
224
|
|
@@ -447,6 +453,12 @@ msgstr ""
|
|
447
453
|
msgid "Set the order in which values are resolved."
|
448
454
|
msgstr ""
|
449
455
|
|
456
|
+
msgid "Show Ansible inventory for hostgroups"
|
457
|
+
msgstr ""
|
458
|
+
|
459
|
+
msgid "Show Ansible inventory for hosts"
|
460
|
+
msgstr ""
|
461
|
+
|
450
462
|
msgid "Show role"
|
451
463
|
msgstr ""
|
452
464
|
|
@@ -459,6 +471,9 @@ msgstr ""
|
|
459
471
|
msgid "Smart Proxy to import from"
|
460
472
|
msgstr ""
|
461
473
|
|
474
|
+
msgid "Smart proxy id is required"
|
475
|
+
msgstr ""
|
476
|
+
|
462
477
|
msgid "Specify Matchers"
|
463
478
|
msgstr ""
|
464
479
|
|
@@ -525,5 +540,8 @@ msgstr ""
|
|
525
540
|
msgid "When enabled the parameter is hidden in the UI"
|
526
541
|
msgstr ""
|
527
542
|
|
543
|
+
msgid "Whether to override variable or not"
|
544
|
+
msgstr ""
|
545
|
+
|
528
546
|
msgid "WinRM cert Validation"
|
529
547
|
msgstr ""
|
@@ -1,33 +1,39 @@
|
|
1
|
-
#
|
2
|
-
# Copyright (C)
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman_ansible package.
|
4
|
-
# FIRST AUTHOR <EMAIL@ADDRESS>,
|
5
|
-
#
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
# Translators:
|
7
|
+
# Dominic Cleal <dominic@cleal.org>, 2019
|
8
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2019
|
9
|
+
# tim123, 2019
|
10
|
+
#
|
11
|
+
#, fuzzy
|
6
12
|
msgid ""
|
7
13
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_ansible
|
14
|
+
"Project-Id-Version: foreman_ansible 3.0.2\n"
|
9
15
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
13
|
-
"Language: zh_CN\n"
|
16
|
+
"POT-Creation-Date: 2019-04-30 20:53+0200\n"
|
17
|
+
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
18
|
+
"Last-Translator: tim123, 2019\n"
|
19
|
+
"Language-Team: Chinese (China) (https://www.transifex.com/foreman/teams/114/zh_CN/)\n"
|
14
20
|
"MIME-Version: 1.0\n"
|
15
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
16
22
|
"Content-Transfer-Encoding: 8bit\n"
|
23
|
+
"Language: zh_CN\n"
|
17
24
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
18
|
-
"\n"
|
19
25
|
|
20
26
|
#: ../app/controllers/ansible_roles_controller.rb:35
|
21
27
|
msgid "Import of roles successfully finished."
|
22
|
-
msgstr ""
|
28
|
+
msgstr "角色导入已成功完成。"
|
23
29
|
|
24
30
|
#: ../app/controllers/ansible_roles_controller.rb:50
|
25
31
|
msgid "No changes in roles detected."
|
26
|
-
msgstr ""
|
32
|
+
msgstr "没有检测到角色更改。"
|
27
33
|
|
28
34
|
#: ../app/controllers/ansible_roles_controller.rb:51
|
29
35
|
msgid "No changes in roles detected on %s."
|
30
|
-
msgstr ""
|
36
|
+
msgstr "%s 上没有检测到角色更改。"
|
31
37
|
|
32
38
|
#: ../app/controllers/ansible_variables_controller.rb:39
|
33
39
|
msgid "No changes in variables detected on %s."
|
@@ -42,16 +48,18 @@ msgid ""
|
|
42
48
|
msgstr ""
|
43
49
|
|
44
50
|
#: ../app/controllers/ansible_variables_controller.rb:102
|
45
|
-
msgid "
|
51
|
+
msgid ""
|
52
|
+
"No proxy found to import variables from, ensure that the smart proxy has the"
|
53
|
+
" Ansible feature enabled."
|
46
54
|
msgstr ""
|
47
55
|
|
48
56
|
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
|
49
57
|
msgid "Override match"
|
50
|
-
msgstr ""
|
58
|
+
msgstr "替代匹配"
|
51
59
|
|
52
60
|
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:18
|
53
61
|
msgid "Override value, required if omit is false"
|
54
|
-
msgstr ""
|
62
|
+
msgstr "覆盖值,omit 为 false 时必需"
|
55
63
|
|
56
64
|
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:22
|
57
65
|
msgid "Create an override value for a specific ansible variable"
|
@@ -63,39 +71,42 @@ msgstr ""
|
|
63
71
|
|
64
72
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:18
|
65
73
|
msgid "Show role"
|
66
|
-
msgstr ""
|
74
|
+
msgstr "显示角色"
|
67
75
|
|
68
76
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:22
|
69
77
|
msgid "List Ansible roles"
|
70
|
-
msgstr ""
|
78
|
+
msgstr "列出 Ansible 角色"
|
71
79
|
|
72
80
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:28
|
73
81
|
msgid "Deletes Ansible role"
|
74
|
-
msgstr ""
|
82
|
+
msgstr "删除 Ansible 角色"
|
75
83
|
|
76
84
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:34
|
77
85
|
msgid "Import Ansible roles"
|
78
|
-
msgstr ""
|
86
|
+
msgstr "导入 Ansible 角色"
|
79
87
|
|
80
|
-
#: ../app/controllers/api/v2/ansible_roles_controller.rb:35
|
88
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:35
|
89
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:42
|
90
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:73
|
91
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:83
|
81
92
|
msgid "Smart Proxy to import from"
|
82
|
-
msgstr ""
|
93
|
+
msgstr "作为导入来源的智能代理服务器"
|
83
94
|
|
84
95
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:36
|
85
96
|
msgid "Ansible role names to import"
|
86
|
-
msgstr ""
|
97
|
+
msgstr "导入的 Ansible 角色名称"
|
87
98
|
|
88
99
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:41
|
89
100
|
msgid "Obsolete Ansible roles"
|
90
|
-
msgstr ""
|
101
|
+
msgstr "废弃的 Ansible 角色"
|
91
102
|
|
92
103
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:48
|
93
104
|
msgid "Fetch Ansible roles available to be imported"
|
94
|
-
msgstr ""
|
105
|
+
msgstr "获取可以导入的 Ansible 角色"
|
95
106
|
|
96
107
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:49
|
97
108
|
msgid "Smart Proxy to fetch from"
|
98
|
-
msgstr ""
|
109
|
+
msgstr "用来获取的职能代理"
|
99
110
|
|
100
111
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:20
|
101
112
|
msgid "Show variable"
|
@@ -111,7 +122,7 @@ msgstr ""
|
|
111
122
|
|
112
123
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:39
|
113
124
|
msgid "Name of variable"
|
114
|
-
msgstr ""
|
125
|
+
msgstr "变量名称"
|
115
126
|
|
116
127
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:40
|
117
128
|
msgid "Role ID"
|
@@ -119,43 +130,43 @@ msgstr ""
|
|
119
130
|
|
120
131
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:41
|
121
132
|
msgid "Default value of variable"
|
122
|
-
msgstr ""
|
133
|
+
msgstr "变量的默认值"
|
123
134
|
|
124
135
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:42
|
125
136
|
msgid "When enabled the parameter is hidden in the UI"
|
126
|
-
msgstr ""
|
137
|
+
msgstr "何时将启用的参数隐藏到 UI 中"
|
127
138
|
|
128
139
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:43
|
129
140
|
msgid "The order in which values are resolved"
|
130
|
-
msgstr ""
|
141
|
+
msgstr "解析参数值的指令"
|
131
142
|
|
132
143
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:44
|
133
144
|
msgid "Description of variable"
|
134
|
-
msgstr ""
|
145
|
+
msgstr "变量描述"
|
135
146
|
|
136
147
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:45
|
137
148
|
msgid "Types of validation values"
|
138
|
-
msgstr ""
|
149
|
+
msgstr "验证值类型"
|
139
150
|
|
140
151
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:46
|
141
152
|
msgid "Used to enforce certain values for the parameter values"
|
142
|
-
msgstr ""
|
153
|
+
msgstr "用来在参数中强制使用某些值"
|
143
154
|
|
144
155
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:47
|
145
156
|
msgid "Types of variable values"
|
146
|
-
msgstr ""
|
157
|
+
msgstr "变量值类型"
|
147
158
|
|
148
159
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:48
|
149
160
|
msgid "Merge all matching values (only array/hash type)"
|
150
|
-
msgstr ""
|
161
|
+
msgstr "合并所有匹配的值(仅用于阵列/哈希类型)"
|
151
162
|
|
152
163
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:49
|
153
164
|
msgid "Include default value when merging all matching values"
|
154
|
-
msgstr ""
|
165
|
+
msgstr "合并所有匹配值时包括默认值"
|
155
166
|
|
156
167
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:50
|
157
168
|
msgid "Remove duplicate values (only array type)"
|
158
|
-
msgstr ""
|
169
|
+
msgstr "删除重复值(仅用于阵列类型)"
|
159
170
|
|
160
171
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:54
|
161
172
|
msgid "Create Ansible variable"
|
@@ -166,28 +177,32 @@ msgid "Updates Ansible variable"
|
|
166
177
|
msgstr ""
|
167
178
|
|
168
179
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:71
|
169
|
-
msgid "
|
180
|
+
msgid ""
|
181
|
+
"Import Ansible variables. This will only import variables for already "
|
182
|
+
"existing roles, it will not import any new roles"
|
170
183
|
msgstr ""
|
171
184
|
|
172
185
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:81
|
173
|
-
msgid "
|
186
|
+
msgid ""
|
187
|
+
"Obsolete Ansible variables. This will only obsolete variables for already "
|
188
|
+
"existing roles, it will not delete any old roles"
|
174
189
|
msgstr ""
|
175
190
|
|
176
191
|
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
|
177
192
|
msgid "Plays Ansible roles on a hostgroup"
|
178
|
-
msgstr ""
|
193
|
+
msgstr "扮演主机组上的 Ansible 角色"
|
179
194
|
|
180
195
|
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:30
|
181
196
|
msgid "Plays Ansible roles on hostgroups"
|
182
|
-
msgstr ""
|
197
|
+
msgstr "扮演主机组上的 Ansible 角色"
|
183
198
|
|
184
199
|
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:31
|
185
200
|
msgid "IDs of hostgroups to play roles on"
|
186
|
-
msgstr ""
|
201
|
+
msgstr "扮演角色所在的主机组 ID"
|
187
202
|
|
188
203
|
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:42
|
189
204
|
msgid "List all Ansible roles for a hostgroup"
|
190
|
-
msgstr ""
|
205
|
+
msgstr "列出一个主机组的所有 Ansible 角色"
|
191
206
|
|
192
207
|
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:53
|
193
208
|
msgid "Assigns Ansible roles to a hostgroup"
|
@@ -197,25 +212,26 @@ msgstr ""
|
|
197
212
|
msgid "Ansible roles to assign to a hostgroup"
|
198
213
|
msgstr ""
|
199
214
|
|
200
|
-
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
|
215
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
|
216
|
+
#: ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
|
201
217
|
msgid "IDs of associated ansible roles"
|
202
|
-
msgstr ""
|
218
|
+
msgstr "相关 ansible 角色的 ID"
|
203
219
|
|
204
220
|
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:26
|
205
221
|
msgid "Plays Ansible roles on a host"
|
206
|
-
msgstr ""
|
222
|
+
msgstr "扮演主机上的 Ansible 角色"
|
207
223
|
|
208
224
|
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:35
|
209
225
|
msgid "Plays Ansible roles on hosts"
|
210
|
-
msgstr ""
|
226
|
+
msgstr "扮演主机上的 Ansible 角色"
|
211
227
|
|
212
228
|
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:36
|
213
229
|
msgid "IDs of hosts to play roles on"
|
214
|
-
msgstr ""
|
230
|
+
msgstr "扮演角色所在的主机 ID"
|
215
231
|
|
216
232
|
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:46
|
217
233
|
msgid "List all Ansible roles for a host"
|
218
|
-
msgstr ""
|
234
|
+
msgstr "显示一个主机上的所有 Ansible 角色"
|
219
235
|
|
220
236
|
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:56
|
221
237
|
msgid "Assigns Ansible roles to a host"
|
@@ -227,19 +243,19 @@ msgstr ""
|
|
227
243
|
|
228
244
|
#: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
|
229
245
|
msgid "Host group has no associated hosts"
|
230
|
-
msgstr ""
|
246
|
+
msgstr "主机组没有关联的主机"
|
231
247
|
|
232
248
|
#: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:13
|
233
249
|
msgid "There are no Ansible roles to play"
|
234
|
-
msgstr ""
|
250
|
+
msgstr "没有扮演的 Ansible 角色"
|
235
251
|
|
236
252
|
#: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:15
|
237
253
|
msgid "Could not run Ansible roles for %{host}"
|
238
|
-
msgstr ""
|
254
|
+
msgstr "无法为 %{host} 运行 Ansible 角色"
|
239
255
|
|
240
256
|
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
|
241
257
|
msgid "Import from %s"
|
242
|
-
msgstr ""
|
258
|
+
msgstr "从 %s 导入"
|
243
259
|
|
244
260
|
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:23
|
245
261
|
msgid "Ansible Role"
|
@@ -247,111 +263,134 @@ msgstr ""
|
|
247
263
|
|
248
264
|
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:29
|
249
265
|
msgid "Import"
|
250
|
-
msgstr ""
|
266
|
+
msgstr "导入"
|
251
267
|
|
252
268
|
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:35
|
253
269
|
msgid "%s ago"
|
254
|
-
msgstr ""
|
270
|
+
msgstr "%s 前"
|
255
271
|
|
256
|
-
#: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
|
272
|
+
#: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
|
273
|
+
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
|
257
274
|
msgid "Play Ansible roles"
|
258
|
-
msgstr ""
|
275
|
+
msgstr "扮演 Ansible 角色"
|
259
276
|
|
260
277
|
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:10
|
261
278
|
msgid "Playbook execution failed"
|
262
|
-
msgstr ""
|
279
|
+
msgstr "Playbook 执行失败"
|
263
280
|
|
264
|
-
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
|
281
|
+
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
|
282
|
+
#: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
|
265
283
|
msgid "Error loading data from proxy"
|
266
|
-
msgstr ""
|
284
|
+
msgstr "从代理服务器载入数据出错"
|
267
285
|
|
268
286
|
#: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
|
269
287
|
msgid "Foreman"
|
270
|
-
msgstr ""
|
288
|
+
msgstr "Foreman"
|
271
289
|
|
272
290
|
#: ../app/lib/proxy_api/ansible.rb:27
|
273
291
|
msgid "Unable to get roles from Ansible"
|
274
|
-
msgstr ""
|
292
|
+
msgstr "无法从 Ansible 获取角色"
|
275
293
|
|
276
294
|
#: ../app/lib/proxy_api/ansible.rb:34 ../app/lib/proxy_api/ansible.rb:41
|
277
295
|
msgid "Unable to get roles/variables from Ansible"
|
278
296
|
msgstr ""
|
279
297
|
|
280
298
|
#: ../app/models/setting/ansible.rb:20
|
281
|
-
msgid "
|
299
|
+
msgid ""
|
300
|
+
"Use this to supply a path to an SSH Private Key that Ansible will use in "
|
301
|
+
"lieu of a password Override with \"ansible_ssh_private_key_file\" host "
|
302
|
+
"parameter"
|
282
303
|
msgstr ""
|
304
|
+
"使用此选项提供一个 SSH 私钥路径,供 Ansible 用于代替密码。用 \"ansible_ssh_private_key_file\" "
|
305
|
+
"主机参数覆盖"
|
283
306
|
|
284
307
|
#: ../app/models/setting/ansible.rb:25
|
285
308
|
msgid "Private Key Path"
|
286
|
-
msgstr ""
|
309
|
+
msgstr "私钥路径"
|
287
310
|
|
288
311
|
#: ../app/models/setting/ansible.rb:29
|
289
|
-
msgid "
|
312
|
+
msgid ""
|
313
|
+
"Use this connection type by default when running Ansible playbooks. You can "
|
314
|
+
"override this on hosts by adding a parameter \"ansible_connection\""
|
290
315
|
msgstr ""
|
316
|
+
"运行 Ansible playbook 时,默认使用这种连接类型。您可以通过添加参数 \"ansible_connection\" 在主机上覆盖此类型"
|
291
317
|
|
292
318
|
#: ../app/models/setting/ansible.rb:33
|
293
319
|
msgid "Connection type"
|
294
|
-
msgstr ""
|
320
|
+
msgstr "连接类型"
|
295
321
|
|
296
322
|
#: ../app/models/setting/ansible.rb:37
|
297
|
-
msgid "
|
323
|
+
msgid ""
|
324
|
+
"Enable/disable WinRM server certificate validation when running Ansible "
|
325
|
+
"playbooks. You can override this on hosts by adding a parameter "
|
326
|
+
"\"ansible_winrm_server_cert_validation\""
|
298
327
|
msgstr ""
|
328
|
+
"运行 Ansible playbook 时启用/禁用 WinRM 服务器证书验证。您可以通过添加参数 "
|
329
|
+
"\"ansible_winrm_server_cert_validation\" 在主机上覆盖此选项"
|
299
330
|
|
300
331
|
#: ../app/models/setting/ansible.rb:42
|
301
332
|
msgid "WinRM cert Validation"
|
302
|
-
msgstr ""
|
333
|
+
msgstr "WinRM 证书验证"
|
303
334
|
|
304
335
|
#: ../app/models/setting/ansible.rb:46
|
305
|
-
msgid "
|
306
|
-
|
336
|
+
msgid ""
|
337
|
+
"Foreman will add the this level of verbosity for additional debugging output"
|
338
|
+
" when running Ansible playbooks."
|
339
|
+
msgstr "运行 Ansible playbook 时,Foreman 将添加这一详细级别,以获得额外调试输出。"
|
307
340
|
|
308
341
|
#: ../app/models/setting/ansible.rb:49
|
309
342
|
msgid "Default verbosity level"
|
310
|
-
msgstr ""
|
343
|
+
msgstr "默认详细级别"
|
311
344
|
|
312
345
|
#: ../app/models/setting/ansible.rb:52
|
313
346
|
msgid "Disabled"
|
314
|
-
msgstr ""
|
347
|
+
msgstr "已禁用"
|
315
348
|
|
316
349
|
#: ../app/models/setting/ansible.rb:53
|
317
350
|
msgid "Level 1 (-v)"
|
318
|
-
msgstr ""
|
351
|
+
msgstr "级别 1 (-v)"
|
319
352
|
|
320
353
|
#: ../app/models/setting/ansible.rb:54
|
321
354
|
msgid "Level 2 (-vv)"
|
322
|
-
msgstr ""
|
355
|
+
msgstr "级别 2 (-vv)"
|
323
356
|
|
324
357
|
#: ../app/models/setting/ansible.rb:55
|
325
358
|
msgid "Level 3 (-vvv)"
|
326
|
-
msgstr ""
|
359
|
+
msgstr "级别 3 (-vvv)"
|
327
360
|
|
328
361
|
#: ../app/models/setting/ansible.rb:56
|
329
362
|
msgid "Level 4 (-vvvv)"
|
330
|
-
msgstr ""
|
363
|
+
msgstr "级别 4 (-vvvv)"
|
331
364
|
|
332
365
|
#: ../app/models/setting/ansible.rb:62
|
333
|
-
msgid "
|
366
|
+
msgid ""
|
367
|
+
"Timeout (in seconds) to set when Foreman will trigger a play Ansible roles "
|
368
|
+
"task after a host is fully provisioned. Set this to the maximum time you "
|
369
|
+
"expect a host to take until it is ready after a reboot."
|
334
370
|
msgstr ""
|
371
|
+
"在主机完全置备后 Foreman 将触发一个扮演 Ansible 角色任务时设置的超时(秒)。将此超时设为您预计主机在重启后准备就绪所需的最长时间。"
|
335
372
|
|
336
373
|
#: ../app/models/setting/ansible.rb:67
|
337
374
|
msgid "Post-provision timeout"
|
338
|
-
msgstr ""
|
375
|
+
msgstr "置备后超时"
|
339
376
|
|
340
377
|
#: ../app/models/setting/ansible.rb:71
|
341
378
|
msgid "Timeout (in minutes) when hosts should have reported."
|
342
|
-
msgstr ""
|
379
|
+
msgstr "主机应该被报告的超时时间(以分钟为单位)"
|
343
380
|
|
344
381
|
#: ../app/models/setting/ansible.rb:73
|
345
382
|
msgid "Ansible report timeout"
|
346
|
-
msgstr ""
|
383
|
+
msgstr "Ansible 报告超时"
|
347
384
|
|
348
385
|
#: ../app/models/setting/ansible.rb:77
|
349
|
-
msgid "
|
350
|
-
|
386
|
+
msgid ""
|
387
|
+
"Disable host configuration status turning to out of sync for %{cfgmgmt} "
|
388
|
+
"after report does not arrive within configured interval"
|
389
|
+
msgstr "禁用在配置的间隔时间后没有获得报告时把主机配置状态变为不同步(%{cfgmgmt})"
|
351
390
|
|
352
391
|
#: ../app/models/setting/ansible.rb:81
|
353
392
|
msgid "%{cfgmgmt} out of sync disabled"
|
354
|
-
msgstr ""
|
393
|
+
msgstr "%{cfgmgmt} 不同步被禁用"
|
355
394
|
|
356
395
|
#: ../app/models/setting/ansible.rb:86
|
357
396
|
msgid "Foreman will run Ansible playbooks using this implementation"
|
@@ -363,129 +402,156 @@ msgstr ""
|
|
363
402
|
|
364
403
|
#: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:92
|
365
404
|
msgid "Ansible"
|
366
|
-
msgstr ""
|
405
|
+
msgstr "Ansible"
|
367
406
|
|
368
407
|
#: ../app/services/foreman_ansible/insights_notification_builder.rb:51
|
369
408
|
msgid "Remediation Plan"
|
370
|
-
msgstr ""
|
409
|
+
msgstr " 补救计划"
|
371
410
|
|
372
|
-
#: ../app/services/foreman_ansible/insights_notification_builder.rb:61
|
411
|
+
#: ../app/services/foreman_ansible/insights_notification_builder.rb:61
|
412
|
+
#: ../db/seeds.d/90_notification_blueprints.rb:13
|
373
413
|
msgid "Job Details"
|
374
|
-
msgstr ""
|
414
|
+
msgstr "任务详情"
|
375
415
|
|
376
416
|
#: ../app/services/foreman_ansible/proxy_api.rb:13
|
377
417
|
msgid "Proxy not found"
|
378
|
-
msgstr ""
|
418
|
+
msgstr "找不到代理"
|
379
419
|
|
380
420
|
#: ../app/views/ansible_roles/import.html.erb:1
|
381
421
|
msgid "Changed Ansible roles"
|
382
|
-
msgstr ""
|
422
|
+
msgstr "已更改的 Ansible 角色"
|
383
423
|
|
384
|
-
#: ../app/views/ansible_roles/import.html.erb:3
|
424
|
+
#: ../app/views/ansible_roles/import.html.erb:3
|
425
|
+
#: ../app/views/ansible_variables/import.html.erb:3
|
385
426
|
msgid "Select the changes you want to realize in Foreman"
|
386
|
-
msgstr ""
|
427
|
+
msgstr "选择要在 Foreman 实现的更改"
|
387
428
|
|
388
|
-
#: ../app/views/ansible_roles/import.html.erb:5
|
429
|
+
#: ../app/views/ansible_roles/import.html.erb:5
|
430
|
+
#: ../app/views/ansible_variables/import.html.erb:5
|
389
431
|
msgid "Toggle"
|
390
|
-
msgstr ""
|
432
|
+
msgstr "切换"
|
391
433
|
|
392
|
-
#: ../app/views/ansible_roles/import.html.erb:6
|
434
|
+
#: ../app/views/ansible_roles/import.html.erb:6
|
435
|
+
#: ../app/views/ansible_variables/import.html.erb:6
|
393
436
|
msgid "New"
|
394
|
-
msgstr ""
|
437
|
+
msgstr "新建"
|
395
438
|
|
396
|
-
#: ../app/views/ansible_roles/import.html.erb:8
|
439
|
+
#: ../app/views/ansible_roles/import.html.erb:8
|
440
|
+
#: ../app/views/ansible_variables/import.html.erb:8
|
397
441
|
msgid "Check/Uncheck new"
|
398
|
-
msgstr ""
|
442
|
+
msgstr "选择/不选择"
|
399
443
|
|
400
|
-
#: ../app/views/ansible_roles/import.html.erb:9
|
444
|
+
#: ../app/views/ansible_roles/import.html.erb:9
|
445
|
+
#: ../app/views/ansible_variables/import.html.erb:9
|
401
446
|
msgid "Obsolete"
|
402
|
-
msgstr ""
|
447
|
+
msgstr "过时的"
|
403
448
|
|
404
|
-
#: ../app/views/ansible_roles/import.html.erb:11
|
449
|
+
#: ../app/views/ansible_roles/import.html.erb:11
|
450
|
+
#: ../app/views/ansible_variables/import.html.erb:11
|
405
451
|
msgid "Check/Uncheck obsolete"
|
406
|
-
msgstr ""
|
452
|
+
msgstr "选择/取消 过时"
|
407
453
|
|
408
|
-
#: ../app/views/ansible_roles/import.html.erb:19
|
454
|
+
#: ../app/views/ansible_roles/import.html.erb:19
|
455
|
+
#: ../app/views/ansible_variables/import.html.erb:22
|
409
456
|
msgid "Check/Uncheck all"
|
410
|
-
msgstr ""
|
457
|
+
msgstr "选择/取消所有选择"
|
411
458
|
|
412
|
-
#: ../app/views/ansible_roles/import.html.erb:21
|
459
|
+
#: ../app/views/ansible_roles/import.html.erb:21
|
460
|
+
#: ../app/views/ansible_variables/import.html.erb:24
|
413
461
|
msgid "Name"
|
414
|
-
msgstr ""
|
462
|
+
msgstr "名称"
|
415
463
|
|
416
|
-
#: ../app/views/ansible_roles/import.html.erb:22
|
464
|
+
#: ../app/views/ansible_roles/import.html.erb:22
|
465
|
+
#: ../app/views/ansible_variables/import.html.erb:26
|
417
466
|
msgid "Hosts count"
|
418
|
-
msgstr ""
|
467
|
+
msgstr "主机数"
|
419
468
|
|
420
|
-
#: ../app/views/ansible_roles/import.html.erb:23
|
469
|
+
#: ../app/views/ansible_roles/import.html.erb:23
|
470
|
+
#: ../app/views/ansible_variables/import.html.erb:27
|
421
471
|
msgid "Hostgroups count"
|
422
|
-
msgstr ""
|
472
|
+
msgstr "主机组数"
|
423
473
|
|
424
|
-
#: ../app/views/ansible_roles/import.html.erb:24
|
474
|
+
#: ../app/views/ansible_roles/import.html.erb:24
|
475
|
+
#: ../app/views/ansible_variables/import.html.erb:28
|
425
476
|
msgid "Operation"
|
426
|
-
msgstr ""
|
477
|
+
msgstr "作业"
|
427
478
|
|
428
|
-
#: ../app/views/ansible_roles/import.html.erb:35
|
479
|
+
#: ../app/views/ansible_roles/import.html.erb:35
|
480
|
+
#: ../app/views/ansible_variables/import.html.erb:39
|
429
481
|
msgid "Check/Uncheck all %s changes"
|
430
|
-
msgstr ""
|
482
|
+
msgstr "选择/不选择 %s 的所有修改"
|
431
483
|
|
432
|
-
#: ../app/views/ansible_roles/import.html.erb:40
|
484
|
+
#: ../app/views/ansible_roles/import.html.erb:40
|
485
|
+
#: ../app/views/ansible_variables/import.html.erb:45
|
433
486
|
msgid "Add"
|
434
|
-
msgstr ""
|
487
|
+
msgstr "添加"
|
435
488
|
|
436
|
-
#: ../app/views/ansible_roles/import.html.erb:40
|
489
|
+
#: ../app/views/ansible_roles/import.html.erb:40
|
490
|
+
#: ../app/views/ansible_variables/import.html.erb:45
|
437
491
|
msgid "Remove"
|
438
|
-
msgstr ""
|
492
|
+
msgstr "删除"
|
439
493
|
|
440
|
-
#: ../app/views/ansible_roles/import.html.erb:48
|
494
|
+
#: ../app/views/ansible_roles/import.html.erb:48
|
495
|
+
#: ../app/views/ansible_variables/import.html.erb:53
|
441
496
|
msgid "Cancel"
|
442
|
-
msgstr ""
|
497
|
+
msgstr "取消"
|
443
498
|
|
444
|
-
#: ../app/views/ansible_roles/import.html.erb:49
|
499
|
+
#: ../app/views/ansible_roles/import.html.erb:49
|
500
|
+
#: ../app/views/ansible_variables/import.html.erb:12
|
501
|
+
#: ../app/views/ansible_variables/import.html.erb:45
|
502
|
+
#: ../app/views/ansible_variables/import.html.erb:54
|
445
503
|
msgid "Update"
|
446
|
-
msgstr ""
|
504
|
+
msgstr "更新"
|
447
505
|
|
448
|
-
#: ../app/views/ansible_roles/index.html.erb:1
|
506
|
+
#: ../app/views/ansible_roles/index.html.erb:1
|
507
|
+
#: ../app/views/ansible_roles/welcome.html.erb:1
|
508
|
+
#: ../app/views/ansible_roles/welcome.html.erb:6
|
509
|
+
#: ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
|
449
510
|
msgid "Ansible Roles"
|
450
|
-
msgstr ""
|
511
|
+
msgstr "Ansible 角色"
|
451
512
|
|
452
513
|
#: ../app/views/ansible_roles/index.html.erb:9
|
453
514
|
msgid "Role|Name"
|
454
|
-
msgstr ""
|
515
|
+
msgstr "名称"
|
455
516
|
|
456
517
|
#: ../app/views/ansible_roles/index.html.erb:10
|
457
518
|
msgid "Hostgroups"
|
458
|
-
msgstr ""
|
519
|
+
msgstr "主机组"
|
459
520
|
|
460
521
|
#: ../app/views/ansible_roles/index.html.erb:11
|
461
522
|
msgid "Hosts"
|
462
|
-
msgstr ""
|
523
|
+
msgstr "主机"
|
463
524
|
|
464
525
|
#: ../app/views/ansible_roles/index.html.erb:12
|
465
526
|
msgid "Imported at"
|
466
|
-
msgstr ""
|
527
|
+
msgstr "导入于"
|
467
528
|
|
468
|
-
#: ../app/views/ansible_roles/index.html.erb:13
|
529
|
+
#: ../app/views/ansible_roles/index.html.erb:13
|
530
|
+
#: ../app/views/ansible_variables/index.html.erb:16
|
469
531
|
msgid "Actions"
|
470
|
-
msgstr ""
|
532
|
+
msgstr "动作"
|
471
533
|
|
472
|
-
#: ../app/views/ansible_roles/index.html.erb:27
|
534
|
+
#: ../app/views/ansible_roles/index.html.erb:27
|
535
|
+
#: ../lib/foreman_ansible/register.rb:98
|
473
536
|
msgid "Variables"
|
474
|
-
msgstr ""
|
537
|
+
msgstr "变量"
|
475
538
|
|
476
|
-
#: ../app/views/ansible_roles/index.html.erb:33
|
539
|
+
#: ../app/views/ansible_roles/index.html.erb:33
|
540
|
+
#: ../app/views/ansible_variables/index.html.erb:41
|
477
541
|
msgid "Delete %s?"
|
478
|
-
msgstr ""
|
542
|
+
msgstr "删除 %s"
|
479
543
|
|
480
544
|
#: ../app/views/ansible_roles/welcome.html.erb:7
|
481
545
|
msgid ""
|
482
546
|
"No ansible roles were found in Foreman. If you want to assign roles to your hosts,\n"
|
483
547
|
" you have to import them first."
|
484
548
|
msgstr ""
|
549
|
+
"Foreman 中没有找到 Ansible 角色。如果要分配角色到您的主机,\n"
|
550
|
+
" 您必须先导入它们。"
|
485
551
|
|
486
552
|
#: ../app/views/ansible_roles/welcome.html.erb:10
|
487
553
|
msgid "Learn more about this in the documentation."
|
488
|
-
msgstr ""
|
554
|
+
msgstr "了解更多本文档中的内容。"
|
489
555
|
|
490
556
|
#: ../app/views/ansible_variables/_fields.erb:4
|
491
557
|
msgid "Ansible Variable Details (Imported)"
|
@@ -497,79 +563,98 @@ msgstr ""
|
|
497
563
|
|
498
564
|
#: ../app/views/ansible_variables/_fields.erb:11
|
499
565
|
msgid "Default Behavior"
|
500
|
-
msgstr ""
|
566
|
+
msgstr "默认行为"
|
501
567
|
|
502
568
|
#: ../app/views/ansible_variables/_fields.erb:12
|
503
569
|
msgid "Override the default value of the Ansible variable."
|
504
570
|
msgstr ""
|
505
571
|
|
506
572
|
#: ../app/views/ansible_variables/_fields.erb:14
|
507
|
-
msgid "
|
573
|
+
msgid ""
|
574
|
+
"Mark the variable to be managed by Foreman. When the Ansible role of this "
|
575
|
+
"variable is assigned to a host, the default value will be added to Ansible "
|
576
|
+
"inventory as a host variable. Specify matchers to set a different value for "
|
577
|
+
"such variable."
|
508
578
|
msgstr ""
|
509
579
|
|
510
580
|
#: ../app/views/ansible_variables/_fields.erb:27
|
511
581
|
msgid "Value to use when there is no match."
|
512
|
-
msgstr ""
|
582
|
+
msgstr "未发现匹配时使用的值。"
|
513
583
|
|
514
584
|
#: ../app/views/ansible_variables/_fields.erb:30
|
515
585
|
msgid "Hidden Value"
|
516
|
-
msgstr ""
|
586
|
+
msgstr "隐藏值"
|
517
587
|
|
518
588
|
#: ../app/views/ansible_variables/_fields.erb:33
|
519
589
|
msgid "Hide all values for this parameter."
|
520
|
-
msgstr ""
|
590
|
+
msgstr "隐藏这个参数的所有值。"
|
521
591
|
|
522
592
|
#: ../app/views/ansible_variables/_fields.erb:39
|
523
593
|
msgid "Optional Input Validator"
|
524
|
-
msgstr ""
|
594
|
+
msgstr "可选的输入验证程序"
|
525
595
|
|
526
596
|
#: ../app/views/ansible_variables/_fields.erb:41
|
527
|
-
msgid "
|
597
|
+
msgid ""
|
598
|
+
"Before including these variables on your playbooks, Foreman will validate "
|
599
|
+
"that your variables comply with the validation."
|
528
600
|
msgstr ""
|
529
601
|
|
530
602
|
#: ../app/views/ansible_variables/_fields.erb:44
|
531
|
-
msgid "
|
532
|
-
|
603
|
+
msgid ""
|
604
|
+
"If checked, will raise an error if there is no default value and no matcher "
|
605
|
+
"provide a value."
|
606
|
+
msgstr "检查后,如果没有默认值,且没有映射程序提供数值,则会创建出错信息。"
|
533
607
|
|
534
608
|
#: ../app/views/ansible_variables/_fields.erb:53
|
535
609
|
msgid "Prioritize Attribute Order"
|
536
|
-
msgstr ""
|
610
|
+
msgstr "排列属性优先顺序"
|
537
611
|
|
538
612
|
#: ../app/views/ansible_variables/_fields.erb:54
|
539
613
|
msgid "Set the order in which values are resolved."
|
540
|
-
msgstr ""
|
614
|
+
msgstr "设定用来解析值的顺序。"
|
541
615
|
|
542
616
|
#: ../app/views/ansible_variables/_fields.erb:55
|
543
617
|
msgid "Order"
|
544
|
-
msgstr ""
|
618
|
+
msgstr "顺序"
|
545
619
|
|
546
620
|
#: ../app/views/ansible_variables/_fields.erb:56
|
547
|
-
msgid "
|
621
|
+
msgid ""
|
622
|
+
"The order in which matchers keys are processed, first match wins.<br> You "
|
623
|
+
"may use multiple attributes as a matcher key, for example, an order of "
|
624
|
+
"<code>host group, environment</code> would expect a matcher such as "
|
625
|
+
"<code>hostgroup = \"web servers\", environment = production</code>"
|
548
626
|
msgstr ""
|
627
|
+
"处理映射器密钥的指令,会采用第一个匹配的映射。<br>您可以使用多个属性作为映射器密钥,例如:一组 <code>host group, "
|
628
|
+
"environment</code> 的映射器为 <code>hostgroup = \"web servers\", environment = "
|
629
|
+
"production</code>。"
|
549
630
|
|
550
631
|
#: ../app/views/ansible_variables/_fields.erb:59
|
551
|
-
msgid "
|
552
|
-
|
632
|
+
msgid ""
|
633
|
+
"Continue to look for matches after first find (only array/hash type)? Note: "
|
634
|
+
"merging overrides ignores all matchers that are omitted."
|
635
|
+
msgstr "要在找到第一个匹配项后继续查找吗(仅阵列/散列类型)?注意:合并覆盖会忽略所有省略的映射器。"
|
553
636
|
|
554
637
|
#: ../app/views/ansible_variables/_fields.erb:61
|
555
638
|
msgid "Include default value when merging all matching values."
|
556
|
-
msgstr ""
|
639
|
+
msgstr "合并所有匹配值时包括默认值。"
|
557
640
|
|
558
641
|
#: ../app/views/ansible_variables/_fields.erb:64
|
559
642
|
msgid "Avoid duplicate values when merging them (only array type)?"
|
560
|
-
msgstr ""
|
643
|
+
msgstr "合并时是否避免重复值(只适用于阵列类型)?"
|
561
644
|
|
562
645
|
#: ../app/views/ansible_variables/_fields.erb:68
|
563
646
|
msgid "Specify Matchers"
|
564
|
-
msgstr ""
|
647
|
+
msgstr "指定匹配器"
|
565
648
|
|
566
|
-
#: ../app/views/ansible_variables/edit.html.erb:4
|
649
|
+
#: ../app/views/ansible_variables/edit.html.erb:4
|
650
|
+
#: ../app/views/ansible_variables/index.html.erb:1
|
651
|
+
#: ../app/views/ansible_variables/new.html.erb:4
|
567
652
|
msgid "Ansible Variables"
|
568
653
|
msgstr ""
|
569
654
|
|
570
655
|
#: ../app/views/ansible_variables/edit.html.erb:8
|
571
656
|
msgid "Edit %s"
|
572
|
-
msgstr ""
|
657
|
+
msgstr "编辑 %s"
|
573
658
|
|
574
659
|
#: ../app/views/ansible_variables/edit.html.erb:13
|
575
660
|
msgid "Edit Ansible Variable"
|
@@ -601,7 +686,7 @@ msgstr ""
|
|
601
686
|
|
602
687
|
#: ../app/views/ansible_variables/index.html.erb:14
|
603
688
|
msgid "Type"
|
604
|
-
msgstr ""
|
689
|
+
msgstr "类型"
|
605
690
|
|
606
691
|
#: ../app/views/ansible_variables/index.html.erb:15
|
607
692
|
msgid "Imported?"
|
@@ -611,86 +696,90 @@ msgstr ""
|
|
611
696
|
msgid "Overriden"
|
612
697
|
msgstr ""
|
613
698
|
|
614
|
-
#: ../app/views/ansible_variables/new.html.erb:8
|
699
|
+
#: ../app/views/ansible_variables/new.html.erb:8
|
700
|
+
#: ../app/views/ansible_variables/new.html.erb:13
|
615
701
|
msgid "Create Ansible Variable"
|
616
702
|
msgstr ""
|
617
703
|
|
618
704
|
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
|
619
705
|
msgid "Play Roles"
|
620
|
-
msgstr ""
|
706
|
+
msgstr "扮演角色"
|
621
707
|
|
622
708
|
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:9
|
623
709
|
msgid "Nest"
|
624
|
-
msgstr ""
|
710
|
+
msgstr "嵌套"
|
625
711
|
|
626
712
|
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:10
|
627
713
|
msgid "Clone"
|
628
|
-
msgstr ""
|
714
|
+
msgstr "克隆"
|
629
715
|
|
630
716
|
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:7
|
631
717
|
msgid "Level"
|
632
|
-
msgstr ""
|
718
|
+
msgstr "等级"
|
633
719
|
|
634
720
|
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:8
|
635
721
|
msgid "Module"
|
636
|
-
msgstr ""
|
722
|
+
msgstr "模块"
|
637
723
|
|
638
724
|
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:9
|
639
725
|
msgid "Arguments"
|
640
|
-
msgstr ""
|
726
|
+
msgstr "参数"
|
641
727
|
|
642
728
|
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:10
|
643
729
|
msgid "Message"
|
644
|
-
msgstr ""
|
730
|
+
msgstr "消息"
|
645
731
|
|
646
732
|
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:23
|
647
733
|
msgid "Nothing to show"
|
648
|
-
msgstr ""
|
734
|
+
msgstr "没有内容可显示"
|
649
735
|
|
650
736
|
#: ../db/seeds.d/90_notification_blueprints.rb:5
|
651
737
|
msgid "Jobs"
|
652
|
-
msgstr ""
|
738
|
+
msgstr "任务"
|
653
739
|
|
654
740
|
#: ../db/seeds.d/90_notification_blueprints.rb:7
|
655
|
-
msgid "
|
656
|
-
|
741
|
+
msgid ""
|
742
|
+
"Insights remediation on %{hosts_count} host(s) has finished successfully"
|
743
|
+
msgstr "%{hosts_count} 个主机的 Insights 补救计划已成功完成"
|
657
744
|
|
658
745
|
#: ../lib/foreman_ansible/register.rb:94
|
659
746
|
msgid "Roles"
|
660
|
-
msgstr ""
|
747
|
+
msgstr "角色"
|
661
748
|
|
662
749
|
#: ../lib/foreman_ansible/remote_execution.rb:20
|
663
750
|
msgid "Run Ansible roles"
|
664
|
-
msgstr ""
|
751
|
+
msgstr "运行 Ansible 角色"
|
665
752
|
|
666
753
|
#: ../lib/foreman_ansible/remote_execution.rb:21
|
667
|
-
msgid "
|
668
|
-
|
754
|
+
msgid ""
|
755
|
+
"Runs an Ansible playbook which contains all the roles defined for a host"
|
756
|
+
msgstr "运行 Ansible playbook,它包含为主机定义的所有角色"
|
669
757
|
|
670
758
|
#: ../lib/foreman_ansible/remote_execution.rb:27
|
671
759
|
msgid "Ansible: Run Insights maintenance plan"
|
672
|
-
msgstr ""
|
760
|
+
msgstr "Ansible:运行 Insights 维护计划"
|
673
761
|
|
674
762
|
#: ../lib/foreman_ansible/remote_execution.rb:28
|
675
|
-
msgid "
|
676
|
-
|
763
|
+
msgid ""
|
764
|
+
"Runs a given maintenance plan from Red Hat Access Insights given an ID."
|
765
|
+
msgstr "运行给定 ID 的红帽 Access Insights 的给定维护计划。"
|
677
766
|
|
678
767
|
#: action_names.rb:2
|
679
|
-
msgid "
|
680
|
-
msgstr ""
|
768
|
+
msgid "Remote action:"
|
769
|
+
msgstr "远程操作:"
|
681
770
|
|
682
771
|
#: action_names.rb:3
|
683
|
-
msgid "
|
684
|
-
msgstr ""
|
772
|
+
msgid "Import Puppet classes"
|
773
|
+
msgstr "导入 Puppet 类"
|
685
774
|
|
686
775
|
#: action_names.rb:4
|
687
|
-
msgid "Import
|
688
|
-
msgstr ""
|
776
|
+
msgid "Import facts"
|
777
|
+
msgstr "导入 fact"
|
689
778
|
|
690
779
|
#: action_names.rb:5
|
691
|
-
msgid "
|
692
|
-
msgstr ""
|
780
|
+
msgid "Action with sub plans"
|
781
|
+
msgstr "带有子计划的操作"
|
693
782
|
|
694
783
|
#: gemspec.rb:2
|
695
784
|
msgid "Ansible support in Foreman"
|
696
|
-
msgstr ""
|
785
|
+
msgstr "Foreman 中的 Ansible 支持"
|