项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

59 lines
1.4 KiB

  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. var _default = {
  7. badge: 'Lencana',
  8. close: 'Tutup',
  9. dataIterator: {
  10. noResultsText: 'Tidak ditemukan catatan yang cocok',
  11. loadingText: 'Memuat data...'
  12. },
  13. dataTable: {
  14. itemsPerPageText: 'Baris per halaman:',
  15. ariaLabel: {
  16. sortDescending: 'Diurutkan kebawah.',
  17. sortAscending: 'Diurutkan keatas.',
  18. sortNone: 'Tidak diurutkan.',
  19. activateNone: 'Aktifkan untuk menghapus penyortiran.',
  20. activateDescending: 'Aktifkan untuk mengurutkan kebawah.',
  21. activateAscending: 'Aktifkan untuk mengurutkan keatas.'
  22. },
  23. sortBy: 'Urutkan berdasar'
  24. },
  25. dataFooter: {
  26. itemsPerPageText: 'Item per halaman:',
  27. itemsPerPageAll: 'Semua',
  28. nextPage: 'Halaman selanjutnya',
  29. prevPage: 'Halaman sebelumnya',
  30. firstPage: 'Halaman pertama',
  31. lastPage: 'Halaman terakhir',
  32. pageText: '{0}-{1} dari {2}'
  33. },
  34. datePicker: {
  35. itemsSelected: '{0} dipilih'
  36. },
  37. noDataText: 'Tidak ada data tersedia',
  38. carousel: {
  39. prev: 'Visual sebelumnya',
  40. next: 'Visual selanjutnya',
  41. ariaLabel: {
  42. delimiter: 'Carousel slide {0} of {1}'
  43. }
  44. },
  45. calendar: {
  46. moreEvents: '{0} lagi'
  47. },
  48. fileInput: {
  49. counter: '{0} berkas',
  50. counterSize: '{0} berkas (dari total {1})'
  51. },
  52. timePicker: {
  53. am: 'AM',
  54. pm: 'PM'
  55. }
  56. };
  57. exports.default = _default;
  58. //# sourceMappingURL=id.js.map