feat(projects): globalSearch add i18n

This commit is contained in:
燕博文
2024-03-06 11:43:27 +08:00
parent 04aa10b477
commit 0126da4778
6 changed files with 22 additions and 7 deletions

View File

@ -9,6 +9,7 @@ const local: App.I18n.Schema = {
backToHome: 'Back to home',
batchDelete: 'Batch Delete',
cancel: 'Cancel',
close: 'Close',
check: 'Check',
columnSetting: 'Column Setting',
confirm: 'Confirm',
@ -17,16 +18,19 @@ const local: App.I18n.Schema = {
confirmDelete: 'Are you sure you want to delete?',
edit: 'Edit',
index: 'Index',
keywordSearch: 'Please enter keyword',
logout: 'Logout',
logoutConfirm: 'Are you sure you want to log out?',
lookForward: 'Coming soon',
modify: 'Modify',
modifySuccess: 'Modify Success',
noData: 'No Data',
operate: 'Operate',
pleaseCheckValue: 'Please check whether the value is valid',
refresh: 'Refresh',
reset: 'Reset',
search: 'Search',
switch: 'Switch',
tip: 'Tip',
update: 'Update',
updateSuccess: 'Update Success',