- 'no_double_extension' => 'The :attribute must only have a single file extension.',
- 'not_in' => '선택된 :attribute 는 사용할 수 없습니다',
- 'not_regex' => 'The :attribute format is invalid.',
- 'numeric' => ':attribute 반드시 숫자여야 합니다.',
- 'regex' => ':attribute 포멧이 잘못되었습니다.',
- 'required' => ':attribute 항목은 필수입니다..',
- 'required_if' => ':attribute 은(는) :other 가 :value 일때 필수항목입니다.',
- 'required_with' => ':attribute 은(는) :values 가 있을때 필수항목입니다.',
- 'required_with_all' => ':attribute 은(는) :values 가 있을때 필수항목입니다.',
- 'required_without' => ':attribute 은(는) :values 가 없을때 필수항목입니다.',
- 'required_without_all' => ':attribute 은(는) :values 가 전혀 없을때 필수항목입니다.',
- 'same' => ':attribute 와 :other 은(는) 반드시 일치해야합니다.',
+ 'no_double_extension' => ':attribute(이)가 단일한 확장자를 가져야 합니다.',
+ 'not_in' => '고른 :attribute(이)가 유효하지 않습니다.',
+ 'not_regex' => ':attribute(은)는 유효하지 않은 형식입니다.',
+ 'numeric' => ':attribute(을)를 숫자로만 구성하세요.',
+ 'regex' => ':attribute(은)는 유효하지 않은 형식입니다.',
+ 'required' => ':attribute(을)를 구성하세요.',
+ 'required_if' => ':other(이)가 :value일 때 :attribute(을)를 구성해야 합니다.',
+ 'required_with' => ':values(이)가 있을 때 :attribute(을)를 구성해야 합니다.',
+ 'required_with_all' => ':values(이)가 모두 있을 때 :attribute(을)를 구성해야 합니다.',
+ 'required_without' => ':values(이)가 없을 때 :attribute(을)를 구성해야 합니다.',
+ 'required_without_all' => ':values(이)가 모두 없을 때 :attribute(을)를 구성해야 합니다.',
+ 'same' => ':attribute(와)과 :other(을)를 똑같이 구성하세요.',