table.php 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <?php
  2. return [
  3. 'column_toggle' => [
  4. 'heading' => 'Kolonat',
  5. ],
  6. 'columns' => [
  7. 'text' => [
  8. 'more_list_items' => 'dhe :count më shumë',
  9. ],
  10. ],
  11. 'fields' => [
  12. 'bulk_select_page' => [
  13. 'label' => 'Zgjidh/çzgjidh të gjithë artikujt për veprime në masë.',
  14. ],
  15. 'bulk_select_record' => [
  16. 'label' => 'Zgjidh/çzgjidh artikullin :key për veprime në masë.',
  17. ],
  18. 'search' => [
  19. 'label' => 'Kërko',
  20. 'placeholder' => 'Kërko',
  21. 'indicator' => 'Kërko',
  22. ],
  23. ],
  24. 'summary' => [
  25. 'heading' => 'Përmbledhje',
  26. 'subheadings' => [
  27. 'all' => 'Të gjithë :label',
  28. 'group' => ':group përmbledhje',
  29. 'page' => 'Kjo faqe',
  30. ],
  31. 'summarizers' => [
  32. 'average' => [
  33. 'label' => 'Mesatare',
  34. ],
  35. 'count' => [
  36. 'label' => 'Numëro',
  37. ],
  38. 'sum' => [
  39. 'label' => 'Mblidh',
  40. ],
  41. ],
  42. ],
  43. 'actions' => [
  44. 'disable_reordering' => [
  45. 'label' => 'Përfundo rirenditjen e regjistrave',
  46. ],
  47. 'enable_reordering' => [
  48. 'label' => 'Rirenditni të dhënat',
  49. ],
  50. 'filter' => [
  51. 'label' => 'Filtro',
  52. ],
  53. 'group' => [
  54. 'label' => 'Grupi',
  55. ],
  56. 'open_bulk_actions' => [
  57. 'label' => 'Veprime me shumicë',
  58. ],
  59. 'toggle_columns' => [
  60. 'label' => 'Ndrysho kolonat',
  61. ],
  62. ],
  63. 'empty' => [
  64. 'heading' => 'S\'ka :model',
  65. 'description' => 'Krijo një :model për të filluar.',
  66. ],
  67. 'filters' => [
  68. 'actions' => [
  69. 'remove' => [
  70. 'label' => 'Hiq filtrin',
  71. ],
  72. 'remove_all' => [
  73. 'label' => 'Hiqni të gjithë filtrat',
  74. 'tooltip' => 'Hiqni të gjithë filtrat',
  75. ],
  76. 'reset' => [
  77. 'label' => 'Rivendos',
  78. ],
  79. ],
  80. 'heading' => 'Filtrat',
  81. 'indicator' => 'Filtrat aktivë',
  82. 'multi_select' => [
  83. 'placeholder' => 'Të gjitha',
  84. ],
  85. 'select' => [
  86. 'placeholder' => 'Të gjitha',
  87. ],
  88. 'trashed' => [
  89. 'label' => 'Të dhënat e fshira',
  90. 'only_trashed' => 'Vetëm të dhënat e fshira',
  91. 'with_trashed' => 'Me të dhëna të fshira',
  92. 'without_trashed' => 'Pa të dhëna të fshira',
  93. ],
  94. ],
  95. 'grouping' => [
  96. 'fields' => [
  97. 'group' => [
  98. 'label' => 'Grupo sipas',
  99. 'placeholder' => 'Grupo sipas',
  100. ],
  101. 'direction' => [
  102. 'label' => 'Drejtimi i grupit',
  103. 'options' => [
  104. 'asc' => 'Në ngjitje',
  105. 'desc' => 'Duke zbritur',
  106. ],
  107. ],
  108. ],
  109. ],
  110. 'reorder_indicator' => 'Tërhiqni dhe lëshoni të dhënat sipas renditjes',
  111. 'selection_indicator' => [
  112. 'selected_count' => '1 regjistrim i zgjedhur|:count regjistrime të zgjedhura',
  113. 'actions' => [
  114. 'select_all' => [
  115. 'label' => 'Zgjidhni të gjitha :count',
  116. ],
  117. 'deselect_all' => [
  118. 'label' => 'Çzgjidh të gjitha',
  119. ],
  120. ],
  121. ],
  122. 'sorting' => [
  123. 'fields' => [
  124. 'column' => [
  125. 'label' => 'Ndaj sipas',
  126. ],
  127. 'direction' => [
  128. 'label' => 'Rendit drejtimin',
  129. 'options' => [
  130. 'asc' => 'Në ngjitje',
  131. 'desc' => 'Duke zbritur',
  132. ],
  133. ],
  134. ],
  135. ],
  136. ];