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',
|
||||
|
Reference in New Issue
Block a user