over_x_years:
one: "más de 1 año"
other: "más de {{count}} años"
+ prompts:
+ year: "Año"
+ month: "Mes"
+ day: "Día"
+ hour: "Hora"
+ minute: "Minutos"
+ second: "Segundos"
activerecord:
errors:
less_than_or_equal_to: "debe ser menor que o igual a {{count}}"
odd: "debe ser impar"
even: "debe ser par"
-
+ record_invalid: "La validación falló: {{errors}}"
# Append your own errors here or at the model/attributes scope.
models:
abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab]
# Don't forget the nil at the beginning; there's no such thing as a 0th month
- month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Setiembre, Octubre, Noviembre, Diciembre]
- abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Set, Oct, Nov, Dic]
+ month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Septiembre, Octubre, Noviembre, Diciembre]
+ abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Sep, Oct, Nov, Dic]
# Used in date_select and datime_select.
order: [ :day, :month, :year ]
# Used in array.to_sentence.
support:
+ select:
+ # default value for :prompt => true in FormOptionsHelper
+ prompt: "Por favor seleccione"
array:
# Rails <= v.2.2.2
# sentence_connector: "y"