From b431ae70a5d0b5fbc6708d264fc35489191aeb7b Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Fri, 5 Jul 2024 15:05:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=9F=E6=88=B7=E4=B8=BB=E9=A1=B5=E5=9F=BA?= =?UTF-8?q?=E7=AB=99=E4=B8=AD=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 2 ++ src/i18n/locales/zh-CN.ts | 2 ++ src/views/index/moduleInfo.vue | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 925b0ba6..d5cba479 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -934,6 +934,8 @@ export default { }, base5G: { neType: 'NE Object', + gnb:'5G Radios', + enb:'4G Radios', }, n3iwf: { neType: 'N3IWF Object', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 78598928..45e7cd0b 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -934,6 +934,8 @@ export default { }, base5G: { neType: '网元对象', + gnb:'5G 基站', + enb:'4G 基站', }, n3iwf: { neType: 'N3IWF网元对象', diff --git a/src/views/index/moduleInfo.vue b/src/views/index/moduleInfo.vue index abd50d75..7a661ee2 100644 --- a/src/views/index/moduleInfo.vue +++ b/src/views/index/moduleInfo.vue @@ -164,7 +164,7 @@ onMounted(() => { >
- 5G + {{ t('views.neUser.base5G.gnb') }}
@@ -202,7 +202,7 @@ onMounted(() => { >
- 4G + {{ t('views.neUser.base5G.enb') }}