chinese.js
2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
define(
//begin v1.x content
{
"dateFormatItem-yyyyMMMEd": "E, MMM d, U",
"field-dayperiod": "AM/PM",
"field-minute": "Minute",
"dateFormatItem-MMMEd": "E, MMM d",
"dateTimeFormat-full": "{1} 'at' {0}",
"field-day-relative+-1": "Yesterday",
"dateFormatItem-hms": "h:mm:ss a",
"field-weekday": "Day of the Week",
"dateFormatItem-MMM": "LLL",
"dateTimeFormat-short": "{1}, {0}",
"dateFormatItem-Gy": "U",
"dateTimeFormat-medium": "{1}, {0}",
"field-era": "Era",
"field-hour": "Hour",
"dateFormatItem-y": "U",
"dateFormatItem-yyyy": "U",
"dateFormatItem-Ed": "d E",
"field-day-relative+0": "Today",
"field-day-relative+1": "Tomorrow",
"dateFormatItem-GyMMMd": "MMM d, U",
"dateFormat-long": "MMMM d, U",
"dateFormatItem-Ehm": "E h:mm a",
"field-zone": "Time Zone",
"dateFormatItem-Hm": "HH:mm",
"field-week-relative+-1": "Last week",
"dateFormat-medium": "MMM d, U",
"dateFormatItem-Hms": "HH:mm:ss",
"field-year-relative+0": "This year",
"field-year-relative+1": "Next year",
"dateFormatItem-yMd": "M/d/y",
"field-year-relative+-1": "Last year",
"dateFormatItem-ms": "mm:ss",
"dateFormatItem-yyyyQQQQ": "QQQQ U",
"field-year": "Year",
"dateTimeFormat-long": "{1} 'at' {0}",
"field-week": "Week",
"dateFormatItem-yyyyMd": "M/d/y",
"dateFormatItem-yyyyMMMd": "MMM d, U",
"dateFormatItem-yyyyMEd": "E, M/d/y",
"dateFormatItem-MMMd": "MMM d",
"field-week-relative+0": "This week",
"dateFormatItem-Ehms": "E h:mm:ss a",
"field-week-relative+1": "Next week",
"months-format-abbr": [
"Mo1",
"Mo2",
"Mo3",
"Mo4",
"Mo5",
"Mo6",
"Mo7",
"Mo8",
"Mo9",
"Mo10",
"Mo11",
"Mo12"
],
"field-month-relative+0": "This month",
"dateFormatItem-H": "HH",
"field-month": "Month",
"field-month-relative+1": "Next month",
"dateFormatItem-M": "L",
"field-second": "Second",
"dateFormatItem-GyMMMEd": "E, MMM d, U",
"dateFormatItem-GyMMM": "MMM U",
"field-day": "Day",
"dateFormatItem-MEd": "E, M/d",
"dateFormatItem-yyyyQQQ": "QQQ U",
"dateFormatItem-hm": "h:mm a",
"dateFormat-short": "M/d/yy",
"dateFormatItem-yyyyM": "M/y",
"dateFormat-full": "EEEE, MMMM d, U",
"dateFormatItem-EHms": "E HH:mm:ss",
"dateFormatItem-Md": "M/d",
"dateFormatItem-EHm": "E HH:mm",
"months-format-wide": [
"Month1",
"Month2",
"Month3",
"Month4",
"Month5",
"Month6",
"Month7",
"Month8",
"Month9",
"Month10",
"Month11",
"Month12"
],
"dateFormatItem-yyyyMMM": "MMM U",
"dateFormatItem-d": "d",
"field-month-relative+-1": "Last month",
"dateFormatItem-h": "h a"
}
//end v1.x content
);