foreman_remote_execution 15.0.0 → 15.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +1832 -2
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +176 -11
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +179 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +179 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +449 -285
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +177 -12
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +179 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +177 -12
- data/app/controllers/job_invocations_controller.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 +178 -13
- data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en/foreman_remote_execution.po +1840 -0
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +176 -11
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +178 -13
- data/locale/foreman_remote_execution.pot +470 -184
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +179 -14
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +179 -14
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +178 -13
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +449 -285
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +178 -13
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +177 -12
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +179 -14
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +177 -12
- metadata +3 -6
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
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 15.0.0",
|
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",
|
@@ -35,11 +35,14 @@
|
|
35
35
|
"%{description} on %{host}": [
|
36
36
|
"%{host} 中的 %{host}"
|
37
37
|
],
|
38
|
+
"'Starts at' date must be in the future": [
|
39
|
+
""
|
40
|
+
],
|
38
41
|
"'Starts before' date must be after 'Starts at' date": [
|
39
42
|
"'Starts before' 的日期需要在 'Starts at' 日期之后"
|
40
43
|
],
|
41
|
-
"'Starts before' date must in the future": [
|
42
|
-
"
|
44
|
+
"'Starts before' date must be in the future": [
|
45
|
+
""
|
43
46
|
],
|
44
47
|
"...and %s more": [
|
45
48
|
"...和 %s 个更多"
|
@@ -71,6 +74,9 @@
|
|
71
74
|
"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
|
72
75
|
"用于跟踪周期性作业的特殊标签。一次只能有一个具有给定目的的活跃作业。"
|
73
76
|
],
|
77
|
+
"A task for this host has not been started": [
|
78
|
+
""
|
79
|
+
],
|
74
80
|
"A user to be used for SSH.": [
|
75
81
|
"用于 SSH 的用户。"
|
76
82
|
],
|
@@ -83,9 +89,15 @@
|
|
83
89
|
"Abort Job": [
|
84
90
|
"终止作业"
|
85
91
|
],
|
92
|
+
"Abort task": [
|
93
|
+
""
|
94
|
+
],
|
86
95
|
"Access denied": [
|
87
96
|
"拒绝访问"
|
88
97
|
],
|
98
|
+
"Action": [
|
99
|
+
""
|
100
|
+
],
|
89
101
|
"Actions": [
|
90
102
|
"操作"
|
91
103
|
],
|
@@ -107,11 +119,14 @@
|
|
107
119
|
"All fields are required.": [
|
108
120
|
"各个项都需要。"
|
109
121
|
],
|
122
|
+
"All statuses": [
|
123
|
+
""
|
124
|
+
],
|
110
125
|
"Alphabetical": [
|
111
126
|
"按字母"
|
112
127
|
],
|
113
|
-
"
|
114
|
-
"
|
128
|
+
"An error occurred while fetching the template invocation details.": [
|
129
|
+
""
|
115
130
|
],
|
116
131
|
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
117
132
|
"已经将另一个接口设置为执行。您确定要改用这个吗?"
|
@@ -122,9 +137,18 @@
|
|
122
137
|
"Any Organization": [
|
123
138
|
"任意机构"
|
124
139
|
],
|
140
|
+
"Any location": [
|
141
|
+
""
|
142
|
+
],
|
143
|
+
"Any organization": [
|
144
|
+
""
|
145
|
+
],
|
125
146
|
"Apply to": [
|
126
147
|
"应用到"
|
127
148
|
],
|
149
|
+
"Are you sure you want to open all invocations in new tabs?": [
|
150
|
+
""
|
151
|
+
],
|
128
152
|
"At": [
|
129
153
|
"位于"
|
130
154
|
],
|
@@ -152,18 +176,21 @@
|
|
152
176
|
"Cancel Job": [
|
153
177
|
"取消作业"
|
154
178
|
],
|
179
|
+
"Cancel Task": [
|
180
|
+
""
|
181
|
+
],
|
155
182
|
"Cancel job invocation": [
|
156
183
|
"取消作业调用"
|
157
184
|
],
|
158
185
|
"Cancel recurring": [
|
159
186
|
"取消重复"
|
160
187
|
],
|
161
|
-
"Canceled:": [
|
162
|
-
"取消:"
|
163
|
-
],
|
164
188
|
"Cancelled": [
|
165
189
|
"已取消"
|
166
190
|
],
|
191
|
+
"Cancelled:": [
|
192
|
+
""
|
193
|
+
],
|
167
194
|
"Cannot resolve hosts without a bookmark or search query": [
|
168
195
|
"无法解析没有书签或搜索查询的主机"
|
169
196
|
],
|
@@ -203,6 +230,9 @@
|
|
203
230
|
"Cockpit URL": [
|
204
231
|
"Cockpit URL"
|
205
232
|
],
|
233
|
+
"Command": [
|
234
|
+
""
|
235
|
+
],
|
206
236
|
"Concurrency level": [
|
207
237
|
"并发等級"
|
208
238
|
],
|
@@ -215,6 +245,9 @@
|
|
215
245
|
"Control concurrency level and distribution over time": [
|
216
246
|
"控制并发级别和时间分布"
|
217
247
|
],
|
248
|
+
"Copy to clipboard": [
|
249
|
+
""
|
250
|
+
],
|
218
251
|
"Could not abort the job %s: ${response}": [
|
219
252
|
"无法中止作业 %s: ${response}"
|
220
253
|
],
|
@@ -266,6 +299,9 @@
|
|
266
299
|
"Create a recurring job": [
|
267
300
|
"创建一个重复运行的作业"
|
268
301
|
],
|
302
|
+
"Create job": [
|
303
|
+
""
|
304
|
+
],
|
269
305
|
"Create report": [
|
270
306
|
"创建报告"
|
271
307
|
],
|
@@ -284,6 +320,9 @@
|
|
284
320
|
"Cronline": [
|
285
321
|
"Cronline"
|
286
322
|
],
|
323
|
+
"Current iteration": [
|
324
|
+
""
|
325
|
+
],
|
287
326
|
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
288
327
|
"当前位置 %s 与作业的位置 %s 不同。此作业可能会在与以前不同的主机上运行。"
|
289
328
|
],
|
@@ -296,9 +335,15 @@
|
|
296
335
|
"Current organization %{org_c} is different from job's organization %{org_j}.": [
|
297
336
|
"当前机构 %%{org_c} 与作业机构 %%{org_j} 不同。"
|
298
337
|
],
|
338
|
+
"DEBUG": [
|
339
|
+
""
|
340
|
+
],
|
299
341
|
"Daily": [
|
300
342
|
"每日"
|
301
343
|
],
|
344
|
+
"Date must be in the future": [
|
345
|
+
""
|
346
|
+
],
|
302
347
|
"Days": [
|
303
348
|
"天"
|
304
349
|
],
|
@@ -542,6 +587,9 @@
|
|
542
587
|
"Host detail": [
|
543
588
|
"主机详情"
|
544
589
|
],
|
590
|
+
"Host group": [
|
591
|
+
""
|
592
|
+
],
|
545
593
|
"Host groups": [
|
546
594
|
"主机组"
|
547
595
|
],
|
@@ -563,6 +611,9 @@
|
|
563
611
|
"How often the job should occur, in the cron format": [
|
564
612
|
"作业运行的频率,使用 cron 格式"
|
565
613
|
],
|
614
|
+
"ID": [
|
615
|
+
""
|
616
|
+
],
|
566
617
|
"Identifier of the Host interface for Remote execution": [
|
567
618
|
"主机接口的标识符,用于远程执行"
|
568
619
|
],
|
@@ -575,6 +626,9 @@
|
|
575
626
|
"Import a job template from ERB": [
|
576
627
|
"从 ERB 导入作业模版"
|
577
628
|
],
|
629
|
+
"In Progress": [
|
630
|
+
""
|
631
|
+
],
|
578
632
|
"In Progress:": [
|
579
633
|
"进行中:"
|
580
634
|
],
|
@@ -617,6 +671,9 @@
|
|
617
671
|
"Invocation type, one of %s": [
|
618
672
|
"调用类型,%s 其中之一"
|
619
673
|
],
|
674
|
+
"Iteration limit": [
|
675
|
+
""
|
676
|
+
],
|
620
677
|
"Job": [
|
621
678
|
"任务"
|
622
679
|
],
|
@@ -674,6 +731,9 @@
|
|
674
731
|
"Job templates": [
|
675
732
|
"作业模板"
|
676
733
|
],
|
734
|
+
"Job with id '%{id}' was not found": [
|
735
|
+
""
|
736
|
+
],
|
677
737
|
"JobTemplate|Locked": [
|
678
738
|
"JobTemplate|Locked"
|
679
739
|
],
|
@@ -704,6 +764,9 @@
|
|
704
764
|
"Last execution succeeded": [
|
705
765
|
"最后成功的执行"
|
706
766
|
],
|
767
|
+
"Last occurrence": [
|
768
|
+
""
|
769
|
+
],
|
707
770
|
"Latest Jobs": [
|
708
771
|
"最新的作业"
|
709
772
|
],
|
@@ -719,6 +782,9 @@
|
|
719
782
|
"List foreign input sets": [
|
720
783
|
"列出外部输入集"
|
721
784
|
],
|
785
|
+
"List hosts belonging to job invocation": [
|
786
|
+
""
|
787
|
+
],
|
722
788
|
"List job invocations": [
|
723
789
|
"列出作业调用"
|
724
790
|
],
|
@@ -776,24 +842,39 @@
|
|
776
842
|
"Next": [
|
777
843
|
"下一个"
|
778
844
|
],
|
845
|
+
"Next occurrence": [
|
846
|
+
""
|
847
|
+
],
|
779
848
|
"No (override)": [
|
780
849
|
"否(覆盖)"
|
781
850
|
],
|
851
|
+
"No Results": [
|
852
|
+
""
|
853
|
+
],
|
782
854
|
"No Target Hosts": [
|
783
855
|
"没有目标主机"
|
784
856
|
],
|
857
|
+
"No hosts found": [
|
858
|
+
""
|
859
|
+
],
|
785
860
|
"No hosts found.": [
|
786
861
|
"找不到主机。"
|
787
862
|
],
|
788
863
|
"No jobs available": [
|
789
864
|
"没有可用的作业"
|
790
865
|
],
|
866
|
+
"No output for the selected filters": [
|
867
|
+
""
|
868
|
+
],
|
791
869
|
"No results found": [
|
792
870
|
"没有找到结果"
|
793
871
|
],
|
794
872
|
"No template mapped to feature %{feature_name}": [
|
795
873
|
"没有映射到功能 %%{feature_name} 的模板"
|
796
874
|
],
|
875
|
+
"No user input": [
|
876
|
+
""
|
877
|
+
],
|
797
878
|
"Not all required inputs have values. Missing inputs: %s": [
|
798
879
|
"並不是所有需要的輸入都有值。缺少的输入:%s"
|
799
880
|
],
|
@@ -806,12 +887,24 @@
|
|
806
887
|
"Now": [
|
807
888
|
"现在"
|
808
889
|
],
|
890
|
+
"OS": [
|
891
|
+
""
|
892
|
+
],
|
809
893
|
"On": [
|
810
894
|
"上"
|
811
895
|
],
|
812
896
|
"Only one of feature or job_template_id can be specified": [
|
813
897
|
"只能指定一个功能或 job_template_id"
|
814
898
|
],
|
899
|
+
"Open all in new tabs": [
|
900
|
+
""
|
901
|
+
],
|
902
|
+
"Open all invocations in new tabs": [
|
903
|
+
""
|
904
|
+
],
|
905
|
+
"Open in new tab": [
|
906
|
+
""
|
907
|
+
],
|
815
908
|
"Opening job invocation form": [
|
816
909
|
"打开作业调用表单"
|
817
910
|
],
|
@@ -857,9 +950,15 @@
|
|
857
950
|
"Please enter a search query": [
|
858
951
|
"请输入搜索查询"
|
859
952
|
],
|
953
|
+
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" or \\\\\\\"Recurring execution\\\\\\\" step to fix the error": [
|
954
|
+
""
|
955
|
+
],
|
860
956
|
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
861
957
|
"请返回 \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" 步骤来修复错误"
|
862
958
|
],
|
959
|
+
"Please make sure that the Smart Proxy is configured correctly for the Pull provider.": [
|
960
|
+
""
|
961
|
+
],
|
863
962
|
"Please refine your search.": [
|
864
963
|
"请重新调整您的搜索。"
|
865
964
|
],
|
@@ -875,6 +974,9 @@
|
|
875
974
|
"Please select at least one host group": [
|
876
975
|
"请至少选择一个主机组"
|
877
976
|
],
|
977
|
+
"Popups are blocked by your browser. Please allow popups for this site to open all invocations in new tabs.": [
|
978
|
+
""
|
979
|
+
],
|
878
980
|
"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
|
879
981
|
"要用于 SSH 通信的端口。默认端口 22。您可以通过设置名为 remote_execution_ssh_port 的参数来按主机进行覆盖。"
|
880
982
|
],
|
@@ -887,6 +989,9 @@
|
|
887
989
|
"Preview Hosts": [
|
888
990
|
"预览主机"
|
889
991
|
],
|
992
|
+
"Preview Template": [
|
993
|
+
""
|
994
|
+
],
|
890
995
|
"Preview job description": [
|
891
996
|
"预览作业描述"
|
892
997
|
],
|
@@ -986,6 +1091,9 @@
|
|
986
1091
|
"Repeat amount can only be a positive number": [
|
987
1092
|
"重复数量只能是一个正数"
|
988
1093
|
],
|
1094
|
+
"Repeat until": [
|
1095
|
+
""
|
1096
|
+
],
|
989
1097
|
"Repeats": [
|
990
1098
|
"重复"
|
991
1099
|
],
|
@@ -1007,6 +1115,12 @@
|
|
1007
1115
|
"Rerun on failed hosts": [
|
1008
1116
|
"在失败的主机上重新运行"
|
1009
1117
|
],
|
1118
|
+
"Rerun on succeeded hosts": [
|
1119
|
+
""
|
1120
|
+
],
|
1121
|
+
"Rerun succeeded": [
|
1122
|
+
""
|
1123
|
+
],
|
1010
1124
|
"Rerun successful": [
|
1011
1125
|
"重新运行成功"
|
1012
1126
|
],
|
@@ -1070,6 +1184,12 @@
|
|
1070
1184
|
"SSH user:": [
|
1071
1185
|
"SSH 用户:"
|
1072
1186
|
],
|
1187
|
+
"STDERR": [
|
1188
|
+
""
|
1189
|
+
],
|
1190
|
+
"STDOUT": [
|
1191
|
+
""
|
1192
|
+
],
|
1073
1193
|
"Schedule": [
|
1074
1194
|
"调度"
|
1075
1195
|
],
|
@@ -1193,6 +1313,9 @@
|
|
1193
1313
|
"Skip to review step": [
|
1194
1314
|
"跳过检查步骤"
|
1195
1315
|
],
|
1316
|
+
"Smart proxy": [
|
1317
|
+
""
|
1318
|
+
],
|
1196
1319
|
"Snippet": [
|
1197
1320
|
"程序代码片段"
|
1198
1321
|
],
|
@@ -1253,6 +1376,9 @@
|
|
1253
1376
|
"Success": [
|
1254
1377
|
"成功"
|
1255
1378
|
],
|
1379
|
+
"Successfully copied to clipboard!": [
|
1380
|
+
""
|
1381
|
+
],
|
1256
1382
|
"Switch to the new job invocation detail UI": [
|
1257
1383
|
"切换到新作业调用详情 UI"
|
1258
1384
|
],
|
@@ -1265,6 +1391,9 @@
|
|
1265
1391
|
"Systems": [
|
1266
1392
|
"系统"
|
1267
1393
|
],
|
1394
|
+
"Target Hosts": [
|
1395
|
+
""
|
1396
|
+
],
|
1268
1397
|
"Target hosts": [
|
1269
1398
|
"目标主机"
|
1270
1399
|
],
|
@@ -1274,6 +1403,9 @@
|
|
1274
1403
|
"Target template ID": [
|
1275
1404
|
"目标模板 ID"
|
1276
1405
|
],
|
1406
|
+
"Target:": [
|
1407
|
+
""
|
1408
|
+
],
|
1277
1409
|
"Target: ": [
|
1278
1410
|
"目标:"
|
1279
1411
|
],
|
@@ -1283,6 +1415,12 @@
|
|
1283
1415
|
"Task cancelled": [
|
1284
1416
|
"任务被取消"
|
1285
1417
|
],
|
1418
|
+
"Task count": [
|
1419
|
+
""
|
1420
|
+
],
|
1421
|
+
"Task for the host cancelled succesfully": [
|
1422
|
+
""
|
1423
|
+
],
|
1286
1424
|
"Template ERB": [
|
1287
1425
|
"模版 ERB"
|
1288
1426
|
],
|
@@ -1292,6 +1430,9 @@
|
|
1292
1430
|
"Template failed with:": [
|
1293
1431
|
"模板失败并带有:"
|
1294
1432
|
],
|
1433
|
+
"Template invocation not found": [
|
1434
|
+
""
|
1435
|
+
],
|
1295
1436
|
"Template name": [
|
1296
1437
|
"模板名称"
|
1297
1438
|
],
|
@@ -1313,6 +1454,9 @@
|
|
1313
1454
|
"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
|
1314
1455
|
"动态查询 '%{query}' 还没有解析。现在应该解析的主机列表可在 %{here} 查看。"
|
1315
1456
|
],
|
1457
|
+
"The dynamic query is still being processed. You can {viewTheHosts} targeted by the query.": [
|
1458
|
+
""
|
1459
|
+
],
|
1316
1460
|
"The execution interface is used for remote execution": [
|
1317
1461
|
"用于远程执行的执行接口"
|
1318
1462
|
],
|
@@ -1331,6 +1475,9 @@
|
|
1331
1475
|
"The job template to use, parameter is required unless feature was specified": [
|
1332
1476
|
"要使用的任务模板,除非已指定功能,否则参数是必需的"
|
1333
1477
|
],
|
1478
|
+
"The number of invocations is:": [
|
1479
|
+
""
|
1480
|
+
],
|
1334
1481
|
"The only applicable proxy %{proxy_names} is down": [
|
1335
1482
|
"唯一可用的代理 %%{proxy_names} 已停机"
|
1336
1483
|
],
|
@@ -1358,6 +1505,9 @@
|
|
1358
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}.": [
|
1359
1506
|
"这个模块用来生成描述。<br/>输入值可以使用语法%%{package}。<br/>您可以使用 <br/> %{job_category}和 %{template_name} 来包括作业类型和模板名称。"
|
1360
1507
|
],
|
1508
|
+
"This will open a new tab for each invocation.": [
|
1509
|
+
""
|
1510
|
+
],
|
1361
1511
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1362
1512
|
"在远程主机上开始后,以秒计算时间,之后结束作业。"
|
1363
1513
|
],
|
@@ -1406,12 +1556,18 @@
|
|
1406
1556
|
"Trying to abort the job %s.": [
|
1407
1557
|
"尝试中止作业 %s。"
|
1408
1558
|
],
|
1559
|
+
"Trying to abort the task for the host": [
|
1560
|
+
""
|
1561
|
+
],
|
1409
1562
|
"Trying to cancel the job": [
|
1410
1563
|
"尝试取消作业"
|
1411
1564
|
],
|
1412
1565
|
"Trying to cancel the job %s.": [
|
1413
1566
|
"尝试取消作业 %s。"
|
1414
1567
|
],
|
1568
|
+
"Trying to cancel the task for the host": [
|
1569
|
+
""
|
1570
|
+
],
|
1415
1571
|
"Type": [
|
1416
1572
|
"类型"
|
1417
1573
|
],
|
@@ -1436,9 +1592,15 @@
|
|
1436
1592
|
"Unable to remove host from known hosts": [
|
1437
1593
|
"无法从已知主机中删除主机"
|
1438
1594
|
],
|
1595
|
+
"Unable to run job": [
|
1596
|
+
""
|
1597
|
+
],
|
1439
1598
|
"Unable to save template. Correct highlighted errors": [
|
1440
1599
|
"无法保存模版。纠正高亮显示的错误"
|
1441
1600
|
],
|
1601
|
+
"Unknown": [
|
1602
|
+
""
|
1603
|
+
],
|
1442
1604
|
"Unknown execution status": [
|
1443
1605
|
"未知的执行状态"
|
1444
1606
|
],
|
@@ -1541,9 +1703,6 @@
|
|
1541
1703
|
"Whether we should sync templates from disk when running db:seed.": [
|
1542
1704
|
"运行 db:seed 时是否应该从磁盘同步模板。"
|
1543
1705
|
],
|
1544
|
-
"Workers pool size": [
|
1545
|
-
"工作节点池的大小"
|
1546
|
-
],
|
1547
1706
|
"Yes (override)": [
|
1548
1707
|
"是(覆盖)"
|
1549
1708
|
],
|
@@ -1556,6 +1715,9 @@
|
|
1556
1715
|
"You have %s results to display. Showing first %s results": [
|
1557
1716
|
"您有 %s 个结果现实。显示前 %s 个结果"
|
1558
1717
|
],
|
1718
|
+
"You have more results to display. Showing first %s results": [
|
1719
|
+
""
|
1720
|
+
],
|
1559
1721
|
"add an input set for this template to reference a different template inputs": [
|
1560
1722
|
"为此模板添加一个输入集,以引用其他模板输入"
|
1561
1723
|
],
|
@@ -1571,9 +1733,6 @@
|
|
1571
1733
|
"effective user": [
|
1572
1734
|
"有效用户"
|
1573
1735
|
],
|
1574
|
-
"error": [
|
1575
|
-
"错误"
|
1576
|
-
],
|
1577
1736
|
"error during rendering: %s": [
|
1578
1737
|
"呈现时出错:%s"
|
1579
1738
|
],
|
@@ -1649,6 +1808,9 @@
|
|
1649
1808
|
"succeeded": [
|
1650
1809
|
"已成功"
|
1651
1810
|
],
|
1811
|
+
"task aborted succesfully": [
|
1812
|
+
""
|
1813
|
+
],
|
1652
1814
|
"tasks at a time": [
|
1653
1815
|
"在一个时间点的任务"
|
1654
1816
|
],
|
@@ -1667,6 +1829,9 @@
|
|
1667
1829
|
"view host names": [
|
1668
1830
|
"查看主机名"
|
1669
1831
|
],
|
1832
|
+
"view the hosts": [
|
1833
|
+
""
|
1834
|
+
],
|
1670
1835
|
"yes": [
|
1671
1836
|
"是"
|
1672
1837
|
]
|