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',
msgSuccess: 'Success {msg}',
errorFields: 'Please fill in the required information in {num} correctly!',
tablePaginationTotal: 'A total of {total} items',
ok: "Ok",
cancel: "Cancel",
search: "Search",
@@ -18,6 +19,7 @@ export default {
addText: 'Add',
editText: 'Edit',
deleteText: 'Delete',
downloadText: 'Download',
searchBarText: 'Search bar',
reloadText: 'Refresh',
sizeText: 'Density',
@@ -34,6 +36,8 @@ export default {
launch: 'Launch',
fold: 'Fold',
},
rowId:"RowID",
operate: "Operate",
},
// 全局页脚
@@ -45,12 +49,10 @@ export default {
// 校验
valid: {
userNameReg:
'The account cannot start with a number and can contain uppercase and lowercase letters, numbers, and no less than 5 digits.',
userNameReg: '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',
userNameHit: 'Login account',
passwordReg:
'The password should contain at least uppercase and lowercase letters, numbers, special symbols, and no less than 6 digits.',
passwordReg: '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',
passwordHit: 'Login password',
passwordConfirmHit: 'Confirm login password',
@@ -96,5 +98,14 @@ export default {
tipContent: 'Congratulations, {username} account registration succeeded!',
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: '提示',
msgSuccess: '成功 {msg}',
errorFields: '请正确填写 {num} 处必填信息!',
ok: "确定",
cancel: "取消",
search: "搜索",
reset: "重置",
tablePaginationTotal: '总共 {total} 条',
ok: '确定',
cancel: '取消',
search: '搜索',
reset: '重置',
addText: '新增',
editText: '编辑',
deleteText: '删除',
downloadText: '下载',
searchBarText: '搜索栏',
reloadText: '刷新',
sizeText: '密度',
@@ -34,6 +36,8 @@ export default {
launch: '展开',
fold: '折叠',
},
rowId: '记录编号',
operate: '操作',
},
// 全局页脚
@@ -63,18 +67,18 @@ export default {
// 页面
views: {
index:{
hostName:"主机名",
osInfo:"操作系统信息",
dbInfo:"数据库信息",
ipAddress:"IP地址",
port:"端口",
version: "软件版本",
cpuUse: "CPU利用率",
memoryUse:"内存使用",
capability:"用户容量" ,
serialNum: "序列号",
expiryDate:"许可证到期日期",
index: {
hostName: '主机名',
osInfo: '操作系统信息',
dbInfo: '数据库信息',
ipAddress: 'IP地址',
port: '端口',
version: '软件版本',
cpuUse: 'CPU利用率',
memoryUse: '内存使用',
capability: '用户容量',
serialNum: '序列号',
expiryDate: '许可证到期日期',
},
login: {
tabPane1: '账号密码登录',
@@ -94,5 +98,14 @@ export default {
tipContent: '恭喜您,{username} 账号注册成功!',
tipBtn: '前往登录',
},
configManage: {
backupManage: {
neTypePlease: '查询网元类型',
neType: '网元类型',
neID: '网元内部标识',
fileName: '文件名',
createAt: '创建时间',
},
},
},
};