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

32 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"already_in_progress": "De configuratie is momenteel al bezig",
"cannot_connect": "Kan geen verbinding maken",
"no_devices_found": "Geen apparaten gevonden op het netwerk",
"not_steamist_device": "Geen steamist-apparaat"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"unknown": "Onverwachte fout"
},
"flow_title": "{name} ({ipaddress})",
"step": {
"discovery_confirm": {
"description": "Wilt u {name} ({ipaddress}) instellen?"
},
"pick_device": {
"data": {
"device": "Apparaat"
}
},
"user": {
"data": {
"host": "Host"
},
"description": "Als u de host leeg laat, zal discovery worden gebruikt om apparaten te vinden."
}
}
}
}