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

21 lines
633 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Please enter the username and password for your iAqualink account.",
"title": "Connect to iAqualink"
}
}
}
}