feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Ingia',
|
||||
|
||||
'heading' => 'Ingia kwenye akaunti yako',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Barua pepe',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Nenosiri',
|
||||
],
|
||||
|
||||
'remember' => [
|
||||
'label' => 'Nikumbuke',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Ingia',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'failed' => 'Hati hizi hazilingani na rekodi zetu.',
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Majaribio mengi sana ya kuingia. Tafadhali jaribu tena ndani ya sekunde :seconds.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'field' => [
|
||||
'label' => 'Tafuta kote',
|
||||
'placeholder' => 'Tafuta',
|
||||
],
|
||||
|
||||
'no_results_message' => 'Hakuna matokeo ya utafutaji yaliyopatikana.',
|
||||
|
||||
];
|
||||
+35
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Toka',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Fungua arifa',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'Menyu ya Mtumiaji',
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Geuza hali ya giza',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Geuza hali ya mwanga',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Dashibodi',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Tengeneza :label',
|
||||
|
||||
'breadcrumb' => 'Tengeneza',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Ghairi',
|
||||
],
|
||||
|
||||
'create' => [
|
||||
'label' => 'Tengeneza',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Tengeneza na tengeneza tena',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Imeundwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Hariri :label',
|
||||
|
||||
'breadcrumb' => 'Hariri',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Ghairi',
|
||||
],
|
||||
|
||||
'save' => [
|
||||
'label' => 'Hifadhi mabadiliko',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Hariri',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Imehifadhiwa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'breadcrumb' => 'Listi',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Angalia :label',
|
||||
|
||||
'breadcrumb' => 'Angalia',
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Angalia',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Toka',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'welcome' => 'Karibu',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'open_documentation' => [
|
||||
'label' => 'Nyaraka',
|
||||
],
|
||||
|
||||
'open_github' => [
|
||||
'label' => 'GitHub',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user