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: "资源情况",