nc-weather/l10n/es.js

26 lines
831 B
JavaScript
Raw Normal View History

2017-08-18 00:25:26 +00:00
OC.L10N.register(
"weather",
{
2018-03-13 01:37:51 +00:00
"Weather" : "El tiempo",
2018-06-21 00:41:49 +00:00
"Watch the weather directly on your Nextcloud." : "Comprueba el tiempo directamente en tu Nextcloud.",
2018-02-21 01:38:34 +00:00
"OpenWeatherMap API Key" : "Clave de la API de OpenWeatherMap",
2017-09-03 00:25:29 +00:00
"Save" : "Guardar",
2017-08-18 00:25:26 +00:00
"Add a city" : "Añadir una ciudad",
"Add city" : "Añadir ciudad",
2017-09-03 00:25:29 +00:00
"City name" : "Nombre de ciudad",
2017-08-18 00:25:26 +00:00
"Add" : "Añadir",
"Cancel" : "Cancelar",
2017-09-03 00:25:29 +00:00
"Settings" : "Configuración",
"Metric" : "Métrico",
"Click here to get an API key" : "Pulsa aquí para obtener una llave API",
"Pressure" : "Presión",
2017-08-18 00:25:26 +00:00
"Humidity" : "Humedad",
2017-09-03 00:25:29 +00:00
"Cloudiness" : "Nubosidad",
2017-08-18 00:25:26 +00:00
"Wind" : "Viento",
"Sunrise" : "Amanecer",
"Sunset" : "Atardecer",
"Hour" : "Hora",
"Temperature" : "Temperatura"
},
"nplurals=2; plural=(n != 1);");