12345 |
- package es_CO
- 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/MM/y", Short: "d/MM/yy"}, AD: ut.CalendarDateFormat{Full: "EEEE, d 'de' MMMM 'de' y", Long: "d 'de' MMMM 'de' y", Medium: "d/MM/y", Short: "d/MM/yy"}}, Time: ut.CalendarDateFormat{Full: "h:mm:ss a zzzz", Long: "h:mm:ss a z", Medium: "h:mm:ss a", Short: "h:mm a"}, DateTime: ut.CalendarDateFormat{Full: "{1}, {0}", Long: "{1}, {0}", Medium: "{1}, {0}", Short: "{1}, {0}"}}, FormatNames: ut.CalendarFormatNames{Months: ut.CalendarMonthFormatNames{Abbreviated: ut.CalendarMonthFormatNameValue{4: "abr.", 5: "may.", 10: "oct.", 11: "nov.", 2: "feb.", 3: "mar.", 6: "jun.", 7: "jul.", 8: "ago.", 9: "sept.", 12: "dic.", 1: "ene."}, Narrow: ut.CalendarMonthFormatNameValue{5: "M", 2: "F", 7: "J", 10: "O", 11: "N", 1: "E", 3: "M", 6: "J", 8: "A", 9: "S", 12: "D", 4: "A"}, Short: ut.CalendarMonthFormatNameValue{}, Wide: ut.CalendarMonthFormatNameValue{4: "abril", 8: "agosto", 10: "octubre", 12: "diciembre", 1: "enero", 5: "mayo", 6: "junio", 3: "marzo", 2: "febrero", 7: "julio", 9: "septiembre", 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{6: "s", 0: "d", 1: "l", 2: "m", 3: "m", 4: "j", 5: "v"}, Short: ut.CalendarDayFormatNameValue{0: "DO", 1: "LU", 2: "MA", 3: "MI", 4: "JU", 5: "VI", 6: "SA"}, Wide: ut.CalendarDayFormatNameValue{6: "sábado", 0: "domingo", 1: "lunes", 2: "martes", 3: "miércoles", 4: "jueves", 5: "viernes"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"am": "a. m.", "noon": "mediodía", "pm": "p. m.", "morning1": "madrugada", "morning2": "mañana", "evening1": "tarde", "night1": "noche"}, Narrow: ut.CalendarPeriodFormatNameValue{"night1": "noche", "am": "a. m.", "noon": "m.", "pm": "p. m.", "morning1": "madrugada", "morning2": "mañana", "evening1": "tarde"}, Short: ut.CalendarPeriodFormatNameValue{}, Wide: ut.CalendarPeriodFormatNameValue{"morning2": "mañana", "evening1": "tarde", "night1": "noche", "am": "a. m.", "noon": "mediodía", "pm": "p. m.", "morning1": "madrugada"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}}}}
|