Use common strings in spotify config flow (#40957)

This commit is contained in:
springstan 2020-10-01 14:53:33 +02:00 committed by GitHub
parent 46e8655fcf
commit bd1de3cd7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,15 @@
{
"config": {
"step": {
"pick_implementation": { "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" },
"pick_implementation": {
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
},
"reauth_confirm": {
"title": "Re-authenticate with Spotify",
"description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}"
}
},
"abort": {
"already_setup": "You can only configure one Spotify account.",
"authorize_url_timeout": "Timeout generating authorize url.",
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
"missing_configuration": "The Spotify integration is not configured. Please follow the documentation.",