diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-06-03 10:57:09 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-06-03 10:57:09 +1200 |
commit | 9ecabbef669cbd1a91490f4872d4c220b54e37a4 (patch) | |
tree | 7d2afe2b865dc5f9f10faa5ce7d213a219afa82a /web/l10n/en.json | |
parent | 06a746b44dae69b0c84a5302f92a1bcbe2dc827f (diff) | |
parent | 0271fa29703f24df24756c117209b9b04e127fc3 (diff) | |
download | trackermap-server-9ecabbef669cbd1a91490f4872d4c220b54e37a4.tar.gz trackermap-server-9ecabbef669cbd1a91490f4872d4c220b54e37a4.tar.bz2 trackermap-server-9ecabbef669cbd1a91490f4872d4c220b54e37a4.zip |
Merge pull request #1992 from Abyss777/master
Show events in web interface with toasts
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 932cbfa78..f4bd253ea 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -97,5 +97,13 @@ "commandSosNumber": "Set SOS Number", "commandSilenceTime": "Set Silence Time", "commandSetPhonebook": "Set Phonebook", - "commandVoiceMessage": "Voice Message" + "commandVoiceMessage": "Voice Message", + "eventDeviceOnline": "Device is online", + "eventDeviceOffline": "Device is offline", + "eventDeviceMoving": "Device is moving", + "eventDeviceStopped": "Device is stopped", + "eventDeviceOverspeed": "Device exceeds the speed", + "eventCommandResult": "Command result: ", + "eventGeofenceEnter": "Device has entered geofence", + "eventGeofenceEnter": "Device has exited geofence" }
\ No newline at end of file |