UNPKG

at-ui

Version:

A UI Component Library with Vue.js

28 lines (27 loc) 519 B
export default { at: { select: { placeholder: 'Select', notFoundText: 'No matching data' }, modal: { okText: 'OK', cancelText: 'Cancel' }, pagination: { prevText: 'Previous Page', nextText: 'Next Page', total: 'Total', item: 'item', items: 'items', pageSize: '/ page', goto: 'Goto', pageText: '', prev5Text: 'Previous 5 Pages', next5Text: 'Next 5 Pages' }, table: { emptyText: 'No data' } } }