Add common string for reauth title (#41865)
This commit is contained in:
parent
a9f342ef74
commit
162a5d99a2
11 changed files with 13 additions and 16 deletions
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
},
|
||||
"reauth": {
|
||||
"title": "iCloud credentials",
|
||||
"title": "[%key:common::config_flow::title::reauth%]",
|
||||
"description": "Your previously entered password for {username} is no longer working. Update your password to keep using this integration.",
|
||||
"data": {
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
},
|
||||
"error": {
|
||||
"invalid_auth": "Invalid authentication",
|
||||
"login": "Login error: please check your email & password",
|
||||
"send_verification_code": "Failed to send verification code",
|
||||
"validate_verification_code": "Failed to verify your verification code, choose a trust device and start the verification again"
|
||||
},
|
||||
|
@ -17,7 +16,7 @@
|
|||
"password": "Password"
|
||||
},
|
||||
"description": "Your previously entered password for {username} is no longer working. Update your password to keep using this integration.",
|
||||
"title": "iCloud credentials"
|
||||
"title": "Reauthenticate Integration"
|
||||
},
|
||||
"trusted_device": {
|
||||
"data": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"description": "Check your email for a link from SimpliSafe. After verifying the link, return here to complete the installation of the integration."
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"title": "Re-link SimpliSafe Account",
|
||||
"title": "[%key:common::config_flow::title::reauth%]",
|
||||
"description": "Your access token has expired or been revoked. Enter your password to re-link your account.",
|
||||
"data": {
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"password": "Password"
|
||||
},
|
||||
"description": "Your access token has expired or been revoked. Enter your password to re-link your account.",
|
||||
"title": "Re-link SimpliSafe Account"
|
||||
"title": "Reauthenticate Integration"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"title": "Re-authenticate with Sonarr",
|
||||
"title": "[%key:common::config_flow::title::reauth%]",
|
||||
"description": "The Sonarr integration needs to be manually re-authenticated with the Sonarr API hosted at: {host}"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"step": {
|
||||
"reauth_confirm": {
|
||||
"description": "The Sonarr integration needs to be manually re-authenticated with the Sonarr API hosted at: {host}",
|
||||
"title": "Re-authenticate with Sonarr"
|
||||
"title": "Reauthenticate Integration"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"title": "Re-authenticate with Spotify",
|
||||
"title": "[%key:common::config_flow::title::reauth%]",
|
||||
"description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_setup": "You can only configure one Spotify account.",
|
||||
"authorize_url_timeout": "Timeout generating authorize url.",
|
||||
"missing_configuration": "The Spotify integration is not configured. Please follow the documentation.",
|
||||
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
|
||||
|
@ -16,7 +15,7 @@
|
|||
},
|
||||
"reauth_confirm": {
|
||||
"description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}",
|
||||
"title": "Re-authenticate with Spotify"
|
||||
"title": "Reauthenticate Integration"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"pick_implementation": { "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" },
|
||||
"reauth": {
|
||||
"title": "Re-authenticate Profile",
|
||||
"title": "[%key:common::config_flow::title::reauth%]",
|
||||
"description": "The \"{profile}\" profile needs to be re-authenticated in order to continue receiving Withings data."
|
||||
}
|
||||
},
|
||||
|
|
|
@ -10,9 +10,7 @@
|
|||
"default": "Successfully authenticated with Withings."
|
||||
},
|
||||
"error": {
|
||||
"already_configured": "Account is already configured",
|
||||
"already_configured_account": "Account is already configured",
|
||||
"profile_exists": "User profile is already configured. Please provide a unique profile name."
|
||||
"already_configured": "Account is already configured"
|
||||
},
|
||||
"flow_title": "Withings: {profile}",
|
||||
"step": {
|
||||
|
@ -28,8 +26,8 @@
|
|||
},
|
||||
"reauth": {
|
||||
"description": "The \"{profile}\" profile needs to be re-authenticated in order to continue receiving Withings data.",
|
||||
"title": "Re-authenticate Profile"
|
||||
"title": "Reauthenticate Integration"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
"config_flow": {
|
||||
"title": {
|
||||
"oauth2_pick_implementation": "Pick Authentication Method",
|
||||
"reauth": "Reauthenticate Integration",
|
||||
"via_hassio_addon": "{name} via Home Assistant add-on"
|
||||
},
|
||||
"description": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue