From d5b07d49cbde1120cc568c41c2dec1d7fda6d8ff Mon Sep 17 00:00:00 2001 From: lande <939134342@qq.com> Date: Wed, 17 Jan 2024 22:06:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dapi=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=97=B6=EF=BC=8C=E6=9C=80=E5=A4=A7=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=96=87=E4=BB=B6=E6=8A=A5=E9=94=99=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=AF=AD=E8=A8=80=E5=8C=85=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=AD=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/lang/zh-cn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/lang/zh-cn.php b/application/api/lang/zh-cn.php index c28bfd3ca..e0531bfd3 100644 --- a/application/api/lang/zh-cn.php +++ b/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' => '操作失败!', -- Gitee