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

31 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"reauth_failed_existing": "Could not update the config entry, please remove the integration and set it up again.",
"reauth_successful": "Re-authentication was successful",
"unknown": "Unexpected error"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_api_key": "Invalid API key",
"reauth_failed_matching_account": "The API key you provided does not match the account ID for existing configuration.",
"unknown": "Unexpected error"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "API Key"
},
"description": "You need to supply a new read-only API key from Uptime Robot",
"title": "Reauthenticate Integration"
},
"user": {
"data": {
"api_key": "API Key"
},
"description": "You need to supply a read-only API key from Uptime Robot"
}
}
}
}