table.php 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?php
  2. return [
  3. 'column_toggle' => [
  4. 'heading' => 'עמודות',
  5. ],
  6. 'columns' => [
  7. 'text' => [
  8. 'more_list_items' => 'ו-:count פריטים נוספים',
  9. ],
  10. ],
  11. 'fields' => [
  12. 'bulk_select_page' => [
  13. 'label' => 'בחר/בטל בחירה לפעולות המרובות.',
  14. ],
  15. 'bulk_select_record' => [
  16. 'label' => 'בחר/בטל בחירה לפעולות המרובות לפריט :key.',
  17. ],
  18. 'search' => [
  19. 'label' => 'חיפוש',
  20. 'placeholder' => 'חיפוש',
  21. 'indicator' => 'חיפוש',
  22. ],
  23. ],
  24. 'summary' => [
  25. 'heading' => 'סיכום',
  26. 'subheadings' => [
  27. 'all' => 'כל ה-:label',
  28. 'group' => 'סיכום של :group',
  29. 'page' => 'עמוד זה',
  30. ],
  31. 'summarizers' => [
  32. 'average' => [
  33. 'label' => 'ממוצע',
  34. ],
  35. 'count' => [
  36. 'label' => 'ספירה',
  37. ],
  38. 'sum' => [
  39. 'label' => 'סכום',
  40. ],
  41. ],
  42. ],
  43. 'actions' => [
  44. 'disable_reordering' => [
  45. 'label' => 'סיים סידור רשומות',
  46. ],
  47. 'enable_reordering' => [
  48. 'label' => 'סדר מחדש רשומות',
  49. ],
  50. 'filter' => [
  51. 'label' => 'פילטר',
  52. ],
  53. 'group' => [
  54. 'label' => 'קבוצה',
  55. ],
  56. 'open_bulk_actions' => [
  57. 'label' => 'פתח פעולות מרובות',
  58. ],
  59. 'toggle_columns' => [
  60. 'label' => 'הצג עמודות',
  61. ],
  62. ],
  63. 'empty' => [
  64. 'heading' => 'לא נמצאו רשומות',
  65. 'description' => 'צור :model כדי להתחיל.',
  66. ],
  67. 'filters' => [
  68. 'actions' => [
  69. 'remove' => [
  70. 'label' => 'הסר סנן',
  71. ],
  72. 'remove_all' => [
  73. 'label' => 'הסר את כל הסננים',
  74. 'tooltip' => 'הסר את כל הסננים',
  75. ],
  76. 'reset' => [
  77. 'label' => 'איפוס סננים',
  78. ],
  79. ],
  80. 'heading' => 'סננים',
  81. 'indicator' => 'סננים מופעלים',
  82. 'multi_select' => [
  83. 'placeholder' => 'הכל',
  84. ],
  85. 'select' => [
  86. 'placeholder' => 'הכל',
  87. ],
  88. 'trashed' => [
  89. 'label' => 'רשומות שנמחקו',
  90. 'only_trashed' => 'רק רשומות שנמחקו',
  91. 'with_trashed' => 'כולל רשומות שנמחקו',
  92. 'without_trashed' => 'ללא רשומות שנמחקו',
  93. ],
  94. ],
  95. 'grouping' => [
  96. 'fields' => [
  97. 'group' => [
  98. 'label' => 'קבץ לפי',
  99. 'placeholder' => 'קבץ לפי',
  100. ],
  101. 'direction' => [
  102. 'label' => 'כיוון קיבוץ',
  103. 'options' => [
  104. 'asc' => 'עולה',
  105. 'desc' => 'יורד',
  106. ],
  107. ],
  108. ],
  109. ],
  110. 'reorder_indicator' => 'גרור ושחרר רשומות לסידור מחדש.',
  111. 'selection_indicator' => [
  112. 'selected_count' => 'נבחרה רשומה אחת|נבחרו :count רשומות',
  113. 'actions' => [
  114. 'select_all' => [
  115. 'label' => 'בחר את כל :count',
  116. ],
  117. 'deselect_all' => [
  118. 'label' => 'בטל בחירה',
  119. ],
  120. ],
  121. ],
  122. 'sorting' => [
  123. 'fields' => [
  124. 'column' => [
  125. 'label' => 'מיין לפי',
  126. ],
  127. 'direction' => [
  128. 'label' => 'סדר לפי',
  129. 'options' => [
  130. 'asc' => 'סדר עולה',
  131. 'desc' => 'סדר יורד',
  132. ],
  133. ],
  134. ],
  135. ],
  136. ];