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

22 lines
959 B
JSON
Raw Normal View History

{
2020-01-25 00:31:41 +00:00
"config": {
"abort": {
"authorize_url_timeout": "Timeout generating authorize url.",
2020-08-28 00:05:07 +00:00
"missing_configuration": "The Spotify integration is not configured. Please follow the documentation.",
2020-09-11 00:09:17 +00:00
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
2020-08-28 00:05:07 +00:00
"reauth_account_mismatch": "The Spotify account authenticated with, does not match the account needed re-authentication."
2020-01-25 00:31:41 +00:00
},
"create_entry": {
"default": "Successfully authenticated with Spotify."
},
"step": {
"pick_implementation": {
"title": "Pick Authentication Method"
2020-08-28 00:05:07 +00:00
},
"reauth_confirm": {
"description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}",
"title": "Reauthenticate Integration"
2020-01-25 00:31:41 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-25 00:31:41 +00:00
}