Skip to content

Commit c893552

Browse files
TheJulianJESfrenck
authored andcommitted
Replace remaining ZHA "radio" strings with "adapter" (home-assistant#153234)
1 parent 4fd1016 commit c893552

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

homeassistant/components/zha/strings.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"step": {
55
"choose_serial_port": {
66
"title": "Select a serial port",
7-
"description": "Select the serial port for your Zigbee radio",
7+
"description": "Select the serial port for your Zigbee adapter",
88
"data": {
99
"path": "Serial device path"
1010
}
@@ -16,10 +16,10 @@
1616
"description": "Do you want to set up {name}?"
1717
},
1818
"manual_pick_radio_type": {
19-
"title": "Select a radio type",
20-
"description": "Pick your Zigbee radio type",
19+
"title": "Select an adapter type",
20+
"description": "Pick your Zigbee adapter type",
2121
"data": {
22-
"radio_type": "Radio type"
22+
"radio_type": "Adapter type"
2323
}
2424
},
2525
"manual_port_config": {
@@ -37,8 +37,8 @@
3737
}
3838
},
3939
"verify_radio": {
40-
"title": "Radio is not recommended",
41-
"description": "The radio you are using ({name}) is not recommended and support for it may be removed in the future. Please see the Zigbee Home Automation integration's documentation for [a list of recommended adapters]({docs_recommended_adapters_url})."
40+
"title": "Adapter is not recommended",
41+
"description": "The adapter you are using ({name}) is not recommended and support for it may be removed in the future. Please see the Zigbee Home Automation integration's documentation for [a list of recommended adapters]({docs_recommended_adapters_url})."
4242
},
4343
"choose_setup_strategy": {
4444
"title": "Set up Zigbee",
@@ -70,11 +70,11 @@
7070
},
7171
"choose_formation_strategy": {
7272
"title": "Network formation",
73-
"description": "Choose the network settings for your radio.",
73+
"description": "Choose the network settings for your adapter.",
7474
"menu_options": {
7575
"form_new_network": "Erase network settings and create a new network",
7676
"form_initial_network": "Create a network",
77-
"reuse_settings": "Keep radio network settings",
77+
"reuse_settings": "Keep adapter network settings",
7878
"choose_automatic_backup": "Restore an automatic backup",
7979
"upload_manual_backup": "Upload a manual backup"
8080
},
@@ -101,10 +101,10 @@
101101
}
102102
},
103103
"maybe_confirm_ezsp_restore": {
104-
"title": "Overwrite radio IEEE address",
105-
"description": "Your backup has a different IEEE address than your radio. For your network to function properly, the IEEE address of your radio should also be changed.\n\nThis is a permanent operation.",
104+
"title": "Overwrite adapter IEEE address",
105+
"description": "Your backup has a different IEEE address than your adapter. For your network to function properly, the IEEE address of your adapter should also be changed.\n\nThis is a permanent operation.",
106106
"data": {
107-
"overwrite_coordinator_ieee": "Permanently replace the radio IEEE address"
107+
"overwrite_coordinator_ieee": "Permanently replace the adapter IEEE address"
108108
}
109109
}
110110
},
@@ -133,7 +133,7 @@
133133
},
134134
"prompt_migrate_or_reconfigure": {
135135
"title": "Migrate or re-configure",
136-
"description": "Are you migrating to a new radio or re-configuring the current radio?",
136+
"description": "Are you migrating to a new adapter or re-configuring the current adapter?",
137137
"menu_options": {
138138
"intent_migrate": "Migrate to a new adapter",
139139
"intent_reconfigure": "Re-configure the current adapter"
@@ -597,7 +597,7 @@
597597
"step": {
598598
"init": {
599599
"title": "[%key:component::zha::issues::inconsistent_network_settings::title%]",
600-
"description": "Your Zigbee radio's network settings are inconsistent with the most recent network backup. This usually happens if another Zigbee integration (e.g. Zigbee2MQTT or deCONZ) has overwritten them.\n\n{diff}\n\nIf you did not intentionally change your network settings, restore from the most recent backup: your devices will not work otherwise.",
600+
"description": "Your Zigbee adapter's network settings are inconsistent with the most recent network backup. This usually happens if another Zigbee integration (e.g. Zigbee2MQTT or deCONZ) has overwritten them.\n\n{diff}\n\nIf you did not intentionally change your network settings, restore from the most recent backup: your devices will not work otherwise.",
601601
"menu_options": {
602602
"use_new_settings": "Keep the new settings",
603603
"restore_old_settings": "Restore backup (recommended)"

0 commit comments

Comments
 (0)