init
This commit is contained in:
36
src/i18n/pages/form/en.ts
Normal file
36
src/i18n/pages/form/en.ts
Normal file
@@ -0,0 +1,36 @@
|
||||
// Improved versions of each word or sentence
|
||||
export default {
|
||||
common: {
|
||||
queryBtn: 'Query',
|
||||
addBtn: 'Add',
|
||||
editBtn: 'Edit',
|
||||
delBtn: 'Delete',
|
||||
viewBtn: 'View',
|
||||
detailBtn: 'Details',
|
||||
exportBtn: 'Export',
|
||||
expandBtn: 'expand/phrase ',
|
||||
refreshCacheBtn: 'Refresh cache',
|
||||
importBtn: 'Import',
|
||||
importUserTip: 'Import user',
|
||||
queryDeptTip: 'Enter department name',
|
||||
resetBtn: 'Reset',
|
||||
copyBtn:'Copy',
|
||||
action: 'Action',
|
||||
optSuccessText: 'Operation successful',
|
||||
optConfirmText: 'Confirm this operation?',
|
||||
editSuccessText: 'Successfully edited',
|
||||
addSuccessText: 'Successfully added',
|
||||
delSuccessText: 'Successfully deleted',
|
||||
delConfirmText: 'This operation will permanently delete',
|
||||
confirmButtonText: 'Confirm',
|
||||
cancelButtonText: 'Cancel',
|
||||
download: 'Download',
|
||||
expand: 'Expand',
|
||||
selectAll: 'SelectAll',
|
||||
},
|
||||
message: {
|
||||
box: {
|
||||
title: 'System prompt',
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user