rails-i18n 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. data/MIT-LICENSE.txt +21 -0
  2. data/README.md +118 -0
  3. data/lib/rails-i18n.rb +4 -0
  4. data/rails/locale/ar.yml +226 -0
  5. data/rails/locale/bg.yml +322 -0
  6. data/rails/locale/bn-IN.yml +223 -0
  7. data/rails/locale/bs.yml +157 -0
  8. data/rails/locale/ca.yml +253 -0
  9. data/rails/locale/cs.rb +229 -0
  10. data/rails/locale/cy.yml +221 -0
  11. data/rails/locale/da.yml +235 -0
  12. data/rails/locale/de-AT.yml +194 -0
  13. data/rails/locale/de-CH.yml +194 -0
  14. data/rails/locale/de.yml +233 -0
  15. data/rails/locale/dsb.yml +225 -0
  16. data/rails/locale/el.yml +173 -0
  17. data/rails/locale/en-AU.yml +220 -0
  18. data/rails/locale/en-GB.yml +220 -0
  19. data/rails/locale/en-US.yml +222 -0
  20. data/rails/locale/eo.yml +222 -0
  21. data/rails/locale/es-AR.yml +219 -0
  22. data/rails/locale/es-CL.yml +224 -0
  23. data/rails/locale/es-CO.yml +220 -0
  24. data/rails/locale/es-MX.yml +227 -0
  25. data/rails/locale/es-PE.yml +170 -0
  26. data/rails/locale/es.yml +225 -0
  27. data/rails/locale/et.yml +260 -0
  28. data/rails/locale/eu.yml +224 -0
  29. data/rails/locale/fa.yml +222 -0
  30. data/rails/locale/fi.yml +225 -0
  31. data/rails/locale/fr-CA.yml +227 -0
  32. data/rails/locale/fr-CH.yml +224 -0
  33. data/rails/locale/fr.yml +222 -0
  34. data/rails/locale/fur.yml +184 -0
  35. data/rails/locale/gl-ES.yml +236 -0
  36. data/rails/locale/gsw-CH.yml +222 -0
  37. data/rails/locale/he.yml +227 -0
  38. data/rails/locale/hi-IN.yml +221 -0
  39. data/rails/locale/hi.yml +221 -0
  40. data/rails/locale/hr.yml +159 -0
  41. data/rails/locale/hsb.yml +233 -0
  42. data/rails/locale/hu.yml +215 -0
  43. data/rails/locale/id.yml +187 -0
  44. data/rails/locale/is.yml +230 -0
  45. data/rails/locale/it.yml +235 -0
  46. data/rails/locale/ja.yml +228 -0
  47. data/rails/locale/kn.yml +222 -0
  48. data/rails/locale/ko.yml +228 -0
  49. data/rails/locale/lo.yml +244 -0
  50. data/rails/locale/lt.yml +184 -0
  51. data/rails/locale/lv.yml +221 -0
  52. data/rails/locale/mk.yml +158 -0
  53. data/rails/locale/mn.yml +199 -0
  54. data/rails/locale/nb.yml +220 -0
  55. data/rails/locale/nl.yml +226 -0
  56. data/rails/locale/nn.yml +139 -0
  57. data/rails/locale/pl.yml +234 -0
  58. data/rails/locale/pt-BR.yml +239 -0
  59. data/rails/locale/pt-PT.yml +230 -0
  60. data/rails/locale/rm.yml +177 -0
  61. data/rails/locale/ro.yml +211 -0
  62. data/rails/locale/ru.yml +376 -0
  63. data/rails/locale/sk.yml +236 -0
  64. data/rails/locale/sl.yml +233 -0
  65. data/rails/locale/sr-Latn.yml +159 -0
  66. data/rails/locale/sr.yml +159 -0
  67. data/rails/locale/sv-SE.yml +273 -0
  68. data/rails/locale/sw.yml +222 -0
  69. data/rails/locale/th.rb +199 -0
  70. data/rails/locale/tr.yml +181 -0
  71. data/rails/locale/uk.yml +351 -0
  72. data/rails/locale/vi.yml +241 -0
  73. data/rails/locale/zh-CN.yml +250 -0
  74. data/rails/locale/zh-TW.yml +250 -0
  75. metadata +153 -0
@@ -0,0 +1,228 @@
1
+ # Japanese translations for Ruby on Rails
2
+ # by Akira Matsuda (ronnie@dio.jp)
3
+ # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh.
4
+ # contributors:
5
+ # - Tsutomu Kuroda (t-kuroda@oiax.jp)
6
+
7
+ ja:
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年%m月%d日(%a) %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: 3
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: "1秒以内"
141
+ other: "%{count}秒以内"
142
+ x_seconds:
143
+ one: "1秒"
144
+ other: "%{count}秒"
145
+ less_than_x_minutes:
146
+ one: "1分以内"
147
+ other: "%{count}分以内"
148
+ x_minutes:
149
+ one: "1分"
150
+ other: "%{count}分"
151
+ about_x_hours:
152
+ one: "約1時間"
153
+ other: "約%{count}時間"
154
+ x_days:
155
+ one: "1日"
156
+ other: "%{count}日"
157
+ about_x_months:
158
+ one: "約1ヶ月"
159
+ other: "約%{count}ヶ月"
160
+ x_months:
161
+ one: "1ヶ月"
162
+ other: "%{count}ヶ月"
163
+ about_x_years:
164
+ one: "約1年"
165
+ other: "約%{count}年"
166
+ over_x_years:
167
+ one: "1年以上"
168
+ other: "%{count}年以上"
169
+ almost_x_years:
170
+ one: "1年弱"
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: "%{model}に%{count}つのエラーが発生しました。"
220
+ body: "次の項目を確認してください。"
221
+
222
+ messages:
223
+ taken: "はすでに存在します。"
224
+ record_invalid: "バリデーションに失敗しました。 %{errors}"
225
+ <<: *errors_messages
226
+
227
+ full_messages:
228
+ format: "%{attribute}%{message}"
@@ -0,0 +1,222 @@
1
+ # Kannada translations for Ruby on Rails
2
+ # by Sukeerthi Adiga G(sukeerthiadiga@gmail.com)
3
+
4
+ kn:
5
+ date:
6
+ formats:
7
+ default: "%Y-%m-%d"
8
+ short: "%b %d"
9
+ long: "%B %d, %Y"
10
+
11
+ day_names:
12
+ - ರವಿವಾರ
13
+ - ಸೋಮವಾರ
14
+ - ಮಂಗಳವಾರ
15
+ - ಬುಧವಾರ
16
+ - ಗುರುವಾರ
17
+ - ಶುಕ್ರವಾರ
18
+ - ಶನಿವಾರ
19
+ abbr_day_names:
20
+ - ರವಿ
21
+ - ಸೋಮ
22
+ - ಮಂಗಳ
23
+ - ಬುಧ
24
+ - ಗುರು
25
+ - ಶುಕ್ರ
26
+ - ಶನಿ
27
+
28
+ month_names:
29
+ - ~
30
+ - ಜನವರಿ
31
+ - ಫೆಬ್ರವರಿ
32
+ - ಮಾರ್ಚ್
33
+ - ಏಪ್ರಿಲ್
34
+ - ಮೇ
35
+ - ಜೂನ್
36
+ - ಜುಲೈ
37
+ - ಆಗಸ್ಟ್
38
+ - ಸೆಪ್ಟೆಂಬರ್
39
+ - ಅಕ್ಟೋಬರ್
40
+ - ನವಂಬರ್
41
+ - ಡಿಸೆಂಬರ್
42
+
43
+ abbr_month_names:
44
+ - ~
45
+ - Jan
46
+ - Feb
47
+ - Mar
48
+ - Apr
49
+ - May
50
+ - Jun
51
+ - Jul
52
+ - Aug
53
+ - Sep
54
+ - Oct
55
+ - Nov
56
+ - Dec
57
+ order:
58
+ - :year
59
+ - :month
60
+ - :day
61
+
62
+ time:
63
+ formats:
64
+ default: "%a, %d %b %Y %H:%M:%S %z"
65
+ short: "%d %b %H:%M"
66
+ long: "%B %d, %Y %H:%M"
67
+ am: "ಪ್ರಾತಃಕಾಲ"
68
+ pm: "ಅಪರನ್ನಃ"
69
+
70
+ support:
71
+ array:
72
+ words_connector: ", "
73
+ two_words_connector: " ಮತ್ತು "
74
+ last_word_connector: ", ಮತ್ತು "
75
+
76
+ select:
77
+ prompt: "ದಯವಿಟ್ಟು ಆರಿಸಿ"
78
+
79
+ number:
80
+ format:
81
+ separator: "."
82
+ delimiter: ","
83
+ precision: 3
84
+ significant: false
85
+ strip_insignificant_zeros: false
86
+
87
+ currency:
88
+ format:
89
+ format: "%u%n"
90
+ unit: "$"
91
+ separator: "."
92
+ delimiter: ","
93
+ precision: 2
94
+ significant: false
95
+ strip_insignificant_zeros: false
96
+
97
+ percentage:
98
+ format:
99
+ delimiter: ""
100
+
101
+ precision:
102
+ format:
103
+ delimiter: ""
104
+
105
+ human:
106
+ format:
107
+ delimiter: ""
108
+ precision: 3
109
+ significant: true
110
+ strip_insignificant_zeros: true
111
+ storage_units:
112
+ format: "%n %u"
113
+ units:
114
+ byte:
115
+ one: "Byte"
116
+ other: "Bytes"
117
+ kb: "KB"
118
+ mb: "MB"
119
+ gb: "GB"
120
+ tb: "TB"
121
+ decimal_units:
122
+ format: "%n %u"
123
+ units:
124
+ unit: ""
125
+ thousand: ಸಾವಿರ
126
+ million: ದಶಲಕ್ಷ
127
+ billion: ಲಕ್ಷಕೋಟಿ
128
+ trillion: ನೀಲ್
129
+ quadrillion: ಪದ್ಮ
130
+
131
+ datetime:
132
+ distance_in_words:
133
+ half_a_minute: "ಒಂದು ಅರ್ಧ ನಿಮಿಷ"
134
+ less_than_x_seconds:
135
+ one: "ಒಂದು ಸೆಕೆಂಡಿಗೂ ಕಡಿಮೆ"
136
+ other: "%{count} ಸೆಕೆಂಡಿಗಿಂತ ಕಡಿಮೆ"
137
+ x_seconds:
138
+ one: "1 ಸೆಕೆಂಡ್"
139
+ other: "%{count} ಸೆಕೆಂಡುಗಳು"
140
+ less_than_x_minutes:
141
+ one: "ಒಂದು ನಿಮಿಷಕ್ಕೂ ಕಡಿಮೆ"
142
+ other: "%{count} ನಿಮಿಷಕ್ಕಿಂತ ಕಡಿಮೆ"
143
+ x_minutes:
144
+ one: "1 ನಿಮಿಷ"
145
+ other: "%{count} ನಿಮಿಷಗಳು"
146
+ about_x_hours:
147
+ one: "ಸುಮಾರು ಒಂದು ಗಂಟೆ"
148
+ other: "ಸುಮಾರು %{count} ಗಂಟೆಗಳು"
149
+ x_days:
150
+ one: "1 ದಿನ"
151
+ other: "%{count} ದಿನಗಳು"
152
+ about_x_months:
153
+ one: "ಸುಮಾರು ಒಂದು ತಿಂಗಳು"
154
+ other: "ಸುಮಾರು %{count} ತಿಂಗಳುಗಳು"
155
+ x_months:
156
+ one: "1 ತಿಂಗಳು"
157
+ other: "%{count} ತಿಂಗಳುಗಳು"
158
+ about_x_years:
159
+ one: "ಸುಮಾರು ಒಂದು ವರುಷ"
160
+ other: "ಸುಮಾರು %{count} ವರುಷಗಳು"
161
+ over_x_years:
162
+ one: "ಒಂದು ವರುಷಕ್ಕಿಂತ ಹೆಚ್ಚು"
163
+ other: "%{count} ವರುಷಗಳಿಗಿಂತ ಹೆಚ್ಚು"
164
+ almost_x_years:
165
+ one: "ಸರಿಸುಮಾರು ಒಂದು ವರುಷ"
166
+ other: "ಸರಿಸುಮಾರು %{count} ವರುಷಗಳು"
167
+ prompts:
168
+ year: "ವರುಷ"
169
+ month: "ತಿಂಗಳು"
170
+ day: "ದಿನ"
171
+ hour: "ಗಂಟೆ"
172
+ minute: "ನಿಮಿಷ"
173
+ second: "ಸೆಕೆಂಡು"
174
+
175
+ helpers:
176
+ select:
177
+ prompt: "ದಯವಿಟ್ಟು ಆರಿಸಿ"
178
+
179
+ submit:
180
+ create: '%{model} ರಚಿಸಿ'
181
+ update: '%{model} ರಚಿಸಿ'
182
+ submit: '%{model} ಕಳುಹಿಸು'
183
+
184
+ errors:
185
+ format: "%{attribute} %{message}"
186
+
187
+ messages: &errors_messages
188
+ inclusion: "ಪಟ್ಟಿಯಲ್ಲಿ ಶಾಮೀಲು ಆಗಿಲ್ಲ"
189
+ exclusion: "ಕಾಯ್ದಿರಿಸಲಾಗಿದೆ"
190
+ invalid: "ನಿರರ್ಥಕವಾಗಿದೆ"
191
+ confirmation: "ಸಮರ್ಥನೆ ಸರಿಬರಲ್ಲಿಲ್ಲ"
192
+ accepted: "ಒಪ್ಪಿಕೊಳ್ಳಬೇಕು"
193
+ empty: "ಖಾಲಿ ಬಿಡಲು ಸಧ್ಯವಿಲ್ಲ"
194
+ blank: "ಖಾಲಿ ಬಿಡಲು ಸಧ್ಯವಿಲ್ಲ"
195
+ too_long: "ಬಹಳ ದೊಡ್ಡದಾಗಿದೆ (ಗರಿಷ್ಟ %{count} ಅಕ್ಷರಗಳು)"
196
+ too_short: "ಬಹಳ ಚಿಕ್ಕದಾಗಿದೆ (ಕನಿಷ್ಠ %{count} ಅಕ್ಷರಗಳು)"
197
+ wrong_length: "ತಪ್ಪು ಉದ್ದವಿದೆ (%{count} ಅಕ್ಷರಗಳಿರಬೇಕು)"
198
+ not_a_number: "ಸಂಖೆ ಆಗಿಲ್ಲ"
199
+ not_an_integer: "ಸಂಖೆ ಆಗಿರಬೇಕು"
200
+ greater_than: "%{count} ಕ್ಕಿಂತ ಹೆಚ್ಚಿರಬೇಕು"
201
+ greater_than_or_equal_to: "%{count} ಕಿಂತ ಹೆಚ್ಚು ಅಥವಾ ಸಮಾನವಾಗಿರ ಇರಬೇಕು"
202
+ equal_to: "%{count} ಕ್ಕೆ ಸಮಾನವಾಗಿರಬೇಕು"
203
+ less_than: "%{count} ಕ್ಕಿಂತ ಕಡಿಮೆ ಆಗಿರಬೇಕು"
204
+ less_than_or_equal_to: "%{count} ಕಿಂತ ಕಡಿಮೆ ಅಥವಾ ಸಮಾನವಾಗಿರ ಇರಬೇಕು"
205
+ odd: "ಬೆಸ ಆಗಿರಬೇಕು"
206
+ even: "ಸಮ ಆಗಿರಬೇಕು"
207
+
208
+ activerecord:
209
+ errors:
210
+ template:
211
+ header:
212
+ one: "1 ಧೋಷದ ಪರಿಣಾಮ %{model} ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ"
213
+ other: "%{count} ಧೋಷಗಳ ಪರಿಣಾಮ %{model} ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ"
214
+ body: "ಸಮಸ್ಯೆಗಳಿರುವ ಜಾಗಗಳು:"
215
+
216
+ messages:
217
+ taken: "ತೆಗೆದುಕೊಂಡಾಗಿದೆ"
218
+ record_invalid: "ತಪ್ಪು ಆಧಾರ: %{errors}"
219
+ <<: *errors_messages
220
+
221
+ full_messages:
222
+ format: "%{attribute} %{message}"
@@ -0,0 +1,228 @@
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}"