From 8695dfe0786903071884e23f752dd6989eee5aa7 Mon Sep 17 00:00:00 2001 From: Dan Brown <ssddanbrown@googlemail.com> Date: Mon, 7 Dec 2020 14:20:19 +0000 Subject: [PATCH] New translations validation.php (Chinese Simplified) --- resources/lang/zh_CN/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/zh_CN/validation.php b/resources/lang/zh_CN/validation.php index 7854c0899..8bb8a207a 100644 --- a/resources/lang/zh_CN/validation.php +++ b/resources/lang/zh_CN/validation.php @@ -90,7 +90,7 @@ return [ 'required_without' => '当:values不存在时,:attribute 字段是必需的。', 'required_without_all' => '当:values均不存在时,:attribute 字段是必需的。', 'same' => ':attribute 与 :other 必须匹配。', - 'safe_url' => 'The provided link may not be safe.', + 'safe_url' => '提供的链接可能不安全。', 'size' => [ 'numeric' => ':attribute 必须为:size。', 'file' => ':attribute 必须为:size KB。',