From 4679f7fbb7d1dde57486833715962cd498ab44a2 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 14 Feb 2021 13:23:29 +0100 Subject: [PATCH] Add en-GB translations --- docs/config.md | 1 + src/locales/en-GB.json | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 src/locales/en-GB.json diff --git a/docs/config.md b/docs/config.md index 2481b6b..2df4489 100644 --- a/docs/config.md +++ b/docs/config.md @@ -172,6 +172,7 @@ formats. Available languages: - `de-DE` (Standard German) +- `en-GB` (British English) - `en-US` (American English) - `es-ES` (Castilian Spanish) - `fr-FR` (Standard French) diff --git a/src/locales/en-GB.json b/src/locales/en-GB.json new file mode 100644 index 0000000..9238169 --- /dev/null +++ b/src/locales/en-GB.json @@ -0,0 +1,34 @@ +{ + "Automatically center the map view and zoom in to relevant data": "Automatically centre the map view and zoom in to relevant data", + "Fit view": "Fit view", + "Layer settings": "Layer settings", + "Show/hide layers": "Show/hide layers", + "Now": "Now", + "Select start date": "Select start date", + "to": "to", + "Select end date": "Select end date", + "Select user": "Select user", + "Show all": "Show all", + "Select device": "Select device", + "Distance travelled": "Distance travelled", + "Download raw data": "Download raw data", + "Information": "Information", + "Show last known locations": "Show last known locations", + "Show location history (line)": "Show location history (line)", + "Show location history (points)": "Show location history (points)", + "Show location heatmap": "Show location heatmap", + "Minify JSON": "Minify JSON", + "Copy to clipboard": "Copy to clipboard", + "Download": "Download", + "OwnTracks website": "OwnTracks website", + "OwnTracks documentation": "OwnTracks documentation", + "OwnTracks on Twitter": "OwnTracks on Twitter", + "Loading data, please wait...": "Loading data, please wait...", + "Image of {deviceName}": "Image of {deviceName}", + "Timestamp": "Timestamp", + "Location": "Location", + "Address": "Address", + "Battery": "Battery", + "Speed": "Speed", + "Regions:": "Regions:" +}