提交
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1137,7 +1137,12 @@ const zh = {
|
||||
placeholder: '请输入邮件内容'
|
||||
},
|
||||
wordCite: {
|
||||
notFoundById: '未查询到编号{id}相关参考文献'
|
||||
notFoundById: '未查询到编号{id}相关参考文献',
|
||||
selectRef: '选择参考文献',
|
||||
reference: '参考文献',
|
||||
cancel: '取消',
|
||||
confirm: '确认',
|
||||
remove: '移除'
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user