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

19 lines
444 B
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"api_version": "API Versie",
"host": "Host"
}
}
}
}
}