nc-weather/l10n/es_HN.js

31 lines
922 B
JavaScript
Raw Permalink Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

OC.L10N.register(
"weather",
{
"Monday" : "Lunes",
"Tuesday" : "Martes",
"Wednesday" : "Miércoles",
"Thursday" : "Jueves",
"Friday" : "Viernes",
"Saturday" : "Sábado",
"Sunday" : "Domingo",
"Weather" : "Clima",
"OpenWeatherMap API Key" : "Llave del API OpenWeatherMap ",
"Save" : "Guardar",
"Add a city" : "Agregar una ciudad",
"Add city" : "Agregar ciudad",
"City name" : "Ciudad",
"Add" : "Agregar",
"Cancel" : "Cancelar",
"Settings" : "Configuraciones",
"Metric" : "Métrica",
"Click here to get an API key" : "Haz click aquí para obtener una llave del API",
"Pressure" : "Presión",
"Humidity" : "Humedad",
"Cloudiness" : "Nebulosidad",
"Wind" : "Viento",
"Sunrise" : "Salida del sol",
"Sunset" : "Puesta de sol",
"Date" : "Fecha"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");