2020-01-24 17:47:22 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
2020-09-27 15:49:30 +00:00
|
|
|
"pick_implementation": { "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" },
|
2020-08-27 15:00:36 +00:00
|
|
|
"reauth_confirm": {
|
|
|
|
"title": "Re-authenticate with Spotify",
|
|
|
|
"description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}"
|
|
|
|
}
|
2020-01-24 17:47:22 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"already_setup": "You can only configure one Spotify account.",
|
|
|
|
"authorize_url_timeout": "Timeout generating authorize url.",
|
2020-09-10 12:52:49 +00:00
|
|
|
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
|
2020-08-27 15:00:36 +00:00
|
|
|
"missing_configuration": "The Spotify integration is not configured. Please follow the documentation.",
|
|
|
|
"reauth_account_mismatch": "The Spotify account authenticated with, does not match the account needed re-authentication."
|
2020-01-24 17:47:22 +00:00
|
|
|
},
|
2020-04-16 19:52:53 +00:00
|
|
|
"create_entry": { "default": "Successfully authenticated with Spotify." }
|
2020-01-24 17:47:22 +00:00
|
|
|
}
|
|
|
|
}
|