]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/ko.yml
Fixed copy-n-paste bug in querying for closed changesets and added a test for it.
[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
5 ko:
6   date:
7     formats:
8       default: "%Y/%m/%d"
9       short: "%m/%d"
10       long: "%Y년 %m월 %d일 (%a)"
11       
12     day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일]
13     abbr_day_names: [일, 월, 화, 수, 목, 금, 토]
14       
15     month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
16     abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
17
18     order: [ :year, :month, :day ]
19
20   time:
21     formats:
22       default: "%Y/%m/%d %H:%M:%S"
23       short: "%y/%m/%d %H:%M"
24       long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z"
25     am: "오전"
26     pm: "오후"
27       
28   # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
29   datetime:
30     distance_in_words:
31       half_a_minute: "30초"
32       less_than_x_seconds:
33         one:   "일초 이하"
34         other: "{{count}}초 이하"
35       x_seconds:
36         one:   "일초"
37         other: "{{count}}초"
38       less_than_x_minutes:
39         one:   "일분 이하"
40         other: "{{count}}분 이하"
41       x_minutes:
42         one:   "일분"
43         other: "{{count}}분"
44       about_x_hours:
45         one:   "약 한시간"
46         other: "약 {{count}}시간"
47       x_days:
48         one:   "하루"
49         other: "{{count}}일"
50       about_x_months:
51         one:   "약 한달"
52         other: "약 {{count}}달"
53       x_months:
54         one:   "한달"
55         other: "{{count}}달"
56       about_x_years:
57         one:   "약 일년"
58         other: "약 {{count}}년"
59       over_x_years:
60         one:   "일년 이상"
61         other: "{{count}}년 이상"
62     prompts:
63       year:   "년"
64       month:  "월"
65       day:    "일"
66       hour:   "시"
67       minute: "분"
68       second: "초"
69       
70   number:
71     # Used in number_with_delimiter()
72     # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
73     format:
74       # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
75       separator: "."
76       # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
77       delimiter: ","
78       # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
79       precision: 3
80       
81     # Used in number_to_currency()
82     currency:
83       format:
84         # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
85         format: "%u%n"
86         unit: "₩"
87         # These three are to override number.format and are optional
88         separator: "."
89         delimiter: ","
90         precision: 0
91         
92     # Used in number_to_percentage()
93     percentage:
94       format:
95         # These three are to override number.format and are optional
96         # separator: 
97         delimiter: ""
98         # precision: 
99         
100     # Used in number_to_precision()
101     precision:
102       format:
103         # These three are to override number.format and are optional
104         # separator:
105         delimiter: ""
106         # precision:
107         
108     # Used in number_to_human_size()
109     human:
110       format:
111         # These three are to override number.format and are optional
112         # separator: 
113         delimiter: ""
114         precision: 1
115       storage_units: [Bytes, KB, MB, GB, TB]
116
117 # Used in array.to_sentence.
118   support:
119     array:
120       words_connector: ", "
121       two_words_connector: "과 "
122       last_word_connector: ", "
123         
124   activerecord:
125     errors:
126       template:
127         header:
128           one:    "한개의 오류가 발생해 {{model}}를 저장 할 수 없습니다"
129           other:  "{{count}}개의 오류가 발생해 {{model}}를 저장 할 수 없습니다"
130         # The variable :count is also available
131         body: "다음 항목에 문제가 발견되었습니다:"
132
133       messages:
134         inclusion: "은 목록에 포함되어 있습니다"
135         exclusion: "은 목록에 포함되어 있지 않습니다"
136         invalid: "은 무효입니다"
137         confirmation: "은 확인되었습니다"
138         accepted: "은 확인되었습니다"
139         empty: "은 비어두면 안 됩니다"
140         blank: "은 비어두면 안 됩니다"
141         too_long: "은 너무 깁니다 (최대 {{count}}자 까지)"
142         too_short: "은 너무 짧습니다 (최소 {{count}}자 까지)"
143         wrong_length: "은 길이가 틀렸습니다 ({{count}}자를 필요합니다)"
144         taken: "은 이미 선택되었습니다"
145         not_a_number: "은 숫자가 아닙니다"
146         greater_than: "은 {{count}}이상을 요구합니다"
147         greater_than_or_equal_to: "은 {{count}}과 같거나 이상을 요구합니다"
148         equal_to: "은 {{count}}과 같아야 합니다"
149         less_than: "은 {{count}}이하를 요구합니다"
150         less_than_or_equal_to: "은 {{count}}과 같거나 이하을 요구합니다"
151         odd: "은 홀수을 요구합니다"
152         even: "은 짝수을 요구합니다"
153         # Append your own errors here or at the model/attributes scope.