m2-ui
Version:
The package is provided web components and utilities based on vue and element-ui.
36 lines (35 loc) • 712 B
JavaScript
;
exports.__esModule = true;
exports.default = {
m2: {
backtop: 'Back Top',
loading: 'Loading...',
modal: {
ok: 'OK',
cancel: 'Cancel'
},
confirm: {
title: 'Delete Confirmation',
message: 'This will delete the data permanently, continue?'
},
toast: 'Toast Message',
header: {
navigation: 'Navigation',
logoText: 'M2 MFE',
placeholder: 'Search People, Material, Guideline...',
feedback: 'Suggestion & Feedback',
exit: 'Exit'
},
sidebar: {
home: 'Home Page'
},
table: {
index: 'No.',
menu: 'Action'
},
queryPanel: {
query: 'Query',
reset: 'Reset'
}
}
};