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

25 lines
752 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect"
},
"error": {
"cannot_connect": "Failed to connect"
},
"flow_title": "{name}",
"step": {
"user": {
"data": {
"host": "Host",
"passkey": "Passkey string",
"password": "Password",
"port": "Port",
"username": "Username"
},
"description": "Set up your BSB-Lan device to integrate with Home Assistant.",
"title": "Connect to the BSB-Lan device"
}
}
}
}