[update 88380] 翻译英文

This commit is contained in:
danshihao
2024-08-09 15:51:06 +08:00
parent 34c2b419a2
commit 446a919e32
7 changed files with 42 additions and 35 deletions
@@ -1,29 +1,29 @@
module.exports = { module.exports = {
configStandard: 'Configuration standard', // 配置标准 configStandard: 'Configuration Standard', // 配置标准
removeStandard: 'Removal criteria', // 移出标准 removeStandard: 'Removal Criteria', // 移出标准
nodeName: 'Node name', // 节点名称 nodeName: 'Node Name', // 节点名称
nodeOrder: 'Node ordering', // 节点排序 nodeOrder: 'Node Ordering', // 节点排序
configStandardNoTreeNode: 'Please select Level 2 and below system first', // 请先选择二级及以下体系 configStandardNoTreeNode: 'Please select Level 2 and below system first', // 请先选择二级及以下体系
selectLeastOneTableData: 'Select at least one list data', // 选中至少一条列表数据 selectLeastOneTableData: 'Select at least one list data', // 选中至少一条列表数据
standardResolutionSheet: 'Standard interpretation', // 标准解读 standardResolutionSheet: 'Standard interpretation', // 标准解读
updateRecord: 'Update record', // 更新记录 updateRecord: 'Update Record', // 更新记录
submitQuestion: 'Submit a question', // 提交问题 submitQuestion: 'Submit A Question', // 提交问题
standardCatalogue: 'Standard catalogue', // 标准目录 standardCatalogue: 'Standard Catalogue', // 标准目录
clauseLabel: 'Clause label', // 条文标签 clauseLabel: 'Article Label', // 条文标签
translation: 'Translation', translation: 'Translation',
clauseNumber: 'Article number', // 条文号 clauseNumber: 'Article number', // 条文号
clauseTitle: 'Title of article', // 条文标题 clauseTitle: 'Title of Article', // 条文标题
regulatoryRequirementsType: 'Types of regulatory requirements', // 法规要求类型 regulatoryRequirementsType: 'Types of Regulatory Requirements', // 法规要求类型
functionalClassification: 'Functional classification', // 功能分类 functionalClassification: 'Functional Classification', // 功能分类
functionalSpecialty: 'Functional specialty', // 功能专业 functionalSpecialty: 'Functional Specialty', // 功能专业
blockCoding: 'Block coding', // 分组编码 blockCoding: 'Block Coding', // 分组编码
groupName: 'Group name', // 分组名称 groupName: 'Group Name', // 分组名称
newCertificationImplementationTime: 'New Production Vehicle Implementation Date', // 新认证实施时间 newCertificationImplementationTime: 'New Production Vehicle Implementation Date', // 新认证实施时间
certifiedImplementationTime: 'Certified implementation time', // 已认证实施时间 certifiedImplementationTime: 'Certified Implementation Time', // 已认证实施时间
newRegistrationImplementationTime: 'New registration implementation time', // 新注册实施时间 newRegistrationImplementationTime: 'New Registration Implementation Time', // 新注册实施时间
applicableVehicleType: 'Vehicle Catagory', // 适用车型 applicableVehicleType: 'Vehicle Catagory', // 适用车型
dynamicType: 'Power Propulsion Type', // 动力类型 dynamicType: 'Power Propulsion Type', // 动力类型
inputExample: 'Input example:', // 输入示例 inputExample: 'Input Example:', // 输入示例
applicableComponents: 'Applicable Components', applicableComponents: 'Applicable Components',
involvingSystemsComponents: 'Related System(s)/Component(s)', involvingSystemsComponents: 'Related System(s)/Component(s)',
applications: 'Vehicle Catagory', applications: 'Vehicle Catagory',
@@ -52,9 +52,9 @@ module.exports = {
// 资料中心 // 资料中心
profileCenter: { profileCenter: {
typeOfOwnership: 'Type of ownership', typeOfOwnership: 'Type of ownership',
uploadData: 'Upload data', uploadData: 'Upload Data',
addAPeer: 'Add a peer', addAPeer: 'Add A Peer',
newChild: 'New child', newChild: 'New Child',
pleaseSelectTheDirectoryOnTheLeft: 'Please select the directory on the left' pleaseSelectTheDirectoryOnTheLeft: 'Please select the directory on the left'
}, },
// 市场法规清单 // 市场法规清单
@@ -68,11 +68,11 @@ module.exports = {
listVersion: 'Version', listVersion: 'Version',
releaseTime: 'Published Date', releaseTime: 'Published Date',
listState: 'Status', listState: 'Status',
customName: 'Custom name', customName: 'Custom Name',
securityClass: 'Confidential level', securityClass: 'Confidential Level',
listDeclaration: 'Manifest declaration', listDeclaration: 'Manifest Declaration',
templateName: 'Market regulation list import template', templateName: 'Market regulation list import template',
historicalVersion: 'Historical version', historicalVersion: 'Historical Version',
standardExist: 'The standard already exists', standardExist: 'The standard already exists',
haveStandardExist: 'Some standards already exist', haveStandardExist: 'Some standards already exist',
pleaseSelectAListPublish: 'Please select a list to publish', pleaseSelectAListPublish: 'Please select a list to publish',
+3 -1
View File
@@ -166,7 +166,9 @@ export default {
<!-- update_begin author:sunjianlei date:20190530 for: 选中首页的时候不显示背景颜色 --> <!-- update_begin author:sunjianlei date:20190530 for: 选中首页的时候不显示背景颜色 -->
<style lang="less"> <style lang="less">
.ant-menu.ant-menu-root { .ant-menu.ant-menu-root {
&:not(.ant-menu-horizontal) .ant-menu-item-selected {
background-color: rgba(0, 100, 250, 0.08);
}
&.ant-menu-inline-collapsed { &.ant-menu-inline-collapsed {
width: 64px; width: 64px;
& > .ant-menu-item, & > .ant-menu-item,
@@ -136,7 +136,8 @@ export default {
{ {
title: this.$t('docTool.comparison.oldTextState'), title: this.$t('docTool.comparison.oldTextState'),
width: 150, width: 150,
dataIndex: 'fileTypeLeft_dictText' dataIndex: 'fileTypeLeft_dictText',
scopedSlots: { customRender: 'dictText' }
}, },
// 新文档文本号 // 新文档文本号
{ {
@@ -156,13 +157,15 @@ export default {
{ {
title: this.$t('docTool.comparison.newTextState'), title: this.$t('docTool.comparison.newTextState'),
width: 150, width: 150,
dataIndex: 'fileTypeRight_dictText' dataIndex: 'fileTypeRight_dictText',
scopedSlots: { customRender: 'dictText' }
}, },
// 发布情况 // 发布情况
{ {
title: this.$t('docTool.comparison.releaseSituation'), title: this.$t('docTool.comparison.releaseSituation'),
width: 150, width: 150,
dataIndex: 'releaseState_dictText' dataIndex: 'releaseState_dictText',
scopedSlots: { customRender: 'dictText' }
}, },
// 创建人 // 创建人
{ {
@@ -183,7 +183,8 @@ export default {
{ {
dataIndex: 'fileType_dictText', dataIndex: 'fileType_dictText',
title: this.$t('docTool.split.fileStatus'), title: this.$t('docTool.split.fileStatus'),
width: 150 width: 150,
scopedSlots: { customRender: 'dictText' }
}, },
// 文件名称 // 文件名称
{ {
@@ -195,7 +196,8 @@ export default {
{ {
dataIndex: 'splitStatus_dictText', dataIndex: 'splitStatus_dictText',
title: this.$t('docTool.split.splitState'), title: this.$t('docTool.split.splitState'),
width: 150 width: 150,
scopedSlots: { customRender: 'dictText' }
}, },
// 编辑人 // 编辑人
{ {
@@ -132,14 +132,14 @@ export default {
title: this.$t('docTool.ocrTextRecognition.textStatus'), title: this.$t('docTool.ocrTextRecognition.textStatus'),
align: 'center', align: 'center',
width: 180, width: 180,
dataIndex: 'fileTypeDictText', dataIndex: this.isChinese() ? 'fileTypeDictText' : 'fileTypeDictTextEn',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
}, },
{ // 转换结果 { // 转换结果
title: this.$t('docTool.ocrTextRecognition.conversionResults'), title: this.$t('docTool.ocrTextRecognition.conversionResults'),
align: 'center', align: 'center',
width: 180, width: 180,
dataIndex: 'resultContentDictText', dataIndex: this.isChinese() ? 'resultContentDictText' : 'resultContentDictTextEn',
scopedSlots: { customRender: 'tag' } scopedSlots: { customRender: 'tag' }
}, },
{ // 消耗时间 { // 消耗时间
+1 -1
View File
@@ -154,7 +154,7 @@ export default {
title: this.$t('system.tag.showArea'), title: this.$t('system.tag.showArea'),
width: 100, width: 100,
dataIndex: 'showArea_dictText', dataIndex: 'showArea_dictText',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'dictText' }
}, },
{ {
title: this.$t('operation'), title: this.$t('operation'),
+2 -2
View File
@@ -354,7 +354,7 @@ export default {
z-index: 99; z-index: 99;
width: 28%; width: 28%;
height: fit-content; height: fit-content;
padding: 20px 16px 70px; padding: 30px 30px 70px;
min-width: 332px; min-width: 332px;
min-height: 460px; min-height: 460px;
background: #fff; background: #fff;
@@ -415,7 +415,7 @@ export default {
@media screen and (max-width: 1366px) { @media screen and (max-width: 1366px) {
.user-layout-login { .user-layout-login {
width: 30%; width: 30%;
padding: 20px 16px; padding: 20px 30px;
.user-box { .user-box {
.title { .title {