Files
homarr/public/locales/cs/modules/weather.json
2023-12-22 21:50:04 +01:00

38 lines
743 B
JSON

{
"descriptor": {
"name": "Počasí",
"description": "Zobrazuje aktuální informace o počasí na nastaveném místě.",
"settings": {
"title": "",
"displayInFahrenheit": {
"label": ""
},
"displayCityName": {
"label": ""
},
"location": {
"label": ""
}
}
},
"card": {
"weatherDescriptions": {
"clear": "",
"mainlyClear": "",
"fog": "",
"drizzle": "",
"freezingDrizzle": "",
"rain": "",
"freezingRain": "",
"snowFall": "",
"snowGrains": "",
"rainShowers": "",
"snowShowers": "",
"thunderstorm": "",
"thunderstormWithHail": "",
"unknown": ""
}
},
"error": ""
}