core/homeassistant/components/simplisafe/strings.json

31 lines
738 B
JSON

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