phpvms/resources/lang/es-es/widgets.php
Toni Vicente b81dd97822
Changed es directory es by es-es (#1421)
This structure will allow for other variants derived from the Spanish of Spain.

Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
2022-02-28 13:34:01 -05:00

35 lines
1018 B
PHP

<?php
return [
'latestnews' => [
'news' => 'Noticias',
'nonewsfound' => 'Noticias no encontradas',
],
'livemap' => [
'groundspeed' => 'Ground Speed',
'altitude' => 'Altitud',
'heading' => 'Rumbo',
'distance' => 'Distancía',
'noflights' => 'No hay vuelos',
'gs' => 'GS',
],
'weather' => [
'nometar' => 'No se han encontrado datos METAR/TAF',
'conditions' => 'Condiciones',
'visibility' => 'Visibilidad',
'temp' => 'Temperatura',
'humidity' => 'Humedad',
'dewpoint' => 'Punto de rocío',
'barometer' => 'Barometro',
'clouds' => 'Nubes',
'wind' => 'Viento',
'remarks' => 'Observaciones',
'guststo' => 'Rafagas a',
'updated' => 'Actualizado',
'hrago' => 'hr transcurrida|hrs transcurridas',
'minago' => 'min transcurrido|mins transcurridos',
],
];