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

27 lines
903 B
JSON

{
"config": {
"abort": {
"already_configured_device": "Device is already configured",
"cannot_connect": "Failed to connect",
"no_unconfigured_devices": "No unconfigured devices found.",
"unknown": "Unexpected error"
},
"error": {
"linking": "Failed to pair, please try again. Is the MicroBot in pairing mode?"
},
"flow_title": "{name}",
"step": {
"init": {
"data": {
"address": "Device address",
"name": "Name"
},
"title": "Setup MicroBot device"
},
"link": {
"description": "Press the button on the MicroBot Push when the LED is solid pink or green to register with Home Assistant.",
"title": "Pairing"
}
}
}
}