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

21 lines
615 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",
2022-05-21 00:22:49 +00:00
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
2020-11-07 00:04:02 +00:00
},
"error": {
2022-05-21 00:22:49 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-11-07 00:04:02 +00:00
"unknown": "Onverwachte fout"
},
2020-10-09 00:04:33 +00:00
"step": {
"user": {
"data": {
2022-05-10 00:23:19 +00:00
"baud_speed": "Baud snelheid",
2020-10-09 00:04:33 +00:00
"device": "Apparaat"
2020-11-07 00:04:02 +00:00
},
"title": "Maak verbinding met de modem"
2020-10-09 00:04:33 +00:00
}
}
}
}