core/homeassistant/components/spotify/strings.json

14 lines
461 B
JSON

{
"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." }
}
}