diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-08-30 22:37:12 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-30 22:37:12 +1200 |
commit | 7293ff66d0e1e5191d58d6d4aebea9acf80f9a44 (patch) | |
tree | 1efac6eefcaffba3af34fe19eb256012703deb05 | |
parent | c321abccb465b4ee66c5de087be7bb9223c4d301 (diff) | |
parent | 12c0169fd615af799adb26ecded025a3b5999c81 (diff) | |
download | trackermap-web-7293ff66d0e1e5191d58d6d4aebea9acf80f9a44.tar.gz trackermap-web-7293ff66d0e1e5191d58d6d4aebea9acf80f9a44.tar.bz2 trackermap-web-7293ff66d0e1e5191d58d6d4aebea9acf80f9a44.zip |
Merge pull request #567 from Abyss777/add_command_strings
Add some missed command related strings
-rw-r--r-- | web/l10n/en.json | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index f9466408..3229064f 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -232,14 +232,14 @@ "commandTitle": "Command", "commandSend": "Send", "commandSent": "Command has been sent", + "commandUnit": "Unit", + "commandCustom": "Custom command", + "commandDeviceIdentification": "Device Identification", + "commandPositionSingle": "Single Reporting", "commandPositionPeriodic": "Periodic Reporting", "commandPositionStop": "Stop Reporting", "commandEngineStop": "Engine Stop", "commandEngineResume": "Engine Resume", - "commandFrequency": "Frequency", - "commandUnit": "Unit", - "commandCustom": "Custom command", - "commandPositionSingle": "Single Reporting", "commandAlarmArm": "Arm Alarm", "commandAlarmDisarm": "Disarm Alarm", "commandSetTimezone": "Set Timezone", @@ -250,18 +250,34 @@ "commandSosNumber": "Set SOS Number", "commandSilenceTime": "Set Silence Time", "commandSetPhonebook": "Set Phonebook", - "commandSetIndicator": "Set Indicator", "commandVoiceMessage": "Voice Message", "commandOutputControl": "Output Control", + "commandVoiceMonitoring": "Voice Monitoring", + "commandSetAgps": "Set AGPS", + "commandSetIndicator": "Set Indicator", + "commandConfiguration": "Configuration", + "commandGetVersion": "Get Version", + "commandFirmwareUpdate": "Update Firmware", + "commandSetConnection": "Set Connection", + "commandSetOdometer": "Set Odometer", + "commandGetModemStatus": "Get Modem Status", + "commandGetDeviceStatus": "Get Device Status", + "commandModePowerSaving": "Modify Power Saving", + "commandModeDeepSleep": "Modify Deep Sleep", + "commandMovementAlarm": "Movement Alarm", + "commandAlarmBattery": "Battery Alarm", + "commandAlarmSos": "SOS Alarm", + "commandAlarmRemove": "Remove Alarm", + "commandAlarmClock": "Clock Alarm", "commandAlarmSpeed": "Overspeed Alarm", - "commandDeviceIdentification": "Device Identification", + "commandAlarmFall": "Fail Alarm", + "commandAlarmVibration": "Vibration Alarm", + "commandFrequency": "Frequency", "commandIndex": "Index", "commandData": "Data", "commandPhone": "Phone Number", "commandMessage": "Message", "commandTimezone": "Timezone Offset", - "commandgetModemStatus": "Modem Status", - "commandgetDeviceStatus": "Device Status", "eventAll": "All Events", "eventDeviceOnline": "Device is online", "eventDeviceUnknown": "Device status is unknown", |