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
@@ -0,0 +1,116 @@
1
+ # Serbian (Latin) translations for Ruby on Rails
2
+ # by Dejan Dimić (dejan.dimic@gmail.com)
3
+
4
+ "sr-Latn":
5
+ date:
6
+ formats:
7
+ default: "%d/%m/%Y"
8
+ short: "%e %b"
9
+ long: "%B %e, %Y"
10
+ only_day: "%e"
11
+
12
+ day_names: [Nedelja, Ponedeljak, Utorak, Sreda, Četvrtak, Petak, Subota]
13
+ abbr_day_names: [Ned, Pon, Uto, Sre, Čet, Pet, Sub]
14
+ month_names: [~, Januar, Februar, Mart, April, Maj, Jun, Jul, Avgust, Septembar, Oktobar, Novembar, Decembar]
15
+ abbr_month_names: [~, Jan, Feb, Mar, Apr, Maj, Jun, Jul, Avg, Sep, Okt, Nov, Dec]
16
+ order: [ :day, :month, :year ]
17
+
18
+ time:
19
+ formats:
20
+ default: "%a %b %d %H:%M:%S %Z %Y"
21
+ time: "%H:%M"
22
+ short: "%d %b %H:%M"
23
+ long: "%B %d, %Y %H:%M"
24
+ only_second: "%S"
25
+
26
+ datetime:
27
+ formats:
28
+ default: "%Y-%m-%dT%H:%M:%S%Z"
29
+
30
+ am: 'AM'
31
+ pm: 'PM'
32
+
33
+ datetime:
34
+ distance_in_words:
35
+ half_a_minute: 'pola minute'
36
+ less_than_x_seconds:
37
+ zero: 'manje od 1 sekunde'
38
+ one: 'manje od 1 sekund'
39
+ few: 'manje od {{count}} sekunde'
40
+ other: 'manje od {{count}} sekundi'
41
+ x_seconds:
42
+ one: '1 sekunda'
43
+ few: '{{count}} sekunde'
44
+ other: '{{count}} sekundi'
45
+ less_than_x_minutes:
46
+ zero: 'manje od minuta'
47
+ one: 'manje od 1 minut'
48
+ other: 'manje od {{count}} minuta'
49
+ x_minutes:
50
+ one: '1 minut'
51
+ other: '{{count}} minuta'
52
+ about_x_hours:
53
+ one: 'oko 1 sat'
54
+ few: 'oko {{count}} sata'
55
+ other: 'oko {{count}} sati'
56
+ x_days:
57
+ one: '1 dan'
58
+ other: '{{count}} dana'
59
+ about_x_months:
60
+ one: 'oko 1 mesec'
61
+ few: 'oko {{count}} meseca'
62
+ other: 'oko {{count}} meseci'
63
+ x_months:
64
+ one: '1 mesec'
65
+ few: '{{count}} meseca'
66
+ other: '{{count}} meseci'
67
+ about_x_years:
68
+ one: 'oko 1 godine'
69
+ other: 'oko {{count}} godine'
70
+ over_x_years:
71
+ one: 'preko 1 godine'
72
+ other: 'preko {{count}} godine'
73
+
74
+ number:
75
+ format:
76
+ precision: 3
77
+ separator: ','
78
+ delimiter: '.'
79
+ currency:
80
+ format:
81
+ unit: 'DIN'
82
+ precision: 2
83
+ format: '%n %u'
84
+
85
+ support:
86
+ array:
87
+ sentence_connector: "i"
88
+
89
+ activerecord:
90
+ errors:
91
+ template:
92
+ header:
93
+ one: 'Nisam uspeo sačuvati {{model}}: 1 greška'
94
+ few: 'Nisam uspeo sačuvati {{model}}: {{count}} greške.'
95
+ other: 'Nisam uspeo sačuvati {{model}}: {{count}} greški.'
96
+ body: "Molim Vas proverite sledeća polja:"
97
+ messages:
98
+ inclusion: "nije u listi"
99
+ exclusion: "nije dostupno"
100
+ invalid: "nije ispravan"
101
+ confirmation: "se ne slaže sa svojom potvrdom"
102
+ accepted: "mora biti prihvaćen"
103
+ empty: "mora biti dat"
104
+ blank: "mora biti dat"
105
+ too_long: "je predugačak (ne više od {{count}} karaktera)"
106
+ too_short: "je prekratak (ne manje od {{count}} karaktera)"
107
+ wrong_length: "nije odgovarajuće dužine (mora imati {{count}} karaktera)"
108
+ taken: "je zauzeto"
109
+ not_a_number: "nije broj"
110
+ greater_than: "mora biti veće od {{count}}"
111
+ greater_than_or_equal_to: "mora biti veće ili jednako {{count}}"
112
+ equal_to: "mora biti jednako {{count}}"
113
+ less_than: "mora biti manje od {{count}}"
114
+ less_than_or_equal_to: "mora biti manje ili jednako {{count}}"
115
+ odd: "mora biti neparno"
116
+ even: "mora biti parno"
data/rails_i18n/sr.yml ADDED
@@ -0,0 +1,116 @@
1
+ # Serbian default (Cyrillic) translations for Ruby on Rails
2
+ # by Dejan Dimić (dejan.dimic@gmail.com)
3
+
4
+ "sr":
5
+ date:
6
+ formats:
7
+ default: "%d/%m/%Y"
8
+ short: "%e %b"
9
+ long: "%B %e, %Y"
10
+ only_day: "%e"
11
+
12
+ day_names: [Недеља, Понедељак, Уторак, Среда, Четвртак, Петак, Субота]
13
+ abbr_day_names: [Нед, Пон, Уто, Сре, Чет, Пет, Суб]
14
+ month_names: [~, Јануар, Фабруар, Март, Април, Мај, Јун, Јул, Август, Септембар, Октобар, Новембар, Децембар]
15
+ abbr_month_names: [~, Јан, Феб, Мар, Апр, Мај, Јун, Јул, Авг, Сеп, Окт, Нов, Дец]
16
+ order: [ :day, :month, :year ]
17
+
18
+ time:
19
+ formats:
20
+ default: "%a %b %d %H:%M:%S %Z %Y"
21
+ time: "%H:%M"
22
+ short: "%d %b %H:%M"
23
+ long: "%B %d, %Y %H:%M"
24
+ only_second: "%S"
25
+
26
+ datetime:
27
+ formats:
28
+ default: "%Y-%m-%dT%H:%M:%S%Z"
29
+
30
+ am: 'АМ'
31
+ pm: 'ПМ'
32
+
33
+ datetime:
34
+ distance_in_words:
35
+ half_a_minute: 'пола минуте'
36
+ less_than_x_seconds:
37
+ zero: 'мање од 1 секунде'
38
+ one: 'мање од 1 секунд'
39
+ few: 'мање од {{count}} секунде'
40
+ other: 'мање од {{count}} секунди'
41
+ x_seconds:
42
+ one: '1 секунда'
43
+ few: '{{count}} секунде'
44
+ other: '{{count}} секунди'
45
+ less_than_x_minutes:
46
+ zero: 'мање од минута'
47
+ one: 'мање од 1 минут'
48
+ other: 'мање од {{count}} минута'
49
+ x_minutes:
50
+ one: '1 минут'
51
+ other: '{{count}} минута'
52
+ about_x_hours:
53
+ one: 'око 1 сат'
54
+ few: 'око {{count}} сата'
55
+ other: 'око {{count}} сати'
56
+ x_days:
57
+ one: '1 дан'
58
+ other: '{{count}} дана'
59
+ about_x_months:
60
+ one: 'око 1 месец'
61
+ few: 'око {{count}} месеца'
62
+ other: 'око {{count}} месеци'
63
+ x_months:
64
+ one: '1 месец'
65
+ few: '{{count}} месеца'
66
+ other: '{{count}} месеци'
67
+ about_x_years:
68
+ one: 'око 1 године'
69
+ other: 'око {{count}} године'
70
+ over_x_years:
71
+ one: 'преко 1 године'
72
+ other: 'преко {{count}} године'
73
+
74
+ number:
75
+ format:
76
+ precision: 3
77
+ separator: ','
78
+ delimiter: '.'
79
+ currency:
80
+ format:
81
+ unit: 'ДИН'
82
+ precision: 2
83
+ format: '%n %u'
84
+
85
+ support:
86
+ array:
87
+ sentence_connector: "и"
88
+
89
+ activerecord:
90
+ errors:
91
+ template:
92
+ header:
93
+ one: 'Нисам успео сачувати {{model}}: 1 грешка.'
94
+ few: 'Нисам успео сачувати {{model}}: {{count}} грешке.'
95
+ other: 'Нисам успео сачувати {{model}}: {{count}} грешки.'
96
+ body: "Молим Вас да проверите следећа поља:"
97
+ messages:
98
+ inclusion: "није у листи"
99
+ exclusion: "није доступно"
100
+ invalid: "није исправан"
101
+ confirmation: "се не слаже са својом потврдом"
102
+ accepted: "мора бити прихваћено"
103
+ empty: "мора бити дат"
104
+ blank: "мора бити дат"
105
+ too_long: "је предугачак (не више од {{count}} карактера)"
106
+ too_short: "је прекратак (не мање од {{count}} карактера)"
107
+ wrong_length: "није одговарајуће дужине (мора имати {{count}} карактера)"
108
+ taken: "је заузето"
109
+ not_a_number: "није број"
110
+ greater_than: "мора бити веће од {{count}}"
111
+ greater_than_or_equal_to: "мора бити веће или једнако {{count}}"
112
+ equal_to: "кора бити једнако {{count}}"
113
+ less_than: "мора бити мање од {{count}}"
114
+ less_than_or_equal_to: "мора бити мање или једнако {{count}}"
115
+ odd: "мора бити непарно"
116
+ even: "мора бити парно"
@@ -0,0 +1,195 @@
1
+ # Swedish translation, by Johan Lundström (johanlunds@gmail.com), with parts taken
2
+ # from http://github.com/daniel/swe_rails
3
+
4
+ "sv-SE":
5
+ number:
6
+ # Used in number_with_delimiter()
7
+ # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
8
+ format:
9
+ # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
10
+ separator: ","
11
+ # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
12
+ delimiter: "."
13
+ # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
14
+ precision: 2
15
+
16
+ # Used in number_to_currency()
17
+ currency:
18
+ format:
19
+ # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
20
+ format: "%n %u"
21
+ unit: "kr"
22
+ # These three are to override number.format and are optional
23
+ # separator: "."
24
+ # delimiter: ","
25
+ # precision: 2
26
+
27
+ # Used in number_to_percentage()
28
+ percentage:
29
+ format:
30
+ # These three are to override number.format and are optional
31
+ # separator:
32
+ delimiter: ""
33
+ # precision:
34
+
35
+ # Used in number_to_precision()
36
+ precision:
37
+ format:
38
+ # These three are to override number.format and are optional
39
+ # separator:
40
+ delimiter: ""
41
+ # precision:
42
+
43
+ # Used in number_to_human_size()
44
+ human:
45
+ format:
46
+ # These three are to override number.format and are optional
47
+ # separator:
48
+ delimiter: ""
49
+ # precision: 1
50
+ storage_units:
51
+ # Storage units output formatting.
52
+ # %u is the storage unit, %n is the number (default: 2 MB)
53
+ format: "%n %u"
54
+ units:
55
+ byte:
56
+ one: "Byte"
57
+ other: "Bytes"
58
+ kb: "KB"
59
+ mb: "MB"
60
+ gb: "GB"
61
+ tb: "TB"
62
+
63
+ # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
64
+ datetime:
65
+ distance_in_words:
66
+ half_a_minute: "en halv minut"
67
+ less_than_x_seconds:
68
+ one: "mindre än en sekund"
69
+ other: "mindre än {{count}} sekunder"
70
+ x_seconds:
71
+ one: "en sekund"
72
+ other: "{{count}} sekunder"
73
+ less_than_x_minutes:
74
+ one: "mindre än en minut"
75
+ other: "mindre än {{count}} minuter"
76
+ x_minutes:
77
+ one: "en minut"
78
+ other: "{{count}} minuter"
79
+ about_x_hours:
80
+ one: "ungefär en timme"
81
+ other: "ungefär {{count}} timmar"
82
+ x_days:
83
+ one: "en dag"
84
+ other: "{{count}} dagar"
85
+ about_x_months:
86
+ one: "ungefär en månad"
87
+ other: "ungefär {{count}} månader"
88
+ x_months:
89
+ one: "en månad"
90
+ other: "{{count}} månader"
91
+ about_x_years:
92
+ one: "ungefär ett år"
93
+ other: "ungefär {{count}} år"
94
+ over_x_years:
95
+ one: "mer än ett år"
96
+ other: "mer än {{count}} år"
97
+ prompts:
98
+ year: "År"
99
+ month: "Månad"
100
+ day: "Dag"
101
+ hour: "Timme"
102
+ minute: "Minut"
103
+ second: "Sekund"
104
+
105
+ activerecord:
106
+ errors:
107
+ template:
108
+ header:
109
+ one: "Ett fel förhindrade denna {{model}} från att sparas"
110
+ other: "{{count}} fel förhindrade denna {{model}} från att sparas"
111
+ # The variable :count is also available
112
+ body: "Det var problem med följande fält:"
113
+ # The values :model, :attribute and :value are always available for interpolation
114
+ # The value :count is available when applicable. Can be used for pluralization.
115
+ messages:
116
+ inclusion: "finns inte i listan"
117
+ exclusion: "är reserverat"
118
+ invalid: "är ogiltigt"
119
+ confirmation: "stämmer inte överens"
120
+ accepted : "måste vara accepterad"
121
+ empty: "får ej vara tom"
122
+ blank: "måste anges"
123
+ too_long: "är för lång (maximum är {{count}} tecken)"
124
+ too_short: "är för kort (minimum är {{count}} tecken)"
125
+ wrong_length: "har fel längd (ska vara {{count}} tecken)"
126
+ taken: "har redan tagits"
127
+ not_a_number: "är inte ett nummer"
128
+ greater_than: "måste vara större än {{count}}"
129
+ greater_than_or_equal_to: "måste vara större än eller lika med {{count}}"
130
+ equal_to: "måste vara samma som"
131
+ less_than: "måste vara mindre än {{count}}"
132
+ less_than_or_equal_to: "måste vara mindre än eller lika med {{count}}"
133
+ odd: "måste vara udda"
134
+ even: "måste vara jämnt"
135
+ # Append your own errors here or at the model/attributes scope.
136
+
137
+ # You can define own errors for models or model attributes.
138
+ # The values :model, :attribute and :value are always available for interpolation.
139
+ #
140
+ # For example,
141
+ # models:
142
+ # user:
143
+ # blank: "This is a custom blank message for {{model}}: {{attribute}}"
144
+ # attributes:
145
+ # login:
146
+ # blank: "This is a custom blank message for User login"
147
+ # Will define custom blank validation message for User model and
148
+ # custom blank validation message for login attribute of User model.
149
+ # models:
150
+
151
+ # Translate model names. Used in Model.human_name().
152
+ #models:
153
+ # For example,
154
+ # user: "Dude"
155
+ # will translate User model name to "Dude"
156
+
157
+ # Translate model attribute names. Used in Model.human_attribute_name(attribute).
158
+ #attributes:
159
+ # For example,
160
+ # user:
161
+ # login: "Handle"
162
+ # will translate User attribute "login" as "Handle"
163
+
164
+ date:
165
+ formats:
166
+ # Use the strftime parameters for formats.
167
+ # When no format has been given, it uses default.
168
+ # You can provide other formats here if you like!
169
+ default: "%Y-%m-%d"
170
+ short: "%e %b"
171
+ long: "%e %B, %Y"
172
+
173
+ day_names: [söndag, måndag, tisdag, onsdag, torsdag, fredag, lördag]
174
+ abbr_day_names: [sön, mån, tis, ons, tor, fre, lör]
175
+
176
+ # Don't forget the nil at the beginning; there's no such thing as a 0th month
177
+ month_names: [~, januari, februari, mars, april, maj, juni, juli, augusti, september, oktober, november, december]
178
+ abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, aug, sep, okt, nov, dec]
179
+ # Used in date_select and datime_select.
180
+ order: [ :day, :month, :year ]
181
+
182
+ time:
183
+ formats:
184
+ default: "%a, %d %b %Y %H:%M:%S %z"
185
+ short: "%d %b %H:%M"
186
+ long: "%d %B, %Y %H:%M"
187
+ am: ""
188
+ pm: ""
189
+
190
+ # Used in array.to_sentence.
191
+ support:
192
+ array:
193
+ words_connector: ", "
194
+ two_words_connector: " och "
195
+ last_word_connector: " och "
data/rails_i18n/sw.yml ADDED
@@ -0,0 +1,122 @@
1
+ # Swahili translations for Rails
2
+ # by Joachim Mangilima (joachimm3@gmail.com) and Matthew Todd (http://matthewtodd.org)
3
+
4
+ sw:
5
+ date:
6
+ formats:
7
+ default: "%Y-%m-%d"
8
+ # the short and long date formats are temporary until I can talk with someone...
9
+ short: "%e ya %b"
10
+ long: "%e ya %B, %Y"
11
+
12
+ day_names: [Jumpili, Jumatatu, Jumanne, Jumatano, Alhamisi, Ijumaa, Jumamosi]
13
+ abbr_day_names: [J2, J3, J4, J5, Al, Ij, J1]
14
+ month_names: [~, Januari, Februari, Machi, Aprili, Mei, Juni, Julai, Agosti, Septemba, Oktoba, Novemba, Desemba]
15
+ # these abbreviated month names are temporary until I can talk with someone...
16
+ abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
17
+ order: [ :year, :month, :day ]
18
+
19
+ # time:
20
+ # formats:
21
+ # default: "%A, %e. %B %Y, %H:%M Uhr"
22
+ # short: "%e. %B, %H:%M Uhr"
23
+ # long: "%A, %e. %B %Y, %H:%M Uhr"
24
+ #
25
+ # am: "vormittags"
26
+ # pm: "nachmittags"
27
+
28
+ datetime:
29
+ distance_in_words:
30
+ half_a_minute: 'nusu dakika'
31
+ less_than_x_seconds:
32
+ zero: 'chini ya sekunde 1'
33
+ one: 'chini ya sekunde 1'
34
+ other: 'chini ya sekunde {{count}}'
35
+ x_seconds:
36
+ one: 'sekunde 1'
37
+ other: 'sekunde {{count}}'
38
+ less_than_x_minutes:
39
+ zero: 'chini ya dakika 1'
40
+ one: 'chini ya dakika 1'
41
+ other: 'chini ya dakika {{count}}'
42
+ x_minutes:
43
+ one: 'dakika 1'
44
+ other: 'dakika {{count}}'
45
+ about_x_hours:
46
+ one: 'kama saa 1'
47
+ other: 'kama masaa {{count}}'
48
+ x_days:
49
+ one: 'siku 1'
50
+ other: 'siku {{count}}'
51
+ about_x_months:
52
+ one: 'kama mwezi 1'
53
+ other: 'kama miezi {{count}}'
54
+ x_months:
55
+ one: 'mwezi 1'
56
+ other: 'miezi {{count}}'
57
+ about_x_years:
58
+ one: 'kama mwaka 1'
59
+ other: 'kama miaka {{count}}'
60
+ over_x_years:
61
+ one: 'zaidi ya mwaka 1'
62
+ other: 'zaidi ya miaka {{count}}'
63
+ #
64
+ # number:
65
+ # format:
66
+ # precision: 2
67
+ # separator: ','
68
+ # delimiter: '.'
69
+ # currency:
70
+ # format:
71
+ # unit: '€'
72
+ # format: '%n%u'
73
+ # separator:
74
+ # delimiter:
75
+ # precision:
76
+ # percentage:
77
+ # format:
78
+ # delimiter: ""
79
+ # precision:
80
+ # format:
81
+ # delimiter: ""
82
+ # human:
83
+ # format:
84
+ # delimiter: ""
85
+ # precision: 1
86
+ #
87
+ support:
88
+ array:
89
+ words_connector: ", "
90
+ two_words_connector: " na "
91
+ last_word_connector: ", na "
92
+
93
+ activerecord:
94
+ errors:
95
+ # template:
96
+ # header:
97
+ # one: "Konnte dieses {{model}} Objekt nicht speichern: 1 Fehler."
98
+ # other: "Konnte dieses {{model}} Objekt nicht speichern: {{count}} Fehler."
99
+ # body: "Bitte überprüfen Sie die folgenden Felder:"
100
+
101
+ # The values :model, :attribute and :value are always available for interpolation
102
+ # The value :count is available when applicable. Can be used for pluralization.
103
+ messages:
104
+ # inclusion: "is not included in the list"
105
+ exclusion: "haiwezi kutumika"
106
+ invalid: "haifai"
107
+ confirmation: "haifanani na hapo chini"
108
+ # accepted: "must be accepted"
109
+ empty: "haitakiwi kuwa wazi"
110
+ blank: "haitakiwi kuwa wazi"
111
+ too_long: "ndefu sana (isizidi herufi {{count}})"
112
+ too_short: "fupi mno (isipungue herufi {{count}})"
113
+ # wrong_length: "is the wrong length (should be {{count}} characters)"
114
+ taken: "imeshachukuliwa"
115
+ not_a_number: "inaruhusiwa namba tu"
116
+ # greater_than: "must be greater than {{count}}"
117
+ # greater_than_or_equal_to: "must be greater than or equal to {{count}}"
118
+ # equal_to: "must be equal to {{count}}"
119
+ # less_than: "must be less than {{count}}"
120
+ # less_than_or_equal_to: "must be less than or equal to {{count}}"
121
+ # odd: "must be odd"
122
+ # even: "must be even"