diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-05-24 23:43:22 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-05-24 23:43:41 +1200 |
commit | 0e598a6232e9cd7188916e06077862d6630a255b (patch) | |
tree | 14d7a97478270b85a364d2e31d20a717c5f070e6 /web/l10n | |
parent | 4152d5749c9a2030edc4c7548a04ffa0ef851cd9 (diff) | |
download | trackermap-web-0e598a6232e9cd7188916e06077862d6630a255b.tar.gz trackermap-web-0e598a6232e9cd7188916e06077862d6630a255b.tar.bz2 trackermap-web-0e598a6232e9cd7188916e06077862d6630a255b.zip |
Add new categories (fix #495)
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 754295e2..bb19a1b1 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -330,13 +330,20 @@ "statisticsGeolocation": "Geolocation Requests", "categoryArrow": "Arrow", "categoryDefault": "Default", - "categoryCar": "Car", + "categoryAnimal": "Animal", + "categoryBicycle": "Bicycle", + "categoryBoat": "Boat", "categoryBus": "Bus", - "categoryTruck": "Truck", - "categoryShip": "Ship", - "categoryPlane": "Plane", + "categoryCar": "Car", + "categoryCrane": "Crane", + "categoryHelicopter": "Helicopter", "categoryMotorcycle": "Motorcycle", - "categoryBicycle": "Bicycle", + "categoryOffroad": "Offroad", "categoryPerson": "Person", - "categoryAnimal": "Animal" + "categoryPickup": "Pickup", + "categoryPlane": "Plane", + "categoryShip": "Ship", + "categoryTractor": "Tractor", + "categoryTruck": "Truck", + "categoryVan": "Van" } |