feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Navigare',
|
||||
|
||||
'overview' => 'Afișare :first-:last din :total rezultate',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'Pe pagină',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Toate',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Prima pagină',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Mergi la pagina :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Ultima pagină',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Pagina următoare',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Pagina precedentă',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user