foreman_remote_execution 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/job_invocations_controller.rb +7 -3
  3. data/app/views/templates/ssh/puppet_run_once.erb +1 -1
  4. data/foreman_remote_execution.gemspec +1 -1
  5. data/lib/foreman_remote_execution/engine.rb +1 -1
  6. data/lib/foreman_remote_execution/version.rb +1 -1
  7. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  8. data/locale/de/foreman_remote_execution.po +211 -214
  9. data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  10. data/locale/en/foreman_remote_execution.po +3 -6
  11. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  12. data/locale/en_GB/foreman_remote_execution.po +6 -9
  13. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  14. data/locale/es/foreman_remote_execution.po +820 -0
  15. data/locale/foreman_remote_execution.pot +91 -95
  16. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  17. data/locale/fr/foreman_remote_execution.po +42 -45
  18. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  19. data/locale/ja/foreman_remote_execution.po +820 -0
  20. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  21. data/locale/ko/foreman_remote_execution.po +819 -0
  22. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  23. data/locale/pt_BR/foreman_remote_execution.po +820 -0
  24. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  25. data/locale/ru/foreman_remote_execution.po +827 -0
  26. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  27. data/locale/zh_CN/foreman_remote_execution.po +820 -0
  28. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  29. data/locale/zh_TW/foreman_remote_execution.po +820 -0
  30. metadata +18 -4
@@ -0,0 +1,820 @@
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_remote_execution package.
4
+ #
5
+ # Translators:
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: Foreman\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "PO-Revision-Date: 2016-08-12 16:30+0000\n"
11
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
12
+ "Language-Team: Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/lang"
13
+ "uage/zh_TW/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: zh_TW\n"
18
+ "Plural-Forms: nplurals=1; plural=0;\n"
19
+
20
+ msgid "%s ago"
21
+ msgstr "%s 之前"
22
+
23
+ msgid "%{description} on %{host}"
24
+ msgstr "%{description} 於 %{host} 之上"
25
+
26
+ msgid "...and %{count} more"
27
+ msgid_plural "...and %{count} more"
28
+ msgstr[0] ""
29
+ msgstr[1] ""
30
+
31
+ msgid "A comma separated list of input names to be excluded from the foreign template."
32
+ msgstr "從外部範本排除的輸入名稱清單,以逗號隔開。"
33
+
34
+ msgid "A comma separated list of input names to be included from the foreign template."
35
+ msgstr "從外部範本納入的輸入名稱清單,以逗號隔開。"
36
+
37
+ msgid "A list of options the user can select from. If not provided, the user will be given a free-form field"
38
+ msgstr "使用者可以選擇的選項清單。如果沒有提供的話,使用者會被給予開放清單的欄位"
39
+
40
+ msgid "A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality."
41
+ msgstr "將遠端執行帶入 Foreman 的外掛程式,搭配遠端管理功能來完成配置管理。"
42
+
43
+ msgid "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts."
44
+ msgstr "要使用執行這 script 的使用者。如果使用者與 SSH 使用者不同,會用 su 或 sudo 來切換使用者。"
45
+
46
+ msgid "Action with sub plans"
47
+ msgstr "有子計畫的動作"
48
+
49
+ msgid "Actions"
50
+ msgstr "動作"
51
+
52
+ msgid "Add Foreign Input Set"
53
+ msgstr "新增外部輸入集"
54
+
55
+ msgid "Add Input"
56
+ msgstr "新增輸入"
57
+
58
+ msgid "Another interface is already set as execution. Are you sure you want to use this one instead?"
59
+ msgstr "另一個介面已設為執行。行您是否確定要使用此介面?"
60
+
61
+ msgid "Back to Job"
62
+ msgstr "回到工作"
63
+
64
+ msgid "Bookmark"
65
+ msgstr "書籤"
66
+
67
+ msgid "Cancel Job"
68
+ msgstr "取消工作"
69
+
70
+ msgid "Cancelled"
71
+ msgstr "已取消"
72
+
73
+ msgid "Cannot resolve hosts without a bookmark or search query"
74
+ msgstr "沒有書籤或搜尋查詢,就無法解析主機"
75
+
76
+ msgid "Cannot resolve hosts without a user"
77
+ msgstr "沒有使用者就無法解析主機"
78
+
79
+ msgid "Cannot specify both bookmark_id and search_query"
80
+ msgstr "無法指定 bookmark_id 和 search_query"
81
+
82
+ msgid "Cannot specify both recurrence and scheduling"
83
+ msgstr "無法指定 recurrence 和 scheduling"
84
+
85
+ msgid "Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}"
86
+ msgstr "在外部輸入集偵測到環狀相依性: '%{template}' -> '%{target_template}'。範本堆疊:%{templates_stack}"
87
+
88
+ msgid "Clone a provision template"
89
+ msgstr "複製佈建範本"
90
+
91
+ msgid "Close"
92
+ msgstr "關閉"
93
+
94
+ msgid "Concurrency level"
95
+ msgstr "同步等級"
96
+
97
+ msgid "Control concurrency level and distribution over time"
98
+ msgstr "隨時間控制週期等級並散佈"
99
+
100
+ msgid "Could not use any proxy. Consider configuring %{global_proxy} or %{fallback_proxy} in settings"
101
+ msgstr "無法使用任何代理伺服器。請考慮配置設定中的 %{global_proxy} 或 %{fallback_proxy}"
102
+
103
+ msgid "Could not use any template used in the job invocation"
104
+ msgstr "無法使用任何用於這工作祈願的範本"
105
+
106
+ msgid "Create a foreign input set"
107
+ msgstr "建立外部輸入集"
108
+
109
+ msgid "Create a job invocation"
110
+ msgstr "建立工作祈願"
111
+
112
+ msgid "Create a job template"
113
+ msgstr "建立工作範本"
114
+
115
+ msgid "Create a recurring job"
116
+ msgstr "建立週期性工作"
117
+
118
+ msgid "Create a template input"
119
+ msgstr "建立範本輸入"
120
+
121
+ msgid "Create architecture"
122
+ msgstr "建立架構"
123
+
124
+ msgid "Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user."
125
+ msgstr "使用 SSH 的預設使用者。您可以透過設定參數呼叫 remote_execution_ssh_user 來覆寫每台主機的設定。"
126
+
127
+ msgid "Default user to use for executing the script. If the user differs from the SSH user, su or sudo is used to switch the user."
128
+ msgstr "要使用執行這 script 的預設使用者。如果使用者與 SSH 使用者不同,會用 su 或 sudo 來切換使用者。"
129
+
130
+ msgid "Delete a foreign input set"
131
+ msgstr "刪除外部輸入集"
132
+
133
+ msgid "Delete a job template"
134
+ msgstr "刪除工作範本"
135
+
136
+ msgid "Delete a template input"
137
+ msgstr "刪除範本輸入"
138
+
139
+ msgid "Delete architecture"
140
+ msgstr "刪除架構"
141
+
142
+ msgid "Description"
143
+ msgstr "說明"
144
+
145
+ msgid "Description template"
146
+ msgstr "描述範本"
147
+
148
+ msgid "Detail of %s run"
149
+ msgstr "%s 執行的詳細資料"
150
+
151
+ msgid "Display advanced fields"
152
+ msgstr "顯示進階欄位"
153
+
154
+ msgid "Distribute execution over N seconds"
155
+ msgstr "在幾秒間散佈執行"
156
+
157
+ msgid "Distribute tasks over N seconds"
158
+ msgstr "在幾秒間散佈工作"
159
+
160
+ msgid "Duplicated inputs detected: %{duplicated_inputs}"
161
+ msgstr "偵測到重複的輸入:%{duplicated_inputs}"
162
+
163
+ msgid "Dynamic Query"
164
+ msgstr "動態查詢"
165
+
166
+ msgid "Edit Job Template"
167
+ msgstr "編輯工作範本"
168
+
169
+ msgid "Edit Remote Execution Feature"
170
+ msgstr "編輯遠端執行功能"
171
+
172
+ msgid "Effective user"
173
+ msgstr "有效的使用者"
174
+
175
+ msgid "Effective user method \"%{current_value}\" is not one of %{valid_methods}"
176
+ msgstr "有效使用者方法 \"%{current_value}\" 並非 %{valid_methods} 之一"
177
+
178
+ msgid "Effective user options"
179
+ msgstr "有效的使用者選項"
180
+
181
+ msgid "Error loading data from proxy"
182
+ msgstr "從代理載入資料時發生錯誤"
183
+
184
+ msgid "Evaluated at:"
185
+ msgstr "評量於:"
186
+
187
+ msgid "Execution"
188
+ msgstr "執行"
189
+
190
+ msgid "Exit status: %s"
191
+ msgstr "退出狀態:%s"
192
+
193
+ msgid "Explanation"
194
+ msgstr "解釋"
195
+
196
+ msgid "Export"
197
+ msgstr ""
198
+
199
+ msgid "Export a job template to ERB"
200
+ msgstr ""
201
+
202
+ msgid "Fact name, used when input type is fact"
203
+ msgstr "事實名稱,當輸入類型是 fact 時使用"
204
+
205
+ msgid "Fact value"
206
+ msgstr "詳情值"
207
+
208
+ msgid "Failed"
209
+ msgstr "已失敗"
210
+
211
+ msgid "Failed rendering template: %s"
212
+ msgstr "無法生成範本:%s"
213
+
214
+ msgid "Failed to initialize command"
215
+ msgstr "無法初始化指令"
216
+
217
+ msgid "Feature input %{input_name} not defined in template %{template_name}"
218
+ msgstr "未知的輸入 %{input_name} 未定義於範本 %{template_name}"
219
+
220
+ msgid "Filter"
221
+ msgstr "篩選器"
222
+
223
+ msgid "Foreign input set"
224
+ msgstr "外部輸入集"
225
+
226
+ msgid "Get output for a host"
227
+ msgstr "取得主機輸出"
228
+
229
+ msgid "Hide advanced fields"
230
+ msgstr "隱藏進階欄位"
231
+
232
+ msgid "Host"
233
+ msgstr "主機"
234
+
235
+ msgid "Host detail"
236
+ msgstr "主機詳細資料"
237
+
238
+ msgid "Host with id '%{id}' was not found"
239
+ msgstr "找不到 ID 為 '%{id}' 的主機"
240
+
241
+ msgid "Hosts"
242
+ msgstr "主機"
243
+
244
+ msgid "How often the job should occur, in the cron format"
245
+ msgstr "工作多常發生,格式同 cron"
246
+
247
+ msgid "Import"
248
+ msgstr ""
249
+
250
+ msgid "Import Puppet classes"
251
+ msgstr "匯入 Puppet 類別"
252
+
253
+ msgid "Import a job template from ERB"
254
+ msgstr ""
255
+
256
+ msgid "Import facts"
257
+ msgstr "匯入詳情"
258
+
259
+ msgid "Include all inputs from the foreign template"
260
+ msgstr ""
261
+
262
+ msgid "Indicates that the action should be cancelled if it cannot be started before this time."
263
+ msgstr "這表示如果不能在這時間之前開始,就應該取消動作。"
264
+
265
+ msgid "Initialization error: %s"
266
+ msgstr "初始化錯誤:%s"
267
+
268
+ msgid "Input"
269
+ msgstr "輸入"
270
+
271
+ msgid "Input description"
272
+ msgstr "輸入的描述"
273
+
274
+ msgid "Input is advanced"
275
+ msgstr "輸入是進階的"
276
+
277
+ msgid "Input is required"
278
+ msgstr "需要輸入"
279
+
280
+ msgid "Input name"
281
+ msgstr "輸入的名稱"
282
+
283
+ msgid "Input set description"
284
+ msgstr "輸入集的描述"
285
+
286
+ msgid "Input type"
287
+ msgstr "輸入類型"
288
+
289
+ msgid "Inputs to use"
290
+ msgstr "要使用的輸入"
291
+
292
+ msgid "Invocation type, one of %s"
293
+ msgstr "祈願類型,%s 之一"
294
+
295
+ msgid "Job"
296
+ msgstr "工作"
297
+
298
+ msgid "Job Invocation"
299
+ msgstr "工作祈願"
300
+
301
+ msgid "Job Task"
302
+ msgstr "工作任務"
303
+
304
+ msgid "Job Templates"
305
+ msgstr "工作範本"
306
+
307
+ msgid "Job category"
308
+ msgstr "工作類別"
309
+
310
+ msgid "Job finished with error"
311
+ msgstr "工作完成但發生錯誤"
312
+
313
+ msgid "Job invocation"
314
+ msgstr "工作祈願"
315
+
316
+ msgid "Job invocations"
317
+ msgstr "工作祈願"
318
+
319
+ msgid "Job template"
320
+ msgstr "工作範本"
321
+
322
+ msgid "Job template ID to be used for the feature"
323
+ msgstr "要給這功能使用的工作範本 ID"
324
+
325
+ msgid "Job template imported successfully."
326
+ msgstr ""
327
+
328
+ msgid "Job templates"
329
+ msgstr "工作範本"
330
+
331
+ msgid "JobTemplate|Locked"
332
+ msgstr "JobTemplate|Locked"
333
+
334
+ msgid "JobTemplate|Name"
335
+ msgstr "JobTemplate|Name"
336
+
337
+ msgid "JobTemplate|Snippet"
338
+ msgstr "JobTemplate|Snippet"
339
+
340
+ msgid "Jobs"
341
+ msgstr "工作"
342
+
343
+ msgid "Label"
344
+ msgstr "標籤"
345
+
346
+ msgid "Last execution failed"
347
+ msgstr "最後的執行失敗"
348
+
349
+ msgid "Last execution succeeded"
350
+ msgstr "最後的執行成功"
351
+
352
+ msgid "List foreign input sets"
353
+ msgstr "列出外部輸入集"
354
+
355
+ msgid "List job invocations"
356
+ msgstr "列出工作祈願"
357
+
358
+ msgid "List job templates"
359
+ msgstr "列出工作範本"
360
+
361
+ msgid "List job templates per location"
362
+ msgstr "列出各個位置上的工作範本"
363
+
364
+ msgid "List job templates per organization"
365
+ msgstr "列出各個組織的工作範本"
366
+
367
+ msgid "List remote execution features"
368
+ msgstr "列出遠端執行功能"
369
+
370
+ msgid "List template inputs"
371
+ msgstr "列出範本輸入"
372
+
373
+ msgid "Manual selection"
374
+ msgstr "手動選擇"
375
+
376
+ msgid "Must select a bookmark or enter a search query"
377
+ msgstr "必須選擇書籤或輸入搜尋查詢"
378
+
379
+ msgid "N/A"
380
+ msgstr "N/A"
381
+
382
+ msgid "Name"
383
+ msgstr "名稱"
384
+
385
+ msgid "New Job Template"
386
+ msgstr "新工作範本"
387
+
388
+ msgid "No execution finished yet"
389
+ msgstr "尚無執行完成"
390
+
391
+ msgid "No hosts found."
392
+ msgstr "找不到主機。"
393
+
394
+ msgid "No output"
395
+ msgstr "沒有輸出"
396
+
397
+ msgid "No template mapped to feature %{feature_name}"
398
+ msgstr "沒有範本定義至功能 %{feature_name}"
399
+
400
+ msgid "Not all required inputs have values. Missing inputs: %s"
401
+ msgstr "並不是所需的輸入都有值。缺少的輸入:%s"
402
+
403
+ msgid "Override the description format from the template for this invocation only"
404
+ msgstr "僅為這祈願從範本覆寫描述格式"
405
+
406
+ msgid "Overview"
407
+ msgstr "概覽"
408
+
409
+ msgid "Overwrite"
410
+ msgstr ""
411
+
412
+ msgid "Overwrite template if it already exists"
413
+ msgstr ""
414
+
415
+ msgid "Pending"
416
+ msgstr "等待處理中"
417
+
418
+ msgid "Perform no more executions after this time"
419
+ msgstr "此時間之後不再進行任何執行"
420
+
421
+ msgid "Preview"
422
+ msgstr "預覽"
423
+
424
+ msgid "Preview for target %s"
425
+ msgstr "預覽目標 %s"
426
+
427
+ msgid "Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it."
428
+ msgstr "預覽範本時發生問題:%{error}。請注意,您必須在預覽範本前,先儲存範本輸入的變更。"
429
+
430
+ msgid "Provider type"
431
+ msgstr "供應商種類"
432
+
433
+ msgid "Providers and templates"
434
+ msgstr "供應者與範本"
435
+
436
+ msgid "Proxies"
437
+ msgstr "代理伺服器"
438
+
439
+ msgid "Puppet class name, used when input type is puppet_parameter"
440
+ msgstr "puppet class 名稱,當輸入類型是 puppet_parameter 時使用"
441
+
442
+ msgid "Puppet parameter"
443
+ msgstr "Puppet 參數"
444
+
445
+ msgid "Puppet parameter name, used when input type is puppet_parameter"
446
+ msgstr "puppet 參數名稱,當輸入類型是 puppet_parameter 時使用"
447
+
448
+ msgid "Recurring logic"
449
+ msgstr "週期邏輯"
450
+
451
+ msgid "Recursive rendering of templates detected"
452
+ msgstr "偵測到遞迴處理範本"
453
+
454
+ msgid "Refresh"
455
+ msgstr "重新整理"
456
+
457
+ msgid "Refresh this page"
458
+ msgstr "更新此網頁"
459
+
460
+ msgid "Remote Execution"
461
+ msgstr "遠端執行"
462
+
463
+ msgid "Remote Execution Features"
464
+ msgstr "遠端執行功能"
465
+
466
+ msgid "Remote action:"
467
+ msgstr "遠端動作:"
468
+
469
+ msgid "Remote execution"
470
+ msgstr "遠端執行"
471
+
472
+ msgid "Repeat a maximum of N times"
473
+ msgstr "重複最多 N 次"
474
+
475
+ msgid "Rerun"
476
+ msgstr "重新執行"
477
+
478
+ msgid "Rerun failed"
479
+ msgstr "重新執行失敗"
480
+
481
+ msgid "Rerun on %s"
482
+ msgstr "傳回於 %s"
483
+
484
+ msgid "Rerun on failed hosts"
485
+ msgstr "在失敗的主機上重新執行"
486
+
487
+ msgid "Rerun the job"
488
+ msgstr "重新執行工作"
489
+
490
+ msgid "Resolves to"
491
+ msgstr "解析至"
492
+
493
+ msgid "Run"
494
+ msgstr "執行"
495
+
496
+ msgid "Run Job"
497
+ msgstr "執行工作"
498
+
499
+ msgid "Run at most N tasks at a time"
500
+ msgstr "一次最多執行 N 個任務"
501
+
502
+ msgid "SSH"
503
+ msgstr "SSH"
504
+
505
+ msgid "SSH provider specific options"
506
+ msgstr "SSH 供應者特定選項"
507
+
508
+ msgid "Schedule the job for a future time"
509
+ msgstr "排程工作至未來時間"
510
+
511
+ msgid "Schedule the job to start at a later time"
512
+ msgstr "排程工作至晚一點的時間"
513
+
514
+ msgid "Script execution failed"
515
+ msgstr "執行 script 失敗"
516
+
517
+ msgid "Scroll to bottom"
518
+ msgstr "捲動至底端"
519
+
520
+ msgid "Scroll to top"
521
+ msgstr "捲動至頂端"
522
+
523
+ msgid "Search"
524
+ msgstr "搜尋"
525
+
526
+ msgid "Search for remote execution proxy outside of the proxies assigned to the host. If locations or organizations are enabled, the search will be limited to the host's organization or location."
527
+ msgstr "搜尋指定給主機的代理之外的遠端執行代理。如果位置或組織都已啟用,搜尋會被限制至主機的組織或地點。"
528
+
529
+ msgid "Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy"
530
+ msgstr "使用遠端執行為代理搜尋主機,這在主機沒有子網路、或子網路沒有執行代理時很有用"
531
+
532
+ msgid "See the last task details"
533
+ msgstr "檢視最後工作的詳情"
534
+
535
+ msgid "See the task details"
536
+ msgstr "檢視工作的詳情"
537
+
538
+ msgid "Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment."
539
+ msgstr ""
540
+
541
+ msgid "Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them."
542
+ msgstr "為此子網路儘可能選擇遠端執行代理。加入有著同樣供應者的多重代理之後,動作就會在這些代理上進行負載平衡。"
543
+
544
+ msgid "Selectable values for user inputs"
545
+ msgstr "使用者輸入可選擇的值"
546
+
547
+ msgid "Show foreign input set details"
548
+ msgstr "顯示外部輸入集的詳細資料"
549
+
550
+ msgid "Show job invocation"
551
+ msgstr "顯示工作祈願"
552
+
553
+ msgid "Show job template details"
554
+ msgstr "顯示工作範本的詳情"
555
+
556
+ msgid "Show remote execution feature"
557
+ msgstr "顯示遠端執行功能"
558
+
559
+ msgid "Show template input details"
560
+ msgstr "顯示範本輸入的詳細資料"
561
+
562
+ msgid "Snippet"
563
+ msgstr "程式碼片段"
564
+
565
+ msgid "Start"
566
+ msgstr "開始"
567
+
568
+ msgid "Static Query"
569
+ msgstr "靜態查詢"
570
+
571
+ msgid "Status"
572
+ msgstr "狀態"
573
+
574
+ msgid "Succeeded"
575
+ msgstr "已成功"
576
+
577
+ msgid "Success"
578
+ msgstr "成功"
579
+
580
+ msgid "Target hosts"
581
+ msgstr "目標主機"
582
+
583
+ msgid "Target template ID"
584
+ msgstr "目標範本 ID"
585
+
586
+ msgid "Target: "
587
+ msgstr "目標:"
588
+
589
+ msgid "Task Details"
590
+ msgstr "工作詳細資料"
591
+
592
+ msgid "Template ERB"
593
+ msgstr ""
594
+
595
+ msgid "Template input"
596
+ msgstr "範本輸入"
597
+
598
+ msgid "Template name"
599
+ msgstr "範本名稱"
600
+
601
+ msgid "Template version"
602
+ msgstr "範本版本"
603
+
604
+ msgid "Template with id '%{id}' was not found"
605
+ msgstr "找不到 ID 為 '%{id}' 的範本"
606
+
607
+ msgid "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}."
608
+ msgstr "動態查詢 '%{query}' 尚未被解析。該解析的主機清單可以在 %{here} 找到。"
609
+
610
+ msgid "The execution interface is used for remote execution"
611
+ msgstr "用來遠端執行的執行介面"
612
+
613
+ msgid "The final host list may change because the selected query is dynamic. It will be rerun during execution."
614
+ msgstr "最終主機清單可能會改變,因為選擇查詢是動態的。這會在執行時重新執行。"
615
+
616
+ msgid "The job template to use"
617
+ msgstr "要使用的工作範本"
618
+
619
+ msgid "The only applicable proxy %{proxy_names} is down"
620
+ msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
621
+ msgstr[0] ""
622
+ msgstr[1] ""
623
+
624
+ msgid "The template %{template_name} mapped to feature %{feature_name} is not accessible by the user"
625
+ msgstr "使用者無法存取範本 %{template_name} 對應至功能 %{feature_name}"
626
+
627
+ msgid "There was an error while updating the status, try refreshing the page."
628
+ msgstr "更新狀態時發生錯誤,請更新此頁面。"
629
+
630
+ msgid "This template is locked for editing."
631
+ msgstr "此範本已鎖定,因此無法編輯。"
632
+
633
+ msgid "This template is locked. Please clone it to a new template to customize."
634
+ msgstr "此範本已鎖定。請將它複製至一個新的範本以自訂化。"
635
+
636
+ msgid "This template is used to generate the description Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}."
637
+ msgstr "這範本是用來產生描述。輸入值可以使用 %{package} 語法。您也可以使用 %{job_category} 與 %{template_name} 來包括工作類別與範本名稱。"
638
+
639
+ msgid "This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}."
640
+ msgstr "這範本是用來產生描述。輸入值可以使用 %{package} 語法。您也可以使用 %{job_category} 與 %{template_name} 來包括工作類別與範本名稱。"
641
+
642
+ msgid "Time span"
643
+ msgstr "時間跨度"
644
+
645
+ msgid "Toggle DEBUG"
646
+ msgstr "切換 DEBUG"
647
+
648
+ msgid "Toggle STDERR"
649
+ msgstr "切換 STDERR"
650
+
651
+ msgid "Toggle STDOUT"
652
+ msgstr "切換 STDOUT"
653
+
654
+ msgid "Toggle command"
655
+ msgstr "切換指令"
656
+
657
+ msgid "Total hosts"
658
+ msgstr "主機總數"
659
+
660
+ msgid "Try to cancel the job"
661
+ msgstr "試著取消工作"
662
+
663
+ msgid "Try to cancel the job on a host"
664
+ msgstr "試著取消主機上的工作"
665
+
666
+ msgid "Type"
667
+ msgstr "類型"
668
+
669
+ msgid "Type has impact on when is the query evaulated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planed in future, targeted hosts set may change before it</li></ul>"
670
+ msgstr "「類型」對於何時查詢主機評量時有影響。<br><ul><li><b>Static</b> - 送出此表單時進行評量</li><li><b>Dynamic</b> - 在執行開始前評量,因此會計畫在未來執行,目標主機可能會在這之前改變</li></ul>"
671
+
672
+ msgid "Type of query"
673
+ msgstr "查詢類型"
674
+
675
+ msgid "Unable to fetch public key"
676
+ msgstr "無法取得公開金鑰"
677
+
678
+ msgid "Unable to save template. Correct highlighted errors"
679
+ msgstr ""
680
+
681
+ msgid "Unknown execution status"
682
+ msgstr "未知的執行狀態"
683
+
684
+ msgid "Unknown input %{input_name} for template %{template_name}"
685
+ msgstr "未知的輸入 %{input_name} 給範本 %{template_name}"
686
+
687
+ msgid "Unknown remote execution feature %s"
688
+ msgstr "未知的遠端執行功能 %s"
689
+
690
+ msgid "Unsupported or no operating system found for this host."
691
+ msgstr "不支援或此主機上找不到作業系統。"
692
+
693
+ msgid "Update a foreign input set"
694
+ msgstr "更新外部輸入集"
695
+
696
+ msgid "Update a job template"
697
+ msgstr "更新工作範本"
698
+
699
+ msgid "Update a template input"
700
+ msgstr "更新範本輸入"
701
+
702
+ msgid "Update architecture"
703
+ msgstr "更新架構"
704
+
705
+ msgid "Use default description template"
706
+ msgstr "使用預設的描述範本"
707
+
708
+ msgid "User can not execute job on host %s"
709
+ msgstr "使用者無法在主機 %s 上執行工作"
710
+
711
+ msgid "User can not execute this job template"
712
+ msgstr "使用者無法執行此工作範本"
713
+
714
+ msgid "User can not execute this job template on %s"
715
+ msgstr "使用者無法在 %s 上執行此工作範本"
716
+
717
+ msgid "User input"
718
+ msgstr "使用者輸入"
719
+
720
+ msgid "Value for required input '%s' was not specified"
721
+ msgstr "所需輸入的值 '%s' 並未指定"
722
+
723
+ msgid "Variable"
724
+ msgstr "變數"
725
+
726
+ msgid "Variable name, used when input type is variable"
727
+ msgstr "變數名稱,當輸入類型是 variable 時使用"
728
+
729
+ msgid "What command should be used to switch to the effective user. One of %s"
730
+ msgstr "該用哪個指令來切換至有效的使用者。%s 之一"
731
+
732
+ msgid "What user should be used to run the script (using sudo-like mechanisms)"
733
+ msgstr "哪位使用者該用來執行此 script(使用類似 sudo 機制)"
734
+
735
+ msgid "What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting."
736
+ msgstr "哪位使用者該用來執行此 script(使用類似 sudo 機制)。預設值設為範本參數或全域設定。"
737
+
738
+ msgid "Whether it should be allowed to override the effective user from the invocation form."
739
+ msgstr "是否允許從祈願清單覆寫有效使用者。"
740
+
741
+ msgid "Whether or not the template is locked for editing"
742
+ msgstr "範本是否鎖定並禁止進行編輯"
743
+
744
+ msgid "Whether the current user login should be used as the effective user"
745
+ msgstr "目前登入的使用者是否應作為有效使用者"
746
+
747
+ msgid "Whether to overwrite the template if it already exists"
748
+ msgstr ""
749
+
750
+ msgid "Whether we should sync templates from disk when running db:seed."
751
+ msgstr "執行 db:seed 時是否要從磁碟同步範本。"
752
+
753
+ msgid "You are not allowed to see the currently assigned template. Saving the form now would unassign the template."
754
+ msgstr "您不能看到目前指定的範本。現在儲存表單會取消指定範本。"
755
+
756
+ msgid "add a input for this template"
757
+ msgstr "新增輸入至此範本"
758
+
759
+ msgid "add an input set for this template to reference a different template inputs"
760
+ msgstr "為此範本新增輸入集,以參照至不同的範本輸入"
761
+
762
+ msgid "cancelled"
763
+ msgstr "已取消"
764
+
765
+ msgid "error during rendering: %s"
766
+ msgstr "處理時發生錯誤:%s"
767
+
768
+ msgid "failed"
769
+ msgstr "已失敗"
770
+
771
+ msgid "following user inputs were provided"
772
+ msgstr "提供了以下使用者輸入"
773
+
774
+ msgid "here"
775
+ msgstr "這裏"
776
+
777
+ msgid "host already has an execution interface"
778
+ msgstr "主機已有執行介面"
779
+
780
+ msgid "hosts"
781
+ msgstr "主機"
782
+
783
+ msgid "in %s"
784
+ msgstr "%s 中"
785
+
786
+ msgid "included template '%s' not found"
787
+ msgstr "找不到包含的範本 '%s'"
788
+
789
+ msgid "input macro with name '%s' used, but no input with such name defined for this template"
790
+ msgstr "使用了名為 '%s' 的輸入巨集,但此範本並未輸入這樣的名稱"
791
+
792
+ msgid "planned"
793
+ msgstr ""
794
+
795
+ msgid "queued"
796
+ msgstr "已排程"
797
+
798
+ msgid "remove template input"
799
+ msgstr "移除範本輸入"
800
+
801
+ msgid "remove template input set"
802
+ msgstr "移除範本輸入集"
803
+
804
+ msgid "running"
805
+ msgstr ""
806
+
807
+ msgid "running %{percent}%%"
808
+ msgstr ""
809
+
810
+ msgid "succeeded"
811
+ msgstr "已成功"
812
+
813
+ msgid "success"
814
+ msgstr "成功"
815
+
816
+ msgid "template"
817
+ msgstr "範本"
818
+
819
+ msgid "unknown status"
820
+ msgstr "未知的狀態"