feat(LRL App): init V0
This commit is contained in:
33
lang/vendor/filament-panels/fr/pages/dashboard.php
vendored
Normal file
33
lang/vendor/filament-panels/fr/pages/dashboard.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Tableau de bord',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'filter' => [
|
||||
|
||||
'label' => 'Filtrer',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Filtrer',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'apply' => [
|
||||
|
||||
'label' => 'Appliquer',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user