diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-06-07 08:21:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-07 08:21:06 -0700 |
commit | a330ae09293c62aae381cb2c7f36cfa76b86e813 (patch) | |
tree | 26478c08fc6f7136ec8355d13af2a1bbf97207dc /web/l10n/en.json | |
parent | b6f2faab0d35d54189fefd7567b6310023c3ad7b (diff) | |
parent | e04a02921ea015d4f4fe69c1c3f1813a07be9cf4 (diff) | |
download | trackermap-web-a330ae09293c62aae381cb2c7f36cfa76b86e813.tar.gz trackermap-web-a330ae09293c62aae381cb2c7f36cfa76b86e813.tar.bz2 trackermap-web-a330ae09293c62aae381cb2c7f36cfa76b86e813.zip |
Merge pull request #501 from Abyss777/position_attributes_reports
Known position attributes for reports and charts
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 22a9cfd7..30f66ba9 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -164,6 +164,7 @@ "positionRssi": "RSSI", "positionGps": "GPS", "positionEvent": "Event", + "positionAlarm": "Alarm", "positionStatus": "Status", "positionOdometer": "Odometer", "positionServiceOdometer": "Service Odometer", @@ -186,6 +187,7 @@ "positionThrottle": "Throttle", "positionMotion": "Motion", "positionArmed": "Armed", + "positionAcceleration": "Acceleration", "positionDeviceTemp": "Device Temperature", "positionOperator": "Operator", "positionCommand": "Acceleration", |