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

21 lines
615 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect"
},
"step": {
"user": {
"data": {
"device_key": "The device key of your device",
"event": "The event for the events.",
"name": "Name",
"password": "The password of the encryption used by your device",
"salt": "The salt used by your device."
}
}
}
}
}