Feat/workflow retry (#11885)
This commit is contained in:
@@ -329,6 +329,20 @@ const translation = {
|
||||
tip: 'There are {{num}} nodes in the process running abnormally, please go to tracing to check the logs.',
|
||||
},
|
||||
},
|
||||
retry: {
|
||||
retry: 'Retry',
|
||||
retryOnFailure: 'retry on failure',
|
||||
maxRetries: 'max retries',
|
||||
retryInterval: 'retry interval',
|
||||
retryTimes: 'Retry {{times}} times on failure',
|
||||
retrying: 'Retrying...',
|
||||
retrySuccessful: 'Retry successful',
|
||||
retryFailed: 'Retry failed',
|
||||
retryFailedTimes: '{{times}} retries failed',
|
||||
times: 'times',
|
||||
ms: 'ms',
|
||||
retries: '{{num}} Retries',
|
||||
},
|
||||
},
|
||||
start: {
|
||||
required: 'required',
|
||||
|
||||
@@ -329,6 +329,20 @@ const translation = {
|
||||
tip: '流程中有 {{num}} 个节点运行异常,请前往追踪查看日志。',
|
||||
},
|
||||
},
|
||||
retry: {
|
||||
retry: '重试',
|
||||
retryOnFailure: '失败时重试',
|
||||
maxRetries: '最大重试次数',
|
||||
retryInterval: '重试间隔',
|
||||
retryTimes: '失败时重试 {{times}} 次',
|
||||
retrying: '重试中...',
|
||||
retrySuccessful: '重试成功',
|
||||
retryFailed: '重试失败',
|
||||
retryFailedTimes: '{{times}} 次重试失败',
|
||||
times: '次',
|
||||
ms: '毫秒',
|
||||
retries: '{{num}} 重试次数',
|
||||
},
|
||||
},
|
||||
start: {
|
||||
required: '必填',
|
||||
|
||||
Reference in New Issue
Block a user