core/homeassistant/components/myq/strings.json

30 lines
971 B
JSON
Raw Normal View History

{
"config": {
"step": {
"user": {
"title": "Connect to the MyQ Gateway",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
2021-05-03 04:52:48 +00:00
},
"reauth_confirm": {
"description": "The password for {username} is no longer valid.",
"title": "Reauthenticate your MyQ Account",
"data": {
"password": "[%key:common::config_flow::data::password%]"
}
2022-03-30 08:35:30 +00:00
}
},
"error": {
2020-10-05 00:16:23 +00:00
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
2021-05-03 04:52:48 +00:00
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
2020-10-05 00:16:23 +00:00
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
}
2020-10-05 00:16:23 +00:00
}