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

17 lines
556 B
JSON
Raw Normal View History

{
2020-01-25 00:31:41 +00:00
"config": {
"abort": {
"already_setup": "You can only configure one Spotify account.",
"authorize_url_timeout": "Timeout generating authorize url.",
"missing_configuration": "The Spotify integration is not configured. Please follow the documentation."
},
"create_entry": {
"default": "Successfully authenticated with Spotify."
},
"step": {
"pick_implementation": {
"title": "Pick Authentication Method"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-25 00:31:41 +00:00
}