1 # Spanish translations for Rails
2 # by Francisco Fernando García Nieto (ffgarcianieto@gmail.com)
6 # Used in number_with_delimiter()
7 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
9 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
11 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
13 # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
16 # Used in number_to_currency()
19 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
22 # These three are to override number.format and are optional
27 # Used in number_to_percentage()
30 # These three are to override number.format and are optional
35 # Used in number_to_precision()
38 # These three are to override number.format and are optional
43 # Used in number_to_human_size()
46 # These three are to override number.format and are optional
51 # storage_units: [Bytes, KB, MB, GB, TB]
64 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
67 half_a_minute: "medio minuto"
69 one: "menos de 1 segundo"
70 other: "menos de {{count}} segundos"
73 other: "{{count}} segundos"
75 one: "menos de 1 minuto"
76 other: "menos de {{count}} minutos"
79 other: "{{count}} minutos"
81 one: "alrededor de 1 hora"
82 other: "alrededor de {{count}} horas"
85 other: "{{count}} días"
87 one: "alrededor de 1 mes"
88 other: "alrededor de {{count}} meses"
91 other: "{{count}} meses"
93 one: "alrededor de 1 año"
94 other: "alrededor de {{count}} años"
97 other: "más de {{count}} años"
100 other: "casi {{count}} años"
113 one: "No se pudo guardar este/a {{model}} porque se encontró 1 error"
114 other: "No se pudo guardar este/a {{model}} porque se encontraron {{count}} errores"
115 # The variable :count is also available
116 body: "Se encontraron problemas con los siguientes campos:"
118 # The values :model, :attribute and :value are always available for interpolation
119 # The value :count is available when applicable. Can be used for pluralization.
121 inclusion: "no está incluido en la lista"
122 exclusion: "está reservado"
123 invalid: "no es válido"
124 confirmation: "no coincide con la confirmación"
125 accepted: "debe ser aceptado"
126 empty: "no puede estar vacío"
127 blank: "no puede estar en blanco"
128 too_long: "es demasiado largo ({{count}} caracteres máximo)"
129 too_short: "es demasiado corto ({{count}} caracteres mínimo)"
130 wrong_length: "no tiene la longitud correcta ({{count}} caracteres exactos)"
131 taken: "ya está en uso"
132 not_a_number: "no es un número"
133 greater_than: "debe ser mayor que {{count}}"
134 greater_than_or_equal_to: "debe ser mayor que o igual a {{count}}"
135 equal_to: "debe ser igual a {{count}}"
136 less_than: "debe ser menor que {{count}}"
137 less_than_or_equal_to: "debe ser menor que o igual a {{count}}"
138 odd: "debe ser impar"
140 record_invalid: "La validación falló: {{errors}}"
141 # Append your own errors here or at the model/attributes scope.
144 format: "{{attribute}} {{message}}"
147 # Overrides default messages
150 # Overrides model and default messages.
154 # Use the strftime parameters for formats.
155 # When no format has been given, it uses default.
156 # You can provide other formats here if you like!
159 long: "%e de %B de %Y"
161 day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado]
162 abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab]
164 # Don't forget the nil at the beginning; there's no such thing as a 0th month
165 month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Septiembre, Octubre, Noviembre, Diciembre]
166 abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Sep, Oct, Nov, Dic]
167 # Used in date_select and datime_select.
168 order: [ :day, :month, :year ]
172 default: "%A, %e de %B de %Y %H:%M:%S %z"
173 short: "%e de %b %H:%M"
174 long: "%e de %B de %Y %H:%M"
178 # Used in array.to_sentence.
181 # default value for :prompt => true in FormOptionsHelper
182 prompt: "Por favor seleccione"
185 # sentence_connector: "y"
187 words_connector: ", "
188 two_words_connector: " y "
189 last_word_connector: " y "