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

24 lines
849 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"client_id": "Client-id",
"client_secret": "Client Secret",
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Om toegang te krijgen tot de Flume Personal API, moet je een 'Client ID' en 'Client Secret' aanvragen op https://portal.flumetech.com/settings#token",
"title": "Verbind met uw Flume account"
}
}
}
}