French Translation (#1392)

Author: Jacques M.
( Jbaltazar67 from phpVMS Forum/Discord )
This commit is contained in:
B.Fatih KOZ
2022-02-04 23:39:10 +03:00
committed by GitHub
parent e4782c40f3
commit 94735103aa
20 changed files with 750 additions and 0 deletions

View 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é',
],
];