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

58 lines
2.1 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "This SimpliSafe account is already in use.",
"email_2fa_timed_out": "Timed out while waiting for email-based two-factor authentication.",
2022-05-03 00:23:56 +00:00
"reauth_successful": "Re-authentication was successful",
"wrong_account": "The user credentials provided do not match this SimpliSafe account."
},
"error": {
2022-05-03 00:23:56 +00:00
"2fa_timed_out": "Timed out while waiting for two-factor authentication",
"identifier_exists": "Account already registered",
2020-10-19 00:03:28 +00:00
"invalid_auth": "Invalid authentication",
2022-05-03 00:23:56 +00:00
"still_awaiting_mfa": "Still awaiting MFA email click",
2020-07-25 00:04:22 +00:00
"unknown": "Unexpected error"
},
"progress": {
"email_2fa": "Check your email for a verification link from Simplisafe."
},
"step": {
2022-05-03 00:23:56 +00:00
"mfa": {
"title": "SimpliSafe Multi-Factor Authentication"
},
2021-12-10 00:13:29 +00:00
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "Please re-enter the password for {username}.",
2021-12-10 00:13:29 +00:00
"title": "Reauthenticate Integration"
},
"sms_2fa": {
"data": {
"code": "Code"
},
"description": "Input the two-factor authentication code sent to you via SMS."
},
2021-12-10 00:13:29 +00:00
"user": {
"data": {
2022-05-03 00:23:56 +00:00
"auth_code": "Authorization Code",
"code": "Code (used in Home Assistant UI)",
2021-12-10 00:13:29 +00:00
"password": "Password",
"username": "Username"
2021-12-10 00:13:29 +00:00
},
2022-05-03 00:23:56 +00:00
"description": "Input your username and password.",
"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
}
}