validation.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | 유효성 검사 메시지
  6. |--------------------------------------------------------------------------
  7. */
  8. 'accepted' => ':attribute을(를) 수락해야 합니다.',
  9. 'accepted_if' => ':other이(가) :value일 때 :attribute을(를) 수락해야 합니다.',
  10. 'active_url' => ':attribute은(는) 유효한 URL이어야 합니다.',
  11. 'after' => ':attribute은(는) :date 이후 날짜여야 합니다.',
  12. 'after_or_equal' => ':attribute은(는) :date 이후이거나 같은 날짜여야 합니다.',
  13. 'alpha' => ':attribute은(는) 문자만 포함해야 합니다.',
  14. 'alpha_dash' => ':attribute은(는) 문자, 숫자, 대시, 밑줄만 포함해야 합니다.',
  15. 'alpha_num' => ':attribute은(는) 문자와 숫자만 포함해야 합니다.',
  16. 'any_of' => ':attribute이(가) 유효하지 않습니다.',
  17. 'array' => ':attribute은(는) 배열이어야 합니다.',
  18. 'ascii' => ':attribute은(는) ASCII 문자만 포함해야 합니다.',
  19. 'before' => ':attribute은(는) :date 이전 날짜여야 합니다.',
  20. 'before_or_equal' => ':attribute은(는) :date 이전이거나 같은 날짜여야 합니다.',
  21. 'between' => [
  22. 'array' => ':attribute은(는) :min개에서 :max개 사이여야 합니다.',
  23. 'file' => ':attribute은(는) :min KB에서 :max KB 사이여야 합니다.',
  24. 'numeric' => ':attribute은(는) :min에서 :max 사이여야 합니다.',
  25. 'string' => ':attribute은(는) :min자에서 :max자 사이여야 합니다.',
  26. ],
  27. 'boolean' => ':attribute은(는) 참 또는 거짓이어야 합니다.',
  28. 'can' => ':attribute에 허용되지 않은 값이 포함되어 있습니다.',
  29. 'confirmed' => ':attribute 확인이 일치하지 않습니다.',
  30. 'contains' => ':attribute에 필수 값이 없습니다.',
  31. 'current_password' => '비밀번호가 올바르지 않습니다.',
  32. 'date' => ':attribute은(는) 유효한 날짜여야 합니다.',
  33. 'date_equals' => ':attribute은(는) :date와 같은 날짜여야 합니다.',
  34. 'date_format' => ':attribute은(는) :format 형식이어야 합니다.',
  35. 'decimal' => ':attribute은(는) :decimal자리 소수여야 합니다.',
  36. 'declined' => ':attribute을(를) 거부해야 합니다.',
  37. 'declined_if' => ':other이(가) :value일 때 :attribute을(를) 거부해야 합니다.',
  38. 'different' => ':attribute과(와) :other은(는) 달라야 합니다.',
  39. 'digits' => ':attribute은(는) :digits자리 숫자여야 합니다.',
  40. 'digits_between' => ':attribute은(는) :min자리에서 :max자리 숫자여야 합니다.',
  41. 'dimensions' => ':attribute 이미지 크기가 유효하지 않습니다.',
  42. 'distinct' => ':attribute에 중복된 값이 있습니다.',
  43. 'doesnt_contain' => ':attribute에 다음을 포함할 수 없습니다: :values.',
  44. 'doesnt_end_with' => ':attribute은(는) 다음으로 끝나면 안 됩니다: :values.',
  45. 'doesnt_start_with' => ':attribute은(는) 다음으로 시작하면 안 됩니다: :values.',
  46. 'email' => ':attribute은(는) 유효한 이메일 주소여야 합니다.',
  47. 'encoding' => ':attribute은(는) :encoding으로 인코딩되어야 합니다.',
  48. 'ends_with' => ':attribute은(는) 다음 중 하나로 끝나야 합니다: :values.',
  49. 'enum' => '선택한 :attribute이(가) 유효하지 않습니다.',
  50. 'exists' => '선택한 :attribute이(가) 유효하지 않습니다.',
  51. 'extensions' => ':attribute은(는) 다음 확장자 중 하나여야 합니다: :values.',
  52. 'file' => ':attribute은(는) 파일이어야 합니다.',
  53. 'filled' => ':attribute에는 값이 있어야 합니다.',
  54. 'gt' => [
  55. 'array' => ':attribute은(는) :value개보다 많아야 합니다.',
  56. 'file' => ':attribute은(는) :value KB보다 커야 합니다.',
  57. 'numeric' => ':attribute은(는) :value보다 커야 합니다.',
  58. 'string' => ':attribute은(는) :value자보다 많아야 합니다.',
  59. ],
  60. 'gte' => [
  61. 'array' => ':attribute은(는) :value개 이상이어야 합니다.',
  62. 'file' => ':attribute은(는) :value KB 이상이어야 합니다.',
  63. 'numeric' => ':attribute은(는) :value 이상이어야 합니다.',
  64. 'string' => ':attribute은(는) :value자 이상이어야 합니다.',
  65. ],
  66. 'hex_color' => ':attribute은(는) 유효한 16진수 색상이어야 합니다.',
  67. 'image' => ':attribute은(는) 이미지여야 합니다.',
  68. 'in' => '선택한 :attribute이(가) 유효하지 않습니다.',
  69. 'in_array' => ':attribute은(는) :other에 존재해야 합니다.',
  70. 'in_array_keys' => ':attribute은(는) 다음 키 중 하나를 포함해야 합니다: :values.',
  71. 'integer' => ':attribute은(는) 정수여야 합니다.',
  72. 'ip' => ':attribute은(는) 유효한 IP 주소여야 합니다.',
  73. 'ipv4' => ':attribute은(는) 유효한 IPv4 주소여야 합니다.',
  74. 'ipv6' => ':attribute은(는) 유효한 IPv6 주소여야 합니다.',
  75. 'json' => ':attribute은(는) 유효한 JSON 문자열이어야 합니다.',
  76. 'list' => ':attribute은(는) 목록이어야 합니다.',
  77. 'lowercase' => ':attribute은(는) 소문자여야 합니다.',
  78. 'lt' => [
  79. 'array' => ':attribute은(는) :value개 미만이어야 합니다.',
  80. 'file' => ':attribute은(는) :value KB 미만이어야 합니다.',
  81. 'numeric' => ':attribute은(는) :value 미만이어야 합니다.',
  82. 'string' => ':attribute은(는) :value자 미만이어야 합니다.',
  83. ],
  84. 'lte' => [
  85. 'array' => ':attribute은(는) :value개 이하여야 합니다.',
  86. 'file' => ':attribute은(는) :value KB 이하여야 합니다.',
  87. 'numeric' => ':attribute은(는) :value 이하여야 합니다.',
  88. 'string' => ':attribute은(는) :value자 이하여야 합니다.',
  89. ],
  90. 'mac_address' => ':attribute은(는) 유효한 MAC 주소여야 합니다.',
  91. 'max' => [
  92. 'array' => ':attribute은(는) :max개 이하여야 합니다.',
  93. 'file' => ':attribute은(는) :max KB 이하여야 합니다.',
  94. 'numeric' => ':attribute은(는) :max 이하여야 합니다.',
  95. 'string' => ':attribute은(는) :max자 이하여야 합니다.',
  96. ],
  97. 'max_digits' => ':attribute은(는) :max자리 이하여야 합니다.',
  98. 'mimes' => ':attribute은(는) :values 유형의 파일이어야 합니다.',
  99. 'mimetypes' => ':attribute은(는) :values 유형의 파일이어야 합니다.',
  100. 'min' => [
  101. 'array' => ':attribute은(는) 최소 :min개여야 합니다.',
  102. 'file' => ':attribute은(는) 최소 :min KB여야 합니다.',
  103. 'numeric' => ':attribute은(는) 최소 :min이어야 합니다.',
  104. 'string' => ':attribute은(는) 최소 :min자여야 합니다.',
  105. ],
  106. 'min_digits' => ':attribute은(는) 최소 :min자리여야 합니다.',
  107. 'missing' => ':attribute은(는) 없어야 합니다.',
  108. 'missing_if' => ':other이(가) :value일 때 :attribute은(는) 없어야 합니다.',
  109. 'missing_unless' => ':other이(가) :value가 아니면 :attribute은(는) 없어야 합니다.',
  110. 'missing_with' => ':values이(가) 있으면 :attribute은(는) 없어야 합니다.',
  111. 'missing_with_all' => ':values이(가) 모두 있으면 :attribute은(는) 없어야 합니다.',
  112. 'multiple_of' => ':attribute은(는) :value의 배수여야 합니다.',
  113. 'not_in' => '선택한 :attribute이(가) 유효하지 않습니다.',
  114. 'not_regex' => ':attribute 형식이 유효하지 않습니다.',
  115. 'numeric' => ':attribute은(는) 숫자여야 합니다.',
  116. 'password' => [
  117. 'letters' => ':attribute은(는) 최소 한 개의 문자를 포함해야 합니다.',
  118. 'mixed' => ':attribute은(는) 최소 한 개의 대문자와 한 개의 소문자를 포함해야 합니다.',
  119. 'numbers' => ':attribute은(는) 최소 한 개의 숫자를 포함해야 합니다.',
  120. 'symbols' => ':attribute은(는) 최소 한 개의 기호를 포함해야 합니다.',
  121. 'uncompromised' => ':attribute이(가) 데이터 유출에서 발견되었습니다. 다른 :attribute을(를) 선택하세요.',
  122. ],
  123. 'present' => ':attribute이(가) 있어야 합니다.',
  124. 'present_if' => ':other이(가) :value일 때 :attribute이(가) 있어야 합니다.',
  125. 'present_unless' => ':other이(가) :value가 아니면 :attribute이(가) 있어야 합니다.',
  126. 'present_with' => ':values이(가) 있으면 :attribute이(가) 있어야 합니다.',
  127. 'present_with_all' => ':values이(가) 모두 있으면 :attribute이(가) 있어야 합니다.',
  128. 'prohibited' => ':attribute은(는) 금지되어 있습니다.',
  129. 'prohibited_if' => ':other이(가) :value일 때 :attribute은(는) 금지되어 있습니다.',
  130. 'prohibited_if_accepted' => ':other이(가) 수락되면 :attribute은(는) 금지되어 있습니다.',
  131. 'prohibited_if_declined' => ':other이(가) 거부되면 :attribute은(는) 금지되어 있습니다.',
  132. 'prohibited_unless' => ':other이(가) :values에 없으면 :attribute은(는) 금지되어 있습니다.',
  133. 'prohibits' => ':attribute이(가) 있으면 :other은(는) 금지되어 있습니다.',
  134. 'regex' => ':attribute 형식이 유효하지 않습니다.',
  135. 'required' => ':attribute은(는) 필수입니다.',
  136. 'required_array_keys' => ':attribute은(는) 다음 키를 포함해야 합니다: :values.',
  137. 'required_if' => ':other이(가) :value일 때 :attribute은(는) 필수입니다.',
  138. 'required_if_accepted' => ':other이(가) 수락되면 :attribute은(는) 필수입니다.',
  139. 'required_if_declined' => ':other이(가) 거부되면 :attribute은(는) 필수입니다.',
  140. 'required_unless' => ':other이(가) :values에 없으면 :attribute은(는) 필수입니다.',
  141. 'required_with' => ':values이(가) 있으면 :attribute은(는) 필수입니다.',
  142. 'required_with_all' => ':values이(가) 모두 있으면 :attribute은(는) 필수입니다.',
  143. 'required_without' => ':values이(가) 없으면 :attribute은(는) 필수입니다.',
  144. 'required_without_all' => ':values이(가) 모두 없으면 :attribute은(는) 필수입니다.',
  145. 'same' => ':attribute과(와) :other은(는) 일치해야 합니다.',
  146. 'size' => [
  147. 'array' => ':attribute은(는) :size개여야 합니다.',
  148. 'file' => ':attribute은(는) :size KB여야 합니다.',
  149. 'numeric' => ':attribute은(는) :size여야 합니다.',
  150. 'string' => ':attribute은(는) :size자여야 합니다.',
  151. ],
  152. 'starts_with' => ':attribute은(는) 다음 중 하나로 시작해야 합니다: :values.',
  153. 'string' => ':attribute은(는) 문자열이어야 합니다.',
  154. 'timezone' => ':attribute은(는) 유효한 시간대여야 합니다.',
  155. 'unique' => ':attribute은(는) 이미 사용 중입니다.',
  156. 'uploaded' => ':attribute 업로드에 실패했습니다.',
  157. 'uppercase' => ':attribute은(는) 대문자여야 합니다.',
  158. 'url' => ':attribute은(는) 유효한 URL이어야 합니다.',
  159. 'ulid' => ':attribute은(는) 유효한 ULID여야 합니다.',
  160. 'uuid' => ':attribute은(는) 유효한 UUID여야 합니다.',
  161. 'custom' => [
  162. 'attribute-name' => [
  163. 'rule-name' => 'custom-message',
  164. ],
  165. ],
  166. 'attributes' => [],
  167. ];