Fix French translations (#1394)
Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
This commit is contained in:
@@ -3,20 +3,20 @@
|
||||
return [
|
||||
'dashboard' => 'Tableau de bord',
|
||||
'administration' => 'Administration',
|
||||
'flight' => 'Vols',
|
||||
'livemap' => 'Live Map',
|
||||
'flight' => 'Vol|Vols',
|
||||
'livemap' => 'Carte des vols',
|
||||
'pilot' => 'Pilote|Pilotes',
|
||||
'pirep' => 'Pilote|PIREPS',
|
||||
'pirep' => 'PIREP|PIREPs',
|
||||
'newestpilots' => 'Nouveaux Pilotes',
|
||||
'profile' => 'Profil',
|
||||
'email' => 'Email',
|
||||
'pilot_id' => 'Pilote ID',
|
||||
'register' => 'Inscription',
|
||||
'login' => 'Connexion',
|
||||
'logout' => 'Déconnxion',
|
||||
'timezone' => 'Timezone',
|
||||
'register' => 'S\'inscrire',
|
||||
'login' => 'Se connecter',
|
||||
'logout' => 'Se déconnecter',
|
||||
'timezone' => 'Fuseau horraire',
|
||||
'country' => 'Pays',
|
||||
'download' => 'Téléchargements',
|
||||
'download' => 'Téléchargement|Téléchargements',
|
||||
'from' => 'Depuis',
|
||||
'to' => 'Vers',
|
||||
'state' => 'Etat',
|
||||
@@ -30,20 +30,20 @@ return [
|
||||
'fuel' => 'Carburant',
|
||||
'metar' => 'METAR',
|
||||
'hour' => 'Heure|Heures',
|
||||
'minute' => 'Heure|Minutes',
|
||||
'note' => 'Notes',
|
||||
'field' => 'Champs',
|
||||
'minute' => 'Minute|Minutes',
|
||||
'note' => 'Note|Notes',
|
||||
'field' => 'Champ|Champs',
|
||||
'name' => 'Nom',
|
||||
'value' => 'Valeur|Valeurs',
|
||||
'remark' => 'Remarque|Remarques',
|
||||
'find' => 'Trouver',
|
||||
'reset' => 'Réinitaliser',
|
||||
'submit' => 'Soumettre',
|
||||
'find' => 'Rechercher',
|
||||
'reset' => 'Réinitialiser',
|
||||
'submit' => 'Envoyer',
|
||||
'edit' => 'Editer',
|
||||
'close' => 'Fermer',
|
||||
'whoops' => 'Whoops',
|
||||
'hello' => 'Bonjour',
|
||||
'regards' => 'Salutations',
|
||||
'regards' => 'Cordialement',
|
||||
'rightsreserved' => 'Tous droits réservés',
|
||||
'active' => 'Actif',
|
||||
'inactive' => 'Inactif',
|
||||
|
||||
Reference in New Issue
Block a user