calendar.go 3.3 KB

12345
  1. package kn
  2. import "github.com/go-playground/universal-translator"
  3. var calendar = ut.Calendar{Formats: ut.CalendarFormats{DateEra: ut.DateEra{BC: ut.CalendarDateFormat{Full: "EEEE, MMMM d, y", Long: "MMMM d, y", Medium: "MMM d, y", Short: "d/M/yy"}, AD: ut.CalendarDateFormat{Full: "EEEE, MMMM d, y", Long: "MMMM d, y", Medium: "MMM d, y", Short: "d/M/yy"}}, Time: ut.CalendarDateFormat{Full: "hh:mm:ss a zzzz", Long: "hh:mm:ss a z", Medium: "hh:mm:ss a", Short: "hh: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{1: "ಜನ", 2: "ಫೆಬ್ರ", 3: "ಮಾರ್ಚ್", 4: "ಏಪ್ರಿ", 8: "ಆಗ", 10: "ಅಕ್ಟೋ", 5: "ಮೇ", 6: "ಜೂನ್", 7: "ಜುಲೈ", 9: "ಸೆಪ್ಟೆಂ", 11: "ನವೆಂ", 12: "ಡಿಸೆಂ"}, Narrow: ut.CalendarMonthFormatNameValue{5: "ಮೇ", 7: "ಜು", 1: "ಜ", 3: "ಮಾ", 4: "ಏ", 6: "ಜೂ", 8: "ಆ", 9: "ಸೆ", 10: "ಅ", 11: "ನ", 2: "ಫೆ", 12: "ಡಿ"}, Short: ut.CalendarMonthFormatNameValue(nil), Wide: ut.CalendarMonthFormatNameValue{6: "ಜೂನ್", 7: "ಜುಲೈ", 10: "ಅಕ್ಟೋಬರ್", 2: "ಫೆಬ್ರವರಿ", 3: "ಮಾರ್ಚ್", 4: "ಏಪ್ರಿಲ್", 9: "ಸೆಪ್ಟೆಂಬರ್", 11: "ನವೆಂಬರ್", 12: "ಡಿಸೆಂಬರ್", 1: "ಜನವರಿ", 5: "ಮೇ", 8: "ಆಗಸ್ಟ್"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{4: "ಗುರು", 5: "ಶುಕ್ರ", 6: "ಶನಿ", 0: "ಭಾನು", 1: "ಸೋಮ", 2: "ಮಂಗಳ", 3: "ಬುಧ"}, Narrow: ut.CalendarDayFormatNameValue{0: "ಭಾ", 1: "ಸೋ", 2: "ಮಂ", 3: "ಬು", 4: "ಗು", 5: "ಶು", 6: "ಶ"}, Short: ut.CalendarDayFormatNameValue{6: "ಶನಿ", 0: "ಭಾನು", 1: "ಸೋಮ", 2: "ಮಂಗಳ", 3: "ಬುಧ", 4: "ಗುರು", 5: "ಶುಕ್ರ"}, Wide: ut.CalendarDayFormatNameValue{3: "ಬುಧವಾರ", 4: "ಗುರುವಾರ", 5: "ಶುಕ್ರವಾರ", 6: "ಶನಿವಾರ", 0: "ಭಾನುವಾರ", 1: "ಸೋಮವಾರ", 2: "ಮಂಗಳವಾರ"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"night1": "ರಾತ್ರಿ", "midnight": "ಮಧ್ಯರಾತ್ರಿ", "am": "AM", "pm": "PM", "morning1": "ಬೆಳಗ್ಗೆ", "afternoon1": "ಮಧ್ಯಾಹ್ನ", "evening1": "ಸಂಜೆ"}, Narrow: ut.CalendarPeriodFormatNameValue{"afternoon1": "ಮಧ್ಯಾಹ್ನ", "evening1": "ಸಂಜೆ", "night1": "ರಾತ್ರಿ", "midnight": "ಮಧ್ಯರಾತ್ರಿ", "am": "AM", "pm": "PM", "morning1": "ಬೆಳಗ್ಗೆ"}, Short: ut.CalendarPeriodFormatNameValue(nil), Wide: ut.CalendarPeriodFormatNameValue{"midnight": "ಮಧ್ಯರಾತ್ರಿ", "am": "ಪೂರ್ವಾಹ್ನ", "pm": "ಅಪರಾಹ್ನ", "morning1": "ಬೆಳಗ್ಗೆ", "afternoon1": "ಮಧ್ಯಾಹ್ನ", "evening1": "ಸಂಜೆ", "night1": "ರಾತ್ರಿ"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "ಕ್ರಿಸ್ತ ಶಕ", Abbrev: "ಕ್ರಿ.ಶ", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "ಕ್ರಿಸ್ತ ಪೂರ್ವ", Abbrev: "ಕ್ರಿ.ಪೂ", Narrow: ""}}}}