phpvms/resources/lang/fr/user.php
arthurpar06 737b2f137f
Fix French translations (#1394)
Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
2022-02-07 16:15:25 -05:00

14 lines
292 B
PHP

<?php
return [
'location' => 'Localisation',
'state' => [
'pending' => 'En attente',
'active' => 'Actif',
'rejected' => 'Rejeté',
'on_leave' => 'En vacances',
'suspended' => 'Suspendu',
'deleted' => 'Supprimé',
],
];