diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2020-08-27 23:45:17 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2020-08-27 23:45:17 -0700 |
commit | f3e168f082bc4142d0651ead2f493e8952e72014 (patch) | |
tree | 03c233f8c747f2339e7925fe4027448b79a70d73 /web/l10n/en.json | |
parent | 2988629a563ad906d9c4307ccf0daf86d8fef210 (diff) | |
download | trackermap-web-f3e168f082bc4142d0651ead2f493e8952e72014.tar.gz trackermap-web-f3e168f082bc4142d0651ead2f493e8952e72014.tar.bz2 trackermap-web-f3e168f082bc4142d0651ead2f493e8952e72014.zip |
Add device inactivity event
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 49163402..83349be5 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -82,6 +82,8 @@ "attributeReportIgnoreOdometer": "Report: Ignore Odometer", "attributeWebReportColor": "Web: Report Color", "attributeDevicePassword": "Device Password", + "attributeDeviceInactivityStart": "Device Inactivity Start", + "attributeDeviceInactivityPeriod": "Device Inactivity Period", "attributeProcessingCopyAttributes": "Processing: Copy Attributes", "attributeColor": "Color", "attributeWebLiveRouteLength": "Web: Live Route Length", @@ -304,6 +306,7 @@ "eventDeviceOnline": "Status online", "eventDeviceUnknown": "Status unknown", "eventDeviceOffline": "Status offline", + "eventDeviceInactive": "Device inactive", "eventDeviceMoving": "Device moving", "eventDeviceStopped": "Device stopped", "eventDeviceOverspeed": "Speed limit exceeded", |