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

18 lines
440 B
JSON
Raw Normal View History

2021-06-30 00:11:18 +00:00
{
"config": {
"abort": {
"already_configured": "Locatie is al geconfigureerd."
},
"error": {
"invalid_hosts": "Ongeldige hosts"
},
"step": {
"user": {
"data": {
"exclude": "Netwerkadressen (door komma's gescheiden) om uit te sluiten van scannen"
}
}
}
},
"title": "Nmap Tracker"
}