This commit is contained in:
2026-01-21 14:34:14 +08:00
parent b983c570ea
commit 5c7fbb76fa
20 changed files with 1729 additions and 1080 deletions

View File

@@ -389,9 +389,12 @@ const zh = {
removeAnnotations: '确定要删除这条批注吗?',
removeProofread: '确定要删除这条建议吗?',
removeContent: '确定要删除这条内容吗?',
removeimg: '确定要删除这张图片吗?',
removetable: '确定要删除这个表格吗?',
reContent: '确定要恢复这条内容吗?',
uploadImageInfo: 'Figures 只能上传 JPG、JPEG 和 PNG 格式的文件',
selectComment: '请选择要添加批注的文本',
selectLinkText: '执行图表关联前,请先选定目标文本内容',
selectWord:'请只选中单个单词!',
selectOne:'请只勾选单个段落!',
alreadyCommented:'文本中已有批注内容请重新选择',
@@ -406,8 +409,9 @@ const zh = {
BatchAddcontent: '批量添加内容',
MoveUp: '上移',
MoveDown: '下移',
jump: 'Locate',
editAssociation: 'Edit Association',
jump: '定位',
editAssociation: '编辑关联',
UnbindAssociation: '取消关联',
},
pendingPayment: {
title: 'Title',
@@ -525,7 +529,22 @@ const zh = {
state193: '参考文献JCR1区比例',
state194: '参考文献JCR2区比例',
state21: '文章被引用概率',
},
imageTask: {
"title": "图片任务中心",
"completed": "所有任务处理完毕",
"preparing": "正在准备 {total} 张图片...",
"progress": "处理进度: {current} / {total}",
"allDone": "已成功处理全部 {total} 张任务",
"manualClose": "任务已结束,请手动关闭窗口",
"parsing": "正在解析...",
"uploading": "正在上传...",
"success": "成功",
"tooLarge": "过大跳过(>1MB)",
"error": "失败: {msg}",
"imgLabel": "图"
}
}