2020-11-25 15:38:49 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "Account is already configured",
|
|
|
|
"reauth_successful": "Re-authentication was successful"
|
|
|
|
},
|
|
|
|
"create_entry": {
|
|
|
|
"default": "Successfully authenticated"
|
2020-11-26 00:03:15 +00:00
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"invalid_auth": "Invalid authentication"
|
|
|
|
},
|
|
|
|
"step": {
|
|
|
|
"reauth": {
|
|
|
|
"data": {
|
|
|
|
"password": "Password"
|
|
|
|
},
|
|
|
|
"description": "Authentication tokens baceame invalid, login to recreate them."
|
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"password": "Password",
|
|
|
|
"url": "Website",
|
|
|
|
"username": "Username"
|
|
|
|
}
|
|
|
|
}
|
2020-11-25 15:38:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|