mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
limit the maximum size of upload pictures
This commit is contained in:
@@ -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": "交易分类类型无效",
|
||||
|
||||
Reference in New Issue
Block a user