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

56 lines
1.6 KiB
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": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk.",
"cannot_connect": "Kon niet verbinden"
2020-10-09 00:04:33 +00:00
},
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
"step": {
"setup_network": {
"data": {
2021-02-24 00:04:14 +00:00
"host": "Host",
2020-10-09 00:04:33 +00:00
"port": "Poort"
2020-11-07 00:04:02 +00:00
},
"title": "Selecteer verbindingsadres"
},
2021-02-24 00:04:14 +00:00
"setup_serial": {
"data": {
"device": "Selecteer apparaat"
},
"title": "Apparaat"
},
"setup_serial_manual_path": {
"data": {
"device": "USB-apparaatpad"
},
"title": "Pad"
},
2020-11-07 00:04:02 +00:00
"user": {
"data": {
"type": "Verbindingstype"
},
"title": "Selecteer verbindingstype"
2020-10-09 00:04:33 +00:00
}
}
2020-11-07 00:04:02 +00:00
},
"options": {
"error": {
"already_configured_device": "Apparaat is al geconfigureerd",
2021-02-24 00:04:14 +00:00
"invalid_event_code": "Ongeldige gebeurteniscode",
2020-11-07 00:04:02 +00:00
"unknown": "Onverwachte fout"
2021-02-24 00:04:14 +00:00
},
"step": {
"prompt_options": {
"data": {
"automatic_add": "Schakel automatisch toevoegen in",
"debug": "Foutopsporing inschakelen"
}
},
"set_device_options": {
"title": "Configureer apparaatopties"
}
2020-11-07 00:04:02 +00:00
}
2020-10-09 00:04:33 +00:00
}
}