feat: UDM鉴权用户多语言

This commit is contained in:
TsMask
2023-09-21 20:29:44 +08:00
committed by lai
parent 4e4d7ad61a
commit 0e95866854
3 changed files with 35 additions and 38 deletions

View File

@@ -3,7 +3,7 @@ export default {
i18n: '中文',
hello: '你好',
// 网管通用
// 通用
common: {
title: '核心网管理系统',
desc: '',
@@ -40,13 +40,6 @@ export default {
operate: '操作',
},
// 网元通用
nfCommon:{
getAll:'全部获取'
},
// 全局页脚
globalFooter: {
help: '',
@@ -122,10 +115,15 @@ export default {
neTypePlease: '查询网元类型',
neType: '网元类型',
fileName: '文件名',
version: '版本',
version: '版本',
softwareLoadTime: '软件加载时间',
description: '功能描述',
},
},
neUser: {
auth: {
getAll: '全部获取',
},
},
},
};