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

34 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"no_locations": "No locations are available for this user, check TotalConnect settings",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"invalid_auth": "Invalid authentication",
"usercode": "Usercode not valid for this user at this location"
},
"step": {
"locations": {
"data": {
"location": "Location",
"usercode": "Usercode"
},
"description": "Enter the usercode for this user at location {location_id}",
"title": "Location Usercodes"
},
"reauth_confirm": {
"description": "Total Connect needs to re-authenticate your account",
"title": "Reauthenticate Integration"
},
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"title": "Total Connect"
}
}
}
}