feat:语音仪表盘中英文适配

This commit is contained in:
zhongzm
2025-08-06 17:35:03 +08:00
parent 48a4497c14
commit 7a7a0938ca
3 changed files with 80 additions and 49 deletions

View File

@@ -404,7 +404,7 @@ export default {
areaId:'The areaId value is a hexadecimal string.',
detail:'Detail',
}
},
},
dashboard: {
overview:{
title: "Core Network Dashboard",
@@ -1105,6 +1105,21 @@ export default {
"chooseShowMetrics":"Select the metric you want to display",
"chooseMetrics":"Select an indicator",
},
voiceOverView:{
"voiceTitle":"Voice Calls Dashboard",
"tips":"Data and voice statistics per minute",
"ne":"NE",
"now":"now",
"last":"last",
"calls":"Calls",
"activeCall":"active calls",
"callMOMT":"calls MO/MT",
"failedcall":"failed calls",
"registration":"Registrations",
"activeregistration":"active registrations",
"registrationsuccess":"registration success",
"failedregistration":"failed registrations total",
},
},
traceManage: {
pcap: {

View File

@@ -404,7 +404,7 @@ export default {
areaId:'areaId值是十六进制字符串',
detail:'详情',
}
},
},
dashboard: {
overview:{
title: "核心网系统看板",
@@ -1105,6 +1105,21 @@ export default {
"chooseShowMetrics":"选择需要显示的指标",
"chooseMetrics":"选择指标",
},
voiceOverView:{
"voiceTitle":"语音通话仪表盘",
"tips":"每分钟数据语音统计",
"ne":"网元",
"now":"现在",
"last":"过去",
"calls":"呼叫",
"activeCall":"主动呼叫",
"callMOMT":"呼叫 主叫接通率/被叫接通率",
"failedcall":"失败呼叫",
"registration":"注册",
"activeregistration":"主动注册",
"registrationsuccess":"注册成功率",
"failedregistration":"失败注册",
},
},
traceManage: {
pcap: {