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

21 lines
651 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"already_in_progress": "De configuratie is momenteel al bezig",
"cannot_connect": "Kan geen verbinding maken"
},
"step": {
"discovery_confirm": {
"description": "Wil je dit Guardian apparaat instellen?"
},
"user": {
"data": {
"ip_address": "IP-adres",
"port": "Poort"
},
"description": "Configureer een lokaal Elexa Guardian-apparaat."
}
}
}
}