rails-i18n 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -27,7 +27,7 @@ For more information, visit [Rails Internationalization (I18n) API](http://guide
27
27
 
28
28
  Available locales are:
29
29
 
30
- > ar, bg, bn-IN, bs, ca, cs, csb, cy, da, de, de-AT, de-CH, dsb, el, en-AU, en-GB, en-US, eo, es,
30
+ > ar, az, bg, bn-IN, bs, ca, cs, csb, cy, da, de, de-AT, de-CH, dsb, el, en-AU, en-GB, en-US, eo, es,
31
31
  > es-AR, es-CL, es-CO, es-MX, es-PE, et, eu, fa, fi, fr, fr-CA, fr-CH, fur, gl-ES,
32
32
  > gsw-CH, he, hi-IN, hr, hsb, hu, id, is, it, ja, kn, ko, lo, lt, lv, mk, mn, nb,
33
33
  > nl, nn, pl, pt-BR, pt-PT, rm, ro, ru, sk, sl, sr, sr-Latn, sv-SE, sw, th,
@@ -35,7 +35,7 @@ Available locales are:
35
35
 
36
36
  Note that all locale files are not yet ready for Rails 3. Currently, following locales are ready for Rails 2 and 3:
37
37
 
38
- > ar, bg, bs, ca, cs, csb, cy, da, de, de-AT, de-CH, el, en-AU, en-GB, en-US, eo, es, es-AR, es-CL, es-CO, es-MX, et,
38
+ > ar, az, bg, bs, ca, cs, csb, cy, da, de, de-AT, de-CH, el, en-AU, en-GB, en-US, eo, es, es-AR, es-CL, es-CO, es-MX, et,
39
39
  > eu, fa, fi, fr, fr-CA, fr-CH, gsw-CH, he, hi, hi-IN, hu, id, is, it, ja, kn, ko, lv, nb,
40
40
  > nl, pl, pt-BR, pt-PT, ro, ru, sk, sv-SE, sw, th, uk, zh-CN, zh-TW
41
41
 
@@ -0,0 +1,221 @@
1
+ # Azerbaijani translations for Ruby on Rails
2
+ # by Nihad Abbasov (mail@narkoz.me)
3
+
4
+ az:
5
+ date:
6
+ formats:
7
+ default: "%d.%m.%Y"
8
+ short: "%d %b"
9
+ long: "%d %B %Y"
10
+
11
+ day_names:
12
+ - Bazar
13
+ - Bazar ertəsi
14
+ - Çərşənbə axşamı
15
+ - Çərşənbə
16
+ - Cümə axşamı
17
+ - Cümə
18
+ - Şənbə
19
+ abbr_day_names:
20
+ - B.
21
+ - B.E.
22
+ - Ç.A.
23
+ - Ç.
24
+ - C.A.
25
+ - C.
26
+ - Ş.
27
+
28
+ month_names:
29
+ - ~
30
+ - Yanvar
31
+ - Fevral
32
+ - Mart
33
+ - Aprel
34
+ - May
35
+ - İyun
36
+ - İyul
37
+ - Avqust
38
+ - Sentyabr
39
+ - Oktyabr
40
+ - Noyabr
41
+ - Dekabr
42
+ abbr_month_names:
43
+ - ~
44
+ - Yan
45
+ - Fev
46
+ - Mar
47
+ - Apr
48
+ - May
49
+ - İyn
50
+ - İyl
51
+ - Avq
52
+ - Sen
53
+ - Okt
54
+ - Noy
55
+ - Dek
56
+ order:
57
+ - :day
58
+ - :month
59
+ - :year
60
+
61
+ time:
62
+ formats:
63
+ default: "%a, %d %b %Y, %H:%M:%S %z"
64
+ short: "%d %b, %H:%M"
65
+ long: "%d %B %Y, %H:%M"
66
+ am: "günortaya qədər"
67
+ pm: "günortadan sonra"
68
+
69
+ support:
70
+ array:
71
+ words_connector: ", "
72
+ two_words_connector: " və "
73
+ last_word_connector: " və "
74
+
75
+ select:
76
+ prompt: "Seçin"
77
+
78
+ number:
79
+ format:
80
+ separator: "."
81
+ delimiter: " "
82
+ precision: 3
83
+ significant: false
84
+ strip_insignificant_zeros: false
85
+
86
+ currency:
87
+ format:
88
+ format: "%n %u"
89
+ unit: "AZN"
90
+ separator: "."
91
+ delimiter: " "
92
+ precision: 2
93
+ significant: false
94
+ strip_insignificant_zeros: false
95
+
96
+ percentage:
97
+ format:
98
+ delimiter: ""
99
+
100
+ precision:
101
+ format:
102
+ delimiter: ""
103
+
104
+ human:
105
+ format:
106
+ delimiter: ""
107
+ precision: 1
108
+ significant: false
109
+ strip_insignificant_zeros: false
110
+ storage_units:
111
+ format: "%n %u"
112
+ units:
113
+ byte:
114
+ one: "Bayt"
115
+ other: "Bayt"
116
+ kb: "KB"
117
+ mb: "MB"
118
+ gb: "GB"
119
+ tb: "TB"
120
+ decimal_units:
121
+ format: "%n %u"
122
+ units:
123
+ unit: ""
124
+ thousand: Min
125
+ million: Milyon
126
+ billion: Milyard
127
+ trillion: Trilyon
128
+ quadrillion: Katrilyon
129
+
130
+ datetime:
131
+ distance_in_words:
132
+ half_a_minute: "yarım dəqiqə"
133
+ less_than_x_seconds:
134
+ one: "1 saniyədən az"
135
+ other: "%{count} saniyədən az"
136
+ x_seconds:
137
+ one: "1 saniyə"
138
+ other: "%{count} saniyə"
139
+ less_than_x_minutes:
140
+ one: "1 dəqiqədən az"
141
+ other: "%{count} dəqiqədən az"
142
+ x_minutes:
143
+ one: "1 dəqiqə"
144
+ other: "%{count} dəqiqə"
145
+ about_x_hours:
146
+ one: "təxminən 1 saat"
147
+ other: "təxminən %{count} saat"
148
+ x_days:
149
+ one: "1 gün"
150
+ other: "%{count} gün"
151
+ about_x_months:
152
+ one: "təxminən 1 ay"
153
+ other: "təxminən %{count} ay"
154
+ x_months:
155
+ one: "1 ay"
156
+ other: "%{count} ay"
157
+ about_x_years:
158
+ one: "təxminən 1 il"
159
+ other: "təxminən %{count} il"
160
+ over_x_years:
161
+ one: "1 ildən çox"
162
+ other: "%{count} ildən çox"
163
+ almost_x_years:
164
+ one: "təqribən 1 il"
165
+ other: "təqribən %{count} il"
166
+ prompts:
167
+ year: "İl"
168
+ month: "Ay"
169
+ day: "Gün"
170
+ hour: "Saat"
171
+ minute: "Dəqiqə"
172
+ second: "Saniyə"
173
+
174
+ helpers:
175
+ select:
176
+ prompt: "Seçin"
177
+
178
+ submit:
179
+ create: '%{model} yarat'
180
+ update: '%{model} yenilə'
181
+ submit: '%{model} saxla'
182
+
183
+ errors:
184
+ format: "%{attribute} %{message}"
185
+
186
+ messages: &errors_messages
187
+ inclusion: "siyahiyə daxil deyil"
188
+ exclusion: "qorunur"
189
+ invalid: "yalnışdır"
190
+ confirmation: "təsdiqə uygun deyil"
191
+ accepted: "qəbul olunmalıdır"
192
+ empty: "boş ola bilməz"
193
+ blank: "boş ola bilməz"
194
+ too_long: "çox uzundur (%{count} simvoldan çox olmalı deyil)"
195
+ too_short: "çox qısadır (%{count} simvoldan az olmalı deyil)"
196
+ wrong_length: "uzunluqu səhvdir (%{count} simvol olmalıdır)"
197
+ not_a_number: "rəqəm deyil"
198
+ not_an_integer: "tam rəqəm olmalıdır"
199
+ greater_than: "%{count}-dən böyük olmalıdır"
200
+ greater_than_or_equal_to: "böyük və ya %{count}-ə bərabər olmalıdır"
201
+ equal_to: "%{count}-ə bərabər olmalıdır"
202
+ less_than: "%{count}-dən kiçik olmalıdır"
203
+ less_than_or_equal_to: "kiçik və ya %{count}-ə bərabər olmalıdır"
204
+ odd: "tək olmalıdır"
205
+ even: "cüt olmalıdır"
206
+
207
+ activerecord:
208
+ errors:
209
+ template:
210
+ header:
211
+ one: "%{model} saxlanmadı: 1 səhv"
212
+ other: "%{model} saxlanmadı: %{count} səhv"
213
+ body: "Aşağıdaki səhvlər üzə çıxdı:"
214
+
215
+ messages:
216
+ taken: "artıq mövcuddur"
217
+ record_invalid: "Yoxlama uğursuz oldu: %{errors}"
218
+ <<: *errors_messages
219
+
220
+ full_messages:
221
+ format: "%{attribute} %{message}"
@@ -296,9 +296,3 @@ bg:
296
296
  Ю: "Yu"
297
297
  я: "ya"
298
298
  Я: "Ya"
299
-
300
- # ===== Paginate Specific ========================================================================
301
-
302
- pagination:
303
- previous: "&laquo; предишна"
304
- next: "следваща &raquo;"
@@ -214,7 +214,7 @@ ca:
214
214
  format: "%{attribute} %{message}"
215
215
 
216
216
  messages: &errors_messages
217
- inclusion: "no està incluós a la llista"
217
+ inclusion: "no està inclós a la llista"
218
218
  exclusion: "està reservat"
219
219
  invalid: "no és vàlid"
220
220
  confirmation: "no coincideix"
@@ -123,8 +123,8 @@ de-AT:
123
123
  format:
124
124
  unit: '€'
125
125
  format: '%u %n'
126
- separator: '.'
127
- delimiter: ','
126
+ separator: ','
127
+ delimiter: '.'
128
128
  precision: 2
129
129
  significant: false
130
130
  strip_insignificant_zeros: false
@@ -174,13 +174,6 @@ de-AT:
174
174
  select:
175
175
  prompt: "Bitte wählen:"
176
176
 
177
- activemodel:
178
- errors:
179
- template:
180
- header:
181
- one: "Konnte %{model} nicht speichern: ein Fehler."
182
- other: "Konnte %{model} nicht speichern: %{count} Fehler."
183
- body: "Bitte überprüfen Sie die folgenden Felder:"
184
177
  helpers:
185
178
  select:
186
179
  prompt: "Bitte wählen"
@@ -213,19 +206,20 @@ de-AT:
213
206
  odd: "muss ungerade sein"
214
207
  even: "muss gerade sein"
215
208
  not_an_integer: "muss ganzzahlig sein"
209
+ template: &errors_template
210
+ header:
211
+ one: "Konnte %{model} nicht speichern: ein Fehler."
212
+ other: "Konnte %{model} nicht speichern: %{count} Fehler."
213
+ body: "Bitte überprüfen Sie die folgenden Felder:"
216
214
 
217
215
  activerecord:
218
216
  errors:
219
- template:
220
- header:
221
- one: "Konnte %{model} nicht speichern: ein Fehler."
222
- other: "Konnte %{model} nicht speichern: %{count} Fehler."
223
- body: "Bitte überprüfen Sie die folgenden Felder:"
224
-
225
217
  messages:
226
218
  taken: "ist bereits vergeben"
227
219
  record_invalid: "Gültigkeitsprüfung ist fehlgeschlagen: %{errors}"
228
220
  <<: *errors_messages
221
+ template:
222
+ <<: *errors_template
229
223
 
230
224
  full_messages:
231
225
  format: "%{attribute} %{message}"
@@ -174,13 +174,6 @@ de-CH:
174
174
  select:
175
175
  prompt: "Bitte wählen:"
176
176
 
177
- activemodel:
178
- errors:
179
- template:
180
- header:
181
- one: "Konnte %{model} nicht speichern: ein Fehler."
182
- other: "Konnte %{model} nicht speichern: %{count} Fehler."
183
- body: "Bitte überprüfen Sie die folgenden Felder:"
184
177
  helpers:
185
178
  select:
186
179
  prompt: "Bitte wählen"
@@ -213,19 +206,20 @@ de-CH:
213
206
  odd: "muss ungerade sein"
214
207
  even: "muss gerade sein"
215
208
  not_an_integer: "muss ganzzahlig sein"
209
+ template: &errors_template
210
+ header:
211
+ one: "Konnte %{model} nicht speichern: ein Fehler."
212
+ other: "Konnte %{model} nicht speichern: %{count} Fehler."
213
+ body: "Bitte überprüfen Sie die folgenden Felder:"
216
214
 
217
215
  activerecord:
218
216
  errors:
219
- template:
220
- header:
221
- one: "Konnte %{model} nicht speichern: ein Fehler."
222
- other: "Konnte %{model} nicht speichern: %{count} Fehler."
223
- body: "Bitte überprüfen Sie die folgenden Felder:"
224
-
225
217
  messages:
226
218
  taken: "ist bereits vergeben"
227
219
  record_invalid: "Gültigkeitsprüfung ist fehlgeschlagen: %{errors}"
228
220
  <<: *errors_messages
221
+ template:
222
+ <<: *errors_template
229
223
 
230
224
  full_messages:
231
225
  format: "%{attribute} %{message}"
@@ -176,13 +176,6 @@ de:
176
176
  select:
177
177
  prompt: "Bitte wählen:"
178
178
 
179
- activemodel:
180
- errors:
181
- template:
182
- header:
183
- one: "Konnte %{model} nicht speichern: ein Fehler."
184
- other: "Konnte %{model} nicht speichern: %{count} Fehler."
185
- body: "Bitte überprüfen Sie die folgenden Felder:"
186
179
  helpers:
187
180
  select:
188
181
  prompt: "Bitte wählen"
@@ -218,19 +211,20 @@ de:
218
211
  not_saved:
219
212
  one: "Speichern nicht möglich: ein Fehler."
220
213
  other: "Speichern nicht möglich: %{count} Fehler."
214
+ template: &errors_template
215
+ header:
216
+ one: "Konnte %{model} nicht speichern: ein Fehler."
217
+ other: "Konnte %{model} nicht speichern: %{count} Fehler."
218
+ body: "Bitte überprüfen Sie die folgenden Felder:"
221
219
 
222
220
  activerecord:
223
221
  errors:
224
- template:
225
- header:
226
- one: "Konnte %{model} nicht speichern: ein Fehler."
227
- other: "Konnte %{model} nicht speichern: %{count} Fehler."
228
- body: "Bitte überprüfen Sie die folgenden Felder:"
229
-
230
222
  messages:
231
223
  taken: "ist bereits vergeben"
232
224
  record_invalid: "Gültigkeitsprüfung ist fehlgeschlagen: %{errors}"
233
225
  <<: *errors_messages
226
+ template:
227
+ <<: *errors_template
234
228
 
235
229
  full_messages:
236
230
  format: "%{attribute} %{message}"
@@ -93,18 +93,18 @@ dsb:
93
93
  format:
94
94
  precision: 1
95
95
  delimiter: ""
96
- storage_units:
97
- format: "%n %u"
98
- units:
99
- byte:
100
- one: "bajt"
101
- two: "bajta"
102
- few: "bajty"
103
- other: "bajtow"
104
- kb: "KB"
105
- mb: "MB"
106
- gb: "GB"
107
- tb: "TB"
96
+ storage_units:
97
+ format: "%n %u"
98
+ units:
99
+ byte:
100
+ one: "bajt"
101
+ two: "bajta"
102
+ few: "bajty"
103
+ other: "bajtow"
104
+ kb: "KB"
105
+ mb: "MB"
106
+ gb: "GB"
107
+ tb: "TB"
108
108
 
109
109
  percentage:
110
110
  format:
@@ -101,18 +101,18 @@ hsb:
101
101
  precision: 1
102
102
  delimiter: ""
103
103
 
104
- storage_units:
105
- format: "%n %u"
106
- units:
107
- byte:
108
- one: "bajt"
109
- two: "bajtaj"
110
- few: "bajty"
111
- other: "bajtow"
112
- kb: "KB"
113
- mb: "MB"
114
- gb: "GB"
115
- tb: "TB"
104
+ storage_units:
105
+ format: "%n %u"
106
+ units:
107
+ byte:
108
+ one: "bajt"
109
+ two: "bajtaj"
110
+ few: "bajty"
111
+ other: "bajtow"
112
+ kb: "KB"
113
+ mb: "MB"
114
+ gb: "GB"
115
+ tb: "TB"
116
116
 
117
117
  percentage:
118
118
  format:
@@ -8,7 +8,7 @@
8
8
  it:
9
9
  number:
10
10
  format:
11
- delimiter: ""
11
+ delimiter: ","
12
12
  precision: 2
13
13
  significant: false
14
14
  strip_insignificant_zeros: false
@@ -155,40 +155,42 @@ mn:
155
155
  minute: "Минут"
156
156
  second: "Секунд"
157
157
 
158
+ errors:
159
+ messages: &errors_messages
160
+ inclusion: "жагсаалтад алга байна"
161
+ exclusion: "бол ашиглахад хориотой"
162
+ invalid: "буруу байна"
163
+ confirmation: "адилгүй байна"
164
+ accepted: "хүлээн зөвшөөрөгдсөн байх ёстой"
165
+ empty: "байхгүй байж болохгүй"
166
+ blank: "хоосон байж болохгүй"
167
+ too_long: "хэт урт байна (хамгийн уртдаа %{count} тэмдэгт)"
168
+ too_short: "хэт богино байна (хамгийн багадаа %{count} тэмдэгт)"
169
+ wrong_length: "урт нь буруу байна (%{count} тэмдэгт байх ёстой)"
170
+ taken: "аль хэдийн авчихсан байна"
171
+ not_a_number: "тоо биш байна"
172
+ not_an_integer: "бүхэл тоо байх ёстой"
173
+ greater_than: "%{count}-с их байх ёстой"
174
+ greater_than_or_equal_to: "%{count}-с их юмуу тэнцүү байх ёстой"
175
+ equal_to: "%{count}-тэй тэнцүү байх ёстой"
176
+ less_than: "%{count}-с бага байх ёстой"
177
+ less_than_or_equal_to: "%{count}-с бага юмуу тэнцүү байх ёстой"
178
+ odd: "сонгой байх ёстой"
179
+ even: "тэгш байх ёстой"
180
+ record_invalid: "Шалгалт амжилтгүй: %{errors}"
181
+ template: &errors_template
182
+ header:
183
+ one: "1 алдаа гарсан тул %{model} хадгалагдахгүй байна"
184
+ other: "%{count} алдаа гарсан тул %{model} хадгалагдахгүй байна"
185
+ # The variable :count is also available
186
+ body: "Дараах %{count} хэсэгт алдаа гарлаа:"
187
+
158
188
  activerecord:
159
189
  errors:
160
190
  messages:
161
- inclusion: "жагсаалтад алга байна"
162
- exclusion: "бол ашиглахад хориотой"
163
- invalid: "буруу байна"
164
- confirmation: "адилгүй байна"
165
- accepted: "хүлээн зөвшөөрөгдсөн байх ёстой"
166
- empty: "байхгүй байж болохгүй"
167
- blank: "хоосон байж болохгүй"
168
- too_long: "хэт урт байна (хамгийн уртдаа %{count} тэмдэгт)"
169
- too_short: "хэт богино байна (хамгийн багадаа %{count} тэмдэгт)"
170
- wrong_length: "урт нь буруу байна (%{count} тэмдэгт байх ёстой)"
171
- taken: "аль хэдийн авчихсан байна"
172
- not_a_number: "тоо биш байна"
173
- not_an_integer: "бүхэл тоо байх ёстой"
174
- greater_than: "%{count}-с их байх ёстой"
175
- greater_than_or_equal_to: "%{count}-с их юмуу тэнцүү байх ёстой"
176
- equal_to: "%{count}-тэй тэнцүү байх ёстой"
177
- less_than: "%{count}-с бага байх ёстой"
178
- less_than_or_equal_to: "%{count}-с бага юмуу тэнцүү байх ёстой"
179
- odd: "сонгой байх ёстой"
180
- even: "тэгш байх ёстой"
181
- record_invalid: "Шалгалт амжилтгүй: %{errors}"
182
- # Append your own errors here or at the model/attributes scope.
183
-
184
- activemodel:
185
- errors:
191
+ <<: *errors_messages
186
192
  template:
187
- header:
188
- one: "1 алдаа гарсан тул %{model} хадгалагдахгүй байна"
189
- other: "%{count} алдаа гарсан тул %{model} хадгалагдахгүй байна"
190
- # The variable :count is also available
191
- body: "Дараах %{count} хэсэгт алдаа гарлаа:"
193
+ <<: *errors_template
192
194
 
193
195
  support:
194
196
  array:
@@ -1,4 +1,4 @@
1
- # Russian localization for Ruby on Rails 2.2+
1
+ # Russian localization for Ruby on Rails 2.2+ and 3+
2
2
  # by Yaroslav Markin <yaroslav@markin.net>
3
3
  #
4
4
  # Be sure to check out "russian" gem (http://github.com/yaroslav/russian) for
@@ -6,7 +6,7 @@
6
6
  # The following is an excerpt from that gem.
7
7
  #
8
8
  # Для полноценной поддержки русского языка (варианты названий месяцев,
9
- # плюрализация и так далее) в Rails 2.2 нужно использовать gem "russian"
9
+ # плюрализация и так далее) в Rails 2.2+ и Rails 3 нужно использовать gem "russian"
10
10
  # (http://github.com/yaroslav/russian). Следующие данные -- выдержка их него, чтобы
11
11
  # была возможность минимальной локализации приложения на русский язык.
12
12
 
@@ -172,30 +172,30 @@ ru:
172
172
  units:
173
173
  unit: ""
174
174
  thousand:
175
- one: "Тысяча"
176
- few: "Тысяч"
177
- many: "Тысяч"
178
- other: "Тысяч"
175
+ one: "тысяча"
176
+ few: "тысяч"
177
+ many: "тысяч"
178
+ other: "тысяч"
179
179
  million:
180
- one: "Миллион"
181
- few: "Миллионов"
182
- many: "Миллионов"
183
- other: "Миллионов"
180
+ one: "миллион"
181
+ few: "миллионов"
182
+ many: "миллионов"
183
+ other: "миллионов"
184
184
  billion:
185
- one: "Миллиард"
186
- few: "Миллиардов"
187
- many: "Миллиардов"
188
- other: "Миллиардов"
185
+ one: "миллиард"
186
+ few: "миллиардов"
187
+ many: "миллиардов"
188
+ other: "миллиардов"
189
189
  trillion:
190
- one: "Триллион"
191
- few: "Триллионов"
192
- many: "Триллионов"
193
- other: "Триллионов"
190
+ one: "триллион"
191
+ few: "триллионов"
192
+ many: "триллионов"
193
+ other: "триллионов"
194
194
  quadrillion:
195
- one: "Квадриллион"
196
- few: "Квадриллионов"
197
- many: "Квадриллионов"
198
- other: "Квадриллионов"
195
+ one: "квадриллион"
196
+ few: "квадриллионов"
197
+ many: "квадриллионов"
198
+ other: "квадриллионов"
199
199
 
200
200
  datetime:
201
201
  distance_in_words:
@@ -187,8 +187,8 @@
187
187
  submit: 'Uložiť %{model}'
188
188
 
189
189
  errors:
190
- format: "%{attribute} %{message}"
191
- messages: &errors_messages
190
+ format: "%{attribute} %{message}"
191
+ messages: &errors_messages
192
192
  inclusion: "nie je v zozname povolených hodnôt"
193
193
  exclusion: "je vyhradené pre iný účel"
194
194
  invalid: "nie je platná hodnota"
@@ -209,28 +209,21 @@
209
209
  less_than_or_equal_to: "musí byť menšie alebo rovné %{count}"
210
210
  odd: "musí byť nepárne číslo"
211
211
  even: "musí byť párne číslo"
212
+ template: &errors_template
213
+ header:
214
+ one: "Pri ukladaní objektu %{model} došlo k chybám a nebolo ho možné uložiť"
215
+ other: "Pri ukladaní objektu %{model} došlo k %{count} chybám a nebolo ho možné uložiť"
216
+ body: "Nasledujúce polia obsahujú chybne vyplnené údaje:"
212
217
 
213
218
  # ActiveRecord validation messages
214
219
  activerecord:
215
220
  errors:
216
- template:
217
- header:
218
- one: "Objekt %{model} nebol uložený. Vyskytla sa 1 chyba"
219
- other: "Objekt %{model} nebol uložený. Vyskytlo sa %{count} chýb"
220
- body: "Nasledujúce polia obsahujú chybne vyplnené údaje:"
221
-
222
221
  messages:
223
222
  taken: "ste už použili"
224
223
  record_invalid: "Validácia neúspešná: %{errors}"
225
224
  <<: *errors_messages
225
+ template:
226
+ <<: *errors_template
226
227
 
227
228
  full_messages:
228
229
  format: "%{attribute} %{message}"
229
-
230
- activemodel:
231
- errors:
232
- template:
233
- header:
234
- one: "Pri ukladaní objektu %{model} došlo k chybám a nebolo ho možné uložiť"
235
- other: "Pri ukladaní objektu %{model} došlo k %{count} chybám a nebolo ho možné uložiť"
236
- body: "Nasledujúce polia obsahujú chybne vyplnené údaje:"
@@ -178,49 +178,9 @@ zh-CN:
178
178
  select:
179
179
  prompt: "请选择"
180
180
 
181
- activerecord:
182
- errors:
183
- template: # ~ 2.3.5 backward compatible
184
- header:
185
- one: "有 1 个错误发生导致「%{model}」无法被保存。"
186
- other: "有 %{count} 个错误发生导致「%{model}」无法被保存。"
187
- body: "如下字段出现错误:"
188
- full_messages:
189
- format: "%{attribute} %{message}"
190
- messages:
191
- inclusion: "不包含于列表中"
192
- exclusion: "是保留关键字"
193
- invalid: "是无效的"
194
- confirmation: "与确认值不匹配"
195
- accepted: "必须是可被接受的"
196
- empty: "不能留空"
197
- blank: "不能为空字符"
198
- too_long: "过长(最长为 %{count} 个字符)"
199
- too_short: "过短(最短为 %{count} 个字符)"
200
- wrong_length: "长度非法(必须为 %{count} 个字符)"
201
- not_a_number: "不是数字"
202
- not_an_integer: "必须是整数"
203
- greater_than: "必须大于 %{count}"
204
- greater_than_or_equal_to: "必须大于或等于 %{count}"
205
- equal_to: "必须等于 %{count}"
206
- less_than: "必须小于 %{count}"
207
- less_than_or_equal_to: "必须小于或等于 %{count}"
208
- odd: "必须为单数"
209
- even: "必须为双数"
210
- taken: "已经被使用"
211
- record_invalid: "校验失败: %{errors}"
212
-
213
- activemodel:
214
- errors:
215
- template:
216
- header:
217
- one: "有 1 个错误发生导致「%{model}」无法被保存。"
218
- other: "有 %{count} 个错误发生导致「%{model}」无法被保存。"
219
- body: "如下字段出现错误:"
220
-
221
181
  errors:
222
182
  format: "%{attribute} %{message}"
223
- messages:
183
+ messages: &errors_messages
224
184
  inclusion: "不包含于列表中"
225
185
  exclusion: "是保留关键字"
226
186
  invalid: "是无效的"
@@ -240,6 +200,22 @@ zh-CN:
240
200
  less_than_or_equal_to: "必须小于或等于 %{count}"
241
201
  odd: "必须为单数"
242
202
  even: "必须为双数"
203
+ taken: "已经被使用"
204
+ record_invalid: "验证失败: %{errors}"
205
+ template: &errors_template
206
+ header:
207
+ one: "有 1 个错误发生导致「%{model}」无法被保存。"
208
+ other: "有 %{count} 个错误发生导致「%{model}」无法被保存。"
209
+ body: "如下字段出现错误:"
210
+
211
+ activerecord:
212
+ errors:
213
+ full_messages:
214
+ format: "%{attribute} %{message}"
215
+ messages:
216
+ <<: *errors_messages
217
+ template:
218
+ <<: *errors_template
243
219
 
244
220
  helpers:
245
221
  select:
@@ -178,49 +178,9 @@ zh-TW:
178
178
  select:
179
179
  prompt: "請選擇"
180
180
 
181
- activerecord:
182
- errors:
183
- template: # ~ 2.3.5 backward compatible
184
- header:
185
- one: "有 1 個錯誤發生使得「%{model}」無法被儲存。"
186
- other: "有 %{count} 個錯誤發生使得「%{model}」無法被儲存。"
187
- body: "以下欄位發生問題:"
188
- full_messages:
189
- format: "%{attribute} %{message}"
190
- messages:
191
- inclusion: "沒有包含在列表中"
192
- exclusion: "是被保留的關鍵字"
193
- invalid: "是無效的"
194
- confirmation: "不符合確認值"
195
- accepted: "必須是可被接受的"
196
- empty: "不能留空"
197
- blank: "不能是空白字元"
198
- too_long: "過長(最長是 %{count} 個字)"
199
- too_short: "過短(最短是 %{count} 個字)"
200
- wrong_length: "字數錯誤(必須是 %{count} 個字)"
201
- not_a_number: "不是數字"
202
- not_an_integer: "必須是整數"
203
- greater_than: "必須大於 %{count}"
204
- greater_than_or_equal_to: "必須大於或等於 %{count}"
205
- equal_to: "必須等於 %{count}"
206
- less_than: "必須小於 %{count}"
207
- less_than_or_equal_to: "必須小於或等於 %{count}"
208
- odd: "必須是奇數"
209
- even: "必須是偶數"
210
- taken: "已經被使用"
211
- record_invalid: "校驗失敗: %{errors}"
212
-
213
- activemodel:
214
- errors:
215
- template:
216
- header:
217
- one: "有 1 個錯誤發生使得「%{model}」無法被儲存。"
218
- other: "有 %{count} 個錯誤發生使得「%{model}」無法被儲存。"
219
- body: "以下欄位發生問題:"
220
-
221
181
  errors:
222
182
  format: "%{attribute} %{message}"
223
- messages:
183
+ messages: &errors_messages
224
184
  inclusion: "沒有包含在列表中"
225
185
  exclusion: "是被保留的關鍵字"
226
186
  invalid: "是無效的"
@@ -240,6 +200,22 @@ zh-TW:
240
200
  less_than_or_equal_to: "必須小於或等於 %{count}"
241
201
  odd: "必須是奇數"
242
202
  even: "必須是偶數"
203
+ taken: "已經被使用"
204
+ record_invalid: "校驗失敗: %{errors}"
205
+ template: &errors_template
206
+ header:
207
+ one: "有 1 個錯誤發生使得「%{model}」無法被儲存。"
208
+ other: "有 %{count} 個錯誤發生使得「%{model}」無法被儲存。"
209
+ body: "以下欄位發生問題:"
210
+
211
+ activerecord:
212
+ errors:
213
+ messages:
214
+ <<: *errors_messages
215
+ template:
216
+ <<: *errors_template
217
+ full_messages:
218
+ format: "%{attribute} %{message}"
243
219
 
244
220
  helpers:
245
221
  select:
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-i18n
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 10
10
- version: 0.1.10
9
+ - 11
10
+ version: 0.1.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rails I18n Group
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-10 00:00:00 Z
18
+ date: 2011-11-19 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: i18n
@@ -99,6 +99,7 @@ files:
99
99
  - rails/locale/fa.yml
100
100
  - rails/locale/es-CL.yml
101
101
  - rails/locale/ca.yml
102
+ - rails/locale/az.yml
102
103
  - rails/locale/id.yml
103
104
  - rails/locale/de-AT.yml
104
105
  - rails/locale/dsb.yml