加载中

This commit is contained in:
2023-12-07 15:47:28 +08:00
parent 3729345c3b
commit d336648b14
6 changed files with 82 additions and 25 deletions

View File

@@ -83,13 +83,14 @@ module.exports = {
vehiclestatus: {
vehiclestatus: 'Vehicle Status',
status: 'Status',
coordinate: 'Coordinate',
xcoordinate: 'X coordinate',
ycoordinate: 'Y coordinate',
headingangle: 'Heading Angle',
steeringwheelangle: 'Steering Wheel Angle',
distributionspeed: 'Distribution Speed',
distributionspeed: 'Throttle Command',
actualspeed: 'Actual Speed',
lateraldeviation: 'Lateral Deviation',
coursedeviation: 'Course Deviation',
coursedeviation: 'Vertical Deviation',
workingstatus: 'Working Status',
sensorstatus: 'Sensor Status',
emergencystop: 'Emergency Stop',
@@ -140,6 +141,7 @@ module.exports = {
oldpassword: 'Old Password',
newpassword: 'New Password',
operationfailed: 'Operation failed',
loading: 'Loading',
toast1: 'Old password cannot be empty',
toast2: 'The new password cannot be empty',
toast3: 'Enter a new password',

View File

@@ -83,10 +83,11 @@ module.exports = {
vehiclestatus: {
vehiclestatus: '车辆状态',
status: '状态',
coordinate: '坐标',
xcoordinate: 'X 坐标',
ycoordinate: 'Y 坐标',
headingangle: '航向角',
steeringwheelangle: '舵轮角度',
distributionspeed: '下发速度',
distributionspeed: '下发速度指令',
actualspeed: '实际速度',
lateraldeviation: '横向偏差',
coursedeviation: '航向偏差',
@@ -140,6 +141,7 @@ module.exports = {
oldpassword: '旧的密码',
newpassword: '新的密码',
operationfailed: '操作失败',
loading: '加载中',
toast1: '旧密码不能为空',
toast2: '新密码不能为空',
toast3: '输入新密码',