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

12 lines
330 B
PHP

<?php
return [
'totalhours' => 'Heures Totales',
'yourbalance' => 'Votre Solde',
'yourlastreport' => 'Votre dernier Rapport',
'noreportsyet' => 'Aucun Rapport',
'fileonenow' => 'Créez en un maintenant',
'weatherat' => 'Météo à :ICAO',
'recentreports' => 'Rapports Récents',
];