m2-mobui
Version:
The package is provided web components and utilities based on vue and element-ui.
58 lines (57 loc) • 1.23 kB
JavaScript
export default {
m2: {
loading: 'Loading...',
toast: 'Toast Message',
table: {
caption: 'List',
select: 'Select',
number: 'No.',
action: 'Action'
},
modal: {
ok: 'OK',
cancel: 'Cancel'
},
alert: {
title: 'Information',
message: 'Success!'
},
confirm: {
title: 'Delete Confirmation',
message: 'This will delete the data permanently, continue?'
},
queryPanel: {
query: 'Query',
reset: 'Reset'
},
layout: {
navMenu: 'Navigation',
navbar: {
more: 'More'
},
search: {
placeholder: 'Search People, Material, Guideline...'
},
links: {
feedback: 'Suggestion & Feedback',
exit: 'Exit'
},
icons: {
setting: 'Setting',
message: 'Message'
},
backtop: 'Back Top'
},
exception: {
error: {
401: 'You don\'t have the authority to access this page!',
404: 'Sorry, the page has wrong!'
},
back: 'Back',
or: 'or',
home: 'Home',
apply: 'Apply Authority',
contactUs: 'Contact Us: 8008'
}
}
}