64 lines
1.0 KiB
PHP
64 lines
1.0 KiB
PHP
<?php
|
||
|
||
return [
|
||
|
||
'direction' => 'ltr',
|
||
|
||
'actions' => [
|
||
|
||
'billing' => [
|
||
'label' => 'Abunəliyi idarə et',
|
||
],
|
||
|
||
'logout' => [
|
||
'label' => 'Çıxış',
|
||
],
|
||
|
||
'open_database_notifications' => [
|
||
'label' => 'Bildirişləri aç',
|
||
],
|
||
|
||
'open_user_menu' => [
|
||
'label' => 'İstifadəçi menyusu',
|
||
],
|
||
|
||
'sidebar' => [
|
||
|
||
'collapse' => [
|
||
'label' => 'Yan menyunu daralt',
|
||
],
|
||
|
||
'expand' => [
|
||
'label' => 'Yan menyunu genişlət',
|
||
],
|
||
|
||
],
|
||
|
||
'theme_switcher' => [
|
||
|
||
'dark' => [
|
||
'label' => 'Qara tema',
|
||
],
|
||
|
||
'light' => [
|
||
'label' => 'Açıq tema',
|
||
],
|
||
|
||
'system' => [
|
||
'label' => 'Sistem defolt',
|
||
],
|
||
|
||
],
|
||
|
||
],
|
||
|
||
'avatar' => [
|
||
'alt' => 'avatarı :name',
|
||
],
|
||
|
||
'logo' => [
|
||
'alt' => ':name loqo',
|
||
],
|
||
|
||
];
|