From a821d49eedb759150102ca9d517191b19390a8b8 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Thu, 22 Feb 2024 15:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 10 +++++----- src/i18n/locales/zh-CN.ts | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index de0a77b4..2e89e821 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -498,11 +498,11 @@ export default { userTitle:'User Information', imsUeNum: "VoNR/VoLTE", smfUeNum: "Data Sessions", - gnbBase: "5G Base Stations", - enbBase: "4G Base Stations", - gnbUeNum:'5G Users', - enbUeNum:'4G Users', - baseTitle:'Radios Information', + gnbBase: "Online gNodeB", + enbBase: "Online eNodeB", + gnbUeNum:'5G Active Users', + enbUeNum:'4G Active Users', + baseTitle:'Online Information', }, upfFlow:{ title: "UPF Throughput", diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index d4c090a2..c0a227be 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -502,7 +502,7 @@ export default { gnbUeNum:'5G 用户数', enbBase: "4G 基站数", enbUeNum:'4G 用户数', - baseTitle:'基站信息', + baseTitle:'在线信息', }, upfFlow:{ title: "用户面吞吐量",