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-22 15:04+0000\n"
11
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
12
+ "Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/langu"
13
+ "age/zh_CN/)\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_CN\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 "%{host} 中的 %{description} "
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 "用来执行该脚本的用户。如果与 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 "执行此脚本时默认使用的用户。如果该用户将与 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 "N 秒后分配执行"
156
+
157
+ msgid "Distribute tasks over N seconds"
158
+ msgstr "N 秒后分配任务"
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 "导出任务模版到 ERB"
201
+
202
+ msgid "Fact name, used when input type is fact"
203
+ msgstr "Fact 名称,输入类型为 fact 时使用。"
204
+
205
+ msgid "Fact value"
206
+ msgstr "Fact 值"
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 "模板 %{template_name} 的功能输入 %{input_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 "从 ERB 导入任务模版"
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 "Job 任务"
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 "锁定"
333
+
334
+ msgid "JobTemplate|Name"
335
+ msgstr "名称"
336
+
337
+ msgid "JobTemplate|Snippet"
338
+ msgstr "片段"
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 "不适用"
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 类别名称,输入类型为 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 "脚本执行失败"
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 "在为该主机分配的代理服务器之外搜索远程执行代理服务器。如果已启用 location 或者 organization,则会将搜索限制为该主机的机构或位置。"
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 "选择要上传的 ERB 文件来导入任务模版。这个模版必须包含第一个 ERB 注释里的元数据。"
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 "模版 ERB"
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 "由于所选查询为 dynamic,最终主机列表可能会有变化。会在执行过程中重新运行。"
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 "用户无法访问与功能 %{feature_name} 映射的模板 %{template_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 "模板 %{template_name} 的未知输入 %{input_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 "应由什么用户运行此脚本(使用类似 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 "应由什么用户运行此脚本(使用类似 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 "未知状态"