27 lines
780 B
JSON
27 lines
780 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Apparaat is al geconfigureerd",
|
|
"invalid_id": "Het apparaat heeft een ongeldige unieke ID teruggestuurd"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Kan geen verbinding maken",
|
|
"invalid_auth": "Ongeldige authenticatie"
|
|
},
|
|
"step": {
|
|
"discovered_connection": {
|
|
"data": {
|
|
"password": "Wachtwoord",
|
|
"username": "Gebruikersnaam"
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"password": "Wachtwoord",
|
|
"url": "URL",
|
|
"username": "Gebruikersnaam"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |