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,776 +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
- #
10
- #, fuzzy
11
- msgid ""
12
- msgstr ""
13
- "Project-Id-Version: foreman_ansible 3.0.2\n"
14
- "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2019-04-30 20:53+0200\n"
16
- "PO-Revision-Date: 2018-11-14 21:36+0000\n"
17
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2019\n"
18
- "Language-Team: Chinese (Taiwan) (https://www.transifex.com/foreman/teams/114/zh_TW/)\n"
19
- "MIME-Version: 1.0\n"
20
- "Content-Type: text/plain; charset=UTF-8\n"
21
- "Content-Transfer-Encoding: 8bit\n"
22
- "Language: zh_TW\n"
23
- "Plural-Forms: nplurals=1; plural=0;\n"
24
-
25
- #: ../app/controllers/ansible_roles_controller.rb:35
26
- msgid "Import of roles successfully finished."
27
- msgstr ""
28
-
29
- #: ../app/controllers/ansible_roles_controller.rb:50
30
- msgid "No changes in roles detected."
31
- msgstr ""
32
-
33
- #: ../app/controllers/ansible_roles_controller.rb:51
34
- msgid "No changes in roles detected on %s."
35
- msgstr ""
36
-
37
- #: ../app/controllers/ansible_variables_controller.rb:39
38
- msgid "No changes in variables detected on %s."
39
- msgstr ""
40
-
41
- #: ../app/controllers/ansible_variables_controller.rb:49
42
- msgid ""
43
- "Import of variables successfully finished.\n"
44
- "Added: #{results[:added].count} \n"
45
- " Removed: #{results[:obsolete].count} \n"
46
- "Updated: #{results[:updated].count}"
47
- msgstr ""
48
-
49
- #: ../app/controllers/ansible_variables_controller.rb:102
50
- msgid ""
51
- "No proxy found to import variables from, ensure that the smart proxy has the"
52
- " Ansible feature enabled."
53
- msgstr ""
54
-
55
- #: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
56
- msgid "Override match"
57
- msgstr "置換相符"
58
-
59
- #: ../app/controllers/api/v2/ansible_override_values_controller.rb:18
60
- msgid "Override value, required if omit is false"
61
- msgstr ""
62
-
63
- #: ../app/controllers/api/v2/ansible_override_values_controller.rb:22
64
- msgid "Create an override value for a specific ansible variable"
65
- msgstr ""
66
-
67
- #: ../app/controllers/api/v2/ansible_override_values_controller.rb:34
68
- msgid "Destroy an override value"
69
- msgstr ""
70
-
71
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:18
72
- msgid "Show role"
73
- msgstr ""
74
-
75
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:22
76
- msgid "List Ansible roles"
77
- msgstr ""
78
-
79
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:28
80
- msgid "Deletes Ansible role"
81
- msgstr ""
82
-
83
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:34
84
- msgid "Import Ansible roles"
85
- msgstr ""
86
-
87
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:35
88
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:42
89
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:73
90
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:83
91
- msgid "Smart Proxy to import from"
92
- msgstr ""
93
-
94
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:36
95
- msgid "Ansible role names to import"
96
- msgstr ""
97
-
98
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:41
99
- msgid "Obsolete Ansible roles"
100
- msgstr ""
101
-
102
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:48
103
- msgid "Fetch Ansible roles available to be imported"
104
- msgstr ""
105
-
106
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:49
107
- msgid "Smart Proxy to fetch from"
108
- msgstr ""
109
-
110
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:20
111
- msgid "Show variable"
112
- msgstr ""
113
-
114
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:24
115
- msgid "List Ansible variables"
116
- msgstr ""
117
-
118
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:30
119
- msgid "Deletes Ansible variable"
120
- msgstr ""
121
-
122
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:39
123
- msgid "Name of variable"
124
- msgstr "變數名稱"
125
-
126
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
127
- msgid "Role ID"
128
- msgstr ""
129
-
130
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
131
- msgid "Default value of variable"
132
- msgstr "變數預設值"
133
-
134
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
135
- msgid "When enabled the parameter is hidden in the UI"
136
- msgstr "啟用時,參數會隱藏在 UI 裡"
137
-
138
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
139
- msgid "The order in which values are resolved"
140
- msgstr "值解析的順序"
141
-
142
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
143
- msgid "Description of variable"
144
- msgstr "變數描述"
145
-
146
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
147
- msgid "Types of validation values"
148
- msgstr "驗證值的類型"
149
-
150
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
151
- msgid "Used to enforce certain values for the parameter values"
152
- msgstr "用來強制參數值的某些值"
153
-
154
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
155
- msgid "Types of variable values"
156
- msgstr "變數值的類型"
157
-
158
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
159
- msgid "Merge all matching values (only array/hash type)"
160
- msgstr "合併所有相符的值(只有陣列 / 雜湊類型)"
161
-
162
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
163
- msgid "Include default value when merging all matching values"
164
- msgstr "合併所有相符合的值時包括預設值"
165
-
166
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
167
- msgid "Remove duplicate values (only array type)"
168
- msgstr "移除重複的值(只有陣列類型)"
169
-
170
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:54
171
- msgid "Create Ansible variable"
172
- msgstr ""
173
-
174
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:61
175
- msgid "Updates Ansible variable"
176
- msgstr ""
177
-
178
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:71
179
- msgid ""
180
- "Import Ansible variables. This will only import variables for already "
181
- "existing roles, it will not import any new roles"
182
- msgstr ""
183
-
184
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:81
185
- msgid ""
186
- "Obsolete Ansible variables. This will only obsolete variables for already "
187
- "existing roles, it will not delete any old roles"
188
- msgstr ""
189
-
190
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
191
- msgid "Plays Ansible roles on a hostgroup"
192
- msgstr ""
193
-
194
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:30
195
- msgid "Plays Ansible roles on hostgroups"
196
- msgstr ""
197
-
198
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:31
199
- msgid "IDs of hostgroups to play roles on"
200
- msgstr ""
201
-
202
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:42
203
- msgid "List all Ansible roles for a hostgroup"
204
- msgstr ""
205
-
206
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:53
207
- msgid "Assigns Ansible roles to a hostgroup"
208
- msgstr ""
209
-
210
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:56
211
- msgid "Ansible roles to assign to a hostgroup"
212
- msgstr ""
213
-
214
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
215
- #: ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
216
- msgid "IDs of associated ansible roles"
217
- msgstr ""
218
-
219
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:26
220
- msgid "Plays Ansible roles on a host"
221
- msgstr ""
222
-
223
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:35
224
- msgid "Plays Ansible roles on hosts"
225
- msgstr ""
226
-
227
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:36
228
- msgid "IDs of hosts to play roles on"
229
- msgstr ""
230
-
231
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:46
232
- msgid "List all Ansible roles for a host"
233
- msgstr ""
234
-
235
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:56
236
- msgid "Assigns Ansible roles to a host"
237
- msgstr ""
238
-
239
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:59
240
- msgid "Ansible roles to assign to a host"
241
- msgstr ""
242
-
243
- #: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
244
- msgid "Host group has no associated hosts"
245
- msgstr ""
246
-
247
- #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:13
248
- msgid "There are no Ansible roles to play"
249
- msgstr ""
250
-
251
- #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:15
252
- msgid "Could not run Ansible roles for %{host}"
253
- msgstr ""
254
-
255
- #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
256
- msgid "Import from %s"
257
- msgstr "由 %s 匯入"
258
-
259
- #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:23
260
- msgid "Ansible Role"
261
- msgstr ""
262
-
263
- #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:29
264
- msgid "Import"
265
- msgstr "匯入"
266
-
267
- #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:35
268
- msgid "%s ago"
269
- msgstr "%s 之前"
270
-
271
- #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
272
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
273
- msgid "Play Ansible roles"
274
- msgstr ""
275
-
276
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:10
277
- msgid "Playbook execution failed"
278
- msgstr ""
279
-
280
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
281
- #: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
282
- msgid "Error loading data from proxy"
283
- msgstr "從代理載入資料時發生錯誤"
284
-
285
- #: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
286
- msgid "Foreman"
287
- msgstr ""
288
-
289
- #: ../app/lib/proxy_api/ansible.rb:27
290
- msgid "Unable to get roles from Ansible"
291
- msgstr ""
292
-
293
- #: ../app/lib/proxy_api/ansible.rb:34 ../app/lib/proxy_api/ansible.rb:41
294
- msgid "Unable to get roles/variables from Ansible"
295
- msgstr ""
296
-
297
- #: ../app/models/setting/ansible.rb:20
298
- msgid ""
299
- "Use this to supply a path to an SSH Private Key that Ansible will use in "
300
- "lieu of a password Override with \"ansible_ssh_private_key_file\" host "
301
- "parameter"
302
- msgstr ""
303
-
304
- #: ../app/models/setting/ansible.rb:25
305
- msgid "Private Key Path"
306
- msgstr ""
307
-
308
- #: ../app/models/setting/ansible.rb:29
309
- msgid ""
310
- "Use this connection type by default when running Ansible playbooks. You can "
311
- "override this on hosts by adding a parameter \"ansible_connection\""
312
- msgstr ""
313
-
314
- #: ../app/models/setting/ansible.rb:33
315
- msgid "Connection type"
316
- msgstr ""
317
-
318
- #: ../app/models/setting/ansible.rb:37
319
- msgid ""
320
- "Enable/disable WinRM server certificate validation when running Ansible "
321
- "playbooks. You can override this on hosts by adding a parameter "
322
- "\"ansible_winrm_server_cert_validation\""
323
- msgstr ""
324
-
325
- #: ../app/models/setting/ansible.rb:42
326
- msgid "WinRM cert Validation"
327
- msgstr ""
328
-
329
- #: ../app/models/setting/ansible.rb:46
330
- msgid ""
331
- "Foreman will add the this level of verbosity for additional debugging output"
332
- " when running Ansible playbooks."
333
- msgstr ""
334
-
335
- #: ../app/models/setting/ansible.rb:49
336
- msgid "Default verbosity level"
337
- msgstr ""
338
-
339
- #: ../app/models/setting/ansible.rb:52
340
- msgid "Disabled"
341
- msgstr "已停用"
342
-
343
- #: ../app/models/setting/ansible.rb:53
344
- msgid "Level 1 (-v)"
345
- msgstr ""
346
-
347
- #: ../app/models/setting/ansible.rb:54
348
- msgid "Level 2 (-vv)"
349
- msgstr ""
350
-
351
- #: ../app/models/setting/ansible.rb:55
352
- msgid "Level 3 (-vvv)"
353
- msgstr ""
354
-
355
- #: ../app/models/setting/ansible.rb:56
356
- msgid "Level 4 (-vvvv)"
357
- msgstr ""
358
-
359
- #: ../app/models/setting/ansible.rb:62
360
- msgid ""
361
- "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles "
362
- "task after a host is fully provisioned. Set this to the maximum time you "
363
- "expect a host to take until it is ready after a reboot."
364
- msgstr ""
365
-
366
- #: ../app/models/setting/ansible.rb:67
367
- msgid "Post-provision timeout"
368
- msgstr ""
369
-
370
- #: ../app/models/setting/ansible.rb:71
371
- msgid "Timeout (in minutes) when hosts should have reported."
372
- msgstr ""
373
-
374
- #: ../app/models/setting/ansible.rb:73
375
- msgid "Ansible report timeout"
376
- msgstr ""
377
-
378
- #: ../app/models/setting/ansible.rb:77
379
- msgid ""
380
- "Disable host configuration status turning to out of sync for %{cfgmgmt} "
381
- "after report does not arrive within configured interval"
382
- msgstr ""
383
-
384
- #: ../app/models/setting/ansible.rb:81
385
- msgid "%{cfgmgmt} out of sync disabled"
386
- msgstr ""
387
-
388
- #: ../app/models/setting/ansible.rb:86
389
- msgid "Foreman will run Ansible playbooks using this implementation"
390
- msgstr ""
391
-
392
- #: ../app/models/setting/ansible.rb:88
393
- msgid "Implementation for running Ansible"
394
- msgstr ""
395
-
396
- #: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:92
397
- msgid "Ansible"
398
- msgstr ""
399
-
400
- #: ../app/services/foreman_ansible/insights_notification_builder.rb:51
401
- msgid "Remediation Plan"
402
- msgstr ""
403
-
404
- #: ../app/services/foreman_ansible/insights_notification_builder.rb:61
405
- #: ../db/seeds.d/90_notification_blueprints.rb:13
406
- msgid "Job Details"
407
- msgstr ""
408
-
409
- #: ../app/services/foreman_ansible/proxy_api.rb:13
410
- msgid "Proxy not found"
411
- msgstr ""
412
-
413
- #: ../app/views/ansible_roles/import.html.erb:1
414
- msgid "Changed Ansible roles"
415
- msgstr ""
416
-
417
- #: ../app/views/ansible_roles/import.html.erb:3
418
- #: ../app/views/ansible_variables/import.html.erb:3
419
- msgid "Select the changes you want to realize in Foreman"
420
- msgstr "選擇您希望在 Foreman 中套用的變更"
421
-
422
- #: ../app/views/ansible_roles/import.html.erb:5
423
- #: ../app/views/ansible_variables/import.html.erb:5
424
- msgid "Toggle"
425
- msgstr "切換"
426
-
427
- #: ../app/views/ansible_roles/import.html.erb:6
428
- #: ../app/views/ansible_variables/import.html.erb:6
429
- msgid "New"
430
- msgstr "新增"
431
-
432
- #: ../app/views/ansible_roles/import.html.erb:8
433
- #: ../app/views/ansible_variables/import.html.erb:8
434
- msgid "Check/Uncheck new"
435
- msgstr "選取/反選新項目"
436
-
437
- #: ../app/views/ansible_roles/import.html.erb:9
438
- #: ../app/views/ansible_variables/import.html.erb:9
439
- msgid "Obsolete"
440
- msgstr "已淘汰"
441
-
442
- #: ../app/views/ansible_roles/import.html.erb:11
443
- #: ../app/views/ansible_variables/import.html.erb:11
444
- msgid "Check/Uncheck obsolete"
445
- msgstr "選取/反選已淘汰項目"
446
-
447
- #: ../app/views/ansible_roles/import.html.erb:19
448
- #: ../app/views/ansible_variables/import.html.erb:22
449
- msgid "Check/Uncheck all"
450
- msgstr "選取/反選全部"
451
-
452
- #: ../app/views/ansible_roles/import.html.erb:21
453
- #: ../app/views/ansible_variables/import.html.erb:24
454
- msgid "Name"
455
- msgstr "名稱"
456
-
457
- #: ../app/views/ansible_roles/import.html.erb:22
458
- #: ../app/views/ansible_variables/import.html.erb:26
459
- msgid "Hosts count"
460
- msgstr ""
461
-
462
- #: ../app/views/ansible_roles/import.html.erb:23
463
- #: ../app/views/ansible_variables/import.html.erb:27
464
- msgid "Hostgroups count"
465
- msgstr ""
466
-
467
- #: ../app/views/ansible_roles/import.html.erb:24
468
- #: ../app/views/ansible_variables/import.html.erb:28
469
- msgid "Operation"
470
- msgstr "作業"
471
-
472
- #: ../app/views/ansible_roles/import.html.erb:35
473
- #: ../app/views/ansible_variables/import.html.erb:39
474
- msgid "Check/Uncheck all %s changes"
475
- msgstr "選取/反選所有 %s 變更"
476
-
477
- #: ../app/views/ansible_roles/import.html.erb:40
478
- #: ../app/views/ansible_variables/import.html.erb:45
479
- msgid "Add"
480
- msgstr "新增"
481
-
482
- #: ../app/views/ansible_roles/import.html.erb:40
483
- #: ../app/views/ansible_variables/import.html.erb:45
484
- msgid "Remove"
485
- msgstr "移除"
486
-
487
- #: ../app/views/ansible_roles/import.html.erb:48
488
- #: ../app/views/ansible_variables/import.html.erb:53
489
- msgid "Cancel"
490
- msgstr "取消"
491
-
492
- #: ../app/views/ansible_roles/import.html.erb:49
493
- #: ../app/views/ansible_variables/import.html.erb:12
494
- #: ../app/views/ansible_variables/import.html.erb:45
495
- #: ../app/views/ansible_variables/import.html.erb:54
496
- msgid "Update"
497
- msgstr "更新"
498
-
499
- #: ../app/views/ansible_roles/index.html.erb:1
500
- #: ../app/views/ansible_roles/welcome.html.erb:1
501
- #: ../app/views/ansible_roles/welcome.html.erb:6
502
- #: ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
503
- msgid "Ansible Roles"
504
- msgstr ""
505
-
506
- #: ../app/views/ansible_roles/index.html.erb:9
507
- msgid "Role|Name"
508
- msgstr "名稱"
509
-
510
- #: ../app/views/ansible_roles/index.html.erb:10
511
- msgid "Hostgroups"
512
- msgstr "主機群組"
513
-
514
- #: ../app/views/ansible_roles/index.html.erb:11
515
- msgid "Hosts"
516
- msgstr "主機"
517
-
518
- #: ../app/views/ansible_roles/index.html.erb:12
519
- msgid "Imported at"
520
- msgstr ""
521
-
522
- #: ../app/views/ansible_roles/index.html.erb:13
523
- #: ../app/views/ansible_variables/index.html.erb:16
524
- msgid "Actions"
525
- msgstr "動作"
526
-
527
- #: ../app/views/ansible_roles/index.html.erb:27
528
- #: ../lib/foreman_ansible/register.rb:98
529
- msgid "Variables"
530
- msgstr "變數"
531
-
532
- #: ../app/views/ansible_roles/index.html.erb:33
533
- #: ../app/views/ansible_variables/index.html.erb:41
534
- msgid "Delete %s?"
535
- msgstr "刪除 %s?"
536
-
537
- #: ../app/views/ansible_roles/welcome.html.erb:7
538
- msgid ""
539
- "No ansible roles were found in Foreman. If you want to assign roles to your hosts,\n"
540
- " you have to import them first."
541
- msgstr ""
542
-
543
- #: ../app/views/ansible_roles/welcome.html.erb:10
544
- msgid "Learn more about this in the documentation."
545
- msgstr "欲知更多,請參閱文件。"
546
-
547
- #: ../app/views/ansible_variables/_fields.erb:4
548
- msgid "Ansible Variable Details (Imported)"
549
- msgstr ""
550
-
551
- #: ../app/views/ansible_variables/_fields.erb:4
552
- msgid "Ansible Variable Details"
553
- msgstr ""
554
-
555
- #: ../app/views/ansible_variables/_fields.erb:11
556
- msgid "Default Behavior"
557
- msgstr ""
558
-
559
- #: ../app/views/ansible_variables/_fields.erb:12
560
- msgid "Override the default value of the Ansible variable."
561
- msgstr ""
562
-
563
- #: ../app/views/ansible_variables/_fields.erb:14
564
- msgid ""
565
- "Mark the variable to be managed by Foreman. When the Ansible role of this "
566
- "variable is assigned to a host, the default value will be added to Ansible "
567
- "inventory as a host variable. Specify matchers to set a different value for "
568
- "such variable."
569
- msgstr ""
570
-
571
- #: ../app/views/ansible_variables/_fields.erb:27
572
- msgid "Value to use when there is no match."
573
- msgstr "當沒有相符的項目時所使用的值。"
574
-
575
- #: ../app/views/ansible_variables/_fields.erb:30
576
- msgid "Hidden Value"
577
- msgstr ""
578
-
579
- #: ../app/views/ansible_variables/_fields.erb:33
580
- msgid "Hide all values for this parameter."
581
- msgstr "為這參數隱藏所有值。"
582
-
583
- #: ../app/views/ansible_variables/_fields.erb:39
584
- msgid "Optional Input Validator"
585
- msgstr ""
586
-
587
- #: ../app/views/ansible_variables/_fields.erb:41
588
- msgid ""
589
- "Before including these variables on your playbooks, Foreman will validate "
590
- "that your variables comply with the validation."
591
- msgstr ""
592
-
593
- #: ../app/views/ansible_variables/_fields.erb:44
594
- msgid ""
595
- "If checked, will raise an error if there is no default value and no matcher "
596
- "provide a value."
597
- msgstr "若選取而沒有預設值並且比對器未提供值的話,將會造成錯誤發生。"
598
-
599
- #: ../app/views/ansible_variables/_fields.erb:53
600
- msgid "Prioritize Attribute Order"
601
- msgstr ""
602
-
603
- #: ../app/views/ansible_variables/_fields.erb:54
604
- msgid "Set the order in which values are resolved."
605
- msgstr "設定值解析的順序。"
606
-
607
- #: ../app/views/ansible_variables/_fields.erb:55
608
- msgid "Order"
609
- msgstr "順序"
610
-
611
- #: ../app/views/ansible_variables/_fields.erb:56
612
- msgid ""
613
- "The order in which matchers keys are processed, first match wins.<br> You "
614
- "may use multiple attributes as a matcher key, for example, an order of "
615
- "<code>host group, environment</code> would expect a matcher such as "
616
- "<code>hostgroup = \"web servers\", environment = production</code>"
617
- msgstr ""
618
- "比對器金鑰處理的順序,第一組項目將會優先被處理。<br>您可使用多個屬性來作為比對器金鑰,比方說 <code>host group, "
619
- "environment</code> 的順序將會預期類似 <code>hostgroup = \"web servers\", environment "
620
- "= production</code> 的比對器"
621
-
622
- #: ../app/views/ansible_variables/_fields.erb:59
623
- msgid ""
624
- "Continue to look for matches after first find (only array/hash type)? Note: "
625
- "merging overrides ignores all matchers that are omitted."
626
- msgstr ""
627
-
628
- #: ../app/views/ansible_variables/_fields.erb:61
629
- msgid "Include default value when merging all matching values."
630
- msgstr "合併所有相符合的值時包括預設值。"
631
-
632
- #: ../app/views/ansible_variables/_fields.erb:64
633
- msgid "Avoid duplicate values when merging them (only array type)?"
634
- msgstr "合併值時避免重複(僅及於陣列類型)?"
635
-
636
- #: ../app/views/ansible_variables/_fields.erb:68
637
- msgid "Specify Matchers"
638
- msgstr ""
639
-
640
- #: ../app/views/ansible_variables/edit.html.erb:4
641
- #: ../app/views/ansible_variables/index.html.erb:1
642
- #: ../app/views/ansible_variables/new.html.erb:4
643
- msgid "Ansible Variables"
644
- msgstr ""
645
-
646
- #: ../app/views/ansible_variables/edit.html.erb:8
647
- msgid "Edit %s"
648
- msgstr "編輯 %s"
649
-
650
- #: ../app/views/ansible_variables/edit.html.erb:13
651
- msgid "Edit Ansible Variable"
652
- msgstr ""
653
-
654
- #: ../app/views/ansible_variables/import.html.erb:1
655
- msgid "Changed Ansible variables"
656
- msgstr ""
657
-
658
- #: ../app/views/ansible_variables/import.html.erb:14
659
- msgid "Check/Uncheck update"
660
- msgstr ""
661
-
662
- #: ../app/views/ansible_variables/import.html.erb:25
663
- msgid "Ansible role"
664
- msgstr ""
665
-
666
- #: ../app/views/ansible_variables/index.html.erb:5
667
- msgid "New Ansible Variable"
668
- msgstr ""
669
-
670
- #: ../app/views/ansible_variables/index.html.erb:12
671
- msgid "Variable|Name"
672
- msgstr ""
673
-
674
- #: ../app/views/ansible_variables/index.html.erb:13
675
- msgid "Variable|Role"
676
- msgstr ""
677
-
678
- #: ../app/views/ansible_variables/index.html.erb:14
679
- msgid "Type"
680
- msgstr "類型"
681
-
682
- #: ../app/views/ansible_variables/index.html.erb:15
683
- msgid "Imported?"
684
- msgstr ""
685
-
686
- #: ../app/views/ansible_variables/index.html.erb:23
687
- msgid "Overriden"
688
- msgstr ""
689
-
690
- #: ../app/views/ansible_variables/new.html.erb:8
691
- #: ../app/views/ansible_variables/new.html.erb:13
692
- msgid "Create Ansible Variable"
693
- msgstr ""
694
-
695
- #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
696
- msgid "Play Roles"
697
- msgstr ""
698
-
699
- #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:9
700
- msgid "Nest"
701
- msgstr "巢狀"
702
-
703
- #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:10
704
- msgid "Clone"
705
- msgstr "複製"
706
-
707
- #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:7
708
- msgid "Level"
709
- msgstr "等級"
710
-
711
- #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:8
712
- msgid "Module"
713
- msgstr ""
714
-
715
- #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:9
716
- msgid "Arguments"
717
- msgstr ""
718
-
719
- #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:10
720
- msgid "Message"
721
- msgstr "訊息"
722
-
723
- #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:23
724
- msgid "Nothing to show"
725
- msgstr "沒有可顯示的項目"
726
-
727
- #: ../db/seeds.d/90_notification_blueprints.rb:5
728
- msgid "Jobs"
729
- msgstr "工作"
730
-
731
- #: ../db/seeds.d/90_notification_blueprints.rb:7
732
- msgid ""
733
- "Insights remediation on %{hosts_count} host(s) has finished successfully"
734
- msgstr ""
735
-
736
- #: ../lib/foreman_ansible/register.rb:94
737
- msgid "Roles"
738
- msgstr "角色"
739
-
740
- #: ../lib/foreman_ansible/remote_execution.rb:20
741
- msgid "Run Ansible roles"
742
- msgstr ""
743
-
744
- #: ../lib/foreman_ansible/remote_execution.rb:21
745
- msgid ""
746
- "Runs an Ansible playbook which contains all the roles defined for a host"
747
- msgstr ""
748
-
749
- #: ../lib/foreman_ansible/remote_execution.rb:27
750
- msgid "Ansible: Run Insights maintenance plan"
751
- msgstr ""
752
-
753
- #: ../lib/foreman_ansible/remote_execution.rb:28
754
- msgid ""
755
- "Runs a given maintenance plan from Red Hat Access Insights given an ID."
756
- msgstr ""
757
-
758
- #: action_names.rb:2
759
- msgid "Remote action:"
760
- msgstr "遠端動作:"
761
-
762
- #: action_names.rb:3
763
- msgid "Import Puppet classes"
764
- msgstr "匯入 Puppet 類別"
765
-
766
- #: action_names.rb:4
767
- msgid "Import facts"
768
- msgstr "匯入詳情"
769
-
770
- #: action_names.rb:5
771
- msgid "Action with sub plans"
772
- msgstr "有子計畫的動作"
773
-
774
- #: gemspec.rb:2
775
- msgid "Ansible support in Foreman"
776
- msgstr ""