Use common strings for oauth config flows (#40608)

pull/40675/head
Melvin 2020-09-27 17:49:30 +02:00 committed by GitHub
parent 3fba4274f5
commit c63cd63c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -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}?"

View File

@ -2,7 +2,7 @@
"config": {
"step": {
"pick_implementation": {
"title": "Pick Authentication Method"
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
}
},
"abort": {

View File

@ -19,7 +19,7 @@
"title": "Discovered Smappee device"
},
"pick_implementation": {
"title": "Pick Authentication Method"
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
}
},
"abort": {

View File

@ -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%]",

View File

@ -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}"

View File

@ -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."