lang
This commit is contained in:
@@ -56,17 +56,17 @@ module.exports = {
|
|||||||
coordinate: 'coordinate',
|
coordinate: 'coordinate',
|
||||||
headingangle: 'Heading angle',
|
headingangle: 'Heading angle',
|
||||||
steeringwheelangle: 'Steering wheel angle',
|
steeringwheelangle: 'Steering wheel angle',
|
||||||
issuancespeed: 'Issuance speed',
|
distributionspeed: 'Distribution speed',
|
||||||
actualspeed: 'Actual speed',
|
actualspeed: 'Actual speed',
|
||||||
lateraldeviation: 'Lateral deviation',
|
lateraldeviation: 'Lateral deviation',
|
||||||
headingdeviation: 'Heading deviation',
|
coursedeviation: 'Course deviation',
|
||||||
workstatus: 'Work status',
|
workingstatus: 'Working status',
|
||||||
sensorstatus: 'Sensor status',
|
sensorstatus: 'Sensor status',
|
||||||
emergencystop: 'Emergency stop',
|
emergencystop: 'Emergency stop',
|
||||||
avoidancemoderate: 'Avoidance moderate',
|
obstacleavoidancedeceleration: 'Obstacle avoidance deceleration',
|
||||||
resetbutton: 'Reset button',
|
resetbutton: 'Reset button',
|
||||||
avoidanceparking: 'Avoidance parking',
|
obstacleavoidanceparking: 'Obstacle avoidance parking',
|
||||||
Safetyedge: 'Safety edge',
|
safetyedgesensor: 'Safety edge sensor',
|
||||||
run: 'Run',
|
run: 'Run',
|
||||||
abnormal: 'Abnormal'
|
abnormal: 'Abnormal'
|
||||||
},
|
},
|
||||||
@@ -75,11 +75,19 @@ module.exports = {
|
|||||||
Status: 'Status',
|
Status: 'Status',
|
||||||
Control: 'Control',
|
Control: 'Control',
|
||||||
control: ' control',
|
control: ' control',
|
||||||
deviatestatus: 'Deviate status',
|
deviationstate: 'Deviation state',
|
||||||
updatestatus: 'Update status',
|
updatestatus: 'Update status',
|
||||||
monitorcontrol: 'Monitor control',
|
displaycontrol: 'Display control',
|
||||||
initializecoordinates: 'Initialize coordinates',
|
initializecoordinates: 'Initialize coordinates',
|
||||||
coordinateinformation: 'Coordinate information'
|
coordinateinformation: 'Coordinate information',
|
||||||
|
skipthestart: 'Skip the start',
|
||||||
|
initializecoordinate: 'Initialize coordinate',
|
||||||
|
fullscreen: 'Full screen',
|
||||||
|
quit: 'Quit',
|
||||||
|
poweroff: 'Power Off',
|
||||||
|
softwarerestart: 'Software restart',
|
||||||
|
restart: 'Restart',
|
||||||
|
skipdetection: 'Skip detection'
|
||||||
},
|
},
|
||||||
button: {
|
button: {
|
||||||
cancel: 'Cancel',
|
cancel: 'Cancel',
|
||||||
|
|||||||
@@ -56,17 +56,17 @@ module.exports = {
|
|||||||
coordinate: '坐标',
|
coordinate: '坐标',
|
||||||
headingangle: '航向角',
|
headingangle: '航向角',
|
||||||
steeringwheelangle: '舵轮角度',
|
steeringwheelangle: '舵轮角度',
|
||||||
issuancespeed: '下发速度',
|
distributionspeed: '下发速度',
|
||||||
actualspeed: '实际速度',
|
actualspeed: '实际速度',
|
||||||
lateraldeviation: '横向偏差',
|
lateraldeviation: '横向偏差',
|
||||||
headingdeviation: '航向偏差',
|
coursedeviation: '航向偏差',
|
||||||
workstatus: '工作状态',
|
workingstatus: '工作状态',
|
||||||
sensorstatus: '传感器状态',
|
sensorstatus: '传感器状态',
|
||||||
emergencystop: '急停按钮',
|
emergencystop: '急停按钮',
|
||||||
avoidancemoderate: '避障减速',
|
obstacleavoidancedeceleration: '避障减速',
|
||||||
resetbutton: '复位按钮',
|
resetbutton: '复位按钮',
|
||||||
avoidanceparking: '避障停车',
|
obstacleavoidanceparking: '避障停车',
|
||||||
Safetyedge: '安全触边',
|
safetyedgesensor: '安全触边',
|
||||||
run: '运行',
|
run: '运行',
|
||||||
abnormal: '异常'
|
abnormal: '异常'
|
||||||
},
|
},
|
||||||
@@ -75,11 +75,19 @@ module.exports = {
|
|||||||
Status: '状态',
|
Status: '状态',
|
||||||
Control: '控制',
|
Control: '控制',
|
||||||
control: '控制',
|
control: '控制',
|
||||||
deviatestatus: '偏离状态',
|
deviationstate: '偏离状态',
|
||||||
updatestatus: '更新状态',
|
updatestatus: '更新状态',
|
||||||
monitorcontrol: '显示屏',
|
displaycontrol: '显示屏控制',
|
||||||
initializecoordinates: '初始化坐标',
|
initializecoordinates: '初始化坐标',
|
||||||
coordinateinformation: '坐标信息'
|
coordinateinformation: '坐标信息',
|
||||||
|
skipthestart: '跳过起点',
|
||||||
|
initializecoordinate: '初始化坐标',
|
||||||
|
fullscreen: '全屏',
|
||||||
|
quit: '退出',
|
||||||
|
poweroff: '关机',
|
||||||
|
softwarerestart: '软启动',
|
||||||
|
restart: '重启',
|
||||||
|
skipdetection: '跳过检测'
|
||||||
},
|
},
|
||||||
button: {
|
button: {
|
||||||
cancel: '取消',
|
cancel: '取消',
|
||||||
|
|||||||
Reference in New Issue
Block a user