2020-08-30 13:26:11 +00:00
|
|
|
{
|
2020-08-31 00:03:01 +00:00
|
|
|
"config": {
|
|
|
|
"abort": {
|
2020-10-19 00:03:28 +00:00
|
|
|
"already_configured": "Account is already configured",
|
2020-09-02 00:03:29 +00:00
|
|
|
"cannot_connect": "Failed to connect",
|
2020-10-07 00:06:20 +00:00
|
|
|
"reauth_successful": "Re-authentication was successful",
|
2020-09-02 00:03:29 +00:00
|
|
|
"unknown": "Unexpected error"
|
2020-08-31 00:03:01 +00:00
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Failed to connect",
|
|
|
|
"invalid_auth": "Invalid authentication",
|
|
|
|
"unknown": "Unexpected error"
|
|
|
|
},
|
|
|
|
"step": {
|
2020-09-01 15:51:27 +00:00
|
|
|
"reauth": {
|
|
|
|
"data": {
|
|
|
|
"password": "Password",
|
|
|
|
"username": "Username"
|
|
|
|
}
|
|
|
|
},
|
2020-08-31 00:03:01 +00:00
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"password": "Password",
|
|
|
|
"username": "Username"
|
|
|
|
}
|
|
|
|
}
|
2020-08-30 13:26:11 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|