From 04e50e512f59983f330ac866793ff9da41ac4fce Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 3 Aug 2022 19:06:11 -0700 Subject: Implement refuel events --- web/l10n/en.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/l10n') 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", -- cgit v1.2.3