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

56 lines
2.2 KiB
JSON
Raw Normal View History

2021-04-27 00:04:45 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"already_in_progress": "De configuratie is momenteel al bezig",
2022-04-29 00:22:21 +00:00
"ignore_ip6_link_local": "Lokaal IPv6-linkadres wordt niet ondersteund.",
2022-05-21 00:22:49 +00:00
"reauth_successful": "Herauthenticatie geslaagd"
2021-04-27 00:04:45 +00:00
},
"error": {
"already_configured": "Apparaat is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"already_in_progress": "De configuratie is momenteel al bezig",
2021-05-18 00:12:13 +00:00
"cannot_connect": "Kan geen verbinding maken",
2022-03-06 00:18:25 +00:00
"invalid_auth": "Ongeldige authenticatie",
"upnp_not_configured": "Ontbrekende UPnP instellingen op apparaat."
2021-04-27 00:04:45 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2021-04-27 00:04:45 +00:00
"step": {
"confirm": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Ontdekt FRITZ!Box: {name}\n\nStel FRITZ!box Tools in om {name} te beheren",
"title": "Setup FRITZ!Box Tools"
},
"reauth_confirm": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Update FRITZ! Box Tools-inloggegevens voor: {host}. \n\n FRITZ! Box Tools kan niet inloggen op uw FRITZ!Box.",
"title": "Updating FRITZ!Box Tools - referenties"
},
2021-05-18 00:12:13 +00:00
"user": {
"data": {
"host": "Host",
"password": "Wachtwoord",
"port": "Poort",
"username": "Gebruikersnaam"
},
"description": "Stel FRITZ!Box Tools in om uw FRITZ!Box te bedienen.\nMinimaal nodig: gebruikersnaam, wachtwoord.",
"title": "Setup FRITZ!Box Tools"
2021-04-27 00:04:45 +00:00
}
}
2021-05-26 00:16:09 +00:00
},
"options": {
"step": {
"init": {
"data": {
2022-02-27 00:19:29 +00:00
"consider_home": "Seconden om een apparaat als \"thuis\" te beschouwen",
"old_discovery": "Oude detectiemethode inschakelen"
2021-05-26 00:16:09 +00:00
}
}
}
2021-04-27 00:04:45 +00:00
}
}