feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+59
@@ -0,0 +1,59 @@
|
||||
<?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