翻译修改

This commit is contained in:
zyx.net
2022-08-08 14:41:09 +08:00
parent 7be4b6c991
commit b49f58ae6f
3 changed files with 13 additions and 9 deletions
+10 -8
View File
@@ -408,8 +408,8 @@ module.exports = {
NewLabelItem: 'Newly Added Tag Item',
editLabelItem: 'Edit Tag Item',
NodeQuickLookup: 'Node Quick Lookup',
AreAllLabelsRead: 'Are All Labels Read',
AllLabelsRead: 'Labels Read',
AreAllLabelsRead: 'Are All Mark as Read',
AllLabelsRead: 'Mark as Read',
SubscriptionNotification: 'Subscription Notification',
warningInformation: 'Warning Information',
ForwardPush: 'Forward Push',
@@ -608,7 +608,7 @@ module.exports = {
engineeringInterfacePerson: 'Engineering Interface',
typeOfDeliverables: 'Deliverable Type',
deliverableTemplate: 'Deliverable Template',
entryName: 'Project',
entryName: 'Project Name',
targetMarket: 'Target Market',
projectStatus: 'Development',
StudioEngineer: 'R&H Studio',
@@ -801,7 +801,7 @@ module.exports = {
parameterBatch: 'Parameter Batch',
releaseVersion: 'Release Version',
parameterTemplate: 'Parameter Template',
contentDescription: 'Content Description',
contentDescription: 'Description',
WhetherMergeParameters: 'Whether to merge parameters',
merge: 'Merge',
nonjoinder: 'Nonjoinder',
@@ -884,10 +884,10 @@ module.exports = {
toTrack: 'To be tracked',
Launch: 'Launch',
maintainProgress: 'Maintain',
redSchedule: 'Red: not in conformity, and there is no acceptable scheme and schedule',
yellowSchedule: 'Yellow: non conformance / to be tracked, with acceptable scheme and schedule',
greenRequirements: 'Green: confirm that it meets or meets the current requirements',
blueUndeterminedState: 'Blue: undetermined state',
redSchedule: 'Red: unqualified without available solutions or timeline. ',
yellowSchedule: 'Yellow: unqualified and with available solutions and timeline. ',
greenRequirements: 'Green: qualified and confirmed.',
blueUndeterminedState: 'Blue: pending',
authenticationMessage: 'Homo Parameter Task',
taskRegulationComplianceTask: 'Regulation Compliance Task',
accept: 'Accept',
@@ -1242,4 +1242,6 @@ module.exports = {
Adjustareasofresponsibility:'Adjust areas of responsibility',
regulatoryTechnicalAssessment:'Regulatory Technical Assessment',
punctuationmark:'Only English punctuation marks other than the # sign can be entered',
created: 'Created',
updated:'Updated',
}
+2
View File
@@ -1345,4 +1345,6 @@ module.exports = {
Adjustareasofresponsibility:'调整责任领域',
regulatoryTechnicalAssessment:'法规技术评估',
punctuationmark:'只能输入除#号外的英文标点符号',
created: '创建时间',
updated:'更新时间',
}
@@ -177,7 +177,7 @@ export default {
// scopedSlots: { customRender: 'titleName' }
},
{
title: this.$t('createTime'),
title: this.$t('created'),
align: 'center',
dataIndex: 'createTime',
width: 160,