diff options
author | Kieran Dodson <128472473+K-J-Dod24@users.noreply.github.com> | 2023-05-17 08:59:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 08:59:34 +0100 |
commit | 1cc52221d7962367622a88416cc0f1aef0ce7203 (patch) | |
tree | 931500079a3060643afc98ec3c82645ba619cac6 /modern/src/resources/l10n | |
parent | e5f04f968af12035fe1291267567ea976fa16a17 (diff) | |
parent | eb364d8726f6e79cede10b168ea2ae31bbbe696e (diff) | |
download | trackermap-web-1cc52221d7962367622a88416cc0f1aef0ce7203.tar.gz trackermap-web-1cc52221d7962367622a88416cc0f1aef0ce7203.tar.bz2 trackermap-web-1cc52221d7962367622a88416cc0f1aef0ce7203.zip |
Merge branch 'traccar:master' into Teltonika-io32-coolantTemp
Diffstat (limited to 'modern/src/resources/l10n')
-rw-r--r-- | modern/src/resources/l10n/en.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modern/src/resources/l10n/en.json b/modern/src/resources/l10n/en.json index ab2ffd04..d19ac460 100644 --- a/modern/src/resources/l10n/en.json +++ b/modern/src/resources/l10n/en.json @@ -268,6 +268,7 @@ "positionHours": "Hours", "positionSteps": "Steps", "positionInput": "Input", + "positionHeartRate": "Heart Rate", "positionOutput": "Output", "positionBatteryLevel": "Battery Level", "positionFuelConsumption": "Fuel Consumption", @@ -305,11 +306,16 @@ "serverReadonly": "Readonly", "serverForceSettings": "Force Settings", "serverAnnouncement": "Announcement", + "serverName": "Server Name", + "serverDescription": "Server Description", + "serverColorPrimary": "Color Primary", + "serverColorSecondary": "Color Secondary", "mapTitle": "Map", "mapActive": "Active Maps", "mapOverlay": "Map Overlay", "mapOverlayCustom": "Custom Overlay", "mapOpenSeaMap": "OpenSeaMap", + "mapOpenRailwayMap": "OpenRailwayMap", "mapOpenWeatherKey": "OpenWeather API Key", "mapOpenWeatherClouds": "OpenWeather Clouds", "mapOpenWeatherPrecipitation": "OpenWeather Precipitation", |