12345 |
- package te
- import "github.com/go-playground/universal-translator"
- var calendar = ut.Calendar{Formats: ut.CalendarFormats{DateEra: ut.DateEra{BC: ut.CalendarDateFormat{Full: "d, MMMM y, EEEE", Long: "d MMMM, y", Medium: "d MMM, y", Short: "dd-MM-yy"}, AD: ut.CalendarDateFormat{Full: "d, MMMM y, EEEE", Long: "d MMMM, y", Medium: "d MMM, y", Short: "dd-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: "ఏప్రి", 6: "జూన్", 8: "ఆగస్టు", 9: "సెప్టెం", 11: "నవం", 12: "డిసెం", 1: "జన", 2: "ఫిబ్ర", 3: "మార్చి", 5: "మే", 7: "జులై", 10: "అక్టో"}, Narrow: ut.CalendarMonthFormatNameValue{4: "ఏ", 5: "మే", 6: "జూ", 9: "సె", 11: "న", 12: "డి", 1: "జ", 2: "ఫి", 3: "మా", 7: "జు", 8: "ఆ", 10: "అ"}, Short: ut.CalendarMonthFormatNameValue(nil), Wide: ut.CalendarMonthFormatNameValue{8: "ఆగస్టు", 12: "డిసెంబర్", 2: "ఫిబ్రవరి", 3: "మార్చి", 5: "మే", 7: "జులై", 10: "అక్టోబర్", 11: "నవంబర్", 1: "జనవరి", 4: "ఏప్రిల్", 6: "జూన్", 9: "సెప్టెంబర్"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{0: "ఆది", 1: "సోమ", 2: "మంగళ", 3: "బుధ", 4: "గురు", 5: "శుక్ర", 6: "శని"}, Narrow: ut.CalendarDayFormatNameValue{0: "ఆ", 1: "సో", 2: "మ", 3: "బు", 4: "గు", 5: "శు", 6: "శ"}, Short: ut.CalendarDayFormatNameValue{1: "సోమ", 2: "మం", 3: "బుధ", 4: "గురు", 5: "శుక్ర", 6: "శని", 0: "ఆది"}, Wide: ut.CalendarDayFormatNameValue{2: "మంగళవారం", 3: "బుధవారం", 4: "గురువారం", 5: "శుక్రవారం", 6: "శనివారం", 0: "ఆదివారం", 1: "సోమవారం"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"afternoon1": "మధ్యాహ్నం", "evening1": "సాయంత్రం", "night1": "రాత్రి", "midnight": "అర్థరాత్రి", "am": "AM", "pm": "PM", "morning1": "ఉదయం"}, Narrow: ut.CalendarPeriodFormatNameValue{"midnight": "అర్థరాత్రి", "am": "AM", "pm": "PM", "morning1": "ఉదయం", "afternoon1": "మధ్యాహ్నం", "evening1": "సాయంత్రం", "night1": "రాత్రి"}, Short: ut.CalendarPeriodFormatNameValue(nil), Wide: ut.CalendarPeriodFormatNameValue{"midnight": "అర్థరాత్రి", "am": "AM", "pm": "PM", "morning1": "ఉదయం", "afternoon1": "మధ్యాహ్నం", "evening1": "సాయంత్రం", "night1": "రాత్రి"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "క్రీస్తు శకం", Abbrev: "క్రీశ", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "క్రీస్తు పూర్వం", Abbrev: "క్రీపూ", Narrow: ""}}}}
|