1/*
2 * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation.  Oracle designates this
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
10 *
11 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 * version 2 for more details (a copy is included in the LICENSE file that
15 * accompanied this code).
16 *
17 * You should have received a copy of the GNU General Public License version
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 *
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 * or visit www.oracle.com if you need additional information or have any
23 * questions.
24 */
25
26/*
27 * COPYRIGHT AND PERMISSION NOTICE
28 *
29 * Copyright (C) 1991-2016 Unicode, Inc. All rights reserved.
30 * Distributed under the Terms of Use in
31 * http://www.unicode.org/copyright.html.
32 *
33 * Permission is hereby granted, free of charge, to any person obtaining
34 * a copy of the Unicode data files and any associated documentation
35 * (the "Data Files") or Unicode software and any associated documentation
36 * (the "Software") to deal in the Data Files or Software
37 * without restriction, including without limitation the rights to use,
38 * copy, modify, merge, publish, distribute, and/or sell copies of
39 * the Data Files or Software, and to permit persons to whom the Data Files
40 * or Software are furnished to do so, provided that
41 * (a) this copyright and permission notice appear with all copies
42 * of the Data Files or Software,
43 * (b) this copyright and permission notice appear in associated
44 * documentation, and
45 * (c) there is clear notice in each modified Data File or in the Software
46 * as well as in the documentation associated with the Data File(s) or
47 * Software that the data or software has been modified.
48 *
49 * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
50 * ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
51 * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
52 * NONINFRINGEMENT OF THIRD PARTY RIGHTS.
53 * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
54 * NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
55 * DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
56 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
57 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
58 * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
59 *
60 * Except as contained in this notice, the name of a copyright holder
61 * shall not be used in advertising or otherwise to promote the sale,
62 * use or other dealings in these Data Files or Software without prior
63 * written authorization of the copyright holder.
64 */
65
66//  Note: this file has been generated by a tool.
67
68package sun.text.resources.ext;
69
70import sun.util.resources.OpenListResourceBundle;
71
72public class JavaTimeSupplementary_zh extends OpenListResourceBundle {
73    @Override
74    protected final Object[][] getContents() {
75        final String[] sharedQuarterAbbreviations = {
76            "1\u5b63\u5ea6",
77            "2\u5b63\u5ea6",
78            "3\u5b63\u5ea6",
79            "4\u5b63\u5ea6",
80        };
81
82        final String[] sharedQuarterNames = {
83            "\u7b2c\u4e00\u5b63\u5ea6",
84            "\u7b2c\u4e8c\u5b63\u5ea6",
85            "\u7b2c\u4e09\u5b63\u5ea6",
86            "\u7b2c\u56db\u5b63\u5ea6",
87        };
88
89        final String[] sharedAmPmMarkers = {
90            "\u4e0a\u5348",
91            "\u4e0b\u5348",
92        };
93
94        final String[] sharedDayAbbreviations = {
95            "\u5468\u65e5",
96            "\u5468\u4e00",
97            "\u5468\u4e8c",
98            "\u5468\u4e09",
99            "\u5468\u56db",
100            "\u5468\u4e94",
101            "\u5468\u516d",
102        };
103
104        final String[] sharedDayNames = {
105            "\u661f\u671f\u65e5",
106            "\u661f\u671f\u4e00",
107            "\u661f\u671f\u4e8c",
108            "\u661f\u671f\u4e09",
109            "\u661f\u671f\u56db",
110            "\u661f\u671f\u4e94",
111            "\u661f\u671f\u516d",
112        };
113
114        final String[] sharedDayNarrows = {
115            "\u65e5",
116            "\u4e00",
117            "\u4e8c",
118            "\u4e09",
119            "\u56db",
120            "\u4e94",
121            "\u516d",
122        };
123
124        final String[] sharedEras = {
125            "",
126            "\u4f0a\u65af\u5170\u5386",
127        };
128
129        final String[] sharedMonthAbbreviations = {
130            "1\u6708",
131            "2\u6708",
132            "3\u6708",
133            "4\u6708",
134            "5\u6708",
135            "6\u6708",
136            "7\u6708",
137            "8\u6708",
138            "9\u6708",
139            "10\u6708",
140            "11\u6708",
141            "12\u6708",
142            "",
143        };
144
145        final String[] sharedMonthNames = {
146            "\u4e00\u6708",
147            "\u4e8c\u6708",
148            "\u4e09\u6708",
149            "\u56db\u6708",
150            "\u4e94\u6708",
151            "\u516d\u6708",
152            "\u4e03\u6708",
153            "\u516b\u6708",
154            "\u4e5d\u6708",
155            "\u5341\u6708",
156            "\u5341\u4e00\u6708",
157            "\u5341\u4e8c\u6708",
158            "",
159        };
160
161        final String[] sharedTimePatterns = {
162            "zzzz ah:mm:ss",
163            "z ah:mm:ss",
164            "ah:mm:ss",
165            "ah:mm",
166        };
167
168        final String[] sharedJavaTimeLongEras = {
169            "BC",
170            "\u4f5b\u5386",
171        };
172
173        final String[] sharedJavaTimeShortEras = {
174            "\u516c\u5143",
175            "\u660e\u6cbb",
176            "\u5927\u6b63",
177            "\u662d\u548c",
178            "\u5e73\u6210",
179        };
180
181        final String[] sharedJavaTimeShortEras2 = {
182            "\u516c\u5143\u524d",
183            "\u516c\u5143",
184        };
185
186        final String[] sharedShortEras = {
187            "\u6c11\u56fd\u524d",
188            "\u6c11\u56fd",
189        };
190
191        return new Object[][] {
192            { "QuarterAbbreviations",
193                sharedQuarterAbbreviations },
194            { "QuarterNames",
195                sharedQuarterNames },
196            { "calendarname.buddhist",
197                "\u4f5b\u6559\u65e5\u5386" },
198            { "calendarname.gregorian",
199                "\u516c\u5386" },
200            { "calendarname.gregory",
201                "\u516c\u5386" },
202            { "calendarname.islamic",
203                "\u4f0a\u65af\u5170\u65e5\u5386" },
204            { "calendarname.islamic-civil",
205                "\u4f0a\u65af\u5170\u5e0c\u5409\u6765\u65e5\u5386" },
206            { "calendarname.japanese",
207                "\u65e5\u672c\u65e5\u5386" },
208            { "calendarname.roc",
209                "\u6c11\u56fd\u65e5\u5386" },
210            { "field.dayperiod",
211                "\u4e0a\u5348/\u4e0b\u5348" },
212            { "field.era",
213                "\u7eaa\u5143" },
214            { "field.hour",
215                "\u5c0f\u65f6" },
216            { "field.minute",
217                "\u5206\u949f" },
218            { "field.month",
219                "\u6708" },
220            { "field.second",
221                "\u79d2\u949f" },
222            { "field.week",
223                "\u5468" },
224            { "field.weekday",
225                "\u5de5\u4f5c\u65e5" },
226            { "field.year",
227                "\u5e74" },
228            { "field.zone",
229                "\u65f6\u533a" },
230            { "islamic.AmPmMarkers",
231                sharedAmPmMarkers },
232            { "islamic.DatePatterns",
233                new String[] {
234                    "GGGGy\u5e74M\u6708d\u65e5EEEE",
235                    "GGGGy\u5e74M\u6708d\u65e5",
236                    "GGGGy\u5e74M\u6708d\u65e5",
237                    "GGGGy/M/d",
238                }
239            },
240            { "islamic.DayAbbreviations",
241                sharedDayAbbreviations },
242            { "islamic.DayNames",
243                sharedDayNames },
244            { "islamic.DayNarrows",
245                sharedDayNarrows },
246            { "islamic.Eras",
247                sharedEras },
248            { "islamic.MonthAbbreviations",
249                sharedMonthAbbreviations },
250            { "islamic.MonthNames",
251                sharedMonthNames },
252            { "islamic.QuarterAbbreviations",
253                sharedQuarterAbbreviations },
254            { "islamic.QuarterNames",
255                sharedQuarterNames },
256            { "islamic.TimePatterns",
257                sharedTimePatterns },
258            { "islamic.abbreviated.AmPmMarkers",
259                sharedAmPmMarkers },
260            { "islamic.long.Eras",
261                sharedEras },
262            { "islamic.narrow.AmPmMarkers",
263                sharedAmPmMarkers },
264            { "islamic.narrow.Eras",
265                sharedEras },
266            { "islamic.short.Eras",
267                sharedEras },
268            { "java.time.buddhist.DatePatterns",
269                new String[] {
270                    "Gy\u5e74M\u6708d\u65e5EEEE",
271                    "Gy\u5e74M\u6708d\u65e5",
272                    "Gy\u5e74M\u6708d\u65e5",
273                    "Gy-M-d",
274                }
275            },
276            { "java.time.buddhist.long.Eras",
277                sharedJavaTimeLongEras },
278            { "java.time.buddhist.short.Eras",
279                sharedJavaTimeLongEras },
280            { "java.time.islamic.DatePatterns",
281                new String[] {
282                    "Gy\u5e74M\u6708d\u65e5EEEE",
283                    "Gy\u5e74M\u6708d\u65e5",
284                    "Gy\u5e74M\u6708d\u65e5",
285                    "Gy/M/d",
286                }
287            },
288            { "java.time.japanese.DatePatterns",
289                new String[] {
290                    "Gy\u5e74M\u6708d\u65e5EEEE",
291                    "Gy\u5e74M\u6708d\u65e5",
292                    "Gy\u5e74M\u6708d\u65e5",
293                    "Gyy-MM-dd",
294                }
295            },
296            { "java.time.japanese.long.Eras",
297                sharedJavaTimeShortEras },
298            { "java.time.japanese.short.Eras",
299                sharedJavaTimeShortEras },
300            { "java.time.long.Eras",
301                sharedJavaTimeShortEras2 },
302            { "java.time.roc.DatePatterns",
303                new String[] {
304                    "Gy\u5e74M\u6708d\u65e5EEEE",
305                    "Gy\u5e74M\u6708d\u65e5",
306                    "Gy\u5e74M\u6708d\u65e5",
307                    "Gyy/M/d",
308                }
309            },
310            { "java.time.short.Eras",
311                sharedJavaTimeShortEras2 },
312            { "roc.AmPmMarkers",
313                sharedAmPmMarkers },
314            { "roc.DatePatterns",
315                new String[] {
316                    "GGGGy\u5e74M\u6708d\u65e5EEEE",
317                    "GGGGy\u5e74M\u6708d\u65e5",
318                    "GGGGy\u5e74M\u6708d\u65e5",
319                    "GGGGyy/M/d",
320                }
321            },
322            { "roc.DayAbbreviations",
323                sharedDayAbbreviations },
324            { "roc.DayNames",
325                sharedDayNames },
326            { "roc.DayNarrows",
327                sharedDayNarrows },
328            { "roc.Eras",
329                sharedShortEras },
330            { "roc.MonthAbbreviations",
331                sharedMonthAbbreviations },
332            { "roc.MonthNames",
333                sharedMonthNames },
334            { "roc.QuarterAbbreviations",
335                sharedQuarterAbbreviations },
336            { "roc.QuarterNames",
337                sharedQuarterNames },
338            { "roc.TimePatterns",
339                sharedTimePatterns },
340            { "roc.abbreviated.AmPmMarkers",
341                sharedAmPmMarkers },
342            { "roc.long.Eras",
343                sharedShortEras },
344            { "roc.narrow.AmPmMarkers",
345                sharedAmPmMarkers },
346            { "roc.narrow.Eras",
347                sharedShortEras },
348            { "roc.short.Eras",
349                sharedShortEras },
350        };
351    }
352}
353