12345678910111213141516171819 |
- export default {
- dataIterator: {
- rowsPerPageText: '每页记录数:',
- rowsPerPageAll: '全部',
- pageText: '{0}-{1} 共 {2} 条',
- noResultsText: '没有找到匹配记录',
- nextPage: '下一页',
- prevPage: '上一页'
- },
- dataTable: {
- rowsPerPageText: '每页行数:'
- },
- noDataText: '无可用数据',
- carousel: {
- prev: '以前的视觉',
- next: '下一个视觉'
- }
- };
- //# sourceMappingURL=zh-Hans.js.map
|