foreman_remote_execution 15.0.1 → 15.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +12 -12
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +3 -3
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +11 -11
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +82 -82
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +82 -82
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +13 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +79 -79
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +10 -10
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +12 -12
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +73 -73
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +10 -10
- data/app/views/job_invocations/_form.html.erb +2 -2
- data/app/views/template_invocations/_refresh.js.erb +2 -2
- data/lib/foreman_remote_execution/engine.rb +1 -1
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/de/foreman_remote_execution.po +12 -12
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +3 -3
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +11 -11
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +82 -82
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +82 -82
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +13 -13
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +79 -79
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +10 -10
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +12 -12
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +73 -73
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +10 -10
- data/webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js +8 -9
- data/webpack/JobInvocationDetail/TemplateInvocationComponents/index.scss +3 -0
- data/webpack/JobWizard/steps/AdvancedFields/Fields.js +1 -1
- data/webpack/JobWizard/steps/Schedule/QueryType.js +3 -3
- metadata +3 -5
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +0 -1842
- data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en/foreman_remote_execution.po +0 -1840
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_remote_execution": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_remote_execution 15.0.
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 15.0.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2016-02-15 13:54+0000",
|
9
9
|
"Last-Translator": "Yulia <yulia.poyarkova@redhat.com>, 2016",
|
@@ -97,7 +97,7 @@
|
|
97
97
|
"Доступ запрещен"
|
98
98
|
],
|
99
99
|
"Action": [
|
100
|
-
""
|
100
|
+
"Действие"
|
101
101
|
],
|
102
102
|
"Actions": [
|
103
103
|
"Действия"
|
@@ -232,7 +232,7 @@
|
|
232
232
|
""
|
233
233
|
],
|
234
234
|
"Command": [
|
235
|
-
""
|
235
|
+
"Команда"
|
236
236
|
],
|
237
237
|
"Concurrency level": [
|
238
238
|
"Параллелизм"
|
@@ -322,7 +322,7 @@
|
|
322
322
|
""
|
323
323
|
],
|
324
324
|
"Current iteration": [
|
325
|
-
""
|
325
|
+
"Текущая итерация"
|
326
326
|
],
|
327
327
|
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
328
328
|
""
|
@@ -613,7 +613,7 @@
|
|
613
613
|
"Частота выполнения задания, в формате cron"
|
614
614
|
],
|
615
615
|
"ID": [
|
616
|
-
""
|
616
|
+
"Код"
|
617
617
|
],
|
618
618
|
"Identifier of the Host interface for Remote execution": [
|
619
619
|
""
|
@@ -673,7 +673,7 @@
|
|
673
673
|
"Тип вызова. Возможные значения: %s"
|
674
674
|
],
|
675
675
|
"Iteration limit": [
|
676
|
-
""
|
676
|
+
"Максимальное число итераций"
|
677
677
|
],
|
678
678
|
"Job": [
|
679
679
|
"Задание"
|
@@ -766,7 +766,7 @@
|
|
766
766
|
"Выполнено успешно"
|
767
767
|
],
|
768
768
|
"Last occurrence": [
|
769
|
-
""
|
769
|
+
"Последнее событие"
|
770
770
|
],
|
771
771
|
"Latest Jobs": [
|
772
772
|
""
|
@@ -844,7 +844,7 @@
|
|
844
844
|
"Далее"
|
845
845
|
],
|
846
846
|
"Next occurrence": [
|
847
|
-
""
|
847
|
+
"Следующее событие"
|
848
848
|
],
|
849
849
|
"No (override)": [
|
850
850
|
""
|
@@ -1093,7 +1093,7 @@
|
|
1093
1093
|
""
|
1094
1094
|
],
|
1095
1095
|
"Repeat until": [
|
1096
|
-
""
|
1096
|
+
"Повторять до"
|
1097
1097
|
],
|
1098
1098
|
"Repeats": [
|
1099
1099
|
"Повторяется"
|
@@ -1315,7 +1315,7 @@
|
|
1315
1315
|
""
|
1316
1316
|
],
|
1317
1317
|
"Smart proxy": [
|
1318
|
-
""
|
1318
|
+
"Смарт прокси"
|
1319
1319
|
],
|
1320
1320
|
"Snippet": [
|
1321
1321
|
"Фрагмент"
|
@@ -1417,7 +1417,7 @@
|
|
1417
1417
|
""
|
1418
1418
|
],
|
1419
1419
|
"Task count": [
|
1420
|
-
""
|
1420
|
+
"Количество задач"
|
1421
1421
|
],
|
1422
1422
|
"Task for the host cancelled succesfully": [
|
1423
1423
|
""
|
@@ -1603,7 +1603,7 @@
|
|
1603
1603
|
"Не удалось сохранить шаблон. Исправьте выделенные ошибки."
|
1604
1604
|
],
|
1605
1605
|
"Unknown": [
|
1606
|
-
""
|
1606
|
+
"Неизвестно"
|
1607
1607
|
],
|
1608
1608
|
"Unknown execution status": [
|
1609
1609
|
"Статус выполнения неизвестен"
|
data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_remote_execution": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_remote_execution 15.0.
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 15.0.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2016-02-15 13:54+0000",
|
9
9
|
"Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024",
|
@@ -36,13 +36,13 @@
|
|
36
36
|
"%{host} 中的 %{host}"
|
37
37
|
],
|
38
38
|
"'Starts at' date must be in the future": [
|
39
|
-
""
|
39
|
+
"'Starts at' 日期需要是未来的日期"
|
40
40
|
],
|
41
41
|
"'Starts before' date must be after 'Starts at' date": [
|
42
42
|
"'Starts before' 的日期需要在 'Starts at' 日期之后"
|
43
43
|
],
|
44
44
|
"'Starts before' date must be in the future": [
|
45
|
-
""
|
45
|
+
"'Starts before' 日期需要是一个未来的日期"
|
46
46
|
],
|
47
47
|
"...and %s more": [
|
48
48
|
"...和 %s 个更多"
|
@@ -57,10 +57,10 @@
|
|
57
57
|
"要从外部模板中包含的输入名称的列表,以逗号分隔。"
|
58
58
|
],
|
59
59
|
"A job '%{job_name}' has %{status} at %{time}": [
|
60
|
-
"作业 '
|
60
|
+
"作业 '%{job_name}' 为 %%{status}(在 %{time})"
|
61
61
|
],
|
62
62
|
"A job '%{subject}' has failed": [
|
63
|
-
"作业 '
|
63
|
+
"作业 '%{subject}' 已失败"
|
64
64
|
],
|
65
65
|
"A job '%{subject}' has finished successfully": [
|
66
66
|
"作业 '%{subject}' 已成功完成"
|
@@ -75,7 +75,7 @@
|
|
75
75
|
"用于跟踪周期性作业的特殊标签。一次只能有一个具有给定目的的活跃作业。"
|
76
76
|
],
|
77
77
|
"A task for this host has not been started": [
|
78
|
-
""
|
78
|
+
"此主机的一个任务尚未启动"
|
79
79
|
],
|
80
80
|
"A user to be used for SSH.": [
|
81
81
|
"用于 SSH 的用户。"
|
@@ -90,13 +90,13 @@
|
|
90
90
|
"终止作业"
|
91
91
|
],
|
92
92
|
"Abort task": [
|
93
|
-
""
|
93
|
+
"中止任务"
|
94
94
|
],
|
95
95
|
"Access denied": [
|
96
96
|
"拒绝访问"
|
97
97
|
],
|
98
98
|
"Action": [
|
99
|
-
""
|
99
|
+
"操作"
|
100
100
|
],
|
101
101
|
"Actions": [
|
102
102
|
"操作"
|
@@ -120,13 +120,13 @@
|
|
120
120
|
"各个项都需要。"
|
121
121
|
],
|
122
122
|
"All statuses": [
|
123
|
-
""
|
123
|
+
"所有状态"
|
124
124
|
],
|
125
125
|
"Alphabetical": [
|
126
126
|
"按字母"
|
127
127
|
],
|
128
128
|
"An error occurred while fetching the template invocation details.": [
|
129
|
-
""
|
129
|
+
"在获取模板调用详情时出错。"
|
130
130
|
],
|
131
131
|
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
132
132
|
"已经将另一个接口设置为执行。您确定要改用这个吗?"
|
@@ -138,16 +138,16 @@
|
|
138
138
|
"任意机构"
|
139
139
|
],
|
140
140
|
"Any location": [
|
141
|
-
""
|
141
|
+
"任意位置"
|
142
142
|
],
|
143
143
|
"Any organization": [
|
144
|
-
""
|
144
|
+
"任意机构"
|
145
145
|
],
|
146
146
|
"Apply to": [
|
147
147
|
"应用到"
|
148
148
|
],
|
149
149
|
"Are you sure you want to open all invocations in new tabs?": [
|
150
|
-
""
|
150
|
+
"您确定要在新标签页中打开所有调用吗?"
|
151
151
|
],
|
152
152
|
"At": [
|
153
153
|
"位于"
|
@@ -177,7 +177,7 @@
|
|
177
177
|
"取消作业"
|
178
178
|
],
|
179
179
|
"Cancel Task": [
|
180
|
-
""
|
180
|
+
"取消任务"
|
181
181
|
],
|
182
182
|
"Cancel job invocation": [
|
183
183
|
"取消作业调用"
|
@@ -189,7 +189,7 @@
|
|
189
189
|
"已取消"
|
190
190
|
],
|
191
191
|
"Cancelled:": [
|
192
|
-
""
|
192
|
+
"取消:"
|
193
193
|
],
|
194
194
|
"Cannot resolve hosts without a bookmark or search query": [
|
195
195
|
"无法解析没有书签或搜索查询的主机"
|
@@ -210,7 +210,7 @@
|
|
210
210
|
"选择在作业调用表单中预先选择的作业模板"
|
211
211
|
],
|
212
212
|
"Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
|
213
|
-
"在外部输入设置中发现了循环的依赖关系 '
|
213
|
+
"在外部输入设置中发现了循环的依赖关系 '%{template}' -> '%{target_template}'。模板堆栈:%{templates_stack}"
|
214
214
|
],
|
215
215
|
"Cleanup working directories": [
|
216
216
|
"清理工作目录"
|
@@ -231,7 +231,7 @@
|
|
231
231
|
"Cockpit URL"
|
232
232
|
],
|
233
233
|
"Command": [
|
234
|
-
""
|
234
|
+
"命令"
|
235
235
|
],
|
236
236
|
"Concurrency level": [
|
237
237
|
"并发等級"
|
@@ -246,7 +246,7 @@
|
|
246
246
|
"控制并发级别和时间分布"
|
247
247
|
],
|
248
248
|
"Copy to clipboard": [
|
249
|
-
""
|
249
|
+
"复制到剪贴板"
|
250
250
|
],
|
251
251
|
"Could not abort the job %s: ${response}": [
|
252
252
|
"无法中止作业 %s: ${response}"
|
@@ -276,7 +276,7 @@
|
|
276
276
|
"无法重新运行作业 %{id},因为它的模板没有找到"
|
277
277
|
],
|
278
278
|
"Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings": [
|
279
|
-
"无法为
|
279
|
+
"无法为 %{provider} 作业使用任何代理。考虑在设置中配置 %{global_proxy} 和 %{fallback_proxy}"
|
280
280
|
],
|
281
281
|
"Could not use any template used in the job invocation": [
|
282
282
|
"无法使用作业调用中使用的任何模板"
|
@@ -300,7 +300,7 @@
|
|
300
300
|
"创建一个重复运行的作业"
|
301
301
|
],
|
302
302
|
"Create job": [
|
303
|
-
""
|
303
|
+
"创建作业"
|
304
304
|
],
|
305
305
|
"Create report": [
|
306
306
|
"创建报告"
|
@@ -321,28 +321,28 @@
|
|
321
321
|
"Cronline"
|
322
322
|
],
|
323
323
|
"Current iteration": [
|
324
|
-
""
|
324
|
+
"現有重述"
|
325
325
|
],
|
326
326
|
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
327
327
|
"当前位置 %s 与作业的位置 %s 不同。此作业可能会在与以前不同的主机上运行。"
|
328
328
|
],
|
329
329
|
"Current location %{loc_c} is different from job's location %{loc_j}.": [
|
330
|
-
"当前位置
|
330
|
+
"当前位置 %{loc_c} 与作业的位置 %{loc_j} 不同。"
|
331
331
|
],
|
332
332
|
"Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
|
333
333
|
"当前机构 %s 与作业的机构 %s 不同。此作业可能会在与以前不同的主机上运行。"
|
334
334
|
],
|
335
335
|
"Current organization %{org_c} is different from job's organization %{org_j}.": [
|
336
|
-
"当前机构
|
336
|
+
"当前机构 %{org_c} 与作业的机构 %{org_j} 不同。"
|
337
337
|
],
|
338
338
|
"DEBUG": [
|
339
|
-
""
|
339
|
+
"DEBUG"
|
340
340
|
],
|
341
341
|
"Daily": [
|
342
342
|
"每日"
|
343
343
|
],
|
344
344
|
"Date must be in the future": [
|
345
|
-
""
|
345
|
+
"日期必须是未来的日期"
|
346
346
|
],
|
347
347
|
"Days": [
|
348
348
|
"天"
|
@@ -426,7 +426,7 @@
|
|
426
426
|
"有效的用户"
|
427
427
|
],
|
428
428
|
"Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}": [
|
429
|
-
"有效的用户方法 \\\"
|
429
|
+
"有效的用户方法 \\\"%{current_value}\\\" 不是 %{valid_methods} 之一"
|
430
430
|
],
|
431
431
|
"Effective user options": [
|
432
432
|
"有效的用户选项"
|
@@ -522,7 +522,7 @@
|
|
522
522
|
"退回至任何代理服务器"
|
523
523
|
],
|
524
524
|
"Feature input %{input_name} not defined in template %{template_name}": [
|
525
|
-
"
|
525
|
+
"功能输入 %{input_name} 未在模板 %{template_name} 中定义"
|
526
526
|
],
|
527
527
|
"Fill all required fields in all the steps": [
|
528
528
|
"在所有步骤中填写所有必填字段"
|
@@ -588,7 +588,7 @@
|
|
588
588
|
"主机详情"
|
589
589
|
],
|
590
590
|
"Host group": [
|
591
|
-
""
|
591
|
+
"主机组"
|
592
592
|
],
|
593
593
|
"Host groups": [
|
594
594
|
"主机组"
|
@@ -612,7 +612,7 @@
|
|
612
612
|
"作业运行的频率,使用 cron 格式"
|
613
613
|
],
|
614
614
|
"ID": [
|
615
|
-
""
|
615
|
+
"ID"
|
616
616
|
],
|
617
617
|
"Identifier of the Host interface for Remote execution": [
|
618
618
|
"主机接口的标识符,用于远程执行"
|
@@ -627,7 +627,7 @@
|
|
627
627
|
"从 ERB 导入作业模版"
|
628
628
|
],
|
629
629
|
"In Progress": [
|
630
|
-
""
|
630
|
+
"进行中"
|
631
631
|
],
|
632
632
|
"In Progress:": [
|
633
633
|
"进行中:"
|
@@ -672,7 +672,7 @@
|
|
672
672
|
"调用类型,%s 其中之一"
|
673
673
|
],
|
674
674
|
"Iteration limit": [
|
675
|
-
""
|
675
|
+
"重述限制"
|
676
676
|
],
|
677
677
|
"Job": [
|
678
678
|
"任务"
|
@@ -732,7 +732,7 @@
|
|
732
732
|
"作业模板"
|
733
733
|
],
|
734
734
|
"Job with id '%{id}' was not found": [
|
735
|
-
""
|
735
|
+
"未找到 ID 为 '%{id}' 的作业"
|
736
736
|
],
|
737
737
|
"JobTemplate|Locked": [
|
738
738
|
"JobTemplate|Locked"
|
@@ -765,7 +765,7 @@
|
|
765
765
|
"最后成功的执行"
|
766
766
|
],
|
767
767
|
"Last occurrence": [
|
768
|
-
""
|
768
|
+
"最后一次发生"
|
769
769
|
],
|
770
770
|
"Latest Jobs": [
|
771
771
|
"最新的作业"
|
@@ -783,7 +783,7 @@
|
|
783
783
|
"列出外部输入集"
|
784
784
|
],
|
785
785
|
"List hosts belonging to job invocation": [
|
786
|
-
""
|
786
|
+
"列出属于作业调用的主机"
|
787
787
|
],
|
788
788
|
"List job invocations": [
|
789
789
|
"列出作业调用"
|
@@ -843,19 +843,19 @@
|
|
843
843
|
"下一个"
|
844
844
|
],
|
845
845
|
"Next occurrence": [
|
846
|
-
""
|
846
|
+
"下次发生"
|
847
847
|
],
|
848
848
|
"No (override)": [
|
849
849
|
"否(覆盖)"
|
850
850
|
],
|
851
851
|
"No Results": [
|
852
|
-
""
|
852
|
+
"没有结果"
|
853
853
|
],
|
854
854
|
"No Target Hosts": [
|
855
855
|
"没有目标主机"
|
856
856
|
],
|
857
857
|
"No hosts found": [
|
858
|
-
""
|
858
|
+
"没有找到主机"
|
859
859
|
],
|
860
860
|
"No hosts found.": [
|
861
861
|
"找不到主机。"
|
@@ -864,16 +864,16 @@
|
|
864
864
|
"没有可用的作业"
|
865
865
|
],
|
866
866
|
"No output for the selected filters": [
|
867
|
-
""
|
867
|
+
"所选过滤没有输出"
|
868
868
|
],
|
869
869
|
"No results found": [
|
870
870
|
"没有找到结果"
|
871
871
|
],
|
872
872
|
"No template mapped to feature %{feature_name}": [
|
873
|
-
"没有映射到功能
|
873
|
+
"没有映射到功能 %{feature_name} 的模板"
|
874
874
|
],
|
875
875
|
"No user input": [
|
876
|
-
""
|
876
|
+
"没有用户输入"
|
877
877
|
],
|
878
878
|
"Not all required inputs have values. Missing inputs: %s": [
|
879
879
|
"並不是所有需要的輸入都有值。缺少的输入:%s"
|
@@ -888,7 +888,7 @@
|
|
888
888
|
"现在"
|
889
889
|
],
|
890
890
|
"OS": [
|
891
|
-
""
|
891
|
+
"OS"
|
892
892
|
],
|
893
893
|
"On": [
|
894
894
|
"上"
|
@@ -897,13 +897,13 @@
|
|
897
897
|
"只能指定一个功能或 job_template_id"
|
898
898
|
],
|
899
899
|
"Open all in new tabs": [
|
900
|
-
""
|
900
|
+
"在新标签页中打开所有"
|
901
901
|
],
|
902
902
|
"Open all invocations in new tabs": [
|
903
|
-
""
|
903
|
+
"在新标签页中打开所有调用"
|
904
904
|
],
|
905
905
|
"Open in new tab": [
|
906
|
-
""
|
906
|
+
"在新标签页中打开"
|
907
907
|
],
|
908
908
|
"Opening job invocation form": [
|
909
909
|
"打开作业调用表单"
|
@@ -951,13 +951,13 @@
|
|
951
951
|
"请输入搜索查询"
|
952
952
|
],
|
953
953
|
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" or \\\\\\\"Recurring execution\\\\\\\" step to fix the error": [
|
954
|
-
""
|
954
|
+
"请转至 \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" 或 \\\\\\\"Recurring execution\\\\\\\" 步骤来修复错误"
|
955
955
|
],
|
956
956
|
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
957
957
|
"请返回 \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" 步骤来修复错误"
|
958
958
|
],
|
959
959
|
"Please make sure that the Smart Proxy is configured correctly for the Pull provider.": [
|
960
|
-
""
|
960
|
+
"请确定为 Pull 供应商正确配置了 Smart Proxy。"
|
961
961
|
],
|
962
962
|
"Please refine your search.": [
|
963
963
|
"请重新调整您的搜索。"
|
@@ -975,7 +975,7 @@
|
|
975
975
|
"请至少选择一个主机组"
|
976
976
|
],
|
977
977
|
"Popups are blocked by your browser. Please allow popups for this site to open all invocations in new tabs.": [
|
978
|
-
""
|
978
|
+
"您的浏览器阻止了弹出窗口。请允许这个网站的弹出窗口在新的标签页中打开所有调用。"
|
979
979
|
],
|
980
980
|
"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
|
981
981
|
"要用于 SSH 通信的端口。默认端口 22。您可以通过设置名为 remote_execution_ssh_port 的参数来按主机进行覆盖。"
|
@@ -990,7 +990,7 @@
|
|
990
990
|
"预览主机"
|
991
991
|
],
|
992
992
|
"Preview Template": [
|
993
|
-
""
|
993
|
+
"预览模板"
|
994
994
|
],
|
995
995
|
"Preview job description": [
|
996
996
|
"预览作业描述"
|
@@ -1092,7 +1092,7 @@
|
|
1092
1092
|
"重复数量只能是一个正数"
|
1093
1093
|
],
|
1094
1094
|
"Repeat until": [
|
1095
|
-
""
|
1095
|
+
"重复直到"
|
1096
1096
|
],
|
1097
1097
|
"Repeats": [
|
1098
1098
|
"重复"
|
@@ -1116,10 +1116,10 @@
|
|
1116
1116
|
"在失败的主机上重新运行"
|
1117
1117
|
],
|
1118
1118
|
"Rerun on succeeded hosts": [
|
1119
|
-
""
|
1119
|
+
"在成功的主机上重新运行"
|
1120
1120
|
],
|
1121
1121
|
"Rerun succeeded": [
|
1122
|
-
""
|
1122
|
+
"重新运行成功"
|
1123
1123
|
],
|
1124
1124
|
"Rerun successful": [
|
1125
1125
|
"重新运行成功"
|
@@ -1185,10 +1185,10 @@
|
|
1185
1185
|
"SSH 用户:"
|
1186
1186
|
],
|
1187
1187
|
"STDERR": [
|
1188
|
-
""
|
1188
|
+
"STDERR"
|
1189
1189
|
],
|
1190
1190
|
"STDOUT": [
|
1191
|
-
""
|
1191
|
+
"STDOUT"
|
1192
1192
|
],
|
1193
1193
|
"Schedule": [
|
1194
1194
|
"调度"
|
@@ -1314,7 +1314,7 @@
|
|
1314
1314
|
"跳过检查步骤"
|
1315
1315
|
],
|
1316
1316
|
"Smart proxy": [
|
1317
|
-
""
|
1317
|
+
"智能代理"
|
1318
1318
|
],
|
1319
1319
|
"Snippet": [
|
1320
1320
|
"程序代码片段"
|
@@ -1377,7 +1377,7 @@
|
|
1377
1377
|
"成功"
|
1378
1378
|
],
|
1379
1379
|
"Successfully copied to clipboard!": [
|
1380
|
-
""
|
1380
|
+
"成功复制到剪贴板!"
|
1381
1381
|
],
|
1382
1382
|
"Switch to the new job invocation detail UI": [
|
1383
1383
|
"切换到新作业调用详情 UI"
|
@@ -1392,7 +1392,7 @@
|
|
1392
1392
|
"系统"
|
1393
1393
|
],
|
1394
1394
|
"Target Hosts": [
|
1395
|
-
""
|
1395
|
+
"目标主机"
|
1396
1396
|
],
|
1397
1397
|
"Target hosts": [
|
1398
1398
|
"目标主机"
|
@@ -1404,7 +1404,7 @@
|
|
1404
1404
|
"目标模板 ID"
|
1405
1405
|
],
|
1406
1406
|
"Target:": [
|
1407
|
-
""
|
1407
|
+
"目标:"
|
1408
1408
|
],
|
1409
1409
|
"Target: ": [
|
1410
1410
|
"目标:"
|
@@ -1416,10 +1416,10 @@
|
|
1416
1416
|
"任务被取消"
|
1417
1417
|
],
|
1418
1418
|
"Task count": [
|
1419
|
-
""
|
1419
|
+
"任务计数"
|
1420
1420
|
],
|
1421
1421
|
"Task for the host cancelled succesfully": [
|
1422
|
-
""
|
1422
|
+
"主机任务已成功取消"
|
1423
1423
|
],
|
1424
1424
|
"Template ERB": [
|
1425
1425
|
"模版 ERB"
|
@@ -1431,7 +1431,7 @@
|
|
1431
1431
|
"模板失败并带有:"
|
1432
1432
|
],
|
1433
1433
|
"Template invocation not found": [
|
1434
|
-
""
|
1434
|
+
"未找到模板调用"
|
1435
1435
|
],
|
1436
1436
|
"Template name": [
|
1437
1437
|
"模板名称"
|
@@ -1455,7 +1455,7 @@
|
|
1455
1455
|
"动态查询 '%{query}' 还没有解析。现在应该解析的主机列表可在 %{here} 查看。"
|
1456
1456
|
],
|
1457
1457
|
"The dynamic query is still being processed. You can {viewTheHosts} targeted by the query.": [
|
1458
|
-
""
|
1458
|
+
"动态查询仍在处理中。您可以 {viewTheHosts} 查询的目标。"
|
1459
1459
|
],
|
1460
1460
|
"The execution interface is used for remote execution": [
|
1461
1461
|
"用于远程执行的执行接口"
|
@@ -1476,10 +1476,10 @@
|
|
1476
1476
|
"要使用的任务模板,除非已指定功能,否则参数是必需的"
|
1477
1477
|
],
|
1478
1478
|
"The number of invocations is:": [
|
1479
|
-
""
|
1479
|
+
"调用数量为:"
|
1480
1480
|
],
|
1481
1481
|
"The only applicable proxy %{proxy_names} is down": [
|
1482
|
-
"唯一可用的代理
|
1482
|
+
"唯一可用的代理 %{proxy_names} 已停机"
|
1483
1483
|
],
|
1484
1484
|
"The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
|
1485
1485
|
"用户无法访问映射到功能 %{feature_name} 的模板 %{template_name}"
|
@@ -1500,13 +1500,13 @@
|
|
1500
1500
|
"此模板已锁定。请将它克隆到一个新的模板进行定制。"
|
1501
1501
|
],
|
1502
1502
|
"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}.": [
|
1503
|
-
"这个模块用来生成描述。输入值可以使用语法
|
1503
|
+
"这个模块用来生成描述。输入值可以使用语法 %{package}。您可以使用 %{job_category} 和 %{template_name} 来包括作业类型和模板名称。"
|
1504
1504
|
],
|
1505
1505
|
"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
|
1506
1506
|
"这个模块用来生成描述。<br/>输入值可以使用语法%%{package}。<br/>您可以使用 <br/> %{job_category}和 %{template_name} 来包括作业类型和模板名称。"
|
1507
1507
|
],
|
1508
1508
|
"This will open a new tab for each invocation.": [
|
1509
|
-
""
|
1509
|
+
"这会为每个调用打开一个新标签页。"
|
1510
1510
|
],
|
1511
1511
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1512
1512
|
"在远程主机上开始后,以秒计算时间,之后结束作业。"
|
@@ -1557,7 +1557,7 @@
|
|
1557
1557
|
"尝试中止作业 %s。"
|
1558
1558
|
],
|
1559
1559
|
"Trying to abort the task for the host": [
|
1560
|
-
""
|
1560
|
+
"试图中止主机的任务"
|
1561
1561
|
],
|
1562
1562
|
"Trying to cancel the job": [
|
1563
1563
|
"尝试取消作业"
|
@@ -1566,7 +1566,7 @@
|
|
1566
1566
|
"尝试取消作业 %s。"
|
1567
1567
|
],
|
1568
1568
|
"Trying to cancel the task for the host": [
|
1569
|
-
""
|
1569
|
+
"尝试取消主机的任务"
|
1570
1570
|
],
|
1571
1571
|
"Type": [
|
1572
1572
|
"类型"
|
@@ -1593,19 +1593,19 @@
|
|
1593
1593
|
"无法从已知主机中删除主机"
|
1594
1594
|
],
|
1595
1595
|
"Unable to run job": [
|
1596
|
-
""
|
1596
|
+
"无法运行作业"
|
1597
1597
|
],
|
1598
1598
|
"Unable to save template. Correct highlighted errors": [
|
1599
1599
|
"无法保存模版。纠正高亮显示的错误"
|
1600
1600
|
],
|
1601
1601
|
"Unknown": [
|
1602
|
-
""
|
1602
|
+
"未知"
|
1603
1603
|
],
|
1604
1604
|
"Unknown execution status": [
|
1605
1605
|
"未知的执行状态"
|
1606
1606
|
],
|
1607
1607
|
"Unknown input %{input_name} for template %{template_name}": [
|
1608
|
-
"
|
1608
|
+
"未知的输入%{input_name} 用于模板 %{template_name}"
|
1609
1609
|
],
|
1610
1610
|
"Unknown remote execution feature %s": [
|
1611
1611
|
"未知的远程执行功能 %s"
|
@@ -1716,7 +1716,7 @@
|
|
1716
1716
|
"您有 %s 个结果现实。显示前 %s 个结果"
|
1717
1717
|
],
|
1718
1718
|
"You have more results to display. Showing first %s results": [
|
1719
|
-
""
|
1719
|
+
"有更多显示的结果。显示第一 %s 结果"
|
1720
1720
|
],
|
1721
1721
|
"add an input set for this template to reference a different template inputs": [
|
1722
1722
|
"为此模板添加一个输入集,以引用其他模板输入"
|
@@ -1809,7 +1809,7 @@
|
|
1809
1809
|
"已成功"
|
1810
1810
|
],
|
1811
1811
|
"task aborted succesfully": [
|
1812
|
-
""
|
1812
|
+
"任务被成功终止"
|
1813
1813
|
],
|
1814
1814
|
"tasks at a time": [
|
1815
1815
|
"在一个时间点的任务"
|
@@ -1830,7 +1830,7 @@
|
|
1830
1830
|
"查看主机名"
|
1831
1831
|
],
|
1832
1832
|
"view the hosts": [
|
1833
|
-
""
|
1833
|
+
"查看主机"
|
1834
1834
|
],
|
1835
1835
|
"yes": [
|
1836
1836
|
"是"
|