diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-09-10 16:25:07 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-09-10 16:25:07 +1200 |
commit | da07079d89c0b030ed0f7a978caa6c68644ab2e1 (patch) | |
tree | 3b79d165a84bfd7cc00bf334505bf25c85a50946 /web/l10n/zh.json | |
parent | eb02779c29c6a7590ada7ee8d28505e4efe1d8ce (diff) | |
download | trackermap-server-da07079d89c0b030ed0f7a978caa6c68644ab2e1.tar.gz trackermap-server-da07079d89c0b030ed0f7a978caa6c68644ab2e1.tar.bz2 trackermap-server-da07079d89c0b030ed0f7a978caa6c68644ab2e1.zip |
Update existing localizations
Diffstat (limited to 'web/l10n/zh.json')
-rw-r--r-- | web/l10n/zh.json | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/web/l10n/zh.json b/web/l10n/zh.json index bb9761d43..d1838771c 100644 --- a/web/l10n/zh.json +++ b/web/l10n/zh.json @@ -24,6 +24,11 @@ "sharedAttribute": "Attribute", "sharedArea": "Area", "sharedMute": "Mute", + "sharedType": "Type", + "sharedDistance": "Distance", + "sharedHourAbbreviation": "h", + "sharedMinuteAbbreviation": "m", + "sharedGetMapState": "Get Map State", "errorTitle": "错误", "errorUnknown": "未知错误", "errorConnection": "连接错误", @@ -53,11 +58,11 @@ "settingsGroups": "Groups", "settingsServer": "服务器", "settingsUsers": "用户", - "settingsDistanceUnit": "距离", "settingsSpeedUnit": "速度", "settingsTwelveHourFormat": "12-hour Format", "reportTitle": "报表", "reportDevice": "设备", + "reportGroup": "Group", "reportFrom": "开始", "reportTo": "结束", "reportShow": "显示", @@ -89,7 +94,6 @@ "stateValue": "数值", "commandTitle": "命令", "commandSend": "发送", - "commandType": "类型", "commandSent": "命令已发送", "commandPositionPeriodic": "位置获取", "commandPositionStop": "位置停止", @@ -105,6 +109,7 @@ "commandRequestPhoto": "Request Photo", "commandRebootDevice": "Reboot Device", "commandSendSms": "Send SMS", + "commandSendUssd": "Send USSD", "commandSosNumber": "Set SOS Number", "commandSilenceTime": "Set Silence Time", "commandSetPhonebook": "Set Phonebook", @@ -112,6 +117,11 @@ "commandOutputControl": "Output Control", "commandAlarmSpeed": "Overspeed Alarm", "commandDeviceIdentification": "Device Identification", + "commandIndex": "Index", + "commandData": "Data", + "commandPhone": "Phone Number", + "commandMessage": "Message", + "eventAll": "All Events", "eventDeviceOnline": "Device is online", "eventDeviceOffline": "Device is offline", "eventDeviceMoving": "Device is moving", @@ -121,6 +131,8 @@ "eventGeofenceEnter": "Device has entered geofence", "eventGeofenceExit": "Device has exited geofence", "eventAlarm": "Alarms", + "eventIgnitionOn": "Ignition is ON", + "eventIgnitionOff": "Ignition is OFF", "alarm": "Alarm", "alarmSos": "SOS Alarm", "alarmVibration": "Vibration Alarm", @@ -128,9 +140,25 @@ "alarmOverspeed": "Overspeed Alarm", "alarmFallDown": "FallDown Alarm", "alarmLowBattery": "LowBattery Alarm", - "alarmMotion": "Motion Alarm", "alarmFault": "Fault Alarm", "notificationType": "Type of Notification", "notificationWeb": "Send via Web", - "notificationMail": "Send via Mail" + "notificationMail": "Send via Mail", + "reportRoute": "Route", + "reportEvents": "Events", + "reportTrips": "Trips", + "reportSummary": "Summary", + "reportConfigure": "Configure", + "reportEventTypes": "Event Types", + "reportCsv": "CSV", + "reportDeviceName": "Device Name", + "reportAverageSpeed": "Average Speed", + "reportMaximumSpeed": "Maximum Speed", + "reportEngineHours": "Engine Hours", + "reportDuration": "Duration", + "reportStartTime": "Start Time", + "reportStartAddress": "Start Address", + "reportEndTime": "End Time", + "reportEndAddress": "End Address", + "reportSpentFuel": "Spent Fuel" }
\ No newline at end of file |