feat(LRL App): init V0
This commit is contained in:
37
lang/vendor/filament-panels/fr/resources/pages/create-record.php
vendored
Normal file
37
lang/vendor/filament-panels/fr/resources/pages/create-record.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Créer :label',
|
||||
|
||||
'breadcrumb' => 'Créer',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Annuler',
|
||||
],
|
||||
|
||||
'create' => [
|
||||
'label' => 'Créer',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Enregistrer et créer un nouveau',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Créé(e)',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
41
lang/vendor/filament-panels/fr/resources/pages/edit-record.php
vendored
Normal file
41
lang/vendor/filament-panels/fr/resources/pages/edit-record.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Modifier :label',
|
||||
|
||||
'breadcrumb' => 'Modifier',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Annuler',
|
||||
],
|
||||
|
||||
'save' => [
|
||||
'label' => 'Sauvegarder les modifications',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Modifier',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Sauvegardé',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament-panels/fr/resources/pages/list-records.php
vendored
Normal file
7
lang/vendor/filament-panels/fr/resources/pages/list-records.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'breadcrumb' => 'Liste',
|
||||
|
||||
];
|
||||
17
lang/vendor/filament-panels/fr/resources/pages/view-record.php
vendored
Normal file
17
lang/vendor/filament-panels/fr/resources/pages/view-record.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Afficher :label',
|
||||
|
||||
'breadcrumb' => 'Afficher',
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Afficher',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user