mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 22:07:57 +01:00
19 lines
334 B
JSON
19 lines
334 B
JSON
{
|
|
"config": {
|
|
"title": "Sentry",
|
|
"step": {
|
|
"user": {
|
|
"title": "Sentry",
|
|
"description": "Enter your Sentry DSN"
|
|
}
|
|
},
|
|
"error": {
|
|
"unknown": "Unexpected error",
|
|
"bad_dsn": "Invalid DSN"
|
|
},
|
|
"abort": {
|
|
"already_configured": "Sentry is already configured"
|
|
}
|
|
}
|
|
}
|