1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/motioneye/translations/nl.json
2021-04-27 00:04:45 +00:00

25 lines
826 B
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": {
"user": {
"data": {
"admin_password": "Admin Wachtwoord",
"admin_username": "Admin Gebruikersnaam",
"surveillance_password": "Surveillance Wachtwoord",
"surveillance_username": "Surveillance Gebruikersnaam",
"url": "URL"
}
}
}
}
}