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

34 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_api_key": "Invalid API key",
"invalid_user_key": "Invalid user key"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "API Key"
},
"title": "Reauthenticate Integration"
},
"user": {
"data": {
"api_key": "API Key",
"name": "Name",
"user_key": "User key"
}
}
}
},
"issues": {
"removed_yaml": {
"description": "Configuring Pushover using YAML has been removed.\n\nYour existing YAML configuration is not used by Home Assistant.\n\nRemove the Pushover YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
"title": "The Pushover YAML configuration has been removed"
}
}
}