提交
This commit is contained in:
@@ -1152,12 +1152,17 @@ colTitle: 'Template title',
|
||||
placeholder: 'Please enter email content'
|
||||
},
|
||||
wordCite: {
|
||||
noRefs: 'Reference list is not loaded yet. Please wait or refresh the page.',
|
||||
notFoundById: 'No reference found for citation ID {id}',
|
||||
selectRef: 'Select Reference',
|
||||
reference: 'Reference',
|
||||
cancel: 'Cancel',
|
||||
confirm: 'Confirm',
|
||||
remove: 'Remove'
|
||||
remove: 'Remove',
|
||||
selected: 'Selected',
|
||||
modifyRef: 'Edit citation',
|
||||
removeRefTag: 'Remove citation',
|
||||
citeUpdateFail: 'Could not update the citation in the text. Try again or use Edit.'
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1137,12 +1137,17 @@ const zh = {
|
||||
placeholder: '请输入邮件内容'
|
||||
},
|
||||
wordCite: {
|
||||
noRefs: '参考文献列表尚未加载,请稍候再试或刷新页面',
|
||||
notFoundById: '未查询到编号{id}相关参考文献',
|
||||
selectRef: '选择参考文献',
|
||||
reference: '参考文献',
|
||||
cancel: '取消',
|
||||
confirm: '确认',
|
||||
remove: '移除'
|
||||
remove: '移除',
|
||||
selected: '已选择',
|
||||
modifyRef: '修改引用',
|
||||
removeRefTag: '移除引用',
|
||||
citeUpdateFail: '未能更新正文中的引用标签,请重试或进入编辑修改'
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user