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

View File

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

View File

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