23 lines
535 B
JSON
23 lines
535 B
JSON
|
{
|
||
|
"config": {
|
||
|
"step": {
|
||
|
"user": {
|
||
|
"title": "Connect to the Smile",
|
||
|
"description": "Details",
|
||
|
"data": {
|
||
|
"host": "Smile IP address",
|
||
|
"password": "Smile ID"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"error": {
|
||
|
"cannot_connect": "Failed to connect, please try again",
|
||
|
"invalid_auth": "Invalid authentication, check the 8 characters of your Smile ID",
|
||
|
"unknown": "Unexpected error"
|
||
|
},
|
||
|
"abort": {
|
||
|
"already_configured": "This Smile is already configured"
|
||
|
}
|
||
|
}
|
||
|
}
|