tijiao
This commit is contained in:
@@ -395,16 +395,19 @@ const en = {
|
||||
typesettingType2: 'Horizontal A4',
|
||||
typesettingType1: 'Vertical A4',
|
||||
AnnotationList: 'Annotation List',
|
||||
Annotations: 'Annotations',
|
||||
Annotations: 'Comments',
|
||||
exportWord: 'Export Word',
|
||||
exportImg: 'Export PNG',
|
||||
PaperRotation: 'Paper Rotation',
|
||||
removeAnnotations: 'Are you sure you want to delete this Annotation?',
|
||||
removeProofread: 'Are you sure to delete this suggestion?',
|
||||
removeContent: 'Are you sure you want to delete this content?',
|
||||
removeimg: 'Are you sure you want to delete this figure?',
|
||||
removetable: 'Are you sure you want to delete this table?',
|
||||
reContent: 'Are you sure you want to restore this content?',
|
||||
uploadImageInfo: 'Figures can only upload files in JPG, JPEG, and PNG formats!',
|
||||
selectComment: 'Please select the text to add annotations to!',
|
||||
selectLinkText: 'Please select the target text content before associating it with a figure or table.',
|
||||
selectWord: 'Please select only a single word!',
|
||||
selectOne: 'Please select only a single paragraph!',
|
||||
alreadyCommented: 'There are already annotations in the text, please select again!',
|
||||
@@ -422,6 +425,7 @@ const en = {
|
||||
MoveDown: 'Move Down',
|
||||
jump: 'Locate',
|
||||
editAssociation: 'Edit Association',
|
||||
UnbindAssociation: 'Unbind Association',
|
||||
},
|
||||
pendingPayment: {
|
||||
title: 'Title',
|
||||
@@ -543,7 +547,24 @@ const en = {
|
||||
|
||||
state194: 'Proportion of references from JCR Q2',
|
||||
state21: 'Probability of article being cited',
|
||||
}
|
||||
},
|
||||
|
||||
imageTask: {
|
||||
"title": "Image Task Center",
|
||||
"completed": "All Tasks Completed",
|
||||
"preparing": "Preparing {total} images...",
|
||||
"progress": "Progress: {current} / {total}",
|
||||
"allDone": "Successfully processed {total} images",
|
||||
"manualClose": "Tasks completed. Please close manually.",
|
||||
"parsing": "Parsing...",
|
||||
"uploading": "Uploading...",
|
||||
"success": "Success",
|
||||
"tooLarge": "Too Large (>1MB)",
|
||||
"error": "Error: {msg}",
|
||||
"imgLabel": "Img"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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": "图"
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user