Files
homarr/public/locales/ru/modules/weather.json
2023-01-20 11:08:16 +09:00

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