feat: add routes, lang, tests, stubs, docs, and docker configurations

This commit is contained in:
2026-05-21 16:05:16 +07:00
parent fad70d096b
commit 28a06315b8
3385 changed files with 177070 additions and 0 deletions
+47
View File
@@ -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.',
],
],
];
+12
View File
@@ -0,0 +1,12 @@
<?php
return [
'field' => [
'label' => 'Tafuta kote',
'placeholder' => 'Tafuta',
],
'no_results_message' => 'Hakuna matokeo ya utafutaji yaliyopatikana.',
];
+35
View File
@@ -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',
],
],
],
];
+7
View File
@@ -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',
],
],
];