feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Pagination navigation',
|
||||
|
||||
'overview' => '{1} Result 1 tihlan|[2,*] Result :first atang :last lanna, :total atangin',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'Phêk tinah',
|
||||
|
||||
'options' => [
|
||||
'all' => 'A vaiin',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'A hmasa ber',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Phêk :page naa kalna',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'A tawpna',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'A dawttu',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'A hmasa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user