From 4c0e8d0ec38734e55efeb1984388b57a8ea5ba48 Mon Sep 17 00:00:00 2001 From: opensnail <598092184@qq.com> Date: Fri, 10 May 2024 13:38:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.0.0):=20=E4=BC=98=E5=8C=96=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=9A=84=E6=93=8D=E4=BD=9C=E5=8E=9F=E5=9B=A0?= 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 37a6510..894b9b3 100644 --- a/src/locales/langs/en-us.ts +++ b/src/locales/langs/en-us.ts @@ -133,7 +133,7 @@ const local: App.I18n.Schema = { label: 'Job operation reason', form: 'Please enter job operation reason', items: { - none: '', + none: 'None', taskExecutionTimeout: 'Task execution timeout', notClient: 'No client', closed: 'Job closed', diff --git a/src/locales/langs/zh-cn.ts b/src/locales/langs/zh-cn.ts index cdda352..7918fea 100644 --- a/src/locales/langs/zh-cn.ts +++ b/src/locales/langs/zh-cn.ts @@ -133,7 +133,7 @@ const local: App.I18n.Schema = { label: '操作原因', form: '请选择执行状态', items: { - none: '', + none: '无', taskExecutionTimeout: '任务执行超时', notClient: '无客户端节点', closed: '任务已关闭',