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

41 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"single_instance_allowed": "Al geconfigureerd. Er is maar een configuratie mogelijk."
},
"error": {
"invalid_auth": "Ongeldige authenticatie"
},
"flow_title": "Tuya-configuratie",
"step": {
"user": {
"data": {
"country_code": "De landcode van uw account (bijvoorbeeld 1 voor de VS of 86 voor China)",
"password": "Wachtwoord",
"platform": "De app waar uw account is geregistreerd",
"username": "Gebruikersnaam"
},
"description": "Voer uw Tuya-referentie in.",
"title": "Tuya"
}
}
},
"options": {
"abort": {
"cannot_connect": "Kan geen verbinding maken"
},
"error": {
"dev_not_found": "Apparaat niet gevonden"
},
"step": {
"device": {
"title": "Configureer Tuya Apparaat"
},
"init": {
"title": "Configureer Tuya opties"
}
}
}
}