jdk/src/share/classes/sun/text/resources/zh/FormatData_zh.java
author sherman
Tue, 12 Feb 2013 09:25:43 -0800
changeset 15658 55b829ca2334
parent 15281 dd43cb9be0e1
child 16852 60207b2b4b42
permissions -rw-r--r--
8007392: JSR 310: DateTime API Updates 8007520: Update date/time classes in j.util and j.sql packages 8007572: Replace existing jdk timezone data at <java.home>/lib/zi with JSR310's tzdb Summary: Integration of JSR310 Date/Time API for M7 Reviewed-by: darcy, alanb, naoto Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, masayoshi.okutsu@oracle.com, patrick.zhang@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
15281
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
     2
 * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    23
 * questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
 * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
 * (C) Copyright IBM Corp. 1996 - 1999 - All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 * The original version of this source code and documentation
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 * is copyrighted and owned by Taligent, Inc., a wholly-owned
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
 * subsidiary of IBM. These materials are provided under terms
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
 * of a License Agreement between Taligent and Sun. This technology
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
 * is protected by multiple US and International patents.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
 * This notice and attribution to Taligent may not be removed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
 * Taligent is a registered trademark of Taligent, Inc.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
15281
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    41
/*
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    42
 * COPYRIGHT AND PERMISSION NOTICE
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    43
 *
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    44
 * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    45
 * the Terms of Use in http://www.unicode.org/copyright.html.
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    46
 *
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    47
 * Permission is hereby granted, free of charge, to any person obtaining a copy
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    48
 * of the Unicode data files and any associated documentation (the "Data
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    49
 * Files") or Unicode software and any associated documentation (the
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    50
 * "Software") to deal in the Data Files or Software without restriction,
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    51
 * including without limitation the rights to use, copy, modify, merge,
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    52
 * publish, distribute, and/or sell copies of the Data Files or Software, and
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    53
 * to permit persons to whom the Data Files or Software are furnished to do so,
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    54
 * provided that (a) the above copyright notice(s) and this permission notice
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    55
 * appear with all copies of the Data Files or Software, (b) both the above
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    56
 * copyright notice(s) and this permission notice appear in associated
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    57
 * documentation, and (c) there is clear notice in each modified Data File or
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    58
 * in the Software as well as in the documentation associated with the Data
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    59
 * File(s) or Software that the data or software has been modified.
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    60
 *
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    61
 * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    62
 * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    63
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    64
 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    65
 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    66
 * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    67
 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    68
 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    69
 * OF THE DATA FILES OR SOFTWARE.
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    70
 *
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    71
 * Except as contained in this notice, the name of a copyright holder shall not
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    72
 * be used in advertising or otherwise to promote the sale, use or other
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    73
 * dealings in these Data Files or Software without prior written authorization
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    74
 * of the copyright holder.
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    75
 */
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    76
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    77
package sun.text.resources.zh;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
import java.util.ListResourceBundle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
public class FormatData_zh extends ListResourceBundle {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
     * Overrides ListResourceBundle
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
     */
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents: 15281
diff changeset
    85
    @Override
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
    protected final Object[][] getContents() {
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents: 15281
diff changeset
    87
        final String[] rocEras = {
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents: 15281
diff changeset
    88
            "\u6c11\u56fd\u524d",
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents: 15281
diff changeset
    89
            "\u6c11\u56fd",
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents: 15281
diff changeset
    90
        };
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
        return new Object[][] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
            { "MonthNames",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
                    "\u4e00\u6708", // january
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
                    "\u4e8c\u6708", // february
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
                    "\u4e09\u6708", // march
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
                    "\u56db\u6708", // april
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
                    "\u4e94\u6708", // may
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
                    "\u516d\u6708", // june
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
                    "\u4e03\u6708", // july
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
                    "\u516b\u6708", // august
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
                    "\u4e5d\u6708", // september
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
                    "\u5341\u6708", // october
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
                    "\u5341\u4e00\u6708", // november
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
                    "\u5341\u4e8c\u6708", // december
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
                    "" // month 13 if applicable
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
            { "MonthAbbreviations",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
                    "\u4e00\u6708", // abb january
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
                    "\u4e8c\u6708", // abb february
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
                    "\u4e09\u6708", // abb march
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
                    "\u56db\u6708", // abb april
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
                    "\u4e94\u6708", // abb may
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
                    "\u516d\u6708", // abb june
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
                    "\u4e03\u6708", // abb july
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
                    "\u516b\u6708", // abb august
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
                    "\u4e5d\u6708", // abb september
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
                    "\u5341\u6708", // abb october
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
                    "\u5341\u4e00\u6708", // abb november
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
                    "\u5341\u4e8c\u6708", // abb december
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
                    "" // abb month 13 if applicable
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
            },
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   126
            { "standalone.MonthNarrows",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   127
                new String[] {
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   128
                    "1\u6708",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   129
                    "2\u6708",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   130
                    "3\u6708",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   131
                    "4\u6708",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   132
                    "5\u6708",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   133
                    "6\u6708",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   134
                    "7\u6708",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   135
                    "8\u6708",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   136
                    "9\u6708",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   137
                    "10\u6708",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   138
                    "11\u6708",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   139
                    "12\u6708",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   140
                    "",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   141
                }
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   142
            },
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
            { "DayNames",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
                    "\u661f\u671f\u65e5", // Sunday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
                    "\u661f\u671f\u4e00", // Monday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
                    "\u661f\u671f\u4e8c", // Tuesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
                    "\u661f\u671f\u4e09", // Wednesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
                    "\u661f\u671f\u56db", // Thursday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
                    "\u661f\u671f\u4e94", // Friday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
                    "\u661f\u671f\u516d" // Saturday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
            { "DayAbbreviations",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
                    "\u661f\u671f\u65e5", // abb Sunday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
                    "\u661f\u671f\u4e00", // abb Monday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
                    "\u661f\u671f\u4e8c", // abb Tuesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
                    "\u661f\u671f\u4e09", // abb Wednesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
                    "\u661f\u671f\u56db", // abb Thursday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
                    "\u661f\u671f\u4e94", // abb Friday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
                    "\u661f\u671f\u516d" // abb Saturday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
            },
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   165
            { "DayNarrows",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   166
                new String[] {
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   167
                    "\u65e5",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   168
                    "\u4e00",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   169
                    "\u4e8c",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   170
                    "\u4e09",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   171
                    "\u56db",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   172
                    "\u4e94",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   173
                    "\u516d",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   174
                }
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   175
            },
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
            { "AmPmMarkers",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
                    "\u4e0a\u5348", // am marker
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
                    "\u4e0b\u5348" // pm marker
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
            { "Eras",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
                new String[] { // era strings
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
                    "\u516c\u5143\u524d",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
                    "\u516c\u5143"
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
            },
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   188
            { "TimePatterns",
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
                    "ahh'\u65f6'mm'\u5206'ss'\u79d2' z", // full time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
                    "ahh'\u65f6'mm'\u5206'ss'\u79d2'", // long time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
                    "H:mm:ss", // medium time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
                    "ah:mm", // short time pattern
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   194
                }
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   195
            },
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   196
            { "DatePatterns",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   197
                new String[] {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
                    "yyyy'\u5e74'M'\u6708'd'\u65e5' EEEE", // full date pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
                    "yyyy'\u5e74'M'\u6708'd'\u65e5'", // long date pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
                    "yyyy-M-d", // medium date pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
                    "yy-M-d", // short date pattern
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   202
                }
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   203
            },
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   204
            { "DateTimePatterns",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   205
                new String[] {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
                    "{1} {0}" // date-time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
            },
15281
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   209
            { "cldr.buddhist.DatePatterns",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   210
                new String[] {
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   211
                    "Gy\u5e74M\u6708d\u65e5EEEE",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   212
                    "Gy\u5e74M\u6708d\u65e5",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   213
                    "Gyyyy-M-d",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   214
                    "Gy-M-d",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   215
                }
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   216
            },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   217
            { "cldr.japanese.DatePatterns",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   218
                new String[] {
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   219
                    "Gy\u5e74M\u6708d\u65e5EEEE",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   220
                    "Gy\u5e74M\u6708d\u65e5",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   221
                    "Gy\u5e74M\u6708d\u65e5",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   222
                    "Gyy-MM-dd",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   223
                }
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   224
            },
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents: 15281
diff changeset
   225
            { "roc.Eras", rocEras },
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents: 15281
diff changeset
   226
            { "roc.short.Eras", rocEras },
15281
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   227
            { "cldr.roc.DatePatterns",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   228
                new String[] {
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   229
                    "Gy\u5e74M\u6708d\u65e5EEEE",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   230
                    "Gy\u5e74M\u6708d\u65e5",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   231
                    "Gy-M-d",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   232
                    "Gy-M-d",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   233
                }
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   234
            },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   235
            { "roc.DatePatterns",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   236
                new String[] {
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   237
                    "GGGGy\u5e74M\u6708d\u65e5EEEE",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   238
                    "GGGGy\u5e74M\u6708d\u65e5",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   239
                    "GGGGy-M-d",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   240
                    "GGGGy-M-d",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   241
                }
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   242
            },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   243
            { "cldr.islamic.DatePatterns",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   244
                new String[] {
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   245
                    "Gy\u5e74M\u6708d\u65e5EEEE",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   246
                    "Gy\u5e74M\u6708d\u65e5",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   247
                    "Gy\u5e74M\u6708d\u65e5",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   248
                    "Gyy-MM-dd",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   249
                }
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   250
            },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   251
            { "islamic.DatePatterns",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   252
                new String[] {
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   253
                    "GGGGy\u5e74M\u6708d\u65e5EEEE",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   254
                    "GGGGy\u5e74M\u6708d\u65e5",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   255
                    "GGGGy\u5e74M\u6708d\u65e5",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   256
                    "GGGGyy-MM-dd",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   257
                }
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   258
            },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   259
            { "calendarname.islamic-civil", "\u4f0a\u65af\u5170\u5e0c\u5409\u6765\u5386" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   260
            { "calendarname.islamicc", "\u4f0a\u65af\u5170\u5e0c\u5409\u6765\u5386" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   261
            { "calendarname.islamic", "\u4f0a\u65af\u5170\u65e5\u5386" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   262
            { "calendarname.japanese", "\u65e5\u672c\u65e5\u5386" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   263
            { "calendarname.gregorian", "\u516c\u5386" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   264
            { "calendarname.gregory", "\u516c\u5386" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   265
            { "calendarname.roc", "\u6c11\u56fd\u65e5\u5386" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   266
            { "calendarname.buddhist", "\u4f5b\u6559\u65e5\u5386" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   267
            { "field.era", "\u65f6\u671f" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   268
            { "field.year", "\u5e74" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   269
            { "field.month", "\u6708" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   270
            { "field.week", "\u5468" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   271
            { "field.weekday", "\u5468\u5929" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   272
            { "field.dayperiod", "\u4e0a\u5348/\u4e0b\u5348" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   273
            { "field.hour", "\u5c0f\u65f6" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   274
            { "field.minute", "\u5206\u949f" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   275
            { "field.second", "\u79d2\u949f" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   276
            { "field.zone", "\u533a\u57df" },
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
        };
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
}