2018-07-13 23:30:54 +08:00
|
|
|
<?php
|
2018-08-27 00:40:04 +08:00
|
|
|
|
2018-07-13 23:30:54 +08:00
|
|
|
return [
|
|
|
|
'totalhours' => 'Horas totales',
|
|
|
|
'yourbalance' => 'Tu balance',
|
|
|
|
'yourlastreport' => 'Tu último informe',
|
|
|
|
'noreportsyet' => 'No hay informes todavía.',
|
|
|
|
'fileonenow' => 'Archivar uno ahora.',
|
|
|
|
'weatherat' => 'Clima en :ICAO',
|
|
|
|
'recentreports' => 'Informes recientes',
|
|
|
|
];
|