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

28 lines
1.1 KiB
JSON
Raw Normal View History

2019-06-14 21:53:13 +00:00
{
"config": {
"abort": {
2021-04-17 00:03:46 +00:00
"already_configured": "Service is al geconfigureerd",
2021-05-12 00:04:03 +00:00
"existing_instance_updated": "Bestaande configuratie bijgewerkt."
2019-06-14 21:53:13 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Kan geen verbinding maken"
2019-06-14 21:53:13 +00:00
},
"step": {
"hassio_confirm": {
2021-04-01 00:03:55 +00:00
"description": "Wilt u Home Assistant configureren om verbinding te maken met AdGuard Home van de Home Assistant add-on: {addon}?",
"title": "AdGuard Home via Home Assistant add-on"
2019-06-14 21:53:13 +00:00
},
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"host": "Host",
2019-06-14 21:53:13 +00:00
"password": "Wachtwoord",
2020-10-09 00:04:33 +00:00
"port": "Poort",
2019-06-14 21:53:13 +00:00
"ssl": "AdGuard Home maakt gebruik van een SSL certificaat",
"username": "Gebruikersnaam",
"verify_ssl": "AdGuard Home maakt gebruik van een goed certificaat"
},
2020-05-29 00:04:16 +00:00
"description": "Stel uw AdGuard Home-instantie in om toezicht en controle mogelijk te maken."
2019-06-14 21:53:13 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-06-14 21:53:13 +00:00
}