1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00
ha-core/homeassistant/components/fritzbox/translations/nl.json
2020-05-29 00:04:16 +00:00

31 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Deze AVM FRITZ!Box is al geconfigureerd.",
"already_in_progress": "AVM FRITZ!Box configuratie is al bezig.",
"not_found": "Geen ondersteunde AVM FRITZ!Box gevonden op het netwerk.",
"not_supported": "Verbonden met AVM FRITZ! Box, maar het kan geen Smart Home-apparaten bedienen."
},
"error": {
"auth_failed": "Ongeldige gebruikersnaam of wachtwoord"
},
"flow_title": "AVM FRITZ!Box: {name}",
"step": {
"confirm": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Wilt u {name} instellen?"
},
"user": {
"data": {
"host": "Host of IP-adres",
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Voer uw AVM FRITZ!Box informatie in."
}
}
}
}