1 | /* @generated */
|
2 | // prettier-ignore
|
3 | if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
|
4 | Intl.RelativeTimeFormat.__addLocaleData({
|
5 | "data": {
|
6 | "day": {
|
7 | "-1": "昨天",
|
8 | "-2": "前天",
|
9 | "0": "今天",
|
10 | "1": "明天",
|
11 | "2": "后天",
|
12 | "future": {
|
13 | "other": "{0}天后"
|
14 | },
|
15 | "past": {
|
16 | "other": "{0}天前"
|
17 | }
|
18 | },
|
19 | "day-narrow": {
|
20 | "-1": "昨天",
|
21 | "-2": "前天",
|
22 | "0": "今天",
|
23 | "1": "明天",
|
24 | "2": "后天",
|
25 | "future": {
|
26 | "other": "{0}天后"
|
27 | },
|
28 | "past": {
|
29 | "other": "{0}天前"
|
30 | }
|
31 | },
|
32 | "day-short": {
|
33 | "-1": "昨天",
|
34 | "-2": "前天",
|
35 | "0": "今天",
|
36 | "1": "明天",
|
37 | "2": "后天",
|
38 | "future": {
|
39 | "other": "{0}天后"
|
40 | },
|
41 | "past": {
|
42 | "other": "{0}天前"
|
43 | }
|
44 | },
|
45 | "hour": {
|
46 | "0": "这一时间 / 此时",
|
47 | "future": {
|
48 | "other": "{0}小时后"
|
49 | },
|
50 | "past": {
|
51 | "other": "{0}小时前"
|
52 | }
|
53 | },
|
54 | "hour-narrow": {
|
55 | "0": "这一时间 / 此时",
|
56 | "future": {
|
57 | "other": "{0}小时后"
|
58 | },
|
59 | "past": {
|
60 | "other": "{0}小时前"
|
61 | }
|
62 | },
|
63 | "hour-short": {
|
64 | "0": "这一时间 / 此时",
|
65 | "future": {
|
66 | "other": "{0}小时后"
|
67 | },
|
68 | "past": {
|
69 | "other": "{0}小时前"
|
70 | }
|
71 | },
|
72 | "minute": {
|
73 | "0": "此刻",
|
74 | "future": {
|
75 | "other": "{0}分钟后"
|
76 | },
|
77 | "past": {
|
78 | "other": "{0}分钟前"
|
79 | }
|
80 | },
|
81 | "minute-narrow": {
|
82 | "0": "此刻",
|
83 | "future": {
|
84 | "other": "{0}分钟后"
|
85 | },
|
86 | "past": {
|
87 | "other": "{0}分钟前"
|
88 | }
|
89 | },
|
90 | "minute-short": {
|
91 | "0": "此刻",
|
92 | "future": {
|
93 | "other": "{0}分钟后"
|
94 | },
|
95 | "past": {
|
96 | "other": "{0}分钟前"
|
97 | }
|
98 | },
|
99 | "month": {
|
100 | "-1": "上个月",
|
101 | "0": "本月",
|
102 | "1": "下个月",
|
103 | "future": {
|
104 | "other": "{0}个月后"
|
105 | },
|
106 | "past": {
|
107 | "other": "{0}个月前"
|
108 | }
|
109 | },
|
110 | "month-narrow": {
|
111 | "-1": "上个月",
|
112 | "0": "本月",
|
113 | "1": "下个月",
|
114 | "future": {
|
115 | "other": "{0}个月后"
|
116 | },
|
117 | "past": {
|
118 | "other": "{0}个月前"
|
119 | }
|
120 | },
|
121 | "month-short": {
|
122 | "-1": "上个月",
|
123 | "0": "本月",
|
124 | "1": "下个月",
|
125 | "future": {
|
126 | "other": "{0}个月后"
|
127 | },
|
128 | "past": {
|
129 | "other": "{0}个月前"
|
130 | }
|
131 | },
|
132 | "nu": [
|
133 | "latn"
|
134 | ],
|
135 | "quarter": {
|
136 | "-1": "上季度",
|
137 | "0": "本季度",
|
138 | "1": "下季度",
|
139 | "future": {
|
140 | "other": "{0}个季度后"
|
141 | },
|
142 | "past": {
|
143 | "other": "{0}个季度前"
|
144 | }
|
145 | },
|
146 | "quarter-narrow": {
|
147 | "-1": "上季度",
|
148 | "0": "本季度",
|
149 | "1": "下季度",
|
150 | "future": {
|
151 | "other": "{0}个季度后"
|
152 | },
|
153 | "past": {
|
154 | "other": "{0}个季度前"
|
155 | }
|
156 | },
|
157 | "quarter-short": {
|
158 | "-1": "上季度",
|
159 | "0": "本季度",
|
160 | "1": "下季度",
|
161 | "future": {
|
162 | "other": "{0}个季度后"
|
163 | },
|
164 | "past": {
|
165 | "other": "{0}个季度前"
|
166 | }
|
167 | },
|
168 | "second": {
|
169 | "0": "现在",
|
170 | "future": {
|
171 | "other": "{0}秒后"
|
172 | },
|
173 | "past": {
|
174 | "other": "{0}秒前"
|
175 | }
|
176 | },
|
177 | "second-narrow": {
|
178 | "0": "现在",
|
179 | "future": {
|
180 | "other": "{0}秒后"
|
181 | },
|
182 | "past": {
|
183 | "other": "{0}秒前"
|
184 | }
|
185 | },
|
186 | "second-short": {
|
187 | "0": "现在",
|
188 | "future": {
|
189 | "other": "{0}秒后"
|
190 | },
|
191 | "past": {
|
192 | "other": "{0}秒前"
|
193 | }
|
194 | },
|
195 | "week": {
|
196 | "-1": "上周",
|
197 | "0": "本周",
|
198 | "1": "下周",
|
199 | "future": {
|
200 | "other": "{0}周后"
|
201 | },
|
202 | "past": {
|
203 | "other": "{0}周前"
|
204 | }
|
205 | },
|
206 | "week-narrow": {
|
207 | "-1": "上周",
|
208 | "0": "本周",
|
209 | "1": "下周",
|
210 | "future": {
|
211 | "other": "{0}周后"
|
212 | },
|
213 | "past": {
|
214 | "other": "{0}周前"
|
215 | }
|
216 | },
|
217 | "week-short": {
|
218 | "-1": "上周",
|
219 | "0": "本周",
|
220 | "1": "下周",
|
221 | "future": {
|
222 | "other": "{0}周后"
|
223 | },
|
224 | "past": {
|
225 | "other": "{0}周前"
|
226 | }
|
227 | },
|
228 | "year": {
|
229 | "-1": "去年",
|
230 | "0": "今年",
|
231 | "1": "明年",
|
232 | "future": {
|
233 | "other": "{0}年后"
|
234 | },
|
235 | "past": {
|
236 | "other": "{0}年前"
|
237 | }
|
238 | },
|
239 | "year-narrow": {
|
240 | "-1": "去年",
|
241 | "0": "今年",
|
242 | "1": "明年",
|
243 | "future": {
|
244 | "other": "{0}年后"
|
245 | },
|
246 | "past": {
|
247 | "other": "{0}年前"
|
248 | }
|
249 | },
|
250 | "year-short": {
|
251 | "-1": "去年",
|
252 | "0": "今年",
|
253 | "1": "明年",
|
254 | "future": {
|
255 | "other": "{0}年后"
|
256 | },
|
257 | "past": {
|
258 | "other": "{0}年前"
|
259 | }
|
260 | }
|
261 | },
|
262 | "locale": "zh-Hans-MO"
|
263 | })
|
264 | }
|