From c21af696fedc6f61657010e857da3fb5099a980d Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Thu, 4 Jul 2024 16:50:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E7=BA=A6=E7=94=A8=E6=88=B7=E4=B8=AD?= =?UTF-8?q?=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 | 1 + src/i18n/locales/zh-CN.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 616bc8e8..080e7250 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -897,6 +897,7 @@ export default { 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', + imsiMode:'IMSI Matching Mode', }, pcf: { neType: 'PCF Object', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index d6355204..4956a75c 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -897,6 +897,7 @@ export default { 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:'租户名称', + imsiMode:'IMSI匹配模式', }, pcf: { neType: 'PCF网元对象',