You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
689 B

2 years ago
export default {
index: 'Index',
action: 'Action',
2 years ago
okText: 'OK',
closeText: 'Close',
cancelText: 'Cancel',
loadingText: 'Loading...',
saveText: 'Save',
saveSuccessText: 'Save success',
2 years ago
delText: 'Delete',
2 years ago
delMessage: 'Do you want to delete data?',
delSuccessText: 'Delete success',
2 years ago
exportTitle: 'Export',
exportMessage: 'Do you want to export data?',
exportSuccessText: 'Export success',
successText: 'Success',
errorText: 'Error',
2 years ago
resetText: 'Reset',
searchText: 'Search',
queryText: 'Search',
allOptionText: 'All',
2 years ago
inputText: 'Please enter',
chooseText: 'Please choose',
redo: 'Refresh',
back: 'Back',
light: 'Light',
dark: 'Dark'
}