src/share/classes/sun/text/resources/zh/FormatData_zh.java

Print this page




  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 extends ListResourceBundle {
  82     /**
  83      * Overrides ListResourceBundle
  84      */
  85     @Override
  86     protected final Object[][] getContents() {
  87         final String[] rocEras = {
  88             "\u6c11\u56fd\u524d",
  89             "\u6c11\u56fd",
  90         };
  91         return new Object[][] {
  92             { "MonthNames",
  93                 new String[] {
  94                     "\u4e00\u6708", // january
  95                     "\u4e8c\u6708", // february
  96                     "\u4e09\u6708", // march
  97                     "\u56db\u6708", // april
  98                     "\u4e94\u6708", // may
  99                     "\u516d\u6708", // june
 100                     "\u4e03\u6708", // july
 101                     "\u516b\u6708", // august
 102                     "\u4e5d\u6708", // september
 103                     "\u5341\u6708", // october
 104                     "\u5341\u4e00\u6708", // november
 105                     "\u5341\u4e8c\u6708", // december
 106                     "" // month 13 if applicable
 107                 }
 108             },

















 109             { "MonthAbbreviations",
 110                 new String[] {
 111                     "\u4e00\u6708", // abb january
 112                     "\u4e8c\u6708", // abb february
 113                     "\u4e09\u6708", // abb march
 114                     "\u56db\u6708", // abb april
 115                     "\u4e94\u6708", // abb may
 116                     "\u516d\u6708", // abb june
 117                     "\u4e03\u6708", // abb july
 118                     "\u516b\u6708", // abb august
 119                     "\u4e5d\u6708", // abb september
 120                     "\u5341\u6708", // abb october
 121                     "\u5341\u4e00\u6708", // abb november
 122                     "\u5341\u4e8c\u6708", // abb december
 123                     "" // abb month 13 if applicable
 124                 }
 125             },


































 126             { "standalone.MonthNarrows",
 127                 new String[] {
 128                     "1\u6708",
 129                     "2\u6708",
 130                     "3\u6708",
 131                     "4\u6708",
 132                     "5\u6708",
 133                     "6\u6708",
 134                     "7\u6708",
 135                     "8\u6708",
 136                     "9\u6708",
 137                     "10\u6708",
 138                     "11\u6708",
 139                     "12\u6708",
 140                     "",
 141                 }
 142             },
 143             { "DayNames",
 144                 new String[] {
 145                     "\u661f\u671f\u65e5", // Sunday
 146                     "\u661f\u671f\u4e00", // Monday
 147                     "\u661f\u671f\u4e8c", // Tuesday
 148                     "\u661f\u671f\u4e09", // Wednesday
 149                     "\u661f\u671f\u56db", // Thursday
 150                     "\u661f\u671f\u4e94", // Friday
 151                     "\u661f\u671f\u516d" // Saturday
 152                 }
 153             },











 154             { "DayAbbreviations",
 155                 new String[] {
 156                     "\u661f\u671f\u65e5", // abb Sunday
 157                     "\u661f\u671f\u4e00", // abb Monday
 158                     "\u661f\u671f\u4e8c", // abb Tuesday
 159                     "\u661f\u671f\u4e09", // abb Wednesday
 160                     "\u661f\u671f\u56db", // abb Thursday
 161                     "\u661f\u671f\u4e94", // abb Friday
 162                     "\u661f\u671f\u516d" // abb Saturday
 163                 }
 164             },











 165             { "DayNarrows",
 166                 new String[] {
 167                     "\u65e5",
 168                     "\u4e00",
 169                     "\u4e8c",
 170                     "\u4e09",
 171                     "\u56db",
 172                     "\u4e94",
 173                     "\u516d",
 174                 }
 175             },











 176             { "AmPmMarkers",
 177                 new String[] {
 178                     "\u4e0a\u5348", // am marker
 179                     "\u4e0b\u5348" // pm marker
 180                 }
 181             },
 182             { "Eras",
 183                 new String[] { // era strings
 184                     "\u516c\u5143\u524d",
 185                     "\u516c\u5143"
 186                 }
 187             },















 188             { "TimePatterns",
 189                 new String[] {
 190                     "ahh'\u65f6'mm'\u5206'ss'\u79d2' z", // full time pattern
 191                     "ahh'\u65f6'mm'\u5206'ss'\u79d2'", // long time pattern
 192                     "H:mm:ss", // medium time pattern
 193                     "ah:mm", // short time pattern
 194                 }
 195             },
 196             { "DatePatterns",
 197                 new String[] {
 198                     "yyyy'\u5e74'M'\u6708'd'\u65e5' EEEE", // full date pattern
 199                     "yyyy'\u5e74'M'\u6708'd'\u65e5'", // long date pattern
 200                     "yyyy-M-d", // medium date pattern
 201                     "yy-M-d", // short date pattern
 202                 }
 203             },
 204             { "DateTimePatterns",
 205                 new String[] {
 206                     "{1} {0}" // date-time pattern
 207                 }
 208             },
 209             { "cldr.buddhist.DatePatterns",
 210                 new String[] {
 211                     "Gy\u5e74M\u6708d\u65e5EEEE",
 212                     "Gy\u5e74M\u6708d\u65e5",
 213                     "Gyyyy-M-d",
 214                     "Gy-M-d",
 215                 }
 216             },
 217             { "cldr.japanese.DatePatterns",
 218                 new String[] {
 219                     "Gy\u5e74M\u6708d\u65e5EEEE",
 220                     "Gy\u5e74M\u6708d\u65e5",
 221                     "Gy\u5e74M\u6708d\u65e5",
 222                     "Gyy-MM-dd",
 223                 }
 224             },
 225             { "roc.Eras", rocEras },
 226             { "roc.short.Eras", rocEras },
 227             { "cldr.roc.DatePatterns",
 228                 new String[] {
 229                     "Gy\u5e74M\u6708d\u65e5EEEE",
 230                     "Gy\u5e74M\u6708d\u65e5",
 231                     "Gy-M-d",
 232                     "Gy-M-d",
 233                 }
 234             },
 235             { "roc.DatePatterns",
 236                 new String[] {
 237                     "GGGGy\u5e74M\u6708d\u65e5EEEE",
 238                     "GGGGy\u5e74M\u6708d\u65e5",

 239                     "GGGGy-M-d",
 240                     "GGGGy-M-d",
 241                 }
 242             },
 243             { "cldr.islamic.DatePatterns",
 244                 new String[] {
 245                     "Gy\u5e74M\u6708d\u65e5EEEE",
 246                     "Gy\u5e74M\u6708d\u65e5",
 247                     "Gy\u5e74M\u6708d\u65e5",
 248                     "Gyy-MM-dd",
 249                 }
 250             },
 251             { "islamic.DatePatterns",
 252                 new String[] {
 253                     "GGGGy\u5e74M\u6708d\u65e5EEEE",
 254                     "GGGGy\u5e74M\u6708d\u65e5",
 255                     "GGGGy\u5e74M\u6708d\u65e5",
 256                     "GGGGyy-MM-dd",
 257                 }
 258             },
 259             { "calendarname.islamic-civil", "\u4f0a\u65af\u5170\u5e0c\u5409\u6765\u5386" },
 260             { "calendarname.islamicc", "\u4f0a\u65af\u5170\u5e0c\u5409\u6765\u5386" },
 261             { "calendarname.islamic", "\u4f0a\u65af\u5170\u65e5\u5386" },
 262             { "calendarname.japanese", "\u65e5\u672c\u65e5\u5386" },
 263             { "calendarname.gregorian", "\u516c\u5386" },
 264             { "calendarname.gregory", "\u516c\u5386" },
 265             { "calendarname.roc", "\u6c11\u56fd\u65e5\u5386" },
 266             { "calendarname.buddhist", "\u4f5b\u6559\u65e5\u5386" },
 267             { "field.era", "\u65f6\u671f" },
 268             { "field.year", "\u5e74" },
 269             { "field.month", "\u6708" },
 270             { "field.week", "\u5468" },
 271             { "field.weekday", "\u5468\u5929" },
 272             { "field.dayperiod", "\u4e0a\u5348/\u4e0b\u5348" },
 273             { "field.hour", "\u5c0f\u65f6" },
 274             { "field.minute", "\u5206\u949f" },
 275             { "field.second", "\u79d2\u949f" },
 276             { "field.zone", "\u533a\u57df" },
 277         };
 278     }
 279 }


  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 sun.util.resources.ParallelListResourceBundle;
  80 
  81 public class FormatData_zh extends ParallelListResourceBundle {
  82     /**
  83      * Overrides ParallelListResourceBundle
  84      */
  85     @Override
  86     protected final Object[][] getContents() {
  87         final String[] rocEras = {
  88             "\u6c11\u56fd\u524d",
  89             "\u6c11\u56fd",
  90         };
  91         return new Object[][] {
  92             { "MonthNames",
  93                 new String[] {
  94                     "\u4e00\u6708", // january
  95                     "\u4e8c\u6708", // february
  96                     "\u4e09\u6708", // march
  97                     "\u56db\u6708", // april
  98                     "\u4e94\u6708", // may
  99                     "\u516d\u6708", // june
 100                     "\u4e03\u6708", // july
 101                     "\u516b\u6708", // august
 102                     "\u4e5d\u6708", // september
 103                     "\u5341\u6708", // october
 104                     "\u5341\u4e00\u6708", // november
 105                     "\u5341\u4e8c\u6708", // december
 106                     "" // month 13 if applicable
 107                 }
 108             },
 109             { "standalone.MonthNames",
 110                 new String[] {
 111                     "\u4e00\u6708",
 112                     "\u4e8c\u6708",
 113                     "\u4e09\u6708",
 114                     "\u56db\u6708",
 115                     "\u4e94\u6708",
 116                     "\u516d\u6708",
 117                     "\u4e03\u6708",
 118                     "\u516b\u6708",
 119                     "\u4e5d\u6708",
 120                     "\u5341\u6708",
 121                     "\u5341\u4e00\u6708",
 122                     "\u5341\u4e8c\u6708",
 123                     "",
 124                 }
 125             },
 126             { "MonthAbbreviations",
 127                 new String[] {
 128                     "\u4e00\u6708", // abb january
 129                     "\u4e8c\u6708", // abb february
 130                     "\u4e09\u6708", // abb march
 131                     "\u56db\u6708", // abb april
 132                     "\u4e94\u6708", // abb may
 133                     "\u516d\u6708", // abb june
 134                     "\u4e03\u6708", // abb july
 135                     "\u516b\u6708", // abb august
 136                     "\u4e5d\u6708", // abb september
 137                     "\u5341\u6708", // abb october
 138                     "\u5341\u4e00\u6708", // abb november
 139                     "\u5341\u4e8c\u6708", // abb december
 140                     "" // abb month 13 if applicable
 141                 }
 142             },
 143             { "standalone.MonthAbbreviations",
 144                 new String[] {
 145                     "\u4e00\u6708",
 146                     "\u4e8c\u6708",
 147                     "\u4e09\u6708",
 148                     "\u56db\u6708",
 149                     "\u4e94\u6708",
 150                     "\u516d\u6708",
 151                     "\u4e03\u6708",
 152                     "\u516b\u6708",
 153                     "\u4e5d\u6708",
 154                     "\u5341\u6708",
 155                     "\u5341\u4e00\u6708",
 156                     "\u5341\u4e8c\u6708",
 157                     "",
 158                 }
 159             },
 160             { "MonthNarrows",
 161                 new String[] {
 162                     "1",
 163                     "2",
 164                     "3",
 165                     "4",
 166                     "5",
 167                     "6",
 168                     "7",
 169                     "8",
 170                     "9",
 171                     "10",
 172                     "11",
 173                     "12",
 174                     "",
 175                 }
 176             },
 177             { "standalone.MonthNarrows",
 178                 new String[] {
 179                     "1\u6708",
 180                     "2\u6708",
 181                     "3\u6708",
 182                     "4\u6708",
 183                     "5\u6708",
 184                     "6\u6708",
 185                     "7\u6708",
 186                     "8\u6708",
 187                     "9\u6708",
 188                     "10\u6708",
 189                     "11\u6708",
 190                     "12\u6708",
 191                     "",
 192                 }
 193             },
 194             { "DayNames",
 195                 new String[] {
 196                     "\u661f\u671f\u65e5", // Sunday
 197                     "\u661f\u671f\u4e00", // Monday
 198                     "\u661f\u671f\u4e8c", // Tuesday
 199                     "\u661f\u671f\u4e09", // Wednesday
 200                     "\u661f\u671f\u56db", // Thursday
 201                     "\u661f\u671f\u4e94", // Friday
 202                     "\u661f\u671f\u516d" // Saturday
 203                 }
 204             },
 205             { "standalone.DayNames",
 206                 new String[] {
 207                     "\u661f\u671f\u65e5",
 208                     "\u661f\u671f\u4e00",
 209                     "\u661f\u671f\u4e8c",
 210                     "\u661f\u671f\u4e09",
 211                     "\u661f\u671f\u56db",
 212                     "\u661f\u671f\u4e94",
 213                     "\u661f\u671f\u516d",
 214                 }
 215             },
 216             { "DayAbbreviations",
 217                 new String[] {
 218                     "\u661f\u671f\u65e5", // abb Sunday
 219                     "\u661f\u671f\u4e00", // abb Monday
 220                     "\u661f\u671f\u4e8c", // abb Tuesday
 221                     "\u661f\u671f\u4e09", // abb Wednesday
 222                     "\u661f\u671f\u56db", // abb Thursday
 223                     "\u661f\u671f\u4e94", // abb Friday
 224                     "\u661f\u671f\u516d" // abb Saturday
 225                 }
 226             },
 227             { "standalone.DayAbbreviations",
 228                 new String[] {
 229                     "\u5468\u65e5",
 230                     "\u5468\u4e00",
 231                     "\u5468\u4e8c",
 232                     "\u5468\u4e09",
 233                     "\u5468\u56db",
 234                     "\u5468\u4e94",
 235                     "\u5468\u516d",
 236                 }
 237             },
 238             { "DayNarrows",
 239                 new String[] {
 240                     "\u65e5",
 241                     "\u4e00",
 242                     "\u4e8c",
 243                     "\u4e09",
 244                     "\u56db",
 245                     "\u4e94",
 246                     "\u516d",
 247                 }
 248             },
 249             { "standalone.DayNarrows",
 250                 new String[] {
 251                     "\u65e5",
 252                     "\u4e00",
 253                     "\u4e8c",
 254                     "\u4e09",
 255                     "\u56db",
 256                     "\u4e94",
 257                     "\u516d",
 258                 }
 259             },
 260             { "AmPmMarkers",
 261                 new String[] {
 262                     "\u4e0a\u5348", // am marker
 263                     "\u4e0b\u5348" // pm marker
 264                 }
 265             },
 266             { "Eras",
 267                 new String[] { // era strings
 268                     "\u516c\u5143\u524d",
 269                     "\u516c\u5143"
 270                 }
 271             },
 272             { "buddhist.Eras",
 273                 new String[] {
 274                     "BC",
 275                     "\u4f5b\u5386",
 276                 }
 277             },
 278             { "japanese.Eras",
 279                 new String[] {
 280                     "\u516c\u5143",
 281                     "\u660e\u6cbb",
 282                     "\u5927\u6b63",
 283                     "\u662d\u548c",
 284                     "\u5e73\u6210",
 285                 }
 286             },
 287             { "TimePatterns",
 288                 new String[] {
 289                     "ahh'\u65f6'mm'\u5206'ss'\u79d2' z", // full time pattern
 290                     "ahh'\u65f6'mm'\u5206'ss'\u79d2'", // long time pattern
 291                     "H:mm:ss", // medium time pattern
 292                     "ah:mm", // short time pattern
 293                 }
 294             },
 295             { "DatePatterns",
 296                 new String[] {
 297                     "yyyy'\u5e74'M'\u6708'd'\u65e5' EEEE", // full date pattern
 298                     "yyyy'\u5e74'M'\u6708'd'\u65e5'", // long date pattern
 299                     "yyyy-M-d", // medium date pattern
 300                     "yy-M-d", // short date pattern
 301                 }
 302             },
 303             { "DateTimePatterns",
 304                 new String[] {
 305                     "{1} {0}" // date-time pattern
 306                 }
 307             },
 308             { "buddhist.DatePatterns",


























 309                 new String[] {
 310                     "GGGGy\u5e74M\u6708d\u65e5EEEE",
 311                     "GGGGy\u5e74M\u6708d\u65e5",
 312                     "GGGGyyyy-M-d",
 313                     "GGGGy-M-d",









 314                 }
 315             },
 316             { "japanese.DatePatterns",
 317                 new String[] {
 318                     "GGGGy\u5e74M\u6708d\u65e5EEEE",
 319                     "GGGGy\u5e74M\u6708d\u65e5",
 320                     "GGGGy\u5e74M\u6708d\u65e5",
 321                     "GGGGyy-MM-dd",
 322                 }
 323             },


















 324         };
 325     }
 326 }