src/jdk.localedata/share/classes/sun/text/resources/ja/JavaTimeSupplementary_ja.java

Print this page


   1 /*
   2  * Copyright (c) 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  * COPYRIGHT AND PERMISSION NOTICE
  28  *
  29  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
  30  * the Terms of Use in http://www.unicode.org/copyright.html.

  31  *
  32  * Permission is hereby granted, free of charge, to any person obtaining a copy
  33  * of the Unicode data files and any associated documentation (the "Data
  34  * Files") or Unicode software and any associated documentation (the
  35  * "Software") to deal in the Data Files or Software without restriction,
  36  * including without limitation the rights to use, copy, modify, merge,
  37  * publish, distribute, and/or sell copies of the Data Files or Software, and
  38  * to permit persons to whom the Data Files or Software are furnished to do so,
  39  * provided that (a) the above copyright notice(s) and this permission notice
  40  * appear with all copies of the Data Files or Software, (b) both the above
  41  * copyright notice(s) and this permission notice appear in associated
  42  * documentation, and (c) there is clear notice in each modified Data File or
  43  * in the Software as well as in the documentation associated with the Data
  44  * File(s) or Software that the data or software has been modified.
  45  *
  46  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  47  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  48  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  49  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  50  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  51  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,



  52  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  53  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  54  * OF THE DATA FILES OR SOFTWARE.
  55  *
  56  * Except as contained in this notice, the name of a copyright holder shall not
  57  * be used in advertising or otherwise to promote the sale, use or other
  58  * dealings in these Data Files or Software without prior written authorization
  59  * of the copyright holder.
  60  */
  61 
  62 //  Note: this file has been generated by a tool.
  63 
  64 package sun.text.resources.ja;
  65 
  66 import sun.util.resources.OpenListResourceBundle;
  67 
  68 public class JavaTimeSupplementary_ja extends OpenListResourceBundle {
  69     @Override
  70     protected final Object[][] getContents() {




  71         return new Object[][] {
  72             { "QuarterAbbreviations",
  73                 new String[] {
  74                     "Q1",
  75                     "Q2",
  76                     "Q3",
  77                     "Q4",
  78                 }
  79             },
  80             { "QuarterNames",
  81                 new String[] {
  82                     "\u7b2c1\u56db\u534a\u671f",
  83                     "\u7b2c2\u56db\u534a\u671f",
  84                     "\u7b2c3\u56db\u534a\u671f",
  85                     "\u7b2c4\u56db\u534a\u671f",
  86                 }
  87             },
  88             { "QuarterNarrows",
  89                 new String[] {
  90                     "1",
  91                     "2",
  92                     "3",
  93                     "4",
  94                 }
  95             },
  96             { "calendarname.buddhist",
  97                 "\u30bf\u30a4\u4ecf\u6559\u66a6" },
  98             { "calendarname.gregorian",
  99                 "\u897f\u66a6[\u30b0\u30ec\u30b4\u30ea\u30aa\u66a6]" },
 100             { "calendarname.gregory",
 101                 "\u897f\u66a6[\u30b0\u30ec\u30b4\u30ea\u30aa\u66a6]" },
 102             { "calendarname.islamic",
 103                 "\u30a4\u30b9\u30e9\u30e0\u66a6" },
 104             { "calendarname.islamic-civil",
 105                 "\u592a\u967d\u30a4\u30b9\u30e9\u30e0\u66a6" },
 106             { "calendarname.islamicc",
 107                 "\u592a\u967d\u30a4\u30b9\u30e9\u30e0\u66a6" },
 108             { "calendarname.japanese",
 109                 "\u548c\u66a6" },
 110             { "calendarname.roc",
 111                 "\u4e2d\u83ef\u6c11\u56fd\u66a6" },
 112             { "field.dayperiod",
 113                 "\u5348\u524d/\u5348\u5f8c" },
 114             { "field.era",
 115                 "\u6642\u4ee3" },
 116             { "field.hour",
 117                 "\u6642" },
 118             { "field.minute",
 119                 "\u5206" },
 120             { "field.month",
 121                 "\u6708" },
 122             { "field.second",
 123                 "\u79d2" },
 124             { "field.week",
 125                 "\u9031" },
 126             { "field.weekday",
 127                 "\u66dc\u65e5" },
 128             { "field.year",
 129                 "\u5e74" },
 130             { "field.zone",
 131                 "\u30bf\u30a4\u30e0\u30be\u30fc\u30f3" },





















































 132             { "islamic.MonthAbbreviations",
 133                 new String[] {
 134                     "\u30e0\u30cf\u30c3\u30e9\u30e0",
 135                     "\u30b5\u30d5\u30a2\u30eb",
 136                     "\u30e9\u30d3\u30fc\u30fb\u30a6\u30eb\u30fb\u30a2\u30a6\u30ef\u30eb",
 137                     "\u30e9\u30d3\u30fc\u30fb\u30a6\u30c3\u30fb\u30b5\u30fc\u30cb\u30fc",
 138                     "\u30b8\u30e5\u30de\u30fc\u30c0\u30eb\u30fb\u30a2\u30a6\u30ef\u30eb",
 139                     "\u30b8\u30e5\u30de\u30fc\u30c0\u30c3\u30b5\u30fc\u30cb\u30fc",
 140                     "\u30e9\u30b8\u30e3\u30d6",
 141                     "\u30b7\u30e3\u30a2\u30d0\u30fc\u30f3",
 142                     "\u30e9\u30de\u30c0\u30fc\u30f3",
 143                     "\u30b7\u30e3\u30a6\u30ef\u30fc\u30eb",
 144                     "\u30ba\u30eb\u30fb\u30ab\u30a4\u30c0",
 145                     "\u30ba\u30eb\u30fb\u30d2\u30c3\u30b8\u30e3",
 146                     "",
 147                 }
 148             },
 149             { "islamic.MonthNames",
 150                 new String[] {
 151                     "\u30e0\u30cf\u30c3\u30e9\u30e0",
 152                     "\u30b5\u30d5\u30a2\u30eb",
 153                     "\u30e9\u30d3\u30fc\u30fb\u30a6\u30eb\u30fb\u30a2\u30a6\u30ef\u30eb",
 154                     "\u30e9\u30d3\u30fc\u30fb\u30a6\u30c3\u30fb\u30b5\u30fc\u30cb\u30fc",
 155                     "\u30b8\u30e5\u30de\u30fc\u30c0\u30eb\u30fb\u30a2\u30a6\u30ef\u30eb",
 156                     "\u30b8\u30e5\u30de\u30fc\u30c0\u30c3\u30b5\u30fc\u30cb\u30fc",
 157                     "\u30e9\u30b8\u30e3\u30d6",
 158                     "\u30b7\u30e3\u30a2\u30d0\u30fc\u30f3",
 159                     "\u30e9\u30de\u30c0\u30fc\u30f3",
 160                     "\u30b7\u30e3\u30a6\u30ef\u30fc\u30eb",
 161                     "\u30ba\u30eb\u30fb\u30ab\u30a4\u30c0",
 162                     "\u30ba\u30eb\u30fb\u30d2\u30c3\u30b8\u30e3",
 163                     "",
 164                 }
 165             },
























































 166             { "java.time.buddhist.DatePatterns",
 167                 new String[] {
 168                     "GGGGy\u5e74M\u6708d\u65e5EEEE",
 169                     "GGGGy\u5e74M\u6708d\u65e5",
 170                     "Gy/MM/dd",
 171                     "Gy/MM/dd",
 172                 }
 173             },
 174             { "java.time.buddhist.long.Eras",
 175                 new String[] {
 176                     "BC",
 177                     "\u4ecf\u66a6",
 178                 }
 179             },
 180             { "java.time.buddhist.short.Eras",
 181                 new String[] {
 182                     "\u7d00\u5143\u524d",
 183                     "\u4ecf\u66a6",
 184                 }
 185             },








 186             { "java.time.japanese.DatePatterns",
 187                 new String[] {
 188                     "Gy'\u5e74'M'\u6708'd'\u65e5'",
 189                     "GGGGGy.MM.dd",
 190                     "GGGGGy.MM.dd",
 191                     "GGGGGy.MM.dd",
 192                 }
 193             },
 194             { "java.time.japanese.long.Eras",
 195                 new String[] {
 196                     "\u897f\u66a6",
 197                     "\u660e\u6cbb",
 198                     "\u5927\u6b63",
 199                     "\u662d\u548c",
 200                     "\u5e73\u6210",
 201                 }
 202             },
 203             { "java.time.japanese.short.Eras",
 204                 new String[] {
 205                     "\u897f\u66a6",
 206                     "\u660e\u6cbb",
 207                     "\u5927\u6b63",
 208                     "\u662d\u548c",
 209                     "\u5e73\u6210",
 210                 }
 211             },
 212             { "java.time.long.Eras",
 213                 new String[] {
 214                     "\u7d00\u5143\u524d",
 215                     "\u897f\u66a6",
 216                 }
 217             },
 218             { "java.time.roc.DatePatterns",
 219                 new String[] {
 220                     "Gy\u5e74M\u6708d\u65e5EEEE",
 221                     "Gy\u5e74M\u6708d\u65e5",
 222                     "Gy/MM/dd",
 223                     "Gy/MM/dd",
 224                 }
 225             },
 226             { "java.time.short.Eras",


 227                 new String[] {
 228                     "\u7d00\u5143\u524d",
 229                     "\u897f\u66a6",
 230                 }
 231             },
 232             { "roc.DatePatterns",
 233                 new String[] {
 234                     "GGGGy\u5e74M\u6708d\u65e5EEEE",
 235                     "GGGGy\u5e74M\u6708d\u65e5",
 236                     "GGGGy/MM/dd",
 237                     "GGGGy/MM/dd",
 238                 }
 239             },

































 240             { "roc.Eras",
 241                 new String[] {
 242                     "\u6c11\u56fd\u524d",
 243                     "\u6c11\u56fd",
 244                 }
 245             },





























































































 246             { "roc.short.Eras",
 247                 new String[] {
 248                     "\u6c11\u56fd\u524d",
 249                     "\u6c11\u56fd",
 250                 }
 251             },
 252         };
 253     }
 254 }
   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.ja;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_ja extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         final String[] javatimelongEras = {
  76             "\u7d00\u5143\u524d",
  77             "\u897f\u66a6",
  78         };
  79         return new Object[][] {








  80             { "QuarterNames",
  81                 new String[] {
  82                     "\u7b2c1\u56db\u534a\u671f",
  83                     "\u7b2c2\u56db\u534a\u671f",
  84                     "\u7b2c3\u56db\u534a\u671f",
  85                     "\u7b2c4\u56db\u534a\u671f",
  86                 }
  87             },








  88             { "calendarname.buddhist",
  89                 "\u30bf\u30a4\u4ecf\u6559\u66a6" },
  90             { "calendarname.gregorian",
  91                 "\u897f\u66a6(\u30b0\u30ec\u30b4\u30ea\u30aa\u66a6)" },
  92             { "calendarname.gregory",
  93                 "\u897f\u66a6(\u30b0\u30ec\u30b4\u30ea\u30aa\u66a6)" },
  94             { "calendarname.islamic",
  95                 "\u30a4\u30b9\u30e9\u30e0\u66a6" },
  96             { "calendarname.islamic-civil",
  97                 "\u30a4\u30b9\u30e9\u30e0\u6b74(\u5b9a\u5468\u671f\u3001\u516c\u6c11\u7d00\u5143)" },
  98             { "calendarname.islamic-umalqura",

  99                 "\u30a4\u30b9\u30e9\u30e0\u66a6(\u30a6\u30f3\u30e0\u30fb\u30a2\u30eb\u30af\u30e9\u30fc)" },
 100             { "calendarname.japanese",
 101                 "\u548c\u66a6" },
 102             { "calendarname.roc",
 103                 "\u4e2d\u83ef\u6c11\u56fd\u66a6" },
 104             { "field.dayperiod",
 105                 "\u5348\u524d/\u5348\u5f8c" },
 106             { "field.era",
 107                 "\u6642\u4ee3" },
 108             { "field.hour",
 109                 "\u6642" },
 110             { "field.minute",
 111                 "\u5206" },
 112             { "field.month",
 113                 "\u6708" },
 114             { "field.second",
 115                 "\u79d2" },
 116             { "field.week",
 117                 "\u9031" },
 118             { "field.weekday",
 119                 "\u66dc\u65e5" },
 120             { "field.year",
 121                 "\u5e74" },
 122             { "field.zone",
 123                 "\u30bf\u30a4\u30e0\u30be\u30fc\u30f3" },
 124             { "islamic.AmPmMarkers",

 125                 new String[] {

 126                     "\u5348\u524d",
 127                     "\u5348\u5f8c",
 128                 }

 129             },

 130             { "islamic.DatePatterns",

 131                 new String[] {

 132                     "GGGGy\u5e74M\u6708d\u65e5EEEE",
 133                     "GGGGy\u5e74M\u6708d\u65e5",
 134                     "GGGGy/MM/dd",
 135                     "GGGGy/MM/dd",
 136                 }

 137             },

 138             { "islamic.DayAbbreviations",

 139                 new String[] {

 140                     "\u65e5",
 141                     "\u6708",
 142                     "\u706b",
 143                     "\u6c34",
 144                     "\u6728",
 145                     "\u91d1",
 146                     "\u571f",
 147                 }

 148             },

 149             { "islamic.DayNames",

 150                 new String[] {

 151                     "\u65e5\u66dc\u65e5",
 152                     "\u6708\u66dc\u65e5",
 153                     "\u706b\u66dc\u65e5",
 154                     "\u6c34\u66dc\u65e5",
 155                     "\u6728\u66dc\u65e5",
 156                     "\u91d1\u66dc\u65e5",
 157                     "\u571f\u66dc\u65e5",
 158                 }

 159             },

 160             { "islamic.DayNarrows",

 161                 new String[] {

 162                     "\u65e5",
 163                     "\u6708",
 164                     "\u706b",
 165                     "\u6c34",
 166                     "\u6728",
 167                     "\u91d1",
 168                     "\u571f",
 169                 }

 170             },

 171             { "islamic.Eras",

 172                 new String[] {

 173                     "",
 174                     "AH",
 175                 }

 176             },

 177             { "islamic.MonthAbbreviations",
 178                 new String[] {
 179                     "\u30e0\u30cf\u30c3\u30e9\u30e0",
 180                     "\u30b5\u30d5\u30a2\u30eb",
 181                     "\u30e9\u30d3\u30fc\u30fb\u30a6\u30eb\u30fb\u30a2\u30a6\u30ef\u30eb",
 182                     "\u30e9\u30d3\u30fc\u30fb\u30a6\u30c3\u30fb\u30b5\u30fc\u30cb\u30fc",
 183                     "\u30b8\u30e5\u30de\u30fc\u30c0\u30eb\u30fb\u30a2\u30a6\u30ef\u30eb",
 184                     "\u30b8\u30e5\u30de\u30fc\u30c0\u30c3\u30b5\u30fc\u30cb\u30fc",
 185                     "\u30e9\u30b8\u30e3\u30d6",
 186                     "\u30b7\u30e3\u30a2\u30d0\u30fc\u30f3",
 187                     "\u30e9\u30de\u30c0\u30fc\u30f3",
 188                     "\u30b7\u30e3\u30a6\u30ef\u30fc\u30eb",
 189                     "\u30ba\u30eb\u30fb\u30ab\u30a4\u30c0",
 190                     "\u30ba\u30eb\u30fb\u30d2\u30c3\u30b8\u30e3",
 191                     "",
 192                 }
 193             },
 194             { "islamic.MonthNames",
 195                 new String[] {
 196                     "\u30e0\u30cf\u30c3\u30e9\u30e0",
 197                     "\u30b5\u30d5\u30a2\u30eb",
 198                     "\u30e9\u30d3\u30fc\u30fb\u30a6\u30eb\u30fb\u30a2\u30a6\u30ef\u30eb",
 199                     "\u30e9\u30d3\u30fc\u30fb\u30a6\u30c3\u30fb\u30b5\u30fc\u30cb\u30fc",
 200                     "\u30b8\u30e5\u30de\u30fc\u30c0\u30eb\u30fb\u30a2\u30a6\u30ef\u30eb",
 201                     "\u30b8\u30e5\u30de\u30fc\u30c0\u30c3\u30b5\u30fc\u30cb\u30fc",
 202                     "\u30e9\u30b8\u30e3\u30d6",
 203                     "\u30b7\u30e3\u30a2\u30d0\u30fc\u30f3",
 204                     "\u30e9\u30de\u30c0\u30fc\u30f3",
 205                     "\u30b7\u30e3\u30a6\u30ef\u30fc\u30eb",
 206                     "\u30ba\u30eb\u30fb\u30ab\u30a4\u30c0",
 207                     "\u30ba\u30eb\u30fb\u30d2\u30c3\u30b8\u30e3",
 208                     "",
 209                 }
 210             },
 211             { "islamic.QuarterAbbreviations",

 212                 new String[] {

 213                     "Q1",
 214                     "Q2",
 215                     "Q3",
 216                     "Q4",
 217                 }

 218             },

 219             { "islamic.QuarterNames",

 220                 new String[] {

 221                     "\u7b2c1\u56db\u534a\u671f",
 222                     "\u7b2c2\u56db\u534a\u671f",
 223                     "\u7b2c3\u56db\u534a\u671f",
 224                     "\u7b2c4\u56db\u534a\u671f",
 225                 }

 226             },

 227             { "islamic.QuarterNarrows",

 228                 new String[] {

 229                     "1",
 230                     "2",
 231                     "3",
 232                     "4",
 233                 }

 234             },

 235             { "islamic.TimePatterns",

 236                 new String[] {

 237                     "H\u6642mm\u5206ss\u79d2 zzzz",
 238                     "H:mm:ss z",
 239                     "H:mm:ss",
 240                     "H:mm",
 241                 }

 242             },

 243             { "islamic.long.Eras",

 244                 new String[] {

 245                     "",
 246                     "AH",
 247                 }

 248             },

 249             { "islamic.narrow.AmPmMarkers",

 250                 new String[] {

 251                     "\u5348\u524d",
 252                     "\u5348\u5f8c",
 253                 }

 254             },

 255             { "islamic.narrow.Eras",

 256                 new String[] {

 257                     "",
 258                     "AH",
 259                 }

 260             },

 261             { "islamic.short.Eras",

 262                 new String[] {

 263                     "",
 264                     "AH",
 265                 }

 266             },

 267             { "java.time.buddhist.DatePatterns",
 268                 new String[] {
 269                     "GGGGy\u5e74M\u6708d\u65e5EEEE",
 270                     "GGGGy\u5e74M\u6708d\u65e5",
 271                     "Gy/MM/dd",
 272                     "Gy/MM/dd",
 273                 }
 274             },
 275             { "java.time.buddhist.long.Eras",
 276                 new String[] {
 277                     "BC",
 278                     "\u4ecf\u66a6",
 279                 }
 280             },
 281             { "java.time.buddhist.short.Eras",
 282                 new String[] {
 283                     "\u7d00\u5143\u524d",
 284                     "\u4ecf\u66a6",
 285                 }
 286             },
 287             { "java.time.islamic.DatePatterns",

 288                 new String[] {

 289                     "Gy\u5e74M\u6708d\u65e5EEEE",
 290                     "Gy\u5e74M\u6708d\u65e5",
 291                     "Gy/MM/dd",
 292                     "Gy/MM/dd",
 293                 }

 294             },

 295             { "java.time.japanese.DatePatterns",
 296                 new String[] {
 297                     "Gy'\u5e74'M'\u6708'd'\u65e5'",
 298                     "GGGGGy.MM.dd",
 299                     "GGGGGy.MM.dd",
 300                     "GGGGGy.MM.dd",
 301                 }
 302             },
 303             { "java.time.japanese.long.Eras",
 304                 new String[] {
 305                     "\u897f\u66a6",
 306                     "\u660e\u6cbb",
 307                     "\u5927\u6b63",
 308                     "\u662d\u548c",
 309                     "\u5e73\u6210",
 310                 }
 311             },
 312             { "java.time.japanese.short.Eras",
 313                 new String[] {
 314                     "\u897f\u66a6",
 315                     "\u660e\u6cbb",
 316                     "\u5927\u6b63",
 317                     "\u662d\u548c",
 318                     "\u5e73\u6210",
 319                 }
 320             },
 321             { "java.time.long.Eras",
 322                 javatimelongEras },




 323             { "java.time.roc.DatePatterns",
 324                 new String[] {
 325                     "Gy\u5e74M\u6708d\u65e5EEEE",
 326                     "Gy\u5e74M\u6708d\u65e5",
 327                     "Gy/MM/dd",
 328                     "Gy/MM/dd",
 329                 }
 330             },
 331             { "java.time.short.Eras",
 332                 javatimelongEras },
 333             { "roc.AmPmMarkers",

 334                 new String[] {
 335                     "\u5348\u524d",
 336                     "\u5348\u5f8c",
 337                 }
 338             },
 339             { "roc.DatePatterns",
 340                 new String[] {
 341                     "GGGGy\u5e74M\u6708d\u65e5EEEE",
 342                     "GGGGy\u5e74M\u6708d\u65e5",
 343                     "GGGGy/MM/dd",
 344                     "GGGGy/MM/dd",
 345                 }
 346             },
 347             { "roc.DayAbbreviations",

 348                 new String[] {

 349                     "\u65e5",
 350                     "\u6708",
 351                     "\u706b",
 352                     "\u6c34",
 353                     "\u6728",
 354                     "\u91d1",
 355                     "\u571f",
 356                 }

 357             },

 358             { "roc.DayNames",

 359                 new String[] {

 360                     "\u65e5\u66dc\u65e5",
 361                     "\u6708\u66dc\u65e5",
 362                     "\u706b\u66dc\u65e5",
 363                     "\u6c34\u66dc\u65e5",
 364                     "\u6728\u66dc\u65e5",
 365                     "\u91d1\u66dc\u65e5",
 366                     "\u571f\u66dc\u65e5",
 367                 }

 368             },

 369             { "roc.DayNarrows",

 370                 new String[] {

 371                     "\u65e5",
 372                     "\u6708",
 373                     "\u706b",
 374                     "\u6c34",
 375                     "\u6728",
 376                     "\u91d1",
 377                     "\u571f",
 378                 }

 379             },

 380             { "roc.Eras",
 381                 new String[] {
 382                     "\u6c11\u56fd\u524d",
 383                     "\u6c11\u56fd",
 384                 }
 385             },
 386             { "roc.MonthAbbreviations",

 387                 new String[] {

 388                     "1\u6708",
 389                     "2\u6708",
 390                     "3\u6708",
 391                     "4\u6708",
 392                     "5\u6708",
 393                     "6\u6708",
 394                     "7\u6708",
 395                     "8\u6708",
 396                     "9\u6708",
 397                     "10\u6708",
 398                     "11\u6708",
 399                     "12\u6708",
 400                     "",
 401                 }

 402             },

 403             { "roc.MonthNames",

 404                 new String[] {

 405                     "1\u6708",
 406                     "2\u6708",
 407                     "3\u6708",
 408                     "4\u6708",
 409                     "5\u6708",
 410                     "6\u6708",
 411                     "7\u6708",
 412                     "8\u6708",
 413                     "9\u6708",
 414                     "10\u6708",
 415                     "11\u6708",
 416                     "12\u6708",
 417                     "",
 418                 }

 419             },

 420             { "roc.MonthNarrows",

 421                 new String[] {

 422                     "1",
 423                     "2",
 424                     "3",
 425                     "4",
 426                     "5",
 427                     "6",
 428                     "7",
 429                     "8",
 430                     "9",
 431                     "10",
 432                     "11",
 433                     "12",
 434                     "",
 435                 }

 436             },

 437             { "roc.QuarterAbbreviations",

 438                 new String[] {

 439                     "Q1",
 440                     "Q2",
 441                     "Q3",
 442                     "Q4",
 443                 }

 444             },

 445             { "roc.QuarterNames",

 446                 new String[] {

 447                     "\u7b2c1\u56db\u534a\u671f",
 448                     "\u7b2c2\u56db\u534a\u671f",
 449                     "\u7b2c3\u56db\u534a\u671f",
 450                     "\u7b2c4\u56db\u534a\u671f",
 451                 }

 452             },

 453             { "roc.TimePatterns",

 454                 new String[] {

 455                     "H\u6642mm\u5206ss\u79d2 zzzz",
 456                     "H:mm:ss z",
 457                     "H:mm:ss",
 458                     "H:mm",
 459                 }

 460             },

 461             { "roc.long.Eras",

 462                 new String[] {

 463                     "\u6c11\u56fd\u524d",
 464                     "\u6c11\u56fd",
 465                 }

 466             },

 467             { "roc.narrow.AmPmMarkers",

 468                 new String[] {

 469                     "\u5348\u524d",
 470                     "\u5348\u5f8c",
 471                 }

 472             },

 473             { "roc.narrow.Eras",

 474                 new String[] {

 475                     "\u6c11\u56fd\u524d",
 476                     "\u6c11\u56fd",
 477                 }

 478             },

 479             { "roc.short.Eras",
 480                 new String[] {
 481                     "\u6c11\u56fd\u524d",
 482                     "\u6c11\u56fd",
 483                 }
 484             },
 485         };
 486     }
 487 }