phpvms/resources/lang/es/dashboard.php

15 lines
343 B
PHP
Raw Normal View History

2018-07-13 23:30:54 +08:00
<?php
/**
*
*/
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',
];