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

20 lines
569 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie"
},
"step": {
"user": {
"data": {
"api_key": "API-sleutel"
},
"description": "Voer de API-sleutel in die is verkregen van https://home.freedompro.eu",
"title": "Freedompro API key"
}
}
}
}