From d4b3c16681c497a834e72fbf5c1ea5cf037be553 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Tue, 4 Jun 2024 09:56:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/locale/en-US/common.ts | 2 +- frontend/src/locale/zh-CN/common.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/locale/en-US/common.ts b/frontend/src/locale/en-US/common.ts index 087f734ff4..b3ef6c2c55 100644 --- a/frontend/src/locale/en-US/common.ts +++ b/frontend/src/locale/en-US/common.ts @@ -136,7 +136,7 @@ export default { 'common.tip': 'Tips', 'common.stay': 'Stay', 'common.apply': 'Apply', - 'common.stop': 'Stop', + 'common.stop': 'Stopped', 'common.module': 'Module', 'common.yes': 'Yes', 'common.no': 'No', diff --git a/frontend/src/locale/zh-CN/common.ts b/frontend/src/locale/zh-CN/common.ts index b6acc088bb..bad898c753 100644 --- a/frontend/src/locale/zh-CN/common.ts +++ b/frontend/src/locale/zh-CN/common.ts @@ -136,7 +136,7 @@ export default { 'common.tip': '温馨提示', 'common.stay': '留下', 'common.apply': '应用', - 'common.stop': '停止', + 'common.stop': '已停止', 'common.module': '模块', 'common.yes': '是', 'common.no': '否',