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

30 lines
985 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"reauth_successful": "Herauthenticatie geslaagd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "Update je wachtwoord voor {username}",
"title": "Integratie herauthenticeren"
},
"user": {
"data": {
"import_plugins": "Entiteiten importeren uit fibaro-plug-ins?",
"password": "Wachtwoord",
"url": "URL in het formaat http://HOST/api/",
"username": "Gebruikersnaam"
}
}
}
}
}