Add already_in_progress to base strings for config flows (#40961)

This commit is contained in:
springstan 2020-10-03 15:49:09 +02:00 committed by GitHub
parent 04daa9a378
commit 064a453604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 61 additions and 60 deletions

View File

@ -14,7 +14,7 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]" "already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}, },
"error": { "error": {
"already_in_progress": "Config flow for device is already in progress.", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"device_unavailable": "Device is not available" "device_unavailable": "Device is not available"
} }
} }

View File

@ -2,7 +2,7 @@
"config": { "config": {
"abort": { "abort": {
"already_configured": "Device was already setup.", "already_configured": "Device was already setup.",
"already_in_progress": "Config flow for device is already in progress.", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"unable_to_connect": "Unable to connect to device." "unable_to_connect": "Unable to connect to device."
}, },
"error": {}, "error": {},

View File

@ -14,7 +14,7 @@
}, },
"error": { "error": {
"already_configured": "Device is already configured", "already_configured": "Device is already configured",
"already_in_progress": "Config flow for device is already in progress.", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"device_unavailable": "Device is not available", "device_unavailable": "Device is not available",
"faulty_credentials": "Bad user credentials" "faulty_credentials": "Bad user credentials"
}, },

View File

@ -32,7 +32,7 @@
}, },
"abort": { "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "There is already a configuration flow in progress for this device", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_host": "Invalid hostname or IP address", "invalid_host": "Invalid hostname or IP address",
"not_supported": "Device not supported", "not_supported": "Device not supported",

View File

@ -27,7 +27,7 @@
}, },
"abort": { "abort": {
"already_configured": "Bridge is already configured", "already_configured": "Bridge is already configured",
"already_in_progress": "Config flow for bridge is already in progress.", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"no_bridges": "No deCONZ bridges discovered", "no_bridges": "No deCONZ bridges discovered",
"no_hardware_available": "No radio hardware connected to deCONZ", "no_hardware_available": "No radio hardware connected to deCONZ",
"not_deconz_bridge": "Not a deCONZ bridge", "not_deconz_bridge": "Not a deCONZ bridge",

View File

@ -26,7 +26,7 @@
}, },
"abort": { "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "Config flow for this Denon AVR is already in progress", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"connection_error": "Failed to connect, please try again, disconnecting mains power and ethernet cables and reconnecting them may help", "connection_error": "Failed to connect, please try again, disconnecting mains power and ethernet cables and reconnecting them may help",
"not_denonavr_manufacturer": "Not a Denon AVR Network Receiver, discovered manafucturer did not match", "not_denonavr_manufacturer": "Not a Denon AVR Network Receiver, discovered manafucturer did not match",
"not_denonavr_missing": "Not a Denon AVR Network Receiver, discovery information not complete" "not_denonavr_missing": "Not a Denon AVR Network Receiver, discovery information not complete"

View File

@ -2,7 +2,7 @@
"config": { "config": {
"abort": { "abort": {
"already_configured": "ESP is already configured", "already_configured": "ESP is already configured",
"already_in_progress": "ESP configuration is already in progress" "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
}, },
"error": { "error": {
"resolve_error": "Can't resolve address of the ESP. If this error persists, please set a static IP address: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips", "resolve_error": "Can't resolve address of the ESP. If this error persists, please set a static IP address: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips",

View File

@ -19,7 +19,7 @@
} }
}, },
"abort": { "abort": {
"already_in_progress": "AVM FRITZ!Box configuration is already in progress.", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"already_configured": "This AVM FRITZ!Box is already configured.", "already_configured": "This AVM FRITZ!Box is already configured.",
"not_found": "No supported AVM FRITZ!Box found on the network.", "not_found": "No supported AVM FRITZ!Box found on the network.",
"not_supported": "Connected to AVM FRITZ!Box but it's unable to control Smart Home devices." "not_supported": "Connected to AVM FRITZ!Box but it's unable to control Smart Home devices."

View File

@ -15,7 +15,7 @@
}, },
"abort": { "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "Guardian device configuration is already in process.", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
} }
} }

View File

@ -45,7 +45,7 @@
"invalid_config_entry": "This device is showing as ready to pair but there is already a conflicting configuration entry for it in Home Assistant that must first be removed.", "invalid_config_entry": "This device is showing as ready to pair but there is already a conflicting configuration entry for it in Home Assistant that must first be removed.",
"accessory_not_found_error": "Cannot add pairing as device can no longer be found.", "accessory_not_found_error": "Cannot add pairing as device can no longer be found.",
"invalid_properties": "Invalid properties announced by device.", "invalid_properties": "Invalid properties announced by device.",
"already_in_progress": "Config flow for device is already in progress." "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
} }
}, },
"device_automation": { "device_automation": {

View File

@ -2,7 +2,7 @@
"config": { "config": {
"abort": { "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "This device is already being configured", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"not_huawei_lte": "Not a Huawei LTE device" "not_huawei_lte": "Not a Huawei LTE device"
}, },
"error": { "error": {

View File

@ -29,7 +29,7 @@
"unknown": "Unknown error occurred", "unknown": "Unknown error occurred",
"cannot_connect": "Unable to connect to the bridge", "cannot_connect": "Unable to connect to the bridge",
"already_configured": "Bridge is already configured", "already_configured": "Bridge is already configured",
"already_in_progress": "Config flow for bridge is already in progress.", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"not_hue_bridge": "Not a Hue bridge" "not_hue_bridge": "Not a Hue bridge"
} }
}, },

View File

@ -23,7 +23,7 @@
"abort": { "abort": {
"unknown": "Unknown error occurred", "unknown": "Unknown error occurred",
"already_configured": "Device is already configured", "already_configured": "Device is already configured",
"already_in_progress": "Config flow for device is already in progress.", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"not_konn_panel": "Not a recognized Konnected.io device" "not_konn_panel": "Not a recognized Konnected.io device"
} }
}, },

View File

@ -2,7 +2,7 @@
"config": { "config": {
"abort": { "abort": {
"already_configured": "ONVIF device is already configured.", "already_configured": "ONVIF device is already configured.",
"already_in_progress": "Config flow for ONVIF device is already in progress.", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"onvif_error": "Error setting up ONVIF device. Check logs for more information.", "onvif_error": "Error setting up ONVIF device. Check logs for more information.",
"no_h264": "There were no H264 streams available. Check the profile configuration on your device.", "no_h264": "There were no H264 streams available. Check the profile configuration on your device.",
"no_mac": "Could not configure unique ID for ONVIF device." "no_mac": "Could not configure unique ID for ONVIF device."

View File

@ -40,7 +40,7 @@
"abort": { "abort": {
"all_configured": "All linked servers already configured", "all_configured": "All linked servers already configured",
"already_configured": "This Plex server is already configured", "already_configured": "This Plex server is already configured",
"already_in_progress": "Plex is being configured", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"reauth_successful": "Successfully reauthenticated", "reauth_successful": "Successfully reauthenticated",
"token_request_timeout": "Timed out obtaining token", "token_request_timeout": "Timed out obtaining token",
"unknown": "[%key:common::config_flow::error::unknown%]" "unknown": "[%key:common::config_flow::error::unknown%]"

View File

@ -15,7 +15,7 @@
} }
}, },
"abort": { "abort": {
"already_in_progress": "Samsung TV configuration is already in progress.", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"already_configured": "This Samsung TV is already configured.", "already_configured": "This Samsung TV is already configured.",
"auth_missing": "Home Assistant is not authorized to connect to this Samsung TV. Please check your TV's settings to authorize Home Assistant.", "auth_missing": "Home Assistant is not authorized to connect to this Samsung TV. Please check your TV's settings to authorize Home Assistant.",
"not_successful": "Unable to connect to this Samsung TV device.", "not_successful": "Unable to connect to this Samsung TV device.",

View File

@ -17,7 +17,7 @@
}, },
"abort": { "abort": {
"already_configured": "Bridge is already configured.", "already_configured": "Bridge is already configured.",
"already_in_progress": "Bridge configuration is already in progress." "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
} }
} }
} }

View File

@ -36,7 +36,7 @@
}, },
"abort": { "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "Config flow for this gateway is already in progress", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"not_xiaomi_aqara": "Not a Xiaomi Aqara Gateway, discovered device did not match known gateways" "not_xiaomi_aqara": "Not a Xiaomi Aqara Gateway, discovered device did not match known gateways"
} }
} }

View File

@ -25,7 +25,7 @@
}, },
"abort": { "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "Config flow for this Xiaomi Miio device is already in progress." "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
} }
} }
} }

View File

@ -55,6 +55,7 @@
"already_configured_account": "Account is already configured", "already_configured_account": "Account is already configured",
"already_configured_service": "Service is already configured", "already_configured_service": "Service is already configured",
"already_configured_device": "Device is already configured", "already_configured_device": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress",
"no_devices_found": "No devices found on the network", "no_devices_found": "No devices found on the network",
"oauth2_missing_configuration": "The component is not configured. Please follow the documentation.", "oauth2_missing_configuration": "The component is not configured. Please follow the documentation.",
"oauth2_authorize_url_timeout": "Timeout generating authorize URL.", "oauth2_authorize_url_timeout": "Timeout generating authorize URL.",