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

27 lines
1021 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."
}
}
}
},
"issues": {
"removed_yaml": {
"description": "Configuring Simplepush using YAML has been removed.\n\nYour existing YAML configuration is not used by Home Assistant.\n\nRemove the Simplepush YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
"title": "The Simplepush YAML configuration has been removed"
}
}
}