From e286997090939329f543665742de8e5f7a42e686 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Tue, 15 Apr 2025 17:22:52 +0800 Subject: [PATCH] perf: koko translate --- apps/i18n/koko/en.json | 7 ++++++- apps/i18n/koko/zh.json | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/apps/i18n/koko/en.json b/apps/i18n/koko/en.json index b7a937806..253e60354 100644 --- a/apps/i18n/koko/en.json +++ b/apps/i18n/koko/en.json @@ -86,5 +86,10 @@ "Writable": "Writable", "TransferHistory": "Transfer history", "FileManagement": "File", - "PermissionDenied": "Permission denied" + "PermissionDenied": "Permission denied", + "Downloading": "Downloading", + "UploadProgress": "Upload progress", + "CancelFileUpload": "Cancel file upload", + "FileUploadInterrupted": "File upload interrupted", + "DownloadProgress": "Download progress" } \ No newline at end of file diff --git a/apps/i18n/koko/zh.json b/apps/i18n/koko/zh.json index a63687338..09b0c7ce1 100644 --- a/apps/i18n/koko/zh.json +++ b/apps/i18n/koko/zh.json @@ -86,5 +86,10 @@ "Writable": "可写", "TransferHistory": "传输历史", "FileManagement": "文件管理", - "PermissionDenied": "没有权限" + "PermissionDenied": "没有权限", + "Downloading": "正在下载", + "UploadProgress": "上传进度", + "CancelFileUpload": "取消文件上传", + "FileUploadInterrupted": "文件上传中断", + "DownloadProgress": "下载进度" } \ No newline at end of file