Fix French translations (#1394)

Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
This commit is contained in:
arthurpar06
2022-02-07 22:15:25 +01:00
committed by GitHub
parent c518175244
commit 737b2f137f
14 changed files with 95 additions and 95 deletions

View File

@@ -1,11 +1,11 @@
<?php
return [
'totalhours' => 'Total Heures',
'totalhours' => 'Heures Totales',
'yourbalance' => 'Votre Solde',
'yourlastreport' => 'Votre dernier Rapport',
'noreportsyet' => 'Pas encore de Rapport.',
'fileonenow' => 'Déposez Votre Rapport.',
'weatherat' => 'Météo :ICAO',
'noreportsyet' => 'Aucun Rapport',
'fileonenow' => 'Créez en un maintenant',
'weatherat' => 'Météo à :ICAO',
'recentreports' => 'Rapports Récents',
];