fix(plugin-workflow): fix lang (#2844)

This commit is contained in:
Junyi 2023-10-16 17:20:11 +08:00 committed by GitHub
parent f603242e38
commit bb5093cfc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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': '终止流程',