Skip to content

Commit c66daf1

Browse files
authored
Fix spelling of "Wi-Fi" in user-facing strings of shelly (#166017)
1 parent 1cae0e3 commit c66daf1

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

homeassistant/components/shelly/strings.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"config": {
33
"abort": {
44
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
5-
"already_on_wifi": "Device is already connected to WiFi and was discovered via the network.",
5+
"already_on_wifi": "Device is already connected to Wi-Fi and was discovered via the network.",
66
"another_device": "Reconfiguration was unsuccessful, the IP address/hostname of another Shelly device was used.",
7-
"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.",
7+
"ble_not_permitted": "Device is bound to a Shelly cloud account and cannot be provisioned via Bluetooth. Please use the Shelly app to provision Wi-Fi credentials, then add the device when it appears on your network.",
88
"cannot_connect": "Failed to connect to the device. Ensure the device is powered on and within range.",
99
"custom_port_not_supported": "[%key:component::shelly::config::error::custom_port_not_supported%]",
1010
"firmware_not_fully_provisioned": "Device not fully provisioned. Please contact Shelly support",
1111
"invalid_discovery_info": "Invalid Bluetooth discovery information.",
1212
"ipv6_not_supported": "IPv6 is not supported.",
1313
"mac_address_mismatch": "[%key:component::shelly::config::error::mac_address_mismatch%]",
14-
"no_wifi_networks": "No WiFi networks found during scan.",
14+
"no_wifi_networks": "No Wi-Fi networks found during scan.",
1515
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
1616
"reauth_unsuccessful": "Re-authentication was unsuccessful, please remove the integration and set it up again.",
1717
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
1818
"unknown": "[%key:common::config_flow::error::unknown%]",
19-
"wifi_provisioned": "WiFi credentials for {ssid} have been provisioned to {name}. The device is connecting to WiFi and will complete setup automatically."
19+
"wifi_provisioned": "Wi-Fi credentials for {ssid} have been provisioned to {name}. The device is connecting to Wi-Fi and will complete setup automatically."
2020
},
2121
"error": {
2222
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
@@ -28,20 +28,20 @@
2828
},
2929
"flow_title": "{name}",
3030
"progress": {
31-
"provisioning": "Provisioning WiFi credentials and waiting for device to connect"
31+
"provisioning": "Provisioning Wi-Fi credentials and waiting for device to connect"
3232
},
3333
"step": {
3434
"bluetooth_confirm": {
3535
"data": {
36-
"disable_ap": "Disable WiFi access point after provisioning",
36+
"disable_ap": "Disable Wi-Fi access point after provisioning",
3737
"disable_ble_rpc": "Disable Bluetooth RPC after provisioning"
3838
},
3939
"data_description": {
40-
"disable_ap": "For improved security, disable the WiFi access point after successfully connecting to your network.",
41-
"disable_ble_rpc": "For improved security, disable Bluetooth RPC access after WiFi is configured. Bluetooth will remain enabled for BLE sensors and buttons."
40+
"disable_ap": "For improved security, disable the Wi-Fi access point after successfully connecting to your network.",
41+
"disable_ble_rpc": "For improved security, disable Bluetooth RPC access after Wi-Fi is configured. Bluetooth will remain enabled for BLE sensors and buttons."
4242
},
43-
"description": "The Shelly device {name} has been discovered via Bluetooth but is not connected to WiFi.\n\nDo you want to provision WiFi credentials to this device?",
44-
"title": "Provision WiFi via Bluetooth"
43+
"description": "The Shelly device {name} has been discovered via Bluetooth but is not connected to Wi-Fi.\n\nDo you want to provision Wi-Fi credentials to this device?",
44+
"title": "Provision Wi-Fi via Bluetooth"
4545
},
4646
"confirm_discovery": {
4747
"description": "Do you want to set up the {model} at {host}?\n\nBattery-powered devices that are password-protected must be woken up before continuing with setting up.\nBattery-powered devices that are not password-protected will be added when the device wakes up, you can now manually wake the device up using a button on it or wait for the next data update from the device."
@@ -103,16 +103,16 @@
103103
"wifi_scan": {
104104
"data": {
105105
"password": "[%key:common::config_flow::data::password%]",
106-
"ssid": "WiFi network"
106+
"ssid": "Wi-Fi network"
107107
},
108108
"data_description": {
109-
"password": "Password for the WiFi network.",
110-
"ssid": "Select a WiFi network from the list or enter a custom SSID for hidden networks."
109+
"password": "Password for the Wi-Fi network.",
110+
"ssid": "Select a Wi-Fi network from the list or enter a custom SSID for hidden networks."
111111
},
112-
"description": "Select a WiFi network and enter the password to provision the device."
112+
"description": "Select a Wi-Fi network and enter the password to provision the device."
113113
},
114114
"wifi_scan_failed": {
115-
"description": "Failed to scan for WiFi networks via Bluetooth. The device may be out of range or Bluetooth connection failed. Would you like to try again?"
115+
"description": "Failed to scan for Wi-Fi networks via Bluetooth. The device may be out of range or Bluetooth connection failed. Would you like to try again?"
116116
}
117117
}
118118
},
@@ -727,16 +727,16 @@
727727
},
728728
"step": {
729729
"init": {
730-
"description": "Your Shelly device {device_name} with IP address {ip_address} has an open WiFi access point enabled without a password. This is a security risk as anyone nearby can connect to the device.\n\nNote: If you disable the access point, the device may need to restart.",
730+
"description": "Your Shelly device {device_name} with IP address {ip_address} has an open Wi-Fi access point enabled without a password. This is a security risk as anyone nearby can connect to the device.\n\nNote: If you disable the access point, the device may need to restart.",
731731
"menu_options": {
732-
"confirm": "Disable WiFi access point",
732+
"confirm": "Disable Wi-Fi access point",
733733
"ignore": "Ignore"
734734
},
735735
"title": "[%key:component::shelly::issues::open_wifi_ap::title%]"
736736
}
737737
}
738738
},
739-
"title": "Open WiFi access point on {device_name}"
739+
"title": "Open Wi-Fi access point on {device_name}"
740740
},
741741
"outbound_websocket_incorrectly_enabled": {
742742
"fix_flow": {

0 commit comments

Comments
 (0)