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

32 lines
1.0 KiB
JSON
Raw Normal View History

2020-05-01 00:02:55 +00:00
{
"config": {
"error": {
"cannot_connect": "Verbinding mislukt, probeer het opnieuw",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"blid": "BLID",
"certificate": "Certificaat",
"continuous": "Doorlopend",
"delay": "Vertraging",
"host": "Hostnaam of IP-adres",
"password": "Wachtwoord"
},
"description": "Het ophalen van de BLID en het wachtwoord is momenteel een handmatig proces. Volg de stappen in de documentatie op: https://www.home-assistant.io/integrations/roomba/#retrieving-your-credentials",
"title": "Verbinding maken met het apparaat"
}
}
},
"options": {
"step": {
"init": {
"data": {
"continuous": "Doorlopend",
"delay": "Vertraging"
}
}
}
}
}