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>
This commit is contained in:
34
resources/lang/es-es/widgets.php
Normal file
34
resources/lang/es-es/widgets.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?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',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user