table.php 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. <?php
  2. return [
  3. 'column_toggle' => [
  4. 'heading' => 'Kolum',
  5. ],
  6. 'columns' => [
  7. 'actions' => [
  8. 'label' => 'Tindakan|Tindakan',
  9. ],
  10. 'text' => [
  11. 'actions' => [
  12. 'collapse_list' => 'Tunjukkan kurang :count',
  13. 'expand_list' => 'Tunjukkan :count lagi',
  14. ],
  15. 'more_list_items' => 'dan :count lagi',
  16. ],
  17. ],
  18. 'fields' => [
  19. 'bulk_select_page' => [
  20. 'label' => 'Pilih/nyahpilih semua item untuk tindakan pukal.',
  21. ],
  22. 'bulk_select_record' => [
  23. 'label' => 'Pilih/nyahpilih item :key untuk tindakan pukal.',
  24. ],
  25. 'bulk_select_group' => [
  26. 'label' => 'Pilih/nyahpilih kumpulan :title untuk tindakan pukal.',
  27. ],
  28. 'search' => [
  29. 'label' => 'Cari',
  30. 'placeholder' => 'Carian',
  31. 'indicator' => 'Carian',
  32. ],
  33. ],
  34. 'summary' => [
  35. 'heading' => 'Ringkasan',
  36. 'subheadings' => [
  37. 'all' => 'Semua :label',
  38. 'group' => ':group ringkasan',
  39. 'page' => 'Muka surat ini',
  40. ],
  41. 'summarizers' => [
  42. 'average' => [
  43. 'label' => 'Purata',
  44. ],
  45. 'count' => [
  46. 'label' => 'Bilangan',
  47. ],
  48. 'sum' => [
  49. 'label' => 'Jumlah',
  50. ],
  51. ],
  52. ],
  53. 'actions' => [
  54. 'disable_reordering' => [
  55. 'label' => 'Selesai menyusun semula rekod',
  56. ],
  57. 'enable_reordering' => [
  58. 'label' => 'Menyusun semula rekod',
  59. ],
  60. 'filter' => [
  61. 'label' => 'Tapisan',
  62. ],
  63. 'group' => [
  64. 'label' => 'Kumpulan',
  65. ],
  66. 'open_bulk_actions' => [
  67. 'label' => 'Tindakan terbuka',
  68. ],
  69. 'toggle_columns' => [
  70. 'label' => 'Togol lajur',
  71. ],
  72. ],
  73. 'empty' => [
  74. 'heading' => 'Tiada rekod dijumpai',
  75. 'description' => 'Cipta :model untuk bermula.',
  76. ],
  77. 'filters' => [
  78. 'actions' => [
  79. 'apply' => [
  80. 'label' => 'Gunakan tapisan',
  81. ],
  82. 'remove' => [
  83. 'label' => 'Buang tapisan',
  84. ],
  85. 'remove_all' => [
  86. 'label' => 'Buang semua tapisan',
  87. 'tooltip' => 'Buang semua tapisan',
  88. ],
  89. 'reset' => [
  90. 'label' => 'Tetapkan semula tapisan',
  91. ],
  92. ],
  93. 'heading' => 'Tapisan',
  94. 'indicator' => 'Tapisan aktif',
  95. 'multi_select' => [
  96. 'placeholder' => 'Semua',
  97. ],
  98. 'select' => [
  99. 'placeholder' => 'Semua',
  100. ],
  101. 'trashed' => [
  102. 'label' => 'Rekod telah dipadamkan',
  103. 'only_trashed' => 'Hanya rekod yang dipadamkan',
  104. 'with_trashed' => 'Dengan rekod yang dipadam',
  105. 'without_trashed' => 'Tanpa rekod yang dipadam',
  106. ],
  107. ],
  108. 'grouping' => [
  109. 'fields' => [
  110. 'group' => [
  111. 'label' => 'Kumpulan mengikut',
  112. 'placeholder' => 'Kumpulan mengikut',
  113. ],
  114. 'direction' => [
  115. 'label' => 'Arah kumpulan',
  116. 'options' => [
  117. 'asc' => 'Menaik',
  118. 'desc' => 'Menurun',
  119. ],
  120. ],
  121. ],
  122. ],
  123. 'reorder_indicator' => 'Seret dan lepaskan rekod mengikut susunan.',
  124. 'selection_indicator' => [
  125. 'selected_count' => '{1} 1 rekod dipilih|[2,*] :count rekod yang dipilih',
  126. 'actions' => [
  127. 'select_all' => [
  128. 'label' => 'Pilih semua :count',
  129. ],
  130. 'deselect_all' => [
  131. 'label' => 'Nyahpilih semua',
  132. ],
  133. ],
  134. ],
  135. 'sorting' => [
  136. 'fields' => [
  137. 'column' => [
  138. 'label' => 'Disusun mengikut',
  139. ],
  140. 'direction' => [
  141. 'label' => 'Arah susunan',
  142. 'options' => [
  143. 'asc' => 'Menaik',
  144. 'desc' => 'Menurun',
  145. ],
  146. ],
  147. ],
  148. ],
  149. ];