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

31 lines
846 B
JSON

{
"config": {
"abort": {
"already_configured": "This SimpliSafe account is already in use."
},
"error": {
"identifier_exists": "Account already registered",
"invalid_credentials": "Invalid credentials"
},
"step": {
"user": {
"data": {
"code": "Code (used in Home Assistant UI)",
"password": "Password",
"username": "Email Address"
},
"title": "Fill in your information."
}
}
},
"options": {
"step": {
"init": {
"data": {
"code": "Code (used in Home Assistant UI)"
},
"title": "Configure SimpliSafe"
}
}
}
}