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.

id.js 546B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Item setiap halaman:',
  4. rowsPerPageAll: 'Semua',
  5. pageText: '{0}-{1} dari {2}',
  6. noResultsText: 'Tidak ditemukan catatan yang cocok',
  7. nextPage: 'Halaman selanjutnya',
  8. prevPage: 'Halaman sebelumnya'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Baris setiap halaman:'
  12. },
  13. noDataText: 'Tidak ada data tersedia',
  14. carousel: {
  15. prev: 'Visual sebelumnya',
  16. next: 'Visual selanjutnya'
  17. }
  18. };
  19. //# sourceMappingURL=id.js.map