From 59c1589f7b74a4734ca3d550d8a2792dd37ccd4a Mon Sep 17 00:00:00 2001 From: dhb52 Date: Mon, 10 Jun 2024 12:18:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(sj=5F1.0.0):=20=E6=96=87=E6=A1=88=E4=BF=AE?= =?UTF-8?q?=E8=AE=A2,=E5=9C=BA=E6=99=AF=E5=88=97=E8=A1=A8=20=3D>=20?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=B1=87=E6=80=BB?= 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/langs/en-us.ts b/src/locales/langs/en-us.ts index cb0a70b..67d45be 100644 --- a/src/locales/langs/en-us.ts +++ b/src/locales/langs/en-us.ts @@ -412,7 +412,7 @@ const local: App.I18n.Schema = { titleRetry: 'Total Amount Ranking' }, task: { - title: 'List of scenes', + title: 'Task Summary', groupName: 'Group Name', run: 'Running Task Total', total: 'Task Total' diff --git a/src/locales/langs/zh-cn.ts b/src/locales/langs/zh-cn.ts index 4a408d7..a73aaac 100644 --- a/src/locales/langs/zh-cn.ts +++ b/src/locales/langs/zh-cn.ts @@ -420,10 +420,10 @@ const local: App.I18n.Schema = { }, rank: { title: '失败总量排名', - titleRetry: '任务量排名' + titleRetry: '任务总量排名' }, task: { - title: '场景列表', + title: '任务汇总', groupName: '组名称', run: '运行中任务数', total: '总任务数'