nc-weather/l10n/es.js

44 lines
2.6 KiB
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",
2019-05-19 02:47:40 +00:00
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Error fatal. Por favor, comprueba tu nextcloud.log y envía un infome de error aquí: https://github.com/nextcloud/weather/issues",
"Failed to set metric. Please contact your administrator" : "Fallo al establecer métrica. Por favor, contacta con tu administrador",
"This metric is not known." : "Esta métrica no es conocida.",
"North" : "Norte",
"North-East" : "Noreste",
"East" : "Este",
"South-East" : "Sudeste",
"South" : "Sur",
"South-West" : "Sudoeste",
"West" : "Oeste",
"North-West" : "Noroeste",
"Failed to get city weather informations. Please contact your administrator" : "Fallo al conseguir la información meteorológica de la ciudad. Por favor, contacta con tu administrador.",
"No city with this name found." : "No se ha encontrado ninguna ciudad con este nombre.",
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Tu clave API de OpenWeatherMap es inválida. Contacta con tu administrador para configurar una clave API válida en la Configuración adicional de la Administración",
"Empty city name !" : "¡Nombre de la ciudad vacío!",
"Failed to add city. Please contact your administrator" : "Fallo al añadir ciudad. Por favor, contacta con tu administrador",
"This city is already registered for your account." : "Esta ciudad ya está registrada para tu cuenta.",
"Failed to remove city. Please contact your administrator" : "Fallo al eliminar la ciudad. Por favor, contacta con tu administrador",
"Failed to set home. Please contact your administrator" : "Fallo al configurar tu casa. Por favor, contacta con tu administrador.",
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",
"Temperature" : "Temperatura"
},
"nplurals=2; plural=(n != 1);");