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

40 lines
1.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Location is already configured"
},
"error": {
"invalid_hosts": "Invalid Hosts"
},
"step": {
"user": {
"data": {
"exclude": "Network addresses (comma separated) to exclude from scanning",
"home_interval": "Minimum number of minutes between scans of active devices (preserve battery)",
"hosts": "Network addresses (comma separated) to scan",
"scan_options": "Raw configurable scan options for Nmap"
},
"description": "Configure hosts to be scanned by Nmap. Network address and excludes can be IP Addresses (192.168.1.1), IP Networks (192.168.0.0/24) or IP Ranges (192.168.1.0-32)."
}
}
},
"options": {
"error": {
"invalid_hosts": "Invalid Hosts"
},
"step": {
"init": {
"data": {
"consider_home": "Seconds to wait till marking a device tracker as not home after not being seen.",
"exclude": "Network addresses (comma separated) to exclude from scanning",
"home_interval": "Minimum number of minutes between scans of active devices (preserve battery)",
"hosts": "Network addresses (comma separated) to scan",
"interval_seconds": "Scan interval",
"scan_options": "Raw configurable scan options for Nmap"
},
"description": "Configure hosts to be scanned by Nmap. Network address and excludes can be IP Addresses (192.168.1.1), IP Networks (192.168.0.0/24) or IP Ranges (192.168.1.0-32)."
}
}
},
"title": "Nmap Tracker"
}