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: "信息",