30 lines
904 B
JSON
30 lines
904 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Apparaat is al geconfigureerd",
|
|
"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"
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "Host"
|
|
},
|
|
"title": "Verbinding maken met het apparaat"
|
|
}
|
|
}
|
|
}
|
|
} |