From 09245fdfda1232319d1d3cb1ed7713a0d6e85a45 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Tue, 23 Jul 2024 18:32:11 +0800 Subject: [PATCH] fix: tip for tenant of sim card asset --- src/i18n/locales/en-US.ts | 2 +- src/i18n/locales/zh-CN.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index b63352f6..07dc489b 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -1828,7 +1828,7 @@ export default { IMSI:'SIM Card', treeSelectTip:'Please select a tenant from the tenant list on the left for configuration', upfTip:'Please select from the drop-down list of UPF Resource UIDs', - imsiTip:'Please fill in the SIM card number or number range, \'%\' represents the number wildcard, for example: 111000%', + imsiTip:'Please select the matching type and fill in the SIM card number fragment', radioTip:'Please select from the drop-down list of radio type and radio ID', defaultTip:'Please select from the drop-down list of Tenancy Asset, and then fill the Asset Key', patternTip:'The Asset Key cannot contain special characters', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 5bf23218..3b9e471e 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -1828,7 +1828,7 @@ export default { IMSI:'SIM卡', treeSelectTip:'请从左侧租户列表中选择租户进行配置', upfTip:'请选择下拉列表UPF的资源唯一标识', - imsiTip:'请填入SIM卡号码或者号段, \'%\'表示号码通配符, 例如: 460001%', + imsiTip:'请选择匹配类型和填入SIM卡号段', radioTip:'请从下拉列表选择基站类型和基站ID', defaultTip:'请选择租赁资产类别, 然后填写资产标识', patternTip:'租赁标识不能包含特殊字符',