1
mirror of https://github.com/home-assistant/core synced 2024-07-27 18:58:57 +02:00
ha-core/homeassistant/components/mikrotik/translations/nl.json
2022-10-22 00:35:23 +00:00

44 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"reauth_successful": "Herauthenticatie geslaagd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"name_exists": "Naam bestaat al"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "Het wachtwoord voor {username} is onjuist.",
"title": "Integratie herauthenticeren"
},
"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"
}
}
}
}
}