自动化

This commit is contained in:
2024-12-22 17:11:36 +08:00
parent 3d658f030d
commit dcea82e412
47 changed files with 174271 additions and 5675 deletions

View File

@@ -354,6 +354,9 @@ const en = {
},
commonTable: {
add: 'Add',
preview: 'Preview',
link: 'Positioning',
Typed: 'Typed',
edit: 'Edit',
rows: 'rows',
columns: 'columns',
@@ -361,9 +364,15 @@ const en = {
headerPlaceholder: 'Fill in the header',
typesettingType2: 'Horizontal A4',
typesettingType1: 'Vertical A4',
AnnotationList: 'Annotation List',
Annotations: 'Annotations',
exportWord: 'Export Word',
exportImg: 'Export PNG',
PaperRotation: 'Paper Rotation',
removeAnnotations:'Are you sure you want to delete this Annotation?',
removeContent:'Are you sure you want to delete this content?',
reContent:'Are you sure you want to restore this content?',
uploadImageInfo:'Figures can only upload files in JPG, JPEG, and PNG formats!'
},
}

View File

@@ -347,16 +347,25 @@ const zh = {
},
commonTable: {
add: '新增',
preview: '预览',
positioning: '定位',
edit: '编辑',
Typed: '已排版',
rows: '行',
columns: '列',
table: '表格',
headerPlaceholder: '填写表头',
typesettingType2: '横向 A4',
typesettingType1: '竖向 A4',
AnnotationList: '批注列表',
Annotations: '批注',
exportWord: '导出 Word',
exportImg: '导出 图片',
PaperRotation: '纸张方向',
removeAnnotations:'确定要删除这条批注吗?',
removeContent:'确定要删除这条内容吗?',
reContent:'确定要恢复这条内容吗?',
uploadImageInfo:'Figures 只能上传 JPG、JPEG 和 PNG 格式的文件'
},
}