diff options
author | Abyss777 <abyss@fox5.ru> | 2017-09-04 09:44:54 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-09-04 09:44:54 +0500 |
commit | 44806acd0e4fa1618e66ac61f2cc6e0505dc9c92 (patch) | |
tree | 65d0be5bc4746457727b18c8c9490d018b814483 /web/l10n/en.json | |
parent | 6a9bbe6624bf65fafe11378caf485ba5612f407c (diff) | |
download | trackermap-web-44806acd0e4fa1618e66ac61f2cc6e0505dc9c92.tar.gz trackermap-web-44806acd0e4fa1618e66ac61f2cc6e0505dc9c92.tar.bz2 trackermap-web-44806acd0e4fa1618e66ac61f2cc6e0505dc9c92.zip |
Improve commands
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 3229064f..4ef3d380 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -39,6 +39,7 @@ "sharedDistance": "Distance", "sharedHourAbbreviation": "h", "sharedMinuteAbbreviation": "m", + "sharedSecondAbbreviation": "s", "sharedVoltAbbreviation": "V", "sharedLiterAbbreviation": "l", "sharedLiterPerHourAbbreviation": "l/h", @@ -273,11 +274,15 @@ "commandAlarmFall": "Fail Alarm", "commandAlarmVibration": "Vibration Alarm", "commandFrequency": "Frequency", - "commandIndex": "Index", + "commandTimezone": "Timezone Offset", + "commandMessage": "Message", + "commandRadius": "Radius", + "commandEnable": "Enable", "commandData": "Data", + "commandIndex": "Index", "commandPhone": "Phone Number", - "commandMessage": "Message", - "commandTimezone": "Timezone Offset", + "commandServer": "Server", + "commandPort": "Port", "eventAll": "All Events", "eventDeviceOnline": "Device is online", "eventDeviceUnknown": "Device status is unknown", |