core/homeassistant/components/simplisafe/translations/en.json

55 lines
2.4 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "This SimpliSafe account is already in use.",
"reauth_successful": "Re-authentication was successful",
"wrong_account": "The user credentials provided do not match this SimpliSafe account."
},
"error": {
"identifier_exists": "Account already registered",
2020-10-19 00:03:28 +00:00
"invalid_auth": "Invalid authentication",
"still_awaiting_mfa": "Still awaiting MFA email click",
2020-07-25 00:04:22 +00:00
"unknown": "Unexpected error"
},
"step": {
2021-12-10 00:13:29 +00:00
"input_auth_code": {
2021-10-20 00:12:17 +00:00
"data": {
"auth_code": "Authorization Code"
2021-10-20 00:12:17 +00:00
},
2021-12-10 00:13:29 +00:00
"description": "Input the authorization code from the SimpliSafe web app URL:",
"title": "Finish Authorization"
},
"mfa": {
"description": "Check your email for a link from SimpliSafe. After verifying the link, return here to complete the installation of the integration.",
"title": "SimpliSafe Multi-Factor Authentication"
},
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "Your access has expired or been revoked. Enter your password to re-link your account.",
"title": "Reauthenticate Integration"
},
"user": {
"data": {
"auth_code": "Authorization Code",
"code": "Code (used in Home Assistant UI)",
"password": "Password",
"username": "Email"
},
"description": "SimpliSafe authenticates with Home Assistant via the SimpliSafe web app. Due to technical limitations, there is a manual step at the end of this process; please ensure that you read the [documentation]({docs_url}) before starting.\n\n1. Click [here]({url}) to open the SimpliSafe web app and input your credentials.\n\n2. When the login process is complete, return here and input the authorization code below.",
"title": "Fill in your information."
}
2020-04-15 16:51:07 +00:00
}
},
"options": {
"step": {
"init": {
"data": {
"code": "Code (used in Home Assistant UI)"
},
"title": "Configure SimpliSafe"
}
}
2020-04-16 20:00:10 +00:00
}
}