phpvms/resources/lang/fr/common.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

63 lines
2.1 KiB
PHP

<?php
return [
'dashboard' => 'Tableau de bord',
'administration' => 'Administration',
'flight' => 'Vol|Vols',
'livemap' => 'Carte des vols',
'pilot' => 'Pilote|Pilotes',
'pirep' => 'PIREP|PIREPs',
'newestpilots' => 'Nouveaux Pilotes',
'profile' => 'Profil',
'email' => 'Email',
'pilot_id' => 'Pilote ID',
'register' => 'S\'inscrire',
'login' => 'Se connecter',
'logout' => 'Se déconnecter',
'timezone' => 'Fuseau horraire',
'country' => 'Pays',
'download' => 'Téléchargement|Téléchargements',
'from' => 'Depuis',
'to' => 'Vers',
'state' => 'Etat',
'status' => 'Statut',
'departure' => 'Départ',
'arrival' => 'Arrivée',
'aircraft' => 'Avion',
'airline' => 'Compagnie',
'subfleet' => 'Sous-Flotte',
'distance' => 'Distance',
'fuel' => 'Carburant',
'metar' => 'METAR',
'hour' => 'Heure|Heures',
'minute' => 'Minute|Minutes',
'note' => 'Note|Notes',
'field' => 'Champ|Champs',
'name' => 'Nom',
'value' => 'Valeur|Valeurs',
'remark' => 'Remarque|Remarques',
'find' => 'Rechercher',
'reset' => 'Réinitialiser',
'submit' => 'Envoyer',
'edit' => 'Editer',
'close' => 'Fermer',
'whoops' => 'Whoops',
'hello' => 'Bonjour',
'regards' => 'Cordialement',
'rightsreserved' => 'Tous droits réservés',
'active' => 'Actif',
'inactive' => 'Inactif',
'yes' => 'Oui',
'no' => 'Non',
'or' => 'ou',
'days' => [
'mon' => 'Lundi',
'tues' => 'Mardi',
'wed' => 'Mercredi',
'thurs' => 'Jeudi',
'fri' => 'Vendredi',
'sat' => 'Samedi',
'sun' => 'Dimanche',
],
];