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.

th.js 760B

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=th.js.map