fix: UDM用户加载全部优化和补充多语言

This commit is contained in:
TsMask
2023-09-23 10:55:26 +08:00
parent 92434e0cd3
commit 08fdeb89f1
4 changed files with 57 additions and 31 deletions

View File

@@ -123,18 +123,28 @@ export default {
},
neUser: {
auth: {
neTypePlease: 'Query network element type',
neType: 'UDM Type',
export: 'Export',
exportConfirm: "Are you sure to export all authentication user data?",
import: 'Import',
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',
},
sub:{
export: 'Export',
import: 'Import',
loadData: "LoadData"
},
sub:{
neTypePlease: 'Query network element type',
neType: 'UDM Type',
export: 'Export',
exportConfirm: "Are you sure to export all signed user data?",
import: 'Import',
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!!!',
},
base5G: {
neTypePlease: 'Query network element type',
neType: 'AMF Type',

View File

@@ -123,18 +123,28 @@ export default {
},
neUser: {
auth: {
neTypePlease: '查询网元类型',
neType: 'UDM网元类型',
export: '导出',
exportConfirm: "确认导出全部鉴权用户数据吗?",
import: '导入',
loadDataConfirm: "确认要重新加载数据吗?",
loadData: "更新数据",
loadDataTip: '成功获取更新数据:{num}条,系统内部进行数据更新,请勿重复点击获取更新!!!',
num:'放号数',
batchAddText: '批量新增',
batchDelText: '批量删除',
},
sub:{
export: '导出',
import: '导入',
loadData: "更新数据"
},
sub:{
neTypePlease: '查询网元类型',
neType: 'UDM网元类型',
export: '导出',
exportConfirm: "确认导出全部签约用户数据吗?",
import: '导入',
loadDataConfirm: "确认要重新加载数据吗?",
loadData: "更新数据",
loadDataTip: '成功获取更新数据:{num}条,系统内部进行数据更新,请勿重复点击获取更新!!!',
},
base5G: {
neTypePlease: '查询网元类型',
neType: 'AMF网元类型',