style: 看板多语言

This commit is contained in:
TsMask
2024-01-29 18:40:01 +08:00
parent d5f2ca71cf
commit ed77ffc54b
2 changed files with 11 additions and 11 deletions

View File

@@ -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",

View File

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