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

21 lines
651 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",
2022-05-21 00:22:49 +00:00
"already_in_progress": "De configuratie is momenteel 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": {
2021-05-12 00:04:03 +00:00
"discovery_confirm": {
"description": "Wil je dit Guardian apparaat instellen?"
},
2020-05-30 00:03:23 +00:00
"user": {
"data": {
"ip_address": "IP-adres",
"port": "Poort"
},
"description": "Configureer een lokaal Elexa Guardian-apparaat."
}
}
2020-11-11 12:25:22 +00:00
}
2020-05-30 00:03:23 +00:00
}