12345 |
- package vi
- import "github.com/go-playground/universal-translator"
- var calendar = ut.Calendar{Formats: ut.CalendarFormats{DateEra: ut.DateEra{BC: ut.CalendarDateFormat{Full: "EEEE, 'ngày' dd MMMM 'năm' y", Long: "'Ngày' dd 'tháng' MM 'năm' y", Medium: "d MMM, y", Short: "dd/MM/y"}, AD: ut.CalendarDateFormat{Full: "EEEE, 'ngày' dd MMMM 'năm' y", Long: "'Ngày' dd 'tháng' MM 'năm' y", Medium: "d MMM, y", Short: "dd/MM/y"}}, Time: ut.CalendarDateFormat{Full: "HH:mm:ss zzzz", Long: "HH:mm:ss z", Medium: "HH:mm:ss", Short: "HH:mm"}, DateTime: ut.CalendarDateFormat{Full: "{0} {1}", Long: "{0} {1}", Medium: "{0}, {1}", Short: "{0}, {1}"}}, FormatNames: ut.CalendarFormatNames{Months: ut.CalendarMonthFormatNames{Abbreviated: ut.CalendarMonthFormatNameValue{11: "Thg 11", 12: "Thg 12", 1: "Thg 1", 4: "Thg 4", 5: "Thg 5", 7: "Thg 7", 8: "Thg 8", 9: "Thg 9", 10: "Thg 10", 2: "Thg 2", 3: "Thg 3", 6: "Thg 6"}, Narrow: ut.CalendarMonthFormatNameValue{1: "1", 2: "2", 3: "3", 8: "8", 10: "10", 11: "11", 12: "12", 4: "4", 5: "5", 6: "6", 7: "7", 9: "9"}, Short: ut.CalendarMonthFormatNameValue(nil), Wide: ut.CalendarMonthFormatNameValue{6: "Tháng 6", 7: "Tháng 7", 10: "Tháng 10", 11: "Tháng 11", 1: "Tháng 1", 3: "Tháng 3", 4: "Tháng 4", 5: "Tháng 5", 8: "Tháng 8", 9: "Tháng 9", 12: "Tháng 12", 2: "Tháng 2"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{4: "Th 5", 5: "Th 6", 6: "Th 7", 0: "CN", 1: "Th 2", 2: "Th 3", 3: "Th 4"}, Narrow: ut.CalendarDayFormatNameValue{0: "CN", 1: "T2", 2: "T3", 3: "T4", 4: "T5", 5: "T6", 6: "T7"}, Short: ut.CalendarDayFormatNameValue{0: "CN", 1: "T2", 2: "T3", 3: "T4", 4: "T5", 5: "T6", 6: "T7"}, Wide: ut.CalendarDayFormatNameValue{6: "Thứ Bảy", 0: "Chủ Nhật", 1: "Thứ Hai", 2: "Thứ Ba", 3: "Thứ Tư", 4: "Thứ Năm", 5: "Thứ Sáu"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"morning1": "sáng", "afternoon1": "chiều", "evening1": "tối", "night1": "đêm", "midnight": "nửa đêm", "am": "SA", "noon": "TR", "pm": "CH"}, Narrow: ut.CalendarPeriodFormatNameValue{"night1": "đêm", "midnight": "nửa đêm", "am": "SA", "noon": "trưa", "pm": "CH", "morning1": "sáng", "afternoon1": "chiều", "evening1": "tối"}, Short: ut.CalendarPeriodFormatNameValue(nil), Wide: ut.CalendarPeriodFormatNameValue{"am": "SA", "noon": "trưa", "pm": "CH", "morning1": "sáng", "afternoon1": "chiều", "evening1": "tối", "night1": "đêm", "midnight": "nửa đêm"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "sau CN", Abbrev: "sau CN", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "tr. CN", Abbrev: "tr. CN", Narrow: "tr. CN"}}}}
|