41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Apparaat is al geconfigureerd",
|
|
"already_in_progress": "De configuratiestroom is al aan de gang",
|
|
"cannot_connect": "Kon niet verbinden",
|
|
"invalid_host": "Ongeldige hostnaam of IP-adres",
|
|
"not_supported": "Apparaat wordt niet ondersteund",
|
|
"unknown": "Onverwachte fout"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Kon niet verbinden",
|
|
"invalid_host": "Ongeldige hostnaam of IP-adres",
|
|
"unknown": "Onverwachte fout"
|
|
},
|
|
"flow_title": "{name} ({model} bij {host})",
|
|
"step": {
|
|
"finish": {
|
|
"data": {
|
|
"name": "Naam"
|
|
},
|
|
"title": "Kies een naam voor het apparaat"
|
|
},
|
|
"reset": {
|
|
"title": "Ontgrendel het apparaat"
|
|
},
|
|
"unlock": {
|
|
"data": {
|
|
"unlock": "Ja, doe het."
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "Host",
|
|
"timeout": "Time-out"
|
|
},
|
|
"title": "Verbinding maken met het apparaat"
|
|
}
|
|
}
|
|
}
|
|
} |