]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/ko.yml
Merge branch 'master' into openid
[rails.git] / vendor / plugins / rails-i18n / locale / ko.yml
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
6
7 ko:
8   date:
9     formats:
10       default: "%Y/%m/%d"
11       short: "%m/%d"
12       long: "%Y년 %m월 %d일 (%a)"
13
14     day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일]
15     abbr_day_names: [일, 월, 화, 수, 목, 금, 토]
16
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월]
19     
20     order:
21       - :year
22       - :month
23       - :day
24
25   time:
26     formats:
27       default: "%Y/%m/%d %H:%M:%S"
28       short: "%y/%m/%d %H:%M"
29       long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z"
30     am: "오전"
31     pm: "오후"
32
33   support:
34     array:
35       sentence_connector: ", "
36       skip_last_comma: true
37       words_connector: ", "
38       two_words_connector: "와(과) "
39       last_word_connector: ", "
40
41     select:
42       prompt: "선택해 주세요"
43
44   number:
45     format:
46       separator: "."
47       delimiter: ","
48       precision: 3
49       significant: false
50       strip_insignificant_zeros: false
51
52     currency:
53       format:
54         format: "%n%u"
55         unit: "원"
56         separator: "."
57         delimiter: ","
58         precision: 0
59         significant: false
60         strip_insignificant_zeros: false
61
62     percentage:
63       format:
64         delimiter: ""
65
66     precision:
67       format:
68         delimiter: ""
69
70     human:
71       format:
72         delimiter: ""
73         precision: 3
74         significant: true
75         strip_insignificant_zeros: true
76
77       storage_units:
78         format: "%n%u"
79         units:
80           byte: "바이트"
81           kb: "킬로바이트"
82           mb: "메가바이트"
83           gb: "기가바이트"
84           tb: "테라바이트"
85
86       decimal_units:
87         format: "%n%u"
88         units:
89           unit: ""
90           thousand: "천"
91           million: "백만"
92           billion: "십억"
93           trillion: "조"
94           quadrillion: "경"
95
96   datetime:
97     distance_in_words:
98       half_a_minute: "30초"
99       less_than_x_seconds:
100         one: "일 초 이하"
101         other: "%{count}초 이하"
102       x_seconds:
103         one: "일 초"
104         other: "%{count}초"
105       less_than_x_minutes:
106         one: "일 분 이하"
107         other: "%{count}분 이하"
108       x_minutes:
109         one: "일 분"
110         other: "%{count}분"
111       about_x_hours:
112         one: "약 한 시간"
113         other: "약 %{count}시간"
114       x_days:
115         one: "하루"
116         other: "%{count}일"
117       about_x_months:
118         one: "약 한 달"
119         other: "약 %{count}달"
120       x_months:
121         one: "한 달"
122         other: "%{count}달"
123       about_x_years:
124         one: "약 일 년"
125         other: "약 %{count}년"
126       over_x_years:
127         one: "일 년 이상"
128         other: "%{count}년 이상"
129       almost_x_years:
130         one: "일 년 이하"
131         other: "%{count}년 이하"
132
133     prompts:
134       year: "년"
135       month: "월"
136       day: "일"
137       hour: "시"
138       minute: "분"
139       second: "초"
140
141   helpers:
142     select:
143       prompt: "선택해주세요"
144
145     submit:
146       create: "등록"
147       update: "갱신"
148       submit: "제출"
149
150   errors:
151     format: "%{attribute} %{message}"
152
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}과 작거나 같아야 합니다"
171       odd: "에 홀수를 입력해 주세요"
172       even: "에 짝수를 입력해 주세요"
173
174   activerecord:
175     errors:
176       template:
177         header:
178           one: "한 개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
179           other: "%{count}개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
180         body: "다음 항목에 문제가 발견되었습니다:"
181
182       messages:
183         taken: "은(는) 이미 존재합니다."
184         record_invalid: "데이터 검증에 실패하였습니다. %{errors}"
185         <<: *errors_messages
186
187       full_messages:
188         format: "%{attribute} %{message}"