@ithinkdt/core
Version:
iThinkDT Core
160 lines (154 loc) • 5.23 kB
JavaScript
export default {
sys: {
lang: 'English',
expand: 'Expand',
collpase: 'Collpase',
appearence: 'Theme Mode',
tip: 'Tip',
screen: { full: 'Full Screen', exit: 'Exit Full Screen' },
tab: {
reload: 'Reload Current Tab',
close: 'Close Current Tab',
closeOther: 'Close Other Tabs',
closeLeft: 'Close Left Tabs',
closeRight: 'Close Right Tabs',
closeAll: 'Close All Tabs',
openWindow: 'Open in New Window',
full: 'Full Page',
exit: 'Exit Full Page',
},
login: {
title: 'MEMBER LOGIN',
btn: 'LOGIN',
logout: 'Logout',
username: 'Username',
pwd: 'Password',
success: 'Login Success',
tip: "Can't login? Please call administrator",
},
error: {
back: 'Go Back',
refreshPage: 'Reload Page',
exitAccount: 'Exit Account',
refreshAuth: 'Authorized? Reload',
403: ' You do not have permission to access this page',
404: 'There is nothing to get',
408: 'Request Timeout',
500: 'Sorry, we have some problems',
'403-desc': 'Please ...',
'404-desc': 'Please ...',
'408-desc': 'Please ...',
'500-desc': 'Please ...',
forbidden: 'You do not have permission to access this system',
timeout: 'Request Timeout',
'forbidden-desc': 'Please ...',
'timeout-desc': 'Please ...',
},
yes: 'yes',
no: 'no',
joinSeparator: ', ',
module: {
label: 'Zh Label',
icon: 'Icon',
type: 'Type',
hidden: 'Hidden',
path: 'Path',
resources: 'Resource',
remark: 'Remark',
sort: 'Sort',
remote: 'Remote App',
lcKey: 'Lowcode Page',
createDate: 'Create Date',
createUser: 'Create User',
updateDate: 'Update Date',
updateUser: 'Update User',
},
user: {
changePasswdTitle: 'Change Password',
changePasswdButton: 'Change',
changePasswdSuccess: 'Password Changed',
changePasswdForm1: 'Old',
changePasswdForm2: 'New',
changePasswdForm3: 'Confirm',
validatorPasswdLenth: 'password length 6-20',
validatorPasswdNotEqualLast: 'new password can\'t equal old password',
validatorPasswdNotEqualNew: 'must equal new password',
},
notify: {
title: 'Notification',
unread: 'Unread',
read: 'Readed',
markRead: 'mark as readed',
markPageRead: 'mark that as readed',
remove: 'remove',
timeFormatter: 'M/d HH:mm',
deleteSuccess: 'removed',
},
},
form: {
submit: 'Submit',
save: 'Save',
search: 'Search',
query: 'Query',
reset: 'Reset',
cancel: 'Cancel',
expand: 'Expand',
collapse: 'Collapse',
all: 'All',
ph: {
input: (label) => `please input ${label}`,
select: (label) => `please select ${label}`,
},
validate: {
error: 'If the form fails to be filled in, please pay attention to the form prompts',
required: (label) => `${label ?? 'this'} is required.`,
},
},
table: {
th: {
op: 'Operation',
index: 'Index',
},
op: {
more: 'More',
},
},
page: {
confirm: 'Confirm',
dialog: { ok: 'OK', cancel: 'Cancel' },
action: { create: 'Add', edit: 'Edit', view: 'View', delete: 'Delete', detail: 'Detail' },
curd: {
title: 'Warning',
add: (title) => `Add ${title} ?`,
edit: (title) => `Edit ${title} ?`,
view: (title) => `${title} Detail ?`,
delete: (title) => `Confirm delete that ?`,
deletes: (length) => `Confirm deletes that ?`,
deleteContent: (title) => `Cannot be restored to its original state.`,
deletesContent: (length) => `Cannot be restored to its original state. ?`,
},
result: {
success: (op) => `${op} success`,
saveSuccess: 'data saved',
error: (op) => `${op} failure`,
add: (title) => `Save ${title}`,
edit: (title) => `Save ${title}`,
delete: (title) => `This data has been deleted`,
deletes: (title) => `This data has been deleted`,
},
paginPrefix: (count) => `${count} records`,
paginSuffix: 'Page',
th: {
createDate: 'Create Time',
createUser: 'Create User',
updateDate: 'Update Time',
updateUser: 'Update User',
},
column: {
custom: 'Custom Columns',
reset: 'Reset',
fixedLeft: 'Fixed Left',
fixedRight: 'Fixed Right',
},
},
}