fix(plugin-workflow): fix lang (#2844)
This commit is contained in:
parent
f603242e38
commit
bb5093cfc2
@ -107,6 +107,7 @@ export default {
|
||||
Aborted: '已终止',
|
||||
Canceled: '已取消',
|
||||
Rejected: '已拒绝',
|
||||
'Retry needed': '需重试',
|
||||
|
||||
'Triggered but still waiting in queue to execute.': '已触发但仍在队列中等待执行。',
|
||||
'Started and executing, maybe waiting for an async callback (manual, delay etc.).':
|
||||
@ -117,6 +118,7 @@ export default {
|
||||
'Running of some node was aborted by program flow.': '某个节点被程序流程终止。',
|
||||
'Manually canceled whole execution when waiting.': '等待时被手动取消整个执行。',
|
||||
'Rejected from a manual node.': '被人工节点拒绝继续。',
|
||||
'General failed but should do another try.': '执行失败,需重试。',
|
||||
|
||||
'Continue the process': '继续流程',
|
||||
'Terminate the process': '终止流程',
|
||||
|
Loading…
Reference in New Issue
Block a user