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

25 lines
947 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Account is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"server_in_maintenance": "Server is down for maintenance",
"too_many_requests": "Too many requests, try again later",
"unknown": "Unexpected error"
},
"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."
}
}
}
}