diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-04-17 18:05:14 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-04-17 18:05:14 +1200 |
commit | 13b12ad936020476f8911fde498a820f94115a79 (patch) | |
tree | b3b675aa519b5c9c097910074f9d3ba1c554f6b7 /web/l10n | |
parent | 7d4c6ec71d8dc80135abb3c14daf6e9c9ce013cf (diff) | |
download | trackermap-web-13b12ad936020476f8911fde498a820f94115a79.tar.gz trackermap-web-13b12ad936020476f8911fde498a820f94115a79.tar.bz2 trackermap-web-13b12ad936020476f8911fde498a820f94115a79.zip |
Implement fuel drop events
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 4caac488..54a772af 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -183,6 +183,7 @@ "eventDeviceMoving": "Device is moving", "eventDeviceStopped": "Device has stopped", "eventDeviceOverspeed": "Device exceeds the speed", + "eventDeviceFuelDrop": "Fuel drop event", "eventCommandResult": "Command result", "eventGeofenceEnter": "Device has entered geofence", "eventGeofenceExit": "Device has exited geofence", |