diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-12 09:51:40 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-12 09:51:40 +1300 |
commit | fe7c46a0827eff88bc54e0d175b62f762bbd3688 (patch) | |
tree | d0c5467ca2e69e2eb51699a13c57f51ce8292446 /web/l10n/en.json | |
parent | 11c8c039cc8c5a1948281f410bdb440d5a9f1608 (diff) | |
parent | 9b36b690301faa7b84bade074aae3e863be5495d (diff) | |
download | trackermap-web-fe7c46a0827eff88bc54e0d175b62f762bbd3688.tar.gz trackermap-web-fe7c46a0827eff88bc54e0d175b62f762bbd3688.tar.bz2 trackermap-web-fe7c46a0827eff88bc54e0d175b62f762bbd3688.zip |
Merge pull request #313 from Abyss777/device_images
Draft of device images
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 580c2a96..ee6bef81 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -60,6 +60,7 @@ "devicePhone": "Phone", "deviceModel": "Model", "deviceContact": "Contact", + "deviceCategory": "Category", "deviceLastUpdate": "Last Update", "deviceCommand": "Command", "deviceFollow": "Follow", @@ -185,5 +186,15 @@ "statisticsActiveDevices": "Active Devices", "statisticsRequests": "Requests", "statisticsMessagesReceived": "Messages Received", - "statisticsMessagesStored": "Messages Stored" + "statisticsMessagesStored": "Messages Stored", + "categoryArrow": "Arrow", + "categoryDefault": "Default", + "categoryCar": "Car", + "categoryBus": "Bus", + "categoryTruck": "Truck", + "categoryShip": "Ship", + "categoryPlane": "Plane", + "categoryMotorcycle": "Motorcycle", + "categoryBicycle": "Bicycle", + "categoryPerson": "Person" }
\ No newline at end of file |