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

21 lines
669 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"
}
},
"title": "Jandy iAqualink"
}
2019-09-07 00:32:45 +00:00
}