refinerycms-i18n 2.0.2 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. checksums.yaml +7 -0
  2. data/.travis.yml +27 -9
  3. data/Gemfile +17 -7
  4. data/Rakefile +2 -0
  5. data/app/assets/images/refinery/icons/flags/ko.png +0 -0
  6. data/app/assets/images/refinery/icons/flags/{ua.png → uk.png} +0 -0
  7. data/lib/generators/refinery/i18n_generator.rb +2 -1
  8. data/lib/generators/refinery/templates/config/initializers/refinery/i18n.rb.erb +0 -2
  9. data/lib/refinery/i18n-filter.rb +4 -4
  10. data/lib/refinery/i18n.rb +10 -6
  11. data/lib/refinery/i18n/configuration.rb +10 -2
  12. data/lib/refinery/i18n/engine.rb +20 -18
  13. data/refinerycms-i18n.gemspec +8 -6
  14. data/script/rails +5 -0
  15. data/spec/{requests → features}/dashboard_locale_picker_spec.rb +2 -2
  16. data/spec/spec_helper.rb +20 -46
  17. data/spec/support/refinery/i18n/set_defaults.rb +17 -0
  18. metadata +25 -97
  19. data/config/locales/ar.yml +0 -124
  20. data/config/locales/bg.yml +0 -280
  21. data/config/locales/bn-IN.yml +0 -183
  22. data/config/locales/bs.yml +0 -117
  23. data/config/locales/ca.yml +0 -170
  24. data/config/locales/cs.rb +0 -168
  25. data/config/locales/cy.yml +0 -181
  26. data/config/locales/da.yml +0 -195
  27. data/config/locales/de-AT.yml +0 -154
  28. data/config/locales/de-CH.yml +0 -154
  29. data/config/locales/de.yml +0 -193
  30. data/config/locales/dsb.yml +0 -185
  31. data/config/locales/el.yml +0 -133
  32. data/config/locales/en-AU.yml +0 -180
  33. data/config/locales/en-GB.yml +0 -210
  34. data/config/locales/en-US.yml +0 -182
  35. data/config/locales/eo.yml +0 -182
  36. data/config/locales/es-AR.yml +0 -177
  37. data/config/locales/es-CO.yml +0 -179
  38. data/config/locales/es-MX.yml +0 -186
  39. data/config/locales/es-PE.yml +0 -124
  40. data/config/locales/es.yml +0 -285
  41. data/config/locales/et.yml +0 -187
  42. data/config/locales/eu.yml +0 -264
  43. data/config/locales/fa.yml +0 -143
  44. data/config/locales/fi.yml +0 -155
  45. data/config/locales/fr-CA.yml +0 -187
  46. data/config/locales/fr-CH.yml +0 -184
  47. data/config/locales/fr.yml +0 -182
  48. data/config/locales/fun/en-AU.rb +0 -105
  49. data/config/locales/fun/gibberish.rb +0 -109
  50. data/config/locales/fur.yml +0 -144
  51. data/config/locales/gl-ES.yml +0 -196
  52. data/config/locales/gsw-CH.yml +0 -182
  53. data/config/locales/he.yml +0 -106
  54. data/config/locales/hi-IN.yml +0 -181
  55. data/config/locales/hi.yml +0 -181
  56. data/config/locales/hr.yml +0 -119
  57. data/config/locales/hsb.yml +0 -193
  58. data/config/locales/hu.yml +0 -147
  59. data/config/locales/id.yml +0 -142
  60. data/config/locales/is.yml +0 -145
  61. data/config/locales/it.yml +0 -198
  62. data/config/locales/ja.yml +0 -191
  63. data/config/locales/ko.yml +0 -186
  64. data/config/locales/lo.yml +0 -204
  65. data/config/locales/lt.yml +0 -144
  66. data/config/locales/lv.yml +0 -181
  67. data/config/locales/mk.yml +0 -118
  68. data/config/locales/mn.yml +0 -159
  69. data/config/locales/nb.yml +0 -140
  70. data/config/locales/nl.yml +0 -186
  71. data/config/locales/nn.yml +0 -99
  72. data/config/locales/pl.yml +0 -193
  73. data/config/locales/pt-BR.yml +0 -208
  74. data/config/locales/pt-PT.yml +0 -190
  75. data/config/locales/rm.yml +0 -137
  76. data/config/locales/ro.yml +0 -155
  77. data/config/locales/ru.yml +0 -213
  78. data/config/locales/sk.yml +0 -195
  79. data/config/locales/sl.yml +0 -193
  80. data/config/locales/sr-Latn.yml +0 -119
  81. data/config/locales/sr.yml +0 -119
  82. data/config/locales/sv.yml +0 -244
  83. data/config/locales/sw.yml +0 -182
  84. data/config/locales/th.rb +0 -200
  85. data/config/locales/tr.yml +0 -142
  86. data/config/locales/uk.yml +0 -240
  87. data/config/locales/vi.yml +0 -201
  88. data/config/locales/zh-CN.yml +0 -210
  89. data/config/locales/zh-TW.yml +0 -210
  90. data/lib/gemspec.rb +0 -29
metadata CHANGED
@@ -1,48 +1,44 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
5
- prerelease:
4
+ version: 2.1.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Philip Arndt
8
+ - Uģis Ozols
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-03 00:00:00.000000000 Z
12
+ date: 2013-07-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
- name: refinerycms-core
15
+ name: routing-filter
16
16
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
17
  requirements:
19
18
  - - ~>
20
19
  - !ruby/object:Gem::Version
21
- version: 2.0.0
20
+ version: 0.3.0
22
21
  type: :runtime
23
22
  prerelease: false
24
23
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
24
  requirements:
27
25
  - - ~>
28
26
  - !ruby/object:Gem::Version
29
- version: 2.0.0
27
+ version: 0.3.0
30
28
  - !ruby/object:Gem::Dependency
31
- name: routing-filter
29
+ name: rails-i18n
32
30
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
31
  requirements:
35
- - - ! '>='
32
+ - - ~>
36
33
  - !ruby/object:Gem::Version
37
- version: 0.2.3
34
+ version: 0.7.3
38
35
  type: :runtime
39
36
  prerelease: false
40
37
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
38
  requirements:
43
- - - ! '>='
39
+ - - ~>
44
40
  - !ruby/object:Gem::Version
45
- version: 0.2.3
41
+ version: 0.7.3
46
42
  description: i18n logic extracted from Refinery CMS, for Refinery CMS.
47
43
  email: info@refinerycms.com
48
44
  executables: []
@@ -170,6 +166,7 @@ files:
170
166
  - app/assets/images/refinery/icons/flags/ki.png
171
167
  - app/assets/images/refinery/icons/flags/km.png
172
168
  - app/assets/images/refinery/icons/flags/kn.png
169
+ - app/assets/images/refinery/icons/flags/ko.png
173
170
  - app/assets/images/refinery/icons/flags/kp.png
174
171
  - app/assets/images/refinery/icons/flags/kr.png
175
172
  - app/assets/images/refinery/icons/flags/kw.png
@@ -278,8 +275,8 @@ files:
278
275
  - app/assets/images/refinery/icons/flags/tv.png
279
276
  - app/assets/images/refinery/icons/flags/tw.png
280
277
  - app/assets/images/refinery/icons/flags/tz.png
281
- - app/assets/images/refinery/icons/flags/ua.png
282
278
  - app/assets/images/refinery/icons/flags/ug.png
279
+ - app/assets/images/refinery/icons/flags/uk.png
283
280
  - app/assets/images/refinery/icons/flags/um.png
284
281
  - app/assets/images/refinery/icons/flags/us.png
285
282
  - app/assets/images/refinery/icons/flags/uy.png
@@ -301,78 +298,6 @@ files:
301
298
  - app/assets/images/refinery/icons/flags/zh-TW.png
302
299
  - app/assets/images/refinery/icons/flags/zm.png
303
300
  - app/assets/images/refinery/icons/flags/zw.png
304
- - config/locales/ar.yml
305
- - config/locales/bg.yml
306
- - config/locales/bn-IN.yml
307
- - config/locales/bs.yml
308
- - config/locales/ca.yml
309
- - config/locales/cs.rb
310
- - config/locales/cy.yml
311
- - config/locales/da.yml
312
- - config/locales/de-AT.yml
313
- - config/locales/de-CH.yml
314
- - config/locales/de.yml
315
- - config/locales/dsb.yml
316
- - config/locales/el.yml
317
- - config/locales/en-AU.yml
318
- - config/locales/en-GB.yml
319
- - config/locales/en-US.yml
320
- - config/locales/eo.yml
321
- - config/locales/es-AR.yml
322
- - config/locales/es-CO.yml
323
- - config/locales/es-MX.yml
324
- - config/locales/es-PE.yml
325
- - config/locales/es.yml
326
- - config/locales/et.yml
327
- - config/locales/eu.yml
328
- - config/locales/fa.yml
329
- - config/locales/fi.yml
330
- - config/locales/fr-CA.yml
331
- - config/locales/fr-CH.yml
332
- - config/locales/fr.yml
333
- - config/locales/fun/en-AU.rb
334
- - config/locales/fun/gibberish.rb
335
- - config/locales/fur.yml
336
- - config/locales/gl-ES.yml
337
- - config/locales/gsw-CH.yml
338
- - config/locales/he.yml
339
- - config/locales/hi-IN.yml
340
- - config/locales/hi.yml
341
- - config/locales/hr.yml
342
- - config/locales/hsb.yml
343
- - config/locales/hu.yml
344
- - config/locales/id.yml
345
- - config/locales/is.yml
346
- - config/locales/it.yml
347
- - config/locales/ja.yml
348
- - config/locales/ko.yml
349
- - config/locales/lo.yml
350
- - config/locales/lt.yml
351
- - config/locales/lv.yml
352
- - config/locales/mk.yml
353
- - config/locales/mn.yml
354
- - config/locales/nb.yml
355
- - config/locales/nl.yml
356
- - config/locales/nn.yml
357
- - config/locales/pl.yml
358
- - config/locales/pt-BR.yml
359
- - config/locales/pt-PT.yml
360
- - config/locales/rm.yml
361
- - config/locales/ro.yml
362
- - config/locales/ru.yml
363
- - config/locales/sk.yml
364
- - config/locales/sl.yml
365
- - config/locales/sr-Latn.yml
366
- - config/locales/sr.yml
367
- - config/locales/sv.yml
368
- - config/locales/sw.yml
369
- - config/locales/th.rb
370
- - config/locales/tr.yml
371
- - config/locales/uk.yml
372
- - config/locales/vi.yml
373
- - config/locales/zh-CN.yml
374
- - config/locales/zh-TW.yml
375
- - lib/gemspec.rb
376
301
  - lib/generators/refinery/i18n_generator.rb
377
302
  - lib/generators/refinery/templates/config/initializers/refinery/i18n.rb.erb
378
303
  - lib/refinery/i18n-filter.rb
@@ -387,35 +312,38 @@ files:
387
312
  - lib/translate/log.rb
388
313
  - lib/translate/storage.rb
389
314
  - refinerycms-i18n.gemspec
390
- - spec/requests/dashboard_locale_picker_spec.rb
315
+ - script/rails
316
+ - spec/features/dashboard_locale_picker_spec.rb
391
317
  - spec/spec_helper.rb
318
+ - spec/support/refinery/i18n/set_defaults.rb
392
319
  - tasks/rspec.rake
393
320
  - translate-readme.md
394
321
  homepage: http://refinerycms.com
395
- licenses: []
322
+ licenses:
323
+ - MIT
324
+ metadata: {}
396
325
  post_install_message:
397
326
  rdoc_options: []
398
327
  require_paths:
399
328
  - lib
400
329
  required_ruby_version: !ruby/object:Gem::Requirement
401
- none: false
402
330
  requirements:
403
- - - ! '>='
331
+ - - '>='
404
332
  - !ruby/object:Gem::Version
405
333
  version: '0'
406
334
  required_rubygems_version: !ruby/object:Gem::Requirement
407
- none: false
408
335
  requirements:
409
- - - ! '>='
336
+ - - '>='
410
337
  - !ruby/object:Gem::Version
411
338
  version: '0'
412
339
  requirements: []
413
340
  rubyforge_project:
414
- rubygems_version: 1.8.22
341
+ rubygems_version: 2.0.3
415
342
  signing_key:
416
- specification_version: 3
343
+ specification_version: 4
417
344
  summary: i18n logic for Refinery CMS.
418
345
  test_files:
419
- - spec/requests/dashboard_locale_picker_spec.rb
346
+ - spec/features/dashboard_locale_picker_spec.rb
420
347
  - spec/spec_helper.rb
348
+ - spec/support/refinery/i18n/set_defaults.rb
421
349
  has_rdoc:
@@ -1,124 +0,0 @@
1
- # Arabic translations for Ruby on Rails
2
- # by Rida Al Barazi (me@rida.me)
3
- # updated by Ahmed Hazem (nardgo@gmail.com)
4
-
5
- ar:
6
- date:
7
- formats:
8
- default: "%Y-%m-%d"
9
- short: "%e %b"
10
- long: "%B %e, %Y"
11
-
12
- day_names: [الأحد, الإثنين, الثلاثاء, الأربعاء, الخميس, الجمعة, السبت]
13
- abbr_day_names: [الأحد, الإثنين, الثلاثاء, الأربعاء, الخميس, الجمعة, السبت]
14
- month_names: [~, يناير, فبراير, مارس, ابريل, مايو, يونيو, يوليو, اغسطس, سبتمبر, اكتوبر, نوفمبر, ديسمبر]
15
- abbr_month_names: [~, يناير, فبراير, مارس, ابريل, مايو, يونيو, يوليو, اغسطس, سبتمبر, اكتوبر, نوفمبر, ديسمبر]
16
- order:
17
- - :day
18
- - :month
19
- - :year
20
-
21
- time:
22
- formats:
23
- default: "%a %b %d %H:%M:%S %Z %Y"
24
- short: "%d %b %H:%M"
25
- long: "%B %d, %Y %H:%M"
26
- only_second: "%S"
27
-
28
- datetime:
29
- formats:
30
- default: "%Y-%m-%dT%H:%M:%S%Z"
31
-
32
- am: 'صباحا'
33
- pm: 'مساءا'
34
-
35
- # Used in array.to_sentence.
36
- support:
37
- array:
38
- sentence_connector: "و"
39
- skip_last_comma: false
40
-
41
- datetime:
42
- distance_in_words:
43
- half_a_minute: 'نصف دقيقة'
44
- less_than_x_seconds:
45
- one: 'أقل من ثانية'
46
- other: '%{count} ثوان'
47
- x_seconds:
48
- one: 'ثانية واحدة'
49
- other: '%{count} ثوان'
50
- less_than_x_minutes:
51
- one: 'أقل من دقيقة'
52
- other: '%{count} دقائق'
53
- x_minutes:
54
- one: 'دقيقة واحدة'
55
- other: '%{count} دقائق'
56
- about_x_hours:
57
- one: 'حوالي ساعة واحدة'
58
- other: '%{count} ساعات'
59
- x_days:
60
- one: 'يوم واحد'
61
- other: '%{count} أيام'
62
- about_x_months:
63
- one: 'حوالي شهر واحد'
64
- other: '%{count} أشهر'
65
- x_months:
66
- one: 'شهر واحد'
67
- other: '%{count} أشهر'
68
- about_x_years:
69
- one: 'حوالي سنة'
70
- other: '%{count} سنوات'
71
- over_x_years:
72
- one: 'أكثر من سنة'
73
- other: '%{count} سنوات'
74
-
75
- number:
76
- format:
77
- separator: '.'
78
- delimiter: ','
79
- precision: 3
80
- human:
81
- format:
82
- delimiter: ','
83
- precision: 1
84
- currency:
85
- format:
86
- separator: '.'
87
- delimiter: ','
88
- precision: 2
89
- format: '%u %n'
90
- unit: '$'
91
- percentage:
92
- format:
93
- delimiter: ','
94
- precision:
95
- format:
96
- delimiter: ','
97
-
98
- activerecord:
99
- errors:
100
- template:
101
- header:
102
- one: "ليس بالامكان حفظ %{model}: خطأ واحد."
103
- other: "ليس بالامكان حفظ %{model}: %{count} أخطاء."
104
- body: "يرجى التحقق من الحقول التالية:"
105
- messages:
106
- inclusion: "ليس خيارا مقبولا"
107
- exclusion: "محجوز"
108
- invalid: "غير معرف أو محدد"
109
- confirmation: "لا تتوافق مع التأكيد"
110
- accepted: "يجب أن تقبل"
111
- empty: "فارغ، يرجى ملء الحقل"
112
- blank: "فارغ، يرجى ملء الحقل"
113
- too_long: "أطول من اللازم (الحد الأقصى هو %{count})"
114
- too_short: "أقصر من اللازم (الحد الأدنى هو %{count})"
115
- wrong_length: "بطول غير مناسب (يجب أن يكون %{count})"
116
- taken: "غير متوفر (مستخدم)"
117
- not_a_number: "ليس رقما"
118
- greater_than: "يجب أن يكون أكبر من %{count}"
119
- greater_than_or_equal_to: "يجب أن يكون أكبر من أو يساوي %{count}"
120
- equal_to: "يجب أن يساوي %{count}"
121
- less_than: "يجب أن يكون أصغر من %{count}"
122
- less_than_or_equal_to: "يجب أن يكون أصغر من أو يساوي %{count}"
123
- odd: "يجب أن يكون فردي"
124
- even: "يجب أن يكون زوجي"
@@ -1,280 +0,0 @@
1
- # Bulgarian localization for Ruby on Rails 2.2+
2
- # by Samson Behar <master.webmaster.master@gmail.com>
3
- # Fixes by Yavor Ivanov, http://github.com/YavorIvanov
4
- #
5
- # Минимална локализация на приложения за поддръжка на български език.
6
-
7
- bg:
8
- date:
9
- formats:
10
- default: "%d.%m.%Y"
11
- short: "%d %b"
12
- long: "%d %B %Y"
13
-
14
- day_names: [неделя, понеделник, вторник, сряда, четвъртък, петък, събота]
15
- standalone_day_names: [неделя, понеделник, вторник, сряда, четвъртък, петък, събота]
16
- abbr_day_names: [нед, пон, вт, ср, чет, пет, съб]
17
-
18
- # should start with nil cause there is no 0-th month
19
- month_names: [~, януари, февруари, март, април, май, юни, юли, август, септември, октомври, ноември, декември]
20
- abbr_month_names: [~, яну., фев., март, апр., май, юни, юли, авг., сеп., окт., ноем., дек.]
21
-
22
- order:
23
- - :day
24
- - :month
25
- - :year
26
-
27
- time:
28
- formats:
29
- default: "%a, %d %b %Y, %H:%M:%S %z"
30
- short: "%d %b, %H:%M"
31
- long: "%d %B %Y, %H:%M"
32
-
33
- am: "преди обяд"
34
- pm: "следобед"
35
-
36
- number:
37
- format:
38
- separator: "."
39
- delimiter: " "
40
- precision: 3
41
-
42
- currency:
43
- format:
44
- format: "%n %u"
45
- unit: "лв."
46
- separator: "."
47
- delimiter: " "
48
- precision: 2
49
-
50
- percentage:
51
- format:
52
- delimiter: ""
53
-
54
- precision:
55
- format:
56
- delimiter: ""
57
-
58
- human:
59
- format:
60
- delimiter: ""
61
- precision: 1
62
- # Rails 2.2
63
- # storage_units: [байт, КБ, МБ, ГБ, ТБ]
64
-
65
- # Rails 2.3
66
- storage_units:
67
- # Storage units output formatting.
68
- # %u is the storage unit, %n is the number (default: 2 MB)
69
- format: "%n %u"
70
- units:
71
- byte:
72
- one: "байт"
73
- few: "байта"
74
- many: "байт"
75
- other: "байта"
76
- kb: "КБ"
77
- mb: "МБ"
78
- gb: "ГБ"
79
- tb: "ТБ"
80
-
81
- datetime:
82
- distance_in_words:
83
- half_a_minute: "половин минута"
84
- less_than_x_seconds:
85
- one: "по-малко от %{count} секунда"
86
- few: "по-малко от %{count} секунди"
87
- many: "по-малко от %{count} секунди"
88
- other: "по-малко от %{count} секунди"
89
- x_seconds:
90
- one: "%{count} секунда"
91
- few: "%{count} секунди"
92
- many: "%{count} секунди"
93
- other: "%{count} секунди"
94
- less_than_x_minutes:
95
- one: "по-малко от %{count} минута"
96
- few: "по-малко от %{count} минути"
97
- many: "по-малко от %{count} минути"
98
- other: "по-малко от %{count} минути"
99
- x_minutes:
100
- one: "%{count} минута"
101
- few: "%{count} минути"
102
- many: "%{count} минути"
103
- other: "%{count} минути"
104
- about_x_hours:
105
- one: "около %{count} час"
106
- few: "около %{count} часа"
107
- many: "около %{count} часа"
108
- other: "около %{count} часа"
109
- x_days:
110
- one: "%{count} ден"
111
- few: "%{count} дни"
112
- many: "%{count} дни"
113
- other: "%{count} дни"
114
- about_x_months:
115
- one: "около %{count} месеца"
116
- few: "около %{count} месеца"
117
- many: "около %{count} месеца"
118
- other: "около %{count} месеца"
119
- x_months:
120
- one: "%{count} месец"
121
- few: "%{count} месеца"
122
- many: "%{count} месеци"
123
- other: "%{count} месеца"
124
- almost_x_years:
125
- one: "почти %{count} година"
126
- few: "почти %{count} години"
127
- many: "почти %{count} години"
128
- other: "почти %{count} години"
129
- about_x_years:
130
- one: "около %{count} година"
131
- few: "около %{count} години"
132
- many: "около %{count} години"
133
- other: "около %{count} години"
134
- over_x_years:
135
- one: "над %{count} година"
136
- few: "над %{count} години"
137
- many: "над %{count} години"
138
- other: "над %{count} години"
139
- prompts:
140
- year: "Година"
141
- month: "Месец"
142
- day: "Ден"
143
- hour: "Час"
144
- minute: "Минута"
145
- second: "Секунда"
146
-
147
- activemodel:
148
- errors:
149
- template:
150
- header:
151
- one: "%{count} грешка спряха %{model} да бъде запазен"
152
- other: "%{count} грешки спряха %{model} да бъде запазен"
153
- # The variable :count is also available
154
- body: "Имаше проблем с следните полета:"
155
-
156
- activerecord:
157
- errors:
158
- template:
159
- header:
160
- one: "%{model}: записа е неуспешен заради %{count} грешка"
161
- few: "%{model}: записа е неуспешен заради %{count} грешки"
162
- many: "%{model}: записа е неуспешен заради %{count} грешки"
163
- other: "%{model}: записа е неуспешен заради %{count} грешки"
164
- body: "Възникнаха проблеми при следните полета:"
165
-
166
- messages:
167
- inclusion: "съдържа непредвидена стойност"
168
- exclusion: "съдържа предварително зададена стойност"
169
- invalid: "съдържа невярна стойност"
170
- confirmation: "не съответства на потвърждението"
171
- accepted: "трябва да се потвърди"
172
- empty: "не може да е празно"
173
- blank: "не може да е без стойност"
174
- too_long:
175
- one: "е прекаленo дълго (не може да е повече от %{count} символ)"
176
- few: "е прекаленo дълго (не може да е повече от %{count} символа)"
177
- many: "е прекаленo дълго (не може да е повече от %{count} символи)"
178
- other: "е прекаленo дълго (не може да е повече от %{count} символа)"
179
- too_short:
180
- one: "е прекалено късо (не може да бъде по-малко от %{count} символ)"
181
- few: "е прекалено късо (не може да бъде по-малко от %{count} символа)"
182
- many: "е прекалено късо (не може да бъде по-малко от %{count} символи)"
183
- other: "е прекалено късо (не може да бъде по-малко от %{count} символа)"
184
- wrong_length:
185
- one: "е с грешна дължина (трябва да е с дължина, равна на %{count} символ)"
186
- few: "е с грешна дължина (трябва да е с дължина, равна на %{count} символа)"
187
- many: "е с грешна дължина (трябва да е с дължина, равна на %{count} символа)"
188
- other: "е с грешна дължина (трябва да е с дължина, равна на %{count} символа)"
189
- taken: "вече съществува"
190
- not_a_number: "не е число"
191
- greater_than: "може да е със стойност, по-голяма от %{count}"
192
- greater_than_or_equal_to: "може да е със стойност, по-голяма или равна на %{count}"
193
- equal_to: "може да е единствено със стойност, равна на %{count}"
194
- less_than: "може да е със стойност, по-малка от %{count}"
195
- less_than_or_equal_to: "може да е със стойност, по-голяма или равна на %{count}"
196
- odd: "може да е единствено четно"
197
- even: "може да е единствено нечетно"
198
- record_invalid: "имаше грешки: %{errors}"
199
-
200
- support:
201
- array:
202
- # Rails 2.2
203
- sentence_connector: "и"
204
- skip_last_comma: true
205
-
206
- # Rails 2.3
207
- words_connector: ", "
208
- two_words_connector: " и "
209
- last_word_connector: " и "
210
- select:
211
- # default value for :prompt => true in FormOptionsHelper
212
- prompt: "Моля отбележете"
213
-
214
- i18n:
215
- transliterate:
216
- rule:
217
- а: "a"
218
- А: "A"
219
- б: "b"
220
- Б: "B"
221
- в: "v"
222
- В: "V"
223
- г: "g"
224
- Г: "G"
225
- д: "d"
226
- Д: "D"
227
- е: "e"
228
- Е: "E"
229
- ж: "zh"
230
- Ж: "Zh"
231
- з: "z"
232
- З: "Z"
233
- и: "i"
234
- И: "I"
235
- й: "y"
236
- Й: "Y"
237
- к: "k"
238
- К: "K"
239
- л: "l"
240
- Л: "L"
241
- м: "m"
242
- М: "M"
243
- н: "n"
244
- Н: "N"
245
- о: "o"
246
- О: "O"
247
- п: "p"
248
- П: "P"
249
- р: "r"
250
- Р: "R"
251
- с: "s"
252
- С: "S"
253
- т: "t"
254
- Т: "T"
255
- у: "u"
256
- У: "U"
257
- ф: "f"
258
- Ф: "F"
259
- х: "h"
260
- Х: "H"
261
- ц: "ts"
262
- Ц: "Ts"
263
- ч: "ch"
264
- Ч: "Ch"
265
- ш: "sh"
266
- Ш: "Sh"
267
- щ: "sht"
268
- Щ: "Sht"
269
- ъ: "a"
270
- Ъ: "A"
271
- ь: "y"
272
- Ь: "Y"
273
- ю: "yu"
274
- Ю: "Yu"
275
- я: "ya"
276
- Я: "Ya"
277
-
278
- pagination:
279
- previous: "&laquo; предишна"
280
- next: "следваща &raquo;"