core/homeassistant/components/spotify/strings.json

19 lines
509 B
JSON
Raw Normal View History

{
"config": {
"step": {
"pick_implementation": {
"title": "Pick Authentication Method"
}
},
"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."
},
"title": "Spotify"
}
}