期刊数据图

This commit is contained in:
2024-08-02 17:13:49 +08:00
parent be5e6ed028
commit 5a42f8fa01
5 changed files with 870 additions and 25 deletions

View File

@@ -52,7 +52,7 @@ const en = {
reviewerimporterror: 'import error',
monitor: 'Monitor',
monitor1: 'Manuscript situation',
document:'Manuscript List',
document: 'Manuscript List',
chief: 'Chief editor',
chief1: 'Chief editor list',
chief2: 'Journal list',
@@ -94,7 +94,9 @@ const en = {
userManSys9: 'Editors & Staff',
userManSys11: 'Journal Agreement',
analyp: 'Manager',
datasis: 'Journal Data Statistics',
analysis: 'Journal Evaluation System',
evaluationsis: 'Journal Evaluation Statistics',
rev_ewer: 'Reviewer',
rev_ewer1: 'Peer Review',
rev_ewer2: 'Review History',
@@ -124,13 +126,13 @@ const en = {
mailbox3: 'Mailbox template',
tools: 'Assistant tools',
ReArticles: 'Rejected Manuscripts', // 被拒稿件
editorialBoard:'Boss System',
editorialBoard1:'Board Management',
editorialBoard2:'Young Scientist Management',
editorialBoard3:'Journal Management',
chiefInspector:'Chief Inspector',
journalArticleCount:'Journal Article Count',
managingDirector:'Managing Director'
editorialBoard: 'Boss System',
editorialBoard1: 'Board Management',
editorialBoard2: 'Young Scientist Management',
editorialBoard3: 'Journal Management',
chiefInspector: 'Chief Inspector',
journalArticleCount: 'Journal Article Count',
managingDirector: 'Managing Director'
},
home: {
authortop: 'Author guide',
@@ -147,6 +149,17 @@ const en = {
act1: 'Dealing',
act2: 'Finished'
},
evaluationsis: {
EmploymentRate: 'Employment Rate',
contry: 'Contry',
zr: 'To Change Into',
zc: 'Transfer Out',
articles: 'Total Number Of Articles',
boardMembers: 'Number Of Editorial Board Members',
InternationalDistributionNumber: 'International Distribution Of Editorial Board Members',
InternationalDistributionTotal: 'total',
InternationalDistributionArticles: 'International Distribution Of Articles',
},
charact: {
role: 'Role',
role1: 'Role editor',
@@ -154,17 +167,17 @@ const en = {
role3: 'Reviewer',
role4: 'Youth editorial board',
},
journalArticleCount:{
yearTitle:'Total annual submission volume',
monthTitle:'Monthly submission volume',
dataTitle:'Submission volume',
journalArticleCount: {
yearTitle: 'Total annual submission volume',
monthTitle: 'Monthly submission volume',
dataTitle: 'Submission volume',
},
journalArticleTable:{
title:'journal',
time:'time',
},protocol:{
PublishingAgreementInfo:'Please enter the publishing agreement'
journalArticleTable: {
title: 'journal',
time: 'time',
}, protocol: {
PublishingAgreementInfo: 'Please enter the publishing agreement'
}
}

View File

@@ -93,7 +93,9 @@ const zh = {
userManSys9: '期刊编辑',
userManSys11: '期刊协议',
analyp: '管理',
datasis: '数据统计',
analysis: '引用统计',
evaluationsis: '评价统计',
rev_ewer: '审稿人',
rev_ewer1: '审稿',
rev_ewer2: '审稿记录',
@@ -146,6 +148,24 @@ const zh = {
act1: '审查中',
act2: '已完结'
},
evaluationsis: {
EmploymentRate: '录用率',
contry: '国家',
articles: '全部文章数',
zr: '转入',
zc: '转出',
boardMembers: '编委人数',
InternationalDistributionNumber: '编委国际化分布',
InternationalDistributionArticles: '文章国际化分布',
InternationalDistributionTotal: '总计',
},
charact: {
role: '角色',
role1: '主编',
@@ -156,12 +176,12 @@ const zh = {
yearTitle: '年度总投稿量',
monthTitle: '月度投稿量', dataTitle: '投稿量',
},
journalArticleTable:{
title:'期刊',
time:'时间',
},protocol:{
PublishingAgreementInfo:'请输入出版协议'
journalArticleTable: {
title: '期刊',
time: '时间',
}, protocol: {
PublishingAgreementInfo: '请输入出版协议'
}
}