feat(sj_1.0.0_beta2): 超时时间添加时间单位

This commit is contained in:
opensnail 2024-05-18 08:58:12 +08:00
parent bee2f4a5fc
commit 594d0adaf7
2 changed files with 2 additions and 2 deletions

View File

@ -946,7 +946,7 @@ const local: App.I18n.Schema = {
triggerType: 'Trigger type', triggerType: 'Trigger type',
triggerInterval: 'Interval duration', triggerInterval: 'Interval duration',
blockStrategy: 'Blocking strategy', blockStrategy: 'Blocking strategy',
executorTimeout: 'Overtime time', executorTimeout: 'Overtime time(s)',
maxRetryTimes: 'Maximum number of retries', maxRetryTimes: 'Maximum number of retries',
retryInterval: 'Retry interval', retryInterval: 'Retry interval',
taskType: 'Task type', taskType: 'Task type',

View File

@ -953,7 +953,7 @@ const local: App.I18n.Schema = {
triggerType: '触发类型', triggerType: '触发类型',
triggerInterval: '间隔时长', triggerInterval: '间隔时长',
blockStrategy: '阻塞策略', blockStrategy: '阻塞策略',
executorTimeout: '超时时间', executorTimeout: '超时时间(秒)',
maxRetryTimes: '最大重试次数', maxRetryTimes: '最大重试次数',
retryInterval: '重试间隔', retryInterval: '重试间隔',
taskType: '任务类型', taskType: '任务类型',