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

21 lines
681 B
JSON
Raw Normal View History

2020-05-30 00:03:23 +00:00
{
"config": {
"abort": {
"already_configured": "Dit Guardian-apparaat is al geconfigureerd.",
"already_in_progress": "De configuratie van het Guardian-apparaat is al bezig.",
2020-11-11 11:10:09 +00:00
"cannot_connect": "Kan geen verbinding maken"
2020-05-30 00:03:23 +00:00
},
"step": {
"user": {
"data": {
"ip_address": "IP-adres",
"port": "Poort"
},
"description": "Configureer een lokaal Elexa Guardian-apparaat."
},
"zeroconf_confirm": {
"description": "Wilt u dit Guardian-apparaat instellen?"
}
}
2020-11-11 12:25:22 +00:00
}
2020-05-30 00:03:23 +00:00
}