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

40 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Service is al geconfigureerd",
"reauth_successful": "Herauthenticatie was succesvol"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"invalid_url": "Ongeldige URL",
"unknown": "Onverwachte fout"
},
"step": {
"hassio_confirm": {
"description": "Wilt u Home Assistant configureren om verbinding te maken met de motionEye-service die wordt geleverd door de add-on: {addon}?",
"title": "motionEye via Home Assistant add-on"
},
"user": {
"data": {
"admin_password": "Admin Wachtwoord",
"admin_username": "Admin Gebruikersnaam",
"surveillance_password": "Surveillance Wachtwoord",
"surveillance_username": "Surveillance Gebruikersnaam",
"url": "URL"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"stream_url_template": "Stream-URL template",
"webhook_set": "MotionEye-webhooks configureren om gebeurtenissen aan Home Assistant te melden",
"webhook_set_overwrite": "Overschrijf niet-herkende webhooks"
}
}
}
}
}