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/bs.yml ADDED
@@ -0,0 +1,114 @@
1
+ # bs [Bosnian] are the same as bs_BA [Bosnian (Bosnia and Herzegovina)]
2
+ # translations for Ruby on Rails by Dejan Dimić (dejan.dimic@gmail.com)
3
+
4
+ "bs":
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: [nedjelja, ponedjeljak, utorak, srijeda, četvrtak, petak, subota]
13
+ abbr_day_names: [ned, pon, uto, sri, čet, pet, sub]
14
+ month_names: [~, Januar, Februar, Mart, April, Maj, Јun, Јul, Аvgust, Septembar, Оktobar, Novembar, Decembar]
15
+ abbr_month_names: [~, Jan, Feb, Mar, Apr, Мaj, Jun, Јul, 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
+ am: 'АМ'
27
+ pm: 'PМ'
28
+
29
+ datetime:
30
+ formats:
31
+ default: "%Y-%m-%dT%H:%M:%S%Z"
32
+ distance_in_words:
33
+ half_a_minute: 'pola minute'
34
+ less_than_x_seconds:
35
+ zero: 'manje od 1 sekunde'
36
+ one: 'manje od 1 sekunde'
37
+ few: 'manje od {{count}} sekunde'
38
+ other: 'manje od {{count}} sekundi'
39
+ x_seconds:
40
+ one: '1 sekunda'
41
+ few: '{{count}} sekunde'
42
+ other: '{{count}} sekundi'
43
+ less_than_x_minutes:
44
+ zero: 'manje оd minuta'
45
+ one: 'manje od 1 minut'
46
+ other: 'manje od {{count}} minuta'
47
+ x_minutes:
48
+ one: '1 minut'
49
+ other: '{{count}} minuta'
50
+ about_x_hours:
51
+ one: 'oko 1 sat'
52
+ few: 'око {{count}} sata'
53
+ other: 'око {{count}} sati'
54
+ x_days:
55
+ one: '1 dan'
56
+ other: '{{count}} dana'
57
+ about_x_months:
58
+ one: 'око 1 mjesec'
59
+ few: 'око {{count}} mjeseca'
60
+ other: 'око {{count}} mjeseci'
61
+ x_months:
62
+ one: '1 mjesec'
63
+ few: '{{count}} mjeseca'
64
+ other: '{{count}} mjeseci'
65
+ about_x_years:
66
+ one: 'око 1 godine'
67
+ other: 'око {{count}} godine'
68
+ over_x_years:
69
+ one: 'preko 1 godine'
70
+ other: 'preko {{count}} godine'
71
+
72
+ number:
73
+ format:
74
+ precision: 3
75
+ separator: ','
76
+ delimiter: '.'
77
+ currency:
78
+ format:
79
+ unit: 'KM'
80
+ precision: 2
81
+ format: '%n %u'
82
+
83
+ support:
84
+ array:
85
+ sentence_connector: "i"
86
+
87
+ activerecord:
88
+ errors:
89
+ template:
90
+ header:
91
+ one: 'nisam uspio sačuvati {{model}}: 1 greška.'
92
+ few: 'nisam uspio sačuvati {{model}}: {{count}} greške.'
93
+ other: 'nisam uspio sačuvati {{model}}: {{count}} greški.'
94
+ body: "Molim Vas da provjerite slijedeća polja:"
95
+ messages:
96
+ inclusion: "nije u listi"
97
+ exclusion: "nije dostupno"
98
+ invalid: "nije ispravan"
99
+ confirmation: "se ne slaže sa svojom potvrdom"
100
+ accepted: "mora biti prihvaćeno"
101
+ empty: "mora biti dat"
102
+ blank: "mora biti dat"
103
+ too_long: "je predugačak (ne više od {{count}} karaktera)"
104
+ too_short: "је prekratak (ne manje od {{count}} karaktera)"
105
+ wrong_length: "nije odgovarajuće dužine (mora biti {{count}} karaktera)"
106
+ taken: "је zauzeto"
107
+ not_a_number: "nije broj"
108
+ greater_than: "mora biti veće od {{count}}"
109
+ greater_than_or_equal_to: "mora biti veće ili jednako {{count}}"
110
+ equal_to: "mora biti jednako {{count}}"
111
+ less_than: "mora biti manje od {{count}}"
112
+ less_than_or_equal_to: "mora biti manje ili jednako {{count}}"
113
+ odd: "mora biti neparno"
114
+ even: "mora biti parno"
@@ -0,0 +1,155 @@
1
+ # Catalan translations for Rails
2
+ # by Emili Parreño (emili@eparreno.com - www.eparreno.com)
3
+
4
+ ca:
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 (1 with a precision of 2 gives: 1.00)
14
+ precision: 3
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: "€"
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
+
51
+ # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
52
+ datetime:
53
+ distance_in_words:
54
+ half_a_minute: "mig minut"
55
+ less_than_x_seconds:
56
+ one: "menys d'1 segon"
57
+ other: "menys de {{count}} segons"
58
+ x_seconds:
59
+ one: "1 segon"
60
+ other: "{{count}} segons"
61
+ less_than_x_minutes:
62
+ one: "menys d'1 minut"
63
+ other: "menys de {{count}} minuts"
64
+ x_minutes:
65
+ one: "1 minut"
66
+ other: "{{count}} minuts"
67
+ about_x_hours:
68
+ one: "aproximadament 1 hora"
69
+ other: "aproximadament {{count}} hores"
70
+ x_days:
71
+ one: "1 dia"
72
+ other: "{{count}} dies"
73
+ about_x_months:
74
+ one: "aproximadament 1 mes"
75
+ other: "aproximadament {{count}} mesos"
76
+ x_months:
77
+ one: "1 mes"
78
+ other: "{{count}} mesos"
79
+ about_x_years:
80
+ one: "aproximadament 1 any"
81
+ other: "aproximadament {{count}} anys"
82
+ over_x_years:
83
+ one: "més d'1 any"
84
+ other: "més de {{count}} anys"
85
+
86
+ activerecord:
87
+ errors:
88
+ template:
89
+ header:
90
+ one: "No s'ha pogut desar aquest/a {{model}} perquè hi ha 1 error"
91
+ other: "No s'ha pogut desar aquest/a {{model}} perquè hi ha hagut {{count}} errors"
92
+ # The variable :count is also available
93
+ body: "Hi ha hagut problemes amb els següents camps:"
94
+
95
+ # The values :model, :attribute and :value are always available for interpolation
96
+ # The value :count is available when applicable. Can be used for pluralization.
97
+ messages:
98
+ inclusion: "no està incluós a la llista"
99
+ exclusion: "està reservat"
100
+ invalid: "no és vàlid"
101
+ confirmation: "no coincideix"
102
+ accepted: "ha de ser acceptat"
103
+ empty: "no pot estar buit"
104
+ blank: "no pot estar en blanc"
105
+ too_long: "és massa llarg ({{count}} caràcters màxim)"
106
+ too_short: "és massa curt ({{count}} caràcters mínim)"
107
+ wrong_length: "no té la longitud correcte ({{count}} caràcters exactament)"
108
+ taken: "no està disponible"
109
+ not_a_number: "no és un número"
110
+ greater_than: "ha de ser més gran que {{count}}"
111
+ greater_than_or_equal_to: "ha de ser més gran o igual a {{count}}"
112
+ equal_to: "ha de ser igual a {{count}}"
113
+ less_than: "ha de ser menor que {{count}}"
114
+ less_than_or_equal_to: "ha de ser menor o igual a {{count}}"
115
+ odd: "ha de ser imparell"
116
+ even: "ha de ser parell"
117
+
118
+ # Append your own errors here or at the model/attributes scope.
119
+
120
+ models:
121
+ # Overrides default messages
122
+
123
+ attributes:
124
+ # Overrides model and default messages.
125
+
126
+ date:
127
+ formats:
128
+ # Use the strftime parameters for formats.
129
+ # When no format has been given, it uses default.
130
+ # You can provide other formats here if you like!
131
+ default: "%Y-%m-%d"
132
+ short: "%d de %b"
133
+ long: "%d de %B de %Y"
134
+
135
+ day_names: [diumenge, dilluns, dimarts, dimecres, dijous, divendres, dissabte]
136
+ abbr_day_names: [dg, dl, dm, dc, dj, dv, ds]
137
+
138
+ # Don't forget the nil at the beginning; there's no such thing as a 0th month
139
+ month_names: [~, gener, febrer, març, abril, maig, juny, juliol, agost, setembre, octubre, novembre, desembre]
140
+ abbr_month_names: [~, Gen, Feb, Mar, Abr, Mai, Jun, Jul, Ago, Set, Oct, Nov, Des]
141
+ # Used in date_select and datime_select.
142
+ order: [ :day, :month, :year ]
143
+
144
+ time:
145
+ formats:
146
+ default: "%A, %d de %B de %Y %H:%M:%S %z"
147
+ short: "%d de %b %H:%M"
148
+ long: "%d de %B de %Y %H:%M"
149
+ am: "am"
150
+ pm: "pm"
151
+
152
+ # Used in array.to_sentence.
153
+ support:
154
+ array:
155
+ sentence_connector: "i"
data/rails_i18n/cz.rb ADDED
@@ -0,0 +1,166 @@
1
+ # Czech translations for Ruby on Rails
2
+ # by Karel Minařík (karmi@karmi.cz)
3
+
4
+ { :'cz' => {
5
+
6
+ # ActiveSupport
7
+ :support => {
8
+ :array => {
9
+ :two_words_connector => ' a ',
10
+ :sentence_connector => 'a',
11
+ :skip_last_comma => true
12
+ }
13
+ },
14
+
15
+ # Date
16
+ :date => {
17
+ :formats => {
18
+ :default => "%d. %m. %Y",
19
+ :short => "%d %b",
20
+ :long => "%d. %B %Y",
21
+ },
22
+ :day_names => %w{Neděle Pondělí Úterý Středa Čtvrtek Pátek Sobota},
23
+ :abbr_day_names => %w{Ne Po Út St Čt Pá So},
24
+ :month_names => %w{~ Leden Únor Březen Duben Květen Červen Červenec Srpen Září Říjen Listopad Prosinec},
25
+ :abbr_month_names => %w{~ Led Úno Bře Dub Kvě Čvn Čvc Srp Zář Říj Lis Pro},
26
+ :order => [:day, :month, :year]
27
+ },
28
+
29
+ # Time
30
+ :time => {
31
+ :formats => {
32
+ :default => "%a %d. %B %Y %H:%M %z",
33
+ :short => "%d. %m. %H:%M",
34
+ :long => "%A %d. %B %Y %H:%M",
35
+ },
36
+ :am => 'am',
37
+ :pm => 'pm'
38
+ },
39
+
40
+ # Numbers
41
+ :number => {
42
+ :format => {
43
+ :precision => 3,
44
+ :separator => '.',
45
+ :delimiter => ','
46
+ },
47
+ :currency => {
48
+ :format => {
49
+ :unit => 'Kč',
50
+ :precision => 2,
51
+ :format => '%n %u',
52
+ :separator => ",",
53
+ :delimiter => " ",
54
+ }
55
+ },
56
+ :human => {
57
+ :format => {
58
+ :precision => 1,
59
+ :delimiter => ''
60
+ },
61
+ :storage_units => {
62
+ :format => "%n %u",
63
+ :units => {
64
+ :byte => "B",
65
+ :kb => "KB",
66
+ :mb => "MB",
67
+ :gb => "GB",
68
+ :tb => "TB",
69
+ }
70
+ }
71
+ },
72
+ :percentage => {
73
+ :format => {
74
+ :delimiter => ''
75
+ }
76
+ },
77
+ :precision => {
78
+ :format => {
79
+ :delimiter => ''
80
+ }
81
+ }
82
+ },
83
+
84
+ # Distance of time ... helper
85
+ # NOTE: In Czech language, these values are different for the past and for the future. Preference has been given to past here.
86
+ :datetime => {
87
+ :distance_in_words => {
88
+ :half_a_minute => 'půl minutou',
89
+ :less_than_x_seconds => {
90
+ :one => 'asi před sekundou',
91
+ :other => 'asi před {{count}} sekundami'
92
+ },
93
+ :x_seconds => {
94
+ :one => 'sekundou',
95
+ :other => '{{count}} sekundami'
96
+ },
97
+ :less_than_x_minutes => {
98
+ :one => 'před necelou minutou',
99
+ :other => 'před ani ne {{count}} minutami'
100
+ },
101
+ :x_minutes => {
102
+ :one => 'minutou',
103
+ :other => '{{count}} minutami'
104
+ },
105
+ :about_x_hours => {
106
+ :one => 'asi hodinou',
107
+ :other => 'asi {{count}} hodinami'
108
+ },
109
+ :x_days => {
110
+ :one => '24 hodinami',
111
+ :other => '{{count}} dny'
112
+ },
113
+ :about_x_months => {
114
+ :one => 'asi měsícem',
115
+ :other => 'asi {{count}} měsíci'
116
+ },
117
+ :x_months => {
118
+ :one => 'měsícem',
119
+ :other => '{{count}} měsíci'
120
+ },
121
+ :about_x_years => {
122
+ :one => 'asi rokem',
123
+ :other => 'asi {{count}} roky'
124
+ },
125
+ :over_x_years => {
126
+ :one => 'více než před rokem',
127
+ :other => 'více než {{count}} roky'
128
+ }
129
+ }
130
+ },
131
+
132
+ # ActiveRecord validation messages
133
+ :activerecord => {
134
+ :errors => {
135
+ :messages => {
136
+ :inclusion => "není v seznamu povolených hodnot",
137
+ :exclusion => "je vyhrazeno pro jiný účel",
138
+ :invalid => "není platná hodnota",
139
+ :confirmation => "nebylo potvrzeno",
140
+ :accepted => "musí být potvrzeno",
141
+ :empty => "nesmí být prázdný/é",
142
+ :blank => "je povinná položka", # alternate formulation: "is required"
143
+ :too_long => "je příliš dlouhá/ý (max. {{count}} znaků)",
144
+ :too_short => "je příliš krátký/á (min. {{count}} znaků)",
145
+ :wrong_length => "nemá správnou délku (očekáváno {{count}} znaků)",
146
+ :taken => "již databáze obsahuje",
147
+ :not_a_number => "není číslo",
148
+ :greater_than => "musí být větší než {{count}}",
149
+ :greater_than_or_equal_to => "musí být větší nebo rovno {{count}}",
150
+ :equal_to => "musí být rovno {{count}}",
151
+ :less_than => "musí být méně než {{count}}",
152
+ :less_than_or_equal_to => "musí být méně nebo rovno {{count}}",
153
+ :odd => "musí být liché číslo",
154
+ :even => "musí být sudé číslo"
155
+ },
156
+ :template => {
157
+ :header => {
158
+ :one => "Při ukládání objektu {{model}} došlo k chybám a nebylo jej možné uložit",
159
+ :other => "Při ukládání objektu {{model}} došlo ke {{count}} chybám a nebylo možné jej uložit"
160
+ },
161
+ :body => "Následující pole obsahují chybně vyplněné údaje:"
162
+ }
163
+ }
164
+ }
165
+ }
166
+ }
data/rails_i18n/da.yml ADDED
@@ -0,0 +1,149 @@
1
+ # Danish translation file for standard Ruby on Rails internationalization
2
+ # by Lars Hoeg (larshoeg@gmail.com, http://www.lenio.dk/)
3
+
4
+ da:
5
+ # active_support
6
+ date:
7
+ formats:
8
+ default: "%d.%m.%Y"
9
+ short: "%e. %b %Y"
10
+ long: "%e. %B %Y"
11
+
12
+ day_names: [søndag, mandag, tirsdag, onsdag, torsdag, fredag, lørdag]
13
+ abbr_day_names: [sø, ma, ti, 'on', to, fr, lø]
14
+ month_names: [~, januar, februar, marts, april, maj, juni, juli, august, september, oktober, november, december]
15
+ abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, aug, sep, okt, nov, dec]
16
+ order: [ :day, :month, :year ]
17
+
18
+ time:
19
+ formats:
20
+ default: "%e. %B %Y, %H:%M"
21
+ short: "%e. %b %Y, %H:%M"
22
+ long: "%A, %e. %B %Y, %H:%M"
23
+ am: ""
24
+ pm: ""
25
+
26
+ support:
27
+ array:
28
+ # Rails 2.2
29
+ #sentence_connector: "og"
30
+ #skip_last_comma: true
31
+ # Rails 2.3
32
+ words_connector: ", "
33
+ two_words_connector: " og "
34
+ last_word_connector: " og "
35
+
36
+ datetime:
37
+ distance_in_words:
38
+ half_a_minute: "et halvt minut"
39
+ less_than_x_seconds:
40
+ one: "mindre end et sekund"
41
+ other: "mindre end {{count}} sekunder"
42
+ x_seconds:
43
+ one: "et sekund"
44
+ other: "{{count}} sekunder"
45
+ less_than_x_minutes:
46
+ one: "mindre end et minut"
47
+ other: "mindre end {{count}} minutter"
48
+ x_minutes:
49
+ one: "et minut"
50
+ other: "{{count}} minutter"
51
+ about_x_hours:
52
+ one: "cirka en time"
53
+ other: "cirka {{count}} timer"
54
+ x_days:
55
+ one: "en dag"
56
+ other: "{{count}} dage"
57
+ about_x_months:
58
+ one: "cirka en måned"
59
+ other: "cirka {{count}} måneder"
60
+ x_months:
61
+ one: "en måned"
62
+ other: "{{count}} måneder"
63
+ about_x_years:
64
+ one: "cirka et år"
65
+ other: "cirka {{count}} år"
66
+ over_x_years:
67
+ one: "mere end et år"
68
+ other: "mere end {{count}} år"
69
+ prompts:
70
+ second: "Sekund"
71
+ minute: "Minut"
72
+ hour: "Time"
73
+ day: "Dag"
74
+ month: "Måned"
75
+ year: "År"
76
+
77
+ # action_view
78
+ number:
79
+ format:
80
+ separator: ","
81
+ delimiter: "."
82
+ precision: 3
83
+ currency:
84
+ format:
85
+ format: "%u %n"
86
+ unit: "DKK"
87
+ separator: ","
88
+ delimiter: "."
89
+ precision: 2
90
+ precision:
91
+ format:
92
+ # separator:
93
+ delimiter: ""
94
+ # precision:
95
+ human:
96
+ format:
97
+ # separator:
98
+ delimiter: ""
99
+ precision: 1
100
+ # Rails 2.2
101
+ #storage_units: [Bytes, KB, MB, GB, TB]
102
+ # Rails 2.3
103
+ storage_units:
104
+ # Storage units output formatting.
105
+ # %u is the storage unit, %n is the number (default: 2 MB)
106
+ format: "%n %u"
107
+ units:
108
+ byte:
109
+ one: "Byte"
110
+ other: "Bytes"
111
+ kb: "KB"
112
+ mb: "MB"
113
+ gb: "GB"
114
+ tb: "TB"
115
+ percentage:
116
+ format:
117
+ # separator:
118
+ delimiter: ""
119
+ # precision:
120
+
121
+ # active_record
122
+ activerecord:
123
+ errors:
124
+ messages:
125
+ inclusion: "er ikke i listen"
126
+ exclusion: "er reserveret"
127
+ invalid: "er ikke gyldig"
128
+ confirmation: "stemmer ikke overens"
129
+ accepted: "skal accepteres"
130
+ empty: "må ikke udelades"
131
+ blank: "skal udfyldes"
132
+ too_long: "er for lang (maksimum {{count}} tegn)"
133
+ too_short: "er for kort (minimum {{count}} tegn)"
134
+ wrong_length: "har forkert længde (skulle være {{count}} tegn)"
135
+ taken: "er allerede brugt"
136
+ not_a_number: "er ikke et tal"
137
+ greater_than: "skal være større end {{count}}"
138
+ greater_than_or_equal_to: "skal være større end eller lig med {{count}}"
139
+ equal_to: "skal være lig med {{count}}"
140
+ less_than: "skal være mindre end {{count}}"
141
+ less_than_or_equal_to: "skal være mindre end eller lig med {{count}}"
142
+ odd: "skal være ulige"
143
+ even: "skal være lige"
144
+
145
+ template:
146
+ header:
147
+ one: "En fejl forhindrede {{model}} i at blive gemt"
148
+ other: "{{count}} fejl forhindrede denne {{model}} i at blive gemt"
149
+ body: "Der var problemer med følgende felter:"