diff options
author | Anton Tananaev <anton@traccar.org> | 2023-10-04 08:16:10 +0800 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2023-10-04 08:16:10 +0800 |
commit | 7492cc2932e6a975eb27c8319ba2905f01bbfa1b (patch) | |
tree | fc228d5188bcc7c4364b85ebe7bfa367d43b3f84 /modern/src/resources | |
parent | 603d6c12e0b598685f148c05410e70adc2408e65 (diff) | |
download | trackermap-web-7492cc2932e6a975eb27c8319ba2905f01bbfa1b.tar.gz trackermap-web-7492cc2932e6a975eb27c8319ba2905f01bbfa1b.tar.bz2 trackermap-web-7492cc2932e6a975eb27c8319ba2905f01bbfa1b.zip |
Event for sent queued commands
Diffstat (limited to 'modern/src/resources')
-rw-r--r-- | modern/src/resources/l10n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/resources/l10n/en.json b/modern/src/resources/l10n/en.json index d46eb533..be919504 100644 --- a/modern/src/resources/l10n/en.json +++ b/modern/src/resources/l10n/en.json @@ -442,6 +442,7 @@ "eventDeviceUnknown": "Status unknown", "eventDeviceOffline": "Status offline", "eventDeviceInactive": "Device inactive", + "eventQueuedCommandSent": "Queued command sent", "eventDeviceMoving": "Device moving", "eventDeviceStopped": "Device stopped", "eventDeviceOverspeed": "Speed limit exceeded", |