1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
{
"sharedLoading": "加载",
"sharedSave": "保存",
"sharedCancel": "取消",
"sharedAdd": "新建",
"sharedEdit": "编辑",
"sharedRemove": "移除",
"sharedRemoveConfirm": "要移除选项吗?",
"sharedKm": "千米",
"sharedMi": "海里",
"sharedKn": "kn",
"sharedKmh": "千米/小时",
"sharedMph": "每小时英里数",
"sharedHour": "小时",
"sharedMinute": "分钟",
"sharedSecond": "秒",
"sharedName": "Name",
"sharedDescription": "Description",
"sharedSearch": "Search",
"sharedGeofence": "Geofence",
"sharedGeofences": "Geofences",
"sharedNotifications": "Notifications",
"sharedAttributes": "Attributes",
"sharedAttribute": "Attribute",
"sharedArea": "Area",
"errorTitle": "错误",
"errorUnknown": "未知错误",
"errorConnection": "连接错误",
"userEmail": "邮箱",
"userPassword": "密码",
"userAdmin": "管理员",
"loginTitle": "登录",
"loginLanguage": "语言",
"loginRegister": "注册",
"loginLogin": "登录",
"loginFailed": "邮箱地址或密码不对",
"loginCreated": "新用户已经被注册了",
"loginLogout": "登出",
"devicesAndState": "设备和状态",
"deviceDialog": "设备",
"deviceTitle": "设备",
"deviceIdentifier": "标识符",
"deviceLastUpdate": "最后更新",
"deviceCommand": "指令",
"deviceFollow": "遵循",
"groupDialog": "Group",
"groupParent": "Group",
"groupNoGroup": "No Group",
"settingsTitle": "设置",
"settingsUser": "账户",
"settingsGroups": "Groups",
"settingsServer": "服务器",
"settingsUsers": "用户",
"settingsDistanceUnit": "距离",
"settingsSpeedUnit": "速度",
"settingsTwelveHourFormat": "12-hour Format",
"reportTitle": "报表",
"reportDevice": "设备",
"reportFrom": "开始",
"reportTo": "结束",
"reportShow": "显示",
"reportClear": "清空",
"positionFixTime": "时间",
"positionValid": "有效",
"positionLatitude": "纬度",
"positionLongitude": "经度",
"positionAltitude": "海拔",
"positionSpeed": "速度",
"positionCourse": "航向",
"positionAddress": "地址",
"positionProtocol": "协议",
"serverTitle": "服务器设置",
"serverZoom": "缩放",
"serverRegistration": "注册",
"serverReadonly": "只读",
"mapTitle": "地图",
"mapLayer": "地图图层",
"mapCustom": "自定义地图",
"mapOsm": "OpenStreetMap 地图",
"mapBingKey": "Bing 旅游重点",
"mapBingRoad": "Bing 公路线路地图",
"mapBingAerial": "Bing 航测地图",
"mapShapePolygon": "Polygon",
"mapShapeCircle": "Circle",
"stateTitle": "状态",
"stateName": "参数",
"stateValue": "数值",
"commandTitle": "命令",
"commandSend": "发送",
"commandType": "类型",
"commandSent": "命令已发送",
"commandPositionPeriodic": "位置获取",
"commandPositionStop": "位置停止",
"commandEngineStop": "引擎熄火",
"commandEngineResume": "引擎启动",
"commandFrequency": "频率",
"commandUnit": "单位",
"commandCustom": "Custom command",
"commandPositionSingle": "Single Reporting",
"commandAlarmArm": "Arm Alarm",
"commandAlarmDisarm": "Disarm Alarm",
"commandSetTimezone": "Set Timezone",
"commandRequestPhoto": "Request Photo",
"commandRebootDevice": "Reboot Device",
"commandSendSms": "Send SMS",
"commandSosNumber": "Set SOS Number",
"commandSilenceTime": "Set Silence Time",
"commandSetPhonebook": "Set Phonebook",
"commandVoiceMessage": "Voice Message",
"commandOutputControl": "Output Control",
"commandAlarmSpeed": "Overspeed Alarm",
"commandDeviceIdentification": "Device Identification",
"eventDeviceOnline": "Device is online",
"eventDeviceOffline": "Device is offline",
"eventDeviceMoving": "Device is moving",
"eventDeviceStopped": "Device is stopped",
"eventDeviceOverspeed": "Device exceeds the speed",
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
}
|