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

40 lines
609 B
PHP

<?php
return [
'label' => 'Lapdales navigācija',
'overview' => '{1} Rāda 1 rezultātu|[2,*] Rāda :first līdz :last no :total rezultātiem',
'fields' => [
'records_per_page' => [
'label' => 'vienā lappusē',
'options' => [
'all' => 'Visi',
],
],
],
'actions' => [
'go_to_page' => [
'label' => 'Doties uz lapu :page',
],
'next' => [
'label' => 'Nākamais',
],
'previous' => [
'label' => 'Iepriekšējais',
],
],
];