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

39 lines
1.2 KiB
JSON
Raw Normal View History

{
2021-02-15 00:14:36 +00:00
"config": {
"abort": {
"already_configured": "Account is already configured",
"no_udn": "SSDP discovery info has no UDN",
"not_keenetic_ndms2": "Discovered item is no a Keenetic router"
2021-02-15 00:14:36 +00:00
},
"error": {
"cannot_connect": "Failed to connect"
},
"flow_title": "{name} ({host})",
2021-02-15 00:14:36 +00:00
"step": {
"user": {
"data": {
"host": "Host",
"password": "Password",
"port": "Port",
"username": "Username"
},
"title": "Set up Keenetic NDMS2 Router"
}
}
},
2021-02-15 00:14:36 +00:00
"options": {
"step": {
"user": {
"data": {
"consider_home": "Consider home interval",
"include_arp": "Use ARP data (ignored if hotspot data used)",
"include_associated": "Use WiFi AP associations data (ignored if hotspot data used)",
"interfaces": "Choose interfaces to scan",
"scan_interval": "Scan interval",
"try_hotspot": "Use 'ip hotspot' data (most accurate)"
}
}
}
}
}