| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- <?php
- return [
- 'accepted' => ':attribute는(은) 수락되어야 합니다.',
- 'accepted_if' => ':other가 :value일 때 :attribute는(은) 수락되어야 합니다.',
- 'active_url' => ':attribute는(은) 유효한 URL이 아닙니다.',
- 'after' => ':attribute는(은) :date 이후의 날짜여야 합니다.',
- 'after_or_equal' => ':attribute는(은) :date 이후 또는 같은 날짜여야 합니다.',
- 'alpha' => ':attribute는(은) 문자만 포함해야 합니다.',
- 'alpha_dash' => ':attribute는(은) 문자, 숫자, 하이픈 및 밑줄만 포함해야 합니다.',
- 'alpha_num' => ':attribute는(은) 문자와 숫자만 포함해야 합니다.',
- 'array' => ':attribute는(은) 배열이어야 합니다.',
- 'ascii' => ':attribute는(은) 단일 바이트 알파벳 숫자 및 기호만 포함해야 합니다.',
- 'before' => ':attribute는(은) :date 이전의 날짜여야 합니다.',
- 'before_or_equal' => ':attribute는(은) :date 이전 또는 같은 날짜여야 합니다.',
- 'between' => [
- 'array' => ':attribute는(은) :min에서 :max개의 항목을 가져야 합니다.',
- 'file' => ':attribute는(은) :min에서 :max킬로바이트 사이여야 합니다.',
- 'numeric' => ':attribute는(은) :min에서 :max 사이여야 합니다.',
- 'string' => ':attribute는(은) :min에서 :max자 사이여야 합니다.',
- ],
- 'boolean' => ':attribute 필드는 true 또는 false이어야 합니다.',
- 'confirmed' => ':attribute 확인이 일치하지 않습니다.',
- 'current_password' => '비밀번호가 올바르지 않습니다.',
- 'date' => ':attribute는(은) 유효한 날짜가 아닙니다.',
- 'date_equals' => ':attribute는(은) :date와 같은 날짜여야 합니다.',
- 'date_format' => ':attribute는(은) :format 형식과 일치하지 않습니다.',
- 'decimal' => ':attribute는(은) :decimal 자리수의 소수점이 있어야 합니다.',
- 'declined' => ':attribute는(은) 거부되어야 합니다.',
- 'declined_if' => ':other가 :value일 때 :attribute는(은) 거부되어야 합니다.',
- 'different' => ':attribute와(과) :other는(은) 달라야 합니다.',
- 'digits' => ':attribute는(은) :digits 자리여야 합니다.',
- 'digits_between' => ':attribute는(은) :min에서 :max 자리 사이여야 합니다.',
- 'dimensions' => ':attribute는(은) 유효하지 않은 이미지 크기를 가지고 있습니다.',
- 'distinct' => ':attribute 필드는 중복된 값을 가지고 있습니다.',
- 'doesnt_end_with' => ':attribute는(은) 다음 중 하나로 끝나서는 안 됩니다: :values.',
- 'doesnt_start_with' => ':attribute는(은) 다음 중 하나로 시작해서는 안 됩니다: :values.',
- 'email' => ':attribute는(은) 유효한 이메일 주소여야 합니다.',
- 'ends_with' => ':attribute는(은) 다음 중 하나로 끝나야 합니다: :values.',
- 'enum' => '선택한 :attribute는(은) 유효하지 않습니다.',
- 'exists' => '선택한 :attribute는(은) 유효하지 않습니다.',
- 'file' => ':attribute는(은) 파일이어야 합니다.',
- 'filled' => ':attribute 필드는 값이 있어야 합니다.',
- 'gt' => [
- 'array' => ':attribute는(은) :value 개 이상의 항목을 가져야 합니다.',
- 'file' => ':attribute는(은) :value 킬로바이트보다 커야 합니다.',
- 'numeric' => ':attribute는(은) :value보다 커야 합니다.',
- 'string' => ':attribute는(은) :value자보다 커야 합니다.',
- ],
- 'gte' => [
- 'array' => ':attribute는(은) :value 개 이상의 항목을 가져야 합니다.',
- 'file' => ':attribute는(은) :value 킬로바이트 이상이어야 합니다.',
- 'numeric' => ':attribute는(은) :value 이상이어야 합니다.',
- 'string' => ':attribute는(은) :value자 이상이어야 합니다.',
- ],
- 'image' => ':attribute는(은) 이미지여야 합니다.',
- 'in' => '선택한 :attribute는(은) 유효하지 않습니다.',
- 'in_array' => ':attribute 필드는 :other에 존재하지 않습니다.',
- 'integer' => ':attribute는(은) 정수여야 합니다.',
- 'ip' => ':attribute는(은) 유효한 IP 주소여야 합니다.',
- 'ipv4' => ':attribute는(은) 유효한 IPv4 주소여야 합니다.',
- 'ipv6' => ':attribute는(은) 유효한 IPv6 주소여야 합니다.',
- 'json' => ':attribute는(은) 유효한 JSON 문자열이어야 합니다.',
- 'lowercase' => ':attribute는(은) 소문자여야 합니다.',
- 'lt' => [
- 'array' => ':attribute는(은) :value 개 미만의 항목을 가져야 합니다.',
- 'file' => ':attribute는(은) :value 킬로바이트보다 작아야 합니다.',
- 'numeric' => ':attribute는(은) :value보다 작아야 합니다.',
- 'string' => ':attribute는(은) :value자 미만이어야 합니다.',
- ],
- 'lte' => [
- 'array' => ':attribute는(은) :value 개 이상의 항목을 가져서는 안 됩니다.',
- 'file' => ':attribute는(은) :value 킬로바이트 이하이어야 합니다.',
- 'numeric' => ':attribute는(은) :value 이하이어야 합니다.',
- 'string' => ':attribute는(은) :value자 이하이어야 합니다.',
- ],
- 'mac_address' => ':attribute는(은) 유효한 MAC 주소여야 합니다.',
- 'max' => [
- 'array' => ':attribute는(은) :max 개 이상의 항목을 가질 수 없습니다.',
- 'file' => ':attribute는(은) :max 킬로바이트를 초과할 수 없습니다.',
- 'numeric' => ':attribute는(은) :max보다 클 수 없습니다.',
- 'string' => ':attribute는(은) :max자보다 클 수 없습니다.',
- ],
- 'max_digits' => ':attribute는(은) :max 자리수를 초과할 수 없습니다.',
- 'mimes' => ':attribute는(은) 다음 유형의 파일이어야 합니다: :values.',
- 'mimetypes' => ':attribute는(은) 다음 유형의 파일이어야 합니다: :values.',
- 'min' => [
- 'array' => ':attribute는(은) 최소한 :min 개의 항목을 가져야 합니다.',
- 'file' => ':attribute는(은) 최소한 :min 킬로바이트여야 합니다.',
- 'numeric' => ':attribute는(은) 최소한 :min 이어야 합니다.',
- 'string' => ':attribute는(은) 최소한 :min 자여야 합니다.',
- ],
- 'min_digits' => ':attribute는(은) 최소한 :min 자리수를 가져야 합니다.',
- 'missing' => ':attribute 필드는 없어야 합니다.',
- 'missing_if' => ':other가 :value일 때 :attribute 필드는 없어야 합니다.',
- 'missing_unless' => ':other가 :value가 아니면 :attribute 필드는 없어야 합니다.',
- 'missing_with' => ':values가 존재할 때 :attribute 필드는 없어야 합니다.',
- 'missing_with_all' => ':values가 존재할 때 :attribute 필드는 없어야 합니다.',
- 'multiple_of' => ':attribute는(은) :value의 배수여야 합니다.',
- 'not_in' => '선택한 :attribute는(은) 유효하지 않습니다.',
- 'not_regex' => ':attribute 형식이 유효하지 않습니다.',
- 'numeric' => ':attribute는(은) 숫자여야 합니다.',
- 'password' => [
- 'letters' => ':attribute에는 최소한 하나의 문자가 포함되어야 합니다.',
- 'mixed' => ':attribute에는 최소한 하나의 대문자와 하나의 소문자가 포함되어야 합니다.',
- 'numbers' => ':attribute에는 최소한 하나의 숫자가 포함되어야 합니다.',
- 'symbols' => ':attribute에는 최소한 하나의 기호가 포함되어야 합니다.',
- 'uncompromised' => '주어진 :attribute가 데이터 유출에 노출되었습니다. 다른 :attribute를 선택해 주세요.',
- ],
- 'present' => ':attribute 필드는 존재해야 합니다.',
- 'prohibited' => ':attribute 필드는 금지되어 있습니다.',
- 'prohibited_if' => ':other가 :value일 때 :attribute 필드는 금지되어 있습니다.',
- 'prohibited_unless' => ':other가 :values에 포함되지 않으면 :attribute 필드는 금지되어 있습니다.',
- 'prohibits' => ':attribute 필드는 :other가 존재하는 것을 금지합니다.',
- 'regex' => ':attribute 형식이 유효하지 않습니다.',
- 'required' => ':attribute 필드는 필수입니다.',
- 'required_array_keys' => ':attribute 필드는 다음 항목을 포함해야 합니다: :values.',
- 'required_if' => ':other가 :value일 때 :attribute 필드는 필수입니다.',
- 'required_if_accepted' => ':other가 수락될 때 :attribute 필드는 필수입니다.',
- 'required_unless' => ':other가 :values에 포함되지 않으면 :attribute 필드는 필수입니다.',
- 'required_with' => ':values가 존재할 때 :attribute 필드는 필수입니다.',
- 'required_with_all' => ':values가 존재할 때 :attribute 필드는 필수입니다.',
- 'required_without' => ':values가 존재하지 않을 때 :attribute 필드는 필수입니다.',
- 'required_without_all' => ':values가 아무것도 존재하지 않을 때 :attribute 필드는 필수입니다.',
- 'same' => ':attribute와 :other는 일치해야 합니다.',
- 'size' => [
- 'array' => ':attribute는(은) :size 개의 항목을 포함해야 합니다.',
- 'file' => ':attribute는(은) :size 킬로바이트여야 합니다.',
- 'numeric' => ':attribute는(은) :size 여야 합니다.',
- 'string' => ':attribute는(은) :size 자여야 합니다.',
- ],
- 'starts_with' => ':attribute는(은) 다음 중 하나로 시작해야 합니다: :values.',
- 'string' => ':attribute는(은) 문자열이어야 합니다.',
- 'timezone' => ':attribute는(은) 유효한 시간대여야 합니다.',
- 'unique' => ':attribute는(은) 이미 사용 중입니다.',
- 'uploaded' => ':attribute를(을) 업로드하는 데 실패했습니다.',
- 'uppercase' => ':attribute는(은) 대문자여야 합니다.',
- 'url' => ':attribute는(은) 유효한 URL이어야 합니다.',
- 'ulid' => ':attribute는(은) 유효한 ULID여야 합니다.',
- 'uuid' => ':attribute는(은) 유효한 UUID여야 합니다.',
- 'custom' => [
- 'attribute-name' => [
- 'rule-name' => 'custom-message',
- ],
- ],
- 'attributes' => [],
- ];
|