update 文档比对

This commit is contained in:
赵霄
2023-09-19 17:13:35 +08:00
parent 650e458f71
commit 2479b33556
9 changed files with 381 additions and 314 deletions
+6
View File
@@ -403,6 +403,12 @@ module.exports = {
numberColumns: 'Number of columns'
},
comparison: {
oldDocumentTextNumber: 'Old document text number',
oldDocumentTextName: 'Old document text name',
oldTextState: 'Old text state',
newDocumentTextNumber: 'New document text number',
newDocumentTextName: 'New document text name',
newTextState: 'New text state',
releaseSituation: 'Release situation',
comparisonResults: 'Comparison results',
initiateComparison: 'Initiate Comparison',
+7
View File
@@ -402,7 +402,14 @@ module.exports = {
numberRows: '行数',
numberColumns: '列数'
},
// 文档比对
comparison: {
oldDocumentTextNumber: '旧文档文本号',
oldDocumentTextName: '旧文档文本名称',
oldTextState: '旧文本状态',
newDocumentTextNumber: '新文档文本号',
newDocumentTextName: '新文档文本名称',
newTextState: '新文本状态',
releaseSituation: '发布情况',
comparisonResults: '对比结果',
initiateComparison: '发起对比',