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,222 @@
1
+ # Persian translations for Ruby on Rails
2
+ # by Reza (reza@balatarin.com)
3
+ # Rails 3 update by rbjarnason
4
+
5
+ "fa":
6
+ date:
7
+ formats:
8
+ default: "%Y/%m/%d"
9
+ short: "%m/%d"
10
+ long: "%e %B %Y"
11
+
12
+ day_names:
13
+ - یکشنبه
14
+ - دوشنبه
15
+ - سه‌شنبه
16
+ - چهارشنبه
17
+ - پنج‌شنبه
18
+ - جمعه
19
+ - شنبه
20
+ abbr_day_names:
21
+ - ی
22
+ - د
23
+ - س
24
+ - چ
25
+ - پ
26
+ - ج
27
+ - ش
28
+
29
+ month_names:
30
+ - ~
31
+ - ژانویه
32
+ - فوریه
33
+ - مارس
34
+ - آوریل
35
+ - مه
36
+ - ژوئن
37
+ - ژوئیه
38
+ - اوت
39
+ - سپتامبر
40
+ - اکتبر
41
+ - نوامبر
42
+ - دسامبر
43
+ abbr_month_names:
44
+ - ~
45
+ - ژانویه
46
+ - فوریه
47
+ - مارس
48
+ - آوریل
49
+ - مه
50
+ - ژوئن
51
+ - ژوئیه
52
+ - اوت
53
+ - سپتامبر
54
+ - اکتبر
55
+ - نوامبر
56
+ - دسامبر
57
+ order:
58
+ - :day
59
+ - :month
60
+ - :year
61
+
62
+ time:
63
+ formats:
64
+ default: "%A، %e %B %Y، ساعت %H:%M:%S (%Z)"
65
+ short: "%e %B، ساعت %H:%M"
66
+ long: "%e %B %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: 2
84
+ significant: false
85
+ strip_insignificant_zeros: false
86
+
87
+ currency:
88
+ format:
89
+ unit: 'ریال'
90
+ format: '%n %u'
91
+ separator: '٫'
92
+ delimiter: '٬'
93
+ precision: 0
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: 1
109
+ significant: true
110
+ strip_insignificant_zeros: true
111
+ storage_units:
112
+ format: "%n %u"
113
+ units:
114
+ byte:
115
+ one: "بایت"
116
+ other: "بایت"
117
+ kb: "کیلوبایت"
118
+ mb: "مگابایت"
119
+ gb: "گیگابایت"
120
+ 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: "۱ ثانیه"
139
+ other: "%{count} ثانیه"
140
+ less_than_x_minutes:
141
+ one: "کمتر از ۱ دقیقه"
142
+ other: "کمتر از %{count} دقیقه"
143
+ x_minutes:
144
+ one: "۱ دقیقه"
145
+ other: "%{count} دقیقه"
146
+ about_x_hours:
147
+ one: "حدود ۱ ساعت"
148
+ other: "حدود %{count} ساعت"
149
+ x_days:
150
+ one: "۱ روز"
151
+ other: "%{count} روز"
152
+ about_x_months:
153
+ one: "حدود ۱ ماه"
154
+ other: "حدود %{count} ماه"
155
+ x_months:
156
+ one: "۱ ماه"
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,225 @@
1
+ # Finnish translations for Ruby on Rails
2
+ # by Marko Seppä (marko.seppa@gmail.com)
3
+ #
4
+ # corrected by Petri Kivikangas (pkivik@gmail.com)
5
+ # corrected and amended by Niklas Laxström (niklas.laxstrom+rails@gmail.com) 2009
6
+ # Rails 3 conversion by rbjarnason
7
+
8
+ fi:
9
+ date:
10
+ formats:
11
+ default: "%e. %Bta %Y"
12
+ long: "%A %e. %Bta %Y"
13
+ short: "%e.%m.%Y"
14
+
15
+ day_names:
16
+ - sunnuntai
17
+ - maanantai
18
+ - tiistai
19
+ - keskiviikko
20
+ - torstai
21
+ - perjantai
22
+ - lauantai
23
+ abbr_day_names:
24
+ - su
25
+ - ma
26
+ - ti
27
+ - ke
28
+ - to
29
+ - pe
30
+ - la
31
+
32
+ month_names:
33
+ - ~
34
+ - tammikuu
35
+ - helmikuu
36
+ - maaliskuu
37
+ - huhtikuu
38
+ - toukokuu
39
+ - kesäkuu
40
+ - heinäkuu
41
+ - elokuu
42
+ - syyskuu
43
+ - lokakuu
44
+ - marraskuu
45
+ - joulukuu
46
+ abbr_month_names:
47
+ - ~
48
+ - tammi
49
+ - helmi
50
+ - maalis
51
+ - huhti
52
+ - touko
53
+ - kesä
54
+ - heinä
55
+ - elo
56
+ - syys
57
+ - loka
58
+ - marras
59
+ - joulu
60
+ order:
61
+ - :day
62
+ - :month
63
+ - :year
64
+
65
+ time:
66
+ formats:
67
+ default: "%A %e. %Bta %Y %H:%M:%S %z"
68
+ short: "%e.%m. %H.%M"
69
+ long: "%e. %Bta %Y %H.%M"
70
+ am: "aamupäivä"
71
+ pm: "iltapäivä"
72
+
73
+ support:
74
+ array:
75
+ words_connector: ", "
76
+ two_words_connector: " ja "
77
+ last_word_connector: " ja "
78
+
79
+ select:
80
+ prompt: "Valitse"
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: 2
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
+ storage_units:
115
+ format: "%n %u"
116
+ units:
117
+ byte:
118
+ one: "tavu"
119
+ other: "tavua"
120
+ kb: "kB"
121
+ mb: "MB"
122
+ gb: "GB"
123
+ tb: "TB"
124
+ decimal_units:
125
+ format: "%n %u"
126
+ units:
127
+ unit: ""
128
+ thousand: Tuhatta
129
+ million: Euroa
130
+ billion: Miljardia
131
+ trillion: Biljoona
132
+ quadrillion: Kvadriljoona
133
+
134
+ datetime:
135
+ distance_in_words:
136
+ half_a_minute: "puoli minuuttia"
137
+ less_than_x_seconds:
138
+ one: "alle sekunti"
139
+ other: "alle %{count} sekuntia"
140
+ x_seconds:
141
+ one: "sekunti"
142
+ other: "%{count} sekuntia"
143
+ less_than_x_minutes:
144
+ one: "alle minuutti"
145
+ other: "alle %{count} minuuttia"
146
+ x_minutes:
147
+ one: "minuutti"
148
+ other: "%{count} minuuttia"
149
+ about_x_hours:
150
+ one: "noin tunti"
151
+ other: "noin %{count} tuntia"
152
+ x_days:
153
+ one: "päivä"
154
+ other: "%{count} päivää"
155
+ about_x_months:
156
+ one: "noin kuukausi"
157
+ other: "noin %{count} kuukautta"
158
+ x_months:
159
+ one: "kuukausi"
160
+ other: "%{count} kuukautta"
161
+ about_x_years:
162
+ one: "vuosi"
163
+ other: "noin %{count} vuotta"
164
+ over_x_years:
165
+ one: "yli vuosi"
166
+ other: "yli %{count} vuotta"
167
+ almost_x_years:
168
+ one: "melkein yksi vuosi"
169
+ other: "melkein %{count} vuotta"
170
+ prompts:
171
+ year: "Vuosi"
172
+ month: "Kuukausi"
173
+ day: "Päivä"
174
+ hour: "Tunti"
175
+ minute: "Minuutti"
176
+ second: "Sekunti"
177
+
178
+ helpers:
179
+ select:
180
+ prompt: "Valitse"
181
+
182
+ submit:
183
+ create: 'Luo %{model}'
184
+ update: 'Päivitä %{model}'
185
+ submit: 'Tallenna %{model}'
186
+
187
+ errors:
188
+ format: "%{attribute} %{message}"
189
+
190
+ messages: &errors_messages
191
+ inclusion: "ei löydy listasta"
192
+ exclusion: "on varattu"
193
+ invalid: "on kelvoton"
194
+ confirmation: "ei vastaa varmennusta"
195
+ accepted: "täytyy olla hyväksytty"
196
+ empty: "ei voi olla tyhjä"
197
+ blank: "ei voi olla sisällötön"
198
+ too_long: "on liian pitkä (saa olla enintään %{count} merkkiä)"
199
+ too_short: "on liian lyhyt (oltava vähintään %{count} merkkiä)"
200
+ wrong_length: "on väärän pituinen (täytyy olla täsmälleen %{count} merkkiä)"
201
+ not_an_integer: "on kokonaisluku"
202
+ not_a_number: "ei ole luku"
203
+ greater_than: "täytyy olla suurempi kuin %{count}"
204
+ greater_than_or_equal_to: "täytyy olla suurempi tai yhtä suuri kuin %{count}"
205
+ equal_to: "täytyy olla yhtä suuri kuin %{count}"
206
+ less_than: "täytyy olla pienempi kuin %{count}"
207
+ less_than_or_equal_to: "täytyy olla pienempi tai yhtä suuri kuin %{count}"
208
+ odd: "täytyy olla pariton"
209
+ even: "täytyy olla parillinen"
210
+
211
+ activerecord:
212
+ errors:
213
+ template:
214
+ header:
215
+ one: "Virhe syötteessä esti mallin %{model} tallentamisen"
216
+ other: "%{count} virhettä esti mallin %{model} tallentamisen"
217
+ body: "Seuraavat kentät aiheuttivat ongelmia:"
218
+
219
+ messages:
220
+ taken: "on jo käytössä"
221
+ record_invalid: "Validointi epäonnistui: %{errors}"
222
+ <<: *errors_messages
223
+
224
+ full_messages:
225
+ format: "%{attribute} %{message}"
@@ -0,0 +1,227 @@
1
+ # French translations for Ruby on Rails
2
+ # by Christian Lescuyer (christian@flyingcoders.com)
3
+ # contributors:
4
+ # - Sebastien Grosjean - ZenCocoon.com
5
+ # - Bruno Michel - http://github.com/nono
6
+ # - Tsutomu Kuroda - http://github.com/kuroda (t-kuroda@oiax.jp)
7
+ #
8
+ # French Canadian adjustments
9
+ # by Serafim Junior Dos Santos Fagundes <serafim@cyb3r.ca>
10
+
11
+ fr-CA:
12
+ date:
13
+ formats:
14
+ default: "%Y-%m-%d"
15
+ short: "%y-%m-%d"
16
+ long: "%d %B %Y"
17
+ day_names:
18
+ - dimanche
19
+ - lundi
20
+ - mardi
21
+ - mercredi
22
+ - jeudi
23
+ - vendredi
24
+ - samedi
25
+ abbr_day_names:
26
+ - dim
27
+ - lun
28
+ - mar
29
+ - mer
30
+ - jeu
31
+ - ven
32
+ - sam
33
+ month_names:
34
+ - ~
35
+ - janvier
36
+ - février
37
+ - mars
38
+ - avril
39
+ - mai
40
+ - juin
41
+ - juillet
42
+ - août
43
+ - septembre
44
+ - octobre
45
+ - novembre
46
+ - décembre
47
+ abbr_month_names:
48
+ - ~
49
+ - jan.
50
+ - fév.
51
+ - mar.
52
+ - avr.
53
+ - mai
54
+ - juin
55
+ - juil.
56
+ - août
57
+ - sept.
58
+ - oct.
59
+ - nov.
60
+ - déc.
61
+ order:
62
+ - :year
63
+ - :month
64
+ - :day
65
+
66
+ time:
67
+ formats:
68
+ default: "%H:%M:%S"
69
+ short: "%H:%M"
70
+ long: "%A %d %B %Y %H:%M"
71
+ am: 'am'
72
+ pm: 'pm'
73
+
74
+ datetime:
75
+ distance_in_words:
76
+ half_a_minute: "une demi-minute"
77
+ less_than_x_seconds:
78
+ zero: "moins d'une seconde"
79
+ one: "moins d'une seconde"
80
+ other: "moins de %{count} secondes"
81
+ x_seconds:
82
+ one: "1 seconde"
83
+ other: "%{count} secondes"
84
+ less_than_x_minutes:
85
+ zero: "moins d'une minute"
86
+ one: "moins d'une minute"
87
+ other: "moins de %{count} minutes"
88
+ x_minutes:
89
+ one: "1 minute"
90
+ other: "%{count} minutes"
91
+ about_x_hours:
92
+ one: "environ une heure"
93
+ other: "environ %{count} heures"
94
+ x_days:
95
+ one: "1 jour"
96
+ other: "%{count} jours"
97
+ about_x_months:
98
+ one: "environ un mois"
99
+ other: "environ %{count} mois"
100
+ x_months:
101
+ one: "1 mois"
102
+ other: "%{count} mois"
103
+ about_x_years:
104
+ one: "environ un an"
105
+ other: "environ %{count} ans"
106
+ over_x_years:
107
+ one: "plus d'un an"
108
+ other: "plus de %{count} ans"
109
+ almost_x_years:
110
+ one: "presqu'un an"
111
+ other: "presque %{count} ans"
112
+ prompts:
113
+ year: "Année"
114
+ month: "Mois"
115
+ day: "Jour"
116
+ hour: "Heure"
117
+ minute: "Minute"
118
+ second: "Seconde"
119
+
120
+ number:
121
+ format:
122
+ separator: ","
123
+ delimiter: " "
124
+ precision: 3
125
+ significant: false
126
+ strip_insignificant_zeros: false
127
+ currency:
128
+ format:
129
+ format: "%n %u"
130
+ unit: "$"
131
+ separator: ","
132
+ delimiter: " "
133
+ precision: 2
134
+ significant: false
135
+ strip_insignificant_zeros: false
136
+ percentage:
137
+ format:
138
+ delimiter: ""
139
+ precision:
140
+ format:
141
+ delimiter: ""
142
+ human:
143
+ format:
144
+ delimiter: ""
145
+ precision: 2
146
+ significant: true
147
+ strip_insignificant_zeros: true
148
+ storage_units:
149
+ format: "%n %u"
150
+ units:
151
+ byte:
152
+ one: "Octet"
153
+ other: "Octets"
154
+ kb: "ko"
155
+ mb: "Mo"
156
+ gb: "Go"
157
+ tb: "To"
158
+ decimal_units:
159
+ format: "%n %u"
160
+ units:
161
+ unit: ""
162
+ thousand: "Millier"
163
+ million: "Million"
164
+ billion: "Milliard"
165
+ trillion: "Mille milliard"
166
+ quadrillion: "Million de milliards"
167
+
168
+ support:
169
+ array:
170
+ words_connector: ", "
171
+ two_words_connector: " et "
172
+ last_word_connector: " et "
173
+ select:
174
+ prompt: "Veuillez sélectionner"
175
+
176
+ helpers:
177
+ select:
178
+ prompt: "Veuillez sélectionner"
179
+ submit:
180
+ create: "Créer un %{model}"
181
+ update: "Modifier ce %{model}"
182
+ submit: "Enregistrer ce %{model}"
183
+
184
+ errors:
185
+ template: &errors_template
186
+ header:
187
+ one: "Impossible d'enregistrer ce %{model} : 1 erreur"
188
+ other: "Impossible d'enregistrer ce %{model} : %{count} erreurs"
189
+ body: "Veuillez vérifier les champs suivants : "
190
+
191
+ attributes:
192
+ created_at: "Créé le"
193
+ updated_at: "Modifié le"
194
+
195
+ errors:
196
+ format: "Le %{attribute} %{message}"
197
+ messages: &errors_messages
198
+ inclusion: "n'est pas inclus(e) dans la liste"
199
+ exclusion: "n'est pas disponible"
200
+ invalid: "n'est pas valide"
201
+ confirmation: "ne concorde pas avec la confirmation"
202
+ accepted: "doit être accepté(e)"
203
+ empty: "doit être rempli(e)"
204
+ blank: "doit être rempli(e)"
205
+ too_long: "est trop long (pas plus de %{count} caractères)"
206
+ too_short: "est trop court (au moins %{count} caractères)"
207
+ wrong_length: "ne fait pas la bonne longueur (doit comporter %{count} caractères)"
208
+ not_a_number: "n'est pas un nombre"
209
+ not_an_integer: "doit être un nombre entier"
210
+ greater_than: "doit être supérieur à %{count}"
211
+ greater_than_or_equal_to: "doit être supérieur ou égal à %{count}"
212
+ equal_to: "doit être égal à %{count}"
213
+ less_than: "doit être inférieur à %{count}"
214
+ less_than_or_equal_to: "doit être inférieur ou égal à %{count}"
215
+ odd: "doit être impair"
216
+ even: "doit être pair"
217
+
218
+ activerecord:
219
+ errors:
220
+ messages:
221
+ taken: "n'est pas disponible"
222
+ record_invalid: "La validation a échoué : %{errors}"
223
+ <<: *errors_messages
224
+ template:
225
+ <<: *errors_template
226
+ full_messages:
227
+ format: "%{attribute} %{message}"