feat: 通用多语言

This commit is contained in:
TsMask
2023-09-07 15:30:45 +08:00
parent b1763092c6
commit ac45e9ef13
2 changed files with 49 additions and 4 deletions

View File

@@ -9,8 +9,31 @@ export default {
desc: '',
loading: 'Please wait...',
tipTitle: 'Prompt',
msgSuccess: "Success {msg}",
errorFields: "Please fill in the required information in {num} correctly!",
msgSuccess: 'Success {msg}',
errorFields: 'Please fill in the required information in {num} correctly!',
ok: "Ok",
cancel: "Cancel",
search: "Search",
reset: "Reset",
addText: 'Add',
editText: 'Edit',
deleteText: 'Delete',
searchBarText: 'Search bar',
reloadText: 'Refresh',
sizeText: 'Density',
size: {
default: 'Default',
middle: 'Medium',
small: 'Compact',
},
switch: {
show: 'Show',
hide: 'Hidden',
open: 'Open',
shut: 'Shut',
launch: 'Launch',
fold: 'Fold',
},
},
// 全局页脚