Files
homarr/public/locales/ru/modules/weather.json
2024-03-15 18:20:07 +01:00

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