21 lines
562 B
JSON
21 lines
562 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "MyQ is already configured"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect, please try again",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"password": "Password",
|
|
"username": "Username"
|
|
},
|
|
"title": "Connect to the MyQ Gateway"
|
|
}
|
|
}
|
|
}
|
|
} |