39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"config": {
|
|
"error": {
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"step": {
|
|
"validation": {
|
|
"title": "Two factor authentication",
|
|
"data": {
|
|
"code": "Verification code"
|
|
},
|
|
"description": "Please check your {login_method} ({username}) and enter the verification code below"
|
|
},
|
|
"user_validate": {
|
|
"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": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"login_method": "Login Method"
|
|
},
|
|
"title": "Setup an August account"
|
|
},
|
|
"reauth_validate": {
|
|
"description": "Enter the password for {username}.",
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"title": "Reauthenticate an August account"
|
|
}
|
|
}
|
|
}
|
|
}
|