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: { neUser: {
auth: { auth: {
authInfo:' Authentication Info', authInfo:' Authentication of Info',
neTypePlease: 'Query network element Object', neTypePlease: 'Query network element Object',
neType: 'UDM Object', neType: 'UDM Object',
export: 'Export', export: 'Export',
@@ -791,7 +791,7 @@ export default {
startIMSI: 'Start IMSI', startIMSI: 'Start IMSI',
batchAddText: 'Batch Add', batchAddText: 'Batch Add',
batchDelText: 'Batch Delete', batchDelText: 'Batch Delete',
numAdd: 'Number Of Authentication Profiles', numAdd: 'Number of authentication profiles',
numDel: 'Number of deleted', numDel: 'Number of deleted',
checkDel: 'Check Delete', checkDel: 'Check Delete',
imsiTip: 'IMSI=MCC+MNC+MSIN', imsiTip: 'IMSI=MCC+MNC+MSIN',
@@ -819,7 +819,7 @@ export default {
loadDataConfirm: 'Are you sure you want to reload the data?', loadDataConfirm: 'Are you sure you want to reload the data?',
loadData: 'Load 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!!!!!.', 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', numDel: 'Number of deleted',
checkDel: 'Check Delete', checkDel: 'Check Delete',
batchAddText: 'Batch Add', batchAddText: 'Batch Add',

View File

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

View File

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