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