diff --git a/i18n/locales/en.json b/i18n/locales/en.json
index 0f1d15d..1545a5d 100644
--- a/i18n/locales/en.json
+++ b/i18n/locales/en.json
@@ -81,6 +81,12 @@
},
"document-meta": {
"size": "Size",
- "format": "Format"
+ "format": "Format",
+ "type": "Type",
+ "upload-at": "Upload at"
+ },
+ "document-action": {
+ "download": "Download",
+ "preview": "Preview"
}
}
diff --git a/i18n/locales/zh.json b/i18n/locales/zh.json
index e4df7b0..fd16a2d 100644
--- a/i18n/locales/zh.json
+++ b/i18n/locales/zh.json
@@ -80,6 +80,12 @@
},
"document-meta": {
"size": "大小",
- "format": "格式"
+ "format": "格式",
+ "type": "类型",
+ "upload-at": "上传时间"
+ },
+ "document-action": {
+ "download": "下载",
+ "preview": "预览"
}
}