diff --git a/packages/plugins/@nocobase/plugin-workflow/src/locale/zh-CN.ts b/packages/plugins/@nocobase/plugin-workflow/src/locale/zh-CN.ts index e7265c36e..9799a0a2e 100644 --- a/packages/plugins/@nocobase/plugin-workflow/src/locale/zh-CN.ts +++ b/packages/plugins/@nocobase/plugin-workflow/src/locale/zh-CN.ts @@ -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': '终止流程',