From 43d30e7bfa39d841ff30485528a05e429174a37e Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 10 Apr 2024 18:42:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=80=A7=E8=83=BD=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=BF=80=E6=B4=BB=E5=81=9C=E6=AD=A2=E6=94=BE=E5=87=BA=EF=BC=8C?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=88=A0=E9=99=A4=E6=94=BE=E5=88=B0=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 2 +- src/i18n/locales/zh-CN.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index d6347f15..bbad2dec 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -754,7 +754,7 @@ export default { viewTask:'View Task', editTask:'Edit Task', addTask:'Add Task', - stopTask:'Pending', + stopTask:'Stop', errorTaskInfo: 'Failed to obtain task information', granulOptionPlease:'Please select the measurement granularity', letupSure:'Confirm activation of task with number [{id}]?', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index efa130b7..a7cef126 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -754,7 +754,7 @@ export default { viewTask:'查看任务', editTask:'修改任务', addTask:'新增任务', - stopTask:'挂起', + stopTask:'停止', errorTaskInfo: '获取任务信息失败', granulOptionPlease:'请选择测量粒度', letupSure:'确认激活编号为 【{id}】 的任务?',