Fix spelling of reconfigure in strings (#163370)

This commit is contained in:
Manu
2026-02-18 16:36:31 +01:00
committed by GitHub
parent 60d4b050ac
commit 5631170900
6 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@
"data_description": {
"access_token": "[%key:component::duckdns::config::step::user::data_description::access_token%]"
},
"title": "Re-configure {name}"
"title": "Reconfigure {name}"
},
"user": {
"data": {

View File

@@ -30,7 +30,7 @@
"password": "[%key:component::namecheapdns::config::step::user::data_description::password%]"
},
"description": "You can find the Dynamic DNS password in your Namecheap account under [Domain List > {domain} > Manage > Advanced DNS > Dynamic DNS]({account_panel}).",
"title": "Re-configure {name}"
"title": "Reconfigure {name}"
},
"user": {
"data": {

View File

@@ -3,7 +3,7 @@
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_on_wifi": "Device is already connected to WiFi and was discovered via the network.",
"another_device": "Re-configuration was unsuccessful, the IP address/hostname of another Shelly device was used.",
"another_device": "Reconfiguration was unsuccessful, the IP address/hostname of another Shelly device was used.",
"ble_not_permitted": "Device is bound to a Shelly cloud account and cannot be provisioned via Bluetooth. Please use the Shelly app to provision WiFi credentials, then add the device when it appears on your network.",
"cannot_connect": "Failed to connect to the device. Ensure the device is powered on and within range.",
"custom_port_not_supported": "[%key:component::shelly::config::error::custom_port_not_supported%]",

View File

@@ -2051,16 +2051,16 @@
"title": "[%key:component::zha::config::step::plug_in_old_radio::title%]"
},
"prompt_migrate_or_reconfigure": {
"description": "Are you migrating to a new adapter or re-configuring the current adapter?",
"description": "Are you migrating to a new adapter or reconfiguring the current adapter?",
"menu_option_descriptions": {
"intent_migrate": "This will help you migrate your Zigbee network from your old adapter to a new one.",
"intent_reconfigure": "This will let you change the serial port for your current Zigbee adapter."
},
"menu_options": {
"intent_migrate": "Migrate to a new adapter",
"intent_reconfigure": "Re-configure the current adapter"
"intent_reconfigure": "Reconfigure the current adapter"
},
"title": "Migrate or re-configure"
"title": "Migrate or reconfigure"
},
"restore_backup": {
"title": "[%key:component::zha::config::step::restore_backup::title%]"

View File

@@ -140,16 +140,16 @@
"title": "[%key:component::zwave_js::config::step::on_supervisor::title%]"
},
"reconfigure": {
"description": "Are you migrating to a new adapter or re-configuring the current adapter?",
"description": "Are you migrating to a new adapter or reconfiguring the current adapter?",
"menu_option_descriptions": {
"intent_migrate": "This will move your Z-Wave network to a new adapter.",
"intent_reconfigure": "This will let you change the adapter configuration."
},
"menu_options": {
"intent_migrate": "Migrate to a new adapter",
"intent_reconfigure": "Re-configure the current adapter"
"intent_reconfigure": "Reconfigure the current adapter"
},
"title": "Migrate or re-configure"
"title": "Migrate or reconfigure"
},
"restore_failed": {
"description": "Your Z-Wave network could not be restored to the new adapter. This means that your Z-Wave devices are not connected to Home Assistant.\n\nThe backup is saved to ”{file_path}”\n\n'<'a href=\"{file_url}\" download=\"{file_name}\"'>'Download backup file'<'/a'>'",

View File

@@ -36,7 +36,7 @@
"oauth2_unauthorized": "OAuth authorization error while obtaining access token.",
"oauth2_user_rejected_authorize": "Account linking rejected: {error}",
"reauth_successful": "Re-authentication was successful",
"reconfigure_successful": "Re-configuration was successful",
"reconfigure_successful": "Reconfiguration was successful",
"single_instance_allowed": "Already configured. Only a single configuration possible.",
"unknown_authorize_url_generation": "Unknown error generating an authorize URL.",
"webhook_not_internet_accessible": "Your Home Assistant instance needs to be accessible from the internet to receive webhook messages."