limit the maximum size of upload pictures

This commit is contained in:
MaysWind
2024-09-06 23:34:35 +08:00
parent 2dddb77ca4
commit 9622d5de06
8 changed files with 30 additions and 0 deletions
+2
View File
@@ -1008,6 +1008,7 @@
"user avatar not exists": "用户头像不存在",
"user avatar not set": "用户没有设置头像",
"user avatar file extension invalid": "用户头像文件扩展名无效",
"exceed the maximum size of user avatar file": "上传的用户头像超出了允许的最大文件大小",
"unauthorized access": "未授权的登录",
"current token is invalid": "当前认证令牌无效",
"current token is expired": "当前认证令牌已过期",
@@ -1067,6 +1068,7 @@
"cannot use hidden transaction tag": "您不能使用隐藏的交易标签",
"transaction has too many tags": "交易中的标签过多",
"transaction has too many pictures": "交易中的图片过多",
"exceed the maximum size of transaction picture file": "上传的交易图片超出了允许的最大文件大小",
"transaction category id is invalid": "交易分类ID无效",
"transaction category not found": "交易分类不存在",
"transaction category type is invalid": "交易分类类型无效",