From 594d0adaf7304ac17a92bae59588a307826cdcbe Mon Sep 17 00:00:00 2001 From: opensnail <598092184@qq.com> Date: Sat, 18 May 2024 08:58:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.0.0=5Fbeta2):=20=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=B7=BB=E5=8A=A0=E6=97=B6=E9=97=B4=E5=8D=95?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/langs/en-us.ts | 2 +- src/locales/langs/zh-cn.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: '任务类型',