Remove brand names from translations (#43092)

pull/43101/head
Paulus Schoutsen 2020-11-11 13:22:52 +01:00 committed by GitHub
parent b790c2e79d
commit 68d757e5d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
30 changed files with 52 additions and 89 deletions

View File

@ -1,5 +1,4 @@
{
"title": "Rollease Acmeda Automate",
"config": {
"step": {
"user": {

View File

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

View File

@ -1,5 +1,4 @@
{
"title": "Agent DVR",
"config": {
"step": {
"user": {

View File

@ -1,5 +1,4 @@
{
"title": "Atag",
"config": {
"step": {
"user": {

View File

@ -1,5 +1,4 @@
{
"title": "Avri",
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"

View File

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

View File

@ -1,5 +1,4 @@
{
"title": "BSB-Lan",
"config": {
"flow_title": "BSB-Lan: {name}",
"step": {

View File

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

View File

@ -1,7 +1,5 @@
{
"title": "EnOcean",
"config": {
"flow_title": "ENOcean setup",
"step": {
"detect": {
"title": "Select the path to you ENOcean dongle",

View File

@ -1,5 +1,4 @@
{
"title": "Epson Projector",
"config": {
"step": {
"user": {
@ -14,4 +13,4 @@
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
}
}
}

View File

@ -1,5 +1,4 @@
{
"title": "Flick Electric",
"config": {
"step": {
"user": {

View File

@ -1,5 +1,4 @@
{
"title": "flo",
"config": {
"step": {
"user": {
@ -19,4 +18,4 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}
}

View File

@ -1,5 +1,4 @@
{
"title": "Gree Climate",
"config": {
"step": {
"confirm": {

View File

@ -1,5 +1,4 @@
{
"title": "Elexa Guardian",
"config": {
"step": {
"user": {

View File

@ -1,5 +1,4 @@
{
"title": "Hunter Douglas PowerView",
"config": {
"step": {
"user": {

View File

@ -1,5 +1,4 @@
{
"title": "HVV Departures",
"config": {
"step": {
"user": {
@ -45,4 +44,4 @@
}
}
}
}
}

View File

@ -1,5 +1,4 @@
{
"title": "Universal Devices ISY994",
"config": {
"flow_title": "Universal Devices ISY994 {name} ({host})",
"step": {

View File

@ -1,5 +1,4 @@
{
"title": "Omnilogic",
"config": {
"step": {
"user": {
@ -27,4 +26,4 @@
}
}
}
}
}

View File

@ -1,5 +1,4 @@
{
"title": "Panasonic Viera",
"config": {
"step": {
"user": {

View File

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

View File

@ -1,5 +1,4 @@
{
"title": "Rfxtrx",
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::single_instance_allowed%]",

View File

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

View File

@ -1,5 +1,4 @@
{
"title": "Ruckus Unleashed",
"config": {
"step": {
"user": {
@ -19,4 +18,4 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}
}

View File

@ -1,5 +1,4 @@
{
"title": "Shelly",
"config": {
"flow_title": "{name}",
"step": {

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
{
"title": "Tibber",
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"

View File

@ -1,5 +1,4 @@
{
"title": "Yeelight",
"config": {
"step": {
"user": {

View File

@ -1,5 +1,4 @@
{
"title": "Zerproc",
"config": {
"step": {
"confirm": {