table.php 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?php
  2. return [
  3. 'columns' => [
  4. 'text' => [
  5. 'more_list_items' => 'i :count više',
  6. ],
  7. ],
  8. 'fields' => [
  9. 'bulk_select_page' => [
  10. 'label' => 'Odaberi/poništi odabir svih stavki za grupne radnje.',
  11. ],
  12. 'bulk_select_record' => [
  13. 'label' => 'Odaberi/poništi odabir stavke :key za grupne radnje.',
  14. ],
  15. 'search' => [
  16. 'label' => 'Pretraga',
  17. 'placeholder' => 'Tražite',
  18. ],
  19. ],
  20. 'actions' => [
  21. 'disable_reordering' => [
  22. 'label' => 'Završi preuređivanje zapisa',
  23. ],
  24. 'enable_reordering' => [
  25. 'label' => 'Preuredi zapise',
  26. ],
  27. 'filter' => [
  28. 'label' => 'Filter',
  29. ],
  30. 'open_bulk_actions' => [
  31. 'label' => 'Otvorene akcije',
  32. ],
  33. 'toggle_columns' => [
  34. 'label' => 'Preklopiti kolone',
  35. ],
  36. ],
  37. 'empty' => [
  38. 'heading' => 'Nije pronađen nijedan zapis',
  39. ],
  40. 'filters' => [
  41. 'heading' => 'Filteri',
  42. 'actions' => [
  43. 'remove' => [
  44. 'label' => 'Skloni filter',
  45. ],
  46. 'remove_all' => [
  47. 'label' => 'Skloni svi filteri',
  48. 'tooltip' => 'Skloni svi filteri',
  49. ],
  50. 'reset' => [
  51. 'label' => 'Resetujte filtere',
  52. ],
  53. ],
  54. 'indicator' => 'Aktivne filteri',
  55. 'multi_select' => [
  56. 'placeholder' => 'Svi',
  57. ],
  58. 'select' => [
  59. 'placeholder' => 'Svi',
  60. ],
  61. 'trashed' => [
  62. 'label' => 'Izbrisani zapisi',
  63. 'only_trashed' => 'Samo izbrisani zapisi',
  64. 'with_trashed' => 'Sa izbrisanim zapisima',
  65. 'without_trashed' => 'Bez izbrisanih zapisa',
  66. ],
  67. ],
  68. 'reorder_indicator' => 'Prevucite i ispustite zapise u red.',
  69. 'selection_indicator' => [
  70. 'selected_count' => '1 izabran zapis|:count izabrani zapisi',
  71. 'actions' => [
  72. 'select_all' => [
  73. 'label' => 'Izaberite sve :count',
  74. ],
  75. 'deselect_all' => [
  76. 'label' => 'Poništitite izbor',
  77. ],
  78. ],
  79. ],
  80. 'sorting' => [
  81. 'fields' => [
  82. 'column' => [
  83. 'label' => 'Sortirajte po',
  84. ],
  85. 'direction' => [
  86. 'label' => 'Sortirajte po smjeru',
  87. 'options' => [
  88. 'asc' => 'Uzlazno',
  89. 'desc' => 'Silazno',
  90. ],
  91. ],
  92. ],
  93. ],
  94. ];