@prettyy/ui
Version:
vue2 UI
22 lines (21 loc) • 410 B
JavaScript
export default {
vl: {
messagebox: {
title: 'Message',
confirm: 'OK',
cancel: 'Cancel'
},
loading: {
text: 'Struggling to load...'
},
pagination: {
goto: 'Go to',
pagesize: '/page',
total: 'Total {total}',
pageClassifier: ''
},
watermark: {
text: 'Confidential information. Do not disclose.'
}
}
}