• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_HK.xml
7// *
8// ***************************************************************************
9zh_Hans_HK{
10    NumberElements{
11        latn{
12            patterns{
13                accountingFormat{"¤#,##0.00;(¤#,##0.00)"}
14                currencyFormat{"¤#,##0.00"}
15            }
16            patternsLong{
17                decimalFormat{
18                    1000{
19                        other{"0千"}
20                    }
21                    10000{
22                        other{"0万"}
23                    }
24                    100000{
25                        other{"00万"}
26                    }
27                    1000000{
28                        other{"000万"}
29                    }
30                    10000000{
31                        other{"0000万"}
32                    }
33                    100000000{
34                        other{"0亿"}
35                    }
36                    1000000000{
37                        other{"00亿"}
38                    }
39                    10000000000{
40                        other{"000亿"}
41                    }
42                    100000000000{
43                        other{"0000亿"}
44                    }
45                    1000000000000{
46                        other{"0万亿"}
47                    }
48                    10000000000000{
49                        other{"00万亿"}
50                    }
51                    100000000000000{
52                        other{"000万亿"}
53                    }
54                }
55            }
56            patternsShort{
57                decimalFormat{
58                    1000{
59                        other{"0千"}
60                    }
61                    10000{
62                        other{"0万"}
63                    }
64                    100000{
65                        other{"00万"}
66                    }
67                    1000000{
68                        other{"000万"}
69                    }
70                    10000000{
71                        other{"0000万"}
72                    }
73                    100000000{
74                        other{"0亿"}
75                    }
76                    1000000000{
77                        other{"00亿"}
78                    }
79                    10000000000{
80                        other{"000亿"}
81                    }
82                    100000000000{
83                        other{"0000亿"}
84                    }
85                    1000000000000{
86                        other{"0万亿"}
87                    }
88                    10000000000000{
89                        other{"00万亿"}
90                    }
91                    100000000000000{
92                        other{"000万亿"}
93                    }
94                }
95            }
96        }
97    }
98    Version{"2.0.96.25"}
99    calendar{
100        buddhist{
101            DateTimePatterns{
102                "zzzzah:mm:ss",
103                "zah:mm:ss",
104                "ah:mm:ss",
105                "ah:mm",
106                "Gy年M月d日EEEE",
107                "Gy年M月d日",
108                "Gy年M月d日",
109                "Gd/M/yy",
110                "{1}{0}",
111                "{1}{0}",
112                "{1}{0}",
113                "{1}{0}",
114                "{1}{0}",
115            }
116            availableFormats{
117                M{"L"}
118                MEd{"M/dE"}
119            }
120        }
121        chinese{
122            DateTimePatterns{
123                "zzzzah:mm:ss",
124                "zah:mm:ss",
125                "ah:mm:ss",
126                "ah:mm",
127                {
128                    "U年MMMd日EEEE",
129                    "hanidec",
130                }
131                {
132                    "U年MMMd日",
133                    "hanidec",
134                }
135                {
136                    "U年MMMd日",
137                    "hanidec",
138                }
139                "U-M-d",
140                "{1} {0}",
141                "{1} {0}",
142                "{1} {0}",
143                "{1} {0}",
144                "{1} {0}",
145            }
146        }
147        generic{
148            DateTimePatterns{
149                "zzzzah:mm:ss",
150                "zah:mm:ss",
151                "ah:mm:ss",
152                "ah:mm",
153                "Gy年M月d日EEEE",
154                "Gy年M月d日",
155                "Gy年M月d日",
156                "d/M/yyGGGGG",
157                "{1}{0}",
158                "{1}{0}",
159                "{1}{0}",
160                "{1}{0}",
161                "{1}{0}",
162            }
163            availableFormats{
164                HHmm{"HH:mm"}
165                M{"L"}
166                MEd{"E, d/M"}
167                MMM{"M月"}
168                MMMMdd{"M月d日"}
169                Md{"d/M"}
170                yyyyM{"M/yGGGGG"}
171                yyyyMEd{"E, d/M/yGGGGG"}
172                yyyyMd{"d/M/yGGGGG"}
173            }
174            intervalFormats{
175                Hmv{
176                    H{"vHH:mm–HH:mm"}
177                    m{"vHH:mm–HH:mm"}
178                }
179                Hv{
180                    H{"vHH–HH"}
181                }
182                MMM{
183                    M{"M月至M月"}
184                }
185                fallback{"{0}–{1}"}
186                h{
187                    h{"ah至h时"}
188                }
189                yM{
190                    M{"y年M月至y年M月"}
191                }
192                yMEd{
193                    M{"d/M/yEd/M/yE"}
194                    d{"d/M/yEd/M/yE"}
195                    y{"d/M/yEd/M/yE"}
196                }
197                yMMMEd{
198                    d{"y年M月d日E至M月d日E"}
199                }
200                yMd{
201                    M{"d/M/y至d/M/y"}
202                    d{"d/M/y至d/M/y"}
203                    y{"d/M/y至d/M/y"}
204                }
205            }
206        }
207        gregorian{
208            DateTimePatterns{
209                "zzzzah:mm:ss",
210                "zah:mm:ss",
211                "ah:mm:ss",
212                "ah:mm",
213                "y年M月d日EEEE",
214                "y年M月d日",
215                "y年M月d日",
216                "d/M/yy",
217                "{1} {0}",
218                "{1}{0}",
219                "{1}{0}",
220                "{1} {0}",
221                "{1} {0}",
222            }
223            availableFormats{
224                HHmm{"HH:mm"}
225                M{"L"}
226                MEd{"E, d/M"}
227                MMMMdd{"M月d日"}
228                MMdd{"dd/MM"}
229                Md{"d/M"}
230                yM{"M/y"}
231                yMEd{"d/M/y(E)"}
232                yMM{"MM/y"}
233                yMd{"d/M/y"}
234            }
235            intervalFormats{
236                Hmv{
237                    H{"vHH:mm–HH:mm"}
238                    m{"vHH:mm–HH:mm"}
239                }
240                Hv{
241                    H{"vHH–HH"}
242                }
243                fallback{"{0}–{1}"}
244                h{
245                    h{"ah至h时"}
246                }
247                yM{
248                    M{"y年M月至y年M月"}
249                }
250                yMEd{
251                    M{"d/M/yEd/M/yE"}
252                    d{"d/M/yEd/M/yE"}
253                    y{"d/M/yEd/M/yE"}
254                }
255                yMMMEd{
256                    d{"y年M月d日E至M月d日E"}
257                }
258                yMd{
259                    M{"d/M/y至d/M/y"}
260                    d{"d/M/y至d/M/y"}
261                    y{"d/M/y至d/M/y"}
262                }
263            }
264        }
265        islamic{
266            DateTimePatterns{
267                "zzzzah:mm:ss",
268                "zah:mm:ss",
269                "ah:mm:ss",
270                "ah:mm",
271                "Gy年M月d日EEEE",
272                "Gy年M月d日",
273                "Gy年M月d日",
274                "Gd/M/yy",
275                "{1}{0}",
276                "{1}{0}",
277                "{1}{0}",
278                "{1}{0}",
279                "{1}{0}",
280            }
281        }
282        japanese{
283            DateTimePatterns{
284                "zzzzah:mm:ss",
285                "zah:mm:ss",
286                "ah:mm:ss",
287                "ah:mm",
288                "Gy年M月d日EEEE",
289                "Gy年M月d日",
290                "Gy年M月d日",
291                "Gd/M/yy",
292                "{1} {0}",
293                "{1} {0}",
294                "{1} {0}",
295                "{1} {0}",
296                "{1} {0}",
297            }
298            availableFormats{
299                MEd{"M/dE"}
300                Md{"M/d"}
301            }
302        }
303        roc{
304            DateTimePatterns{
305                "zzzzah:mm:ss",
306                "zah:mm:ss",
307                "ah:mm:ss",
308                "ah:mm",
309                "Gy年M月d日EEEE",
310                "Gy年M月d日",
311                "Gy年M月d日",
312                "Gd/M/yy",
313                "{1}{0}",
314                "{1}{0}",
315                "{1}{0}",
316                "{1}{0}",
317                "{1}{0}",
318            }
319            availableFormats{
320                M{"L"}
321                MMM{"M月"}
322                Md{"M-d"}
323            }
324        }
325    }
326    fields{
327        second{
328            relativeTime{
329                future{
330                    other{"{0}秒后"}
331                }
332                past{
333                    other{"{0}秒前"}
334                }
335            }
336        }
337    }
338    units{
339        compound{
340            per{"{0}/{1}"}
341        }
342        duration{
343            second{
344                other{"{0}秒"}
345            }
346        }
347    }
348    unitsNarrow{
349        length{
350            centimeter{
351                other{"{0}厘米"}
352            }
353            foot{
354                other{"{0}英尺"}
355            }
356            inch{
357                other{"{0}英寸"}
358            }
359            kilometer{
360                other{"{0}公里"}
361            }
362            light-year{
363                other{"{0}光年"}
364            }
365            meter{
366                other{"{0}米"}
367            }
368            mile{
369                other{"{0}英里"}
370            }
371            millimeter{
372                other{"{0}毫米"}
373            }
374            picometer{
375                other{"{0}皮米"}
376            }
377            yard{
378                other{"{0}码"}
379            }
380        }
381    }
382    unitsShort{
383        length{
384            centimeter{
385                other{"{0}厘米"}
386            }
387            foot{
388                other{"{0}英尺"}
389            }
390            inch{
391                other{"{0}英寸"}
392            }
393            kilometer{
394                other{"{0}公里"}
395            }
396            light-year{
397                other{"{0}光年"}
398            }
399            meter{
400                other{"{0}米"}
401            }
402            mile{
403                other{"{0}英里"}
404            }
405            millimeter{
406                other{"{0}毫米"}
407            }
408            picometer{
409                other{"{0}皮米"}
410            }
411            yard{
412                other{"{0}码"}
413            }
414        }
415    }
416}
417