From ed77ffc54b7e368dde7ce3ddbdeae809903a6cf7 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 29 Jan 2024 18:40:01 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 12 ++++++------ src/i18n/locales/zh-CN.ts | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index f03868f9..2d117895 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -495,12 +495,12 @@ export default { skim: { users: "Users", session: "Sessions", - base: "Bases", + base: "Base Stations", }, upfFlow:{ - title: "UPF Real-Time Rate", - up:'Uplink Rate', - down:'Downlink Rate' + title: "UPF Real-time Throughput", + up:'Uplink', + down:'Downlink' }, upfFlowTotal:{ up:'Uplink', @@ -519,13 +519,13 @@ export default { title: "Network Topology", }, cdrEvent: { - title: "CDR Session", + title: "CDR User Activity", id: "Serial", type: "Type", msg: "Info", }, ueEvent: { - title: "UE Session", + title: "UE User Activity", id: "IMSI", type: "Type", msg: "Info", diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index a6bf8fb6..ad1a21f2 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -498,9 +498,9 @@ export default { base: "基站数", }, upfFlow:{ - title: "UPF实时速率", - up:'上行率', - down:'下行率' + title: "UPF 实时吞吐量", + up:'上行', + down:'下行' }, upfFlowTotal:{ up:'上行', @@ -519,13 +519,13 @@ export default { title: "网络拓扑", }, cdrEvent: { - title: "CDR会话", + title: "CDR用户活动", id: "编号", type: "类型", msg: "信息", }, ueEvent: { - title: "UE会话", + title: "UE用户活动", id: "IMSI", type: "类型", msg: "信息",