2020-02-25 18:18:15 +00:00
{
2020-04-05 15:27:16 +00:00
"config" : {
"error" : {
"unknown" : "Unexpected error" ,
"cannot_connect" : "Failed to connect, please try again" ,
"invalid_auth" : "Invalid authentication"
} ,
2020-05-12 17:50:44 +00:00
"abort" : {
2020-09-16 15:35:01 +00:00
"already_configured" : "Account is already configured" ,
"reauth_successful" : "Re-authentication was successful"
2020-05-12 17:50:44 +00:00
} ,
2020-04-05 15:27:16 +00:00
"step" : {
"validation" : {
"title" : "Two factor authentication" ,
2020-05-12 17:50:44 +00:00
"data" : {
"code" : "Verification code"
} ,
2020-04-05 15:27:16 +00:00
"description" : "Please check your {login_method} ({username}) and enter the verification code below"
2020-02-25 18:18:15 +00:00
} ,
2020-04-05 15:27:16 +00:00
"user" : {
"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'." ,
"data" : {
"timeout" : "Timeout (seconds)" ,
2020-05-12 17:50:44 +00:00
"password" : "[%key:common::config_flow::data::password%]" ,
"username" : "[%key:common::config_flow::data::username%]" ,
2020-04-05 15:27:16 +00:00
"login_method" : "Login Method"
} ,
"title" : "Setup an August account"
}
2020-04-15 16:41:18 +00:00
}
2020-04-05 15:27:16 +00:00
}
2020-09-16 15:35:01 +00:00
}