| Index: source/data/unit/zh_Hant.txt
 | 
| diff --git a/source/data/unit/zh_Hant.txt b/source/data/unit/zh_Hant.txt
 | 
| index dbf8c9dbf73e3dca5fcb42f715bf3e4c1b1e2067..9df62cb350665225488ff83665dda31651c16513 100755
 | 
| --- a/source/data/unit/zh_Hant.txt
 | 
| +++ b/source/data/unit/zh_Hant.txt
 | 
| @@ -1,30 +1,172 @@
 | 
|  // ***************************************************************************
 | 
|  // *
 | 
| -// * Copyright (C) 2014 International Business Machines
 | 
| +// * Copyright (C) 2015 International Business Machines
 | 
|  // * Corporation and others. All Rights Reserved.
 | 
|  // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
 | 
|  // * Source File: <path>/common/main/zh_Hant.xml
 | 
|  // *
 | 
|  // ***************************************************************************
 | 
| -/**
 | 
| - * ICU <specials> source: <path>/common/main/zh_Hant.xml
 | 
| - */
 | 
|  zh_Hant{
 | 
|      %%Parent{"root"}
 | 
| -    Version{"2.1.8.95"}
 | 
| +    Version{"2.1.19.89"}
 | 
| +    durationUnits{
 | 
| +        hm{"h:mm"}
 | 
| +        hms{"h:mm:ss"}
 | 
| +        ms{"m:ss"}
 | 
| +    }
 | 
|      units{
 | 
| +        acceleration{
 | 
| +            g-force{
 | 
| +                dnam{"G 力"}
 | 
| +                other{"{0} G 力"}
 | 
| +            }
 | 
| +            meter-per-second-squared{
 | 
| +                dnam{"每平方秒公尺"}
 | 
| +                other{"每平方秒 {0} 公尺"}
 | 
| +            }
 | 
| +        }
 | 
| +        angle{
 | 
| +            arc-minute{
 | 
| +                dnam{"角分"}
 | 
| +                other{"{0} 角分"}
 | 
| +            }
 | 
| +            arc-second{
 | 
| +                dnam{"角秒"}
 | 
| +                other{"{0} 角秒"}
 | 
| +            }
 | 
| +            degree{
 | 
| +                dnam{"角度"}
 | 
| +                other{"{0} 度"}
 | 
| +            }
 | 
| +            radian{
 | 
| +                dnam{"弧度"}
 | 
| +                other{"{0} 弧度"}
 | 
| +            }
 | 
| +            revolution{
 | 
| +                dnam{"圈數"}
 | 
| +                other{"{0} 圈"}
 | 
| +            }
 | 
| +        }
 | 
| +        area{
 | 
| +            acre{
 | 
| +                dnam{"英畝"}
 | 
| +                other{"{0} 英畝"}
 | 
| +            }
 | 
| +            hectare{
 | 
| +                dnam{"公頃"}
 | 
| +                other{"{0} 公頃"}
 | 
| +            }
 | 
| +            square-centimeter{
 | 
| +                dnam{"平方公分"}
 | 
| +                other{"{0} 平方公分"}
 | 
| +                per{"每平方公分 {0}"}
 | 
| +            }
 | 
| +            square-foot{
 | 
| +                dnam{"平方英尺"}
 | 
| +                other{"{0} 平方英尺"}
 | 
| +            }
 | 
| +            square-inch{
 | 
| +                dnam{"平方英寸"}
 | 
| +                other{"{0} 平方英寸"}
 | 
| +                per{"每平方英寸 {0}"}
 | 
| +            }
 | 
| +            square-kilometer{
 | 
| +                dnam{"平方公里"}
 | 
| +                other{"{0} 平方公里"}
 | 
| +            }
 | 
| +            square-meter{
 | 
| +                dnam{"平方公尺"}
 | 
| +                other{"{0} 平方公尺"}
 | 
| +                per{"每平方公尺 {0}"}
 | 
| +            }
 | 
| +            square-mile{
 | 
| +                dnam{"平方英里"}
 | 
| +                other{"{0} 平方英里"}
 | 
| +            }
 | 
| +            square-yard{
 | 
| +                dnam{"平方碼"}
 | 
| +                other{"{0} 平方碼"}
 | 
| +            }
 | 
| +        }
 | 
|          compound{
 | 
| -            per{"{0}/{1}"}
 | 
| +            per{"每{1} {0}"}
 | 
| +        }
 | 
| +        consumption{
 | 
| +            liter-per-100kilometers{
 | 
| +                dnam{"每 100 公里公升"}
 | 
| +                other{"每 100 公里 {0} 公升"}
 | 
| +            }
 | 
| +            liter-per-kilometer{
 | 
| +                dnam{"每公里公升"}
 | 
| +                other{"每公里 {0} 公升"}
 | 
| +            }
 | 
| +            mile-per-gallon{
 | 
| +                dnam{"每加侖英里"}
 | 
| +                other{"每加侖 {0} 英里"}
 | 
| +            }
 | 
| +        }
 | 
| +        coordinate{
 | 
| +            east{"東經{0}"}
 | 
| +            north{"北緯{0}"}
 | 
| +            south{"南緯{0}"}
 | 
| +            west{"西經{0}"}
 | 
| +        }
 | 
| +        digital{
 | 
| +            bit{
 | 
| +                dnam{"bit"}
 | 
| +                other{"{0} bit"}
 | 
| +            }
 | 
| +            byte{
 | 
| +                dnam{"byte"}
 | 
| +                other{"{0} byte"}
 | 
| +            }
 | 
| +            gigabit{
 | 
| +                dnam{"Gb"}
 | 
| +                other{"{0} Gb"}
 | 
| +            }
 | 
| +            gigabyte{
 | 
| +                dnam{"GB"}
 | 
| +                other{"{0} GB"}
 | 
| +            }
 | 
| +            kilobit{
 | 
| +                dnam{"kb"}
 | 
| +                other{"{0} kb"}
 | 
| +            }
 | 
| +            kilobyte{
 | 
| +                dnam{"kB"}
 | 
| +                other{"{0} kB"}
 | 
| +            }
 | 
| +            megabit{
 | 
| +                dnam{"Mb"}
 | 
| +                other{"{0} Mb"}
 | 
| +            }
 | 
| +            megabyte{
 | 
| +                dnam{"MB"}
 | 
| +                other{"{0} MB"}
 | 
| +            }
 | 
| +            terabit{
 | 
| +                dnam{"Tb"}
 | 
| +                other{"{0} Tb"}
 | 
| +            }
 | 
| +            terabyte{
 | 
| +                dnam{"TB"}
 | 
| +                other{"{0} TB"}
 | 
| +            }
 | 
|          }
 | 
|          duration{
 | 
| +            century{
 | 
| +                dnam{"世紀"}
 | 
| +                other{"{0} 個世紀"}
 | 
| +            }
 | 
|              day{
 | 
|                  dnam{"天"}
 | 
|                  other{"{0} 天"}
 | 
| +                per{"每天 {0}"}
 | 
|              }
 | 
|              hour{
 | 
|                  dnam{"小時"}
 | 
|                  other{"{0} 小時"}
 | 
| -                per{"{0}/小時"}
 | 
| +                per{"每小時 {0}"}
 | 
|              }
 | 
|              microsecond{
 | 
|                  dnam{"微秒"}
 | 
| @@ -37,10 +179,12 @@ zh_Hant{
 | 
|              minute{
 | 
|                  dnam{"分鐘"}
 | 
|                  other{"{0} 分鐘"}
 | 
| +                per{"每分鐘 {0}"}
 | 
|              }
 | 
|              month{
 | 
| -                dnam{"個月"}
 | 
| +                dnam{"月"}
 | 
|                  other{"{0} 個月"}
 | 
| +                per{"每月 {0}"}
 | 
|              }
 | 
|              nanosecond{
 | 
|                  dnam{"奈秒"}
 | 
| @@ -49,71 +193,996 @@ zh_Hant{
 | 
|              second{
 | 
|                  dnam{"秒"}
 | 
|                  other{"{0} 秒"}
 | 
| -                per{"{0}/秒"}
 | 
| +                per{"每秒 {0}"}
 | 
|              }
 | 
|              week{
 | 
|                  dnam{"週"}
 | 
|                  other{"{0} 週"}
 | 
| +                per{"每週 {0}"}
 | 
|              }
 | 
|              year{
 | 
|                  dnam{"年"}
 | 
|                  other{"{0} 年"}
 | 
| +                per{"每年 {0}"}
 | 
| +            }
 | 
| +        }
 | 
| +        electric{
 | 
| +            ampere{
 | 
| +                dnam{"安培"}
 | 
| +                other{"{0} 安培"}
 | 
| +            }
 | 
| +            milliampere{
 | 
| +                dnam{"毫安培"}
 | 
| +                other{"{0} 毫安培"}
 | 
| +            }
 | 
| +            ohm{
 | 
| +                dnam{"歐姆"}
 | 
| +                other{"{0} 歐姆"}
 | 
| +            }
 | 
| +            volt{
 | 
| +                dnam{"伏特"}
 | 
| +                other{"{0} 伏特"}
 | 
| +            }
 | 
| +        }
 | 
| +        energy{
 | 
| +            calorie{
 | 
| +                dnam{"卡路里"}
 | 
| +                other{"{0} 卡路里"}
 | 
| +            }
 | 
| +            foodcalorie{
 | 
| +                dnam{"卡路里"}
 | 
| +                other{"{0} 大卡"}
 | 
| +            }
 | 
| +            joule{
 | 
| +                dnam{"焦耳"}
 | 
| +                other{"{0} 焦耳"}
 | 
| +            }
 | 
| +            kilocalorie{
 | 
| +                dnam{"千卡路里"}
 | 
| +                other{"{0} 千卡路里"}
 | 
| +            }
 | 
| +            kilojoule{
 | 
| +                dnam{"千焦耳"}
 | 
| +                other{"{0} 千焦耳"}
 | 
| +            }
 | 
| +            kilowatt-hour{
 | 
| +                dnam{"千瓦小時"}
 | 
| +                other{"{0} 千瓦小時"}
 | 
| +            }
 | 
| +        }
 | 
| +        frequency{
 | 
| +            gigahertz{
 | 
| +                dnam{"吉赫"}
 | 
| +                other{"{0} 吉赫"}
 | 
| +            }
 | 
| +            hertz{
 | 
| +                dnam{"赫茲"}
 | 
| +                other{"{0} 赫茲"}
 | 
| +            }
 | 
| +            kilohertz{
 | 
| +                dnam{"千赫"}
 | 
| +                other{"{0} 千赫"}
 | 
| +            }
 | 
| +            megahertz{
 | 
| +                dnam{"兆赫"}
 | 
| +                other{"{0} 兆赫"}
 | 
| +            }
 | 
| +        }
 | 
| +        length{
 | 
| +            astronomical-unit{
 | 
| +                dnam{"天文單位"}
 | 
| +                other{"{0} 天文單位"}
 | 
| +            }
 | 
| +            centimeter{
 | 
| +                dnam{"公分"}
 | 
| +                other{"{0} 公分"}
 | 
| +                per{"每公分 {0}"}
 | 
| +            }
 | 
| +            decimeter{
 | 
| +                dnam{"公寸"}
 | 
| +                other{"{0} 公寸"}
 | 
| +            }
 | 
| +            fathom{
 | 
| +                dnam{"英尋"}
 | 
| +                other{"{0} 英尋"}
 | 
| +            }
 | 
| +            foot{
 | 
| +                dnam{"英尺"}
 | 
| +                other{"{0} 英尺"}
 | 
| +                per{"每英尺 {0}"}
 | 
| +            }
 | 
| +            furlong{
 | 
| +                dnam{"化朗"}
 | 
| +                other{"{0} 化朗"}
 | 
| +            }
 | 
| +            inch{
 | 
| +                dnam{"英寸"}
 | 
| +                other{"{0} 英寸"}
 | 
| +                per{"每英寸 {0}"}
 | 
| +            }
 | 
| +            kilometer{
 | 
| +                dnam{"公里"}
 | 
| +                other{"{0} 公里"}
 | 
| +                per{"每公里 {0}"}
 | 
| +            }
 | 
| +            light-year{
 | 
| +                dnam{"光年"}
 | 
| +                other{"{0} 光年"}
 | 
| +            }
 | 
| +            meter{
 | 
| +                dnam{"公尺"}
 | 
| +                other{"{0} 公尺"}
 | 
| +                per{"每公尺 {0}"}
 | 
| +            }
 | 
| +            micrometer{
 | 
| +                dnam{"微米"}
 | 
| +                other{"{0} 微米"}
 | 
| +            }
 | 
| +            mile{
 | 
| +                dnam{"英里"}
 | 
| +                other{"{0} 英里"}
 | 
| +            }
 | 
| +            mile-scandinavian{
 | 
| +                dnam{"斯堪地那維亞英里"}
 | 
| +                other{"{0} 斯堪地那維亞英里"}
 | 
| +            }
 | 
| +            millimeter{
 | 
| +                dnam{"公釐"}
 | 
| +                other{"{0} 公釐"}
 | 
| +            }
 | 
| +            nanometer{
 | 
| +                dnam{"奈米"}
 | 
| +                other{"{0} 奈米"}
 | 
| +            }
 | 
| +            nautical-mile{
 | 
| +                dnam{"海里"}
 | 
| +                other{"{0} 海里"}
 | 
| +            }
 | 
| +            parsec{
 | 
| +                dnam{"秒差距"}
 | 
| +                other{"{0} 秒差距"}
 | 
| +            }
 | 
| +            picometer{
 | 
| +                dnam{"皮米"}
 | 
| +                other{"{0} 皮米"}
 | 
| +            }
 | 
| +            yard{
 | 
| +                dnam{"碼"}
 | 
| +                other{"{0} 碼"}
 | 
| +            }
 | 
| +        }
 | 
| +        light{
 | 
| +            lux{
 | 
| +                dnam{"勒克斯"}
 | 
| +                other{"{0} 勒克斯"}
 | 
| +            }
 | 
| +        }
 | 
| +        mass{
 | 
| +            carat{
 | 
| +                dnam{"克拉"}
 | 
| +                other{"{0} 克拉"}
 | 
| +            }
 | 
| +            gram{
 | 
| +                dnam{"克"}
 | 
| +                other{"{0} 克"}
 | 
| +                per{"每克 {0}"}
 | 
| +            }
 | 
| +            kilogram{
 | 
| +                dnam{"公斤"}
 | 
| +                other{"{0} 公斤"}
 | 
| +                per{"每公斤 {0}"}
 | 
| +            }
 | 
| +            metric-ton{
 | 
| +                dnam{"公噸"}
 | 
| +                other{"{0} 公噸"}
 | 
| +            }
 | 
| +            microgram{
 | 
| +                dnam{"微克"}
 | 
| +                other{"{0} 微克"}
 | 
| +            }
 | 
| +            milligram{
 | 
| +                dnam{"毫克"}
 | 
| +                other{"{0} 毫克"}
 | 
| +            }
 | 
| +            ounce{
 | 
| +                dnam{"盎司"}
 | 
| +                other{"{0} 盎司"}
 | 
| +                per{"每盎司 {0}"}
 | 
| +            }
 | 
| +            ounce-troy{
 | 
| +                dnam{"金衡盎司"}
 | 
| +                other{"{0} 金衡盎司"}
 | 
| +            }
 | 
| +            pound{
 | 
| +                dnam{"磅"}
 | 
| +                other{"{0} 磅"}
 | 
| +                per{"每磅 {0}"}
 | 
| +            }
 | 
| +            stone{
 | 
| +                dnam{"英石"}
 | 
| +                other{"{0} 英石"}
 | 
| +            }
 | 
| +            ton{
 | 
| +                dnam{"英噸"}
 | 
| +                other{"{0} 英噸"}
 | 
| +            }
 | 
| +        }
 | 
| +        power{
 | 
| +            gigawatt{
 | 
| +                dnam{"吉瓦"}
 | 
| +                other{"{0} 吉瓦"}
 | 
| +            }
 | 
| +            horsepower{
 | 
| +                dnam{"馬力"}
 | 
| +                other{"{0} 匹馬力"}
 | 
| +            }
 | 
| +            kilowatt{
 | 
| +                dnam{"千瓦特"}
 | 
| +                other{"{0} 千瓦特"}
 | 
| +            }
 | 
| +            megawatt{
 | 
| +                dnam{"百萬瓦特"}
 | 
| +                other{"{0} 百萬瓦特"}
 | 
| +            }
 | 
| +            milliwatt{
 | 
| +                dnam{"毫瓦特"}
 | 
| +                other{"{0} 毫瓦特"}
 | 
| +            }
 | 
| +            watt{
 | 
| +                dnam{"瓦特"}
 | 
| +                other{"{0} 瓦特"}
 | 
| +            }
 | 
| +        }
 | 
| +        pressure{
 | 
| +            hectopascal{
 | 
| +                dnam{"百帕"}
 | 
| +                other{"{0} 百帕"}
 | 
| +            }
 | 
| +            inch-hg{
 | 
| +                dnam{"英寸汞柱"}
 | 
| +                other{"{0} 英寸汞柱"}
 | 
| +            }
 | 
| +            millibar{
 | 
| +                dnam{"毫巴"}
 | 
| +                other{"{0} 毫巴"}
 | 
| +            }
 | 
| +            millimeter-of-mercury{
 | 
| +                dnam{"毫米汞柱"}
 | 
| +                other{"{0} 毫米汞柱"}
 | 
| +            }
 | 
| +            pound-per-square-inch{
 | 
| +                dnam{"每平方英寸磅力"}
 | 
| +                other{"每平方英寸 {0} 磅力"}
 | 
| +            }
 | 
| +        }
 | 
| +        proportion{
 | 
| +            karat{
 | 
| +                dnam{"克拉"}
 | 
| +                other{"{0} 克拉"}
 | 
| +            }
 | 
| +        }
 | 
| +        speed{
 | 
| +            kilometer-per-hour{
 | 
| +                dnam{"每小時公里"}
 | 
| +                other{"每小時 {0} 公里"}
 | 
| +            }
 | 
| +            knot{
 | 
| +                dnam{"節"}
 | 
| +                other{"{0} 節"}
 | 
| +            }
 | 
| +            meter-per-second{
 | 
| +                dnam{"每秒公尺"}
 | 
| +                other{"每秒 {0} 公尺"}
 | 
| +            }
 | 
| +            mile-per-hour{
 | 
| +                dnam{"每小時英里"}
 | 
| +                other{"每小時 {0} 英里"}
 | 
| +            }
 | 
| +        }
 | 
| +        temperature{
 | 
| +            celsius{
 | 
| +                dnam{"攝氏度數"}
 | 
| +                other{"攝氏 {0} 度"}
 | 
| +            }
 | 
| +            fahrenheit{
 | 
| +                dnam{"華氏度數"}
 | 
| +                other{"華氏 {0} 度"}
 | 
| +            }
 | 
| +            generic{
 | 
| +                dnam{"°"}
 | 
| +                other{"{0}°"}
 | 
| +            }
 | 
| +            kelvin{
 | 
| +                dnam{"克耳文"}
 | 
| +                other{"{0} 克耳文"}
 | 
| +            }
 | 
| +        }
 | 
| +        volume{
 | 
| +            acre-foot{
 | 
| +                dnam{"英畝英尺"}
 | 
| +                other{"{0} 英畝英尺"}
 | 
| +            }
 | 
| +            bushel{
 | 
| +                dnam{"蒲式耳"}
 | 
| +                other{"{0} 蒲式耳"}
 | 
| +            }
 | 
| +            centiliter{
 | 
| +                dnam{"釐升"}
 | 
| +                other{"{0} 釐升"}
 | 
| +            }
 | 
| +            cubic-centimeter{
 | 
| +                dnam{"立方公分"}
 | 
| +                other{"{0} 立方公分"}
 | 
| +                per{"每立方公分 {0}"}
 | 
| +            }
 | 
| +            cubic-foot{
 | 
| +                dnam{"立方英尺"}
 | 
| +                other{"{0} 立方英尺"}
 | 
| +            }
 | 
| +            cubic-inch{
 | 
| +                dnam{"立方英寸"}
 | 
| +                other{"{0} 立方英寸"}
 | 
| +            }
 | 
| +            cubic-kilometer{
 | 
| +                dnam{"立方公里"}
 | 
| +                other{"{0} 立方公里"}
 | 
| +            }
 | 
| +            cubic-meter{
 | 
| +                dnam{"立方公尺"}
 | 
| +                other{"{0} 立方公尺"}
 | 
| +                per{"每立方公尺 {0}"}
 | 
| +            }
 | 
| +            cubic-mile{
 | 
| +                dnam{"立方英里"}
 | 
| +                other{"{0} 立方英里"}
 | 
| +            }
 | 
| +            cubic-yard{
 | 
| +                dnam{"立方碼"}
 | 
| +                other{"{0} 立方碼"}
 | 
| +            }
 | 
| +            cup{
 | 
| +                dnam{"量杯"}
 | 
| +                other{"{0} 杯"}
 | 
| +            }
 | 
| +            cup-metric{
 | 
| +                dnam{"公制量杯"}
 | 
| +            }
 | 
| +            deciliter{
 | 
| +                dnam{"公合"}
 | 
| +                other{"{0} 公合"}
 | 
| +            }
 | 
| +            fluid-ounce{
 | 
| +                dnam{"液盎司"}
 | 
| +                other{"{0} 液盎司"}
 | 
| +            }
 | 
| +            gallon{
 | 
| +                dnam{"加侖"}
 | 
| +                other{"{0} 加侖"}
 | 
| +                per{"每加侖 {0}"}
 | 
| +            }
 | 
| +            hectoliter{
 | 
| +                dnam{"公石"}
 | 
| +                other{"{0} 公石"}
 | 
| +            }
 | 
| +            liter{
 | 
| +                dnam{"公升"}
 | 
| +                other{"{0} 公升"}
 | 
| +                per{"每公升 {0}"}
 | 
| +            }
 | 
| +            megaliter{
 | 
| +                dnam{"兆升"}
 | 
| +                other{"{0} 兆升"}
 | 
| +            }
 | 
| +            milliliter{
 | 
| +                dnam{"毫升"}
 | 
| +                other{"{0} 毫升"}
 | 
| +            }
 | 
| +            pint{
 | 
| +                dnam{"品脫"}
 | 
| +                other{"{0} 品脫"}
 | 
| +            }
 | 
| +            pint-metric{
 | 
| +                dnam{"公制品脫"}
 | 
| +                other{"{0} 公制品脫"}
 | 
| +            }
 | 
| +            quart{
 | 
| +                dnam{"夸脫"}
 | 
| +                other{"{0} 夸脫"}
 | 
| +            }
 | 
| +            tablespoon{
 | 
| +                dnam{"湯匙"}
 | 
| +                other{"{0} 湯匙"}
 | 
| +            }
 | 
| +            teaspoon{
 | 
| +                dnam{"茶匙"}
 | 
| +                other{"{0} 茶匙"}
 | 
|              }
 | 
|          }
 | 
|      }
 | 
|      unitsNarrow{
 | 
| +        acceleration{
 | 
| +            g-force{
 | 
| +                other{"{0}G"}
 | 
| +            }
 | 
| +            meter-per-second-squared{
 | 
| +                other{"{0}m/s²"}
 | 
| +            }
 | 
| +        }
 | 
| +        angle{
 | 
| +            arc-minute{
 | 
| +                other{"{0}角分"}
 | 
| +            }
 | 
| +            arc-second{
 | 
| +                other{"{0}角秒"}
 | 
| +            }
 | 
| +            degree{
 | 
| +                other{"{0}度"}
 | 
| +            }
 | 
| +            radian{
 | 
| +                other{"{0}弧度"}
 | 
| +            }
 | 
| +        }
 | 
| +        area{
 | 
| +            acre{
 | 
| +                other{"{0}英畝"}
 | 
| +            }
 | 
| +            hectare{
 | 
| +                other{"{0}公頃"}
 | 
| +            }
 | 
| +            square-centimeter{
 | 
| +                other{"{0}cm²"}
 | 
| +            }
 | 
| +            square-foot{
 | 
| +                other{"{0}平方英尺"}
 | 
| +            }
 | 
| +            square-inch{
 | 
| +                other{"{0}in²"}
 | 
| +            }
 | 
| +            square-kilometer{
 | 
| +                other{"{0}km²"}
 | 
| +            }
 | 
| +            square-meter{
 | 
| +                other{"{0}m²"}
 | 
| +            }
 | 
| +            square-mile{
 | 
| +                other{"{0}平方英里"}
 | 
| +            }
 | 
| +            square-yard{
 | 
| +                other{"{0}yd²"}
 | 
| +            }
 | 
| +        }
 | 
|          compound{
 | 
|              per{"{0}/{1}"}
 | 
|          }
 | 
| +        consumption{
 | 
| +            liter-per-100kilometers{
 | 
| +                dnam{"升/100公里"}
 | 
| +                other{"{0}升/100公里"}
 | 
| +            }
 | 
| +            liter-per-kilometer{
 | 
| +                other{"{0}L/km"}
 | 
| +            }
 | 
| +            mile-per-gallon{
 | 
| +                other{"{0}mpg"}
 | 
| +            }
 | 
| +        }
 | 
| +        coordinate{
 | 
| +            east{"東經{0}"}
 | 
| +            north{"北緯{0}"}
 | 
| +            south{"南緯{0}"}
 | 
| +            west{"西經{0}"}
 | 
| +        }
 | 
| +        digital{
 | 
| +            bit{
 | 
| +                other{"{0}bit"}
 | 
| +            }
 | 
| +            byte{
 | 
| +                other{"{0}byte"}
 | 
| +            }
 | 
| +            gigabit{
 | 
| +                other{"{0}Gb"}
 | 
| +            }
 | 
| +            gigabyte{
 | 
| +                other{"{0}GB"}
 | 
| +            }
 | 
| +            kilobit{
 | 
| +                other{"{0}kb"}
 | 
| +            }
 | 
| +            kilobyte{
 | 
| +                other{"{0}kB"}
 | 
| +            }
 | 
| +            megabit{
 | 
| +                other{"{0}Mb"}
 | 
| +            }
 | 
| +            megabyte{
 | 
| +                other{"{0}MB"}
 | 
| +            }
 | 
| +            terabit{
 | 
| +                other{"{0}Tb"}
 | 
| +            }
 | 
| +            terabyte{
 | 
| +                other{"{0}TB"}
 | 
| +            }
 | 
| +        }
 | 
|          duration{
 | 
|              day{
 | 
|                  dnam{"天"}
 | 
| -                other{"{0} 天"}
 | 
| +                other{"{0}天"}
 | 
|              }
 | 
|              hour{
 | 
|                  dnam{"小時"}
 | 
| -                other{"{0} 小時"}
 | 
| +                other{"{0}時"}
 | 
|              }
 | 
|              microsecond{
 | 
| -                other{"{0} μs"}
 | 
| +                other{"{0}μs"}
 | 
|              }
 | 
|              millisecond{
 | 
|                  dnam{"毫秒"}
 | 
| -                other{"{0} 毫秒"}
 | 
| +                other{"{0}毫秒"}
 | 
|              }
 | 
|              minute{
 | 
|                  dnam{"分鐘"}
 | 
| -                other{"{0} 分鐘"}
 | 
| +                other{"{0}分"}
 | 
|              }
 | 
|              month{
 | 
| -                dnam{"個月"}
 | 
| -                other{"{0} 個月"}
 | 
| +                dnam{"月"}
 | 
| +                other{"{0}月"}
 | 
|              }
 | 
|              nanosecond{
 | 
| -                other{"{0} ns"}
 | 
| +                other{"{0}ns"}
 | 
|              }
 | 
|              second{
 | 
|                  dnam{"秒"}
 | 
| -                other{"{0} 秒"}
 | 
| +                other{"{0}秒"}
 | 
|              }
 | 
|              week{
 | 
|                  dnam{"週"}
 | 
| -                other{"{0} 週"}
 | 
| +                other{"{0}週"}
 | 
|              }
 | 
|              year{
 | 
|                  dnam{"年"}
 | 
| -                other{"{0} 年"}
 | 
| +                other{"{0}年"}
 | 
| +            }
 | 
| +        }
 | 
| +        electric{
 | 
| +            ampere{
 | 
| +                other{"{0}A"}
 | 
| +            }
 | 
| +            milliampere{
 | 
| +                other{"{0}mA"}
 | 
| +            }
 | 
| +            ohm{
 | 
| +                other{"{0}Ω"}
 | 
| +            }
 | 
| +            volt{
 | 
| +                other{"{0}V"}
 | 
| +            }
 | 
| +        }
 | 
| +        energy{
 | 
| +            calorie{
 | 
| +                other{"{0}卡"}
 | 
| +            }
 | 
| +            foodcalorie{
 | 
| +                other{"{0}大卡"}
 | 
| +            }
 | 
| +            joule{
 | 
| +                other{"{0}焦"}
 | 
| +            }
 | 
| +            kilocalorie{
 | 
| +                other{"{0}千卡"}
 | 
| +            }
 | 
| +            kilojoule{
 | 
| +                other{"{0}千焦耳"}
 | 
| +            }
 | 
| +            kilowatt-hour{
 | 
| +                other{"{0}kWh"}
 | 
| +            }
 | 
| +        }
 | 
| +        frequency{
 | 
| +            gigahertz{
 | 
| +                other{"{0}GHz"}
 | 
| +            }
 | 
| +            hertz{
 | 
| +                other{"{0}Hz"}
 | 
| +            }
 | 
| +            kilohertz{
 | 
| +                other{"{0}kHz"}
 | 
| +            }
 | 
| +            megahertz{
 | 
| +                other{"{0}MHz"}
 | 
| +            }
 | 
| +        }
 | 
| +        length{
 | 
| +            astronomical-unit{
 | 
| +                other{"{0}au"}
 | 
| +            }
 | 
| +            centimeter{
 | 
| +                dnam{"公分"}
 | 
| +                other{"{0}公分"}
 | 
| +            }
 | 
| +            decimeter{
 | 
| +                other{"{0}dm"}
 | 
| +            }
 | 
| +            fathom{
 | 
| +                dnam{"英尋"}
 | 
| +                other{"{0}fm"}
 | 
| +            }
 | 
| +            foot{
 | 
| +                other{"{0}呎"}
 | 
| +            }
 | 
| +            furlong{
 | 
| +                dnam{"化朗"}
 | 
| +                other{"{0}化朗"}
 | 
| +            }
 | 
| +            inch{
 | 
| +                other{"{0}吋"}
 | 
| +            }
 | 
| +            kilometer{
 | 
| +                dnam{"公里"}
 | 
| +                other{"{0}公里"}
 | 
| +            }
 | 
| +            light-year{
 | 
| +                other{"{0}光年"}
 | 
| +            }
 | 
| +            meter{
 | 
| +                dnam{"公尺"}
 | 
| +                other{"{0}公尺"}
 | 
| +            }
 | 
| +            micrometer{
 | 
| +                other{"{0}µm"}
 | 
| +            }
 | 
| +            mile{
 | 
| +                other{"{0}英里"}
 | 
| +            }
 | 
| +            millimeter{
 | 
| +                dnam{"公釐"}
 | 
| +                other{"{0}公釐"}
 | 
| +            }
 | 
| +            nanometer{
 | 
| +                other{"{0}nm"}
 | 
| +            }
 | 
| +            nautical-mile{
 | 
| +                other{"{0}nmi"}
 | 
| +            }
 | 
| +            parsec{
 | 
| +                other{"{0}pc"}
 | 
| +            }
 | 
| +            picometer{
 | 
| +                other{"{0}皮米"}
 | 
| +            }
 | 
| +            yard{
 | 
| +                other{"{0}碼"}
 | 
| +            }
 | 
| +        }
 | 
| +        light{
 | 
| +            lux{
 | 
| +                other{"{0}lx"}
 | 
| +            }
 | 
| +        }
 | 
| +        mass{
 | 
| +            carat{
 | 
| +                other{"{0}CD"}
 | 
| +            }
 | 
| +            gram{
 | 
| +                dnam{"克"}
 | 
| +                other{"{0}克"}
 | 
| +            }
 | 
| +            kilogram{
 | 
| +                dnam{"公斤"}
 | 
| +                other{"{0}公斤"}
 | 
| +            }
 | 
| +            metric-ton{
 | 
| +                other{"{0}t"}
 | 
| +            }
 | 
| +            microgram{
 | 
| +                other{"{0}µg"}
 | 
| +            }
 | 
| +            milligram{
 | 
| +                other{"{0}mg"}
 | 
| +            }
 | 
| +            ounce{
 | 
| +                other{"{0}盎司"}
 | 
| +            }
 | 
| +            ounce-troy{
 | 
| +                other{"{0}oz-t"}
 | 
| +            }
 | 
| +            pound{
 | 
| +                other{"{0}磅"}
 | 
| +            }
 | 
| +            stone{
 | 
| +                dnam{"英石"}
 | 
| +                other{"{0}st"}
 | 
| +            }
 | 
| +            ton{
 | 
| +                other{"{0}tn"}
 | 
| +            }
 | 
| +        }
 | 
| +        power{
 | 
| +            gigawatt{
 | 
| +                other{"{0}GW"}
 | 
| +            }
 | 
| +            horsepower{
 | 
| +                other{"{0}匹"}
 | 
| +            }
 | 
| +            kilowatt{
 | 
| +                other{"{0}千瓦"}
 | 
| +            }
 | 
| +            megawatt{
 | 
| +                other{"{0}MW"}
 | 
| +            }
 | 
| +            milliwatt{
 | 
| +                other{"{0}mW"}
 | 
| +            }
 | 
| +            watt{
 | 
| +                other{"{0}瓦特"}
 | 
| +            }
 | 
| +        }
 | 
| +        pressure{
 | 
| +            hectopascal{
 | 
| +                other{"{0}百帕"}
 | 
| +            }
 | 
| +            inch-hg{
 | 
| +                other{"{0}英吋汞柱"}
 | 
| +            }
 | 
| +            millibar{
 | 
| +                other{"{0}毫巴"}
 | 
| +            }
 | 
| +            millimeter-of-mercury{
 | 
| +                other{"{0}mmHg"}
 | 
| +            }
 | 
| +            pound-per-square-inch{
 | 
| +                other{"{0}psi"}
 | 
| +            }
 | 
| +        }
 | 
| +        proportion{
 | 
| +            karat{
 | 
| +                other{"{0}kt"}
 | 
| +            }
 | 
| +        }
 | 
| +        speed{
 | 
| +            kilometer-per-hour{
 | 
| +                dnam{"公里/小時"}
 | 
| +                other{"{0}公里/小時"}
 | 
| +            }
 | 
| +            meter-per-second{
 | 
| +                other{"{0}公尺/秒"}
 | 
| +            }
 | 
| +            mile-per-hour{
 | 
| +                other{"{0}英里/小時"}
 | 
| +            }
 | 
| +        }
 | 
| +        temperature{
 | 
| +            celsius{
 | 
| +                dnam{"°C"}
 | 
| +                other{"{0}°C"}
 | 
| +            }
 | 
| +            fahrenheit{
 | 
| +                other{"{0}°F"}
 | 
| +            }
 | 
| +            kelvin{
 | 
| +                dnam{"K"}
 | 
| +                other{"{0}°K"}
 | 
| +            }
 | 
| +        }
 | 
| +        volume{
 | 
| +            acre-foot{
 | 
| +                other{"{0}ac-ft"}
 | 
| +            }
 | 
| +            bushel{
 | 
| +                dnam{"蒲式耳"}
 | 
| +                other{"{0}bu"}
 | 
| +            }
 | 
| +            centiliter{
 | 
| +                other{"{0}cL"}
 | 
| +            }
 | 
| +            cubic-centimeter{
 | 
| +                other{"{0}cm³"}
 | 
| +            }
 | 
| +            cubic-foot{
 | 
| +                other{"{0}ft³"}
 | 
| +            }
 | 
| +            cubic-inch{
 | 
| +                other{"{0}in³"}
 | 
| +            }
 | 
| +            cubic-kilometer{
 | 
| +                other{"{0}km³"}
 | 
| +            }
 | 
| +            cubic-meter{
 | 
| +                other{"{0}m³"}
 | 
| +            }
 | 
| +            cubic-mile{
 | 
| +                other{"{0}立方英里"}
 | 
| +            }
 | 
| +            cubic-yard{
 | 
| +                other{"{0}yd³"}
 | 
| +            }
 | 
| +            cup{
 | 
| +                other{"{0}c"}
 | 
| +            }
 | 
| +            deciliter{
 | 
| +                other{"{0}dL"}
 | 
| +            }
 | 
| +            fluid-ounce{
 | 
| +                other{"{0}fl-oz"}
 | 
| +            }
 | 
| +            gallon{
 | 
| +                other{"{0}gal"}
 | 
| +            }
 | 
| +            hectoliter{
 | 
| +                other{"{0}hL"}
 | 
| +            }
 | 
| +            liter{
 | 
| +                dnam{"公升"}
 | 
| +                other{"{0}升"}
 | 
| +            }
 | 
| +            megaliter{
 | 
| +                other{"{0}ML"}
 | 
| +            }
 | 
| +            milliliter{
 | 
| +                other{"{0}mL"}
 | 
| +            }
 | 
| +            pint{
 | 
| +                other{"{0}pt"}
 | 
| +            }
 | 
| +            quart{
 | 
| +                other{"{0}qt"}
 | 
| +            }
 | 
| +            tablespoon{
 | 
| +                other{"{0}匙"}
 | 
| +            }
 | 
| +            teaspoon{
 | 
| +                other{"{0}tsp"}
 | 
|              }
 | 
|          }
 | 
|      }
 | 
|      unitsShort{
 | 
| +        acceleration{
 | 
| +            g-force{
 | 
| +                dnam{"G 力"}
 | 
| +                other{"{0} G 力"}
 | 
| +            }
 | 
| +            meter-per-second-squared{
 | 
| +                dnam{"公尺/平方秒"}
 | 
| +                other{"{0} 公尺/平方秒"}
 | 
| +            }
 | 
| +        }
 | 
| +        angle{
 | 
| +            arc-minute{
 | 
| +                dnam{"角分"}
 | 
| +                other{"{0} 角分"}
 | 
| +            }
 | 
| +            arc-second{
 | 
| +                dnam{"角秒"}
 | 
| +                other{"{0} 角秒"}
 | 
| +            }
 | 
| +            degree{
 | 
| +                dnam{"角度"}
 | 
| +                other{"{0} 度"}
 | 
| +            }
 | 
| +            radian{
 | 
| +                dnam{"弧度"}
 | 
| +                other{"{0} 弧度"}
 | 
| +            }
 | 
| +            revolution{
 | 
| +                dnam{"圈數"}
 | 
| +                other{"{0} 圈"}
 | 
| +            }
 | 
| +        }
 | 
| +        area{
 | 
| +            acre{
 | 
| +                dnam{"英畝"}
 | 
| +                other{"{0} 英畝"}
 | 
| +            }
 | 
| +            hectare{
 | 
| +                dnam{"公頃"}
 | 
| +                other{"{0} 公頃"}
 | 
| +            }
 | 
| +            square-centimeter{
 | 
| +                dnam{"平方公分"}
 | 
| +                other{"{0} 平方公分"}
 | 
| +                per{"{0}/平分公分"}
 | 
| +            }
 | 
| +            square-foot{
 | 
| +                dnam{"平方英尺"}
 | 
| +                other{"{0} 平方英尺"}
 | 
| +            }
 | 
| +            square-inch{
 | 
| +                dnam{"平方英寸"}
 | 
| +                other{"{0} 平方英寸"}
 | 
| +                per{"{0}/平方英寸"}
 | 
| +            }
 | 
| +            square-kilometer{
 | 
| +                dnam{"平方公里"}
 | 
| +                other{"{0} 平方公里"}
 | 
| +            }
 | 
| +            square-meter{
 | 
| +                dnam{"平方公尺"}
 | 
| +                other{"{0} 平方公尺"}
 | 
| +                per{"{0}/平方公尺"}
 | 
| +            }
 | 
| +            square-mile{
 | 
| +                dnam{"平方英里"}
 | 
| +                other{"{0} 平方英里"}
 | 
| +            }
 | 
| +            square-yard{
 | 
| +                dnam{"平方碼"}
 | 
| +                other{"{0} 平方碼"}
 | 
| +            }
 | 
| +        }
 | 
|          compound{
 | 
|              per{"{0}/{1}"}
 | 
|          }
 | 
| +        consumption{
 | 
| +            liter-per-100kilometers{
 | 
| +                dnam{"升/100 公里"}
 | 
| +                other{"{0} 升/100 公里"}
 | 
| +            }
 | 
| +            liter-per-kilometer{
 | 
| +                dnam{"公升/公里"}
 | 
| +                other{"{0} 升/公里"}
 | 
| +            }
 | 
| +            mile-per-gallon{
 | 
| +                dnam{"英里/加侖"}
 | 
| +                other{"{0} 英里/加侖"}
 | 
| +            }
 | 
| +        }
 | 
| +        coordinate{
 | 
| +            east{"東經{0}"}
 | 
| +            north{"北緯{0}"}
 | 
| +            south{"南緯{0}"}
 | 
| +            west{"西經{0}"}
 | 
| +        }
 | 
| +        digital{
 | 
| +            bit{
 | 
| +                dnam{"bit"}
 | 
| +                other{"{0} bit"}
 | 
| +            }
 | 
| +            byte{
 | 
| +                dnam{"byte"}
 | 
| +                other{"{0} byte"}
 | 
| +            }
 | 
| +            gigabit{
 | 
| +                dnam{"Gb"}
 | 
| +                other{"{0} Gb"}
 | 
| +            }
 | 
| +            gigabyte{
 | 
| +                dnam{"GB"}
 | 
| +                other{"{0} GB"}
 | 
| +            }
 | 
| +            kilobit{
 | 
| +                dnam{"kb"}
 | 
| +                other{"{0} kb"}
 | 
| +            }
 | 
| +            kilobyte{
 | 
| +                dnam{"kB"}
 | 
| +                other{"{0} kB"}
 | 
| +            }
 | 
| +            megabit{
 | 
| +                dnam{"Mb"}
 | 
| +                other{"{0} Mb"}
 | 
| +            }
 | 
| +            megabyte{
 | 
| +                dnam{"MB"}
 | 
| +                other{"{0} MB"}
 | 
| +            }
 | 
| +            terabit{
 | 
| +                dnam{"Tb"}
 | 
| +                other{"{0} Tb"}
 | 
| +            }
 | 
| +            terabyte{
 | 
| +                dnam{"TB"}
 | 
| +                other{"{0} TB"}
 | 
| +            }
 | 
| +        }
 | 
|          duration{
 | 
| +            century{
 | 
| +                dnam{"世紀"}
 | 
| +                other{"{0} 世紀"}
 | 
| +            }
 | 
|              day{
 | 
|                  dnam{"天"}
 | 
|                  other{"{0} 天"}
 | 
| +                per{"{0}/天"}
 | 
|              }
 | 
|              hour{
 | 
|                  dnam{"小時"}
 | 
| @@ -131,10 +1200,12 @@ zh_Hant{
 | 
|              minute{
 | 
|                  dnam{"分鐘"}
 | 
|                  other{"{0} 分鐘"}
 | 
| +                per{"{0}/分鐘"}
 | 
|              }
 | 
|              month{
 | 
| -                dnam{"個月"}
 | 
| +                dnam{"月"}
 | 
|                  other{"{0} 個月"}
 | 
| +                per{"{0}/月"}
 | 
|              }
 | 
|              nanosecond{
 | 
|                  dnam{"奈秒"}
 | 
| @@ -148,10 +1219,405 @@ zh_Hant{
 | 
|              week{
 | 
|                  dnam{"週"}
 | 
|                  other{"{0} 週"}
 | 
| +                per{"{0}/週"}
 | 
|              }
 | 
|              year{
 | 
|                  dnam{"年"}
 | 
|                  other{"{0} 年"}
 | 
| +                per{"{0}/年"}
 | 
| +            }
 | 
| +        }
 | 
| +        electric{
 | 
| +            ampere{
 | 
| +                dnam{"安培"}
 | 
| +                other{"{0} 安培"}
 | 
| +            }
 | 
| +            milliampere{
 | 
| +                dnam{"毫安培"}
 | 
| +                other{"{0} 毫安培"}
 | 
| +            }
 | 
| +            ohm{
 | 
| +                dnam{"歐姆"}
 | 
| +                other{"{0} 歐姆"}
 | 
| +            }
 | 
| +            volt{
 | 
| +                dnam{"伏特"}
 | 
| +                other{"{0} 伏"}
 | 
| +            }
 | 
| +        }
 | 
| +        energy{
 | 
| +            calorie{
 | 
| +                dnam{"卡路里"}
 | 
| +                other{"{0} 卡"}
 | 
| +            }
 | 
| +            foodcalorie{
 | 
| +                dnam{"大卡"}
 | 
| +                other{"{0} 大卡"}
 | 
| +            }
 | 
| +            joule{
 | 
| +                dnam{"焦耳"}
 | 
| +                other{"{0} 焦"}
 | 
| +            }
 | 
| +            kilocalorie{
 | 
| +                dnam{"千卡"}
 | 
| +                other{"{0} 千卡"}
 | 
| +            }
 | 
| +            kilojoule{
 | 
| +                dnam{"千焦耳"}
 | 
| +                other{"{0} 千焦"}
 | 
| +            }
 | 
| +            kilowatt-hour{
 | 
| +                dnam{"千瓦小時"}
 | 
| +                other{"{0} 千瓦小時"}
 | 
| +            }
 | 
| +        }
 | 
| +        frequency{
 | 
| +            gigahertz{
 | 
| +                dnam{"吉赫"}
 | 
| +                other{"{0} 吉赫"}
 | 
| +            }
 | 
| +            hertz{
 | 
| +                dnam{"赫茲"}
 | 
| +                other{"{0} 赫茲"}
 | 
| +            }
 | 
| +            kilohertz{
 | 
| +                dnam{"千赫"}
 | 
| +                other{"{0} 千赫"}
 | 
| +            }
 | 
| +            megahertz{
 | 
| +                dnam{"兆赫"}
 | 
| +                other{"{0} 兆赫"}
 | 
| +            }
 | 
| +        }
 | 
| +        length{
 | 
| +            astronomical-unit{
 | 
| +                dnam{"天文單位"}
 | 
| +                other{"{0} 天文單位"}
 | 
| +            }
 | 
| +            centimeter{
 | 
| +                dnam{"公分"}
 | 
| +                other{"{0} 公分"}
 | 
| +                per{"{0}/公分"}
 | 
| +            }
 | 
| +            decimeter{
 | 
| +                dnam{"公寸"}
 | 
| +                other{"{0} 公寸"}
 | 
| +            }
 | 
| +            fathom{
 | 
| +                dnam{"fm"}
 | 
| +                other{"{0} 英尋"}
 | 
| +            }
 | 
| +            foot{
 | 
| +                dnam{"英尺"}
 | 
| +                other{"{0} 呎"}
 | 
| +                per{"{0}/呎"}
 | 
| +            }
 | 
| +            furlong{
 | 
| +                dnam{"化朗"}
 | 
| +                other{"{0} 化朗"}
 | 
| +            }
 | 
| +            inch{
 | 
| +                dnam{"英寸"}
 | 
| +                other{"{0} 吋"}
 | 
| +                per{"{0}/吋"}
 | 
| +            }
 | 
| +            kilometer{
 | 
| +                dnam{"公里"}
 | 
| +                other{"{0} 公里"}
 | 
| +                per{"{0}/公里"}
 | 
| +            }
 | 
| +            light-year{
 | 
| +                dnam{"光年"}
 | 
| +                other{"{0} 光年"}
 | 
| +            }
 | 
| +            meter{
 | 
| +                dnam{"公尺"}
 | 
| +                other{"{0} 公尺"}
 | 
| +                per{"{0}/公尺"}
 | 
| +            }
 | 
| +            micrometer{
 | 
| +                dnam{"微米"}
 | 
| +                other{"{0} 微米"}
 | 
| +            }
 | 
| +            mile{
 | 
| +                dnam{"英里"}
 | 
| +                other{"{0} 英里"}
 | 
| +            }
 | 
| +            mile-scandinavian{
 | 
| +                dnam{"斯堪地那維亞英里"}
 | 
| +                other{"{0} 斯堪地那維亞英里"}
 | 
| +            }
 | 
| +            millimeter{
 | 
| +                dnam{"公釐"}
 | 
| +                other{"{0} 公釐"}
 | 
| +            }
 | 
| +            nanometer{
 | 
| +                dnam{"奈米"}
 | 
| +                other{"{0} 奈米"}
 | 
| +            }
 | 
| +            nautical-mile{
 | 
| +                dnam{"海里"}
 | 
| +                other{"{0} 海里"}
 | 
| +            }
 | 
| +            parsec{
 | 
| +                dnam{"秒差距"}
 | 
| +                other{"{0} 秒差距"}
 | 
| +            }
 | 
| +            picometer{
 | 
| +                dnam{"皮米"}
 | 
| +                other{"{0} 皮米"}
 | 
| +            }
 | 
| +            yard{
 | 
| +                dnam{"碼"}
 | 
| +                other{"{0} 碼"}
 | 
| +            }
 | 
| +        }
 | 
| +        light{
 | 
| +            lux{
 | 
| +                dnam{"勒克斯"}
 | 
| +                other{"{0} 勒克斯"}
 | 
| +            }
 | 
| +        }
 | 
| +        mass{
 | 
| +            carat{
 | 
| +                dnam{"克拉"}
 | 
| +                other{"{0} 克拉"}
 | 
| +            }
 | 
| +            gram{
 | 
| +                dnam{"克"}
 | 
| +                other{"{0} 克"}
 | 
| +                per{"{0}/克"}
 | 
| +            }
 | 
| +            kilogram{
 | 
| +                dnam{"公斤"}
 | 
| +                other{"{0} 公斤"}
 | 
| +                per{"{0}/公斤"}
 | 
| +            }
 | 
| +            metric-ton{
 | 
| +                dnam{"公噸"}
 | 
| +                other{"{0} 公噸"}
 | 
| +            }
 | 
| +            microgram{
 | 
| +                dnam{"微克"}
 | 
| +                other{"{0} 微克"}
 | 
| +            }
 | 
| +            milligram{
 | 
| +                dnam{"毫克"}
 | 
| +                other{"{0} 毫克"}
 | 
| +            }
 | 
| +            ounce{
 | 
| +                dnam{"盎司"}
 | 
| +                other{"{0} 盎司"}
 | 
| +                per{"{0}/盎司"}
 | 
| +            }
 | 
| +            ounce-troy{
 | 
| +                dnam{"金衡盎司"}
 | 
| +                other{"{0} 金衡盎司"}
 | 
| +            }
 | 
| +            pound{
 | 
| +                dnam{"磅"}
 | 
| +                other{"{0} 磅"}
 | 
| +                per{"{0}/磅"}
 | 
| +            }
 | 
| +            stone{
 | 
| +                dnam{"st"}
 | 
| +                other{"{0} 英石"}
 | 
| +            }
 | 
| +            ton{
 | 
| +                dnam{"英噸"}
 | 
| +                other{"{0} 英噸"}
 | 
| +            }
 | 
| +        }
 | 
| +        power{
 | 
| +            gigawatt{
 | 
| +                dnam{"吉瓦"}
 | 
| +                other{"{0} 吉瓦"}
 | 
| +            }
 | 
| +            horsepower{
 | 
| +                dnam{"匹"}
 | 
| +                other{"{0} 匹"}
 | 
| +            }
 | 
| +            kilowatt{
 | 
| +                dnam{"千瓦"}
 | 
| +                other{"{0} 千瓦"}
 | 
| +            }
 | 
| +            megawatt{
 | 
| +                dnam{"百萬瓦"}
 | 
| +                other{"{0} 百萬瓦"}
 | 
| +            }
 | 
| +            milliwatt{
 | 
| +                dnam{"毫瓦"}
 | 
| +                other{"{0} 毫瓦"}
 | 
| +            }
 | 
| +            watt{
 | 
| +                dnam{"瓦特"}
 | 
| +                other{"{0} 瓦"}
 | 
| +            }
 | 
| +        }
 | 
| +        pressure{
 | 
| +            hectopascal{
 | 
| +                dnam{"百帕"}
 | 
| +                other{"{0} 百帕"}
 | 
| +            }
 | 
| +            inch-hg{
 | 
| +                dnam{"英寸汞柱"}
 | 
| +                other{"{0} 英寸汞柱"}
 | 
| +            }
 | 
| +            millibar{
 | 
| +                dnam{"毫巴"}
 | 
| +                other{"{0} 毫巴"}
 | 
| +            }
 | 
| +            millimeter-of-mercury{
 | 
| +                dnam{"毫米汞柱"}
 | 
| +                other{"{0} 毫米汞柱"}
 | 
| +            }
 | 
| +            pound-per-square-inch{
 | 
| +                dnam{"磅力/平方英寸"}
 | 
| +                other{"{0} 磅力/平方英寸"}
 | 
| +            }
 | 
| +        }
 | 
| +        proportion{
 | 
| +            karat{
 | 
| +                dnam{"克拉"}
 | 
| +                other{"{0} 克拉"}
 | 
| +            }
 | 
| +        }
 | 
| +        speed{
 | 
| +            kilometer-per-hour{
 | 
| +                dnam{"公里/小時"}
 | 
| +                other{"{0} 公里/小時"}
 | 
| +            }
 | 
| +            knot{
 | 
| +                dnam{"節"}
 | 
| +                other{"{0} 節"}
 | 
| +            }
 | 
| +            meter-per-second{
 | 
| +                dnam{"公尺/秒"}
 | 
| +                other{"{0} 公尺/秒"}
 | 
| +            }
 | 
| +            mile-per-hour{
 | 
| +                dnam{"英里/小時"}
 | 
| +                other{"{0} 英里/小時"}
 | 
| +            }
 | 
| +        }
 | 
| +        temperature{
 | 
| +            celsius{
 | 
| +                dnam{"攝氏"}
 | 
| +                other{"{0}°C"}
 | 
| +            }
 | 
| +            fahrenheit{
 | 
| +                dnam{"華氏"}
 | 
| +                other{"{0}°F"}
 | 
| +            }
 | 
| +            generic{
 | 
| +                dnam{"°"}
 | 
| +                other{"{0}°"}
 | 
| +            }
 | 
| +            kelvin{
 | 
| +                dnam{"K"}
 | 
| +                other{"{0} K"}
 | 
| +            }
 | 
| +        }
 | 
| +        volume{
 | 
| +            acre-foot{
 | 
| +                dnam{"英畝英尺"}
 | 
| +                other{"{0} 英畝英尺"}
 | 
| +            }
 | 
| +            bushel{
 | 
| +                dnam{"bu"}
 | 
| +                other{"{0} 蒲式耳"}
 | 
| +            }
 | 
| +            centiliter{
 | 
| +                dnam{"釐升"}
 | 
| +                other{"{0} 釐升"}
 | 
| +            }
 | 
| +            cubic-centimeter{
 | 
| +                dnam{"立方公分"}
 | 
| +                other{"{0} 立方公分"}
 | 
| +                per{"{0}/立方公分"}
 | 
| +            }
 | 
| +            cubic-foot{
 | 
| +                dnam{"立方英尺"}
 | 
| +                other{"{0} 立方英尺"}
 | 
| +            }
 | 
| +            cubic-inch{
 | 
| +                dnam{"立方英寸"}
 | 
| +                other{"{0} 立方英寸"}
 | 
| +            }
 | 
| +            cubic-kilometer{
 | 
| +                dnam{"立方公里"}
 | 
| +                other{"{0} 立方公里"}
 | 
| +            }
 | 
| +            cubic-meter{
 | 
| +                dnam{"立方公尺"}
 | 
| +                other{"{0} 立方公尺"}
 | 
| +                per{"{0}/立方公尺"}
 | 
| +            }
 | 
| +            cubic-mile{
 | 
| +                dnam{"立方英里"}
 | 
| +                other{"{0} 立方英里"}
 | 
| +            }
 | 
| +            cubic-yard{
 | 
| +                dnam{"立方碼"}
 | 
| +                other{"{0} 立方碼"}
 | 
| +            }
 | 
| +            cup{
 | 
| +                dnam{"量杯"}
 | 
| +                other{"{0} 杯"}
 | 
| +            }
 | 
| +            cup-metric{
 | 
| +                dnam{"公制量杯"}
 | 
| +                other{"{0} 公制杯"}
 | 
| +            }
 | 
| +            deciliter{
 | 
| +                dnam{"公合"}
 | 
| +                other{"{0} 公合"}
 | 
| +            }
 | 
| +            fluid-ounce{
 | 
| +                dnam{"液盎司"}
 | 
| +                other{"{0} 液盎司"}
 | 
| +            }
 | 
| +            gallon{
 | 
| +                dnam{"加侖"}
 | 
| +                other{"{0} 加侖"}
 | 
| +                per{"{0}/加侖"}
 | 
| +            }
 | 
| +            hectoliter{
 | 
| +                dnam{"公石"}
 | 
| +                other{"{0} 公石"}
 | 
| +            }
 | 
| +            liter{
 | 
| +                dnam{"公升"}
 | 
| +                other{"{0} 升"}
 | 
| +                per{"{0}/升"}
 | 
| +            }
 | 
| +            megaliter{
 | 
| +                dnam{"兆升"}
 | 
| +                other{"{0} 兆升"}
 | 
| +            }
 | 
| +            milliliter{
 | 
| +                dnam{"毫升"}
 | 
| +                other{"{0} 毫升"}
 | 
| +            }
 | 
| +            pint{
 | 
| +                dnam{"品脫"}
 | 
| +                other{"{0} 品脫"}
 | 
| +            }
 | 
| +            pint-metric{
 | 
| +                dnam{"公制品脫"}
 | 
| +                other{"{0} 公制品脫"}
 | 
| +            }
 | 
| +            quart{
 | 
| +                dnam{"夸脫"}
 | 
| +                other{"{0} 夸脫"}
 | 
| +            }
 | 
| +            tablespoon{
 | 
| +                dnam{"湯匙"}
 | 
| +                other{"{0} 湯匙"}
 | 
| +            }
 | 
| +            teaspoon{
 | 
| +                dnam{"茶匙"}
 | 
| +                other{"{0} 茶匙"}
 | 
|              }
 | 
|          }
 | 
|      }
 | 
| 
 |