修改翻译

This commit is contained in:
zyx.net
2022-08-11 11:00:45 +08:00
parent 0506d67260
commit 328ce7742b
5 changed files with 16 additions and 16 deletions
+9 -9
View File
@@ -1115,25 +1115,25 @@ module.exports = {
RegulationTaskConfirmationNotification: 'Regulation Task Confirmation Notification', RegulationTaskConfirmationNotification: 'Regulation Task Confirmation Notification',
evaluationMethod: 'Evaluation method', evaluationMethod: 'Evaluation method',
uploadRelevantMaterials: 'Upload relevant materials', uploadRelevantMaterials: 'Upload relevant materials',
processBackground: 'Process background', processBackground: 'Process Background',
selectedStandard: 'Selected standard', selectedStandard: 'Selected Standard',
standardDecompositionDocument: 'Standard decomposition document', standardDecompositionDocument: 'Standard decomposition document',
pleaseSelectStandardFirst: 'Please select a standard first', pleaseSelectStandardFirst: 'Please select a standard first',
RelevantMaterials: 'RelevantMaterials', RelevantMaterials: 'RelevantMaterials',
evaluatorFeedback: 'Evaluator feedback', evaluatorFeedback: 'Evaluator Feedback',
nameTechnicalDocument: 'Name of technical document', nameTechnicalDocument: 'Name of technical document',
chapter: 'chapter', chapter: 'chapter',
problemDescription: 'Problem description', problemDescription: 'Problem Description',
filingExternalOpinions: 'Filing of external opinions', filingExternalOpinions: 'Filing of external opinions',
regulatoryTechnicalEvaluationResults: 'Regulatory technical evaluation results', regulatoryTechnicalEvaluationResults: 'Regulatory technical evaluation results',
initiateProcessForCurrentStandard: 'Initiate process for current standard', initiateProcessForCurrentStandard: 'Initiate process for current standard',
engineerFeedbackResults: 'Engineer feedback results', engineerFeedbackResults: 'Engineer feedback results',
fileExport: 'File export', fileExport: 'File Export',
feedbackTime: 'Feedback time', feedbackTime: 'Feedback Time',
regulatoryTechnologyAssessmentProcess: 'Regulatory technology assessment process', regulatoryTechnologyAssessmentProcess: 'Regulatory technology assessment process',
feedbackEvaluation: 'Feedback evaluation', feedbackEvaluation: 'Feedback Evaluation',
clauseEvaluation: 'Clause evaluation', clauseEvaluation: 'Clause Evaluation',
standardDocuments: 'Standard documents', standardDocuments: 'Standard Documents',
pleaseCompleteTheEvaluationMethodorEvaluator: 'Please complete the evaluation method or evaluator in the list', pleaseCompleteTheEvaluationMethodorEvaluator: 'Please complete the evaluation method or evaluator in the list',
reviewComments: 'Review comments', reviewComments: 'Review comments',
PleaseCompleteList: 'Please complete the compliance results in the list', PleaseCompleteList: 'Please complete the compliance results in the list',
@@ -147,12 +147,12 @@
key: 'role', key: 'role',
}, },
{ {
title: this.$t('operationContent'), title: this.$t('OperationContent'),
dataIndex: 'content', dataIndex: 'content',
key: 'content', key: 'content',
}, },
{ {
title: this.$t('operationTime'), title: this.$t('OperationTime'),
dataIndex: 'time', dataIndex: 'time',
key: 'time', key: 'time',
}, },
@@ -41,7 +41,7 @@
}, },
columns: [ columns: [
{ {
title: this.$t('operationNode'), title: this.$t('OperationNode'),
dataIndex: 'name', dataIndex: 'name',
align: 'center', align: 'center',
width:'20%', width:'20%',
@@ -66,7 +66,7 @@
width:'20%', width:'20%',
}, },
{ {
title: this.$t('operationTime'), title: this.$t('OperationTime'),
dataIndex: 'createTime', dataIndex: 'createTime',
align: 'center', align: 'center',
width:'20%', width:'20%',
@@ -32,7 +32,7 @@
loading: false, loading: false,
columns: [ columns: [
{ {
title: this.$t('operationContent'), title: this.$t('OperationContent'),
dataIndex: 'taskDefinitionKeyName', dataIndex: 'taskDefinitionKeyName',
align: 'center', align: 'center',
width: '25%' width: '25%'
@@ -50,7 +50,7 @@
width: '25%' width: '25%'
}, },
{ {
title: this.$t('operationTime'), title: this.$t('OperationTime'),
dataIndex: 'createTime', dataIndex: 'createTime',
align: 'center', align: 'center',
width: '25%', width: '25%',
@@ -43,7 +43,7 @@
}, },
columns: [ columns: [
{ {
title: this.$t('operationNode'), title: this.$t('OperationNode'),
dataIndex: 'name', dataIndex: 'name',
align: 'left' align: 'left'
}, },