diff --git a/homeassistant/components/apcupsd/strings.json b/homeassistant/components/apcupsd/strings.json index 1ca53c0e854..aef33a6f8bf 100644 --- a/homeassistant/components/apcupsd/strings.json +++ b/homeassistant/components/apcupsd/strings.json @@ -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%]" diff --git a/homeassistant/components/asuswrt/strings.json b/homeassistant/components/asuswrt/strings.json index bd0c706e74a..f6ccb5a7c9c 100644 --- a/homeassistant/components/asuswrt/strings.json +++ b/homeassistant/components/asuswrt/strings.json @@ -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%]" } } diff --git a/homeassistant/components/daikin/strings.json b/homeassistant/components/daikin/strings.json index 5c759384795..7848949831b 100644 --- a/homeassistant/components/daikin/strings.json +++ b/homeassistant/components/daikin/strings.json @@ -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%]" } } diff --git a/homeassistant/components/derivative/strings.json b/homeassistant/components/derivative/strings.json index 35f1679a31b..7a4ee9d4fc3 100644 --- a/homeassistant/components/derivative/strings.json +++ b/homeassistant/components/derivative/strings.json @@ -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%]" } } } diff --git a/homeassistant/components/devolo_home_control/strings.json b/homeassistant/components/devolo_home_control/strings.json index 293763c890e..84f05b88384 100644 --- a/homeassistant/components/devolo_home_control/strings.json +++ b/homeassistant/components/devolo_home_control/strings.json @@ -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" } } } diff --git a/homeassistant/components/homematicip_cloud/strings.json b/homeassistant/components/homematicip_cloud/strings.json index 794bc2d12e0..3e3c967f972 100644 --- a/homeassistant/components/homematicip_cloud/strings.json +++ b/homeassistant/components/homematicip_cloud/strings.json @@ -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." }, diff --git a/homeassistant/components/motioneye/strings.json b/homeassistant/components/motioneye/strings.json index 742a7ec59a8..f92fa11cd77 100644 --- a/homeassistant/components/motioneye/strings.json +++ b/homeassistant/components/motioneye/strings.json @@ -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": { diff --git a/homeassistant/components/nest/strings.json b/homeassistant/components/nest/strings.json index c0c7042423b..4176ad1e227 100644 --- a/homeassistant/components/nest/strings.json +++ b/homeassistant/components/nest/strings.json @@ -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)", diff --git a/homeassistant/components/netatmo/strings.json b/homeassistant/components/netatmo/strings.json index f58daadcf7f..a500689a937 100644 --- a/homeassistant/components/netatmo/strings.json +++ b/homeassistant/components/netatmo/strings.json @@ -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" }, diff --git a/homeassistant/components/netgear/strings.json b/homeassistant/components/netgear/strings.json index d58c4878f65..7941d1fe0a7 100644 --- a/homeassistant/components/netgear/strings.json +++ b/homeassistant/components/netgear/strings.json @@ -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%]" } } diff --git a/homeassistant/components/panasonic_viera/strings.json b/homeassistant/components/panasonic_viera/strings.json index a04f942dafa..0947b1ad0d4 100644 --- a/homeassistant/components/panasonic_viera/strings.json +++ b/homeassistant/components/panasonic_viera/strings.json @@ -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%]", diff --git a/homeassistant/components/ps4/strings.json b/homeassistant/components/ps4/strings.json index b44862c527b..9518af77dbc 100644 --- a/homeassistant/components/ps4/strings.json +++ b/homeassistant/components/ps4/strings.json @@ -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.", diff --git a/homeassistant/components/risco/strings.json b/homeassistant/components/risco/strings.json index 1cc2fe7317c..ed3d832cf0b 100644 --- a/homeassistant/components/risco/strings.json +++ b/homeassistant/components/risco/strings.json @@ -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": { diff --git a/homeassistant/components/synology_dsm/strings.json b/homeassistant/components/synology_dsm/strings.json index bf18a9707a1..92903b1d2ae 100644 --- a/homeassistant/components/synology_dsm/strings.json +++ b/homeassistant/components/synology_dsm/strings.json @@ -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%]" diff --git a/homeassistant/components/transmission/strings.json b/homeassistant/components/transmission/strings.json index ed1b2f185a2..e2c144d5423 100644 --- a/homeassistant/components/transmission/strings.json +++ b/homeassistant/components/transmission/strings.json @@ -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%]" }, diff --git a/homeassistant/components/unifiprotect/strings.json b/homeassistant/components/unifiprotect/strings.json index 2c0b894746e..f8d578e1ca4 100644 --- a/homeassistant/components/unifiprotect/strings.json +++ b/homeassistant/components/unifiprotect/strings.json @@ -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%]" diff --git a/homeassistant/components/vizio/strings.json b/homeassistant/components/vizio/strings.json index 7be10b80b01..665e03b531a 100644 --- a/homeassistant/components/vizio/strings.json +++ b/homeassistant/components/vizio/strings.json @@ -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", diff --git a/homeassistant/components/xiaomi_aqara/strings.json b/homeassistant/components/xiaomi_aqara/strings.json index 66ad4d01354..63fb48542c9 100644 --- a/homeassistant/components/xiaomi_aqara/strings.json +++ b/homeassistant/components/xiaomi_aqara/strings.json @@ -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": { diff --git a/homeassistant/components/xiaomi_miio/strings.json b/homeassistant/components/xiaomi_miio/strings.json index c343fe9a5f1..dfcb503182c 100644 --- a/homeassistant/components/xiaomi_miio/strings.json +++ b/homeassistant/components/xiaomi_miio/strings.json @@ -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": {