php.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. {
  2. "accepted": ":Attribute을(를) 동의해야 합니다.",
  3. "accepted_if": ":Attribute을(를) :other이(가) :value이면 동의해야 합니다.",
  4. "active_url": ":Attribute은(는) 유효한 URL이 아닙니다.",
  5. "after": ":Attribute은(는) :date 이후 날짜여야 합니다.",
  6. "after_or_equal": ":Attribute은(는) :date 이후 날짜이거나 같은 날짜여야 합니다.",
  7. "alpha": ":Attribute은(는) 문자만 포함할 수 있습니다.",
  8. "alpha_dash": ":Attribute은(는) 문자, 숫자, 대쉬(-), 밑줄(_)만 포함할 수 있습니다.",
  9. "alpha_num": ":Attribute은(는) 문자와 숫자만 포함할 수 있습니다.",
  10. "are_you_sure_you_want_to_delete_member": "이 팀원을 삭제하시겠습니까?",
  11. "are_you_sure_you_want_to_delete_team": "이 팀을 삭제하시겠습니까?",
  12. "are_you_sure_you_want_to_leave_team": "이 팀을 떠나시겠습니까?",
  13. "array": ":Attribute은(는) 배열이어야 합니다.",
  14. "ascii": ":Attribute은 1바이트 영숫자 문자와 기호만 포함해야 합니다.",
  15. "attached": ":Attribute은(는) 이미 첨부되어 있습니다.",
  16. "attributes.team": "팀",
  17. "before": ":Attribute은(는) :date 이전 날짜여야 합니다.",
  18. "before_or_equal": ":Attribute은(는) :date 이전 날짜이거나 같은 날짜여야 합니다.",
  19. "between.array": ":Attribute의 항목 수는 :min에서 :max 개의 항목이 있어야 합니다.",
  20. "between.file": ":Attribute의 용량은 :min에서 :max 킬로바이트 사이여야 합니다.",
  21. "between.numeric": ":Attribute의 값은 :min에서 :max 사이여야 합니다.",
  22. "between.string": ":Attribute의 길이는 :min에서 :max 문자 사이여야 합니다.",
  23. "boolean": ":Attribute은(는) true 또는 false 이어야 합니다.",
  24. "can": ":Attribute 필드에 승인되지 않은 값이 포함되어 있습니다.",
  25. "confirmed": ":Attribute 확인 항목이 일치하지 않습니다.",
  26. "country": ":Attribute 필드는 유효한 국가가 아닙니다.",
  27. "create_team": "팀 만들기",
  28. "current_password": "패스워드가 일치하지 않습니다.",
  29. "current_teams": "현재 팀",
  30. "date": ":Attribute은(는) 유효한 날짜가 아닙니다.",
  31. "date_equals": ":Attribute은(는) :date과(와) 같은날짜여야합니다.",
  32. "date_format": ":Attribute이(가) :format 형식과 일치하지 않습니다.",
  33. "decimal": ":Attribute은 소수점 이하 :decimal자리여야 합니다.",
  34. "declined": ":Attribute은(는) 거부되어야 합니다.",
  35. "declined_if": ":Other이(가) :value일때 :attribute은(는) 거부되어야 합니다.",
  36. "delete_team": "팀 삭제",
  37. "different": ":Attribute와(과) :other은(는) 서로 달라야 합니다.",
  38. "digits": ":Attribute은(는) :digits 자리 숫자여야 합니다.",
  39. "digits_between": ":Attribute은(는) :min에서 :max 자리 사이여야 합니다.",
  40. "dimensions": ":Attribute은(는) 올바르지 않는 이미지 크기입니다.",
  41. "distinct": ":Attribute 필드에 중복된 값이 있습니다.",
  42. "doesnt_end_with": ":Attribute은 다음 중 하나로 끝날 수 없습니다: :values.",
  43. "doesnt_start_with": ":Attribute은 다음 중 하나로 시작할 수 없습니다: :values.",
  44. "edit_team_member": "팀원 수정",
  45. "email": ":Attribute은(는) 유효한 이메일 주소여야 합니다.",
  46. "ends_with": ":Attribute은(는) 다음 중 하나로 끝나야 합니다: :values.",
  47. "enum": ":Attribute의 값이 잘못되었습니다.",
  48. "exists": ":Attribute이(가) 존재하지 않습니다.",
  49. "failed": "제출된 인증 정보가 레코드와 일치하지 않습니다.",
  50. "file": ":Attribute은(는) 파일이어야 합니다.",
  51. "filled": ":Attribute 필드는 값이 있어야 합니다.",
  52. "gt.array": ":Attribute의 항목 수는 :value개 보다 많아야 합니다.",
  53. "gt.file": ":Attribute의 용량은 :value킬로바이트보다 커야 합니다.",
  54. "gt.numeric": ":Attribute의 값은 :value보다 커야 합니다.",
  55. "gt.string": ":Attribute의 길이는 :value보다 길어야 합니다.",
  56. "gte.array": ":Attribute의 항목 수는 :value개 보다 같거나 많아야 합니다.",
  57. "gte.file": ":Attribute의 용량은 :value킬로바이트보다 같거나 커야 합니다.",
  58. "gte.numeric": ":Attribute의 값은 :value보다 같거나 커야 합니다.",
  59. "gte.string": ":Attribute의 길이는 :value보다 같거나 길어야 합니다.",
  60. "if_you_delete_team_all_data_will_be_deleted": "팀 삭제를 선택하면 모든 데이터가 영구적으로 삭제됩니다.",
  61. "image": ":Attribute은(는) 이미지여야 합니다.",
  62. "in": "선택된 :attribute은(는) 올바르지 않습니다.",
  63. "in_array": ":Attribute 필드는 :other에 존재하지 않습니다.",
  64. "integer": ":Attribute은(는) 정수여야 합니다.",
  65. "ip": ":Attribute은(는) 유효한 IP 주소여야 합니다.",
  66. "ipv4": ":Attribute은(는) 유효한 IPv4 주소여야 합니다.",
  67. "ipv6": ":Attribute은(는) 유효한 IPv6 주소여야 합니다.",
  68. "json": ":Attribute은(는) JSON 문자열이어야 합니다.",
  69. "leave_team": "팀 탈퇴",
  70. "looks_like_you_are_not_part_of_team": "어떤 팀에도 속해 있지 않은 것 같습니다!",
  71. "lowercase": ":Attribute은 소문자여야 합니다.",
  72. "lt.array": ":Attribute의 항목 수는 :value개 보다 작아야 합니다.",
  73. "lt.file": ":Attribute의 용량은 :value킬로바이트보다 작아야 합니다.",
  74. "lt.numeric": ":Attribute의 값은 :value보다 작아야 합니다.",
  75. "lt.string": ":Attribute의 길이는 :value보다 짧아야 합니다.",
  76. "lte.array": ":Attribute의 항목 수는 :value개 보다 같거나 작아야 합니다.",
  77. "lte.file": ":Attribute의 용량은 :value킬로바이트보다 같거나 작아야 합니다.",
  78. "lte.numeric": ":Attribute의 값은 :value보다 같거나 작아야 합니다.",
  79. "lte.string": ":Attribute의 길이는 :value보다 같거나 짧아야 합니다.",
  80. "mac_address": ":Attribute은(는) 올바른 MAC 주소가 아닙니다.",
  81. "max.array": ":Attribute은(는) :max개보다 많을 수 없습니다.",
  82. "max.file": ":Attribute은(는) :max킬로바이트보다 클 수 없습니다.",
  83. "max.numeric": ":Attribute은(는) :max보다 클 수 없습니다.",
  84. "max.string": ":Attribute은(는) :max자보다 클 수 없습니다.",
  85. "max_digits": ":Attribute은 :max자리를 넘지 않아야 합니다.",
  86. "member": "회원",
  87. "mimes": ":Attribute은(는) 다음의 파일 형식이어야 합니다: :values.",
  88. "mimetypes": ":Attribute은(는) 다음의 파일 형식이어야 합니다: :values.",
  89. "min.array": ":Attribute은(는) 최소한 :min개의 항목이 있어야 합니다.",
  90. "min.file": ":Attribute은(는) 최소한 :min킬로바이트이어야 합니다.",
  91. "min.numeric": ":Attribute은(는) 최소한 :min이어야 합니다.",
  92. "min.string": ":Attribute은(는) 최소한 :min자이어야 합니다.",
  93. "min_digits": ":Attribute은 :min자리 이상이어야 합니다.",
  94. "missing": ":Attribute 필드가 없어야 합니다.",
  95. "missing_if": ":Other이 :value일 때 :attribute 필드는 누락되어야 합니다.",
  96. "missing_unless": ":Other이 :value이 아닌 경우 :attribute 필드는 누락되어야 합니다.",
  97. "missing_with": ":Values이 있는 경우 :attribute 필드는 누락되어야 합니다.",
  98. "missing_with_all": ":Values이 있는 경우 :attribute 필드는 누락되어야 합니다.",
  99. "multiple_of": ":Attribute 는 :value 의 배수여야 합니다.",
  100. "next": "다음 »",
  101. "not_eligible_based_on_current_members_teams": "현재 팀/팀 구성원 수를 기준으로 이 계획에 적합하지 않습니다.",
  102. "not_in": "선택된 :attribute이(가) 올바르지 않습니다.",
  103. "not_regex": ":Attribute의 형식이 올바르지 않습니다.",
  104. "numeric": ":Attribute은(는) 숫자여야 합니다.",
  105. "password": "비밀번호가 잘못되었습니다.",
  106. "password.letters": ":Attribute은 적어도 하나의 문자를 포함해야 합니다.",
  107. "password.mixed": ":Attribute은 적어도 하나의 대문자와 하나의 소문자를 포함해야 합니다.",
  108. "password.numbers": ":Attribute은 적어도 하나의 숫자를 포함해야 합니다.",
  109. "password.symbols": ":Attribute은 적어도 하나의 기호를 포함해야 합니다.",
  110. "password.uncompromised": "주어진 :attribute이 데이터 유출로 나타났습니다. 다른 :attribute개를 선택하세요.",
  111. "plan_allows_no_more_teams": "현재 요금제에서는 더 많은 팀을 만들 수 없습니다.",
  112. "please_upgrade_to_add_more_members": "팀원을 더 추가하려면 구독을 업그레이드하세요.",
  113. "please_upgrade_to_create_more_teams": "더 많은 팀을 만들려면 구독을 업그레이드하세요.",
  114. "present": ":Attribute 필드가 있어야 합니다.",
  115. "previous": "« 이전",
  116. "prohibited": ":Attribute (은)는 금지되어 있습니다.",
  117. "prohibited_if": ":Attribute (은)는 :other 이(가) :value 인 경우 금지되어 있습니다.",
  118. "prohibited_unless": ":Attribute (은)는 :other 이(가) :value 이(가) 아닌 경우 금지되어 있습니다.",
  119. "prohibits": ":Attribute (은)는 :other 을(를) 금지합니다.",
  120. "regex": ":Attribute 형식이 올바르지 않습니다.",
  121. "relatable": ":Attribute (은)는 리소스와 연결되지 않을 수도 있습니다.",
  122. "remove_team_member": "팀원 제거",
  123. "required": ":Attribute 필드는 필수입니다.",
  124. "required_array_keys": ":Attribute 필드는 :values에 대한 항목을 포함해야 합니다.",
  125. "required_if": ":Other이(가) :value 일 때 :attribute 필드는 필수입니다.",
  126. "required_if_accepted": ":Other이 승인되면 :attribute 필드가 필요합니다.",
  127. "required_unless": ":Other이(가) :values에 없다면 :attribute 필드는 필수입니다.",
  128. "required_with": ":Values이(가) 있는 경우 :attribute 필드는 필수입니다.",
  129. "required_with_all": ":Values이(가) 모두 있는 경우 :attribute 필드는 필수입니다.",
  130. "required_without": ":Values이(가) 없는 경우 :attribute 필드는 필수입니다.",
  131. "required_without_all": ":Values이(가) 모두 없는 경우 :attribute 필드는 필수입니다.",
  132. "reset": "비밀번호가 변경되었습니다!",
  133. "same": ":Attribute와(과) :other은(는) 일치해야 합니다.",
  134. "sent": "비밀번호 재설정 링크를 이메일로 전송했습니다!",
  135. "size.array": ":Attribute은(는) :size개의 항목을 포함해야 합니다.",
  136. "size.file": ":Attribute은(는) :size킬로바이트여야 합니다.",
  137. "size.numeric": ":Attribute은(는) :size (이)여야 합니다.",
  138. "size.string": ":Attribute은(는) :size자여야 합니다.",
  139. "slug_input_explanation": "이 슬러그는 URL에서 팀을 식별하는 데 사용됩니다.",
  140. "starts_with": ":Attribute은(는) :values 중 하나로 시작해야 합니다.",
  141. "state": "이 상태는 지정된 국가에 유효하지 않습니다.",
  142. "string": ":Attribute은(는) 문자열이어야 합니다.",
  143. "team": "팀",
  144. "team_billing": "팀 청구",
  145. "team_members": "팀 멤버",
  146. "team_name": "팀 이름",
  147. "team_name_was_updated": "팀 이름이 업데이트되었습니다!",
  148. "team_photo": "팀 사진",
  149. "team_profile": "팀 프로필",
  150. "team_settings": "팀 설정",
  151. "team_slug": "팀 슬러그",
  152. "team_trial": "팀 트라이얼",
  153. "team_trial_will_expire_on": "팀의 시험 기간은 :date일에 만료됩니다.",
  154. "teams": "팀",
  155. "teams_currently_trialing": "현재 시도 중인 팀",
  156. "throttle": "너무 많은 로그인을 시도하였습니다. :seconds 초 후에 다시 시도하십시오.",
  157. "throttled": "잠시 후 다시 시도해주세요.",
  158. "timezone": ":Attribute은(는) 올바른 시간대 이어야 합니다.",
  159. "token": "해당 비밀번호 재설정 토큰이 유효하지 않습니다.",
  160. "ulid": ":Attribute은 유효한 ULID여야 합니다.",
  161. "unique": ":Attribute은(는) 이미 사용 중입니다.",
  162. "update_team_name": "팀 이름 업데이트",
  163. "uploaded": ":Attribute을(를) 업로드하지 못했습니다.",
  164. "uppercase": ":Attribute은 대문자여야 합니다.",
  165. "url": ":Attribute은(는) 형식은 올바르지 않습니다.",
  166. "user": "해당 이메일을 사용하는 사용자를 찾을 수 없습니다.",
  167. "user_already_invited_to_team": "해당 사용자는 이미 팀에 초대되었습니다.",
  168. "user_already_on_team": "해당 사용자는 이미 팀에 있습니다.",
  169. "user_doesnt_belong_to_team": "사용자는 지정된 팀에 속하지 않습니다.",
  170. "user_invited_to_join_team": ":UserName이 당신을 그들의 팀에 초대했습니다!",
  171. "uuid": ":Attribute은(는) 유효한UUID여야합니다.",
  172. "vat_id": "이 VAT 식별 번호는 유효하지 않습니다.",
  173. "view_all_teams": "모든 팀 보기",
  174. "we_found_invitation_to_team": "귀하의 :teamName팀 초대장을 찾았습니다!",
  175. "wheres_your_team": "당신의 팀은 어디에 있습니까?",
  176. "you_have_been_invited_to_join_team": ":TeamName팀에 초대되었습니다!",
  177. "you_have_x_invitations_remaining": "현재 :count개의 초대장이 남아 있습니다.",
  178. "you_have_x_teams_remaining": "현재 :teamCount개 팀이 남아 있습니다."
  179. }