--UDM鉴权用户国际化
This commit is contained in:
@@ -18,11 +18,13 @@ export default {
|
||||
search: 'Search',
|
||||
reset: 'Reset',
|
||||
viewText: 'View',
|
||||
getInfoFail:'Failed to obtain information',
|
||||
view: 'View',
|
||||
addText: 'Add',
|
||||
editText: 'Edit',
|
||||
deleteText: 'Delete',
|
||||
downloadText: 'Download',
|
||||
export:'Export',
|
||||
uploadText: 'Upload',
|
||||
unableNull:' Cannot be empty',
|
||||
moreText: 'More',
|
||||
@@ -56,11 +58,16 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
// 全局页脚
|
||||
globalFooter: {
|
||||
help: 'Help',
|
||||
privacy: 'Privacy',
|
||||
term: 'Term',
|
||||
// 导入
|
||||
components: {
|
||||
UploadModal:{
|
||||
uploadTitle:'Data Import',
|
||||
uploadTip:'Click to select or drag the file into the border area to upload',
|
||||
allowSize:'Allowed upload file size',
|
||||
allowFormat:'The formats allowed to be imported are ',
|
||||
allowFilter:'Upload file size must be less than ',
|
||||
onlyAllow:'Only supports upload file formats',
|
||||
}
|
||||
},
|
||||
|
||||
// 校验
|
||||
@@ -208,7 +215,7 @@ export default {
|
||||
},
|
||||
neUser: {
|
||||
auth: {
|
||||
authInfo:'Authentication Info',
|
||||
authInfo:' Authentication Info',
|
||||
neTypePlease: 'Query network element type',
|
||||
neType: 'UDM Type',
|
||||
export: 'Export',
|
||||
@@ -217,9 +224,13 @@ export default {
|
||||
loadDataConfirm: 'Are you sure you want to reload the data?',
|
||||
loadData: 'LoadData',
|
||||
loadDataTip: 'Successfully obtained updated data: {num} items. The system is updating the data internally. Please do not click repeatedly to obtain updates!!!',
|
||||
num: 'Number allocation',
|
||||
batchAddText: 'Batch Add',
|
||||
batchDelText: 'Batch Del',
|
||||
num: 'Number allocation ',
|
||||
batchAddText: 'Batch Add ',
|
||||
batchDelText: 'Batch Del ',
|
||||
delNum:'Number of deletions ',
|
||||
imsiTip:'SUPI=MCC+MNC+MSIN MCC=mobile country code, consisting of three digits MNC=Mobile Network Number, consisting of two digits MSIN=Mobile Customer Identification Number, composed of 10 digits of equal length',
|
||||
delSure:'Are you sure to delete the user with IMSI number: {imsi}?',
|
||||
noListData:'No network element list data yet',
|
||||
},
|
||||
sub: {
|
||||
neTypePlease: 'Query network element type',
|
||||
@@ -231,7 +242,7 @@ export default {
|
||||
loadData: 'LoadData',
|
||||
loadDataTip: 'Successfully obtained updated data: {num} items. The system is updating the data internally. Please do not click repeatedly to obtain updates!!!',
|
||||
num: 'Number of deletions',
|
||||
startIMSI: 'start IMSI',
|
||||
startIMSI: 'Start IMSI',
|
||||
},
|
||||
base5G: {
|
||||
neTypePlease: 'Query network element type',
|
||||
|
||||
@@ -18,11 +18,13 @@ export default {
|
||||
search: '搜索',
|
||||
reset: '重置',
|
||||
viewText: '查看详情',
|
||||
getInfoFail:'获取信息失败',
|
||||
view: '查看',
|
||||
addText: '新增',
|
||||
editText: '编辑',
|
||||
deleteText: '删除',
|
||||
downloadText: '下载',
|
||||
export:'导出',
|
||||
uploadText: '上传',
|
||||
unableNull:'不能为空',
|
||||
moreText: '更多',
|
||||
@@ -56,11 +58,16 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
// 全局页脚
|
||||
globalFooter: {
|
||||
help: '',
|
||||
privacy: '',
|
||||
term: '',
|
||||
// 导入
|
||||
components: {
|
||||
UploadModal:{
|
||||
uploadTitle:'数据导入',
|
||||
uploadTip:'点击选择或将文件拖入边框区域进行上传',
|
||||
allowSize:'允许上传文件大小',
|
||||
allowFormat:'允许导入的格式为',
|
||||
allowFilter:'上传文件大小必须小于',
|
||||
onlyAllow:'只支持上传文件格式',
|
||||
}
|
||||
},
|
||||
|
||||
// 校验
|
||||
@@ -220,6 +227,10 @@ export default {
|
||||
num: '放号数',
|
||||
batchAddText: '批量新增',
|
||||
batchDelText: '批量删除',
|
||||
delNum:'删除个数',
|
||||
imsiTip:' SUPI=MCC+MNC+MSIN MCC=移动国家号码, 由三位数字组成 MNC=移动网络号,由两位数字组成 MSIN=移动客户识别码,采用等长10位数字构成',
|
||||
delSure:'确认删除IMSI编号为: {imsi} 的用户嘛?',
|
||||
noListData:'暂无网元列表数据',
|
||||
},
|
||||
sub: {
|
||||
neTypePlease: '查询网元类型',
|
||||
|
||||
Reference in New Issue
Block a user