core/homeassistant/components/lyric/strings.json

22 lines
755 B
JSON
Raw Normal View History

{
"config": {
"step": {
"pick_implementation": {
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
2021-04-17 17:20:16 +00:00
},
"reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]",
"description": "The Lyric integration needs to re-authenticate your account."
}
},
"abort": {
2021-04-17 17:20:16 +00:00
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
2021-04-17 17:20:16 +00:00
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"create_entry": {
"default": "[%key:common::config_flow::create_entry::authenticated%]"
}
}
}