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

52 lines
1.7 KiB
JSON

{
"config": {
"abort": {
"already_configured_account": "Account is al geconfigureerd",
"ezviz_cloud_account_missing": "Ezviz-cloudaccount ontbreekt. Configureer het Ezviz-cloudaccount opnieuw",
"unknown": "Onverwachte fout"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"invalid_host": "Ongeldige hostnaam of IP-adres"
},
"flow_title": "{serial}",
"step": {
"confirm": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Voer RTSP-gegevens in voor Ezviz camera {serial} met IP {ip_address}",
"title": "Ontdekt Ezviz Camera"
},
"user": {
"data": {
"password": "Wachtwoord",
"url": "URL",
"username": "Gebruikersnaam"
},
"title": "Verbind met Ezviz Cloud"
},
"user_custom_url": {
"data": {
"password": "Wachtwoord",
"url": "URL",
"username": "Gebruikersnaam"
},
"description": "Geef handmatig de URL van uw regio op",
"title": "Verbind met aangepast Ezviz URL"
}
}
},
"options": {
"step": {
"init": {
"data": {
"ffmpeg_arguments": "Argumenten doorgegeven aan ffmpeg voor camera's",
"timeout": "Time-out aanvraag (seconden)"
}
}
}
}
}