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

27 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"authorize_url_timeout": "Timeout generating authorize URL.",
"missing_configuration": "The Spotify integration is not configured. Please follow the documentation.",
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
"reauth_account_mismatch": "The Spotify account authenticated with, does not match the account needed re-authentication."
},
"create_entry": {
"default": "Successfully authenticated with Spotify."
},
"step": {
"pick_implementation": {
"title": "Pick Authentication Method"
},
"reauth_confirm": {
"description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}",
"title": "Reauthenticate Integration"
}
}
},
"system_health": {
"info": {
"api_endpoint_reachable": "Spotify API endpoint reachable"
}
}
}