---用户管理,网元管理等中英文
This commit is contained in:
@@ -18,11 +18,13 @@ export default {
|
||||
search: 'Search',
|
||||
reset: 'Reset',
|
||||
viewText: 'View',
|
||||
view: 'View',
|
||||
addText: 'Add',
|
||||
editText: 'Edit',
|
||||
deleteText: 'Delete',
|
||||
downloadText: 'Download',
|
||||
uploadText: 'Upload',
|
||||
unableNull:' Cannot be empty',
|
||||
moreText: 'More',
|
||||
searchBarText: 'Search bar',
|
||||
reloadText: 'Refresh',
|
||||
@@ -82,6 +84,8 @@ export default {
|
||||
// 页面
|
||||
views: {
|
||||
index: {
|
||||
normal:'Normal',
|
||||
abnormal:'Abnormal',
|
||||
hostName: 'hostName',
|
||||
osInfo: 'osInfo',
|
||||
dbInfo: 'dbInfo',
|
||||
@@ -114,12 +118,37 @@ export default {
|
||||
},
|
||||
configManage: {
|
||||
neManage: {
|
||||
reload: '重载配置',
|
||||
addNe:'Add Network Element',
|
||||
delSure:'Confirm deleting the data item with network element name {msg}',
|
||||
editNe:'Edit Network Element',
|
||||
exportSure:'Confirm exporting the configuration information with the network element name {msg}',
|
||||
exportTip:'Export successful, please go to backup management for download',
|
||||
getInfo:'Failed to get network element information',
|
||||
neType:'Ne Type',
|
||||
neTypePlease: 'Select network element type',
|
||||
neId:'Ne Id',
|
||||
neName:'Ne Name',
|
||||
neTypeTip:'Fill in the type of network element created, such as:SMF',
|
||||
uid:'rm UID',
|
||||
uidTip:'Please enter a unique resource identifier',
|
||||
ip:'IP Address',
|
||||
mac:'Ne MAC address',
|
||||
macTip:'Able to locate the physical address (MAC) of the network element',
|
||||
port:'Port',
|
||||
pvflag:'PV Flag',
|
||||
pnf:'Physical Network Element',
|
||||
vnf:'Virtual Network Element',
|
||||
province:'Province',
|
||||
vendorName:'Vendor Name',
|
||||
dn:'Network Identification',
|
||||
reload: 'Reload',
|
||||
restart: 'Restart',
|
||||
totalSure:'Confirm the network element with {operator} network element name {msg}',
|
||||
stop: 'Stop',
|
||||
start: 'Start',
|
||||
export: 'Export',
|
||||
import: 'Import',
|
||||
fileForm:'File Source',
|
||||
selectPlease:'Please select the source of the import file',
|
||||
server:'Server File',
|
||||
local:'Local File',
|
||||
@@ -179,6 +208,7 @@ export default {
|
||||
},
|
||||
neUser: {
|
||||
auth: {
|
||||
authInfo:'Authentication Info',
|
||||
neTypePlease: 'Query network element type',
|
||||
neType: 'UDM Type',
|
||||
export: 'Export',
|
||||
@@ -415,5 +445,43 @@ export default {
|
||||
down: '下行',
|
||||
}
|
||||
},
|
||||
system:{
|
||||
user: {
|
||||
userInfo:' User Info',
|
||||
userNum: 'User Number',
|
||||
account: 'Account',
|
||||
userName: 'User Name',
|
||||
permission: 'Permission',
|
||||
className: 'Class Name',
|
||||
loginIp: 'Login address',
|
||||
loginTime: 'Login Time',
|
||||
status: 'Status',
|
||||
userNameTip:'The account cannot start with a number and can contain uppercase and lowercase letters, numbers, and no less than 5 digits',
|
||||
pwdTip:'The password should contain at least uppercase and lowercase letters, numbers, special symbols, and no less than 6 digits',
|
||||
nickNameTip:'Nicknames can only contain letters, numbers, Chinese characters, and underscores, with no less than 2 digits',
|
||||
emailTip:'Please enter the correct email address',
|
||||
phoneTip:'Please enter the correct phone number',
|
||||
resetPwd:'Reset Password',
|
||||
start:'Enable',
|
||||
stop:'Deactivate',
|
||||
delSuss:'Successfully deleted',
|
||||
sureTip:'Are you sure you want to {text} {userName} user?',
|
||||
delSure:'Confirm deletion of data item with user ID {userId}?',
|
||||
export:'Export',
|
||||
import:'Import',
|
||||
exportSure:'Are you sure to export the xlsx table file based on search criteria??',
|
||||
phone:'Phone Number',
|
||||
createTime:'Creation time',
|
||||
userTop:'User profile',
|
||||
sex:'User Gender',
|
||||
email:'E-mail',
|
||||
fromClass:'DEPARTMENT',
|
||||
userWork:'User position',
|
||||
userTip:'User Description',
|
||||
loginPwd:'Login password',
|
||||
updateSure:'Do you want to update existing data',
|
||||
downloadObj:'Download Tpl',
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -9,7 +9,7 @@ export default {
|
||||
desc: '核心网管理平台',
|
||||
loading: '请稍等...',
|
||||
tipTitle: '提示',
|
||||
msgSuccess: '成功 {msg}',
|
||||
msgSuccess: '{msg}成功 ',
|
||||
errorFields: '请正确填写 {num} 处必填信息!',
|
||||
tablePaginationTotal: '总共 {total} 条',
|
||||
ok: '确定',
|
||||
@@ -18,11 +18,13 @@ export default {
|
||||
search: '搜索',
|
||||
reset: '重置',
|
||||
viewText: '查看详情',
|
||||
view: '查看',
|
||||
addText: '新增',
|
||||
editText: '编辑',
|
||||
deleteText: '删除',
|
||||
downloadText: '下载',
|
||||
uploadText: '上传',
|
||||
unableNull:'不能为空',
|
||||
moreText: '更多',
|
||||
searchBarText: '搜索栏',
|
||||
reloadText: '刷新',
|
||||
@@ -82,6 +84,8 @@ export default {
|
||||
// 页面
|
||||
views: {
|
||||
index: {
|
||||
normal:'正常',
|
||||
abnormal:'异常',
|
||||
hostName: '主机名',
|
||||
osInfo: '操作系统信息',
|
||||
dbInfo: '数据库信息',
|
||||
@@ -114,12 +118,37 @@ export default {
|
||||
},
|
||||
configManage: {
|
||||
neManage: {
|
||||
addNe:'添加网元',
|
||||
delSure:'确认删除网元名称为{msg}的数据项 ',
|
||||
editNe:'修改网元',
|
||||
exportSure:'确认导出网元名称为 {msg} 的配置信息',
|
||||
exportTip:'导出成功,请到备份管理进行下载',
|
||||
getInfo:'获取网元信息失败',
|
||||
neType:'网元类型',
|
||||
neTypePlease: '请输入网元类型',
|
||||
neId:'网元内部标识',
|
||||
neName:'网元名称',
|
||||
neTypeTip:'填写创建的网元类型,如:SMF',
|
||||
uid:'资源唯一标识',
|
||||
uidTip:'请输入资源唯一标识',
|
||||
ip:'IP地址',
|
||||
mac:'网元物理地址',
|
||||
macTip:'能够定位网元的物理地址(MAC)',
|
||||
port:'端口',
|
||||
pvflag:'网元虚拟化标识',
|
||||
pnf:'物理网元',
|
||||
vnf:'虚拟网元',
|
||||
province:'网元服务省份',
|
||||
vendorName:'厂商名称',
|
||||
dn:'网络标识',
|
||||
reload: '重载配置',
|
||||
restart: '重启',
|
||||
totalSure:'确认{oper}网元名称为 {msg} 的网元',
|
||||
stop: '停止',
|
||||
start: '启动',
|
||||
export: '导出',
|
||||
import: '导入',
|
||||
fileForm:'文件来源',
|
||||
selectPlease:'请选择导入文件来源',
|
||||
server:'服务器文件',
|
||||
local:'本地文件',
|
||||
@@ -179,6 +208,7 @@ export default {
|
||||
},
|
||||
neUser: {
|
||||
auth: {
|
||||
authInfo:'鉴权信息',
|
||||
neTypePlease: '查询网元类型',
|
||||
neType: 'UDM网元类型',
|
||||
export: '导出',
|
||||
@@ -415,5 +445,43 @@ export default {
|
||||
down: '下行',
|
||||
}
|
||||
},
|
||||
system:{
|
||||
user: {
|
||||
userInfo:'用户信息',
|
||||
userNum: '用户编号',
|
||||
account: '登录账号',
|
||||
userName: '用户昵称',
|
||||
permission: '用户权限',
|
||||
className: '部门名称',
|
||||
loginIp: '登录地址',
|
||||
loginTime: '登录时间',
|
||||
status: '用户状态',
|
||||
userNameTip:'账号不能以数字开头,可包含大写小写字母,数字,且不少于5位',
|
||||
pwdTip:'密码至少包含大小写字母、数字、特殊符号,且不少于6位',
|
||||
nickNameTip:'昵称只能包含字母、数字、中文和下划线,且不少于2位',
|
||||
emailTip:'请输入正确的邮箱地址',
|
||||
phoneTip:'请输入正确的手机号码',
|
||||
resetPwd:'重置密码',
|
||||
start:'启用',
|
||||
stop:'停用',
|
||||
delSuss:'删除成功',
|
||||
sureTip:'确定要{text} {userName} 用户吗?',
|
||||
delSure:'确认删除用户编号为{userId}的数据项?',
|
||||
export:'导出',
|
||||
import:'导入',
|
||||
exportSure:'确认根据搜索条件导出xlsx表格文件吗?',
|
||||
phone:'手机号码',
|
||||
createTime:'创建时间',
|
||||
userTop:'用户头像',
|
||||
sex:'用户性别',
|
||||
email:'电子邮箱',
|
||||
fromClass:'所属部门',
|
||||
userWork:'用户岗位',
|
||||
userTip:'用户说明',
|
||||
loginPwd:'登入密码',
|
||||
updateSure:'是否更新已经存在的数据',
|
||||
downloadObj:'下载模板',
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user