feat: 文档下载页的i18n适配
This commit is contained in:
@ -81,6 +81,12 @@
|
||||
},
|
||||
"document-meta": {
|
||||
"size": "Size",
|
||||
"format": "Format"
|
||||
"format": "Format",
|
||||
"type": "Type",
|
||||
"upload-at": "Upload at"
|
||||
},
|
||||
"document-action": {
|
||||
"download": "Download",
|
||||
"preview": "Preview"
|
||||
}
|
||||
}
|
||||
|
||||
@ -80,6 +80,12 @@
|
||||
},
|
||||
"document-meta": {
|
||||
"size": "大小",
|
||||
"format": "格式"
|
||||
"format": "格式",
|
||||
"type": "类型",
|
||||
"upload-at": "上传时间"
|
||||
},
|
||||
"document-action": {
|
||||
"download": "下载",
|
||||
"preview": "预览"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user