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

16 lines
495 B
JSON
Raw Normal View History

2020-11-07 00:04:02 +00:00
{
"config": {
"abort": {
2021-02-25 00:05:20 +00:00
"missing_configuration": "Het component is niet geconfigureerd. Volg de documentatie.",
"no_url_available": "Geen URL beschikbaar. Voor informatie over deze fout, [check de helpsectie]({docs_url})"
2020-11-07 00:04:02 +00:00
},
"create_entry": {
"default": "Succesvol geverifieerd"
},
"step": {
"pick_implementation": {
"title": "Kies de verificatiemethode"
}
}
}
}