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

32 lines
1.1 KiB
JSON
Raw Normal View History

2022-01-12 00:15:31 +00:00
{
"config": {
"abort": {
2022-01-23 00:13:53 +00:00
"already_configured": "Apparaat is al geconfigureerd",
"already_in_progress": "De configuratiestroom is al aan de gang",
"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?"
},
2022-02-01 00:18:49 +00:00
"pick_device": {
"data": {
"device": "Apparaat"
}
},
2022-01-23 00:13:53 +00:00
"user": {
"data": {
"host": "Host"
2022-01-31 00:14:28 +00:00
},
"description": "Als u de host leeg laat, zal discovery worden gebruikt om apparaten te vinden."
2022-01-23 00:13:53 +00:00
}
2022-01-12 00:15:31 +00:00
}
}
}