添加作者和年份

This commit is contained in:
2024-08-19 15:02:19 +08:00
parent c7c99d3679
commit 8d94ba0bb9
3 changed files with 66 additions and 30 deletions

View File

@@ -187,7 +187,7 @@ const en = {
Cancel: 'Cancel',
Prompt: '提示',
Prompt: 'Prompt',
},citeList: {
}, citeList: {
refresh: 'Check',
search: 'Search',
yes: 'Yes',
@@ -214,9 +214,15 @@ const en = {
dialogQueryButton: 'Search',
dialogQueryButtonInfo: 'You can click the "Search" on the right to automatically identify and quickly fill in all the current fields',
dialogQueryButtonErrInfo: 'You can click the "Search" on the right to automatically identify and quickly fill in all the current fields',
rulesDoiInfo:'Please enter Doi',
rulesJournalInfo:'Please enter the journal title',
rulesArticleInfo:'Please enter the article title',
rulesDoiInfo: 'Please enter Doi',
rulesJournalInfo: 'Please enter the journal title',
rulesAuthorInfo: 'Please enter the author',
rulesVolInfo: 'Please enter the publication time',
rulesArticleInfo: 'Please enter the article title',
authorInfo: 'Six or less authors are required to list all authors while more than six authors are required to list three of them with “et al”.',
author: 'Author(s)',
publicationTime: 'Year',
publicationTimeInfo: 'Year;Volume(issue):Inclusive page numbers.',
},
}