fix: 修改认证信息标签宽度和国际化文本格式

This commit is contained in:
TsMask
2025-05-23 20:08:24 +08:00
parent ce9b8815df
commit 7e21e25cf3
3 changed files with 5 additions and 5 deletions

View File

@@ -776,7 +776,7 @@ export default {
},
neUser: {
auth: {
authInfo:' Authentication Info',
authInfo:' Authentication of Info',
neTypePlease: 'Query network element Object',
neType: 'UDM Object',
export: 'Export',
@@ -791,7 +791,7 @@ export default {
startIMSI: 'Start IMSI',
batchAddText: 'Batch Add',
batchDelText: 'Batch Delete',
numAdd: 'Number Of Authentication Profiles',
numAdd: 'Number of authentication profiles',
numDel: 'Number of deleted',
checkDel: 'Check Delete',
imsiTip: 'IMSI=MCC+MNC+MSIN',
@@ -819,7 +819,7 @@ export default {
loadDataConfirm: 'Are you sure you want to reload the data?',
loadData: 'Load Data',
loadDataTip: 'Successfully fetched loaded data: {num} items, the system is internally updating the data, it will take about {timer} seconds, please wait!!!!!.',
numAdd: 'Number Of Subscriber Profiles',
numAdd: 'Number of subscriber profiles',
numDel: 'Number of deleted',
checkDel: 'Check Delete',
batchAddText: 'Batch Add',

View File

@@ -1059,7 +1059,7 @@ onMounted(() => {
:label="t('views.neUser.auth.numAdd')"
name="num"
v-bind="modalStateFrom.validateInfos.num"
:label-col="{ span: 10 }"
:label-col="{ span: 16 }"
:labelWrap="false"
>
<a-input-number

View File

@@ -1563,7 +1563,7 @@ onMounted(() => {
:label="t('views.neUser.sub.numAdd')"
name="num"
v-bind="modalStateFrom.validateInfos.num"
:label-col="{ span: 12 }"
:label-col="{ span: 16 }"
:labelWrap="false"
>
<a-input-number