20 lines
471 B
JSON
20 lines
471 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Sign-in with Ring account",
|
|
"data": { "username": "Username", "password": "Password" }
|
|
},
|
|
"2fa": {
|
|
"title": "Two-factor authentication",
|
|
"data": { "2fa": "Two-factor code" }
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"abort": { "already_configured": "Device is already configured" }
|
|
}
|
|
}
|