aboutsummaryrefslogtreecommitdiff
path: root/web/l10n
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-08-03 19:06:11 -0700
committerAnton Tananaev <anton@traccar.org>2022-08-03 19:06:11 -0700
commit04e50e512f59983f330ac866793ff9da41ac4fce (patch)
treef1ecb8af051fa4b0ce22f52bc171e82bcd1182c6 /web/l10n
parentc76053a1c40328a3ae734ea0390d45c2f52283b5 (diff)
downloadtrackermap-web-04e50e512f59983f330ac866793ff9da41ac4fce.tar.gz
trackermap-web-04e50e512f59983f330ac866793ff9da41ac4fce.tar.bz2
trackermap-web-04e50e512f59983f330ac866793ff9da41ac4fce.zip
Implement refuel events
Diffstat (limited to 'web/l10n')
-rw-r--r--web/l10n/en.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json
index 712e32ff..c23cb402 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -97,6 +97,8 @@
"sharedColumns": "Columns",
"sharedDropzoneText": "Drag and drop a file here or click",
"attributeSpeedLimit": "Speed Limit",
+ "attributeFuelDropThreshold": "Fuel Drop Threshold",
+ "attributeFuelIncreaseThreshold": "Fuel Increase Threshold",
"attributePolylineDistance": "Polyline Distance",
"attributeReportIgnoreOdometer": "Report: Ignore Odometer",
"attributeWebReportColor": "Web: Report Color",
@@ -396,6 +398,7 @@
"eventDeviceStopped": "Device stopped",
"eventDeviceOverspeed": "Speed limit exceeded",
"eventDeviceFuelDrop": "Fuel drop",
+ "eventDeviceFuelIncrease": "Fuel increase",
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Geofence entered",
"eventGeofenceExit": "Geofence exited",