1 /*
   2  * Copyright (c) 2013, 2015, 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-2015 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 
  68 package sun.text.resources.zh;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_zh extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         final String[] rocMonthAbbreviations = {
  76             "1\u6708",
  77             "2\u6708",
  78             "3\u6708",
  79             "4\u6708",
  80             "5\u6708",
  81             "6\u6708",
  82             "7\u6708",
  83             "8\u6708",
  84             "9\u6708",
  85             "10\u6708",
  86             "11\u6708",
  87             "12\u6708",
  88             "",
  89         };
  90         final String[] rocMonthNames = {
  91             "\u4e00\u6708",
  92             "\u4e8c\u6708",
  93             "\u4e09\u6708",
  94             "\u56db\u6708",
  95             "\u4e94\u6708",
  96             "\u516d\u6708",
  97             "\u4e03\u6708",
  98             "\u516b\u6708",
  99             "\u4e5d\u6708",
 100             "\u5341\u6708",
 101             "\u5341\u4e00\u6708",
 102             "\u5341\u4e8c\u6708",
 103             "",
 104         };
 105         final String[] javatimebuddhistlongEras = {
 106             "BC",
 107             "\u4f5b\u5386",
 108         };
 109         final String[] javatimelongEras = {
 110             "\u516c\u5143\u524d",
 111             "\u516c\u5143",
 112         };
 113         return new Object[][] {
 114             { "QuarterAbbreviations",
 115                 new String[] {
 116                     "1\u5b63\u5ea6",
 117                     "2\u5b63\u5ea6",
 118                     "3\u5b63\u5ea6",
 119                     "4\u5b63\u5ea6",
 120                 }
 121             },
 122             { "QuarterNames",
 123                 new String[] {
 124                     "\u7b2c\u4e00\u5b63\u5ea6",
 125                     "\u7b2c\u4e8c\u5b63\u5ea6",
 126                     "\u7b2c\u4e09\u5b63\u5ea6",
 127                     "\u7b2c\u56db\u5b63\u5ea6",
 128                 }
 129             },
 130             { "calendarname.buddhist",
 131                 "\u4f5b\u6559\u65e5\u5386" },
 132             { "calendarname.gregorian",
 133                 "\u516c\u5386" },
 134             { "calendarname.gregory",
 135                 "\u516c\u5386" },
 136             { "calendarname.islamic",
 137                 "\u4f0a\u65af\u5170\u65e5\u5386" },
 138             { "calendarname.islamic-civil",
 139                 "\u4f0a\u65af\u5170\u5e0c\u5409\u6765\u65e5\u5386" },
 140             { "calendarname.japanese",
 141                 "\u65e5\u672c\u65e5\u5386" },
 142             { "calendarname.roc",
 143                 "\u6c11\u56fd\u65e5\u5386" },
 144             { "field.dayperiod",
 145                 "\u4e0a\u5348/\u4e0b\u5348" },
 146             { "field.era",
 147                 "\u7eaa\u5143" },
 148             { "field.hour",
 149                 "\u5c0f\u65f6" },
 150             { "field.minute",
 151                 "\u5206\u949f" },
 152             { "field.month",
 153                 "\u6708" },
 154             { "field.second",
 155                 "\u79d2\u949f" },
 156             { "field.week",
 157                 "\u5468" },
 158             { "field.weekday",
 159                 "\u5de5\u4f5c\u65e5" },
 160             { "field.year",
 161                 "\u5e74" },
 162             { "field.zone",
 163                 "\u65f6\u533a" },
 164             { "islamic.AmPmMarkers",
 165                 new String[] {
 166                     "\u4e0a\u5348",
 167                     "\u4e0b\u5348",
 168                 }
 169             },
 170             { "islamic.DatePatterns",
 171                 new String[] {
 172                     "GGGGy\u5e74M\u6708d\u65e5EEEE",
 173                     "GGGGy\u5e74M\u6708d\u65e5",
 174                     "GGGGy\u5e74M\u6708d\u65e5",
 175                     "GGGGy/M/d",
 176                 }
 177             },
 178             { "islamic.DayAbbreviations",
 179                 new String[] {
 180                     "\u5468\u65e5",
 181                     "\u5468\u4e00",
 182                     "\u5468\u4e8c",
 183                     "\u5468\u4e09",
 184                     "\u5468\u56db",
 185                     "\u5468\u4e94",
 186                     "\u5468\u516d",
 187                 }
 188             },
 189             { "islamic.DayNames",
 190                 new String[] {
 191                     "\u661f\u671f\u65e5",
 192                     "\u661f\u671f\u4e00",
 193                     "\u661f\u671f\u4e8c",
 194                     "\u661f\u671f\u4e09",
 195                     "\u661f\u671f\u56db",
 196                     "\u661f\u671f\u4e94",
 197                     "\u661f\u671f\u516d",
 198                 }
 199             },
 200             { "islamic.DayNarrows",
 201                 new String[] {
 202                     "\u65e5",
 203                     "\u4e00",
 204                     "\u4e8c",
 205                     "\u4e09",
 206                     "\u56db",
 207                     "\u4e94",
 208                     "\u516d",
 209                 }
 210             },
 211             { "islamic.Eras",
 212                 new String[] {
 213                     "",
 214                     "\u56de\u5386",
 215                 }
 216             },
 217             { "islamic.MonthAbbreviations",
 218                 rocMonthAbbreviations },
 219             { "islamic.MonthNames",
 220                 rocMonthNames },
 221             { "islamic.QuarterAbbreviations",
 222                 new String[] {
 223                     "1\u5b63\u5ea6",
 224                     "2\u5b63\u5ea6",
 225                     "3\u5b63\u5ea6",
 226                     "4\u5b63\u5ea6",
 227                 }
 228             },
 229             { "islamic.QuarterNames",
 230                 new String[] {
 231                     "\u7b2c\u4e00\u5b63\u5ea6",
 232                     "\u7b2c\u4e8c\u5b63\u5ea6",
 233                     "\u7b2c\u4e09\u5b63\u5ea6",
 234                     "\u7b2c\u56db\u5b63\u5ea6",
 235                 }
 236             },
 237             { "islamic.QuarterNarrows",
 238                 new String[] {
 239                     "1",
 240                     "2",
 241                     "3",
 242                     "4",
 243                 }
 244             },
 245             { "islamic.TimePatterns",
 246                 new String[] {
 247                     "zzzz ah:mm:ss",
 248                     "z ah:mm:ss",
 249                     "ah:mm:ss",
 250                     "ah:mm",
 251                 }
 252             },
 253             { "islamic.long.Eras",
 254                 new String[] {
 255                     "",
 256                     "\u56de\u5386",
 257                 }
 258             },
 259             { "islamic.narrow.AmPmMarkers",
 260                 new String[] {
 261                     "\u4e0a\u5348",
 262                     "\u4e0b\u5348",
 263                 }
 264             },
 265             { "islamic.narrow.Eras",
 266                 new String[] {
 267                     "",
 268                     "\u56de\u5386",
 269                 }
 270             },
 271             { "islamic.short.Eras",
 272                 new String[] {
 273                     "",
 274                     "\u56de\u5386",
 275                 }
 276             },
 277             { "java.time.buddhist.DatePatterns",
 278                 new String[] {
 279                     "Gy\u5e74M\u6708d\u65e5EEEE",
 280                     "Gy\u5e74M\u6708d\u65e5",
 281                     "Gy\u5e74M\u6708d\u65e5",
 282                     "Gy-M-d",
 283                 }
 284             },
 285             { "java.time.buddhist.long.Eras",
 286                 javatimebuddhistlongEras },
 287             { "java.time.buddhist.short.Eras",
 288                 javatimebuddhistlongEras },
 289             { "java.time.islamic.DatePatterns",
 290                 new String[] {
 291                     "Gy\u5e74M\u6708d\u65e5EEEE",
 292                     "Gy\u5e74M\u6708d\u65e5",
 293                     "Gy\u5e74M\u6708d\u65e5",
 294                     "Gy/M/d",
 295                 }
 296             },
 297             { "java.time.japanese.DatePatterns",
 298                 new String[] {
 299                     "Gy\u5e74M\u6708d\u65e5EEEE",
 300                     "Gy\u5e74M\u6708d\u65e5",
 301                     "Gy\u5e74M\u6708d\u65e5",
 302                     "Gyy-MM-dd",
 303                 }
 304             },
 305             { "java.time.japanese.long.Eras",
 306                 new String[] {
 307                     "\u516c\u5143",
 308                     "\u660e\u6cbb",
 309                     "\u5927\u6b63",
 310                     "\u662d\u548c",
 311                     "\u5e73\u6210",
 312                 }
 313             },
 314             { "java.time.japanese.short.Eras",
 315                 new String[] {
 316                     "\u516c\u5143",
 317                     "\u660e\u6cbb",
 318                     "\u5927\u6b63",
 319                     "\u662d\u548c",
 320                     "\u5e73\u6210",
 321                 }
 322             },
 323             { "java.time.long.Eras",
 324                 javatimelongEras },
 325             { "java.time.roc.DatePatterns",
 326                 new String[] {
 327                     "Gy\u5e74M\u6708d\u65e5EEEE",
 328                     "Gy\u5e74M\u6708d\u65e5",
 329                     "Gy\u5e74M\u6708d\u65e5",
 330                     "Gyy/M/d",
 331                 }
 332             },
 333             { "java.time.short.Eras",
 334                 javatimelongEras },
 335             { "roc.AmPmMarkers",
 336                 new String[] {
 337                     "\u4e0a\u5348",
 338                     "\u4e0b\u5348",
 339                 }
 340             },
 341             { "roc.DatePatterns",
 342                 new String[] {
 343                     "GGGGy\u5e74M\u6708d\u65e5EEEE",
 344                     "GGGGy\u5e74M\u6708d\u65e5",
 345                     "GGGGy\u5e74M\u6708d\u65e5",
 346                     "GGGGyy/M/d",
 347                 }
 348             },
 349             { "roc.DayAbbreviations",
 350                 new String[] {
 351                     "\u5468\u65e5",
 352                     "\u5468\u4e00",
 353                     "\u5468\u4e8c",
 354                     "\u5468\u4e09",
 355                     "\u5468\u56db",
 356                     "\u5468\u4e94",
 357                     "\u5468\u516d",
 358                 }
 359             },
 360             { "roc.DayNames",
 361                 new String[] {
 362                     "\u661f\u671f\u65e5",
 363                     "\u661f\u671f\u4e00",
 364                     "\u661f\u671f\u4e8c",
 365                     "\u661f\u671f\u4e09",
 366                     "\u661f\u671f\u56db",
 367                     "\u661f\u671f\u4e94",
 368                     "\u661f\u671f\u516d",
 369                 }
 370             },
 371             { "roc.DayNarrows",
 372                 new String[] {
 373                     "\u65e5",
 374                     "\u4e00",
 375                     "\u4e8c",
 376                     "\u4e09",
 377                     "\u56db",
 378                     "\u4e94",
 379                     "\u516d",
 380                 }
 381             },
 382             { "roc.Eras",
 383                 new String[] {
 384                     "\u6c11\u56fd\u524d",
 385                     "\u6c11\u56fd",
 386                 }
 387             },
 388             { "roc.MonthAbbreviations",
 389                 rocMonthAbbreviations },
 390             { "roc.MonthNames",
 391                 rocMonthNames },
 392             { "roc.MonthNarrows",
 393                 new String[] {
 394                     "1",
 395                     "2",
 396                     "3",
 397                     "4",
 398                     "5",
 399                     "6",
 400                     "7",
 401                     "8",
 402                     "9",
 403                     "10",
 404                     "11",
 405                     "12",
 406                     "",
 407                 }
 408             },
 409             { "roc.QuarterAbbreviations",
 410                 new String[] {
 411                     "1\u5b63\u5ea6",
 412                     "2\u5b63\u5ea6",
 413                     "3\u5b63\u5ea6",
 414                     "4\u5b63\u5ea6",
 415                 }
 416             },
 417             { "roc.QuarterNames",
 418                 new String[] {
 419                     "\u7b2c\u4e00\u5b63\u5ea6",
 420                     "\u7b2c\u4e8c\u5b63\u5ea6",
 421                     "\u7b2c\u4e09\u5b63\u5ea6",
 422                     "\u7b2c\u56db\u5b63\u5ea6",
 423                 }
 424             },
 425             { "roc.TimePatterns",
 426                 new String[] {
 427                     "zzzz ah:mm:ss",
 428                     "z ah:mm:ss",
 429                     "ah:mm:ss",
 430                     "ah:mm",
 431                 }
 432             },
 433             { "roc.long.Eras",
 434                 new String[] {
 435                     "\u6c11\u56fd\u524d",
 436                     "\u6c11\u56fd",
 437                 }
 438             },
 439             { "roc.narrow.AmPmMarkers",
 440                 new String[] {
 441                     "\u4e0a\u5348",
 442                     "\u4e0b\u5348",
 443                 }
 444             },
 445             { "roc.narrow.Eras",
 446                 new String[] {
 447                     "\u6c11\u56fd\u524d",
 448                     "\u6c11\u56fd",
 449                 }
 450             },
 451             { "roc.short.Eras",
 452                 new String[] {
 453                     "\u6c11\u56fd\u524d",
 454                     "\u6c11\u56fd",
 455                 }
 456             },
 457         };
 458     }
 459 }