feat(LRL App): init V0
This commit is contained in:
63
lang/vendor/filament-panels/fr/layout.php
vendored
Normal file
63
lang/vendor/filament-panels/fr/layout.php
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'billing' => [
|
||||
'label' => "Gérer l'abonnement",
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Déconnexion',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Ouvrir les notifications',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'Menu utilisateur',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Réduire la barre latérale',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Agrandir la barre latérale',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Activer le mode sombre',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Désactiver le mode sombre',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'Activer le thème système',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'avatar' => [
|
||||
'alt' => 'Avatar de :name',
|
||||
],
|
||||
|
||||
'logo' => [
|
||||
'alt' => 'Logo de :name',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user