4 * The following language lines contain the default error messages used by
5 * the validator class. Some of these rules have multiple versions such
6 * as the size rules. Feel free to tweak each of these messages here.
10 // Standard laravel validation lines
11 'accepted' => ':attribute(을)를 허용하세요.',
12 'active_url' => ':attribute이 유효한 URL이 아닙니다.',
13 'after' => ':attribute(을)를 :date 후로 설정하세요.',
14 'alpha' => ':attribute(을)를 문자로만 구성하세요.',
15 'alpha_dash' => ':attribute(을)를 문자, 숫자, -, _로만 구성하세요.',
16 'alpha_num' => ':attribute(을)를 문자, 숫자로만 구성하세요.',
17 'array' => ':attribute(을)를 배열로 구성하세요.',
18 'backup_codes' => '유효하지 않거나 사용 중인 코드입니다.',
19 'before' => ':attribute(을)를 :date 전으로 설정하세요.',
21 'numeric' => ':attribute(을)를 :min~:max(으)로 구성하세요.',
22 'file' => ':attribute(을)를 :min~:max킬로바이트로 구성하세요.',
23 'string' => ':attribute(을)를 :min~:max바이트로 구성하세요.',
24 'array' => ':attribute(을)를 :min~:max개로 구성하세요.',
26 'boolean' => ':attribute(을)를 true나 false로만 구성하세요.',
27 'confirmed' => ':attribute(와)과 다릅니다.',
28 'date' => ':attribute(을)를 유효한 날짜로 구성하세요.',
29 'date_format' => ':attribute(은)는 :format(와)과 다릅니다.',
30 'different' => ':attribute(와)과 :other(을)를 다르게 구성하세요.',
31 'digits' => ':attribute(을)를 :digits자리로 구성하세요.',
32 'digits_between' => ':attribute(을)를 :min~:max자리로 구성하세요.',
33 'email' => ':attribute(을)를 유효한 메일 주소로 구성하세요.',
34 'ends_with' => ':attribute(을)를 :values(으)로 끝나게 구성하세요.',
35 'file' => ':attribute(을)를 유효한 파일로 설정하세요.',
36 'filled' => ':attribute(을)를 구성하세요.',
38 'numeric' => ':attribute(을)를 :value(이)가 넘게 구성하세요.',
39 'file' => ':attribute(을)를 :value킬로바이트가 넘게 구성하세요.',
40 'string' => ':attribute(을)를 :value바이트가 넘게 구성하세요.',
41 'array' => ':attribute(을)를 :value개가 넘게 구성하세요.',
44 'numeric' => ':attribute(을)를 적어도 :value(으)로 구성하세요.',
45 'file' => ':attribute(을)를 적어도 :value킬로바이트로 구성하세요.',
46 'string' => ':attribute(을)를 적어도 :value바이트로 구성하세요.',
47 'array' => ':attribute(을)를 적어도 :value개로 구성하세요..',
49 'exists' => '고른 :attribute(이)가 유효하지 않습니다.',
50 'image' => ':attribute(을)를 이미지로 구성하세요.',
51 'image_extension' => ':attribute(을)를 유효한 이미지 확장자로 구성하세요.',
52 'in' => '고른 :attribute(이)가 유효하지 않습니다.',
53 'integer' => ':attribute(을)를 정수로 구성하세요.',
54 'ip' => ':attribute(을)를 유효한 IP 주소로 구성하세요.',
55 'ipv4' => ':attribute(을)를 유효한 IPv4 주소로 구성하세요.',
56 'ipv6' => ':attribute(을)를 유효한 IPv6 주소로 구성하세요.',
57 'json' => ':attribute(을)를 유효한 JSON으로 구성하세요.',
59 'numeric' => ':attribute(을)를 :value(이)가 안 되게 구성하세요.',
60 'file' => ':attribute(을)를 :value킬로바이트가 안 되게 구성하세요.',
61 'string' => ':attribute(을)를 :value바이트가 안 되게 구성하세요.',
62 'array' => ':attribute(을)를 :value개가 안 되게 구성하세요.',
65 'numeric' => ':attribute(을)를 많아야 :max(으)로 구성하세요.',
66 'file' => ':attribute(을)를 많아야 :max킬로바이트로 구성하세요.',
67 'string' => ':attribute(을)를 많아야 :max바이트로 구성하세요.',
68 'array' => ':attribute(을)를 많아야 :max개로 구성하세요.',
71 'numeric' => ':attribute(을)를 많아야 :max(으)로 구성하세요.',
72 'file' => ':attribute(을)를 많아야 :max킬로바이트로 구성하세요.',
73 'string' => ':attribute(을)를 많아야 :max바이트로 구성하세요.',
74 'array' => ':attribute(을)를 많아야 :max개로 구성하세요.',
76 'mimes' => ':attribute(을)를 :values 형식으로 구성하세요.',
78 'numeric' => ':attribute(을)를 적어도 :value(으)로 구성하세요.',
79 'file' => ':attribute(을)를 적어도 :value킬로바이트로 구성하세요.',
80 'string' => ':attribute(을)를 적어도 :value바이트로 구성하세요.',
81 'array' => ':attribute(을)를 적어도 :value개로 구성하세요..',
83 'not_in' => '고른 :attribute(이)가 유효하지 않습니다.',
84 'not_regex' => ':attribute(은)는 유효하지 않은 형식입니다.',
85 'numeric' => ':attribute(을)를 숫자로만 구성하세요.',
86 'regex' => ':attribute(은)는 유효하지 않은 형식입니다.',
87 'required' => ':attribute(을)를 구성하세요.',
88 'required_if' => ':other(이)가 :value일 때 :attribute(을)를 구성해야 합니다.',
89 'required_with' => ':values(이)가 있을 때 :attribute(을)를 구성해야 합니다.',
90 'required_with_all' => ':values(이)가 모두 있을 때 :attribute(을)를 구성해야 합니다.',
91 'required_without' => ':values(이)가 없을 때 :attribute(을)를 구성해야 합니다.',
92 'required_without_all' => ':values(이)가 모두 없을 때 :attribute(을)를 구성해야 합니다.',
93 'same' => ':attribute(와)과 :other(을)를 똑같이 구성하세요.',
94 'safe_url' => '안전하지 않은 URL입니다.',
96 'numeric' => ':attribute(을)를 :size(으)로 구성하세요.',
97 'file' => ':attribute(을)를 :size킬로바이트로 구성하세요.',
98 'string' => ':attribute(을)를 :size바이트로 구성하세요.',
99 'array' => ':attribute(을)를 :size개로 구성하세요..',
101 'string' => ':attribute(을)를 문자로 구성하세요.',
102 'timezone' => ':attribute(을)를 유효한 시간대로 구성하세요.',
103 'totp' => '유효하지 않거나 만료된 코드입니다.',
104 'unique' => ':attribute(은)는 이미 있습니다.',
105 'url' => ':attribute(은)는 유효하지 않은 형식입니다.',
106 'uploaded' => '파일 크기가 서버에서 허용하는 수치를 넘습니다.',
108 'zip_file' => ':attribute은(는) 컨텐츠 ZIP 파일 내의 객체 유형에 대해 고유해야 합니다.',
109 'zip_file_mime' => ':attribute은(는) :validTypes, found :foundType 유형의 파일을 참조해야 합니다.',
110 'zip_model_expected' => '데이터 객체가 필요하지만 ":type" 타입이 발견되었습니다.',
111 'zip_unique' => ':attribute은(는) 컨텐츠 ZIP 파일 내의 객체 유형에 대해 고유해야 합니다.',
113 // Custom validation lines
115 'password-confirm' => [
116 'required_with' => '같은 패스워드를 다시 입력하세요.',
120 // Custom validation attributes