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

20 lines
554 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
},
"error": {
"cannot_connect": "Kon niet verbinden",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"device": "Apparaat"
},
"title": "Maak verbinding met de modem"
}
}
}
}