added French translation
This commit is contained in:
17
resources/lang/fr-FR/messages.php
Normal file
17
resources/lang/fr-FR/messages.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => ': type ajouté !',
|
||||
'updated' => ':type mise à jour !',
|
||||
'deleted' => ':type supprimé !',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'Erreur : Vous n’êtes pas autorisé à gérer cette société !',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Attention : Vous ne pouvez pas supprimer de :type. Parce qu’il a :texte',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user