Files
core/homeassistant/components/spotify/strings.json
2020-04-15 09:41:18 -07:00

19 lines
507 B
JSON

{
"title": "Spotify",
"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."
}
}
}