Files
homeassistant/custom_components/open_meteo_solar_forecast/translations/ru.json
2024-12-18 13:26:06 +01:00

37 lines
1.7 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.
{
"config": {
"step": {
"user": {
"data": {
"azimuth": "Азимут (360 градусов, 0 = север, 90 = восток, 180 = юг, 270 = запад)",
"declination": "Склонение (0 = горизонтальное, 90 = вертикальное)",
"latitude": "Широта",
"longitude": "Долгота",
"modules power": "Общая пиковая мощность Ваших солнечных модулей (в Ваттах)",
"modules_power": "Общая пиковая мощность Ваших солнечных модулей (в Ваттах)",
"name": "Название"
},
"description": "Настройка Home Assistant для интеграции с Forecast.Solar."
}
}
},
"options": {
"error": {
"invalid_api_key": "Неверный ключ API"
},
"step": {
"init": {
"data": {
"api_key": "Ключ API",
"azimuth": "Азимут (360 градусов, 0 = север, 90 = восток, 180 = юг, 270 = запад)",
"damping": "Фактор затухания: корректирует результаты утром и вечером",
"declination": "Склонение (0 = горизонтальное, 90 = вертикальное)",
"inverter_size": "Мощность инвертора (в Ваттах)",
"modules power": "Общая пиковая мощность Ваших солнечных модулей (в Ваттах)"
},
"description": "Настройки интеграции Forecast.Solar."
}
}
}
}