From e7000e33818a231add49235f5b2a543d56e4b45f Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 19 Nov 2016 11:07:20 +1300 Subject: Update localization files --- web/l10n/zh.json | 48 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 44 insertions(+), 4 deletions(-) (limited to 'web/l10n/zh.json') diff --git a/web/l10n/zh.json b/web/l10n/zh.json index d183877..053da28 100644 --- a/web/l10n/zh.json +++ b/web/l10n/zh.json @@ -1,6 +1,8 @@ { "sharedLoading": "加载", + "sharedHide": "Hide", "sharedSave": "保存", + "sharedSet": "Set", "sharedCancel": "取消", "sharedAdd": "新建", "sharedEdit": "编辑", @@ -8,12 +10,16 @@ "sharedRemoveConfirm": "要移除选项吗?", "sharedKm": "千米", "sharedMi": "海里", + "sharedNmi": "nmi", "sharedKn": "kn", "sharedKmh": "千米/小时", "sharedMph": "每小时英里数", "sharedHour": "小时", "sharedMinute": "分钟", "sharedSecond": "秒", + "sharedDecimalDegrees": "Decimal Degrees", + "sharedDegreesDecimalMinutes": "Degrees Decimal Minutes", + "sharedDegreesMinutesSeconds": "Degrees Minutes Seconds", "sharedName": "Name", "sharedDescription": "Description", "sharedSearch": "Search", @@ -29,6 +35,11 @@ "sharedHourAbbreviation": "h", "sharedMinuteAbbreviation": "m", "sharedGetMapState": "Get Map State", + "sharedAttributeAlias": "Attribute Alias", + "sharedAttributeAliases": "Attribute Aliases", + "sharedAlias": "Alias", + "sharedDeviceDistance": "Device Distance", + "sharedDevice": "Device", "errorTitle": "错误", "errorUnknown": "未知错误", "errorConnection": "连接错误", @@ -36,6 +47,10 @@ "userPassword": "密码", "userAdmin": "管理员", "userRemember": "Remember", + "userDisabled": "Disabled", + "userExpirationTime": "Expiration", + "userDeviceLimit": "Device Limit", + "userToken": "Token", "loginTitle": "登录", "loginLanguage": "语言", "loginRegister": "注册", @@ -44,12 +59,16 @@ "loginCreated": "新用户已经被注册了", "loginLogout": "登出", "devicesAndState": "设备和状态", - "deviceDialog": "设备", "deviceTitle": "设备", "deviceIdentifier": "标识符", + "devicePhone": "Phone", + "deviceModel": "Model", + "deviceContact": "Contact", + "deviceCategory": "Category", "deviceLastUpdate": "最后更新", "deviceCommand": "指令", "deviceFollow": "遵循", + "deviceTotalDistance": "Total Distance", "groupDialog": "Group", "groupParent": "Group", "groupNoGroup": "No Group", @@ -60,6 +79,7 @@ "settingsUsers": "用户", "settingsSpeedUnit": "速度", "settingsTwelveHourFormat": "12-hour Format", + "settingsCoordinateFormat": "Coordinates Format", "reportTitle": "报表", "reportDevice": "设备", "reportGroup": "Group", @@ -80,15 +100,18 @@ "serverZoom": "缩放", "serverRegistration": "注册", "serverReadonly": "只读", + "serverForceSettings": "Force Settings", "mapTitle": "地图", "mapLayer": "地图图层", "mapCustom": "自定义地图", + "mapCarto": "Carto Basemaps", "mapOsm": "OpenStreetMap 地图", "mapBingKey": "Bing 旅游重点", "mapBingRoad": "Bing 公路线路地图", "mapBingAerial": "Bing 航测地图", "mapShapePolygon": "Polygon", "mapShapeCircle": "Circle", + "mapLiveRoutes": "Live Routes", "stateTitle": "状态", "stateName": "参数", "stateValue": "数值", @@ -125,7 +148,7 @@ "eventDeviceOnline": "Device is online", "eventDeviceOffline": "Device is offline", "eventDeviceMoving": "Device is moving", - "eventDeviceStopped": "Device is stopped", + "eventDeviceStopped": "Device has stopped", "eventDeviceOverspeed": "Device exceeds the speed", "eventCommandResult": "Command result", "eventGeofenceEnter": "Device has entered geofence", @@ -150,7 +173,7 @@ "reportSummary": "Summary", "reportConfigure": "Configure", "reportEventTypes": "Event Types", - "reportCsv": "CSV", + "reportExport": "Export", "reportDeviceName": "Device Name", "reportAverageSpeed": "Average Speed", "reportMaximumSpeed": "Maximum Speed", @@ -160,5 +183,22 @@ "reportStartAddress": "Start Address", "reportEndTime": "End Time", "reportEndAddress": "End Address", - "reportSpentFuel": "Spent Fuel" + "reportSpentFuel": "Spent Fuel", + "statisticsTitle": "Statistics", + "statisticsCaptureTime": "Capture Time", + "statisticsActiveUsers": "Active Users", + "statisticsActiveDevices": "Active Devices", + "statisticsRequests": "Requests", + "statisticsMessagesReceived": "Messages Received", + "statisticsMessagesStored": "Messages Stored", + "categoryArrow": "Arrow", + "categoryDefault": "Default", + "categoryCar": "Car", + "categoryBus": "Bus", + "categoryTruck": "Truck", + "categoryShip": "Ship", + "categoryPlane": "Plane", + "categoryMotorcycle": "Motorcycle", + "categoryBicycle": "Bicycle", + "categoryPerson": "Person" } \ No newline at end of file -- cgit v1.2.3