Files
homarr/public/locales/es/modules/weather.json
2024-12-17 18:40:51 +01:00

44 lines
1.2 KiB
JSON

{
"descriptor": {
"name": "El Tiempo",
"description": "Muestra la información meteorológica actual de la ubicación establecida.",
"settings": {
"title": "Ajustes del widget El Tiempo",
"displayInFahrenheit": {
"label": "Mostrar en Fahrenheit"
},
"displayCityName": {
"label": "Mostrar el nombre de la ciudad"
},
"displayWeekly": {
"label": "Mostrar Pronóstico Semanal"
},
"forecastDays": {
"label": "Días a Mostrar"
},
"location": {
"label": "Ubicación"
}
}
},
"card": {
"weatherDescriptions": {
"clear": "Despejado",
"mainlyClear": "Mayormente despejado",
"fog": "Niebla",
"drizzle": "Llovizna",
"freezingDrizzle": "Llovizna helada",
"rain": "Lluvia",
"freezingRain": "Lluvia helada",
"snowFall": "Nevada",
"snowGrains": "Granos de nieve",
"rainShowers": "Chubascos",
"snowShowers": "Chubascos de nieve",
"thunderstorm": "Tormenta eléctrica",
"thunderstormWithHail": "Tormenta con granizo",
"unknown": "Desconocido"
}
},
"error": "Ocurrió un error"
}