feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+63
@@ -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 լոգո',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user