feat(LRL App): init V0
This commit is contained in:
63
lang/vendor/filament-panels/en/layout.php
vendored
Normal file
63
lang/vendor/filament-panels/en/layout.php
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'billing' => [
|
||||
'label' => 'Manage subscription',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Sign out',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Open notifications',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'User menu',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Collapse sidebar',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Expand sidebar',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Enable dark theme',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Enable light theme',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'Enable system theme',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'avatar' => [
|
||||
'alt' => 'Avatar of :name',
|
||||
],
|
||||
|
||||
'logo' => [
|
||||
'alt' => ':name logo',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user