Files
homarr/public/locales/ru/modules/weather.json
2022-08-30 12:49:55 +02:00

32 lines
962 B
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": {
"displayInFahrenheit": {
"label": "Отображение в градусах Фаренгейта"
},
"location": {
"label": "Местоположение"
}
}
},
"card": {
"weatherDescriptions": {
"clear": "Ясно",
"mainlyClear": "В основном ясно",
"fog": "Туман",
"drizzle": "Мелкий дождь",
"freezingDrizzle": "Изморозь",
"rain": "Дождь",
"freezingRain": "Ледяной дождь",
"snowFall": "Снегопад",
"snowGrains": "",
"rainShowers": "Ливневый дождь",
"snowShowers": "Пурга",
"thunderstorm": "Гроза",
"thunderstormWithHail": "Гроза с градом",
"unknown": ""
}
}
}