From 29e092421c8bfa65eafafbd6dfa25740ce534323 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Thu, 6 Jun 2024 11:33:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 4 +++- src/i18n/locales/zh-CN.ts | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index d938c68b..beb18970 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -143,7 +143,7 @@ export default { // 静态路由 router: { - index: "Home", + index: "Overview", login: "Sign In", register: 'Registrations', page403: 'No Access', @@ -885,6 +885,7 @@ export default { ardTip:'Access-Restriction-Data (Access-Restriction-Data), can be used to distinguish between 2G/3G/LTE users, to facilitate the coexistence of 2G/3G/LTE network for different types of users to distinguish between the service', smDataTip:'The IP in sm_data=1-000001&internet-1.2.3.4&ims-1.2.3.5: 1.2.3.4 is the static IP assigned to the APN of 5G user internet, and 1.2.3.5 is the static IP assigned to the APN of 5G user ims. If it is dynamic allocation, just remove the IP and the previous connector. Need to support multiple dnn uses & connections', smDataArrTip:'SST,DNN/APN is required', + tenantName:'Tenant Name', }, pcf: { neType: 'PCF Object', @@ -1621,6 +1622,7 @@ export default { sex:'User Gender', email:'E-mail', fromClass:'Department', + fromTenant:'Tenant', userWork:'User position', userWorkPlease: 'Please select user post', userTip:'User Description', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 9ec66ef9..8643e784 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -143,7 +143,7 @@ export default { // 静态路由 router: { - index: "主页", + index: "概览", login: "登录", register: '注册', page403: '没有访问权限', @@ -885,6 +885,7 @@ export default { ardTip:'接入控制标志(Access-Restriction-Data),可用于区分2G/3G/LTE用户,便于为2G/3G/LTE网络共存时,对不同类型用户进行区分服务', smDataTip:'sm_data=1-000001&internet-1.2.3.4&ims-1.2.3.5中的IP:1.2.3.4为5G用户internet这个APN分配的静态IP,1.2.3.5为5G用户ims这个APN分配的静态IP。如果是动态分配,把IP以及前面一个连接符去掉即可。需支持多个dnn用&连接', smDataArrTip:'SST,DNN/APN为必填项', + tenantName:'租户名称', }, pcf: { neType: 'PCF网元对象', @@ -1621,6 +1622,7 @@ export default { sex:'用户性别', email:'电子邮箱', fromClass:'所属部门', + fromTenant:'所属租户', userWork:'用户岗位', userWorkPlease: '请选择用户岗位', userTip:'用户说明',