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

25 lines
843 B
JSON
Raw Normal View History

2019-12-30 00:32:19 +00:00
{
"config": {
"abort": {
2021-03-16 00:04:36 +00:00
"already_configured": "Apparaat is al geconfigureerd",
2020-11-11 11:10:09 +00:00
"cannot_connect": "Kan geen verbinding maken"
2019-12-30 00:32:19 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Kan geen verbinding maken"
2019-12-30 00:32:19 +00:00
},
"flow_title": "Elgato Key Light: {serial_number}",
"step": {
"user": {
"data": {
2021-03-16 00:04:36 +00:00
"host": "Host",
"port": "Poort"
2019-12-30 00:32:19 +00:00
},
2020-05-29 00:04:16 +00:00
"description": "Stel uw Elgato Key Light in om te integreren met Home Assistant."
2019-12-30 00:32:19 +00:00
},
"zeroconf_confirm": {
"description": "Wilt u de Elgato Key Light met serienummer ` {serial_number} ` toevoegen aan Home Assistant?",
"title": "Elgato Key Light apparaat ontdekt"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-12-30 00:32:19 +00:00
}