修改翻译

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',
evaluationMethod: 'Evaluation method',
uploadRelevantMaterials: 'Upload relevant materials',
processBackground: 'Process background',
selectedStandard: 'Selected standard',
processBackground: 'Process Background',
selectedStandard: 'Selected Standard',
standardDecompositionDocument: 'Standard decomposition document',
pleaseSelectStandardFirst: 'Please select a standard first',
RelevantMaterials: 'RelevantMaterials',
evaluatorFeedback: 'Evaluator feedback',
evaluatorFeedback: 'Evaluator Feedback',
nameTechnicalDocument: 'Name of technical document',
chapter: 'chapter',
problemDescription: 'Problem description',
problemDescription: 'Problem Description',
filingExternalOpinions: 'Filing of external opinions',
regulatoryTechnicalEvaluationResults: 'Regulatory technical evaluation results',
initiateProcessForCurrentStandard: 'Initiate process for current standard',
engineerFeedbackResults: 'Engineer feedback results',
fileExport: 'File export',
feedbackTime: 'Feedback time',
fileExport: 'File Export',
feedbackTime: 'Feedback Time',
regulatoryTechnologyAssessmentProcess: 'Regulatory technology assessment process',
feedbackEvaluation: 'Feedback evaluation',
clauseEvaluation: 'Clause evaluation',
standardDocuments: 'Standard documents',
feedbackEvaluation: 'Feedback Evaluation',
clauseEvaluation: 'Clause Evaluation',
standardDocuments: 'Standard Documents',
pleaseCompleteTheEvaluationMethodorEvaluator: 'Please complete the evaluation method or evaluator in the list',
reviewComments: 'Review comments',
PleaseCompleteList: 'Please complete the compliance results in the list',
@@ -147,12 +147,12 @@
key: 'role',
},
{
title: this.$t('operationContent'),
title: this.$t('OperationContent'),
dataIndex: 'content',
key: 'content',
},
{
title: this.$t('operationTime'),
title: this.$t('OperationTime'),
dataIndex: 'time',
key: 'time',
},
@@ -41,7 +41,7 @@
},
columns: [
{
title: this.$t('operationNode'),
title: this.$t('OperationNode'),
dataIndex: 'name',
align: 'center',
width:'20%',
@@ -66,7 +66,7 @@
width:'20%',
},
{
title: this.$t('operationTime'),
title: this.$t('OperationTime'),
dataIndex: 'createTime',
align: 'center',
width:'20%',
@@ -32,7 +32,7 @@
loading: false,
columns: [
{
title: this.$t('operationContent'),
title: this.$t('OperationContent'),
dataIndex: 'taskDefinitionKeyName',
align: 'center',
width: '25%'
@@ -50,7 +50,7 @@
width: '25%'
},
{
title: this.$t('operationTime'),
title: this.$t('OperationTime'),
dataIndex: 'createTime',
align: 'center',
width: '25%',
@@ -43,7 +43,7 @@
},
columns: [
{
title: this.$t('operationNode'),
title: this.$t('OperationNode'),
dataIndex: 'name',
align: 'left'
},