From cd2f4f290ae4c0e402f0d29053e217397354fe6a Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 1 Feb 2026 23:26:12 +0000 Subject: [PATCH] New translations validation.php (Chinese Simplified) --- lang/zh_CN/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/zh_CN/validation.php b/lang/zh_CN/validation.php index 748c8f567..955381ccb 100644 --- a/lang/zh_CN/validation.php +++ b/lang/zh_CN/validation.php @@ -106,7 +106,7 @@ return [ 'uploaded' => '无法上传文件。 服务器可能不接受此大小的文件。', 'zip_file' => ':attribute 需要引用 ZIP 内的文件。', - 'zip_file_size' => 'The file :attribute must not exceed :size MB.', + 'zip_file_size' => ':attribute 不能超过 :size MB 。', 'zip_file_mime' => ':attribute 需要引用类型为 :validTypes 的文件,找到 :foundType 。', 'zip_model_expected' => '预期的数据对象,但找到了 ":type" 。', 'zip_unique' => '对于 ZIP 中的对象类型来说,:attribute 必须是唯一的。',