core/homeassistant/components/otbr/strings.json

29 lines
1.2 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"url": "[%key:common::config_flow::data::url%]"
},
"description": "Provide URL for the Open Thread Border Router's REST API"
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
},
"issues": {
"insecure_thread_network": {
"title": "Insecure Thread network settings detected",
"description": "Your Thread network is using a default network key or pass phrase.\n\nThis is a security risk, please create a new Thread network."
},
"otbr_zha_channel_collision": {
"title": "OTBR and ZHA share the same radio but use different channels",
"description": "When OTBR and ZHA share the radio, they must use the same network channel.\n\nIf OTBR and ZHA attempt to connect to networks on different channels, neither Thread/Matter nor Zigbee will work.\n\nOTBR is configured with a Thread network on channel {otbr_channel}, ZHA is configured with a Zigbee network on channel {zha_channel}."
}
}
}