提交
This commit is contained in:
@@ -1160,6 +1160,7 @@ colTitle: 'Template title',
|
||||
},
|
||||
wordCite: {
|
||||
noRefs: 'Reference list is not loaded yet. Please wait or refresh the page.',
|
||||
missingBoundRef: 'The bound reference no longer exists. Please cite again.',
|
||||
notFoundById: 'No reference found for citation ID {id}',
|
||||
selectRef: 'Select Reference',
|
||||
reference: 'Reference',
|
||||
@@ -1168,8 +1169,15 @@ colTitle: 'Template title',
|
||||
remove: 'Remove',
|
||||
selected: 'Selected',
|
||||
modifyRef: 'Edit citation',
|
||||
removeRefTag: 'Remove citation',
|
||||
citeUpdateFail: 'Could not update the citation in the text. Try again or use Edit.'
|
||||
removeRefTag: 'Reference remove',
|
||||
citeUpdateFail: 'Could not update the citation in the text. Try again or use Edit.',
|
||||
matchBracketRefs: 'Auto-link References',
|
||||
matchBracketRefsDone: 'Converted {n} bracket citation(s) to autocite.',
|
||||
matchBracketRefsNone: "No active citation links were detected in the text. To enable automatic numbering, please use the 'Reference' tool to link your sources.",
|
||||
removeRefNeedClickCite: 'Click a citation in the text first, then choose Reference remove.',
|
||||
quickPickPlaceholder: 'Enter e.g. [5, 6, 10-15] to auto-select',
|
||||
quickPickApply: 'Link References',
|
||||
quickPickClear: 'Clear selection'
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1145,6 +1145,7 @@ const zh = {
|
||||
},
|
||||
wordCite: {
|
||||
noRefs: '参考文献列表尚未加载,请稍候再试或刷新页面',
|
||||
missingBoundRef: '当前绑定的参考文献不存在,请重新引用',
|
||||
notFoundById: '未查询到编号{id}相关参考文献',
|
||||
selectRef: '选择参考文献',
|
||||
reference: '参考文献',
|
||||
@@ -1153,8 +1154,15 @@ const zh = {
|
||||
remove: '移除',
|
||||
selected: '已选择',
|
||||
modifyRef: '修改引用',
|
||||
removeRefTag: '移除引用',
|
||||
citeUpdateFail: '未能更新正文中的引用标签,请重试或进入编辑修改'
|
||||
removeRefTag: '移除参考文献',
|
||||
citeUpdateFail: '未能更新正文中的引用标签,请重试或进入编辑修改',
|
||||
matchBracketRefs: '自动链接参考文献',
|
||||
matchBracketRefsDone: '已转换 {n} 处 [n] 为可点击角标',
|
||||
matchBracketRefsNone: '正文中未检测到可转换的纯文本引用 [n]。若要自动编号并关联参考文献,请使用工具栏中的「Reference」插入引用。',
|
||||
removeRefNeedClickCite: '请先在正文中点击要删除的引用角标,再点「移除参考文献」。',
|
||||
quickPickPlaceholder: '输入如 [5, 6, 10-15] 自动勾选对应参考文献',
|
||||
quickPickApply: '链接参考文献',
|
||||
quickPickClear: '清空勾选'
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user