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

19 lines
441 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured"
},
"error": {
"invalid_auth": "Invalid authentication"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"title": "Total Connect"
}
}
}
}