This commit is contained in:
2026-04-10 15:53:15 +08:00
parent 0a56b16fe4
commit d613aa7d0d
10 changed files with 796 additions and 139 deletions

View File

@@ -1164,6 +1164,7 @@ colTitle: 'Template title',
notFoundById: 'No reference found for citation ID {id}',
selectRef: 'Select Reference',
reference: 'Reference',
originalOrder: 'Original order',
uncited: 'Uncited',
cancel: 'Cancel',
confirm: 'Confirm',
@@ -1178,7 +1179,10 @@ colTitle: 'Template title',
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'
quickPickClear: 'Clear selection',
currentCiteNo: 'Current',
locateInBody: 'Click to scroll to citation in text',
locateInRefHint: 'Highlight this entry in the list below'
}

View File

@@ -1149,6 +1149,7 @@ const zh = {
notFoundById: '未查询到编号{id}相关参考文献',
selectRef: '选择参考文献',
reference: '参考文献',
originalOrder: '原排序',
uncited: '未引用',
cancel: '取消',
confirm: '确认',
@@ -1163,7 +1164,10 @@ const zh = {
removeRefNeedClickCite: '请先在正文中点击要删除的引用角标,再点「移除参考文献」。',
quickPickPlaceholder: '输入如 [5, 6, 10-15] 自动勾选对应参考文献',
quickPickApply: '链接参考文献',
quickPickClear: '清空勾选'
quickPickClear: '清空勾选',
currentCiteNo: '当前序号',
locateInBody: '点击定位正文角标',
locateInRefHint: '在下方列表中高亮该条'
}