aboutsummaryrefslogtreecommitdiff
path: root/web/l10n/en.json
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-08-10 14:06:39 +0300
committerGitHub <noreply@github.com>2016-08-10 14:06:39 +0300
commit40e26cbf38a236f3c92e50dff619b1a29bd413de (patch)
tree450026b9cda50c8cafdf3a15ce07ed3bbccfbc3c /web/l10n/en.json
parent78f8d278276f0826eb302a08213609b083570760 (diff)
parentee5af32f8a9bc1edd7af02dfe3f243ebfdfb8641 (diff)
downloadtrackermap-server-40e26cbf38a236f3c92e50dff619b1a29bd413de.tar.gz
trackermap-server-40e26cbf38a236f3c92e50dff619b1a29bd413de.tar.bz2
trackermap-server-40e26cbf38a236f3c92e50dff619b1a29bd413de.zip
Merge pull request #2197 from Abyss777/reports_web
Initial implementation Report API for web
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r--web/l10n/en.json13
1 files changed, 10 insertions, 3 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json
index 37e4537f2..b98e6d127 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -24,6 +24,8 @@
"sharedAttribute": "Attribute",
"sharedArea": "Area",
"sharedMute": "Mute",
+ "sharedType": "Type",
+ "sharedDistance": "Distance",
"errorTitle": "Error",
"errorUnknown": "Unknown error",
"errorConnection": "Connection error",
@@ -53,7 +55,6 @@
"settingsGroups": "Groups",
"settingsServer": "Server",
"settingsUsers": "Users",
- "settingsDistanceUnit": "Distance",
"settingsSpeedUnit": "Speed",
"settingsTwelveHourFormat": "12-hour Format",
"reportTitle": "Reports",
@@ -89,7 +90,6 @@
"stateValue": "Value",
"commandTitle": "Command",
"commandSend": "Send",
- "commandType": "Type",
"commandSent": "Command has been sent",
"commandPositionPeriodic": "Periodic Reporting",
"commandPositionStop": "Stop Reporting",
@@ -132,5 +132,12 @@
"alarmFault": "Fault Alarm",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
- "notificationMail": "Send via Mail"
+ "notificationMail": "Send via Mail",
+ "reportRoute": "Route",
+ "reportEvents": "Events",
+ "reportSummary": "Summary",
+ "reportCsv": "CSV",
+ "reportDeviceName": "Device Name",
+ "reportAverageSpeed": "Average Speed",
+ "reportMaximumSpeed": "Maximum Speed"
} \ No newline at end of file