1 # Korean (한글) translations for Ruby on Rails
2 # by John Hwang (jhwang@tavon.org)
3 # http://github.com/tavon
4 # and Sunghee Kang(paranoiase@gmail.com)
5 # http://www.twitter.com/paranoiase
12 long: "%Y년 %m월 %d일 (%a)"
14 day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일]
15 abbr_day_names: [일, 월, 화, 수, 목, 금, 토]
17 month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
18 abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
27 default: "%Y/%m/%d %H:%M:%S"
28 short: "%y/%m/%d %H:%M"
29 long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z"
35 sentence_connector: ", "
38 two_words_connector: "와(과) "
39 last_word_connector: ", "
50 strip_insignificant_zeros: false
60 strip_insignificant_zeros: false
75 strip_insignificant_zeros: true
101 other: "%{count}초 이하"
107 other: "%{count}분 이하"
113 other: "약 %{count}시간"
128 other: "%{count}년 이상"
131 other: "%{count}년 이하"
151 format: "%{attribute} %{message}"
153 messages: &errors_messages
154 inclusion: "은(는) 목록에 포함되어 있는 값이 아닙니다"
155 exclusion: "은(는) 이미 예약되어 있는 값입니다"
156 invalid: "은(는) 올바르지 않은 값입니다"
157 confirmation: "은(는) 서로 일치해야 합니다"
158 accepted: "을(를) 반드시 확인해야 합니다"
159 empty: "에 내용을 입력해 주세요"
160 blank: "에 내용을 입력해 주세요"
161 too_long: "은(는) %{count}자를 넘을 수 없습니다"
162 too_short: "은(는) 적어도 %{count}자를 넘어야 합니다"
163 wrong_length: "은(는) %{count}자여야 합니다"
164 not_a_number: "에 숫자를 입력해 주세요"
165 not_an_integer: "에 정수를 입력해 주세요"
166 greater_than: "은(는) %{count}보다 커야 합니다"
167 greater_than_or_equal_to: "은(는) %{count}보다 크거야 같아야 합니다"
168 equal_to: "은(는) %{count}과 같아야 합니다"
169 less_than: "은(는) %{count}보다 작아야 합니다"
170 less_than_or_equal_to: "은(는) %{count}과 작거나 같아야 합니다"
172 even: "에 짝수를 입력해 주세요"
178 one: "한 개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
179 other: "%{count}개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
180 body: "다음 항목에 문제가 발견되었습니다:"
183 taken: "은(는) 이미 존재합니다."
184 record_invalid: "데이터 검증에 실패하였습니다. %{errors}"
188 format: "%{attribute} %{message}"