Browse Source

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

(cherry picked from commit d5b07d49cbde1120cc568c41c2dec1d7fda6d8ff)
lande 1 year ago
parent
commit
403c6a2a7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/lang/zh-cn.php

+ 1 - 1
application/api/lang/zh-cn.php

@@ -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'                               => '操作失败!',