X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a3cf45cfb6078e014b84d10d80ca6f5242acd33f..refs/pull/3247/head:/resources/lang/ko/validation.php diff --git a/resources/lang/ko/validation.php b/resources/lang/ko/validation.php index 180faa35f..ef8328103 100644 --- a/resources/lang/ko/validation.php +++ b/resources/lang/ko/validation.php @@ -15,6 +15,7 @@ return [ 'alpha_dash' => ':attribute(을)를 문자, 숫자, -, _로만 구성하세요.', 'alpha_num' => ':attribute(을)를 문자, 숫자로만 구성하세요.', 'array' => ':attribute(을)를 배열로 구성하세요.', + 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => ':attribute(을)를 :date 전으로 설정하세요.', 'between' => [ 'numeric' => ':attribute(을)를 :min~:max(으)로 구성하세요.', @@ -78,7 +79,6 @@ return [ 'string' => ':attribute(을)를 적어도 :value바이트로 구성하세요.', 'array' => ':attribute(을)를 적어도 :value개로 구성하세요..', ], - 'no_double_extension' => ':attribute(이)가 단일한 확장자를 가져야 합니다.', 'not_in' => '고른 :attribute(이)가 유효하지 않습니다.', 'not_regex' => ':attribute(은)는 유효하지 않은 형식입니다.', 'numeric' => ':attribute(을)를 숫자로만 구성하세요.', @@ -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킬로바이트로 구성하세요.', @@ -98,6 +99,7 @@ return [ ], 'string' => ':attribute(을)를 문자로 구성하세요.', 'timezone' => ':attribute(을)를 유효한 시간대로 구성하세요.', + 'totp' => 'The provided code is not valid or has expired.', 'unique' => ':attribute(은)는 이미 있습니다.', 'url' => ':attribute(은)는 유효하지 않은 형식입니다.', 'uploaded' => '파일 크기가 서버에서 허용하는 수치를 넘습니다.',