Add new file activity.

This commit is contained in:
2025-07-13 16:12:03 +08:00
parent 65fe85e6c1
commit e9f6e1968e
12 changed files with 145 additions and 24 deletions

View File

@@ -234,6 +234,7 @@ export const i18nData = {
"Comment Details": "Comment Details",
"Posted a comment": "Posted a comment",
"Resources": "Resources",
"Added a new file": "Added a new file",
},
},
"zh-CN": {
@@ -461,6 +462,7 @@ export const i18nData = {
"Posted a comment": "发布了一个评论",
"Resources": "资源",
"Added a new file": "添加了新文件",
},
},
"zh-TW": {
@@ -688,6 +690,7 @@ export const i18nData = {
"Posted a comment": "發布了評論",
"Resources": "資源",
"Added a new file": "添加了新檔案",
},
},
};