UNPKG

twitter_cldr

Version:

JavaScript implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more. Based on twitter-cldr-rb

1,909 lines (1,903 loc) 676 kB
/* // Copyright 2012 Twitter, Inc // http://www.apache.org/licenses/LICENSE-2.0 // TwitterCLDR (JavaScript) v3.3.0 // Authors: Cameron Dutro [@camertron] Kirill Lashuk [@KL_7] portions by Sven Fuchs [@svenfuchs] // Homepage: https://twitter.com // Description: Provides date, time, number, and list formatting functionality for various Twitter-supported locales in Javascript. */ /*-module-*/ /*_lib/twitter_cldr_*/ (function() { var TwitterCldrDataBundle, key, obj, root; TwitterCldrDataBundle = { "Settings": { "is_rtl": true, "locale": "ar" }, "PluralRules": { "rules": { "cardinal": "(function(num, runtime) { var n = runtime.n(num); var i = runtime.i(num); var v = runtime.v(num); var w = runtime.w(num); var f = runtime.f(num); var t = runtime.t(num); return (((n % 100 \u003e= 3) \u0026\u0026 (n % 100 \u003c= 10)) ? 'few' : (((n % 100 \u003e= 11) \u0026\u0026 (n % 100 \u003c= 99)) ? 'many' : (n == 1 ? 'one' : (n == 2 ? 'two' : (n == 0 ? 'zero' : 'other'))))); })", "ordinal": "(function(num, runtime) { var n = runtime.n(num); var i = runtime.i(num); var v = runtime.v(num); var w = runtime.w(num); var f = runtime.f(num); var t = runtime.t(num); return 'other'; })" }, "names": { "cardinal": ["few", "many", "one", "other", "two", "zero"], "ordinal": ["other"] } }, "TimespanFormatter": { "patterns": { "ago": { "second": { "default": { "few": "قبل {0} ثوانِ", "many": "قبل {0} ثانية", "one": "قبل {0} من الثواني", "two": "قبل ثانيتين", "zero": "قبل {0} من الثواني", "other": "قبل {0} من الثواني" } }, "minute": { "default": { "few": "قبل {0} دقائق", "many": "قبل {0} دقيقة", "one": "قبل {0} من الدقائق", "two": "قبل دقيقتين", "zero": "قبل {0} من الدقائق", "other": "قبل {0} من الدقائق" } }, "hour": { "default": { "few": "قبل {0} ساعات", "many": "قبل {0} ساعة", "one": "قبل {0} من الساعات", "two": "قبل ساعتين", "zero": "قبل {0} من الساعات", "other": "قبل {0} من الساعات" } }, "day": { "default": { "few": "قبل {0} أيام", "many": "قبل {0} يومًا", "one": "قبل {0} من الأيام", "two": "قبل يومين", "zero": "قبل {0} من الأيام", "other": "قبل {0} من الأيام" } }, "week": { "default": { "few": "قبل {0} أسابيع", "many": "قبل {0} أسبوعًا", "one": "قبل {0} من الأسابيع", "two": "قبل أسبوعين", "zero": "قبل {0} من الأسابيع", "other": "قبل {0} من الأسابيع" } }, "month": { "default": { "few": "قبل {0} أشهر", "many": "قبل {0} شهرًا", "one": "قبل {0} من الشهور", "two": "قبل شهرين", "zero": "قبل {0} من الشهور", "other": "قبل {0} من الشهور" } }, "year": { "default": { "few": "قبل {0} سنوات", "many": "قبل {0} سنة", "one": "قبل {0} من السنوات", "two": "قبل سنتين", "zero": "قبل {0} من السنوات", "other": "قبل {0} من السنوات" } } }, "until": { "second": { "default": { "few": "خلال {0} ثوانِ", "many": "خلال {0} ثانية", "one": "خلال {0} من الثواني", "two": "خلال ثانيتين", "zero": "خلال {0} من الثواني", "other": "خلال {0} من الثواني" } }, "minute": { "default": { "few": "خلال {0} دقائق", "many": "خلال {0} دقيقة", "one": "خلال {0} من الدقائق", "two": "خلال دقيقتين", "zero": "خلال {0} من الدقائق", "other": "خلال {0} من الدقائق" } }, "hour": { "default": { "few": "خلال {0} ساعات", "many": "خلال {0} ساعة", "one": "خلال {0} من الساعات", "two": "خلال ساعتين", "zero": "خلال {0} من الساعات", "other": "خلال {0} من الساعات" } }, "day": { "default": { "few": "خلال {0} أيام", "many": "خلال {0} يومًا", "one": "خلال {0} من الأيام", "two": "خلال يومين", "zero": "خلال {0} من الأيام", "other": "خلال {0} من الأيام" } }, "week": { "default": { "few": "خلال {0} أسابيع", "many": "خلال {0} أسبوعًا", "one": "خلال {0} من الأسابيع", "two": "خلال أسبوعين", "zero": "خلال {0} من الأسابيع", "other": "خلال {0} من الأسابيع" } }, "month": { "default": { "few": "خلال {0} شهور", "many": "خلال {0} شهرًا", "one": "خلال {0} من الشهور", "two": "خلال شهرين", "zero": "خلال {0} من الشهور", "other": "خلال {0} من الشهور" } }, "year": { "default": { "few": "خلال {0} سنوات", "many": "خلال {0} سنة", "one": "خلال {0} من السنوات", "two": "خلال سنتين", "zero": "خلال {0} من السنوات", "other": "خلال {0} من السنوات" } } }, "none": { "second": { "default": { "few": "{0} ثوان", "many": "{0} ثانيةً", "one": "ثانية", "two": "ثانيتان", "zero": "لا ثوان", "other": "{0} ثانية" }, "short": { "few": "{0} ث", "many": "{0} ث", "one": "ثانية", "two": "ثانيتان", "zero": "لا ثوان", "other": "{0} ث" }, "abbreviated": { "few": "{0} ثانية", "many": "{0} ثانية", "one": "{0} ثانية", "two": "{0} ثانية", "zero": "{0} ثانية", "other": "{0} ثانية" } }, "minute": { "default": { "few": "{0} دقائق", "many": "{0} دقيقةً", "one": "دقيقة", "two": "دقيقتان", "zero": "لا دقائق", "other": "{0} دقيقة" }, "short": { "few": "{0} د", "many": "{0} د", "one": "دقيقة", "two": "دقيقتان", "zero": "لا دقائق", "other": "{0} د" }, "abbreviated": { "few": "{0} دقيقة", "many": "{0} دقيقة", "one": "{0} دقيقة", "two": "{0} دقيقة", "zero": "{0} دقيقة", "other": "{0} دقيقة" } }, "hour": { "default": { "few": "{0} ساعات", "many": "{0} ساعةً", "one": "ساعة", "two": "ساعتان", "zero": "لا ساعات", "other": "{0} ساعة" }, "short": { "few": "{0} س", "many": "{0} س", "one": "ساعة", "two": "ساعتان", "zero": "لا ساعات", "other": "{0} س" }, "abbreviated": { "few": "{0} ساعة", "many": "{0} ساعة", "one": "{0} ساعة", "two": "{0} ساعة", "zero": "{0} ساعة", "other": "{0} ساعة" } }, "day": { "default": { "few": "{0} أيام", "many": "{0} يوماً", "one": "يوم", "two": "يومان", "zero": "{0} يوم", "other": "{0} يوم" }, "short": { "few": "{0} أيام", "many": "{0} يوماً", "one": "يوم", "two": "يومان", "zero": "لا أيام", "other": "{0} يوم" }, "abbreviated": { "few": "{0}يومًا", "many": "{0}يومًا", "one": "{0}يومًا", "two": "{0}يومًا", "zero": "{0}يومًا", "other": "{0}يومًا" } }, "week": { "default": { "few": "{0} أسابيع", "many": "{0} أسبوعاً", "one": "أسبوع", "two": "أسبوعان", "zero": "لا أسابيع", "other": "{0} أسبوع" }, "short": { "few": "{0} أسابيع", "many": "{0} أسبوعاً", "one": "أسبوع", "two": "أسبوعان", "zero": "لا أسابيع", "other": "{0} أسبوع" } }, "month": { "default": { "few": "{0} أشهر", "many": "{0} شهراً", "one": "شهر", "two": "شهران", "zero": "لا أشهر", "other": "{0} شهر" }, "short": { "few": "{0} أشهر", "many": "{0} شهراً", "one": "شهر", "two": "شهران", "zero": "لا أشهر", "other": "{0} شهر" } }, "year": { "default": { "few": "{0} سنوات", "many": "{0} سنة", "one": "سنة", "two": "سنتان", "zero": "لا سنوات", "other": "{0} سنة" }, "short": { "few": "{0} سنوات", "many": "{0} سنة", "one": "سنة", "two": "سنتان", "zero": "لا سنوات", "other": "{0} سنة" } } } } }, "DateTimeFormatter": { "tokens": { "date_time": { "default": [ { "value": "dd", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "MM", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "y", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "full": [ { "value": "EEEE", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "d", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "MMMM", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "y", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "zzzz", "type": "pattern" } ], "long": [ { "value": "d", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "MMMM", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "y", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "z", "type": "pattern" } ], "medium": [ { "value": "dd", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "MM", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "y", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "short": [ { "value": "d", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "M", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "y", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "additional": { "E": [ { "value": "ccc", "type": "pattern" } ], "EHm": [ { "value": "E", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "HH", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" } ], "EHms": [ { "value": "E", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "HH", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" } ], "Ed": [ { "value": "E", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "d", "type": "pattern" } ], "Ehm": [ { "value": "E", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "Ehms": [ { "value": "E", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "Gy": [ { "value": "y", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "G", "type": "pattern" } ], "GyMMM": [ { "value": "MMM", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "y", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "G", "type": "pattern" } ], "GyMMMEd": [ { "value": "E", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "d", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "MMM", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "y", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "G", "type": "pattern" } ], "GyMMMd": [ { "value": "d", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "MMM", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "y", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "G", "type": "pattern" } ], "H": [ { "value": "HH", "type": "pattern" } ], "Hm": [ { "value": "HH", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" } ], "Hms": [ { "value": "HH", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" } ], "M": [ { "value": "L", "type": "pattern" } ], "MEd": [ { "value": "E", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "d", "type": "pattern" }, { "value": "/", "type": "plaintext" }, { "value": "M", "type": "pattern" } ], "MMM": [ { "value": "LLL", "type": "pattern" } ], "MMMEd": [ { "value": "E", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "d", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "MMM", "type": "pattern" } ], "MMMMEd": [ { "value": "E", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "d", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "MMMM", "type": "pattern" } ], "MMMMd": [ { "value": "d", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "MMMM", "type": "pattern" } ], "MMMd": [ { "value": "d", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "MMM", "type": "pattern" } ], "MMdd": [ { "value": "dd", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "MM", "type": "pattern" } ], "Md": [ { "value": "d", "type": "pattern" }, { "value": "/‏", "type": "plaintext" }, { "value": "M", "type": "pattern" } ], "d": [ { "value": "d", "type": "pattern" } ], "h": [ { "value": "h", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "hm": [ { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "hms": [ { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "ms": [ { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" } ], "y": [ { "value": "y", "type": "pattern" } ], "yM": [ { "value": "M", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "y", "type": "pattern" } ], "yMEd": [ { "value": "E", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "d", "type": "pattern" }, { "value": "/‏", "type": "plaintext" }, { "value": "M", "type": "pattern" }, { "value": "/‏", "type": "plaintext" }, { "value": "y", "type": "pattern" } ], "yMM": [ { "value": "MM", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "y", "type": "pattern" } ], "yMMM": [ { "value": "MMM", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "y", "type": "pattern" } ], "yMMMEd": [ { "value": "E", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "d", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "MMM", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "y", "type": "pattern" } ], "yMMMM": [ { "value": "MMMM", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "y", "type": "pattern" } ], "yMMMd": [ { "value": "d", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "MMM", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "y", "type": "pattern" } ], "yMd": [ { "value": "d", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "M", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "y", "type": "pattern" } ], "yQQQ": [ { "value": "QQQ", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "y", "type": "pattern" } ], "yQQQQ": [ { "value": "QQQQ", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "y", "type": "pattern" } ] } }, "time": { "default": [ { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "full": [ { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "zzzz", "type": "pattern" } ], "long": [ { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "z", "type": "pattern" } ], "medium": [ { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "short": [ { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "additional": { "E": [ { "value": "ccc", "type": "plaintext" } ], "EHm": [ { "value": "E ", "type": "plaintext" }, { "value": "HH", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" } ], "EHms": [ { "value": "E ", "type": "plaintext" }, { "value": "HH", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" } ], "Ed": [ { "value": "E، d", "type": "plaintext" } ], "Ehm": [ { "value": "E ", "type": "plaintext" }, { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "Ehms": [ { "value": "E ", "type": "plaintext" }, { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "Gy": [ { "value": "y G", "type": "plaintext" } ], "GyMMM": [ { "value": "MMM y G", "type": "plaintext" } ], "GyMMMEd": [ { "value": "E، d MMM، y G", "type": "plaintext" } ], "GyMMMd": [ { "value": "d MMM، y G", "type": "plaintext" } ], "H": [ { "value": "HH", "type": "pattern" } ], "Hm": [ { "value": "HH", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" } ], "Hms": [ { "value": "HH", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" } ], "M": [ { "value": "L", "type": "plaintext" } ], "MEd": [ { "value": "E، d/M", "type": "plaintext" } ], "MMM": [ { "value": "LLL", "type": "plaintext" } ], "MMMEd": [ { "value": "E، d MMM", "type": "plaintext" } ], "MMMMEd": [ { "value": "E، d MMMM", "type": "plaintext" } ], "MMMMd": [ { "value": "d MMMM", "type": "plaintext" } ], "MMMd": [ { "value": "d MMM", "type": "plaintext" } ], "MMdd": [ { "value": "dd‏/MM", "type": "plaintext" } ], "Md": [ { "value": "d/‏M", "type": "plaintext" } ], "d": [ { "value": "d", "type": "plaintext" } ], "h": [ { "value": "h", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "hm": [ { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "hms": [ { "value": "h", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "a", "type": "pattern" } ], "ms": [ { "value": "mm", "type": "pattern" }, { "value": ":", "type": "plaintext" }, { "value": "ss", "type": "pattern" } ], "y": [ { "value": "y", "type": "plaintext" } ], "yM": [ { "value": "M‏/y", "type": "plaintext" } ], "yMEd": [ { "value": "E، d/‏M/‏y", "type": "plaintext" } ], "yMM": [ { "value": "MM‏/y", "type": "plaintext" } ], "yMMM": [ { "value": "MMM y", "type": "plaintext" } ], "yMMMEd": [ { "value": "E، d MMM، y", "type": "plaintext" } ], "yMMMM": [ { "value": "MMMM y", "type": "plaintext" } ], "yMMMd": [ { "value": "d MMM، y", "type": "plaintext" } ], "yMd": [ { "value": "d‏/M‏/y", "type": "plaintext" } ], "yQQQ": [ { "value": "QQQ y", "type": "plaintext" } ], "yQQQQ": [ { "value": "QQQQ y", "type": "plaintext" } ] } }, "date": { "default": [ { "value": "dd", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "MM", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "y", "type": "pattern" } ], "full": [ { "value": "EEEE", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "d", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "MMMM", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "y", "type": "pattern" } ], "long": [ { "value": "d", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "MMMM", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "y", "type": "pattern" } ], "medium": [ { "value": "dd", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "MM", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "y", "type": "pattern" } ], "short": [ { "value": "d", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "M", "type": "pattern" }, { "value": "‏/", "type": "plaintext" }, { "value": "y", "type": "pattern" } ], "additional": { "E": [ { "value": "ccc", "type": "pattern" } ], "EHm": [ { "value": "E", "type": "pattern" }, { "value": " HH:mm", "type": "plaintext" } ], "EHms": [ { "value": "E", "type": "pattern" }, { "value": " HH:mm:ss", "type": "plaintext" } ], "Ed": [ { "value": "E", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "d", "type": "pattern" } ], "Ehm": [ { "value": "E", "type": "pattern" }, { "value": " h:mm a", "type": "plaintext" } ], "Ehms": [ { "value": "E", "type": "pattern" }, { "value": " h:mm:ss a", "type": "plaintext" } ], "Gy": [ { "value": "y", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "G", "type": "pattern" } ], "GyMMM": [ { "value": "MMM", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "y", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "G", "type": "pattern" } ], "GyMMMEd": [ { "value": "E", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "d", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "MMM", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "y", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "G", "type": "pattern" } ], "GyMMMd": [ { "value": "d", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "MMM", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "y", "type": "pattern" }, { "value": " ", "type": "plaintext" }, { "value": "G", "type": "pattern" } ], "H": [ { "value": "HH", "type": "plaintext" } ], "Hm": [ { "value": "HH:mm", "type": "plaintext" } ], "Hms": [ { "value": "HH:mm:ss", "type": "plaintext" } ], "M": [ { "value": "L", "type": "pattern" } ], "MEd": [ { "value": "E", "type": "pattern" }, { "value": "، ", "type": "plaintext" }, { "value": "d", "type": "pattern" }, { "value": "/", "type": "plaintext" }, { "value": "M", "type": "pattern" } ]