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

29 lines
924 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2021-08-06 00:15:04 +00:00
"already_configured": "Account is already configured",
"unknown": "Unexpected error",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_api_key": "Invalid API key",
"unknown": "Unexpected error"
},
"step": {
"user": {
"description": "You need to supply a read-only API key from Uptime Robot",
"data": {
"api_key": "API Key"
}
},
"reauth_confirm": {
"title": "Reauthenticate Integration",
"description": "You need to supply a read-only API key from Uptime Robot",
"data": {
"api_key": "API Key"
}
}
}
}
}