This commit is contained in:
2025-07-01 17:09:55 +08:00
parent b6f7cf7d3b
commit 2765edb0de
4 changed files with 668 additions and 57 deletions

View File

@@ -384,8 +384,8 @@ const en = {
selectComment: 'Please select the text to add annotations to!',
selectWord: 'Please select only a single word',
alreadyCommented: 'There are already annotations in the text, please select again!',
Multicolumn:'Multicolumn',
singleRow:"single-row",
Multicolumn: 'Multicolumn',
singleRow: "single-row",
},
pendingPayment: {
title: 'Title',
@@ -468,7 +468,39 @@ const en = {
11: 'WeChat article publishing in progress...',
fail: 'WeChat article publishing failed',
unknown: 'Unknown status'
}
},
aiReview: {
Explain: 'Explain',
state0: 'Journal Scope Assessment',
state1: 'Journal Scope Explanation',
state2: 'Scientific and Innovative Assessment',
state3: 'Scientific and Innovative Explanation',
state4: 'Contradiction Assessment',
state5: 'Contradiction Explanation',
state6: 'Unreasonable Assessment',
state7: 'Unreasonable Explanation',
state8: 'Ethics Assessment',
state9: 'Ethics Explanation',
state10: 'Academic Misconduct Assessment',
state11: 'Academic Misconduct Explanation',
state12: 'Conclusion Assessment',
state13: 'Conclusion Explanation',
state14: 'Fund Number',
state15: 'Article Hotspot',
state16: 'Review Direction',
state17: 'AI Publishing Suggestion',
state18: 'Review Time',
state19: 'Reference Evaluation',
state20: 'Clinical registration number and informed consent assessment',
state191: 'Proportion of references from the past three years',
state192: 'Proportion of references from the past five years',
state193: 'Proportion of references from JCR Q1',
state194: 'Proportion of references from JCR Q2',
state21: 'Probability of article being cited',
}
}

View File

@@ -461,6 +461,35 @@ const zh = {
fail: '公微文章发布失败',
unknown: '状态未知'
},
aiReview: {
Explain: '解释',
state0: '期刊范围评估',
state1: '期刊范围解释',
state2: '科学性及创新性评估',
state3: '科学性及创新性解释',
state4: '矛盾评估',
state5: '矛盾解释',
state6: '不合理评估',
state7: '不合理解释',
state8: '伦理号评估',
state9: '伦理号解释',
state10: '学术不端评估',
state11: '学术不端解释',
state12: '结论的评估',
state13: '结论的解释',
state14: '基金号',
state15: '文章热点',
state16: '送审方向',
state17: 'AI发表建议',
state18: '审核时间',
state19: '参考文献评估',
state20: '临床注册号和知情同意书评估',
state191: '近三年参考文献的比例',
state192: '近五年参考文献的比例',
state193: '参考文献JCR1区比例',
state194: '参考文献JCR2区比例',
state21: '文章被引用概率',
}
}