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

36 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"name_exists": "Naam bestaat al"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Naam",
"password": "Wachtwoord",
"port": "Poort",
"username": "Gebruikersnaam",
"verify_ssl": "Gebruik SSL"
},
"title": "Mikrotik Router instellen"
}
}
},
"options": {
"step": {
"device_tracker": {
"data": {
"arp_ping": "ARP-ping inschakelen",
"detection_time": "Overweeg thuisinterval",
"force_dhcp": "Forceer scannen met DHCP"
}
}
}
}
}