This commit is contained in:
2025-10-15 15:08:39 +08:00
parent c3d0aa9f4f
commit 171ddf4761
6 changed files with 2167 additions and 300 deletions

View File

@@ -363,6 +363,9 @@ const en = {
add: 'Add',
delete: 'Delete',
reply: 'Reply',
execute: 'Execute',
revoke: 'Revoke',
solve: 'Solve',
cancelsolve: 'Cancel resolved',
Resolved: 'Resolved',
@@ -382,6 +385,8 @@ const en = {
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?',
reContent: 'Are you sure you want to restore this content?',
uploadImageInfo: 'Figures can only upload files in JPG, JPEG, and PNG formats!',

View File

@@ -354,6 +354,8 @@ const zh = {
commonTable: {
add: '新增',
delete: '删除',
execute: '执行',
revoke: '撤回',
reply: '答复',
solve: '解决',
cancelsolve: '取消解决',
@@ -374,6 +376,7 @@ const zh = {
exportImg: '导出 图片',
PaperRotation: '纸张方向',
removeAnnotations: '确定要删除这条批注吗?',
removeProofread: '确定要删除这条建议吗?',
removeContent: '确定要删除这条内容吗?',
reContent: '确定要恢复这条内容吗?',
uploadImageInfo: 'Figures 只能上传 JPG、JPEG 和 PNG 格式的文件',