mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-04 13:49:19 +01:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Meteo",
|
|
"description": "Mostra le informazioni meteo attuali di una località.",
|
|
"settings": {
|
|
"title": "Impostazioni per l'integrazione meteo",
|
|
"displayInFahrenheit": {
|
|
"label": "Mostra in Fahrenheit"
|
|
},
|
|
"displayCityName": {
|
|
"label": "Visualizza nome città"
|
|
},
|
|
"displayWeekly": {
|
|
"label": "Visualizza Previsioni Settimanali"
|
|
},
|
|
"forecastDays": {
|
|
"label": "Giorni Da Mostrare"
|
|
},
|
|
"location": {
|
|
"label": "Località meteo"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"weatherDescriptions": {
|
|
"clear": "Sereno",
|
|
"mainlyClear": "Per lo più sereno",
|
|
"fog": "Nebbia",
|
|
"drizzle": "Pioggia leggera",
|
|
"freezingDrizzle": "Pioggia leggera gelata",
|
|
"rain": "Pioggia",
|
|
"freezingRain": "Pioggia gelata",
|
|
"snowFall": "Neve",
|
|
"snowGrains": "Neve tonda",
|
|
"rainShowers": "Rovesci",
|
|
"snowShowers": "Forti nevicate",
|
|
"thunderstorm": "Temporale",
|
|
"thunderstormWithHail": "Temporale con grandine",
|
|
"unknown": "Sconosciuto"
|
|
}
|
|
},
|
|
"error": "Si è verificato un errore"
|
|
}
|