calendar.go 3.5 KB

12345
  1. package ta_SG
  2. import "github.com/go-playground/universal-translator"
  3. var calendar = ut.Calendar{Formats: ut.CalendarFormats{DateEra: ut.DateEra{BC: ut.CalendarDateFormat{Full: "EEEE, d MMMM, y", Long: "d MMMM, y", Medium: "d MMM, y", Short: "d/M/yy"}, AD: ut.CalendarDateFormat{Full: "EEEE, d MMMM, y", Long: "d MMMM, y", Medium: "d MMM, y", Short: "d/M/yy"}}, Time: ut.CalendarDateFormat{Full: "a h:mm:ss zzzz", Long: "a h:mm:ss z", Medium: "a h:mm:ss", Short: "a 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{7: "ஜூலை", 9: "செப்.", 2: "பிப்.", 3: "மார்.", 5: "மே", 8: "ஆக.", 11: "நவ.", 10: "அக்.", 12: "டிச.", 1: "ஜன.", 4: "ஏப்.", 6: "ஜூன்"}, Narrow: ut.CalendarMonthFormatNameValue{11: "ந", 12: "டி", 2: "பி", 7: "ஜூ", 3: "மா", 8: "ஆ", 1: "ஜ", 9: "செ", 10: "அ", 4: "ஏ", 5: "மே", 6: "ஜூ"}, Short: ut.CalendarMonthFormatNameValue{}, Wide: ut.CalendarMonthFormatNameValue{12: "டிசம்பர்", 3: "மார்ச்", 9: "செப்டம்பர்", 1: "ஜனவரி", 2: "பிப்ரவரி", 7: "ஜூலை", 4: "ஏப்ரல்", 6: "ஜூன்", 5: "மே", 8: "ஆகஸ்டு", 10: "அக்டோபர்", 11: "நவம்பர்"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{3: "புத.", 4: "வியா.", 5: "வெள்.", 6: "சனி", 0: "ஞாயி.", 1: "திங்.", 2: "செவ்."}, Narrow: ut.CalendarDayFormatNameValue{6: "ச", 0: "ஞா", 1: "தி", 2: "செ", 3: "பு", 4: "வி", 5: "வெ"}, Short: ut.CalendarDayFormatNameValue{3: "பு", 4: "வி", 5: "வெ", 6: "ச", 0: "ஞா", 1: "தி", 2: "செ"}, Wide: ut.CalendarDayFormatNameValue{6: "சனி", 0: "ஞாயிறு", 1: "திங்கள்", 2: "செவ்வாய்", 3: "புதன்", 4: "வியாழன்", 5: "வெள்ளி"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"midnight": "நள்ளிரவு", "pm": "பிற்பகல்", "morning2": "காலை", "afternoon1": "மதியம்", "am": "முற்பகல்", "afternoon2": "பிற்பகல்", "evening1": "மாலை", "night1": "இரவு", "evening2": "அந்தி மாலை", "noon": "நண்பகல்", "morning1": "அதிகாலை"}, Narrow: ut.CalendarPeriodFormatNameValue{"afternoon2": "பிற்.", "evening2": "அந்தி மா.", "midnight": "நள்.", "evening1": "மா.", "morning1": "அதி.", "afternoon1": "மதி.", "night1": "இ.", "am": "மு.ப", "noon": "நண்.", "pm": "பி.ப", "morning2": "கா."}, Short: ut.CalendarPeriodFormatNameValue{}, Wide: ut.CalendarPeriodFormatNameValue{"morning1": "அதிகாலை", "morning2": "காலை", "evening1": "மாலை", "am": "முற்பகல்", "evening2": "அந்தி மாலை", "noon": "நண்பகல்", "pm": "பிற்பகல்", "midnight": "நள்ளிரவு", "afternoon1": "மதியம்", "afternoon2": "பிற்பகல்", "night1": "இரவு"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}}}}