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

32 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"no_devices_found": "No devices found on the network",
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"cannot_connect": "Failed to connect"
},
"flow_title": "{name} {model} ({host})",
"step": {
"confirm": {
"description": "Do you want to setup TP-Link smart devices?"
},
"discovery_confirm": {
"description": "Do you want to setup {name} {model} ({host})?"
},
"pick_device": {
"data": {
"device": "Device"
}
},
"user": {
"data": {
"host": "Host"
},
"description": "If you leave the host empty, discovery will be used to find devices."
}
}
}
}