homeassistant/custom_components/sonoff/translations/uk.json
2025-01-10 21:08:35 -08:00

39 lines
1.4 KiB
JSON
Raw Permalink 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": {
"abort": {
"reauth_successful": "Повторна автентифікація виконана успішно."
},
"error": {
"exists": "Цей обліковий запис вже налаштований",
"template": "{error}"
},
"step": {
"user": {
"description": "Введіть ваш обліковий запис [eWeLink](https://www.ewelink.cc/en/)",
"data": {
"username": "Email або телефон (будь-який для DIY режиму)",
"password": "Пароль (залишіть порожнім для режиму DIY)"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"mode": "Режим (auto рекомендується для більшості користувачів)",
"homes": "Будинки (залишіть невибраними для \"поточного\" будинку)",
"debug": "Сторінка налагодження (Інтеграція > Меню > Відомі проблеми)"
}
}
}
},
"system_health": {
"info": {
"version": "Версія",
"cloud_online": "Доступні хмарні пристрої",
"local_online": "Доступні локальні пристрої",
"debug": "Сторінка налагодження"
}
}
}