pagination.php 607B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. return [
  3. 'label' => 'Səhifələndirmə Naviqasiyası',
  4. 'overview' => 'Toplam :total nəticədən :first ile :last arası göstərilir',
  5. 'fields' => [
  6. 'records_per_page' => [
  7. 'label' => 'səhifə başına',
  8. 'options' => [
  9. 'all' => 'Hamısı',
  10. ],
  11. ],
  12. ],
  13. 'actions' => [
  14. 'go_to_page' => [
  15. 'label' => ':page. səhifəyə get',
  16. ],
  17. 'next' => [
  18. 'label' => 'Sonrakı',
  19. ],
  20. 'previous' => [
  21. 'label' => 'Əvvəlki',
  22. ],
  23. ],
  24. ];