From be511724764bdea3833f048738b27c8bcc47bcd9 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 4 Dec 2023 15:13:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.js | 93 +++++++++---------- src/i18n/langs/zh.js | 3 +- .../vehicleinformation/vehiclecontrol.vue | 7 +- 3 files changed, 52 insertions(+), 51 deletions(-) diff --git a/src/i18n/langs/en.js b/src/i18n/langs/en.js index 3bb9d02..ae88d1d 100644 --- a/src/i18n/langs/en.js +++ b/src/i18n/langs/en.js @@ -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' } } diff --git a/src/i18n/langs/zh.js b/src/i18n/langs/zh.js index 45b4bf4..a47d46f 100644 --- a/src/i18n/langs/zh.js +++ b/src/i18n/langs/zh.js @@ -93,8 +93,7 @@ module.exports = { }, vehiclecontrol: { vehiclecontrol: '车辆控制', - Status: '状态', - Control: '控制', + status: '状态', control: '控制', deviationstate: '偏离状态', updatestatus: '更新状态', diff --git a/src/pages/modules/vehicleinformation/vehiclecontrol.vue b/src/pages/modules/vehicleinformation/vehiclecontrol.vue index c13ce0a..e4e658d 100644 --- a/src/pages/modules/vehicleinformation/vehiclecontrol.vue +++ b/src/pages/modules/vehicleinformation/vehiclecontrol.vue @@ -7,7 +7,7 @@
-

{{ $t('vehiclecontrol.Status') }}

+

{{ $t('vehiclecontrol.status') }}

@@ -41,7 +41,7 @@
-

{{ $t('vehiclecontrol.Control') }}

+

{{ $t('vehiclecontrol.control') }}

@@ -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