Files
homarr/public/locales/ru/modules/weather.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01: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": "Произошла ошибка"
}