]> git.openstreetmap.org Git - rails.git/blob - vendor/rails-locales/ko.yml
Turn output_compression plugin into a library
[rails.git] / vendor / rails-locales / 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       - 일요일
16       - 월요일
17       - 화요일
18       - 수요일
19       - 목요일
20       - 금요일
21       - 토요일
22     abbr_day_names:
23       - 일
24       - 월
25       - 화
26       - 수
27       - 목
28       - 금
29       - 토
30
31     month_names:
32       - ~
33       - 1월
34       - 2월
35       - 3월
36       - 4월
37       - 5월
38       - 6월
39       - 7월
40       - 8월
41       - 9월
42       - 10월
43       - 11월
44       - 12월
45     abbr_month_names:
46       - ~
47       - 1월
48       - 2월
49       - 3월
50       - 4월
51       - 5월
52       - 6월
53       - 7월
54       - 8월
55       - 9월
56       - 10월
57       - 11월
58       - 12월
59
60     order:
61       - :year
62       - :month
63       - :day
64
65   time:
66     formats:
67       default: "%Y/%m/%d %H:%M:%S"
68       short: "%y/%m/%d %H:%M"
69       long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z"
70     am: "오전"
71     pm: "오후"
72
73   support:
74     array:
75       words_connector: ", "
76       two_words_connector: "와(과) "
77       last_word_connector: ", "
78
79     select:
80       prompt: "선택해 주세요"
81
82   number:
83     format:
84       separator: "."
85       delimiter: ","
86       precision: 3
87       significant: false
88       strip_insignificant_zeros: false
89
90     currency:
91       format:
92         format: "%n%u"
93         unit: "원"
94         separator: "."
95         delimiter: ","
96         precision: 0
97         significant: false
98         strip_insignificant_zeros: false
99
100     percentage:
101       format:
102         delimiter: ""
103
104     precision:
105       format:
106         delimiter: ""
107
108     human:
109       format:
110         delimiter: ""
111         precision: 3
112         significant: true
113         strip_insignificant_zeros: true
114
115       storage_units:
116         format: "%n%u"
117         units:
118           byte: "바이트"
119           kb: "킬로바이트"
120           mb: "메가바이트"
121           gb: "기가바이트"
122           tb: "테라바이트"
123
124       decimal_units:
125         format: "%n%u"
126         units:
127           unit: ""
128           thousand: "천"
129           million: "백만"
130           billion: "십억"
131           trillion: "조"
132           quadrillion: "경"
133
134   datetime:
135     distance_in_words:
136       half_a_minute: "30초"
137       less_than_x_seconds:
138         one: "일 초 이하"
139         other: "%{count}초 이하"
140       x_seconds:
141         one: "일 초"
142         other: "%{count}초"
143       less_than_x_minutes:
144         one: "일 분 이하"
145         other: "%{count}분 이하"
146       x_minutes:
147         one: "일 분"
148         other: "%{count}분"
149       about_x_hours:
150         one: "약 한 시간"
151         other: "약 %{count}시간"
152       x_days:
153         one: "하루"
154         other: "%{count}일"
155       about_x_months:
156         one: "약 한 달"
157         other: "약 %{count}달"
158       x_months:
159         one: "한 달"
160         other: "%{count}달"
161       about_x_years:
162         one: "약 일 년"
163         other: "약 %{count}년"
164       over_x_years:
165         one: "일 년 이상"
166         other: "%{count}년 이상"
167       almost_x_years:
168         one: "일 년 이하"
169         other: "%{count}년 이하"
170
171     prompts:
172       year: "년"
173       month: "월"
174       day: "일"
175       hour: "시"
176       minute: "분"
177       second: "초"
178
179   helpers:
180     select:
181       prompt: "선택해주세요"
182
183     submit:
184       create: "등록"
185       update: "갱신"
186       submit: "제출"
187
188   errors:
189     format: "%{attribute} %{message}"
190
191     messages: &errors_messages
192       inclusion: "은(는) 목록에 포함되어 있는 값이 아닙니다"
193       exclusion: "은(는) 이미 예약되어 있는 값입니다"
194       invalid: "은(는) 올바르지 않은 값입니다"
195       confirmation: "은(는) 서로 일치해야 합니다"
196       accepted: "을(를) 반드시 확인해야 합니다"
197       empty: "에 내용을 입력해 주세요"
198       blank: "에 내용을 입력해 주세요"
199       too_long: "은(는) %{count}자를 넘을 수 없습니다"
200       too_short: "은(는) 적어도 %{count}자를 넘어야 합니다"
201       wrong_length: "은(는) %{count}자여야 합니다"
202       not_a_number: "에 숫자를 입력해 주세요"
203       not_an_integer: "에 정수를 입력해 주세요"
204       greater_than: "은(는) %{count}보다 커야 합니다"
205       greater_than_or_equal_to: "은(는) %{count}보다 크거야 같아야 합니다"
206       equal_to: "은(는) %{count}과 같아야 합니다"
207       less_than: "은(는) %{count}보다 작아야 합니다"
208       less_than_or_equal_to: "은(는) %{count}과 작거나 같아야 합니다"
209       odd: "에 홀수를 입력해 주세요"
210       even: "에 짝수를 입력해 주세요"
211       taken: "은(는) 이미 존재합니다."
212       record_invalid: "데이터 검증에 실패하였습니다. %{errors}"
213     template: &errors_template
214       header:
215         one: "한 개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
216         other: "%{count}개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
217       body: "다음 항목에 문제가 발견되었습니다:"
218
219   activerecord:
220     errors:
221       messages:
222         <<: *errors_messages
223       template:
224         <<: *errors_template
225       full_messages:
226         format: "%{attribute} %{message}"