12345 |
- package ar_MR
- import "github.com/go-playground/universal-translator"
- 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{12: "دجمبر", 2: "فبراير", 6: "يونيو", 9: "شتمبر", 5: "مايو", 7: "يوليو", 8: "أغشت", 10: "أكتوبر", 11: "نوفمبر", 1: "يناير", 3: "مارس", 4: "إبريل"}, Narrow: ut.CalendarMonthFormatNameValue{3: "م", 6: "ن", 7: "ل", 8: "غ", 9: "ش", 1: "ي", 2: "ف", 4: "إ", 5: "و", 10: "ك", 11: "ب", 12: "د"}, Short: ut.CalendarMonthFormatNameValue{}, Wide: ut.CalendarMonthFormatNameValue{3: "مارس", 7: "يوليو", 9: "شتمبر", 10: "أكتوبر", 11: "نوفمبر", 12: "دجمبر", 2: "فبراير", 4: "إبريل", 5: "مايو", 6: "يونيو", 8: "أغشت", 1: "يناير"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{6: "السبت", 0: "الأحد", 1: "الاثنين", 2: "الثلاثاء", 3: "الأربعاء", 4: "الخميس", 5: "الجمعة"}, Narrow: ut.CalendarDayFormatNameValue{4: "خ", 5: "ج", 6: "س", 0: "ح", 1: "ن", 2: "ث", 3: "ر"}, Short: ut.CalendarDayFormatNameValue{0: "الأحد", 1: "الاثنين", 2: "الثلاثاء", 3: "الأربعاء", 4: "الخميس", 5: "الجمعة", 6: "السبت"}, Wide: ut.CalendarDayFormatNameValue{6: "السبت", 0: "الأحد", 1: "الاثنين", 2: "الثلاثاء", 3: "الأربعاء", 4: "الخميس", 5: "الجمعة"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"morning1": "فجرا", "afternoon1": "ظهرًا", "morning2": "صباحًا", "afternoon2": "بعد الظهر", "night1": "منتصف الليل", "pm": "م", "evening1": "مساءً", "am": "ص", "night2": "ليلاً"}, Narrow: ut.CalendarPeriodFormatNameValue{"pm": "م", "night2": "ليلاً", "afternoon1": "ظهرًا", "afternoon2": "بعد الظهر", "evening1": "مساءً", "night1": "منتصف الليل", "morning1": "فجرا", "am": "ص", "morning2": "صباحًا"}, Short: ut.CalendarPeriodFormatNameValue{}, Wide: ut.CalendarPeriodFormatNameValue{"am": "صباحًا", "pm": "مساءً", "afternoon1": "ظهرًا", "morning2": "صباحًا", "night2": "ليلاً", "evening1": "مساءً", "night1": "منتصف الليل", "morning1": "فجرا", "afternoon2": "بعد الظهر"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}}}}
|