foreman-tasks 9.2.1 → 9.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman-tasks/locale/de/foreman_tasks.js +582 -582
  3. data/app/assets/javascripts/foreman-tasks/locale/en/foreman_tasks.js +293 -293
  4. data/app/assets/javascripts/foreman-tasks/locale/es/foreman_tasks.js +583 -583
  5. data/app/assets/javascripts/foreman-tasks/locale/fr/foreman_tasks.js +586 -586
  6. data/app/assets/javascripts/foreman-tasks/locale/ja/foreman_tasks.js +584 -584
  7. data/app/assets/javascripts/foreman-tasks/locale/ka/foreman_tasks.js +584 -584
  8. data/app/assets/javascripts/foreman-tasks/locale/ko/foreman_tasks.js +495 -495
  9. data/app/assets/javascripts/foreman-tasks/locale/pt_BR/foreman_tasks.js +584 -584
  10. data/app/assets/javascripts/foreman-tasks/locale/ru/foreman_tasks.js +496 -496
  11. data/app/assets/javascripts/foreman-tasks/locale/zh_CN/foreman_tasks.js +584 -584
  12. data/app/assets/javascripts/foreman-tasks/locale/zh_TW/foreman_tasks.js +495 -495
  13. data/app/lib/actions/middleware/watch_delegated_proxy_sub_tasks.rb +1 -1
  14. data/lib/foreman_tasks/version.rb +1 -1
  15. data/locale/de/LC_MESSAGES/foreman_tasks.mo +0 -0
  16. data/locale/de/foreman_tasks.po +5 -5
  17. data/locale/en/LC_MESSAGES/foreman_tasks.mo +0 -0
  18. data/locale/en/foreman_tasks.po +1 -1
  19. data/locale/es/LC_MESSAGES/foreman_tasks.mo +0 -0
  20. data/locale/es/foreman_tasks.po +13 -13
  21. data/locale/foreman_tasks.pot +7 -7
  22. data/locale/fr/LC_MESSAGES/foreman_tasks.mo +0 -0
  23. data/locale/fr/foreman_tasks.po +38 -38
  24. data/locale/ja/LC_MESSAGES/foreman_tasks.mo +0 -0
  25. data/locale/ja/foreman_tasks.po +20 -20
  26. data/locale/ka/LC_MESSAGES/foreman_tasks.mo +0 -0
  27. data/locale/ka/foreman_tasks.po +13 -13
  28. data/locale/ko/LC_MESSAGES/foreman_tasks.mo +0 -0
  29. data/locale/ko/foreman_tasks.po +3 -3
  30. data/locale/pt_BR/LC_MESSAGES/foreman_tasks.mo +0 -0
  31. data/locale/pt_BR/foreman_tasks.po +13 -13
  32. data/locale/ru/LC_MESSAGES/foreman_tasks.mo +0 -0
  33. data/locale/ru/foreman_tasks.po +3 -3
  34. data/locale/zh_CN/LC_MESSAGES/foreman_tasks.mo +0 -0
  35. data/locale/zh_CN/foreman_tasks.po +23 -23
  36. data/locale/zh_TW/LC_MESSAGES/foreman_tasks.mo +0 -0
  37. data/locale/zh_TW/foreman_tasks.po +3 -3
  38. metadata +3 -3
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_tasks": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_tasks 8.0.1",
6
+ "Project-Id-Version": "foreman_tasks 9.2.2",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2016-02-12 14:04+0000",
9
9
  "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
@@ -17,881 +17,881 @@
17
17
  "domain": "foreman_tasks",
18
18
  "plural_forms": "nplurals=1; plural=0;"
19
19
  },
20
- "List recurring logics": [
21
- "列出重复逻辑"
20
+ "%(last)s Last %(time)s": [
21
+ "%(last)s 最后 %(time)s"
22
22
  ],
23
- "Show recurring logic details": [
24
- "显示重复逻辑详情"
23
+ "%(older)s Older %(time)s": [
24
+ "%(older)s 较老 %(time)s"
25
25
  ],
26
- "Update recurring logic": [
27
- "更新周期性逻辑"
26
+ "%s Selected Tasks": [
27
+ "%s 选择的任务"
28
28
  ],
29
- "Cancel recurring logic": [
30
- "取消重复逻辑"
29
+ "%s is not valid format of cron line": [
30
+ "%s 不是正确的 cron 行"
31
31
  ],
32
- "Delete recurring logics by search query": [
33
- "通过搜索查询删除重复逻辑"
32
+ "%{count} tasks are in running or paused state for more than a day": [
33
+ "%{count} 任务处于 running 或 paused 状态,持续超过一天"
34
34
  ],
35
- "Search query": [
36
- "搜索查询"
35
+ "%{total} task(s), %{success} success, %{failed} fail": [
36
+ "%{total} 任务),%{success}成功,%{failed}失败"
37
37
  ],
38
- "Please provide a search parameter in the request": [
39
- "请在请求中提供搜索参数"
38
+ "%{value} is not allowed input type": [
39
+ "%{value} 不允许输入类型"
40
40
  ],
41
- "Resume all paused error tasks": [
42
- "恢复所有暂停的错误任务"
41
+ "%{value} is not allowed triggering mode": [
42
+ "%{value} 不允许触发模式"
43
43
  ],
44
- "Resume tasks matching search string": [
45
- "恢复与搜索字符串匹配的任务"
44
+ "%{value} is wrong format": [
45
+ "%{value} 格式错误"
46
46
  ],
47
- "Resume specific tasks by ID": [
48
- "根据 ID 恢复特定任务"
47
+ "12h": [
48
+ "12 小时"
49
49
  ],
50
- "Cancel selected cancellable tasks": [
51
- "取消所选的可取消的任务"
50
+ "24h": [
51
+ "24 小时"
52
52
  ],
53
- "Cancel tasks matching search string": [
54
- "取消与搜索字符串匹配的任务"
53
+ "A notification when tasks run for suspiciously long time": [
54
+ "任务运行很长时间时发出的通知"
55
55
  ],
56
- "Cancel specific tasks by ID": [
57
- "根据 ID 取消特定任务"
56
+ "A paused task represents a process that has not finished properly. Any task in paused state can lead to potential inconsistency and needs to be resolved.": [
57
+ "暂停的任务代表未正确完成的进程。任何处于暂停状态的任务都可能导致潜在的不一致,需要被解决。"
58
58
  ],
59
- "Please provide at least one of search or task_ids parameters in the request": [
60
- "请在请求中至少提供 search 或 task_ids 参数之一"
59
+ "A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
60
+ "用于跟踪周期性作业的特殊标签。一次只能有一个具有给定目的的活跃作业。"
61
61
  ],
62
- "Stop selected stoppable tasks": [
63
- "停止所选的可停止的任务"
62
+ "Action": [
63
+ "操作"
64
64
  ],
65
- "Stop tasks matching search string": [
66
- "停止与搜索字符串匹配的任务"
65
+ "Action with sub plans": [
66
+ "有子计划的操作"
67
67
  ],
68
- "Stop specific tasks by ID": [
69
- "停止通过 ID 指定的特定任务"
68
+ "Active": [
69
+ "活跃"
70
70
  ],
71
- "List tasks": [
72
- "列出任务"
71
+ "Active Filters:": [
72
+ "活跃的过滤器:"
73
73
  ],
74
- "UUID of the task": [
75
- "任务的 UUID"
74
+ "Active or disabled recurring logic with purpose %s already exists": [
75
+ "带有目的 %s 的活跃或禁用的周期性逻辑已存在"
76
76
  ],
77
- "The ID of the step inside the execution plan to send the event to": [
78
- "执行计划中的步骤 ID 要发送事件到"
77
+ "All %s tasks are selected.": [
78
+ "已选择所有%s任务。"
79
79
  ],
80
- "Data to be sent to the action": [
81
- "发送到操作的数据"
80
+ "All proxies with the required feature are unavailable at the moment": [
81
+ "具备所需功能的所有代理暂时都不可用"
82
82
  ],
83
- "Send data to the task from external executor (such as smart_proxy_dynflow)": [
84
- "从外部执行者发送到的任务(例如 smart_proxy_dynflow)"
83
+ "Allow proxy batch tasks": [
84
+ "允许代理批处理任务"
85
85
  ],
86
- "User search_params requires user_id to be specified": [
87
- "使用者 search_params 需要指定 user_id"
86
+ "Allow triggering tasks on the smart proxy in batches": [
87
+ "允许以批量形式触发智能代理上的任务"
88
88
  ],
89
- "Resource search_params requires resource_type and resource_id to be specified": [
90
- "资源 search_params 需要指定 resource_type 和 resource_id"
89
+ "Associated resources": [
90
+ "相关的资源"
91
91
  ],
92
- "Task search_params requires task_id to be specified": [
93
- "任务 search_params 需要指定 task_id"
92
+ "At": [
93
+ "位于"
94
94
  ],
95
- "Type %s for search_params is not supported": [
96
- "search_params 的 类型 %s 不被支持"
95
+ "Back to tasks": [
96
+ "返回到任务"
97
97
  ],
98
- "The recurring logic was enabled.": [
99
- "重复逻辑已启用。"
98
+ "Backtrace": [
99
+ "回溯"
100
100
  ],
101
- "The recurring logic was disabled.": [
102
- "重复逻辑已被禁用。"
101
+ "Bulk action": [
102
+ "批量操作"
103
103
  ],
104
- "Trying to abort the task": [
105
- "尝试中止任务"
104
+ "Cancel": [
105
+ "取消"
106
106
  ],
107
- "The task cannot be aborted at the moment.": [
108
- "目前无法中止任务。"
107
+ "Cancel Selected": [
108
+ "取消选择"
109
109
  ],
110
- "Enable": [
111
- "启用"
110
+ "Cancel enforced: the task might be still running on the proxy": [
111
+ "强制取消:任务可能仍在代理服务器上运行"
112
112
  ],
113
- "Disable": [
114
- "禁用"
113
+ "Cancel recurring logic": [
114
+ "取消重复逻辑"
115
115
  ],
116
- "Cancel": [
117
- "取消"
116
+ "Cancel selected cancellable tasks": [
117
+ "取消所选的可取消的任务"
118
118
  ],
119
- "Tasks": [
120
- "任务"
119
+ "Cancel selected tasks": [
120
+ "取消选择的任务"
121
121
  ],
122
- "Sub tasks": [
123
- "子任务"
122
+ "Cancel specific tasks by ID": [
123
+ "根据 ID 取消特定任务"
124
124
  ],
125
- "Start at": [
126
- "开始于"
125
+ "Cancel tasks matching search string": [
126
+ "取消与搜索字符串匹配的任务"
127
127
  ],
128
- "Start before": [
129
- "在此时间前开始"
128
+ "Canceling selected tasks, this might take a while": [
129
+ "取消所选任务,这可能需要一段时间"
130
130
  ],
131
- "Indicates that the action should be cancelled if it cannot be started before this time.": [
132
- "这代表,如果操作无法在这个时间前开始则操作应该被取消。"
131
+ "Canceling with force selected tasks, this might take a while": [
132
+ "取消强制选择的任务,这可能需要一段时间"
133
133
  ],
134
- "Repeats": [
135
- "重复"
134
+ "Cancelled": [
135
+ "已取消"
136
136
  ],
137
- "Purpose": [
138
- "目的"
137
+ "Cannot cancel tasks at the moment": [
138
+ "目前无法取消任务"
139
139
  ],
140
- "A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
141
- "用于跟踪周期性作业的特殊标签。一次只能有一个具有给定目的的活跃作业。"
140
+ "Cannot force cancel tasks at the moment": [
141
+ "目前无法强制取消任务"
142
142
  ],
143
- "is minute (range: 0-59)": [
144
- "分钟(范围:0-59)"
143
+ "Cannot resume tasks at the moment": [
144
+ "目前无法恢复任务"
145
145
  ],
146
- "is hour (range: 0-23)": [
147
- "小时(范围:0-23)"
146
+ "Cannot update a cancelled Recurring Logic.": [
147
+ "无法更新一个已取消的周期性逻辑。"
148
148
  ],
149
- "is day of month (range: 1-31)": [
150
- "日期(范围:1-31)"
149
+ "Changing request id %{request_id} to saved id %{saved_id}": [
150
+ "将请求 id %%{request_id} 改为保存的 id %%{saved_id}"
151
151
  ],
152
- "is month (range: 1-12)": [
153
- "月份(范围:1-12)"
152
+ "Check for long running tasks": [
153
+ "检查长时间运行的任务"
154
154
  ],
155
- "is day of week (range: 0-6)": [
156
- "星期几(范围:0-6)"
155
+ "Clear All Filters": [
156
+ "清除所有过滤器"
157
157
  ],
158
- "Cron line format 'a b c d e', where: %s": [
159
- "Cron 行格式 'a b c d e',其中:%s"
158
+ "Clear Cancelled": [
159
+ "清除取消"
160
+ ],
161
+ "Complete": [
162
+ "完成"
163
+ ],
164
+ "Conflicts with tasks:": [
165
+ "与任务冲突 :"
166
+ ],
167
+ "Could not cancel step.": [
168
+ "无法取消步骤。"
169
+ ],
170
+ "Could not receive data: %s": [
171
+ "无法接收数据:$%s"
160
172
  ],
161
173
  "Cron line": [
162
174
  "Cron 行"
163
175
  ],
176
+ "Cron line format 'a b c d e', where: %s": [
177
+ "Cron 行格式 'a b c d e',其中:%s"
178
+ ],
179
+ "Current iteration": [
180
+ "現有重述"
181
+ ],
182
+ "Data to be sent to the action": [
183
+ "发送到操作的数据"
184
+ ],
164
185
  "Days": [
165
186
  "天"
166
187
  ],
167
188
  "Days of week": [
168
189
  "星期几"
169
190
  ],
170
- "Mon": [
171
- "周一"
191
+ "Delayed": [
192
+ "延迟"
172
193
  ],
173
- "Tue": [
174
- "周二"
194
+ "Delete recurring logics by search query": [
195
+ "通过搜索查询删除重复逻辑"
175
196
  ],
176
- "Wed": [
177
- "周三"
197
+ "Deliver notifications about long running tasks": [
198
+ "提供有关长时间运行的任务的通知"
178
199
  ],
179
- "Thu": [
180
- "周四"
200
+ "Details": [
201
+ "详情"
181
202
  ],
182
- "Fri": [
183
- "周五"
203
+ "Details of %s task": [
204
+ "%s 任务的详细信息"
184
205
  ],
185
- "Sat": [
186
- "周六"
206
+ "Disable": [
207
+ "禁用"
187
208
  ],
188
- "Sun": [
189
- "周日"
209
+ "Disabled": [
210
+ "禁用"
190
211
  ],
191
- "At": [
192
- "位于"
212
+ "Duration": [
213
+ "持续时间"
193
214
  ],
194
- "Repeat N times": [
195
- "重复 N 次"
215
+ "Dynflow console": [
216
+ "Dynflow 控制台"
196
217
  ],
197
- "Ends": [
198
- "结束"
218
+ "Empty bulk action": [
219
+ "清空批次動作"
199
220
  ],
200
- "Never": [
201
- "决不"
221
+ "Enable": [
222
+ "启用"
202
223
  ],
203
- "On": [
204
- ""
224
+ "Enable dynflow console": [
225
+ "启用 dynflow 控制台"
226
+ ],
227
+ "Enable the dynflow console (/foreman_tasks/dynflow) for debugging": [
228
+ "启用 dynflow 控制台(/foreman_tasks/dynflow)用于故障排除"
229
+ ],
230
+ "Ends": [
231
+ "结束"
205
232
  ],
206
233
  "Ends at": [
207
234
  "结束于"
208
235
  ],
209
- "Unlimited": [
210
- "无限制"
236
+ "Errors": [
237
+ "错误"
211
238
  ],
212
- "%{total} task(s), %{success} success, %{failed} fail": [
213
- "%{total} 任务),%{success}成功,%{failed}失败"
239
+ "Errors:": [
240
+ "错误:"
214
241
  ],
215
- "Bulk action": [
216
- "批量操作"
242
+ "Event delivered by request %{request_id}": [
243
+ "由请求 %%{request_id} 发送的事件"
217
244
  ],
218
- "Empty bulk action": [
219
- "清空批次動作"
245
+ "Exception": [
246
+ "例外"
220
247
  ],
221
- "The targets are of different types": [
222
- "目标为不同的类型"
248
+ "Execute now": [
249
+ "立即执行"
223
250
  ],
224
- "Check for long running tasks": [
225
- ""
251
+ "Execution plan data not available ": [
252
+ "未可用执行计划数据"
226
253
  ],
227
- "Deliver notifications about long running tasks": [
228
- ""
254
+ "Export All": [
255
+ "导出所有"
229
256
  ],
230
- "Import facts": [
231
- "导入事实"
257
+ "External Id": [
258
+ "外部 Id"
232
259
  ],
233
- "Import Puppet classes": [
234
- "导入 Puppet "
260
+ "Failed to check on tasks on proxy at %{url}: %{exception}": [
261
+ "无法检查在 %{url} 代理中的任务: %{exception}"
235
262
  ],
236
- "activation key": [
237
- "激活码"
263
+ "Failed to initialize": [
264
+ "初始化失败"
238
265
  ],
239
- "user": [
240
- "用户"
266
+ "Failed to trigger task on the smart proxy: ": [
267
+ "在智能代理中触发任务失败: "
241
268
  ],
242
- "repository": [
243
- "软件仓库"
269
+ "Finished": [
270
+ "完成"
244
271
  ],
245
- "content view version": [
246
- "内容视图版本"
272
+ "Force Cancel": [
273
+ "强制取消"
247
274
  ],
248
- "content view": [
249
- "内容视图"
275
+ "Force Cancel Selected": [
276
+ "强制取消选择"
250
277
  ],
251
- "product": [
252
- "产品"
278
+ "Force Cancel selected tasks": [
279
+ "强制取消选择的任务"
253
280
  ],
254
- "system": [
255
- "系統"
281
+ "Force Unlock": [
282
+ "强制解除锁定"
256
283
  ],
257
- "organization": [
258
- "机构"
284
+ "Foreman Tasks": [
285
+ "Foreman 任务"
259
286
  ],
260
- "Failed to initialize": [
261
- "初始化失败"
287
+ "Fri": [
288
+ "周五"
262
289
  ],
263
- "No proxy defined for execution": [
264
- "没有为执行定义代理"
290
+ "I understand that this may cause harm and have working database backups of all backend services.": [
291
+ "我理解这可能会导致损害,并对所有后端服务具有可以正常工作的数据库备份。"
265
292
  ],
266
- "All proxies with the required feature are unavailable at the moment": [
267
- "具备所需功能的所有代理暂时都不可用"
293
+ "ID": [
294
+ "ID"
268
295
  ],
269
- "Changing request id %{request_id} to saved id %{saved_id}": [
270
- "将请求 id %{request_id} 改为保存的 id %{saved_id}"
296
+ "Id": [
297
+ "ID"
271
298
  ],
272
- "Failed to check on tasks on proxy at %{url}: %{exception}": [
273
- "无法检查在 %{url} 代理中的任务: %{exception}"
299
+ "Immediate": [
300
+ "立即"
274
301
  ],
275
- "The smart proxy task %s failed.": [
276
- "智能代理任务 %s 失败。"
302
+ "Import Puppet classes": [
303
+ "导入 Puppet "
277
304
  ],
278
- "Cancel enforced: the task might be still running on the proxy": [
279
- "强制取消:任务可能仍在代理服务器上运行"
305
+ "Import facts": [
306
+ "导入事实"
280
307
  ],
281
- "Task aborted: the task might be still running on the proxy": [
282
- "被中止的任务:该任务可能仍在代理服务器中运行"
308
+ "Indicates that the action should be cancelled if it cannot be started before this time.": [
309
+ "这代表,如果操作无法在这个时间前开始则操作应该被取消。"
283
310
  ],
284
- "Event delivered by request %{request_id}": [
285
- "由请求 %{request_id} 发送的事件"
311
+ "Initialization error: %s": [
312
+ "初始化错误:%s"
286
313
  ],
287
- "Proxy task gone missing from the smart proxy": [
288
- "代理任务在智能代理中丢失"
314
+ "Input": [
315
+ "输入"
289
316
  ],
290
- "Failed to trigger task on the smart proxy: ": [
291
- "在智能代理中触发任务失败: "
317
+ "Iteration limit": [
318
+ "重述限制"
292
319
  ],
293
- "Initialization error: %s": [
294
- "初始化错误:%s"
320
+ "Label": [
321
+ "标签"
295
322
  ],
296
- "Tasks pending since %s": [
297
- ""
323
+ "Last occurrence": [
324
+ "最后一次发生"
298
325
  ],
299
- "Required lock is already taken by other running tasks.": [
300
- "所需的锁定已由其他正在运行的任务获取。"
326
+ "Last start time": [
327
+ "最后的开始时间"
301
328
  ],
302
- "Please inspect their state, fix their errors and resume them.": [
303
- "请检查其状态,纠正其错误,然后恢复它们。"
329
+ "Latest Warning/Error Tasks": [
330
+ "最新的警告/错误任务"
304
331
  ],
305
- "Conflicts with tasks:": [
306
- "与任务冲突 :"
332
+ "Less than a second": [
333
+ "少于一秒"
307
334
  ],
308
- "Active": [
309
- "活跃"
335
+ "List of tasks": [
336
+ "任务清单"
310
337
  ],
311
- "Cancelled": [
312
- "已取消"
338
+ "List recurring logics": [
339
+ "列出重复逻辑"
313
340
  ],
314
- "Finished": [
315
- "完成"
341
+ "List tasks": [
342
+ "列出任务"
316
343
  ],
317
- "Disabled": [
318
- "禁用"
344
+ "Locks": [
345
+ ""
346
+ ],
347
+ "Long running tasks": [
348
+ "长时间运行的任务"
349
+ ],
350
+ "Mon": [
351
+ "周一"
352
+ ],
353
+ "More details": [
354
+ "更多细节"
355
+ ],
356
+ "More than": [
357
+ "多于"
319
358
  ],
320
359
  "N/A": [
321
360
  "不适用"
322
361
  ],
323
- "Cannot update a cancelled Recurring Logic.": [
324
- "无法更新一个已取消的周期性逻辑"
325
- ],
326
- "Delayed": [
327
- "延迟"
362
+ "Name": [
363
+ "名称"
328
364
  ],
329
- "Immediate": [
330
- "立即"
365
+ "Never": [
366
+ "决不"
331
367
  ],
332
- "Recurring logic": [
333
- "重复逻辑"
368
+ "Next occurrence": [
369
+ "下次发生"
334
370
  ],
335
- "Subscribe": [
336
- ""
371
+ "No": [
372
+ ""
337
373
  ],
338
- "%{value} is not allowed triggering mode": [
339
- "%{value} 不允许触发模式"
374
+ "No Tasks": [
375
+ "没有任务"
340
376
  ],
341
- "%{value} is not allowed input type": [
342
- "%{value} 不允许输入类型"
377
+ "No errors": [
378
+ "无错误"
343
379
  ],
344
- "%{value} is wrong format": [
345
- "%{value} 格式错误"
380
+ "No proxy defined for execution": [
381
+ "没有为执行定义代理"
346
382
  ],
347
- "mode has to be one of %{allowed_modes}": [
348
- "模式必须是 %{allowed_modes} 之一"
383
+ "No running steps": [
384
+ "没有运行步骤"
349
385
  ],
350
- "is not a valid format": [
351
- "不是有效格式"
386
+ "No start or end dates": [
387
+ "没有开始或结束日期"
352
388
  ],
353
389
  "No task could be started": [
354
390
  "无法启动任何任务"
355
391
  ],
356
- "Active or disabled recurring logic with purpose %s already exists": [
357
- "带有目的 %s 的活跃或禁用的周期性逻辑已存在"
358
- ],
359
- "%s is not valid format of cron line": [
360
- "%s 不是正确的 cron 行"
392
+ "No. of Tasks": [
393
+ "任务号"
361
394
  ],
362
- "The task could not be started": [
363
- "无法启动该任务"
395
+ "Not all the selected tasks can be cancelled": [
396
+ "并非所有选定的任务都可以取消"
364
397
  ],
365
- "A paused task represents a process that has not finished properly. Any task in paused state can lead to potential inconsistency and needs to be resolved.": [
366
- "暂停的任务代表未正确完成的进程。任何处于暂停状态的任务都可能导致潜在的不一致,需要被解决。"
398
+ "Not all the selected tasks can be resumed": [
399
+ "并非所有选定的任务都可以恢复"
367
400
  ],
368
- "The recommended approach is to investigate the error messages below and in 'errors' tab, address the primary cause of the issue and resume the task.": [
369
- "推荐的方法是调查下面和“错误”选项卡中的错误消息,解决造成问题的主要原因,然后继续执行任务。"
401
+ "Number of attempts to start a task on the smart proxy before failing": [
402
+ "失败前在智能代理上尝试启动一个任务的次数"
370
403
  ],
371
- "troubleshooting documentation": [
372
- "故障排除文档"
404
+ "Number of seconds to wait for synchronous task to finish.": [
405
+ "等待同步任务完成的秒数。"
373
406
  ],
374
- "See %{link} for more details on how to resolve the issue": [
375
- "有关如何解决此问题的更多详细信息,请参见%{link}"
407
+ "Number of tasks which should be sent to the smart proxy in one request, if foreman_tasks_proxy_batch_trigger is enabled": [
408
+ "如果启用了 foreman_tasks_proxy_batch_trigger,在一个请求中应发送到智能代理的任务数"
376
409
  ],
377
- "There is %{count} paused task in the system that need attention": [
378
- "系统中有%{count}个暂停的任务需要注意"
410
+ "On": [
411
+ ""
379
412
  ],
380
- "Long running tasks": [
381
- ""
413
+ "Operation": [
414
+ "操作"
382
415
  ],
383
- "%{count} tasks are in running or paused state for more than a day": [
384
- ""
416
+ "Other includes all stopped tasks that are cancelled or pending": [
417
+ "其他包括已取消或待处理的所有已停止任务"
385
418
  ],
386
- "Schedule": [
387
- "调度"
419
+ "Other:": [
420
+ "其他:"
388
421
  ],
389
- "Execute now": [
390
- "立即执行"
422
+ "Output": [
423
+ "输出"
391
424
  ],
392
- "Schedule future execution": [
393
- "调度未来的执行"
425
+ "Output:": [
426
+ "输出:"
394
427
  ],
395
- "Set up recurring execution": [
396
- "设置重复逻辑"
428
+ "Parent task": [
429
+ "父任务"
397
430
  ],
398
- "Recurring logics": [
399
- "重复逻辑"
431
+ "Paused": [
432
+ "暂停"
400
433
  ],
401
- "Clear Cancelled": [
402
- "清除取消"
434
+ "Please inspect their state, fix their errors and resume them.": [
435
+ "请检查其状态,纠正其错误,然后恢复它们。"
403
436
  ],
404
- "This action will delete all cancelled recurring logics. Please note that this action can't be reversed.": [
405
- "此操作将删除所有取消的重复逻辑。请注意,此操作无法撤消。"
437
+ "Please provide a search parameter in the request": [
438
+ "请在请求中提供搜索参数"
406
439
  ],
407
- "ID": [
408
- "ID"
440
+ "Please provide at least one of search or task_ids parameters in the request": [
441
+ "请在请求中至少提供 search 或 task_ids 参数之一"
409
442
  ],
410
- "Task count": [
411
- "任务计数"
412
- ],
413
- "Action": [
414
- "操作"
415
- ],
416
- "Last occurrence": [
417
- "最后一次发生"
418
- ],
419
- "Next occurrence": [
420
- "下次发生"
421
- ],
422
- "Current iteration": [
423
- "現有重述"
424
- ],
425
- "Iteration limit": [
426
- "重述限制"
427
- ],
428
- "Repeat until": [
429
- "重复直到"
430
- ],
431
- "State": [
432
- "状态"
433
- ],
434
- "Details": [
435
- "详情"
436
- ],
437
- "Task group common": [
438
- "任务组一般事项"
439
- ],
440
- "Associated resources": [
441
- "相关的资源"
443
+ "Polling intervals multiplier": [
444
+ "轮询间隔乘数"
442
445
  ],
443
- "Latest Warning/Error Tasks": [
444
- "最新的警告/错误任务"
446
+ "Polling multiplier which is used to multiply the default polling intervals. This can be used to prevent polling too frequently for long running tasks.": [
447
+ "轮询乘数,用于乘以默认轮询间隔。这可用于防止对长时间运行的任务进行过于频繁的轮询。"
445
448
  ],
446
- "Name": [
447
- "名称"
449
+ "Proxy action retry count": [
450
+ "代理操作重试计数"
448
451
  ],
449
- "Result": [
450
- "结果"
452
+ "Proxy action retry interval": [
453
+ "代理操作重试间隔"
451
454
  ],
452
- "Started": [
453
- "已启动"
455
+ "Proxy task gone missing from the smart proxy": [
456
+ "代理任务在智能代理中丢失"
454
457
  ],
455
- "Task Status": [
456
- "任务状态"
458
+ "Proxy tasks batch size": [
459
+ "代理任务批处理大小"
457
460
  ],
458
- "No. of Tasks": [
459
- "任务号"
461
+ "Purpose": [
462
+ "目的"
460
463
  ],
461
- "Last start time": [
462
- "最后的开始时间"
464
+ "Raw": [
465
+ "Raw"
463
466
  ],
464
- "Details of %s task": [
465
- "%s 任务的详细信息"
467
+ "Raw input": [
468
+ "原始輸入"
466
469
  ],
467
- "Tasks lingering in states %{states} since %{time}": [
468
- ""
470
+ "Raw output": [
471
+ "原始輸出"
469
472
  ],
470
- "Label": [
471
- "标签"
473
+ "Recurring Logics": [
474
+ "重复逻辑"
472
475
  ],
473
- "State updated at": [
474
- ""
476
+ "Recurring logic": [
477
+ "重复逻辑"
475
478
  ],
476
- "More details": [
477
- ""
479
+ "Recurring logics": [
480
+ "重复逻辑"
478
481
  ],
479
- "List of tasks": [
480
- "任务清单"
482
+ "Refresh Data": [
483
+ "刷新数据"
481
484
  ],
482
- "Task Details": [
483
- "任务详情"
485
+ "Repeat N times": [
486
+ "重复 N 次"
484
487
  ],
485
- "A notification when tasks run for suspiciously long time": [
486
- ""
488
+ "Repeat until": [
489
+ "重复直到"
487
490
  ],
488
- "Unable to create mail notification: %s": [
489
- ""
491
+ "Repeats": [
492
+ "重复"
490
493
  ],
491
- "Unable to enable mail notification to user '%s': %s": [
492
- ""
494
+ "Require auth for dynflow console": [
495
+ "dynflow 控制台需要验证"
493
496
  ],
494
- "Back to tasks": [
495
- "返回到任务"
497
+ "Require user to be authenticated as user with admin rights when accessing dynflow console": [
498
+ "存取 dynflow 主控台時,需要使用者授權成為擁有 admin 權限的使用者"
496
499
  ],
497
- "Foreman Tasks": [
498
- "Foreman 任务"
500
+ "Required lock is already taken by other running tasks.": [
501
+ "所需的锁定已由其他正在运行的任务获取。"
499
502
  ],
500
- "Recurring Logics": [
501
- "重复逻辑"
503
+ "Resource search_params requires resource_type and resource_id to be specified": [
504
+ "资源 search_params 需要指定 resource_type 和 resource_id"
502
505
  ],
503
- "Number of seconds to wait for synchronous task to finish.": [
504
- "等待同步任务完成的秒数。"
506
+ "Resources for %s task(s) will be unlocked and will not prevent other tasks from being run. As the task(s) might be still running, it should be avoided to use this unless you are really sure the task(s) got stuck.": [
507
+ "%s 任务的资源将被取消锁定,将不会阻止其他任务运行。因为任务可能仍在运行,除非您完全确定任务已卡住,否则应避免使用这个功能。"
505
508
  ],
506
- "Sync task timeout": [
507
- "同步任务超时"
509
+ "Result": [
510
+ "结果"
508
511
  ],
509
- "Enable the dynflow console (/foreman_tasks/dynflow) for debugging": [
510
- "启用 dynflow 控制台(/foreman_tasks/dynflow)用于故障排除"
512
+ "Resume": [
513
+ "恢复"
511
514
  ],
512
- "Enable dynflow console": [
513
- "启用 dynflow 控制台"
515
+ "Resume Selected": [
516
+ "恢复选择"
514
517
  ],
515
- "Require user to be authenticated as user with admin rights when accessing dynflow console": [
516
- "存取 dynflow 主控台時,需要使用者授權成為擁有 admin 權限的使用者"
518
+ "Resume all paused error tasks": [
519
+ "恢复所有暂停的错误任务"
517
520
  ],
518
- "Require auth for dynflow console": [
519
- "dynflow 控制台需要验证"
521
+ "Resume selected tasks": [
522
+ "恢复选择的任务"
520
523
  ],
521
- "Number of attempts to start a task on the smart proxy before failing": [
522
- "失败前在智能代理上尝试启动一个任务的次数"
524
+ "Resume specific tasks by ID": [
525
+ "根据 ID 恢复特定任务"
523
526
  ],
524
- "Proxy action retry count": [
525
- "代理操作重试计数"
527
+ "Resume tasks matching search string": [
528
+ "恢复与搜索字符串匹配的任务"
526
529
  ],
527
- "Time in seconds between retries": [
528
- "重试间的间隔时间(秒)"
530
+ "Resuming selected tasks, this might take a while": [
531
+ "恢复所选任务,这可能需要一段时间"
529
532
  ],
530
- "Proxy action retry interval": [
531
- "代理操作重试间隔"
533
+ "Running": [
534
+ "執行中"
532
535
  ],
533
- "Allow triggering tasks on the smart proxy in batches": [
534
- "允许以批量形式触发智能代理上的任务"
536
+ "Running Steps": [
537
+ "运行步骤"
535
538
  ],
536
- "Allow proxy batch tasks": [
537
- "允许代理批处理任务"
539
+ "Sat": [
540
+ "周六"
538
541
  ],
539
- "Number of tasks which should be sent to the smart proxy in one request, if foreman_tasks_proxy_batch_trigger is enabled": [
540
- "如果启用了 foreman_tasks_proxy_batch_trigger,在一个请求中应发送到智能代理的任务数"
542
+ "Schedule": [
543
+ "调度"
541
544
  ],
542
- "Proxy tasks batch size": [
543
- "代理任务批处理大小"
545
+ "Schedule future execution": [
546
+ "调度未来的执行"
544
547
  ],
545
- "Url pointing to the task troubleshooting documentation. It should contain %{label} placeholder, that will be replaced with normalized task label (restricted to only alphanumeric characters)). %{version} placeholder is also available.": [
546
- "指向任务故障排除文档的 URL。它应该包含%{label} 占位符,它将被标准化的任务标签(仅限字母数字字符)替换。还可以使用 %{version} 占位符。"
548
+ "Scheduled": [
549
+ "调度的"
547
550
  ],
548
- "Tasks troubleshooting URL": [
549
- "任务故障排除 URL"
551
+ "Search query": [
552
+ "搜索查询"
550
553
  ],
551
- "Polling multiplier which is used to multiply the default polling intervals. This can be used to prevent polling too frequently for long running tasks.": [
552
- "轮询乘数,用于乘以默认轮询间隔。这可用于防止对长时间运行的任务进行过于频繁的轮询。"
554
+ "See %{link} for more details on how to resolve the issue": [
555
+ "有关如何解决此问题的更多详细信息,请参见%{link}"
553
556
  ],
554
- "Polling intervals multiplier": [
555
- "轮询间隔乘数"
557
+ "Select Action": [
558
+ "选择操作"
556
559
  ],
557
- "was resumed": [
558
- "被恢复"
560
+ "Select all {count} tasks": [
561
+ "选择所有 {count} 任务"
559
562
  ],
560
- "could not be resumed": [
561
- "无法恢复"
563
+ "Select row": [
564
+ "选择行"
562
565
  ],
563
- "task has to be resumable": [
564
- "任务必须是可恢复的"
566
+ "Send data to the task from external executor (such as smart_proxy_dynflow)": [
567
+ "从外部执行者发送到的任务(例如 smart_proxy_dynflow)"
565
568
  ],
566
- "was cancelled": [
567
- "已取消。"
569
+ "Set up recurring execution": [
570
+ "设置重复逻辑"
568
571
  ],
569
- "task has to be cancellable": [
570
- "任务必须可取消"
572
+ "Setting is off": [
573
+ "设置已关闭"
571
574
  ],
572
- "resources were unlocked with force.": [
573
- "资源被强行解锁。"
575
+ "Show recurring logic details": [
576
+ "显示重复逻辑详情"
574
577
  ],
575
- "cannot be cancelled with force at the moment.": [
576
- "目前无法强行取消。"
578
+ "Start at": [
579
+ "开始于"
577
580
  ],
578
- "resources were unlocked ": [
579
- "资源已解锁 "
581
+ "Start auto-reloading": [
582
+ "開始自動載入"
580
583
  ],
581
- "resources cannot be unlocked at the moment.": [
582
- "目前无法解锁资源。"
584
+ "Start before": [
585
+ "在此时间前开始"
583
586
  ],
584
- "I understand that this may cause harm and have working database backups of all backend services.": [
585
- "我理解这可能会导致损害,并对所有后端服务具有可以正常工作的数据库备份。"
587
+ "Started": [
588
+ "已启动"
586
589
  ],
587
- "Unlock": [
588
- "开锁"
590
+ "Started at": [
591
+ "起始於"
589
592
  ],
590
- "This will unlock the resources that the task is running against. Please note that this might lead to inconsistent state and should be used with caution, after making sure that the task can't be resumed.": [
591
- "这将解锁任务正在针对其运行的资源。请注意,这可能会导致状态不一致,应该谨慎使用,然后再确保任务无法恢复。"
593
+ "State": [
594
+ "状态"
592
595
  ],
593
- "Force Unlock": [
594
- "强制解除锁定"
596
+ "State updated at": [
597
+ "状态更新于"
595
598
  ],
596
- "Resources for %s task(s) will be unlocked and will not prevent other tasks from being run. As the task(s) might be still running, it should be avoided to use this unless you are really sure the task(s) got stuck.": [
597
- "%s 任务的资源将被取消锁定,将不会阻止其他任务运行。因为任务可能仍在运行,除非您完全确定任务已卡住,否则应避免使用这个功能。"
599
+ "Step Canceled": [
600
+ "步骤已取消"
598
601
  ],
599
- "Execution plan data not available ": [
600
- "未可用执行计划数据"
602
+ "Stop auto-reloading": [
603
+ "停止自動重新載入"
601
604
  ],
602
- "No errors": [
603
- "无错误"
605
+ "Stop selected stoppable tasks": [
606
+ "停止所选的可停止的任务"
604
607
  ],
605
- "Input": [
606
- "输入"
608
+ "Stop specific tasks by ID": [
609
+ "停止通过 ID 指定的特定任务"
607
610
  ],
608
- "Output": [
609
- "输出"
611
+ "Stop tasks matching search string": [
612
+ "停止与搜索字符串匹配的任务"
610
613
  ],
611
- "Exception": [
612
- "例外"
614
+ "Stopped": [
615
+ "停止"
613
616
  ],
614
- "Backtrace": [
615
- "回溯"
617
+ "Sub tasks": [
618
+ "子任务"
616
619
  ],
617
- "You can find resource locks on this page. Exclusive lock marked with locked icon means that no other task can use locked resource while this task is running. Non-exclusive lock marked with unlocked icon means other tasks can access the resource freely, it is only used to indicate the relation of this task with the resource": [
618
- "您可以在本页中找到资源锁。标有已锁图标的独占锁表示此任务运行时其他任务都不能使用已锁定的资源。标有未锁图标的非独占锁表示其他任务可以自由访问该资源,它仅用于指出此任务与该资源的关系"
620
+ "Sub tasks of %s": [
621
+ "%s 的子任务"
619
622
  ],
620
- "Id": [
621
- "ID"
623
+ "Subscribe": [
624
+ "订阅"
622
625
  ],
623
- "Duration": [
624
- "持续时间"
626
+ "Sun": [
627
+ "周日"
625
628
  ],
626
- "Raw input": [
627
- "原始輸入"
629
+ "Sync task timeout": [
630
+ "同步任务超时"
628
631
  ],
629
- "Raw output": [
630
- "原始輸出"
632
+ "Task": [
633
+ "任务"
631
634
  ],
632
- "External Id": [
633
- "外部 Id"
635
+ "Task Details": [
636
+ "任务详情"
634
637
  ],
635
- "No running steps": [
636
- "没有运行步骤"
638
+ "Task Status": [
639
+ "任务状态"
637
640
  ],
638
- "You do not have permission": [
639
- "您没有权限"
641
+ "Task aborted: the task might be still running on the proxy": [
642
+ "被中止的任务:该任务可能仍在代理服务器中运行"
640
643
  ],
641
- "Setting is off": [
642
- "设置已关闭"
644
+ "Task cannot be canceled": [
645
+ "任务无法取消"
643
646
  ],
644
- "Stop auto-reloading": [
645
- "停止自动重新载入"
647
+ "Task count": [
648
+ "任务计数"
646
649
  ],
647
- "Start auto-reloading": [
648
- "开始自动重新载入"
650
+ "Task group common": [
651
+ "任务组一般事项"
649
652
  ],
650
- "Dynflow console": [
651
- "Dynflow 控制台"
653
+ "Task search_params requires task_id to be specified": [
654
+ "任务 search_params 需要指定 task_id"
652
655
  ],
653
- "Resume": [
654
- "恢复"
656
+ "Task was canceled": [
657
+ "任务已取消"
655
658
  ],
656
- "Parent task": [
657
- "父任务"
659
+ "Tasks": [
660
+ "任务"
658
661
  ],
659
- "seconds": [
660
- ""
662
+ "Tasks lingering in states %{states} since %{time}": [
663
+ "自 %{time} 开始,任务处于 %{states} 状态"
661
664
  ],
662
- "Complete": [
663
- "完成"
665
+ "Tasks pending since %s": [
666
+ "自 %s 的待处理的任务"
664
667
  ],
665
- "Troubleshooting": [
666
- "故障排除"
668
+ "Tasks troubleshooting URL": [
669
+ "任务故障排除 URL"
667
670
  ],
668
- "Output:": [
669
- "输出:"
671
+ "The ID of the step inside the execution plan to send the event to": [
672
+ "执行计划中的步骤 ID 要发送事件到"
670
673
  ],
671
- "Errors:": [
672
- "错误:"
674
+ "The recommended approach is to investigate the error messages below and in 'errors' tab, address the primary cause of the issue and resume the task.": [
675
+ "推荐的方法是调查下面和“错误”选项卡中的错误消息,解决造成问题的主要原因,然后继续执行任务。"
673
676
  ],
674
- "Could not receive data: %s": [
675
- ""
677
+ "The recurring logic was disabled.": [
678
+ "重复逻辑已被禁用。"
676
679
  ],
677
- "Task": [
678
- "任务"
680
+ "The recurring logic was enabled.": [
681
+ "重复逻辑已启用。"
679
682
  ],
680
- "Running Steps": [
681
- "运行步骤"
683
+ "The smart proxy task %s failed.": [
684
+ "智能代理任务 %s 失败。"
682
685
  ],
683
- "Errors": [
684
- "错误"
686
+ "The targets are of different types": [
687
+ "目标为不同的类型"
685
688
  ],
686
- "Locks": [
687
- ""
689
+ "The task cannot be aborted at the moment.": [
690
+ "目前无法中止任务。"
688
691
  ],
689
- "Raw": [
690
- "Raw"
692
+ "The task could not be started": [
693
+ "无法启动该任务"
691
694
  ],
692
- "Trying to cancel step": [
693
- "试图取消步骤"
695
+ "There is %{count} paused task in the system that need attention": [
696
+ "系统中有%{count}个暂停的任务需要注意"
694
697
  ],
695
- "Step Canceled": [
696
- "步骤已取消"
698
+ "This action will delete all cancelled recurring logics. Please note that this action can't be reversed.": [
699
+ "此操作将删除所有取消的重复逻辑。请注意,此操作无法撤消。"
697
700
  ],
698
- "Could not cancel step.": [
699
- "无法取消步骤。"
701
+ "This will %(action)s %(number)s task(s), putting them in the %(state)s state. Are you sure?": [
702
+ "这将 %(action)s %(number)s 任务,把它们置于 %(state)s 状态。确定吗?"
700
703
  ],
701
- "Paused": [
702
- "暂停"
704
+ "This will unlock the resources that the task is running against. Please note that this might lead to inconsistent state and should be used with caution, after making sure that the task can't be resumed.": [
705
+ "这将解锁任务正在针对其运行的资源。请注意,这可能会导致状态不一致,应该谨慎使用,然后再确保任务无法恢复。"
703
706
  ],
704
- "Running": [
705
- "執行中"
707
+ "Thu": [
708
+ "周四"
706
709
  ],
707
- "Scheduled": [
708
- "调度的"
710
+ "Time in seconds between retries": [
711
+ "重试间的间隔时间(秒)"
709
712
  ],
710
713
  "Total": [
711
714
  "总计"
712
715
  ],
713
- "Other includes all stopped tasks that are cancelled or pending": [
714
- "其他包括已取消或待处理的所有已停止任务"
715
- ],
716
- "Other:": [
717
- "其他:"
716
+ "Troubleshooting": [
717
+ "故障排除"
718
718
  ],
719
- "Stopped": [
720
- "停止"
719
+ "Trying to abort the task": [
720
+ "尝试中止任务"
721
721
  ],
722
- "%(last)s Last %(time)s": [
723
- "%(last)s 最后 %(time)s"
722
+ "Trying to cancel step": [
723
+ "试图取消步骤"
724
724
  ],
725
- "%(older)s Older %(time)s": [
726
- "%(older)s 较老 %(time)s"
725
+ "Tue": [
726
+ "周二"
727
727
  ],
728
- "Active Filters:": [
729
- "活跃的过滤器:"
728
+ "Type %s for search_params is not supported": [
729
+ "search_params 的 类型 %s 不被支持"
730
730
  ],
731
- "Clear All Filters": [
732
- "清除所有过滤器"
731
+ "UUID of the task": [
732
+ "任务的 UUID"
733
733
  ],
734
- "With focus on last": [
735
- "专注于最后"
734
+ "Unable to create mail notification: %s": [
735
+ "无法创建邮件通知:%s"
736
736
  ],
737
- "state": [
738
- "状态"
737
+ "Unable to enable mail notification to user '%s': %s": [
738
+ "无法启用发给用户 '%s' 的邮件通知:%s"
739
739
  ],
740
- "result": [
741
- "结果"
740
+ "Undo selection": [
741
+ "撤销选择"
742
742
  ],
743
- "mode": [
744
- "模式"
743
+ "Unlimited": [
744
+ "无限制"
745
745
  ],
746
- "time": [
747
- "时间"
746
+ "Unlock": [
747
+ "开锁"
748
748
  ],
749
- "running": [
750
- "运行"
749
+ "Update recurring logic": [
750
+ "更新周期性逻辑"
751
751
  ],
752
- "paused": [
753
- "暂停"
752
+ "Url pointing to the task troubleshooting documentation. It should contain %{label} placeholder, that will be replaced with normalized task label (restricted to only alphanumeric characters)). %{version} placeholder is also available.": [
753
+ "指向任务故障排除文档的 URL。它应该包含%{label} 占位符,它将被标准化的任务标签(仅限字母数字字符)替换。还可以使用 %{version} 占位符。"
754
754
  ],
755
- "stopped": [
756
- "停止"
755
+ "User search_params requires user_id to be specified": [
756
+ "使用者 search_params 需要指定 user_id"
757
757
  ],
758
- "scheduled": [
759
- "调度"
758
+ "Wed": [
759
+ "周三"
760
760
  ],
761
- "error": [
762
- "错误"
761
+ "With focus on last": [
762
+ "专注于最后"
763
763
  ],
764
- "warning": [
765
- "警告"
764
+ "Yes": [
765
+ ""
766
766
  ],
767
- "success": [
768
- "成功"
767
+ "You can find resource locks on this page. Exclusive lock marked with locked icon means that no other task can use locked resource while this task is running. Non-exclusive lock marked with unlocked icon means other tasks can access the resource freely, it is only used to indicate the relation of this task with the resource": [
768
+ "您可以在本页中找到资源锁。标有已锁图标的独占锁表示此任务运行时其他任务都不能使用已锁定的资源。标有未锁图标的非独占锁表示其他任务可以自由访问该资源,它仅用于指出此任务与该资源的关系"
769
769
  ],
770
- "other": [
771
- "其他"
770
+ "You do not have permission": [
771
+ "您没有权限"
772
772
  ],
773
- "last": [
774
- "最近"
773
+ "activation key": [
774
+ "激活码"
775
775
  ],
776
- "older": [
777
- "较老"
776
+ "cannot be cancelled with force at the moment.": [
777
+ "目前无法强行取消。"
778
778
  ],
779
- "24h": [
780
- "24 小时"
779
+ "content view": [
780
+ "内容视图"
781
781
  ],
782
- "12h": [
783
- "12 小时"
782
+ "content view version": [
783
+ "内容视图版本"
784
784
  ],
785
- "week": [
786
- ""
785
+ "could not be resumed": [
786
+ "无法恢复"
787
787
  ],
788
- "Select Action": [
789
- "选择操作"
788
+ "error": [
789
+ "错误"
790
790
  ],
791
- "Cancel selected tasks": [
792
- "取消选择的任务"
791
+ "is day of month (range: 1-31)": [
792
+ "日期(范围:1-31)"
793
793
  ],
794
- "Cancel Selected": [
795
- "取消选择"
794
+ "is day of week (range: 0-6)": [
795
+ "星期几(范围:0-6)"
796
796
  ],
797
- "Resume selected tasks": [
798
- "恢复选择的任务"
797
+ "is hour (range: 0-23)": [
798
+ "小时(范围:0-23)"
799
799
  ],
800
- "Resume Selected": [
801
- "恢复选择"
800
+ "is minute (range: 0-59)": [
801
+ "分钟(范围:0-59)"
802
802
  ],
803
- "Force Cancel selected tasks": [
804
- "强制取消选择的任务"
803
+ "is month (range: 1-12)": [
804
+ "月份(范围:1-12)"
805
805
  ],
806
- "Force Cancel Selected": [
807
- "强制取消选择"
806
+ "is not a valid format": [
807
+ "不是有效格式"
808
808
  ],
809
- "%s Selected Tasks": [
810
- "%s 选择的任务"
809
+ "last": [
810
+ "最近"
811
811
  ],
812
- "This will %(action)s %(number)s task(s), putting them in the %(state)s state. Are you sure?": [
813
- "这将 %(action)s %(number)s 任务,把它们置于 %(state)s 状态。确定吗?"
812
+ "mode": [
813
+ "模式"
814
814
  ],
815
- "No": [
816
- ""
815
+ "mode has to be one of %{allowed_modes}": [
816
+ "模式必须是 %%{allowed_modes} 之一"
817
817
  ],
818
- "Yes": [
819
- ""
818
+ "older": [
819
+ "较老"
820
820
  ],
821
- "Select all {count} tasks": [
822
- ""
821
+ "organization": [
822
+ "机构"
823
823
  ],
824
- "All %s tasks are selected.": [
825
- ""
824
+ "other": [
825
+ "其他"
826
826
  ],
827
- "Undo selection": [
828
- "撤销选择"
827
+ "paused": [
828
+ "暂停"
829
829
  ],
830
- "Select row": [
831
- "选择行"
830
+ "product": [
831
+ "产品"
832
832
  ],
833
- "Sub tasks of %s": [
834
- "%s 的子任务"
833
+ "repository": [
834
+ "软件仓库"
835
835
  ],
836
- "Cannot resume tasks at the moment": [
837
- "目前无法恢复任务"
836
+ "resources cannot be unlocked at the moment.": [
837
+ "目前无法解锁资源。"
838
838
  ],
839
- "Not all the selected tasks can be resumed": [
840
- "并非所有选定的任务都可以恢复"
839
+ "resources were unlocked ": [
840
+ "资源已解锁 "
841
841
  ],
842
- "Resuming selected tasks, this might take a while": [
843
- "恢复所选任务,这可能需要一段时间"
842
+ "resources were unlocked with force.": [
843
+ "资源被强行解锁。"
844
844
  ],
845
- "Cannot cancel tasks at the moment": [
846
- "目前无法取消任务"
845
+ "result": [
846
+ "结果"
847
847
  ],
848
- "Canceling selected tasks, this might take a while": [
849
- "取消所选任务,这可能需要一段时间"
848
+ "running": [
849
+ "运行"
850
850
  ],
851
- "Not all the selected tasks can be cancelled": [
852
- "并非所有选定的任务都可以取消"
851
+ "scheduled": [
852
+ "调度"
853
853
  ],
854
- "Cannot force cancel tasks at the moment": [
855
- "目前无法强制取消任务"
854
+ "seconds": [
855
+ ""
856
856
  ],
857
- "Canceling with force selected tasks, this might take a while": [
858
- "取消强制选择的任务,这可能需要一段时间"
857
+ "state": [
858
+ "状态"
859
859
  ],
860
- "No Tasks": [
861
- "没有任务"
860
+ "stopped": [
861
+ "停止"
862
862
  ],
863
- "No start or end dates": [
864
- "没有开始或结束日期"
863
+ "success": [
864
+ "成功"
865
865
  ],
866
- "Task was canceled": [
867
- "任务已取消"
866
+ "system": [
867
+ "系統"
868
868
  ],
869
- "More than": [
870
- "多于"
869
+ "task has to be cancellable": [
870
+ "任务必须可取消"
871
871
  ],
872
- "Less than a second": [
873
- "少于一秒"
872
+ "task has to be resumable": [
873
+ "任务必须是可恢复的"
874
874
  ],
875
- "Refresh Data": [
876
- "刷新数据"
875
+ "time": [
876
+ "时间"
877
877
  ],
878
- "Export All": [
879
- "导出所有"
878
+ "troubleshooting documentation": [
879
+ "故障排除文档"
880
880
  ],
881
- "Started at": [
882
- "起始於"
881
+ "user": [
882
+ "用户"
883
883
  ],
884
- "Operation": [
885
- "操作"
884
+ "warning": [
885
+ "警告"
886
886
  ],
887
- "Task cannot be canceled": [
888
- "任务无法取消"
887
+ "was cancelled": [
888
+ "已取消"
889
889
  ],
890
- "Force Cancel": [
891
- "强制取消"
890
+ "was resumed": [
891
+ "被恢复"
892
892
  ],
893
- "Action with sub plans": [
894
- "有子计划的操作"
893
+ "week": [
894
+ ""
895
895
  ]
896
896
  }
897
897
  }