From 68d757e5d29aa224f22adc2bf09ee119ec03d399 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 11 Nov 2020 13:22:52 +0100 Subject: [PATCH] Remove brand names from translations (#43092) --- homeassistant/components/acmeda/strings.json | 1 - .../components/advantage_air/strings.json | 6 +- .../components/agent_dvr/strings.json | 1 - homeassistant/components/atag/strings.json | 1 - homeassistant/components/avri/strings.json | 1 - .../components/azure_devops/strings.json | 3 +- homeassistant/components/bsblan/strings.json | 1 - .../devolo_home_control/strings.json | 4 +- homeassistant/components/enocean/strings.json | 2 - homeassistant/components/epson/strings.json | 3 +- .../components/flick_electric/strings.json | 1 - homeassistant/components/flo/strings.json | 3 +- homeassistant/components/gree/strings.json | 1 - .../components/guardian/strings.json | 1 - .../hunterdouglas_powerview/strings.json | 1 - .../components/hvv_departures/strings.json | 3 +- homeassistant/components/isy994/strings.json | 1 - .../components/omnilogic/strings.json | 3 +- .../components/panasonic_viera/strings.json | 1 - .../components/progettihwsw/strings.json | 75 +++++++++---------- homeassistant/components/rfxtrx/strings.json | 1 - homeassistant/components/roon/strings.json | 2 - .../components/ruckus_unleashed/strings.json | 3 +- homeassistant/components/shelly/strings.json | 1 - .../components/smart_meter_texas/strings.json | 2 - homeassistant/components/sonarr/strings.json | 2 - .../components/squeezebox/strings.json | 14 ++-- homeassistant/components/tibber/strings.json | 1 - .../components/yeelight/strings.json | 1 - homeassistant/components/zerproc/strings.json | 1 - 30 files changed, 52 insertions(+), 89 deletions(-) diff --git a/homeassistant/components/acmeda/strings.json b/homeassistant/components/acmeda/strings.json index a2209fe1a88..f6c94581052 100644 --- a/homeassistant/components/acmeda/strings.json +++ b/homeassistant/components/acmeda/strings.json @@ -1,5 +1,4 @@ { - "title": "Rollease Acmeda Automate", "config": { "step": { "user": { diff --git a/homeassistant/components/advantage_air/strings.json b/homeassistant/components/advantage_air/strings.json index c8b9cd1dc5f..76ecb174f6d 100644 --- a/homeassistant/components/advantage_air/strings.json +++ b/homeassistant/components/advantage_air/strings.json @@ -1,6 +1,5 @@ { "config": { - "flow_title": "Advantage Air Setup", "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" }, @@ -17,6 +16,5 @@ "title": "Connect" } } - }, - "title": "Advantage Air" -} \ No newline at end of file + } +} diff --git a/homeassistant/components/agent_dvr/strings.json b/homeassistant/components/agent_dvr/strings.json index eb5d8a51763..127fbb69b33 100644 --- a/homeassistant/components/agent_dvr/strings.json +++ b/homeassistant/components/agent_dvr/strings.json @@ -1,5 +1,4 @@ { - "title": "Agent DVR", "config": { "step": { "user": { diff --git a/homeassistant/components/atag/strings.json b/homeassistant/components/atag/strings.json index 756ab491ba2..b06e9188b5b 100644 --- a/homeassistant/components/atag/strings.json +++ b/homeassistant/components/atag/strings.json @@ -1,5 +1,4 @@ { - "title": "Atag", "config": { "step": { "user": { diff --git a/homeassistant/components/avri/strings.json b/homeassistant/components/avri/strings.json index 4bc2556f700..e00409ffa26 100644 --- a/homeassistant/components/avri/strings.json +++ b/homeassistant/components/avri/strings.json @@ -1,5 +1,4 @@ { - "title": "Avri", "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_location%]" diff --git a/homeassistant/components/azure_devops/strings.json b/homeassistant/components/azure_devops/strings.json index 6c274404612..a0e2bbf864a 100644 --- a/homeassistant/components/azure_devops/strings.json +++ b/homeassistant/components/azure_devops/strings.json @@ -28,6 +28,5 @@ "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" } - }, - "title": "Azure DevOps" + } } diff --git a/homeassistant/components/bsblan/strings.json b/homeassistant/components/bsblan/strings.json index 1003f75a4a3..d9510808fc1 100644 --- a/homeassistant/components/bsblan/strings.json +++ b/homeassistant/components/bsblan/strings.json @@ -1,5 +1,4 @@ { - "title": "BSB-Lan", "config": { "flow_title": "BSB-Lan: {name}", "step": { diff --git a/homeassistant/components/devolo_home_control/strings.json b/homeassistant/components/devolo_home_control/strings.json index 8c73831a229..7624beb531c 100644 --- a/homeassistant/components/devolo_home_control/strings.json +++ b/homeassistant/components/devolo_home_control/strings.json @@ -1,5 +1,4 @@ { - "title": "devolo Home Control", "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]" @@ -14,8 +13,7 @@ "password": "[%key:common::config_flow::data::password%]", "mydevolo_url": "mydevolo [%key:common::config_flow::data::url%]", "home_control_url": "Home Control [%key:common::config_flow::data::url%]" - }, - "title": "devolo Home Control" + } } } } diff --git a/homeassistant/components/enocean/strings.json b/homeassistant/components/enocean/strings.json index 633c97e51af..2b7aa3b37a5 100644 --- a/homeassistant/components/enocean/strings.json +++ b/homeassistant/components/enocean/strings.json @@ -1,7 +1,5 @@ { - "title": "EnOcean", "config": { - "flow_title": "ENOcean setup", "step": { "detect": { "title": "Select the path to you ENOcean dongle", diff --git a/homeassistant/components/epson/strings.json b/homeassistant/components/epson/strings.json index 15147b6730f..263d7984aae 100644 --- a/homeassistant/components/epson/strings.json +++ b/homeassistant/components/epson/strings.json @@ -1,5 +1,4 @@ { - "title": "Epson Projector", "config": { "step": { "user": { @@ -14,4 +13,4 @@ "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" } } -} \ No newline at end of file +} diff --git a/homeassistant/components/flick_electric/strings.json b/homeassistant/components/flick_electric/strings.json index a37a803fb6a..a20b5059ef7 100644 --- a/homeassistant/components/flick_electric/strings.json +++ b/homeassistant/components/flick_electric/strings.json @@ -1,5 +1,4 @@ { - "title": "Flick Electric", "config": { "step": { "user": { diff --git a/homeassistant/components/flo/strings.json b/homeassistant/components/flo/strings.json index 7da0d2df2be..d6e3212b4ea 100644 --- a/homeassistant/components/flo/strings.json +++ b/homeassistant/components/flo/strings.json @@ -1,5 +1,4 @@ { - "title": "flo", "config": { "step": { "user": { @@ -19,4 +18,4 @@ "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" } } -} \ No newline at end of file +} diff --git a/homeassistant/components/gree/strings.json b/homeassistant/components/gree/strings.json index 878ebc3bbd7..ad8f0f41ae7 100644 --- a/homeassistant/components/gree/strings.json +++ b/homeassistant/components/gree/strings.json @@ -1,5 +1,4 @@ { - "title": "Gree Climate", "config": { "step": { "confirm": { diff --git a/homeassistant/components/guardian/strings.json b/homeassistant/components/guardian/strings.json index 47abe35037d..59c838c7e2d 100644 --- a/homeassistant/components/guardian/strings.json +++ b/homeassistant/components/guardian/strings.json @@ -1,5 +1,4 @@ { - "title": "Elexa Guardian", "config": { "step": { "user": { diff --git a/homeassistant/components/hunterdouglas_powerview/strings.json b/homeassistant/components/hunterdouglas_powerview/strings.json index 5d0b042454d..a1c91cd2ed4 100644 --- a/homeassistant/components/hunterdouglas_powerview/strings.json +++ b/homeassistant/components/hunterdouglas_powerview/strings.json @@ -1,5 +1,4 @@ { - "title": "Hunter Douglas PowerView", "config": { "step": { "user": { diff --git a/homeassistant/components/hvv_departures/strings.json b/homeassistant/components/hvv_departures/strings.json index c29ad6cc694..90b53bc0e64 100644 --- a/homeassistant/components/hvv_departures/strings.json +++ b/homeassistant/components/hvv_departures/strings.json @@ -1,5 +1,4 @@ { - "title": "HVV Departures", "config": { "step": { "user": { @@ -45,4 +44,4 @@ } } } -} \ No newline at end of file +} diff --git a/homeassistant/components/isy994/strings.json b/homeassistant/components/isy994/strings.json index 18e08b65009..b08b40ac0c5 100644 --- a/homeassistant/components/isy994/strings.json +++ b/homeassistant/components/isy994/strings.json @@ -1,5 +1,4 @@ { - "title": "Universal Devices ISY994", "config": { "flow_title": "Universal Devices ISY994 {name} ({host})", "step": { diff --git a/homeassistant/components/omnilogic/strings.json b/homeassistant/components/omnilogic/strings.json index 285bc29b802..c050a7945f1 100644 --- a/homeassistant/components/omnilogic/strings.json +++ b/homeassistant/components/omnilogic/strings.json @@ -1,5 +1,4 @@ { - "title": "Omnilogic", "config": { "step": { "user": { @@ -27,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/homeassistant/components/panasonic_viera/strings.json b/homeassistant/components/panasonic_viera/strings.json index 54cfa41421d..13e3d428df9 100644 --- a/homeassistant/components/panasonic_viera/strings.json +++ b/homeassistant/components/panasonic_viera/strings.json @@ -1,5 +1,4 @@ { - "title": "Panasonic Viera", "config": { "step": { "user": { diff --git a/homeassistant/components/progettihwsw/strings.json b/homeassistant/components/progettihwsw/strings.json index 9a0c49d2cba..bb98d565594 100644 --- a/homeassistant/components/progettihwsw/strings.json +++ b/homeassistant/components/progettihwsw/strings.json @@ -1,42 +1,41 @@ { "config": { - "error": { - "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", - "unknown": "[%key:common::config_flow::error::unknown%]" + "error": { + "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", + "unknown": "[%key:common::config_flow::error::unknown%]" + }, + "abort": { + "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" + }, + "step": { + "user": { + "title": "Set up board", + "data": { + "host": "[%key:common::config_flow::data::host%]", + "port": "[%key:common::config_flow::data::port%]" + } }, - "abort": { - "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" - }, - "step": { - "user": { - "title": "Set up board", - "data": { - "host": "[%key:common::config_flow::data::host%]", - "port": "[%key:common::config_flow::data::port%]" - } - }, - "relay_modes": { - "title": "Set up relays", - "data": { - "relay_1": "Relay 1", - "relay_2": "Relay 2", - "relay_3": "Relay 3", - "relay_4": "Relay 4", - "relay_5": "Relay 5", - "relay_6": "Relay 6", - "relay_7": "Relay 7", - "relay_8": "Relay 8", - "relay_9": "Relay 9", - "relay_10": "Relay 10", - "relay_11": "Relay 11", - "relay_12": "Relay 12", - "relay_13": "Relay 13", - "relay_14": "Relay 14", - "relay_15": "Relay 15", - "relay_16": "Relay 16" - } - } + "relay_modes": { + "title": "Set up relays", + "data": { + "relay_1": "Relay 1", + "relay_2": "Relay 2", + "relay_3": "Relay 3", + "relay_4": "Relay 4", + "relay_5": "Relay 5", + "relay_6": "Relay 6", + "relay_7": "Relay 7", + "relay_8": "Relay 8", + "relay_9": "Relay 9", + "relay_10": "Relay 10", + "relay_11": "Relay 11", + "relay_12": "Relay 12", + "relay_13": "Relay 13", + "relay_14": "Relay 14", + "relay_15": "Relay 15", + "relay_16": "Relay 16" + } } - }, - "title": "ProgettiHWSW Automation" -} \ No newline at end of file + } + } +} diff --git a/homeassistant/components/rfxtrx/strings.json b/homeassistant/components/rfxtrx/strings.json index 9e976999157..574cff29ba1 100644 --- a/homeassistant/components/rfxtrx/strings.json +++ b/homeassistant/components/rfxtrx/strings.json @@ -1,5 +1,4 @@ { - "title": "Rfxtrx", "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::single_instance_allowed%]", diff --git a/homeassistant/components/roon/strings.json b/homeassistant/components/roon/strings.json index 741fc01605f..8164f47ade8 100644 --- a/homeassistant/components/roon/strings.json +++ b/homeassistant/components/roon/strings.json @@ -1,9 +1,7 @@ { - "title": "Roon", "config": { "step": { "user": { - "title": "Configure Roon Server", "description": "Please enter your Roon server Hostname or IP.", "data": { "host": "[%key:common::config_flow::data::host%]" diff --git a/homeassistant/components/ruckus_unleashed/strings.json b/homeassistant/components/ruckus_unleashed/strings.json index d4814f84231..d6e3212b4ea 100644 --- a/homeassistant/components/ruckus_unleashed/strings.json +++ b/homeassistant/components/ruckus_unleashed/strings.json @@ -1,5 +1,4 @@ { - "title": "Ruckus Unleashed", "config": { "step": { "user": { @@ -19,4 +18,4 @@ "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" } } -} \ No newline at end of file +} diff --git a/homeassistant/components/shelly/strings.json b/homeassistant/components/shelly/strings.json index a81d774066f..6a1cbbd5797 100644 --- a/homeassistant/components/shelly/strings.json +++ b/homeassistant/components/shelly/strings.json @@ -1,5 +1,4 @@ { - "title": "Shelly", "config": { "flow_title": "{name}", "step": { diff --git a/homeassistant/components/smart_meter_texas/strings.json b/homeassistant/components/smart_meter_texas/strings.json index 0e7916a269a..96dc8b371d1 100644 --- a/homeassistant/components/smart_meter_texas/strings.json +++ b/homeassistant/components/smart_meter_texas/strings.json @@ -1,9 +1,7 @@ { - "title": "Smart Meter Texas", "config": { "step": { "user": { - "description": "Provide your username and password for Smart Meter Texas.", "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]" diff --git a/homeassistant/components/sonarr/strings.json b/homeassistant/components/sonarr/strings.json index e4de5cb9193..2b9a795b8a7 100644 --- a/homeassistant/components/sonarr/strings.json +++ b/homeassistant/components/sonarr/strings.json @@ -1,10 +1,8 @@ { - "title": "Sonarr", "config": { "flow_title": "Sonarr: {name}", "step": { "user": { - "title": "Connect to Sonarr", "data": { "host": "[%key:common::config_flow::data::host%]", "api_key": "[%key:common::config_flow::data::api_key%]", diff --git a/homeassistant/components/squeezebox/strings.json b/homeassistant/components/squeezebox/strings.json index d905335a6ae..afe68d01947 100644 --- a/homeassistant/components/squeezebox/strings.json +++ b/homeassistant/components/squeezebox/strings.json @@ -1,21 +1,19 @@ { - "title": "Logitech Squeezebox", "config": { "flow_title": "Logitech Squeezebox: {host}", "step": { "user": { - "title": "Configure Logitech Media Server", - "data": { - "host": "[%key:common::config_flow::data::host%]" - } + "data": { + "host": "[%key:common::config_flow::data::host%]" + } }, "edit": { "title": "Edit connection information", "data": { "host": "[%key:common::config_flow::data::host%]", - "port": "[%key:common::config_flow::data::port%]", - "username": "[%key:common::config_flow::data::username%]", - "password": "[%key:common::config_flow::data::password%]" + "port": "[%key:common::config_flow::data::port%]", + "username": "[%key:common::config_flow::data::username%]", + "password": "[%key:common::config_flow::data::password%]" } } }, diff --git a/homeassistant/components/tibber/strings.json b/homeassistant/components/tibber/strings.json index bf679705b9f..34e218741ca 100644 --- a/homeassistant/components/tibber/strings.json +++ b/homeassistant/components/tibber/strings.json @@ -1,5 +1,4 @@ { - "title": "Tibber", "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" diff --git a/homeassistant/components/yeelight/strings.json b/homeassistant/components/yeelight/strings.json index 4e9060ebdb7..52a684bc26f 100644 --- a/homeassistant/components/yeelight/strings.json +++ b/homeassistant/components/yeelight/strings.json @@ -1,5 +1,4 @@ { - "title": "Yeelight", "config": { "step": { "user": { diff --git a/homeassistant/components/zerproc/strings.json b/homeassistant/components/zerproc/strings.json index 9662bdc36d8..ad8f0f41ae7 100644 --- a/homeassistant/components/zerproc/strings.json +++ b/homeassistant/components/zerproc/strings.json @@ -1,5 +1,4 @@ { - "title": "Zerproc", "config": { "step": { "confirm": {