Files
homarr/public/locales/sk/modules/weather.json
2023-09-05 09:39:14 +02:00

38 lines
1018 B
JSON

{
"descriptor": {
"name": "Počasie",
"description": "Zobrazí aktuálne informácie o počasí na nastavenom mieste.",
"settings": {
"title": "Nastavenia mini aplikácie počasia",
"displayInFahrenheit": {
"label": "Zobrazenie vo stupňoch Fahrenheita"
},
"displayCityName": {
"label": "Zobrazenie názvu mesta"
},
"location": {
"label": "Poloha počasia"
}
}
},
"card": {
"weatherDescriptions": {
"clear": "Jasno",
"mainlyClear": "Prevažne jasno",
"fog": "Hmla",
"drizzle": "Mrholenie",
"freezingDrizzle": "Mrznúce mrholenie",
"rain": "Dážď",
"freezingRain": "Mrznúci dážď",
"snowFall": "Sneženie",
"snowGrains": "Snehové zrná",
"rainShowers": "Prehánky",
"snowShowers": "Snehové prehánky",
"thunderstorm": "Búrka",
"thunderstormWithHail": "Búrka s krúpami",
"unknown": "Neznámy"
}
},
"error": "Došlo k chybe"
}