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

41 lines
1.3 KiB
JSON
Raw Normal View History

2020-05-15 00:02:56 +00:00
{
"config": {
"abort": {
2020-10-09 00:04:33 +00:00
"cannot_connect": "Kan geen verbinding maken",
2021-02-24 00:04:14 +00:00
"invalid_auth": "Ongeldige authenticatie",
2020-05-15 00:02:56 +00:00
"single_instance_allowed": "Al geconfigureerd. Er is maar een configuratie mogelijk."
},
2021-02-24 00:04:14 +00:00
"error": {
"invalid_auth": "Ongeldige authenticatie"
},
2020-05-15 00:02:56 +00:00
"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"
}
}
2020-11-07 00:04:02 +00:00
},
"options": {
2021-02-24 00:04:14 +00:00
"abort": {
"cannot_connect": "Kan geen verbinding maken"
},
"error": {
"dev_not_found": "Apparaat niet gevonden"
},
2020-11-07 00:04:02 +00:00
"step": {
2021-02-24 00:04:14 +00:00
"device": {
"title": "Configureer Tuya Apparaat"
},
2020-11-07 00:04:02 +00:00
"init": {
"title": "Configureer Tuya opties"
}
}
2020-05-15 00:02:56 +00:00
}
}