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

Print this page




  65                     "" // month 13 if applicable
  66                 }
  67             },
  68             { "MonthAbbreviations",
  69                 new String[] {
  70                     "\u4e00\u6708", // abb january
  71                     "\u4e8c\u6708", // abb february
  72                     "\u4e09\u6708", // abb march
  73                     "\u56db\u6708", // abb april
  74                     "\u4e94\u6708", // abb may
  75                     "\u516d\u6708", // abb june
  76                     "\u4e03\u6708", // abb july
  77                     "\u516b\u6708", // abb august
  78                     "\u4e5d\u6708", // abb september
  79                     "\u5341\u6708", // abb october
  80                     "\u5341\u4e00\u6708", // abb november
  81                     "\u5341\u4e8c\u6708", // abb december
  82                     "" // abb month 13 if applicable
  83                 }
  84             },

















  85             { "DayNames",
  86                 new String[] {
  87                     "\u661f\u671f\u65e5", // Sunday
  88                     "\u661f\u671f\u4e00", // Monday
  89                     "\u661f\u671f\u4e8c", // Tuesday
  90                     "\u661f\u671f\u4e09", // Wednesday
  91                     "\u661f\u671f\u56db", // Thursday
  92                     "\u661f\u671f\u4e94", // Friday
  93                     "\u661f\u671f\u516d" // Saturday
  94                 }
  95             },
  96             { "DayAbbreviations",
  97                 new String[] {
  98                     "\u661f\u671f\u65e5", // abb Sunday
  99                     "\u661f\u671f\u4e00", // abb Monday
 100                     "\u661f\u671f\u4e8c", // abb Tuesday
 101                     "\u661f\u671f\u4e09", // abb Wednesday
 102                     "\u661f\u671f\u56db", // abb Thursday
 103                     "\u661f\u671f\u4e94", // abb Friday
 104                     "\u661f\u671f\u516d" // abb Saturday











 105                 }
 106             },
 107             { "AmPmMarkers",
 108                 new String[] {
 109                     "\u4e0a\u5348", // am marker
 110                     "\u4e0b\u5348" // pm marker
 111                 }
 112             },
 113             { "Eras",
 114                 new String[] { // era strings
 115                     "\u516c\u5143\u524d",
 116                     "\u516c\u5143"
 117                 }
 118             },
 119             { "TimePatterns",
 120                 new String[] {
 121                     "ahh'\u65f6'mm'\u5206'ss'\u79d2' z", // full time pattern
 122                     "ahh'\u65f6'mm'\u5206'ss'\u79d2'", // long time pattern
 123                     "H:mm:ss", // medium time pattern
 124                     "ah:mm", // short time pattern


  65                     "" // month 13 if applicable
  66                 }
  67             },
  68             { "MonthAbbreviations",
  69                 new String[] {
  70                     "\u4e00\u6708", // abb january
  71                     "\u4e8c\u6708", // abb february
  72                     "\u4e09\u6708", // abb march
  73                     "\u56db\u6708", // abb april
  74                     "\u4e94\u6708", // abb may
  75                     "\u516d\u6708", // abb june
  76                     "\u4e03\u6708", // abb july
  77                     "\u516b\u6708", // abb august
  78                     "\u4e5d\u6708", // abb september
  79                     "\u5341\u6708", // abb october
  80                     "\u5341\u4e00\u6708", // abb november
  81                     "\u5341\u4e8c\u6708", // abb december
  82                     "" // abb month 13 if applicable
  83                 }
  84             },
  85             { "standalone.MonthNarrows",
  86                 new String[] {
  87                     "1\u6708",
  88                     "2\u6708",
  89                     "3\u6708",
  90                     "4\u6708",
  91                     "5\u6708",
  92                     "6\u6708",
  93                     "7\u6708",
  94                     "8\u6708",
  95                     "9\u6708",
  96                     "10\u6708",
  97                     "11\u6708",
  98                     "12\u6708",
  99                     "",
 100                 }
 101             },
 102             { "DayNames",
 103                 new String[] {
 104                     "\u661f\u671f\u65e5", // Sunday
 105                     "\u661f\u671f\u4e00", // Monday
 106                     "\u661f\u671f\u4e8c", // Tuesday
 107                     "\u661f\u671f\u4e09", // Wednesday
 108                     "\u661f\u671f\u56db", // Thursday
 109                     "\u661f\u671f\u4e94", // Friday
 110                     "\u661f\u671f\u516d" // Saturday
 111                 }
 112             },
 113             { "DayAbbreviations",
 114                 new String[] {
 115                     "\u661f\u671f\u65e5", // abb Sunday
 116                     "\u661f\u671f\u4e00", // abb Monday
 117                     "\u661f\u671f\u4e8c", // abb Tuesday
 118                     "\u661f\u671f\u4e09", // abb Wednesday
 119                     "\u661f\u671f\u56db", // abb Thursday
 120                     "\u661f\u671f\u4e94", // abb Friday
 121                     "\u661f\u671f\u516d" // abb Saturday
 122                 }
 123             },
 124             { "DayNarrows",
 125                 new String[] {
 126                     "\u65e5",
 127                     "\u4e00",
 128                     "\u4e8c",
 129                     "\u4e09",
 130                     "\u56db",
 131                     "\u4e94",
 132                     "\u516d",
 133                 }
 134             },
 135             { "AmPmMarkers",
 136                 new String[] {
 137                     "\u4e0a\u5348", // am marker
 138                     "\u4e0b\u5348" // pm marker
 139                 }
 140             },
 141             { "Eras",
 142                 new String[] { // era strings
 143                     "\u516c\u5143\u524d",
 144                     "\u516c\u5143"
 145                 }
 146             },
 147             { "TimePatterns",
 148                 new String[] {
 149                     "ahh'\u65f6'mm'\u5206'ss'\u79d2' z", // full time pattern
 150                     "ahh'\u65f6'mm'\u5206'ss'\u79d2'", // long time pattern
 151                     "H:mm:ss", // medium time pattern
 152                     "ah:mm", // short time pattern