Files
homarr/public/locales/sk/modules/weather.json
2025-08-02 18:04:19 +02:00

44 lines
1.1 KiB
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"
},
"displayWeekly": {
"label": "Zobraziť týždennú predpoveď"
},
"forecastDays": {
"label": "Dni na zobrazenie"
},
"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": "Vyskytla sa chyba"
}