feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Пагінація',
|
||||
|
||||
'overview' => 'Показано з :first по :last з :total',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'на сторінку',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Всі',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Перша',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Перейти до сторінки :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Остання',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Наступна',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Попередня',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user