2022-02-05 04:39:10 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2022-02-08 05:15:25 +08:00
|
|
|
'totalhours' => 'Heures Totales',
|
2022-02-05 04:39:10 +08:00
|
|
|
'yourbalance' => 'Votre Solde',
|
|
|
|
'yourlastreport' => 'Votre dernier Rapport',
|
2022-02-08 05:15:25 +08:00
|
|
|
'noreportsyet' => 'Aucun Rapport',
|
|
|
|
'fileonenow' => 'Créez en un maintenant',
|
|
|
|
'weatherat' => 'Météo à :ICAO',
|
2022-02-05 04:39:10 +08:00
|
|
|
'recentreports' => 'Rapports Récents',
|
|
|
|
];
|