diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-09-05 21:41:29 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-05 21:41:29 +1200 |
commit | 6a87e86cee0cdbcc196166f3f1b330903364931b (patch) | |
tree | bf86c8ddb2b5d0edca73175be5e1ec2b69f33633 /web/l10n/en.json | |
parent | ca6b408cc068c1e21641d1464350beb1daef872e (diff) | |
parent | b86c09cd3266b2bac9a7a8dbf848ed14fff1e6d7 (diff) | |
download | trackermap-web-6a87e86cee0cdbcc196166f3f1b330903364931b.tar.gz trackermap-web-6a87e86cee0cdbcc196166f3f1b330903364931b.tar.bz2 trackermap-web-6a87e86cee0cdbcc196166f3f1b330903364931b.zip |
Merge pull request #571 from Abyss777/improve_commands
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", |