style: 补充备份管理多语言

This commit is contained in:
TsMask
2023-09-18 15:07:38 +08:00
parent 289fc57441
commit a2980686c0
2 changed files with 44 additions and 20 deletions

View File

@@ -11,6 +11,7 @@ export default {
tipTitle: 'Prompt', tipTitle: 'Prompt',
msgSuccess: 'Success {msg}', msgSuccess: 'Success {msg}',
errorFields: 'Please fill in the required information in {num} correctly!', errorFields: 'Please fill in the required information in {num} correctly!',
tablePaginationTotal: 'A total of {total} items',
ok: "Ok", ok: "Ok",
cancel: "Cancel", cancel: "Cancel",
search: "Search", search: "Search",
@@ -18,6 +19,7 @@ export default {
addText: 'Add', addText: 'Add',
editText: 'Edit', editText: 'Edit',
deleteText: 'Delete', deleteText: 'Delete',
downloadText: 'Download',
searchBarText: 'Search bar', searchBarText: 'Search bar',
reloadText: 'Refresh', reloadText: 'Refresh',
sizeText: 'Density', sizeText: 'Density',
@@ -34,6 +36,8 @@ export default {
launch: 'Launch', launch: 'Launch',
fold: 'Fold', fold: 'Fold',
}, },
rowId:"RowID",
operate: "Operate",
}, },
// 全局页脚 // 全局页脚
@@ -45,12 +49,10 @@ export default {
// 校验 // 校验
valid: { valid: {
userNameReg: userNameReg: 'The account cannot start with a number and can contain uppercase and lowercase letters, numbers, and no less than 5 digits.',
'The account cannot start with a number and can contain uppercase and lowercase letters, numbers, and no less than 5 digits.',
userNamePlease: 'Please enter the correct login account', userNamePlease: 'Please enter the correct login account',
userNameHit: 'Login account', userNameHit: 'Login account',
passwordReg: passwordReg: 'The password should contain at least uppercase and lowercase letters, numbers, special symbols, and no less than 6 digits.',
'The password should contain at least uppercase and lowercase letters, numbers, special symbols, and no less than 6 digits.',
passwordPlease: 'Please enter the correct login password', passwordPlease: 'Please enter the correct login password',
passwordHit: 'Login password', passwordHit: 'Login password',
passwordConfirmHit: 'Confirm login password', passwordConfirmHit: 'Confirm login password',
@@ -96,5 +98,14 @@ export default {
tipContent: 'Congratulations, {username} account registration succeeded!', tipContent: 'Congratulations, {username} account registration succeeded!',
tipBtn: 'Go to login', tipBtn: 'Go to login',
}, },
configManage: {
backupManage: {
neTypePlease: 'Query network element type',
neType: 'Type',
neID: 'Identifying',
fileName: 'FileName',
createAt: 'CreateAt',
},
},
}, },
}; };

View File

@@ -11,13 +11,15 @@ export default {
tipTitle: '提示', tipTitle: '提示',
msgSuccess: '成功 {msg}', msgSuccess: '成功 {msg}',
errorFields: '请正确填写 {num} 处必填信息!', errorFields: '请正确填写 {num} 处必填信息!',
ok: "确定", tablePaginationTotal: '总共 {total} 条',
cancel: "取消", ok: '确定',
search: "搜索", cancel: '取消',
reset: "重置", search: '搜索',
reset: '重置',
addText: '新增', addText: '新增',
editText: '编辑', editText: '编辑',
deleteText: '删除', deleteText: '删除',
downloadText: '下载',
searchBarText: '搜索栏', searchBarText: '搜索栏',
reloadText: '刷新', reloadText: '刷新',
sizeText: '密度', sizeText: '密度',
@@ -34,6 +36,8 @@ export default {
launch: '展开', launch: '展开',
fold: '折叠', fold: '折叠',
}, },
rowId: '记录编号',
operate: '操作',
}, },
// 全局页脚 // 全局页脚
@@ -63,18 +67,18 @@ export default {
// 页面 // 页面
views: { views: {
index:{ index: {
hostName:"主机名", hostName: '主机名',
osInfo:"操作系统信息", osInfo: '操作系统信息',
dbInfo:"数据库信息", dbInfo: '数据库信息',
ipAddress:"IP地址", ipAddress: 'IP地址',
port:"端口", port: '端口',
version: "软件版本", version: '软件版本',
cpuUse: "CPU利用率", cpuUse: 'CPU利用率',
memoryUse:"内存使用", memoryUse: '内存使用',
capability:"用户容量" , capability: '用户容量',
serialNum: "序列号", serialNum: '序列号',
expiryDate:"许可证到期日期", expiryDate: '许可证到期日期',
}, },
login: { login: {
tabPane1: '账号密码登录', tabPane1: '账号密码登录',
@@ -94,5 +98,14 @@ export default {
tipContent: '恭喜您,{username} 账号注册成功!', tipContent: '恭喜您,{username} 账号注册成功!',
tipBtn: '前往登录', tipBtn: '前往登录',
}, },
configManage: {
backupManage: {
neTypePlease: '查询网元类型',
neType: '网元类型',
neID: '网元内部标识',
fileName: '文件名',
createAt: '创建时间',
},
},
}, },
}; };