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

18 lines
411 B
JSON
Raw Normal View History

2020-01-03 20:34:20 +00:00
{
2020-01-04 00:32:23 +00:00
"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"
}
},
"title": "Sentry"
2020-01-03 20:34:20 +00:00
}
2020-01-04 00:32:23 +00:00
}