12345 |
- package es_419
- import "github.com/go-playground/universal-translator"
- var calendar = ut.Calendar{Formats: ut.CalendarFormats{DateEra: ut.DateEra{BC: ut.CalendarDateFormat{Full: "EEEE, d 'de' MMMM 'de' y", Long: "d 'de' MMMM 'de' y", Medium: "d MMM y", Short: "d/M/yy"}, AD: ut.CalendarDateFormat{Full: "EEEE, d 'de' MMMM 'de' y", Long: "d 'de' MMMM 'de' y", Medium: "d MMM y", Short: "d/M/yy"}}, Time: ut.CalendarDateFormat{Full: "HH:mm:ss zzzz", Long: "HH:mm:ss z", Medium: "HH:mm:ss", Short: "HH:mm"}, DateTime: ut.CalendarDateFormat{Full: "{1}, {0}", Long: "{1}, {0}", Medium: "{1} {0}", Short: "{1} {0}"}}, FormatNames: ut.CalendarFormatNames{Months: ut.CalendarMonthFormatNames{Abbreviated: ut.CalendarMonthFormatNameValue{1: "ene.", 2: "feb.", 3: "mar.", 4: "abr.", 7: "jul.", 11: "nov.", 12: "dic.", 5: "may.", 6: "jun.", 8: "ago.", 9: "sep.", 10: "oct."}, Narrow: ut.CalendarMonthFormatNameValue{12: "d", 2: "f", 3: "m", 5: "m", 6: "j", 7: "j", 9: "s", 10: "o", 1: "e", 4: "a", 8: "a", 11: "n"}, Short: ut.CalendarMonthFormatNameValue{}, Wide: ut.CalendarMonthFormatNameValue{5: "mayo", 6: "junio", 7: "julio", 9: "septiembre", 1: "enero", 3: "marzo", 12: "diciembre", 2: "febrero", 4: "abril", 8: "agosto", 10: "octubre", 11: "noviembre"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{1: "lun.", 2: "mar.", 3: "mié.", 4: "jue.", 5: "vie.", 6: "sáb.", 0: "dom."}, Narrow: ut.CalendarDayFormatNameValue{0: "D", 1: "L", 2: "M", 3: "M", 4: "J", 5: "V", 6: "S"}, Short: ut.CalendarDayFormatNameValue{4: "JU", 5: "VI", 6: "SA", 0: "DO", 1: "LU", 2: "MA", 3: "MI"}, Wide: ut.CalendarDayFormatNameValue{1: "lunes", 2: "martes", 3: "miércoles", 4: "jueves", 5: "viernes", 6: "sábado", 0: "domingo"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"morning2": "mañana", "evening1": "tarde", "night1": "noche", "am": "a.m.", "pm": "p.m.", "noon": "mediodía", "morning1": "madrugada"}, Narrow: ut.CalendarPeriodFormatNameValue{"am": "a.m.", "pm": "p.m.", "morning1": "madrugada", "morning2": "mañana", "evening1": "tarde", "night1": "noche", "noon": "mediodía"}, Short: ut.CalendarPeriodFormatNameValue{}, Wide: ut.CalendarPeriodFormatNameValue{"pm": "p.m.", "morning1": "madrugada", "morning2": "mañana", "evening1": "tarde", "night1": "noche", "noon": "mediodía", "am": "a.m."}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}}}}
|