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',
},
},
},
};