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