diff --git a/src/locales/langs/en-us.ts b/src/locales/langs/en-us.ts index 48e7537..d2f048e 100644 --- a/src/locales/langs/en-us.ts +++ b/src/locales/langs/en-us.ts @@ -946,7 +946,7 @@ const local: App.I18n.Schema = { triggerType: 'Trigger type', triggerInterval: 'Interval duration', blockStrategy: 'Blocking strategy', - executorTimeout: 'Overtime time', + executorTimeout: 'Overtime time(s)', maxRetryTimes: 'Maximum number of retries', retryInterval: 'Retry interval', taskType: 'Task type', diff --git a/src/locales/langs/zh-cn.ts b/src/locales/langs/zh-cn.ts index 4a7dabd..9567491 100644 --- a/src/locales/langs/zh-cn.ts +++ b/src/locales/langs/zh-cn.ts @@ -953,7 +953,7 @@ const local: App.I18n.Schema = { triggerType: '触发类型', triggerInterval: '间隔时长', blockStrategy: '阻塞策略', - executorTimeout: '超时时间', + executorTimeout: '超时时间(秒)', maxRetryTimes: '最大重试次数', retryInterval: '重试间隔', taskType: '任务类型',