core/homeassistant/components/sentry/strings.json

10 lines
263 B
JSON
Raw Normal View History

2020-01-03 20:34:20 +00:00
{
"config": {
"step": {
"user": { "title": "Sentry", "description": "Enter your Sentry DSN" }
2020-01-03 20:34:20 +00:00
},
"error": { "unknown": "Unexpected error", "bad_dsn": "Invalid DSN" },
"abort": { "already_configured": "Sentry is already configured" }
2020-01-03 20:34:20 +00:00
}
}