calendar.go 3.1 KB

12345
  1. package ar_AE
  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: "dd\u200f/MM\u200f/y", Short: "d\u200f/M\u200f/y"}, AD: ut.CalendarDateFormat{Full: "EEEE، d MMMM، y", Long: "d MMMM، y", Medium: "dd\u200f/MM\u200f/y", Short: "d\u200f/M\u200f/y"}}, 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{3: "مارس", 11: "نوفمبر", 12: "ديسمبر", 6: "يونيو", 8: "أغسطس", 2: "فبراير", 5: "مايو", 7: "يوليو", 10: "أكتوبر", 1: "يناير", 9: "سبتمبر", 4: "أبريل"}, Narrow: ut.CalendarMonthFormatNameValue{5: "و", 6: "ن", 10: "ك", 11: "ب", 3: "م", 4: "أ", 9: "س", 1: "ي", 12: "د", 2: "ف", 8: "غ", 7: "ل"}, Short: ut.CalendarMonthFormatNameValue{}, Wide: ut.CalendarMonthFormatNameValue{11: "نوفمبر", 3: "مارس", 6: "يونيو", 1: "يناير", 9: "سبتمبر", 8: "أغسطس", 10: "أكتوبر", 12: "ديسمبر", 2: "فبراير", 4: "أبريل", 5: "مايو", 7: "يوليو"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{0: "الأحد", 1: "الاثنين", 2: "الثلاثاء", 3: "الأربعاء", 4: "الخميس", 5: "الجمعة", 6: "السبت"}, Narrow: ut.CalendarDayFormatNameValue{6: "س", 0: "ح", 1: "ن", 2: "ث", 3: "ر", 4: "خ", 5: "ج"}, Short: ut.CalendarDayFormatNameValue{4: "الخميس", 5: "الجمعة", 6: "السبت", 0: "الأحد", 1: "الاثنين", 2: "الثلاثاء", 3: "الأربعاء"}, Wide: ut.CalendarDayFormatNameValue{0: "الأحد", 1: "الاثنين", 2: "الثلاثاء", 3: "الأربعاء", 4: "الخميس", 5: "الجمعة", 6: "السبت"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"afternoon2": "بعد الظهر", "night1": "منتصف الليل", "am": "ص", "morning1": "فجرا", "pm": "م", "morning2": "صباحًا", "night2": "ليلاً", "afternoon1": "ظهرًا", "evening1": "مساءً"}, Narrow: ut.CalendarPeriodFormatNameValue{"afternoon1": "ظهرًا", "afternoon2": "بعد الظهر", "night2": "ليلاً", "morning2": "صباحًا", "pm": "م", "evening1": "مساءً", "night1": "منتصف الليل", "am": "ص", "morning1": "فجرا"}, Short: ut.CalendarPeriodFormatNameValue{}, Wide: ut.CalendarPeriodFormatNameValue{"afternoon1": "ظهرًا", "afternoon2": "بعد الظهر", "evening1": "مساءً", "night1": "منتصف الليل", "morning2": "صباحًا", "night2": "ليلاً", "am": "صباحًا", "pm": "مساءً", "morning1": "فجرا"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "قبل الميلاد", Abbrev: "ق.م", Narrow: ""}}}}