diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-10-08 18:53:12 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-10-08 18:53:12 +1300 |
commit | 401ee249a4c7b0de5eeaf32d1cbee4fd0d82a7a8 (patch) | |
tree | fcc70bbaa11e4e0b683134496007bdafc1110598 /web/l10n/en.json | |
parent | 4966403aab46912dd29b8385b6050e95c47c295f (diff) | |
download | trackermap-web-401ee249a4c7b0de5eeaf32d1cbee4fd0d82a7a8.tar.gz trackermap-web-401ee249a4c7b0de5eeaf32d1cbee4fd0d82a7a8.tar.bz2 trackermap-web-401ee249a4c7b0de5eeaf32d1cbee4fd0d82a7a8.zip |
Implement statistics report view
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 45b3138a..30e15c71 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -170,5 +170,12 @@ "reportStartAddress": "Start Address", "reportEndTime": "End Time", "reportEndAddress": "End Address", - "reportSpentFuel": "Spent Fuel" + "reportSpentFuel": "Spent Fuel", + "statisticsTitle": "Statistics", + "statisticsCaptureTime": "Capture Time", + "statisticsActiveUsers": "Active Users", + "statisticsActiveDevices": "Active Devices", + "statisticsRequests": "Requests", + "statisticsMessagesReceived": "Messages Received", + "statisticsMessagesStored": "Messages Stored" }
\ No newline at end of file |