123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- define(
- "dojo/cldr/nls/sq/gregorian", //begin v1.x content
- {
- "dateFormatItem-yM": "M.yyyy",
- "dayPeriods-format-wide-pm": "MD",
- "eraNames": [
- "p.e.r.",
- "n.e.r."
- ],
- "dateFormatItem-MMMEd": "E d MMM",
- "dateFormatItem-hms": "h.mm.ss.a",
- "days-standAlone-wide": [
- "e diel",
- "e hënë",
- "e martë",
- "e mërkurë",
- "e enjte",
- "e premte",
- "e shtunë"
- ],
- "dateFormatItem-MMM": "LLL",
- "months-standAlone-narrow": [
- "J",
- "S",
- "M",
- "P",
- "M",
- "Q",
- "K",
- "G",
- "S",
- "T",
- "N",
- "D"
- ],
- "dayPeriods-format-wide-am": "PD",
- "dateFormatItem-y": "y",
- "timeFormat-full": "h.mm.ss.a zzzz",
- "months-standAlone-abbr": [
- "Jan",
- "Shk",
- "Mar",
- "Pri",
- "Maj",
- "Qer",
- "Kor",
- "Gsh",
- "Sht",
- "Tet",
- "Nën",
- "Dhj"
- ],
- "dateFormatItem-yMMM": "MMM y",
- "days-standAlone-narrow": [
- "D",
- "H",
- "M",
- "M",
- "E",
- "P",
- "S"
- ],
- "eraAbbr": [
- "p.e.r.",
- "n.e.r."
- ],
- "dateFormatItem-yyyyMMMM": "MMMM y",
- "dateFormat-long": "dd MMMM y",
- "timeFormat-medium": "h.mm.ss.a",
- "dateFormatItem-Hm": "H.mm",
- "dateFormat-medium": "yyyy-MM-dd",
- "dateFormatItem-Hms": "H.mm.ss",
- "dateFormatItem-yMMMM": "MMMM y",
- "dateFormatItem-ms": "mm.ss",
- "months-standAlone-wide": [
- "janar",
- "shkurt",
- "mars",
- "prill",
- "maj",
- "qershor",
- "korrik",
- "gusht",
- "shtator",
- "tetor",
- "nëntor",
- "dhjetor"
- ],
- "dateFormatItem-MMMMEd": "E d MMMM",
- "dateFormatItem-MMMd": "d MMM",
- "timeFormat-long": "h.mm.ss.a z",
- "months-format-abbr": [
- "Jan",
- "Shk",
- "Mar",
- "Pri",
- "Maj",
- "Qer",
- "Kor",
- "Gsh",
- "Sht",
- "Tet",
- "Nën",
- "Dhj"
- ],
- "timeFormat-short": "h.mm.a",
- "dateFormatItem-H": "H",
- "dateFormatItem-MMMMd": "d MMMM",
- "days-format-abbr": [
- "Die",
- "Hën",
- "Mar",
- "Mër",
- "Enj",
- "Pre",
- "Sht"
- ],
- "days-format-narrow": [
- "D",
- "H",
- "M",
- "M",
- "E",
- "P",
- "S"
- ],
- "dateFormatItem-M": "L",
- "dateFormatItem-MEd": "E, d.M",
- "months-format-narrow": [
- "J",
- "S",
- "M",
- "P",
- "M",
- "Q",
- "K",
- "G",
- "S",
- "T",
- "N",
- "D"
- ],
- "dateFormatItem-hm": "h.mm.a",
- "days-standAlone-abbr": [
- "Die",
- "Hën",
- "Mar",
- "Mër",
- "Enj",
- "Pre",
- "Sht"
- ],
- "dateFormat-short": "yy-MM-dd",
- "dateFormatItem-yMMMEd": "d MMM y",
- "dateFormat-full": "EEEE, dd MMMM y",
- "dateFormatItem-Md": "M-d",
- "dateFormatItem-yMEd": "EEE, d.M.yyyy",
- "months-format-wide": [
- "janar",
- "shkurt",
- "mars",
- "prill",
- "maj",
- "qershor",
- "korrik",
- "gusht",
- "shtator",
- "tetor",
- "nëntor",
- "dhjetor"
- ],
- "dateFormatItem-d": "d",
- "days-format-wide": [
- "e diel",
- "e hënë",
- "e martë",
- "e mërkurë",
- "e enjte",
- "e premte",
- "e shtunë"
- ],
- "eraNarrow": [
- "p.e.r.",
- "n.e.r."
- ],
- "dateFormatItem-h": "h.a"
- }
- //end v1.x content
- );
|