12345 |
- package es_HN
- import "github.com/go-playground/universal-translator"
- var calendar = ut.Calendar{Formats: ut.CalendarFormats{DateEra: ut.DateEra{BC: ut.CalendarDateFormat{Full: "EEEE dd 'de' MMMM 'de' y", Long: "dd 'de' MMMM 'de' y", Medium: "d MMM y", Short: "d/M/yy"}, AD: ut.CalendarDateFormat{Full: "EEEE dd 'de' MMMM 'de' y", Long: "dd 'de' MMMM 'de' y", Medium: "d MMM y", Short: "d/M/yy"}}, Time: ut.CalendarDateFormat{Full: "H:mm:ss (zzzz)", Long: "H:mm:ss z", Medium: "H:mm:ss", Short: "H: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{6: "jun.", 8: "ago.", 9: "sept.", 1: "ene.", 3: "mar.", 4: "abr.", 11: "nov.", 10: "oct.", 12: "dic.", 7: "jul.", 2: "feb.", 5: "may."}, Narrow: ut.CalendarMonthFormatNameValue{4: "A", 5: "M", 12: "D", 7: "J", 11: "N", 3: "M", 10: "O", 2: "F", 6: "J", 8: "A", 9: "S", 1: "E"}, Short: ut.CalendarMonthFormatNameValue{}, Wide: ut.CalendarMonthFormatNameValue{2: "febrero", 4: "abril", 8: "agosto", 10: "octubre", 5: "mayo", 6: "junio", 7: "julio", 12: "diciembre", 9: "septiembre", 1: "enero", 3: "marzo", 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{4: "J", 5: "V", 6: "S", 0: "D", 1: "L", 2: "M", 3: "X"}, Short: ut.CalendarDayFormatNameValue{6: "SA", 0: "DO", 1: "LU", 2: "MA", 3: "MI", 4: "JU", 5: "VI"}, Wide: ut.CalendarDayFormatNameValue{4: "jueves", 5: "viernes", 6: "sábado", 0: "domingo", 1: "lunes", 2: "martes", 3: "miércoles"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"morning2": "mañana", "evening1": "tarde", "night1": "noche", "am": "a. m.", "noon": "mediodía", "pm": "p. m.", "morning1": "madrugada"}, Narrow: ut.CalendarPeriodFormatNameValue{"am": "a. m.", "noon": "mediodía", "pm": "p. m.", "morning1": "madrugada", "morning2": "mañana", "evening1": "tarde", "night1": "noche"}, Short: ut.CalendarPeriodFormatNameValue{}, Wide: ut.CalendarPeriodFormatNameValue{"noon": "mediodía", "pm": "p. m.", "morning1": "madrugada", "morning2": "mañana", "evening1": "tarde", "night1": "noche", "am": "a. m."}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}}}}
|