18 lines
814 B
JSON
18 lines
814 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"cloud_not_connected": "Not connected to Home Assistant Cloud.",
|
|
"single_instance_allowed": "Already configured. Only a single configuration possible.",
|
|
"webhook_not_internet_accessible": "Your Home Assistant instance needs to be accessible from the internet to receive webhook messages."
|
|
},
|
|
"create_entry": {
|
|
"default": "To send events to Home Assistant, you will need to setup the webhook feature in Traccar.\n\nUse the following URL: `{webhook_url}`\n\nSee [the documentation]({docs_url}) for further details."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"description": "Are you sure you want to set up Traccar?",
|
|
"title": "Set up Traccar"
|
|
}
|
|
}
|
|
}
|
|
} |