vuetify
Version:
Vue.js 2 Semantic Component Framework
20 lines (19 loc) • 502 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
dataIterator: {
rowsPerPageText: '每页记录数:',
rowsPerPageAll: '全部',
pageText: '{0}-{1} 共 {2} 条',
noResultsText: '没有找到匹配记录',
nextPage: '下一页',
prevPage: '上一页'
},
dataTable: {
rowsPerPageText: '每页行数:'
},
noDataText: '无可用数据'
};
//# sourceMappingURL=zh-Hans.js.map