muck-engine 0.1.32 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +66 -2
 - data/Rakefile +2 -1
 - data/VERSION +1 -1
 - data/lib/muck_engine.rb +2 -1
 - data/lib/muck_engine/tasks.rb +283 -0
 - data/muck-engine.gemspec +56 -3
 - data/rails_i18n/ar.yml +121 -0
 - data/rails_i18n/bg.yml +190 -0
 - data/rails_i18n/bn-IN.yml +180 -0
 - data/rails_i18n/bs.yml +114 -0
 - data/rails_i18n/ca-ES.yml +155 -0
 - data/rails_i18n/cz.rb +166 -0
 - data/rails_i18n/da.yml +149 -0
 - data/rails_i18n/de-AT.yml +140 -0
 - data/rails_i18n/de.yml +140 -0
 - data/rails_i18n/el.yml +191 -0
 - data/rails_i18n/es-AR.yml +168 -0
 - data/rails_i18n/es-MX.yml +112 -0
 - data/rails_i18n/es.yml +173 -0
 - data/rails_i18n/et.yml +109 -0
 - data/rails_i18n/fa.yml +119 -0
 - data/rails_i18n/fi.yml +143 -0
 - data/rails_i18n/fr-CH.yml +123 -0
 - data/rails_i18n/fr.yml +138 -0
 - data/rails_i18n/gl-ES.yml +193 -0
 - data/rails_i18n/he.yml +103 -0
 - data/rails_i18n/hu.yml +127 -0
 - data/rails_i18n/id.yml +122 -0
 - data/rails_i18n/is.yml +108 -0
 - data/rails_i18n/it.yml +146 -0
 - data/rails_i18n/ja.yml +135 -0
 - data/rails_i18n/ko.yml +153 -0
 - data/rails_i18n/lt.yml +130 -0
 - data/rails_i18n/lv.yml +132 -0
 - data/rails_i18n/mk.yml +115 -0
 - data/rails_i18n/nl.rb +103 -0
 - data/rails_i18n/nl.yml +172 -0
 - data/rails_i18n/no-NB.yml +96 -0
 - data/rails_i18n/no-NN.yml +96 -0
 - data/rails_i18n/pl.yml +127 -0
 - data/rails_i18n/pt-BR.yml +142 -0
 - data/rails_i18n/pt-PT.yml +133 -0
 - data/rails_i18n/rm.yml +134 -0
 - data/rails_i18n/ro.yml +136 -0
 - data/rails_i18n/ru.yml +210 -0
 - data/rails_i18n/sk.yml +139 -0
 - data/rails_i18n/sr-Latn.yml +116 -0
 - data/rails_i18n/sr.yml +116 -0
 - data/rails_i18n/sv-SE.yml +195 -0
 - data/rails_i18n/sw.yml +122 -0
 - data/rails_i18n/th.rb +126 -0
 - data/rails_i18n/tr.yml +129 -0
 - data/rails_i18n/uk.yml +237 -0
 - data/rails_i18n/vi.yml +198 -0
 - data/rails_i18n/zh-CN.yml +133 -0
 - data/rails_i18n/zh-TW.yml +132 -0
 - metadata +63 -3
 
| 
         @@ -0,0 +1,168 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            "es-AR":
         
     | 
| 
      
 2 
     | 
    
         
            +
              date:
         
     | 
| 
      
 3 
     | 
    
         
            +
                formats:
         
     | 
| 
      
 4 
     | 
    
         
            +
                  default: "%e/%m/%Y"
         
     | 
| 
      
 5 
     | 
    
         
            +
                  short: "%e %b"
         
     | 
| 
      
 6 
     | 
    
         
            +
                  long: "%e de %B de %Y"
         
     | 
| 
      
 7 
     | 
    
         
            +
                day_names:
         
     | 
| 
      
 8 
     | 
    
         
            +
                - domingo
         
     | 
| 
      
 9 
     | 
    
         
            +
                - lunes
         
     | 
| 
      
 10 
     | 
    
         
            +
                - martes
         
     | 
| 
      
 11 
     | 
    
         
            +
                - "miércoles"
         
     | 
| 
      
 12 
     | 
    
         
            +
                - jueves
         
     | 
| 
      
 13 
     | 
    
         
            +
                - viernes
         
     | 
| 
      
 14 
     | 
    
         
            +
                - "sábado"
         
     | 
| 
      
 15 
     | 
    
         
            +
                abbr_day_names:
         
     | 
| 
      
 16 
     | 
    
         
            +
                - dom
         
     | 
| 
      
 17 
     | 
    
         
            +
                - lun
         
     | 
| 
      
 18 
     | 
    
         
            +
                - mar
         
     | 
| 
      
 19 
     | 
    
         
            +
                - mie
         
     | 
| 
      
 20 
     | 
    
         
            +
                - jue
         
     | 
| 
      
 21 
     | 
    
         
            +
                - vie
         
     | 
| 
      
 22 
     | 
    
         
            +
                - sab
         
     | 
| 
      
 23 
     | 
    
         
            +
                month_names:
         
     | 
| 
      
 24 
     | 
    
         
            +
                -
         
     | 
| 
      
 25 
     | 
    
         
            +
                - enero
         
     | 
| 
      
 26 
     | 
    
         
            +
                - febrero
         
     | 
| 
      
 27 
     | 
    
         
            +
                - marzo
         
     | 
| 
      
 28 
     | 
    
         
            +
                - abril
         
     | 
| 
      
 29 
     | 
    
         
            +
                - mayo
         
     | 
| 
      
 30 
     | 
    
         
            +
                - junio
         
     | 
| 
      
 31 
     | 
    
         
            +
                - julio
         
     | 
| 
      
 32 
     | 
    
         
            +
                - agosto
         
     | 
| 
      
 33 
     | 
    
         
            +
                - septiembre
         
     | 
| 
      
 34 
     | 
    
         
            +
                - octubre
         
     | 
| 
      
 35 
     | 
    
         
            +
                - noviembre
         
     | 
| 
      
 36 
     | 
    
         
            +
                - diciembre
         
     | 
| 
      
 37 
     | 
    
         
            +
                abbr_month_names:
         
     | 
| 
      
 38 
     | 
    
         
            +
                -
         
     | 
| 
      
 39 
     | 
    
         
            +
                - ene
         
     | 
| 
      
 40 
     | 
    
         
            +
                - feb
         
     | 
| 
      
 41 
     | 
    
         
            +
                - mar
         
     | 
| 
      
 42 
     | 
    
         
            +
                - abr
         
     | 
| 
      
 43 
     | 
    
         
            +
                - may
         
     | 
| 
      
 44 
     | 
    
         
            +
                - jun
         
     | 
| 
      
 45 
     | 
    
         
            +
                - jul
         
     | 
| 
      
 46 
     | 
    
         
            +
                - ago
         
     | 
| 
      
 47 
     | 
    
         
            +
                - set
         
     | 
| 
      
 48 
     | 
    
         
            +
                - oct
         
     | 
| 
      
 49 
     | 
    
         
            +
                - nov
         
     | 
| 
      
 50 
     | 
    
         
            +
                - dic
         
     | 
| 
      
 51 
     | 
    
         
            +
                order:
         
     | 
| 
      
 52 
     | 
    
         
            +
                - :day
         
     | 
| 
      
 53 
     | 
    
         
            +
                - :month
         
     | 
| 
      
 54 
     | 
    
         
            +
                - :year
         
     | 
| 
      
 55 
     | 
    
         
            +
              time:
         
     | 
| 
      
 56 
     | 
    
         
            +
                formats:
         
     | 
| 
      
 57 
     | 
    
         
            +
                  default: "%A, %e de %B de %Y, %H:%M hs"
         
     | 
| 
      
 58 
     | 
    
         
            +
                  short: "%e/%m, %H:%M hs"
         
     | 
| 
      
 59 
     | 
    
         
            +
                  long: "%A, %e de %B de %Y, %H:%M hs"
         
     | 
| 
      
 60 
     | 
    
         
            +
                am: am
         
     | 
| 
      
 61 
     | 
    
         
            +
                pm: pm
         
     | 
| 
      
 62 
     | 
    
         
            +
              datetime:
         
     | 
| 
      
 63 
     | 
    
         
            +
                distance_in_words:
         
     | 
| 
      
 64 
     | 
    
         
            +
                  half_a_minute: medio minuto
         
     | 
| 
      
 65 
     | 
    
         
            +
                  less_than_x_seconds:
         
     | 
| 
      
 66 
     | 
    
         
            +
                    zero: menos de 1 segundo
         
     | 
| 
      
 67 
     | 
    
         
            +
                    one: menos de 1 segundo
         
     | 
| 
      
 68 
     | 
    
         
            +
                    other: menos de {{count}} segundos
         
     | 
| 
      
 69 
     | 
    
         
            +
                  x_seconds:
         
     | 
| 
      
 70 
     | 
    
         
            +
                    one: 1 second
         
     | 
| 
      
 71 
     | 
    
         
            +
                    other: "{{count}} seconds"
         
     | 
| 
      
 72 
     | 
    
         
            +
                  less_than_x_minutes:
         
     | 
| 
      
 73 
     | 
    
         
            +
                    zero: menos de 1 minuto
         
     | 
| 
      
 74 
     | 
    
         
            +
                    one: menos de 1 minuto
         
     | 
| 
      
 75 
     | 
    
         
            +
                    other: menos de {{count}} minutos
         
     | 
| 
      
 76 
     | 
    
         
            +
                  x_minutes:
         
     | 
| 
      
 77 
     | 
    
         
            +
                    one: 1 minuto
         
     | 
| 
      
 78 
     | 
    
         
            +
                    other: "{{count}} minutos"
         
     | 
| 
      
 79 
     | 
    
         
            +
                  about_x_hours:
         
     | 
| 
      
 80 
     | 
    
         
            +
                    one: aproximadamente 1 hora
         
     | 
| 
      
 81 
     | 
    
         
            +
                    other: aproximadamente {{count}} horas
         
     | 
| 
      
 82 
     | 
    
         
            +
                  x_days:
         
     | 
| 
      
 83 
     | 
    
         
            +
                    one: "1 día"
         
     | 
| 
      
 84 
     | 
    
         
            +
                    other: "{{count}} días"
         
     | 
| 
      
 85 
     | 
    
         
            +
                  about_x_months:
         
     | 
| 
      
 86 
     | 
    
         
            +
                    one: aproximandamente 1 mes
         
     | 
| 
      
 87 
     | 
    
         
            +
                    other: aproximadamente {{count}} mes
         
     | 
| 
      
 88 
     | 
    
         
            +
                  x_months:
         
     | 
| 
      
 89 
     | 
    
         
            +
                    one: 1 month
         
     | 
| 
      
 90 
     | 
    
         
            +
                    other: "{{count}} mes"
         
     | 
| 
      
 91 
     | 
    
         
            +
                  about_x_years:
         
     | 
| 
      
 92 
     | 
    
         
            +
                    one: "aproximadamente 1 año"
         
     | 
| 
      
 93 
     | 
    
         
            +
                    other: "aproximadamente {{count}} años"
         
     | 
| 
      
 94 
     | 
    
         
            +
                  over_x_years:
         
     | 
| 
      
 95 
     | 
    
         
            +
                    one: "más de 1 año"
         
     | 
| 
      
 96 
     | 
    
         
            +
                    other: "más de {{count}} años"
         
     | 
| 
      
 97 
     | 
    
         
            +
                prompts:
         
     | 
| 
      
 98 
     | 
    
         
            +
                  year:   "Año"
         
     | 
| 
      
 99 
     | 
    
         
            +
                  month:  "Mes"
         
     | 
| 
      
 100 
     | 
    
         
            +
                  day:    "Día"
         
     | 
| 
      
 101 
     | 
    
         
            +
                  hour:   "Hora"
         
     | 
| 
      
 102 
     | 
    
         
            +
                  minute: "Minuto"
         
     | 
| 
      
 103 
     | 
    
         
            +
                  second: "Segundos"
         
     | 
| 
      
 104 
     | 
    
         
            +
                    
         
     | 
| 
      
 105 
     | 
    
         
            +
              number:
         
     | 
| 
      
 106 
     | 
    
         
            +
                percentage:
         
     | 
| 
      
 107 
     | 
    
         
            +
                  format:
         
     | 
| 
      
 108 
     | 
    
         
            +
                    delimiter: "."
         
     | 
| 
      
 109 
     | 
    
         
            +
                precision:
         
     | 
| 
      
 110 
     | 
    
         
            +
                  format:
         
     | 
| 
      
 111 
     | 
    
         
            +
                    delimiter: "."
         
     | 
| 
      
 112 
     | 
    
         
            +
                human:
         
     | 
| 
      
 113 
     | 
    
         
            +
                  format:
         
     | 
| 
      
 114 
     | 
    
         
            +
                    delimiter: "."
         
     | 
| 
      
 115 
     | 
    
         
            +
                    precision: "2"
         
     | 
| 
      
 116 
     | 
    
         
            +
                  storage_units:
         
     | 
| 
      
 117 
     | 
    
         
            +
                    format: "%n %u"
         
     | 
| 
      
 118 
     | 
    
         
            +
                    units:
         
     | 
| 
      
 119 
     | 
    
         
            +
                      byte:
         
     | 
| 
      
 120 
     | 
    
         
            +
                        one:   "byte"
         
     | 
| 
      
 121 
     | 
    
         
            +
                        other: "bytes"
         
     | 
| 
      
 122 
     | 
    
         
            +
                      kb: "KB"
         
     | 
| 
      
 123 
     | 
    
         
            +
                      mb: "MB"
         
     | 
| 
      
 124 
     | 
    
         
            +
                      gb: "GB"
         
     | 
| 
      
 125 
     | 
    
         
            +
                      tb: "TB"
         
     | 
| 
      
 126 
     | 
    
         
            +
                format:
         
     | 
| 
      
 127 
     | 
    
         
            +
                  precision: 3
         
     | 
| 
      
 128 
     | 
    
         
            +
                  separator: ","
         
     | 
| 
      
 129 
     | 
    
         
            +
                  delimiter: .
         
     | 
| 
      
 130 
     | 
    
         
            +
                currency:
         
     | 
| 
      
 131 
     | 
    
         
            +
                  format:
         
     | 
| 
      
 132 
     | 
    
         
            +
                    unit: $
         
     | 
| 
      
 133 
     | 
    
         
            +
                    precision: 2
         
     | 
| 
      
 134 
     | 
    
         
            +
                    format: "%u %n"
         
     | 
| 
      
 135 
     | 
    
         
            +
                    separator: ","
         
     | 
| 
      
 136 
     | 
    
         
            +
                    delimiter: "."
         
     | 
| 
      
 137 
     | 
    
         
            +
              activerecord:
         
     | 
| 
      
 138 
     | 
    
         
            +
                errors:
         
     | 
| 
      
 139 
     | 
    
         
            +
                  template:
         
     | 
| 
      
 140 
     | 
    
         
            +
                    header:
         
     | 
| 
      
 141 
     | 
    
         
            +
                      one: "Un error ocurrió al guardar tus datos."
         
     | 
| 
      
 142 
     | 
    
         
            +
                      other: "{{count}} errores ocurrieron al guardar tus datos."
         
     | 
| 
      
 143 
     | 
    
         
            +
                    body: "Los siguientes campos presentan problemas:"
         
     | 
| 
      
 144 
     | 
    
         
            +
                  messages:
         
     | 
| 
      
 145 
     | 
    
         
            +
                    inclusion: "no está incluido en la lista"
         
     | 
| 
      
 146 
     | 
    
         
            +
                    exclusion: "no está disponible"
         
     | 
| 
      
 147 
     | 
    
         
            +
                    invalid: "no es válido"
         
     | 
| 
      
 148 
     | 
    
         
            +
                    confirmation: "no coincide con la confirmación"
         
     | 
| 
      
 149 
     | 
    
         
            +
                    accepted: debe ser aceptado
         
     | 
| 
      
 150 
     | 
    
         
            +
                    empty: "no puede estar vacío"
         
     | 
| 
      
 151 
     | 
    
         
            +
                    blank: no puede estar en blanco
         
     | 
| 
      
 152 
     | 
    
         
            +
                    too_long: "es demasiado largo (el máximo es de {{count}} caracteres)"
         
     | 
| 
      
 153 
     | 
    
         
            +
                    too_short: "es demasiado corto (el mínimo es de {{count}} caracteres)"
         
     | 
| 
      
 154 
     | 
    
         
            +
                    wrong_length: "no posee el largo correcto (debería ser de {{count}} caracteres)"
         
     | 
| 
      
 155 
     | 
    
         
            +
                    taken: "no está disponible"
         
     | 
| 
      
 156 
     | 
    
         
            +
                    not_a_number: "no es un número"
         
     | 
| 
      
 157 
     | 
    
         
            +
                    greater_than: debe ser mayor a {{count}}
         
     | 
| 
      
 158 
     | 
    
         
            +
                    greater_than_or_equal_to: debe ser mayor o igual a {{count}}
         
     | 
| 
      
 159 
     | 
    
         
            +
                    equal_to: debe ser igual a {{count}}
         
     | 
| 
      
 160 
     | 
    
         
            +
                    less_than: debe ser menor que {{count}}
         
     | 
| 
      
 161 
     | 
    
         
            +
                    less_than_or_equal_to: debe ser menor o igual que {{count}}
         
     | 
| 
      
 162 
     | 
    
         
            +
                    odd: debe ser par
         
     | 
| 
      
 163 
     | 
    
         
            +
                    even: debe ser impar
         
     | 
| 
      
 164 
     | 
    
         
            +
              support:
         
     | 
| 
      
 165 
     | 
    
         
            +
                array:
         
     | 
| 
      
 166 
     | 
    
         
            +
                  words_connector: ", "
         
     | 
| 
      
 167 
     | 
    
         
            +
                  two_words_connector: " y "
         
     | 
| 
      
 168 
     | 
    
         
            +
                  last_word_connector: " y "
         
     | 
| 
         @@ -0,0 +1,112 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Spanish as spoken in Mexico (es-MX) translations for Rails
         
     | 
| 
      
 2 
     | 
    
         
            +
            # by Edgar J. Suárez (edgar.js@gmail.com)
         
     | 
| 
      
 3 
     | 
    
         
            +
            # Fixed currency format (Can't convert string to symbol)
         
     | 
| 
      
 4 
     | 
    
         
            +
            # by Ivan Torres (mexpolk@gmail.com)
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            es-MX:
         
     | 
| 
      
 7 
     | 
    
         
            +
              number:
         
     | 
| 
      
 8 
     | 
    
         
            +
                percentage:
         
     | 
| 
      
 9 
     | 
    
         
            +
                  format:
         
     | 
| 
      
 10 
     | 
    
         
            +
                    delimiter: ","
         
     | 
| 
      
 11 
     | 
    
         
            +
                currency:
         
     | 
| 
      
 12 
     | 
    
         
            +
                  format:
         
     | 
| 
      
 13 
     | 
    
         
            +
                    format: "%u%n"
         
     | 
| 
      
 14 
     | 
    
         
            +
                    unit: "$"
         
     | 
| 
      
 15 
     | 
    
         
            +
                format:
         
     | 
| 
      
 16 
     | 
    
         
            +
                  delimiter: ","
         
     | 
| 
      
 17 
     | 
    
         
            +
                  precision: 2
         
     | 
| 
      
 18 
     | 
    
         
            +
                  separator: "."
         
     | 
| 
      
 19 
     | 
    
         
            +
                human:
         
     | 
| 
      
 20 
     | 
    
         
            +
                  format:
         
     | 
| 
      
 21 
     | 
    
         
            +
                    delimiter: ","
         
     | 
| 
      
 22 
     | 
    
         
            +
                  storage_units: [Bytes, KB, MB, GB, TB]
         
     | 
| 
      
 23 
     | 
    
         
            +
                precision:
         
     | 
| 
      
 24 
     | 
    
         
            +
                  format:
         
     | 
| 
      
 25 
     | 
    
         
            +
                    delimiter: ","
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
              date:
         
     | 
| 
      
 28 
     | 
    
         
            +
                order: [:day, :month, :year]
         
     | 
| 
      
 29 
     | 
    
         
            +
                abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab]
         
     | 
| 
      
 30 
     | 
    
         
            +
                abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Sep, Oct, Nov, Dic]
         
     | 
| 
      
 31 
     | 
    
         
            +
                day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado]
         
     | 
| 
      
 32 
     | 
    
         
            +
                month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Septiembre, Octubre, Noviembre, Diciembre]
         
     | 
| 
      
 33 
     | 
    
         
            +
                formats:
         
     | 
| 
      
 34 
     | 
    
         
            +
                  short: "%d de %b"
         
     | 
| 
      
 35 
     | 
    
         
            +
                  default: "%d/%m/%Y"
         
     | 
| 
      
 36 
     | 
    
         
            +
                  long: "%A, %d de %B de %Y"
         
     | 
| 
      
 37 
     | 
    
         
            +
              time:
         
     | 
| 
      
 38 
     | 
    
         
            +
                formats:
         
     | 
| 
      
 39 
     | 
    
         
            +
                  short: "%d de %b a las %H:%M hrs"
         
     | 
| 
      
 40 
     | 
    
         
            +
                  default: "%a, %d de %b de %Y a las %H:%M:%S %Z"
         
     | 
| 
      
 41 
     | 
    
         
            +
                  long: "%A, %d de %B de %Y a las %I:%M %p"
         
     | 
| 
      
 42 
     | 
    
         
            +
                am: "am"
         
     | 
| 
      
 43 
     | 
    
         
            +
                pm: "pm"
         
     | 
| 
      
 44 
     | 
    
         
            +
             
     | 
| 
      
 45 
     | 
    
         
            +
              datetime:
         
     | 
| 
      
 46 
     | 
    
         
            +
                distance_in_words:
         
     | 
| 
      
 47 
     | 
    
         
            +
                  half_a_minute: "medio minuto"
         
     | 
| 
      
 48 
     | 
    
         
            +
                  less_than_x_seconds:
         
     | 
| 
      
 49 
     | 
    
         
            +
                    one: "menos de 1 segundo"
         
     | 
| 
      
 50 
     | 
    
         
            +
                    other: "menos de {{count}} segundos"
         
     | 
| 
      
 51 
     | 
    
         
            +
                  x_seconds:
         
     | 
| 
      
 52 
     | 
    
         
            +
                    one: "1 segundo"
         
     | 
| 
      
 53 
     | 
    
         
            +
                    other: "{{count}} segundos"
         
     | 
| 
      
 54 
     | 
    
         
            +
                  less_than_x_minutes:
         
     | 
| 
      
 55 
     | 
    
         
            +
                    one: "menos de 1 minuto"
         
     | 
| 
      
 56 
     | 
    
         
            +
                    other: "menos de {{count}} minutos"
         
     | 
| 
      
 57 
     | 
    
         
            +
                  x_minutes:
         
     | 
| 
      
 58 
     | 
    
         
            +
                    one: "1 minuto"
         
     | 
| 
      
 59 
     | 
    
         
            +
                    other: "{{count}} minutos"
         
     | 
| 
      
 60 
     | 
    
         
            +
                  about_x_hours:
         
     | 
| 
      
 61 
     | 
    
         
            +
                    one: "cerca de 1 hora"
         
     | 
| 
      
 62 
     | 
    
         
            +
                    other: "cerca de {{count}} horas"
         
     | 
| 
      
 63 
     | 
    
         
            +
                  x_days:
         
     | 
| 
      
 64 
     | 
    
         
            +
                    one: "1 día"
         
     | 
| 
      
 65 
     | 
    
         
            +
                    other: "{{count}} días"
         
     | 
| 
      
 66 
     | 
    
         
            +
                  about_x_months:
         
     | 
| 
      
 67 
     | 
    
         
            +
                    one: "cerca de 1 mes"
         
     | 
| 
      
 68 
     | 
    
         
            +
                    other: "cerca de {{count}} meses"
         
     | 
| 
      
 69 
     | 
    
         
            +
                  x_months:
         
     | 
| 
      
 70 
     | 
    
         
            +
                    one: "1 mes"
         
     | 
| 
      
 71 
     | 
    
         
            +
                    other: "{{count}} meses"
         
     | 
| 
      
 72 
     | 
    
         
            +
                  about_x_years:
         
     | 
| 
      
 73 
     | 
    
         
            +
                    other: "cerca de {{count}} años"
         
     | 
| 
      
 74 
     | 
    
         
            +
                    one: "cerca de 1 año"
         
     | 
| 
      
 75 
     | 
    
         
            +
                  over_x_years:
         
     | 
| 
      
 76 
     | 
    
         
            +
                    one: "más de 1 año"
         
     | 
| 
      
 77 
     | 
    
         
            +
                    other: "más de {{count}} años"
         
     | 
| 
      
 78 
     | 
    
         
            +
             
     | 
| 
      
 79 
     | 
    
         
            +
              activerecord:
         
     | 
| 
      
 80 
     | 
    
         
            +
                errors:
         
     | 
| 
      
 81 
     | 
    
         
            +
                  template:
         
     | 
| 
      
 82 
     | 
    
         
            +
                    header:
         
     | 
| 
      
 83 
     | 
    
         
            +
                      one: "{{model}} no pudo guardarse debido a 1 error"
         
     | 
| 
      
 84 
     | 
    
         
            +
                      other: "{{model}} no pudo guardarse debido a {{count}} errores"
         
     | 
| 
      
 85 
     | 
    
         
            +
                    body: "Revise que los siguientes campos sean válidos:"
         
     | 
| 
      
 86 
     | 
    
         
            +
                  messages:
         
     | 
| 
      
 87 
     | 
    
         
            +
                    inclusion: "no está incluído en la lista"
         
     | 
| 
      
 88 
     | 
    
         
            +
                    exclusion: "está reservado"
         
     | 
| 
      
 89 
     | 
    
         
            +
                    invalid: "es inválido"
         
     | 
| 
      
 90 
     | 
    
         
            +
                    invalid_date: "es una fecha inválida"
         
     | 
| 
      
 91 
     | 
    
         
            +
                    confirmation: "no coincide con la confirmación"
         
     | 
| 
      
 92 
     | 
    
         
            +
                    blank: "no puede estar en blanco"
         
     | 
| 
      
 93 
     | 
    
         
            +
                    empty: "no puede estar vacío"
         
     | 
| 
      
 94 
     | 
    
         
            +
                    not_a_number: "no es un número"
         
     | 
| 
      
 95 
     | 
    
         
            +
                    taken: "ya ha sido tomado"
         
     | 
| 
      
 96 
     | 
    
         
            +
                    less_than: "debe ser menor que {{count}}"
         
     | 
| 
      
 97 
     | 
    
         
            +
                    less_than_or_equal_to: "debe ser menor o igual que {{count}}"
         
     | 
| 
      
 98 
     | 
    
         
            +
                    greater_than: "debe ser mayor que {{count}}"
         
     | 
| 
      
 99 
     | 
    
         
            +
                    greater_than_or_equal_to: "debe ser mayor o igual que {{count}}"
         
     | 
| 
      
 100 
     | 
    
         
            +
                    too_short:
         
     | 
| 
      
 101 
     | 
    
         
            +
                      one: "es demasiado corto (mínimo 1 caracter)"
         
     | 
| 
      
 102 
     | 
    
         
            +
                      other: "es demasiado corto (mínimo {{count}} caracteres)"
         
     | 
| 
      
 103 
     | 
    
         
            +
                    too_long:
         
     | 
| 
      
 104 
     | 
    
         
            +
                      one: "es demasiado largo (máximo 1 caracter)"
         
     | 
| 
      
 105 
     | 
    
         
            +
                      other: "es demasiado largo (máximo {{count}} caracteres)"
         
     | 
| 
      
 106 
     | 
    
         
            +
                    equal_to: "debe ser igual a {{count}}"
         
     | 
| 
      
 107 
     | 
    
         
            +
                    wrong_length:
         
     | 
| 
      
 108 
     | 
    
         
            +
                      one: "longitud errónea (debe ser de 1 caracter)"
         
     | 
| 
      
 109 
     | 
    
         
            +
                      other: "longitud errónea (debe ser de {{count}} caracteres)"
         
     | 
| 
      
 110 
     | 
    
         
            +
                    accepted: "debe ser aceptado"
         
     | 
| 
      
 111 
     | 
    
         
            +
                    even: "debe ser un número par"
         
     | 
| 
      
 112 
     | 
    
         
            +
                    odd: "debe ser un número non"
         
     | 
    
        data/rails_i18n/es.yml
    ADDED
    
    | 
         @@ -0,0 +1,173 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Spanish translations for Rails
         
     | 
| 
      
 2 
     | 
    
         
            +
            # by Francisco Fernando García Nieto (ffgarcianieto@gmail.com)
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            es:
         
     | 
| 
      
 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 
     | 
    
         
            +
                  # Rails <= v2.2.2
         
     | 
| 
      
 51 
     | 
    
         
            +
                  # storage_units: [Bytes, KB, MB, GB, TB]
         
     | 
| 
      
 52 
     | 
    
         
            +
                  # Rails >= v2.3
         
     | 
| 
      
 53 
     | 
    
         
            +
                  storage_units:
         
     | 
| 
      
 54 
     | 
    
         
            +
                    format: "%n %u"
         
     | 
| 
      
 55 
     | 
    
         
            +
                    units:
         
     | 
| 
      
 56 
     | 
    
         
            +
                      byte:
         
     | 
| 
      
 57 
     | 
    
         
            +
                        one:   "Byte"
         
     | 
| 
      
 58 
     | 
    
         
            +
                        other: "Bytes"
         
     | 
| 
      
 59 
     | 
    
         
            +
                      kb: "KB"
         
     | 
| 
      
 60 
     | 
    
         
            +
                      mb: "MB"
         
     | 
| 
      
 61 
     | 
    
         
            +
                      gb: "GB"
         
     | 
| 
      
 62 
     | 
    
         
            +
                      tb: "TB"
         
     | 
| 
      
 63 
     | 
    
         
            +
             
     | 
| 
      
 64 
     | 
    
         
            +
              # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
         
     | 
| 
      
 65 
     | 
    
         
            +
              datetime:
         
     | 
| 
      
 66 
     | 
    
         
            +
                distance_in_words:
         
     | 
| 
      
 67 
     | 
    
         
            +
                  half_a_minute: "medio minuto" 
         
     | 
| 
      
 68 
     | 
    
         
            +
                  less_than_x_seconds:
         
     | 
| 
      
 69 
     | 
    
         
            +
                    one:  "menos de 1 segundo" 
         
     | 
| 
      
 70 
     | 
    
         
            +
                    other: "menos de {{count}} segundos"
         
     | 
| 
      
 71 
     | 
    
         
            +
                  x_seconds:
         
     | 
| 
      
 72 
     | 
    
         
            +
                    one:  "1 segundo" 
         
     | 
| 
      
 73 
     | 
    
         
            +
                    other: "{{count}} segundos" 
         
     | 
| 
      
 74 
     | 
    
         
            +
                  less_than_x_minutes:
         
     | 
| 
      
 75 
     | 
    
         
            +
                    one:  "menos de 1 minuto" 
         
     | 
| 
      
 76 
     | 
    
         
            +
                    other: "menos de {{count}} minutos" 
         
     | 
| 
      
 77 
     | 
    
         
            +
                  x_minutes:
         
     | 
| 
      
 78 
     | 
    
         
            +
                    one:  "1 minuto" 
         
     | 
| 
      
 79 
     | 
    
         
            +
                    other: "{{count}} minutos" 
         
     | 
| 
      
 80 
     | 
    
         
            +
                  about_x_hours:
         
     | 
| 
      
 81 
     | 
    
         
            +
                    one:  "alrededor de 1 hora" 
         
     | 
| 
      
 82 
     | 
    
         
            +
                    other: "alrededor de {{count}} horas" 
         
     | 
| 
      
 83 
     | 
    
         
            +
                  x_days:
         
     | 
| 
      
 84 
     | 
    
         
            +
                    one:  "1 día" 
         
     | 
| 
      
 85 
     | 
    
         
            +
                    other: "{{count}} días" 
         
     | 
| 
      
 86 
     | 
    
         
            +
                  about_x_months:
         
     | 
| 
      
 87 
     | 
    
         
            +
                    one:  "alrededor de 1 mes" 
         
     | 
| 
      
 88 
     | 
    
         
            +
                    other: "alrededor de {{count}} meses" 
         
     | 
| 
      
 89 
     | 
    
         
            +
                  x_months:
         
     | 
| 
      
 90 
     | 
    
         
            +
                    one:  "1 mes" 
         
     | 
| 
      
 91 
     | 
    
         
            +
                    other: "{{count}} meses" 
         
     | 
| 
      
 92 
     | 
    
         
            +
                  about_x_years:
         
     | 
| 
      
 93 
     | 
    
         
            +
                    one:  "alrededor de 1 año" 
         
     | 
| 
      
 94 
     | 
    
         
            +
                    other: "alrededor de {{count}} años" 
         
     | 
| 
      
 95 
     | 
    
         
            +
                  over_x_years:
         
     | 
| 
      
 96 
     | 
    
         
            +
                    one:  "más de 1 año" 
         
     | 
| 
      
 97 
     | 
    
         
            +
                    other: "más de {{count}} años" 
         
     | 
| 
      
 98 
     | 
    
         
            +
             
     | 
| 
      
 99 
     | 
    
         
            +
              activerecord:
         
     | 
| 
      
 100 
     | 
    
         
            +
                errors:
         
     | 
| 
      
 101 
     | 
    
         
            +
                  template:
         
     | 
| 
      
 102 
     | 
    
         
            +
                    header:
         
     | 
| 
      
 103 
     | 
    
         
            +
                      one:   "no se pudo guardar este {{model}} porque se encontró 1 error" 
         
     | 
| 
      
 104 
     | 
    
         
            +
                      other:  "no se pudo guardar este {{model}} porque se encontraron {{count}} errores" 
         
     | 
| 
      
 105 
     | 
    
         
            +
                    # The variable :count is also available
         
     | 
| 
      
 106 
     | 
    
         
            +
                    body: "Se encontraron problemas con los siguientes campos:" 
         
     | 
| 
      
 107 
     | 
    
         
            +
             
     | 
| 
      
 108 
     | 
    
         
            +
                  # The values :model, :attribute and :value are always available for interpolation
         
     | 
| 
      
 109 
     | 
    
         
            +
                  # The value :count is available when applicable. Can be used for pluralization.
         
     | 
| 
      
 110 
     | 
    
         
            +
                  messages:
         
     | 
| 
      
 111 
     | 
    
         
            +
                    inclusion: "no está incluido en la lista" 
         
     | 
| 
      
 112 
     | 
    
         
            +
                    exclusion: "está reservado" 
         
     | 
| 
      
 113 
     | 
    
         
            +
                    invalid: "no es válido" 
         
     | 
| 
      
 114 
     | 
    
         
            +
                    confirmation: "no coincide con la confirmación"
         
     | 
| 
      
 115 
     | 
    
         
            +
                    accepted: "debe ser aceptado"
         
     | 
| 
      
 116 
     | 
    
         
            +
                    empty: "no puede estar vacío"
         
     | 
| 
      
 117 
     | 
    
         
            +
                    blank: "no puede estar en blanco"
         
     | 
| 
      
 118 
     | 
    
         
            +
                    too_long: "es demasiado largo ({{count}} caracteres máximo)"
         
     | 
| 
      
 119 
     | 
    
         
            +
                    too_short: "es demasiado corto ({{count}} caracteres mínimo)"
         
     | 
| 
      
 120 
     | 
    
         
            +
                    wrong_length: "no tiene la longitud correcta ({{count}} caracteres exactos)"
         
     | 
| 
      
 121 
     | 
    
         
            +
                    taken: "ya está en uso"
         
     | 
| 
      
 122 
     | 
    
         
            +
                    not_a_number: "no es un número"
         
     | 
| 
      
 123 
     | 
    
         
            +
                    greater_than: "debe ser mayor que {{count}}"
         
     | 
| 
      
 124 
     | 
    
         
            +
                    greater_than_or_equal_to: "debe ser mayor que o igual a {{count}}"
         
     | 
| 
      
 125 
     | 
    
         
            +
                    equal_to: "debe ser igual a {{count}}"
         
     | 
| 
      
 126 
     | 
    
         
            +
                    less_than: "debe ser menor que {{count}}"
         
     | 
| 
      
 127 
     | 
    
         
            +
                    less_than_or_equal_to: "debe ser menor que o igual a {{count}}"
         
     | 
| 
      
 128 
     | 
    
         
            +
                    odd: "debe ser impar"
         
     | 
| 
      
 129 
     | 
    
         
            +
                    even: "debe ser par"
         
     | 
| 
      
 130 
     | 
    
         
            +
             
     | 
| 
      
 131 
     | 
    
         
            +
                    # Append your own errors here or at the model/attributes scope.
         
     | 
| 
      
 132 
     | 
    
         
            +
             
     | 
| 
      
 133 
     | 
    
         
            +
                  models:
         
     | 
| 
      
 134 
     | 
    
         
            +
                    # Overrides default messages
         
     | 
| 
      
 135 
     | 
    
         
            +
             
     | 
| 
      
 136 
     | 
    
         
            +
                  attributes:
         
     | 
| 
      
 137 
     | 
    
         
            +
                    # Overrides model and default messages.
         
     | 
| 
      
 138 
     | 
    
         
            +
             
     | 
| 
      
 139 
     | 
    
         
            +
              date:
         
     | 
| 
      
 140 
     | 
    
         
            +
                formats:
         
     | 
| 
      
 141 
     | 
    
         
            +
                  # Use the strftime parameters for formats.
         
     | 
| 
      
 142 
     | 
    
         
            +
                  # When no format has been given, it uses default.
         
     | 
| 
      
 143 
     | 
    
         
            +
                  # You can provide other formats here if you like!
         
     | 
| 
      
 144 
     | 
    
         
            +
                  default: "%e/%m/%Y"
         
     | 
| 
      
 145 
     | 
    
         
            +
                  short: "%e de %b" 
         
     | 
| 
      
 146 
     | 
    
         
            +
                  long: "%e de %B de %Y" 
         
     | 
| 
      
 147 
     | 
    
         
            +
             
     | 
| 
      
 148 
     | 
    
         
            +
                day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado]
         
     | 
| 
      
 149 
     | 
    
         
            +
                abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab]
         
     | 
| 
      
 150 
     | 
    
         
            +
             
     | 
| 
      
 151 
     | 
    
         
            +
                # Don't forget the nil at the beginning; there's no such thing as a 0th month
         
     | 
| 
      
 152 
     | 
    
         
            +
                month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Setiembre, Octubre, Noviembre, Diciembre]
         
     | 
| 
      
 153 
     | 
    
         
            +
                abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Set, Oct, Nov, Dic]
         
     | 
| 
      
 154 
     | 
    
         
            +
                # Used in date_select and datime_select.
         
     | 
| 
      
 155 
     | 
    
         
            +
                order: [ :day, :month, :year ]
         
     | 
| 
      
 156 
     | 
    
         
            +
             
     | 
| 
      
 157 
     | 
    
         
            +
              time:
         
     | 
| 
      
 158 
     | 
    
         
            +
                formats:
         
     | 
| 
      
 159 
     | 
    
         
            +
                  default: "%A, %e de %B de %Y %H:%M:%S %z"
         
     | 
| 
      
 160 
     | 
    
         
            +
                  short: "%e de %b %H:%M" 
         
     | 
| 
      
 161 
     | 
    
         
            +
                  long: "%e de %B de %Y %H:%M" 
         
     | 
| 
      
 162 
     | 
    
         
            +
                am: "am" 
         
     | 
| 
      
 163 
     | 
    
         
            +
                pm: "pm" 
         
     | 
| 
      
 164 
     | 
    
         
            +
             
     | 
| 
      
 165 
     | 
    
         
            +
            # Used in array.to_sentence.
         
     | 
| 
      
 166 
     | 
    
         
            +
              support:
         
     | 
| 
      
 167 
     | 
    
         
            +
                array:
         
     | 
| 
      
 168 
     | 
    
         
            +
                  # Rails <= v.2.2.2
         
     | 
| 
      
 169 
     | 
    
         
            +
                  # sentence_connector: "y"
         
     | 
| 
      
 170 
     | 
    
         
            +
                  # Rails >= v.2.3
         
     | 
| 
      
 171 
     | 
    
         
            +
                  words_connector: ", "
         
     | 
| 
      
 172 
     | 
    
         
            +
                  two_words_connector: " y "
         
     | 
| 
      
 173 
     | 
    
         
            +
                  last_word_connector: " y "
         
     |