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

21 lines
721 B
JSON

{
"config": {
"abort": {
"authorize_url_timeout": "Timeout generating authorize URL.",
"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"
},
"reauth_confirm": {
"description": "The Lyric integration needs to re-authenticate your account.",
"title": "Reauthenticate Integration"
}
}
}
}