This commit is contained in:
2026-04-02 10:56:37 +08:00
parent 1f29fb5baf
commit 95b52b4d06
5 changed files with 234 additions and 21 deletions

View File

@@ -1152,7 +1152,12 @@ colTitle: 'Template title',
placeholder: 'Please enter email content'
},
wordCite: {
notFoundById: 'No reference found for citation ID {id}'
notFoundById: 'No reference found for citation ID {id}',
selectRef: 'Select Reference',
reference: 'Reference',
cancel: 'Cancel',
confirm: 'Confirm',
remove: 'Remove'
}

View File

@@ -1137,7 +1137,12 @@ const zh = {
placeholder: '请输入邮件内容'
},
wordCite: {
notFoundById: '未查询到编号{id}相关参考文献'
notFoundById: '未查询到编号{id}相关参考文献',
selectRef: '选择参考文献',
reference: '参考文献',
cancel: '取消',
confirm: '确认',
remove: '移除'
}