feat: 文档下载页的i18n适配

This commit is contained in:
2025-11-04 14:13:46 +08:00
parent 085fd8bad3
commit b7bb0cfff8
4 changed files with 26 additions and 10 deletions

View File

@ -81,6 +81,12 @@
},
"document-meta": {
"size": "Size",
"format": "Format"
"format": "Format",
"type": "Type",
"upload-at": "Upload at"
},
"document-action": {
"download": "Download",
"preview": "Preview"
}
}

View File

@ -80,6 +80,12 @@
},
"document-meta": {
"size": "大小",
"format": "格式"
"format": "格式",
"type": "类型",
"upload-at": "上传时间"
},
"document-action": {
"download": "下载",
"preview": "预览"
}
}