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