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

20 lines
633 B
JSON
Raw Normal View History

{
2019-09-07 00:32:45 +00:00
"config": {
"abort": {
"already_setup": "You can only configure a single iAqualink connection."
},
"error": {
"connection_failure": "Unable to connect to iAqualink. Check your username and password."
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username / Email Address"
},
"description": "Please enter the username and password for your iAqualink account.",
"title": "Connect to iAqualink"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-09-07 00:32:45 +00:00
}