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

20 lines
554 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
2021-02-25 00:05:20 +00:00
"already_configured": "Apparaat is al geconfigureerd",
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
2020-11-07 00:04:02 +00:00
},
"error": {
"cannot_connect": "Kon niet verbinden",
"unknown": "Onverwachte fout"
},
2020-10-09 00:04:33 +00:00
"step": {
"user": {
"data": {
"device": "Apparaat"
2020-11-07 00:04:02 +00:00
},
"title": "Maak verbinding met de modem"
2020-10-09 00:04:33 +00:00
}
}
}
}