refinerycms-i18n 0.9.9.9 → 0.9.9.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. data/config/locales/ar.yml +4 -1
  2. data/config/locales/bg.yml +4 -1
  3. data/config/locales/bn-IN.yml +4 -1
  4. data/config/locales/bs.yml +4 -1
  5. data/config/locales/{ca-ES.yml → ca.yml} +16 -1
  6. data/config/locales/{cz.rb → cs.rb} +2 -2
  7. data/config/locales/cy.yml +181 -0
  8. data/config/locales/da.yml +115 -87
  9. data/config/locales/de-AT.yml +29 -15
  10. data/config/locales/de-CH.yml +154 -0
  11. data/config/locales/de.yml +89 -37
  12. data/config/locales/dsb.yml +185 -182
  13. data/config/locales/el.yml +95 -153
  14. data/config/locales/en-AU.yml +180 -0
  15. data/config/locales/en-GB.yml +210 -0
  16. data/config/locales/en-US.yml +182 -0
  17. data/config/locales/eo.yml +182 -0
  18. data/config/locales/es-AR.yml +150 -141
  19. data/config/locales/es-CO.yml +79 -46
  20. data/config/locales/es-MX.yml +81 -13
  21. data/config/locales/es-PE.yml +124 -0
  22. data/config/locales/es.yml +183 -84
  23. data/config/locales/et.yml +93 -15
  24. data/config/locales/eu.yml +264 -0
  25. data/config/locales/fa.yml +36 -12
  26. data/config/locales/fi.yml +6 -5
  27. data/config/locales/fr-CA.yml +187 -0
  28. data/config/locales/fr-CH.yml +111 -50
  29. data/config/locales/fr.yml +95 -53
  30. data/config/locales/fun/en-AU.rb +1 -1
  31. data/config/locales/fun/gibberish.rb +2 -2
  32. data/config/locales/fur.yml +4 -1
  33. data/config/locales/gl-ES.yml +4 -1
  34. data/config/locales/gsw-CH.yml +182 -0
  35. data/config/locales/he.yml +4 -1
  36. data/config/locales/hi-IN.yml +181 -0
  37. data/config/locales/hi.yml +181 -0
  38. data/config/locales/hr.yml +4 -1
  39. data/config/locales/hsb.yml +193 -190
  40. data/config/locales/hu.yml +4 -1
  41. data/config/locales/id.yml +35 -15
  42. data/config/locales/is.yml +5 -2
  43. data/config/locales/it.yml +76 -24
  44. data/config/locales/ja.yml +72 -23
  45. data/config/locales/ko.yml +131 -98
  46. data/config/locales/lo.yml +42 -39
  47. data/config/locales/lt.yml +4 -1
  48. data/config/locales/lv.yml +58 -9
  49. data/config/locales/mk.yml +4 -1
  50. data/config/locales/mn.yml +159 -0
  51. data/config/locales/nb.yml +44 -7
  52. data/config/locales/nl.yml +171 -158
  53. data/config/locales/nn.yml +5 -2
  54. data/config/locales/pl.yml +117 -51
  55. data/config/locales/pt-BR.yml +85 -25
  56. data/config/locales/pt-PT.yml +132 -162
  57. data/config/locales/rm.yml +4 -1
  58. data/config/locales/ro.yml +6 -3
  59. data/config/locales/ru.yml +4 -1
  60. data/config/locales/sk.yml +195 -139
  61. data/config/locales/sl.yml +4 -1
  62. data/config/locales/sr-Latn.yml +4 -1
  63. data/config/locales/sr.yml +4 -1
  64. data/config/locales/sv.yml +85 -32
  65. data/config/locales/sw.yml +135 -76
  66. data/config/locales/th.rb +180 -203
  67. data/config/locales/tr.yml +4 -1
  68. data/config/locales/uk.yml +4 -1
  69. data/config/locales/vi.yml +4 -1
  70. data/config/locales/zh-CN.yml +91 -12
  71. data/config/locales/zh-TW.yml +92 -14
  72. data/lib/gemspec.rb +1 -1
  73. data/lib/refinery/i18n.rb +1 -1
  74. metadata +18 -5
@@ -58,7 +58,10 @@ is:
58
58
  month_names: [~, janúar, febrúar, mars, apríl, maí, júní, júlí, ágúst, september, október, nóvember, desember]
59
59
  abbr_month_names: [~, jan, feb, mar, apr, maí, jún, júl, ágú, sep, okt, nóv, des]
60
60
  # Used in date_select and datime_select.
61
- order: [:day, :month, :year]
61
+ order:
62
+ - :day
63
+ - :month
64
+ - :year
62
65
 
63
66
  time:
64
67
  formats:
@@ -132,7 +135,7 @@ is:
132
135
  too_short: "er of stutt (má minnst vera %{count} stafir)"
133
136
  wrong_length: "er af rangri lengd (má mest vera %{count} stafir)"
134
137
  taken: "er þegar í notkun"
135
- not_a_number: "er ikke et tall"
138
+ not_a_number: "er ekki tala"
136
139
  greater_than: "þarf að vera stærri en %{count}"
137
140
  greater_than_or_equal_to: "þarf að vera stærri en eða jafngilt %{count}"
138
141
  equal_to: "þarf að vera jafngilt %{count}"
@@ -1,17 +1,19 @@
1
- # Italian translations for Ruby on Rails
2
- # by Claudio Poli (masterkain@gmail.com)
3
- # maintained by Simone Carletti (weppos@weppos.net)
1
+ # Italian translations for Ruby on Rails
4
2
  #
5
- # This localization file targets Rails 2.3.2.
6
- # If you need a previous version go to http://github.com/weppos/rails-i18n/
7
- # and choose between available tags.
3
+ # created by Claudio Poli (masterkain@gmail.com)
4
+ #
5
+ # This localization file targets Rails 2 and 3.
6
+ #
7
+ # Rails 3 version by Davide Guerri (d.guerri@caspur.it)
8
8
 
9
9
  it:
10
10
  number:
11
11
  format:
12
- separator: ","
13
- delimiter: "."
14
- precision: 3
12
+ delimiter: ""
13
+ precision: 2
14
+ significant: false
15
+ strip_insignificant_zeros: false
16
+ separator: "."
15
17
 
16
18
  currency:
17
19
  format:
@@ -20,6 +22,8 @@ it:
20
22
  separator: "."
21
23
  delimiter: ","
22
24
  precision: 2
25
+ significant: false
26
+ strip_insignificant_zeros: false
23
27
 
24
28
  percentage:
25
29
  format:
@@ -37,6 +41,8 @@ it:
37
41
  # separator:
38
42
  delimiter: ""
39
43
  precision: 1
44
+ significant: true
45
+ strip_insignificant_zeros: true
40
46
  storage_units:
41
47
  format: "%n %u"
42
48
  units:
@@ -47,6 +53,15 @@ it:
47
53
  mb: "Mb"
48
54
  gb: "Gb"
49
55
  tb: "Tb"
56
+ decimal_units:
57
+ format: "%n %u"
58
+ units:
59
+ unit: ""
60
+ thousand: "Mila"
61
+ million: "Milioni"
62
+ billion: "Bilioni"
63
+ trillion: "Trilioni"
64
+ quadrillion: "Quadrilioni"
50
65
 
51
66
  date:
52
67
  formats:
@@ -59,7 +74,10 @@ it:
59
74
 
60
75
  month_names: [~, Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre]
61
76
  abbr_month_names: [~, Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic]
62
- order: [ :day, :month, :year ]
77
+ order:
78
+ - :day
79
+ - :month
80
+ - :year
63
81
 
64
82
  time:
65
83
  formats:
@@ -103,6 +121,9 @@ it:
103
121
  over_x_years:
104
122
  one: "oltre un anno"
105
123
  other: "oltre %{count} anni"
124
+ almost_x_years:
125
+ one: "circa 1 anno"
126
+ other: "circa %{count} anni"
106
127
  prompts:
107
128
  year: "Anno"
108
129
  month: "Mese"
@@ -116,15 +137,23 @@ it:
116
137
  words_connector: ", "
117
138
  two_words_connector: " e "
118
139
  last_word_connector: ", e "
119
-
120
- activerecord:
121
- errors:
122
- template:
123
- header:
124
- one: "Non posso salvare questo %{model}: 1 errore"
125
- other: "Non posso salvare questo %{model}: %{count} errori."
126
- body: "Per favore ricontrolla i seguenti campi:"
127
- messages:
140
+
141
+ select:
142
+ prompt: "Per favore, seleziona"
143
+
144
+ helpers:
145
+ select:
146
+ prompt: "Per favore, seleziona"
147
+
148
+ submit:
149
+ create: 'Crea %{model}'
150
+ update: 'Aggiorna %{model}'
151
+ submit: 'Invia %{model}'
152
+
153
+ errors:
154
+ format: "%{attribute} %{message}"
155
+
156
+ messages: &errors_messages
128
157
  inclusion: "non è incluso nella lista"
129
158
  exclusion: "è riservato"
130
159
  invalid: "non è valido"
@@ -132,15 +161,38 @@ it:
132
161
  accepted: "deve essere accettata"
133
162
  empty: "non può essere vuoto"
134
163
  blank: "non può essere lasciato in bianco"
135
- too_long: "è troppo lungo (il massimo è %{count} lettere)"
136
- too_short: "è troppo corto (il minimo è %{count} lettere)"
137
- wrong_length: "è della lunghezza sbagliata (deve essere di %{count} lettere)"
138
- taken: "è già in uso"
164
+ too_long:
165
+ one: "è troppo lungo (il massimo è 1 carattere)"
166
+ other: "è troppo lungo (il massimo è %{count} caratteri)"
167
+ too_short:
168
+ one: "è troppo corto (il minimo è 1 carattere)"
169
+ other: "è troppo corto (il minimo è %{count} caratteri)"
170
+ wrong_length:
171
+ one: "è della lunghezza sbagliata (deve essere di 1 carattere)"
172
+ other: "è della lunghezza sbagliata (deve essere di %{count} caratteri)"
139
173
  not_a_number: "non è un numero"
174
+ not_an_integer: "non è un intero"
140
175
  greater_than: "deve essere superiore a %{count}"
141
176
  greater_than_or_equal_to: "deve essere superiore o uguale a %{count}"
142
177
  equal_to: "deve essere uguale a %{count}"
143
178
  less_than: "deve essere meno di %{count}"
144
179
  less_than_or_equal_to: "deve essere meno o uguale a %{count}"
145
180
  odd: "deve essere dispari"
146
- even: "deve essere pari"
181
+ even: "deve essere pari"
182
+
183
+ activerecord:
184
+ errors:
185
+ template:
186
+ header:
187
+ one: "Non posso salvare questo %{model}: 1 errore"
188
+ other: "Non posso salvare questo %{model}: %{count} errori."
189
+ body: "Per favore ricontrolla i seguenti campi:"
190
+
191
+ messages:
192
+ taken: "è già in uso"
193
+ record_invalid: "Validazione fallita: %{errors}"
194
+ <<: *errors_messages
195
+
196
+ full_messages:
197
+ format: "%{attribute}%{message}"
198
+
@@ -1,6 +1,8 @@
1
1
  # Japanese translations for Ruby on Rails
2
2
  # by Akira Matsuda (ronnie@dio.jp)
3
3
  # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh.
4
+ # contributors:
5
+ # - Tsutomu Kuroda (t-kuroda@oiax.jp)
4
6
 
5
7
  ja:
6
8
  date:
@@ -15,7 +17,10 @@ ja:
15
17
  month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
16
18
  abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
17
19
 
18
- order: [:year, :month, :day]
20
+ order:
21
+ - :year
22
+ - :month
23
+ - :day
19
24
 
20
25
  time:
21
26
  formats:
@@ -41,6 +46,8 @@ ja:
41
46
  separator: "."
42
47
  delimiter: ","
43
48
  precision: 3
49
+ significant: false
50
+ strip_insignificant_zeros: false
44
51
 
45
52
  currency:
46
53
  format:
@@ -48,7 +55,9 @@ ja:
48
55
  unit: "円"
49
56
  separator: "."
50
57
  delimiter: ","
51
- precision: 0
58
+ precision: 3
59
+ significant: false
60
+ strip_insignificant_zeros: false
52
61
 
53
62
  percentage:
54
63
  format:
@@ -61,7 +70,10 @@ ja:
61
70
  human:
62
71
  format:
63
72
  delimiter: ""
64
- precision: 1
73
+ precision: 3
74
+ significant: true
75
+ strip_insignificant_zeros: true
76
+
65
77
  storage_units:
66
78
  format: "%n%u"
67
79
  units:
@@ -71,6 +83,16 @@ ja:
71
83
  gb: "ギガバイト"
72
84
  tb: "テラバイト"
73
85
 
86
+ decimal_units:
87
+ format: "%n %u"
88
+ units:
89
+ unit: ""
90
+ thousand: "千"
91
+ million: "百万"
92
+ billion: "十億"
93
+ trillion: "兆"
94
+ quadrillion: "千兆"
95
+
74
96
  datetime:
75
97
  distance_in_words:
76
98
  half_a_minute: "30秒前後"
@@ -99,11 +121,55 @@ ja:
99
121
  one: "1ヶ月"
100
122
  other: "%{count}ヶ月"
101
123
  about_x_years:
102
- one: "約%{count}年"
124
+ one: "約1年"
103
125
  other: "約%{count}年"
104
126
  over_x_years:
105
- one: "%{count}年以上"
127
+ one: "1年以上"
106
128
  other: "%{count}年以上"
129
+ almost_x_years:
130
+ one: "1年弱"
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: "は偶数にしてください。"
107
173
 
108
174
  activerecord:
109
175
  errors:
@@ -114,26 +180,9 @@ ja:
114
180
  body: "次の項目を確認してください。"
115
181
 
116
182
  messages:
117
- inclusion: "は一覧にありません。"
118
- exclusion: "は予約されています。"
119
- invalid: "は不正な値です。"
120
- confirmation: "が一致しません。"
121
- accepted: "を受諾してください。"
122
- empty: "を入力してください。"
123
- blank: "を入力してください。"
124
- too_long: "は%{count}文字以内で入力してください。"
125
- too_short: "は%{count}文字以上で入力してください。"
126
- wrong_length: "は%{count}文字で入力してください。"
127
183
  taken: "はすでに存在します。"
128
- not_a_number: "は数値で入力してください。"
129
- greater_than: "は%{count}より大きい値にしてください。"
130
- greater_than_or_equal_to: "は%{count}以上の値にしてください。"
131
- equal_to: "は%{count}にしてください。"
132
- less_than: "は%{count}より小さい値にしてください。"
133
- less_than_or_equal_to: "は%{count}以下の値にしてください。"
134
- odd: "は奇数にしてください。"
135
- even: "は偶数にしてください。"
136
184
  record_invalid: "バリデーションに失敗しました。 %{errors}"
185
+ <<: *errors_messages
137
186
 
138
187
  full_messages:
139
188
  format: "%{attribute}%{message}"
@@ -1,6 +1,8 @@
1
- # Korean (한글) translations for Ruby on Rails
1
+ # Korean (한글) translations for Ruby on Rails
2
2
  # by John Hwang (jhwang@tavon.org)
3
3
  # http://github.com/tavon
4
+ # and Sunghee Kang(paranoiase@gmail.com)
5
+ # http://www.twitter.com/paranoiase
4
6
 
5
7
  ko:
6
8
  date:
@@ -8,14 +10,16 @@ ko:
8
10
  default: "%Y/%m/%d"
9
11
  short: "%m/%d"
10
12
  long: "%Y년 %m월 %d일 (%a)"
11
-
13
+
12
14
  day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일]
13
15
  abbr_day_names: [일, 월, 화, 수, 목, 금, 토]
14
-
16
+
15
17
  month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
16
18
  abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
17
-
18
- order: [ :year, :month, :day ]
19
+ order:
20
+ - :year
21
+ - :month
22
+ - :day
19
23
 
20
24
  time:
21
25
  formats:
@@ -24,130 +28,159 @@ ko:
24
28
  long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z"
25
29
  am: "오전"
26
30
  pm: "오후"
27
-
28
- # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
31
+
32
+ support:
33
+ array:
34
+ sentence_connector: ", "
35
+ words_connector: ", "
36
+ two_words_connector: "와(과) "
37
+ last_word_connector: ", "
38
+
39
+ select:
40
+ prompt: "선택해 주세요"
41
+
42
+ number:
43
+ format:
44
+ separator: "."
45
+ delimiter: ","
46
+ precision: 3
47
+ significant: false
48
+ strip_insignificant_zeros: false
49
+
50
+ currency:
51
+ format:
52
+ format: "%n%u"
53
+ unit: "원"
54
+ separator: "."
55
+ delimiter: ","
56
+ precision: 0
57
+ significant: false
58
+ strip_insignificant_zeros: false
59
+
60
+ percentage:
61
+ format:
62
+ delimiter: ""
63
+
64
+ precision:
65
+ format:
66
+ delimiter: ""
67
+
68
+ human:
69
+ format:
70
+ delimiter: ""
71
+ precision: 3
72
+ significant: true
73
+ strip_insignificant_zeros: true
74
+
75
+ storage_units:
76
+ format: "%n%u"
77
+ units:
78
+ byte: "바이트"
79
+ kb: "킬로바이트"
80
+ mb: "메가바이트"
81
+ gb: "기가바이트"
82
+ tb: "테라바이트"
83
+
84
+ decimal_units:
85
+ format: "%n%u"
86
+ units:
87
+ unit: ""
88
+ thousand: "천"
89
+ million: "백만"
90
+ billion: "십억"
91
+ trillion: "조"
92
+ quadrillion: "경"
93
+
29
94
  datetime:
30
95
  distance_in_words:
31
96
  half_a_minute: "30초"
32
97
  less_than_x_seconds:
33
- one: "일초 이하"
98
+ one: " 이하"
34
99
  other: "%{count}초 이하"
35
100
  x_seconds:
36
- one: "일초"
101
+ one: "일 초"
37
102
  other: "%{count}초"
38
103
  less_than_x_minutes:
39
- one: "일분 이하"
104
+ one: " 이하"
40
105
  other: "%{count}분 이하"
41
106
  x_minutes:
42
- one: "일분"
107
+ one: "일 분"
43
108
  other: "%{count}분"
44
109
  about_x_hours:
45
- one: "약 한시간"
110
+ one: "약 한 시간"
46
111
  other: "약 %{count}시간"
47
112
  x_days:
48
- one: "하루"
113
+ one: "하루"
49
114
  other: "%{count}일"
50
115
  about_x_months:
51
- one: "약 한달"
116
+ one: "약 한 달"
52
117
  other: "약 %{count}달"
53
118
  x_months:
54
- one: "한달"
119
+ one: "한 달"
55
120
  other: "%{count}달"
56
121
  about_x_years:
57
- one: "약 일년"
122
+ one: "약 일 년"
58
123
  other: "약 %{count}년"
59
124
  over_x_years:
60
- one: "일년 이상"
125
+ one: " 이상"
61
126
  other: "%{count}년 이상"
127
+ almost_x_years:
128
+ one: "일 년 이하"
129
+ other: "%{count}년 이하"
130
+
62
131
  prompts:
63
- year: "년"
64
- month: "월"
65
- day: "일"
66
- hour: "시"
132
+ year: "년"
133
+ month: "월"
134
+ day: "일"
135
+ hour: "시"
67
136
  minute: "분"
68
137
  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
138
 
117
- # Used in array.to_sentence.
118
- support:
119
- array:
120
- words_connector: ", "
121
- two_words_connector: "과 "
122
- last_word_connector: ", "
123
-
139
+ helpers:
140
+ select:
141
+ prompt: "선택해주세요"
142
+
143
+ submit:
144
+ create: "등록"
145
+ update: "갱신"
146
+ submit: "제출"
147
+
148
+ errors:
149
+ format: "%{attribute}%{message}"
150
+
151
+ messages: &errors_messages
152
+ inclusion: "은(는) 목록에 포함되어 있습니다"
153
+ exclusion: "은(는) 목록에 포함되어 있습니다"
154
+ invalid: "은(는) 무효입니다"
155
+ confirmation: "은(는) 확인되었습니다"
156
+ accepted: "은(는) 확인되었습니다"
157
+ empty: "은(는) 비어두면 안 됩니다"
158
+ blank: "은(는) 비어두면 안 됩니다"
159
+ too_long: "은(는) 너무 깁니다 (최대 %{count}자 까지)"
160
+ too_short: "은(는) 너무 짧습니다 (최소 %{count}자 까지)"
161
+ wrong_length: "은(는) 길이가 틀렸습니다 (%{count}자를 필요합니다)"
162
+ not_a_number: "은(는) 숫자가 아닙니다"
163
+ not_an_integer: "은(는) 정수가 아닙니다"
164
+ greater_than: "은(는) %{count}이상을 요구합니다"
165
+ greater_than_or_equal_to: "은(는) %{count}과 같거나 이상을 요구합니다"
166
+ equal_to: "은(는) %{count}과 같아야 합니다"
167
+ less_than: "은(는) %{count}이하를 요구합니다"
168
+ less_than_or_equal_to: "은(는) %{count}과 같거나 이하을 요구합니다"
169
+ odd: "은(는) 홀수를 요구합니다"
170
+ even: "은(는) 짝수를 요구합니다"
171
+
124
172
  activerecord:
125
173
  errors:
126
174
  template:
127
175
  header:
128
- one: "한개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
129
- other: "%{count}개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
130
- # The variable :count is also available
176
+ one: " 개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
177
+ other: "%{count}개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
131
178
  body: "다음 항목에 문제가 발견되었습니다:"
132
179
 
133
180
  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.
181
+ taken: "은(는) 이미 존재합니다."
182
+ record_invalid: "데이터 검증에 실패하였습니다. %{errors}"
183
+ <<: *errors_messages
184
+
185
+ full_messages:
186
+ format: "%{attribute}%{message}"