foreman_ansible 3.0.3 → 3.0.4

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