core/homeassistant/components/bluetooth/strings.json

33 lines
713 B
JSON

{
"config": {
"flow_title": "{name}",
"step": {
"enable_bluetooth": {
"description": "Do you want to setup Bluetooth?"
},
"user": {
"description": "Choose a device to setup",
"data": {
"address": "Device"
}
},
"bluetooth_confirm": {
"description": "Do you want to setup {name}?"
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"no_adapters": "No Bluetooth adapters found"
}
},
"options": {
"step": {
"init": {
"data": {
"adapter": "The Bluetooth Adapter to use for scanning"
}
}
}
}
}