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

21 lines
652 B
JSON
Raw Normal View History

2020-05-30 00:03:23 +00:00
{
"config": {
"abort": {
2021-03-16 00:04:36 +00:00
"already_configured": "Apparaat is al geconfigureerd",
"already_in_progress": "De configuratiestroom is al aan de gang",
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
}