feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Urambazaji wa kurasa',
|
||||
|
||||
'overview' => 'Onesha :first mpaka :last ya :total ya matokeo',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'kwa kurasa',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Zote',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Nenda kwenye kurasa :page',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Mbele',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Nyuma',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user