From 7a7a0938cab94a8df7af7c402c7d86aff70549fb Mon Sep 17 00:00:00 2001 From: zhongzm Date: Wed, 6 Aug 2025 17:35:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=AF=AD=E9=9F=B3=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E7=9B=98=E4=B8=AD=E8=8B=B1=E6=96=87=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 17 ++++- src/i18n/locales/zh-CN.ts | 17 ++++- src/views/perfManage/overview/index.vue | 95 +++++++++++++------------ 3 files changed, 80 insertions(+), 49 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 2bd58e57..c944ea15 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -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: { diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index b4ba3772..337a3ce7 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -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: { diff --git a/src/views/perfManage/overview/index.vue b/src/views/perfManage/overview/index.vue index b51bb1d1..3be4be97 100644 --- a/src/views/perfManage/overview/index.vue +++ b/src/views/perfManage/overview/index.vue @@ -1,13 +1,13 @@