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

23 lines
676 B
JSON
Raw Normal View History

2020-05-22 00:05:00 +00:00
{
"config": {
"abort": {
"cannot_connect": "Kon niet verbinden"
},
"error": {
"cannot_connect": "Kon niet verbinden",
"invalid_auth": "Ongeldige authenticatie"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{device} ({ip_address})",
2020-05-22 00:05:00 +00:00
"step": {
"user": {
"data": {
"ip_address": "IP-adres",
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Geef hieronder de vereiste informatie op.",
2021-02-27 00:05:45 +00:00
"title": "Stel GogoGate2 of iSmartGate in"
2020-05-22 00:05:00 +00:00
}
}
}
}