737b2f137f
Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
63 lines
2.1 KiB
PHP
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',
|
|
],
|
|
];
|