12345 |
- package zh_Hant_HK
- import "github.com/go-playground/universal-translator"
- var calendar = ut.Calendar{Formats: ut.CalendarFormats{DateEra: ut.DateEra{BC: ut.CalendarDateFormat{Full: "y年M月d日EEEE", Long: "y年M月d日", Medium: "y年M月d日", Short: "d/M/y"}, AD: ut.CalendarDateFormat{Full: "y年M月d日EEEE", Long: "y年M月d日", Medium: "y年M月d日", Short: "d/M/y"}}, Time: ut.CalendarDateFormat{Full: "zzzz ah:mm:ss", Long: "z ah:mm:ss", Medium: "ah:mm:ss", Short: "ah: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{12: "12月", 6: "6月", 7: "7月", 8: "8月", 9: "9月", 1: "1月", 2: "2月", 4: "4月", 10: "10月", 11: "11月", 3: "3月", 5: "5月"}, Narrow: ut.CalendarMonthFormatNameValue{2: "2", 6: "6", 5: "5", 8: "8", 12: "12", 4: "4", 7: "7", 10: "10", 1: "1", 3: "3", 9: "9", 11: "11"}, Short: ut.CalendarMonthFormatNameValue{}, Wide: ut.CalendarMonthFormatNameValue{9: "九月", 2: "二月", 3: "三月", 5: "五月", 8: "八月", 1: "一月", 4: "四月", 6: "六月", 7: "七月", 12: "十二月", 10: "十月", 11: "十一月"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{1: "周一", 2: "周二", 3: "周三", 4: "周四", 5: "周五", 6: "周六", 0: "周日"}, Narrow: ut.CalendarDayFormatNameValue{1: "一", 2: "二", 3: "三", 4: "四", 5: "五", 6: "六", 0: "日"}, Short: ut.CalendarDayFormatNameValue{0: "周日", 1: "周一", 2: "周二", 3: "周三", 4: "周四", 5: "周五", 6: "周六"}, Wide: ut.CalendarDayFormatNameValue{2: "星期二", 3: "星期三", 4: "星期四", 5: "星期五", 6: "星期六", 0: "星期日", 1: "星期一"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"afternoon1": "中午", "night1": "凌晨", "pm": "下午", "morning2": "早上", "afternoon2": "下午", "evening1": "晚上", "midnight": "午夜", "am": "上午", "morning1": "清晨"}, Narrow: ut.CalendarPeriodFormatNameValue{"morning2": "早上", "am": "上午", "midnight": "午夜", "pm": "下午", "morning1": "清晨", "afternoon1": "中午", "afternoon2": "下午", "evening1": "晚上", "night1": "凌晨"}, Short: ut.CalendarPeriodFormatNameValue{}, Wide: ut.CalendarPeriodFormatNameValue{"night1": "凌晨", "midnight": "午夜", "pm": "下午", "morning1": "清晨", "morning2": "早上", "evening1": "晚上", "afternoon1": "中午", "afternoon2": "下午", "am": "上午"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "公元前", Abbrev: "公元前", Narrow: ""}}}}
|