feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Paginação',
|
||||
|
||||
'overview' => '{1} A mostrar 1 resultado|[2,*] A mostrar :first a :last de :total resultados',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'Por página',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Todos',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Primeira',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Ir para a página :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Última',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Próxima',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Anterior',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user