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'
}