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网元对象',