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
+63
View File
@@ -0,0 +1,63 @@
<?php
return [
'direction' => 'ltr',
'actions' => [
'billing' => [
'label' => 'გამოწერის მართვა',
],
'logout' => [
'label' => 'გასვლა',
],
'open_database_notifications' => [
'label' => 'გახსენი შეტყობინებები',
],
'open_user_menu' => [
'label' => 'მომხმარებლის მენიუ',
],
'sidebar' => [
'collapse' => [
'label' => 'გვერდითი პანელის შეკუმშვა',
],
'expand' => [
'label' => 'გვერდითი პანელის გახსნა',
],
],
'theme_switcher' => [
'dark' => [
'label' => 'მუქი თემის ჩართვა',
],
'light' => [
'label' => 'ნათელი თემის ჩართვა',
],
'system' => [
'label' => 'სისტემის თემის ჩართვა',
],
],
],
'avatar' => [
'alt' => ':name-ის ავატარი',
],
'logo' => [
'alt' => ':name-ის ლოგო',
],
];