mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 00:52:39 +01:00
49 lines
2.1 KiB
JSON
49 lines
2.1 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
|
|
"connection_error": "Could not fetch account information. Is the user registered in the Spotify Developer Dashboard?",
|
|
"missing_configuration": "The Spotify integration is not configured. Please follow the documentation.",
|
|
"missing_credentials": "[%key:common::config_flow::abort::oauth2_missing_credentials%]",
|
|
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
|
|
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
|
|
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]",
|
|
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
|
|
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
|
|
"reauth_account_mismatch": "The Spotify account authenticated with does not match the account that needed re-authentication.",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"create_entry": {
|
|
"default": "Successfully authenticated with Spotify."
|
|
},
|
|
"initiate_flow": {
|
|
"user": "[%key:common::config_flow::initiate_flow::account%]"
|
|
},
|
|
"step": {
|
|
"pick_implementation": {
|
|
"data": {
|
|
"implementation": "[%key:common::config_flow::data::implementation%]"
|
|
},
|
|
"data_description": {
|
|
"implementation": "[%key:common::config_flow::description::implementation%]"
|
|
},
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
},
|
|
"reauth_confirm": {
|
|
"description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}",
|
|
"title": "[%key:common::config_flow::title::reauth%]"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"oauth2_implementation_unavailable": {
|
|
"message": "[%key:common::exceptions::oauth2_implementation_unavailable::message%]"
|
|
}
|
|
},
|
|
"system_health": {
|
|
"info": {
|
|
"api_endpoint_reachable": "Spotify API endpoint reachable"
|
|
}
|
|
}
|
|
}
|