From fb2d5e6799a6e4d9bb8797aa77f574eca2e8000f Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 30 Jan 2024 19:35:04 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=9C=8B=E6=9D=BF=E5=A4=9A=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 7 ++----- src/i18n/locales/zh-CN.ts | 5 +---- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index af13b295..d768915f 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -506,12 +506,9 @@ export default { up:'Uplink', down:'Downlink' }, - alarmType: { - title: "Alarm Statistics", - }, alarmTypeBar:{ - alarmSum:'Alarm Statistics', - topTitle:"Alarm-TOP 3", + alarmSum:'Alarm Summary', + topTitle:"TOP 3", }, resources: { title: "Resource Summary", diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 540efff5..cbee404b 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -506,12 +506,9 @@ export default { up:'上行', down:'下行' }, - alarmType: { - title: "告警统计", - }, alarmTypeBar:{ alarmSum:'告警统计', - topTitle:"告警总数 TOP3", + topTitle:"TOP3", }, resources: { title: "资源情况",