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

21 lines
620 B
JSON
Raw Normal View History

2022-07-22 03:17:09 +00:00
{
"config": {
"abort": {
"already_configured": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress",
"no_devices_found": "No devices found on the network"
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
2022-12-13 00:27:47 +00:00
"description": "Do you want to set up {name}?"
2022-07-22 03:17:09 +00:00
},
"user": {
"data": {
"address": "Device"
},
2022-12-13 00:27:47 +00:00
"description": "Choose a device to set up"
2022-07-22 03:17:09 +00:00
}
}
}
}