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

34 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "Please update your password for {username}",
"title": "Reauthenticate Integration"
},
"user": {
"data": {
"password": "Password",
"username": "Username"
}
}
}
},
"issues": {
"migrated_attributes": {
"description": "The vacuum entity attributes are now available as diagnostic sensors.\n\nPlease adjust any automations or scripts you may have that use these attributes.",
"title": "Litter-Robot attributes are now their own sensors"
}
}
}