feat(LRL App): init V0
This commit is contained in:
15
lang/vendor/filament-panels/en/widgets/account-widget.php
vendored
Normal file
15
lang/vendor/filament-panels/en/widgets/account-widget.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Sign out',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'welcome' => 'Welcome',
|
||||
|
||||
];
|
||||
17
lang/vendor/filament-panels/en/widgets/filament-info-widget.php
vendored
Normal file
17
lang/vendor/filament-panels/en/widgets/filament-info-widget.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'open_documentation' => [
|
||||
'label' => 'Documentation',
|
||||
],
|
||||
|
||||
'open_github' => [
|
||||
'label' => 'GitHub',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user