Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh-Hans.js 505B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: '每页记录数:',
  4. rowsPerPageAll: '全部',
  5. pageText: '{0}-{1} 共 {2} 条',
  6. noResultsText: '没有找到匹配记录',
  7. nextPage: '下一页',
  8. prevPage: '上一页'
  9. },
  10. dataTable: {
  11. rowsPerPageText: '每页行数:'
  12. },
  13. noDataText: '无可用数据',
  14. carousel: {
  15. prev: '以前的视觉',
  16. next: '下一个视觉'
  17. }
  18. };
  19. //# sourceMappingURL=zh-Hans.js.map