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

17 lines
384 B
JSON

{
"config": {
"abort": {
"already_configured": "Sentry is already configured"
},
"error": {
"bad_dsn": "Invalid DSN",
"unknown": "Unexpected error"
},
"step": {
"user": {
"description": "Enter your Sentry DSN",
"title": "Sentry"
}
}
}
}