From a347a41d3c4fb54011778e214145288cc8e2ba17 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 20 Aug 2019 09:19:00 -0700 Subject: [PATCH] Add strings for traccar config flow (#26089) * Add strings for traccar config flow * Update strings.json --- homeassistant/components/traccar/strings.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 homeassistant/components/traccar/strings.json diff --git a/homeassistant/components/traccar/strings.json b/homeassistant/components/traccar/strings.json new file mode 100644 index 00000000000..19f4eb0da22 --- /dev/null +++ b/homeassistant/components/traccar/strings.json @@ -0,0 +1,18 @@ +{ + "config": { + "title": "Traccar", + "step": { + "user": { + "title": "Set up Traccar", + "description": "Are you sure you want to set up Traccar?" + } + }, + "abort": { + "one_instance_allowed": "Only a single instance is necessary.", + "not_internet_accessible": "Your Home Assistant instance needs to be accessible from the internet to receive messages from Traccar." + }, + "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." + } + } +}