1 /*
   2  * Copyright (c) 1996, 2013, 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  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  28  * (C) Copyright IBM Corp. 1996 - 1999 - All Rights Reserved
  29  *
  30  * The original version of this source code and documentation
  31  * is copyrighted and owned by Taligent, Inc., a wholly-owned
  32  * subsidiary of IBM. These materials are provided under terms
  33  * of a License Agreement between Taligent and Sun. This technology
  34  * is protected by multiple US and International patents.
  35  *
  36  * This notice and attribution to Taligent may not be removed.
  37  * Taligent is a registered trademark of Taligent, Inc.
  38  *
  39  */
  40 
  41 /*
  42  * COPYRIGHT AND PERMISSION NOTICE
  43  *
  44  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
  45  * the Terms of Use in http://www.unicode.org/copyright.html.
  46  *
  47  * Permission is hereby granted, free of charge, to any person obtaining a copy
  48  * of the Unicode data files and any associated documentation (the "Data
  49  * Files") or Unicode software and any associated documentation (the
  50  * "Software") to deal in the Data Files or Software without restriction,
  51  * including without limitation the rights to use, copy, modify, merge,
  52  * publish, distribute, and/or sell copies of the Data Files or Software, and
  53  * to permit persons to whom the Data Files or Software are furnished to do so,
  54  * provided that (a) the above copyright notice(s) and this permission notice
  55  * appear with all copies of the Data Files or Software, (b) both the above
  56  * copyright notice(s) and this permission notice appear in associated
  57  * documentation, and (c) there is clear notice in each modified Data File or
  58  * in the Software as well as in the documentation associated with the Data
  59  * File(s) or Software that the data or software has been modified.
  60  *
  61  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  62  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  63  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  64  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  65  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  66  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  67  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  68  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  69  * OF THE DATA FILES OR SOFTWARE.
  70  *
  71  * Except as contained in this notice, the name of a copyright holder shall not
  72  * be used in advertising or otherwise to promote the sale, use or other
  73  * dealings in these Data Files or Software without prior written authorization
  74  * of the copyright holder.
  75  */
  76 
  77 package sun.text.resources.zh;
  78 
  79 import java.util.ListResourceBundle;
  80 
  81 public class FormatData_zh_TW extends ListResourceBundle {
  82     /**
  83      * Overrides ListResourceBundle
  84      */
  85     protected final Object[][] getContents() {
  86         return new Object[][] {
  87             { "Eras",
  88                 new String[] { // era strings
  89                     "\u897f\u5143\u524d",
  90                     "\u897f\u5143"
  91                 }
  92             },
  93             { "NumberPatterns",
  94                 new String[] {
  95                     "#,##0.###;-#,##0.###", // decimal pattern
  96                     "\u00A4#,##0.00;-\u00A4#,##0.00", // currency pattern
  97                     "#,##0%" // percent pattern
  98                 }
  99             },
 100             { "TimePatterns",
 101                 new String[] {
 102                     "ahh'\u6642'mm'\u5206'ss'\u79d2' z", // full time pattern
 103                     "ahh'\u6642'mm'\u5206'ss'\u79d2'", // long time pattern
 104                     "a hh:mm:ss", // medium time pattern
 105                     "a h:mm", // short time pattern
 106                 }
 107             },
 108             { "DatePatterns",
 109                 new String[] {
 110                     "yyyy'\u5e74'M'\u6708'd'\u65e5' EEEE", // full date pattern
 111                     "yyyy'\u5e74'M'\u6708'd'\u65e5'", // long date pattern
 112                     "yyyy/M/d", // medium date pattern
 113                     "yyyy/M/d", // short date pattern
 114                 }
 115             },
 116             { "DateTimePatterns",
 117                 new String[] {
 118                     "{1} {0}" // date-time pattern
 119                 }
 120             },
 121             { "DateTimePatternChars", "GyMdkHmsSEDFwWahKzZ" },
 122             { "cldr.buddhist.DatePatterns",
 123                 new String[] {
 124                     "Gy\u5e74M\u6708d\u65e5EEEE",
 125                     "Gy\u5e74M\u6708d\u65e5",
 126                     "Gy/M/d",
 127                     "Gy/M/d",
 128                 }
 129             },
 130             { "cldr.japanese.DatePatterns",
 131                 new String[] {
 132                     "Gy\u5e74M\u6708d\u65e5EEEE",
 133                     "Gy\u5e74M\u6708d\u65e5",
 134                     "Gy/M/d",
 135                     "Gy/M/d",
 136                 }
 137             },
 138             { "roc.Eras",
 139                 new String[] {
 140                     "\u6c11\u570b\u524d",
 141                     "\u6c11\u570b",
 142                 }
 143             },
 144             { "cldr.roc.DatePatterns",
 145                 new String[] {
 146                     "Gy\u5e74M\u6708d\u65e5EEEE",
 147                     "Gy\u5e74M\u6708d\u65e5",
 148                     "Gy/M/d",
 149                     "Gy/M/d",
 150                 }
 151             },
 152             { "roc.DatePatterns",
 153                 new String[] {
 154                     "GGGGy\u5e74M\u6708d\u65e5EEEE",
 155                     "GGGGy\u5e74M\u6708d\u65e5",
 156                     "GGGGy/M/d",
 157                     "GGGGy/M/d",
 158                 }
 159             },
 160             { "cldr.islamic.DatePatterns",
 161                 new String[] {
 162                     "Gy\u5e74M\u6708d\u65e5EEEE",
 163                     "Gy\u5e74M\u6708d\u65e5",
 164                     "Gy/M/d",
 165                     "Gy/M/d",
 166                 }
 167             },
 168             { "islamic.DatePatterns",
 169                 new String[] {
 170                     "GGGGy\u5e74M\u6708d\u65e5EEEE",
 171                     "GGGGy\u5e74M\u6708d\u65e5",
 172                     "GGGGy/M/d",
 173                     "GGGGy/M/d",
 174                 }
 175             },
 176             { "calendarname.islamic-civil", "\u4f0a\u65af\u862d\u57ce\u5e02\u66c6\u6cd5" },
 177             { "calendarname.islamicc", "\u4f0a\u65af\u862d\u57ce\u5e02\u66c6\u6cd5" },
 178             { "calendarname.islamic", "\u4f0a\u65af\u862d\u66c6\u6cd5" },
 179             { "calendarname.japanese", "\u65e5\u672c\u66c6\u6cd5" },
 180             { "calendarname.gregorian", "\u516c\u66c6" },
 181             { "calendarname.gregory", "\u516c\u66c6" },
 182             { "calendarname.roc", "\u6c11\u570b\u66c6" },
 183             { "calendarname.buddhist", "\u4f5b\u6559\u66c6\u6cd5" },
 184             { "field.era", "\u5e74\u4ee3" },
 185             { "field.year", "\u5e74" },
 186             { "field.month", "\u6708" },
 187             { "field.week", "\u9031" },
 188             { "field.weekday", "\u9031\u5929" },
 189             { "field.dayperiod", "\u4e0a\u5348/\u4e0b\u5348" },
 190             { "field.hour", "\u5c0f\u6642" },
 191             { "field.minute", "\u5206\u9418" },
 192             { "field.second", "\u79d2" },
 193         };
 194     }
 195 }