From 82a2ab158f494dc033afe11cbba1a4237e20eac0 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 21 Feb 2024 15:01:46 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=9C=8B=E6=9D=BF=E6=A0=8F=E7=9B=AE?= =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80=E7=BF=BB=E8=AF=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 9 +++++---- src/i18n/locales/zh-CN.ts | 1 + src/views/dashboard/overview/index.vue | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index fc96d0b2..bcd741e0 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -496,16 +496,17 @@ export default { users: "Users", userTitle:'User Information', session: "Sessions", + ims: "VoNR/VoLTE", base: "Base Stations", baseTitle:'Radios Information', }, upfFlow:{ - title: "User Plane Throughput", + title: "UPF Throughput", up:'Uplink', down:'Downlink' }, upfFlowTotal:{ - title:'Traffic Information', + title:'Traffic Summary', up:'Uplink', down:'Downlink' }, @@ -514,14 +515,14 @@ export default { topTitle:"TOP 3", }, resources: { - title: "Resource Summary", + title: "Resource Usage", sysMem: "SYS Mem", sysCpu: "SYS CPU", sysDisk: "SYS Store", neCpu: "NE CPU", }, topology: { - title: "Network Topology", + title: "Network Status", normal: "Normal", abnormal: "Abnormal", }, diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 2abda499..514b64ad 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -495,6 +495,7 @@ export default { skim: { users: "用户数", userTitle:'用户信息', + ims: "VoNR/VoLTE", session: "会话数", base: "基站数", baseTitle:'基站信息', diff --git a/src/views/dashboard/overview/index.vue b/src/views/dashboard/overview/index.vue index e9ba04fb..7bd69f51 100644 --- a/src/views/dashboard/overview/index.vue +++ b/src/views/dashboard/overview/index.vue @@ -209,7 +209,7 @@ onBeforeUnmount(() => { {{ skimState.imsUeNum }} - IMS {{ t('views.dashboard.overview.skim.session') }} + {{ t('views.dashboard.overview.skim.ims') }}