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

39 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"reauth_successful": "Herauthenticatie geslaagd"
},
"error": {
"api_error": "API-fout opgetreden",
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"flow_title": "{short_mac} ({ip_address})",
"step": {
"reauth_confirm": {
"title": "Integratie herauthenticeren"
},
"user": {
"data": {
"host": "Host",
"password": "Wachtwoord",
"port": "Poort",
"use_https": "HTTPS inschakelen",
"username": "Gebruikersnaam"
},
"description": "{error}"
}
}
},
"options": {
"step": {
"init": {
"data": {
"protocol": "Protocol"
}
}
}
}
}