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

30 lines
916 B
JSON
Raw Normal View History

2021-10-16 00:12:06 +00:00
{
"config": {
"abort": {
"already_configured": "Deze service is al geconfigureerd",
"reauth_successful": "Het opnieuw verifi\u00ebren is geslaagd"
},
"error": {
"cannot_connect": "Verbinding tot stand brengen is mislukt",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"flow_title": "{host}",
"step": {
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "Voer het juiste wachtwoord voor de host in: {host}"
},
"user": {
"data": {
"host": "Host",
"name": "Naam",
"password": "Wachtwoord",
"port": "Poort"
}
}
}
}
}