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

17 lines
384 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"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-04 00:32:23 +00:00
}