Uchiha Bayu Senju 4654a2e350
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
Upload
2025-04-27 23:55:09 +07:00

48 lines
720 B
PHP

<?php
return [
'label' => 'Paginació',
'overview' => '{1} Mostrant 1 resultat|[2,*] Mostrant :first a :last de :total resultats',
'fields' => [
'records_per_page' => [
'label' => 'Per pàgina',
'options' => [
'all' => 'Tots',
],
],
],
'actions' => [
'first' => [
'label' => 'Primera',
],
'go_to_page' => [
'label' => 'Anar a la pàgina :page',
],
'last' => [
'label' => 'Última',
],
'next' => [
'label' => 'Següent',
],
'previous' => [
'label' => 'Anterior',
],
],
];