Use common strings for oauth config flows (#40608)
parent
3fba4274f5
commit
c63cd63c1b
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"pick_implementation": { "title": "Pick Authentication Method" },
|
||||
"pick_implementation": { "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" },
|
||||
"hassio_confirm": {
|
||||
"title": "Almond via Hass.io add-on",
|
||||
"description": "Do you want to configure Home Assistant to connect to Almond provided by the Hass.io add-on: {addon}?"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"config": {
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Pick Authentication Method"
|
||||
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"title": "Discovered Smappee device"
|
||||
},
|
||||
"pick_implementation": {
|
||||
"title": "Pick Authentication Method"
|
||||
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"pick_implementation": { "title": "Pick Authentication Method" }
|
||||
"pick_implementation": { "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" }
|
||||
},
|
||||
"abort": {
|
||||
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"pick_implementation": { "title": "Pick Authentication Method" },
|
||||
"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}"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"description": "Provide a unique profile name for this data. Typically this is the name of the profile you selected in the previous step.",
|
||||
"data": { "profile": "Profile Name" }
|
||||
},
|
||||
"pick_implementation": { "title": "Pick Authentication Method" },
|
||||
"pick_implementation": { "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" },
|
||||
"reauth": {
|
||||
"title": "Re-authenticate Profile",
|
||||
"description": "The \"{profile}\" profile needs to be re-authenticated in order to continue receiving Withings data."
|
||||
|
|
Loading…
Reference in New Issue