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

28 lines
836 B
JSON
Raw Normal View History

2019-03-10 05:26:26 +00:00
{
"config": {
"abort": {
2021-10-02 12:59:05 +00:00
"already_configured": "Apparaat is al geconfigureerd",
2022-05-19 00:26:11 +00:00
"no_devices_found": "Geen apparaten gevonden op het netwerk"
2019-03-10 05:26:26 +00:00
},
2021-10-02 12:59:05 +00:00
"error": {
"cannot_connect": "Kon geen verbinding maken"
},
"flow_title": "{name} {model} ({host})",
2019-03-10 05:26:26 +00:00
"step": {
2021-10-02 12:59:05 +00:00
"discovery_confirm": {
"description": "Wilt u {name} {model} ({host}) instellen?"
},
"pick_device": {
"data": {
"device": "Apparaat"
}
},
"user": {
"data": {
"host": "Host"
},
"description": "Als u de host leeg laat, wordt detectie gebruikt om apparaten te vinden."
2019-03-10 05:26:26 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-03-10 05:26:26 +00:00
}