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

48 lines
1.5 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-19 00:26:11 +00:00
"reauth_successful": "Re-authentication was successful"
},
"error": {
2020-10-19 00:03:28 +00:00
"invalid_auth": "Invalid authentication",
2020-07-25 00:04:22 +00:00
"unknown": "Unexpected error"
},
"progress": {
"email_2fa": "Check your email for a verification link from Simplisafe."
},
"step": {
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": {
"password": "Password",
"username": "Username"
2021-12-10 00:13:29 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Input your username and password."
}
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
}
}