muck-engine 0.1.32 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. data/README.rdoc +66 -2
  2. data/Rakefile +2 -1
  3. data/VERSION +1 -1
  4. data/lib/muck_engine.rb +2 -1
  5. data/lib/muck_engine/tasks.rb +283 -0
  6. data/muck-engine.gemspec +56 -3
  7. data/rails_i18n/ar.yml +121 -0
  8. data/rails_i18n/bg.yml +190 -0
  9. data/rails_i18n/bn-IN.yml +180 -0
  10. data/rails_i18n/bs.yml +114 -0
  11. data/rails_i18n/ca-ES.yml +155 -0
  12. data/rails_i18n/cz.rb +166 -0
  13. data/rails_i18n/da.yml +149 -0
  14. data/rails_i18n/de-AT.yml +140 -0
  15. data/rails_i18n/de.yml +140 -0
  16. data/rails_i18n/el.yml +191 -0
  17. data/rails_i18n/es-AR.yml +168 -0
  18. data/rails_i18n/es-MX.yml +112 -0
  19. data/rails_i18n/es.yml +173 -0
  20. data/rails_i18n/et.yml +109 -0
  21. data/rails_i18n/fa.yml +119 -0
  22. data/rails_i18n/fi.yml +143 -0
  23. data/rails_i18n/fr-CH.yml +123 -0
  24. data/rails_i18n/fr.yml +138 -0
  25. data/rails_i18n/gl-ES.yml +193 -0
  26. data/rails_i18n/he.yml +103 -0
  27. data/rails_i18n/hu.yml +127 -0
  28. data/rails_i18n/id.yml +122 -0
  29. data/rails_i18n/is.yml +108 -0
  30. data/rails_i18n/it.yml +146 -0
  31. data/rails_i18n/ja.yml +135 -0
  32. data/rails_i18n/ko.yml +153 -0
  33. data/rails_i18n/lt.yml +130 -0
  34. data/rails_i18n/lv.yml +132 -0
  35. data/rails_i18n/mk.yml +115 -0
  36. data/rails_i18n/nl.rb +103 -0
  37. data/rails_i18n/nl.yml +172 -0
  38. data/rails_i18n/no-NB.yml +96 -0
  39. data/rails_i18n/no-NN.yml +96 -0
  40. data/rails_i18n/pl.yml +127 -0
  41. data/rails_i18n/pt-BR.yml +142 -0
  42. data/rails_i18n/pt-PT.yml +133 -0
  43. data/rails_i18n/rm.yml +134 -0
  44. data/rails_i18n/ro.yml +136 -0
  45. data/rails_i18n/ru.yml +210 -0
  46. data/rails_i18n/sk.yml +139 -0
  47. data/rails_i18n/sr-Latn.yml +116 -0
  48. data/rails_i18n/sr.yml +116 -0
  49. data/rails_i18n/sv-SE.yml +195 -0
  50. data/rails_i18n/sw.yml +122 -0
  51. data/rails_i18n/th.rb +126 -0
  52. data/rails_i18n/tr.yml +129 -0
  53. data/rails_i18n/uk.yml +237 -0
  54. data/rails_i18n/vi.yml +198 -0
  55. data/rails_i18n/zh-CN.yml +133 -0
  56. data/rails_i18n/zh-TW.yml +132 -0
  57. metadata +63 -3
data/rails_i18n/et.yml ADDED
@@ -0,0 +1,109 @@
1
+ # Estonian localization for Ruby on Rails 2.2+
2
+ # by Zahhar Kirillov <zahhar@gmail.com>
3
+
4
+ et:
5
+ date:
6
+ formats:
7
+ default: "%d.%m.%Y"
8
+ short: "%d.%m.%y"
9
+ long: "%d. %B %Y"
10
+
11
+ day_names: [pühapäev, esmaspäev, teisipäev, kolmapäev, neljapäev, reede, laupäev]
12
+ standalone_day_names: [Pühapäev, Esmaspäev, Teisipäev, Kolmapäev, Neljapäev, Reede, Laupäev]
13
+ abbr_day_names: [P, E, T, K, N, R, L]
14
+
15
+ month_names: [~, jaanuar, veebruar, märts, aprill, mai, juuni, juuli, august, september, oktoober, november, detsember]
16
+ standalone_month_names: [~, Jaanuar, Veebruar, Märts, Aprill, Mai, Juuni, Juuli, August, September, Oktoober, November, Detsember]
17
+ abbr_month_names: [~, jaan., veebr., märts, apr., mai, juuni, juuli, aug., sept., okt., nov., dets.]
18
+ standalone_abbr_month_names: [~, jaan., veebr., märts, apr., mai, juuni, juuli, aug., sept., okt., nov., dets.]
19
+
20
+ order: [ :day, :month, :year ]
21
+
22
+ time:
23
+ formats:
24
+ default: "%d. %B %Y, %H:%M"
25
+ short: "%d.%m.%y, %H:%M"
26
+ long: "%a, %d. %b %Y, %H:%M:%S %z"
27
+
28
+ am: "enne lõunat"
29
+ pm: "pärast lõunat"
30
+
31
+ number:
32
+ format:
33
+ separator: ","
34
+ delimiter: " "
35
+ precision: 2
36
+
37
+ currency:
38
+ format:
39
+ format: "%n %u"
40
+ unit: "kr"
41
+ separator: ","
42
+ delimiter: " "
43
+ precision: 2
44
+
45
+ percentage:
46
+ format:
47
+ delimiter: ""
48
+
49
+ precision:
50
+ format:
51
+ delimiter: ""
52
+
53
+ human:
54
+ format:
55
+ delimiter: ""
56
+ precision: 1
57
+ storage_units: [bait, KB, MB, GB, TB]
58
+
59
+ datetime:
60
+ distance_in_words:
61
+ half_a_minute: "pool minutit"
62
+ less_than_x_seconds:
63
+ one: "vähem kui {{count}} sekund"
64
+ other: "vähem kui {{count}} sekundit"
65
+ x_seconds:
66
+ one: "{{count}} sekund"
67
+ other: "{{count}} sekundit"
68
+ less_than_x_minutes:
69
+ one: "vähem kui {{count}} minut"
70
+ other: "vähem kui {{count}} minutit"
71
+ x_minutes:
72
+ one: "{{count}} minut"
73
+ other: "{{count}} minutit"
74
+ about_x_hours:
75
+ one: "umbes {{count}} tund"
76
+ other: "umbes {{count}} tundi"
77
+ x_days:
78
+ one: "{{count}} päev"
79
+ other: "{{count}} päeva"
80
+ about_x_months:
81
+ one: "umbes {{count}} kuu"
82
+ other: "umbes {{count}} kuud"
83
+ x_months:
84
+ one: "{{count}} kuu"
85
+ other: "{{count}} kuud"
86
+ about_x_years:
87
+ one: "umbes {{count}} aasta"
88
+ other: "umbes {{count}} aastat"
89
+ over_x_years:
90
+ one: "üle {{count}} aasta"
91
+ other: "üle {{count}} aastat"
92
+ prompts:
93
+ year: "Aasta"
94
+ month: "Kuu"
95
+ day: "Päev"
96
+ hour: "Tunde"
97
+ minute: "Minutit"
98
+ second: "Sekundit"
99
+
100
+ support:
101
+ array:
102
+ # Rails 2.2
103
+ sentence_connector: "ja"
104
+ skip_last_comma: true
105
+
106
+ # Rails 2.3
107
+ words_connector: ", "
108
+ two_words_connector: " ja "
109
+ last_word_connector: " ja "
data/rails_i18n/fa.yml ADDED
@@ -0,0 +1,119 @@
1
+ # Persian translations for Ruby on Rails
2
+ # by Reza (reza@balatarin.com)
3
+
4
+ fa:
5
+ number:
6
+ format:
7
+ precision: 2
8
+ separator: '٫'
9
+ delimiter: '٬'
10
+ currency:
11
+ format:
12
+ unit: 'ریال'
13
+ format: '%n %u'
14
+ separator: '٫'
15
+ delimiter: '٬'
16
+ precision: 0
17
+ percentage:
18
+ format:
19
+ delimiter: ""
20
+ precision:
21
+ format:
22
+ delimiter: ""
23
+ human:
24
+ format:
25
+ delimiter: ""
26
+ precision: 1
27
+ storage_units: [بایت, کیلوبایت, مگابایت, گیگابایت, ترابایت]
28
+
29
+ date:
30
+ formats:
31
+ default: "%Y/%m/%d"
32
+ short: "%m/%d"
33
+ long: "%e %B %Y"
34
+ only_day: "%e"
35
+
36
+ day_names: [یکشنبه, دوشنبه, سه‌شنبه, چهارشنبه, پنج‌شنبه, جمعه, شنبه]
37
+ abbr_day_names: [ی, د, س, چ, پ, ج]
38
+ month_names: [~, ژانویه, فوریه, مارس, آوریل, مه, ژوئن, ژوئیه, اوت, سپتامبر, اکتبر, نوامبر, دسامبر]
39
+ abbr_month_names: [~, ژانویه, فوریه, مارس, آوریل, مه, ژوئن, ژوئیه, اوت, سپتامبر, اکتبر, نوامبر, دسامبر]
40
+ order: [ :day, :month, :year ]
41
+
42
+ time:
43
+ formats:
44
+ default: "%A، %e %B %Y، ساعت %H:%M:%S (%Z)"
45
+ short: "%e %B، ساعت %H:%M"
46
+ long: "%e %B %Y، ساعت %H:%M"
47
+ time: "%H:%M"
48
+ am: "قبل از ظهر"
49
+ pm: "بعد از ظهر"
50
+
51
+ support:
52
+ array:
53
+ sentence_connector: "و"
54
+ skip_last_comma: true
55
+
56
+ datetime:
57
+ distance_in_words:
58
+ half_a_minute: "نیم دقیقه"
59
+ less_than_x_seconds:
60
+ zero: "کمتر از ۱ ثانیه"
61
+ one: "۱ ثانیه"
62
+ other: "کمتر از {{count}} ثانیه"
63
+ x_seconds:
64
+ one: "۱ ثانیه"
65
+ other: "{{count}} ثانیه"
66
+ less_than_x_minutes:
67
+ one: "کمتر از ۱ دقیقه"
68
+ other: "کمتر از {{count}} دقیقه"
69
+ x_minutes:
70
+ one: "۱ دقیقه"
71
+ other: "{{count}} دقیقه"
72
+ about_x_hours:
73
+ one: "حدود ۱ ساعت"
74
+ other: "حدود {{count}} ساعت"
75
+ x_days:
76
+ one: "۱ روز"
77
+ other: "{{count}} روز"
78
+ about_x_months:
79
+ one: "حدود ۱ ماه"
80
+ other: "حدود {{count}} ماه"
81
+ x_months:
82
+ one: "۱ ماه"
83
+ other: "{{count}} ماه"
84
+ about_x_years:
85
+ one: "حدود ۱ سال"
86
+ other: "حدود {{count}} سال"
87
+ over_x_years:
88
+ one: "بیش از ۱ سال"
89
+ other: "بیش از {{count}} سال"
90
+
91
+ activerecord:
92
+ errors:
93
+ template:
94
+ header:
95
+ one: "1 خطا جلوی ذخیره این {{model}} را گرفت"
96
+ other: "{{count}} خطا جلوی ذخیره این {{model}} را گرفت"
97
+ body: "موارد زیر مشکل داشت:"
98
+ messages:
99
+ inclusion: "در لیست موجود نیست"
100
+ exclusion: "رزرو است"
101
+ invalid: "نامعتبر است"
102
+ confirmation: "با تایید نمی‌خواند"
103
+ accepted: "باید پذیرفته شود"
104
+ empty: "نمی‌تواند خالی باشد"
105
+ blank: "نباید خالی باشد"
106
+ too_long: "بلند است (حداکثر {{count}} کاراکتر)"
107
+ too_short: "کوتاه است (حداقل {{count}} کاراکتر)"
108
+ wrong_length: "نااندازه است (باید {{count}} کاراکتر باشد)"
109
+ taken: "پیشتر گرفته شده"
110
+ not_a_number: "عدد نیست"
111
+ greater_than: "باید بزرگتر از {{count}} باشد"
112
+ greater_than_or_equal_to: "باید بزرگتر یا برابر {{count}} باشد"
113
+ equal_to: "باید برابر {{count}} باشد"
114
+ less_than: "باید کمتر از {{count}} باشد"
115
+ less_than_or_equal_to: "باید کمتر یا برابر {{count}} باشد"
116
+ odd: "باید فرد باشد"
117
+ even: "باید زوج باشد"
118
+ presence: "را فراموش کرده‌اید"
119
+ format: "فرمت مشکل دارد"
data/rails_i18n/fi.yml ADDED
@@ -0,0 +1,143 @@
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
+
6
+ fi:
7
+ date:
8
+ formats:
9
+ default: "%e. %Bta %Y"
10
+ long: "%A%e. %Bta %Y"
11
+ short: "%e.%m.%Y"
12
+
13
+ day_names: [sunnuntai, maanantai, tiistai, keskiviikko, torstai, perjantai, lauantai]
14
+ abbr_day_names: [su, ma, ti, ke, to, pe, la]
15
+ month_names: [~, tammikuu, helmikuu, maaliskuu, huhtikuu, toukokuu, kesäkuu, heinäkuu, elokuu, syyskuu, lokakuu, marraskuu, joulukuu]
16
+ abbr_month_names: [~, tammi, helmi, maalis, huhti, touko, kesä, heinä, elo, syys, loka, marras, joulu]
17
+ order: [:day, :month, :year]
18
+
19
+ time:
20
+ formats:
21
+ default: "%a, %e. %b %Y %H:%M:%S %z"
22
+ short: "%e. %b %H:%M"
23
+ long: "%B %d, %Y %H:%M"
24
+ am: "aamupäivä"
25
+ pm: "iltapäivä"
26
+
27
+ support:
28
+ array:
29
+ words_connector: ", "
30
+ two_words_connector: " ja "
31
+ last_word_connector: " ja "
32
+
33
+
34
+
35
+ number:
36
+ format:
37
+ separator: ","
38
+ delimiter: "."
39
+ precision: 3
40
+
41
+ currency:
42
+ format:
43
+ format: "%n %u"
44
+ unit: "€"
45
+ separator: ","
46
+ delimiter: "."
47
+ precision: 2
48
+
49
+ percentage:
50
+ format:
51
+ # separator:
52
+ delimiter: ""
53
+ # precision:
54
+
55
+ precision:
56
+ format:
57
+ # separator:
58
+ delimiter: ""
59
+ # precision:
60
+
61
+ human:
62
+ format:
63
+ delimiter: ""
64
+ precision: 1
65
+ storage_units:
66
+ format: "%n %u"
67
+ units:
68
+ byte:
69
+ one: "tavu"
70
+ other: "tavua"
71
+ kb: "kB"
72
+ mb: "MB"
73
+ gb: "GB"
74
+ tb: "TB"
75
+
76
+ datetime:
77
+ distance_in_words:
78
+ half_a_minute: "puoli minuuttia"
79
+ less_than_x_seconds:
80
+ one: "alle sekunti"
81
+ other: "alle {{count}} sekuntia"
82
+ x_seconds:
83
+ one: "sekunti"
84
+ other: "{{count}} sekuntia"
85
+ less_than_x_minutes:
86
+ one: "alle minuutti"
87
+ other: "alle {{count}} minuuttia"
88
+ x_minutes:
89
+ one: "minuutti"
90
+ other: "{{count}} minuuttia"
91
+ about_x_hours:
92
+ one: "noin tunti"
93
+ other: "noin {{count}} tuntia"
94
+ x_days:
95
+ one: "päivä"
96
+ other: "{{count}} päivää"
97
+ about_x_months:
98
+ one: "noin kuukausi"
99
+ other: "noin {{count}} kuukautta"
100
+ x_months:
101
+ one: "kuukausi"
102
+ other: "{{count}} kuukautta"
103
+ about_x_years:
104
+ one: "vuosi"
105
+ other: "noin {{count}} vuotta"
106
+ over_x_years:
107
+ one: "yli vuosi"
108
+ other: "yli {{count}} vuotta"
109
+ prompts:
110
+ year: "Vuosi"
111
+ month: "Kuukausi"
112
+ day: "Päivä"
113
+ hour: "Tunti"
114
+ minute: "Minuutti"
115
+ second: "Sekuntia"
116
+
117
+ activerecord:
118
+ errors:
119
+ template:
120
+ header:
121
+ one: "1 virhe esti tämän {{model}} mallin tallentamisen"
122
+ other: "{{count}} virhettä esti tämän {{model}} mallin tallentamisen"
123
+ body: "Seuraavat kentät aiheuttivat ongelmia:"
124
+ messages:
125
+ inclusion: "ei löydy listasta"
126
+ exclusion: "on varattu"
127
+ invalid: "on kelvoton"
128
+ confirmation: "ei vastaa varmennusta"
129
+ accepted: "täytyy olla hyväksytty"
130
+ empty: "ei voi olla tyhjä"
131
+ blank: "ei voi olla sisällötön"
132
+ too_long: "on liian pitkä (enintään {{count}} merkkiä)"
133
+ too_short: "on liian lyhyt (vähintään {{count}} merkkiä)"
134
+ wrong_length: "on väärän pituinen (täytyy olla täsmälleen {{count}} merkkiä)"
135
+ taken: "on jo käytössä"
136
+ not_a_number: "ei ole numero"
137
+ greater_than: "täytyy olla suurempi kuin {{count}}"
138
+ greater_than_or_equal_to: "täytyy olla suurempi tai yhtä suuri kuin{{count}}"
139
+ equal_to: "täytyy olla yhtä suuri kuin {{count}}"
140
+ less_than: "täytyy olla pienempi kuin {{count}}"
141
+ less_than_or_equal_to: "täytyy olla pienempi tai yhtä suuri kuin {{count}}"
142
+ odd: "täytyy olla pariton"
143
+ even: "täytyy olla parillinen"
@@ -0,0 +1,123 @@
1
+ # French (Switzerland) translations for Ruby on Rails
2
+ # by Yann Lugrin (yann.lugrin@sans-savoir.net, http://github.com/yannlugrin)
3
+ #
4
+ # original translation into French by Christian Lescuyer
5
+ # contributor: Sebastien Grosjean - ZenCocoon.com
6
+
7
+ fr-CH:
8
+ date:
9
+ formats:
10
+ default: "%d.%m.%Y"
11
+ short: "%e. %b"
12
+ long: "%e. %B %Y"
13
+ long_ordinal: "%e %B %Y"
14
+ only_day: "%e"
15
+
16
+ day_names: [lundi, mardi, mercredi, jeudi, vendredi, samedi, dimanche]
17
+ abbr_day_names: [lun, mar, mer, jeu, ven, sam, dim]
18
+ month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre]
19
+ abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.]
20
+ order: [ :day, :month, :year ]
21
+
22
+ time:
23
+ formats:
24
+ default: "%d. %B %Y %H:%M"
25
+ time: "%H:%M"
26
+ short: "%d. %b %H:%M"
27
+ long: "%A, %d. %B %Y %H:%M:%S %Z"
28
+ long_ordinal: "%A %d %B %Y %H:%M:%S %Z"
29
+ only_second: "%S"
30
+ am: 'am'
31
+ pm: 'pm'
32
+
33
+ datetime:
34
+ distance_in_words:
35
+ half_a_minute: "30 secondes"
36
+ less_than_x_seconds:
37
+ one: "moins d'une seconde"
38
+ other: "moins de {{count}} secondes"
39
+ x_seconds:
40
+ one: "1 seconde"
41
+ other: "{{count}} secondes"
42
+ less_than_x_minutes:
43
+ one: "moins d'une minute"
44
+ other: "moins de {{count}} minutes"
45
+ x_minutes:
46
+ one: "1 minute"
47
+ other: "{{count}} minutes"
48
+ about_x_hours:
49
+ one: "environ une heure"
50
+ other: "environ {{count}} heures"
51
+ x_days:
52
+ one: "1 jour"
53
+ other: "{{count}} jours"
54
+ about_x_months:
55
+ one: "environ un mois"
56
+ other: "environ {{count}} mois"
57
+ x_months:
58
+ one: "1 mois"
59
+ other: "{{count}} mois"
60
+ about_x_years:
61
+ one: "environ un an"
62
+ other: "environ {{count}} ans"
63
+ over_x_years:
64
+ one: "plus d'un an"
65
+ other: "plus de {{count}} ans"
66
+ prompts:
67
+ year: "Année"
68
+ month: "Mois"
69
+ day: "Jour"
70
+ hour: "Heure"
71
+ minute: "Minute"
72
+ second: "Seconde"
73
+
74
+ number:
75
+ format:
76
+ precision: 3
77
+ separator: '.'
78
+ delimiter: "'"
79
+ currency:
80
+ format:
81
+ unit: 'CHF'
82
+ precision: 2
83
+ format: '%n %u'
84
+ human:
85
+ format:
86
+ precision: 2
87
+ storage_units: [ Octet, ko, Mo, Go, To ]
88
+
89
+ support:
90
+ array:
91
+ sentence_connector: 'et'
92
+ skip_last_comma: true
93
+ word_connector: ", "
94
+ two_words_connector: " et "
95
+ last_word_connector: " et "
96
+
97
+ activerecord:
98
+ errors:
99
+ template:
100
+ header:
101
+ one: "Impossible d'enregistrer {{model}}: 1 erreur"
102
+ other: "Impossible d'enregistrer {{model}}: {{count}} erreurs."
103
+ body: "Veuillez vérifier les champs suivants :"
104
+ messages:
105
+ inclusion: "n'est pas inclus(e) dans la liste"
106
+ exclusion: "n'est pas disponible"
107
+ invalid: "n'est pas valide"
108
+ confirmation: "ne concorde pas avec la confirmation"
109
+ accepted: "doit être accepté(e)"
110
+ empty: "doit être rempli(e)"
111
+ blank: "doit être rempli(e)"
112
+ too_long: "est trop long (pas plus de {{count}} caractères)"
113
+ too_short: "est trop court (au moins {{count}} caractères)"
114
+ wrong_length: "ne fait pas la bonne longueur (doit comporter {{count}} caractères)"
115
+ taken: "n'est pas disponible"
116
+ not_a_number: "n'est pas un nombre"
117
+ greater_than: "doit être supérieur à {{count}}"
118
+ greater_than_or_equal_to: "doit être supérieur ou égal à {{count}}"
119
+ equal_to: "doit être égal à {{count}}"
120
+ less_than: "doit être inférieur à {{count}}"
121
+ less_than_or_equal_to: "doit être inférieur ou égal à {{count}}"
122
+ odd: "doit être impair"
123
+ even: "doit être pair"