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