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

28 lines
854 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd",
"reauth_successful": "Herauthenticatie was succesvol"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"incorrect_api_key": "Ongeldige API-sleutel voor geselecteerd account",
"invalid_auth": "Ongeldige authenticatie",
"no_devices": "Geen apparaten gevonden",
"no_username": "Kan gebruikersnaam niet ophalen"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "API-sleutel"
}
},
"user": {
"data": {
"api_key": "API-sleutel",
"name": "Naam"
}
}
}
}
}