mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 13:38:04 +00: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"
|
|
}
|
|
}
|
|
}
|