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

34 lines
1.2 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 {email}",
"title": "Reauthenticate Integration"
},
"user": {
"data": {
"email": "Email",
"password": "Password"
}
}
}
},
"issues": {
"removed_yaml": {
"description": "Configuring Skybell using YAML has been removed.\n\nYour existing YAML configuration is not used by Home Assistant.\n\nRemove the YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
"title": "The Skybell YAML configuration has been removed"
}
}
}