done validation

This commit is contained in:
codev-kuk-mac 2018-10-12 16:04:57 +09:00
parent 43758a7d60
commit a1fda37896

View file

@ -13,67 +13,67 @@ return [
| |
*/ */
'accepted' => 'The :attribute must be accepted.', 'accepted' => ':attribute가 반드시 허용되어야 합니다.',
'active_url' => 'The :attribute is not a valid URL.', 'active_url' => ':attribute가 올바른 URL이 아닙니다.',
'after' => 'The :attribute must be a date after :date.', 'after' => ':attribute는 :date이후 날짜여야 합니다.',
'alpha' => 'The :attribute may only contain letters.', 'alpha' => ':attribute는 문자만 포함해야 합니다.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', 'alpha_dash' => ':attribute는 문자, 숫자, 대시만 포함해야 합니다.',
'alpha_num' => 'The :attribute may only contain letters and numbers.', 'alpha_num' => ':attribute는 문자와 숫자만 포함됩니다.',
'array' => 'The :attribute must be an array.', 'array' => ':attribute는 배열이어야 합니다.',
'before' => 'The :attribute must be a date before :date.', 'before' => ':attribute는 :date이전 날짜여야 합니다.',
'between' => [ 'between' => [
'numeric' => 'The :attribute must be between :min and :max.', 'numeric' => ':attribute는 반드시 :min이상 :max이하여야 합니다.',
'file' => 'The :attribute must be between :min and :max kilobytes.', 'file' => ':attribute는 반드시 :min이상 :max kilobytes이하여야 합니다.',
'string' => 'The :attribute must be between :min and :max characters.', 'string' => ':attribute는 반드시 :min이상 :max 문자 이하여야 합니다.',
'array' => 'The :attribute must have between :min and :max items.', 'array' => ':attribute는 반드시 :min이상 :max이하 항목이어야 합니다.',
], ],
'boolean' => 'The :attribute field must be true or false.', 'boolean' => ':attribute 는 true혹은 false값만 가능합니다.',
'confirmed' => 'The :attribute confirmation does not match.', 'confirmed' => ':attribute 확인이 일치하지 않습니다.',
'date' => 'The :attribute is not a valid date.', 'date' => ':attribute 는 잘못된 날짜입니다.',
'date_format' => 'The :attribute does not match the format :format.', 'date_format' => ':attribute 이 :format 포멧과 일치하지 않습니다.',
'different' => 'The :attribute and :other must be different.', 'different' => ':attribute 와 :other는 반드시 달라야 합니다.',
'digits' => 'The :attribute must be :digits digits.', 'digits' => ':attribute 는 반드시 :digits 숫자(digit)여야 합니다.',
'digits_between' => 'The :attribute must be between :min and :max digits.', 'digits_between' => ':attribute 는 반드시 :min이상 :max이하 숫자여야 합니다.',
'email' => 'The :attribute must be a valid email address.', 'email' => ':attribute 는 반드시 이메일 이어야 합니다.',
'filled' => 'The :attribute field is required.', 'filled' => ':attribute 항목이 꼭 필요합니다.',
'exists' => 'The selected :attribute is invalid.', 'exists' => '선택된 :attribute 은(는) 사용 불가합니다.',
'image' => 'The :attribute must be an image.', 'image' => ':attribute 는 반드시 이미지여야 합니다.',
'in' => 'The selected :attribute is invalid.', 'in' => '선택된 :attribute 은(는) 사용 불가합니다.',
'integer' => 'The :attribute must be an integer.', 'integer' => ':attribute 는 반드시(integer)여야 합니다.',
'ip' => 'The :attribute must be a valid IP address.', 'ip' => ':attribute 는 반드시 IP주소 여야 합니다.',
'max' => [ 'max' => [
'numeric' => 'The :attribute may not be greater than :max.', 'numeric' => ':attribute :max 보다 크면 안됩니다.',
'file' => 'The :attribute may not be greater than :max kilobytes.', 'file' => ':attribute :max kilobytes보다 크면 안됩니다.',
'string' => 'The :attribute may not be greater than :max characters.', 'string' => ':attribute :max 문자보다 길면 안됩니다.',
'array' => 'The :attribute may not have more than :max items.', 'array' => ':attribute :max 를 초과하면 안됩니다.',
], ],
'mimes' => 'The :attribute must be a file of type: :values.', 'mimes' => ':attribute 은(는) 반드시 :values 타입이어야 합니다.',
'min' => [ 'min' => [
'numeric' => 'The :attribute must be at least :min.', 'numeric' => ':attribute 은(는) 최소한 :min 이어야 합니다.',
'file' => 'The :attribute must be at least :min kilobytes.', 'file' => ':attribute 은(는) 최소한 :min kilobytes여야 합니다.',
'string' => 'The :attribute must be at least :min characters.', 'string' => ':attribute 은(는) 최소한 :min 개 문자여야 합니다.',
'array' => 'The :attribute must have at least :min items.', 'array' => ':attribute 은(는) 적어도 :min 개의 항목이어야 합니다.',
], ],
'not_in' => 'The selected :attribute is invalid.', 'not_in' => '선택된 :attribute 는 사용할 수 없습니다',
'numeric' => 'The :attribute must be a number.', 'numeric' => ':attribute 반드시 숫자여야 합니다.',
'regex' => 'The :attribute format is invalid.', 'regex' => ':attribute 포멧이 잘못되었습니다.',
'required' => 'The :attribute field is required.', 'required' => ':attribute 항목은 필수입니다..',
'required_if' => 'The :attribute field is required when :other is :value.', 'required_if' => ':attribute 은(는) :other 가 :value 일때 필수항목입니다.',
'required_with' => 'The :attribute field is required when :values is present.', 'required_with' => ':attribute 은(는) :values 가 있을때 필수항목입니다.',
'required_with_all' => 'The :attribute field is required when :values is present.', 'required_with_all' => ':attribute 은(는) :values 가 있을때 필수항목입니다.',
'required_without' => 'The :attribute field is required when :values is not present.', 'required_without' => ':attribute 은(는) :values 가 없을때 필수항목입니다.',
'required_without_all' => 'The :attribute field is required when none of :values are present.', 'required_without_all' => ':attribute 은(는) :values 가 전혀 없을때 필수항목입니다.',
'same' => 'The :attribute and :other must match.', 'same' => ':attribute 와 :other 은(는) 반드시 일치해야합니다.',
'size' => [ 'size' => [
'numeric' => 'The :attribute must be :size.', 'numeric' => ':attribute 은(는) :size 여야합니다.',
'file' => 'The :attribute must be :size kilobytes.', 'file' => ':attribute 은(는) :size kilobytes여야합니다.',
'string' => 'The :attribute must be :size characters.', 'string' => ':attribute 은(는) :size 문자여야합니다.',
'array' => 'The :attribute must contain :size items.', 'array' => ':attribute 은(는) :size 개 항목을 포함해야 합니다.',
], ],
'string' => 'The :attribute must be a string.', 'string' => ':attribute 문자열이어야 합니다.',
'timezone' => 'The :attribute must be a valid zone.', 'timezone' => ':attribute 정상적인 지역(zone)이어야 합니다.',
'unique' => 'The :attribute has already been taken.', 'unique' => ':attribute 은(는) 이미 사용중입니다..',
'url' => 'The :attribute format is invalid.', 'url' => ':attribute 포멧이 사용 불가합니다.',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@ -88,7 +88,7 @@ return [
'custom' => [ 'custom' => [
'password-confirm' => [ 'password-confirm' => [
'required_with' => 'Password confirmation required', 'required_with' => '비밀번호 확인이 필요합니다.',
], ],
], ],