60 lines
1.2 KiB
PHP
60 lines
1.2 KiB
PHP
<?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 ሎጎ',
|
|
],
|
|
];
|