core/homeassistant/components/simplisafe/strings.json

23 lines
510 B
JSON

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