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 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-Hant.js.map