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

30 lines
985 B
JSON
Raw Normal View History

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