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-Hant.js 590B

123456789101112131415161718192021222324
  1. 'use strict';
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = {
  6. dataIterator: {
  7. rowsPerPageText: '每頁記錄數:',
  8. rowsPerPageAll: '全部',
  9. pageText: '{0}-{1} 共 {2} 條',
  10. noResultsText: '沒有找到匹配記錄',
  11. nextPage: '下一頁',
  12. prevPage: '上一頁'
  13. },
  14. dataTable: {
  15. rowsPerPageText: '每頁行數:'
  16. },
  17. noDataText: '無可用數據',
  18. carousel: {
  19. prev: '以前的視覺',
  20. next: '下一個視覺'
  21. }
  22. };
  23. //# sourceMappingURL=zh-Hant.js.map