修复api上传文件时,最大上传文件报错,不显示语言包的提示语的bug

(cherry picked from commit d5b07d49cb)
pull/460/MERGE
lande 2024-01-17 22:06:13 +08:00 committed by F4nniu
parent 42e91e10e6
commit 403c6a2a7d
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ return [
'You can only upload a maximum of %s files' => '你最多允许上传 %s 个文件',
'You can\'t upload files of this type' => '不允许上传的文件类型',
'Server responded with %s code' => '服务端响应(Code:%s)',
'File is too big (%sMiB), Max filesize: %sMiB' => '当前上传(%sM),最大允许上传文件大小:%sM',
'File is too big (%sMiB), Max filesize: %sMiB.' => '当前上传(%sM),最大允许上传文件大小:%sM',
'Redirect now' => '立即跳转',
'Operation completed' => '操作成功!',
'Operation failed' => '操作失败!',