Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / i18npool / source / localedata / data / zh_TW.xml
bloba9784503b0e685621cf69bc6082cd9ccfacdea75
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE Locale SYSTEM 'locale.dtd'>
3 <Locale versionDTD="2.0.3" allowUpdateFromCLDR="no" version="1.2">
4   <LC_INFO>
5     <Language>
6       <LangID>zh</LangID>
7       <DefaultName>Traditional Chinese</DefaultName>
8     </Language>
9     <Country>
10       <CountryID>TW</CountryID>
11       <DefaultName>Taiwan</DefaultName>
12     </Country>
13   </LC_INFO>
14   <LC_CTYPE unoid="generic">
15     <Separators>
16       <DateSeparator>/</DateSeparator>
17       <ThousandSeparator>,</ThousandSeparator>
18       <DecimalSeparator>.</DecimalSeparator>
19       <TimeSeparator>:</TimeSeparator>
20       <Time100SecSeparator>.</Time100SecSeparator>
21       <ListSeparator>;</ListSeparator>
22       <LongDateDayOfWeekSeparator/>
23       <LongDateDaySeparator>日</LongDateDaySeparator>
24       <LongDateMonthSeparator>月</LongDateMonthSeparator>
25       <LongDateYearSeparator>年</LongDateYearSeparator>
26     </Separators>
27     <Markers>
28       <QuotationStart>「</QuotationStart>
29       <QuotationEnd>」</QuotationEnd>
30       <DoubleQuotationStart>『</DoubleQuotationStart>
31       <DoubleQuotationEnd>』</DoubleQuotationEnd>
32     </Markers>
33     <TimeAM>上午</TimeAM>
34     <TimePM>下午</TimePM>
35     <MeasurementSystem>metric</MeasurementSystem>
36   </LC_CTYPE>
37   <LC_FORMAT>
38     <DateAcceptancePattern>M月D日</DateAcceptancePattern>
39     <DateAcceptancePattern>M-D</DateAcceptancePattern>
40     <DateAcceptancePattern>M/D</DateAcceptancePattern>
41     <DateAcceptancePattern>Y年M月D日</DateAcceptancePattern>
42     <DateAcceptancePattern>Y.M.D</DateAcceptancePattern>
43     <!-- Fixed Number formats. Index range is 0-5. -->
44     <FormatElement msgid="NumberFormatskey1" default="true" type="medium" usage="FIXED_NUMBER"  formatindex="0">
45       <FormatCode>General</FormatCode>
46     </FormatElement>
47     <FormatElement msgid="NumberFormatskey2" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="1">
48       <FormatCode>0</FormatCode>
49     </FormatElement>
50     <FormatElement msgid="NumberFormatskey3" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="2">
51       <FormatCode>0.00</FormatCode>
52     </FormatElement>
53     <FormatElement msgid="NumberFormatskey4" default="true" type="short" usage="FIXED_NUMBER"  formatindex="3">
54       <FormatCode>#,##0</FormatCode>
55     </FormatElement>
56     <FormatElement msgid="NumberFormatskey5" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="4">
57       <FormatCode>#,##0.00</FormatCode>
58     </FormatElement>
59     <FormatElement msgid="NumberFormatskey6" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="5">
60       <FormatCode>#,###.00</FormatCode>
61     </FormatElement>
62     <!-- Scientific Number formats. Index range is 6-7. -->
63     <FormatElement msgid="ScientificFormatskey1" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
64       <FormatCode>0.00E+000</FormatCode>
65     </FormatElement>
66     <FormatElement msgid="ScientificFormatskey2" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
67       <FormatCode>0.00E+00</FormatCode>
68     </FormatElement>
69     <!-- Percent Number formats. Index range is 8-9. -->
70     <FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8">
71       <FormatCode>0%</FormatCode>
72     </FormatElement>
73     <FormatElement msgid="PercentFormatskey2" default="true" type="long" usage="PERCENT_NUMBER" formatindex="9">
74       <FormatCode>0.00%</FormatCode>
75     </FormatElement>
76     <!-- Currency formats. Index range is 12-17. -->
77     <FormatElement msgid="CurrencyFormatskey1" default="true" type="medium" usage="CURRENCY" formatindex="12">
78       <FormatCode>[$NT$-404]#,##0;-[$NT$-404]#,##0</FormatCode>
79     </FormatElement>
80     <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13">
81       <FormatCode>[$NT$-404]#,##0.00;-[$NT$-404]#,##0.00</FormatCode>
82     </FormatElement>
83     <FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY" formatindex="14">
84       <FormatCode>[$NT$-404]#,##0;[RED]-[$NT$-404]#,##0</FormatCode>
85     </FormatElement>
86     <FormatElement msgid="CurrencyFormatskey4" default="true" type="long" usage="CURRENCY" formatindex="15">
87       <FormatCode>[$NT$-404]#,##0.00;[RED]-[$NT$-404]#,##0.00</FormatCode>
88     </FormatElement>
89     <FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16">
90       <FormatCode>#,##0.00 CCC</FormatCode>
91     </FormatElement>
92     <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
93       <FormatCode>[$NT$-404]#,##0.--;[RED]-[$NT$-404]#,##0.--</FormatCode>
94     </FormatElement>
95     <!-- Date formats. Index range is 18-38. -->
96     <FormatElement msgid="DateFormatskey1" default="true" type="medium" usage="DATE" formatindex="18">
97       <FormatCode>YYYY/M/D</FormatCode>
98     </FormatElement>
99     <FormatElement msgid="DateFormatskey2" default="true" type="long" usage="DATE" formatindex="19">
100       <FormatCode>YYYY"年"M"月"D"日" NNNN</FormatCode>
101     </FormatElement>
102     <FormatElement msgid="DateFormatskey3" default="false" type="medium" usage="DATE" formatindex="20">
103       <FormatCode>EE/MM/DD</FormatCode>
104     </FormatElement>
105     <FormatElement msgid="DateFormatskey4" default="false" type="medium" usage="DATE" formatindex="21">
106       <FormatCode>YYYY/MM/DD</FormatCode>
107     </FormatElement>
108     <FormatElement msgid="DateFormatskey5" default="false" type="medium" usage="DATE" formatindex="22">
109       <FormatCode>EE"年"MMMD"日"</FormatCode>
110     </FormatElement>
111     <FormatElement msgid="DateFormatskey6" default="false" type="medium" usage="DATE" formatindex="23">
112       <FormatCode>YYYY"年"MMMD"日"</FormatCode>
113     </FormatElement>
114     <FormatElement msgid="DateFormatskey7" default="false" type="medium" usage="DATE" formatindex="24">
115       <FormatCode>YYYY"年"MMMD"號"</FormatCode>
116     </FormatElement>
117     <FormatElement msgid="DateFormatskey8" default="false" type="long" usage="DATE" formatindex="25">
118       <FormatCode>[NatNum1]YYYY"年"MMMMD"日"</FormatCode>
119     </FormatElement>
120     <FormatElement msgid="DateFormatskey9" default="false" type="long" usage="DATE" formatindex="26">
121       <FormatCode>[NatNum1]YYYY"年"MMMMD"號"</FormatCode>
122     </FormatElement>
123     <FormatElement msgid="DateFormatskey10" default="false" type="medium" usage="DATE" formatindex="27">
124       <FormatCode>EE"年"MMMD"日 ("DDD")"</FormatCode>
125     </FormatElement>
126     <FormatElement msgid="DateFormatskey11" default="false" type="medium" usage="DATE" formatindex="28">
127       <FormatCode>EE"年"MMMDD"日 ("DDD")"</FormatCode>
128     </FormatElement>
129     <FormatElement msgid="DateFormatskey12" default="false" type="long" usage="DATE" formatindex="29">
130       <FormatCode>[NatNum1]YYYY"年"MMMMD"日 ("DDD")"</FormatCode>
131     </FormatElement>
132     <FormatElement msgid="DateFormatskey13" default="false" type="long" usage="DATE" formatindex="30">
133       <FormatCode>[NatNum1]YYYY"年"MMMMD"日" NNNN</FormatCode>
134     </FormatElement>
135     <FormatElement msgid="DateFormatskey14" default="true" type="short" usage="DATE" formatindex="31">
136       <FormatCode>MM-DD</FormatCode>
137     </FormatElement>
138     <FormatElement msgid="DateFormatskey15" default="false" type="medium" usage="DATE" formatindex="32">
139       <FormatCode>YY-MM-DD</FormatCode>
140     </FormatElement>
141     <FormatElement msgid="DateFormatskey16" default="false" type="medium" usage="DATE" formatindex="33">
142       <FormatCode>YYYY-MM-DD</FormatCode>
143       <DefaultName>ISO 8601</DefaultName>
144     </FormatElement>
145     <FormatElement msgid="DateFormatskey17" default="false" type="short" usage="DATE" formatindex="34">
146       <FormatCode>EE"年"MM"月"</FormatCode>
147     </FormatElement>
148     <FormatElement msgid="DateFormatskey18" default="false" type="short" usage="DATE" formatindex="35">
149       <FormatCode>MMMDD"日"</FormatCode>
150     </FormatElement>
151     <FormatElement msgid="DateFormatskey19" default="false" type="short" usage="DATE" formatindex="36">
152       <FormatCode>MMMM</FormatCode>
153     </FormatElement>
154     <FormatElement msgid="DateFormatskey20" default="false" type="medium" usage="DATE" formatindex="37">
155       <FormatCode>YYYY"年"QQ</FormatCode>
156     </FormatElement>
157     <FormatElement msgid="DateFormatskey21" default="false" type="short" usage="DATE" formatindex="38">
158       <FormatCode>"第"WW"週"</FormatCode>
159     </FormatElement>
160     <FormatElement msgid="DateFormatskey22" default="false" type="short" usage="DATE" formatindex="50">
161       <FormatCode>E/M/D</FormatCode>
162     </FormatElement>
163     <FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="51">
164       <FormatCode>GGEE"年"M"月"D"日"</FormatCode>
165     </FormatElement>
166     <FormatElement msgid="DateFormatskey24" default="false" type="long" usage="DATE" formatindex="52">
167       <FormatCode>[NatNum1]GGEE"年"M"月"D"日"</FormatCode>
168     </FormatElement>
169     <FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="53">
170       <FormatCode>GGGEE"年"M"月"D"日"</FormatCode>
171     </FormatElement>
172     <FormatElement msgid="DateFormatskey26" default="false" type="long" usage="DATE" formatindex="54">
173       <FormatCode>[NatNum1]GGGEE"年"M"月"D"日"</FormatCode>
174     </FormatElement>
175     <FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="55">
176       <FormatCode>GGEE"年"M"月"D"日 ("DDD")"</FormatCode>
177     </FormatElement>
178     <FormatElement msgid="DateFormatskey28" default="false" type="long" usage="DATE" formatindex="56">
179       <FormatCode>GGGEE"年"M"月"D"日 ("DDD")"</FormatCode>
180     </FormatElement>
181     <FormatElement msgid="DateFormatskey29" default="false" type="long" usage="DATE" formatindex="57">
182       <FormatCode>YYYY"年"M"月"D"日 ("DDD")"</FormatCode>
183     </FormatElement>
184     <FormatElement msgid="DateFormatskey30" default="false" type="long" usage="DATE" formatindex="58">
185       <FormatCode>YYYY"年"M"月"D"日 "NNNN</FormatCode>
186     </FormatElement>
187     <FormatElement msgid="DateFormatskey31" default="false" type="long" usage="DATE" formatindex="59">
188       <FormatCode>GGEE"年"M"月"D"日 "NNNN</FormatCode>
189     </FormatElement>
190     <FormatElement msgid="DateFormatskey32" default="false" type="long" usage="DATE" formatindex="60">
191       <FormatCode>[NatNum1]GGEE"年"M"月"D"日 "NNNN</FormatCode>
192     </FormatElement>
193     <FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="61">
194       <FormatCode>GGGEE"年"M"月"D"日 "NNNN</FormatCode>
195     </FormatElement>
196     <FormatElement msgid="DateFormatskey34" default="false" type="long" usage="DATE" formatindex="62">
197       <FormatCode>[NatNum1]GGGEE"年"M"月"D"日 "NNNN</FormatCode>
198     </FormatElement>
199     <FormatElement msgid="DateFormatskey35" default="false" type="medium" usage="DATE" formatindex="63">
200       <FormatCode>[NatNum1]EE"年"M"月"</FormatCode>
201     </FormatElement>
202     <FormatElement msgid="DateFormatskey36" default="false" type="medium" usage="DATE" formatindex="64">
203       <FormatCode>[NatNum1]GGEE"年"M"月"</FormatCode>
204     </FormatElement>
205     <FormatElement msgid="DateFormatskey37" default="false" type="medium" usage="DATE" formatindex="65">
206       <FormatCode>[NatNum1]GGGEE"年"M"月"</FormatCode>
207     </FormatElement>
208     <FormatElement msgid="DateFormatskey38" default="false" type="medium" usage="DATE" formatindex="66">
209       <FormatCode>YYYY"年"MM"月"</FormatCode>
210     </FormatElement>
211     <FormatElement msgid="DateFormatskey39" default="false" type="medium" usage="DATE" formatindex="67">
212       <FormatCode>[NatNum1]YYYY"年"MM"月"</FormatCode>
213     </FormatElement>
214     <FormatElement msgid="DateFormatskey40" default="false" type="short" usage="DATE" formatindex="68">
215       <FormatCode>M"."D</FormatCode>
216     </FormatElement>
217     <!-- Time formats. Index range is 39-45. -->
218     <FormatElement msgid="TimeFormatskey1" default="true" type="short" usage="TIME"  formatindex="39">
219       <FormatCode>HH:MM</FormatCode>
220     </FormatElement>
221     <FormatElement msgid="TimeFormatskey2" default="true" type="medium" usage="TIME"  formatindex="40">
222       <FormatCode>HH:MM:SS</FormatCode>
223     </FormatElement>
224     <FormatElement msgid="TimeFormatskey3" default="false" type="medium" usage="TIME"  formatindex="41">
225       <FormatCode>AM/PM HH:MM</FormatCode>
226     </FormatElement>
227     <FormatElement msgid="TimeFormatskey4" default="false" type="medium" usage="TIME"  formatindex="42">
228       <FormatCode>AM/PM HH:MM:SS</FormatCode>
229     </FormatElement>
230     <FormatElement msgid="TimeFormatskey5" default="false" type="medium" usage="TIME"  formatindex="43">
231       <FormatCode>[HH]:MM:SS</FormatCode>
232     </FormatElement>
233     <FormatElement msgid="TimeFormatskey6" default="false" type="medium" usage="TIME"  formatindex="44">
234       <FormatCode>MM:SS.00</FormatCode>
235     </FormatElement>
236     <FormatElement msgid="TimeFormatskey7" default="true" type="long" usage="TIME"  formatindex="45">
237       <FormatCode>[HH]:MM:SS.00</FormatCode>
238     </FormatElement>
239     <FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME"  formatindex="69">
240       <FormatCode>HH"時"MM"分"</FormatCode>
241     </FormatElement>
242     <FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME"  formatindex="70">
243       <FormatCode>HH"時"MM"分"SS"秒"</FormatCode>
244     </FormatElement>
245     <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME"  formatindex="71">
246       <FormatCode>AM/PM HH"時"MM"分"</FormatCode>
247     </FormatElement>
248     <FormatElement msgid="TimeFormatskey11" default="false" type="medium" usage="TIME"  formatindex="72">
249       <FormatCode>AM/PM HH"時"MM"分"SS"秒"</FormatCode>
250     </FormatElement>
251     <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME"  formatindex="73">
252       <FormatCode>[HH] "時"MM"分"SS"秒"</FormatCode>
253     </FormatElement>
254     <FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME"  formatindex="74">
255       <FormatCode>MM"分"SS"秒"00</FormatCode>
256     </FormatElement>
257     <!-- Date_Time formats. Index range is 46-47. -->
258     <FormatElement msgid="DateTimeFormatskey1" default="false" type="long" usage="DATE_TIME"  formatindex="46">
259       <FormatCode>YYYY/M/D HH:MM</FormatCode>
260     </FormatElement>
261     <FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME"  formatindex="47">
262       <FormatCode>YYYY/MM/DD HH:MM:SS</FormatCode>
263     </FormatElement>
264     <FormatElement msgid="DateTimeFormatskey3" default="true" type="long" usage="DATE_TIME"  formatindex="75">
265       <FormatCode>YYYY"年"M"月"D"日" HH"時"MM"分"</FormatCode>
266     </FormatElement>
267     <FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME"  formatindex="76">
268       <FormatCode>YYYY"年"M"月"D"日" HH"時"MM"分"SS"秒"</FormatCode>
269     </FormatElement>
270     <FormatElement msgid="DateTimeFormatskey5" default="false" type="long" usage="DATE_TIME"  formatindex="77">
271       <FormatCode>EE"年"M"月"D"日" HH"時"MM"分"</FormatCode>
272     </FormatElement>
273     <FormatElement msgid="DateTimeFormatskey6" default="false" type="long" usage="DATE_TIME"  formatindex="78">
274       <FormatCode>GGEE"年"M"月"D"日" HH"時"MM"分"</FormatCode>
275     </FormatElement>
276     <FormatElement msgid="DateTimeFormatskey7" default="false" type="long" usage="DATE_TIME"  formatindex="79">
277       <FormatCode>GGGEE"年"M"月"D"日" HH"時"MM"分"</FormatCode>
278     </FormatElement>
279   </LC_FORMAT>
280   <LC_COLLATION>
281     <Collator unoid="stroke" default="true" />
282     <Collator unoid="radical" default="false" />
283     <Collator unoid="zhuyin" default="false" />
284     <Collator unoid="pinyin" default="false" />
285     <CollationOptions>
286       <TransliterationModules>IGNORE_CASE</TransliterationModules>
287     </CollationOptions>
288   </LC_COLLATION>
289   <LC_SEARCH ref="zh_CN"/>
290   <LC_INDEX>
291     <IndexKey unoid="stroke" default="true" phonetic="false" module="asian"/>
292     <IndexKey unoid="radical" default="false" phonetic="false" module="asian"/>
293     <IndexKey unoid="zhuyin" default="false" phonetic="true" module="asian"/>
294     <IndexKey unoid="pinyin" default="false" phonetic="true" module="asian"/>
295     <UnicodeScript>70</UnicodeScript>
296     <FollowPageWord></FollowPageWord>
297     <FollowPageWord></FollowPageWord>
298   </LC_INDEX>
299   <LC_CALENDAR>
300     <Calendar unoid="gregorian" default="true">
301       <DaysOfWeek ref="zh_CN_gregorian"/>
302       <MonthsOfYear>
303         <Month>
304           <MonthID>jan</MonthID>
305           <DefaultAbbrvName>1月</DefaultAbbrvName>
306           <DefaultFullName>一月</DefaultFullName>
307         </Month>
308         <Month>
309           <MonthID>feb</MonthID>
310           <DefaultAbbrvName>2月</DefaultAbbrvName>
311           <DefaultFullName>二月</DefaultFullName>
312         </Month>
313         <Month>
314           <MonthID>mar</MonthID>
315           <DefaultAbbrvName>3月</DefaultAbbrvName>
316           <DefaultFullName>三月</DefaultFullName>
317         </Month>
318         <Month>
319           <MonthID>apr</MonthID>
320           <DefaultAbbrvName>4月</DefaultAbbrvName>
321           <DefaultFullName>四月</DefaultFullName>
322         </Month>
323         <Month>
324           <MonthID>may</MonthID>
325           <DefaultAbbrvName>5月</DefaultAbbrvName>
326           <DefaultFullName>五月</DefaultFullName>
327         </Month>
328         <Month>
329           <MonthID>jun</MonthID>
330           <DefaultAbbrvName>6月</DefaultAbbrvName>
331           <DefaultFullName>六月</DefaultFullName>
332         </Month>
333         <Month>
334           <MonthID>jul</MonthID>
335           <DefaultAbbrvName>7月</DefaultAbbrvName>
336           <DefaultFullName>七月</DefaultFullName>
337         </Month>
338         <Month>
339           <MonthID>aug</MonthID>
340           <DefaultAbbrvName>8月</DefaultAbbrvName>
341           <DefaultFullName>八月</DefaultFullName>
342         </Month>
343         <Month>
344           <MonthID>sep</MonthID>
345           <DefaultAbbrvName>9月</DefaultAbbrvName>
346           <DefaultFullName>九月</DefaultFullName>
347         </Month>
348         <Month>
349           <MonthID>oct</MonthID>
350           <DefaultAbbrvName>10月</DefaultAbbrvName>
351           <DefaultFullName>十月</DefaultFullName>
352         </Month>
353         <Month>
354           <MonthID>nov</MonthID>
355           <DefaultAbbrvName>11月</DefaultAbbrvName>
356           <DefaultFullName>十一月</DefaultFullName>
357         </Month>
358         <Month>
359           <MonthID>dec</MonthID>
360           <DefaultAbbrvName>12月</DefaultAbbrvName>
361           <DefaultFullName>十二月</DefaultFullName>
362         </Month>
363       </MonthsOfYear>
364       <Eras>
365         <Era>
366           <EraID>bc</EraID>
367           <DefaultAbbrvName>西元前</DefaultAbbrvName>
368           <DefaultFullName>西元前</DefaultFullName>
369         </Era>
370         <Era>
371           <EraID>ad</EraID>
372           <DefaultAbbrvName />
373           <DefaultFullName>西元</DefaultFullName>
374         </Era>
375       </Eras>
376       <StartDayOfWeek>
377         <DayID>sun</DayID>
378       </StartDayOfWeek>
379       <MinimalDaysInFirstWeek>7</MinimalDaysInFirstWeek>
380     </Calendar>
381     <Calendar unoid="ROC" default="false">
382       <DaysOfWeek ref="zh_CN_gregorian"/>
383       <MonthsOfYear>
384         <Month>
385           <MonthID>jan</MonthID>
386           <DefaultAbbrvName>1月</DefaultAbbrvName>
387           <DefaultFullName>一月</DefaultFullName>
388         </Month>
389         <Month>
390           <MonthID>feb</MonthID>
391           <DefaultAbbrvName>2月</DefaultAbbrvName>
392           <DefaultFullName>二月</DefaultFullName>
393         </Month>
394         <Month>
395           <MonthID>mar</MonthID>
396           <DefaultAbbrvName>3月</DefaultAbbrvName>
397           <DefaultFullName>三月</DefaultFullName>
398         </Month>
399         <Month>
400           <MonthID>apr</MonthID>
401           <DefaultAbbrvName>4月</DefaultAbbrvName>
402           <DefaultFullName>四月</DefaultFullName>
403         </Month>
404         <Month>
405           <MonthID>may</MonthID>
406           <DefaultAbbrvName>5月</DefaultAbbrvName>
407           <DefaultFullName>五月</DefaultFullName>
408         </Month>
409         <Month>
410           <MonthID>jun</MonthID>
411           <DefaultAbbrvName>6月</DefaultAbbrvName>
412           <DefaultFullName>六月</DefaultFullName>
413         </Month>
414         <Month>
415           <MonthID>jul</MonthID>
416           <DefaultAbbrvName>7月</DefaultAbbrvName>
417           <DefaultFullName>七月</DefaultFullName>
418         </Month>
419         <Month>
420           <MonthID>aug</MonthID>
421           <DefaultAbbrvName>8月</DefaultAbbrvName>
422           <DefaultFullName>八月</DefaultFullName>
423         </Month>
424         <Month>
425           <MonthID>sep</MonthID>
426           <DefaultAbbrvName>9月</DefaultAbbrvName>
427           <DefaultFullName>九月</DefaultFullName>
428         </Month>
429         <Month>
430           <MonthID>oct</MonthID>
431           <DefaultAbbrvName>10月</DefaultAbbrvName>
432           <DefaultFullName>十月</DefaultFullName>
433         </Month>
434         <Month>
435           <MonthID>nov</MonthID>
436           <DefaultAbbrvName>11月</DefaultAbbrvName>
437           <DefaultFullName>十一月</DefaultFullName>
438         </Month>
439         <Month>
440           <MonthID>dec</MonthID>
441           <DefaultAbbrvName>12月</DefaultAbbrvName>
442           <DefaultFullName>十二月</DefaultFullName>
443         </Month>
444       </MonthsOfYear>
445       <Eras>
446         <Era>
447           <EraID>before</EraID>
448           <DefaultAbbrvName>民國前</DefaultAbbrvName>
449           <DefaultFullName>中華民國前</DefaultFullName>
450         </Era>
451         <Era>
452           <EraID>MINGUO</EraID>
453           <DefaultAbbrvName>民國</DefaultAbbrvName>
454           <DefaultFullName>中華民國</DefaultFullName>
455         </Era>
456       </Eras>
457       <StartDayOfWeek>
458         <DayID>sun</DayID>
459       </StartDayOfWeek>
460       <MinimalDaysInFirstWeek>7</MinimalDaysInFirstWeek>
461     </Calendar>
462   </LC_CALENDAR>
463   <LC_CURRENCY>
464     <Currency default="true" usedInCompatibleFormatCodes="true">
465       <CurrencyID>TWD</CurrencyID>
466       <CurrencySymbol>NT$</CurrencySymbol>
467       <BankSymbol>TWD</BankSymbol>
468       <CurrencyName>新臺幣</CurrencyName>
469       <DecimalPlaces>2</DecimalPlaces>
470     </Currency>
471     <!--more currency should be put here -->
472   </LC_CURRENCY>
473   <LC_TRANSLITERATION>
474     <Transliteration unoid="SENTENCE_CASE"/>
475     <Transliteration unoid="LOWERCASE_UPPERCASE"/>
476     <Transliteration unoid="UPPERCASE_LOWERCASE"/>
477     <Transliteration unoid="TITLE_CASE"/>
478     <Transliteration unoid="TOGGLE_CASE"/>
479     <Transliteration unoid="NumToTextLower_zh_TW" />
480     <Transliteration unoid="NumToTextUpper_zh_TW" />
481     <Transliteration unoid="NumToCharLower_zh_TW" />
482     <Transliteration unoid="NumToCharUpper_zh_TW" />
483     <Transliteration unoid="TextToChuyin_zh_TW" />
484     <Transliteration unoid="HALFWIDTH_FULLWIDTH"/>
485     <Transliteration unoid="FULLWIDTH_HALFWIDTH"/>
486     <Transliteration unoid="IGNORE_CASE" />
487     <Transliteration unoid="IGNORE_WIDTH" />
488   </LC_TRANSLITERATION>
489   <LC_MISC>
490     <ForbiddenCharacters>
491       <ForbiddenLineBeginCharacters>!),.:;?]}¢·--'"¨•′、。〉》」』】〕〞︰︱︳︴︶︸︺︼︾﹀﹂﹄﹏﹐、﹒﹔﹕﹖﹗﹚﹜﹞!),.:;?|}、</ForbiddenLineBeginCharacters>
492       <ForbiddenLineEndCharacters>([{£¥'"‵〈《「『【〔〝︵︷︹︻︽︿﹁﹃﹙﹛﹝({</ForbiddenLineEndCharacters>
493       <LineBreakHangingCharacters>!,.:;?、。!,.:;?</LineBreakHangingCharacters>
494     </ForbiddenCharacters>
495     <ReservedWords>
496       <trueWord>真</trueWord>
497       <falseWord>假</falseWord>
498       <quarter1Word>第1季</quarter1Word>
499       <quarter2Word>第2季</quarter2Word>
500       <quarter3Word>第3季</quarter3Word>
501       <quarter4Word>第4季</quarter4Word>
502       <aboveWord>上面</aboveWord>
503       <belowWord>下面</belowWord>
504       <quarter1Abbreviation>1季</quarter1Abbreviation>
505       <quarter2Abbreviation>2季</quarter2Abbreviation>
506       <quarter3Abbreviation>3季</quarter3Abbreviation>
507       <quarter4Abbreviation>4季</quarter4Abbreviation>
508     </ReservedWords>
509   </LC_MISC>
510   <LC_NumberingLevel>
511     <NumberingLevel Prefix=" " NumType="4" Suffix="." />
512     <NumberingLevel Prefix=" " NumType="0" Suffix="." />
513     <NumberingLevel Prefix=" " NumType="2" Suffix="." />
514     <NumberingLevel Prefix=" " NumType="13" Suffix="、" />
515     <NumberingLevel Prefix=" " NumType="15" Suffix="、" />
516     <NumberingLevel Prefix=" " NumType="17" Suffix="、" />
517     <NumberingLevel Prefix=" " NumType="18" Suffix="、" />
518     <NumberingLevel Prefix=" " NumType="19" Suffix="、" />
519   </LC_NumberingLevel>
520   <LC_OutLineNumberingLevel>
521     <OutlineStyle>
522       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix=" " BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
523       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix=" " BulletChar=""  BulletFontName="" ParentNumbering="1" LeftMargin="50" SymbolTextDistance="50" FirstLineOffset="0"/>
524       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix=" " BulletChar=""  BulletFontName="" ParentNumbering="2" LeftMargin="100" SymbolTextDistance="50" FirstLineOffset="0"/>
525       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix=" " BulletChar=""  BulletFontName="" ParentNumbering="3" LeftMargin="150" SymbolTextDistance="50" FirstLineOffset="0"/>
526       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix=" " BulletChar=""  BulletFontName="" ParentNumbering="4" LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0"/>
527     </OutlineStyle>
528     <OutlineStyle>
529       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
530       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="1" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
531       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="2" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
532       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="3" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
533       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="4" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
534     </OutlineStyle>
535     <OutlineStyle>
536       <OutLineNumberingLevel Prefix=" " NumType="2" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0" />
537       <OutLineNumberingLevel Prefix=" " NumType="0" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="50" SymbolTextDistance="50" FirstLineOffset="0" />
538       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="100" SymbolTextDistance="50" FirstLineOffset="0" />
539       <OutLineNumberingLevel Prefix=" " NumType="3" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="150" SymbolTextDistance="50" FirstLineOffset="0" />
540       <OutLineNumberingLevel Prefix=" " NumType="1" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0" />
541     </OutlineStyle>
542     <OutlineStyle>
543       <OutLineNumberingLevel Prefix=" " NumType="18" Suffix="、" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0" />
544       <OutLineNumberingLevel Prefix=" " NumType="19" Suffix="、" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="50" SymbolTextDistance="50" FirstLineOffset="0" />
545       <OutLineNumberingLevel Prefix=" " NumType="15" Suffix="、" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="100" SymbolTextDistance="50" FirstLineOffset="0" />
546       <OutLineNumberingLevel Prefix=" " NumType="17" Suffix="、" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="150" SymbolTextDistance="50" FirstLineOffset="0" />
547       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0" />
548     </OutlineStyle>
549     <OutlineStyle>
550       <OutLineNumberingLevel Prefix="第" NumType="4" Suffix="章" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
551       <OutLineNumberingLevel Prefix="第" NumType="4" Suffix="節" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="50" SymbolTextDistance="50" FirstLineOffset="0"/>
552       <OutLineNumberingLevel Prefix="第" NumType="4" Suffix="項" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="100" SymbolTextDistance="50" FirstLineOffset="0"/>
553       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="150" SymbolTextDistance="50" FirstLineOffset="0"/>
554       <OutLineNumberingLevel Prefix=" " NumType="1" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0"/>
555     </OutlineStyle>
556     <OutlineStyle>
557       <OutLineNumberingLevel Prefix="第" NumType="15" Suffix="章" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
558       <OutLineNumberingLevel Prefix="第" NumType="15" Suffix="節" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="50" SymbolTextDistance="50" FirstLineOffset="0"/>
559       <OutLineNumberingLevel Prefix="第" NumType="15" Suffix="項" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="100" SymbolTextDistance="50" FirstLineOffset="0"/>
560       <OutLineNumberingLevel Prefix=" " NumType="15" Suffix=")" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="150" SymbolTextDistance="50" FirstLineOffset="0"/>
561       <OutLineNumberingLevel Prefix=" " NumType="1" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0"/>
562     </OutlineStyle>
563     <OutlineStyle>
564       <OutLineNumberingLevel Prefix="第" NumType="17" Suffix="章" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
565       <OutLineNumberingLevel Prefix="第" NumType="17" Suffix="節" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="50" SymbolTextDistance="50" FirstLineOffset="0"/>
566       <OutLineNumberingLevel Prefix="第" NumType="17" Suffix="項" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="100" SymbolTextDistance="50" FirstLineOffset="0"/>
567       <OutLineNumberingLevel Prefix=" " NumType="17" Suffix=")" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="150" SymbolTextDistance="50" FirstLineOffset="0"/>
568       <OutLineNumberingLevel Prefix=" " NumType="1" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0"/>
569     </OutlineStyle>
570     <OutlineStyle>
571       <OutLineNumberingLevel Prefix="Chapter " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0" />
572       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="1" LeftMargin="50" SymbolTextDistance="50" FirstLineOffset="0" />
573       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="2" LeftMargin="100" SymbolTextDistance="50" FirstLineOffset="0" />
574       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="3" LeftMargin="150" SymbolTextDistance="50" FirstLineOffset="0" />
575       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="4" LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0" />
576     </OutlineStyle>
577   </LC_OutLineNumberingLevel>
578 </Locale>