This commit is contained in:
2025-05-29 16:57:07 +08:00
parent 845785686d
commit 5f7f1d992b
18 changed files with 2144 additions and 3696 deletions

View File

@@ -382,7 +382,9 @@ const en = {
uploadImageInfo: 'Figures can only upload files in JPG, JPEG, and PNG formats!',
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!'
alreadyCommented: 'There are already annotations in the text, please select again!',
Multicolumn:'Multicolumn',
singleRow:"single-row",
},
pendingPayment: {
title: 'Title',
@@ -430,7 +432,10 @@ const en = {
"covered": "Research Fields",
"digest": "Summary",
"research_background": "Research Background",
"research_result": "Research Results",
"research_methods": "Research Method",
"research_result": "Results",
"summarize": "Summarize",
"overview": "Overview",
"highlights": "Highlights",
"discussion": "Discussion",
"prospect": "Future Prospects",
@@ -453,13 +458,13 @@ const en = {
"add_author": "Add Author"
},
AIArticleStatusEn: {
AIArticleStatus: {
1: 'WeChat AI content generated',
2: 'WeChat AI content not generated',
3: 'Draft not created',
3: 'The article has been generated, but the draft box has not been pushed yet',
4: 'Draft created but not published',
10: 'WeChat article published successfully',
11: 'WeChat article publishing in progress',
11: 'WeChat article publishing in progress...',
fail: 'WeChat article publishing failed',
unknown: 'Unknown status'
}

View File

@@ -376,6 +376,8 @@ const zh = {
selectComment: '请选择要添加批注的文本',
selectWord:'请只选中单个单词!',
alreadyCommented:'文本中已有批注内容请重新选择',
Multicolumn:'多列',
singleRow:"单列",
},
pendingPayment: {
title: 'Title',
@@ -423,7 +425,10 @@ const zh = {
"covered": "研究学科",
"digest": "摘要",
"research_background": "研究背景",
"research_result": "研究结果",
"research_methods": "研究方法",
"research_result": "结果",
"summarize": "总结",
"overview": "概述",
"highlights": "研究亮点",
"discussion": "讨论",
"prospect": "前景展望",
@@ -448,13 +453,13 @@ const zh = {
AIArticleStatus: {
1: '公微 AI 内容已生成',
2: '公微 AI 内容未生成',
3: '尚未生成草稿',
3: '文章已生成,尚未推送草稿',
4: '草稿已生成,尚未发布',
10: '公微文章已成功发布',
11: '公微文章正在发布中',
11: '公微文章正在发布中...',
fail: '公微文章发布失败',
unknown: '状态未知'
}
},
}