28 lines
836 B
JSON
28 lines
836 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Apparaat is al geconfigureerd",
|
|
"no_devices_found": "Geen apparaten gevonden op het netwerk"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Kan geen verbinding maken"
|
|
},
|
|
"flow_title": "{name} {model} ({host})",
|
|
"step": {
|
|
"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."
|
|
}
|
|
}
|
|
}
|
|
} |