Remove combined translations in integrations (#91337)

Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
This commit is contained in:
epenet 2023-04-15 15:51:04 +02:00 committed by GitHub
parent 3bc023986c
commit d173590477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 41 additions and 41 deletions

View File

@ -2,7 +2,7 @@
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"no_status": "No status is reported from [%key:common::config_flow::data::host%]"
"no_status": "No status is reported from host"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"

View File

@ -11,7 +11,7 @@
"password": "[%key:common::config_flow::data::password%]",
"ssh_key": "Path to your SSH key file (instead of password)",
"protocol": "Communication protocol to use",
"port": "[%key:common::config_flow::data::port%] (leave empty for protocol default)",
"port": "Port (leave empty for protocol default)",
"mode": "[%key:common::config_flow::data::mode%]"
}
}

View File

@ -3,7 +3,7 @@
"step": {
"user": {
"title": "Configure Daikin AC",
"description": "Enter [%key:common::config_flow::data::ip%] of your Daikin AC.\n\nNote that [%key:common::config_flow::data::api_key%] and [%key:common::config_flow::data::password%] only are used by BRP072Cxx and SKYFi devices respectively.",
"description": "Enter the IP address of your Daikin AC.\n\nNote that API key and password are only used by BRP072Cxx and SKYFi devices respectively.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"api_key": "[%key:common::config_flow::data::api_key%]",
@ -18,7 +18,7 @@
"error": {
"unknown": "[%key:common::config_flow::error::unknown%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"api_password": "[%key:common::config_flow::error::invalid_auth%], use either API Key or Password.",
"api_password": "Invalid authentication, use either API Key or Password.",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
}

View File

@ -35,7 +35,7 @@
"data_description": {
"round": "[%key:component::derivative::config::step::user::data_description::round%]",
"time_window": "[%key:component::derivative::config::step::user::data_description::time_window%]",
"unit_prefix": "[%key:component::derivative::config::step::user::data_description::unit_prefix%]."
"unit_prefix": "[%key:component::derivative::config::step::user::data_description::unit_prefix%]"
}
}
}

View File

@ -11,16 +11,16 @@
"step": {
"user": {
"data": {
"username": "[%key:common::config_flow::data::email%] / devolo ID",
"username": "Email / devolo ID",
"password": "[%key:common::config_flow::data::password%]",
"mydevolo_url": "mydevolo [%key:common::config_flow::data::url%]"
"mydevolo_url": "mydevolo URL"
}
},
"zeroconf_confirm": {
"data": {
"username": "[%key:common::config_flow::data::email%] / devolo ID",
"username": "Email / devolo ID",
"password": "[%key:common::config_flow::data::password%]",
"mydevolo_url": "mydevolo [%key:common::config_flow::data::url%]"
"mydevolo_url": "mydevolo URL"
}
}
}

View File

@ -6,7 +6,7 @@
"data": {
"hapid": "Access point ID (SGTIN)",
"pin": "[%key:common::config_flow::data::pin%]",
"name": "[%key:common::config_flow::data::name%] (optional, used as name prefix for all devices)"
"name": "Name (optional, used as name prefix for all devices)"
}
},
"link": {
@ -16,7 +16,7 @@
},
"error": {
"register_failed": "Failed to register, please try again.",
"invalid_sgtin_or_pin": "Invalid SGTIN or [%key:common::config_flow::data::pin%], please try again.",
"invalid_sgtin_or_pin": "Invalid SGTIN or PIN code, please try again.",
"press_the_button": "Please press the blue button.",
"timeout_button": "Blue button press timeout, please try again."
},

View File

@ -4,10 +4,10 @@
"user": {
"data": {
"url": "[%key:common::config_flow::data::url%]",
"admin_username": "Admin [%key:common::config_flow::data::username%]",
"admin_password": "Admin [%key:common::config_flow::data::password%]",
"surveillance_username": "Surveillance [%key:common::config_flow::data::username%]",
"surveillance_password": "Surveillance [%key:common::config_flow::data::password%]"
"admin_username": "Admin username",
"admin_password": "Admin password",
"surveillance_username": "Surveillance username",
"surveillance_password": "Surveillance password"
}
},
"hassio_confirm": {

View File

@ -61,7 +61,7 @@
},
"error": {
"timeout": "Timeout validating code",
"invalid_pin": "Invalid [%key:common::config_flow::data::pin%]",
"invalid_pin": "Invalid PIN",
"unknown": "[%key:common::config_flow::error::unknown%]",
"internal_error": "Internal error validating code",
"bad_project_id": "Please enter a valid Cloud Project ID (check Cloud Console)",

View File

@ -25,10 +25,10 @@
"public_weather": {
"data": {
"area_name": "Name of the area",
"lat_ne": "[%key:common::config_flow::data::latitude%] North-East corner",
"lon_ne": "[%key:common::config_flow::data::longitude%] North-East corner",
"lat_sw": "[%key:common::config_flow::data::latitude%] South-West corner",
"lon_sw": "[%key:common::config_flow::data::longitude%] South-West corner",
"lat_ne": "North-East corner latitude",
"lon_ne": "North-East corner longitude",
"lat_sw": "South-West corner latitude",
"lon_sw": "South-West corner longitude",
"mode": "Calculation",
"show_on_map": "Show on map"
},

View File

@ -4,8 +4,8 @@
"user": {
"description": "Default host: {host}\nDefault username: {username}",
"data": {
"host": "[%key:common::config_flow::data::host%] (Optional)",
"username": "[%key:common::config_flow::data::username%] (Optional)",
"host": "Host (Optional)",
"username": "Username (Optional)",
"password": "[%key:common::config_flow::data::password%]"
}
}

View File

@ -3,7 +3,7 @@
"step": {
"user": {
"title": "Set up your TV",
"description": "Enter your Panasonic Viera TV's [%key:common::config_flow::data::ip%]",
"description": "Enter your Panasonic Viera TV's IP address",
"data": {
"host": "[%key:common::config_flow::data::ip%]",
"name": "[%key:common::config_flow::data::name%]"
@ -11,7 +11,7 @@
},
"pairing": {
"title": "Pairing",
"description": "Enter the [%key:common::config_flow::data::pin%] displayed on your TV",
"description": "Enter the PIN displayed on your TV",
"data": {
"pin": "[%key:common::config_flow::data::pin%]"
}
@ -19,7 +19,7 @@
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_pin_code": "The [%key:common::config_flow::data::pin%] you entered was invalid"
"invalid_pin_code": "The PIN you entered was invalid"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",

View File

@ -7,7 +7,7 @@
"mode": {
"data": {
"mode": "Config Mode",
"ip_address": "[%key:common::config_flow::data::ip%] (Leave empty if using Auto Discovery)."
"ip_address": "IP address (Leave empty if using Auto Discovery)."
},
"data_description": {
"ip_address": "Leave blank if selecting auto-discovery."
@ -28,8 +28,8 @@
"error": {
"credential_timeout": "Credential service timed out. Press submit to restart.",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"login_failed": "Failed to pair to PlayStation 4. Verify [%key:common::config_flow::data::pin%] is correct.",
"no_ipaddress": "Enter the [%key:common::config_flow::data::ip%] of the PlayStation 4 you would like to configure."
"login_failed": "Failed to pair to PlayStation 4. Verify PIN is correct.",
"no_ipaddress": "Enter the IP address of the PlayStation 4 you would like to configure."
},
"abort": {
"credential_error": "Error fetching credentials.",

View File

@ -37,8 +37,8 @@
"title": "Configure options",
"data": {
"scan_interval": "How often to poll Risco (in seconds)",
"code_arm_required": "Require [%key:common::config_flow::data::pin%] to arm",
"code_disarm_required": "Require [%key:common::config_flow::data::pin%] to disarm"
"code_arm_required": "Require PIN to arm",
"code_disarm_required": "Require PIN to disarm"
}
},
"risco_to_ha": {

View File

@ -29,7 +29,7 @@
}
},
"reauth_confirm": {
"title": "Synology DSM [%key:common::config_flow::title::reauth%]",
"title": "Reauthenticate Synology DSM",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"

View File

@ -20,7 +20,7 @@
}
},
"error": {
"name_exists": "[%key:common::config_flow::data::name%] already exists",
"name_exists": "Name already exists",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},

View File

@ -24,7 +24,7 @@
},
"discovery_confirm": {
"title": "UniFi Protect Discovered",
"description": "Do you want to set up {name} ({ip_address})? [%key:component::unifiprotect::config::step::user::description%]",
"description": "Do you want to set up {name} ({ip_address})? You will need a local user created in your UniFi OS Console to log in with. Ubiquiti Cloud Users will not work. For more information: {local_user_documentation_url}",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"

View File

@ -3,7 +3,7 @@
"step": {
"user": {
"title": "VIZIO SmartCast Device",
"description": "An [%key:common::config_flow::data::access_token%] is only needed for TVs. If you are configuring a TV and do not have an [%key:common::config_flow::data::access_token%] yet, leave it blank to go through a pairing process.",
"description": "An access token is only needed for TVs. If you are configuring a TV and do not have an access token yet, leave it blank to go through a pairing process.",
"data": {
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]",
@ -20,17 +20,17 @@
},
"pairing_complete": {
"title": "Pairing Complete",
"description": "Your [%key:component::vizio::config::step::user::title%] is now connected to Home Assistant."
"description": "Your VIZIO SmartCast Device is now connected to Home Assistant."
},
"pairing_complete_import": {
"title": "Pairing Complete",
"description": "Your [%key:component::vizio::config::step::user::title%] is now connected to Home Assistant.\n\nYour [%key:common::config_flow::data::access_token%] is '**{access_token}**'."
"description": "Your VIZIO SmartCast Device is now connected to Home Assistant.\n\nYour access token is '**{access_token}**'."
}
},
"error": {
"complete_pairing_failed": "Unable to complete pairing. Ensure the PIN you provided is correct and the TV is still powered and connected to the network before resubmitting.",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"existing_config_entry_found": "An existing [%key:component::vizio::config::step::user::title%] config entry with the same serial number has already been configured. You must delete the existing entry in order to configure this one."
"existing_config_entry_found": "An existing VIZIO SmartCast Device config entry with the same serial number has already been configured. You must delete the existing entry in order to configure this one."
},
"abort": {
"already_configured_device": "[%key:common::config_flow::abort::already_configured_device%]",
@ -41,7 +41,7 @@
"options": {
"step": {
"init": {
"title": "Update [%key:component::vizio::config::step::user::title%] Options",
"title": "Update VIZIO SmartCast Device Options",
"description": "If you have a Smart TV, you can optionally filter your source list by choosing which apps to include or exclude in your source list.",
"data": {
"volume_step": "Volume Step Size",

View File

@ -6,7 +6,7 @@
"description": "If the IP and MAC addresses are left empty, auto-discovery is used",
"data": {
"interface": "The network interface to use",
"host": "[%key:common::config_flow::data::ip%] (optional)",
"host": "IP address (optional)",
"mac": "Mac Address (optional)"
}
},
@ -29,7 +29,7 @@
"discovery_error": "Failed to discover a Xiaomi Aqara Gateway, try using the IP of the device running HomeAssistant as interface",
"invalid_interface": "Invalid network interface",
"invalid_key": "Invalid gateway key",
"invalid_host": "[%key:common::config_flow::error::invalid_host%], see https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem",
"invalid_host": "Invalid hostname or IP address, see https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem",
"invalid_mac": "Invalid Mac Address"
},
"abort": {

View File

@ -42,7 +42,7 @@
"host": "[%key:common::config_flow::data::ip%]",
"token": "[%key:common::config_flow::data::api_token%]"
},
"description": "You will need the 32 character [%key:common::config_flow::data::api_token%], see https://www.home-assistant.io/integrations/xiaomi_miio#retrieving-the-access-token for instructions. Please note, that this [%key:common::config_flow::data::api_token%] is different from the key used by the Xiaomi Aqara integration."
"description": "You will need the 32 character API token, see https://www.home-assistant.io/integrations/xiaomi_miio#retrieving-the-access-token for instructions. Please note, that this API token is different from the key used by the Xiaomi Aqara integration."
},
"connect": {
"data": {