2020-01-24 17:47:22 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
2020-10-01 12:53:33 +00:00
|
|
|
"pick_implementation": {
|
|
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
|
|
},
|
2020-08-27 15:00:36 +00:00
|
|
|
"reauth_confirm": {
|
2020-10-15 21:35:00 +00:00
|
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
2020-08-27 15:00:36 +00:00
|
|
|
"description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}"
|
|
|
|
}
|
2020-01-24 17:47:22 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2023-07-13 15:52:50 +00:00
|
|
|
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
|
2020-08-27 15:00:36 +00:00
|
|
|
"missing_configuration": "The Spotify integration is not configured. Please follow the documentation.",
|
2022-02-08 22:07:13 +00:00
|
|
|
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
|
2023-11-11 10:02:51 +00:00
|
|
|
"reauth_account_mismatch": "The Spotify account authenticated with, does not match the account needed re-authentication.",
|
|
|
|
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
|
|
|
|
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
|
2023-11-12 20:13:38 +00:00
|
|
|
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
|
2024-01-30 09:07:23 +00:00
|
|
|
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]",
|
|
|
|
"connection_error": "Could not fetch account information. Is the user registered in the Spotify Developer Dashboard?"
|
2020-01-24 17:47:22 +00:00
|
|
|
},
|
2023-07-13 15:52:50 +00:00
|
|
|
"create_entry": {
|
|
|
|
"default": "Successfully authenticated with Spotify."
|
|
|
|
}
|
2020-11-27 18:25:17 +00:00
|
|
|
},
|
|
|
|
"system_health": {
|
|
|
|
"info": {
|
|
|
|
"api_endpoint_reachable": "Spotify API endpoint reachable"
|
|
|
|
}
|
2020-01-24 17:47:22 +00:00
|
|
|
}
|
|
|
|
}
|