core/homeassistant/components/bluetooth/translations/en.json

44 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured",
"no_adapters": "No unconfigured Bluetooth adapters found"
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"description": "Do you want to set up {name}?"
},
"multiple_adapters": {
"data": {
"adapter": "Adapter"
},
"description": "Select a Bluetooth adapter to set up"
},
"single_adapter": {
"description": "Do you want to set up the Bluetooth adapter {name}?"
},
"user": {
"data": {
"address": "Device"
},
"description": "Choose a device to set up"
}
}
},
"issues": {
"haos_outdated": {
"description": "To improve Bluetooth reliability and performance, we highly recommend you update to version 9.0 or later of the Home Assistant Operating System.",
"title": "Update to Home Assistant Operating System 9.0 or later"
}
},
"options": {
"step": {
"init": {
"data": {
"passive": "Passive scanning"
}
}
}
}
}