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 675B

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