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

32 lines
1.2 KiB
JSON
Raw Normal View History

2020-04-11 00:03:44 +00:00
{
"config": {
"abort": {
2021-05-05 00:04:27 +00:00
"already_configured": "Account is al geconfigureerd",
"reauth_successful": "Herauthenticatie was succesvol"
2020-04-11 00:03:44 +00:00
},
"error": {
2021-03-16 00:04:36 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-04-11 00:03:44 +00:00
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
2021-05-05 00:04:27 +00:00
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "Het wachtwoord voor {username} is niet meer geldig.",
"title": "Verifieer uw Flume account opnieuw"
},
2020-04-11 00:03:44 +00:00
"user": {
"data": {
2020-05-01 00:02:55 +00:00
"client_id": "Client-id",
2020-04-29 00:03:31 +00:00
"client_secret": "Client Secret",
2020-04-11 00:03:44 +00:00
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
2020-05-01 00:02:55 +00:00
"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",
2020-04-11 00:03:44 +00:00
"title": "Verbind met uw Flume account"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-04-11 00:03:44 +00:00
}