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

17 lines
578 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
"abort": {
2020-11-07 00:04:02 +00:00
"already_configured_device": "Apparaat is al geconfigureerd",
"already_configured_local_device": "Lokale apparaten zijn al geconfigureerd. Verwijder deze eerst voordat u een cloudapparaat configureert.",
2020-11-11 11:10:09 +00:00
"cannot_connect": "Kan geen verbinding maken"
2020-11-07 00:04:02 +00:00
},
"step": {
"local": {
"data": {
"host": "Host"
},
"description": "Voer de host in om de lokale Smappee-integratie te starten"
}
2020-10-09 00:04:33 +00:00
}
}
}