This commit is contained in:
2023-12-04 15:13:27 +08:00
parent e17fb43669
commit be51172476
3 changed files with 52 additions and 51 deletions

View File

@@ -3,8 +3,8 @@ module.exports = {
passwordlogin: 'Login',
configuration: 'Configuration',
password: 'Password',
domainnameaddress: 'Domain address',
refreshtime: 'Refresh time(s)',
domainnameaddress: 'Domain Address',
refreshtime: 'Refresh Time(s)',
login: 'Login'
},
homeinfo: {
@@ -44,71 +44,70 @@ module.exports = {
solution: 'Solution'
},
user: {
usermanagement: 'User management',
fullname: 'Full name',
usermanagement: 'User Management',
fullname: 'Full Name',
phone: 'Phone',
gender: 'Gender',
creationdate: 'Creation date',
adduser: 'Add user',
creationdate: 'Creation Date',
adduser: 'Add User',
question1: 'Are you sure you want to reset your password?',
question2: 'Are you sure you want to delete this user?'
},
role: {
rolemanagement: 'Role management',
rolename: 'Role name',
rolemanagement: 'Role Management',
rolename: 'Role Name',
role: 'Role',
describe: 'Describe',
creationdate: 'Creation date',
addrole: 'Add role'
creationdate: 'Creation Date',
addrole: 'Add Role'
},
system: {
systemmanagement: 'System management',
systemmanagement: 'System Management',
code: 'Code',
value: 'Value',
addparameter: 'Add parameter',
addparameter: 'Add Parameter',
question1: 'Are you sure to delete it?'
},
developer: {
developeroptions: 'Developer options'
developeroptions: 'Developer Options'
},
vehiclestatus: {
vehiclestatus: 'Vehicle status',
vehiclestatus: 'Vehicle Status',
status: 'Status',
coordinate: 'coordinate',
headingangle: 'Heading angle',
steeringwheelangle: 'Steering wheel angle',
distributionspeed: 'Distribution speed',
actualspeed: 'Actual speed',
lateraldeviation: 'Lateral deviation',
coursedeviation: 'Course deviation',
workingstatus: 'Working status',
sensorstatus: 'Sensor status',
emergencystop: 'Emergency stop',
obstacleavoidancedeceleration: 'Obstacle avoidance deceleration',
resetbutton: 'Reset button',
obstacleavoidanceparking: 'Obstacle avoidance parking',
safetyedgesensor: 'Safety edge sensor',
coordinate: 'Coordinate',
headingangle: 'Heading Angle',
steeringwheelangle: 'Steering Wheel Angle',
distributionspeed: 'Distribution Speed',
actualspeed: 'Actual Speed',
lateraldeviation: 'Lateral Deviation',
coursedeviation: 'Course Deviation',
workingstatus: 'Working Status',
sensorstatus: 'Sensor Status',
emergencystop: 'Emergency Stop',
obstacleavoidancedeceleration: 'Obstacle Avoidance Deceleration',
resetbutton: 'Reset Button',
obstacleavoidanceparking: 'Obstacle Avoidance Parking',
safetyedgesensor: 'Safety Edge Sensor',
run: 'Run',
abnormal: 'Abnormal'
},
vehiclecontrol: {
vehiclecontrol: 'Vehicle control',
Status: 'Status',
Control: 'Control',
control: ' control',
deviationstate: 'Deviation state',
updatestatus: 'Update status',
displaycontrol: 'Display control',
initializecoordinates: 'Initialize coordinates',
coordinateinformation: 'Coordinate information',
skipthestart: 'Skip the start',
initializecoordinate: 'Initialize coordinate',
fullscreen: 'Full screen',
vehiclecontrol: 'Vehicle Control',
status: 'Status',
control: ' Control',
deviationstate: 'Deviation State',
updatestatus: 'Update Status',
displaycontrol: 'Display Control',
initializecoordinates: 'Initialize Coordinates',
coordinateinformation: 'Coordinate Information',
skipthestart: 'Skip The Start',
initializecoordinate: 'Initialize Coordinate',
fullscreen: 'Full Screen',
quit: 'Quit',
poweroff: 'Power Off',
softwarerestart: 'Software restart',
softwarerestart: 'Software Restart',
restart: 'Restart',
skipdetection: 'Skip detection'
skipdetection: 'Skip Detection'
},
button: {
cancel: 'Cancel',
@@ -117,17 +116,17 @@ module.exports = {
modify: 'Modify',
delete: 'Delete',
exit: 'Exit',
resetpassword: 'Reset password'
resetpassword: 'Reset Password'
},
common: {
name: 'Name',
username: 'User name',
username: 'User Name',
number: 'S/N',
operate: 'Operate',
remark: 'Remark',
changepassword: 'Change password',
changepassword: 'Change Password',
exit: 'Exit',
oldpassword: 'Old password',
newpassword: 'New password'
oldpassword: 'Old Password',
newpassword: 'New Password'
}
}

View File

@@ -93,8 +93,7 @@ module.exports = {
},
vehiclecontrol: {
vehiclecontrol: '车辆控制',
Status: '状态',
Control: '控制',
status: '状态',
control: '控制',
deviationstate: '偏离状态',
updatestatus: '更新状态',

View File

@@ -7,7 +7,7 @@
</div>
<div class="page_container">
<div class="state_title-wrap">
<h3>{{ $t('vehiclecontrol.Status') }}</h3>
<h3>{{ $t('vehiclecontrol.status') }}</h3>
</div>
<div class="state_wrap">
<div class="state_item_wrap">
@@ -41,7 +41,7 @@
<button class="switch_item switch_item_8" @click="switchDown('12', '0')" :disabled="disabled">{{ $t('vehiclecontrol.skipdetection') }}</button>
</div>
<div class="state_title-wrap">
<h3>{{ $t('vehiclecontrol.Control') }}</h3>
<h3>{{ $t('vehiclecontrol.control') }}</h3>
</div>
<div class="control_wrap">
<div class="control_item">
@@ -405,6 +405,9 @@ export default {
.enClass
.state_item_label
font-size 26px
width 200px
.state_item_val
width calc(100% - 200px)
.control_label
font-size 24px
.switch_item