1// *************************************************************************** 2// * 3// * Copyright (C) 2009 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java 6// * Source File:<path>/common/main/zh_Hant_HK.xml 7// * 8// *************************************************************************** 9zh_Hant_HK{ 10 Currencies{ 11 AUD{ 12 "AU$", 13 "澳元", 14 } 15 BAD{ 16 "BAD", 17 "波斯尼亞-黑塞哥維那第納爾", 18 } 19 BAM{ 20 "KM", 21 "波斯尼亞-黑塞哥維那可轉換馬克", 22 } 23 CAD{ 24 "CA$", 25 "加元", 26 } 27 HKD{ 28 "$", 29 "港元", 30 } 31 ITL{ 32 "IT₤", 33 "意大利里拉", 34 } 35 NZD{ 36 "NZ$", 37 "紐西蘭元", 38 } 39 RSD{ 40 "din.", 41 "塞爾維亞第納爾", 42 } 43 SGD{ 44 "S$", 45 "新加坡元", 46 } 47 TWD{ 48 "NT$", 49 "新台幣", 50 } 51 USD{ 52 "US$", 53 "美元", 54 } 55 } 56 Languages{ 57 it{"意大利文"} 58 lol{"蒙古語"} 59 } 60 NumberPatterns{ 61 "#,##0.###", 62 "¤#,##0.00;(¤#,##0.00)", 63 "#,##0%", 64 "#E0", 65 } 66 Scripts{ 67 Hang{"韓文字母"} 68 } 69 Types{ 70 collation{ 71 big5han{"繁體中文順序 - Big5"} 72 gb2312han{"簡體中文順序 - GB2312"} 73 } 74 } 75 Variants{ 76 1901{"傳統德國拼字法"} 77 1996{"1996 德國拼字法"} 78 BISKE{"San Giorgio/Bila 方言"} 79 NJIVA{"Gniva/Njiva 方言"} 80 OSOJS{"Oseacco/Osojane 方言"} 81 REVISED{"已修訂拼字法"} 82 SCOTLAND{"蘇格蘭標準英語"} 83 SOLBA{"Stolvizza/Solbica 方言"} 84 } 85 Version{"1.78"} 86 calendar{ 87 chinese{ 88 availableFormats{ 89 MMMMEd{"M月d日E"} 90 yMEd{"y年M月d日,E"} 91 } 92 } 93 gregorian{ 94 DateTimeElements:intvector{ 95 1, 96 4, 97 } 98 DateTimePatterns{ 99 "zzzzah時mm分ss秒", 100 "zah時mm分ss秒", 101 "ahh:mm:ss", 102 "ah:mm", 103 "y年M月d日EEEE", 104 "y年M月d日", 105 "y年M月d日", 106 "yy年M月d日", 107 "{1}{0}", 108 "{1}{0}", 109 "{1}{0}", 110 "{1}{0}", 111 "{1}{0}", 112 } 113 } 114 } 115 measurementSystemNames{ 116 metric{"十進制"} 117 } 118 units{ 119 hour{ 120 other{"{0}時"} 121 } 122 week{ 123 other{"{0}星期"} 124 } 125 } 126} 127