feat: 看板排版调整,多语言翻译

This commit is contained in:
TsMask
2024-01-31 18:48:19 +08:00
parent edb8bda2d3
commit d2ebb261e3
7 changed files with 179 additions and 574 deletions

View File

@@ -494,8 +494,10 @@ export default {
fullscreen: "Click on the full-screen display",
skim: {
users: "Users",
userTitle:'User Information',
session: "Sessions",
base: "Base Stations",
baseTitle:'Radios Information',
},
upfFlow:{
title: "User Plane Throughput",
@@ -503,13 +505,14 @@ export default {
down:'Downlink'
},
upfFlowTotal:{
title:'Traffic Information',
up:'Uplink',
down:'Downlink'
},
alarmTypeBar:{
alarmSum:'Alarm Summary',
topTitle:"TOP 3",
},
},
resources: {
title: "Resource Summary",
sysMem: "Memory",
@@ -519,7 +522,7 @@ export default {
topology: {
title: "Network Topology",
normal: "Normal",
abnormal: "AbNormal",
abnormal: "Abnormal",
},
userActivity: {
title: "User Activity",

View File

@@ -494,15 +494,18 @@ export default {
fullscreen: "点击全屏显示",
skim: {
users: "用户数",
userTitle:'用户信息',
session: "会话数",
base: "基站数",
baseTitle:'基站信息',
},
upfFlow:{
title: "用户面吞吐量",
up:'上行',
down:'下行'
},
upfFlowTotal:{
upfFlowTotal:{
title:'流量信息',
up:'上行',
down:'下行'
},