- 'boolean' => 'The :attribute field must be true or false.',
- 'confirmed' => 'The :attribute confirmation does not match.',
- 'date' => 'The :attribute is not a valid date.',
- 'date_format' => 'The :attribute does not match the format :format.',
- 'different' => 'The :attribute and :other must be different.',
- 'digits' => 'The :attribute must be :digits digits.',
- 'digits_between' => 'The :attribute must be between :min and :max digits.',
- 'email' => 'The :attribute must be a valid email address.',
- 'filled' => 'The :attribute field is required.',
- 'exists' => 'The selected :attribute is invalid.',
- 'image' => 'The :attribute must be an image.',
- 'in' => 'The selected :attribute is invalid.',
- 'integer' => 'The :attribute must be an integer.',
- 'ip' => 'The :attribute must be a valid IP address.',
+ 'boolean' => ':attribute 는 true혹은 false값만 가능합니다.',
+ 'confirmed' => ':attribute 확인이 일치하지 않습니다.',
+ 'date' => ':attribute 는 잘못된 날짜입니다.',
+ 'date_format' => ':attribute 이 :format 포멧과 일치하지 않습니다.',
+ 'different' => ':attribute 와 :other는 반드시 달라야 합니다.',
+ 'digits' => ':attribute 는 반드시 :digits 숫자(digit)여야 합니다.',
+ 'digits_between' => ':attribute 는 반드시 :min이상 :max이하 숫자여야 합니다.',
+ 'email' => ':attribute 는 반드시 이메일 이어야 합니다.',
+ 'filled' => ':attribute 항목이 꼭 필요합니다.',
+ 'exists' => '선택된 :attribute 은(는) 사용 불가합니다.',
+ 'image' => ':attribute 는 반드시 이미지여야 합니다.',
+ 'in' => '선택된 :attribute 은(는) 사용 불가합니다.',
+ 'integer' => ':attribute 는 반드시(integer)여야 합니다.',
+ 'ip' => ':attribute 는 반드시 IP주소 여야 합니다.',