feat: 增加 file 文件上传 50%

This commit is contained in:
YunaiV
2025-04-17 23:30:34 +08:00
parent 54f9d0c10f
commit f6e2dc55ff
11 changed files with 390 additions and 2 deletions

View File

@@ -106,5 +106,14 @@
"backToLogin": "Back to login",
"entry": "Enter the system"
}
},
"upload": {
"upload": "Upload",
"accept": "Support {0} format",
"acceptUpload": "Only upload files in {0} format",
"maxSize": "A single file does not exceed {0}MB",
"maxSizeMultiple": "Only upload files up to {0}MB!",
"maxNumber": "Only upload up to {0} files",
"uploadSuccess": "Upload successfully"
}
}