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