1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3zh_Hans_HK{
4    NumberElements{
5        latn{
6            patternsLong{
7                decimalFormat{
8                    1000000000000{
9                        other{"0万亿"}
10                    }
11                    10000000000000{
12                        other{"00万亿"}
13                    }
14                    100000000000000{
15                        other{"000万亿"}
16                    }
17                }
18            }
19            patternsShort{
20                decimalFormat{
21                    1000000000000{
22                        other{"0万亿"}
23                    }
24                    10000000000000{
25                        other{"00万亿"}
26                    }
27                    100000000000000{
28                        other{"000万亿"}
29                    }
30                }
31            }
32        }
33    }
34    Version{"2.1.37.6"}
35    calendar{
36        buddhist{
37            DateTimePatterns{
38                "zzzz ah:mm:ss",
39                "z ah:mm:ss",
40                "ah:mm:ss",
41                "ah:mm",
42                "Gy年M月d日EEEE",
43                "Gy年M月d日",
44                "Gy年M月d日",
45                "Gd/M/yy",
46                "{1} {0}",
47                "{1} {0}",
48                "{1} {0}",
49                "{1} {0}",
50                "{1} {0}",
51            }
52            availableFormats{
53                M{"L"}
54                MEd{"M/dE"}
55            }
56        }
57        chinese{
58            DateTimePatterns{
59                "zzzz ah:mm:ss",
60                "z ah:mm:ss",
61                "ah:mm:ss",
62                "ah:mm",
63                {
64                    "U年MMMd日EEEE",
65                    "hanidec",
66                }
67                {
68                    "U年MMMd日",
69                    "hanidec",
70                }
71                {
72                    "U年MMMd日",
73                    "hanidec",
74                }
75                "r/M/d",
76                "{1} {0}",
77                "{1} {0}",
78                "{1} {0}",
79                "{1} {0}",
80                "{1} {0}",
81            }
82        }
83        generic{
84            DateTimePatterns{
85                "zzzz ah:mm:ss",
86                "z ah:mm:ss",
87                "ah:mm:ss",
88                "ah:mm",
89                "Gy年M月d日EEEE",
90                "Gy年M月d日",
91                "Gy年M月d日",
92                "d/M/yyGGGGG",
93                "{1} {0}",
94                "{1} {0}",
95                "{1} {0}",
96                "{1} {0}",
97                "{1} {0}",
98            }
99            availableFormats{
100                HHmm{"HH:mm"}
101                MEd{"E, d/M"}
102                MMM{"M月"}
103                MMMMdd{"M月d日"}
104                Md{"d/M"}
105                yyyyM{"M/yGGGGG"}
106                yyyyMEd{"E, d/M/yGGGGG"}
107                yyyyMd{"d/M/yGGGGG"}
108            }
109            intervalFormats{
110                Hmv{
111                    H{"vHH:mm–HH:mm"}
112                    m{"vHH:mm–HH:mm"}
113                }
114                Hv{
115                    H{"vHH–HH"}
116                }
117                fallback{"{0}–{1}"}
118                h{
119                    h{"ah至h时"}
120                }
121                yM{
122                    M{"y年M月至y年M月"}
123                }
124                yMEd{
125                    M{"d/M/yEd/M/yE"}
126                    d{"d/M/yEd/M/yE"}
127                    y{"d/M/yEd/M/yE"}
128                }
129                yMMMEd{
130                    d{"y年M月d日E至M月d日E"}
131                }
132                yMd{
133                    M{"d/M/y至d/M/y"}
134                    d{"d/M/y至d/M/y"}
135                    y{"d/M/y至d/M/y"}
136                }
137            }
138        }
139        gregorian{
140            DateTimePatterns{
141                "zzzz ah:mm:ss",
142                "z ah:mm:ss",
143                "ah:mm:ss",
144                "ah:mm",
145                "y年M月d日EEEE",
146                "y年M月d日",
147                "y年M月d日",
148                "d/M/yy",
149                "{1} {0}",
150                "{1} {0}",
151                "{1} {0}",
152                "{1} {0}",
153                "{1} {0}",
154            }
155            availableFormats{
156                HHmm{"HH:mm"}
157                MEd{"E, d/M"}
158                MMMMdd{"M月d日"}
159                MMdd{"dd/MM"}
160                Md{"d/M"}
161                yM{"M/y"}
162                yMEd{"d/M/y(E)"}
163                yMM{"MM/y"}
164                yMd{"d/M/y"}
165            }
166            intervalFormats{
167                Hmv{
168                    H{"vHH:mm–HH:mm"}
169                    m{"vHH:mm–HH:mm"}
170                }
171                Hv{
172                    H{"vHH–HH"}
173                }
174                fallback{"{0}–{1}"}
175                h{
176                    h{"ah至h时"}
177                }
178                yM{
179                    M{"y年M月至y年M月"}
180                }
181                yMEd{
182                    M{"d/M/yEd/M/yE"}
183                    d{"d/M/yEd/M/yE"}
184                    y{"d/M/yEd/M/yE"}
185                }
186                yMMMEd{
187                    d{"y年M月d日E至M月d日E"}
188                }
189                yMd{
190                    M{"d/M/y至d/M/y"}
191                    d{"d/M/y至d/M/y"}
192                    y{"d/M/y至d/M/y"}
193                }
194            }
195        }
196        islamic{
197            DateTimePatterns{
198                "zzzz ah:mm:ss",
199                "z ah:mm:ss",
200                "ah:mm:ss",
201                "ah:mm",
202                "Gy年M月d日EEEE",
203                "Gy年M月d日",
204                "Gy年M月d日",
205                "Gd/M/yy",
206                "{1} {0}",
207                "{1} {0}",
208                "{1} {0}",
209                "{1} {0}",
210                "{1} {0}",
211            }
212        }
213        japanese{
214            DateTimePatterns{
215                "zzzz ah:mm:ss",
216                "z ah:mm:ss",
217                "ah:mm:ss",
218                "ah:mm",
219                "Gy年M月d日EEEE",
220                "Gy年M月d日",
221                "Gy年M月d日",
222                "Gd/M/yy",
223                "{1} {0}",
224                "{1} {0}",
225                "{1} {0}",
226                "{1} {0}",
227                "{1} {0}",
228            }
229            availableFormats{
230                MEd{"M/dE"}
231                Md{"M/d"}
232            }
233        }
234        roc{
235            DateTimePatterns{
236                "zzzz ah:mm:ss",
237                "z ah:mm:ss",
238                "ah:mm:ss",
239                "ah:mm",
240                "Gy年M月d日EEEE",
241                "Gy年M月d日",
242                "Gy年M月d日",
243                "Gd/M/yy",
244                "{1} {0}",
245                "{1} {0}",
246                "{1} {0}",
247                "{1} {0}",
248                "{1} {0}",
249            }
250            availableFormats{
251                M{"L"}
252                MMM{"M月"}
253                Md{"M-d"}
254            }
255        }
256    }
257    fields{
258        second{
259            relativeTime{
260                future{
261                    other{"{0}秒后"}
262                }
263                past{
264                    other{"{0}秒前"}
265                }
266            }
267        }
268    }
269}
270