123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- define(
- "dojo/cldr/nls/vi/buddhist", //begin v1.x content
- {
- "dateFormatItem-yQ": "Q yyyy G",
- "dayPeriods-format-wide-pm": "CH",
- "dateFormatItem-MMMEd": "E d MMM",
- "dateTimeFormat-full": "{0} {1}",
- "dateFormatItem-yQQQ": "QQQ y G",
- "dateFormatItem-MMdd": "dd-MM",
- "dateTimeFormat-short": "{0} {1}",
- "dayPeriods-format-wide-am": "SA",
- "dateTimeFormat-medium": "{0} {1}",
- "dateFormatItem-y": "'Năm' y G",
- "dateFormatItem-yyyy": "'Năm' y G",
- "dateFormatItem-Ed": "E, d",
- "dateFormatItem-yMMM": "MMM y G",
- "dateFormatItem-yyyyMM": "MM-yyyy G",
- "dateFormat-long": "'Ngày' dd 'tháng' M 'năm' y G",
- "dateFormat-medium": "dd-MM-yyyy G",
- "dateFormatItem-yMMMM": "MMMM y G",
- "dateTimeFormat-long": "{0} {1}",
- "dateFormatItem-yyyyMd": "d-M-yyyy G",
- "dateFormatItem-MMMMEd": "E d MMMM",
- "dateFormatItem-MMMd": "d MMM",
- "dateFormatItem-yyQ": "Q yy G",
- "months-format-abbr": [
- "thg 1",
- "thg 2",
- "thg 3",
- "thg 4",
- "thg 5",
- "thg 6",
- "thg 7",
- "thg 8",
- "thg 9",
- "thg 10",
- "thg 11",
- "thg 12"
- ],
- "dateFormatItem-MMMMd": "d MMMM",
- "days-format-abbr": [
- "CN",
- "Th 2",
- "Th 3",
- "Th 4",
- "Th 5",
- "Th 6",
- "Th 7"
- ],
- "dateFormatItem-mmss": "mm:ss",
- "dateFormatItem-yMMMd": "d MMM y G",
- "dateFormatItem-MEd": "E, d-M",
- "dateFormat-short": "dd/MM/yyyy G",
- "dateFormatItem-yMMMEd": "EEE, d MMM y G",
- "dateFormat-full": "EEEE, 'ngày' dd MMMM 'năm' y G",
- "dateFormatItem-Md": "d-M",
- "dateFormatItem-yMEd": "EEE, d-M-yyyy G",
- "months-format-wide": [
- "tháng một",
- "tháng hai",
- "tháng ba",
- "tháng tư",
- "tháng năm",
- "tháng sáu",
- "tháng bảy",
- "tháng tám",
- "tháng chín",
- "tháng mười",
- "tháng mười một",
- "tháng mười hai"
- ],
- "dateFormatItem-d": "'Ngày' d",
- "days-format-wide": [
- "Chủ nhật",
- "Thứ hai",
- "Thứ ba",
- "Thứ tư",
- "Thứ năm",
- "Thứ sáu",
- "Thứ bảy"
- ]
- }
- //end v1.x content
- );
|