12345 |
- package es_PY
- 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: "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{11: "nov.", 1: "ene.", 3: "mar.", 6: "jun.", 7: "jul.", 8: "ago.", 12: "dic.", 2: "feb.", 4: "abr.", 5: "may.", 9: "sept.", 10: "oct."}, Narrow: ut.CalendarMonthFormatNameValue{3: "M", 7: "J", 4: "A", 5: "M", 1: "E", 9: "S", 12: "D", 10: "O", 11: "N", 2: "F", 6: "J", 8: "A"}, Short: ut.CalendarMonthFormatNameValue{}, Wide: ut.CalendarMonthFormatNameValue{7: "julio", 9: "septiembre", 4: "abril", 10: "octubre", 11: "noviembre", 12: "diciembre", 6: "junio", 2: "febrero", 3: "marzo", 8: "agosto", 1: "enero", 5: "mayo"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{1: "lun.", 2: "mar.", 3: "mié.", 4: "jue.", 5: "vie.", 6: "sáb.", 0: "dom."}, Narrow: ut.CalendarDayFormatNameValue{3: "X", 4: "J", 5: "V", 6: "S", 0: "D", 1: "L", 2: "M"}, Short: ut.CalendarDayFormatNameValue{3: "Mi", 4: "Ju", 5: "Vi", 6: "Sa", 0: "Do", 1: "Lu", 2: "Ma"}, 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{"am": "a. m.", "noon": "mediodía", "pm": "p. m.", "morning1": "madrugada", "morning2": "mañana", "evening1": "tarde", "night1": "noche"}, Narrow: ut.CalendarPeriodFormatNameValue{"night1": "noche", "noon": "m.", "am": "a. m.", "pm": "p. m.", "morning1": "madrugada", "morning2": "mañana", "evening1": "tarde"}, Short: ut.CalendarPeriodFormatNameValue{}, Wide: ut.CalendarPeriodFormatNameValue{"morning1": "madrugada", "morning2": "mañana", "evening1": "tarde", "night1": "noche", "am": "a. m.", "noon": "mediodía", "pm": "p. m."}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}}}}
|