diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2020-10-06 17:06:03 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2020-10-06 17:06:03 -0700 |
commit | e22b63aa8afd031961d4e14f785d2217740fb0e7 (patch) | |
tree | d857158ada4be5d2198db086c6281109916ea712 /web/l10n/en.json | |
parent | c8aadd6a14fd540fab0ad869d9daba4f9428a4fb (diff) | |
download | trackermap-web-e22b63aa8afd031961d4e14f785d2217740fb0e7.tar.gz trackermap-web-e22b63aa8afd031961d4e14f785d2217740fb0e7.tar.bz2 trackermap-web-e22b63aa8afd031961d4e14f785d2217740fb0e7.zip |
Implement daily summary report
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 139640b1..db26de80 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -380,6 +380,7 @@ "reportTrips": "Trips", "reportStops": "Stops", "reportSummary": "Summary", + "reportDaily": "Daily Summary", "reportChart": "Chart", "reportConfigure": "Configure", "reportEventTypes": "Event Types", @@ -400,6 +401,7 @@ "reportMaximumSpeed": "Maximum Speed", "reportEngineHours": "Engine Hours", "reportDuration": "Duration", + "reportStartDate": "Start Date", "reportStartTime": "Start Time", "reportStartAddress": "Start Address", "reportEndTime": "End Time", |