Files
core/homeassistant/components/simplepush/strings.json
T

30 lines
828 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"step": {
"user": {
"data": {
"device_key": "The device key of your device",
"event": "The event for the events.",
"name": "[%key:common::config_flow::data::name%]",
"password": "The password of the encryption used by your device",
"salt": "The salt used by your device."
}
}
}
},
"exceptions": {
"send_message_failed": {
"message": "Failed to send the Simplepush notification."
},
"title_or_message_too_long": {
"message": "The notification title or message is too long."
}
}
}