core/homeassistant/components/overkiz/translations/en.json

31 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful",
"reauth_wrong_account": "You can only reauthenticate this entry with the same Overkiz account and hub"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"server_in_maintenance": "Server is down for maintenance",
"too_many_attempts": "Too many attempts with an invalid token, temporarily banned",
"too_many_requests": "Too many requests, try again later",
"unknown": "Unexpected error",
"unknown_user": "Unknown user. Somfy Protect accounts are not supported by this integration.",
"unsupported_hardware": "Your {unsupported_device} hardware is not supported by this integration."
},
"flow_title": "Gateway: {gateway_id}",
"step": {
"user": {
"data": {
"host": "Host",
"hub": "Hub",
"password": "Password",
"username": "Username"
},
"description": "The Overkiz platform is used by various vendors like Somfy (Connexoon / TaHoma), Hitachi (Hi Kumo), Rexel (Energeasy Connect) and Atlantic (Cozytouch). Enter your application credentials and select your hub."
}
}
}
}