]> git.openstreetmap.org Git - rails.git/blob - vendor/rails-locales/ko.yml
Drop the sql_session_store plugin
[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       sentence_connector: ", "
76       skip_last_comma: true
77       words_connector: ", "
78       two_words_connector: "와(과) "
79       last_word_connector: ", "
80
81     select:
82       prompt: "선택해 주세요"
83
84   number:
85     format:
86       separator: "."
87       delimiter: ","
88       precision: 3
89       significant: false
90       strip_insignificant_zeros: false
91
92     currency:
93       format:
94         format: "%n%u"
95         unit: "원"
96         separator: "."
97         delimiter: ","
98         precision: 0
99         significant: false
100         strip_insignificant_zeros: false
101
102     percentage:
103       format:
104         delimiter: ""
105
106     precision:
107       format:
108         delimiter: ""
109
110     human:
111       format:
112         delimiter: ""
113         precision: 3
114         significant: true
115         strip_insignificant_zeros: true
116
117       storage_units:
118         format: "%n%u"
119         units:
120           byte: "바이트"
121           kb: "킬로바이트"
122           mb: "메가바이트"
123           gb: "기가바이트"
124           tb: "테라바이트"
125
126       decimal_units:
127         format: "%n%u"
128         units:
129           unit: ""
130           thousand: "천"
131           million: "백만"
132           billion: "십억"
133           trillion: "조"
134           quadrillion: "경"
135
136   datetime:
137     distance_in_words:
138       half_a_minute: "30초"
139       less_than_x_seconds:
140         one: "일 초 이하"
141         other: "%{count}초 이하"
142       x_seconds:
143         one: "일 초"
144         other: "%{count}초"
145       less_than_x_minutes:
146         one: "일 분 이하"
147         other: "%{count}분 이하"
148       x_minutes:
149         one: "일 분"
150         other: "%{count}분"
151       about_x_hours:
152         one: "약 한 시간"
153         other: "약 %{count}시간"
154       x_days:
155         one: "하루"
156         other: "%{count}일"
157       about_x_months:
158         one: "약 한 달"
159         other: "약 %{count}달"
160       x_months:
161         one: "한 달"
162         other: "%{count}달"
163       about_x_years:
164         one: "약 일 년"
165         other: "약 %{count}년"
166       over_x_years:
167         one: "일 년 이상"
168         other: "%{count}년 이상"
169       almost_x_years:
170         one: "일 년 이하"
171         other: "%{count}년 이하"
172
173     prompts:
174       year: "년"
175       month: "월"
176       day: "일"
177       hour: "시"
178       minute: "분"
179       second: "초"
180
181   helpers:
182     select:
183       prompt: "선택해주세요"
184
185     submit:
186       create: "등록"
187       update: "갱신"
188       submit: "제출"
189
190   errors:
191     format: "%{attribute} %{message}"
192
193     messages: &errors_messages
194       inclusion: "은(는) 목록에 포함되어 있는 값이 아닙니다"
195       exclusion: "은(는) 이미 예약되어 있는 값입니다"
196       invalid: "은(는) 올바르지 않은 값입니다"
197       confirmation: "은(는) 서로 일치해야 합니다"
198       accepted: "을(를) 반드시 확인해야 합니다"
199       empty: "에 내용을 입력해 주세요"
200       blank: "에 내용을 입력해 주세요"
201       too_long: "은(는) %{count}자를 넘을 수 없습니다"
202       too_short: "은(는) 적어도 %{count}자를 넘어야 합니다"
203       wrong_length: "은(는) %{count}자여야 합니다"
204       not_a_number: "에 숫자를 입력해 주세요"
205       not_an_integer: "에 정수를 입력해 주세요"
206       greater_than: "은(는) %{count}보다 커야 합니다"
207       greater_than_or_equal_to: "은(는) %{count}보다 크거야 같아야 합니다"
208       equal_to: "은(는) %{count}과 같아야 합니다"
209       less_than: "은(는) %{count}보다 작아야 합니다"
210       less_than_or_equal_to: "은(는) %{count}과 작거나 같아야 합니다"
211       odd: "에 홀수를 입력해 주세요"
212       even: "에 짝수를 입력해 주세요"
213
214   activerecord:
215     errors:
216       template:
217         header:
218           one: "한 개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
219           other: "%{count}개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
220         body: "다음 항목에 문제가 발견되었습니다:"
221
222       messages:
223         taken: "은(는) 이미 존재합니다."
224         record_invalid: "데이터 검증에 실패하였습니다. %{errors}"
225         <<: *errors_messages
226
227       full_messages:
228         format: "%{attribute} %{message}"