From 5a58e1010b0bda75e4c5e8c04b6edab0cbd016f8 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 31 Oct 2020 16:58:28 +0000 Subject: [PATCH] New translations validation.php (Korean) --- resources/lang/ko/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/ko/validation.php b/resources/lang/ko/validation.php index 180faa35f..64c4a4345 100644 --- a/resources/lang/ko/validation.php +++ b/resources/lang/ko/validation.php @@ -90,6 +90,7 @@ return [ 'required_without' => ':values(이)가 없을 때 :attribute(을)를 구성해야 합니다.', 'required_without_all' => ':values(이)가 모두 없을 때 :attribute(을)를 구성해야 합니다.', 'same' => ':attribute(와)과 :other(을)를 똑같이 구성하세요.', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => ':attribute(을)를 :size(으)로 구성하세요.', 'file' => ':attribute(을)를 :size킬로바이트로 구성하세요.',