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

41 lines
1.5 KiB
JSON
Raw Normal View History

2021-05-10 00:04:47 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
2021-11-30 00:13:53 +00:00
"device_unsupported": "Het apparaat wordt niet ondersteund.",
"reauth_successful": "Herauthenticatie was succesvol",
"reauth_unsuccessful": "Herauthenticatie is mislukt, verwijder de integratie en stel het opnieuw in."
2021-05-10 00:04:47 +00:00
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
2021-11-30 00:13:53 +00:00
"invalid_auth": "Ongeldige authenticatie",
2021-05-10 00:04:47 +00:00
"unknown": "Onverwachte fout"
},
2021-11-30 00:13:53 +00:00
"flow_title": "{host}",
2021-05-10 00:04:47 +00:00
"step": {
"confirm_discovery": {
"description": "Wilt u Nettigo Air Monitor instellen bij {host} ?"
},
2021-11-30 00:13:53 +00:00
"credentials": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Voer de gebruikersnaam en het wachtwoord in."
},
"reauth_confirm": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Voer de juiste gebruikersnaam en wachtwoord in voor host: {host}"
},
2021-05-10 00:04:47 +00:00
"user": {
"data": {
"host": "Host"
},
"description": "Stel Nettigo Air Monitor integratie in."
}
}
}
}