foreman_ansible 3.0.2 → 3.0.3

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