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.
91 lines
2.0 KiB
91 lines
2.0 KiB
import antdEN from 'antd/locale/en_US'
|
|
import menus from './pages/system/menus/en-US'
|
|
import roles from './pages/system/roles/en-US'
|
|
|
|
export default {
|
|
...antdEN,
|
|
|
|
error: {
|
|
'404': {
|
|
title: 'not fund',
|
|
message: 'Sorry, not found this page.'
|
|
},
|
|
'403': {
|
|
title: 'not authorized',
|
|
message: 'Sorry, you are not authorized to access this page.'
|
|
},
|
|
'error': {
|
|
title: 'error info',
|
|
},
|
|
},
|
|
route: {
|
|
goBack: 'Go Back',
|
|
},
|
|
app: {
|
|
header: {
|
|
logout: 'logout',
|
|
}
|
|
},
|
|
login: {
|
|
title: 'Account Password Login',
|
|
username: 'Username',
|
|
usernameMsg: 'Please enter your username',
|
|
password: 'Password',
|
|
passwordMsg: 'Please enter your password',
|
|
code: 'Verification Code',
|
|
codeMsg: 'Please enter the verification code',
|
|
submit: 'Login',
|
|
success: 'Login success'
|
|
},
|
|
home: {
|
|
welcome: 'Welcome to'
|
|
},
|
|
system: {
|
|
menus,
|
|
roles,
|
|
},
|
|
actions: {
|
|
news: 'Add newly',
|
|
add: 'Add',
|
|
cancel: 'Cancel',
|
|
ok: 'OK',
|
|
edit: 'Edit',
|
|
delete: 'Delete',
|
|
batchDel: 'Batch Delete',
|
|
reset: 'Reset',
|
|
clear: 'Clear',
|
|
close: 'Close',
|
|
},
|
|
message: {
|
|
infoTitle: 'Hint',
|
|
errorTitle: 'Error',
|
|
successTitle: 'Success',
|
|
warningTitle: 'Warning',
|
|
batchDelete: 'Are you sure to delete the selected data?',
|
|
deleteConfirm: 'Are you sure to delete it?',
|
|
success: 'Submission successfully',
|
|
deleteSuccess: 'Delete successfully',
|
|
fail: 'Submission failed',
|
|
saveSuccess: 'Save successfully',
|
|
saveFail: 'Save failed',
|
|
emptyData: 'No Data',
|
|
emptyDataAdd: 'No data at present, click to add',
|
|
required: 'This item is a required field',
|
|
},
|
|
errorTitle: 'Error',
|
|
successTitle: 'Success',
|
|
success: 'Submit Success',
|
|
fail: 'Submit Fail',
|
|
saveSuccess: 'Save Success',
|
|
saveFail: 'Save Fail',
|
|
|
|
tabs: {
|
|
refresh: 'Refresh',
|
|
maximize: 'Maximize',
|
|
closeCurrent: 'Close current',
|
|
closeLeft: 'Close Left',
|
|
closeRight: 'Close Right',
|
|
closeOther: 'Close other',
|
|
closeAll: 'Close All'
|
|
}
|
|
}
|