Skip to content

Commit

Permalink
fix: menu string for retrive metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Mar 3, 2024
1 parent ee20cec commit 1b90896
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- 修改通过标识符更新数据的右键菜单描述。
- 修改文档。

## [1.13.0] - 2024-03-03

### Added
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,12 @@ The plugin has a built-in list of universities in mainland China and their locat

[^gb7714]: Chinese GB/T 7714-2015: <http://www.cessp.org.cn/a258.html>

### Lookup the date, volume, issue, pages, etc according to DOI
### Lookup the date, volume, issue, pages, etc according to identifier

Some items in the Zotero library may be added with incomplete information such as issue volume pages because the translator is not available, or the official publication is not in the journal at the time of record, etc. The plugin provides the ability to complete these fields based on the DOI.

For book, ISBN was use. Preprint will be revised to journal article.

### Fill in the language of the item according to its title

The plugin determines the language of an item based on its title and fills in the "Language" field, which is important for CSL to perform bilingual layout of the bibliography (e.g., et al and 等 mixed). [^csl-etal] .
Expand Down
4 changes: 2 additions & 2 deletions addon/locale/en-US/addon.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ menuitem-stdFormatFlow = Lint and Fix
menuitem-setPublicationTitle = Fix Alias and Capitalization of publicationTitle
menuitem-setJournalAbbr = Look up Journal Abbreviations
menuitem-setPlace = Look up University Places
menuitem-retriveFields = Retrieve Fields via DOI
menuitem-retriveFields = Retrieve Fields via Identifier
menuitem-getFieldsByDOIForBlack = Retrieve Blank Fields Only
menuitem-getFieldsByDOIForSelected = Retrieve Selected Fields Only
menuitem-getFieldsByDOIForAll = Retrieve All Fields Only
menuitem-getFieldsByDOIForAll = Retrieve All Fields
menuitem-getFieldsByDOIForBlackAndLint = Retrieve Blank Fields and Lint
menuitem-getFieldsByDOIForSelectedAndLint = Retrieve Selected Fields and Lint
menuitem-getFieldsByDOIForAllAndLint = Retrieve All Fields and Lint
Expand Down
10 changes: 5 additions & 5 deletions addon/locale/zh-CN/addon.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ menuitem-stdFormatFlow = Lint 并修复
menuitem-setPublicationTitle = 修正期刊标题的别称和大小写
menuitem-setJournalAbbr = 自动填充期刊缩写
menuitem-setPlace = 填充高校所在地
menuitem-retriveFields = 根据 DOI 更新字段
menuitem-getFieldsByDOIForBlack = 仅更新字段(空白的)
menuitem-retriveFields = 根据标识符更新字段
menuitem-getFieldsByDOIForBlack = 更新空白字段
menuitem-getFieldsByDOIForSelected = 仅更新字段(选定)
menuitem-getFieldsByDOIForAll = 仅更新字段(所有)
menuitem-getFieldsByDOIForBlackAndLint = 更新字段并 Lint(空白的)
menuitem-getFieldsByDOIForAll = 更新所有字段
menuitem-getFieldsByDOIForBlackAndLint = 更新空白字段并 Lint
menuitem-getFieldsByDOIForSelectedAndLint = 更新字段并 Lint(选定)
menuitem-getFieldsByDOIForAllAndLint = 仅更新字段并 Lint(所有)
menuitem-getFieldsByDOIForAllAndLint = 仅更新所有字段并 Lint
menuitem-setDoi = 去除 DOI 网址前缀
menuitem-setDate = 统一日期格式为 ISO 格式
menuitem-remove-zeros = 去除期卷页中的前导 0
Expand Down
4 changes: 3 additions & 1 deletion docs/README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,12 @@ Zotero 文档建议将标题存储为“句子式大写”的格式,这将有

[^gb7714]: <http://www.cessp.org.cn/a258.html>

### 根据 DOI 补全条目的期、卷、页等信息
### 根据标识符补全条目的期、卷、页等信息

部分条目在添加时可能因为转换器未获取到、录入时未正式见刊等原因,导致期卷页等信息不完整,插件提供了根据 DOI 补全这些字段的功能。

对于书籍,可通过 ISBN 更新数据。预印本支持转为期刊文章(若有)。

### 自动填写条目语言

插件根据条目的标题判断其语言,并将识别结果填入“语言字段”,这对于 CSL 完成参考文献表双语排版(如 et al 与 等 混排)非常重要。[^csl-etal]
Expand Down

0 comments on commit 1b90896

Please sign in to comment.