French Translation (#1392)
Author: Jacques M. ( Jbaltazar67 from phpVMS Forum/Discord )
This commit is contained in:
13
resources/lang/fr/user.php
Normal file
13
resources/lang/fr/user.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'location' => 'Localisation',
|
||||
'state' => [
|
||||
'pending' => 'En attente',
|
||||
'active' => 'Actif',
|
||||
'rejected' => 'Rejeté',
|
||||
'on_leave' => 'En congé',
|
||||
'suspended' => 'Suspendu',
|
||||
'deleted' => 'Supprimé',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user