core/homeassistant/components/lyric/translations/en.json

21 lines
721 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"authorize_url_timeout": "Timeout generating authorize URL.",
2021-04-17 17:20:16 +00:00
"missing_configuration": "The component is not configured. Please follow the documentation.",
"reauth_successful": "Re-authentication was successful"
},
"create_entry": {
"default": "Successfully authenticated"
},
"step": {
"pick_implementation": {
"title": "Pick Authentication Method"
2021-04-17 17:20:16 +00:00
},
"reauth_confirm": {
"description": "The Lyric integration needs to re-authenticate your account.",
"title": "Reauthenticate Integration"
}
}
2021-02-03 10:46:49 +00:00
}
}