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

73 lines
2.7 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",
2021-03-20 00:04:10 +00:00
"invalid_input_2262_off": "Ongeldige invoer voor commando uit",
"invalid_input_2262_on": "Ongeldige invoer voor commando aan",
2021-03-17 00:03:55 +00:00
"invalid_input_off_delay": "Ongeldige invoer voor uitschakelvertraging",
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",
2021-03-17 00:03:55 +00:00
"debug": "Foutopsporing inschakelen",
"device": "Selecteer het apparaat om te configureren",
"event_code": "Voer de gebeurteniscode in om toe te voegen",
"remove_device": "Apparaat selecteren dat u wilt verwijderen"
},
"title": "Rfxtrx-opties"
2021-02-24 00:04:14 +00:00
},
"set_device_options": {
2021-03-16 00:04:36 +00:00
"data": {
2021-03-20 00:04:10 +00:00
"command_off": "Waarde gegevensbits voor commando uit",
"command_on": "Waarde gegevensbits voor commando aan",
2021-03-16 00:04:36 +00:00
"data_bit": "Aantal databits",
"fire_event": "Schakel apparaatgebeurtenis in",
"off_delay": "Uitschakelvertraging",
2021-03-17 00:03:55 +00:00
"off_delay_enabled": "Schakel uitschakelvertraging in",
"replace_device": "Selecteer apparaat dat u wilt vervangen",
"signal_repetitions": "Aantal signaalherhalingen"
2021-03-16 00:04:36 +00:00
},
2021-02-24 00:04:14 +00:00
"title": "Configureer apparaatopties"
}
2020-11-07 00:04:02 +00:00
}
2020-10-09 00:04:33 +00:00
}
}