install
This commit is contained in:
72
lang/vendor/filament-panels/tk/layout.php
vendored
Normal file
72
lang/vendor/filament-panels/tk/layout.php
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'billing' => [
|
||||
'label' => 'Abunany dolandyr',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Çykmak',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Bildirijiler',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'Ulanyjy menýusy',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Gapdal paneli ýygjamlaşdyr',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Gapdal paneli giňelt',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Garaňky temany açmak',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Ýagty temany açmak',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'Ulgam temasyny açmak',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'avatar' => [
|
||||
'alt' => ':name-nyň suraty',
|
||||
],
|
||||
|
||||
'logo' => [
|
||||
'alt' => ':name logotipi',
|
||||
],
|
||||
|
||||
'tenant_menu' => [
|
||||
|
||||
'search_field' => [
|
||||
'label' => 'Gözleg',
|
||||
'placeholder' => 'Gözle',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user