// Standard laravel validation lines
'accepted' => ':attribute(을)를 허용하세요.',
- 'active_url' => ':attribute(을)를 유효한 주소로 구성하세요.',
+ 'active_url' => ':attribute이 유효한 URL이 아닙니다.',
'after' => ':attribute(을)를 :date 후로 설정하세요.',
'alpha' => ':attribute(을)를 문자로만 구성하세요.',
'alpha_dash' => ':attribute(을)를 문자, 숫자, -, _로만 구성하세요.',
'url' => ':attribute(은)는 유효하지 않은 형식입니다.',
'uploaded' => '파일 크기가 서버에서 허용하는 수치를 넘습니다.',
+ 'zip_file' => ':attribute은(는) 컨텐츠 ZIP 파일 내의 객체 유형에 대해 고유해야 합니다.',
+ 'zip_file_mime' => ':attribute은(는) :validTypes, found :foundType 유형의 파일을 참조해야 합니다.',
+ 'zip_model_expected' => '데이터 객체가 필요하지만 ":type" 타입이 발견되었습니다.',
+ 'zip_unique' => ':attribute은(는) 컨텐츠 ZIP 파일 내의 객체 유형에 대해 고유해야 합니다.',
+
// Custom validation lines
'custom' => [
'password-confirm' => [