aboutsummaryrefslogtreecommitdiff
path: root/web/l10n/en.json
diff options
context:
space:
mode:
authorninioe <ninioe@gmail.com>2016-07-19 10:20:51 +0300
committerninioe <ninioe@gmail.com>2016-07-19 10:20:51 +0300
commitbfa3fa62305858166d8acdcf6da4a6d33249877d (patch)
tree8cac0dc85f2da735055333a9d90b86c71579d1e5 /web/l10n/en.json
parentef40f3317392068692606b484c6782b95b554cbf (diff)
downloadtraccar-server-bfa3fa62305858166d8acdcf6da4a6d33249877d.tar.gz
traccar-server-bfa3fa62305858166d8acdcf6da4a6d33249877d.tar.bz2
traccar-server-bfa3fa62305858166d8acdcf6da4a6d33249877d.zip
changed to generic alarm type event
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r--web/l10n/en.json13
1 files changed, 9 insertions, 4 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json
index 2f930a27c..ff432d444 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -118,10 +118,15 @@
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
- "eventSosAlarm": "SOS alarm",
- "eventVibrationAlarm": "Vibration alarm",
- "eventMovementAlarm": "Movement alarm",
- "eventOverspeedAlarm": "Overspeed alarm",
+ "eventAlarm": "Alarms",
+ "alarmSos": "sos",
+ "alarmVibration": "vibration",
+ "alarmMovement": "movement",
+ "alarmOverspeed": "overspeed",
+ "alarmFallDown": "fallDown",
+ "alarmLowBattery": "lowBattery",
+ "alarmMotion": "motion",
+ "alarmFault": "fault",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"