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

20 lines
513 B
JSON
Raw Normal View History

2020-07-23 00:02:48 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
2020-10-09 00:04:33 +00:00
"error": {
2021-02-24 00:04:14 +00:00
"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-10-09 00:04:33 +00:00
},
2020-07-23 00:02:48 +00:00
"step": {
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"host": "Host",
2020-07-23 00:02:48 +00:00
"port": "Poort"
2020-11-07 00:04:02 +00:00
},
"title": "Stel Agent DVR in"
2020-07-23 00:02:48 +00:00
}
}
2020-11-11 12:25:22 +00:00
}
2020-07-23 00:02:48 +00:00
}