at-ui
Version:
A UI Component Library with Vue.js
28 lines (27 loc) • 519 B
JavaScript
export default {
at: {
select: {
placeholder: '请选择',
notFoundText: '无匹配数据'
},
modal: {
okText: '确定',
cancelText: '取消'
},
pagination: {
prevText: '上一页',
nextText: '下一页',
total: '共',
item: '条',
items: '条',
pageSize: '条/页',
goto: '前往',
pageText: '页',
prev5Text: '向前5页',
next5Text: '向后5页'
},
table: {
emptyText: '暂无数据'
}
}
}