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

57 lines
1.7 KiB
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
"abort": {
2021-06-25 00:12:31 +00:00
"already_configured": "Apparaat is al geconfigureerd",
2021-06-30 00:11:18 +00:00
"cannot_communicate": "Kon niet verbinden.",
2021-06-25 00:12:31 +00:00
"cannot_connect": "Kan geen verbinding maken"
2020-11-07 00:04:02 +00:00
},
"error": {
2021-06-25 00:12:31 +00:00
"already_configured": "Apparaat is al geconfigureerd",
2021-06-26 00:10:53 +00:00
"cannot_communicate": "Kon niet verbinden.",
2021-06-25 00:12:31 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-11-07 00:04:02 +00:00
"one": "Leeg",
"other": "Leeg"
},
"step": {
"one": "Leeg",
2021-06-25 00:12:31 +00:00
"other": "Leeg",
"setup_network": {
"data": {
"dsmr_version": "Selecteer DSMR-versie",
"host": "Host",
"port": "Poort"
},
"title": "Selecteer verbindingsadres"
},
"setup_serial": {
"data": {
"dsmr_version": "Selecteer DSMR-versie",
"port": "Selecteer apparaat"
},
"title": "Apparaat"
},
"setup_serial_manual_path": {
"data": {
"port": "USB-apparaatpad"
},
"title": "Pad"
},
"user": {
"data": {
"type": "Verbindingstype"
},
"title": "Selecteer verbindingstype"
}
2020-10-09 00:04:33 +00:00
}
2020-12-11 00:04:19 +00:00
},
"options": {
"step": {
"init": {
"data": {
"time_between_update": "Minimumtijd tussen entiteitsupdates [s]"
},
"title": "DSMR-opties"
}
}
2020-10-09 00:04:33 +00:00
}
}