Files
homarr/public/locales/ru/modules/weather.json
2023-10-08 12:12:44 +02:00

38 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"descriptor": {
"name": "Погода",
"description": "Отображает текущую информацию о погоде для заданного местоположения.",
"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": ""
}