mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Use common strings in spotify config flow (#40957)
This commit is contained in:
parent
46e8655fcf
commit
bd1de3cd7c
@ -1,14 +1,15 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"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": {
|
"reauth_confirm": {
|
||||||
"title": "Re-authenticate with Spotify",
|
"title": "Re-authenticate with Spotify",
|
||||||
"description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}"
|
"description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_setup": "You can only configure one Spotify account.",
|
|
||||||
"authorize_url_timeout": "Timeout generating authorize url.",
|
"authorize_url_timeout": "Timeout generating authorize url.",
|
||||||
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
|
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
|
||||||
"missing_configuration": "The Spotify integration is not configured. Please follow the documentation.",
|
"missing_configuration": "The Spotify integration is not configured. Please follow the documentation.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user