table.php 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <?php
  2. return [
  3. 'column_toggle' => [
  4. 'heading' => 'Ustunlar',
  5. ],
  6. 'columns' => [
  7. 'text' => [
  8. 'actions' => [
  9. 'collapse_list' => ':counttadan kamroq ko\'rsatish',
  10. 'expand_list' => ':counttadan ko\'proq ko\'rsatish',
  11. ],
  12. 'more_list_items' => 'va :counttadan ko\'proq',
  13. ],
  14. ],
  15. 'fields' => [
  16. 'bulk_select_page' => [
  17. 'label' => 'Ommaviy amallar uchun tanlash/bekor qilish.',
  18. ],
  19. 'bulk_select_record' => [
  20. 'label' => ':key elementi ommaviy harakatlari uchun tanlash/bekor qilish.',
  21. ],
  22. 'bulk_select_group' => [
  23. 'label' => 'Sarlavha guruhi uchun tanlash/bekor qilish.',
  24. ],
  25. 'search' => [
  26. 'label' => 'Qidirish',
  27. 'placeholder' => 'Qidirish',
  28. 'indicator' => 'Qidirish',
  29. ],
  30. ],
  31. 'summary' => [
  32. 'heading' => 'Xulosa',
  33. 'subheadings' => [
  34. 'all' => 'Barcha :labellar',
  35. 'group' => ':group xulosa',
  36. 'page' => 'Ushbu sahifa',
  37. ],
  38. 'summarizers' => [
  39. 'average' => [
  40. 'label' => 'O\'rtacha',
  41. ],
  42. 'count' => [
  43. 'label' => 'Hisoblash',
  44. ],
  45. 'sum' => [
  46. 'label' => 'Umumiy qiymat (SUM)',
  47. ],
  48. ],
  49. ],
  50. 'actions' => [
  51. 'disable_reordering' => [
  52. 'label' => 'Yozuvlarni qayta tartiblashni tugatish',
  53. ],
  54. 'enable_reordering' => [
  55. 'label' => 'Yozuvlarni qayta tartiblash',
  56. ],
  57. 'filter' => [
  58. 'label' => 'Filtrlash',
  59. ],
  60. 'group' => [
  61. 'label' => 'Guruh',
  62. ],
  63. 'open_bulk_actions' => [
  64. 'label' => 'Ommaviy amallar',
  65. ],
  66. 'toggle_columns' => [
  67. 'label' => 'Ustunlarni almashtirish',
  68. ],
  69. ],
  70. 'empty' => [
  71. 'heading' => ':model mavjud emas',
  72. 'description' => 'Boshlash uchun :model yarating',
  73. ],
  74. 'filters' => [
  75. 'actions' => [
  76. 'remove' => [
  77. 'label' => 'Filtrni o\'chirish',
  78. ],
  79. 'remove_all' => [
  80. 'label' => 'Barcha filtrlarni olib tashlash',
  81. 'tooltip' => 'Barcha filtrlarni olib tashlash',
  82. ],
  83. 'reset' => [
  84. 'label' => 'Qayta o\'rnatish',
  85. ],
  86. ],
  87. 'heading' => 'Filtrlar',
  88. 'indicator' => 'Faol filtrlar',
  89. 'multi_select' => [
  90. 'placeholder' => 'Barchasi',
  91. ],
  92. 'select' => [
  93. 'placeholder' => 'Barchasi',
  94. ],
  95. 'trashed' => [
  96. 'label' => 'O\'chirilgan ma\'lumotlar',
  97. 'only_trashed' => 'Faqat o\'chirilgan ma\'lumotlar',
  98. 'with_trashed' => 'O\'chirilgan ma\'lumotlar bilan',
  99. 'without_trashed' => 'O\'chirilgan ma\'lumotlarsiz',
  100. ],
  101. ],
  102. 'grouping' => [
  103. 'fields' => [
  104. 'group' => [
  105. 'label' => 'Guruhlash',
  106. 'placeholder' => 'Guruhlash',
  107. ],
  108. 'direction' => [
  109. 'label' => 'Guruh yo\'nalishi',
  110. 'options' => [
  111. 'asc' => 'Ko\'tarilish (ASC)',
  112. 'desc' => 'Tushish (DESC)',
  113. ],
  114. ],
  115. ],
  116. ],
  117. 'reorder_indicator' => 'Ma\'lumotlarni tartibda sudrab olib tashlang.',
  118. 'selection_indicator' => [
  119. 'selected_count' => '1ta ma\'lumot tanlangan|:countta ma\'lumotlar tanlangan',
  120. 'actions' => [
  121. 'select_all' => [
  122. 'label' => ':count - barchasini belgilash',
  123. ],
  124. 'deselect_all' => [
  125. 'label' => 'Barchasini belgilamaslik',
  126. ],
  127. ],
  128. ],
  129. 'sorting' => [
  130. 'fields' => [
  131. 'column' => [
  132. 'label' => 'Saralash',
  133. ],
  134. 'direction' => [
  135. 'label' => 'Saralash',
  136. 'options' => [
  137. 'asc' => 'Ko\'tarilish (ASC)',
  138. 'desc' => 'Tushish (DESC)',
  139. ],
  140. ],
  141. ],
  142. ],
  143. ];