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.
25 lines
488 B
25 lines
488 B
export default { |
|
index: 'Index', |
|
action: 'Action', |
|
okText: 'OK', |
|
closeText: 'Close', |
|
cancelText: 'Cancel', |
|
loadingText: 'Loading...', |
|
saveText: 'Save', |
|
delText: 'Delete', |
|
delSuccessText: 'Delete success', |
|
exportSuccessText: 'Export success', |
|
resetText: 'Reset', |
|
searchText: 'Search', |
|
queryText: 'Search', |
|
|
|
allOptionText: 'All', |
|
inputText: 'Please enter', |
|
chooseText: 'Please choose', |
|
|
|
redo: 'Refresh', |
|
back: 'Back', |
|
|
|
light: 'Light', |
|
dark: 'Dark' |
|
}
|
|
|