mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Use common strings for Sentry config flow (#41087)
This commit is contained in:
parent
20bacb6918
commit
31ce68e91e
@ -4,10 +4,15 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"title": "Sentry",
|
"title": "Sentry",
|
||||||
"description": "Enter your Sentry DSN",
|
"description": "Enter your Sentry DSN",
|
||||||
"data": { "dsn": "DSN" }
|
"data": {
|
||||||
|
"dsn": "DSN"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": { "unknown": "Unexpected error", "bad_dsn": "Invalid DSN" },
|
"error": {
|
||||||
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
||||||
|
"bad_dsn": "Invalid DSN"
|
||||||
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user