2020-02-25 18:18:15 +00:00
{
2020-09-17 00:08:34 +00:00
"config" : {
"abort" : {
"already_configured" : "Account is already configured" ,
"reauth_successful" : "Re-authentication was successful"
2020-02-26 00:31:47 +00:00
} ,
2020-09-17 00:08:34 +00:00
"error" : {
2020-10-02 00:05:51 +00:00
"cannot_connect" : "Failed to connect" ,
2020-09-17 00:08:34 +00:00
"invalid_auth" : "Invalid authentication" ,
"unknown" : "Unexpected error"
2020-02-26 00:31:47 +00:00
} ,
2020-09-17 00:08:34 +00:00
"step" : {
2021-03-16 23:22:07 +00:00
"reauth_validate" : {
"data" : {
"password" : "Password"
} ,
"description" : "Enter the password for {username}." ,
"title" : "Reauthenticate an August account"
} ,
"user_validate" : {
2020-09-17 00:08:34 +00:00
"data" : {
"login_method" : "Login Method" ,
"password" : "Password" ,
"username" : "Username"
} ,
"description" : "If the Login Method is 'email', Username is the email address. If the Login Method is 'phone', Username is the phone number in the format '+NNNNNNNNN'." ,
2022-12-13 00:27:47 +00:00
"title" : "Set up an August account"
2020-09-17 00:08:34 +00:00
} ,
"validation" : {
"data" : {
"code" : "Verification code"
} ,
"description" : "Please check your {login_method} ({username}) and enter the verification code below" ,
"title" : "Two factor authentication"
}
}
2020-04-16 20:00:10 +00:00
}
2020-09-17 00:08:34 +00:00
}