perf: koko translate

pull/15212/head
feng 2025-04-15 17:22:52 +08:00 committed by ZhaoJiSen
parent ce3daf5496
commit e286997090
2 changed files with 12 additions and 2 deletions

View File

@ -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"
}

View File

@ -86,5 +86,10 @@
"Writable": "可写",
"TransferHistory": "传输历史",
"FileManagement": "文件管理",
"PermissionDenied": "没有权限"
"PermissionDenied": "没有权限",
"Downloading": "正在下载",
"UploadProgress": "上传进度",
"CancelFileUpload": "取消文件上传",
"FileUploadInterrupted": "文件上传中断",
"DownloadProgress": "下载进度"
}