1// *************************************************************************** 2// * 3// * Copyright (C) 2014 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 6// * Source File: <path>/common/main/zh_Hans_SG.xml 7// * 8// *************************************************************************** 9zh_Hans_SG{ 10 NumberElements{ 11 latn{ 12 patterns{ 13 accountingFormat{"¤#,##0.00;(¤#,##0.00)"} 14 currencyFormat{"¤#,##0.00"} 15 } 16 } 17 } 18 Version{"2.0.92.87"} 19 calendar{ 20 buddhist{ 21 DateTimePatterns{ 22 "zzzzah:mm:ss", 23 "ahh:mm:ssz", 24 "ah:mm:ss", 25 "ahh:mm", 26 "Gy年M月d日EEEE", 27 "Gy年M月d日", 28 "Gy年M月d日", 29 "Gd/M/yy", 30 "{1} {0}", 31 "{1} {0}", 32 "{1} {0}", 33 "{1} {0}", 34 "{1} {0}", 35 } 36 } 37 chinese{ 38 DateTimePatterns{ 39 "zzzzah:mm:ss", 40 "ahh:mm:ssz", 41 "ah:mm:ss", 42 "ahh:mm", 43 { 44 "U年MMMd日EEEE", 45 "hanidec", 46 } 47 { 48 "U年MMMd日", 49 "hanidec", 50 } 51 { 52 "U年MMMd日", 53 "hanidec", 54 } 55 "U-M-d", 56 "{1} {0}", 57 "{1} {0}", 58 "{1} {0}", 59 "{1} {0}", 60 "{1} {0}", 61 } 62 } 63 generic{ 64 DateTimePatterns{ 65 "zzzzah:mm:ss", 66 "ahh:mm:ssz", 67 "ah:mm:ss", 68 "ahh:mm", 69 "Gy年M月d日EEEE", 70 "Gy年M月d日", 71 "Gy年M月d日", 72 "dd/MM/yyGGGGG", 73 "{1} {0}", 74 "{1} {0}", 75 "{1} {0}", 76 "{1} {0}", 77 "{1} {0}", 78 } 79 availableFormats{ 80 MEd{"M-dE"} 81 MMMMdd{"M月d日"} 82 MMdd{"MM-dd"} 83 Md{"M-d"} 84 yyyyMEd{"Gy年M月d日,E"} 85 yyyyMd{"Gy年M月d日"} 86 } 87 intervalFormats{ 88 Hmv{ 89 H{"vHH:mm–HH:mm"} 90 m{"vHH:mm–HH:mm"} 91 } 92 Hv{ 93 H{"vHH–HH"} 94 } 95 MEd{ 96 M{"M-dE至M-dE"} 97 d{"M-dE至M-dE"} 98 } 99 MMMEd{ 100 d{"M月d日E至M月d日E"} 101 } 102 Md{ 103 M{"M-d至M-d"} 104 d{"M-d至M-d"} 105 } 106 fallback{"{0}至{1}"} 107 yM{ 108 M{"y年M月至y年M月"} 109 } 110 yMEd{ 111 M{"d/M/yE至d/M/yE"} 112 d{"d/M/yE至d/M/yE"} 113 y{"d/M/yE至d/M/yE"} 114 } 115 yMd{ 116 M{"d/M/y至d/M/y"} 117 d{"d/M/y至d/M/y"} 118 y{"d/M/y至d/M/y"} 119 } 120 } 121 } 122 gregorian{ 123 DateTimePatterns{ 124 "zzzzah:mm:ss", 125 "ahh:mm:ssz", 126 "ah:mm:ss", 127 "ahh:mm", 128 "y年M月d日EEEE", 129 "y年M月d日", 130 "y年M月d日", 131 "dd/MM/yy", 132 "{1} {0}", 133 "{1}{0}", 134 "{1}{0}", 135 "{1} {0}", 136 "{1} {0}", 137 } 138 availableFormats{ 139 MEd{"M-dE"} 140 MMM{"M月"} 141 MMMMdd{"M月d日"} 142 MMdd{"MM-dd"} 143 Md{"M-d"} 144 yM{"y年M月"} 145 yMEd{"y年M月d日,E"} 146 yMd{"y年M月d日"} 147 } 148 intervalFormats{ 149 Hmv{ 150 H{"vHH:mm–HH:mm"} 151 m{"vHH:mm–HH:mm"} 152 } 153 Hv{ 154 H{"vHH–HH"} 155 } 156 MEd{ 157 M{"M-dE至M-dE"} 158 d{"M-dE至M-dE"} 159 } 160 MMMEd{ 161 d{"M月d日E至M月d日E"} 162 } 163 Md{ 164 M{"M-d至M-d"} 165 d{"M-d至M-d"} 166 } 167 d{ 168 d{"d日至d日"} 169 } 170 fallback{"{0}至{1}"} 171 yM{ 172 M{"y年M月至y年M月"} 173 } 174 yMEd{ 175 M{"d/M/yE至d/M/yE"} 176 d{"d/M/yE至d/M/yE"} 177 y{"d/M/yE至d/M/yE"} 178 } 179 yMd{ 180 M{"d/M/y至d/M/y"} 181 d{"d/M/y至d/M/y"} 182 y{"d/M/y至d/M/y"} 183 } 184 } 185 } 186 islamic{ 187 DateTimePatterns{ 188 "zzzzah:mm:ss", 189 "ahh:mm:ssz", 190 "ah:mm:ss", 191 "ahh:mm", 192 "Gy年M月d日EEEE", 193 "Gy年M月d日", 194 "Gy年M月d日", 195 "Gd/M/yy", 196 "{1} {0}", 197 "{1} {0}", 198 "{1} {0}", 199 "{1} {0}", 200 "{1} {0}", 201 } 202 } 203 japanese{ 204 DateTimePatterns{ 205 "zzzzah:mm:ss", 206 "ahh:mm:ssz", 207 "ah:mm:ss", 208 "ahh:mm", 209 "Gy年M月d日EEEE", 210 "Gy年M月d日", 211 "Gy年M月d日", 212 "Gd/M/yy", 213 "{1} {0}", 214 "{1} {0}", 215 "{1} {0}", 216 "{1} {0}", 217 "{1} {0}", 218 } 219 availableFormats{ 220 MEd{"M/dE"} 221 Md{"M/d"} 222 } 223 } 224 roc{ 225 DateTimePatterns{ 226 "zzzzah:mm:ss", 227 "ahh:mm:ssz", 228 "ah:mm:ss", 229 "ahh:mm", 230 "Gy年M月d日EEEE", 231 "Gy年M月d日", 232 "Gy年M月d日", 233 "Gd/M/yy", 234 "{1} {0}", 235 "{1} {0}", 236 "{1} {0}", 237 "{1} {0}", 238 "{1} {0}", 239 } 240 availableFormats{ 241 MEd{"M-dE"} 242 MMM{"M月"} 243 Md{"M-d"} 244 } 245 } 246 } 247 fields{ 248 second{ 249 relativeTime{ 250 future{ 251 other{"{0}秒后"} 252 } 253 past{ 254 other{"{0}秒前"} 255 } 256 } 257 } 258 } 259 units{ 260 compound{ 261 per{"{0}/{1}"} 262 } 263 duration{ 264 second{ 265 other{"{0}秒"} 266 } 267 } 268 } 269 unitsNarrow{ 270 length{ 271 centimeter{ 272 other{"{0}厘米"} 273 } 274 foot{ 275 other{"{0}英尺"} 276 } 277 inch{ 278 other{"{0}英寸"} 279 } 280 kilometer{ 281 other{"{0}公里"} 282 } 283 light-year{ 284 other{"{0}光年"} 285 } 286 meter{ 287 other{"{0}米"} 288 } 289 mile{ 290 other{"{0}英里"} 291 } 292 millimeter{ 293 other{"{0}毫米"} 294 } 295 picometer{ 296 other{"{0}皮米"} 297 } 298 yard{ 299 other{"{0}码"} 300 } 301 } 302 } 303 unitsShort{ 304 length{ 305 centimeter{ 306 other{"{0}厘米"} 307 } 308 foot{ 309 other{"{0}英尺"} 310 } 311 inch{ 312 other{"{0}英寸"} 313 } 314 kilometer{ 315 other{"{0}公里"} 316 } 317 light-year{ 318 other{"{0}光年"} 319 } 320 meter{ 321 other{"{0}米"} 322 } 323 mile{ 324 other{"{0}英里"} 325 } 326 millimeter{ 327 other{"{0}毫米"} 328 } 329 picometer{ 330 other{"{0}皮米"} 331 } 332 yard{ 333 other{"{0}码"} 334 } 335 } 336 } 337} 338