Khác biệt giữa các bản “Mô đun:Convert/data”
 
(Không hiển thị 3 phiên bản của một người dùng khác ở giữa)
Dòng 1: Dòng 1:
-- Conversion data used by [[Module:Convert]] which uses mw.loadData() for
 
-- read-only access to this module so that it is loaded only once per page.
 
--
 
-- These data tables follow:
 
--  all_units          all properties for a unit, including default output
 
--  default_exceptions  exceptions for default output ('kg' and 'g' have different defaults)
 
--  link_exceptions    exceptions for links ('kg' and 'g' have different links)
 
--
 
-- These tables are generated by a script which reads the wikitext of a page that
 
-- documents the required properties of each unit; see [[:en:Module:Convert/doc]].
 
 
---------------------------------------------------------------------------
 
-- Do not change the data in this table because it is created by running --
 
-- a script that reads the wikitext from a wiki page (see note above).  --
 
---------------------------------------------------------------------------
 
 
local all_units = {
 
local all_units = {
 
     ["Gy"] = {
 
     ["Gy"] = {
Dòng 22: Dòng 7:
 
prefixes = 1,
 
prefixes = 1,
 
default  = "rad",
 
default  = "rad",
link    = "Gray (unit)",
+
link    = "Gray (đơn vị)",
 
     },
 
     },
 
     ["rad"] = {
 
     ["rad"] = {
Dòng 31: Dòng 16:
 
prefixes = 1,
 
prefixes = 1,
 
default  = "Gy",
 
default  = "Gy",
link    = "Rad (unit)",
+
link    = "Rad (đơn vị)",
 
     },
 
     },
 
     ["cm/s2"] = {
 
     ["cm/s2"] = {
name1    = "centimetre per second squared",
+
name1    = "xentimét trên giây vuông",
name1_us = "centimeter per second squared",
 
name2    = "centimetres per second squared",
 
name2_us = "centimeters per second squared",
 
 
symbol  = "cm/s<sup>2</sup>",
 
symbol  = "cm/s<sup>2</sup>",
 
utype    = "acceleration",
 
utype    = "acceleration",
 
scale    = 0.01,
 
scale    = 0.01,
 
default  = "ft/s2",
 
default  = "ft/s2",
link    = "Gal (unit)",
+
link    = "Gal (đơn vị)",
 
     },
 
     },
 
     ["ft/s2"] = {
 
     ["ft/s2"] = {
name1    = "foot per second squared",
+
name1    = "foot trên giây vuông",
name2    = "feet per second squared",
 
 
symbol  = "ft/s<sup>2</sup>",
 
symbol  = "ft/s<sup>2</sup>",
 
utype    = "acceleration",
 
utype    = "acceleration",
 
scale    = 0.3048,
 
scale    = 0.3048,
 
default  = "m/s2",
 
default  = "m/s2",
 +
link    = "Foot trên giây vuông",
 
     },
 
     },
 
     ["g0"] = {
 
     ["g0"] = {
name1    = "standard gravity",
+
name1    = "trọng lực tiêu chuẩn",
name2    = "standard gravities",
 
 
symbol  = "''g<sub>0</sub>''",
 
symbol  = "''g<sub>0</sub>''",
 
utype    = "acceleration",
 
utype    = "acceleration",
Dòng 61: Dòng 42:
 
     },
 
     },
 
     ["km/hs"] = {
 
     ["km/hs"] = {
name1    = "kilometre per hour per second",
+
name1    = "kilômét trên giờ trên giây",
name1_us = "kilometer per hour per second",
+
symbol  = "km/(h·s)",
name2    = "kilometres per hour per second",
 
name2_us = "kilometers per hour per second",
 
symbol  = "km/(h⋅s)",
 
 
utype    = "acceleration",
 
utype    = "acceleration",
 
scale    = 0.27777777777777779,
 
scale    = 0.27777777777777779,
 
default  = "mph/s",
 
default  = "mph/s",
link    = "Acceleration",
+
link    = "Gia tốc",
 
     },
 
     },
 
     ["km/s2"] = {
 
     ["km/s2"] = {
name1    = "kilometre per second squared",
+
name1    = "kilômét trên giây vuông",
name1_us = "kilometer per second squared",
 
name2    = "kilometres per second squared",
 
name2_us = "kilometers per second squared",
 
 
symbol  = "km/s<sup>2</sup>",
 
symbol  = "km/s<sup>2</sup>",
 
utype    = "acceleration",
 
utype    = "acceleration",
 
scale    = 1000,
 
scale    = 1000,
 
default  = "mph/s",
 
default  = "mph/s",
link    = "Acceleration",
+
link    = "Gia tốc",
 
     },
 
     },
 
     ["m/s2"] = {
 
     ["m/s2"] = {
name1    = "metre per second squared",
+
name1    = "mét trên giây vuông",
name1_us = "meter per second squared",
 
name2    = "metres per second squared",
 
name2_us = "meters per second squared",
 
 
symbol  = "m/s<sup>2</sup>",
 
symbol  = "m/s<sup>2</sup>",
 
utype    = "acceleration",
 
utype    = "acceleration",
 
scale    = 1,
 
scale    = 1,
 
default  = "ft/s2",
 
default  = "ft/s2",
 +
link    = "Mét trên giây vuông",
 
     },
 
     },
 
     ["mph/s"] = {
 
     ["mph/s"] = {
name1    = "mile per hour per second",
+
name1    = "dặm trên giờ trên giây",
name2    = "miles per hour per second",
 
 
symbol  = "mph/s",
 
symbol  = "mph/s",
 
utype    = "acceleration",
 
utype    = "acceleration",
 
scale    = 0.44704,
 
scale    = 0.44704,
 
default  = "km/hs",
 
default  = "km/hs",
link    = "Acceleration",
+
link    = "Gia tốc",
 
     },
 
     },
 
     ["km/h/s"] = {
 
     ["km/h/s"] = {
Dòng 108: Dòng 80:
 
     },
 
     },
 
     ["1000sqft"] = {
 
     ["1000sqft"] = {
name1    = "thousand square feet",
+
name1    = "ngàn foot vuông",
name2    = "thousand square feet",
 
 
symbol  = "1000&nbsp;sq&nbsp;ft",
 
symbol  = "1000&nbsp;sq&nbsp;ft",
 
utype    = "area",
 
utype    = "area",
 
scale    = 92.90304,
 
scale    = 92.90304,
 
default  = "m2",
 
default  = "m2",
link    = "Square foot",
+
link    = "Foot vuông",
 
     },
 
     },
 
     ["a"] = {
 
     ["a"] = {
_name1  = "are",
+
_name1  = "a",
 
_symbol  = "a",
 
_symbol  = "a",
 
utype    = "area",
 
utype    = "area",
Dòng 123: Dòng 94:
 
prefixes = 1,
 
prefixes = 1,
 
default  = "sqft",
 
default  = "sqft",
link    = "Hectare#Are",
+
link    = "A (diện tích)",
 
     },
 
     },
 
     ["acre"] = {
 
     ["acre"] = {
symbol  = "acre",
+
name1    = "mẫu Anh",
 +
symbol  = "mẫu",
 
usename  = 1,
 
usename  = 1,
 
utype    = "area",
 
utype    = "area",
 
scale    = 4046.8564224,
 
scale    = 4046.8564224,
 
default  = "ha",
 
default  = "ha",
subdivs  = { ["rood"] = { 4, default = "ha" }, ["sqperch"] = { 160, default = "ha" } },
 
 
     },
 
     },
 
     ["acre-sing"] = {
 
     ["acre-sing"] = {
Dòng 148: Dòng 119:
 
utype    = "area",
 
utype    = "area",
 
scale    = 3930.395625,
 
scale    = 3930.395625,
default  = "ha acre",
+
default  = "acre ha",
 +
    },
 +
    ["Cypriot donum"] = {
 +
symbol  = "donum",
 +
usename  = 1,
 +
utype    = "area",
 +
scale    = 1337.803776,
 +
default  = "km2 sqmi",
 +
link    = "Dunam",
 +
    },
 +
    ["Cypriot dunam"] = {
 +
symbol  = "dunam",
 +
usename  = 1,
 +
utype    = "area",
 +
scale    = 1337.803776,
 +
default  = "km2 sqmi",
 +
    },
 +
    ["Cypriot dunum"] = {
 +
symbol  = "dunum",
 +
usename  = 1,
 +
utype    = "area",
 +
scale    = 1337.803776,
 +
default  = "km2 sqmi",
 +
link    = "Dunam",
 +
    },
 +
    ["Cypriot dönüm"] = {
 +
symbol  = "dönüm",
 +
usename  = 1,
 +
utype    = "area",
 +
scale    = 1337.803776,
 +
default  = "km2 sqmi",
 +
link    = "Dunam",
 
     },
 
     },
 
     ["daa"] = {
 
     ["daa"] = {
name1    = "decare",
+
name1    = "đềca-a",
 
symbol  = "daa",
 
symbol  = "daa",
 
utype    = "area",
 
utype    = "area",
 
scale    = 1000,
 
scale    = 1000,
 
default  = "km2 sqmi",
 
default  = "km2 sqmi",
 +
    },
 +
    ["donum"] = {
 +
symbol  = "donum",
 +
usename  = 1,
 +
utype    = "area",
 +
scale    = 1000,
 +
default  = "km2 sqmi",
 +
link    = "Dunam",
 
     },
 
     },
 
     ["dunam"] = {
 
     ["dunam"] = {
Dòng 166: Dòng 176:
 
     ["dunum"] = {
 
     ["dunum"] = {
 
symbol  = "dunum",
 
symbol  = "dunum",
 +
usename  = 1,
 +
utype    = "area",
 +
scale    = 1000,
 +
default  = "km2 sqmi",
 +
link    = "Dunam",
 +
    },
 +
    ["dönüm"] = {
 +
symbol  = "dönüm",
 
usename  = 1,
 
usename  = 1,
 
utype    = "area",
 
utype    = "area",
Dòng 173: Dòng 191:
 
     },
 
     },
 
     ["ha"] = {
 
     ["ha"] = {
name1    = "hectare",
+
name1    = "hécta",
 
symbol  = "ha",
 
symbol  = "ha",
 
utype    = "area",
 
utype    = "area",
 
scale    = 10000,
 
scale    = 10000,
 
default  = "acre",
 
default  = "acre",
 +
link    = "Hecta",
 
     },
 
     },
 
     ["hectare"] = {
 
     ["hectare"] = {
name1    = "hectare",
+
name1    = "hécta",
 
symbol  = "ha",
 
symbol  = "ha",
 
usename  = 1,
 
usename  = 1,
Dòng 186: Dòng 205:
 
scale    = 10000,
 
scale    = 10000,
 
default  = "acre",
 
default  = "acre",
 +
link    = "Hecta",
 
     },
 
     },
     ["Irish acre"] = {
+
     ["Iraqi donum"] = {
name1    = "Irish acre",
+
symbol  = "donum",
symbol  = "Irish&nbsp;acres",
+
usename  = 1,
 
utype    = "area",
 
utype    = "area",
scale    = 6555.2385024,
+
scale    = 2500,
default  = "ha",
+
default  = "km2 sqmi",
link    = "Acre (Irish)",
+
link    = "Dunam",
 
     },
 
     },
     ["m2"] = {
+
     ["Iraqi dunam"] = {
_name1   = "square metre",
+
symbol   = "dunam",
_name1_us= "square meter",
+
usename = 1,
_symbol = "m<sup>2</sup>",
 
prefix_position= 8,
 
 
utype    = "area",
 
utype    = "area",
scale    = 1,
+
scale    = 2500,
 +
default  = "km2 sqmi",
 +
    },
 +
    ["Iraqi dunum"] = {
 +
symbol  = "dunum",
 +
usename  = 1,
 +
utype    = "area",
 +
scale    = 2500,
 +
default  = "km2 sqmi",
 +
link    = "Dunam",
 +
    },
 +
    ["Iraqi dönüm"] = {
 +
symbol  = "dönüm",
 +
usename  = 1,
 +
utype    = "area",
 +
scale    = 2500,
 +
default  = "km2 sqmi",
 +
link    = "Dunam",
 +
    },
 +
    ["Irish acre"] = {
 +
name1    = "mẫu Ireland",
 +
symbol  = "mẫu&nbsp;Ireland",
 +
utype    = "area",
 +
scale    = 6555.2385024,
 +
default  = "ha",
 +
    },
 +
    ["m2"] = {
 +
_name1  = "mét vuông",
 +
_symbol  = "m<sup>2</sup>",
 +
utype    = "area",
 +
scale    = 1,
 
prefixes = 2,
 
prefixes = 2,
 
default  = "sqft",
 
default  = "sqft",
link    = "Square metre",
+
link    = "Mét vuông",
 +
    },
 +
    ["old donum"] = {
 +
symbol  = "donum",
 +
usename  = 1,
 +
utype    = "area",
 +
scale    = 919.3,
 +
default  = "km2 sqmi",
 +
link    = "Dunam",
 +
    },
 +
    ["old dunam"] = {
 +
symbol  = "dunam",
 +
usename  = 1,
 +
utype    = "area",
 +
scale    = 919.3,
 +
default  = "km2 sqmi",
 +
    },
 +
    ["old dunum"] = {
 +
symbol  = "dunum",
 +
usename  = 1,
 +
utype    = "area",
 +
scale    = 919.3,
 +
default  = "km2 sqmi",
 +
link    = "Dunam",
 +
    },
 +
    ["old dönüm"] = {
 +
symbol  = "dönüm",
 +
usename  = 1,
 +
utype    = "area",
 +
scale    = 919.3,
 +
default  = "km2 sqmi",
 +
link    = "Dunam",
 
     },
 
     },
 
     ["pondemaat"] = {
 
     ["pondemaat"] = {
 
name1    = "pondemaat",
 
name1    = "pondemaat",
name2    = "pondemaat",
 
 
symbol  = "pond",
 
symbol  = "pond",
 
utype    = "area",
 
utype    = "area",
Dòng 216: Dòng 294:
 
     },
 
     },
 
     ["pyeong"] = {
 
     ["pyeong"] = {
name2   = "pyeong",
+
name1   = "bình",
 
symbol  = "pyeong",
 
symbol  = "pyeong",
 
usename  = 1,
 
usename  = 1,
Dòng 222: Dòng 300:
 
scale    = 3.3057851239669422,
 
scale    = 3.3057851239669422,
 
default  = "m2",
 
default  = "m2",
    },
 
    ["rai"] = {
 
name2    = "rai",
 
symbol  = "rai",
 
utype    = "area",
 
scale    = 1600,
 
default  = "m2",
 
link    = "Rai (unit)",
 
 
     },
 
     },
 
     ["rood"] = {
 
     ["rood"] = {
Dòng 236: Dòng 306:
 
utype    = "area",
 
utype    = "area",
 
scale    = 1011.7141056,
 
scale    = 1011.7141056,
default  = "sqft m2",
+
default  = "sqft sqm",
 
subdivs  = { ["sqperch"] = { 40, default = "m2" } },
 
subdivs  = { ["sqperch"] = { 40, default = "m2" } },
link    = "Rood (unit)",
+
link    = "Rood (đơn vị)",
 
     },
 
     },
 
     ["sqfoot"] = {
 
     ["sqfoot"] = {
name1    = "square foot",
+
name1    = "foot vuông",
name2    = "square foot",
 
 
symbol  = "sq&nbsp;ft",
 
symbol  = "sq&nbsp;ft",
 
utype    = "area",
 
utype    = "area",
Dòng 249: Dòng 318:
 
     },
 
     },
 
     ["sqft"] = {
 
     ["sqft"] = {
name1    = "square foot",
+
name1    = "foot vuông",
name2    = "square feet",
 
 
symbol  = "sq&nbsp;ft",
 
symbol  = "sq&nbsp;ft",
 
utype    = "area",
 
utype    = "area",
Dòng 257: Dòng 325:
 
     },
 
     },
 
     ["sqin"] = {
 
     ["sqin"] = {
name1    = "square inch",
+
name1    = "inch vuông",
name2    = "square inches",
 
 
symbol  = "sq&nbsp;in",
 
symbol  = "sq&nbsp;in",
 
utype    = "area",
 
utype    = "area",
Dòng 265: Dòng 332:
 
     },
 
     },
 
     ["sqmi"] = {
 
     ["sqmi"] = {
name1    = "square mile",
+
name1    = "dặm vuông Anh",
symbol  = "sq&nbsp;mi",
+
symbol  = "dặm vuông Anh",
 
utype    = "area",
 
utype    = "area",
 
scale    = 2589988.110336,
 
scale    = 2589988.110336,
Dòng 272: Dòng 339:
 
     },
 
     },
 
     ["sqnmi"] = {
 
     ["sqnmi"] = {
name1    = "square nautical mile",
+
name1    = "hải lý vuông",
 
symbol  = "sq&nbsp;nmi",
 
symbol  = "sq&nbsp;nmi",
 
utype    = "area",
 
utype    = "area",
 
scale    = 3429904,
 
scale    = 3429904,
 
default  = "km2 sqmi",
 
default  = "km2 sqmi",
link    = "Nautical mile",
+
link    = "Hải lý",
 
     },
 
     },
 
     ["sqperch"] = {
 
     ["sqperch"] = {
name2    = "perches",
 
 
symbol  = "perch",
 
symbol  = "perch",
 
usename  = 1,
 
usename  = 1,
 
utype    = "area",
 
utype    = "area",
 
scale    = 25.29285264,
 
scale    = 25.29285264,
default  = "m2",
+
default  = "sqm",
link    = "Perch (unit)#Area",
+
link    = "Rod (đơn vị)",
 
     },
 
     },
 
     ["sqverst"] = {
 
     ["sqverst"] = {
symbol  = "square verst",
+
name1    = "verst vuông",
 +
symbol  = "verst&nbsp;vuông",
 
usename  = 1,
 
usename  = 1,
 
utype    = "area",
 
utype    = "area",
Dòng 297: Dòng 364:
 
     },
 
     },
 
     ["sqyd"] = {
 
     ["sqyd"] = {
name1    = "square yard",
+
name1    = "thước Anh vuông",
 
symbol  = "sq&nbsp;yd",
 
symbol  = "sq&nbsp;yd",
 
utype    = "area",
 
utype    = "area",
 
scale    = 0.83612736,
 
scale    = 0.83612736,
 
default  = "m2",
 
default  = "m2",
 +
link    = "Yard vuông",
 
     },
 
     },
 
     ["tsubo"] = {
 
     ["tsubo"] = {
name2    = "tsubo",
 
 
symbol  = "tsubo",
 
symbol  = "tsubo",
 
usename  = 1,
 
usename  = 1,
Dòng 310: Dòng 377:
 
scale    = 3.3057851239669422,
 
scale    = 3.3057851239669422,
 
default  = "m2",
 
default  = "m2",
link    = "Japanese units of measurement#Area",
+
link    = "Hệ đo lường Nhật#Diện tích",
 
     },
 
     },
 
     ["acres"] = {
 
     ["acres"] = {
Dòng 317: Dòng 384:
 
     ["are"] = {
 
     ["are"] = {
 
target  = "a",
 
target  = "a",
 +
    },
 +
    ["Cypriot donum diaeresis"] = {
 +
target  = "Cypriot dönüm",
 +
    },
 +
    ["Cypriot donum dots"] = {
 +
target  = "Cypriot dönüm",
 
     },
 
     },
 
     ["decare"] = {
 
     ["decare"] = {
 
target  = "daa",
 
target  = "daa",
 +
    },
 +
    ["donum diaeresis"] = {
 +
target  = "dönüm",
 +
    },
 +
    ["donum dots"] = {
 +
target  = "dönüm",
 
     },
 
     },
 
     ["foot2"] = {
 
     ["foot2"] = {
Dòng 329: Dòng 408:
 
     ["in2"] = {
 
     ["in2"] = {
 
target  = "sqin",
 
target  = "sqin",
symbol   = "in<sup>2</sup>",
+
    },
 +
    ["Iraqi donum diaeresis"] = {
 +
target  = "Iraqi dönüm",
 +
    },
 +
    ["Iraqi donum dots"] = {
 +
target   = "Iraqi dönüm",
 
     },
 
     },
 
     ["km²"] = {
 
     ["km²"] = {
 
target  = "km2",
 
target  = "km2",
 +
    },
 +
    ["metric donum"] = {
 +
target  = "donum",
 +
    },
 +
    ["metric donum diaeresis"] = {
 +
target  = "dönüm",
 +
    },
 +
    ["metric donum dots"] = {
 +
target  = "dönüm",
 +
    },
 +
    ["metric dunam"] = {
 +
target  = "dunam",
 +
    },
 +
    ["metric dönüm"] = {
 +
target  = "dönüm",
 
     },
 
     },
 
     ["mi2"] = {
 
     ["mi2"] = {
Dòng 351: Dòng 450:
 
     ["nmi2"] = {
 
     ["nmi2"] = {
 
target  = "sqnmi",
 
target  = "sqnmi",
 +
    },
 +
    ["old donum diaeresis"] = {
 +
target  = "old dönüm",
 +
    },
 +
    ["old donum dots"] = {
 +
target  = "old dönüm",
 
     },
 
     },
 
     ["pond"] = {
 
     ["pond"] = {
Dòng 374: Dòng 479:
 
     },
 
     },
 
     ["m2/ha"] = {
 
     ["m2/ha"] = {
name1    = "square metre per hectare",
+
name1    = "mét vuông trên hécta",
name1_us = "square meter per hectare",
 
name2    = "square metres per hectare",
 
name2_us = "square meters per hectare",
 
 
symbol  = "m<sup>2</sup>/ha",
 
symbol  = "m<sup>2</sup>/ha",
 
utype    = "area per unit area",
 
utype    = "area per unit area",
 
scale    = 0.0001,
 
scale    = 0.0001,
 
default  = "sqft/acre",
 
default  = "sqft/acre",
link    = "Basal area",
+
link    = "Diện tích gốc",
 
     },
 
     },
 
     ["sqft/acre"] = {
 
     ["sqft/acre"] = {
name1    = "square foot per acre",
+
name1    = "foot vuông trên mẫu Anh",
name2    = "square feet per acre",
 
 
symbol  = "sq&nbsp;ft/acre",
 
symbol  = "sq&nbsp;ft/acre",
 
utype    = "area per unit area",
 
utype    = "area per unit area",
 
scale    = 2.295684113865932e-5,
 
scale    = 2.295684113865932e-5,
 
default  = "m2/ha",
 
default  = "m2/ha",
link    = "Basal area",
+
link    = "Foot vuông trên mẫu Anh",
    },
 
    ["cent"] = {
 
name1    = "cent",
 
symbol  = "¢",
 
utype    = "cent",
 
scale    = 1,
 
default  = "cent",
 
link    = "Cent (currency)",
 
    },
 
    ["¢"] = {
 
target  = "cent",
 
 
     },
 
     },
 
     ["A.h"] = {
 
     ["A.h"] = {
name1    = "ampere hour",
+
name1    = "ampe giờ",
symbol  = "A⋅h",
+
symbol  = "A·h",
 
utype    = "charge",
 
utype    = "charge",
 
scale    = 3600,
 
scale    = 3600,
Dòng 412: Dòng 502:
 
     },
 
     },
 
     ["coulomb"] = {
 
     ["coulomb"] = {
_name1  = "coulomb",
+
_name1  = "culông",
 
_symbol  = "C",
 
_symbol  = "C",
 
utype    = "charge",
 
utype    = "charge",
Dòng 418: Dòng 508:
 
prefixes = 1,
 
prefixes = 1,
 
default  = "e",
 
default  = "e",
link    = "Coulomb",
+
link    = "Coulomb (đơn vị)",
 
     },
 
     },
 
     ["e"] = {
 
     ["e"] = {
name1    = "elementary charge",
+
name1    = "điện tích cơ bản",
 
symbol  = "''e''",
 
symbol  = "''e''",
 
utype    = "charge",
 
utype    = "charge",
 
scale    = 1.602176487e-19,
 
scale    = 1.602176487e-19,
 
default  = "coulomb",
 
default  = "coulomb",
 +
    },
 +
    ["A·h"] = {
 +
target  = "A.h",
 
     },
 
     },
 
     ["g-mol"] = {
 
     ["g-mol"] = {
name1    = "gram-mole",
+
name1    = "gam mol",
symbol  = "g&#8209;mol",
+
symbol  = "g-mol",
 
utype    = "chemical amount",
 
utype    = "chemical amount",
 
scale    = 1,
 
scale    = 1,
 
default  = "lbmol",
 
default  = "lbmol",
link    = "Mole (unit)",
+
link    = "Mol",
 
     },
 
     },
 
     ["gmol"] = {
 
     ["gmol"] = {
name1    = "gram-mole",
+
name1    = "gam mol",
 
symbol  = "gmol",
 
symbol  = "gmol",
 
utype    = "chemical amount",
 
utype    = "chemical amount",
 
scale    = 1,
 
scale    = 1,
 
default  = "lbmol",
 
default  = "lbmol",
link    = "Mole (unit)",
+
link    = "Mol",
 
     },
 
     },
 
     ["kmol"] = {
 
     ["kmol"] = {
name1    = "kilomole",
+
name1    = "kilômol",
 
symbol  = "kmol",
 
symbol  = "kmol",
 
utype    = "chemical amount",
 
utype    = "chemical amount",
 
scale    = 1000,
 
scale    = 1000,
 
default  = "lbmol",
 
default  = "lbmol",
link    = "Mole (unit)",
+
link    = "Mol",
 
     },
 
     },
 
     ["lb-mol"] = {
 
     ["lb-mol"] = {
name1    = "pound-mole",
+
name1    = "pound mol",
symbol  = "lb&#8209;mol",
+
symbol  = "lb-mol",
 
utype    = "chemical amount",
 
utype    = "chemical amount",
 
scale    = 453.59237,
 
scale    = 453.59237,
 
default  = "mol",
 
default  = "mol",
link    = "Mole (unit)#Other units called \"mole\"",
+
link    = "Mol",
 
     },
 
     },
 
     ["lbmol"] = {
 
     ["lbmol"] = {
name1    = "pound-mole",
+
name1    = "pound mol",
 
symbol  = "lbmol",
 
symbol  = "lbmol",
 
utype    = "chemical amount",
 
utype    = "chemical amount",
 
scale    = 453.59237,
 
scale    = 453.59237,
 
default  = "mol",
 
default  = "mol",
link    = "Mole (unit)#Other units called \"mole\"",
+
link    = "Mol",
 
     },
 
     },
 
     ["mol"] = {
 
     ["mol"] = {
name1    = "mole",
 
 
symbol  = "mol",
 
symbol  = "mol",
 
utype    = "chemical amount",
 
utype    = "chemical amount",
 
scale    = 1,
 
scale    = 1,
 
default  = "lbmol",
 
default  = "lbmol",
link    = "Mole (unit)",
 
 
     },
 
     },
 
     ["kgCO2/L"] = {
 
     ["kgCO2/L"] = {
name1    = "kilogram per litre",
+
name1    = "kilôgam trên lít",
name1_us = "kilogram per liter",
 
name2    = "kilograms per litre",
 
name2_us = "kilograms per liter",
 
 
symbol  = "kg(CO<sub>2</sub>)/L",
 
symbol  = "kg(CO<sub>2</sub>)/L",
 
utype    = "co2 per unit volume",
 
utype    = "co2 per unit volume",
 
scale    = 1000,
 
scale    = 1000,
 
default  = "lbCO2/USgal",
 
default  = "lbCO2/USgal",
link    = "Exhaust gas",
+
link    = "Khói bốc",
 
     },
 
     },
 
     ["lbCO2/USgal"] = {
 
     ["lbCO2/USgal"] = {
name1    = "pound per US gallon",
+
name1    = "pound trên galông Mỹ",
name2    = "pounds per US gallon",
+
symbol  = "lbCO2/gal&nbsp;Mỹ",
symbol  = "lbCO2/US&nbsp;gal",
 
 
utype    = "co2 per unit volume",
 
utype    = "co2 per unit volume",
 
scale    = 119.82642731689663,
 
scale    = 119.82642731689663,
 
default  = "kgCO2/L",
 
default  = "kgCO2/L",
link    = "Exhaust gas",
+
link    = "Khói bốc",
 
     },
 
     },
 
     ["oz/lb"] = {
 
     ["oz/lb"] = {
Dòng 504: Dòng 591:
 
utype    = "concentration",
 
utype    = "concentration",
 
default  = "oz/lb",
 
default  = "oz/lb",
 +
    },
 +
    ["$/acre"] = {
 +
per      = { "$", "acre" },
 +
utype    = "cost $ per unit area",
 +
default  = "$/ha",
 +
    },
 +
    ["$/ha"] = {
 +
per      = { "$", "ha" },
 +
utype    = "cost $ per unit area",
 +
default  = "$/acre",
 +
    },
 +
    ["$/m2"] = {
 +
per      = { "$", "m2" },
 +
utype    = "cost $ per unit area",
 +
default  = "$/sqft",
 +
    },
 +
    ["$/sqft"] = {
 +
per      = { "$", "sqft" },
 +
utype    = "cost $ per unit area",
 +
default  = "$/m2",
 +
    },
 +
    ["$/km"] = {
 +
per      = { "$", "km" },
 +
utype    = "cost $ per unit length",
 +
default  = "$/mi",
 +
    },
 +
    ["$/mi"] = {
 +
per      = { "$", "mi" },
 +
utype    = "cost $ per unit length",
 +
default  = "$/km",
 +
    },
 +
    ["$/kg"] = {
 +
per      = { "$", "kg" },
 +
utype    = "cost $ per unit mass",
 +
default  = "$/lb",
 +
    },
 +
    ["$/g"] = {
 +
per      = { "$", "g" },
 +
utype    = "cost $ per unit mass",
 +
default  = "$/lb",
 +
    },
 +
    ["$/lb"] = {
 +
per      = { "$", "lb" },
 +
utype    = "cost $ per unit mass",
 +
default  = "$/kg",
 +
    },
 +
    ["$/oz"] = {
 +
per      = { "$", "oz" },
 +
utype    = "cost $ per unit mass",
 +
default  = "$/g",
 +
    },
 +
    ["$/ozt"] = {
 +
per      = { "$", "ozt" },
 +
utype    = "cost $ per unit mass",
 +
default  = "$/kg",
 +
    },
 +
    ["$/m3"] = {
 +
per      = { "$", "m3" },
 +
utype    = "cost $ per unit volume",
 +
default  = "$/oilbbl",
 +
    },
 +
    ["$/oilbbl"] = {
 +
per      = { "$", "oilbbl" },
 +
utype    = "cost $ per unit volume",
 +
default  = "$/m3",
 +
    },
 +
    ["£/acre"] = {
 +
per      = { "£", "acre" },
 +
utype    = "cost £ per unit area",
 +
default  = "£/ha",
 +
    },
 +
    ["£/ha"] = {
 +
per      = { "£", "ha" },
 +
utype    = "cost £ per unit area",
 +
default  = "£/acre",
 +
    },
 +
    ["₫/ha"] = {
 +
per      = { "₫", "ha" },
 +
utype    = "cost ₫ per unit area",
 +
default  = "₫/m2",
 +
    },
 +
    ["₫/m2"] = {
 +
per      = { "₫", "m2" },
 +
utype    = "cost ₫ per unit area",
 +
default  = "₫/ha",
 +
    },
 +
    ["VND/ha"] = {
 +
target  = "₫/ha",
 +
    },
 +
    ["VND/m2"] = {
 +
target  = "₫/m2",
 
     },
 
     },
 
     ["g/dm3"] = {
 
     ["g/dm3"] = {
name1    = "gram per cubic decimetre",
+
name1    = "gam trên đêximét khối",
name1_us = "gram per cubic decimeter",
 
name2    = "grams per cubic decimetre",
 
name2_us = "grams per cubic decimeter",
 
 
symbol  = "g/dm<sup>3</sup>",
 
symbol  = "g/dm<sup>3</sup>",
 
utype    = "density",
 
utype    = "density",
 
scale    = 1,
 
scale    = 1,
 
default  = "kg/m3",
 
default  = "kg/m3",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["g/L"] = {
 
     ["g/L"] = {
name1    = "gram per litre",
+
name1    = "gam trên lít",
name1_us = "gram per liter",
 
name2    = "grams per litre",
 
name2_us = "grams per liter",
 
 
symbol  = "g/L",
 
symbol  = "g/L",
 
utype    = "density",
 
utype    = "density",
 
scale    = 1,
 
scale    = 1,
 
default  = "lb/cuin",
 
default  = "lb/cuin",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["g/mL"] = {
 
     ["g/mL"] = {
name1    = "gram per millilitre",
+
name1    = "gam trên mililít",
name1_us = "gram per milliliter",
 
name2    = "grams per millilitre",
 
name2_us = "grams per milliliter",
 
 
symbol  = "g/mL",
 
symbol  = "g/mL",
 
utype    = "density",
 
utype    = "density",
 
scale    = 1000,
 
scale    = 1000,
 
default  = "lb/cuin",
 
default  = "lb/cuin",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["g/ml"] = {
 
     ["g/ml"] = {
name1    = "gram per millilitre",
+
name1    = "gam trên mililít",
name1_us = "gram per milliliter",
 
name2    = "grams per millilitre",
 
name2_us = "grams per milliliter",
 
 
symbol  = "g/ml",
 
symbol  = "g/ml",
 
utype    = "density",
 
utype    = "density",
 
scale    = 1000,
 
scale    = 1000,
 
default  = "lb/cuin",
 
default  = "lb/cuin",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["kg/dm3"] = {
 
     ["kg/dm3"] = {
name1    = "kilogram per cubic decimetre",
+
name1    = "kilôgam trên đêximét khối",
name1_us = "kilogram per cubic decimeter",
 
name2    = "kilograms per cubic decimetre",
 
name2_us = "kilograms per cubic decimeter",
 
 
symbol  = "kg/dm<sup>3</sup>",
 
symbol  = "kg/dm<sup>3</sup>",
 
utype    = "density",
 
utype    = "density",
 
scale    = 1000,
 
scale    = 1000,
 
default  = "lb/cuft",
 
default  = "lb/cuft",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["kg/L"] = {
 
     ["kg/L"] = {
name1    = "kilogram per litre",
+
name1    = "kilôgam trên lít",
name1_us = "kilogram per liter",
 
name2    = "kilograms per litre",
 
name2_us = "kilograms per liter",
 
 
symbol  = "kg/L",
 
symbol  = "kg/L",
 
utype    = "density",
 
utype    = "density",
 
scale    = 1000,
 
scale    = 1000,
 
default  = "lb/USgal",
 
default  = "lb/USgal",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["kg/l"] = {
 
     ["kg/l"] = {
name1    = "kilogram per litre",
+
name1    = "kilôgam trên lít",
name1_us = "kilogram per liter",
 
name2    = "kilograms per litre",
 
name2_us = "kilograms per liter",
 
 
symbol  = "kg/l",
 
symbol  = "kg/l",
 
utype    = "density",
 
utype    = "density",
 
scale    = 1000,
 
scale    = 1000,
 
default  = "lb/USgal",
 
default  = "lb/USgal",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["kg/m3"] = {
 
     ["kg/m3"] = {
name1    = "kilogram per cubic metre",
+
name1    = "kilôgam trên mét khối",
name1_us = "kilogram per cubic meter",
 
name2    = "kilograms per cubic metre",
 
name2_us = "kilograms per cubic meter",
 
 
symbol  = "kg/m<sup>3</sup>",
 
symbol  = "kg/m<sup>3</sup>",
 
utype    = "density",
 
utype    = "density",
 
scale    = 1,
 
scale    = 1,
 
default  = "lb/cuyd",
 
default  = "lb/cuyd",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["lb/cuft"] = {
 
     ["lb/cuft"] = {
name1    = "pound per cubic foot",
+
name1    = "pound trên foot khối",
name2    = "pounds per cubic foot",
 
 
symbol  = "lb/cu&nbsp;ft",
 
symbol  = "lb/cu&nbsp;ft",
 
utype    = "density",
 
utype    = "density",
 
scale    = 16.018463373960142,
 
scale    = 16.018463373960142,
 
default  = "g/cm3",
 
default  = "g/cm3",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["lb/cuin"] = {
 
     ["lb/cuin"] = {
name1    = "pound per cubic inch",
+
name1    = "pound trên inch khối",
name2    = "pounds per cubic inch",
 
 
symbol  = "lb/cu&nbsp;in",
 
symbol  = "lb/cu&nbsp;in",
 
utype    = "density",
 
utype    = "density",
 
scale    = 27679.904710203122,
 
scale    = 27679.904710203122,
 
default  = "g/cm3",
 
default  = "g/cm3",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["lb/cuyd"] = {
 
     ["lb/cuyd"] = {
name1    = "pound per cubic yard",
+
name1    = "pound trên thước Anh khối",
name2    = "pounds per cubic yard",
 
 
symbol  = "lb/cu&nbsp;yd",
 
symbol  = "lb/cu&nbsp;yd",
 
utype    = "density",
 
utype    = "density",
 
scale    = 0.5932764212577829,
 
scale    = 0.5932764212577829,
 
default  = "kg/m3",
 
default  = "kg/m3",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["lb/impgal"] = {
 
     ["lb/impgal"] = {
name1    = "pound per imperial gallon",
+
name1    = "pound trên galông Anh",
name2    = "pounds per imperial gallon",
+
symbol  = "lb/gal&nbsp;Anh",
symbol  = "lb/imp&nbsp;gal",
 
 
utype    = "density",
 
utype    = "density",
 
scale    = 99.776372663101697,
 
scale    = 99.776372663101697,
 
default  = "kg/L",
 
default  = "kg/L",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["lb/in3"] = {
 
     ["lb/in3"] = {
name1    = "pound per cubic inch",
+
name1    = "pound trên inch khối",
name2    = "pounds per cubic inch",
 
 
symbol  = "lb/cu&thinsp;in",
 
symbol  = "lb/cu&thinsp;in",
 
utype    = "density",
 
utype    = "density",
 
scale    = 27679.904710203122,
 
scale    = 27679.904710203122,
 
default  = "g/cm3",
 
default  = "g/cm3",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["lb/U.S.gal"] = {
 
     ["lb/U.S.gal"] = {
name1    = "pound per U.S. gallon",
+
name1    = "pound trên galông Mỹ",
name2    = "pounds per U.S. gallon",
+
symbol  = "lb/gal&nbsp;Mỹ",
symbol  = "lb/U.S.&nbsp;gal",
 
 
utype    = "density",
 
utype    = "density",
 
scale    = 119.82642731689663,
 
scale    = 119.82642731689663,
 
default  = "kg/L",
 
default  = "kg/L",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["lb/USbu"] = {
 
     ["lb/USbu"] = {
name1    = "pound per US bushel",
+
name1    = "pound trên giạ Mỹ",
name2    = "pounds per US bushel",
+
symbol  = "lb/bu&nbsp;Mỹ",
symbol  = "lb/US&nbsp;bu",
 
 
utype    = "density",
 
utype    = "density",
 
scale    = 12.871859780974471,
 
scale    = 12.871859780974471,
 
default  = "kg/m3",
 
default  = "kg/m3",
link    = "Bushel",
+
link    = "Giạ",
 
     },
 
     },
 
     ["lb/USgal"] = {
 
     ["lb/USgal"] = {
name1    = "pound per US gallon",
+
name1    = "pound trên galông Mỹ",
name2    = "pounds per US gallon",
+
symbol  = "lb/gal&nbsp;Mỹ",
symbol  = "lb/US&nbsp;gal",
 
 
utype    = "density",
 
utype    = "density",
 
scale    = 119.82642731689663,
 
scale    = 119.82642731689663,
 
default  = "kg/L",
 
default  = "kg/L",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["lbm/cuin"] = {
 
     ["lbm/cuin"] = {
name1    = "pound mass per cubic inch",
+
name1    = "pound khối lượng trên inch khối",
name2    = "pounds mass per cubic inch",
 
 
symbol  = "lbm/cu&thinsp;in",
 
symbol  = "lbm/cu&thinsp;in",
 
utype    = "density",
 
utype    = "density",
 
scale    = 27679.904710203122,
 
scale    = 27679.904710203122,
 
default  = "g/cm3",
 
default  = "g/cm3",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["mg/L"] = {
 
     ["mg/L"] = {
name1    = "milligram per litre",
+
name1    = "miligam trên lít",
name1_us = "milligram per liter",
 
name2    = "milligrams per litre",
 
name2_us = "milligrams per liter",
 
 
symbol  = "mg/L",
 
symbol  = "mg/L",
 
utype    = "density",
 
utype    = "density",
 
scale    = 0.001,
 
scale    = 0.001,
 
default  = "lb/cuin",
 
default  = "lb/cuin",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["oz/cuin"] = {
 
     ["oz/cuin"] = {
name1    = "ounce per cubic inch",
+
name1    = "ounce trên inch khối",
name2    = "ounces per cubic inch",
 
 
symbol  = "oz/cu&nbsp;in",
 
symbol  = "oz/cu&nbsp;in",
 
utype    = "density",
 
utype    = "density",
 
scale    = 1729.9940443876951,
 
scale    = 1729.9940443876951,
 
default  = "g/cm3",
 
default  = "g/cm3",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["g/cm3"] = {
 
     ["g/cm3"] = {
Dòng 703: Dòng 844:
 
utype    = "density",
 
utype    = "density",
 
default  = "lb/cuyd",
 
default  = "lb/cuyd",
link    = "Density",
+
link    = "Mật độ khối lượng",
 
     },
 
     },
 
     ["Mg/m3"] = {
 
     ["Mg/m3"] = {
Dòng 715: Dòng 856:
 
default  = "oz/cuin",
 
default  = "oz/cuin",
 
     },
 
     },
     ["μg/dL"] = {
+
     ["µg/dL"] = {
per      = { "μg", "dL" },
+
per      = { "µg", "dL" },
 
utype    = "density",
 
utype    = "density",
 
default  = "lb/cuin",
 
default  = "lb/cuin",
 
     },
 
     },
     ["μg/l"] = {
+
     ["µg/l"] = {
per      = { "μg", "l" },
+
per      = { "µg", "l" },
 
utype    = "density",
 
utype    = "density",
 
default  = "oz/cuin",
 
default  = "oz/cuin",
Dòng 735: Dòng 876:
 
     },
 
     },
 
     ["mcg/dL"] = {
 
     ["mcg/dL"] = {
target  = "μg/dL",
+
target  = "µg/dL",
 
     },
 
     },
 
     ["oz/in3"] = {
 
     ["oz/in3"] = {
Dòng 741: Dòng 882:
 
     },
 
     },
 
     ["ug/dL"] = {
 
     ["ug/dL"] = {
target  = "μg/dL",
+
target  = "µg/dL",
 +
    },
 +
    ["μg/dL"] = {
 +
target  = "µg/dL",
 
     },
 
     },
 
     ["ug/l"] = {
 
     ["ug/l"] = {
target  = "μg/l",
+
target  = "µg/l",
 
     },
 
     },
 
     ["B.O.T.U."] = {
 
     ["B.O.T.U."] = {
name1    = "Board of Trade Unit",
+
name1    = "đơn vị Ủy ban Thương mại",
 
symbol  = "B.O.T.U.",
 
symbol  = "B.O.T.U.",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 3600000,
 
scale    = 3600000,
 
default  = "MJ",
 
default  = "MJ",
link    = "Watt-hour",
+
link    = "Watt giờ",
 
     },
 
     },
 
     ["bboe"] = {
 
     ["bboe"] = {
name1    = "barrel of oil equivalent",
+
name1    = "tương đương thùng dầu",
name2    = "barrels of oil equivalent",
 
 
symbol  = "bboe",
 
symbol  = "bboe",
 
utype    = "energy",
 
utype    = "energy",
Dòng 763: Dòng 906:
 
     },
 
     },
 
     ["BOE"] = {
 
     ["BOE"] = {
name1    = "barrel of oil equivalent",
+
name1    = "tương đương thùng dầu",
name2    = "barrels of oil equivalent",
 
 
symbol  = "BOE",
 
symbol  = "BOE",
 
utype    = "energy",
 
utype    = "energy",
Dòng 771: Dòng 913:
 
     },
 
     },
 
     ["BTU"] = {
 
     ["BTU"] = {
name1    = "British thermal unit",
+
name1    = "đơn vị nhiệt Anh",
 
symbol  = "BTU",
 
symbol  = "BTU",
 
utype    = "energy",
 
utype    = "energy",
Dòng 778: Dòng 920:
 
     },
 
     },
 
     ["Btu"] = {
 
     ["Btu"] = {
name1    = "British thermal unit",
+
name1    = "đơn vị nhiệt Anh",
 
symbol  = "Btu",
 
symbol  = "Btu",
 
utype    = "energy",
 
utype    = "energy",
Dòng 785: Dòng 927:
 
     },
 
     },
 
     ["BTU-39F"] = {
 
     ["BTU-39F"] = {
name1    = "British thermal unit (39°F)",
+
name1    = "đơn vị nhiệt Anh (39°F)",
name2    = "British thermal units (39°F)",
 
 
symbol  = "BTU<sub>39°F</sub>",
 
symbol  = "BTU<sub>39°F</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1059.67,
 
scale    = 1059.67,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["Btu-39F"] = {
 
     ["Btu-39F"] = {
name1    = "British thermal unit (39°F)",
+
name1    = "đơn vị nhiệt Anh (39°F)",
name2    = "British thermal units (39°F)",
 
 
symbol  = "Btu<sub>39°F</sub>",
 
symbol  = "Btu<sub>39°F</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1059.67,
 
scale    = 1059.67,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["BTU-59F"] = {
 
     ["BTU-59F"] = {
name1    = "British thermal unit (59°F)",
+
name1    = "đơn vị nhiệt Anh (59°F)",
name2    = "British thermal units (59°F)",
 
 
symbol  = "BTU<sub>59°F</sub>",
 
symbol  = "BTU<sub>59°F</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1054.804,
 
scale    = 1054.804,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["Btu-59F"] = {
 
     ["Btu-59F"] = {
name1    = "British thermal unit (59°F)",
+
name1    = "đơn vị nhiệt Anh (59°F)",
name2    = "British thermal units (59°F)",
 
 
symbol  = "Btu<sub>59°F</sub>",
 
symbol  = "Btu<sub>59°F</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1054.804,
 
scale    = 1054.804,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["BTU-60F"] = {
 
     ["BTU-60F"] = {
name1    = "British thermal unit (60°F)",
+
name1    = "đơn vị nhiệt Anh (60°F)",
name2    = "British thermal units (60°F)",
 
 
symbol  = "BTU<sub>60°F</sub>",
 
symbol  = "BTU<sub>60°F</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1054.68,
 
scale    = 1054.68,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["Btu-60F"] = {
 
     ["Btu-60F"] = {
name1    = "British thermal unit (60°F)",
+
name1    = "đơn vị nhiệt Anh (60°F)",
name2    = "British thermal units (60°F)",
 
 
symbol  = "Btu<sub>60°F</sub>",
 
symbol  = "Btu<sub>60°F</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1054.68,
 
scale    = 1054.68,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["BTU-63F"] = {
 
     ["BTU-63F"] = {
name1    = "British thermal unit (63°F)",
+
name1    = "đơn vị nhiệt Anh (63°F)",
name2    = "British thermal units (63°F)",
 
 
symbol  = "BTU<sub>63°F</sub>",
 
symbol  = "BTU<sub>63°F</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1054.6,
 
scale    = 1054.6,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["Btu-63F"] = {
 
     ["Btu-63F"] = {
name1    = "British thermal unit (63°F)",
+
name1    = "đơn vị nhiệt Anh (63°F)",
name2    = "British thermal units (63°F)",
 
 
symbol  = "Btu<sub>63°F</sub>",
 
symbol  = "Btu<sub>63°F</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1054.6,
 
scale    = 1054.6,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["BTU-ISO"] = {
 
     ["BTU-ISO"] = {
name1    = "British thermal unit (ISO)",
+
name1    = "đơn vị nhiệt Anh (ISO)",
name2    = "British thermal units (ISO)",
 
 
symbol  = "BTU<sub>ISO</sub>",
 
symbol  = "BTU<sub>ISO</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1055.056,
 
scale    = 1055.056,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["Btu-ISO"] = {
 
     ["Btu-ISO"] = {
Dòng 869: Dòng 1.002:
 
     },
 
     },
 
     ["BTU-IT"] = {
 
     ["BTU-IT"] = {
name1    = "British thermal unit (IT)",
+
name1    = "đơn vị nhiệt Anh (IT)",
name2    = "British thermal units (IT)",
 
 
symbol  = "BTU<sub>IT</sub>",
 
symbol  = "BTU<sub>IT</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1055.05585262,
 
scale    = 1055.05585262,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["Btu-IT"] = {
 
     ["Btu-IT"] = {
name1    = "British thermal unit (IT)",
+
name1    = "đơn vị nhiệt Anh (IT)",
name2    = "British thermal units (IT)",
 
 
symbol  = "Btu<sub>IT</sub>",
 
symbol  = "Btu<sub>IT</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1055.05585262,
 
scale    = 1055.05585262,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["BTU-mean"] = {
 
     ["BTU-mean"] = {
name1    = "British thermal unit (mean)",
+
name1    = "đơn vị nhiệt Anh (trung bình)",
name2    = "British thermal units (mean)",
 
 
symbol  = "BTU<sub>mean</sub>",
 
symbol  = "BTU<sub>mean</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1055.87,
 
scale    = 1055.87,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["Btu-mean"] = {
 
     ["Btu-mean"] = {
name1    = "British thermal unit (mean)",
+
name1    = "đơn vị nhiệt Anh (trung bình)",
name2    = "British thermal units (mean)",
 
 
symbol  = "Btu<sub>mean</sub>",
 
symbol  = "Btu<sub>mean</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1055.87,
 
scale    = 1055.87,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["BTU-th"] = {
 
     ["BTU-th"] = {
name1    = "British thermal unit (thermochemical)",
+
name1    = "đơn vị nhiệt Anh (hóa nhiệt)",
name2    = "British thermal units (thermochemical)",
 
 
symbol  = "BTU<sub>th</sub>",
 
symbol  = "BTU<sub>th</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1054.35026444,
 
scale    = 1054.35026444,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["Btu-th"] = {
 
     ["Btu-th"] = {
name1    = "British thermal unit (thermochemical)",
+
name1    = "đơn vị nhiệt Anh (hóa nhiệt)",
name2    = "British thermal units (thermochemical)",
 
 
symbol  = "Btu<sub>th</sub>",
 
symbol  = "Btu<sub>th</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1054.35026444,
 
scale    = 1054.35026444,
 
default  = "kJ",
 
default  = "kJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
 
     ["Cal"] = {
 
     ["Cal"] = {
name1    = "calorie",
+
name1    = "ca-lo",
 
symbol  = "Cal",
 
symbol  = "Cal",
 
utype    = "energy",
 
utype    = "energy",
Dòng 930: Dòng 1.057:
 
     },
 
     },
 
     ["cal"] = {
 
     ["cal"] = {
name1    = "calorie",
+
name1    = "ca-lo",
 
symbol  = "cal",
 
symbol  = "cal",
 
utype    = "energy",
 
utype    = "energy",
Dòng 937: Dòng 1.064:
 
     },
 
     },
 
     ["Cal-15"] = {
 
     ["Cal-15"] = {
name1    = "Calorie (15°C)",
+
name1    = "ca-lo (15°C)",
name2    = "Calories (15°C)",
 
 
symbol  = "Cal<sub>15</sub>",
 
symbol  = "Cal<sub>15</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4185.8,
 
scale    = 4185.8,
 
default  = "kJ",
 
default  = "kJ",
link    = "Calorie",
+
link    = "ca-lo",
 
     },
 
     },
 
     ["cal-15"] = {
 
     ["cal-15"] = {
name1    = "calorie (15°C)",
+
name1    = "ca-lo (15°C)",
name2    = "calories (15°C)",
 
 
symbol  = "cal<sub>15</sub>",
 
symbol  = "cal<sub>15</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4.1858,
 
scale    = 4.1858,
 
default  = "J",
 
default  = "J",
link    = "Calorie",
+
link    = "ca-lo",
 
     },
 
     },
 
     ["Cal-IT"] = {
 
     ["Cal-IT"] = {
name1    = "Calorie (International Steam Table)",
+
name1    = "ca-lo (Bảng hơi nước quốc tế)",
name2    = "Calories (International Steam Table)",
 
 
symbol  = "Cal<sub>IT</sub>",
 
symbol  = "Cal<sub>IT</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4186.8,
 
scale    = 4186.8,
 
default  = "kJ",
 
default  = "kJ",
link    = "Calorie",
+
link    = "ca-lo",
 
     },
 
     },
 
     ["cal-IT"] = {
 
     ["cal-IT"] = {
name1    = "calorie (International Steam Table)",
+
name1    = "ca-lo (Bảng hơi nước quốc tế)",
name2    = "calories (International Steam Table)",
 
 
symbol  = "cal<sub>IT</sub>",
 
symbol  = "cal<sub>IT</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4.1868,
 
scale    = 4.1868,
 
default  = "J",
 
default  = "J",
link    = "Calorie",
+
link    = "ca-lo",
 
     },
 
     },
 
     ["Cal-th"] = {
 
     ["Cal-th"] = {
name1    = "Calorie (thermochemical)",
+
name1    = "ca-lo (hóa nhiệt)",
name2    = "Calories (thermochemical)",
 
 
symbol  = "Cal<sub>th</sub>",
 
symbol  = "Cal<sub>th</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4184,
 
scale    = 4184,
 
default  = "kJ",
 
default  = "kJ",
link    = "Calorie",
+
link    = "ca-lo",
 
     },
 
     },
 
     ["cal-th"] = {
 
     ["cal-th"] = {
name1    = "calorie (thermochemical)",
+
name1    = "ca-lo (hóa nhiệt)",
name2    = "calories (thermochemical)",
 
 
symbol  = "cal<sub>th</sub>",
 
symbol  = "cal<sub>th</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4.184,
 
scale    = 4.184,
 
default  = "J",
 
default  = "J",
link    = "Calorie",
+
link    = "ca-lo",
 
     },
 
     },
 
     ["ccatm"] = {
 
     ["ccatm"] = {
name1    = "cubic centimetre-atmosphere",
+
name1    = "xentimét khối atmôtphe",
name1_us = "cubic centimeter-atmosphere",
+
symbol  = "cc·atm",
symbol  = "cc⋅atm",
 
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 0.101325,
 
scale    = 0.101325,
 
default  = "mJ",
 
default  = "mJ",
link    = "Atmosphere (unit)",
+
link    = "atmôtphe",
 
     },
 
     },
 
     ["CHU-IT"] = {
 
     ["CHU-IT"] = {
name1    = "Celsius heat unit (International Table)",
+
name1    = "đơn vị nhiệt Celsius (Bảng quốc tế)",
name2    = "Celsius heat units (International Table)",
 
 
symbol  = "CHU<sub>IT</sub>",
 
symbol  = "CHU<sub>IT</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1899.100534716,
 
scale    = 1899.100534716,
 
default  = "kJ",
 
default  = "kJ",
link    = "Conversion of units#Energy",
+
link    = "đơn vị nhiệt Celsius",
 
     },
 
     },
 
     ["cm3atm"] = {
 
     ["cm3atm"] = {
name1    = "cubic centimetre-atmosphere",
+
name1    = "xentimét khối atmôtphe",
name1_us = "cubic centimeter-atmosphere",
+
symbol  = "cm<sup>3</sup>·atm",
symbol  = "cm<sup>3</sup>⋅atm",
 
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 0.101325,
 
scale    = 0.101325,
 
default  = "mJ",
 
default  = "mJ",
link    = "Atmosphere (unit)",
+
link    = "atmôtphe",
 
     },
 
     },
 
     ["cufootatm"] = {
 
     ["cufootatm"] = {
name1    = "cubic foot of atmosphere",
+
name1    = "foot khối atmôtphe",
name2    = "cubic foot of atmosphere",
 
 
symbol  = "cu&nbsp;ft&nbsp;atm",
 
symbol  = "cu&nbsp;ft&nbsp;atm",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 2869.2044809344,
 
scale    = 2869.2044809344,
 
default  = "kJ",
 
default  = "kJ",
link    = "Atmosphere (unit)",
+
link    = "atmôtphe",
 
     },
 
     },
 
     ["cufootnaturalgas"] = {
 
     ["cufootnaturalgas"] = {
name1    = "cubic foot of natural gas",
+
name1    = "foot khối khí thiên niên",
name2    = "cubic foot of natural gas",
 
 
symbol  = "cuftnaturalgas",
 
symbol  = "cuftnaturalgas",
 
usename  = 1,
 
usename  = 1,
Dòng 1.034: Dòng 1.150:
 
scale    = 1055055.85262,
 
scale    = 1055055.85262,
 
default  = "MJ",
 
default  = "MJ",
link    = "Conversion of units#Energy",
+
link    = "khí thiên niên",
 
     },
 
     },
 
     ["cuftatm"] = {
 
     ["cuftatm"] = {
name1    = "cubic foot of atmosphere",
+
name1    = "foot khối atmôtphe",
name2    = "cubic feet of atmosphere",
 
 
symbol  = "cu&nbsp;ft&nbsp;atm",
 
symbol  = "cu&nbsp;ft&nbsp;atm",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 2869.2044809344,
 
scale    = 2869.2044809344,
 
default  = "kJ",
 
default  = "kJ",
link    = "Atmosphere (unit)",
+
link    = "atmôtphe",
 
     },
 
     },
 
     ["cuftnaturalgas"] = {
 
     ["cuftnaturalgas"] = {
name1    = "cubic foot of natural gas",
+
name1    = "foot khối khí thiên niên",
name2    = "cubic feet of natural gas",
 
 
symbol  = "cuftnaturalgas",
 
symbol  = "cuftnaturalgas",
 
usename  = 1,
 
usename  = 1,
Dòng 1.053: Dòng 1.167:
 
scale    = 1055055.85262,
 
scale    = 1055055.85262,
 
default  = "MJ",
 
default  = "MJ",
link    = "Conversion of units#Energy",
+
link    = "khí thiên niên",
 
     },
 
     },
 
     ["cuydatm"] = {
 
     ["cuydatm"] = {
name1    = "cubic yard of atmosphere",
+
name1    = "yard khối atmôtphe",
name2    = "cubic yards of atmosphere",
 
 
symbol  = "cu&nbsp;yd&nbsp;atm",
 
symbol  = "cu&nbsp;yd&nbsp;atm",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 77468.5209852288,
 
scale    = 77468.5209852288,
 
default  = "kJ",
 
default  = "kJ",
link    = "Atmosphere (unit)",
+
link    = "atmôtphe",
 
     },
 
     },
 
     ["Eh"] = {
 
     ["Eh"] = {
Dòng 1.070: Dòng 1.183:
 
scale    = 4.35974417e-18,
 
scale    = 4.35974417e-18,
 
default  = "eV",
 
default  = "eV",
 +
link    = "năng lượng Hartree",
 
     },
 
     },
 
     ["erg"] = {
 
     ["erg"] = {
Dòng 1.075: Dòng 1.189:
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 0.0000001,
 
scale    = 0.0000001,
default  = "μJ",
+
default  = "µJ",
 
     },
 
     },
 
     ["eV"] = {
 
     ["eV"] = {
name1    = "electronvolt",
+
name1    = "electronvôn",
 
symbol  = "eV",
 
symbol  = "eV",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 1.602176487e-19,
 
scale    = 1.602176487e-19,
 
default  = "aJ",
 
default  = "aJ",
 +
link    = "Electronvolt",
 
     },
 
     },
 
     ["feV"] = {
 
     ["feV"] = {
name1    = "femtoelectronvolt",
+
name1    = "femtô electronvôn",
 
symbol  = "feV",
 
symbol  = "feV",
 
utype    = "energy",
 
utype    = "energy",
Dòng 1.097: Dòng 1.212:
 
scale    = 1e44,
 
scale    = 1e44,
 
default  = "YJ",
 
default  = "YJ",
link    = "Foe (unit)",
+
link    = "Foe (đơn vị)",
 
     },
 
     },
 
     ["ftlb"] = {
 
     ["ftlb"] = {
name1    = "foot-pound",
+
name1    = "foot pound",
symbol  = "ft⋅lb",
+
symbol  = "ft·lb",
 
utype    = "energy",
 
utype    = "energy",
 
alttype  = "torque",
 
alttype  = "torque",
 
scale    = 1.3558179483314004,
 
scale    = 1.3558179483314004,
 
default  = "J",
 
default  = "J",
link    = "Foot-pound (energy)",
+
link    = "Foot pound (năng lượng)",
 
     },
 
     },
 
     ["ftlb-f"] = {
 
     ["ftlb-f"] = {
name1    = "foot-pound force",
+
name1    = "foot pound (năng lượng)",
name2    = "foot-pounds force",
+
symbol  = "ft·lb<sub>f</sub>",
symbol  = "ft⋅lb<sub>f</sub>",
 
 
utype    = "energy",
 
utype    = "energy",
 
alttype  = "torque",
 
alttype  = "torque",
 
scale    = 1.3558179483314004,
 
scale    = 1.3558179483314004,
 
default  = "J",
 
default  = "J",
link    = "Foot-pound (energy)",
 
 
     },
 
     },
 
     ["ftlbf"] = {
 
     ["ftlbf"] = {
name1    = "foot-pound force",
+
name1    = "foot pound (năng lượng)",
name2    = "foot-pounds force",
+
symbol  = "ft·lbf",
symbol  = "ft⋅lbf",
 
 
utype    = "energy",
 
utype    = "energy",
 
alttype  = "torque",
 
alttype  = "torque",
 
scale    = 1.3558179483314004,
 
scale    = 1.3558179483314004,
 
default  = "J",
 
default  = "J",
link    = "Foot-pound (energy)",
 
 
     },
 
     },
 
     ["ftpdl"] = {
 
     ["ftpdl"] = {
name1    = "foot-poundal",
+
name1    = "foot poundal",
symbol  = "ft⋅pdl",
+
symbol  = "ft·pdl",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 0.0421401100938048,
 
scale    = 0.0421401100938048,
Dòng 1.136: Dòng 1.247:
 
     },
 
     },
 
     ["GeV"] = {
 
     ["GeV"] = {
name1    = "gigaelectronvolt",
+
name1    = "giga electronvôn",
 
symbol  = "GeV",
 
symbol  = "GeV",
 
utype    = "energy",
 
utype    = "energy",
Dòng 1.144: Dòng 1.255:
 
     },
 
     },
 
     ["GLatm"] = {
 
     ["GLatm"] = {
name1    = "gigalitre-atmosphere",
+
name1    = "gigalít atmôtphe",
name1_us = "gigaliter-atmosphere",
+
symbol  = "GL·atm",
symbol  = "GL⋅atm",
 
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 101325000000,
 
scale    = 101325000000,
 
default  = "GJ",
 
default  = "GJ",
link    = "Atmosphere (unit)",
+
link    = "atmôtphe",
 
     },
 
     },
 
     ["Glatm"] = {
 
     ["Glatm"] = {
name1    = "gigalitre-atmosphere",
+
name1    = "gigalít-atmôtphe",
name1_us = "gigaliter-atmosphere",
+
symbol  = "Gl·atm",
symbol  = "Gl⋅atm",
 
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 101325000000,
 
scale    = 101325000000,
 
default  = "GJ",
 
default  = "GJ",
link    = "Atmosphere (unit)",
+
link    = "atmôtphe",
 
     },
 
     },
 
     ["gTNT"] = {
 
     ["gTNT"] = {
name2   = "grams of TNT",
+
name1   = "gam TNT",
 
symbol  = "gram of TNT",
 
symbol  = "gram of TNT",
 
usename  = 1,
 
usename  = 1,
Dòng 1.168: Dòng 1.277:
 
scale    = 4184,
 
scale    = 4184,
 
default  = "kJ",
 
default  = "kJ",
link    = "TNT equivalent",
+
link    = "Đương lượng nổ",
 
     },
 
     },
 
     ["Gtoe"] = {
 
     ["Gtoe"] = {
name1    = "gigatonne of oil equivalent",
+
name1    = "đương lượng giga tấn dầu mỏ",
name2    = "gigatonnes of oil equivalent",
 
 
symbol  = "Gtoe",
 
symbol  = "Gtoe",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4.1868e19,
 
scale    = 4.1868e19,
 
default  = "EJ",
 
default  = "EJ",
link    = "Tonne of oil equivalent",
+
link    = "Đương lượng tấn dầu mỏ",
 
     },
 
     },
 
     ["GtonTNT"] = {
 
     ["GtonTNT"] = {
name2   = "gigatons of TNT",
+
name1   = "giga tấn TNT",
 
symbol  = "gigaton of TNT",
 
symbol  = "gigaton of TNT",
 
usename  = 1,
 
usename  = 1,
Dòng 1.186: Dòng 1.294:
 
scale    = 4.184e18,
 
scale    = 4.184e18,
 
default  = "EJ",
 
default  = "EJ",
link    = "TNT equivalent",
+
link    = "Đương lượng nổ",
 
     },
 
     },
 
     ["GtTNT"] = {
 
     ["GtTNT"] = {
name2   = "gigatonnes of TNT",
+
name1   = "giga tấn TNT",
 
symbol  = "gigatonne of TNT",
 
symbol  = "gigatonne of TNT",
 
usename  = 1,
 
usename  = 1,
Dòng 1.195: Dòng 1.303:
 
scale    = 4.184e18,
 
scale    = 4.184e18,
 
default  = "EJ",
 
default  = "EJ",
link    = "TNT equivalent",
+
link    = "Đương lượng nổ",
 
     },
 
     },
 
     ["GW.h"] = {
 
     ["GW.h"] = {
name1    = "gigawatt-hour",
+
name1    = "gigawatt giờ",
symbol  = "GW⋅h",
+
symbol  = "GW·h",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 3.6e12,
 
scale    = 3.6e12,
 
default  = "TJ",
 
default  = "TJ",
link    = "Watt-hour",
+
link    = "Watt giờ",
 
     },
 
     },
 
     ["GWh"] = {
 
     ["GWh"] = {
name1    = "gigawatt-hour",
+
name1    = "gigawatt giờ",
 
symbol  = "GWh",
 
symbol  = "GWh",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 3.6e12,
 
scale    = 3.6e12,
 
default  = "TJ",
 
default  = "TJ",
link    = "Watt-hour",
+
link    = "Watt giờ",
 
     },
 
     },
 
     ["hph"] = {
 
     ["hph"] = {
name1    = "horsepower-hour",
+
name1    = "mã lực giờ",
symbol  = "hp⋅h",
+
symbol  = "hp·h",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 2684519.537696172792,
 
scale    = 2684519.537696172792,
 
default  = "kWh",
 
default  = "kWh",
link    = "Horsepower",
+
link    = "mã lực",
 
     },
 
     },
 
     ["impgalatm"] = {
 
     ["impgalatm"] = {
name1    = "imperial gallon-atmosphere",
+
name1    = "galông Anh atmôtphe",
symbol  = "imp gal⋅atm",
+
symbol  = "atm·gal&nbsp;Anh",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 460.63256925,
 
scale    = 460.63256925,
 
default  = "J",
 
default  = "J",
link    = "Atmosphere (unit)",
+
link    = "atmôtphe",
 
     },
 
     },
 
     ["inlb"] = {
 
     ["inlb"] = {
name1    = "inch-pound",
+
name1    = "inch pound",
symbol  = "in⋅lb",
+
symbol  = "in·lb",
 
utype    = "energy",
 
utype    = "energy",
 
alttype  = "torque",
 
alttype  = "torque",
 
scale    = 0.1129848290276167,
 
scale    = 0.1129848290276167,
 
default  = "mJ",
 
default  = "mJ",
link    = "Foot-pound (energy)",
+
link    = "Foot pound (năng lượng)",
 
     },
 
     },
 
     ["inlb-f"] = {
 
     ["inlb-f"] = {
name1    = "inch-pound force",
+
name1    = "inch pound lực",
name2    = "inch-pounds force",
+
symbol  = "in·lb<sub>f</sub>",
symbol  = "in⋅lb<sub>f</sub>",
 
 
utype    = "energy",
 
utype    = "energy",
 
alttype  = "torque",
 
alttype  = "torque",
 
scale    = 0.1129848290276167,
 
scale    = 0.1129848290276167,
 
default  = "mJ",
 
default  = "mJ",
link    = "Foot-pound (energy)",
+
link    = "Foot pound (năng lượng)",
 
     },
 
     },
 
     ["inlbf"] = {
 
     ["inlbf"] = {
name1    = "inch-pound force",
+
name1    = "inch pound lực",
name2    = "inch-pounds force",
+
symbol  = "in·lbf",
symbol  = "in⋅lbf",
 
 
utype    = "energy",
 
utype    = "energy",
 
alttype  = "torque",
 
alttype  = "torque",
 
scale    = 0.1129848290276167,
 
scale    = 0.1129848290276167,
 
default  = "mJ",
 
default  = "mJ",
link    = "Foot-pound (energy)",
+
link    = "Foot pound (năng lượng)",
 
     },
 
     },
 
     ["inoz-f"] = {
 
     ["inoz-f"] = {
name1    = "inch-ounce force",
+
name1    = "inch ounce lực",
name2    = "inch-ounces force",
+
symbol  = "in·oz<sub>f</sub>",
symbol  = "in⋅oz<sub>f</sub>",
 
 
utype    = "energy",
 
utype    = "energy",
 
alttype  = "torque",
 
alttype  = "torque",
 
scale    = 0.00706155181422604375,
 
scale    = 0.00706155181422604375,
 
default  = "mJ",
 
default  = "mJ",
link    = "Foot-pound (energy)",
+
link    = "Foot pound (năng lượng)",
 
     },
 
     },
 
     ["inozf"] = {
 
     ["inozf"] = {
name1    = "inch-ounce force",
+
name1    = "inch ounce lực",
name2    = "inch-ounces force",
+
symbol  = "in·ozf",
symbol  = "in⋅ozf",
 
 
utype    = "energy",
 
utype    = "energy",
 
alttype  = "torque",
 
alttype  = "torque",
 
scale    = 0.00706155181422604375,
 
scale    = 0.00706155181422604375,
 
default  = "mJ",
 
default  = "mJ",
link    = "Foot-pound (energy)",
+
link    = "Foot pound (năng lượng)",
 
     },
 
     },
 
     ["J"] = {
 
     ["J"] = {
_name1  = "joule",
+
_name1  = "jun",
 
_symbol  = "J",
 
_symbol  = "J",
 
utype    = "energy",
 
utype    = "energy",
Dòng 1.288: Dòng 1.392:
 
     },
 
     },
 
     ["kBOE"] = {
 
     ["kBOE"] = {
name1    = "kilo barrel of oil equivalent",
+
name1    = "kilô đương lượng thùng dầu mỏ",
name2    = "kilo barrels of oil equivalent",
 
 
symbol  = "kBOE",
 
symbol  = "kBOE",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 6.1178632e12,
 
scale    = 6.1178632e12,
 
default  = "TJ",
 
default  = "TJ",
link    = "Barrel of oil equivalent",
+
link    = "Đương lượng thùng dầu mỏ",
 
     },
 
     },
 
     ["kcal"] = {
 
     ["kcal"] = {
name1    = "kilocalorie",
+
name1    = "kilô ca-lo",
 
symbol  = "kcal",
 
symbol  = "kcal",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4184,
 
scale    = 4184,
 
default  = "kJ",
 
default  = "kJ",
link    = "Calorie",
+
link    = "ca-lo",
 
     },
 
     },
 
     ["kcal-15"] = {
 
     ["kcal-15"] = {
name1    = "kilocalorie (15°C)",
+
name1    = "ki-lô ca-lo (15°C)",
name2    = "kilocalories (15°C)",
 
 
symbol  = "kcal<sub>15</sub>",
 
symbol  = "kcal<sub>15</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4185.8,
 
scale    = 4185.8,
 
default  = "kJ",
 
default  = "kJ",
link    = "Calorie",
+
link    = "ca-lo",
 
     },
 
     },
 
     ["kcal-IT"] = {
 
     ["kcal-IT"] = {
name1    = "kilocalorie (International Steam Table)",
+
name1    = "ki-lô ca-lo (Bảng hơi nước quốc tế)",
name2    = "kilocalories (International Steam Table)",
 
 
symbol  = "kcal<sub>IT</sub>",
 
symbol  = "kcal<sub>IT</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4186.8,
 
scale    = 4186.8,
 
default  = "kJ",
 
default  = "kJ",
link    = "Calorie",
+
link    = "ca-lo",
 
     },
 
     },
 
     ["kcal-th"] = {
 
     ["kcal-th"] = {
name1    = "kilocalorie (thermochemical)",
+
name1    = "ki-lô ca-lo (hóa nhiệt)",
name2    = "kilocalories (thermochemical)",
 
 
symbol  = "kcal<sub>th</sub>",
 
symbol  = "kcal<sub>th</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4184,
 
scale    = 4184,
 
default  = "kJ",
 
default  = "kJ",
link    = "Calorie",
+
link    = "ca-lo",
 
     },
 
     },
 
     ["kerg"] = {
 
     ["kerg"] = {
name1    = "kiloerg",
+
name1    = "kilô erg",
 
symbol  = "kerg",
 
symbol  = "kerg",
 
utype    = "energy",
 
utype    = "energy",
Dòng 1.340: Dòng 1.440:
 
     },
 
     },
 
     ["keV"] = {
 
     ["keV"] = {
name1    = "kiloelectronvolt",
+
name1    = "kilô electronvôn",
 
symbol  = "keV",
 
symbol  = "keV",
 
utype    = "energy",
 
utype    = "energy",
Dòng 1.348: Dòng 1.448:
 
     },
 
     },
 
     ["kgTNT"] = {
 
     ["kgTNT"] = {
name2   = "kilograms of TNT",
+
name1   = "kilôgam TNT",
 
symbol  = "kilogram of TNT",
 
symbol  = "kilogram of TNT",
 
usename  = 1,
 
usename  = 1,
Dòng 1.354: Dòng 1.454:
 
scale    = 4184000,
 
scale    = 4184000,
 
default  = "MJ",
 
default  = "MJ",
link    = "TNT equivalent",
+
link    = "Đương lượng nổ",
 
     },
 
     },
 
     ["kLatm"] = {
 
     ["kLatm"] = {
name1    = "kilolitre-atmosphere",
+
name1    = "kilôlít atmôtphe",
name1_us = "kiloliter-atmosphere",
+
symbol  = "kL·atm",
symbol  = "kL⋅atm",
 
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 101325,
 
scale    = 101325,
 
default  = "kJ",
 
default  = "kJ",
link    = "Atmosphere (unit)",
+
link    = "atmôtphe",
 
     },
 
     },
 
     ["klatm"] = {
 
     ["klatm"] = {
name1    = "kilolitre-atmosphere",
+
name1    = "kilôlít atmôtphe",
name1_us = "kiloliter-atmosphere",
+
symbol  = "kl·atm",
symbol  = "kl⋅atm",
 
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 101325,
 
scale    = 101325,
 
default  = "kJ",
 
default  = "kJ",
link    = "Atmosphere (unit)",
+
link    = "atmôtphe",
 
     },
 
     },
 
     ["kt(TNT)"] = {
 
     ["kt(TNT)"] = {
name1    = "kilotonne",
+
name1    = "kilô tấn",
name1_us = "kiloton",
 
 
symbol  = "kt",
 
symbol  = "kt",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4.184e12,
 
scale    = 4.184e12,
 
default  = "TJ",
 
default  = "TJ",
link    = "TNT equivalent",
+
link    = "Đương lượng nổ",
 
     },
 
     },
 
     ["ktoe"] = {
 
     ["ktoe"] = {
name1    = "kilotonne of oil equivalent",
+
name1    = "đương lượng kilô tấn dầu mỏ",
name2    = "kilotonnes of oil equivalent",
 
 
symbol  = "ktoe",
 
symbol  = "ktoe",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4.1868e13,
 
scale    = 4.1868e13,
 
default  = "TJ",
 
default  = "TJ",
link    = "Tonne of oil equivalent",
+
link    = "Đương lượng tấn dầu mỏ",
 
     },
 
     },
 
     ["ktonTNT"] = {
 
     ["ktonTNT"] = {
name1    = "kiloton of TNT",
+
name1    = "kilô tấn TNT",
name2    = "kilotons of TNT",
 
 
symbol  = "kt",
 
symbol  = "kt",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4.184e12,
 
scale    = 4.184e12,
 
default  = "TJ",
 
default  = "TJ",
link    = "TNT equivalent",
+
link    = "Đương lượng nổ",
 
     },
 
     },
 
     ["ktTNT"] = {
 
     ["ktTNT"] = {
name2   = "kilotonnes of TNT",
+
name1   = "kilô tấn TNT",
 
symbol  = "kilotonne of TNT",
 
symbol  = "kilotonne of TNT",
 
usename  = 1,
 
usename  = 1,
Dòng 1.408: Dòng 1.503:
 
scale    = 4.184e12,
 
scale    = 4.184e12,
 
default  = "TJ",
 
default  = "TJ",
link    = "TNT equivalent",
+
link    = "Đương lượng nổ",
 
     },
 
     },
 
     ["kW.h"] = {
 
     ["kW.h"] = {
name1    = "kilowatt-hour",
+
name1    = "kilôwatt giờ",
symbol  = "kW⋅h",
+
symbol  = "kW·h",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 3600000,
 
scale    = 3600000,
 
default  = "MJ",
 
default  = "MJ",
link    = "Watt-hour",
+
link    = "Watt giờ",
 
     },
 
     },
 
     ["kWh"] = {
 
     ["kWh"] = {
name1    = "kilowatt-hour",
+
name1    = "kilôwatt giờ",
 
symbol  = "kWh",
 
symbol  = "kWh",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 3600000,
 
scale    = 3600000,
 
default  = "MJ",
 
default  = "MJ",
link    = "Watt-hour",
+
link    = "Watt giờ",
 
     },
 
     },
 
     ["Latm"] = {
 
     ["Latm"] = {
name1    = "litre-atmosphere",
+
name1    = "lít atmôtphe",
name1_us = "liter-atmosphere",
+
symbol  = "L·atm",
symbol  = "L⋅atm",
 
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 101.325,
 
scale    = 101.325,
 
default  = "J",
 
default  = "J",
link    = "Atmosphere (unit)",
+
link    = "atmôtphe",
 
     },
 
     },
 
     ["latm"] = {
 
     ["latm"] = {
name1    = "litre-atmosphere",
+
name1    = "lít atmôtphe",
name1_us = "liter-atmosphere",
+
symbol  = "l·atm",
symbol  = "l⋅atm",
 
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 101.325,
 
scale    = 101.325,
 
default  = "J",
 
default  = "J",
link    = "Atmosphere (unit)",
+
link    = "atmôtphe",
 
     },
 
     },
 
     ["m3atm"] = {
 
     ["m3atm"] = {
name1    = "cubic metre-atmosphere",
+
name1    = "mét khối atmôtphe",
name1_us = "cubic meter-atmosphere",
+
symbol  = "m<sup>3</sup>·atm",
symbol  = "m<sup>3</sup>⋅atm",
 
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 101325,
 
scale    = 101325,
 
default  = "kJ",
 
default  = "kJ",
link    = "Atmosphere (unit)",
+
link    = "atmôtphe",
 
     },
 
     },
     ["Mcal"] = {
+
     ["MBtu"] = {
name1    = "megacalorie",
+
name1    = "ngàn đơn vị nhiệt Anh",
symbol  = "Mcal",
+
symbol  = "MBtu",
 
utype    = "energy",
 
utype    = "energy",
scale    = 4184000,
+
scale    = 1055055.85262,
 
default  = "MJ",
 
default  = "MJ",
link    = "Calorie",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["mcal"] = {
+
     ["MBTU-39F"] = {
name1    = "millicalorie",
+
name1    = "ngàn đơn vị nhiệt Anh (39°F)",
symbol  = "mcal",
+
symbol  = "MBTU<sub>39°F</sub>",
 
utype    = "energy",
 
utype    = "energy",
scale    = 0.004184,
+
scale    = 1059670,
default  = "mJ",
+
default  = "MJ",
link    = "Calorie",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["Mcal-15"] = {
+
     ["MBtu-39F"] = {
name1    = "megacalorie (15°C)",
+
name1    = "ngàn đơn vị nhiệt Anh (39°F)",
name2    = "megacalories (15°C)",
+
symbol  = "MBtu<sub>39°F</sub>",
symbol  = "Mcal<sub>15</sub>",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 4185800,
+
scale    = 1059670,
 
default  = "MJ",
 
default  = "MJ",
link    = "Calorie",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["mcal-15"] = {
+
     ["MBTU-59F"] = {
name1    = "millicalorie (15°C)",
+
name1    = "ngàn đơn vị nhiệt Anh (59°F)",
name2    = "millicalories (15°C)",
+
symbol  = "MBTU<sub>59°F</sub>",
symbol  = "mcal<sub>15</sub>",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 0.0041858,
+
scale    = 1054804,
default  = "mJ",
+
default  = "MJ",
link    = "Calorie",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["Mcal-IT"] = {
+
     ["MBtu-59F"] = {
name1    = "megacalorie (International Steam Table)",
+
name1    = "ngàn đơn vị nhiệt Anh (59°F)",
name2    = "megacalories (International Steam Table)",
+
symbol  = "MBtu<sub>59°F</sub>",
symbol  = "Mcal<sub>IT</sub>",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 4186800,
+
scale    = 1054804,
 
default  = "MJ",
 
default  = "MJ",
link    = "Calorie",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["mcal-IT"] = {
+
     ["MBTU-60F"] = {
name1    = "millicalorie (International Steam Table)",
+
name1    = "ngàn đơn vị nhiệt Anh (60°F)",
name2    = "millicalories (International Steam Table)",
+
symbol  = "MBTU<sub>60°F</sub>",
symbol  = "mcal<sub>IT</sub>",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 0.0041868,
+
scale    = 1054680,
default  = "mJ",
+
default  = "MJ",
link    = "Calorie",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["Mcal-th"] = {
+
     ["MBtu-60F"] = {
name1    = "megacalorie (thermochemical)",
+
name1    = "ngàn đơn vị nhiệt Anh (60°F)",
name2    = "megacalories (thermochemical)",
+
symbol  = "MBtu<sub>60°F</sub>",
symbol  = "Mcal<sub>th</sub>",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 4184000,
+
scale    = 1054680,
 
default  = "MJ",
 
default  = "MJ",
link    = "Calorie",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["mcal-th"] = {
+
     ["MBTU-63F"] = {
name1    = "millicalorie (thermochemical)",
+
name1    = "ngàn đơn vị nhiệt Anh (63°F)",
name2    = "millicalories (thermochemical)",
+
symbol  = "MBTU<sub>63°F</sub>",
symbol  = "mcal<sub>th</sub>",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 0.004184,
+
scale    = 1054600,
default  = "mJ",
+
default  = "MJ",
link    = "Calorie",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["Merg"] = {
+
     ["MBtu-63F"] = {
name1    = "megaerg",
+
name1    = "ngàn đơn vị nhiệt Anh (63°F)",
symbol  = "Merg",
+
symbol  = "MBtu<sub>63°F</sub>",
 
utype    = "energy",
 
utype    = "energy",
scale    = 0.1,
+
scale    = 1054600,
default  = "J",
+
default  = "MJ",
link    = "Erg",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["merg"] = {
+
     ["MBTU-ISO"] = {
name1    = "millierg",
+
name1    = "ngàn đơn vị nhiệt Anh (ISO)",
symbol  = "merg",
+
symbol  = "MBTU<sub>ISO</sub>",
 
utype    = "energy",
 
utype    = "energy",
scale    = 0.0000000001,
+
scale    = 1055056,
default  = "μJ",
+
default  = "MJ",
link    = "Erg",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["MeV"] = {
+
     ["MBtu-ISO"] = {
name1    = "megaelectronvolt",
+
name1    = "ngàn đơn vị nhiệt Anh (ISO)",
symbol  = "MeV",
+
symbol  = "MBtu<sub>ISO</sub>",
 
utype    = "energy",
 
utype    = "energy",
scale    = 1.602176487e-13,
+
scale    = 1055056,
default  = "pJ",
+
default  = "MJ",
link    = "Electronvolt",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["meV"] = {
+
     ["MBTU-IT"] = {
name1    = "millielectronvolt",
+
name1    = "ngàn đơn vị nhiệt Anh (IT)",
symbol  = "meV",
+
symbol  = "MBTU<sub>IT</sub>",
 
utype    = "energy",
 
utype    = "energy",
scale    = 1.602176487e-22,
+
scale    = 1055055.85262,
default  = "zJ",
+
default  = "MJ",
link    = "Electronvolt",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["MLatm"] = {
+
     ["MBtu-IT"] = {
name1    = "megalitre-atmosphere",
+
name1    = "ngàn đơn vị nhiệt Anh (IT)",
name1_us = "megaliter-atmosphere",
+
symbol  = "MBtu<sub>IT</sub>",
symbol  = "ML⋅atm",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 101325000,
+
scale    = 1055055.85262,
 
default  = "MJ",
 
default  = "MJ",
link    = "Atmosphere (unit)",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["Mlatm"] = {
+
     ["MBTU-mean"] = {
name1    = "megalitre-atmosphere",
+
name1    = "ngàn đơn vị nhiệt Anh (trung bình)",
name1_us = "megaliter-atmosphere",
+
symbol  = "MBTU<sub>TB</sub>",
symbol  = "Ml⋅atm",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 101325000,
+
scale    = 1055870,
 
default  = "MJ",
 
default  = "MJ",
link    = "Atmosphere (unit)",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["mLatm"] = {
+
     ["MBtu-mean"] = {
name1    = "millilitre-atmosphere",
+
name1    = "ngàn đơn vị nhiệt Anh (trung bình)",
name1_us = "milliliter-atmosphere",
+
symbol  = "MBtu<sub>TB</sub>",
symbol  = "L⋅atm",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 0.101325,
+
scale    = 1055870,
default  = "mJ",
+
default  = "MJ",
link    = "Atmosphere (unit)",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["mlatm"] = {
+
     ["MBTU-th"] = {
name1    = "millilitre-atmosphere",
+
name1    = "ngàn đơn vị nhiệt Anh (hóa nhiệt)",
name1_us = "milliliter-atmosphere",
+
symbol  = "MBTU<sub>HN</sub>",
symbol  = "l⋅atm",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 0.101325,
+
scale    = 1054350.26444,
default  = "mJ",
+
default  = "MJ",
link    = "Atmosphere (unit)",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["MMBtu"] = {
+
     ["MBtu-th"] = {
name1    = "million British thermal units",
+
name1    = "ngàn đơn vị nhiệt Anh (hóa nhiệt)",
name2    = "million British thermal units",
+
symbol  = "MBtu<sub>HN</sub>",
symbol  = "MMBtu",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 1055055852.62,
+
scale    = 1054350.26444,
default  = "GJ",
+
default  = "MJ",
link    = "British thermal unit",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["Mt(TNT)"] = {
+
     ["Mcal"] = {
name1    = "megatonne",
+
name1    = "mê-ga ca-lo",
name1_us = "megaton",
+
symbol  = "Mcal",
symbol  = "Mt",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 4.184e15,
+
scale    = 4184000,
default  = "PJ",
+
default  = "MJ",
link    = "TNT equivalent",
+
link    = "ca-lo",
 
     },
 
     },
     ["Mtoe"] = {
+
     ["mcal"] = {
name1    = "megatonne of oil equivalent",
+
name1    = "mi-li ca-lo",
name2    = "megatonnes of oil equivalent",
+
symbol  = "mcal",
symbol  = "Mtoe",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 4.1868e16,
+
scale    = 0.004184,
default  = "PJ",
+
default  = "mJ",
link    = "Tonne of oil equivalent",
+
link    = "ca-lo",
 
     },
 
     },
     ["MtonTNT"] = {
+
     ["Mcal-15"] = {
name1    = "megaton of TNT",
+
name1    = "mê-ga ca-lo (15°C)",
name2    = "megatons of TNT",
+
symbol  = "Mcal<sub>15</sub>",
symbol  = "Mt",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 4.184e15,
+
scale    = 4185800,
default  = "PJ",
+
default  = "MJ",
link    = "TNT equivalent",
+
link    = "ca-lo",
 
     },
 
     },
     ["mtonTNT"] = {
+
     ["mcal-15"] = {
name2   = "millitons of TNT",
+
name1   = "mi-li ca-lo (15°C)",
symbol  = "milliton of TNT",
+
symbol  = "mcal<sub>15</sub>",
usename  = 1,
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 4184000,
+
scale    = 0.0041858,
default  = "MJ",
+
default  = "mJ",
link    = "TNT equivalent",
+
link    = "ca-lo",
 
     },
 
     },
     ["MtTNT"] = {
+
     ["Mcal-IT"] = {
name2   = "megatonnes of TNT",
+
name1   = "mê-ga ca-lo (Bảng hơi nước quốc tế)",
symbol  = "megatonne of TNT",
+
symbol  = "Mcal<sub>IT</sub>",
usename  = 1,
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 4.184e15,
+
scale    = 4186800,
default  = "PJ",
+
default  = "MJ",
link    = "TNT equivalent",
+
link    = "ca-lo",
 
     },
 
     },
     ["mtTNT"] = {
+
     ["mcal-IT"] = {
name2   = "millitonnes of TNT",
+
name1   = "mi-li ca-lo (Bảng hơi nước quốc tế)",
symbol  = "millitonne of TNT",
+
symbol  = "mcal<sub>IT</sub>",
usename = 1,
+
utype    = "energy",
 +
scale    = 0.0041868,
 +
default = "mJ",
 +
link    = "ca-lo",
 +
    },
 +
    ["Mcal-th"] = {
 +
name1    = "mê-ga ca-lo (hóa nhiệt)",
 +
symbol  = "Mcal<sub>HN</sub>",
 
utype    = "energy",
 
utype    = "energy",
 
scale    = 4184000,
 
scale    = 4184000,
 
default  = "MJ",
 
default  = "MJ",
link    = "TNT equivalent",
+
link    = "ca-lo",
 
     },
 
     },
     ["MW.h"] = {
+
     ["mcal-th"] = {
name1    = "megawatt-hour",
+
name1    = "mi-li ca-lo (hóa nhiệt)",
symbol  = "MW⋅h",
+
symbol  = "mcal<sub>HN</sub>",
 
utype    = "energy",
 
utype    = "energy",
scale    = 3600000000,
+
scale    = 0.004184,
default  = "GJ",
+
default  = "mJ",
link    = "Watt-hour",
+
link    = "ca-lo",
 
     },
 
     },
     ["mW.h"] = {
+
     ["Merg"] = {
name1    = "milliwatt-hour",
+
name1    = "mêga erg",
symbol  = "mW⋅h",
+
symbol  = "Merg",
 
utype    = "energy",
 
utype    = "energy",
scale    = 3.6,
+
scale    = 0.1,
 
default  = "J",
 
default  = "J",
link    = "Watt-hour",
+
link    = "Erg",
 
     },
 
     },
     ["MWh"] = {
+
     ["merg"] = {
name1    = "megawatt-hour",
+
name1    = "mili erg",
symbol  = "MWh",
+
symbol  = "merg",
 
utype    = "energy",
 
utype    = "energy",
scale    = 3600000000,
+
scale    = 0.0000000001,
default  = "GJ",
+
default  = "µJ",
link    = "Watt-hour",
+
link    = "Erg",
 
     },
 
     },
     ["mWh"] = {
+
     ["MeV"] = {
name1    = "milliwatt-hour",
+
name1    = "mêga electronvôn",
symbol  = "mWh",
+
symbol  = "MeV",
 
utype    = "energy",
 
utype    = "energy",
scale    = 3.6,
+
scale    = 1.602176487e-13,
default  = "J",
+
default  = "pJ",
link    = "Watt-hour",
+
link    = "Electronvolt",
 
     },
 
     },
     ["neV"] = {
+
     ["meV"] = {
name1    = "nanoelectronvolt",
+
name1    = "mili electronvôn",
symbol  = "neV",
+
symbol  = "meV",
 
utype    = "energy",
 
utype    = "energy",
scale    = 1.602176487e-28,
+
scale    = 1.602176487e-22,
default  = "yJ",
+
default  = "zJ",
 
link    = "Electronvolt",
 
link    = "Electronvolt",
 
     },
 
     },
     ["PeV"] = {
+
     ["MLatm"] = {
name1    = "petaelectronvolt",
+
name1    = "mêgalít atmôtphe",
symbol  = "PeV",
+
symbol  = "ML·atm",
 
utype    = "energy",
 
utype    = "energy",
scale    = 0.0001602176487,
+
scale    = 101325000,
default  = "mJ",
+
default  = "MJ",
link    = "Electronvolt",
+
link    = "atmôtphe",
 
     },
 
     },
     ["peV"] = {
+
     ["Mlatm"] = {
name1    = "picoelectronvolt",
+
name1    = "mêgalít atmôtphe",
symbol  = "peV",
+
symbol  = "Ml·atm",
 
utype    = "energy",
 
utype    = "energy",
scale    = 1.602176487e-31,
+
scale    = 101325000,
default  = "yJ",
+
default  = "MJ",
link    = "Electronvolt",
+
link    = "atmôtphe",
 
     },
 
     },
     ["PSh"] = {
+
     ["mLatm"] = {
name1    = "Pferdestärkenstunde",
+
name1    = "mililít atmôtphe",
symbol  = "PSh",
+
symbol  = "L·atm",
 
utype    = "energy",
 
utype    = "energy",
scale    = 2647795.5,
+
scale    = 0.101325,
default  = "kWh",
+
default  = "mJ",
 +
link    = "atmôtphe",
 
     },
 
     },
     ["quad"] = {
+
     ["mlatm"] = {
name1    = "quadrillion British thermal units",
+
name1    = "mililít atmôtphe",
name2    = "quadrillion British thermal units",
+
symbol  = "l·atm",
symbol  = "quad",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 1.054804e18,
+
scale    = 0.101325,
default  = "EJ",
+
default  = "mJ",
link    = "Quad (unit)",
+
link    = "atmôtphe",
 
     },
 
     },
     ["Ry"] = {
+
     ["MMBtu"] = {
name1    = "rydberg",
+
name1    = "triệu đơn vị nhiệt Anh",
symbol  = "Ry",
+
symbol  = "MMBtu",
 
utype    = "energy",
 
utype    = "energy",
scale    = 2.1798741e-18,
+
scale    = 1055055852.62,
default  = "eV",
+
default  = "GJ",
link    = "Rydberg constant",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["scc"] = {
+
     ["MMBTU-39F"] = {
name1    = "standard cubic centimetre",
+
name1    = "triệu đơn vị nhiệt Anh (39°F)",
name1_us = "standard cubic centimeter",
+
symbol  = "MMBTU<sub>39°F</sub>",
symbol  = "scc",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 0.101325,
+
scale    = 1059670000,
default  = "mJ",
+
default  = "GJ",
link    = "Atmosphere (unit)",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["scf"] = {
+
     ["MMBtu-39F"] = {
name1    = "standard cubic foot",
+
name1    = "triệu đơn vị nhiệt Anh (39°F)",
name2    = "standard cubic feet",
+
symbol  = "MMBtu<sub>39°F</sub>",
symbol  = "scf",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 2869.2044809344,
+
scale    = 1059670000,
default  = "kJ",
+
default  = "GJ",
link    = "Atmosphere (unit)",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["scfoot"] = {
+
     ["MMBTU-59F"] = {
name1    = "standard cubic foot",
+
name1    = "triệu đơn vị nhiệt Anh (59°F)",
name2    = "standard cubic foot",
+
symbol  = "MMBTU<sub>59°F</sub>",
symbol  = "scf",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 2869.2044809344,
+
scale    = 1054804000,
default  = "kJ",
+
default  = "GJ",
link    = "Atmosphere (unit)",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["scy"] = {
+
     ["MMBtu-59F"] = {
name1    = "standard cubic yard",
+
name1    = "triệu đơn vị nhiệt Anh (59°F)",
symbol  = "scy",
+
symbol  = "MMBtu<sub>59°F</sub>",
 +
utype    = "energy",
 +
scale    = 1054804000,
 +
default  = "GJ",
 +
link    = "đơn vị nhiệt Anh",
 +
    },
 +
    ["MMBTU-60F"] = {
 +
name1    = "triệu đơn vị nhiệt Anh (60°F)",
 +
symbol  = "MMBTU<sub>60°F</sub>",
 
utype    = "energy",
 
utype    = "energy",
scale    = 77468.5209852288,
+
scale    = 1054680000,
default  = "kJ",
+
default  = "GJ",
link    = "Atmosphere (unit)",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["sl"] = {
+
     ["MMBtu-60F"] = {
name1    = "standard litre",
+
name1    = "triệu đơn vị nhiệt Anh (60°F)",
name1_us = "standard liter",
+
symbol  = "MMBtu<sub>60°F</sub>",
symbol  = "sl",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 101.325,
+
scale    = 1054680000,
default  = "J",
+
default  = "GJ",
link    = "Atmosphere (unit)",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["t(TNT)"] = {
+
     ["MMBTU-63F"] = {
name1    = "tonne",
+
name1    = "triệu đơn vị nhiệt Anh (63°F)",
name1_us = "ton",
+
symbol  = "MMBTU<sub>63°F</sub>",
symbol  = "t",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 4184000000,
+
scale    = 1054600000,
 
default  = "GJ",
 
default  = "GJ",
link    = "TNT equivalent",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["TeV"] = {
+
     ["MMBtu-63F"] = {
name1    = "teraelectronvolt",
+
name1    = "triệu đơn vị nhiệt Anh (63°F)",
symbol  = "TeV",
+
symbol  = "MMBtu<sub>63°F</sub>",
 
utype    = "energy",
 
utype    = "energy",
scale    = 1.602176487e-7,
+
scale    = 1054600000,
default  = "μJ",
+
default  = "GJ",
link    = "Electronvolt",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["th"] = {
+
     ["MMBTU-ISO"] = {
name1    = "thermie",
+
name1    = "triệu đơn vị nhiệt Anh (ISO)",
symbol  = "th",
+
symbol  = "MMBTU<sub>ISO</sub>",
 
utype    = "energy",
 
utype    = "energy",
scale    = 4186800,
+
scale    = 1055056000,
default  = "MJ",
+
default  = "GJ",
link    = "Conversion of units#Energy",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["thm-EC"] = {
+
     ["MMBtu-ISO"] = {
name1    = "therm (EC)",
+
name1    = "triệu đơn vị nhiệt Anh (ISO)",
name2    = "therms (EC)",
+
symbol  = "MMBtu<sub>ISO</sub>",
symbol  = "thm (EC)",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 105506000,
+
scale    = 1055056000,
default  = "MJ",
+
default  = "GJ",
link    = "Therm",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["thm-UK"] = {
+
     ["MMBTU-IT"] = {
name1    = "therm (UK)",
+
name1    = "triệu đơn vị nhiệt Anh (IT)",
name2    = "therms (UK)",
+
symbol  = "MMBTU<sub>IT</sub>",
symbol  = "thm (UK)",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 105505585.257348,
+
scale    = 1055055852.62,
default  = "MJ",
+
default  = "GJ",
link    = "Therm",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["thm-US"] = {
+
     ["MMBtu-IT"] = {
name1    = "therm (US)",
+
name1    = "triệu đơn vị nhiệt Anh (IT)",
name1_us = "therm (U.S.)",
+
symbol  = "MMBtu<sub>IT</sub>",
name2    = "therms (US)",
 
name2_us = "therms (U.S.)",
 
symbol  = "thm (US)",
 
sym_us  = "thm (U.S.)",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 105480400,
+
scale    = 1055055852.62,
default  = "MJ",
+
default  = "GJ",
link    = "Therm",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["toe"] = {
+
     ["MMBTU-mean"] = {
name1    = "tonne of oil equivalent",
+
name1    = "triệu đơn vị nhiệt Anh (trung bình)",
name2    = "tonnes of oil equivalent",
+
symbol  = "MMBTU<sub>TB</sub>",
symbol  = "toe",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 41868000000,
+
scale    = 1055870000,
 
default  = "GJ",
 
default  = "GJ",
 +
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["tonTNT"] = {
+
     ["MMBtu-mean"] = {
name2   = "tons of TNT",
+
name1   = "triệu đơn vị nhiệt Anh (mean)",
symbol  = "ton of TNT",
+
symbol  = "MMBtu<sub>TB</sub>",
usename  = 1,
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 4184000000,
+
scale    = 1055870000,
 
default  = "GJ",
 
default  = "GJ",
link    = "TNT equivalent",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["tTNT"] = {
+
     ["MMBTU-th"] = {
name2   = "tonnes of TNT",
+
name1   = "triệu đơn vị nhiệt Anh (hóa nhiệt)",
symbol  = "tonne of TNT",
+
symbol  = "MMBTU<sub>HN</sub>",
usename  = 1,
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 4184000000,
+
scale    = 1054350264.44,
 
default  = "GJ",
 
default  = "GJ",
link    = "TNT equivalent",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["TtonTNT"] = {
+
     ["MMBtu-th"] = {
name2   = "teratons of TNT",
+
name1   = "triệu đơn vị nhiệt Anh (hóa nhiệt)",
symbol  = "teraton of TNT",
+
symbol  = "MMBtu<sub>HN</sub>",
usename  = 1,
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 4.184e21,
+
scale    = 1054350264.44,
default  = "ZJ",
+
default  = "GJ",
link    = "TNT equivalent",
+
link    = "đơn vị nhiệt Anh",
 
     },
 
     },
     ["TtTNT"] = {
+
     ["Mt(TNT)"] = {
name2   = "teratonnes of TNT",
+
name1   = "mêga tấn",
symbol  = "teratonne of TNT",
+
symbol  = "Mt",
usename  = 1,
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 4.184e21,
+
scale    = 4.184e15,
default  = "ZJ",
+
default  = "PJ",
link    = "TNT equivalent",
+
link    = "Đương lượng nổ",
 
     },
 
     },
     ["TW.h"] = {
+
     ["Mtoe"] = {
name1    = "terawatt-hour",
+
name1    = "đương lượng mêga tấn dầu mỏ",
symbol  = "TW⋅h",
+
symbol  = "Mtoe",
 
utype    = "energy",
 
utype    = "energy",
scale    = 3.6e15,
+
scale    = 4.1868e16,
 
default  = "PJ",
 
default  = "PJ",
link    = "Watt-hour",
+
link    = "Đương lượng tấn dầu mỏ",
 
     },
 
     },
     ["TWh"] = {
+
     ["MtonTNT"] = {
name1    = "terawatt-hour",
+
name1    = "mêga tấn TNT",
symbol  = "TWh",
+
symbol  = "Mt",
 
utype    = "energy",
 
utype    = "energy",
scale    = 3.6e15,
+
scale    = 4.184e15,
 
default  = "PJ",
 
default  = "PJ",
link    = "Watt-hour",
+
link    = "Đương lượng nổ",
 
     },
 
     },
     ["USgalatm"] = {
+
     ["mtonTNT"] = {
name1    = "US gallon-atmosphere",
+
name1    = "mili tấn TNT",
name1_us = "U.S. gallon-atmosphere",
+
symbol  = "milliton of TNT",
symbol  = "US&nbsp;gal⋅atm",
+
usename  = 1,
sym_us  = "U.S.&nbsp;gal⋅atm",
 
 
utype    = "energy",
 
utype    = "energy",
scale    = 383.5568490138,
+
scale    = 4184000,
default  = "J",
+
default  = "MJ",
link    = "Atmosphere (unit)",
+
link    = "Đương lượng nổ",
 
     },
 
     },
     ["W.h"] = {
+
     ["MtTNT"] = {
name1    = "watt-hour",
+
name1    = "mêga tấn TNT",
symbol  = "W⋅h",
+
symbol  = "megatonne of TNT",
 +
usename  = 1,
 
utype    = "energy",
 
utype    = "energy",
scale    = 3600,
+
scale    = 4.184e15,
default  = "kJ",
+
default  = "PJ",
 +
link    = "Đương lượng nổ",
 
     },
 
     },
     ["Wh"] = {
+
     ["mtTNT"] = {
name1    = "watt-hour",
+
name1    = "mili tấn TNT",
symbol  = "Wh",
+
symbol  = "millitonne of TNT",
 +
usename  = 1,
 
utype    = "energy",
 
utype    = "energy",
scale    = 3600,
+
scale    = 4184000,
default  = "kJ",
+
default  = "MJ",
 +
link    = "Đương lượng nổ",
 +
    },
 +
    ["MW.h"] = {
 +
name1    = "mêgawatt giờ",
 +
symbol  = "MW·h",
 +
utype    = "energy",
 +
scale    = 3600000000,
 +
default  = "GJ",
 +
link    = "Watt giờ",
 +
    },
 +
    ["mW.h"] = {
 +
name1    = "miliwatt giờ",
 +
symbol  = "mW·h",
 +
utype    = "energy",
 +
scale    = 3.6,
 +
default  = "J",
 +
link    = "Watt giờ",
 +
    },
 +
    ["MWh"] = {
 +
name1    = "mêgawatt giờ",
 +
symbol  = "MWh",
 +
utype    = "energy",
 +
scale    = 3600000000,
 +
default  = "GJ",
 +
link    = "Watt giờ",
 
     },
 
     },
     ["μerg"] = {
+
     ["mWh"] = {
name1    = "microerg",
+
name1    = "miliwatt giờ",
symbol  = "μerg",
+
symbol  = "mWh",
 
utype    = "energy",
 
utype    = "energy",
scale    = 1e-13,
+
scale    = 3.6,
default  = "nJ",
+
default  = "J",
link    = "Erg",
+
link    = "Watt giờ",
 
     },
 
     },
     ["μeV"] = {
+
     ["neV"] = {
name1    = "microelectronvolt",
+
name1    = "nanô electronvôn",
symbol  = "μeV",
+
symbol  = "neV",
 
utype    = "energy",
 
utype    = "energy",
scale    = 1.602176487e-25,
+
scale    = 1.602176487e-28,
 
default  = "yJ",
 
default  = "yJ",
 
link    = "Electronvolt",
 
link    = "Electronvolt",
 
     },
 
     },
     ["μW.h"] = {
+
     ["PeV"] = {
name1    = "microwatt-hour",
+
name1    = "pêta electronvôn",
symbol  = "μW⋅h",
+
symbol  = "PeV",
 
utype    = "energy",
 
utype    = "energy",
scale    = 0.0036,
+
scale    = 0.0001602176487,
 
default  = "mJ",
 
default  = "mJ",
link    = "Watt-hour",
+
link    = "Electronvolt",
 
     },
 
     },
     ["μWh"] = {
+
     ["peV"] = {
name1    = "microwatt-hour",
+
name1    = "picô electronvôn",
symbol  = "μWh",
+
symbol  = "peV",
 
utype    = "energy",
 
utype    = "energy",
scale    = 0.0036,
+
scale    = 1.602176487e-31,
default  = "mJ",
+
default  = "yJ",
link    = "Watt-hour",
+
link    = "Electronvolt",
 
     },
 
     },
     ["-kW.h"] = {
+
     ["quad"] = {
target   = "kW.h",
+
name1    = "triệu tỷ đơn vị nhiệt Anh",
link    = "Kilowatt hour",
+
symbol   = "quad",
 +
utype    = "energy",
 +
scale    = 1.054804e18,
 +
default  = "EJ",
 +
link    = "Quad (đơn vị)",
 
     },
 
     },
     ["btu"] = {
+
     ["Ry"] = {
target   = "BTU",
+
name1    = "rydberg",
 +
symbol   = "Ry",
 +
utype    = "energy",
 +
scale    = 2.1798741e-18,
 +
default  = "eV",
 +
link    = "Hằng số Rydberg",
 
     },
 
     },
     ["Calorie"] = {
+
     ["scc"] = {
target   = "Cal",
+
name1    = "xentimét khối chuẩn",
 +
symbol   = "scc",
 +
utype    = "energy",
 +
scale    = 0.101325,
 +
default  = "mJ",
 +
link    = "atmôtphe",
 
     },
 
     },
     ["ft.lbf"] = {
+
     ["scf"] = {
target   = "ftlbf",
+
name1    = "foot khối chuẩn",
 +
symbol   = "scf",
 +
utype    = "energy",
 +
scale    = 2869.2044809344,
 +
default  = "kJ",
 +
link    = "atmôtphe",
 
     },
 
     },
     ["ft·lbf"] = {
+
     ["scfoot"] = {
target   = "ftlbf",
+
name1    = "foot khối chuẩn",
 +
symbol   = "scf",
 +
utype    = "energy",
 +
scale    = 2869.2044809344,
 +
default  = "kJ",
 +
link    = "atmôtphe",
 
     },
 
     },
     ["g-cal-15"] = {
+
     ["scy"] = {
target   = "cal-15",
+
name1    = "yard khối chuẩn",
 +
symbol   = "scy",
 +
utype    = "energy",
 +
scale    = 77468.5209852288,
 +
default  = "kJ",
 +
link    = "atmôtphe",
 
     },
 
     },
     ["g-cal-IT"] = {
+
     ["sl"] = {
target   = "cal-IT",
+
name1    = "lít chuẩn",
 +
symbol   = "sl",
 +
utype    = "energy",
 +
scale    = 101.325,
 +
default  = "J",
 +
link    = "atmôtphe",
 
     },
 
     },
     ["g-cal-th"] = {
+
     ["t(TNT)"] = {
target   = "cal-th",
+
name1    = "tấn",
 +
symbol   = "t",
 +
utype    = "energy",
 +
scale    = 4184000000,
 +
default  = "GJ",
 +
link    = "Đương lượng nổ",
 
     },
 
     },
     ["g-kcal-15"] = {
+
     ["TeV"] = {
target   = "kcal-15",
+
name1    = "têra electronvôn",
 +
symbol   = "TeV",
 +
utype    = "energy",
 +
scale    = 1.602176487e-7,
 +
default  = "µJ",
 +
link    = "Electronvolt",
 
     },
 
     },
     ["g-kcal-IT"] = {
+
     ["th"] = {
target   = "kcal-IT",
+
name1    = "thermie",
 +
symbol   = "th",
 +
utype    = "energy",
 +
scale    = 4186800,
 +
default  = "MJ",
 
     },
 
     },
     ["g-kcal-th"] = {
+
     ["thm-EC"] = {
target   = "kcal-th",
+
name1    = "therm (UBCA)",
 +
symbol   = "thm (UBCA)",
 +
utype    = "energy",
 +
scale    = 105506000,
 +
default  = "MJ",
 +
link    = "Therm",
 
     },
 
     },
     ["g-Mcal-15"] = {
+
     ["thm-UK"] = {
target   = "Mcal-15",
+
name1    = "therm (Anh)",
 +
symbol   = "thm (Anh)",
 +
utype    = "energy",
 +
scale    = 105505585.257348,
 +
default  = "MJ",
 +
link    = "Therm",
 
     },
 
     },
     ["g-mcal-15"] = {
+
     ["thm-US"] = {
target   = "mcal-15",
+
name1    = "therm (Mỹ)",
 +
symbol   = "thm (Mỹ)",
 +
utype    = "energy",
 +
scale    = 105480400,
 +
default  = "MJ",
 +
link    = "Therm",
 
     },
 
     },
     ["g-Mcal-IT"] = {
+
     ["toe"] = {
target   = "Mcal-IT",
+
name1    = "đương lượng tấn dầu mỏ",
 +
symbol   = "toe",
 +
utype    = "energy",
 +
scale    = 41868000000,
 +
default  = "GJ",
 
     },
 
     },
     ["g-mcal-IT"] = {
+
     ["tonTNT"] = {
target   = "mcal-IT",
+
name1    = "tấn TNT",
 +
symbol   = "ton of TNT",
 +
usename  = 1,
 +
utype    = "energy",
 +
scale    = 4184000000,
 +
default  = "GJ",
 +
link    = "Đương lượng nổ",
 
     },
 
     },
     ["g-Mcal-th"] = {
+
     ["tTNT"] = {
target   = "Mcal-th",
+
name1    = "tấn TNT",
 +
symbol   = "tonne of TNT",
 +
usename  = 1,
 +
utype    = "energy",
 +
scale    = 4184000000,
 +
default  = "GJ",
 +
link    = "Đương lượng nổ",
 
     },
 
     },
     ["g-mcal-th"] = {
+
     ["TtonTNT"] = {
target   = "mcal-th",
+
name1    = "têra tấn TNT",
 +
symbol   = "teraton of TNT",
 +
usename  = 1,
 +
utype    = "energy",
 +
scale    = 4.184e21,
 +
default  = "ZJ",
 +
link    = "Đương lượng nổ",
 
     },
 
     },
     ["GW-h"] = {
+
     ["TtTNT"] = {
target   = "GW.h",
+
name1    = "têra tấn TNT",
 +
symbol   = "teratonne of TNT",
 +
usename  = 1,
 +
utype    = "energy",
 +
scale    = 4.184e21,
 +
default  = "ZJ",
 +
link    = "Đương lượng nổ",
 
     },
 
     },
     ["GW·h"] = {
+
     ["TW.h"] = {
target   = "GW.h",
+
name1    = "têrawatt giờ",
 +
symbol   = "TW·h",
 +
utype    = "energy",
 +
scale    = 3.6e15,
 +
default  = "PJ",
 +
link    = "Watt giờ",
 
     },
 
     },
     ["Hartree"] = {
+
     ["TWh"] = {
target   = "Eh",
+
name1    = "têrawatt giờ",
 +
symbol   = "TWh",
 +
utype    = "energy",
 +
scale    = 3.6e15,
 +
default  = "PJ",
 +
link    = "Watt giờ",
 
     },
 
     },
     ["hp.h"] = {
+
     ["USgalatm"] = {
target   = "hph",
+
name1    = "galông Mỹ atmôtphe",
 +
symbol   = "atm·gal&nbsp;Mỹ",
 +
utype    = "energy",
 +
scale    = 383.5568490138,
 +
default  = "J",
 +
link    = "atmôtphe",
 
     },
 
     },
     ["in.lb-f"] = {
+
     ["W.h"] = {
target   = "inlb-f",
+
name1    = "watt giờ",
 +
symbol   = "W·h",
 +
utype    = "energy",
 +
scale    = 3600,
 +
default  = "kJ",
 
     },
 
     },
     ["in.lbf"] = {
+
     ["Wh"] = {
target   = "inlbf",
+
name1    = "watt giờ",
 +
symbol   = "Wh",
 +
utype    = "energy",
 +
scale    = 3600,
 +
default  = "kJ",
 
     },
 
     },
     ["in.oz-f"] = {
+
     ["µerg"] = {
target   = "inoz-f",
+
name1    = "micrô erg",
 +
symbol   = "µerg",
 +
utype    = "energy",
 +
scale    = 1e-13,
 +
default  = "nJ",
 +
link    = "Erg",
 
     },
 
     },
     ["in.ozf"] = {
+
     ["µeV"] = {
target   = "inozf",
+
name1    = "micrô electronvôn",
 +
symbol   = "µeV",
 +
utype    = "energy",
 +
scale    = 1.602176487e-25,
 +
default  = "yJ",
 +
link    = "Electronvolt",
 
     },
 
     },
     ["kbboe"] = {
+
     ["µLatm"] = {
target  = "kBOE",
+
name1    = "micrôlít atmôtphe",
symbol  = "kbboe",
+
symbol  = "µL·atm",
 +
utype    = "energy",
 +
scale    = 0.000101325,
 +
default  = "µJ",
 +
link    = "atmôtphe",
 
     },
 
     },
     ["kg-cal-15"] = {
+
     ["µlatm"] = {
target   = "Cal-15",
+
name1    = "micrôlít atmôtphe",
 +
symbol   = "µl·atm",
 +
utype    = "energy",
 +
scale    = 0.000101325,
 +
default  = "µJ",
 +
link    = "atmôtphe",
 
     },
 
     },
     ["kg-cal-IT"] = {
+
     ["µtonTNT"] = {
target   = "Cal-IT",
+
name1    = "micrô tấn TNT",
 +
symbol   = "microton of TNT",
 +
usename  = 1,
 +
utype    = "energy",
 +
scale    = 4184,
 +
default  = "kJ",
 +
link    = "Đương lượng nổ",
 
     },
 
     },
     ["kg-cal-th"] = {
+
     ["µtTNT"] = {
target   = "Cal-th",
+
name1    = "micrô tấn TNT",
 +
symbol   = "microtonne of TNT",
 +
usename  = 1,
 +
utype    = "energy",
 +
scale    = 4184,
 +
default  = "kJ",
 +
link    = "Đương lượng nổ",
 
     },
 
     },
     ["kW-h"] = {
+
     ["µW.h"] = {
target   = "kW.h",
+
name1    = "micrôwatt giờ",
 +
symbol   = "µW·h",
 +
utype    = "energy",
 +
scale    = 0.0036,
 +
default  = "mJ",
 +
link    = "Watt giờ",
 
     },
 
     },
     ["kW·h"] = {
+
     ["µWh"] = {
 +
name1    = "micrôwatt giờ",
 +
symbol  = "µWh",
 +
utype    = "energy",
 +
scale    = 0.0036,
 +
default  = "mJ",
 +
link    = "Watt giờ",
 +
    },
 +
    ["-kW.h"] = {
 
target  = "kW.h",
 
target  = "kW.h",
 +
link    = "Kilôwatt giờ",
 
     },
 
     },
     ["MW-h"] = {
+
     ["btu"] = {
target  = "MW.h",
+
target  = "BTU",
 
     },
 
     },
     ["mW-h"] = {
+
     ["Calorie"] = {
target  = "mW.h",
+
target  = "Cal",
 
     },
 
     },
     ["MW·h"] = {
+
     ["ft.lbf"] = {
target  = "MW.h",
+
target  = "ftlbf",
 
     },
 
     },
     ["TW-h"] = {
+
     ["ft·lb-f"] = {
target  = "TW.h",
+
target  = "ftlb-f",
 
     },
 
     },
     ["U.S.galatm"] = {
+
     ["ft·lbf"] = {
target  = "USgalatm",
+
target  = "ftlbf",
sp_us    = true,
 
 
     },
 
     },
     ["uerg"] = {
+
     ["g-cal-15"] = {
target  = "μerg",
+
target  = "cal-15",
 
     },
 
     },
     ["ueV"] = {
+
     ["g-cal-IT"] = {
target  = "μeV",
+
target  = "cal-IT",
 
     },
 
     },
     ["usgalatm"] = {
+
     ["g-cal-th"] = {
target  = "USgalatm",
+
target  = "cal-th",
 
     },
 
     },
     ["uW-h"] = {
+
     ["g-kcal-15"] = {
target  = "μW.h",
+
target  = "kcal-15",
 
     },
 
     },
     ["uW.h"] = {
+
     ["g-kcal-IT"] = {
target  = "μW.h",
+
target  = "kcal-IT",
 
     },
 
     },
     ["uWh"] = {
+
     ["g-kcal-th"] = {
target  = "μWh",
+
target  = "kcal-th",
 
     },
 
     },
     ["W-h"] = {
+
     ["g-Mcal-15"] = {
target  = "W.h",
+
target  = "Mcal-15",
 
     },
 
     },
     ["eVpar"] = {
+
     ["g-mcal-15"] = {
_name1   = "electronvolt",
+
target   = "mcal-15",
_symbol  = "eV",
+
    },
utype    = "energy per chemical amount",
+
    ["g-Mcal-IT"] = {
scale    = 96485.329522144166,
+
target  = "Mcal-IT",
prefixes = 1,
 
default  = "kcal/mol",
 
link    = "Electronvolt",
 
 
     },
 
     },
     ["kcal/mol"] = {
+
     ["g-mcal-IT"] = {
per      = { "kcal", "mol" },
+
target  = "mcal-IT",
utype    = "energy per chemical amount",
 
default  = "kJ/mol",
 
link    = "Kilocalorie per mole",
 
 
     },
 
     },
     ["kJ/mol"] = {
+
     ["g-Mcal-th"] = {
per      = { "kJ", "mol" },
+
target  = "Mcal-th",
utype    = "energy per chemical amount",
 
default  = "kcal/mol",
 
link    = "Joule per mole",
 
 
     },
 
     },
     ["kWh/100 km"] = {
+
     ["g-mcal-th"] = {
name1    = "kilowatt-hour per 100 kilometres",
+
target   = "mcal-th",
name1_us = "kilowatt-hour per 100 kilometers",
 
name2    = "kilowatt-hours per 100 kilometres",
 
name2_us = "kilowatt-hours per 100 kilometers",
 
symbol   = "kW⋅h/100&nbsp;km",
 
utype    = "energy per unit length",
 
scale    = 36,
 
default  = "MJ/km kWh/mi",
 
link    = "Watt-hour",
 
 
     },
 
     },
     ["kWh/100 mi"] = {
+
     ["GW-h"] = {
name1    = "kilowatt-hour per 100 miles",
+
target   = "GW.h",
name2    = "kilowatt-hours per 100 miles",
 
symbol   = "kW⋅h/100&nbsp;mi",
 
utype    = "energy per unit length",
 
scale    = 22.3694,
 
default  = "mpge",
 
link    = "Miles per gallon gasoline equivalent",
 
 
     },
 
     },
     ["MJ/100 km"] = {
+
     ["GW·h"] = {
name1    = "megajoule per 100 kilometres",
+
target   = "GW.h",
name1_us = "megajoule per 100 kilometers",
 
name2    = "megajoules per 100 kilometres",
 
name2_us = "megajoules per 100 kilometers",
 
symbol   = "MJ/100&nbsp;km",
 
utype    = "energy per unit length",
 
scale    = 10,
 
default  = "BTU/mi",
 
link    = "British thermal unit",
 
 
     },
 
     },
     ["mpge"] = {
+
     ["Hartree"] = {
name1    = "mile per gallon gasoline equivalent",
+
target   = "Eh",
name2    = "miles per gallon gasoline equivalent",
 
symbol   = "mpg&#8209;e",
 
utype    = "energy per unit length",
 
scale    = 13e-6,
 
invert  = -1,
 
iscomplex= true,
 
default  = "kWh/100 mi",
 
link    = "Miles per gallon gasoline equivalent",
 
 
     },
 
     },
     ["BTU/mi"] = {
+
     ["hp.h"] = {
per      = { "BTU", "mi" },
+
target  = "hph",
utype    = "energy per unit length",
 
default  = "v > 1525 ! M ! k ! J/km",
 
 
     },
 
     },
     ["kJ/km"] = {
+
     ["hp·h"] = {
per      = { "kJ", "km" },
+
target  = "hph",
utype    = "energy per unit length",
 
default  = "BTU/mi",
 
 
     },
 
     },
     ["kWh/km"] = {
+
     ["in.lb-f"] = {
per      = { "-kW.h", "km" },
+
target  = "inlb-f",
utype    = "energy per unit length",
 
default  = "MJ/km kWh/mi",
 
 
     },
 
     },
     ["kWh/mi"] = {
+
     ["in.lbf"] = {
per      = { "-kW.h", "mi" },
+
target  = "inlbf",
utype    = "energy per unit length",
 
default  = "kWh/km MJ/km",
 
 
     },
 
     },
     ["MJ/km"] = {
+
     ["in.oz-f"] = {
per      = { "MJ", "km" },
+
target  = "inoz-f",
utype    = "energy per unit length",
 
default  = "BTU/mi",
 
 
     },
 
     },
     ["mpg-e"] = {
+
     ["in.ozf"] = {
target  = "mpge",
+
target  = "inozf",
 
     },
 
     },
     ["BTU/lb"] = {
+
     ["in·lb-f"] = {
name1    = "British thermal unit per pound",
+
target   = "inlb-f",
name2    = "British thermal units per pound",
 
symbol   = "BTU/lb",
 
utype    = "energy per unit mass",
 
scale    = 429.92261414790346,
 
default  = "kJ/kg",
 
link    = "British thermal unit",
 
 
     },
 
     },
     ["cal/g"] = {
+
     ["in·lbf"] = {
name1    = "calorie per gram",
+
target   = "inlbf",
name2    = "calories per gram",
 
symbol   = "cal/g",
 
utype    = "energy per unit mass",
 
scale    = 4184,
 
default  = "J/g",
 
 
     },
 
     },
     ["GJ/kg"] = {
+
     ["in·oz-f"] = {
name1    = "gigajoule per kilogram",
+
target   = "inoz-f",
name2    = "gigajoules per kilogram",
 
symbol   = "GJ/kg",
 
utype    = "energy per unit mass",
 
scale    = 1e9,
 
default  = "ktTNT/t",
 
link    = "Specific energy",
 
 
     },
 
     },
     ["J/g"] = {
+
     ["in·ozf"] = {
name1    = "joule per gram",
+
target   = "inozf",
name2    = "joules per gram",
 
symbol   = "J/g",
 
utype    = "energy per unit mass",
 
scale    = 1000,
 
default  = "kcal/g",
 
link    = "Specific energy",
 
 
     },
 
     },
     ["kcal/g"] = {
+
     ["kbboe"] = {
name1    = "kilocalorie per gram",
+
target  = "kBOE",
name2    = "kilocalories per gram",
+
symbol  = "kbboe",
symbol  = "kcal/g",
 
utype    = "energy per unit mass",
 
scale    = 4184000,
 
default  = "kJ/g",
 
 
     },
 
     },
     ["kJ/g"] = {
+
     ["kg-cal-15"] = {
name1    = "kilojoule per gram",
+
target   = "Cal-15",
name2    = "kilojoules per gram",
 
symbol   = "kJ/g",
 
utype    = "energy per unit mass",
 
scale    = 1000000,
 
default  = "kcal/g",
 
link    = "Specific energy",
 
 
     },
 
     },
     ["kJ/kg"] = {
+
     ["kg-cal-IT"] = {
name1    = "kilojoule per kilogram",
+
target   = "Cal-IT",
name2    = "kilojoules per kilogram",
 
symbol   = "kJ/kg",
 
utype    = "energy per unit mass",
 
scale    = 1000,
 
default  = "BTU/lb",
 
link    = "Specific energy",
 
 
     },
 
     },
     ["ktonTNT/MT"] = {
+
     ["kg-cal-th"] = {
name2    = "kilotons of TNT per metric ton",
+
target   = "Cal-th",
symbol   = "kiloton of TNT per metric ton",
 
usename  = 1,
 
utype    = "energy per unit mass",
 
scale    = 4184000000,
 
default  = "GJ/kg",
 
link    = "TNT equivalent",
 
 
     },
 
     },
     ["ktTNT/t"] = {
+
     ["kW-h"] = {
name2    = "kilotonnes of TNT per tonne",
+
target   = "kW.h",
symbol   = "kilotonne of TNT per tonne",
 
usename  = 1,
 
utype    = "energy per unit mass",
 
scale    = 4184000000,
 
default  = "GJ/kg",
 
link    = "TNT equivalent",
 
 
     },
 
     },
     ["MtonTNT/MT"] = {
+
     ["kW·h"] = {
name2    = "megatons of TNT per metric ton",
+
target   = "kW.h",
symbol   = "megaton of TNT per metric ton",
 
usename  = 1,
 
utype    = "energy per unit mass",
 
scale    = 4.184e12,
 
default  = "TJ/kg",
 
link    = "TNT equivalent",
 
 
     },
 
     },
     ["MtTNT/MT"] = {
+
     ["MW-h"] = {
name2    = "megatonnes of TNT per tonne",
+
target   = "MW.h",
symbol   = "megatonne of TNT per tonne",
 
usename  = 1,
 
utype    = "energy per unit mass",
 
scale    = 4.184e12,
 
default  = "TJ/kg",
 
link    = "TNT equivalent",
 
 
     },
 
     },
     ["TJ/kg"] = {
+
     ["mW-h"] = {
name1    = "terajoule per kilogram",
+
target   = "mW.h",
name2    = "terajoules per kilogram",
 
symbol   = "TJ/kg",
 
utype    = "energy per unit mass",
 
scale    = 1e12,
 
default  = "MtTNT/MT",
 
link    = "Specific energy",
 
 
     },
 
     },
     ["Cal/g"] = {
+
     ["MW·h"] = {
per      = { "Cal", "g" },
+
target  = "MW.h",
utype    = "energy per unit mass",
 
default  = "kJ/g",
 
 
     },
 
     },
     ["BTU/cuft"] = {
+
     ["mW·h"] = {
per      = { "BTU", "cuft" },
+
target  = "mW.h",
utype    = "energy per unit volume",
 
default  = "kJ/L",
 
 
     },
 
     },
     ["Cal/12USoz(mL)serve"] = {
+
     ["TW-h"] = {
per      = { "Cal", "-12USoz(mL)serve" },
+
target  = "TW.h",
utype    = "energy per unit volume",
 
default  = "kJ/L",
 
 
     },
 
     },
     ["Cal/12USoz(ml)serve"] = {
+
     ["TW·h"] = {
per      = { "Cal", "-12USoz(ml)serve" },
+
target  = "TW.h",
utype    = "energy per unit volume",
 
default  = "kJ/l",
 
 
     },
 
     },
     ["Cal/12USozserve"] = {
+
     ["U.S.galatm"] = {
per      = { "Cal", "-12USozserve" },
+
target  = "USgalatm",
utype   = "energy per unit volume",
+
sp_us   = true,
default  = "kJ/L",
 
 
     },
 
     },
     ["Cal/USoz"] = {
+
     ["uerg"] = {
per      = { "Cal", "USoz" },
+
target  = "µerg",
utype    = "energy per unit volume",
 
default  = "kJ/ml",
 
 
     },
 
     },
     ["kJ/L"] = {
+
     ["ueV"] = {
per      = { "kJ", "L" },
+
target  = "µeV",
utype    = "energy per unit volume",
 
default  = "BTU/cuft",
 
 
     },
 
     },
     ["kJ/l"] = {
+
     ["uLatm"] = {
per      = { "kJ", "l" },
+
target  = "µLatm",
utype    = "energy per unit volume",
 
default  = "BTU/cuft",
 
 
     },
 
     },
     ["kJ/ml"] = {
+
     ["ulatm"] = {
per      = { "kJ", "ml" },
+
target  = "µlatm",
utype    = "energy per unit volume",
 
default  = "Cal/USoz",
 
 
     },
 
     },
     ["MJ/m3"] = {
+
     ["usgalatm"] = {
per      = { "MJ", "m3" },
+
target  = "USgalatm",
utype    = "energy per unit volume",
 
default  = "BTU/cuft",
 
 
     },
 
     },
     ["Sv"] = {
+
     ["utonTNT"] = {
_name1   = "sievert",
+
target   = "µtonTNT",
_symbol  = "Sv",
 
utype    = "equivalent radiation dose",
 
scale    = 1,
 
prefixes = 1,
 
default  = "rem",
 
link    = "Sievert",
 
 
     },
 
     },
     ["rem"] = {
+
     ["utTNT"] = {
_name1   = "rem",
+
target   = "µtTNT",
_symbol  = "rem",
 
utype    = "equivalent radiation dose",
 
scale    = 0.01,
 
prefixes = 1,
 
default  = "Sv",
 
link    = "Roentgen equivalent man",
 
 
     },
 
     },
     ["g/km"] = {
+
     ["uW-h"] = {
name1    = "gram per kilometre",
+
target   = "µW.h",
name1_us = "gram per kilometer",
 
name2    = "grams per kilometre",
 
name2_us = "grams per kilometer",
 
symbol   = "g/km",
 
utype    = "exhaust emission",
 
scale    = 1e-6,
 
default  = "oz/mi",
 
link    = "Exhaust gas",
 
 
     },
 
     },
     ["g/mi"] = {
+
     ["uW.h"] = {
name1    = "gram per mile",
+
target   = "µW.h",
name2    = "grams per mile",
 
symbol   = "g/mi",
 
utype    = "exhaust emission",
 
scale    = 6.2137119223733397e-7,
 
default  = "g/km",
 
link    = "Exhaust gas",
 
 
     },
 
     },
     ["gCO2/km"] = {
+
     ["uWh"] = {
name1    = "gram of CO<sub>2</sub> per kilometre",
+
target   = "µWh",
name1_us = "gram of CO<sub>2</sub> per kilometer",
 
name2    = "grams of CO<sub>2</sub> per kilometre",
 
name2_us = "grams of CO<sub>2</sub> per kilometer",
 
symbol   = "g(CO<sub>2</sub>)/km",
 
utype    = "exhaust emission",
 
scale    = 1e-6,
 
default  = "ozCO2/mi",
 
link    = "Exhaust gas",
 
 
     },
 
     },
     ["gCO2/mi"] = {
+
     ["uW·h"] = {
name1    = "gram of CO<sub>2</sub> per mile",
+
target   = "µW.h",
name2    = "grams of CO<sub>2</sub> per mile",
 
symbol   = "g(CO<sub>2</sub>)/mi",
 
utype    = "exhaust emission",
 
scale    = 6.2137119223733397e-7,
 
default  = "gCO2/km",
 
link    = "Exhaust gas",
 
 
     },
 
     },
     ["kg/km"] = {
+
     ["W-h"] = {
name1    = "kilogram per kilometre",
+
target   = "W.h",
name1_us = "kilogram per kilometer",
 
name2    = "kilograms per kilometre",
 
name2_us = "kilograms per kilometer",
 
symbol   = "kg/km",
 
utype    = "exhaust emission",
 
scale    = 0.001,
 
default  = "lb/mi",
 
link    = "Exhaust gas",
 
 
     },
 
     },
     ["kgCO2/km"] = {
+
     ["W·h"] = {
name1    = "kilogram of CO<sub>2</sub> per kilometre",
+
target  = "W.h",
name1_us = "kilogram of CO<sub>2</sub> per kilometer",
+
    },
name2    = "kilograms of CO<sub>2</sub> per kilometre",
+
    ["µW-h"] = {
name2_us = "kilograms of CO<sub>2</sub> per kilometer",
+
target   = "µW.h",
symbol   = "kg(CO<sub>2</sub>)/km",
 
utype    = "exhaust emission",
 
scale    = 0.001,
 
default  = "lbCO2/mi",
 
link    = "Exhaust gas",
 
 
     },
 
     },
     ["lb/mi"] = {
+
     ["µW·h"] = {
name1    = "pound per mile",
+
target   = "µW.h",
name2    = "pounds per mile",
 
symbol   = "lb/mi",
 
utype    = "exhaust emission",
 
scale    = 0.00028184923173665794,
 
default  = "kg/km",
 
link    = "Exhaust gas",
 
 
     },
 
     },
     ["lbCO2/mi"] = {
+
     ["μerg"] = {
name1    = "pound of CO<sub>2</sub> per mile",
+
target   = "µerg",
name2    = "pounds of CO<sub>2</sub> per mile",
 
symbol   = "lb(CO<sub>2</sub>)/mi",
 
utype    = "exhaust emission",
 
scale    = 0.00028184923173665794,
 
default  = "kgCO2/km",
 
link    = "Exhaust gas",
 
 
     },
 
     },
     ["oz/mi"] = {
+
     ["μeV"] = {
name1    = "ounce per mile",
+
target   = "µeV",
name2    = "ounces per mile",
 
symbol   = "oz/mi",
 
utype    = "exhaust emission",
 
scale    = 1.7615576983541121e-5,
 
default  = "g/km",
 
link    = "Exhaust gas",
 
 
     },
 
     },
     ["ozCO2/mi"] = {
+
     ["μLatm"] = {
name1    = "ounce of CO<sub>2</sub> per mile",
+
target   = "µLatm",
name2    = "ounces of CO<sub>2</sub> per mile",
 
symbol   = "oz(CO<sub>2</sub>)/mi",
 
utype    = "exhaust emission",
 
scale    = 1.7615576983541121e-5,
 
default  = "gCO2/km",
 
link    = "Exhaust gas",
 
 
     },
 
     },
     ["cuft/a"] = {
+
     ["μlatm"] = {
name1    = "cubic foot per annum",
+
target   = "µlatm",
name2    = "cubic feet per annum",
 
symbol   = "cu&nbsp;ft/a",
 
utype    = "flow",
 
scale    = 8.9730672142368242e-10,
 
default  = "m3/a",
 
link    = "Cubic foot per second",
 
 
     },
 
     },
     ["cuft/d"] = {
+
     ["μtonTNT"] = {
name1    = "cubic foot per day",
+
target   = "µtonTNT",
name2    = "cubic feet per day",
 
symbol   = "cu&nbsp;ft/d",
 
utype    = "flow",
 
scale    = 3.2774128000000003e-7,
 
default  = "m3/d",
 
link    = "Cubic foot per second",
 
 
     },
 
     },
     ["cuft/h"] = {
+
     ["μtTNT"] = {
name1    = "cubic foot per hour",
+
target   = "µtTNT",
name2    = "cubic feet per hour",
 
symbol   = "cu&nbsp;ft/h",
 
utype    = "flow",
 
scale    = 7.8657907200000004e-6,
 
default  = "m3/h",
 
link    = "Cubic foot per second",
 
 
     },
 
     },
     ["cuft/min"] = {
+
     ["μW-h"] = {
name1    = "cubic foot per minute",
+
target   = "µW.h",
name2    = "cubic feet per minute",
 
symbol   = "cu&nbsp;ft/min",
 
utype    = "flow",
 
scale    = 0.00047194744319999999,
 
default  = "m3/min",
 
link    = "Cubic foot#cubic foot per second",
 
 
     },
 
     },
     ["cuft/s"] = {
+
     ["μW.h"] = {
name1    = "cubic foot per second",
+
target   = "µW.h",
name2    = "cubic feet per second",
 
symbol   = "cu&nbsp;ft/s",
 
utype    = "flow",
 
scale    = 28316846592e-12,
 
default  = "m3/s",
 
 
     },
 
     },
     ["cumi/a"] = {
+
     ["μWh"] = {
name1    = "cubic mile per annum",
+
target   = "µWh",
name2    = "cubic miles per annum",
 
symbol   = "cu&nbsp;mi/a",
 
utype    = "flow",
 
scale    = 132.08171170940057,
 
default  = "km3/a",
 
link    = "Cubic foot per second",
 
 
     },
 
     },
     ["cuyd/h"] = {
+
     ["μW·h"] = {
name1    = "cubic yard per hour",
+
target   = "µW.h",
name2    = "cubic yards per hour",
 
symbol   = "cuyd/h",
 
utype    = "flow",
 
scale    = 0.00021237634944000001,
 
default  = "m3/h",
 
link    = "Cubic foot per minute",
 
 
     },
 
     },
     ["cuyd/s"] = {
+
     ["kcal/mol"] = {
name1    = "cubic yard per second",
+
per     = { "kcal", "mol" },
name2    = "cubic yards per second",
+
utype    = "energy per chemical amount",
symbol  = "cu&nbsp;yd/s",
+
default  = "kJ/mol",
utype    = "flow",
+
link    = "Kilô ca-lo trên mol",
scale    = 0.76455485798400002,
 
default  = "m3/s",
 
 
     },
 
     },
     ["Goilbbl/a"] = {
+
     ["kJ/mol"] = {
name1    = "billion barrels per year",
+
per     = { "kJ", "mol" },
name2    = "billion barrels per year",
+
utype    = "energy per chemical amount",
symbol  = "Gbbl/a",
+
default  = "kcal/mol",
utype    = "flow",
+
link    = "Joule trên mol",
scale    = 5.0380033629933836,
 
default  = "v * 1.58987294928 < 10 ! e6 ! e9 ! m3/a",
 
link    = "Barrel per day",
 
 
     },
 
     },
     ["impgal/h"] = {
+
     ["kWh/100 km"] = {
name1    = "imperial gallon per hour",
+
name1    = "kilôwatt giờ mỗi 100 kilômét",
name2    = "imperial gallons per hour",
+
symbol  = "kW·h/100 km",
symbol  = "imp&nbsp;gal/h",
+
utype    = "energy per unit length",
utype    = "flow",
+
scale    = 36,
scale    = 1.2628027777777779e-6,
+
default  = "MJ/km kWh/mi",
default  = "m3/h",
+
link    = "Watt giờ",
link    = "Gallon",
 
 
     },
 
     },
     ["impgal/min"] = {
+
     ["MJ/100 km"] = {
name1    = "imperial gallon per minute",
+
name1    = "mêgajun mỗi 100 kilômét",
name2    = "imperial gallons per minute",
+
symbol  = "MJ/100 km",
symbol  = "imp gal/min",
+
utype    = "energy per unit length",
utype    = "flow",
+
scale    = 10,
scale    = 7.5768166666666671e-5,
+
default  = "BTU/mi",
default  = "m3/s",
+
link    = "Đơn vị nhiệt Anh",
link    = "Gallon",
 
 
     },
 
     },
     ["impgal/s"] = {
+
     ["BTU/mi"] = {
name1    = "imperial gallon per second",
+
per     = { "BTU", "mi" },
name2    = "imperial gallons per second",
+
utype    = "energy per unit length",
symbol  = "impgal/s",
+
default  = "v > 1525 ! M ! k ! J/km",
utype    = "flow",
 
scale    = 0.00454609,
 
default  = "m3/s",
 
link    = "Imperial gallons per second",
 
 
     },
 
     },
     ["km3/a"] = {
+
     ["kJ/km"] = {
name1    = "cubic kilometre per annum",
+
per     = { "kJ", "km" },
name1_us = "cubic kilometer per annum",
+
utype    = "energy per unit length",
name2    = "cubic kilometres per annum",
+
default  = "BTU/mi",
name2_us = "cubic kilometers per annum",
 
symbol  = "km<sup>3</sup>/a",
 
utype    = "flow",
 
scale    = 31.68808781402895,
 
default  = "cumi/a",
 
link    = "Cubic metre per second",
 
 
     },
 
     },
     ["km3/d"] = {
+
     ["kWh/km"] = {
name1    = "cubic kilometre per day",
+
per     = { "-kW.h", "km" },
name1_us = "cubic kilometer per day",
+
utype    = "energy per unit length",
name2    = "cubic kilometres per day",
+
default  = "MJ/km kWh/mi",
name2_us = "cubic kilometers per day",
 
symbol  = "km<sup>3</sup>/d",
 
utype    = "flow",
 
scale    = 11574.074074074075,
 
default  = "cuft/d",
 
link    = "Cubic metre per second",
 
 
     },
 
     },
     ["koilbbl/a"] = {
+
     ["kWh/mi"] = {
name1    = "thousand barrels per year",
+
per     = { "-kW.h", "mi" },
name2    = "thousand barrels per year",
+
utype    = "energy per unit length",
symbol  = "kbbl/a",
+
default  = "kWh/km MJ/km",
utype    = "flow",
 
scale    = 5.0380033629933841e-6,
 
default  = "v * 1.58987294928 < 10 ! ! e3 ! m3/a",
 
link    = "Barrel per day",
 
 
     },
 
     },
     ["koilbbl/d"] = {
+
     ["MJ/km"] = {
name1    = "thousand barrels per day",
+
per     = { "MJ", "km" },
name2    = "thousand barrels per day",
+
utype    = "energy per unit length",
symbol  = "kbbl/d",
+
default  = "BTU/mi",
utype    = "flow",
 
scale    = 0.0018401307283333335,
 
default  = "v * 1.58987294928 < 10 ! ! e3 ! m3/d",
 
link    = "Barrel per day",
 
 
     },
 
     },
     ["L/h"] = {
+
     ["BTU/lb"] = {
name1    = "litre per hour",
+
name1    = "đơn vị nhiệt Anh trên pound",
name1_us = "liter per hour",
+
symbol  = "BTU/lb",
name2    = "litres per hour",
+
utype    = "energy per unit mass",
name2_us = "liters per hour",
+
scale    = 429.92261414790346,
symbol  = "L/h",
+
default  = "kJ/kg",
utype    = "flow",
+
link    = "đơn vị nhiệt Anh",
scale    = 2.7777777777777776e-7,
 
default  = "impgal/h USgal/h",
 
link    = "Cubic metre per second",
 
 
     },
 
     },
     ["L/min"] = {
+
     ["cal/g"] = {
name1    = "litre per minute",
+
name1    = "ca-lo trên gam",
name1_us = "liter per minute",
+
symbol  = "cal/g",
name2    = "litres per minute",
+
utype    = "energy per unit mass",
name2_us = "liters per minute",
+
scale    = 4184,
symbol  = "L/min",
+
default  = "J/g",
utype    = "flow",
+
link    = "ca-lo trên gam",
scale    = 1.6666666666666667e-5,
 
default  = "impgal/min USgal/min",
 
link    = "Cubic metre per second",
 
 
     },
 
     },
     ["L/s"] = {
+
     ["GJ/kg"] = {
name1    = "litre per second",
+
name1    = "gigajun trên kilôgam",
name1_us = "liter per second",
+
symbol  = "GJ/kg",
name2    = "litres per second",
+
utype    = "energy per unit mass",
name2_us = "liters per second",
+
scale    = 1e9,
symbol  = "L/s",
+
default  = "ktTNT/t",
utype    = "flow",
+
link    = "Joule",
scale    = 0.001,
 
default  = "cuft/s",
 
link    = "Cubic metre per second",
 
 
     },
 
     },
     ["m3/a"] = {
+
     ["J/g"] = {
name1    = "cubic metre per annum",
+
name1    = "jun trên gam",
name1_us = "cubic meter per annum",
+
symbol  = "J/g",
name2    = "cubic metres per annum",
+
utype    = "energy per unit mass",
name2_us = "cubic meters per annum",
+
scale    = 1000,
symbol  = "m<sup>3</sup>/a",
+
default  = "kcal/g",
utype    = "flow",
+
link    = "Joule",
scale    = 3.1688087814028947e-8,
 
default  = "cuft/a",
 
link    = "Cubic metre per second",
 
 
     },
 
     },
     ["m3/d"] = {
+
     ["kcal/g"] = {
name1    = "cubic metre per day",
+
name1    = "ki-lô ca-lo trên gam",
name1_us = "cubic meter per day",
+
symbol  = "kcal/g",
name2    = "cubic metres per day",
+
utype    = "energy per unit mass",
name2_us = "cubic meters per day",
+
scale    = 4184000,
symbol  = "m<sup>3</sup>/d",
+
default  = "kJ/g",
utype    = "flow",
+
link    = "ki-lô ca-lo trên gam",
scale    = 1.1574074074074073e-5,
 
default  = "cuft/d",
 
link    = "Cubic metre per second",
 
 
     },
 
     },
     ["m3/h"] = {
+
     ["kJ/g"] = {
name1    = "cubic metre per hour",
+
name1    = "kilôjun trên gam",
name1_us = "cubic meter per hour",
+
symbol  = "kJ/g",
name2    = "cubic metres per hour",
+
utype    = "energy per unit mass",
name2_us = "cubic meters per hour",
+
scale    = 1000000,
symbol  = "m<sup>3</sup>/h",
+
default  = "kcal/g",
utype    = "flow",
+
link    = "Joule",
scale    = 0.00027777777777777778,
 
default  = "cuft/h",
 
link    = "Cubic metre per second",
 
 
     },
 
     },
     ["m3/min"] = {
+
     ["kJ/kg"] = {
name1    = "cubic metre per minute",
+
name1    = "kilôjun trên kilôgam",
name1_us = "cubic meter per minute",
+
symbol  = "kJ/kg",
name2    = "cubic metres per minute",
+
utype    = "energy per unit mass",
name2_us = "cubic meters per minute",
+
scale    = 1000,
symbol  = "m<sup>3</sup>/min",
+
default  = "BTU/lb",
utype    = "flow",
+
link    = "kilôjun trên kilôgam",
scale    = 0.016666666666666666,
 
default  = "cuft/min",
 
link    = "Cubic metre per second",
 
 
     },
 
     },
     ["m3/s"] = {
+
     ["ktonTNT/MT"] = {
name1    = "cubic metre per second",
+
name1    = "kilô tấn TNT trên tấn",
name1_us = "cubic meter per second",
+
symbol  = "kiloton of TNT per metric ton",
name2    = "cubic metres per second",
+
usename  = 1,
name2_us = "cubic meters per second",
+
utype    = "energy per unit mass",
symbol  = "m<sup>3</sup>/s",
+
scale    = 4184000000,
utype    = "flow",
+
default  = "GJ/kg",
scale    = 1,
+
link    = "Đương lượng nổ",
default  = "cuft/s",
 
 
     },
 
     },
     ["Moilbbl/a"] = {
+
     ["ktTNT/t"] = {
name1    = "million barrels per year",
+
name1    = "kilô tấn TNT trên tấn",
name2    = "million barrels per year",
+
symbol  = "kilotonne of TNT per tonne",
symbol  = "Mbbl/a",
+
usename  = 1,
utype    = "flow",
+
utype    = "energy per unit mass",
scale    = 0.0050380033629933837,
+
scale    = 4184000000,
default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3/a",
+
default  = "GJ/kg",
link    = "Barrel per day",
+
link    = "Đương lượng nổ",
 
     },
 
     },
     ["Moilbbl/d"] = {
+
     ["MtonTNT/MT"] = {
name1    = "million barrels per day",
+
name1    = "mêga tấn TNT trên tấn",
name2    = "million barrels per day",
+
symbol  = "megaton of TNT per metric ton",
symbol  = "Mbbl/d",
+
usename  = 1,
utype    = "flow",
+
utype    = "energy per unit mass",
scale    = 1.8401307283333335,
+
scale    = 4.184e12,
default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3/d",
+
default  = "TJ/kg",
link    = "Barrel per day",
+
link    = "Đương lượng nổ",
 
     },
 
     },
     ["oilbbl/a"] = {
+
     ["MtTNT/MT"] = {
name1    = "barrel per year",
+
name1    = "mêga tấn TNT trên tấn",
name2   = "barrels per year",
+
symbol  = "megatonne of TNT per tonne",
symbol  = "bbl/a",
+
usename  = 1,
utype    = "flow",
+
utype   = "energy per unit mass",
scale    = 5.0380033629933841e-9,
+
scale    = 4.184e12,
default  = "m3/a",
+
default  = "TJ/kg",
link    = "Barrel per day",
+
link    = "Đương lượng nổ",
 +
    },
 +
    ["TJ/kg"] = {
 +
name1    = "têrajun trên kilôgam",
 +
symbol  = "TJ/kg",
 +
utype    = "energy per unit mass",
 +
scale    = 1e12,
 +
default  = "MtTNT/MT",
 +
link    = "Joule",
 
     },
 
     },
     ["oilbbl/d"] = {
+
     ["Cal/g"] = {
name1    = "barrel per day",
+
per     = { "Cal", "g" },
name2    = "barrels per day",
+
utype    = "energy per unit mass",
symbol  = "bbl/d",
+
default  = "kJ/g",
utype    = "flow",
 
scale    = 1.8401307283333336e-6,
 
default  = "m3/d",
 
 
     },
 
     },
     ["Toilbbl/a"] = {
+
     ["BTU/cuft"] = {
name1    = "trillion barrels per year",
+
per     = { "BTU", "cuft" },
name2    = "trillion barrels per year",
+
utype    = "energy per unit volume",
symbol  = "Tbbl/a",
+
default  = "kJ/L",
utype    = "flow",
 
scale    = 5038.0033629933832,
 
default  = "v * 1.58987294928 < 10 ! e9 ! e12 ! m3/a",
 
link    = "Barrel per day",
 
 
     },
 
     },
     ["U.S.gal/d"] = {
+
     ["Cal/12USoz(mL)serve"] = {
name1    = "U.S. gallon per day",
+
per     = { "Cal", "-12USoz(mL)serve" },
name2    = "U.S. gallons per day",
+
utype    = "energy per unit volume",
symbol  = "U.S.&nbsp;gal/d",
+
default  = "kJ/L",
utype    = "flow",
 
scale    = 4.3812636388888893e-8,
 
default  = "m3/s",
 
customary= 1,
 
 
     },
 
     },
     ["U.S.gal/h"] = {
+
     ["Cal/12USoz(ml)serve"] = {
name1    = "gallon per hour",
+
per     = { "Cal", "-12USoz(ml)serve" },
name2    = "gallons per hour",
+
utype    = "energy per unit volume",
symbol  = "gal/h",
+
default  = "kJ/l",
utype    = "flow",
 
scale    = 1.0515032733333334e-6,
 
default  = "m3/h",
 
link    = "Gallon",
 
customary= 2,
 
 
     },
 
     },
     ["U.S.gal/min"] = {
+
     ["Cal/12USozserve"] = {
name1    = "U.S. gallon per minute",
+
per     = { "Cal", "-12USozserve" },
name2    = "U.S. gallons per minute",
+
utype    = "energy per unit volume",
symbol  = "U.S.&nbsp;gal/min",
+
default  = "kJ/L",
utype    = "flow",
 
scale    = 6.3090196400000003e-5,
 
default  = "m3/s",
 
link    = "Gallon",
 
 
     },
 
     },
     ["USgal/a"] = {
+
     ["Cal/USoz"] = {
name1    = "US gallon per year",
+
per     = { "Cal", "USoz" },
name2    = "US gallons per year",
+
utype    = "energy per unit volume",
symbol  = "US&nbsp;gal/a",
+
default  = "kJ/ml",
utype    = "flow",
 
scale    = 1.1995246102365199e-10,
 
default  = "m3/s",
 
 
     },
 
     },
     ["USgal/d"] = {
+
     ["kJ/L"] = {
name1    = "US gallon per day",
+
per     = { "kJ", "L" },
name2    = "US gallons per day",
+
utype    = "energy per unit volume",
symbol  = "US&nbsp;gal/d",
+
default  = "BTU/cuft",
utype    = "flow",
 
scale    = 4.3812636388888893e-8,
 
default  = "m3/s",
 
 
     },
 
     },
     ["USgal/h"] = {
+
     ["kJ/l"] = {
name1    = "gallon per hour",
+
per     = { "kJ", "l" },
name2    = "gallons per hour",
+
utype    = "energy per unit volume",
symbol  = "gal/h",
+
default  = "BTU/cuft",
utype    = "flow",
 
scale    = 1.0515032733333334e-6,
 
default  = "m3/h",
 
link    = "Gallon",
 
customary= 1,
 
 
     },
 
     },
     ["USgal/min"] = {
+
     ["kJ/ml"] = {
name1    = "US gallon per minute",
+
per     = { "kJ", "ml" },
name2    = "US gallons per minute",
+
utype    = "energy per unit volume",
symbol  = "US&nbsp;gal/min",
+
default  = "Cal/USoz",
utype    = "flow",
 
scale    = 6.3090196400000003e-5,
 
default  = "m3/s",
 
link    = "Gallon",
 
 
     },
 
     },
     ["USgal/s"] = {
+
     ["Sv"] = {
name1    = "US gallon per second",
+
_name1  = "sievert",
name1_us = "U.S. gallon per second",
+
_symbol  = "Sv",
name2   = "US gallons per second",
+
utype   = "equivalent radiation dose",
name2_us = "U.S. gallons per second",
+
scale   = 1,
symbol  = "USgal/s",
+
prefixes = 1,
utype   = "flow",
+
default  = "rem",
scale    = 0.003785411784,
+
link    = "Sievert",
default  = "m3/s",
 
link    = "US gallons per second",
 
 
     },
 
     },
     ["ft3/a"] = {
+
     ["rem"] = {
target   = "cuft/a",
+
_name1   = "rem",
 +
_symbol  = "rem",
 +
utype    = "equivalent radiation dose",
 +
scale    = 0.01,
 +
prefixes = 1,
 +
default  = "Sv",
 +
link    = "Đương lượng Roentgen trên con người",
 
     },
 
     },
     ["ft3/d"] = {
+
     ["g/km"] = {
target   = "cuft/d",
+
name1    = "gam trên kilômét",
 +
symbol   = "g/km",
 +
utype    = "exhaust emission",
 +
scale    = 1e-6,
 +
default  = "oz/mi",
 +
link    = "Khí thải",
 
     },
 
     },
     ["ft3/h"] = {
+
     ["g/mi"] = {
target   = "cuft/h",
+
name1    = "gam trên dặm Anh",
 +
symbol   = "g/mi",
 +
utype    = "exhaust emission",
 +
scale    = 6.2137119223733397e-7,
 +
default  = "g/km",
 +
link    = "Khí thải",
 
     },
 
     },
     ["ft3/s"] = {
+
     ["gCO2/km"] = {
target   = "cuft/s",
+
name1    = "gam CO<sub>2</sub> trên kilômét",
 +
symbol   = "g(CO<sub>2</sub>)/km",
 +
utype    = "exhaust emission",
 +
scale    = 1e-6,
 +
default  = "ozCO2/mi",
 +
link    = "Khí thải",
 
     },
 
     },
     ["Gcuft/a"] = {
+
     ["gCO2/mi"] = {
target   = "e9cuft/a",
+
name1    = "gam CO<sub>2</sub> trên dặm Anh",
    },
+
symbol   = "g(CO<sub>2</sub>)/mi",
    ["Gcuft/d"] = {
+
utype    = "exhaust emission",
target  = "e9cuft/d",
+
scale    = 6.2137119223733397e-7,
 +
default  = "gCO2/km",
 +
link    = "Khí thải",
 
     },
 
     },
     ["kcuft/a"] = {
+
     ["kg/km"] = {
target   = "e3cuft/a",
+
name1    = "kilôgam trên kilômét",
 +
symbol   = "kg/km",
 +
utype    = "exhaust emission",
 +
scale    = 0.001,
 +
default  = "lb/mi",
 +
link    = "Khí thải",
 
     },
 
     },
     ["kcuft/d"] = {
+
     ["kgCO2/km"] = {
target   = "e3cuft/d",
+
name1    = "kilôgam CO<sub>2</sub> trên kilômét",
 +
symbol   = "kg(CO<sub>2</sub>)/km",
 +
utype    = "exhaust emission",
 +
scale    = 0.001,
 +
default  = "lbCO2/mi",
 +
link    = "Khí thải",
 
     },
 
     },
     ["kcuft/s"] = {
+
     ["lb/mi"] = {
target   = "e3cuft/s",
+
name1    = "pound trên dặm Anh",
 +
symbol   = "lb/mi",
 +
utype    = "exhaust emission",
 +
scale    = 0.00028184923173665794,
 +
default  = "kg/km",
 +
link    = "Khí thải",
 
     },
 
     },
     ["Mcuft/a"] = {
+
     ["lbCO2/mi"] = {
target   = "e6cuft/a",
+
name1    = "pound CO<sub>2</sub> trên dặm Anh",
 +
symbol   = "lb(CO<sub>2</sub>)/mi",
 +
utype    = "exhaust emission",
 +
scale    = 0.00028184923173665794,
 +
default  = "kgCO2/km",
 +
link    = "Khí thải",
 
     },
 
     },
     ["Mcuft/d"] = {
+
     ["oz/mi"] = {
target   = "e6cuft/d",
+
name1    = "ounce trên dặm Anh",
 +
symbol   = "oz/mi",
 +
utype    = "exhaust emission",
 +
scale    = 1.7615576983541121e-5,
 +
default  = "g/km",
 +
link    = "Khí thải",
 
     },
 
     },
     ["Mcuft/s"] = {
+
     ["ozCO2/mi"] = {
target   = "e6cuft/s",
+
name1    = "ounce CO<sub>2</sub> trên dặm Anh",
 +
symbol   = "oz(CO<sub>2</sub>)/mi",
 +
utype    = "exhaust emission",
 +
scale    = 1.7615576983541121e-5,
 +
default  = "gCO2/km",
 +
link    = "Khí thải",
 
     },
 
     },
     ["/s"] = {
+
     ["cuft/a"] = {
target   = "m3/s",
+
name1    = "foot khối trên năm",
 +
symbol   = "cu&nbsp;ft/a",
 +
utype    = "flow",
 +
scale    = 8.9730672142368242e-10,
 +
default  = "m3/a",
 +
link    = "Foot khối trên giây",
 
     },
 
     },
     ["Tcuft/a"] = {
+
     ["cuft/d"] = {
target   = "e12cuft/a",
+
name1    = "foot khối trên ngày",
 +
symbol   = "cu&nbsp;ft/d",
 +
utype    = "flow",
 +
scale    = 3.2774128000000003e-7,
 +
default  = "m3/d",
 +
link    = "Foot khối trên giây",
 
     },
 
     },
     ["Tcuft/d"] = {
+
     ["cuft/h"] = {
target   = "e12cuft/d",
+
name1    = "foot khối trên giờ",
 +
symbol   = "cu&nbsp;ft/h",
 +
utype    = "flow",
 +
scale    = 7.8657907200000004e-6,
 +
default  = "m3/h",
 +
link    = "Foot khối trên giây",
 
     },
 
     },
     ["u.s.gal/min"] = {
+
     ["cuft/min"] = {
target   = "U.S.gal/min",
+
name1    = "foot khối trên phút",
 +
symbol   = "cu&nbsp;ft/min",
 +
utype    = "flow",
 +
scale    = 0.00047194744319999999,
 +
default  = "m3/min",
 +
link    = "Foot khối trên giây",
 
     },
 
     },
     ["usgal/min"] = {
+
     ["cuft/s"] = {
target   = "USgal/min",
+
name1    = "foot khối trên giây",
 +
symbol   = "cu&nbsp;ft/s",
 +
utype    = "flow",
 +
scale    = 28316846592e-12,
 +
default  = "m3/s",
 +
link    = "Foot khối trên giây",
 
     },
 
     },
     ["-LTf"] = {
+
     ["cumi/a"] = {
name1    = "long ton-force",
+
name1    = "dặm khối Anh trên năm",
name2    = "long tons-force",
+
symbol  = "cu&nbsp;mi/a",
symbol  = "LTf",
+
utype    = "flow",
utype    = "force",
+
scale    = 132.08171170940057,
scale    = 9964.01641818352,
+
default  = "km3/a",
default  = "kN",
+
link    = "Foot khối trên giây",
 
     },
 
     },
     ["-STf"] = {
+
     ["cuyd/h"] = {
name1    = "short ton-force",
+
name1    = "yard khối trên giờ",
name2    = "short tons-force",
+
symbol  = "cuyd/h",
symbol  = "STf",
+
utype    = "flow",
utype    = "force",
+
scale    = 0.00021237634944000001,
scale    = 8896.443230521,
+
default  = "m3/h",
default  = "kN",
+
link    = "Foot khối trên phút",
 
     },
 
     },
     ["dyn"] = {
+
     ["cuyd/s"] = {
name1    = "dyne",
+
name1    = "yard khối trên giây",
symbol  = "dyn",
+
symbol  = "cu&nbsp;yd/s",
utype    = "force",
+
utype    = "flow",
scale    = 0.00001,
+
scale    = 0.76455485798400002,
default  = "gr-f",
+
default  = "m3/s",
 +
link    = "Yard khối trên giây",
 
     },
 
     },
     ["g-f"] = {
+
     ["Goilbbl/a"] = {
name1    = "gram-force",
+
name1    = "tỷ thùng trên năm",
name2    = "grams-force",
+
symbol  = "Gbbl/a",
symbol  = "g<sub>f</sub>",
+
utype    = "flow",
utype    = "force",
+
scale    = 5.0380033629933836,
scale    = 0.00980665,
+
default  = "v * 1.58987294928 < 10 ! e6 ! e9 ! m3/a",
default  = "mN oz-f",
+
link    = "Barrel trên ngày",
link    = "Kilogram-force",
 
 
     },
 
     },
     ["gf"] = {
+
     ["impgal/h"] = {
name1    = "gram-force",
+
name1    = "galông Anh trên giờ",
name2    = "grams-force",
+
symbol  = "gal&nbsp;Anh/h",
symbol  = "gf",
+
utype    = "flow",
utype    = "force",
+
scale    = 1.2628027777777779e-6,
scale    = 0.00980665,
+
default  = "m3/h",
default  = "mN ozf",
+
link    = "Gallon",
link    = "Kilogram-force",
 
 
     },
 
     },
     ["gr-f"] = {
+
     ["impgal/min"] = {
name1    = "grain-force",
+
name1    = "galông Anh trên phút",
name2    = "grains-force",
+
symbol  = "gal&nbsp;Anh/min",
symbol  = "gr<sub>f</sub>",
+
utype    = "flow",
utype    = "force",
+
scale    = 7.5768166666666671e-5,
scale    = 0.0006354602307515,
+
default  = "m3/s",
default  = "μN",
+
link    = "Gallon",
link    = "Pound (force)",
 
 
     },
 
     },
     ["grf"] = {
+
     ["impgal/s"] = {
name1    = "grain-force",
+
name1    = "galông Anh trên giây",
name2    = "grains-force",
+
symbol  = "gal&nbsp;Anh/s",
symbol  = "grf",
+
utype    = "flow",
utype    = "force",
+
scale    = 0.00454609,
scale    = 0.0006354602307515,
+
default  = "m3/s",
default  = "μN",
+
link    = "Gallon Anh trên giây",
link    = "Pound (force)",
 
 
     },
 
     },
     ["kdyn"] = {
+
     ["km3/a"] = {
name1    = "kilodyne",
+
name1    = "kilômét khối trên năm",
symbol  = "kdyn",
+
symbol  = "km<sup>3</sup>/a",
utype    = "force",
+
utype    = "flow",
scale    = 0.01,
+
scale    = 31.68808781402895,
default  = "oz-f",
+
default  = "cumi/a",
link    = "Dyne",
+
link    = "Mét khối trên giây",
 
     },
 
     },
     ["kg-f"] = {
+
     ["km3/d"] = {
name1    = "kilogram-force",
+
name1    = "kilômét khối trên ngày",
name2    = "kilograms-force",
+
symbol  = "km<sup>3</sup>/d",
symbol  = "kg<sub>f</sub>",
+
utype    = "flow",
utype    = "force",
+
scale    = 11574.074074074075,
scale    = 9.80665,
+
default  = "cuft/d",
default  = "N lb-f",
+
link    = "Mét khối trên giây",
 
     },
 
     },
     ["kgf"] = {
+
     ["koilbbl/a"] = {
name1    = "kilogram-force",
+
name1    = "ngàn thùng trên năm",
name2    = "kilograms-force",
+
symbol  = "kbbl/a",
symbol  = "kgf",
+
utype    = "flow",
utype    = "force",
+
scale    = 5.0380033629933841e-6,
scale    = 9.80665,
+
default  = "v * 1.58987294928 < 10 ! ! e3 ! m3/a",
default  = "N lbf",
+
link    = "Barrel trên ngày",
 
     },
 
     },
     ["kp"] = {
+
     ["koilbbl/d"] = {
name1    = "kilopond",
+
name1    = "ngàn thùng trên ngày",
symbol  = "kp",
+
symbol  = "kbbl/d",
utype    = "force",
+
utype    = "flow",
scale    = 9.80665,
+
scale    = 0.0018401307283333335,
default  = "N lb-f",
+
default  = "v * 1.58987294928 < 10 ! ! e3 ! m3/d",
link    = "Kilogram-force",
+
link    = "Barrel trên ngày",
 
     },
 
     },
     ["L/T-f"] = {
+
     ["L/h"] = {
name1    = "long ton-force",
+
name1    = "lít trên giờ",
name2    = "long tons-force",
+
symbol  = "L/h",
symbol  = "L/T<sub>f</sub>",
+
utype    = "flow",
utype    = "force",
+
scale    = 2.7777777777777776e-7,
scale    = 9964.01641818352,
+
default  = "impgal/h USgal/h",
default  = "kN",
+
link    = "Mét khối trên giây",
 
     },
 
     },
     ["L/Tf"] = {
+
     ["L/min"] = {
name1    = "long ton-force",
+
name1    = "lít trên phút",
name2    = "long tons-force",
+
symbol  = "L/min",
symbol  = "L/Tf",
+
utype    = "flow",
utype    = "force",
+
scale    = 1.6666666666666667e-5,
scale    = 9964.01641818352,
+
default  = "impgal/min USgal/min",
default  = "kN",
+
link    = "Mét khối trên giây",
 
     },
 
     },
     ["lb-f"] = {
+
     ["L/s"] = {
name1    = "pound-force",
+
name1    = "lít trên giây",
name2    = "pounds-force",
+
symbol  = "L/s",
symbol  = "lb<sub>f</sub>",
+
utype    = "flow",
utype    = "force",
+
scale    = 0.001,
scale    = 4.4482216152605,
+
default  = "cuft/s",
default  = "N",
+
link    = "Mét khối trên giây",
link    = "Pound (force)",
 
 
     },
 
     },
     ["lbf"] = {
+
     ["m3/a"] = {
name1    = "pound-force",
+
name1    = "mét khối trên năm",
name2    = "pounds-force",
+
symbol  = "m<sup>3</sup>/a",
symbol  = "lbf",
+
utype    = "flow",
utype    = "force",
+
scale    = 3.1688087814028947e-8,
scale    = 4.4482216152605,
+
default  = "cuft/a",
default  = "N",
+
link    = "Mét khối trên giây",
link    = "Pound (force)",
 
 
     },
 
     },
     ["lb(f)"] = {
+
     ["m3/d"] = {
name1    = "pound",
+
name1    = "mét khối trên ngày",
symbol  = "lb",
+
symbol  = "m<sup>3</sup>/d",
utype    = "force",
+
utype    = "flow",
scale    = 4.4482216152605,
+
scale    = 1.1574074074074073e-5,
default  = "N",
+
default  = "cuft/d",
link    = "Pound (force)",
+
link    = "Mét khối trên giây",
 
     },
 
     },
     ["LT-f"] = {
+
     ["m3/h"] = {
name1    = "long ton-force",
+
name1    = "mét khối trên giờ",
name2    = "long tons-force",
+
symbol  = "m<sup>3</sup>/h",
symbol  = "LT<sub>f</sub>",
+
utype    = "flow",
utype    = "force",
+
scale    = 0.00027777777777777778,
scale    = 9964.01641818352,
+
default  = "cuft/h",
default  = "kN",
+
link    = "Mét khối trên giây",
 
     },
 
     },
     ["LTf"] = {
+
     ["m3/min"] = {
name1    = "long ton-force",
+
name1    = "mét khối trên phút",
name2    = "long tons-force",
+
symbol  = "m<sup>3</sup>/min",
symbol  = "LTf",
+
utype    = "flow",
usename  = 1,
+
scale    = 0.016666666666666666,
utype    = "force",
+
default  = "cuft/min",
scale    = 9964.01641818352,
+
link    = "Mét khối trên giây",
default  = "kN",
 
 
     },
 
     },
     ["Mdyn"] = {
+
     ["m3/s"] = {
name1    = "megadyne",
+
name1    = "mét khối trên giây",
symbol  = "Mdyn",
+
symbol  = "m<sup>3</sup>/s",
utype    = "force",
+
utype    = "flow",
scale    = 10,
+
scale    = 1,
default  = "lb-f",
+
default  = "cuft/s",
link    = "Dyne",
+
link    = "Mét khối trên giây",
 
     },
 
     },
     ["mdyn"] = {
+
     ["Moilbbl/a"] = {
name1    = "millidyne",
+
name1    = "triệu thùng trên năm",
symbol  = "mdyn",
+
symbol  = "Mbbl/a",
utype    = "force",
+
utype    = "flow",
scale    = 0.00000001,
+
scale    = 0.0050380033629933837,
default  = "gr-f",
+
default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3/a",
link    = "Dyne",
+
link    = "Barrel trên ngày",
 
     },
 
     },
     ["mg-f"] = {
+
     ["Moilbbl/d"] = {
name1    = "milligram-force",
+
name1    = "triệu thùng trên ngày",
name2    = "milligrams-force",
+
symbol  = "Mbbl/d",
symbol  = "mg<sub>f</sub>",
+
utype    = "flow",
utype    = "force",
+
scale    = 1.8401307283333335,
scale    = 0.00000980665,
+
default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3/d",
default  = "μN gr-f",
+
link    = "Barrel trên ngày",
link    = "Kilogram-force",
 
 
     },
 
     },
     ["mgf"] = {
+
     ["oilbbl/a"] = {
name1    = "milligram-force",
+
name1    = "thùng trên năm",
name2    = "milligrams-force",
+
symbol  = "bbl/a",
symbol  = "mgf",
+
utype    = "flow",
utype    = "force",
+
scale    = 5.0380033629933841e-9,
scale    = 0.00000980665,
+
default  = "m3/a",
default  = "μN grf",
+
link    = "Barrel trên ngày",
link    = "Kilogram-force",
 
 
     },
 
     },
     ["Mp"] = {
+
     ["oilbbl/d"] = {
name1    = "megapond",
+
name1    = "thùng trên ngày",
symbol  = "Mp",
+
symbol  = "bbl/d",
utype    = "force",
+
utype    = "flow",
scale    = 9806.65,
+
scale    = 1.8401307283333336e-6,
default  = "kN LT-f ST-f",
+
default  = "m3/d",
link    = "Kilogram-force",
+
link    = "Barrel trên ngày",
 
     },
 
     },
     ["mp"] = {
+
     ["Toilbbl/a"] = {
name1    = "millipond",
+
name1    = "ngày tỷ thùng trên năm",
symbol  = "mp",
+
symbol  = "Tbbl/a",
utype    = "force",
+
utype    = "flow",
scale    = 0.00000980665,
+
scale    = 5038.0033629933832,
default  = "μN gr-f",
+
default  = "v * 1.58987294928 < 10 ! e9 ! e12 ! m3/a",
link    = "Kilogram-force",
+
link    = "Barrel trên ngày",
 
     },
 
     },
     ["N"] = {
+
     ["U.S.gal/d"] = {
_name1  = "newton",
+
name1    = "galông Mỹ trên ngày",
_symbol  = "N",
+
symbol  = "gal&nbsp;Mỹ/d",
utype    = "force",
+
utype    = "flow",
scale    = 1,
+
scale    = 4.3812636388888893e-8,
prefixes = 1,
+
default  = "m3/s",
default  = "lb-f",
+
link    = "Gallon trên ngày",
link    = "Newton (unit)",
+
customary= 1,
 
     },
 
     },
     ["oz-f"] = {
+
     ["U.S.gal/h"] = {
name1    = "ounce-force",
+
name1    = "galông trên giờ",
name2    = "ounces-force",
+
symbol  = "gal/h",
symbol  = "oz<sub>f</sub>",
+
utype    = "flow",
utype    = "force",
+
scale    = 1.0515032733333334e-6,
scale    = 0.2780138203095378125,
+
default  = "m3/h",
default  = "mN",
+
link    = "Gallon",
link    = "Pound (force)",
+
customary= 2,
 
     },
 
     },
     ["ozf"] = {
+
     ["U.S.gal/min"] = {
name1    = "ounce-force",
+
name1    = "galông Mỹ trên phút",
name2    = "ounces-force",
+
symbol  = "gal&nbsp;Mỹ/min",
symbol  = "ozf",
+
utype    = "flow",
utype    = "force",
+
scale    = 6.3090196400000003e-5,
scale    = 0.2780138203095378125,
+
default  = "m3/s",
default  = "mN",
+
link    = "Gallon",
link    = "Pound (force)",
 
 
     },
 
     },
     ["p"] = {
+
     ["USgal/a"] = {
name1    = "pond",
+
name1    = "galông Mỹ trên năm",
symbol  = "p",
+
symbol  = "gal&nbsp;Mỹ/a",
utype    = "force",
+
utype    = "flow",
scale    = 0.00980665,
+
scale    = 1.1995246102365199e-10,
default  = "mN oz-f",
+
default  = "m3/s",
link    = "Kilogram-force",
+
link    = "Gallon trên ngày",
 
     },
 
     },
     ["pdl"] = {
+
     ["USgal/d"] = {
name1    = "poundal",
+
name1    = "galông Mỹ trên ngày",
symbol  = "pdl",
+
symbol  = "gal&nbsp;Mỹ/d",
utype    = "force",
+
utype    = "flow",
scale    = 0.138254954376,
+
scale    = 4.3812636388888893e-8,
default  = "N",
+
default  = "m3/s",
 +
link    = "Gallon trên ngày",
 
     },
 
     },
     ["S/T-f"] = {
+
     ["USgal/h"] = {
name1    = "short ton-force",
+
name1    = "galông trên giờ",
name2    = "short tons-force",
+
symbol  = "gal/h",
symbol  = "S/T<sub>f</sub>",
+
utype    = "flow",
utype    = "force",
+
scale    = 1.0515032733333334e-6,
scale    = 8896.443230521,
+
default  = "m3/h",
default  = "kN",
+
link    = "Gallon",
 +
customary= 1,
 
     },
 
     },
     ["S/Tf"] = {
+
     ["USgal/min"] = {
name1    = "short ton-force",
+
name1    = "galông Mỹ trên phút",
name2    = "short tons-force",
+
symbol  = "gal&nbsp;Mỹ/min",
symbol  = "S/Tf",
+
utype    = "flow",
utype    = "force",
+
scale    = 6.3090196400000003e-5,
scale    = 8896.443230521,
+
default  = "m3/s",
default  = "kN",
+
link    = "Gallon",
 
     },
 
     },
     ["ST-f"] = {
+
     ["USgal/s"] = {
name1    = "short ton-force",
+
name1    = "galông Mỹ trên giây",
name2    = "short tons-force",
+
symbol  = "gal&nbsp;Mỹ/s",
symbol  = "ST<sub>f</sub>",
+
utype    = "flow",
utype    = "force",
+
scale    = 0.003785411784,
scale    = 8896.443230521,
+
default  = "m3/s",
default  = "kN",
+
link    = "Gallon trên giây",
 
     },
 
     },
     ["STf"] = {
+
     ["ft3/a"] = {
name1    = "short ton-force",
+
target   = "cuft/a",
name2    = "short tons-force",
 
symbol   = "STf",
 
usename  = 1,
 
utype    = "force",
 
scale    = 8896.443230521,
 
default  = "kN",
 
 
     },
 
     },
     ["t-f"] = {
+
     ["ft3/d"] = {
name1    = "tonne-force",
+
target   = "cuft/d",
name2    = "tonnes-force",
 
symbol   = "t<sub>f</sub>",
 
utype    = "force",
 
scale    = 9806.65,
 
default  = "kN LT-f ST-f",
 
link    = "Ton-force#Tonne-force",
 
 
     },
 
     },
     ["tf"] = {
+
     ["ft3/h"] = {
name1    = "tonne-force",
+
target   = "cuft/h",
name2    = "tonnes-force",
 
symbol   = "tf",
 
utype    = "force",
 
scale    = 9806.65,
 
default  = "kN LTf STf",
 
link    = "Ton-force#Tonne-force",
 
 
     },
 
     },
     ["dyne"] = {
+
     ["ft3/s"] = {
target  = "dyn",
+
target  = "cuft/s",
 
     },
 
     },
     ["newtons"] = {
+
     ["Gcuft/a"] = {
target  = "N",
+
target  = "e9cuft/a",
 
     },
 
     },
     ["poundal"] = {
+
     ["Gcuft/d"] = {
target  = "pdl",
+
target  = "e9cuft/d",
 
     },
 
     },
     ["tonne-force"] = {
+
     ["kcuft/a"] = {
target  = "tf",
+
target  = "e3cuft/a",
 
     },
 
     },
     ["impgal/mi"] = {
+
     ["kcuft/d"] = {
per      = { "@impgal", "mi" },
+
target   = "e3cuft/d",
utype    = "fuel efficiency",
 
invert   = 1,
 
iscomplex= true,
 
default  = "l/km USgal/mi",
 
 
     },
 
     },
     ["km/L"] = {
+
     ["kcuft/s"] = {
per      = { "km", "L" },
+
target  = "e3cuft/s",
utype    = "fuel efficiency",
+
    },
invert   = -1,
+
    ["Mcuft/a"] = {
iscomplex= true,
+
target   = "e6cuft/a",
default  = "mpgimp mpgus",
 
 
     },
 
     },
     ["km/l"] = {
+
     ["Mcuft/d"] = {
per      = { "km", "l" },
+
target   = "e6cuft/d",
utype    = "fuel efficiency",
 
invert   = -1,
 
iscomplex= true,
 
default  = "mpgimp mpgus",
 
 
     },
 
     },
     ["L/100 km"] = {
+
     ["Mcuft/s"] = {
per      = { "L", "100km" },
+
target   = "e6cuft/s",
utype    = "fuel efficiency",
 
invert   = 1,
 
iscomplex= true,
 
default  = "mpgimp mpgus",
 
symlink  = "[[Fuel economy in automobiles#Units of measure|L/100&nbsp;km]]",
 
 
     },
 
     },
     ["l/100 km"] = {
+
     ["/s"] = {
per      = { "l", "100km" },
+
target   = "m3/s",
utype    = "fuel efficiency",
 
invert   = 1,
 
iscomplex= true,
 
default  = "mpgimp mpgus",
 
symlink  = "[[Fuel economy in automobiles#Units of measure|l/100&nbsp;km]]",
 
 
     },
 
     },
     ["L/km"] = {
+
     ["Tcuft/a"] = {
per      = { "L", "km" },
+
target   = "e12cuft/a",
utype    = "fuel efficiency",
 
invert   = 1,
 
iscomplex= true,
 
default  = "mpgimp mpgus",
 
 
     },
 
     },
     ["l/km"] = {
+
     ["Tcuft/d"] = {
per      = { "l", "km" },
+
target   = "e12cuft/d",
utype    = "fuel efficiency",
 
invert   = 1,
 
iscomplex= true,
 
default  = "mpgimp mpgus",
 
 
     },
 
     },
     ["mi/impqt"] = {
+
     ["u.s.gal/min"] = {
per      = { "mi", "impqt" },
+
target   = "U.S.gal/min",
utype    = "fuel efficiency",
 
invert   = -1,
 
iscomplex= true,
 
default  = "km/L",
 
 
     },
 
     },
     ["mi/U.S.qt"] = {
+
     ["usgal/min"] = {
per      = { "mi", "U.S.qt" },
+
target   = "USgal/min",
utype    = "fuel efficiency",
 
invert   = -1,
 
iscomplex= true,
 
default  = "km/L",
 
 
     },
 
     },
     ["mi/USqt"] = {
+
     ["-LTf"] = {
per      = { "mi", "USqt" },
+
name1    = "tấn lực Anh",
utype    = "fuel efficiency",
+
symbol  = "LTf",
invert  = -1,
+
utype    = "force",
iscomplex= true,
+
scale    = 9964.01641818352,
default  = "km/L",
+
default  = "kN",
 +
link    = "Tấn lực (Anh)",
 
     },
 
     },
     ["mi/usqt"] = {
+
     ["-STf"] = {
per      = { "mi", "usqt" },
+
name1    = "tấn lực Mỹ",
utype    = "fuel efficiency",
+
symbol  = "STf",
invert  = -1,
+
utype    = "force",
iscomplex= true,
+
scale    = 8896.443230521,
default  = "km/L",
+
default  = "kN",
 +
link    = "Tấn lực (Mỹ)",
 
     },
 
     },
     ["mpgimp"] = {
+
     ["dyn"] = {
per      = { "mi", "@impgal" },
+
name1    = "đyn",
symbol  = "mpg<sub>&#8209;imp</sub>",
+
symbol  = "dyn",
utype    = "fuel efficiency",
+
utype    = "force",
invert  = -1,
+
scale    = 0.00001,
iscomplex= true,
+
default  = "gr-f",
default  = "L/100 km+mpgus",
 
symlink  = "[[Fuel economy in automobiles#Units of measure|mpg]]<sub>&#8209;[[Imperial units|imp]]</sub>",
 
 
     },
 
     },
     ["mpgus"] = {
+
     ["g-f"] = {
per      = { "mi", "+USgal" },
+
name1    = "gam lực",
symbol  = "mpg<sub>&#8209;US</sub>",
+
symbol  = "g<sub>f</sub>",
utype    = "fuel efficiency",
+
utype    = "force",
invert  = -1,
+
scale    = 0.00980665,
iscomplex= true,
+
default  = "mN oz-f",
default  = "L/100 km+mpgimp",
+
link    = "Kilôgam lực",
symlink  = "[[Fuel economy in automobiles#Units of measure|mpg]]<sub>&#8209;[[United States customary units|US]]</sub>",
 
 
     },
 
     },
     ["U.S.gal/mi"] = {
+
     ["gf"] = {
per      = { "*U.S.gal", "mi" },
+
name1    = "gam lực",
sp_us    = true,
+
symbol  = "gf",
utype    = "fuel efficiency",
+
utype    = "force",
invert  = 1,
+
scale    = 0.00980665,
iscomplex= true,
+
default  = "mN ozf",
default  = "l/km impgal/mi",
+
link    = "Kilôgam lực",
 
     },
 
     },
     ["usgal/mi"] = {
+
     ["gr-f"] = {
per      = { "+USgal", "mi" },
+
name1    = "grain lực",
utype    = "fuel efficiency",
+
symbol  = "gr<sub>f</sub>",
invert  = 1,
+
utype    = "force",
iscomplex= true,
+
scale    = 0.0006354602307515,
default  = "l/km impgal/mi",
+
default  = "µN",
 +
link    = "Pound lực",
 
     },
 
     },
     ["L/100km"] = {
+
     ["grf"] = {
target   = "L/100 km",
+
name1    = "grain lực",
 +
symbol   = "grf",
 +
utype    = "force",
 +
scale    = 0.0006354602307515,
 +
default  = "µN",
 +
link    = "Pound lực",
 
     },
 
     },
     ["l/100km"] = {
+
     ["kdyn"] = {
target   = "l/100 km",
+
name1    = "kilôđyn",
 +
symbol   = "kdyn",
 +
utype    = "force",
 +
scale    = 0.01,
 +
default  = "oz-f",
 +
link    = "Đyn",
 
     },
 
     },
     ["mpg"] = {
+
     ["kg-f"] = {
shouldbe = "Use %{mpgus%} for miles per US gallon or %{mpgimp%} for miles per imperial gallon (not %{mpg%})",
+
name1    = "kilôgam lực",
 +
symbol  = "kg<sub>f</sub>",
 +
utype    = "force",
 +
scale    = 9.80665,
 +
default  = "N lb-f",
 
     },
 
     },
     ["mpgU.S."] = {
+
     ["kgf"] = {
target  = "mpgus",
+
name1    = "kilôgam lực",
symbol  = "mpg<sub>&#8209;U.S.</sub>",
+
symbol  = "kgf",
sp_us   = true,
+
utype    = "force",
symlink = "[[Fuel economy in automobiles#Units of measure|mpg]]<sub>&#8209;[[United States customary units|U.S.]]</sub>",
+
scale   = 9.80665,
 +
default = "N lbf",
 
     },
 
     },
     ["mpgu.s."] = {
+
     ["kp"] = {
target  = "mpgus",
+
name1    = "kilôpond",
symbol  = "mpg<sub>&#8209;U.S.</sub>",
+
symbol  = "kp",
sp_us   = true,
+
utype    = "force",
symlink = "[[Fuel economy in automobiles#Units of measure|mpg]]<sub>&#8209;[[United States customary units|U.S.]]</sub>",
+
scale   = 9.80665,
 +
default = "N lb-f",
 +
link    = "Kilôgam lực",
 
     },
 
     },
     ["mpgUS"] = {
+
     ["L/T-f"] = {
target   = "mpgus",
+
name1    = "tấn lực Anh",
 +
symbol   = "L/T<sub>f</sub>",
 +
utype    = "force",
 +
scale    = 9964.01641818352,
 +
default  = "kN",
 +
link    = "Tấn lực (Anh)",
 
     },
 
     },
     ["USgal/mi"] = {
+
     ["L/Tf"] = {
target   = "usgal/mi",
+
name1    = "tấn lực Anh",
 +
symbol   = "L/Tf",
 +
utype    = "force",
 +
scale    = 9964.01641818352,
 +
default  = "kN",
 +
link    = "Tấn lực (Anh)",
 
     },
 
     },
     ["kPa/m"] = {
+
     ["lb-f"] = {
per      = { "kPa", "-m-frac" },
+
name1    = "pound lực",
utype    = "fracture gradient",
+
symbol  = "lb<sub>f</sub>",
default  = "psi/ft",
+
utype    = "force",
 +
scale    = 4.4482216152605,
 +
default  = "N",
 
     },
 
     },
     ["psi/ft"] = {
+
     ["lbf"] = {
per      = { "psi", "-ft-frac" },
+
name1    = "pound lực",
utype    = "fracture gradient",
+
symbol  = "lbf",
default  = "kPa/m",
+
utype    = "force",
 +
scale    = 4.4482216152605,
 +
default  = "N",
 
     },
 
     },
     ["cm/km"] = {
+
     ["lb(f)"] = {
name1    = "centimetre per kilometre",
+
name1    = "pound",
name1_us = "centimeter per kilometer",
+
symbol  = "lb",
name2    = "centimetres per kilometre",
+
utype    = "force",
name2_us = "centimeters per kilometer",
+
scale    = 4.4482216152605,
symbol  = "cm/km",
+
default  = "N",
utype    = "gradient",
+
link    = "Pound lực",
scale    = 0.00001,
 
default  = "ft/mi",
 
link    = "Grade (slope)",
 
 
     },
 
     },
     ["ft/mi"] = {
+
     ["LT-f"] = {
name1    = "foot per mile",
+
name1    = "tấn lực Anh",
name2    = "feet per mile",
+
symbol  = "LT<sub>f</sub>",
symbol  = "ft/mi",
+
utype    = "force",
utype    = "gradient",
+
scale    = 9964.01641818352,
scale    = 0.00018939393939393939,
+
default  = "kN",
default  = "v < 5.28 ! c ! ! m/km",
 
link    = "Grade (slope)",
 
 
     },
 
     },
     ["ft/nmi"] = {
+
     ["LTf"] = {
name1    = "foot per nautical mile",
+
name1    = "tấn lực Anh",
name2    = "feet per nautical mile",
+
symbol  = "LTf",
symbol  = "ft/nmi",
+
usename  = 1,
utype    = "gradient",
+
utype    = "force",
scale    = 0.00016457883369330455,
+
scale    = 9964.01641818352,
default  = "v < 6.076 ! c ! ! m/km",
+
default  = "kN",
link    = "Grade (slope)",
 
 
     },
 
     },
     ["in/ft"] = {
+
     ["Mdyn"] = {
name1    = "inch per foot",
+
name1    = "mêga đyn",
name2    = "inches per foot",
+
symbol  = "Mdyn",
symbol  = "in/ft",
+
utype    = "force",
utype    = "gradient",
+
scale    = 10,
scale    = 0.083333333333333329,
+
default  = "lb-f",
default  = "mm/m",
+
link    = "Đyn",
link    = "Grade (slope)",
 
 
     },
 
     },
     ["in/mi"] = {
+
     ["mdyn"] = {
name1    = "inch per mile",
+
name1    = "mili đyn",
name2    = "inches per mile",
+
symbol  = "mdyn",
symbol  = "in/mi",
+
utype    = "force",
utype    = "gradient",
+
scale    = 0.00000001,
scale    = 1.5782828282828283e-5,
+
default  = "gr-f",
default  = "v < 0.6336 ! m ! c ! m/km",
+
link    = "Đyn",
link    = "Grade (slope)",
 
 
     },
 
     },
     ["m/km"] = {
+
     ["mg-f"] = {
name1    = "metre per kilometre",
+
name1    = "miligam lực",
name1_us = "meter per kilometer",
+
symbol  = "mg<sub>f</sub>",
name2    = "metres per kilometre",
+
utype    = "force",
name2_us = "meters per kilometer",
+
scale    = 0.00000980665,
symbol  = "m/km",
+
default  = "µN gr-f",
utype    = "gradient",
+
link    = "Kilôgam lực",
scale    = 0.001,
 
default  = "ft/mi",
 
link    = "Grade (slope)",
 
 
     },
 
     },
     ["mm/km"] = {
+
     ["mgf"] = {
name1    = "millimetre per kilometre",
+
name1    = "miligam lực",
name1_us = "millimeter per kilometer",
+
symbol  = "mgf",
name2    = "millimetres per kilometre",
+
utype    = "force",
name2_us = "millimeters per kilometer",
+
scale    = 0.00000980665,
symbol  = "mm/km",
+
default  = "µN grf",
utype    = "gradient",
+
link    = "Kilôgam lực",
scale    = 0.000001,
 
default  = "in/mi",
 
link    = "Grade (slope)",
 
 
     },
 
     },
     ["mm/m"] = {
+
     ["Mp"] = {
name1    = "millimetre per metre",
+
name1    = "mêgapond",
name1_us = "millimeter per meter",
+
symbol  = "Mp",
name2    = "millimetres per metre",
+
utype    = "force",
name2_us = "millimeters per meter",
+
scale    = 9806.65,
symbol  = "mm/m",
+
default  = "kN LT-f ST-f",
utype    = "gradient",
+
link    = "Kilôgam lực",
scale    = 0.001,
 
default  = "in/ft",
 
link    = "Grade (slope)",
 
 
     },
 
     },
     ["admi"] = {
+
     ["mp"] = {
name1    = "admiralty mile",
+
name1    = "milipond",
symbol  = "nmi&nbsp;(admiralty)",
+
symbol  = "mp",
utype    = "length",
+
utype    = "force",
scale    = 1853.184,
+
scale    = 0.00000980665,
default  = "km mi",
+
default  = "µN gr-f",
link    = "Nautical mile",
+
link    = "Kilôgam lực",
 
     },
 
     },
     ["AU"] = {
+
     ["N"] = {
name1    = "astronomical unit",
+
_name1  = "newtơn",
symbol  = "AU",
+
_symbol  = "N",
utype    = "length",
+
utype    = "force",
scale    = 149597870700,
+
scale    = 1,
default  = "km mi",
+
prefixes = 1,
 +
default  = "lb-f",
 +
link    = "Newton",
 
     },
 
     },
     ["Brnmi"] = {
+
     ["oz-f"] = {
name1    = "British nautical mile",
+
name1    = "ounce lực",
symbol  = "(Brit)&nbsp;nmi",
+
symbol  = "oz<sub>f</sub>",
utype    = "length",
+
utype    = "force",
scale    = 1853.184,
+
scale    = 0.2780138203095378125,
default  = "km mi",
+
default  = "mN",
link    = "Nautical mile",
+
link    = "Pound lực",
 
     },
 
     },
     ["bu"] = {
+
     ["ozf"] = {
name2   = "bu",
+
name1   = "ounce lực",
symbol  = "bu",
+
symbol  = "ozf",
usename  = 1,
+
utype    = "force",
utype    = "length",
+
scale    = 0.2780138203095378125,
scale    = 0.0030303030303030303,
+
default  = "mN",
default  = "mm",
+
link    = "Pound lực",
link    = "Japanese units of measurement#Length",
 
 
     },
 
     },
     ["ch"] = {
+
     ["p"] = {
name1    = "chain",
+
name1    = "pond",
symbol  = "ch",
+
symbol  = "p",
utype    = "length",
+
utype    = "force",
scale    = 20.1168,
+
scale    = 0.00980665,
default  = "ft m",
+
default  = "mN oz-f",
subdivs  = { ["ft"] = { 66, default = "m" }, ["yd"] = { 22, default = "m" } },
+
link    = "Kilôgam lực",
link    = "Chain (unit)",
 
 
     },
 
     },
     ["chlk"] = {
+
     ["pdl"] = {
name1    = "[[Chain (unit)|chain]]",
+
name1    = "poundal",
symbol  = "[[Chain (unit)|ch]]",
+
symbol  = "pdl",
utype    = "length",
+
utype    = "force",
scale    = 20.1168,
+
scale    = 0.138254954376,
default  = "ft m",
+
default  = "N",
link    = "",
 
 
     },
 
     },
     ["chain"] = {
+
     ["S/T-f"] = {
symbol  = "chain",
+
name1    = "tấn lực Mỹ",
usename  = 1,
+
symbol  = "S/T<sub>f</sub>",
utype    = "length",
+
utype    = "force",
scale    = 20.1168,
+
scale    = 8896.443230521,
default  = "ft m",
+
default  = "kN",
subdivs  = { ["ft"] = { 66, default = "m" }, ["yd"] = { 22, default = "m" } },
+
link    = "Tấn lực (Mỹ)",
link    = "Chain (unit)",
 
 
     },
 
     },
     ["chainlk"] = {
+
     ["S/Tf"] = {
symbol  = "[[Chain (unit)|chain]]",
+
name1    = "tấn lực Mỹ",
usename  = 1,
+
symbol  = "S/Tf",
utype    = "length",
+
utype    = "force",
scale    = 20.1168,
+
scale    = 8896.443230521,
default  = "ft m",
+
default  = "kN",
link    = "",
+
link    = "Tấn lực (Mỹ)",
 
     },
 
     },
     ["dpcm"] = {
+
     ["ST-f"] = {
name2   = "dot/cm",
+
name1   = "tấn lực Mỹ",
symbol  = "dot/cm",
+
symbol  = "ST<sub>f</sub>",
utype    = "length",
+
utype    = "force",
scale    = 100,
+
scale    = 8896.443230521,
invert  = -1,
+
default  = "kN",
iscomplex= true,
+
link    = "Tấn lực (Mỹ)",
default  = "dpi",
 
link    = "Dots per inch",
 
 
     },
 
     },
     ["dpi"] = {
+
     ["STf"] = {
name2   = "DPI",
+
name1   = "tấn lực Mỹ",
symbol  = "DPI",
+
symbol  = "STf",
utype    = "length",
 
scale    = 39.370078740157481,
 
invert  = -1,
 
iscomplex= true,
 
default  = "pitch",
 
link    = "Dots per inch",
 
    },
 
    ["fathom"] = {
 
symbol  = "fathom",
 
 
usename  = 1,
 
usename  = 1,
utype    = "length",
+
utype    = "force",
scale    = 1.8288,
+
scale    = 8896.443230521,
default  = "ft m",
+
default  = "kN",
 +
link    = "Tấn lực (Mỹ)",
 
     },
 
     },
     ["foot"] = {
+
     ["t-f"] = {
name1    = "foot",
+
name1    = "tấn lực",
name2    = "foot",
+
symbol  = "t<sub>f</sub>",
symbol  = "ft",
+
utype    = "force",
utype    = "length",
+
scale    = 9806.65,
scale    = 0.3048,
+
default  = "kN LT-f ST-f",
default  = "m",
 
subdivs  = { ["in"] = { 12, default = "m" } },
 
link    = "Foot (unit)",
 
 
     },
 
     },
     ["ft"] = {
+
     ["tf"] = {
name1    = "foot",
+
name1    = "tấn lực",
name2    = "feet",
+
symbol  = "tf",
symbol  = "ft",
+
utype    = "force",
utype    = "length",
+
scale    = 9806.65,
scale    = 0.3048,
+
default  = "kN LTf STf",
exception= "integer_more_precision",
+
    },
default  = "m",
+
    ["dyne"] = {
subdivs  = { ["in"] = { 12, default = "m" } },
+
target  = "dyn",
link    = "Foot (unit)",
 
 
     },
 
     },
     ["furlong"] = {
+
     ["newtons"] = {
symbol   = "furlong",
+
target   = "N",
usename  = 1,
 
utype    = "length",
 
scale    = 201.168,
 
default  = "ft m",
 
 
     },
 
     },
     ["Gly"] = {
+
     ["poundal"] = {
name1    = "gigalight-year",
+
target   = "pdl",
symbol   = "Gly",
 
utype    = "length",
 
scale    = 9.4607304725808e24,
 
default  = "Mpc",
 
link    = "Light-year#Definitions",
 
 
     },
 
     },
     ["Gpc"] = {
+
     ["tonne-force"] = {
name1    = "gigaparsec",
+
target   = "tf",
symbol   = "Gpc",
 
utype    = "length",
 
scale    = 3.0856775814671916e25,
 
default  = "Gly",
 
link    = "Parsec#Megaparsecs and gigaparsecs",
 
 
     },
 
     },
     ["hand"] = {
+
     ["impgal/mi"] = {
name1    = "hand",
+
per      = { "@impgal", "mi" },
symbol  = "h",
+
utype    = "fuel efficiency",
utype    = "length",
+
invert  = 1,
builtin  = "hand",
 
scale    = 0.1016,
 
 
iscomplex= true,
 
iscomplex= true,
default  = "in cm",
+
default  = "l/km USgal/mi",
link    = "Hand (unit)",
 
 
     },
 
     },
     ["in"] = {
+
     ["km/L"] = {
name1    = "inch",
+
per      = { "km", "L" },
name2    = "inches",
+
utype    = "fuel efficiency",
symbol  = "in",
+
invert  = -1,
utype    = "length",
+
iscomplex= true,
scale    = 0.0254,
+
default  = "mpgimp mpgus",
exception= "subunit_more_precision",
 
default  = "mm",
 
 
     },
 
     },
     ["inabbreviated"] = {
+
     ["km/l"] = {
name2    = "in",
+
per      = { "km", "l" },
symbol  = "in",
+
utype    = "fuel efficiency",
utype    = "length",
+
invert  = -1,
scale    = 0.0254,
+
iscomplex= true,
default  = "mm",
+
default  = "mpgimp mpgus",
link    = "Inch",
 
 
     },
 
     },
     ["kly"] = {
+
     ["L/100 km"] = {
name1    = "kilolight-year",
+
per      = { "L", "100km" },
symbol  = "kly",
+
utype    = "fuel efficiency",
utype    = "length",
+
invert  = 1,
scale    = 9.4607304725808e18,
+
iscomplex= true,
default  = "pc",
+
default  = "mpgimp mpgus",
link    = "Light-year#Definitions",
+
symlink  = "[[Hiệu quả nhiên liệu xe hơi#Đơn vị đo lường|L/100 km]]",
 
     },
 
     },
     ["kpc"] = {
+
     ["l/100 km"] = {
name1    = "kiloparsec",
+
per      = { "l", "100km" },
symbol  = "kpc",
+
utype    = "fuel efficiency",
utype    = "length",
+
invert  = 1,
scale    = 3.0856775814671916e19,
+
iscomplex= true,
default  = "kly",
+
default  = "mpgimp mpgus",
link    = "Parsec#Parsecs and kiloparsecs",
+
symlink  = "[[Hiệu quả nhiên liệu xe hơi#Đơn vị đo lường|l/100 km]]",
 
     },
 
     },
     ["LD"] = {
+
     ["L/km"] = {
name1    = "lunar distance",
+
per      = { "L", "km" },
symbol  = "LD",
+
utype    = "fuel efficiency",
utype    = "length",
+
invert  = 1,
scale    = 384403000,
+
iscomplex= true,
default  = "km mi",
+
default  = "mpgimp mpgus",
link    = "Lunar distance (astronomy)",
 
 
     },
 
     },
     ["league"] = {
+
     ["l/km"] = {
symbol  = "league",
+
per      = { "l", "km" },
usename  = 1,
+
utype    = "fuel efficiency",
utype    = "length",
+
invert  = 1,
scale    = 4828.032,
+
iscomplex= true,
default  = "km",
+
default  = "mpgimp mpgus",
link    = "League (unit)",
 
 
     },
 
     },
     ["ly"] = {
+
     ["mi/impqt"] = {
name1    = "light-year",
+
per      = { "mi", "impqt" },
symbol  = "ly",
+
utype    = "fuel efficiency",
utype    = "length",
+
invert  = -1,
scale    = 9.4607304725808e15,
+
iscomplex= true,
default  = "AU",
+
default  = "km/L",
 
     },
 
     },
     ["m"] = {
+
     ["mi/U.S.qt"] = {
_name1  = "metre",
+
per      = { "mi", "U.S.qt" },
_name1_us= "meter",
+
utype    = "fuel efficiency",
_symbol  = "m",
+
invert  = -1,
utype    = "length",
+
iscomplex= true,
scale    = 1,
+
default  = "km/L",
prefixes = 1,
 
default  = "v > 0 and v < 3 ! ftin ! ft",
 
link    = "Metre",
 
 
     },
 
     },
     ["mi"] = {
+
     ["mi/USqt"] = {
name1    = "mile",
+
per      = { "mi", "USqt" },
symbol  = "mi",
+
utype    = "fuel efficiency",
utype    = "length",
+
invert  = -1,
scale    = 1609.344,
+
iscomplex= true,
default  = "km",
+
default = "km/L",
subdivs = { ["ch"] = { 80, default = "km" }, ["chlk"] = { 80, default = "km" }, ["chain"] = { 80, default = "km" }, ["chainlk"] = { 80, default = "km" }, ["ft"] = { 5280, default = "km" }, ["furlong"] = { 8, default = "km" }, ["yd"] = { 1760, default = "km" } },
 
 
     },
 
     },
     ["mil"] = {
+
     ["mi/usqt"] = {
symbol  = "mil",
+
per      = { "mi", "usqt" },
usename  = 1,
+
utype    = "fuel efficiency",
utype    = "length",
+
invert  = -1,
scale    = 0.0000254,
+
iscomplex= true,
default  = "mm",
+
default  = "km/L",
link    = "Thousandth of an inch",
 
 
     },
 
     },
     ["Mly"] = {
+
     ["mpgimp"] = {
name1    = "megalight-year",
+
per      = { "mi", "@impgal" },
symbol  = "Mly",
+
symbol  = "mpg<sub><small>-Anh</small></sub>",
utype    = "length",
+
utype    = "fuel efficiency",
scale    = 9.4607304725808e21,
+
invert  = -1,
default  = "kpc",
+
iscomplex= true,
link    = "Light-year#Definitions",
+
default  = "L/100 km mpgus",
 +
symlink  = "[[Hiệu quả nhiên liệu xe hơi#Đơn vị đo lường|mpg]]<sub><small>-[[Hệ đo lường Anh|Anh]]</small></sub>",
 
     },
 
     },
     ["Mpc"] = {
+
     ["mpgus"] = {
name1    = "megaparsec",
+
per      = { "mi", "+USgal" },
symbol  = "Mpc",
+
symbol  = "mpg<sub><small>-Mỹ</small></sub>",
utype    = "length",
+
utype    = "fuel efficiency",
scale    = 3.0856775814671916e22,
+
invert  = -1,
default  = "Mly",
+
iscomplex= true,
link    = "Parsec#Megaparsecs and gigaparsecs",
+
default  = "L/100 km mpgimp",
 +
symlink  = "[[Hiệu quả nhiên liệu xe hơi#Đơn vị đo lường|mpg]]<sub><small>-[[Hệ đo lường Mỹ|Mỹ]]</small></sub>",
 
     },
 
     },
     ["NM"] = {
+
     ["U.S.gal/mi"] = {
name1    = "nautical mile",
+
per      = { "*U.S.gal", "mi" },
symbol  = "NM",
+
sp_us    = true,
utype    = "length",
+
utype    = "fuel efficiency",
scale    = 1852,
+
invert  = 1,
default  = "km mi",
+
iscomplex= true,
 +
default  = "l/km impgal/mi",
 
     },
 
     },
     ["nmi"] = {
+
     ["usgal/mi"] = {
name1    = "nautical mile",
+
per      = { "+USgal", "mi" },
symbol  = "nmi",
+
utype    = "fuel efficiency",
utype    = "length",
+
invert  = 1,
scale    = 1852,
+
iscomplex= true,
default  = "km mi",
+
default  = "l/km impgal/mi",
 +
    },
 +
    ["L/100km"] = {
 +
target  = "L/100 km",
 
     },
 
     },
     ["oldUKnmi"] = {
+
     ["l/100km"] = {
name1    = "nautical mile",
+
target   = "l/100 km",
symbol   = "nmi",
 
utype    = "length",
 
scale    = 1853.184,
 
default  = "km mi",
 
 
     },
 
     },
     ["oldUSnmi"] = {
+
     ["mpg"] = {
name1    = "nautical mile",
+
shouldbe = "Sử dụng %{mpgus%} cho dặm trên galông Mỹ hoặc %{mpgimp%} cho dặm trên galông Anh thay vì %{mpg%}",
symbol  = "nmi",
 
utype    = "length",
 
scale    = 1853.24496,
 
default  = "km mi",
 
 
     },
 
     },
     ["pc"] = {
+
     ["mpgU.S."] = {
name1    = "parsec",
+
target   = "mpgus",
symbol   = "pc",
+
sp_us   = true,
utype   = "length",
+
symlink = "[[Hiệu quả nhiên liệu xe hơi#Đơn vị đo lường|mpg]]<sub><small>-[[Hệ đo lường Mỹ|Mỹ]]</small></sub>",
scale    = 3.0856775814671916e16,
 
default = "ly",
 
 
     },
 
     },
     ["perch"] = {
+
     ["mpgu.s."] = {
name2    = "perches",
+
target   = "mpgus",
symbol   = "perch",
+
sp_us   = true,
usename  = 1,
+
symlink = "[[Hiệu quả nhiên liệu xe hơi#Đơn vị đo lường|mpg]]<sub><small>-[[Hệ đo lường Mỹ|Mỹ]]</small></sub>",
utype    = "length",
 
scale   = 5.0292,
 
default = "ft m",
 
link    = "Rod (unit)",
 
 
     },
 
     },
     ["pitch"] = {
+
     ["mpgUS"] = {
name2    = "μm",
+
target   = "mpgus",
symbol   = "μm",
 
utype    = "length",
 
scale    = 1e-6,
 
default  = "dpi",
 
defkey  = "pitch",
 
linkey  = "pitch",
 
link    = "Dots per inch",
 
 
     },
 
     },
     ["pole"] = {
+
     ["USgal/mi"] = {
symbol   = "pole",
+
target   = "usgal/mi",
usename  = 1,
 
utype    = "length",
 
scale    = 5.0292,
 
default  = "ft m",
 
link    = "Rod (unit)",
 
 
     },
 
     },
     ["pre1954U.S.nmi"] = {
+
     ["kPa/m"] = {
name1    = "(pre-1954&nbsp;U.S.) nautical mile",
+
per      = { "kPa", "-m-frac" },
symbol  = "(pre&#8209;1954&nbsp;U.S.) nmi",
+
utype    = "fracture gradient",
utype    = "length",
+
default  = "psi/ft",
scale    = 1853.24496,
 
default  = "km mi",
 
link    = "Nautical mile",
 
 
     },
 
     },
     ["pre1954USnmi"] = {
+
     ["psi/ft"] = {
name1    = "(pre-1954&nbsp;US) nautical mile",
+
per      = { "psi", "-ft-frac" },
name1_us = "(pre-1954&nbsp;U.S.) nautical mile",
+
utype    = "fracture gradient",
symbol  = "(pre&#8209;1954&nbsp;US) nmi",
+
default  = "kPa/m",
sym_us  = "(pre&#8209;1954&nbsp;U.S.) nmi",
 
utype    = "length",
 
scale    = 1853.24496,
 
default  = "km mi",
 
link    = "Nautical mile",
 
 
     },
 
     },
     ["rd"] = {
+
     ["cm/km"] = {
name1    = "rod",
+
name1    = "xentimét trên kilômét",
symbol  = "rd",
+
symbol  = "cm/km",
utype    = "length",
+
utype    = "gradient",
scale    = 5.0292,
+
scale    = 0.00001,
default  = "ft m",
+
default  = "ft/mi",
link    = "Rod (unit)",
+
link    = "Độ dốc",
 
     },
 
     },
     ["royal cubit"] = {
+
     ["ft/mi"] = {
name1    = "royal cubit",
+
name1    = "foot trên dặm",
symbol  = "cu",
+
symbol  = "ft/mi",
utype    = "length",
+
utype    = "gradient",
scale    = 0.524,
+
scale    = 0.00018939393939393939,
default  = "mm",
+
default  = "v < 5.28 ! c ! ! m/km",
 +
link    = "Độ dốc",
 
     },
 
     },
     ["rtkm"] = {
+
     ["ft/nmi"] = {
name1    = "route kilometre",
+
name1    = "foot trên hải lý",
name1_us = "route kilometer",
+
symbol  = "ft/nmi",
symbol  = "km",
+
utype    = "gradient",
utype    = "length",
+
scale    = 0.00016457883369330455,
scale    = 1000,
+
default  = "v < 6.076 ! c ! ! m/km",
default  = "mi",
+
link    = "Độ dốc",
link    = "Kilometre",
 
 
     },
 
     },
     ["rtmi"] = {
+
     ["in/ft"] = {
name1    = "route mile",
+
name1    = "inch trên foot",
symbol  = "mi",
+
symbol  = "in/ft",
utype    = "length",
+
utype    = "gradient",
scale    = 1609.344,
+
scale    = 0.083333333333333329,
default  = "km",
+
default  = "mm/m",
link    = "Mile",
+
link    = "Độ dốc",
 
     },
 
     },
     ["shaku"] = {
+
     ["in/mi"] = {
name2   = "shaku",
+
name1   = "inch trên dặm",
symbol  = "shaku",
+
symbol  = "in/mi",
usename  = 1,
+
utype    = "gradient",
utype    = "length",
+
scale    = 1.5782828282828283e-5,
scale    = 0.30303030303030304,
+
default  = "v < 0.6336 ! m ! c ! m/km",
default  = "m",
+
link    = "Độ dốc",
link    = "Shaku (unit)",
 
 
     },
 
     },
     ["sm"] = {
+
     ["m/km"] = {
name1    = "smoot",
+
name1    = "mét trên kilômét",
symbol  = "sm",
+
symbol  = "m/km",
utype    = "length",
+
utype    = "gradient",
scale    = 1.70180,
+
scale    = 0.001,
default  = "m",
+
default  = "ft/mi",
link    = "Smoot (unit)",
+
link    = "Độ dốc",
 
     },
 
     },
     ["smi"] = {
+
     ["mm/km"] = {
name1    = "statute mile",
+
name1    = "milimét trên kilômét",
symbol  = "mi",
+
symbol  = "mm/km",
utype    = "length",
+
utype    = "gradient",
scale    = 1609.344,
+
scale    = 0.000001,
default  = "km",
+
default  = "in/mi",
subdivs  = { ["chain"] = { 80, default = "km" } },
+
link    = "Độ dốc",
 
     },
 
     },
     ["solar radius"] = {
+
     ["mm/m"] = {
name1    = "solar radius",
+
name1    = "milimét trên mét",
name2   = "solar radii",
+
symbol  = "mm/m",
symbol  = "''R''<sub>☉</sub>",
+
utype   = "gradient",
 +
scale    = 0.001,
 +
default  = "in/ft",
 +
link    = "Độ dốc",
 +
    },
 +
    ["admi"] = {
 +
name1    = "dặm hải quân",
 +
symbol  = "nmi&nbsp;(hải quân)",
 
utype    = "length",
 
utype    = "length",
scale    = 695700e3,
+
scale    = 1853.184,
default  = "km",
+
default  = "km mi",
 +
link    = "Hải lý",
 
     },
 
     },
     ["sun"] = {
+
     ["AU"] = {
name2   = "sun",
+
name1   = "đơn vị thiên văn",
symbol  = "sun",
+
usesymbol= 1,
usename  = 1,
+
symbol  = "au",
 
utype    = "length",
 
utype    = "length",
scale    = 0.030303030303030304,
+
scale    = 149597870700,
default  = "mm",
+
default  = "km mi",
link    = "Japanese units of measurement#Length",
 
 
     },
 
     },
     ["thou"] = {
+
     ["Brnmi"] = {
name2   = "thou",
+
name1   = "hải lý Anh",
symbol  = "thou",
+
symbol  = "nmi&nbsp;(Anh)",
usename  = 1,
 
 
utype    = "length",
 
utype    = "length",
scale    = 0.0000254,
+
scale    = 1853.184,
default  = "mm",
+
default  = "km mi",
link    = "Thousandth of an inch",
+
link    = "Hải lý",
 
     },
 
     },
     ["verst"] = {
+
     ["bu"] = {
symbol  = "verst",
+
symbol  = "bu",
 
usename  = 1,
 
usename  = 1,
 
utype    = "length",
 
utype    = "length",
scale    = 1066.8,
+
scale    = 0.0030303030303030303,
default  = "km mi",
+
default  = "mm",
 +
link    = "Hệ đo lường Nhật#Độ dài",
 
     },
 
     },
     ["yd"] = {
+
     ["ch"] = {
name1    = "yard",
+
name1    = "chain",
symbol  = "yd",
+
symbol  = "ch",
 
utype    = "length",
 
utype    = "length",
scale    = 0.9144,
+
scale    = 20.1168,
default  = "m",
+
default  = "ft m",
subdivs  = { ["ft"] = { 3, default = "m" } },
+
subdivs  = { ["ft"] = { 66, default = "m" }, ["yd"] = { 22, default = "m" } },
 
     },
 
     },
     ["μin"] = {
+
     ["chain"] = {
name1    = "microinch",
+
symbol  = "chain",
name2    = "microinches",
+
usename  = 1,
symbol  = "μin",
 
 
utype    = "length",
 
utype    = "length",
scale    = 0.0000000254,
+
scale    = 20.1168,
default  = "nm",
+
default  = "ft m",
link    = "SI prefix#Non-metric units",
+
subdivs  = { ["ft"] = { 66, default = "m" }, ["yd"] = { 22, default = "m" } },
 
     },
 
     },
     ["Å"] = {
+
     ["dpcm"] = {
name1    = "ångström",
+
name1    = "điểm ảnh trên xentimét",
symbol  = "Å",
+
symbol  = "điểm/cm",
 
utype    = "length",
 
utype    = "length",
scale    = 0.0000000001,
+
scale    = 100,
default  = "in",
+
invert  = -1,
 +
iscomplex= true,
 +
default  = "dpi",
 +
link    = "Điểm ảnh trên inch#Đơn vị hệ mét được đề nghị",
 
     },
 
     },
     ["Hz"] = {
+
     ["dpi"] = {
_name1  = "hertz",
+
name1    = "điểm ảnh trên inch",
_name2   = "hertz",
+
symbol   = "DPI",
_symbol  = "Hz",
 
 
utype    = "length",
 
utype    = "length",
scale    = 3.3356409519815204e-9,
+
scale    = 39.370078740157481,
 
invert  = -1,
 
invert  = -1,
 
iscomplex= true,
 
iscomplex= true,
prefixes = 1,
+
default  = "pitch",
default  = "m",
+
link    = "Điểm ảnh trên inch",
link    = "Hertz",
 
 
     },
 
     },
     ["-ft-frac"] = {
+
     ["fathom"] = {
target   = "ft",
+
name1    = "sải",
link    = "Fracture gradient",
+
symbol   = "fathom",
 +
usename  = 1,
 +
utype    = "length",
 +
scale    = 1.8288,
 +
default  = "ft m",
 +
link    = "Sải (đơn vị)",
 
     },
 
     },
     ["-in-stiff"] = {
+
     ["foot"] = {
target   = "in",
+
name1    = "foot",
link    = "Stiffness",
+
symbol   = "ft",
 +
utype    = "length",
 +
scale    = 0.3048,
 +
default  = "m",
 +
subdivs  = { ["in"] = { 12, default = "m" } },
 
     },
 
     },
     ["-m-frac"] = {
+
     ["ft"] = {
target   = "m",
+
name1    = "foot",
link    = "Fracture gradient",
+
symbol   = "ft",
 +
utype    = "length",
 +
scale    = 0.3048,
 +
exception= "integer_more_precision",
 +
default  = "m",
 +
subdivs  = { ["in"] = { 12, default = "m" } },
 
     },
 
     },
     ["-m-stiff"] = {
+
     ["furlong"] = {
target   = "m",
+
symbol   = "furlong",
link    = "Stiffness",
+
usename  = 1,
 +
utype    = "length",
 +
scale    = 201.168,
 +
default  = "ft m",
 
     },
 
     },
     ["100km"] = {
+
     ["Gly"] = {
target   = "km",
+
name1    = "tỷ năm ánh sáng",
multiplier= 100,
+
symbol   = "Gly",
 +
utype    = "length",
 +
scale    = 9.4607304725808e24,
 +
default  = "Mpc",
 +
link    = "Năm ánh sáng",
 
     },
 
     },
     ["admiralty nmi"] = {
+
     ["Gpc"] = {
target   = "oldUKnmi",
+
name1    = "gigaparsec",
 +
symbol   = "Gpc",
 +
utype    = "length",
 +
scale    = 3.0856775814671916e25,
 +
default  = "Gly",
 +
link    = "Parsec",
 
     },
 
     },
     ["angstrom"] = {
+
     ["hand"] = {
target   = "Å",
+
name1    = "hand",
 +
symbol   = "h",
 +
utype    = "length",
 +
builtin  = "hand",
 +
scale    = 0.1016,
 +
iscomplex= true,
 +
default  = "in cm",
 
     },
 
     },
     ["au"] = {
+
     ["in"] = {
target  = "AU",
+
name1    = "inch",
symbol  = "au",
+
symbol  = "in",
 +
utype    = "length",
 +
scale    = 0.0254,
 +
exception= "subunit_more_precision",
 +
default  = "mm",
 
     },
 
     },
     ["feet"] = {
+
     ["inabbreviated"] = {
target   = "ft",
+
symbol   = "in",
 +
utype    = "length",
 +
scale    = 0.0254,
 +
default  = "mm",
 +
link    = "Inch",
 
     },
 
     },
     ["hands"] = {
+
     ["kly"] = {
target   = "hand",
+
name1    = "ngàn năm ánh sáng",
 +
symbol   = "kly",
 +
utype    = "length",
 +
scale    = 9.4607304725808e18,
 +
default  = "pc",
 +
link    = "Năm ánh sáng",
 
     },
 
     },
     ["inch"] = {
+
     ["kpc"] = {
target   = "in",
+
name1    = "kilôparsec",
 +
symbol   = "kpc",
 +
utype    = "length",
 +
scale    = 3.0856775814671916e19,
 +
default  = "kly",
 +
link    = "Parsec",
 
     },
 
     },
     ["light-year"] = {
+
     ["LD"] = {
target   = "ly",
+
name1    = "khoảng cách tới mặt trăng",
 +
symbol   = "LD",
 +
utype    = "length",
 +
scale    = 384403000,
 +
default  = "km mi",
 +
link    = "Khoảng cách tới mặt trăng (thiên văn học)",
 
     },
 
     },
     ["meter"] = {
+
     ["league"] = {
target   = "m",
+
symbol   = "",
sp_us   = true,
+
utype   = "length",
 +
scale    = 4828.032,
 +
default  = "km",
 +
link    = "Lý (đơn vị)",
 
     },
 
     },
     ["meters"] = {
+
     ["ly"] = {
target   = "m",
+
name1    = "năm ánh sáng",
sp_us   = true,
+
symbol   = "ly",
 +
utype    = "length",
 +
scale   = 9.4607304725808e15,
 +
default  = "AU",
 
     },
 
     },
     ["metre"] = {
+
     ["m"] = {
target   = "m",
+
_name1   = "mét",
 +
_symbol  = "m",
 +
utype    = "length",
 +
scale    = 1,
 +
prefixes = 1,
 +
default  = "v > 0 and v < 3 ! ftin ! ft",
 +
link    = "Mét",
 
     },
 
     },
     ["metres"] = {
+
     ["mi"] = {
target   = "m",
+
name1    = "dặm",
 +
symbol   = "dặm",
 +
utype    = "length",
 +
scale    = 1609.344,
 +
default  = "km",
 +
subdivs  = { ["ch"] = { 80, default = "km" }, ["chain"] = { 80, default = "km" }, ["ft"] = { 5280, default = "km" }, ["yd"] = { 1760, default = "km" } },
 +
link    = "Dặm Anh",
 
     },
 
     },
     ["micrometre"] = {
+
     ["mil"] = {
target   = "μm",
+
symbol   = "mil",
 +
usename  = 1,
 +
utype    = "length",
 +
scale    = 0.0000254,
 +
default  = "mm",
 +
link    = "Phần ngàn inch",
 
     },
 
     },
     ["micron"] = {
+
     ["Mly"] = {
target   = "μm",
+
name1    = "triệu năm ánh sáng",
default  = "μin",
+
symbol   = "Mly",
 +
utype    = "length",
 +
scale    = 9.4607304725808e21,
 +
default  = "kpc",
 +
link    = "Năm ánh sáng",
 
     },
 
     },
     ["mile"] = {
+
     ["Mpc"] = {
target   = "mi",
+
name1    = "mêgaparsec",
 +
symbol   = "Mpc",
 +
utype    = "length",
 +
scale    = 3.0856775814671916e22,
 +
default  = "Mly",
 +
link    = "Parsec",
 
     },
 
     },
     ["miles"] = {
+
     ["NM"] = {
target   = "mi",
+
name1    = "hải lý",
 +
symbol   = "NM",
 +
utype    = "length",
 +
scale    = 1852,
 +
default  = "km mi",
 
     },
 
     },
     ["parsec"] = {
+
     ["nmi"] = {
target   = "pc",
+
name1    = "hải lý",
 +
symbol   = "nmi",
 +
utype    = "length",
 +
scale    = 1852,
 +
default  = "km mi",
 
     },
 
     },
     ["rod"] = {
+
     ["oldUKnmi"] = {
target   = "rd",
+
name1    = "hải lý",
 +
symbol   = "nmi",
 +
utype    = "length",
 +
scale    = 1853.184,
 +
default  = "km mi",
 
     },
 
     },
     ["smoot"] = {
+
     ["oldUSnmi"] = {
target   = "sm",
+
name1    = "hải lý",
 +
symbol   = "nmi",
 +
utype    = "length",
 +
scale    = 1853.24496,
 +
default  = "km mi",
 +
link    = "Hải lý",
 
     },
 
     },
     ["uin"] = {
+
     ["pc"] = {
target  = "μin",
+
name1    = "parsec",
    },
+
symbol  = "pc",
    ["yard"] = {
+
utype    = "length",
target  = "yd",
+
scale    = 3.0856775814671916e16,
 +
default  = "ly",
 
     },
 
     },
     ["yards"] = {
+
     ["perch"] = {
target   = "yd",
+
symbol   = "perch",
 +
usename  = 1,
 +
utype    = "length",
 +
scale    = 5.0292,
 +
default  = "ft m",
 +
link    = "Rod (đơn vị)",
 
     },
 
     },
     ["yds"] = {
+
     ["pitch"] = {
target   = "yd",
+
name1    = "micrômét trên điểm ảnh",
 +
symbol   = "µm",
 +
utype    = "length",
 +
scale    = 1e-6,
 +
default  = "dpi",
 +
defkey  = "pitch",
 +
linkey  = "pitch",
 +
link    = "Điểm ảnh trên inch#Đơn vị hệ mét được đề nghị",
 
     },
 
     },
     ["dtex"] = {
+
     ["pole"] = {
name1    = "decitex",
+
symbol  = "pole",
name2    = "decitex",
+
usename  = 1,
symbol  = "dtex",
+
utype    = "length",
utype    = "linear density",
+
scale    = 5.0292,
scale    = 1e-7,
+
default  = "ft m",
default  = "lb/yd",
+
link    = "Rod (đơn vị)",
link    = "Units of textile measurement#Tex",
 
 
     },
 
     },
     ["kg/cm"] = {
+
     ["pre1954U.S.nmi"] = {
name1    = "kilogram per centimetre",
+
symbol  = "nmi (Mỹ&nbsp;trước&nbsp;1954)",
name1_us = "kilogram per centimeter",
+
utype    = "length",
name2    = "kilograms per centimetre",
+
scale    = 1853.24496,
name2_us = "kilograms per centimeter",
+
default  = "km mi",
symbol  = "kg/cm",
+
link    = "Hải lý",
utype    = "linear density",
 
scale    = 100,
 
default  = "lb/yd",
 
link    = "Linear density",
 
 
     },
 
     },
     ["kg/m"] = {
+
     ["pre1954USnmi"] = {
name1    = "kilogram per metre",
+
name1    = "hải lý (Mỹ&nbsp;trước&nbsp;1954)",
name1_us = "kilogram per meter",
+
symbol  = "nmi (Mỹ&nbsp;trước&nbsp;1954)",
name2    = "kilograms per metre",
+
utype    = "length",
name2_us = "kilograms per meter",
+
scale    = 1853.24496,
symbol  = "kg/m",
+
default  = "km mi",
utype    = "linear density",
+
link    = "Hải lý",
scale    = 1,
 
default  = "lb/yd",
 
link    = "Linear density",
 
 
     },
 
     },
     ["lb/ft"] = {
+
     ["rd"] = {
name1    = "pound per foot",
+
name1    = "rod",
name2    = "pounds per foot",
+
symbol  = "rd",
symbol  = "lb/ft",
+
utype    = "length",
utype    = "linear density",
+
scale    = 5.0292,
scale    = 1.4881639435695539,
+
default  = "ft m",
default  = "kg/m",
+
link    = "Rod (đơn vị)",
link    = "Linear density",
 
 
     },
 
     },
     ["lb/yd"] = {
+
     ["royal cubit"] = {
name1    = "pound per yard",
+
name1    = "cubit hoàng gia",
name2    = "pounds per yard",
+
symbol  = "cu",
symbol  = "lb/yd",
+
utype    = "length",
utype    = "linear density",
+
scale    = 0.524,
scale    = 0.49605464785651798,
+
default  = "mm",
default  = "kg/m",
+
link    = "Cubit",
link    = "Linear density",
 
 
     },
 
     },
     ["G"] = {
+
     ["rtkm"] = {
_name1  = "gauss",
+
name1    = "kilômét theo đường",
_name2   = "gauss",
+
symbol   = "km",
_symbol  = "G",
+
utype    = "length",
utype    = "magnetic field strength",
+
scale    = 1000,
scale    = 0.0001,
+
default  = "mi",
prefixes = 1,
+
link    = "Kilômét",
default  = "T",
 
link    = "Gauss (unit)",
 
 
     },
 
     },
     ["T"] = {
+
     ["rtmi"] = {
_name1  = "tesla",
+
name1    = "dặm theo đường",
_symbol  = "T",
+
symbol  = "mi",
utype    = "magnetic field strength",
+
utype    = "length",
scale    = 1,
+
scale    = 1609.344,
prefixes = 1,
+
default  = "km",
default  = "G",
+
link    = "Dặm Anh",
link    = "Tesla (unit)",
 
 
     },
 
     },
     ["A/m"] = {
+
     ["shaku"] = {
name1    = "ampere per metre",
+
symbol  = "shaku",
name1_us = "ampere per meter",
+
usename  = 1,
name2    = "amperes per metre",
+
utype    = "length",
name2_us = "amperes per meter",
+
scale    = 0.30303030303030304,
symbol  = "A/m",
+
default  = "m",
utype    = "magnetizing field",
+
link    = "Hệ đo lường Nhật#Độ dài",
scale    = 1,
 
default  = "Oe",
 
link    = "Magnetic field#Units",
 
 
     },
 
     },
     ["kA/m"] = {
+
     ["sm"] = {
name1    = "kiloampere per metre",
+
name1    = "smoot",
name1_us = "kiloampere per meter",
+
symbol  = "sm",
name2    = "kiloamperes per metre",
+
utype    = "length",
name2_us = "kiloamperes per meter",
+
scale    = 1.70180,
symbol  = "kA/m",
+
default  = "m",
utype    = "magnetizing field",
 
scale    = 1000,
 
default  = "kOe",
 
link    = "Magnetic field#Units",
 
 
     },
 
     },
     ["MA/m"] = {
+
     ["smi"] = {
name1    = "megaampere per metre",
+
name1    = "dặm pháp định",
name1_us = "megaampere per meter",
+
symbol  = "mi",
name2    = "megaamperes per metre",
+
utype    = "length",
name2_us = "megaamperes per meter",
+
scale    = 1609.344,
symbol  = "MA/m",
+
default  = "km",
utype    = "magnetizing field",
+
subdivs  = { ["chain"] = { 80, default = "km" } },
scale    = 1e6,
 
default  = "kOe",
 
link    = "Magnetic field#Units",
 
 
     },
 
     },
     ["Oe"] = {
+
     ["sun"] = {
_name1   = "oersted",
+
symbol   = "sun",
_symbol = "Oe",
+
usename = 1,
utype    = "magnetizing field",
+
utype    = "length",
scale    = 79.5774715,
+
scale    = 0.030303030303030304,
prefixes = 1,
+
default  = "mm",
default  = "kA/m",
+
link    = "Hệ đo lường Nhật#Độ dài",
link    = "Oersted",
 
 
     },
 
     },
     ["-Lcwt"] = {
+
     ["thou"] = {
name1    = "hundredweight",
+
symbol  = "thou",
name2    = "hundredweight",
+
usename  = 1,
symbol  = "cwt",
+
utype    = "length",
utype    = "mass",
+
scale    = 0.0000254,
scale    = 50.80234544,
+
default  = "mm",
default  = "lb",
+
link    = "Phần ngàn inch",
 
     },
 
     },
     ["-Scwt"] = {
+
     ["verst"] = {
name1    = "hundredweight",
+
symbol  = "verst",
name2    = "hundredweight",
+
usename  = 1,
symbol  = "cwt",
+
utype    = "length",
utype    = "mass",
+
scale    = 1066.8,
scale    = 45.359237,
+
default  = "km mi",
default  = "lb",
 
 
     },
 
     },
     ["-ST"] = {
+
     ["yd"] = {
name1    = "short ton",
+
name1    = "thước Anh",
symbol  = "ST",
+
symbol  = "yd",
utype    = "mass",
+
utype    = "length",
scale    = 907.18474,
+
scale    = 0.9144,
default  = "t",
+
default  = "m",
 +
subdivs  = { ["ft"] = { 3, default = "m" } },
 +
link    = "Yard",
 
     },
 
     },
     ["carat"] = {
+
     ["µin"] = {
symbol  = "carat",
+
name1    = "micrôinch",
usename  = 1,
+
symbol  = "µin",
utype    = "mass",
+
utype    = "length",
scale    = 0.0002,
+
scale    = 0.0000000254,
default  = "g",
+
default  = "nm",
link    = "Carat (mass)",
+
link    = "Tiền tố SI",
 
     },
 
     },
     ["drachm"] = {
+
     ["Å"] = {
name1_us = "dram",
+
name1    = "ångström",
symbol  = "drachm",
+
symbol  = "Å",
usename  = 1,
+
utype    = "length",
utype    = "mass",
+
scale    = 0.0000000001,
scale    = 0.001771845195,
+
default  = "in",
default  = "g",
 
link    = "Dram (unit)",
 
 
     },
 
     },
     ["dram"] = {
+
     ["-ft-frac"] = {
target  = "drachm",
+
target  = "ft",
 +
link    = "Fracture gradient",
 
     },
 
     },
     ["dwt"] = {
+
     ["-in-stiff"] = {
name1    = "pennyweight",
+
target   = "in",
symbol   = "dwt",
+
link    = "Stiffness",
utype    = "mass",
 
scale    = 0.00155517384,
 
default  = "oz g",
 
 
     },
 
     },
     ["DWton"] = {
+
     ["-m-frac"] = {
symbol   = "deadweight ton",
+
target   = "m",
usename  = 1,
+
link    = "Fracture gradient",
utype    = "mass",
 
scale    = 1016.0469088,
 
default  = "DWtonne",
 
link    = "Tonnage",
 
 
     },
 
     },
     ["DWtonne"] = {
+
     ["-m-stiff"] = {
symbol   = "deadweight tonne",
+
target   = "m",
usename  = 1,
+
link    = "Stiffness",
utype    = "mass",
 
scale    = 1000,
 
default  = "DWton",
 
link    = "Tonnage",
 
 
     },
 
     },
     ["g"] = {
+
     ["100km"] = {
_name1   = "gram",
+
target   = "km",
_symbol  = "g",
+
multiplier= 100,
utype    = "mass",
 
scale    = 0.001,
 
prefixes = 1,
 
default  = "oz",
 
link    = "Gram",
 
 
     },
 
     },
     ["gr"] = {
+
     ["admiralty nmi"] = {
name1    = "grain",
+
target   = "oldUKnmi",
symbol   = "gr",
 
utype    = "mass",
 
scale    = 0.00006479891,
 
default  = "g",
 
link    = "Grain (unit)",
 
 
     },
 
     },
     ["Gt"] = {
+
     ["angstrom"] = {
name1    = "gigatonne",
+
target   = "Å",
symbol   = "Gt",
 
utype    = "mass",
 
scale    = 1000000000000,
 
default  = "LT ST",
 
link    = "Tonne",
 
 
     },
 
     },
     ["impgalh2o"] = {
+
     ["feet"] = {
name1    = "imperial gallon of water",
+
target  = "ft",
name2    = "imperial gallons of water",
+
    },
symbol  = "imp&nbsp;gal H<sub>2</sub>O",
+
    ["hands"] = {
utype    = "mass",
+
target  = "hand",
scale    = 4.5359236999999499,
 
default  = "lb kg",
 
link    = "Imperial gallon",
 
 
     },
 
     },
     ["kt"] = {
+
     ["inch"] = {
name1    = "kilotonne",
+
target   = "in",
symbol   = "kt",
 
utype    = "mass",
 
scale    = 1000000,
 
default  = "LT ST",
 
link    = "Tonne",
 
 
     },
 
     },
     ["lb"] = {
+
     ["light-year"] = {
name1    = "pound",
+
target   = "ly",
symbol   = "lb",
 
utype    = "mass",
 
scale    = 0.45359237,
 
exception= "integer_more_precision",
 
default  = "kg",
 
subdivs  = { ["oz"] = { 16, default = "kg" } },
 
link    = "Pound (mass)",
 
 
     },
 
     },
     ["Lcwt"] = {
+
     ["meter"] = {
name1    = "long hundredweight",
+
target   = "m",
name2    = "long hundredweight",
+
sp_us   = true,
symbol   = "Lcwt",
 
usename  = 1,
 
utype   = "mass",
 
scale    = 50.80234544,
 
default  = "lb",
 
subdivs  = { ["qtr"] = { 4, default = "kg" }, ["st"] = { 8, default = "kg" } },
 
link    = "Hundredweight",
 
 
     },
 
     },
     ["long cwt"] = {
+
     ["meters"] = {
name1    = "long hundredweight",
+
target   = "m",
name2    = "long hundredweight",
+
sp_us   = true,
symbol   = "long&nbsp;cwt",
 
utype    = "mass",
 
scale   = 50.80234544,
 
default  = "lb kg",
 
subdivs  = { ["qtr"] = { 4, default = "kg" } },
 
link    = "Hundredweight",
 
 
     },
 
     },
     ["long qtr"] = {
+
     ["metre"] = {
name1    = "long quarter",
+
target   = "m",
symbol   = "long&nbsp;qtr",
 
utype    = "mass",
 
scale    = 12.70058636,
 
default  = "lb kg",
 
link    = "Avoirdupois",
 
 
     },
 
     },
     ["LT"] = {
+
     ["metres"] = {
symbol   = "long ton",
+
target   = "m",
usename  = 1,
 
utype    = "mass",
 
scale    = 1016.0469088,
 
default  = "t",
 
subdivs  = { ["Lcwt"] = { 20, default = "t", unit = "-Lcwt" } },
 
 
     },
 
     },
     ["lt"] = {
+
     ["micrometre"] = {
name1    = "long ton",
+
target   = "µm",
symbol   = "LT",
 
utype    = "mass",
 
scale    = 1016.0469088,
 
default  = "t",
 
subdivs  = { ["Lcwt"] = { 20, default = "t", unit = "-Lcwt" } },
 
 
     },
 
     },
     ["metric ton"] = {
+
     ["mile"] = {
symbol   = "metric ton",
+
target   = "mi",
usename  = 1,
 
utype    = "mass",
 
scale    = 1000,
 
default  = "long ton",
 
link    = "Tonne",
 
 
     },
 
     },
     ["MT"] = {
+
     ["miles"] = {
name1    = "metric ton",
+
target   = "mi",
symbol   = "t",
 
utype    = "mass",
 
scale    = 1000,
 
default  = "LT ST",
 
link    = "Tonne",
 
 
     },
 
     },
     ["Mt"] = {
+
     ["parsec"] = {
name1    = "megatonne",
+
target   = "pc",
symbol   = "Mt",
 
utype    = "mass",
 
scale    = 1000000000,
 
default  = "LT ST",
 
link    = "Tonne",
 
 
     },
 
     },
     ["oz"] = {
+
     ["rod"] = {
name1    = "ounce",
+
target   = "rd",
symbol   = "oz",
 
utype    = "mass",
 
scale    = 0.028349523125,
 
default  = "g",
 
 
     },
 
     },
     ["ozt"] = {
+
     ["smoot"] = {
name1    = "troy ounce",
+
target   = "sm",
symbol   = "ozt",
 
utype    = "mass",
 
scale    = 0.0311034768,
 
default  = "oz g",
 
 
     },
 
     },
     ["pdr"] = {
+
     ["uin"] = {
name1    = "pounder",
+
target   = "µin",
symbol   = "pdr",
 
utype    = "mass",
 
scale    = 0.45359237,
 
default  = "kg",
 
link    = "Pound (mass)",
 
 
     },
 
     },
     ["qtr"] = {
+
     ["yard"] = {
name1    = "quarter",
+
target   = "yd",
symbol   = "qtr",
 
utype    = "mass",
 
scale    = 12.70058636,
 
default  = "lb kg",
 
subdivs  = { ["lb"] = { 28, default = "kg" } },
 
link    = "Avoirdupois",
 
 
     },
 
     },
     ["Scwt"] = {
+
     ["yards"] = {
name1    = "short hundredweight",
+
target   = "yd",
name2    = "short hundredweight",
 
symbol   = "Scwt",
 
usename  = 1,
 
utype    = "mass",
 
scale    = 45.359237,
 
default  = "lb",
 
link    = "Hundredweight",
 
 
     },
 
     },
     ["short cwt"] = {
+
     ["yds"] = {
name1    = "short hundredweight",
+
target   = "yd",
name2    = "short hundredweight",
 
symbol   = "short&nbsp;cwt",
 
utype    = "mass",
 
scale    = 45.359237,
 
default  = "lb kg",
 
link    = "Hundredweight",
 
 
     },
 
     },
     ["short qtr"] = {
+
     ["μin"] = {
name1    = "short quarter",
+
target   = "µin",
symbol   = "short&nbsp;qtr",
 
utype    = "mass",
 
scale    = 11.33980925,
 
default  = "lb kg",
 
link    = "Avoirdupois",
 
 
     },
 
     },
     ["ST"] = {
+
     ["dtex"] = {
symbol  = "short ton",
+
name1    = "đêxitex",
usename  = 1,
+
symbol  = "dtex",
utype    = "mass",
+
utype    = "linear density",
scale    = 907.18474,
+
scale    = 1e-7,
default  = "t",
+
default  = "lb/yd",
subdivs  = { ["Scwt"] = { 20, default = "t", unit = "-Scwt" } },
+
link    = "Danh sách đơn vị trong ngành dệt#Tex",
 
     },
 
     },
     ["shtn"] = {
+
     ["kg/cm"] = {
name1    = "short ton",
+
name1    = "kilôgam trên xentimét",
symbol  = "sh&nbsp;tn",
+
symbol  = "kg/cm",
utype    = "mass",
+
utype    = "linear density",
scale    = 907.18474,
+
scale    = 100,
default  = "t",
+
default  = "lb/yd",
 +
link    = "Mật độ tuyến tính",
 
     },
 
     },
     ["shton"] = {
+
     ["kg/m"] = {
symbol  = "ton",
+
name1    = "kilôgam trên mét",
usename  = 1,
+
symbol  = "kg/m",
utype    = "mass",
+
utype    = "linear density",
scale    = 907.18474,
+
scale    = 1,
default  = "t",
+
default  = "lb/yd",
 +
link    = "Mật độ tuyến tính",
 
     },
 
     },
     ["solar mass"] = {
+
     ["lb/ft"] = {
name1    = "solar mass",
+
name1    = "pound trên foot",
name2    = "solar masses",
+
symbol  = "lb/ft",
symbol  = "''M''<sub>☉</sub>",
+
utype    = "linear density",
utype    = "mass",
+
scale    = 1.4881639435695539,
scale    = 1.98855e30,
+
default  = "kg/m",
default  = "kg",
+
link    = "Mật độ tuyến tính",
 
     },
 
     },
     ["st"] = {
+
     ["lb/yd"] = {
name1    = "stone",
+
name1    = "pound trên thước Anh",
name2    = "stone",
+
symbol  = "lb/yd",
symbol  = "st",
+
utype    = "linear density",
utype    = "mass",
+
scale    = 0.49605464785651798,
scale    = 6.35029318,
+
default  = "kg/m",
default  = "lb kg",
+
link    = "Mật độ tuyến tính",
subdivs  = { ["lb"] = { 14, default = "kg lb" } },
 
link    = "Stone (unit)",
 
 
     },
 
     },
     ["t"] = {
+
     ["G"] = {
name1    = "tonne",
+
name1    = "gauß",
name1_us = "metric ton",
+
symbol  = "G",
symbol  = "t",
+
utype    = "magnetic field strength",
utype    = "mass",
+
scale    = 0.0001,
scale    = 1000,
+
default  = "T",
default  = "LT ST",
+
link    = "Gauß (đơn vị)",
 
     },
 
     },
     ["tonne"] = {
+
     ["T"] = {
name1    = "tonne",
+
_name1  = "tesla",
name1_us = "metric ton",
+
_symbol  = "T",
symbol  = "t",
+
utype    = "magnetic field strength",
utype    = "mass",
+
scale    = 1,
 +
prefixes = 1,
 +
default  = "G",
 +
link    = "Tesla",
 +
    },
 +
    ["A/m"] = {
 +
name1    = "ampe trên mét",
 +
symbol  = "A/m",
 +
utype    = "magnetizing field",
 +
scale    = 1,
 +
default  = "Oe",
 +
link    = "Từ trường#Đơn vị",
 +
    },
 +
    ["kA/m"] = {
 +
name1    = "kilôampe trên mét",
 +
symbol  = "kA/m",
 +
utype    = "magnetizing field",
 
scale    = 1000,
 
scale    = 1000,
default  = "shton",
+
default  = "kOe",
 +
link    = "Từ trường#Đơn vị",
 +
    },
 +
    ["MA/m"] = {
 +
name1    = "mêgaampe trên mét",
 +
symbol  = "MA/m",
 +
utype    = "magnetizing field",
 +
scale    = 1e6,
 +
default  = "kOe",
 +
link    = "Từ trường#Đơn vị",
 +
    },
 +
    ["Oe"] = {
 +
_name1  = "oersted",
 +
_symbol  = "Oe",
 +
utype    = "magnetizing field",
 +
scale    = 79.5774715,
 +
prefixes = 1,
 +
default  = "kA/m",
 +
link    = "Oersted",
 
     },
 
     },
     ["troy pound"] = {
+
     ["--Lcwt"] = {
symbol  = "troy pound",
+
name1    = "tạ Anh",
 +
symbol  = "Lcwt",
 
usename  = 1,
 
usename  = 1,
 
utype    = "mass",
 
utype    = "mass",
scale    = 0.3732417216,
+
scale    = 50.80234544,
default  = "lb kg",
+
default  = "lb",
link    = "Troy weight",
+
link    = "Tạ (Anh)",
 
     },
 
     },
     ["usgalh2o"] = {
+
     ["--Scwt"] = {
name1    = "US gallon of water",
+
name1    = "tạ Mỹ",
name1_us = "U.S. gallon of water",
+
symbol  = "Scwt",
name2    = "US gallons of water",
+
usename  = 1,
name2_us = "U.S. gallons of water",
 
symbol  = "US&nbsp;gal H<sub>2</sub>O",
 
 
utype    = "mass",
 
utype    = "mass",
scale    = 3.7776215836051126,
+
scale    = 45.359237,
default  = "lb kg",
+
default  = "lb",
link    = "United States customary units#Fluid volume",
+
link    = "Tạ (Mỹ)",
 
     },
 
     },
     ["viss"] = {
+
     ["-Scwt"] = {
name2   = "viss",
+
name1   = "tạ Mỹ",
symbol  = "viss",
+
symbol  = "Scwt",
 +
usename  = 1,
 
utype    = "mass",
 
utype    = "mass",
scale    = 1.632932532,
+
scale    = 45.359237,
default  = "kg",
+
default  = "lb",
link    = "Myanmar units of measurement#Mass",
+
link    = "Tạ (Mỹ)",
 
     },
 
     },
     ["billion tonne"] = {
+
     ["-ST"] = {
target   = "e9t",
+
name1    = "tấn Mỹ",
 +
symbol   = "ST",
 +
utype    = "mass",
 +
scale    = 907.18474,
 +
default  = "t",
 +
link    = "Tấn (Mỹ)",
 
     },
 
     },
     ["kilogram"] = {
+
     ["carat"] = {
target   = "kg",
+
name1    = "cara",
 +
symbol   = "carat",
 +
usename  = 1,
 +
utype    = "mass",
 +
scale    = 0.0002,
 +
default  = "g",
 
     },
 
     },
     ["kilotonne"] = {
+
     ["drachm"] = {
target   = "kt",
+
name1_us = "dram",
 +
symbol   = "drachm",
 +
usename  = 1,
 +
utype    = "mass",
 +
scale    = 0.001771845195,
 +
default  = "g",
 +
link    = "Dram (đơn vị)",
 
     },
 
     },
     ["lbs"] = {
+
     ["dram"] = {
target  = "lb",
+
target  = "drachm",
 
     },
 
     },
     ["lbt"] = {
+
     ["dwt"] = {
target   = "troy pound",
+
name1    = "pennyweight",
 +
symbol   = "dwt",
 +
utype    = "mass",
 +
scale    = 0.00155517384,
 +
default  = "oz g",
 
     },
 
     },
     ["lcwt"] = {
+
     ["DWton"] = {
target   = "Lcwt",
+
name1    = "tải trọng tổng cộng",
 +
symbol   = "deadweight ton",
 +
usename  = 1,
 +
utype    = "mass",
 +
scale    = 1016.0469088,
 +
default  = "DWtonne",
 +
link    = "DWT",
 
     },
 
     },
     ["long ton"] = {
+
     ["DWtonne"] = {
target   = "LT",
+
name1    = "tải trọng tổng cộng",
 +
symbol   = "deadweight tonne",
 +
usename  = 1,
 +
utype    = "mass",
 +
scale    = 1000,
 +
default  = "DWton",
 +
link    = "DWT",
 
     },
 
     },
     ["mcg"] = {
+
     ["g"] = {
target   = "μg",
+
_name1   = "gam",
 +
_symbol  = "g",
 +
utype    = "mass",
 +
scale    = 0.001,
 +
prefixes = 1,
 +
default  = "oz",
 +
link    = "Gam",
 
     },
 
     },
     ["million tonne"] = {
+
     ["gr"] = {
target   = "e6t",
+
name1    = "grain",
 +
symbol   = "gr",
 +
utype    = "mass",
 +
scale    = 0.00006479891,
 +
default  = "g",
 
     },
 
     },
     ["scwt"] = {
+
     ["Gt"] = {
target   = "Scwt",
+
name1    = "giga tấn",
 +
symbol   = "Gt",
 +
utype    = "mass",
 +
scale    = 1000000000000,
 +
default  = "LT ST",
 +
link    = "Tấn",
 
     },
 
     },
     ["short ton"] = {
+
     ["impgalh2o"] = {
target   = "ST",
+
name1    = "galông Anh",
 +
symbol   = "gal&nbsp;Anh H<sub>2</sub>O",
 +
utype    = "mass",
 +
scale    = 4.5359236999999499,
 +
default  = "lb kg",
 +
link    = "Gallon",
 
     },
 
     },
     ["stone"] = {
+
     ["kt"] = {
target   = "st",
+
name1    = "kilô tấn",
 +
symbol   = "kt",
 +
utype    = "mass",
 +
scale    = 1000000,
 +
default  = "LT ST",
 +
link    = "Tấn",
 
     },
 
     },
     ["thousand tonne"] = {
+
     ["lb"] = {
target   = "e3t",
+
name1    = "pound",
    },
+
symbol   = "lb",
    ["tonnes"] = {
+
utype    = "mass",
target  = "t",
+
scale    = 0.45359237,
 +
exception= "integer_more_precision",
 +
default  = "kg",
 +
subdivs  = { ["oz"] = { 16, default = "kg" } },
 +
link    = "Pound (khối lượng)",
 
     },
 
     },
     ["kg/kW"] = {
+
     ["Lcwt"] = {
name1    = "kilogram per kilowatt",
+
name1    = "tạ Anh",
name2    = "kilograms per kilowatt",
+
symbol  = "Lcwt",
symbol  = "kg/kW",
+
usename  = 1,
utype    = "mass per unit power",
+
utype    = "mass",
scale    = 0.001,
+
scale    = 50.80234544,
default  = "lb/hp",
+
default  = "lb",
link    = "Kilowatt",
+
subdivs  = { ["qtr"] = { 4, default = "kg", name = "qtr" }, ["st"] = { 8, default = "kg" } },
 +
link    = "Tạ (Anh)",
 
     },
 
     },
     ["lb/hp"] = {
+
     ["long cwt"] = {
name1    = "pound per horsepower",
+
name1    = "tạ Anh",
name2    = "pounds per horsepower",
+
symbol  = "cwt&nbsp;Anh",
symbol  = "lb/hp",
+
utype    = "mass",
utype    = "mass per unit power",
+
scale    = 50.80234544,
scale    = 0.00060827738784176115,
+
default  = "lb kg",
default  = "kg/kW",
+
link    = "Tạ (Anh)",
link    = "Horsepower",
 
 
     },
 
     },
     ["kg/h"] = {
+
     ["long qtr"] = {
per      = { "kg", "h" },
+
name1    = "góc Anh",
utype    = "mass per unit time",
+
symbol  = "qtr&nbsp;Anh",
default  = "lb/h",
+
utype    = "mass",
 +
scale    = 12.70058636,
 +
default  = "lb kg",
 +
link    = "Avoirdupois",
 
     },
 
     },
     ["lb/h"] = {
+
     ["LT"] = {
per      = { "lb", "h" },
+
name1    = "tấn Anh",
utype    = "mass per unit time",
+
symbol  = "long ton",
default  = "kg/h",
+
usename  = 1,
 +
utype    = "mass",
 +
scale    = 1016.0469088,
 +
default  = "t",
 +
subdivs  = { ["Lcwt"] = { 20, default = "t", unit = "--Lcwt", name = "cwt" } },
 +
link    = "Tấn (Anh)",
 
     },
 
     },
     ["g-mol/d"] = {
+
     ["lt"] = {
name1    = "gram-mole per day",
+
name1    = "tấn Anh",
name2    = "gram-moles per day",
+
symbol  = "LT",
symbol  = "g&#8209;mol/d",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 1016.0469088,
scale    = 1.1574074074074073e-5,
+
default  = "t",
default  = "μmol/s",
+
link    = "Tấn (Anh)",
link    = "Mole (unit)",
 
 
     },
 
     },
     ["g-mol/h"] = {
+
     ["metric ton"] = {
name1    = "gram-mole per hour",
+
name1    = "tấn",
name2    = "gram-moles per hour",
+
symbol  = "metric ton",
symbol  = "g&#8209;mol/h",
+
usename  = 1,
utype    = "molar rate",
+
utype    = "mass",
scale    = 0.00027777777777777778,
+
scale    = 1000,
default  = "mmol/s",
+
default  = "long ton",
link    = "Mole (unit)",
 
 
     },
 
     },
     ["g-mol/min"] = {
+
     ["MT"] = {
name1    = "gram-mole per minute",
+
name1    = "tấn",
name2    = "gram-moles per minute",
+
symbol  = "t",
symbol  = "g&#8209;mol/min",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 1000,
scale    = 0.016666666666666666,
+
default  = "LT ST",
default  = "g-mol/s",
 
link    = "Mole (unit)",
 
 
     },
 
     },
     ["g-mol/s"] = {
+
     ["Mt"] = {
name1    = "gram-mole per second",
+
name1    = "mêga tấn",
name2    = "gram-moles per second",
+
symbol  = "Mt",
symbol  = "g&#8209;mol/s",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 1000000000,
scale    = 1,
+
default  = "LT ST",
default  = "lb-mol/min",
+
link    = "Tấn",
link    = "Mole (unit)",
 
 
     },
 
     },
     ["gmol/d"] = {
+
     ["oz"] = {
name1    = "gram-mole per day",
+
name1    = "ounce",
name2    = "gram-moles per day",
+
symbol  = "oz",
symbol  = "gmol/d",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 0.028349523125,
scale    = 1.1574074074074073e-5,
+
default  = "g",
default  = "μmol/s",
 
link    = "Mole (unit)",
 
 
     },
 
     },
     ["gmol/h"] = {
+
     ["ozt"] = {
name1    = "gram-mole per hour",
+
name1    = "ounce troy",
name2    = "gram-moles per hour",
+
symbol  = "ozt",
symbol  = "gmol/h",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 0.0311034768,
scale    = 0.00027777777777777778,
+
default  = "oz g",
default  = "mmol/s",
 
link    = "Mole (unit)",
 
 
     },
 
     },
     ["gmol/min"] = {
+
     ["pdr"] = {
name1    = "gram-mole per minute",
+
name1    = "pounder",
name2    = "gram-moles per minute",
+
symbol  = "pdr",
symbol  = "gmol/min",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 0.45359237,
scale    = 0.016666666666666666,
+
default  = "kg",
default  = "gmol/s",
+
link    = "Pound (khối lượng)",
link    = "Mole (unit)",
 
 
     },
 
     },
     ["gmol/s"] = {
+
     ["qtr"] = {
name1    = "gram-mole per second",
+
name1    = "góc",
name2    = "gram-moles per second",
+
symbol  = "qtr",
symbol  = "gmol/s",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 12.70058636,
scale    = 1,
+
default  = "lb kg",
default  = "lbmol/min",
+
subdivs  = { ["lb"] = { 28, default = "kg" } },
link    = "Mole (unit)",
+
link    = "Avoirdupois",
 
     },
 
     },
     ["kmol/d"] = {
+
     ["Scwt"] = {
name1    = "kilomole per day",
+
name1    = "tạ Mỹ",
name2    = "kilomoles per day",
+
symbol  = "Scwt",
symbol  = "kmol/d",
+
usename  = 1,
utype    = "molar rate",
+
utype    = "mass",
scale    = 0.011574074074074073,
+
scale    = 45.359237,
default  = "mmol/s",
+
default  = "lb",
link    = "Mole (unit)",
+
link    = "Tạ (Mỹ)",
 
     },
 
     },
     ["kmol/h"] = {
+
     ["short cwt"] = {
name1    = "kilomole per hour",
+
name1    = "tạ Mỹ",
name2    = "kilomoles per hour",
+
symbol  = "cwt&nbsp;Mỹ",
symbol  = "kmol/h",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 45.359237,
scale    = 0.27777777777777779,
+
default  = "lb kg",
default  = "mol/s",
+
link    = "Tạ (Mỹ)",
link    = "Mole (unit)",
 
 
     },
 
     },
     ["kmol/min"] = {
+
     ["short qtr"] = {
name1    = "kilomole per minute",
+
name1    = "góc Mỹ",
name2    = "kilomoles per minute",
+
symbol  = "qtr&nbsp;Mỹ",
symbol  = "kmol/min",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 11.33980925,
scale    = 16.666666666666668,
+
default  = "lb kg",
default  = "mol/s",
+
link    = "Avoirdupois",
link    = "Kilomole (unit)",
 
 
     },
 
     },
     ["kmol/s"] = {
+
     ["ST"] = {
name1    = "kilomole per second",
+
symbol  = "tấn thiếu",
name2   = "kilomoles per second",
+
usename  = 1,
symbol  = "kmol/s",
+
utype   = "mass",
utype    = "molar rate",
+
scale    = 907.18474,
scale    = 1000,
+
default  = "t",
default = "lb-mol/s",
+
subdivs  = { ["Scwt"] = { 20, default = "t", unit = "--Scwt" } },
link    = "Mole (unit)",
+
link    = "Tấn (Mỹ)",
 
     },
 
     },
     ["lb-mol/d"] = {
+
     ["shtn"] = {
name1    = "pound-mole per day",
+
name1    = "tấn Mỹ",
name2    = "pound-moles per day",
+
symbol  = "tn&nbsp;Mỹ",
symbol  = "lb&#8209;mol/d",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 907.18474,
scale    = 0.0052499116898148141,
+
default  = "t",
default  = "mmol/s",
+
link    = "Tấn (Mỹ)",
link    = "Mole (unit)#Other units called \"mole\"",
 
 
     },
 
     },
     ["lb-mol/h"] = {
+
     ["shton"] = {
name1    = "pound-mole per hour",
+
name1    = "tấn",
name2    = "pound-moles per hour",
+
symbol  = "ton",
symbol  = "lb&#8209;mol/h",
+
usename  = 1,
utype    = "molar rate",
+
utype    = "mass",
scale    = 0.12599788055555555,
+
scale    = 907.18474,
default  = "mol/s",
+
default  = "t",
link    = "Mole (unit)#Other units called \"mole\"",
 
 
     },
 
     },
     ["lb-mol/min"] = {
+
     ["solar mass"] = {
name1    = "pound-mole per minute",
+
name1    = "khối lượng Mặt Trời",
name2    = "pound-moles per minute",
+
symbol  = "M<sub>☉</sub>",
symbol  = "lb&#8209;mol/min",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 1.98855e30,
scale    = 7.5598728333333334,
+
default  = "kg",
default  = "mol/s",
 
link    = "Mole (unit)#Other units called \"mole\"",
 
 
     },
 
     },
     ["lb-mol/s"] = {
+
     ["st"] = {
name1    = "pound-mole per second",
+
name1    = "stone",
name2    = "pound-moles per second",
+
symbol  = "st",
symbol  = "lb&#8209;mol/s",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 6.35029318,
scale    = 453.59237,
+
default  = "lb kg",
default  = "kmol/s",
+
subdivs  = { ["lb"] = { 14, default = "kg lb" } },
link    = "Mole (unit)#Other units called \"mole\"",
 
    },
 
    ["lbmol/d"] = {
 
name1    = "pound-mole per day",
 
name2    = "pound-moles per day",
 
symbol  = "lbmol/d",
 
utype    = "molar rate",
 
scale    = 0.0052499116898148141,
 
default = "mmol/s",
 
link    = "Mole (unit)#Other units called \"mole\"",
 
 
     },
 
     },
     ["lbmol/h"] = {
+
     ["t"] = {
name1    = "pound-mole per hour",
+
name1    = "tấn",
name2    = "pound-moles per hour",
+
symbol  = "t",
symbol  = "lbmol/h",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 1000,
scale    = 0.12599788055555555,
+
default  = "LT ST",
default  = "mol/s",
 
link    = "Mole (unit)#Other units called \"mole\"",
 
 
     },
 
     },
     ["lbmol/min"] = {
+
     ["tonne"] = {
name1    = "pound-mole per minute",
+
name1    = "tấn",
name2    = "pound-moles per minute",
+
symbol  = "t",
symbol  = "lbmol/min",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 1000,
scale    = 7.5598728333333334,
+
default  = "shton",
default  = "mol/s",
 
link    = "Mole (unit)#Other units called \"mole\"",
 
 
     },
 
     },
     ["lbmol/s"] = {
+
     ["troy pound"] = {
name1    = "pound-mole per second",
+
name1    = "pound troy",
name2    = "pound-moles per second",
+
symbol  = "troy pound",
symbol  = "lbmol/s",
+
usename  = 1,
utype    = "molar rate",
+
utype    = "mass",
scale    = 453.59237,
+
scale    = 0.3732417216,
default  = "kmol/s",
+
default  = "lb kg",
link    = "Mole (unit)#Other units called \"mole\"",
+
link    = "Trọng lượng troy",
 
     },
 
     },
     ["mmol/s"] = {
+
     ["usgalh2o"] = {
name1    = "millimole per second",
+
name1    = "galông Mỹ",
name2    = "millimoles per second",
+
symbol  = "gal&nbsp;Mỹ H<sub>2</sub>O",
symbol  = "mmol/s",
+
utype    = "mass",
utype    = "molar rate",
+
scale    = 3.7776215836051126,
scale    = 0.001,
+
default  = "lb kg",
default  = "lb-mol/d",
+
link    = "Hệ đo lường Mỹ#Thể tích chất lỏng",
link    = "Mole (unit)",
 
 
     },
 
     },
     ["mol/d"] = {
+
     ["viss"] = {
name1    = "mole per day",
+
symbol  = "viss",
name2    = "moles per day",
+
utype    = "mass",
symbol  = "mol/d",
+
scale    = 1.632932532,
utype    = "molar rate",
+
default  = "kg",
scale    = 1.1574074074074073e-5,
+
link    = "Hệ đo lường Myanma#Khối lượng",
default  = "μmol/s",
 
link    = "Mole (unit)",
 
 
     },
 
     },
     ["mol/h"] = {
+
     ["billion tonne"] = {
name1    = "mole per hour",
+
target   = "e9t",
name2    = "moles per hour",
 
symbol   = "mol/h",
 
utype    = "molar rate",
 
scale    = 0.00027777777777777778,
 
default  = "mmol/s",
 
link    = "Mole (unit)",
 
 
     },
 
     },
     ["mol/min"] = {
+
     ["kilogram"] = {
name1    = "mole per minute",
+
target   = "kg",
name2    = "moles per minute",
 
symbol   = "mol/min",
 
utype    = "molar rate",
 
scale    = 0.016666666666666666,
 
default  = "mol/s",
 
link    = "Mole (unit)",
 
 
     },
 
     },
     ["mol/s"] = {
+
     ["kilotonne"] = {
name1    = "mole per second",
+
target   = "kt",
name2    = "moles per second",
 
symbol   = "mol/s",
 
utype    = "molar rate",
 
scale    = 1,
 
default  = "lb-mol/min",
 
link    = "Mole (unit)",
 
 
     },
 
     },
     ["μmol/s"] = {
+
     ["lbs"] = {
name1    = "micromole per second",
+
target   = "lb",
name2    = "micromoles per second",
 
symbol   = "μmol/s",
 
utype    = "molar rate",
 
scale    = 0.000001,
 
default  = "lb-mol/d",
 
link    = "Mole (unit)",
 
 
     },
 
     },
     ["umol/s"] = {
+
     ["lbt"] = {
target  = "μmol/s",
+
target  = "troy pound",
 
     },
 
     },
     ["/acre"] = {
+
     ["lcwt"] = {
name1    = "per acre",
+
target   = "Lcwt",
name2    = "per acre",
 
symbol   = "/acre",
 
utype    = "per unit area",
 
scale    = 0.00024710538146716532,
 
default  = "/ha",
 
link    = "Acre",
 
 
     },
 
     },
     ["/ha"] = {
+
     ["long ton"] = {
name1    = "per hectare",
+
target   = "LT",
name2    = "per hectare",
 
symbol   = "/ha",
 
utype    = "per unit area",
 
scale    = 100e-6,
 
default  = "/acre",
 
link    = "Hectare",
 
 
     },
 
     },
     ["/sqcm"] = {
+
     ["mcg"] = {
name1    = "per square centimetre",
+
target   = "µg",
name1_us = "per square centimeter",
 
name2    = "per square centimetre",
 
name2_us = "per square centimeter",
 
symbol   = "/cm<sup>2</sup>",
 
utype    = "per unit area",
 
scale    = 1e4,
 
default  = "/sqin",
 
link    = "Square centimetre",
 
 
     },
 
     },
     ["/sqin"] = {
+
     ["million tonne"] = {
name1    = "per square inch",
+
target   = "e6t",
name2    = "per square inch",
 
symbol   = "/in<sup>2</sup>",
 
utype    = "per unit area",
 
scale    = 1550.0031000062002,
 
default  = "/sqcm",
 
link    = "Square inch",
 
 
     },
 
     },
     ["/sqkm"] = {
+
     ["scwt"] = {
name1    = "per square kilometre",
+
target   = "Scwt",
name1_us = "per square kilometer",
 
name2    = "per square kilometre",
 
name2_us = "per square kilometer",
 
symbol   = "/km<sup>2</sup>",
 
utype    = "per unit area",
 
scale    = 1e-6,
 
default  = "/sqmi",
 
link    = "Square kilometre",
 
 
     },
 
     },
     ["/sqmi"] = {
+
     ["short ton"] = {
name1    = "per square mile",
+
target   = "ST",
name2    = "per square mile",
 
symbol   = "/sq&nbsp;mi",
 
utype    = "per unit area",
 
scale    = 3.8610215854244582e-7,
 
default  = "/sqkm",
 
link    = "Square mile",
 
 
     },
 
     },
     ["PD/acre"] = {
+
     ["stone"] = {
name1    = "inhabitant per acre",
+
target   = "st",
name2    = "inhabitants per acre",
 
symbol   = "/acre",
 
utype    = "per unit area",
 
scale    = 0.00024710538146716532,
 
default  = "PD/ha",
 
link    = "Acre",
 
 
     },
 
     },
     ["PD/ha"] = {
+
     ["thousand tonne"] = {
name1    = "inhabitant per hectare",
+
target   = "e3t",
name2    = "inhabitants per hectare",
 
symbol   = "/ha",
 
utype    = "per unit area",
 
scale    = 100e-6,
 
default  = "PD/acre",
 
link    = "Hectare",
 
 
     },
 
     },
     ["PD/sqkm"] = {
+
     ["tonnes"] = {
name1    = "inhabitant per square kilometre",
+
target   = "t",
name1_us = "inhabitant per square kilometer",
 
name2    = "inhabitants per square kilometre",
 
name2_us = "inhabitants per square kilometer",
 
symbol   = "/km<sup>2</sup>",
 
utype    = "per unit area",
 
scale    = 1e-6,
 
default  = "PD/sqmi",
 
link    = "Square kilometre",
 
 
     },
 
     },
     ["PD/sqmi"] = {
+
     ["kg/kW"] = {
name1    = "inhabitant per square mile",
+
name1    = "kilôgam trên kilôwatt",
name2    = "inhabitants per square mile",
+
symbol  = "kg/kW",
symbol  = "/sq&nbsp;mi",
+
utype    = "mass per unit power",
utype    = "per unit area",
+
scale    = 0.001,
scale    = 3.8610215854244582e-7,
+
default  = "lb/hp",
default  = "PD/sqkm",
+
link    = "Kilôwatt",
link    = "Square mile",
 
 
     },
 
     },
     ["/cm2"] = {
+
     ["lb/hp"] = {
target   = "/sqcm",
+
name1    = "pound trên mã lực",
 +
symbol   = "lb/hp",
 +
utype    = "mass per unit power",
 +
scale    = 0.00060827738784176115,
 +
default  = "kg/kW",
 +
link    = "Mã lực",
 
     },
 
     },
     ["/in2"] = {
+
     ["kg/h"] = {
target  = "/sqin",
+
per      = { "kg", "h" },
 +
utype    = "mass per unit time",
 +
default  = "lb/h",
 
     },
 
     },
     ["/km2"] = {
+
     ["lb/h"] = {
target  = "/sqkm",
+
per      = { "lb", "h" },
 +
utype    = "mass per unit time",
 +
default  = "kg/h",
 
     },
 
     },
     ["pd/acre"] = {
+
     ["g-mol/d"] = {
target   = "PD/acre",
+
name1    = "gam mol trên ngày",
 +
symbol   = "g-mol/d",
 +
utype    = "molar rate",
 +
scale    = 1.1574074074074073e-5,
 +
default  = "µmol/s",
 +
link    = "Mol",
 
     },
 
     },
     ["pd/ha"] = {
+
     ["g-mol/h"] = {
target   = "PD/ha",
+
name1    = "gam mol trên giờ",
 +
symbol   = "g-mol/h",
 +
utype    = "molar rate",
 +
scale    = 0.00027777777777777778,
 +
default  = "mmol/s",
 +
link    = "Mol",
 
     },
 
     },
     ["PD/km2"] = {
+
     ["g-mol/min"] = {
target   = "PD/sqkm",
+
name1    = "gam mol trên phút",
 +
symbol   = "g-mol/min",
 +
utype    = "molar rate",
 +
scale    = 0.016666666666666666,
 +
default  = "g-mol/s",
 +
link    = "Mol",
 
     },
 
     },
     ["pd/km2"] = {
+
     ["g-mol/s"] = {
target   = "PD/sqkm",
+
name1    = "gam mol trên giây",
 +
symbol   = "g-mol/s",
 +
utype    = "molar rate",
 +
scale    = 1,
 +
default  = "lb-mol/min",
 +
link    = "Mol",
 
     },
 
     },
     ["PD/km²"] = {
+
     ["gmol/d"] = {
target   = "PD/sqkm",
+
name1    = "gam mol trên ngày",
 +
symbol   = "gmol/d",
 +
utype    = "molar rate",
 +
scale    = 1.1574074074074073e-5,
 +
default  = "µmol/s",
 +
link    = "Mol",
 
     },
 
     },
     ["pd/sqkm"] = {
+
     ["gmol/h"] = {
target   = "PD/sqkm",
+
name1    = "gam mol trên giờ",
 +
symbol   = "gmol/h",
 +
utype    = "molar rate",
 +
scale    = 0.00027777777777777778,
 +
default  = "mmol/s",
 +
link    = "Mol",
 
     },
 
     },
     ["pd/sqmi"] = {
+
     ["gmol/min"] = {
target   = "PD/sqmi",
+
name1    = "gam mol trên phút",
 +
symbol   = "gmol/min",
 +
utype    = "molar rate",
 +
scale    = 0.016666666666666666,
 +
default  = "gmol/s",
 +
link    = "Mol",
 
     },
 
     },
     ["/l"] = {
+
     ["gmol/s"] = {
name1    = "per litre",
+
name1    = "gam mol trên giây",
name1_us = "per liter",
+
symbol  = "gmol/s",
name2    = "per litre",
+
utype    = "molar rate",
name2_us = "per liter",
+
scale    = 1,
symbol  = "/l",
+
default  = "lbmol/min",
utype    = "per unit volume",
+
link    = "Mol",
scale    = 1000,
 
default  = "/usgal",
 
link    = "Litre",
 
 
     },
 
     },
     ["/USgal"] = {
+
     ["kmol/d"] = {
name1    = "per gallon",
+
name1    = "kilômol trên ngày",
name2    = "per gallon",
+
symbol  = "kmol/d",
symbol  = "/gal",
+
utype    = "molar rate",
utype    = "per unit volume",
+
scale    = 0.011574074074074073,
scale    = 264.172052,
+
default  = "mmol/s",
default  = "/l",
+
link    = "Mol",
link    = "US gallon",
 
customary= 2,
 
 
     },
 
     },
     ["/usgal"] = {
+
     ["kmol/h"] = {
target   = "/USgal",
+
name1    = "kilômol trên giờ",
 +
symbol   = "kmol/h",
 +
utype    = "molar rate",
 +
scale    = 0.27777777777777779,
 +
default  = "mol/s",
 +
link    = "Mol",
 
     },
 
     },
     ["bhp"] = {
+
     ["kmol/min"] = {
name1    = "brake horsepower",
+
name1    = "kilômol trên phút",
name2    = "brake horsepower",
+
symbol  = "kmol/min",
symbol  = "bhp",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 16.666666666666668,
scale    = 745.69987158227022,
+
default  = "mol/s",
default  = "kW",
+
link    = "Kilômol",
link    = "Horsepower#Brake horsepower",
 
 
     },
 
     },
     ["Cal/d"] = {
+
     ["kmol/s"] = {
name1    = "large calorie per day",
+
name1    = "kilômol trên giây",
name2    = "large calories per day",
+
symbol  = "kmol/s",
symbol  = "Cal/d",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 1000,
scale    = 0.048425925925925928,
+
default  = "lb-mol/s",
default  = "kJ/d",
+
link    = "Mol",
link    = "Calorie",
 
 
     },
 
     },
     ["Cal/h"] = {
+
     ["lb-mol/d"] = {
name1    = "large calorie per hour",
+
name1    = "pound mol trên ngày",
name2    = "large calories per hour",
+
symbol  = "lb-mol/d",
symbol  = "Cal/h",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 0.0052499116898148141,
scale    = 1.1622222222222223,
+
default  = "mmol/s",
default  = "kJ/h",
+
link    = "Mol",
link    = "Calorie",
 
 
     },
 
     },
     ["cal/h"] = {
+
     ["lb-mol/h"] = {
name1    = "calorie per hour",
+
name1    = "pound mol trên giờ",
name2    = "calories per hour",
+
symbol  = "lb-mol/h",
symbol  = "cal/h",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 0.12599788055555555,
scale    = 0.0011622222222222223,
+
default  = "mol/s",
default  = "W",
+
link    = "Mol",
link    = "Calorie",
 
 
     },
 
     },
     ["CV"] = {
+
     ["lb-mol/min"] = {
name1    = "metric horsepower",
+
name1    = "pound mol trên phút",
name2    = "metric horsepower",
+
symbol  = "lb-mol/min",
symbol  = "CV",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 7.5598728333333334,
scale    = 735.49875,
+
default  = "mol/s",
default  = "kW",
+
link    = "Mol",
 
     },
 
     },
     ["hk"] = {
+
     ["lb-mol/s"] = {
name1    = "metric horsepower",
+
name1    = "pound mol trên giây",
name2    = "metric horsepower",
+
symbol  = "lb-mol/s",
symbol  = "hk",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 453.59237,
scale    = 735.49875,
+
default  = "kmol/s",
default  = "kW",
+
link    = "Mol",
 
     },
 
     },
     ["hp"] = {
+
     ["lbmol/d"] = {
name1    = "horsepower",
+
name1    = "pound mol trên ngày",
name2    = "horsepower",
+
symbol  = "lbmol/d",
symbol  = "hp",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 0.0052499116898148141,
scale    = 745.69987158227022,
+
default  = "mmol/s",
default  = "kW",
+
link    = "Mol",
 
     },
 
     },
     ["hp-electric"] = {
+
     ["lbmol/h"] = {
name1    = "electric horsepower",
+
name1    = "pound mol trên giờ",
name2    = "electric horsepower",
+
symbol  = "lbmol/h",
symbol  = "hp",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 0.12599788055555555,
scale    = 746,
+
default  = "mol/s",
default  = "kW",
+
link    = "Mol",
link    = "Horsepower#Electrical horsepower",
 
 
     },
 
     },
     ["hp-electrical"] = {
+
     ["lbmol/min"] = {
name1    = "electrical horsepower",
+
name1    = "pound mol trên phút",
name2    = "electrical horsepower",
+
symbol  = "lbmol/min",
symbol  = "hp",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 7.5598728333333334,
scale    = 746,
+
default  = "mol/s",
default  = "kW",
+
link    = "Mol",
link    = "Horsepower#Electrical horsepower",
 
 
     },
 
     },
     ["hp-metric"] = {
+
     ["lbmol/s"] = {
name1    = "metric horsepower",
+
name1    = "pound mol trên giây",
name2    = "metric horsepower",
+
symbol  = "lbmol/s",
symbol  = "hp",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 453.59237,
scale    = 735.49875,
+
default  = "kmol/s",
default  = "kW",
+
link    = "Mol",
 
     },
 
     },
     ["ihp"] = {
+
     ["mmol/s"] = {
name1    = "indicated horsepower",
+
name1    = "milimol trên giây",
name2    = "indicated horsepower",
+
symbol  = "mmol/s",
symbol  = "ihp",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 0.001,
scale    = 745.69987158227022,
+
default  = "lb-mol/d",
default  = "kW",
+
link    = "Mol",
link    = "Horsepower#Indicated horsepower",
 
 
     },
 
     },
     ["kcal/h"] = {
+
     ["mol/d"] = {
name1    = "kilocalorie per hour",
+
name1    = "mol trên ngày",
name2   = "kilocalories per hour",
+
symbol  = "mol/d",
symbol  = "kcal/h",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 1.1574074074074073e-5,
scale    = 1.1622222222222223,
+
default  = "µmol/s",
default  = "kW",
+
link    = "Mol",
link    = "Calorie",
+
    },
 +
    ["mol/h"] = {
 +
name1   = "mol trên giờ",
 +
symbol  = "mol/h",
 +
utype    = "molar rate",
 +
scale    = 0.00027777777777777778,
 +
default  = "mmol/s",
 +
link    = "Mol",
 
     },
 
     },
     ["kJ/d"] = {
+
     ["mol/min"] = {
name1    = "kilojoule per day",
+
name1    = "mol trên phút",
name2    = "kilojoules per day",
+
symbol  = "mol/min",
symbol  = "kJ/d",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 0.016666666666666666,
scale    = 0.011574074074074073,
+
default  = "mol/s",
default  = "Cal/d",
+
link    = "Mol",
link    = "Kilojoule",
 
 
     },
 
     },
     ["kJ/h"] = {
+
     ["mol/s"] = {
name1    = "kilojoule per hour",
+
name1    = "mol trên giây",
name2    = "kilojoules per hour",
+
symbol  = "mol/s",
symbol  = "kJ/h",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 1,
scale    = 0.27777777777777779,
+
default  = "lb-mol/min",
default  = "W",
+
link    = "Mol",
link    = "Kilojoule",
 
 
     },
 
     },
     ["PS"] = {
+
     ["µmol/s"] = {
name1    = "metric horsepower",
+
name1    = "micrômol trên giây",
name2    = "metric horsepower",
+
symbol  = "µmol/s",
symbol  = "PS",
+
utype    = "molar rate",
utype    = "power",
+
scale    = 0.000001,
scale    = 735.49875,
+
default  = "lb-mol/d",
default  = "kW",
+
link    = "Mol",
 
     },
 
     },
     ["shp"] = {
+
     ["umol/s"] = {
name1    = "shaft horsepower",
+
target   = "µmol/s",
name2    = "shaft horsepower",
 
symbol   = "shp",
 
utype    = "power",
 
scale    = 745.69987158227022,
 
default  = "kW",
 
link    = "Horsepower#Shaft horsepower",
 
 
     },
 
     },
     ["W"] = {
+
     ["μmol/s"] = {
_name1   = "watt",
+
target   = "µmol/s",
_symbol  = "W",
 
utype    = "power",
 
scale    = 1,
 
prefixes = 1,
 
default  = "hp",
 
link    = "Watt",
 
 
     },
 
     },
     ["BTU/h"] = {
+
     ["/acre"] = {
per      = { "BTU", "h" },
+
name1    = "trên mẫu Anh",
utype    = "power",
+
symbol  = "/acre",
default  = "W",
+
usename  = 1,
 +
utype    = "per unit area",
 +
scale    = 247.10538146716533,
 +
default  = "/ha",
 +
link    = "Mẫu Anh",
 
     },
 
     },
     ["Btu/h"] = {
+
     ["/ha"] = {
per      = { "Btu", "h" },
+
name1    = "trên hécta",
utype    = "power",
+
symbol  = "/ha",
default  = "W",
+
utype    = "per unit area",
 +
scale    = 100,
 +
default  = "/acre",
 +
link    = "Hecta",
 
     },
 
     },
     ["BHP"] = {
+
     ["/sqcm"] = {
target   = "bhp",
+
name1    = "trên xentimét vuông",
 +
symbol   = "/cm<sup>2</sup>",
 +
utype    = "per unit area",
 +
scale    = 1e10,
 +
default  = "/sqin",
 +
link    = "Xentimét vuông",
 
     },
 
     },
     ["btu/h"] = {
+
     ["/sqin"] = {
target   = "BTU/h",
+
name1    = "trên inch vuông",
 +
symbol   = "/in<sup>2</sup>",
 +
utype    = "per unit area",
 +
scale    = 1550003100.0062001,
 +
default  = "/sqcm",
 +
link    = "Inch vuông",
 
     },
 
     },
     ["HP"] = {
+
     ["/sqkm"] = {
target   = "hp",
+
name1    = "trên kilômét vuông",
 +
symbol   = "/km<sup>2</sup>",
 +
utype    = "per unit area",
 +
scale    = 1,
 +
default  = "/sqmi",
 +
link    = "Kilômét vuông",
 
     },
 
     },
     ["Hp"] = {
+
     ["/sqmi"] = {
target   = "hp",
+
name1    = "trên dặm vuông",
 +
symbol   = "/sq&nbsp;mi",
 +
utype    = "per unit area",
 +
scale    = 0.38610215854244584,
 +
default  = "/sqkm",
 +
link    = "Dặm vuông",
 
     },
 
     },
     ["hp-mechanical"] = {
+
     ["PD/acre"] = {
target   = "hp",
+
name1    = "người trên mẫu Anh",
 +
symbol   = "/acre",
 +
usename  = 1,
 +
utype    = "per unit area",
 +
scale    = 247.10538146716533,
 +
default  = "PD/ha",
 +
link    = "Mẫu Anh",
 
     },
 
     },
     ["IHP"] = {
+
     ["PD/ha"] = {
target   = "ihp",
+
name1    = "người trên hécta",
 +
symbol   = "/ha",
 +
utype    = "per unit area",
 +
scale    = 100,
 +
default  = "PD/acre",
 +
link    = "Hecta",
 
     },
 
     },
     ["SHP"] = {
+
     ["PD/sqkm"] = {
target   = "shp",
+
name1    = "người trên kilômét vuông",
 +
symbol   = "/km<sup>2</sup>",
 +
utype    = "per unit area",
 +
scale    = 1,
 +
default  = "PD/sqmi",
 +
link    = "Kilômét vuông",
 
     },
 
     },
     ["whp"] = {
+
     ["PD/sqmi"] = {
target   = "hp",
+
name1    = "người trên dặm vuông",
 +
symbol   = "/sq&nbsp;mi",
 +
utype    = "per unit area",
 +
scale    = 0.38610215854244584,
 +
default  = "PD/sqkm",
 +
link    = "Dặm vuông",
 
     },
 
     },
     ["hp/lb"] = {
+
     ["/cm2"] = {
name1    = "horsepower per pound",
+
target   = "/sqcm",
name2    = "horsepower per pound",
 
symbol   = "hp/lb",
 
utype    = "power per unit mass",
 
scale    = 1643.986806,
 
default  = "kW/kg",
 
link    = "Power-to-weight ratio",
 
 
     },
 
     },
     ["hp/LT"] = {
+
     ["/in2"] = {
name1    = "horsepower per long ton",
+
target   = "/sqin",
name2    = "horsepower per long ton",
 
symbol   = "hp/LT",
 
utype    = "power per unit mass",
 
scale    = 0.73392268125000004,
 
default  = "kW/t",
 
link    = "Power-to-weight ratio",
 
 
     },
 
     },
     ["hp/ST"] = {
+
     ["/km2"] = {
name1    = "horsepower per short ton",
+
target   = "/sqkm",
name2    = "horsepower per short ton",
 
symbol   = "hp/ST",
 
utype    = "power per unit mass",
 
scale    = 0.821993403,
 
default  = "kW/t",
 
link    = "Power-to-weight ratio",
 
 
     },
 
     },
     ["hp/t"] = {
+
     ["pd/acre"] = {
name1    = "horsepower per tonne",
+
target   = "PD/acre",
name2    = "horsepower per tonne",
 
symbol   = "hp/t",
 
utype    = "power per unit mass",
 
scale    = 0.74569987158227022,
 
default  = "kW/t",
 
link    = "Power-to-weight ratio",
 
 
     },
 
     },
     ["kW/kg"] = {
+
     ["pd/ha"] = {
name1    = "kilowatt per kilogram",
+
target   = "PD/ha",
name2    = "kilowatts per kilogram",
 
symbol   = "kW/kg",
 
utype    = "power per unit mass",
 
scale    = 1000,
 
default  = "hp/lb",
 
link    = "Power-to-weight ratio",
 
 
     },
 
     },
     ["kW/t"] = {
+
     ["PD/km2"] = {
name1    = "kilowatt per tonne",
+
target   = "PD/sqkm",
name2    = "kilowatts per tonne",
 
symbol   = "kW/t",
 
utype    = "power per unit mass",
 
scale    = 1,
 
default  = "PS/t",
 
link    = "Power-to-weight ratio",
 
 
     },
 
     },
     ["PS/t"] = {
+
     ["pd/km2"] = {
name1    = "metric horsepower per tonne",
+
target   = "PD/sqkm",
name2    = "metric horsepower per tonne",
 
symbol   = "PS/t",
 
utype    = "power per unit mass",
 
scale    = 0.73549875,
 
default  = "kW/t",
 
link    = "Power-to-weight ratio",
 
 
     },
 
     },
     ["shp/lb"] = {
+
     ["PD/km²"] = {
name1    = "shaft horsepower per pound",
+
target   = "PD/sqkm",
name2    = "shaft horsepower per pound",
 
symbol   = "shp/lb",
 
utype    = "power per unit mass",
 
scale    = 1643.986806,
 
default  = "kW/kg",
 
link    = "Power-to-weight ratio",
 
 
     },
 
     },
     ["hp/tonne"] = {
+
     ["pd/sqkm"] = {
target  = "hp/t",
+
target  = "PD/sqkm",
symbol  = "hp/tonne",
 
default  = "kW/tonne",
 
 
     },
 
     },
     ["kW/tonne"] = {
+
     ["pd/sqmi"] = {
target  = "kW/t",
+
target  = "PD/sqmi",
symbol  = "kW/tonne",
 
 
     },
 
     },
     ["-lb/in2"] = {
+
     ["/l"] = {
name1    = "pound per square inch",
+
name1    = "một lít",
name2    = "pounds per square inch",
+
symbol  = "/l",
symbol  = "lb/in<sup>2</sup>",
+
utype    = "per unit volume",
utype    = "pressure",
+
scale    = 1000,
scale    = 6894.7572931683608,
+
default  = "/usgal",
default  = "kPa kgf/cm2",
+
link    = "Lít",
link    = "Pounds per square inch",
 
 
     },
 
     },
     ["atm"] = {
+
     ["/USgal"] = {
name1    = "standard atmosphere",
+
name1    = "một galông",
symbol  = "atm",
+
symbol  = "/gal",
utype    = "pressure",
+
utype    = "per unit volume",
scale    = 101325,
+
scale    = 264.172052,
default  = "kPa",
+
default  = "/l",
link    = "Atmosphere (unit)",
+
link    = "Gallon",
 +
customary= 2,
 
     },
 
     },
     ["Ba"] = {
+
     ["/usgal"] = {
name1    = "barye",
+
target   = "/USgal",
symbol   = "Ba",
 
utype    = "pressure",
 
scale    = 0.1,
 
default  = "Pa",
 
 
     },
 
     },
     ["bar"] = {
+
     ["bhp"] = {
symbol  = "bar",
+
name1    = "mã lực phanh",
utype    = "pressure",
+
symbol  = "bhp",
scale    = 100000,
+
utype    = "power",
default  = "kPa",
+
scale    = 745.69987158227022,
link    = "Bar (unit)",
+
default  = "kW",
 +
link    = "Mã lực#Mã lực phanh",
 
     },
 
     },
     ["dbar"] = {
+
     ["Cal/d"] = {
name1    = "decibar",
+
name1    = "ki-lô ca-lo trên ngày",
symbol  = "dbar",
+
symbol  = "Cal/d",
utype    = "pressure",
+
utype    = "power",
scale    = 10000,
+
scale    = 0.048425925925925928,
default  = "kPa",
+
default  = "kJ/d",
link    = "Bar (unit)",
+
link    = "Ca-lo",
 
     },
 
     },
     ["inHg"] = {
+
     ["Cal/h"] = {
name1    = "inch of mercury",
+
name1    = "ca-lo trên giờ",
name2    = "inches of mercury",
+
symbol  = "Cal/h",
symbol  = "inHg",
+
utype    = "power",
utype    = "pressure",
+
scale    = 1.1622222222222223,
scale    = 3386.388640341,
+
default  = "kJ/h",
default  = "kPa",
+
link    = "Ca-lo",
 
     },
 
     },
     ["kBa"] = {
+
     ["cal/h"] = {
name1    = "kilobarye",
+
name1    = "ca-lo trên giờ",
symbol  = "kBa",
+
symbol  = "cal/h",
utype    = "pressure",
+
utype    = "power",
scale    = 100,
+
scale    = 0.0011622222222222223,
default  = "hPa",
+
default  = "W",
link    = "Barye",
+
link    = "Ca-lo",
 
     },
 
     },
     ["kg-f/cm2"] = {
+
     ["CV"] = {
name1    = "kilogram-force per square centimetre",
+
name1    = "mã lực mét",
name1_us = "kilogram-force per square centimeter",
+
symbol  = "CV",
name2    = "kilograms-force per square centimetre",
+
utype    = "power",
name2_us = "kilograms-force per square centimeter",
+
scale    = 735.49875,
symbol  = "kg<sub>f</sub>/cm<sup>2</sup>",
+
default  = "kW",
utype    = "pressure",
 
scale    = 98066.5,
 
default  = "psi",
 
link    = "Kilogram-force",
 
 
     },
 
     },
     ["kg/cm2"] = {
+
     ["hk"] = {
name1    = "kilogram per square centimetre",
+
name1    = "mã lực mét",
name1_us = "kilogram per square centimeter",
+
symbol  = "hk",
name2    = "kilograms per square centimetre",
+
utype    = "power",
name2_us = "kilograms per square centimeter",
+
scale    = 735.49875,
symbol  = "kg/cm<sup>2</sup>",
+
default  = "kW",
utype    = "pressure",
 
scale    = 98066.5,
 
default  = "psi",
 
link    = "Kilogram-force",
 
 
     },
 
     },
     ["kgf/cm2"] = {
+
     ["hp"] = {
name1    = "kilogram-force per square centimetre",
+
name1    = "mã lực",
name1_us = "kilogram-force per square centimeter",
+
symbol  = "hp",
name2    = "kilograms-force per square centimetre",
+
utype    = "power",
name2_us = "kilograms-force per square centimeter",
+
scale    = 745.69987158227022,
symbol  = "kgf/cm<sup>2</sup>",
+
default  = "kW",
utype    = "pressure",
 
scale    = 98066.5,
 
default  = "psi",
 
link    = "Kilogram-force",
 
 
     },
 
     },
     ["ksi"] = {
+
     ["hp-electric"] = {
name1    = "kilopound per square inch",
+
name1    = "mã lực điện",
name2    = "kilopounds per square inch",
+
symbol  = "hp",
symbol  = "ksi",
+
utype    = "power",
utype    = "pressure",
+
scale    = 746,
scale    = 6894757.2931683613,
+
default  = "kW",
default  = "MPa",
 
link    = "Pounds per square inch",
 
 
     },
 
     },
     ["lbf/in2"] = {
+
     ["hp-electrical"] = {
name1    = "pound-force per square inch",
+
name1    = "mã lực điện",
name2    = "pounds-force per square inch",
+
symbol  = "hp",
symbol  = "lbf/in<sup>2</sup>",
+
utype    = "power",
utype    = "pressure",
+
scale    = 746,
scale    = 6894.7572931683608,
+
default  = "kW",
default  = "kPa kgf/cm2",
 
link    = "Pounds-force per square inch",
 
 
     },
 
     },
     ["mb"] = {
+
     ["hp-metric"] = {
name1    = "millibar",
+
name1    = "mã lực mét",
symbol  = "mb",
+
symbol  = "hp",
utype    = "pressure",
+
utype    = "power",
scale    = 100,
+
scale    = 735.49875,
default  = "hPa",
+
default  = "kW",
link    = "Bar (unit)",
 
 
     },
 
     },
     ["mbar"] = {
+
     ["ihp"] = {
name1    = "millibar",
+
name1    = "mã lực chỉ",
symbol  = "mbar",
+
symbol  = "ihp",
utype    = "pressure",
+
utype    = "power",
scale    = 100,
+
scale    = 745.69987158227022,
default  = "hPa",
+
default  = "kW",
link    = "Bar (unit)",
+
link    = "Mã lực#Mã lực chỉ",
 
     },
 
     },
     ["mmHg"] = {
+
     ["kcal/h"] = {
name1    = "millimetre of mercury",
+
name1    = "ki-lô ca-lo trên giờ",
name1_us = "millimeter of mercury",
+
symbol  = "kcal/h",
name2    = "millimetres of mercury",
+
utype    = "power",
name2_us = "millimeters of mercury",
+
scale    = 1.1622222222222223,
symbol  = "mmHg",
+
default  = "kW",
utype    = "pressure",
+
link    = "Ca-lo",
scale    = 133.322387415,
 
default  = "kPa",
 
link    = "Millimeter of mercury",
 
 
     },
 
     },
     ["Pa"] = {
+
     ["kJ/d"] = {
_name1  = "pascal",
+
name1    = "kilôjun trên ngày",
_symbol  = "Pa",
+
symbol  = "kJ/d",
utype    = "pressure",
+
utype    = "power",
scale    = 1,
+
scale    = 0.011574074074074073,
prefixes = 1,
+
default  = "Cal/d",
default  = "psi",
+
link    = "Kilôjun",
link    = "Pascal (unit)",
 
 
     },
 
     },
     ["psf"] = {
+
     ["kJ/h"] = {
name1    = "pound per square foot",
+
name1    = "kilôjun trên giờ",
name2    = "pounds per square foot",
+
symbol  = "kJ/h",
symbol  = "psf",
+
utype    = "power",
utype    = "pressure",
+
scale    = 0.27777777777777779,
scale    = 47.880258980335839,
+
default  = "W",
default  = "kPa",
+
link    = "Kilôjun",
link    = "Pounds per square inch",
 
 
     },
 
     },
     ["psi"] = {
+
     ["PS"] = {
name1    = "pound per square inch",
+
name1    = "mã lực mét",
name2    = "pounds per square inch",
+
symbol  = "PS",
symbol  = "psi",
+
utype    = "power",
utype    = "pressure",
+
scale    = 735.49875,
scale    = 6894.7572931683608,
+
default  = "kW",
default  = "kPa",
 
link    = "Pounds per square inch",
 
 
     },
 
     },
     ["Torr"] = {
+
     ["shp"] = {
name1    = "torr",
+
name1    = "mã lực càng",
symbol  = "Torr",
+
symbol  = "shp",
utype    = "pressure",
+
utype    = "power",
scale    = 133.32236842105263,
+
scale    = 745.69987158227022,
default  = "kPa",
+
default  = "kW",
 +
link    = "Mã lực#Mã lực càng",
 
     },
 
     },
     ["N/cm2"] = {
+
     ["W"] = {
per      = { "N", "cm2" },
+
_name1  = "watt",
utype    = "pressure",
+
_symbol  = "W",
default  = "psi",
+
utype    = "power",
 +
scale    = 1,
 +
prefixes = 1,
 +
default  = "hp",
 +
link    = "Watt",
 
     },
 
     },
     ["N/m2"] = {
+
     ["BTU/h"] = {
per      = { "N", "m2" },
+
per      = { "BTU", "h" },
utype    = "pressure",
+
utype    = "power",
default  = "psi",
+
default  = "W",
 
     },
 
     },
     ["g/cm2"] = {
+
     ["Btu/h"] = {
per      = { "g", "cm2" },
+
per      = { "Btu", "h" },
utype    = "pressure",
+
utype    = "power",
default  = "lb/sqft",
+
default  = "W",
multiplier= 9.80665,
+
    },
 +
    ["BHP"] = {
 +
target  = "bhp",
 
     },
 
     },
     ["g/m2"] = {
+
     ["btu/h"] = {
per      = { "g", "m2" },
+
target  = "BTU/h",
utype    = "pressure",
 
default  = "lb/sqft",
 
multiplier= 9.80665,
 
 
     },
 
     },
     ["kg/ha"] = {
+
     ["HP"] = {
per      = { "kg", "ha" },
+
target  = "hp",
utype    = "pressure",
 
default  = "lb/acre",
 
multiplier= 9.80665,
 
 
     },
 
     },
     ["kg/m2"] = {
+
     ["Hp"] = {
per      = { "kg", "m2" },
+
target  = "hp",
utype    = "pressure",
 
default  = "lb/sqft",
 
multiplier= 9.80665,
 
 
     },
 
     },
     ["lb/1000sqft"] = {
+
     ["hp-mechanical"] = {
per      = { "lb", "1000sqft" },
+
target  = "hp",
utype    = "pressure",
 
default  = "g/m2",
 
multiplier= 9.80665,
 
 
     },
 
     },
     ["lb/acre"] = {
+
     ["IHP"] = {
per      = { "lb", "acre" },
+
target  = "ihp",
utype    = "pressure",
 
default  = "kg/ha",
 
multiplier= 9.80665,
 
 
     },
 
     },
     ["lb/sqft"] = {
+
     ["SHP"] = {
per      = { "lb", "sqft" },
+
target  = "shp",
utype    = "pressure",
 
default  = "kg/m2",
 
multiplier= 9.80665,
 
 
     },
 
     },
     ["lb/sqyd"] = {
+
     ["whp"] = {
per      = { "lb", "sqyd" },
+
target  = "hp",
utype    = "pressure",
 
default  = "kg/m2",
 
multiplier= 9.80665,
 
 
     },
 
     },
     ["LT/acre"] = {
+
     ["hp/LT"] = {
per      = { "LT", "acre" },
+
name1    = "mã lực trên tấn Anh",
utype    = "pressure",
+
symbol  = "hp/LT",
default  = "t/ha",
+
utype    = "power per unit mass",
multiplier= 9.80665,
+
scale    = 0.73392268125000004,
 +
default  = "kW/t",
 +
link    = "Tỷ lệ năng lực-trọng lực",
 
     },
 
     },
     ["MT/ha"] = {
+
     ["hp/ST"] = {
per      = { "MT", "ha" },
+
name1    = "mã lực trên tấn Mỹ",
utype    = "pressure",
+
symbol  = "hp/ST",
default  = "LT/acre ST/acre",
+
utype    = "power per unit mass",
multiplier= 9.80665,
+
scale    = 0.821993403,
 +
default  = "kW/t",
 +
link    = "Tỷ lệ năng lực-trọng lực",
 
     },
 
     },
     ["oz/sqft"] = {
+
     ["hp/t"] = {
per      = { "oz", "sqft" },
+
name1    = "mã lực trên tấn",
utype    = "pressure",
+
symbol  = "hp/t",
default  = "g/m2",
+
utype    = "power per unit mass",
multiplier= 9.80665,
+
scale    = 0.74569987158227022,
 +
default  = "kW/t",
 +
link    = "Tỷ lệ năng lực-trọng lực",
 
     },
 
     },
     ["oz/sqyd"] = {
+
     ["kW/t"] = {
per      = { "oz", "sqyd" },
+
name1    = "kilôwatt trên tấn",
utype    = "pressure",
+
symbol  = "kW/t",
default  = "g/m2",
+
utype    = "power per unit mass",
multiplier= 9.80665,
+
scale    = 1,
 +
default  = "PS/t",
 +
link    = "Tỷ lệ năng lực-trọng lực",
 
     },
 
     },
     ["ST/acre"] = {
+
     ["PS/t"] = {
per      = { "ST", "acre" },
+
name1    = "mã lực mét trên tấn",
utype    = "pressure",
+
symbol  = "PS/t",
default  = "t/ha",
+
utype    = "power per unit mass",
multiplier= 9.80665,
+
scale    = 0.73549875,
 +
default  = "kW/t",
 +
link    = "Tỷ lệ năng lực-trọng lực",
 +
    },
 +
    ["hp/tonne"] = {
 +
target  = "hp/t",
 +
symbol  = "hp/tonne",
 +
default  = "kW/tonne",
 +
    },
 +
    ["kW/tonne"] = {
 +
target  = "kW/t",
 +
symbol  = "kW/tonne",
 
     },
 
     },
     ["t/ha"] = {
+
     ["-lb/in2"] = {
per      = { "t", "ha" },
+
name1    = "pound trên inch vuông",
 +
symbol  = "lb/in<sup>2</sup>",
 
utype    = "pressure",
 
utype    = "pressure",
default  = "LT/acre ST/acre",
+
scale    = 6894.7572931683608,
multiplier= 9.80665,
+
default  = "kPa kgf/cm2",
 +
link    = "Pound trên inch vuông",
 
     },
 
     },
     ["tonne/acre"] = {
+
     ["atm"] = {
per      = { "tonne", "acre" },
+
name1    = "atmôtphe chuẩn",
 +
symbol  = "atm",
 
utype    = "pressure",
 
utype    = "pressure",
default  = "tonne/ha",
+
scale    = 101325,
multiplier= 9.80665,
+
default  = "kPa",
 +
link    = "atmôtphe",
 
     },
 
     },
     ["tonne/ha"] = {
+
     ["Ba"] = {
per      = { "tonne", "ha" },
+
name1    = "barye",
 +
symbol  = "Ba",
 
utype    = "pressure",
 
utype    = "pressure",
default  = "tonne/acre",
+
scale    = 0.1,
multiplier= 9.80665,
+
default  = "Pa",
 
     },
 
     },
     ["kgfpsqcm"] = {
+
     ["bar"] = {
target   = "kgf/cm2",
+
name1    = "ba",
 +
symbol   = "bar",
 +
utype    = "pressure",
 +
scale    = 100000,
 +
default  = "kPa",
 +
link    = "Ba (đơn vị)",
 
     },
 
     },
     ["kgpsqcm"] = {
+
     ["dbar"] = {
target  = "kg/cm2",
+
name1    = "đêxiba",
    },
+
symbol  = "dbar",
    ["kN/m2"] = {
+
utype    = "pressure",
target  = "kPa",
+
scale    = 10000,
 +
default  = "kPa",
 +
link    = "Ba (đơn vị)",
 
     },
 
     },
     ["lb/in2"] = {
+
     ["inHg"] = {
target   = "lbf/in2",
+
name1    = "inch thủy ngân",
 +
symbol   = "inHg",
 +
utype    = "pressure",
 +
scale    = 3386.388640341,
 +
default  = "kPa",
 
     },
 
     },
     ["torr"] = {
+
     ["kBa"] = {
target   = "Torr",
+
name1    = "kilôbarye",
 +
symbol   = "kBa",
 +
utype    = "pressure",
 +
scale    = 100,
 +
default  = "hPa",
 +
link    = "Barye",
 
     },
 
     },
     ["Bq"] = {
+
     ["kg-f/cm2"] = {
_name1  = "becquerel",
+
name1    = "kilôgam lực trên xentimét vuông",
_symbol  = "Bq",
+
symbol  = "kg<sub>f</sub>/cm<sup>2</sup>",
utype    = "radioactivity",
+
utype    = "pressure",
scale    = 1,
+
scale    = 98066.5,
prefixes = 1,
+
default  = "psi",
default  = "pCi",
+
link    = "Kilôgam lực",
link    = "Becquerel",
 
 
     },
 
     },
     ["Ci"] = {
+
     ["kg/cm2"] = {
_name1  = "curie",
+
name1    = "kilôgam trên xentimét vuông",
_symbol  = "Ci",
+
symbol  = "kg/cm<sup>2</sup>",
utype    = "radioactivity",
+
utype    = "pressure",
scale    = 3.7e10,
+
scale    = 98066.5,
prefixes = 1,
+
default  = "psi",
default  = "GBq",
+
link    = "Kilôgam lực",
link    = "Curie (unit)",
 
 
     },
 
     },
     ["Rd"] = {
+
     ["kgf/cm2"] = {
_name1  = "rutherford",
+
name1    = "kilôgam lực trên xentimét vuông",
_symbol  = "Rd",
+
symbol  = "kgf/cm<sup>2</sup>",
utype    = "radioactivity",
+
utype    = "pressure",
scale    = 1e6,
+
scale    = 98066.5,
prefixes = 1,
+
default  = "psi",
default  = "MBq",
+
link    = "Kilôgam lực",
link    = "Rutherford (unit)",
 
 
     },
 
     },
     ["cm/h"] = {
+
     ["ksi"] = {
name1    = "centimetre per hour",
+
name1    = "kilôpound trên inch vuông",
name1_us = "centimeter per hour",
+
symbol  = "ksi",
name2    = "centimetres per hour",
+
utype    = "pressure",
name2_us = "centimeters per hour",
+
scale    = 6894757.2931683613,
symbol  = "cm/h",
+
default  = "MPa",
utype    = "speed",
+
link    = "Pound trên inch vuông",
scale    = 2.7777777777777775e-6,
 
default  = "in/h",
 
link    = "Metre per second",
 
 
     },
 
     },
     ["cm/s"] = {
+
     ["lbf/in2"] = {
name1    = "centimetre per second",
+
name1    = "pound lực trên inch vuông",
name1_us = "centimeter per second",
+
symbol  = "lbf/in<sup>2</sup>",
name2    = "centimetres per second",
+
utype    = "pressure",
name2_us = "centimeters per second",
+
scale    = 6894.7572931683608,
symbol  = "cm/s",
+
default  = "kPa kgf/cm2",
utype    = "speed",
+
link    = "Pound lực trên inch vuông",
scale    = 0.01,
 
default  = "in/s",
 
link    = "Metre per second",
 
 
     },
 
     },
     ["cm/year"] = {
+
     ["mb"] = {
name1    = "centimetre per year",
+
name1    = "miliba",
name1_us = "centimeter per year",
+
symbol  = "mb",
name2    = "centimetres per year",
+
utype    = "pressure",
name2_us = "centimeters per year",
+
scale    = 100,
symbol  = "cm/year",
+
default  = "hPa",
utype    = "speed",
+
link    = "Ba (đơn vị)",
scale    = 3.168873850681143e-10,
 
default  = "in/year",
 
link    = "Orders of magnitude (speed)",
 
 
     },
 
     },
     ["foot/s"] = {
+
     ["mbar"] = {
name1    = "foot per second",
+
name1    = "miliba",
name2    = "foot per second",
+
symbol  = "mbar",
symbol  = "ft/s",
+
utype    = "pressure",
utype    = "speed",
+
scale    = 100,
scale    = 0.3048,
+
default  = "hPa",
default  = "m/s",
+
link    = "Ba (đơn vị)",
 
     },
 
     },
     ["ft/min"] = {
+
     ["mmHg"] = {
name1    = "foot per minute",
+
name1    = "milimét thủy ngân",
name2    = "feet per minute",
+
symbol  = "mmHg",
symbol  = "ft/min",
+
utype    = "pressure",
utype    = "speed",
+
scale    = 133.322387415,
scale    = 0.00508,
+
default  = "kPa",
default  = "m/min",
 
link    = "Feet per second",
 
 
     },
 
     },
     ["ft/s"] = {
+
     ["Pa"] = {
name1    = "foot per second",
+
_name1  = "pascal",
name2    = "feet per second",
+
_symbol  = "Pa",
symbol  = "ft/s",
+
utype    = "pressure",
utype   = "speed",
+
scale   = 1,
scale    = 0.3048,
+
prefixes = 1,
default  = "m/s",
+
default  = "psi",
link    = "Feet per second",
+
link    = "Pascal (đơn vị)",
 
     },
 
     },
     ["furlong per fortnight"] = {
+
     ["psf"] = {
name2   = "furlongs per fortnight",
+
name1   = "pound trên foot vuông",
symbol  = "furlong per fortnight",
+
symbol  = "psf",
usename  = 1,
+
utype    = "pressure",
utype    = "speed",
+
scale    = 47.880258980335839,
scale    = 0.00016630952380952381,
+
default  = "kPa",
default  = "km/h mph",
+
link    = "Pound trên inch vuông",
link    = "FFF system",
 
 
     },
 
     },
     ["in/h"] = {
+
     ["psi"] = {
name1    = "inch per hour",
+
name1    = "pound trên inch vuông",
name2    = "inches per hour",
+
symbol  = "psi",
symbol  = "in/h",
+
utype    = "pressure",
utype    = "speed",
+
scale    = 6894.7572931683608,
scale    = 7.0555555555555559e-6,
+
default  = "kPa",
default  = "cm/h",
+
link    = "Pound trên inch vuông",
link    = "Inch",
 
 
     },
 
     },
     ["in/s"] = {
+
     ["Torr"] = {
name1    = "inch per second",
+
name1    = "torr",
name2    = "inches per second",
+
symbol  = "Torr",
symbol  = "in/s",
+
utype    = "pressure",
utype    = "speed",
+
scale    = 133.32236842105263,
scale    = 0.0254,
+
default  = "kPa",
default  = "cm/s",
 
link    = "Inch",
 
 
     },
 
     },
     ["in/year"] = {
+
     ["N/cm2"] = {
name1    = "inch per year",
+
per     = { "N", "cm2" },
name2    = "inches per year",
+
utype    = "pressure",
symbol  = "in/year",
+
default  = "psi",
utype    = "speed",
 
scale    = 8.0489395807301024e-10,
 
default  = "cm/year",
 
link    = "Orders of magnitude (speed)",
 
 
     },
 
     },
     ["isp"] = {
+
     ["N/m2"] = {
name1    = "second",
+
per      = { "N", "m2" },
symbol  = "s",
+
utype    = "pressure",
utype    = "speed",
+
default  = "psi",
scale    = 9.80665,
 
default  = "km/s",
 
link    = "Specific impulse",
 
 
     },
 
     },
     ["km/d"] = {
+
     ["g/cm2"] = {
name1    = "kilometre per day",
+
per     = { "g", "cm2" },
name1_us = "kilometer per day",
+
utype    = "pressure",
name2    = "kilometres per day",
+
default  = "lb/sqft",
name2_us = "kilometers per day",
+
multiplier= 9.80665,
symbol  = "km/d",
 
utype    = "speed",
 
scale    = 1.1574074074074074e-2,
 
default  = "mi/d",
 
link    = "Orders of magnitude (speed)",
 
 
     },
 
     },
     ["km/h"] = {
+
     ["g/m2"] = {
name1    = "kilometre per hour",
+
per     = { "g", "m2" },
name1_us = "kilometer per hour",
+
utype    = "pressure",
name2    = "kilometres per hour",
+
default  = "lb/sqft",
name2_us = "kilometers per hour",
+
multiplier= 9.80665,
symbol  = "km/h",
 
utype    = "speed",
 
scale    = 0.27777777777777779,
 
default  = "mph",
 
link    = "Kilometres per hour",
 
 
     },
 
     },
     ["km/s"] = {
+
     ["kg/ha"] = {
name1    = "kilometre per second",
+
per     = { "kg", "ha" },
name1_us = "kilometer per second",
+
utype    = "pressure",
name2    = "kilometres per second",
+
default  = "lb/acre",
name2_us = "kilometers per second",
+
multiplier= 9.80665,
symbol  = "km/s",
 
utype    = "speed",
 
scale    = 1000,
 
default  = "mi/s",
 
link    = "Metre per second",
 
 
     },
 
     },
     ["kn"] = {
+
     ["kg/m2"] = {
name1    = "knot",
+
per      = { "kg", "m2" },
symbol  = "kn",
+
utype    = "pressure",
utype    = "speed",
+
default  = "lb/sqft",
scale    = 0.51444444444444448,
+
multiplier= 9.80665,
default  = "km/h mph",
 
link    = "Knot (unit)",
 
 
     },
 
     },
     ["kNs/kg"] = {
+
     ["lb/1000sqft"] = {
name2    = "kN&#8209;s/kg",
+
per      = { "lb", "1000sqft" },
symbol  = "kN&#8209;s/kg",
+
utype    = "pressure",
utype    = "speed",
+
default  = "g/m2",
scale    = 1000,
+
multiplier= 9.80665,
default  = "isp",
 
link    = "Specific impulse",
 
 
     },
 
     },
     ["m/min"] = {
+
     ["lb/acre"] = {
name1    = "metre per minute",
+
per     = { "lb", "acre" },
name1_us = "meter per minute",
+
utype    = "pressure",
name2    = "metres per minute",
+
default  = "kg/ha",
name2_us = "meters per minute",
+
multiplier= 9.80665,
symbol  = "m/min",
 
utype    = "speed",
 
scale    = 0.016666666666666666,
 
default  = "ft/min",
 
link    = "Metre per second",
 
 
     },
 
     },
     ["m/s"] = {
+
     ["lb/sqft"] = {
name1    = "metre per second",
+
per      = { "lb", "sqft" },
name1_us = "meter per second",
+
utype   = "pressure",
name2   = "metres per second",
+
default  = "kg/m2",
name2_us = "meters per second",
+
multiplier= 9.80665,
symbol  = "m/s",
 
utype    = "speed",
 
scale    = 1,
 
default  = "ft/s",
 
 
     },
 
     },
     ["Mach"] = {
+
     ["lb/sqyd"] = {
name2    = "Mach",
+
per      = { "lb", "sqyd" },
symbol  = "Mach",
+
utype    = "pressure",
utype    = "speed",
+
default  = "kg/m2",
builtin  = "mach",
+
multiplier= 9.80665,
scale    = 0,
 
iscomplex= true,
 
default  = "km/h mph",
 
link    = "Mach number",
 
 
     },
 
     },
     ["mi/d"] = {
+
     ["LT/acre"] = {
name1    = "mile per day",
+
per     = { "LT", "acre" },
name2    = "miles per day",
+
utype    = "pressure",
symbol  = "mi/d",
+
default  = "t/ha",
utype    = "speed",
+
multiplier= 9.80665,
scale    = 1.8626666666666667e-2,
 
default  = "km/d",
 
link    = "Orders of magnitude (speed)",
 
 
     },
 
     },
     ["mi/s"] = {
+
     ["MT/ha"] = {
name1    = "mile per second",
+
per     = { "MT", "ha" },
name2    = "miles per second",
+
utype    = "pressure",
symbol  = "mi/s",
+
default  = "LT ST/acre",
utype    = "speed",
+
multiplier= 9.80665,
scale    = 1609.344,
 
default  = "km/s",
 
link    = "Mile",
 
 
     },
 
     },
     ["mm/h"] = {
+
     ["oz/sqft"] = {
name1    = "millimetre per hour",
+
per     = { "oz", "sqft" },
name1_us = "millimeter per hour",
+
utype    = "pressure",
name2    = "millimetres per hour",
+
default  = "g/m2",
name2_us = "millimeters per hour",
+
multiplier= 9.80665,
symbol  = "mm/h",
 
utype    = "speed",
 
scale    = 2.7777777777777781e-7,
 
default  = "in/h",
 
link    = "Metre per second",
 
 
     },
 
     },
     ["mph"] = {
+
     ["oz/sqyd"] = {
name1    = "mile per hour",
+
per     = { "oz", "sqyd" },
name2    = "miles per hour",
+
utype    = "pressure",
symbol  = "mph",
+
default  = "g/m2",
utype    = "speed",
+
multiplier= 9.80665,
scale    = 0.44704,
 
default  = "km/h",
 
link    = "Miles per hour",
 
 
     },
 
     },
     ["Ns/kg"] = {
+
     ["ST/acre"] = {
name2    = "N&#8209;s/kg",
+
per      = { "ST", "acre" },
symbol  = "N&#8209;s/kg",
+
utype    = "pressure",
utype    = "speed",
+
default  = "t/ha",
scale    = 1,
+
multiplier= 9.80665,
default  = "isp",
 
link    = "Specific impulse",
 
 
     },
 
     },
     ["si tsfc"] = {
+
     ["t/ha"] = {
name2    = "g/(kN⋅s)",
+
per      = { "t", "ha" },
symbol  = "g/(kN⋅s)",
+
utype    = "pressure",
utype    = "speed",
+
default  = "LT ST/acre",
scale    = 9.9999628621379242e-7,
+
multiplier= 9.80665,
invert  = -1,
 
iscomplex= true,
 
default  = "tsfc",
 
link    = "Thrust specific fuel consumption",
 
 
     },
 
     },
     ["tsfc"] = {
+
     ["tonne/acre"] = {
name2    = "lb/(lbf⋅h)",
+
per      = { "tonne", "acre" },
symbol  = "lb/(lbf⋅h)",
+
utype    = "pressure",
utype    = "speed",
+
default  = "tonne/ha",
scale    = 2.832545036049801e-5,
+
multiplier= 9.80665,
invert  = -1,
 
iscomplex= true,
 
default  = "si tsfc",
 
link    = "Thrust specific fuel consumption",
 
 
     },
 
     },
     ["cm/y"] = {
+
     ["tonne/ha"] = {
target  = "cm/year",
+
per      = { "tonne", "ha" },
 +
utype    = "pressure",
 +
default  = "tonne/acre",
 +
multiplier= 9.80665,
 
     },
 
     },
     ["cm/yr"] = {
+
     ["kgfpsqcm"] = {
target  = "cm/year",
+
target  = "kgf/cm2",
 
     },
 
     },
     ["in/y"] = {
+
     ["kgpsqcm"] = {
target  = "in/year",
+
target  = "kg/cm2",
 
     },
 
     },
     ["in/yr"] = {
+
     ["kN/m2"] = {
target  = "in/year",
+
target  = "kPa",
 
     },
 
     },
     ["knot"] = {
+
     ["lb/in2"] = {
target  = "kn",
+
target  = "lbf/in2",
 
     },
 
     },
     ["knots"] = {
+
     ["torr"] = {
target  = "kn",
+
target  = "Torr",
 
     },
 
     },
     ["kph"] = {
+
     ["Bq"] = {
target   = "km/h",
+
_name1   = "becơren",
 +
_symbol  = "Bq",
 +
utype    = "radioactivity",
 +
scale    = 1,
 +
prefixes = 1,
 +
default  = "pCi",
 +
link    = "Becquerel",
 
     },
 
     },
     ["mi/h"] = {
+
     ["Ci"] = {
target   = "mph",
+
_name1   = "curie",
 +
_symbol  = "Ci",
 +
utype    = "radioactivity",
 +
scale    = 3.7e10,
 +
prefixes = 1,
 +
default  = "GBq",
 +
link    = "Curie",
 
     },
 
     },
     ["mm/s"] = {
+
     ["cm/h"] = {
per      = { "mm", "s" },
+
name1    = "xentimét trên giờ",
 +
symbol  = "cm/h",
 +
utype    = "speed",
 +
scale    = 2.7777777777777775e-6,
 +
default  = "in/h",
 +
link    = "Mét trên giây",
 +
    },
 +
    ["cm/s"] = {
 +
name1    = "xentimét trên giây",
 +
symbol  = "cm/s",
 
utype    = "speed",
 
utype    = "speed",
 +
scale    = 0.01,
 
default  = "in/s",
 
default  = "in/s",
link    = "Metre per second",
+
link    = "Mét trên giây",
 
     },
 
     },
     ["C"] = {
+
     ["cm/year"] = {
name1    = "degree Celsius",
+
name1    = "xentimét trên năm",
name2    = "degrees Celsius",
+
symbol  = "cm/năm",
symbol  = "°C",
+
utype    = "speed",
usesymbol= 1,
+
scale    = 3.168873850681143e-10,
utype    = "temperature",
+
default  = "in/year",
scale   = 1,
+
link    = "Bậc độ lớn (tốc độ)",
offset   = -273.15,
+
    },
iscomplex= true,
+
    ["foot/s"] = {
istemperature= true,
+
name1   = "foot trên giây",
default  = "F",
+
symbol   = "ft/s",
link    = "Celsius",
+
utype    = "speed",
 +
scale    = 0.3048,
 +
default  = "m/s",
 +
link    = "Feet trên giây",
 
     },
 
     },
     ["F"] = {
+
     ["ft/min"] = {
name1    = "degree Fahrenheit",
+
name1    = "foot trên phút",
name2    = "degrees Fahrenheit",
+
symbol  = "ft/min",
symbol  = "°F",
+
utype    = "speed",
usesymbol= 1,
+
scale    = 0.00508,
utype    = "temperature",
+
default  = "m/min",
scale    = 0.55555555555555558,
+
link    = "Feet trên giây",
offset  = 32-273.15*(9/5),
 
iscomplex= true,
 
istemperature= true,
 
default  = "C",
 
link    = "Fahrenheit",
 
 
     },
 
     },
     ["K"] = {
+
     ["ft/s"] = {
_name1  = "kelvin",
+
name1    = "foot trên giây",
_symbol  = "K",
+
symbol  = "ft/s",
usesymbol= 1,
+
utype    = "speed",
utype    = "temperature",
+
scale    = 0.3048,
scale    = 1,
+
default  = "m/s",
offset  = 0,
+
link    = "Feet trên giây",
iscomplex= true,
 
istemperature= true,
 
prefixes = 1,
 
default  = "C F",
 
link    = "Kelvin",
 
 
     },
 
     },
     ["keVT"] = {
+
     ["furlong per fortnight"] = {
name1    = "kiloelectronvolt",
+
name1    = "furlong mỗi hai tuần lễ",
symbol  = "keV",
+
symbol  = "furlong per fortnight",
utype    = "temperature",
+
usename  = 1,
scale    = 11.604505e6,
+
utype    = "speed",
offset  = 0,
+
scale    = 0.00016630952380952381,
iscomplex= true,
+
default  = "km/h mph",
default  = "MK",
+
link    = "Hệ đo lường FFF",
link    = "Electronvolt",
 
 
     },
 
     },
     ["R"] = {
+
     ["in/h"] = {
name1    = "degree Rankine",
+
name1    = "inch trên giờ",
name2    = "degrees Rankine",
+
symbol  = "in/h",
symbol  = "°R",
+
utype    = "speed",
usesymbol= 1,
+
scale    = 7.0555555555555559e-6,
utype    = "temperature",
+
default  = "cm/h",
scale    = 0.55555555555555558,
+
link    = "Inch",
offset  = 0,
 
iscomplex= true,
 
istemperature= true,
 
default  = "K F C",
 
link    = "Rankine scale",
 
 
     },
 
     },
     ["Celsius"] = {
+
     ["in/s"] = {
target   = "C",
+
name1    = "inch trên giây",
 +
symbol   = "in/s",
 +
utype    = "speed",
 +
scale    = 0.0254,
 +
default  = "cm/s",
 +
link    = "Inch",
 
     },
 
     },
     ["°C"] = {
+
     ["in/year"] = {
target   = "C",
+
name1    = "inch trên năm",
 +
symbol   = "in/năm",
 +
utype    = "speed",
 +
scale    = 8.0489395807301024e-10,
 +
default  = "cm/year",
 +
link    = "Bậc độ lớn (tốc độ)",
 
     },
 
     },
     ["°F"] = {
+
     ["isp"] = {
target   = "F",
+
name1    = "giây",
 +
symbol   = "s",
 +
utype    = "speed",
 +
scale    = 9.80665,
 +
default  = "km/s",
 +
link    = "Xung lực riêng",
 
     },
 
     },
     ["°R"] = {
+
     ["km/h"] = {
target   = "R",
+
name1    = "kilômét trên giờ",
 +
symbol   = "km/h",
 +
utype    = "speed",
 +
scale    = 0.27777777777777779,
 +
default  = "mph",
 +
link    = "Kilômét trên giờ",
 
     },
 
     },
     ["C-change"] = {
+
     ["km/s"] = {
name1    = "degree Celsius change",
+
name1    = "kilômét trên giây",
name2    = "degrees Celsius change",
+
symbol  = "km/s",
symbol  = "°C",
+
utype    = "speed",
usesymbol= 1,
+
scale    = 1000,
utype    = "temperature change",
+
default  = "mi/s",
scale    = 1,
+
link    = "Mét trên giây",
default  = "F-change",
 
link    = "Celsius",
 
 
     },
 
     },
     ["F-change"] = {
+
     ["kn"] = {
name1    = "degree Fahrenheit change",
+
name1    = "hải lý trên giờ",
name2    = "degrees Fahrenheit change",
+
symbol  = "kn",
symbol  = "°F",
+
utype    = "speed",
usesymbol= 1,
+
scale    = 0.51444444444444448,
utype    = "temperature change",
+
default  = "km/h mph",
scale    = 0.55555555555555558,
+
link    = "Hải lý trên giờ",
default  = "C-change",
 
link    = "Fahrenheit",
 
 
     },
 
     },
     ["K-change"] = {
+
     ["kNs/kg"] = {
name1    = "kelvin change",
+
name1    = "kilônewtơn giây trên kilômét",
name2    = "kelvins change",
+
symbol  = "kN·s/kg",
symbol  = "K",
+
utype    = "speed",
usesymbol= 1,
+
scale    = 1000,
utype    = "temperature change",
+
default  = "isp",
scale    = 1,
+
link    = "Xung lực riêng",
default  = "F-change",
 
link    = "Kelvin",
 
 
     },
 
     },
     ["°C-change"] = {
+
     ["m/min"] = {
target   = "C-change",
+
name1    = "mét trên phút",
 +
symbol   = "m/min",
 +
utype    = "speed",
 +
scale    = 0.016666666666666666,
 +
default  = "ft/min",
 +
link    = "Mét trên phút",
 
     },
 
     },
     ["°F-change"] = {
+
     ["m/s"] = {
target   = "F-change",
+
name1    = "mét trên giây",
 +
symbol   = "m/s",
 +
utype    = "speed",
 +
scale    = 1,
 +
default  = "ft/s",
 +
link    = "Mét trên giây",
 
     },
 
     },
     ["century"] = {
+
     ["Mach"] = {
name1    = "century",
+
symbol  = "Mach",
name2   = "centuries",
+
utype   = "speed",
symbol  = "ha",
+
builtin  = "mach",
utype   = "time",
+
scale   = 0,
scale    = 3155760000,
+
iscomplex= true,
default  = "Gs",
+
default  = "mph km/h",
 +
link    = "Số Mach",
 
     },
 
     },
     ["d"] = {
+
     ["mi/s"] = {
name1    = "day",
+
name1    = "dặm Anh trên giây",
symbol  = "d",
+
symbol  = "mi/s",
utype    = "time",
+
utype    = "speed",
scale    = 86400,
+
scale    = 1609.344,
default  = "ks",
+
default  = "km/s",
 +
link    = "Dặm Anh",
 
     },
 
     },
     ["decade"] = {
+
     ["mm/h"] = {
name1    = "decade",
+
name1    = "milimét trên giờ",
symbol  = "daa",
+
symbol  = "mm/h",
utype    = "time",
+
utype    = "speed",
scale    = 315576000,
+
scale    = 2.7777777777777781e-7,
default  = "Ms",
+
default  = "in/h",
 +
link    = "Mét trên giây",
 
     },
 
     },
     ["dog year"] = {
+
     ["mph"] = {
name1    = "dog year",
+
name1    = "dặm Anh trên giờ",
symbol  = "dog yr",
+
symbol  = "mph",
utype    = "time",
+
utype    = "speed",
scale    = 220903200,
+
scale    = 0.44704,
default  = "years",
+
default  = "km/h",
link    = "List of unusual units of measurement#Dog year",
+
link    = "Dặm Anh trên giờ",
 
     },
 
     },
     ["fortnight"] = {
+
     ["Ns/kg"] = {
symbol  = "fortnight",
+
name1    = "newtơn giây trên kilômét",
usename  = 1,
+
symbol  = "N·s/kg",
utype    = "time",
+
utype    = "speed",
scale    = 1209600,
+
scale    = 1,
default  = "week",
+
default  = "isp",
 +
link    = "Xung lực riêng",
 
     },
 
     },
     ["h"] = {
+
     ["si tsfc"] = {
name1    = "hour",
+
name1    = "gam trên kilônewtơn giây",
symbol  = "h",
+
symbol  = "g/(kN·s)",
utype    = "time",
+
utype    = "speed",
scale    = 3600,
+
scale    = 9.9999628621379242e-7,
default  = "ks",
+
invert  = -1,
 +
iscomplex= true,
 +
default  = "tsfc",
 +
link    = "Tiêu thụ nhiên liệu đẩy xe",
 
     },
 
     },
     ["long billion year"] = {
+
     ["tsfc"] = {
name1    = "billion years",
+
name1    = "pound trên pound lực giờ",
name2    = "billion years",
+
symbol  = "lb/(lbf·h)",
symbol  = "Ta",
+
utype    = "speed",
utype    = "time",
+
scale    = 2.832545036049801e-5,
scale    = 31557600000000000000,
+
invert  = -1,
default  = "Es",
+
iscomplex= true,
link    = "Annum",
+
default  = "si tsfc",
 +
link    = "Tiêu thụ nhiên liệu đẩy xe",
 
     },
 
     },
     ["millennium"] = {
+
     ["cm/y"] = {
name1    = "millennium",
+
target   = "cm/year",
name2    = "millennia",
 
symbol   = "ka",
 
utype    = "time",
 
scale    = 31557600000,
 
default  = "Gs",
 
 
     },
 
     },
     ["milliard year"] = {
+
     ["cm/yr"] = {
name1    = "milliard years",
+
target   = "cm/year",
name2    = "milliard years",
 
symbol   = "Ga",
 
utype    = "time",
 
scale    = 31557600000000000,
 
default  = "Ps",
 
link    = "Annum",
 
 
     },
 
     },
     ["million year"] = {
+
     ["in/y"] = {
name1    = "million years",
+
target   = "in/year",
name2    = "million years",
 
symbol   = "Ma",
 
utype    = "time",
 
scale    = 31557600000000,
 
default  = "Ts",
 
link    = "Annum",
 
 
     },
 
     },
     ["min"] = {
+
     ["in/yr"] = {
name1    = "minute",
+
target   = "in/year",
symbol   = "min",
 
utype    = "time",
 
scale    = 60,
 
default  = "s",
 
 
     },
 
     },
     ["month"] = {
+
     ["knot"] = {
symbol   = "month",
+
target   = "kn",
usename  = 1,
 
utype    = "time",
 
scale    = 2629800,
 
default  = "Ms",
 
 
     },
 
     },
     ["months"] = {
+
     ["knots"] = {
name1    = "month",
+
target   = "kn",
symbol   = "mo",
 
utype    = "time",
 
scale    = 2629800,
 
default  = "year",
 
 
     },
 
     },
     ["s"] = {
+
     ["kph"] = {
_name1   = "second",
+
target   = "km/h",
_symbol  = "s",
 
utype    = "time",
 
scale    = 1,
 
prefixes = 1,
 
default  = "min",
 
link    = "Second",
 
 
     },
 
     },
     ["short billion year"] = {
+
     ["mi/h"] = {
name1    = "billion years",
+
target   = "mph",
name2    = "billion years",
 
symbol   = "Ga",
 
utype    = "time",
 
scale    = 31557600000000000,
 
default  = "Ps",
 
link    = "Annum",
 
 
     },
 
     },
     ["short trillion year"] = {
+
     ["mm/s"] = {
name1    = "trillion years",
+
per      = { "mm", "s" },
name2    = "trillion years",
+
utype    = "speed",
symbol  = "Ta",
+
default  = "in/s",
utype    = "time",
+
link    = "mét trên giây",
scale    = 31557600000000000000,
 
default  = "Es",
 
link    = "Annum",
 
 
     },
 
     },
     ["thousand million year"] = {
+
     ["C"] = {
name1    = "thousand million years",
+
name1    = "độ Celsius",
name2    = "thousand million years",
+
symbol  = "°C",
symbol  = "Ga",
+
usesymbol= 1,
utype    = "time",
+
utype    = "temperature",
scale    = 31557600000000000,
+
scale    = 1,
default  = "Ps",
+
offset  = -273.15,
link    = "Annum",
+
iscomplex= true,
 +
istemperature= true,
 +
default  = "F",
 
     },
 
     },
     ["wk"] = {
+
     ["F"] = {
symbol  = "week",
+
name1    = "độ Fahrenheit",
usename  = 1,
+
symbol  = "°F",
utype    = "time",
+
usesymbol= 1,
scale    = 604800,
+
utype    = "temperature",
default  = "Ms",
+
scale    = 0.55555555555555558,
 +
offset  = 32-273.15*(9/5),
 +
iscomplex= true,
 +
istemperature= true,
 +
default  = "C",
 
     },
 
     },
     ["year"] = {
+
     ["K"] = {
name1    = "year",
+
name1    = "kelvin",
symbol  = "a",
+
symbol  = "K",
utype    = "time",
+
usesymbol= 1,
scale    = 31557600,
+
utype    = "temperature",
default  = "Ms",
+
scale    = 1,
link    = "Annum",
+
offset  = 0,
 +
iscomplex= true,
 +
istemperature= true,
 +
default  = "C F",
 
     },
 
     },
     ["years"] = {
+
     ["keVT"] = {
name1    = "year",
+
name1    = "kilôelectronvôn",
symbol  = "yr",
+
symbol  = "keV",
utype    = "time",
+
utype    = "temperature",
scale    = 31557600,
+
scale    = 11.604505e6,
default  = "Ms",
+
offset  = 0,
link    = "Annum",
+
iscomplex= true,
 +
default  = "MK",
 +
link    = "Electronvolt",
 
     },
 
     },
     ["byr"] = {
+
     ["MK"] = {
target   = "short billion year",
+
name1    = "mêgakelvin",
 +
symbol  = "MK",
 +
utype    = "temperature",
 +
scale    = 1e6,
 +
offset   = 0,
 +
iscomplex= true,
 +
default  = "keVT",
 +
link    = "Kelvin",
 
     },
 
     },
     ["day"] = {
+
     ["R"] = {
target   = "d",
+
name1    = "độ Rankine",
 +
symbol   = "°R",
 +
usesymbol= 1,
 +
utype    = "temperature",
 +
scale    = 0.55555555555555558,
 +
offset  = 0,
 +
iscomplex= true,
 +
istemperature= true,
 +
default  = "K F C",
 
     },
 
     },
     ["days"] = {
+
     ["Celsius"] = {
target  = "d",
+
target  = "C",
 
     },
 
     },
     ["dog yr"] = {
+
     ["°C"] = {
target  = "dog year",
+
target  = "C",
 
     },
 
     },
     ["Gyr"] = {
+
     ["°F"] = {
target  = "thousand million year",
+
target  = "F",
 
     },
 
     },
     ["hour"] = {
+
     ["°R"] = {
target  = "h",
+
target  = "R",
 
     },
 
     },
     ["hours"] = {
+
     ["C-change"] = {
target   = "h",
+
name1    = "thay đổi Celsius",
    },
+
symbol   = "°C",
    ["kMyr"] = {
+
usesymbol= 1,
target  = "thousand million year",
+
utype    = "temperature change",
 +
scale    = 1,
 +
default  = "F-change",
 +
link    = "độ Celsius",
 
     },
 
     },
     ["kmyr"] = {
+
     ["F-change"] = {
target   = "thousand million year",
+
name1    = "thay đổi Fahrenheit",
 +
symbol   = "°F",
 +
usesymbol= 1,
 +
utype    = "temperature change",
 +
scale    = 0.55555555555555558,
 +
default  = "C-change",
 +
link    = "độ Fahrenheit",
 
     },
 
     },
     ["kyr"] = {
+
     ["K-change"] = {
target   = "millennium",
+
name1    = "thay đổi kelvin",
 +
symbol   = "K",
 +
usesymbol= 1,
 +
utype    = "temperature change",
 +
scale    = 1,
 +
default  = "F-change",
 +
link    = "Kelvin",
 
     },
 
     },
     ["long byr"] = {
+
     ["°C-change"] = {
target  = "long billion year",
+
target  = "C-change",
 
     },
 
     },
     ["minute"] = {
+
     ["°F-change"] = {
target  = "min",
+
target  = "F-change",
 
     },
 
     },
     ["minutes"] = {
+
     ["century"] = {
target   = "min",
+
name1    = "thế kỷ",
 +
symbol   = "ha",
 +
utype    = "time",
 +
scale    = 3155760000,
 +
default  = "Gs",
 
     },
 
     },
     ["mth"] = {
+
     ["d"] = {
target   = "month",
+
name1    = "day",
 +
symbol   = "d",
 +
utype    = "time",
 +
scale    = 86400,
 +
default  = "ks",
 
     },
 
     },
     ["Myr"] = {
+
     ["decade"] = {
target  = "million year",
+
name1    = "thập kỷ",
    },
+
symbol  = "daa",
    ["myr"] = {
+
utype    = "time",
target  = "million year",
+
scale    = 315576000,
 +
default  = "Ms",
 
     },
 
     },
     ["second"] = {
+
     ["dog year"] = {
target   = "s",
+
name1    = "năm chó",
 +
symbol   = "yr chó",
 +
utype    = "time",
 +
scale    = 220903200,
 +
default  = "years",
 
     },
 
     },
     ["seconds"] = {
+
     ["fortnight"] = {
target   = "s",
+
name1    = "đôi tuần lễ",
 +
symbol   = "fortnight",
 +
usename  = 1,
 +
utype    = "time",
 +
scale    = 1209600,
 +
default  = "week",
 +
link    = "Fortnight",
 
     },
 
     },
     ["tmyr"] = {
+
     ["h"] = {
target   = "thousand million year",
+
name1    = "giờ",
 +
symbol   = "h",
 +
utype    = "time",
 +
scale    = 3600,
 +
default  = "ks",
 
     },
 
     },
     ["tryr"] = {
+
     ["long billion year"] = {
target   = "short trillion year",
+
name1    = "ngàn tỷ năm",
 +
symbol   = "Ta",
 +
utype    = "time",
 +
scale    = 31557600000000000000,
 +
default  = "Es",
 +
link    = "Năm",
 
     },
 
     },
     ["tyr"] = {
+
     ["millennium"] = {
target   = "millennium",
+
name1    = "thiên niên kỷ",
 +
symbol   = "ka",
 +
utype    = "time",
 +
scale    = 31557600000,
 +
default  = "Gs",
 
     },
 
     },
     ["week"] = {
+
     ["milliard year"] = {
target   = "wk",
+
name1    = "tỷ năm",
 +
symbol   = "Ga",
 +
utype    = "time",
 +
scale    = 31557600000000000,
 +
default  = "Ps",
 +
link    = "Năm",
 
     },
 
     },
     ["weeks"] = {
+
     ["million year"] = {
target   = "wk",
+
name1    = "triệu năm",
 +
symbol   = "Ma",
 +
utype    = "time",
 +
scale    = 31557600000000,
 +
default  = "Ts",
 +
link    = "Năm",
 
     },
 
     },
     ["yr"] = {
+
     ["min"] = {
target   = "year",
+
name1    = "phút",
 +
symbol   = "min",
 +
utype    = "time",
 +
scale    = 60,
 +
default  = "s",
 
     },
 
     },
     ["kg.m"] = {
+
     ["month"] = {
name1    = "kilogram metre",
+
name1    = "tháng",
name1_us = "kilogram meter",
+
symbol  = "month",
symbol  = "kg⋅m",
+
usename  = 1,
utype    = "torque",
+
utype    = "time",
scale    = 9.80665,
+
scale    = 2629800,
default  = "Nm lbft",
+
default  = "Ms",
link    = "Kilogram metre (torque)",
 
 
     },
 
     },
     ["kgf.m"] = {
+
     ["months"] = {
name1    = "kilogram force-metre",
+
name1    = "tháng",
name1_us = "kilogram force-meter",
+
symbol  = "mo",
symbol  = "kgf⋅m",
+
utype    = "time",
utype    = "torque",
+
scale    = 2629800,
scale    = 9.80665,
+
default  = "year",
default  = "Nm lbfft",
 
link    = "Kilogram metre (torque)",
 
 
     },
 
     },
     ["kgm"] = {
+
     ["s"] = {
name1    = "kilogram metre",
+
_name1  = "giây",
name1_us = "kilogram meter",
+
_symbol  = "s",
symbol  = "kg⋅m",
+
utype    = "time",
utype   = "torque",
+
scale   = 1,
scale    = 9.80665,
+
prefixes = 1,
default  = "Nm lbfft",
+
default  = "min",
link    = "Kilogram metre (torque)",
+
link    = "Giây",
 
     },
 
     },
     ["lb-fft"] = {
+
     ["short billion year"] = {
name1    = "pound force-foot",
+
name1    = "tỷ năm",
name2    = "pound force-feet",
+
symbol  = "Ga",
symbol  = "ft⋅lb<sub>f</sub>",
+
utype    = "time",
utype    = "torque",
+
scale    = 31557600000000000,
scale    = 1.3558179483314004,
+
default  = "Ps",
default  = "Nm",
+
link    = "Năm",
link    = "Pound-foot (torque)",
 
 
     },
 
     },
     ["lb.ft"] = {
+
     ["short trillion year"] = {
name1    = "pound force-foot",
+
name1    = "ngàn tỷ năm",
name2    = "pound force-feet",
+
symbol  = "Ta",
symbol  = "lb⋅ft",
+
utype    = "time",
utype    = "torque",
+
scale    = 31557600000000000000,
scale    = 1.3558179483314004,
+
default  = "Es",
default  = "Nm",
+
link    = "Năm",
link    = "Pound-foot (torque)",
 
 
     },
 
     },
     ["lb.in"] = {
+
     ["thousand million year"] = {
name1    = "pound force-inch",
+
name1    = "tỷ năm",
symbol  = "lb⋅in",
+
symbol  = "Ga",
utype    = "torque",
+
utype    = "time",
scale    = 0.1129848290276167,
+
scale    = 31557600000000000,
default  = "mN.m",
+
default  = "Ps",
link    = "Pound-foot (torque)",
+
link    = "Năm",
 
     },
 
     },
     ["lbfft"] = {
+
     ["wk"] = {
name1    = "pound force-foot",
+
name1    = "tuần",
name2    = "pound force-feet",
+
symbol  = "week",
symbol  = "lbf⋅ft",
+
usename  = 1,
utype    = "torque",
+
utype    = "time",
scale    = 1.3558179483314004,
+
scale    = 604800,
default  = "Nm",
+
default  = "Ms",
link    = "Pound-foot (torque)",
 
 
     },
 
     },
     ["lbft"] = {
+
     ["year"] = {
name1    = "pound-foot",
+
name1    = "năm",
name2    = "pound-feet",
+
symbol  = "a",
symbol  = "lb⋅ft",
+
utype    = "time",
utype    = "torque",
+
scale    = 31557600,
scale    = 1.3558179483314004,
+
default  = "Ms",
default  = "Nm",
 
link    = "Pound-foot (torque)",
 
 
     },
 
     },
     ["m.kg-f"] = {
+
     ["years"] = {
name1    = "metre kilogram-force",
+
name1    = "năm",
name1_us = "meter kilogram-force",
+
symbol  = "yr",
name2    = "metre kilograms-force",
+
utype    = "time",
name2_us = "meter kilograms-force",
+
scale    = 31557600,
symbol  = "m⋅kg<sub>f</sub>",
+
default  = "Ms",
utype    = "torque",
 
scale    = 9.80665,
 
default  = "Nm lbfft",
 
link    = "Kilogram metre (torque)",
 
 
     },
 
     },
     ["m.kgf"] = {
+
     ["byr"] = {
name1    = "metre kilogram-force",
+
target   = "short billion year",
name1_us = "meter kilogram-force",
 
name2    = "metre kilograms-force",
 
name2_us = "meter kilograms-force",
 
symbol   = "m⋅kgf",
 
utype    = "torque",
 
scale    = 9.80665,
 
default  = "Nm lbfft",
 
link    = "Kilogram metre (torque)",
 
 
     },
 
     },
     ["mN.m"] = {
+
     ["day"] = {
name1    = "millinewton metre",
+
target   = "d",
name1_us = "millinewton meter",
 
symbol   = "mN⋅m",
 
utype    = "torque",
 
scale    = 0.001,
 
default  = "lb.in",
 
link    = "Newton metre",
 
 
     },
 
     },
     ["Nm"] = {
+
     ["days"] = {
_name1   = "newton metre",
+
target   = "d",
_name1_us= "newton meter",
 
_symbol  = "N⋅m",
 
utype    = "torque",
 
alttype  = "energy",
 
scale    = 1,
 
prefixes = 1,
 
default  = "lbfft",
 
link    = "Newton metre",
 
 
     },
 
     },
     ["kN/m"] = {
+
     ["dog yr"] = {
per      = { "kN", "-m-stiff" },
+
target  = "dog year",
utype    = "torque",
 
default  = "lbf/in",
 
 
     },
 
     },
     ["lbf/in"] = {
+
     ["Gyr"] = {
per      = { "lbf", "-in-stiff" },
+
target  = "thousand million year",
utype    = "torque",
 
default  = "kN/m",
 
 
     },
 
     },
     ["lb-f.ft"] = {
+
     ["hour"] = {
target  = "lb-fft",
+
target  = "h",
 
     },
 
     },
     ["lbf.ft"] = {
+
     ["hours"] = {
target  = "lbfft",
+
target  = "h",
 
     },
 
     },
     ["lbf·ft"] = {
+
     ["kMyr"] = {
target  = "lbfft",
+
target  = "thousand million year",
 
     },
 
     },
     ["lb·ft"] = {
+
     ["kmyr"] = {
target  = "lb.ft",
+
target  = "thousand million year",
 
     },
 
     },
     ["mkg-f"] = {
+
     ["kyr"] = {
target  = "m.kg-f",
+
target  = "millennium",
 
     },
 
     },
     ["mkgf"] = {
+
     ["long byr"] = {
target  = "m.kgf",
+
target  = "long billion year",
 
     },
 
     },
     ["N.m"] = {
+
     ["minute"] = {
target  = "Nm",
+
target  = "min",
 
     },
 
     },
     ["N·m"] = {
+
     ["minutes"] = {
target  = "Nm",
+
target  = "min",
 
     },
 
     },
     ["-12USoz(mL)serve"] = {
+
     ["mth"] = {
name1_us = "12&nbsp;U.S.&nbsp;fl&nbsp;oz (355&nbsp;mL) serving",
+
target   = "month",
symbol   = "12&nbsp;US&nbsp;fl&nbsp;oz (355&nbsp;mL) serving",
 
sym_us  = "12&nbsp;U.S.&nbsp;fl&nbsp;oz (355&nbsp;mL) serving",
 
utype    = "volume",
 
scale    = 0.00035488235475000004,
 
default  = "mL",
 
link    = "Beverage can#Standard sizes",
 
 
     },
 
     },
     ["-12USoz(ml)serve"] = {
+
     ["Myr"] = {
name1_us = "12&nbsp;U.S.&nbsp;fl&nbsp;oz (355&nbsp;ml) serving",
+
target   = "million year",
symbol   = "12&nbsp;US&nbsp;fl&nbsp;oz (355&nbsp;ml) serving",
 
sym_us  = "12&nbsp;U.S.&nbsp;fl&nbsp;oz (355&nbsp;ml) serving",
 
utype    = "volume",
 
scale    = 0.00035488235475000004,
 
default  = "ml",
 
link    = "Beverage can#Standard sizes",
 
 
     },
 
     },
     ["-12USozserve"] = {
+
     ["myr"] = {
name1_us = "12&nbsp;U.S.&nbsp;fl&nbsp;oz serving",
+
target   = "million year",
symbol   = "12&nbsp;US&nbsp;fl&nbsp;oz serving",
 
sym_us  = "12&nbsp;U.S.&nbsp;fl&nbsp;oz serving",
 
utype    = "volume",
 
scale    = 0.00035488235475000004,
 
default  = "mL",
 
link    = "Beverage can#Standard sizes",
 
 
     },
 
     },
     ["acre foot"] = {
+
     ["second"] = {
name1    = "acre foot",
+
target   = "s",
name2    = "acre foot",
 
symbol   = "acre⋅ft",
 
utype    = "volume",
 
scale    = 1233.48183754752,
 
default  = "m3",
 
 
     },
 
     },
     ["acre ft"] = {
+
     ["seconds"] = {
name1    = "acre foot",
+
target   = "s",
name2    = "acre feet",
 
symbol   = "acre⋅ft",
 
utype    = "volume",
 
scale    = 1233.48183754752,
 
default  = "m3",
 
 
     },
 
     },
     ["AUtbsp"] = {
+
     ["tmyr"] = {
name1    = "Australian tablespoon",
+
target   = "thousand million year",
symbol   = "AU&nbsp;tbsp",
 
utype    = "volume",
 
scale    = 0.000020,
 
default  = "ml",
 
 
     },
 
     },
     ["Bcuft"] = {
+
     ["tryr"] = {
name1    = "billion cubic foot",
+
target   = "short trillion year",
name2    = "billion cubic feet",
 
symbol   = "billion cu&nbsp;ft",
 
utype    = "volume",
 
scale    = 28316846.592,
 
default  = "Gl",
 
link    = "Cubic foot",
 
 
     },
 
     },
     ["bdft"] = {
+
     ["tyr"] = {
name1    = "board foot",
+
target   = "millennium",
name2    = "board feet",
 
symbol   = "bd&nbsp;ft",
 
utype    = "volume",
 
scale    = 0.0023597372167,
 
default  = "m3",
 
 
     },
 
     },
     ["board feet"] = {
+
     ["week"] = {
name2    = "board feet",
+
target   = "wk",
symbol   = "board foot",
 
usename  = 1,
 
utype    = "volume",
 
scale    = 0.0023597372167,
 
default  = "m3",
 
 
     },
 
     },
     ["board foot"] = {
+
     ["weeks"] = {
name2    = "board foot",
+
target   = "wk",
symbol   = "board foot",
 
usename  = 1,
 
utype    = "volume",
 
scale    = 0.0023597372167,
 
default  = "m3",
 
 
     },
 
     },
     ["cc"] = {
+
     ["yr"] = {
name1    = "cubic centimetre",
+
target   = "year",
name1_us = "cubic centimeter",
 
symbol   = "cc",
 
utype    = "volume",
 
scale    = 0.000001,
 
default  = "cuin",
 
 
     },
 
     },
     ["CID"] = {
+
     ["kg.m"] = {
name1    = "cubic inch",
+
name1    = "kilôgam mét",
name2    = "cubic inches",
+
symbol  = "kg·m",
symbol  = "cu&nbsp;in",
+
utype    = "torque",
utype    = "volume",
+
scale    = 9.80665,
scale    = 0.000016387064,
+
default  = "Nm lbft",
default  = "cc",
 
link    = "Cubic inch#Engine displacement",
 
 
     },
 
     },
     ["cord"] = {
+
     ["kgf.m"] = {
symbol  = "cord",
+
name1    = "kilôgam lực mét",
utype    = "volume",
+
symbol  = "kgf·m",
scale    = 3.624556363776,
+
utype    = "torque",
default  = "m3",
+
scale    = 9.80665,
link    = "Cord (unit)",
+
default  = "Nm lbfft",
 +
link    = "Kilôgam mét",
 
     },
 
     },
     ["cufoot"] = {
+
     ["kgm"] = {
name1    = "cubic foot",
+
name1    = "kilôgam mét",
name2    = "cubic foot",
+
symbol  = "kg·m",
symbol  = "cu&nbsp;ft",
+
utype    = "torque",
utype    = "volume",
+
scale    = 9.80665,
scale    = 0.028316846592,
+
default  = "Nm lbfft",
default  = "m3",
 
 
     },
 
     },
     ["cuft"] = {
+
     ["lb-fft"] = {
name1    = "cubic foot",
+
name1    = "pound lực foot",
name2    = "cubic feet",
+
symbol  = "ft·lb<sub>f</sub>",
symbol  = "cu&nbsp;ft",
+
utype    = "torque",
utype    = "volume",
+
scale    = 1.3558179483314004,
scale    = 0.028316846592,
+
default  = "Nm",
default  = "m3",
+
link    = "Pound foot (mô men lực)",
 
     },
 
     },
     ["cuin"] = {
+
     ["lb.ft"] = {
name1    = "cubic inch",
+
name1    = "pound lực foot",
name2    = "cubic inches",
+
symbol  = "lb·ft",
symbol  = "cu&nbsp;in",
+
utype    = "torque",
utype    = "volume",
+
scale    = 1.3558179483314004,
scale    = 0.000016387064,
+
default  = "Nm",
default  = "cm3",
+
link    = "Pound foot (mô men lực)",
 
     },
 
     },
     ["cumi"] = {
+
     ["lb.in"] = {
name1    = "cubic mile",
+
name1    = "pound lực inch",
symbol  = "cu&nbsp;mi",
+
symbol  = "lb·in",
utype    = "volume",
+
utype    = "torque",
scale    = 4168181825.440579584,
+
scale    = 0.1129848290276167,
default  = "km3",
+
default  = "mN.m",
 +
link    = "Pound foot (mô men lực)",
 
     },
 
     },
     ["cuyd"] = {
+
     ["lbfft"] = {
name1    = "cubic yard",
+
name1    = "pound lực foot",
symbol  = "cu&nbsp;yd",
+
symbol  = "lbf·ft",
utype    = "volume",
+
utype    = "torque",
scale    = 0.764554857984,
+
scale    = 1.3558179483314004,
default  = "m3",
+
default  = "Nm",
 +
link    = "Pound foot (mô men lực)",
 
     },
 
     },
     ["firkin"] = {
+
     ["lbft"] = {
symbol  = "firkin",
+
name1    = "pound foot",
usename  = 1,
+
symbol  = "lb·ft",
utype    = "volume",
+
utype    = "torque",
scale    = 0.04091481,
+
scale    = 1.3558179483314004,
default  = "l impgal USgal",
+
default  = "Nm",
link    = "Firkin (unit)",
+
link    = "Pound foot (mô men lực)",
 
     },
 
     },
     ["foot3"] = {
+
     ["m.kg-f"] = {
target   = "cufoot",
+
name1    = "mét kilôgam lực",
 +
symbol   = "m·kg<sub>f</sub>",
 +
utype    = "torque",
 +
scale    = 9.80665,
 +
default  = "Nm lbfft",
 +
link    = "Kilôgam mét",
 
     },
 
     },
     ["Goilbbl"] = {
+
     ["m.kgf"] = {
name1    = "billion barrels",
+
name1    = "mét kilôgam lực",
name2    = "billion barrels",
+
symbol  = "m·kgf",
symbol  = "Gbbl",
+
utype    = "torque",
utype    = "volume",
+
scale    = 9.80665,
scale    = 158987294.928,
+
default  = "Nm lbfft",
default  = "v * 1.58987294928 < 10 ! e6 ! e9 ! m3",
+
link    = "Kilôgam mét",
link    = "Barrel (unit)#Oil barrel",
 
 
     },
 
     },
     ["gr water"] = {
+
     ["mN.m"] = {
name1    = "grains water",
+
name1    = "milinewtơn mét",
name2    = "grains water",
+
symbol  = "mN·m",
symbol  = "gr H<sub>2</sub>O",
+
utype    = "torque",
utype    = "volume",
+
scale    = 0.001,
scale    = 0.00000006479891,
+
default  = "lb.in",
default  = "cm3",
+
link    = "Newton mét",
link    = "Grain (unit)",
 
 
     },
 
     },
     ["grt"] = {
+
     ["Nm"] = {
name1    = "gross register ton",
+
name1    = "newtơn mét",
symbol  = "grt",
+
symbol  = "N·m",
utype    = "volume",
+
utype    = "torque",
scale    = 2.8316846592,
+
alttype  = "energy",
default  = "m3",
+
scale    = 1,
link    = "Gross register tonnage",
+
default  = "lbfft",
 +
link    = "Newton mét",
 
     },
 
     },
     ["impbbl"] = {
+
     ["kN/m"] = {
name1    = "imperial barrel",
+
per      = { "kN", "-m-stiff" },
symbol  = "imp&nbsp;bbl",
+
utype    = "torque",
utype    = "volume",
+
default  = "lbf/in",
scale    = 0.16365924,
 
default  = "l impgal USgal",
 
link    = "Barrel (unit)",
 
 
     },
 
     },
     ["impbsh"] = {
+
     ["lbf/in"] = {
name1    = "imperial bushel",
+
per      = { "lbf", "-in-stiff" },
symbol  = "imp&nbsp;bsh",
+
utype    = "torque",
utype    = "volume",
+
default  = "kN/m",
scale    = 0.03636872,
 
default  = "l impgal USdrygal",
 
 
     },
 
     },
     ["impbu"] = {
+
     ["lb-f.ft"] = {
name1    = "imperial bushel",
+
target  = "lb-fft",
symbol   = "imp&nbsp;bu",
+
    },
utype    = "volume",
+
    ["lb-f·ft"] = {
scale    = 0.03636872,
+
target  = "lb-fft",
default  = "m3",
+
    },
 +
    ["lbf.ft"] = {
 +
target  = "lbfft",
 +
    },
 +
    ["lbf·ft"] = {
 +
target   = "lbfft",
 +
    },
 +
    ["lb·ft"] = {
 +
target  = "lb.ft",
 +
    },
 +
    ["mkg-f"] = {
 +
target  = "m.kg-f",
 +
    },
 +
    ["mkgf"] = {
 +
target  = "m.kgf",
 
     },
 
     },
     ["impgal"] = {
+
     ["N.m"] = {
name1    = "imperial gallon",
+
target   = "Nm",
symbol   = "imp&nbsp;gal",
 
utype    = "volume",
 
scale    = 0.00454609,
 
default  = "l USgal",
 
 
     },
 
     },
     ["impgi"] = {
+
     ["N·m"] = {
name1    = "gill",
+
target   = "Nm",
symbol   = "gi",
 
utype    = "volume",
 
scale    = 0.0001420653125,
 
default  = "ml USoz",
 
link    = "Gill (unit)",
 
 
     },
 
     },
     ["impkenning"] = {
+
     ["-12USoz(mL)serve"] = {
name1    = "imperial kenning",
+
symbol  = "khẩu&nbsp;phần 12&nbsp;fl&nbsp;oz&nbsp;Mỹ (355&nbsp;mL)",
symbol  = "kenning",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.01818436,
+
scale    = 0.00035488235475000004,
default  = "l USdrygal",
+
default  = "mL",
link    = "Kenning (unit)",
+
link    = "Lon nước#Dung tích",
 
     },
 
     },
     ["impoz"] = {
+
     ["-12USoz(ml)serve"] = {
name1    = "imperial fluid ounce",
+
symbol  = "khẩu&nbsp;phần 12&nbsp;fl&nbsp;oz&nbsp;Mỹ (355&nbsp;ml)",
symbol  = "imp&nbsp;fl&nbsp;oz",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.0000284130625,
+
scale    = 0.00035488235475000004,
default  = "ml USoz",
+
default  = "ml",
 +
link    = "Lon nước#Dung tích",
 
     },
 
     },
     ["imppk"] = {
+
     ["-12USozserve"] = {
name1    = "imperial peck",
+
symbol  = "khẩu&nbsp;phần 12&nbsp;fl&nbsp;oz&nbsp;Mỹ",
symbol  = "pk",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.00909218,
+
scale    = 0.00035488235475000004,
default  = "l USdrygal",
+
default  = "mL",
link    = "Peck",
+
link    = "Lon nước#Dung tích",
 
     },
 
     },
     ["imppt"] = {
+
     ["acre foot"] = {
name1    = "imperial pint",
+
name1    = "mẫu foot Anh",
symbol  = "imp&nbsp;pt",
+
symbol  = "acre·ft",
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.00056826125,
+
scale    = 1233.48183754752,
default  = "l",
+
default  = "m3",
 
     },
 
     },
     ["impqt"] = {
+
     ["acre ft"] = {
name1    = "imperial quart",
+
name1    = "mẫu foot Anh",
symbol  = "imp&nbsp;qt",
+
symbol  = "acre·ft",
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.0011365225,
+
scale    = 1233.48183754752,
default  = "ml USoz",
+
default  = "m3",
customary= 3,
 
 
     },
 
     },
     ["kilderkin"] = {
+
     ["AUtbsp"] = {
symbol  = "kilderkin",
+
name1    = "thìa canh Úc",
usename  = 1,
+
symbol  = "tbsp&nbsp;Úc",
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.08182962,
+
scale    = 0.000020,
default  = "l impgal USgal",
+
default  = "ml",
 +
link    = "thìa canh",
 
     },
 
     },
     ["koilbbl"] = {
+
     ["bdft"] = {
name1    = "thousand barrels",
+
name1    = "foot ván",
name2    = "thousand barrels",
+
symbol  = "bd&nbsp;ft",
symbol  = "kbbl",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 158.987294928,
+
scale    = 0.0023597372167,
default  = "v * 1.58987294928 < 10 ! ! e3 ! m3",
+
default  = "m3",
link    = "Barrel (unit)#Oil barrel",
 
 
     },
 
     },
     ["L"] = {
+
     ["board feet"] = {
_name1  = "litre",
+
name1    = "foot ván",
_name1_us= "liter",
+
symbol  = "board foot",
_symbol = "L",
+
usename = 1,
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.001,
+
scale    = 0.0023597372167,
prefixes = 1,
+
default  = "m3",
default  = "impgal USgal",
 
link    = "Litre",
 
 
     },
 
     },
     ["l"] = {
+
     ["board foot"] = {
_name1  = "litre",
+
name1    = "foot ván",
_name1_us= "liter",
+
symbol  = "board foot",
_symbol = "l",
+
usename = 1,
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.001,
+
scale    = 0.0023597372167,
prefixes = 1,
+
default  = "m3",
default  = "impgal USgal",
 
link    = "Litre",
 
 
     },
 
     },
     ["m3"] = {
+
     ["cc"] = {
_name1  = "cubic metre",
+
name1    = "xentimét khối",
_name1_us= "cubic meter",
+
symbol  = "cc",
_symbol  = "m<sup>3</sup>",
 
prefix_position= 7,
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 1,
+
scale    = 0.000001,
prefixes = 3,
+
default  = "cuin",
default  = "cuft",
 
link    = "Cubic metre",
 
 
     },
 
     },
     ["Mbbl"] = {
+
     ["CID"] = {
name1    = "thousand barrels",
+
name1    = "inch khối",
name2    = "thousand barrels",
+
symbol  = "cu&nbsp;in",
symbol  = "Mbbl",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 158.987294928,
+
scale    = 0.000016387064,
default  = "v * 1.58987294928 < 10 ! e3 ! ! m3",
+
default  = "cc",
link    = "Barrel (unit)#Oil barrel",
 
 
     },
 
     },
     ["MMoilbbl"] = {
+
     ["cord"] = {
name1    = "million barrels",
+
symbol  = "cord",
name2    = "million barrels",
 
symbol  = "MMbbl",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 158987.294928,
+
scale    = 3.624556363776,
default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3",
+
default  = "m3",
link    = "Barrel (unit)#Oil barrel",
+
link    = "Cord (đơn vị)",
 
     },
 
     },
     ["Moilbbl"] = {
+
     ["cufoot"] = {
name1    = "million barrels",
+
name1    = "foot khối",
name2    = "million barrels",
+
symbol  = "cu&nbsp;ft",
symbol  = "Mbbl",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 158987.294928,
+
scale    = 0.028316846592,
default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3",
+
default  = "m3",
link    = "Barrel (unit)#Oil barrel",
 
 
     },
 
     },
     ["MTON"] = {
+
     ["cuft"] = {
name1    = "measurement ton",
+
name1    = "foot khối",
symbol  = "MTON",
+
symbol  = "cu&nbsp;ft",
 
utype    = "volume",
 
utype    = "volume",
scale    = 1.13267386368,
+
scale    = 0.028316846592,
 
default  = "m3",
 
default  = "m3",
 
     },
 
     },
     ["MUSgal"] = {
+
     ["cuin"] = {
name1    = "million US gallons",
+
name1    = "inch khối",
name1_us = "million U.S. gallons",
+
symbol  = "cu&nbsp;in",
name2    = "million US gallons",
 
name2_us = "million U.S. gallons",
 
symbol  = "million US&nbsp;gal",
 
sym_us  = "million U.S.&nbsp;gal",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 3785.411784,
+
scale    = 0.000016387064,
default  = "Ml",
+
default  = "cm3",
link    = "US gallon",
+
    },
 +
    ["cumi"] = {
 +
name1    = "dặm khối Anh",
 +
symbol  = "cu&nbsp;mi",
 +
utype    = "volume",
 +
scale    = 4168181825.440579584,
 +
default  = "km3",
 
     },
 
     },
     ["oilbbl"] = {
+
     ["cuyd"] = {
name1    = "barrel",
+
name1    = "yard khối",
symbol  = "bbl",
+
symbol  = "cu&nbsp;yd",
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.158987294928,
+
scale    = 0.764554857984,
 
default  = "m3",
 
default  = "m3",
link    = "Barrel (unit)#Oil barrel",
 
 
     },
 
     },
     ["stere"] = {
+
     ["firkin"] = {
symbol  = "stere",
+
symbol  = "firkin",
 
usename  = 1,
 
usename  = 1,
 
utype    = "volume",
 
utype    = "volume",
scale    = 1,
+
scale    = 0.04091481,
default  = "cuft",
+
default  = "l impgal USgal",
 +
    },
 +
    ["foot3"] = {
 +
target  = "cufoot",
 
     },
 
     },
     ["Toilbbl"] = {
+
     ["Goilbbl"] = {
name1    = "trillion barrels",
+
name1    = "tỷ thùng",
name2    = "trillion barrels",
+
symbol  = "Gbbl",
symbol  = "Tbbl",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 158987294928,
+
scale    = 158987294.928,
default  = "v * 1.58987294928 < 10 ! e9 ! e12 ! m3",
+
default  = "v * 1.58987294928 < 10 ! e6 ! e9 ! m3",
link    = "Barrel (unit)#Oil barrel",
+
link    = "Thùng (đơn vị)#Thùng dầu mỏ",
 
     },
 
     },
     ["USbbl"] = {
+
     ["gr water"] = {
name1    = "US barrel",
+
name1    = "grain nước",
name1_us = "U.S. barrel",
+
symbol  = "gr H<sub>2</sub>O",
symbol  = "US&nbsp;bbl",
 
sym_us  = "U.S.&nbsp;bbl",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.119240471196,
+
scale    = 0.00000006479891,
default  = "l USgal impgal",
+
default  = "cm3",
link    = "Barrel (unit)",
+
link    = "Grain",
 
     },
 
     },
     ["USbeerbbl"] = {
+
     ["grt"] = {
name1    = "US beer barrel",
+
name1    = "tấn đăng ký",
name1_us = "U.S. beer barrel",
+
symbol  = "grt",
symbol  = "US&nbsp;bbl",
 
sym_us  = "U.S.&nbsp;bbl",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.117347765304,
+
scale    = 2.8316846592,
default  = "l USgal impgal",
+
default  = "m3",
link    = "Barrel (unit)",
 
 
     },
 
     },
     ["USbsh"] = {
+
     ["impbbl"] = {
name1    = "US bushel",
+
name1    = "thùng Anh",
name1_us = "U.S. bushel",
+
symbol  = "bbl&nbsp;Anh",
symbol  = "US&nbsp;bsh",
 
sym_us  = "U.S.&nbsp;bsh",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.03523907016688,
+
scale    = 0.16365924,
default  = "l USdrygal impgal",
+
default  = "l impgal USgal",
link    = "Bushel",
+
link    = "Barrel",
 
     },
 
     },
     ["USbu"] = {
+
     ["impbsh"] = {
name1    = "US bushel",
+
name1    = "giạ Anh",
name1_us = "U.S. bushel",
+
symbol  = "bsh&nbsp;Anh",
symbol  = "US&nbsp;bu",
 
sym_us  = "U.S.&nbsp;bu",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.03523907016688,
+
scale    = 0.03636872,
default  = "l USdrygal impgal",
+
default  = "l impgal USdrygal",
link    = "Bushel",
+
link    = "Giạ (Anh)",
 
     },
 
     },
     ["USdrybbl"] = {
+
     ["impbu"] = {
name1    = "US dry barrel",
+
name1    = "giạ Anh",
name1_us = "U.S. dry barrel",
+
symbol  = "bu&nbsp;Anh",
symbol  = "US&nbsp;dry&nbsp;bbl",
 
sym_us  = "U.S.&nbsp;dry&nbsp;bbl",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.11562819898508,
+
scale    = 0.03636872,
 
default  = "m3",
 
default  = "m3",
link    = "Barrel (unit)",
+
link    = "Giạ (Anh)",
 
     },
 
     },
     ["USdrygal"] = {
+
     ["impgal"] = {
name1    = "US dry gallon",
+
name1    = "galông Anh",
name1_us = "U.S. dry gallon",
+
symbol  = "gal&nbsp;Anh",
symbol  = "US&nbsp;dry&nbsp;gal",
 
sym_us  = "U.S.&nbsp;dry&nbsp;gal",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.00440488377086,
+
scale    = 0.00454609,
default  = "l",
+
default  = "l USgal",
link    = "Gallon",
+
link    = "Gallon (Anh)",
 
     },
 
     },
     ["USdrypt"] = {
+
     ["impgi"] = {
name1    = "US dry pint",
+
name1    = "gill",
name1_us = "U.S. dry pint",
+
symbol  = "gi",
symbol  = "US&nbsp;dry&nbsp;pt",
 
sym_us  = "U.S.&nbsp;dry&nbsp;pt",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.0005506104713575,
+
scale    = 0.0001420653125,
default  = "ml",
+
default  = "ml USoz",
link    = "Pint",
 
 
     },
 
     },
     ["USdryqt"] = {
+
     ["impkenning"] = {
name1    = "US dry quart",
+
name1    = "kenning Anh",
name1_us = "U.S. dry quart",
+
symbol  = "kenning",
symbol  = "US&nbsp;dry&nbsp;qt",
 
sym_us  = "U.S.&nbsp;dry&nbsp;qt",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.001101220942715,
+
scale    = 0.01818436,
default  = "ml",
+
default  = "l USdrygal",
link    = "Quart",
+
link    = "Kenning",
 
     },
 
     },
     ["USflgal"] = {
+
     ["impoz"] = {
name1    = "US gallon",
+
name1    = "ounce chất lỏng Anh",
name1_us = "U.S. gallon",
+
symbol  = "fl&nbsp;oz&nbsp;Anh",
symbol  = "US fl gal",
 
sym_us  = "U.S.&nbsp;fl&nbsp;gal",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.003785411784,
+
scale    = 0.0000284130625,
default  = "l impgal",
+
default  = "ml USoz",
link    = "Gallon",
 
 
     },
 
     },
     ["USgal"] = {
+
     ["imppk"] = {
name1    = "US gallon",
+
name1    = "peck Anh",
name1_us = "U.S. gallon",
+
symbol  = "pk",
symbol  = "US&nbsp;gal",
 
sym_us  = "U.S.&nbsp;gal",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.003785411784,
+
scale    = 0.00909218,
default  = "l impgal",
+
default  = "l USdrygal",
 +
link    = "Peck",
 
     },
 
     },
     ["USgi"] = {
+
     ["imppt"] = {
name1    = "gill",
+
name1    = "pint Anh",
symbol  = "gi",
+
symbol  = "pt&nbsp;Anh",
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.0001182941183,
+
scale    = 0.00056826125,
default  = "ml impoz",
+
default  = "l",
link    = "Gill (unit)",
+
link    = "Pint (Anh)",
 
     },
 
     },
     ["USkenning"] = {
+
     ["impqt"] = {
name1    = "US kenning",
+
name1    = "quart Anh",
name1_us = "U.S. kenning",
+
symbol  = "qt&nbsp;Anh",
symbol  = "US&nbsp;kenning",
 
sym_us  = "U.S.&nbsp;kenning",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.01761953508344,
+
scale    = 0.0011365225,
default  = "l impgal",
+
default  = "ml USoz",
link    = "Kenning (unit)",
+
link    = "Quart (Anh)",
 +
customary= 3,
 
     },
 
     },
     ["USmin"] = {
+
     ["kilderkin"] = {
name1    = "US minim",
+
symbol  = "kilderkin",
name1_us = "U.S. minim",
+
usename  = 1,
symbol  = "US&nbsp;min",
 
sym_us  = "U.S.&nbsp;min",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.000000061611519921875,
+
scale    = 0.08182962,
default  = "ml",
+
default  = "l impgal USgal",
link    = "Minim (unit)",
 
 
     },
 
     },
     ["USoz"] = {
+
     ["koilbbl"] = {
name1    = "US fluid ounce",
+
name1    = "ngàn thùng",
name1_us = "U.S. fluid ounce",
+
symbol  = "kbbl",
symbol  = "US&nbsp;fl&nbsp;oz",
 
sym_us  = "U.S.&nbsp;fl&nbsp;oz",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.0000295735295625,
+
scale    = 158.987294928,
default  = "ml",
+
default  = "v * 1.58987294928 < 10 ! ! e3 ! m3",
 +
link    = "Barrel#Barrel dầu mỏ",
 
     },
 
     },
     ["USpk"] = {
+
     ["L"] = {
name1    = "US peck",
+
_name1   = "lít",
name1_us = "U.S. peck",
+
_symbol  = "L",
symbol   = "US&nbsp;pk",
 
sym_us  = "U.S.&nbsp;pk",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.00880976754172,
+
scale    = 0.001,
default  = "l impgal",
+
prefixes = 1,
link    = "Peck",
+
default  = "impgal USgal",
 +
link    = "Lít",
 
     },
 
     },
     ["USpt"] = {
+
     ["l"] = {
name1    = "US pint",
+
_name1   = "lít",
name1_us = "U.S. pint",
+
_symbol  = "l",
symbol   = "US&nbsp;pt",
 
sym_us  = "U.S.&nbsp;pt",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.000473176473,
+
scale    = 0.001,
default  = "l imppt",
+
prefixes = 1,
link    = "Pint",
+
default  = "impgal USgal",
 +
link    = "Lít",
 
     },
 
     },
     ["USqt"] = {
+
     ["m3"] = {
name1    = "US quart",
+
_name1   = "mét khối",
name1_us = "U.S. quart",
+
_symbol  = "m<sup>3</sup>",
symbol   = "US&nbsp;qt",
 
sym_us  = "U.S.&nbsp;qt",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.000946352946,
+
scale    = 1,
default  = "ml",
+
prefixes = 3,
link    = "Quart",
+
default  = "cuft",
customary= 1,
+
link    = "Mét khối",
 
     },
 
     },
     ["USquart"] = {
+
     ["Mbbl"] = {
name1    = "US quart",
+
name1    = "ngàn thùng",
name1_us = "U.S. quart",
+
symbol  = "Mbbl",
symbol  = "US&nbsp;qt",
 
sym_us  = "U.S.&nbsp;qt",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.000946352946,
+
scale    = 158.987294928,
default  = "ml impoz",
+
default  = "v * 1.58987294928 < 10 ! e3 ! ! m3",
link    = "Quart",
+
link    = "Barrel#Barrel dầu mỏ",
 
     },
 
     },
     ["UStbsp"] = {
+
     ["MMoilbbl"] = {
name1    = "US tablespoon",
+
name1    = "triệu thùng",
name1_us = "U.S. tablespoon",
+
symbol  = "MMbbl",
symbol  = "US&nbsp;tbsp",
 
sym_us  = "U.S.&nbsp;tbsp",
 
 
utype    = "volume",
 
utype    = "volume",
scale    = 1.4786764781250001e-5,
+
scale    = 158987.294928,
default  = "ml",
+
default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3",
 +
link    = "Barrel#Barrel dầu mỏ",
 
     },
 
     },
     ["winecase"] = {
+
     ["Moilbbl"] = {
symbol  = "case",
+
name1    = "triệu thùng",
usename  = 1,
+
symbol  = "Mbbl",
 
utype    = "volume",
 
utype    = "volume",
scale    = 0.009,
+
scale    = 158987.294928,
default  = "l",
+
default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3",
link    = "Case (goods)",
+
link    = "Barrel#Barrel dầu mỏ",
 
     },
 
     },
     ["*U.S.drygal"] = {
+
     ["MTON"] = {
target   = "USdrygal",
+
name1    = "tấn đo lường",
sp_us   = true,
+
symbol   = "MTON",
customary= 2,
+
utype   = "volume",
 +
scale    = 1.13267386368,
 +
default  = "m3",
 
     },
 
     },
     ["*U.S.gal"] = {
+
     ["MUSgal"] = {
target   = "USgal",
+
name1    = "triệu galông Mỹ",
sp_us   = true,
+
symbol   = "triệu gal&nbsp;Mỹ",
default  = "L impgal",
+
utype   = "volume",
customary= 2,
+
scale    = 3785.411784,
 +
default  = "Ml",
 +
link    = "Gallon",
 
     },
 
     },
     ["+USdrygal"] = {
+
     ["oilbbl"] = {
target   = "USdrygal",
+
name1    = "thùng",
customary= 1,
+
symbol   = "bbl",
 +
utype    = "volume",
 +
scale    = 0.158987294928,
 +
default  = "m3",
 +
link    = "Barrel#Barrel dầu mỏ",
 
     },
 
     },
     ["+usfloz"] = {
+
     ["stere"] = {
target   = "USoz",
+
symbol   = "stère",
link    = "Fluid ounce",
+
usename  = 1,
customary= 1,
+
utype    = "volume",
 +
scale    = 1,
 +
default  = "cuft",
 
     },
 
     },
     ["+USgal"] = {
+
     ["Toilbbl"] = {
target   = "USgal",
+
name1    = "ngàn tỷ thùng",
customary= 1,
+
symbol   = "Tbbl",
 +
utype    = "volume",
 +
scale    = 158987294928,
 +
default  = "v * 1.58987294928 < 10 ! e9 ! e12 ! m3",
 +
link    = "Barrel#Barrel dầu mỏ",
 
     },
 
     },
     ["+USoz"] = {
+
     ["USbbl"] = {
target   = "USoz",
+
name1    = "thùng Mỹ",
customary= 1,
+
symbol   = "bbl&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.119240471196,
 +
default  = "l USgal impgal",
 +
link    = "Barrel",
 
     },
 
     },
     ["@impgal"] = {
+
     ["USbeerbbl"] = {
target   = "impgal",
+
name1    = "thùng bia Mỹ",
link    = "Gallon",
+
symbol   = "bbl&nbsp;Mỹ",
customary= 3,
+
utype    = "volume",
 +
scale    = 0.117347765304,
 +
default  = "l USgal impgal",
 +
link    = "Barrel",
 
     },
 
     },
     ["acre feet"] = {
+
     ["USbsh"] = {
target   = "acre ft",
+
name1    = "giạ Mỹ",
 +
symbol   = "bsh&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.03523907016688,
 +
default  = "l USdrygal impgal",
 +
link    = "Giạ (Mỹ)",
 
     },
 
     },
     ["acre-feet"] = {
+
     ["USbu"] = {
target   = "acre ft",
+
name1    = "giạ Mỹ",
 +
symbol   = "bu&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.03523907016688,
 +
default  = "l USdrygal impgal",
 +
link    = "Giạ (Mỹ)",
 
     },
 
     },
     ["acre-ft"] = {
+
     ["USdrybbl"] = {
target   = "acre ft",
+
name1    = "thùng chất khô Mỹ",
 +
symbol   = "dry&nbsp;bbl&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.11562819898508,
 +
default  = "m3",
 +
link    = "Barrel",
 
     },
 
     },
     ["acre.foot"] = {
+
     ["USdrygal"] = {
target   = "acre foot",
+
name1    = "galông chất khô Mỹ",
 +
symbol   = "dry&nbsp;gal&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.00440488377086,
 +
default  = "l",
 +
link    = "Gallon",
 
     },
 
     },
     ["acre.ft"] = {
+
     ["USdrypt"] = {
target   = "acre ft",
+
name1    = "pint chất khô Mỹ",
 +
symbol   = "dry&nbsp;pt&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.0005506104713575,
 +
default  = "ml",
 +
link    = "Pint",
 
     },
 
     },
     ["acre·ft"] = {
+
     ["USdryqt"] = {
target   = "acre ft",
+
name1    = "quart chất khô Mỹ",
 +
symbol   = "dry&nbsp;qt&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.001101220942715,
 +
default  = "ml",
 +
link    = "Quart",
 
     },
 
     },
     ["bushels"] = {
+
     ["USflgal"] = {
target   = "USbsh",
+
name1    = "galông Mỹ",
 +
symbol   = "fl&nbsp;gal&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.003785411784,
 +
default  = "l impgal",
 +
link    = "Gallon",
 
     },
 
     },
     ["cid"] = {
+
     ["USgal"] = {
target   = "CID",
+
name1    = "galông Mỹ",
 +
symbol   = "gal&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.003785411784,
 +
default  = "l impgal",
 +
link    = "Gallon",
 
     },
 
     },
     ["ft3"] = {
+
     ["USgi"] = {
target   = "cuft",
+
name1    = "gill",
 +
symbol   = "gi",
 +
utype    = "volume",
 +
scale    = 0.0001182941183,
 +
default  = "ml impoz",
 
     },
 
     },
     ["gal"] = {
+
     ["USkenning"] = {
target   = "USgal",
+
name1    = "kenning Mỹ",
 +
symbol   = "kenning&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.01761953508344,
 +
default  = "l impgal",
 +
link    = "Kenning",
 
     },
 
     },
     ["gallon"] = {
+
     ["USmin"] = {
shouldbe = "Use %{USgal%} for US gallons or %{impgal%} for imperial gallons (not %{gallon%})",
+
name1    = "minim Mỹ",
 +
symbol  = "min&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.000000061611519921875,
 +
default  = "ml",
 +
link    = "Minim",
 
     },
 
     },
     ["gallons"] = {
+
     ["USoz"] = {
shouldbe = "Use %{USgal%} for US gallons or %{impgal%} for imperial gallons (not %{gallons%})",
+
name1    = "ounce chất lỏng Mỹ",
 +
symbol  = "fl&nbsp;oz&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.0000295735295625,
 +
default  = "ml",
 
     },
 
     },
     ["Gcuft"] = {
+
     ["USpk"] = {
target   = "e9cuft",
+
name1    = "peck Mỹ",
 +
symbol   = "pk&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.00880976754172,
 +
default  = "l impgal",
 +
link    = "Peck",
 
     },
 
     },
     ["impfloz"] = {
+
     ["USpt"] = {
target   = "impoz",
+
name1    = "pint Mỹ",
 +
symbol   = "pt&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.000473176473,
 +
default  = "l imppt",
 +
link    = "Pint",
 
     },
 
     },
     ["Impgal"] = {
+
     ["USqt"] = {
target   = "impgal",
+
name1    = "quart Mỹ",
 +
symbol   = "qt&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.000946352946,
 +
default  = "ml",
 +
link    = "Quart",
 +
customary= 1,
 
     },
 
     },
     ["in3"] = {
+
     ["USquart"] = {
target  = "cuin",
+
name1    = "quart Mỹ",
symbol  = "in<sup>3</sup>",
+
symbol  = "qt&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 0.000946352946,
 +
default  = "ml impoz",
 +
link    = "Quart",
 
     },
 
     },
     ["kcuft"] = {
+
     ["UStbsp"] = {
target   = "e3cuft",
+
name1    = "thìa canh Mỹ",
 +
symbol   = "tbsp&nbsp;Mỹ",
 +
utype    = "volume",
 +
scale    = 1.4786764781250001e-5,
 +
default  = "ml",
 +
link    = "thìa canh",
 
     },
 
     },
     ["kcum"] = {
+
     ["winecase"] = {
target   = "e3m3",
+
name1    = "hộp",
 +
symbol   = "case",
 +
usename  = 1,
 +
utype    = "volume",
 +
scale    = 0.009,
 +
default  = "l",
 +
link    = "Hộp (hàng hóa)",
 
     },
 
     },
     ["km³"] = {
+
     ["*U.S.drygal"] = {
target  = "km3",
+
target  = "USdrygal",
    },
 
    ["liter"] = {
 
target  = "L",
 
 
sp_us    = true,
 
sp_us    = true,
 +
customary= 2,
 
     },
 
     },
     ["liters"] = {
+
     ["*U.S.gal"] = {
target  = "L",
+
target  = "USgal",
 
sp_us    = true,
 
sp_us    = true,
 +
default  = "L impgal",
 +
customary= 2,
 
     },
 
     },
     ["litre"] = {
+
     ["+USdrygal"] = {
target  = "L",
+
target  = "USdrygal",
 +
customary= 1,
 
     },
 
     },
     ["litres"] = {
+
     ["+usfloz"] = {
target  = "L",
+
target  = "USoz",
 +
link    = "Ounce chất lỏng",
 +
customary= 1,
 
     },
 
     },
     ["Mcuft"] = {
+
     ["+USgal"] = {
target  = "e6cuft",
+
target  = "USgal",
 +
customary= 1,
 
     },
 
     },
     ["Mcum"] = {
+
     ["+USoz"] = {
target  = "e6m3",
+
target  = "USoz",
 +
customary= 1,
 
     },
 
     },
     ["Mft3"] = {
+
     ["@impgal"] = {
target  = "e6cuft",
+
target  = "impgal",
 +
link    = "Gallon",
 +
customary= 3,
 
     },
 
     },
     ["mi3"] = {
+
     ["acre feet"] = {
target  = "cumi",
+
target  = "acre ft",
 
     },
 
     },
     [""] = {
+
     ["acre-feet"] = {
target  = "m3",
+
target  = "acre ft",
 
     },
 
     },
     ["Pcuft"] = {
+
     ["acre-ft"] = {
target  = "e15cuft",
+
target  = "acre ft",
 
     },
 
     },
     ["pt"] = {
+
     ["acre.foot"] = {
shouldbe = "Use %{USpt%} for US pints or %{imppt%} for imperial pints (not %{pt%})",
+
target  = "acre foot",
 
     },
 
     },
     ["qt"] = {
+
     ["acre.ft"] = {
shouldbe = "Use %{USqt%} for US quarts or %{impqt%} for imperial quarts (not %{qt%})",
+
target  = "acre ft",
 
     },
 
     },
     ["Tcuft"] = {
+
     ["acre·foot"] = {
target  = "e12cuft",
+
target  = "acre foot",
 
     },
 
     },
     ["Tft3"] = {
+
     ["acre·ft"] = {
target  = "e12cuft",
+
target  = "acre ft",
 
     },
 
     },
     ["U.S.bbl"] = {
+
     ["bushels"] = {
target  = "USbbl",
 
sp_us    = true,
 
default  = "l U.S.gal impgal",
 
    },
 
    ["U.S.beerbbl"] = {
 
target  = "USbeerbbl",
 
sp_us    = true,
 
default  = "l U.S.gal impgal",
 
    },
 
    ["U.S.bsh"] = {
 
 
target  = "USbsh",
 
target  = "USbsh",
sp_us    = true,
 
default  = "l U.S.drygal impgal",
 
 
     },
 
     },
     ["U.S.bu"] = {
+
     ["cid"] = {
target  = "USbu",
+
target  = "CID",
sp_us    = true,
 
default  = "l U.S.drygal impgal",
 
 
     },
 
     },
     ["U.S.drybbl"] = {
+
     ["drybbl"] = {
 
target  = "USdrybbl",
 
target  = "USdrybbl",
sp_us    = true,
 
 
     },
 
     },
     ["U.S.drygal"] = {
+
     ["drygal"] = {
target  = "USdrygal",
+
target  = "+USdrygal",
sp_us    = true,
+
     },
     },
+
     ["drypt"] = {
     ["U.S.drypt"] = {
 
 
target  = "USdrypt",
 
target  = "USdrypt",
sp_us    = true,
 
 
     },
 
     },
     ["U.S.dryqt"] = {
+
     ["dryqt"] = {
 
target  = "USdryqt",
 
target  = "USdryqt",
sp_us    = true,
 
 
     },
 
     },
     ["U.S.flgal"] = {
+
     ["ft3"] = {
target  = "USflgal",
+
target  = "cuft",
sp_us    = true,
 
 
     },
 
     },
     ["U.S.floz"] = {
+
     ["gal"] = {
target  = "USoz",
 
sp_us    = true,
 
    },
 
    ["U.S.gal"] = {
 
 
target  = "USgal",
 
target  = "USgal",
sp_us    = true,
 
default  = "L impgal",
 
link    = "U.S. gallon",
 
 
     },
 
     },
     ["u.s.gal"] = {
+
     ["gallon"] = {
target  = "USgal",
+
shouldbe = "Sử dụng %{USgal%} cho galông Mỹ hoặc %{impgal%} cho galông Anh (thay vì %{gallon%})",
sp_us    = true,
 
default  = "L impgal",
 
link    = "U.S. gallon",
 
 
     },
 
     },
     ["U.S.gi"] = {
+
     ["gallons"] = {
target  = "USgi",
+
shouldbe = "Sử dụng %{USgal%} cho galông Mỹ hoặc %{impgal%} cho galông Anh (thay vì %{gallons%})",
sp_us    = true,
 
 
     },
 
     },
     ["U.S.kenning"] = {
+
     ["Gcuft"] = {
target  = "USkenning",
+
target  = "e9cuft",
sp_us    = true,
 
 
     },
 
     },
     ["U.S.oz"] = {
+
     ["impfloz"] = {
target  = "USoz",
+
target  = "impoz",
sp_us    = true,
 
 
     },
 
     },
     ["U.S.pk"] = {
+
     ["Impgal"] = {
target  = "USpk",
+
target  = "impgal",
sp_us    = true,
 
 
     },
 
     },
     ["U.S.pt"] = {
+
     ["in3"] = {
target  = "USpt",
+
target  = "cuin",
sp_us    = true,
 
 
     },
 
     },
     ["U.S.qt"] = {
+
     ["kcuft"] = {
target  = "USqt",
+
target  = "e3cuft",
sp_us    = true,
 
default  = "L impqt",
 
customary= 2,
 
 
     },
 
     },
     ["usbbl"] = {
+
     ["kcum"] = {
target  = "USbbl",
+
target  = "e3m3",
 
     },
 
     },
     ["usbeerbbl"] = {
+
     ["km³"] = {
target  = "USbeerbbl",
+
target  = "km3",
 
     },
 
     },
     ["usbsh"] = {
+
     ["liter"] = {
target  = "USbsh",
+
target  = "L",
 +
sp_us    = true,
 
     },
 
     },
     ["usbu"] = {
+
     ["liters"] = {
target  = "USbu",
+
target  = "L",
 +
sp_us    = true,
 
     },
 
     },
     ["usdrybbl"] = {
+
     ["litre"] = {
target  = "USdrybbl",
+
target  = "L",
 
     },
 
     },
     ["usdrygal"] = {
+
     ["litres"] = {
target  = "USdrygal",
+
target  = "L",
 
     },
 
     },
     ["usdrypt"] = {
+
     ["Mcuft"] = {
target  = "USdrypt",
+
target  = "e6cuft",
 
     },
 
     },
     ["usdryqt"] = {
+
     ["Mcum"] = {
target  = "USdryqt",
+
target  = "e6m3",
 
     },
 
     },
     ["USfloz"] = {
+
     ["Mft3"] = {
target  = "USoz",
+
target  = "e6cuft",
 
     },
 
     },
     ["usfloz"] = {
+
     ["mi3"] = {
target  = "USoz",
+
target  = "cumi",
 
     },
 
     },
     ["USGAL"] = {
+
     [""] = {
target  = "USgal",
+
target  = "m3",
 
     },
 
     },
     ["usgal"] = {
+
     ["Pcuft"] = {
target  = "USgal",
+
target  = "e15cuft",
 
     },
 
     },
     ["usgi"] = {
+
     ["pt"] = {
target  = "USgi",
+
shouldbe = "Sử dụng %{USpt%} cho pint Mỹ hoặc %{imppt%} cho pint Anh (thay vì %{pt%})",
 
     },
 
     },
     ["uskenning"] = {
+
     ["qt"] = {
target  = "USkenning",
+
shouldbe = "Sử dụng %{USqt%} cho quart Mỹ hoặc %{impqt%} cho quart Anh (thay vì %{qt%})",
 
     },
 
     },
     ["usoz"] = {
+
     ["Tcuft"] = {
target  = "USoz",
+
target  = "e12cuft",
 
     },
 
     },
     ["uspk"] = {
+
     ["Tft3"] = {
target  = "USpk",
+
target  = "e12cuft",
 
     },
 
     },
     ["uspt"] = {
+
     ["U.S.bbl"] = {
target  = "USpt",
+
target  = "USbbl",
 +
sp_us    = true,
 +
default  = "l U.S.gal impgal",
 
     },
 
     },
     ["usqt"] = {
+
     ["U.S.beerbbl"] = {
target  = "USqt",
+
target  = "USbeerbbl",
 +
sp_us    = true,
 +
default  = "l U.S.gal impgal",
 
     },
 
     },
     ["yd3"] = {
+
     ["U.S.bsh"] = {
target  = "cuyd",
+
target  = "USbsh",
 +
sp_us    = true,
 +
default  = "l U.S.drygal impgal",
 
     },
 
     },
     ["cuft/sqmi"] = {
+
     ["U.S.bu"] = {
per      = { "cuft", "sqmi" },
+
target  = "USbu",
utype   = "volume per unit area",
+
sp_us   = true,
default  = "m3/km2",
+
default  = "l U.S.drygal impgal",
 
     },
 
     },
     ["m3/ha"] = {
+
     ["U.S.drybbl"] = {
name1    = "cubic metre per hectare",
+
target   = "USdrybbl",
name1_us = "cubic meter per hectare",
+
sp_us   = true,
name2    = "cubic metres per hectare",
 
name2_us = "cubic meters per hectare",
 
symbol   = "m<sup>3</sup>/ha",
 
utype    = "volume per unit area",
 
scale   = 0.0001,
 
default  = "USbu/acre",
 
link    = "Hectare",
 
 
     },
 
     },
     ["m3/km2"] = {
+
     ["U.S.drygal"] = {
per      = { "m3", "km2" },
+
target  = "USdrygal",
utype   = "volume per unit area",
+
sp_us   = true,
default  = "cuft/sqmi",
 
 
     },
 
     },
     ["U.S.gal/acre"] = {
+
     ["U.S.drypt"] = {
per      = { "U.S.gal", "acre" },
+
target  = "USdrypt",
utype   = "volume per unit area",
+
sp_us   = true,
default  = "m3/km2",
 
 
     },
 
     },
     ["USbu/acre"] = {
+
     ["U.S.dryqt"] = {
name2    = "US bushels per acre",
+
target   = "USdryqt",
symbol   = "US bushel per acre",
+
sp_us   = true,
usename  = 1,
 
utype   = "volume per unit area",
 
scale    = 8.7077638761350888e-6,
 
default  = "m3/ha",
 
link    = "Bushel",
 
 
     },
 
     },
     ["USgal/acre"] = {
+
     ["U.S.flgal"] = {
per      = { "USgal", "acre" },
+
target  = "USflgal",
utype   = "volume per unit area",
+
sp_us   = true,
default  = "m3/km2",
 
 
     },
 
     },
     ["cuyd/mi"] = {
+
     ["U.S.floz"] = {
per      = { "cuyd", "mi" },
+
target  = "USoz",
utype   = "volume per unit length",
+
sp_us   = true,
default  = "m3/km",
 
 
     },
 
     },
     ["m3/km"] = {
+
     ["U.S.gal"] = {
per      = { "m3", "km" },
+
target  = "USgal",
utype   = "volume per unit length",
+
sp_us   = true,
default  = "cuyd/mi",
+
default  = "L impgal",
 
     },
 
     },
     ["mich"] = {
+
     ["u.s.gal"] = {
combination= { "ch", "mi" },
+
target  = "USgal",
multiple = { 80 },
+
sp_us    = true,
utype    = "length",
+
default  = "L impgal",
 
     },
 
     },
     ["michlk"] = {
+
     ["U.S.gi"] = {
combination= { "chlk", "mi" },
+
target  = "USgi",
multiple = { 80 },
+
sp_us   = true,
utype   = "length",
 
 
     },
 
     },
     ["michainlk"] = {
+
     ["U.S.kenning"] = {
combination= { "chainlk", "mi" },
+
target  = "USkenning",
multiple = { 80 },
+
sp_us   = true,
utype   = "length",
 
 
     },
 
     },
     ["miydftin"] = {
+
     ["U.S.oz"] = {
combination= { "in", "ft", "yd", "mi" },
+
target  = "USoz",
multiple = { 12, 3, 1760 },
+
sp_us   = true,
utype   = "length",
 
 
     },
 
     },
     ["mift"] = {
+
     ["U.S.pk"] = {
combination= { "ft", "mi" },
+
target  = "USpk",
multiple = { 5280 },
+
sp_us   = true,
utype   = "length",
 
 
     },
 
     },
     ["ydftin"] = {
+
     ["U.S.pt"] = {
combination= { "in", "ft", "yd" },
+
target  = "USpt",
multiple = { 12, 3 },
+
sp_us   = true,
utype   = "length",
 
 
     },
 
     },
     ["ydft"] = {
+
     ["U.S.qt"] = {
combination= { "ft", "yd" },
+
target  = "USqt",
multiple = { 3 },
+
sp_us    = true,
utype    = "length",
+
default  = "L impqt",
 +
customary= 2,
 
     },
 
     },
     ["ftin"] = {
+
     ["usbbl"] = {
combination= { "in", "ft" },
+
target  = "USbbl",
multiple = { 12 },
 
utype    = "length",
 
 
     },
 
     },
     ["footin"] = {
+
     ["usbeerbbl"] = {
combination= { "in", "foot" },
+
target  = "USbeerbbl",
multiple = { 12 },
 
utype    = "length",
 
 
     },
 
     },
     ["handin"] = {
+
     ["usbsh"] = {
combination= { "in", "hand" },
+
target  = "USbsh",
multiple = { 4 },
 
utype    = "length",
 
 
     },
 
     },
     ["lboz"] = {
+
     ["usbu"] = {
combination= { "oz", "lb" },
+
target  = "USbu",
multiple = { 16 },
 
utype    = "mass",
 
 
     },
 
     },
     ["stlb"] = {
+
     ["usdrybbl"] = {
combination= { "lb", "st" },
+
target  = "USdrybbl",
multiple = { 14 },
 
utype    = "mass",
 
 
     },
 
     },
     ["stlboz"] = {
+
     ["usdrygal"] = {
combination= { "oz", "lb", "st" },
+
target  = "+USdrygal",
multiple = { 16, 14 },
 
utype    = "mass",
 
 
     },
 
     },
     ["st and lb"] = {
+
     ["usdrypt"] = {
combination= { "lb", "st" },
+
target  = "USdrypt",
multiple = { 14 },
 
utype    = "mass",
 
 
     },
 
     },
     ["GN LTf"] = {
+
     ["usdryqt"] = {
combination= { "GN", "-LTf" },
+
target  = "USdryqt",
utype    = "force",
 
 
     },
 
     },
     ["GN LTf STf"] = {
+
     ["USfloz"] = {
combination= { "GN", "-LTf", "-STf" },
+
target  = "USoz",
utype    = "force",
 
 
     },
 
     },
     ["GN STf"] = {
+
     ["usfloz"] = {
combination= { "GN", "-STf" },
+
target  = "USoz",
utype    = "force",
 
 
     },
 
     },
     ["GN STf LTf"] = {
+
     ["USGAL"] = {
combination= { "GN", "-STf", "-LTf" },
+
target  = "USgal",
utype    = "force",
 
 
     },
 
     },
     ["kN LTf"] = {
+
     ["usgal"] = {
combination= { "kN", "-LTf" },
+
target  = "USgal",
utype    = "force",
 
 
     },
 
     },
     ["kN LTf STf"] = {
+
     ["usgi"] = {
combination= { "kN", "-LTf", "-STf" },
+
target  = "USgi",
utype    = "force",
 
 
     },
 
     },
     ["kN STf"] = {
+
     ["uskenning"] = {
combination= { "kN", "-STf" },
+
target  = "USkenning",
utype    = "force",
 
 
     },
 
     },
     ["kN STf LTf"] = {
+
     ["usoz"] = {
combination= { "kN", "-STf", "-LTf" },
+
target  = "USoz",
utype    = "force",
 
 
     },
 
     },
     ["LTf STf"] = {
+
     ["uspk"] = {
combination= { "-LTf", "-STf" },
+
target  = "USpk",
utype    = "force",
 
 
     },
 
     },
     ["MN LTf"] = {
+
     ["uspt"] = {
combination= { "MN", "-LTf" },
+
target  = "USpt",
utype    = "force",
 
 
     },
 
     },
     ["MN LTf STf"] = {
+
     ["usqt"] = {
combination= { "MN", "-LTf", "-STf" },
+
target  = "USqt",
utype    = "force",
 
 
     },
 
     },
     ["MN STf"] = {
+
     ["yd3"] = {
combination= { "MN", "-STf" },
+
target  = "cuyd",
utype    = "force",
 
 
     },
 
     },
     ["MN STf LTf"] = {
+
     ["cuft/sqmi"] = {
combination= { "MN", "-STf", "-LTf" },
+
per      = { "cuft", "sqmi" },
utype    = "force",
+
utype    = "volume per unit area",
 +
default  = "m3/km2",
 
     },
 
     },
     ["STf LTf"] = {
+
     ["m3/ha"] = {
combination= { "-STf", "-LTf" },
+
name1    = "mét khối trên hécta",
utype    = "force",
+
symbol  = "m<sup>3</sup>/ha",
 +
utype    = "volume per unit area",
 +
scale    = 0.0001,
 +
default  = "USbu/acre",
 +
link    = "Hecta",
 +
    },
 +
    ["m3/km2"] = {
 +
per      = { "m3", "km2" },
 +
utype    = "volume per unit area",
 +
default  = "cuft/sqmi",
 +
    },
 +
    ["U.S.gal/acre"] = {
 +
per      = { "U.S.gal", "acre" },
 +
utype    = "volume per unit area",
 +
default  = "m3/km2",
 +
    },
 +
    ["USbu/acre"] = {
 +
name1    = "giạ Mỹ trên mẫu Anh",
 +
symbol  = "US bushel per acre",
 +
usename  = 1,
 +
utype    = "volume per unit area",
 +
scale    = 8.7077638761350888e-6,
 +
default  = "m3/ha",
 +
link    = "Giạ",
 +
    },
 +
    ["USgal/acre"] = {
 +
per      = { "USgal", "acre" },
 +
utype    = "volume per unit area",
 +
default  = "m3/km2",
 +
    },
 +
    ["miydftin"] = {
 +
combination= { "in", "ft", "yd", "mi" },
 +
multiple = { 12, 3, 1760 },
 +
utype    = "length",
 
     },
 
     },
     ["L/100 km mpgimp"] = {
+
     ["mift"] = {
combination= { "L/100 km", "mpgimp" },
+
combination= { "ft", "mi" },
utype    = "fuel efficiency",
+
multiple = { 5280 },
 +
utype    = "length",
 
     },
 
     },
     ["l/100 km mpgimp"] = {
+
     ["ydftin"] = {
combination= { "l/100 km", "mpgimp" },
+
combination= { "in", "ft", "yd" },
utype    = "fuel efficiency",
+
multiple = { 12, 3 },
 +
utype    = "length",
 
     },
 
     },
     ["L/100 km mpgUS"] = {
+
    ["ydft"] = {
combination= { "L/100 km", "mpgus" },
+
combination= { "ft", "yd" },
utype    = "fuel efficiency",
+
multiple = { 3 },
 +
utype    = "length",
 +
    },
 +
    ["ftin"] = {
 +
combination= { "in", "ft" },
 +
multiple = { 12 },
 +
utype    = "length",
 +
    },
 +
    ["footin"] = {
 +
combination= { "in", "foot" },
 +
multiple = { 12 },
 +
utype    = "length",
 +
    },
 +
    ["handin"] = {
 +
combination= { "in", "hand" },
 +
multiple = { 4 },
 +
utype    = "length",
 +
    },
 +
    ["lboz"] = {
 +
combination= { "oz", "lb" },
 +
multiple = { 16 },
 +
utype    = "mass",
 +
    },
 +
    ["stlb"] = {
 +
combination= { "lb", "st" },
 +
multiple = { 14 },
 +
utype    = "mass",
 +
    },
 +
    ["stlboz"] = {
 +
combination= { "oz", "lb", "st" },
 +
multiple = { 16, 14 },
 +
utype    = "mass",
 +
    },
 +
    ["st and lb"] = {
 +
combination= { "lb", "st" },
 +
multiple = { 14 },
 +
utype    = "mass",
 +
    },
 +
    ["acre ha"] = {
 +
combination= { "acre", "ha" },
 +
utype    = "area",
 +
    },
 +
    ["acre m2"] = {
 +
combination= { "acre", "m2" },
 +
utype    = "area",
 +
    },
 +
    ["acre sqm"] = {
 +
combination= { "acre", "sqm" },
 +
utype    = "area",
 +
    },
 +
    ["acre sqmi"] = {
 +
combination= { "acre", "sqmi" },
 +
utype    = "area",
 +
    },
 +
    ["cm2 in2"] = {
 +
combination= { "cm2", "sqin" },
 +
utype    = "area",
 +
    },
 +
    ["cm2 sqin"] = {
 +
combination= { "cm2", "sqin" },
 +
utype    = "area",
 +
    },
 +
    ["foot2 m2"] = {
 +
combination= { "foot2", "m2" },
 +
utype    = "area",
 +
    },
 +
    ["ft2 m2"] = {
 +
combination= { "ft2", "m2" },
 +
utype    = "area",
 +
    },
 +
    ["ha acre"] = {
 +
combination= { "ha", "acre" },
 +
utype    = "area",
 +
    },
 +
    ["ha sqmi"] = {
 +
combination= { "ha", "sqmi" },
 +
utype    = "area",
 +
    },
 +
    ["in2 cm2"] = {
 +
combination= { "sqin", "cm2" },
 +
utype    = "area",
 +
    },
 +
    ["in2 mm2"] = {
 +
combination= { "sqin", "mm2" },
 +
utype    = "area",
 +
    },
 +
    ["km2 acre sqmi"] = {
 +
combination= { "km2", "acre", "sqmi" },
 +
utype    = "area",
 +
    },
 +
    ["km2 mi2"] = {
 +
combination= { "km2", "sqmi" },
 +
utype    = "area",
 +
    },
 +
    ["km2 sqmi"] = {
 +
combination= { "km2", "sqmi" },
 +
utype    = "area",
 +
    },
 +
    ["m2 ft2"] = {
 +
combination= { "m2", "ft2" },
 +
utype    = "area",
 +
    },
 +
    ["m2 sqft"] = {
 +
combination= { "m2", "sqft" },
 +
utype    = "area",
 +
    },
 +
    ["mi2 ha"] = {
 +
combination= { "sqmi", "ha" },
 +
utype    = "area",
 +
    },
 +
    ["mi2 km2"] = {
 +
combination= { "sqmi", "km2" },
 +
utype    = "area",
 +
    },
 +
    ["mm2 in2"] = {
 +
combination= { "mm2", "sqin" },
 +
utype    = "area",
 +
    },
 +
    ["mm2 sqin"] = {
 +
combination= { "mm2", "sqin" },
 +
utype    = "area",
 +
    },
 +
    ["sqfoot m2"] = {
 +
combination= { "sqfoot", "m2" },
 +
utype    = "area",
 +
    },
 +
    ["sqft m2"] = {
 +
combination= { "sqft", "m2" },
 +
utype    = "area",
 +
    },
 +
    ["sqft sqm"] = {
 +
combination= { "sqft", "m2" },
 +
utype    = "area",
 +
    },
 +
    ["sqin cm2"] = {
 +
combination= { "sqin", "cm2" },
 +
utype    = "area",
 +
    },
 +
    ["sqin mm2"] = {
 +
combination= { "sqin", "mm2" },
 +
utype    = "area",
 +
    },
 +
    ["sqmi acre"] = {
 +
combination= { "sqmi", "acre" },
 +
utype    = "area",
 +
    },
 +
    ["sqmi ha"] = {
 +
combination= { "sqmi", "ha" },
 +
utype    = "area",
 +
    },
 +
    ["sqmi ha km2"] = {
 +
combination= { "sqmi", "ha", "km2" },
 +
utype    = "area",
 +
    },
 +
    ["sqmi km2"] = {
 +
combination= { "sqmi", "km2" },
 +
utype    = "area",
 +
    },
 +
    ["tsubo sqft"] = {
 +
combination= { "tsubo", "sqft" },
 +
utype    = "area",
 +
    },
 +
    ["lb/impgal lb/USgal"] = {
 +
combination= { "lb/impgal", "lb/USgal" },
 +
utype    = "density",
 +
    },
 +
    ["kWh/km kWh/mi"] = {
 +
combination= { "kWh/km", "kWh/mi" },
 +
utype    = "energy per unit length",
 +
    },
 +
    ["kWh/km MJ/km"] = {
 +
combination= { "kWh/km", "MJ/km" },
 +
utype    = "energy per unit length",
 +
    },
 +
    ["MJ/km kWh/km"] = {
 +
combination= { "MJ/km", "kWh/km" },
 +
utype    = "energy per unit length",
 +
    },
 +
    ["MJ/km kWh/mi"] = {
 +
combination= { "MJ/km", "kWh/mi" },
 +
utype    = "energy per unit length",
 +
    },
 +
    ["impgal/h USgal/h"] = {
 +
combination= { "impgal/h", "USgal/h" },
 +
utype    = "flow",
 +
    },
 +
    ["impgal/min USgal/min"] = {
 +
combination= { "impgal/min", "USgal/min" },
 +
utype    = "flow",
 +
    },
 +
    ["L/s impgal/min"] = {
 +
combination= { "L/s", "impgal/min" },
 +
utype    = "flow",
 +
    },
 +
    ["m3/s impgal/min"] = {
 +
combination= { "m3/s", "impgal/min" },
 +
utype    = "flow",
 +
    },
 +
    ["GN LT-f"] = {
 +
combination= { "GN", "LT-f" },
 +
utype    = "force",
 +
    },
 +
    ["GN LT-f ST-f"] = {
 +
combination= { "GN", "LT-f", "ST-f" },
 +
utype    = "force",
 +
    },
 +
    ["GN LTf"] = {
 +
combination= { "GN", "-LTf" },
 +
utype    = "force",
 +
    },
 +
    ["GN LTf STf"] = {
 +
combination= { "GN", "-LTf", "-STf" },
 +
utype    = "force",
 +
    },
 +
    ["GN ST-f"] = {
 +
combination= { "GN", "ST-f" },
 +
utype    = "force",
 +
    },
 +
    ["GN ST-f LT-f"] = {
 +
combination= { "GN", "ST-f", "LT-f" },
 +
utype    = "force",
 +
    },
 +
    ["GN STf"] = {
 +
combination= { "GN", "-STf" },
 +
utype    = "force",
 +
    },
 +
    ["GN STf LTf"] = {
 +
combination= { "GN", "-STf", "-LTf" },
 +
utype    = "force",
 +
    },
 +
    ["kN lb-f"] = {
 +
combination= { "kN", "lb-f" },
 +
utype    = "force",
 +
    },
 +
    ["kN lbf"] = {
 +
combination= { "kN", "lbf" },
 +
utype    = "force",
 +
    },
 +
    ["kN LT-f"] = {
 +
combination= { "kN", "LT-f" },
 +
utype    = "force",
 +
    },
 +
    ["kN LT-f ST-f"] = {
 +
combination= { "kN", "LT-f", "ST-f" },
 +
utype    = "force",
 +
    },
 +
    ["kN LTf"] = {
 +
combination= { "kN", "-LTf" },
 +
utype    = "force",
 +
    },
 +
    ["kN LTf STf"] = {
 +
combination= { "kN", "-LTf", "-STf" },
 +
utype    = "force",
 +
    },
 +
    ["kN ST-f"] = {
 +
combination= { "kN", "ST-f" },
 +
utype    = "force",
 +
    },
 +
    ["kN ST-f LT-f"] = {
 +
combination= { "kN", "ST-f", "LT-f" },
 +
utype    = "force",
 +
    },
 +
    ["kN STf"] = {
 +
combination= { "kN", "-STf" },
 +
utype    = "force",
 +
    },
 +
    ["kN STf LTf"] = {
 +
combination= { "kN", "-STf", "-LTf" },
 +
utype    = "force",
 +
    },
 +
    ["LT-f ST-f"] = {
 +
combination= { "LT-f", "ST-f" },
 +
utype    = "force",
 +
    },
 +
    ["LTf STf"] = {
 +
combination= { "-LTf", "-STf" },
 +
utype    = "force",
 +
    },
 +
    ["mN gr-f"] = {
 +
combination= { "mN", "gr-f" },
 +
utype    = "force",
 +
    },
 +
    ["mN grf"] = {
 +
combination= { "mN", "grf" },
 +
utype    = "force",
 +
    },
 +
    ["MN LT-f"] = {
 +
combination= { "MN", "LT-f" },
 +
utype    = "force",
 +
    },
 +
    ["MN LT-f ST-f"] = {
 +
combination= { "MN", "LT-f", "ST-f" },
 +
utype    = "force",
 +
    },
 +
    ["MN LTf"] = {
 +
combination= { "MN", "-LTf" },
 +
utype    = "force",
 +
    },
 +
    ["MN LTf STf"] = {
 +
combination= { "MN", "-LTf", "-STf" },
 +
utype    = "force",
 +
    },
 +
    ["mN oz-f"] = {
 +
combination= { "mN", "oz-f" },
 +
utype    = "force",
 +
    },
 +
    ["mN ozf"] = {
 +
combination= { "mN", "ozf" },
 +
utype    = "force",
 +
    },
 +
    ["MN ST-f"] = {
 +
combination= { "MN", "ST-f" },
 +
utype    = "force",
 +
    },
 +
    ["MN ST-f LT-f"] = {
 +
combination= { "MN", "ST-f", "LT-f" },
 +
utype    = "force",
 +
    },
 +
    ["MN STf"] = {
 +
combination= { "MN", "-STf" },
 +
utype    = "force",
 +
    },
 +
    ["MN STf LTf"] = {
 +
combination= { "MN", "-STf", "-LTf" },
 +
utype    = "force",
 +
    },
 +
    ["N lb-f"] = {
 +
combination= { "N", "lb-f" },
 +
utype    = "force",
 +
    },
 +
    ["N lbf"] = {
 +
combination= { "N", "lbf" },
 +
utype    = "force",
 +
    },
 +
    ["N oz-f"] = {
 +
combination= { "N", "oz-f" },
 +
utype    = "force",
 +
    },
 +
    ["N ozf"] = {
 +
combination= { "N", "ozf" },
 +
utype    = "force",
 +
    },
 +
    ["nN gr-f"] = {
 +
combination= { "nN", "gr-f" },
 +
utype    = "force",
 +
    },
 +
    ["nN grf"] = {
 +
combination= { "nN", "grf" },
 +
utype    = "force",
 +
    },
 +
    ["S/T-f L/T-f"] = {
 +
combination= { "S/T-f", "L/T-f" },
 +
utype    = "force",
 +
    },
 +
    ["S/Tf L/Tf"] = {
 +
combination= { "S/Tf", "L/Tf" },
 +
utype    = "force",
 +
    },
 +
    ["ST-f LT-f"] = {
 +
combination= { "ST-f", "LT-f" },
 +
utype    = "force",
 +
    },
 +
    ["STf LTf"] = {
 +
combination= { "-STf", "-LTf" },
 +
utype    = "force",
 +
    },
 +
    ["uN gr-f"] = {
 +
combination= { "µN", "gr-f" },
 +
utype    = "force",
 +
    },
 +
    ["uN grf"] = {
 +
combination= { "µN", "grf" },
 +
utype    = "force",
 +
    },
 +
    ["µN gr-f"] = {
 +
combination= { "µN", "gr-f" },
 +
utype    = "force",
 +
    },
 +
    ["µN grf"] = {
 +
combination= { "µN", "grf" },
 +
utype    = "force",
 +
    },
 +
    ["μN gr-f"] = {
 +
combination= { "µN", "gr-f" },
 +
utype    = "force",
 +
    },
 +
    ["μN grf"] = {
 +
combination= { "µN", "grf" },
 +
utype    = "force",
 +
    },
 +
    ["impgal/mi U.S.gal/mi"] = {
 +
combination= { "impgal/mi", "U.S.gal/mi" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["impgal/mi USgal/mi"] = {
 +
combination= { "impgal/mi", "USgal/mi" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["km/L mpgimp"] = {
 +
combination= { "km/L", "mpgimp" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["km/l mpgimp"] = {
 +
combination= { "km/l", "mpgimp" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["km/L mpgU.S."] = {
 +
combination= { "km/L", "mpgU.S." },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["km/l mpgU.S."] = {
 +
combination= { "km/l", "mpgU.S." },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["km/L mpgUS"] = {
 +
combination= { "km/L", "mpgus" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["km/L mpgus"] = {
 +
combination= { "km/L", "mpgus" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["km/l mpgUS"] = {
 +
combination= { "km/l", "mpgus" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["km/l mpgus"] = {
 +
combination= { "km/l", "mpgus" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["L/100 km mpgimp"] = {
 +
combination= { "L/100 km", "mpgimp" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["l/100 km mpgimp"] = {
 +
combination= { "l/100 km", "mpgimp" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["L/100 km mpgU.S."] = {
 +
combination= { "L/100 km", "mpgU.S." },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["l/100 km mpgU.S."] = {
 +
combination= { "l/100 km", "mpgU.S." },
 +
utype    = "fuel efficiency",
 +
    },
 +
     ["L/100 km mpgUS"] = {
 +
combination= { "L/100 km", "mpgus" },
 +
utype    = "fuel efficiency",
 
     },
 
     },
 
     ["L/100 km mpgus"] = {
 
     ["L/100 km mpgus"] = {
combination= { "L/100 km", "mpgus" },
+
combination= { "L/100 km", "mpgus" },
utype    = "fuel efficiency",
+
utype    = "fuel efficiency",
     },
+
    },
     ["l/100 km mpgus"] = {
+
    ["l/100 km mpgUS"] = {
combination= { "l/100 km", "mpgus" },
+
combination= { "l/100 km", "mpgus" },
utype    = "fuel efficiency",
+
utype    = "fuel efficiency",
     },
+
     },
     ["mpgimp L/100 km"] = {
+
     ["l/100 km mpgus"] = {
combination= { "mpgimp", "L/100 km" },
+
combination= { "l/100 km", "mpgus" },
utype    = "fuel efficiency",
+
utype    = "fuel efficiency",
     },
+
     },
     ["LT ST t"] = {
+
     ["L/km impgal/mi"] = {
combination= { "lt", "-ST", "t" },
+
combination= { "L/km", "impgal/mi" },
utype    = "mass",
+
utype    = "fuel efficiency",
     },
+
    },
     ["LT t ST"] = {
+
    ["l/km impgal/mi"] = {
combination= { "lt", "t", "-ST" },
+
combination= { "l/km", "impgal/mi" },
utype    = "mass",
+
utype    = "fuel efficiency",
     },
+
    },
     ["ST LT t"] = {
+
    ["L/km U.S.gal/mi"] = {
combination= { "-ST", "lt", "t" },
+
combination= { "L/km", "U.S.gal/mi" },
utype    = "mass",
+
utype    = "fuel efficiency",
     },
+
    },
     ["ST t LT"] = {
+
    ["l/km U.S.gal/mi"] = {
combination= { "-ST", "t", "lt" },
+
combination= { "l/km", "U.S.gal/mi" },
utype    = "mass",
+
utype    = "fuel efficiency",
 +
    },
 +
    ["L/km USgal/mi"] = {
 +
combination= { "L/km", "USgal/mi" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["L/km usgal/mi"] = {
 +
combination= { "L/km", "usgal/mi" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["l/km USgal/mi"] = {
 +
combination= { "l/km", "USgal/mi" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["l/km usgal/mi"] = {
 +
combination= { "l/km", "usgal/mi" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["mpgimp L/100 km"] = {
 +
combination= { "mpgimp", "L/100 km" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["mpgimp mpgU.S."] = {
 +
combination= { "mpgimp", "mpgU.S." },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["mpgimp mpgUS"] = {
 +
combination= { "mpgimp", "mpgus" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["mpgimp mpgus"] = {
 +
combination= { "mpgimp", "mpgus" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["mpgU.S. mpgimp"] = {
 +
combination= { "mpgU.S.", "mpgimp" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["mpgUS mpgimp"] = {
 +
combination= { "mpgus", "mpgimp" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["mpgus mpgimp"] = {
 +
combination= { "mpgus", "mpgimp" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["U.S.gal/mi impgal/mi"] = {
 +
combination= { "U.S.gal/mi", "impgal/mi" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["USgal/mi impgal/mi"] = {
 +
combination= { "USgal/mi", "impgal/mi" },
 +
utype    = "fuel efficiency",
 +
    },
 +
    ["cm in"] = {
 +
combination= { "cm", "in" },
 +
utype    = "length",
 +
    },
 +
    ["fathom ft"] = {
 +
combination= { "fathom", "ft" },
 +
utype    = "length",
 +
    },
 +
    ["foot m"] = {
 +
combination= { "foot", "m" },
 +
utype    = "length",
 +
    },
 +
    ["ft km"] = {
 +
combination= { "ft", "km" },
 +
utype    = "length",
 +
    },
 +
    ["ft m"] = {
 +
combination= { "ft", "m" },
 +
utype    = "length",
 +
    },
 +
    ["ft mi"] = {
 +
combination= { "ft", "mi" },
 +
utype    = "length",
 +
    },
 +
    ["in cm"] = {
 +
combination= { "in", "cm" },
 +
utype    = "length",
 +
    },
 +
    ["in mm"] = {
 +
combination= { "in", "mm" },
 +
utype    = "length",
 +
    },
 +
    ["km ly"] = {
 +
combination= { "km", "ly" },
 +
utype    = "length",
 +
    },
 +
    ["km mi"] = {
 +
combination= { "km", "mi" },
 +
utype    = "length",
 +
    },
 +
    ["km mi ft"] = {
 +
combination= { "km", "mi", "ft" },
 +
utype    = "length",
 +
    },
 +
    ["km nmi"] = {
 +
combination= { "km", "nmi" },
 +
utype    = "length",
 +
    },
 +
    ["m foot"] = {
 +
combination= { "m", "foot" },
 +
utype    = "length",
 +
    },
 +
    ["m ft"] = {
 +
combination= { "m", "ft" },
 +
utype    = "length",
 +
    },
 +
    ["m yd"] = {
 +
combination= { "m", "yd" },
 +
utype    = "length",
 +
    },
 +
    ["mi ft"] = {
 +
combination= { "mi", "ft" },
 +
utype    = "length",
 +
    },
 +
    ["mi km"] = {
 +
combination= { "mi", "km" },
 +
utype    = "length",
 +
    },
 +
    ["mi nmi"] = {
 +
combination= { "mi", "nmi" },
 +
utype    = "length",
 +
    },
 +
    ["mm in"] = {
 +
combination= { "mm", "in" },
 +
utype    = "length",
 +
    },
 +
    ["nmi km"] = {
 +
combination= { "nmi", "km" },
 +
utype    = "length",
 +
    },
 +
    ["nmi mi"] = {
 +
combination= { "nmi", "mi" },
 +
utype    = "length",
 +
    },
 +
    ["nmi mi ft"] = {
 +
combination= { "nmi", "mi", "ft" },
 +
utype    = "length",
 +
    },
 +
    ["statmi km"] = {
 +
combination= { "smi", "km" },
 +
utype    = "length",
 +
    },
 +
    ["yd m"] = {
 +
combination= { "yd", "m" },
 +
utype    = "length",
 +
    },
 +
    ["g gr"] = {
 +
combination= { "g", "gr" },
 +
utype    = "mass",
 +
    },
 +
    ["g oz"] = {
 +
combination= { "g", "oz" },
 +
utype    = "mass",
 +
    },
 +
    ["gr mg"] = {
 +
combination= { "gr", "mg" },
 +
utype    = "mass",
 +
    },
 +
    ["kg lb"] = {
 +
combination= { "kg", "lb" },
 +
utype    = "mass",
 +
    },
 +
    ["kg lb st"] = {
 +
combination= { "kg", "lb", "st" },
 +
utype    = "mass",
 +
    },
 +
    ["kg Scwt"] = {
 +
combination= { "kg", "-Scwt" },
 +
utype    = "mass",
 +
    },
 +
    ["kg st"] = {
 +
combination= { "kg", "st" },
 +
utype    = "mass",
 +
    },
 +
    ["kg st lb"] = {
 +
combination= { "kg", "st", "lb" },
 +
utype    = "mass",
 +
    },
 +
    ["kg stlb"] = {
 +
combination= { "kg", "stlb" },
 +
utype    = "mass",
 +
    },
 +
    ["lb kg"] = {
 +
combination= { "lb", "kg" },
 +
utype    = "mass",
 +
    },
 +
    ["lb kg st"] = {
 +
combination= { "lb", "kg", "st" },
 +
utype    = "mass",
 +
    },
 +
    ["lb ozt"] = {
 +
combination= { "lb", "ozt" },
 +
utype    = "mass",
 +
    },
 +
    ["lb st"] = {
 +
combination= { "lb", "st" },
 +
utype    = "mass",
 +
    },
 +
    ["lb st kg"] = {
 +
combination= { "lb", "st", "kg" },
 +
utype    = "mass",
 +
    },
 +
    ["lb stlb"] = {
 +
combination= { "lb", "stlb" },
 +
utype    = "mass",
 +
    },
 +
    ["LT MT"] = {
 +
combination= { "LT", "MT" },
 +
utype    = "mass",
 +
    },
 +
    ["LT MT ST"] = {
 +
combination= { "LT", "MT", "ST" },
 +
utype    = "mass",
 +
    },
 +
    ["LT ST"] = {
 +
combination= { "LT", "ST" },
 +
utype    = "mass",
 +
    },
 +
    ["LT ST MT"] = {
 +
combination= { "LT", "ST", "MT" },
 +
utype    = "mass",
 +
    },
 +
    ["LT ST t"] = {
 +
combination= { "lt", "-ST", "t" },
 +
utype    = "mass",
 +
    },
 +
    ["LT t"] = {
 +
combination= { "LT", "t" },
 +
utype    = "mass",
 +
    },
 +
    ["LT t ST"] = {
 +
combination= { "lt", "t", "-ST" },
 +
utype    = "mass",
 +
    },
 +
    ["mg gr"] = {
 +
combination= { "mg", "gr" },
 +
utype    = "mass",
 +
    },
 +
    ["MT LT"] = {
 +
combination= { "MT", "LT" },
 +
utype    = "mass",
 +
    },
 +
    ["MT LT ST"] = {
 +
combination= { "MT", "LT", "ST" },
 +
utype    = "mass",
 +
    },
 +
    ["MT ST"] = {
 +
combination= { "MT", "ST" },
 +
utype    = "mass",
 +
    },
 +
    ["MT ST LT"] = {
 +
combination= { "MT", "ST", "LT" },
 +
utype    = "mass",
 +
    },
 +
    ["oz g"] = {
 +
combination= { "oz", "g" },
 +
utype    = "mass",
 +
    },
 +
    ["oz ozt"] = {
 +
combination= { "oz", "ozt" },
 +
utype    = "mass",
 +
    },
 +
    ["ozt g"] = {
 +
combination= { "ozt", "g" },
 +
utype    = "mass",
 +
    },
 +
    ["ozt kg"] = {
 +
combination= { "ozt", "kg" },
 +
utype    = "mass",
 +
    },
 +
    ["ozt oz"] = {
 +
combination= { "ozt", "oz" },
 +
utype    = "mass",
 +
    },
 +
    ["st kg"] = {
 +
combination= { "st", "kg" },
 +
utype    = "mass",
 +
    },
 +
    ["st kg lb"] = {
 +
combination= { "st", "kg", "lb" },
 +
utype    = "mass",
 +
    },
 +
    ["st lb"] = {
 +
combination= { "st", "lb" },
 +
utype    = "mass",
 +
    },
 +
    ["st lb kg"] = {
 +
combination= { "st", "lb", "kg" },
 +
utype    = "mass",
 +
    },
 +
    ["ST LT"] = {
 +
combination= { "ST", "LT" },
 +
utype    = "mass",
 +
    },
 +
    ["ST LT MT"] = {
 +
combination= { "ST", "LT", "MT" },
 +
utype    = "mass",
 +
    },
 +
    ["ST LT t"] = {
 +
combination= { "-ST", "lt", "t" },
 +
utype    = "mass",
 +
    },
 +
    ["ST MT"] = {
 +
combination= { "ST", "MT" },
 +
utype    = "mass",
 +
    },
 +
    ["ST MT LT"] = {
 +
combination= { "ST", "MT", "LT" },
 +
utype    = "mass",
 +
    },
 +
    ["ST t"] = {
 +
combination= { "ST", "t" },
 +
utype    = "mass",
 +
    },
 +
    ["ST t LT"] = {
 +
combination= { "-ST", "t", "lt" },
 +
utype    = "mass",
 +
    },
 +
    ["t LT"] = {
 +
combination= { "t", "LT" },
 +
utype    = "mass",
 +
    },
 +
    ["t LT ST"] = {
 +
combination= { "t", "lt", "-ST" },
 +
utype    = "mass",
 +
    },
 +
    ["t Scwt"] = {
 +
combination= { "t", "-Scwt" },
 +
utype    = "mass",
 +
    },
 +
    ["t ST"] = {
 +
combination= { "t", "ST" },
 +
utype    = "mass",
 +
    },
 +
    ["t ST LT"] = {
 +
combination= { "t", "ST", "LT" },
 +
utype    = "mass",
 +
    },
 +
    ["ton"] = {
 +
combination= { "LT", "ST" },
 +
utype    = "mass",
 +
    },
 +
    ["/acre /ha"] = {
 +
combination= { "/acre", "/ha" },
 +
utype    = "per unit area",
 +
    },
 +
    ["/ha /acre"] = {
 +
combination= { "/ha", "/acre" },
 +
utype    = "per unit area",
 +
    },
 +
    ["/km2 sqmi"] = {
 +
combination= { "/km2", "/sqmi" },
 +
utype    = "per unit area",
 +
    },
 +
    ["/sqkm /sqmi"] = {
 +
combination= { "/sqkm", "/sqmi" },
 +
utype    = "per unit area",
 +
    },
 +
    ["/sqmi /sqkm"] = {
 +
combination= { "/sqmi", "/sqkm" },
 +
utype    = "per unit area",
 +
    },
 +
    ["PD/acre PD/ha"] = {
 +
combination= { "PD/acre", "PD/ha" },
 +
utype    = "per unit area",
 +
    },
 +
    ["PD/ha PD/acre"] = {
 +
combination= { "PD/ha", "PD/acre" },
 +
utype    = "per unit area",
 +
    },
 +
    ["PD/sqkm PD/sqmi"] = {
 +
combination= { "PD/sqkm", "PD/sqmi" },
 +
utype    = "per unit area",
 +
    },
 +
    ["PD/sqmi PD/sqkm"] = {
 +
combination= { "PD/sqmi", "PD/sqkm" },
 +
utype    = "per unit area",
 +
    },
 +
    ["kW bhp"] = {
 +
combination= { "kW", "bhp" },
 +
utype    = "power",
 +
    },
 +
    ["kW hp"] = {
 +
combination= { "kW", "hp" },
 +
utype    = "power",
 +
    },
 +
    ["kW PS"] = {
 +
combination= { "kW", "PS" },
 +
utype    = "power",
 +
    },
 +
    ["PS bhp"] = {
 +
combination= { "PS", "bhp" },
 +
utype    = "power",
 +
    },
 +
    ["PS hp"] = {
 +
combination= { "PS", "hp" },
 +
utype    = "power",
 +
    },
 +
    ["bar kPa"] = {
 +
combination= { "bar", "kPa" },
 +
utype    = "pressure",
 +
    },
 +
    ["hPa inHg"] = {
 +
combination= { "hPa", "inHg" },
 +
utype    = "pressure",
 +
    },
 +
    ["inHg psi"] = {
 +
combination= { "inHg", "psi" },
 +
utype    = "pressure",
 +
    },
 +
    ["kPa inHg"] = {
 +
combination= { "kPa", "inHg" },
 +
utype    = "pressure",
 +
    },
 +
    ["kPa kg-f/cm2"] = {
 +
combination= { "kPa", "kg-f/cm2" },
 +
utype    = "pressure",
 +
    },
 +
    ["kPa kg/cm2"] = {
 +
combination= { "kPa", "kgf/cm2" },
 +
utype    = "pressure",
 +
    },
 +
    ["kPa kgf/cm2"] = {
 +
combination= { "kPa", "kgf/cm2" },
 +
utype    = "pressure",
 +
    },
 +
    ["kPa lb/in2"] = {
 +
combination= { "kPa", "-lb/in2" },
 +
utype    = "pressure",
 +
    },
 +
    ["kPa mmHg"] = {
 +
combination= { "kPa", "mmHg" },
 +
utype    = "pressure",
 +
    },
 +
    ["kPa psi"] = {
 +
combination= { "kPa", "psi" },
 +
utype    = "pressure",
 +
    },
 +
    ["kPa Torr"] = {
 +
combination= { "kPa", "Torr" },
 +
utype    = "pressure",
 +
    },
 +
    ["LT ST/acre"] = {
 +
combination= { "LT/acre", "ST/acre" },
 +
utype    = "pressure",
 +
    },
 +
    ["LT/acre ST/acre"] = {
 +
combination= { "LT/acre", "ST/acre" },
 +
utype    = "pressure",
 +
    },
 +
    ["mmHg psi"] = {
 +
combination= { "mmHg", "psi" },
 +
utype    = "pressure",
 +
    },
 +
    ["MPa kg-f/cm2"] = {
 +
combination= { "MPa", "kg-f/cm2" },
 +
utype    = "pressure",
 +
    },
 +
    ["MPa kgf/cm2"] = {
 +
combination= { "MPa", "kgf/cm2" },
 +
utype    = "pressure",
 +
    },
 +
    ["MPa ksi"] = {
 +
combination= { "MPa", "ksi" },
 +
utype    = "pressure",
 +
    },
 +
    ["MPa psi"] = {
 +
combination= { "MPa", "psi" },
 +
utype    = "pressure",
 +
    },
 +
    ["Torr psi"] = {
 +
combination= { "Torr", "psi" },
 +
utype    = "pressure",
 +
    },
 +
    ["foot/s m/s"] = {
 +
combination= { "foot/s", "m/s" },
 +
utype    = "speed",
 +
    },
 +
    ["ft/s m/s"] = {
 +
combination= { "ft/s", "m/s" },
 +
utype    = "speed",
 +
    },
 +
    ["km/h kn"] = {
 +
combination= { "km/h", "kn" },
 +
utype    = "speed",
 +
    },
 +
    ["km/h mph"] = {
 +
combination= { "km/h", "mph" },
 +
utype    = "speed",
 +
    },
 +
    ["kn km/h"] = {
 +
combination= { "kn", "km/h" },
 +
utype    = "speed",
 +
    },
 +
    ["kn m/s"] = {
 +
combination= { "kn", "m/s" },
 +
utype    = "speed",
 +
    },
 +
    ["kn mph"] = {
 +
combination= { "kn", "mph" },
 +
utype    = "speed",
 +
    },
 +
    ["m/s foot/s"] = {
 +
combination= { "m/s", "foot/s" },
 +
utype    = "speed",
 +
    },
 +
    ["m/s ft/s"] = {
 +
combination= { "m/s", "ft/s" },
 +
utype    = "speed",
 +
    },
 +
    ["m/s kn km/h"] = {
 +
combination= { "m/s", "kn", "km/h" },
 +
utype    = "speed",
 +
    },
 +
    ["m/s mph"] = {
 +
combination= { "m/s", "mph" },
 +
utype    = "speed",
 +
    },
 +
    ["mph km/h"] = {
 +
combination= { "mph", "km/h" },
 +
utype    = "speed",
 +
    },
 +
    ["mph kn"] = {
 +
combination= { "mph", "kn" },
 +
utype    = "speed",
 +
    },
 +
    ["C F"] = {
 +
combination= { "C", "F" },
 +
utype    = "temperature",
 +
    },
 +
    ["C F K"] = {
 +
combination= { "C", "F", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["C F R"] = {
 +
combination= { "C", "F", "R" },
 +
utype    = "temperature",
 +
    },
 +
    ["C K"] = {
 +
combination= { "C", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["C K F"] = {
 +
combination= { "C", "K", "F" },
 +
utype    = "temperature",
 +
    },
 +
    ["C K R"] = {
 +
combination= { "C", "K", "R" },
 +
utype    = "temperature",
 +
    },
 +
    ["C R"] = {
 +
combination= { "C", "R" },
 +
utype    = "temperature",
 +
    },
 +
    ["C R F"] = {
 +
combination= { "C", "R", "F" },
 +
utype    = "temperature",
 +
    },
 +
    ["C R K"] = {
 +
combination= { "C", "R", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["F C"] = {
 +
combination= { "F", "C" },
 +
utype    = "temperature",
 +
    },
 +
    ["F C K"] = {
 +
combination= { "F", "C", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["F C R"] = {
 +
combination= { "F", "C", "R" },
 +
utype    = "temperature",
 +
    },
 +
    ["F K"] = {
 +
combination= { "F", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["F K C"] = {
 +
combination= { "F", "K", "C" },
 +
utype    = "temperature",
 +
    },
 +
    ["F K R"] = {
 +
combination= { "F", "K", "R" },
 +
utype    = "temperature",
 +
    },
 +
    ["F R"] = {
 +
combination= { "F", "R" },
 +
utype    = "temperature",
 +
    },
 +
    ["F R C"] = {
 +
combination= { "F", "R", "C" },
 +
utype    = "temperature",
 +
    },
 +
    ["F R K"] = {
 +
combination= { "F", "R", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["K C"] = {
 +
combination= { "K", "C" },
 +
utype    = "temperature",
 +
    },
 +
    ["K C F"] = {
 +
combination= { "K", "C", "F" },
 +
utype    = "temperature",
 +
    },
 +
    ["K C R"] = {
 +
combination= { "K", "C", "R" },
 +
utype    = "temperature",
 +
    },
 +
    ["K F"] = {
 +
combination= { "K", "F" },
 +
utype    = "temperature",
 +
    },
 +
    ["K F C"] = {
 +
combination= { "K", "F", "C" },
 +
utype    = "temperature",
 +
    },
 +
    ["K F R"] = {
 +
combination= { "K", "F", "R" },
 +
utype    = "temperature",
 +
    },
 +
    ["K R"] = {
 +
combination= { "K", "R" },
 +
utype    = "temperature",
 +
    },
 +
    ["K R C"] = {
 +
combination= { "K", "R", "C" },
 +
utype    = "temperature",
 +
    },
 +
    ["K R F"] = {
 +
combination= { "K", "R", "F" },
 +
utype    = "temperature",
 +
    },
 +
    ["K °C"] = {
 +
combination= { "K", "°C" },
 +
utype    = "temperature",
 +
    },
 +
    ["K °C °F"] = {
 +
combination= { "K", "°C", "°F" },
 +
utype    = "temperature",
 +
    },
 +
    ["K °C °R"] = {
 +
combination= { "K", "°C", "°R" },
 +
utype    = "temperature",
 +
    },
 +
    ["K °F"] = {
 +
combination= { "K", "°F" },
 +
utype    = "temperature",
 +
    },
 +
    ["K °F °C"] = {
 +
combination= { "K", "°F", "°C" },
 +
utype    = "temperature",
 +
    },
 +
    ["K °F °R"] = {
 +
combination= { "K", "°F", "°R" },
 +
utype    = "temperature",
 +
    },
 +
    ["K °R"] = {
 +
combination= { "K", "°R" },
 +
utype    = "temperature",
 +
    },
 +
    ["K °R °C"] = {
 +
combination= { "K", "°R", "°C" },
 +
utype    = "temperature",
 +
    },
 +
    ["K °R °F"] = {
 +
combination= { "K", "°R", "°F" },
 +
utype    = "temperature",
 +
    },
 +
    ["R C"] = {
 +
combination= { "R", "C" },
 +
utype    = "temperature",
 +
    },
 +
    ["R C F"] = {
 +
combination= { "R", "C", "F" },
 +
utype    = "temperature",
 +
    },
 +
    ["R C K"] = {
 +
combination= { "R", "C", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["R F"] = {
 +
combination= { "R", "F" },
 +
utype    = "temperature",
 +
    },
 +
    ["R F C"] = {
 +
combination= { "R", "F", "C" },
 +
utype    = "temperature",
 +
    },
 +
    ["R F K"] = {
 +
combination= { "R", "F", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["R K"] = {
 +
combination= { "R", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["R K C"] = {
 +
combination= { "R", "K", "C" },
 +
utype    = "temperature",
 +
    },
 +
    ["R K F"] = {
 +
combination= { "R", "K", "F" },
 +
utype    = "temperature",
 +
    },
 +
    ["°C K"] = {
 +
combination= { "°C", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["°C K °F"] = {
 +
combination= { "°C", "K", "°F" },
 +
utype    = "temperature",
 +
    },
 +
    ["°C K °R"] = {
 +
combination= { "°C", "K", "°R" },
 +
utype    = "temperature",
 +
    },
 +
    ["°C °F"] = {
 +
combination= { "°C", "°F" },
 +
utype    = "temperature",
 +
    },
 +
    ["°C °F K"] = {
 +
combination= { "°C", "°F", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["°C °F °R"] = {
 +
combination= { "°C", "°F", "°R" },
 +
utype    = "temperature",
 +
    },
 +
    ["°C °R"] = {
 +
combination= { "°C", "°R" },
 +
utype    = "temperature",
 +
    },
 +
    ["°C °R K"] = {
 +
combination= { "°C", "°R", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["°C °R °F"] = {
 +
combination= { "°C", "°R", "°F" },
 +
utype    = "temperature",
 +
    },
 +
    ["°F K"] = {
 +
combination= { "°F", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["°F K °C"] = {
 +
combination= { "°F", "K", "°C" },
 +
utype    = "temperature",
 +
    },
 +
    ["°F K °R"] = {
 +
combination= { "°F", "K", "°R" },
 +
utype    = "temperature",
 +
    },
 +
    ["°F R"] = {
 +
combination= { "F", "R" },
 +
utype    = "temperature",
 +
    },
 +
    ["°F °C"] = {
 +
combination= { "°F", "°C" },
 +
utype    = "temperature",
 +
    },
 +
    ["°F °C K"] = {
 +
combination= { "°F", "°C", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["°F °C °R"] = {
 +
combination= { "°F", "°C", "°R" },
 +
utype    = "temperature",
 +
    },
 +
    ["°F °R"] = {
 +
combination= { "°F", "°R" },
 +
utype    = "temperature",
 +
    },
 +
    ["°F °R K"] = {
 +
combination= { "°F", "°R", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["°F °R °C"] = {
 +
combination= { "°F", "°R", "°C" },
 +
utype    = "temperature",
 +
    },
 +
    ["°R K"] = {
 +
combination= { "°R", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["°R K °C"] = {
 +
combination= { "°R", "K", "°C" },
 +
utype    = "temperature",
 +
    },
 +
    ["°R K °F"] = {
 +
combination= { "°R", "K", "°F" },
 +
utype    = "temperature",
 +
    },
 +
    ["°R °C"] = {
 +
combination= { "°R", "°C" },
 +
utype    = "temperature",
 +
    },
 +
    ["°R °C K"] = {
 +
combination= { "°R", "°C", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["°R °C °F"] = {
 +
combination= { "°R", "°C", "°F" },
 +
utype    = "temperature",
 +
    },
 +
    ["°R °F"] = {
 +
combination= { "°R", "°F" },
 +
utype    = "temperature",
 +
    },
 +
    ["°R °F K"] = {
 +
combination= { "°R", "°F", "K" },
 +
utype    = "temperature",
 +
    },
 +
    ["°R °F °C"] = {
 +
combination= { "°R", "°F", "°C" },
 +
utype    = "temperature",
 +
    },
 +
    ["kgm lbft"] = {
 +
combination= { "kg.m", "lb.ft" },
 +
utype    = "torque",
 +
    },
 +
    ["lbft kgm"] = {
 +
combination= { "lb.ft", "kg.m" },
 +
utype    = "torque",
 +
    },
 +
    ["Nm kgm"] = {
 +
combination= { "N.m", "kg.m" },
 +
utype    = "torque",
 +
    },
 +
    ["Nm lb-fft"] = {
 +
combination= { "N.m", "lb-fft" },
 +
utype    = "torque",
 +
    },
 +
    ["Nm lbfft"] = {
 +
combination= { "Nm", "lbfft" },
 +
utype    = "torque",
 +
    },
 +
    ["Nm lbft"] = {
 +
combination= { "Nm", "lbft" },
 +
utype    = "torque",
 +
    },
 +
    ["cc L"] = {
 +
combination= { "cc", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["cm3 L"] = {
 +
combination= { "cm3", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["cuft m3"] = {
 +
combination= { "cuft", "m3" },
 +
utype    = "volume",
 +
    },
 +
    ["cuin USoz USpt"] = {
 +
combination= { "cuin", "USoz", "USpt" },
 +
utype    = "volume",
 +
    },
 +
    ["cuyd m3"] = {
 +
combination= { "cuyd", "m3" },
 +
utype    = "volume",
 +
    },
 +
    ["e12impgal e12U.S.gal"] = {
 +
combination= { "e12impgal", "e12U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["e12impgal e12USgal"] = {
 +
combination= { "e12impgal", "e12USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["e3impgal e3U.S.gal"] = {
 +
combination= { "e3impgal", "e3U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["e3impgal e3USgal"] = {
 +
combination= { "e3impgal", "e3USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["e6impgal e6U.S.gal"] = {
 +
combination= { "e6impgal", "e6U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["e6impgal e6USgal"] = {
 +
combination= { "e6impgal", "e6USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["e9impgal e9U.S.gal"] = {
 +
combination= { "e9impgal", "e9U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["e9impgal e9USgal"] = {
 +
combination= { "e9impgal", "e9USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["e9USgal e6m3"] = {
 +
combination= { "e9USgal", "e6m3" },
 +
utype    = "volume",
 +
    },
 +
    ["floz"] = {
 +
combination= { "impoz", "USoz" },
 +
utype    = "volume",
 +
    },
 +
    ["hL impgal"] = {
 +
combination= { "hL", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["hl impgal"] = {
 +
combination= { "hl", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["hL impgal U.S.gal"] = {
 +
combination= { "hL", "impgal", "U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["hl impgal U.S.gal"] = {
 +
combination= { "hl", "impgal", "U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["hL impgal USgal"] = {
 +
combination= { "hL", "impgal", "USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["hl impgal USgal"] = {
 +
combination= { "hl", "impgal", "USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["hL U.S.gal"] = {
 +
combination= { "hL", "U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["hl U.S.gal"] = {
 +
combination= { "hl", "U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["hL U.S.gal impgal"] = {
 +
combination= { "hL", "U.S.gal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["hl U.S.gal impgal"] = {
 +
combination= { "hl", "U.S.gal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["hL USgal"] = {
 +
combination= { "hL", "USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["hl USgal"] = {
 +
combination= { "hl", "USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["hL USgal impgal"] = {
 +
combination= { "hL", "USgal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["hl USgal impgal"] = {
 +
combination= { "hl", "USgal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["impfloz U.S.floz"] = {
 +
combination= { "impfloz", "U.S.floz" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal cuyd"] = {
 +
combination= { "impgal", "cuyd" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal L"] = {
 +
combination= { "impgal", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal l"] = {
 +
combination= { "impgal", "l" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal L U.S.drygal"] = {
 +
combination= { "impgal", "L", "U.S.drygal" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal l U.S.drygal"] = {
 +
combination= { "impgal", "l", "U.S.drygal" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal L U.S.gal"] = {
 +
combination= { "impgal", "L", "U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal l U.S.gal"] = {
 +
combination= { "impgal", "l", "U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal L USdrygal"] = {
 +
combination= { "impgal", "L", "USdrygal" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal l USdrygal"] = {
 +
combination= { "impgal", "l", "USdrygal" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal L USgal"] = {
 +
combination= { "impgal", "L", "USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal l USgal"] = {
 +
combination= { "impgal", "l", "USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal U.S.drygal"] = {
 +
combination= { "impgal", "U.S.drygal" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal U.S.drygal L"] = {
 +
combination= { "impgal", "U.S.drygal", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal U.S.drygal l"] = {
 +
combination= { "impgal", "U.S.drygal", "l" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal U.S.gal"] = {
 +
combination= { "impgal", "U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal U.S.gal L"] = {
 +
combination= { "impgal", "U.S.gal", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal U.S.gal l"] = {
 +
combination= { "impgal", "U.S.gal", "l" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal USdrygal"] = {
 +
combination= { "impgal", "USdrygal" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal USdrygal L"] = {
 +
combination= { "impgal", "USdrygal", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal USdrygal l"] = {
 +
combination= { "impgal", "USdrygal", "l" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal USgal"] = {
 +
combination= { "impgal", "USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal usgal"] = {
 +
combination= { "impgal", "USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal USgal L"] = {
 +
combination= { "impgal", "USgal", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal USgal l"] = {
 +
combination= { "impgal", "USgal", "l" },
 +
utype    = "volume",
 +
    },
 +
    ["impgal yd3"] = {
 +
combination= { "impgal", "cuyd" },
 +
utype    = "volume",
 +
    },
 +
    ["impoz mL"] = {
 +
combination= { "impoz", "mL" },
 +
utype    = "volume",
 +
    },
 +
    ["impoz ml"] = {
 +
combination= { "impoz", "ml" },
 +
utype    = "volume",
 +
    },
 +
    ["impoz U.S.oz"] = {
 +
combination= { "impoz", "U.S.oz" },
 +
utype    = "volume",
 +
    },
 +
    ["impoz USoz"] = {
 +
combination= { "impoz", "USoz" },
 +
utype    = "volume",
 +
    },
 +
    ["impoz usoz"] = {
 +
combination= { "impoz", "USoz" },
 +
utype    = "volume",
 +
    },
 +
    ["imppt USpt"] = {
 +
combination= { "imppt", "USpt" },
 +
utype    = "volume",
 +
    },
 +
    ["impqt l"] = {
 +
combination= { "impqt", "l" },
 +
utype    = "volume",
 +
    },
 +
    ["L cuin"] = {
 +
combination= { "L", "cuin" },
 +
utype    = "volume",
 +
    },
 +
    ["L drygal"] = {
 +
combination= { "L", "drygal" },
 +
utype    = "volume",
 +
    },
 +
    ["l drygal"] = {
 +
combination= { "l", "drygal" },
 +
utype    = "volume",
 +
    },
 +
    ["L impgal"] = {
 +
combination= { "L", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["l impgal"] = {
 +
combination= { "l", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["L impgal drygal"] = {
 +
combination= { "L", "impgal", "drygal" },
 +
utype    = "volume",
 +
    },
 +
    ["l impgal drygal"] = {
 +
combination= { "l", "impgal", "drygal" },
 +
utype    = "volume",
 +
    },
 +
    ["L impgal U.S.drygal"] = {
 +
combination= { "L", "impgal", "U.S.drygal" },
 +
utype    = "volume",
 +
    },
 +
    ["l impgal U.S.drygal"] = {
 +
combination= { "l", "impgal", "U.S.drygal" },
 +
utype    = "volume",
 +
    },
 +
    ["L impgal U.S.gal"] = {
 +
combination= { "L", "impgal", "U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["l impgal U.S.gal"] = {
 +
combination= { "l", "impgal", "U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["L impgal USdrygal"] = {
 +
combination= { "L", "impgal", "USdrygal" },
 +
utype    = "volume",
 +
    },
 +
    ["L impgal usdrygal"] = {
 +
combination= { "L", "impgal", "USdrygal" },
 +
utype    = "volume",
 +
    },
 +
    ["l impgal USdrygal"] = {
 +
combination= { "l", "impgal", "USdrygal" },
 +
utype    = "volume",
 +
    },
 +
    ["l impgal usdrygal"] = {
 +
combination= { "l", "impgal", "USdrygal" },
 +
utype    = "volume",
 +
    },
 +
    ["L impgal USgal"] = {
 +
combination= { "L", "impgal", "USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["l impgal USgal"] = {
 +
combination= { "l", "impgal", "USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["L imppt"] = {
 +
combination= { "L", "imppt" },
 +
utype    = "volume",
 +
    },
 +
    ["l imppt"] = {
 +
combination= { "l", "imppt" },
 +
utype    = "volume",
 +
    },
 +
    ["L impqt"] = {
 +
combination= { "L", "impqt" },
 +
utype    = "volume",
 +
    },
 +
    ["L U.S.drygal"] = {
 +
combination= { "L", "U.S.drygal" },
 +
utype    = "volume",
 +
    },
 +
    ["l U.S.drygal"] = {
 +
combination= { "l", "U.S.drygal" },
 +
utype    = "volume",
 +
    },
 +
    ["L U.S.drygal impgal"] = {
 +
combination= { "L", "U.S.drygal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["l U.S.drygal impgal"] = {
 +
combination= { "l", "U.S.drygal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["L U.S.gal"] = {
 +
combination= { "L", "U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["l U.S.gal"] = {
 +
combination= { "l", "U.S.gal" },
 +
utype    = "volume",
 +
    },
 +
    ["L U.S.gal impgal"] = {
 +
combination= { "L", "U.S.gal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["l U.S.gal impgal"] = {
 +
combination= { "l", "U.S.gal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["L USdrygal"] = {
 +
combination= { "L", "USdrygal" },
 +
utype    = "volume",
 +
    },
 +
    ["L usdrygal"] = {
 +
combination= { "L", "USdrygal" },
 +
utype    = "volume",
 +
    },
 +
    ["l USdrygal"] = {
 +
combination= { "l", "USdrygal" },
 +
utype    = "volume",
 +
    },
 +
    ["l usdrygal"] = {
 +
combination= { "l", "USdrygal" },
 +
utype    = "volume",
 +
    },
 +
    ["L USdrygal impgal"] = {
 +
combination= { "L", "USdrygal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["l USdrygal impgal"] = {
 +
combination= { "l", "USdrygal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["L USgal"] = {
 +
combination= { "L", "USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["L usgal"] = {
 +
combination= { "L", "usgal" },
 +
utype    = "volume",
 +
    },
 +
    ["l USgal"] = {
 +
combination= { "l", "USgal" },
 +
utype    = "volume",
 +
    },
 +
    ["l usgal"] = {
 +
combination= { "l", "usgal" },
 +
utype    = "volume",
 +
    },
 +
    ["L USgal impgal"] = {
 +
combination= { "L", "USgal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["L usgal impgal"] = {
 +
combination= { "L", "USgal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["l USgal impgal"] = {
 +
combination= { "l", "USgal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["l USpt"] = {
 +
combination= { "l", "USpt" },
 +
utype    = "volume",
 +
    },
 +
    ["m3 impgal"] = {
 +
combination= { "m3", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["mL impfloz"] = {
 +
combination= { "mL", "impfloz" },
 +
utype    = "volume",
 +
    },
 +
    ["ml impfloz"] = {
 +
combination= { "ml", "impfloz" },
 +
utype    = "volume",
 +
    },
 +
    ["mL impoz"] = {
 +
combination= { "mL", "impoz" },
 +
utype    = "volume",
 +
    },
 +
    ["ml impoz"] = {
 +
combination= { "ml", "impoz" },
 +
utype    = "volume",
 +
    },
 +
    ["mL U.S.floz"] = {
 +
combination= { "mL", "U.S.floz" },
 +
utype    = "volume",
 +
    },
 +
    ["ml U.S.floz"] = {
 +
combination= { "ml", "U.S.floz" },
 +
utype    = "volume",
 +
    },
 +
    ["mL U.S.oz"] = {
 +
combination= { "mL", "U.S.oz" },
 +
utype    = "volume",
 +
    },
 +
    ["ml U.S.oz"] = {
 +
combination= { "ml", "U.S.oz" },
 +
utype    = "volume",
 +
    },
 +
    ["mL USfloz"] = {
 +
combination= { "mL", "USfloz" },
 +
utype    = "volume",
 +
    },
 +
    ["mL usfloz"] = {
 +
combination= { "mL", "usfloz" },
 +
utype    = "volume",
 +
    },
 +
    ["ml USfloz"] = {
 +
combination= { "ml", "USfloz" },
 +
utype    = "volume",
 +
    },
 +
    ["ml usfloz"] = {
 +
combination= { "ml", "usfloz" },
 +
utype    = "volume",
 +
    },
 +
    ["mL USoz"] = {
 +
combination= { "mL", "USoz" },
 +
utype    = "volume",
 +
    },
 +
    ["mL usoz"] = {
 +
combination= { "mL", "usfloz" },
 +
utype    = "volume",
 +
    },
 +
    ["ml USoz"] = {
 +
combination= { "ml", "USoz" },
 +
utype    = "volume",
 +
    },
 +
    ["ml usoz"] = {
 +
combination= { "ml", "usfloz" },
 +
utype    = "volume",
 +
    },
 +
    ["MUSgal m3"] = {
 +
combination= { "MUSgal", "m3" },
 +
utype    = "volume",
 +
    },
 +
    ["oilbbl m3"] = {
 +
combination= { "oilbbl", "m3" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.drygal impgal"] = {
 +
combination= { "U.S.drygal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.drygal impgal L"] = {
 +
combination= { "U.S.drygal", "impgal", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.drygal impgal l"] = {
 +
combination= { "U.S.drygal", "impgal", "l" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.drygal L"] = {
 +
combination= { "U.S.drygal", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.drygal l"] = {
 +
combination= { "U.S.drygal", "l" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.drygal L impgal"] = {
 +
combination= { "U.S.drygal", "L", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.drygal l impgal"] = {
 +
combination= { "U.S.drygal", "l", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.floz impfloz"] = {
 +
combination= { "U.S.floz", "impfloz" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.gal impgal"] = {
 +
combination= { "U.S.gal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.gal impgal L"] = {
 +
combination= { "U.S.gal", "impgal", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.gal impgal l"] = {
 +
combination= { "U.S.gal", "impgal", "l" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.gal L"] = {
 +
combination= { "U.S.gal", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.gal l"] = {
 +
combination= { "U.S.gal", "l" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.gal L impgal"] = {
 +
combination= { "U.S.gal", "L", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.gal l impgal"] = {
 +
combination= { "U.S.gal", "l", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.gal U.S.drygal"] = {
 +
combination= { "U.S.flgal", "U.S.drygal" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.oz impoz"] = {
 +
combination= { "U.S.oz", "impoz" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.oz mL"] = {
 +
combination= { "U.S.oz", "mL" },
 +
utype    = "volume",
 +
    },
 +
    ["U.S.oz ml"] = {
 +
combination= { "U.S.oz", "ml" },
 +
utype    = "volume",
 +
    },
 +
    ["USdrygal impgal"] = {
 +
combination= { "USdrygal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["USdrygal impgal L"] = {
 +
combination= { "USdrygal", "impgal", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["USdrygal impgal l"] = {
 +
combination= { "USdrygal", "impgal", "l" },
 +
utype    = "volume",
 +
    },
 +
    ["USdrygal L"] = {
 +
combination= { "USdrygal", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["USdrygal l"] = {
 +
combination= { "USdrygal", "l" },
 +
utype    = "volume",
 +
    },
 +
    ["USdrygal L impgal"] = {
 +
combination= { "USdrygal", "L", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["USdrygal l impgal"] = {
 +
combination= { "USdrygal", "l", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["USfloz impfloz"] = {
 +
combination= { "USfloz", "impfloz" },
 +
utype    = "volume",
 +
    },
 +
    ["USgal impgal"] = {
 +
combination= { "USgal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["usgal impgal"] = {
 +
combination= { "USgal", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["USgal impgal L"] = {
 +
combination= { "USgal", "impgal", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["USgal impgal l"] = {
 +
combination= { "USgal", "impgal", "l" },
 +
utype    = "volume",
 +
    },
 +
    ["USgal L"] = {
 +
combination= { "USgal", "L" },
 +
utype    = "volume",
 +
    },
 +
    ["USgal l"] = {
 +
combination= { "USgal", "l" },
 +
utype    = "volume",
 +
    },
 +
    ["USgal L impgal"] = {
 +
combination= { "USgal", "L", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["USgal l impgal"] = {
 +
combination= { "USgal", "l", "impgal" },
 +
utype    = "volume",
 +
    },
 +
    ["USgal m3"] = {
 +
combination= { "USgal", "m3" },
 +
utype    = "volume",
 +
     },
 +
     ["USgal USdrygal"] = {
 +
combination= { "USflgal", "USdrygal" },
 +
utype    = "volume",
 +
     },
 +
     ["USoz impoz"] = {
 +
combination= { "USoz", "impoz" },
 +
utype    = "volume",
 +
     },
 +
     ["USoz mL"] = {
 +
combination= { "USoz", "mL" },
 +
utype    = "volume",
 +
     },
 +
     ["USoz ml"] = {
 +
combination= { "USoz", "ml" },
 +
utype    = "volume",
 
     },
 
     },
     ["t LT ST"] = {
+
     ["USqt impqt"] = {
combination= { "t", "lt", "-ST" },
+
combination= { "USqt", "impqt" },
utype    = "mass",
 
    },
 
    ["ton"] = {
 
combination= { "LT", "ST" },
 
utype    = "mass",
 
    },
 
    ["kPa kg/cm2"] = {
 
combination= { "kPa", "kgf/cm2" },
 
utype    = "pressure",
 
    },
 
    ["kPa lb/in2"] = {
 
combination= { "kPa", "-lb/in2" },
 
utype    = "pressure",
 
    },
 
    ["floz"] = {
 
combination= { "impoz", "USoz" },
 
 
utype    = "volume",
 
utype    = "volume",
 
     },
 
     },
Dòng 7.272: Dòng 9.017:
 
["TJ"] = "kWh",
 
["TJ"] = "kWh",
 
["YJ"] = "kWh",
 
["YJ"] = "kWh",
["yJ"] = "μeV",
+
["yJ"] = "µeV",
 
["ZJ"] = "kWh",
 
["ZJ"] = "kWh",
 
["zJ"] = "meV",
 
["zJ"] = "meV",
Dòng 7.301: Dòng 9.046:
 
["e9USgal/s"] = "v * 3.785411784 < 1000 ! e6 ! e9 ! m3/s",
 
["e9USgal/s"] = "v * 3.785411784 < 1000 ! e6 ! e9 ! m3/s",
 
["nN"] = "gr-f",
 
["nN"] = "gr-f",
["μN"] = "gr-f",
+
["µN"] = "gr-f",
 
["mN"] = "oz-f",
 
["mN"] = "oz-f",
 
["am"] = "in",
 
["am"] = "in",
Dòng 7.331: Dòng 9.076:
 
["Zm"] = "mi",
 
["Zm"] = "mi",
 
["zm"] = "in",
 
["zm"] = "in",
["μm"] = "in",
+
["µm"] = "in",
 
["e12lb"] = "v * 4.5359237 < 10 ! Mt ! Gt",
 
["e12lb"] = "v * 4.5359237 < 10 ! Mt ! Gt",
 
["e3lb"] = "v * 4.5359237 < 10 ! kg ! t",
 
["e3lb"] = "v * 4.5359237 < 10 ! kg ! t",
Dòng 7.348: Dòng 9.093:
 
["Mg"] = "LT ST",
 
["Mg"] = "LT ST",
 
["ng"] = "gr",
 
["ng"] = "gr",
["μg"] = "gr",
+
["µg"] = "gr",
 
["mBq"] = "fCi",
 
["mBq"] = "fCi",
 
["kBq"] = "nCi",
 
["kBq"] = "nCi",
["MBq"] = "μCi",
+
["MBq"] = "µCi",
 
["GBq"] = "mCi",
 
["GBq"] = "mCi",
 
["TBq"] = "Ci",
 
["TBq"] = "Ci",
Dòng 7.359: Dòng 9.104:
 
["pCi"] = "Bq",
 
["pCi"] = "Bq",
 
["nCi"] = "Bq",
 
["nCi"] = "Bq",
["μCi"] = "kBq",
+
["µCi"] = "kBq",
 
["mCi"] = "MBq",
 
["mCi"] = "MBq",
 
["kCi"] = "TBq",
 
["kCi"] = "TBq",
 
["MCi"] = "PBq",
 
["MCi"] = "PBq",
["ns"] = "μs",
+
["ns"] = "µs",
["μs"] = "ms",
+
["µs"] = "ms",
 
["ms"] = "s",
 
["ms"] = "s",
 
["ks"] = "h",
 
["ks"] = "h",
Dòng 7.372: Dòng 9.117:
 
["Ps"] = "million year",
 
["Ps"] = "million year",
 
["Es"] = "thousand million year",
 
["Es"] = "thousand million year",
["MK"] = "keVT",
 
 
["cL"] = "impoz usoz",
 
["cL"] = "impoz usoz",
 
["cl"] = "impoz usoz",
 
["cl"] = "impoz usoz",
Dòng 7.418: Dòng 9.162:
 
["TL"] = "cumi",
 
["TL"] = "cumi",
 
["Tl"] = "cumi",
 
["Tl"] = "cumi",
["μL"] = "cuin",
+
["µL"] = "cuin",
["μl"] = "cuin",
+
["µl"] = "cuin",
 
}
 
}
  
Dòng 7.429: Dòng 9.173:
 
-- Prefixed units with a linked article different from that of the base unit.
 
-- Prefixed units with a linked article different from that of the base unit.
 
-- Each key item is a prefixed symbol (not unitcode).
 
-- Each key item is a prefixed symbol (not unitcode).
["mm<sup>2</sup>"] = "Square millimetre",
+
["mm<sup>2</sup>"] = "Milimét vuông",
["cm<sup>2</sup>"] = "Square centimetre",
+
["cm<sup>2</sup>"] = "Xentimét vuông",
["dm<sup>2</sup>"] = "Square decimetre",
+
["dm<sup>2</sup>"] = "Đêximét vuông",
["km<sup>2</sup>"] = "Square kilometre",
+
["km<sup>2</sup>"] = "Kilômét vuông",
["kJ"] = "Kilojoule",
+
["kJ"] = "Kilôjun",
["MJ"] = "Megajoule",
+
["MJ"] = "Mêgajun",
["fm"] = "Femtometre",
+
["fm"] = "femtômét",
["pm"] = "Picometre",
+
["pm"] = "picômét",
["nm"] = "Nanometre",
+
["nm"] = "nanômét",
["μm"] = "Micrometre",
+
["µm"] = "micrômét",
["mm"] = "Millimetre",
+
["mm"] = "milimét",
["cm"] = "Centimetre",
+
["cm"] = "xentimét",
["dm"] = "Decimetre",
+
["dm"] = "đêximét",
["dam"] = "Decametre",
+
["dam"] = "đềcamét",
["hm"] = "Hectometre",
+
["hm"] = "hêctômét",
["km"] = "Kilometre",
+
["km"] = "kilômét",
["Mm"] = "Megametre",
+
["Mm"] = "mêgamét",
["Gm"] = "Gigametre",
+
["Gm"] = "gigamét",
["Tm"] = "Terametre",
+
["Tm"] = "têramét",
["Pm"] = "Petametre",
+
["Pm"] = "pêtamét",
["Em"] = "Exametre",
+
["Em"] = "examét",
["Zm"] = "Zettametre",
+
["Zm"] = "zêtamét",
["Ym"] = "Yottametre",
+
["Ym"] = "yôtamét",
["μg"] = "Microgram",
+
["µg"] = "Micrôgam",
["mg"] = "Milligram",
+
["mg"] = "Miligam",
["kg"] = "Kilogram",
+
["kg"] = "Kilôgam",
["Mg"] = "Tonne",
+
["Mg"] = "Tấn",
["yW"] = "Yoctowatt",
+
["yW"] = "Yóctôwatt",
["zW"] = "Zeptowatt",
+
["zW"] = "Zéptôwatt",
["aW"] = "Attowatt",
+
["aW"] = "Atôwatt",
["fW"] = "Femtowatt",
+
["fW"] = "Femtôwatt",
["pW"] = "Picowatt",
+
["pW"] = "Picôwatt",
["nW"] = "Nanowatt",
+
["nW"] = "Nanôwatt",
["μW"] = "Microwatt",
+
["µW"] = "Micrôwatt",
["mW"] = "Milliwatt",
+
["mW"] = "Miliwatt",
["kW"] = "Kilowatt",
+
["kW"] = "Kilôwatt",
["MW"] = "Megawatt",
+
["MW"] = "Mêgawatt",
 
["GW"] = "Gigawatt",
 
["GW"] = "Gigawatt",
["TW"] = "Terawatt",
+
["TW"] = "Têrawatt",
["PW"] = "Petawatt",
+
["PW"] = "Pêtawatt",
 
["EW"] = "Exawatt",
 
["EW"] = "Exawatt",
["ZW"] = "Zettawatt",
+
["ZW"] = "Zêtawatt",
["YW"] = "Yottawatt",
+
["YW"] = "Yôtawatt",
["as"] = "Attosecond",
+
["as"] = "Atô giây",
["fs"] = "Femtosecond",
+
["fs"] = "Femtô giây",
["ps"] = "Picosecond",
+
["ps"] = "Picô giây",
["ns"] = "Nanosecond",
+
["ns"] = "Nanô giây",
["μs"] = "Microsecond",
+
["µs"] = "Micrô giây",
["ms"] = "Millisecond",
+
["ms"] = "Mili giây",
["ks"] = "Kilosecond",
+
["ks"] = "Kilô giây",
["Ms"] = "Megasecond",
+
["Ms"] = "Mêga giây",
["Gs"] = "Gigasecond",
+
["Gs"] = "Giga giây",
["Ts"] = "Terasecond",
+
["Ts"] = "Têra giây",
["Ps"] = "Petasecond",
+
["Ps"] = "Pêta giây",
["Es"] = "Exasecond",
+
["Es"] = "Exa giây",
["Zs"] = "Zettasecond",
+
["Zs"] = "Zêta giây",
["Ys"] = "Yottasecond",
+
["Ys"] = "Yôta giây",
["mm<sup>3</sup>"] = "Cubic millimetre",
+
["mm<sup>3</sup>"] = "Milimét khối",
["cm<sup>3</sup>"] = "Cubic centimetre",
+
["cm<sup>3</sup>"] = "Xentimét khối",
["dm<sup>3</sup>"] = "Cubic decimetre",
+
["dm<sup>3</sup>"] = "Đêximét khối",
["dam<sup>3</sup>"] = "Cubic decametre",
+
["dam<sup>3</sup>"] = "Đềcamét khối",
["km<sup>3</sup>"] = "Cubic kilometre",
+
["km<sup>3</sup>"] = "Kilômét khối",
["μL"] = "Microlitre",
+
["µL"] = "Micrôlít",
["μl"] = "Microlitre",
+
["µl"] = "Micrôlít",
["mL"] = "Millilitre",
+
["mL"] = "Mililít",
["ml"] = "Millilitre",
+
["ml"] = "Mililít",
["cL"] = "Centilitre",
+
["cL"] = "Xentilít",
["cl"] = "Centilitre",
+
["cl"] = "Xentilít",
["dL"] = "Decilitre",
+
["dL"] = "Đêxilít",
["dl"] = "Decilitre",
+
["dl"] = "Đêxilít",
["daL"] = "Decalitre",
+
["daL"] = "Đềcalít",
["dal"] = "Decalitre",
+
["dal"] = "Đềcalít",
["hL"] = "Hectolitre",
+
["hL"] = "Hêctôlít",
["hl"] = "Hectolitre",
+
["hl"] = "Hêctôlít",
["kL"] = "Kilolitre",
+
["kL"] = "Kilôlít",
["kl"] = "Kilolitre",
+
["kl"] = "Kilôlít",
["ML"] = "Megalitre",
+
["ML"] = "Mêgalít",
["Ml"] = "Megalitre",
+
["Ml"] = "Mêgalít",
["GL"] = "Gigalitre",
+
["GL"] = "Gigalít",
["Gl"] = "Gigalitre",
+
["Gl"] = "Gigalít",
["TL"] = "Teralitre",
+
["TL"] = "Têralít",
["Tl"] = "Teralitre",
+
["Tl"] = "Têralít",
["PL"] = "Petalitre",
+
["PL"] = "Pêtalít",
["Pl"] = "Petalitre",
+
["Pl"] = "Pêtalít",
}
 
 
 
---------------------------------------------------------------------------
 
-- Do not change the data in this table because it is created by running --
 
-- a script that reads the wikitext from a wiki page (see note above).  --
 
---------------------------------------------------------------------------
 
local per_unit_fixups = {
 
-- Automatically created per units of form "x/y" may have their unit type
 
-- changed, for example, "length/time" is changed to "speed".
 
-- Other adjustments can also be specified.
 
["/area"] = "per unit area",
 
["/volume"] = "per unit volume",
 
["area/area"] = "area per unit area",
 
["energy/length"] = "energy per unit length",
 
["energy/mass"] = "energy per unit mass",
 
["energy/time"] = { utype = "power", link = "Power (physics)" },
 
["energy/volume"] = "energy per unit volume",
 
["force/area"] = { utype = "pressure", link = "Pressure" },
 
["length/length"] = { utype = "gradient", link = "Grade (slope)" },
 
["length/time"] = { utype = "speed", link = "Speed" },
 
["length/time/time"] = { utype = "acceleration", link = "Acceleration" },
 
["mass/area"] = { utype = "pressure", multiplier = 9.80665 },
 
["mass/length"] = "linear density",
 
["mass/mass"] = "concentration",
 
["mass/power"] = "mass per unit power",
 
["mass/time"] = "mass per unit time",
 
["mass/volume"] = { utype = "density", link = "Density" },
 
["power/mass"] = "power per unit mass",
 
["power/volume"] = { link = "Power density" },
 
["pressure/length"] = "fracture gradient",
 
["speed/time"] = { utype = "acceleration", link = "Acceleration" },
 
["volume/area"] = "volume per unit area",
 
["volume/length"] = "volume per unit length",
 
["volume/time"] = "flow",
 
 
}
 
}
  
Dòng 7.553: Dòng 9.263:
 
default_exceptions = default_exceptions,
 
default_exceptions = default_exceptions,
 
link_exceptions = link_exceptions,
 
link_exceptions = link_exceptions,
per_unit_fixups = per_unit_fixups,
 
 
}
 
}

Bản hiện tại lúc 17:33, ngày 30 tháng 3 năm 2024

Có thể viết tài liệu về mô đun này tại Mô đun:Convert/data/tài liệu.

local all_units = {
    ["Gy"] = {
	_name1   = "gray",
	_symbol  = "Gy",
	utype    = "absorbed radiation dose",
	scale    = 1,
	prefixes = 1,
	default  = "rad",
	link     = "Gray (đơn vị)",
    },
    ["rad"] = {
	_name1   = "rad",
	_symbol  = "rad",
	utype    = "absorbed radiation dose",
	scale    = 0.01,
	prefixes = 1,
	default  = "Gy",
	link     = "Rad (đơn vị)",
    },
    ["cm/s2"] = {
	name1    = "xentimét trên giây vuông",
	symbol   = "cm/s<sup>2</sup>",
	utype    = "acceleration",
	scale    = 0.01,
	default  = "ft/s2",
	link     = "Gal (đơn vị)",
    },
    ["ft/s2"] = {
	name1    = "foot trên giây vuông",
	symbol   = "ft/s<sup>2</sup>",
	utype    = "acceleration",
	scale    = 0.3048,
	default  = "m/s2",
	link     = "Foot trên giây vuông",
    },
    ["g0"] = {
	name1    = "trọng lực tiêu chuẩn",
	symbol   = "''g<sub>0</sub>''",
	utype    = "acceleration",
	scale    = 9.80665,
	default  = "m/s2",
    },
    ["km/hs"] = {
	name1    = "kilômét trên giờ trên giây",
	symbol   = "km/(h·s)",
	utype    = "acceleration",
	scale    = 0.27777777777777779,
	default  = "mph/s",
	link     = "Gia tốc",
    },
    ["km/s2"] = {
	name1    = "kilômét trên giây vuông",
	symbol   = "km/s<sup>2</sup>",
	utype    = "acceleration",
	scale    = 1000,
	default  = "mph/s",
	link     = "Gia tốc",
    },
    ["m/s2"] = {
	name1    = "mét trên giây vuông",
	symbol   = "m/s<sup>2</sup>",
	utype    = "acceleration",
	scale    = 1,
	default  = "ft/s2",
	link     = "Mét trên giây vuông",
    },
    ["mph/s"] = {
	name1    = "dặm trên giờ trên giây",
	symbol   = "mph/s",
	utype    = "acceleration",
	scale    = 0.44704,
	default  = "km/hs",
	link     = "Gia tốc",
    },
    ["km/h/s"] = {
	target   = "km/hs",
    },
    ["standard gravity"] = {
	target   = "g0",
    },
    ["1000sqft"] = {
	name1    = "ngàn foot vuông",
	symbol   = "1000&nbsp;sq&nbsp;ft",
	utype    = "area",
	scale    = 92.90304,
	default  = "m2",
	link     = "Foot vuông",
    },
    ["a"] = {
	_name1   = "a",
	_symbol  = "a",
	utype    = "area",
	scale    = 100,
	prefixes = 1,
	default  = "sqft",
	link     = "A (diện tích)",
    },
    ["acre"] = {
	name1    = "mẫu Anh",
	symbol   = "mẫu",
	usename  = 1,
	utype    = "area",
	scale    = 4046.8564224,
	default  = "ha",
    },
    ["acre-sing"] = {
	target   = "acre",
    },
    ["arpent"] = {
	symbol   = "arpent",
	usename  = 1,
	utype    = "area",
	scale    = 3418.89,
	default  = "ha",
    },
    ["cda"] = {
	name1    = "cuerda",
	symbol   = "cda",
	utype    = "area",
	scale    = 3930.395625,
	default  = "acre ha",
    },
    ["Cypriot donum"] = {
	symbol   = "donum",
	usename  = 1,
	utype    = "area",
	scale    = 1337.803776,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["Cypriot dunam"] = {
	symbol   = "dunam",
	usename  = 1,
	utype    = "area",
	scale    = 1337.803776,
	default  = "km2 sqmi",
    },
    ["Cypriot dunum"] = {
	symbol   = "dunum",
	usename  = 1,
	utype    = "area",
	scale    = 1337.803776,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["Cypriot dönüm"] = {
	symbol   = "dönüm",
	usename  = 1,
	utype    = "area",
	scale    = 1337.803776,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["daa"] = {
	name1    = "đềca-a",
	symbol   = "daa",
	utype    = "area",
	scale    = 1000,
	default  = "km2 sqmi",
    },
    ["donum"] = {
	symbol   = "donum",
	usename  = 1,
	utype    = "area",
	scale    = 1000,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["dunam"] = {
	symbol   = "dunam",
	usename  = 1,
	utype    = "area",
	scale    = 1000,
	default  = "km2 sqmi",
    },
    ["dunum"] = {
	symbol   = "dunum",
	usename  = 1,
	utype    = "area",
	scale    = 1000,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["dönüm"] = {
	symbol   = "dönüm",
	usename  = 1,
	utype    = "area",
	scale    = 1000,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["ha"] = {
	name1    = "hécta",
	symbol   = "ha",
	utype    = "area",
	scale    = 10000,
	default  = "acre",
	link     = "Hecta",
    },
    ["hectare"] = {
	name1    = "hécta",
	symbol   = "ha",
	usename  = 1,
	utype    = "area",
	scale    = 10000,
	default  = "acre",
	link     = "Hecta",
    },
    ["Iraqi donum"] = {
	symbol   = "donum",
	usename  = 1,
	utype    = "area",
	scale    = 2500,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["Iraqi dunam"] = {
	symbol   = "dunam",
	usename  = 1,
	utype    = "area",
	scale    = 2500,
	default  = "km2 sqmi",
    },
    ["Iraqi dunum"] = {
	symbol   = "dunum",
	usename  = 1,
	utype    = "area",
	scale    = 2500,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["Iraqi dönüm"] = {
	symbol   = "dönüm",
	usename  = 1,
	utype    = "area",
	scale    = 2500,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["Irish acre"] = {
	name1    = "mẫu Ireland",
	symbol   = "mẫu&nbsp;Ireland",
	utype    = "area",
	scale    = 6555.2385024,
	default  = "ha",
    },
    ["m2"] = {
	_name1   = "mét vuông",
	_symbol  = "m<sup>2</sup>",
	utype    = "area",
	scale    = 1,
	prefixes = 2,
	default  = "sqft",
	link     = "Mét vuông",
    },
    ["old donum"] = {
	symbol   = "donum",
	usename  = 1,
	utype    = "area",
	scale    = 919.3,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["old dunam"] = {
	symbol   = "dunam",
	usename  = 1,
	utype    = "area",
	scale    = 919.3,
	default  = "km2 sqmi",
    },
    ["old dunum"] = {
	symbol   = "dunum",
	usename  = 1,
	utype    = "area",
	scale    = 919.3,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["old dönüm"] = {
	symbol   = "dönüm",
	usename  = 1,
	utype    = "area",
	scale    = 919.3,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["pondemaat"] = {
	name1    = "pondemaat",
	symbol   = "pond",
	utype    = "area",
	scale    = 3674.363358816,
	default  = "m2",
	link     = ":nl:pondemaat",
    },
    ["pyeong"] = {
	name1    = "bình",
	symbol   = "pyeong",
	usename  = 1,
	utype    = "area",
	scale    = 3.3057851239669422,
	default  = "m2",
    },
    ["rood"] = {
	symbol   = "rood",
	usename  = 1,
	utype    = "area",
	scale    = 1011.7141056,
	default  = "sqft sqm",
	subdivs  = { ["sqperch"] = { 40, default = "m2" } },
	link     = "Rood (đơn vị)",
    },
    ["sqfoot"] = {
	name1    = "foot vuông",
	symbol   = "sq&nbsp;ft",
	utype    = "area",
	scale    = 0.09290304,
	default  = "m2",
    },
    ["sqft"] = {
	name1    = "foot vuông",
	symbol   = "sq&nbsp;ft",
	utype    = "area",
	scale    = 0.09290304,
	default  = "m2",
    },
    ["sqin"] = {
	name1    = "inch vuông",
	symbol   = "sq&nbsp;in",
	utype    = "area",
	scale    = 0.00064516,
	default  = "cm2",
    },
    ["sqmi"] = {
	name1    = "dặm vuông Anh",
	symbol   = "dặm vuông Anh",
	utype    = "area",
	scale    = 2589988.110336,
	default  = "km2",
    },
    ["sqnmi"] = {
	name1    = "hải lý vuông",
	symbol   = "sq&nbsp;nmi",
	utype    = "area",
	scale    = 3429904,
	default  = "km2 sqmi",
	link     = "Hải lý",
    },
    ["sqperch"] = {
	symbol   = "perch",
	usename  = 1,
	utype    = "area",
	scale    = 25.29285264,
	default  = "sqm",
	link     = "Rod (đơn vị)",
    },
    ["sqverst"] = {
	name1    = "verst vuông",
	symbol   = "verst&nbsp;vuông",
	usename  = 1,
	utype    = "area",
	scale    = 1138062.24,
	default  = "km2 sqmi",
	link     = "Verst",
    },
    ["sqyd"] = {
	name1    = "thước Anh vuông",
	symbol   = "sq&nbsp;yd",
	utype    = "area",
	scale    = 0.83612736,
	default  = "m2",
	link     = "Yard vuông",
    },
    ["tsubo"] = {
	symbol   = "tsubo",
	usename  = 1,
	utype    = "area",
	scale    = 3.3057851239669422,
	default  = "m2",
	link     = "Hệ đo lường Nhật#Diện tích",
    },
    ["acres"] = {
	target   = "acre",
    },
    ["are"] = {
	target   = "a",
    },
    ["Cypriot donum diaeresis"] = {
	target   = "Cypriot dönüm",
    },
    ["Cypriot donum dots"] = {
	target   = "Cypriot dönüm",
    },
    ["decare"] = {
	target   = "daa",
    },
    ["donum diaeresis"] = {
	target   = "dönüm",
    },
    ["donum dots"] = {
	target   = "dönüm",
    },
    ["foot2"] = {
	target   = "sqfoot",
    },
    ["ft2"] = {
	target   = "sqft",
    },
    ["in2"] = {
	target   = "sqin",
    },
    ["Iraqi donum diaeresis"] = {
	target   = "Iraqi dönüm",
    },
    ["Iraqi donum dots"] = {
	target   = "Iraqi dönüm",
    },
    ["km²"] = {
	target   = "km2",
    },
    ["metric donum"] = {
	target   = "donum",
    },
    ["metric donum diaeresis"] = {
	target   = "dönüm",
    },
    ["metric donum dots"] = {
	target   = "dönüm",
    },
    ["metric dunam"] = {
	target   = "dunam",
    },
    ["metric dönüm"] = {
	target   = "dönüm",
    },
    ["mi2"] = {
	target   = "sqmi",
    },
    ["million acre"] = {
	target   = "e6acre",
    },
    ["million acres"] = {
	target   = "e6acre",
    },
    ["million hectares"] = {
	target   = "e6ha",
    },
    ["m²"] = {
	target   = "m2",
    },
    ["nmi2"] = {
	target   = "sqnmi",
    },
    ["old donum diaeresis"] = {
	target   = "old dönüm",
    },
    ["old donum dots"] = {
	target   = "old dönüm",
    },
    ["pond"] = {
	target   = "pondemaat",
    },
    ["sq arp"] = {
	target   = "arpent",
    },
    ["sqkm"] = {
	target   = "km2",
    },
    ["sqm"] = {
	target   = "m2",
    },
    ["square verst"] = {
	target   = "sqverst",
    },
    ["verst2"] = {
	target   = "sqverst",
    },
    ["yd2"] = {
	target   = "sqyd",
    },
    ["m2/ha"] = {
	name1    = "mét vuông trên hécta",
	symbol   = "m<sup>2</sup>/ha",
	utype    = "area per unit area",
	scale    = 0.0001,
	default  = "sqft/acre",
	link     = "Diện tích gốc",
    },
    ["sqft/acre"] = {
	name1    = "foot vuông trên mẫu Anh",
	symbol   = "sq&nbsp;ft/acre",
	utype    = "area per unit area",
	scale    = 2.295684113865932e-5,
	default  = "m2/ha",
	link     = "Foot vuông trên mẫu Anh",
    },
    ["A.h"] = {
	name1    = "ampe giờ",
	symbol   = "A·h",
	utype    = "charge",
	scale    = 3600,
	default  = "coulomb",
    },
    ["coulomb"] = {
	_name1   = "culông",
	_symbol  = "C",
	utype    = "charge",
	scale    = 1,
	prefixes = 1,
	default  = "e",
	link     = "Coulomb (đơn vị)",
    },
    ["e"] = {
	name1    = "điện tích cơ bản",
	symbol   = "''e''",
	utype    = "charge",
	scale    = 1.602176487e-19,
	default  = "coulomb",
    },
    ["A·h"] = {
	target   = "A.h",
    },
    ["g-mol"] = {
	name1    = "gam mol",
	symbol   = "g-mol",
	utype    = "chemical amount",
	scale    = 1,
	default  = "lbmol",
	link     = "Mol",
    },
    ["gmol"] = {
	name1    = "gam mol",
	symbol   = "gmol",
	utype    = "chemical amount",
	scale    = 1,
	default  = "lbmol",
	link     = "Mol",
    },
    ["kmol"] = {
	name1    = "kilômol",
	symbol   = "kmol",
	utype    = "chemical amount",
	scale    = 1000,
	default  = "lbmol",
	link     = "Mol",
    },
    ["lb-mol"] = {
	name1    = "pound mol",
	symbol   = "lb-mol",
	utype    = "chemical amount",
	scale    = 453.59237,
	default  = "mol",
	link     = "Mol",
    },
    ["lbmol"] = {
	name1    = "pound mol",
	symbol   = "lbmol",
	utype    = "chemical amount",
	scale    = 453.59237,
	default  = "mol",
	link     = "Mol",
    },
    ["mol"] = {
	symbol   = "mol",
	utype    = "chemical amount",
	scale    = 1,
	default  = "lbmol",
    },
    ["kgCO2/L"] = {
	name1    = "kilôgam trên lít",
	symbol   = "kg(CO<sub>2</sub>)/L",
	utype    = "co2 per unit volume",
	scale    = 1000,
	default  = "lbCO2/USgal",
	link     = "Khói bốc",
    },
    ["lbCO2/USgal"] = {
	name1    = "pound trên galông Mỹ",
	symbol   = "lbCO2/gal&nbsp;Mỹ",
	utype    = "co2 per unit volume",
	scale    = 119.82642731689663,
	default  = "kgCO2/L",
	link     = "Khói bốc",
    },
    ["oz/lb"] = {
	per      = { "oz", "lb" },
	utype    = "concentration",
	default  = "mg/kg",
    },
    ["mg/kg"] = {
	per      = { "mg", "kg" },
	utype    = "concentration",
	default  = "oz/lb",
    },
    ["$/acre"] = {
	per      = { "$", "acre" },
	utype    = "cost $ per unit area",
	default  = "$/ha",
    },
    ["$/ha"] = {
	per      = { "$", "ha" },
	utype    = "cost $ per unit area",
	default  = "$/acre",
    },
    ["$/m2"] = {
	per      = { "$", "m2" },
	utype    = "cost $ per unit area",
	default  = "$/sqft",
    },
    ["$/sqft"] = {
	per      = { "$", "sqft" },
	utype    = "cost $ per unit area",
	default  = "$/m2",
    },
    ["$/km"] = {
	per      = { "$", "km" },
	utype    = "cost $ per unit length",
	default  = "$/mi",
    },
    ["$/mi"] = {
	per      = { "$", "mi" },
	utype    = "cost $ per unit length",
	default  = "$/km",
    },
    ["$/kg"] = {
	per      = { "$", "kg" },
	utype    = "cost $ per unit mass",
	default  = "$/lb",
    },
    ["$/g"] = {
	per      = { "$", "g" },
	utype    = "cost $ per unit mass",
	default  = "$/lb",
    },
    ["$/lb"] = {
	per      = { "$", "lb" },
	utype    = "cost $ per unit mass",
	default  = "$/kg",
    },
    ["$/oz"] = {
	per      = { "$", "oz" },
	utype    = "cost $ per unit mass",
	default  = "$/g",
    },
    ["$/ozt"] = {
	per      = { "$", "ozt" },
	utype    = "cost $ per unit mass",
	default  = "$/kg",
    },
    ["$/m3"] = {
	per      = { "$", "m3" },
	utype    = "cost $ per unit volume",
	default  = "$/oilbbl",
    },
    ["$/oilbbl"] = {
	per      = { "$", "oilbbl" },
	utype    = "cost $ per unit volume",
	default  = "$/m3",
    },
    ["£/acre"] = {
	per      = { "£", "acre" },
	utype    = "cost £ per unit area",
	default  = "£/ha",
    },
    ["£/ha"] = {
	per      = { "£", "ha" },
	utype    = "cost £ per unit area",
	default  = "£/acre",
    },
    ["₫/ha"] = {
	per      = { "₫", "ha" },
	utype    = "cost ₫ per unit area",
	default  = "₫/m2",
    },
    ["₫/m2"] = {
	per      = { "₫", "m2" },
	utype    = "cost ₫ per unit area",
	default  = "₫/ha",
    },
    ["VND/ha"] = {
	target   = "₫/ha",
    },
    ["VND/m2"] = {
	target   = "₫/m2",
    },
    ["g/dm3"] = {
	name1    = "gam trên đêximét khối",
	symbol   = "g/dm<sup>3</sup>",
	utype    = "density",
	scale    = 1,
	default  = "kg/m3",
	link     = "Mật độ khối lượng",
    },
    ["g/L"] = {
	name1    = "gam trên lít",
	symbol   = "g/L",
	utype    = "density",
	scale    = 1,
	default  = "lb/cuin",
	link     = "Mật độ khối lượng",
    },
    ["g/mL"] = {
	name1    = "gam trên mililít",
	symbol   = "g/mL",
	utype    = "density",
	scale    = 1000,
	default  = "lb/cuin",
	link     = "Mật độ khối lượng",
    },
    ["g/ml"] = {
	name1    = "gam trên mililít",
	symbol   = "g/ml",
	utype    = "density",
	scale    = 1000,
	default  = "lb/cuin",
	link     = "Mật độ khối lượng",
    },
    ["kg/dm3"] = {
	name1    = "kilôgam trên đêximét khối",
	symbol   = "kg/dm<sup>3</sup>",
	utype    = "density",
	scale    = 1000,
	default  = "lb/cuft",
	link     = "Mật độ khối lượng",
    },
    ["kg/L"] = {
	name1    = "kilôgam trên lít",
	symbol   = "kg/L",
	utype    = "density",
	scale    = 1000,
	default  = "lb/USgal",
	link     = "Mật độ khối lượng",
    },
    ["kg/l"] = {
	name1    = "kilôgam trên lít",
	symbol   = "kg/l",
	utype    = "density",
	scale    = 1000,
	default  = "lb/USgal",
	link     = "Mật độ khối lượng",
    },
    ["kg/m3"] = {
	name1    = "kilôgam trên mét khối",
	symbol   = "kg/m<sup>3</sup>",
	utype    = "density",
	scale    = 1,
	default  = "lb/cuyd",
	link     = "Mật độ khối lượng",
    },
    ["lb/cuft"] = {
	name1    = "pound trên foot khối",
	symbol   = "lb/cu&nbsp;ft",
	utype    = "density",
	scale    = 16.018463373960142,
	default  = "g/cm3",
	link     = "Mật độ khối lượng",
    },
    ["lb/cuin"] = {
	name1    = "pound trên inch khối",
	symbol   = "lb/cu&nbsp;in",
	utype    = "density",
	scale    = 27679.904710203122,
	default  = "g/cm3",
	link     = "Mật độ khối lượng",
    },
    ["lb/cuyd"] = {
	name1    = "pound trên thước Anh khối",
	symbol   = "lb/cu&nbsp;yd",
	utype    = "density",
	scale    = 0.5932764212577829,
	default  = "kg/m3",
	link     = "Mật độ khối lượng",
    },
    ["lb/impgal"] = {
	name1    = "pound trên galông Anh",
	symbol   = "lb/gal&nbsp;Anh",
	utype    = "density",
	scale    = 99.776372663101697,
	default  = "kg/L",
	link     = "Mật độ khối lượng",
    },
    ["lb/in3"] = {
	name1    = "pound trên inch khối",
	symbol   = "lb/cu&thinsp;in",
	utype    = "density",
	scale    = 27679.904710203122,
	default  = "g/cm3",
	link     = "Mật độ khối lượng",
    },
    ["lb/U.S.gal"] = {
	name1    = "pound trên galông Mỹ",
	symbol   = "lb/gal&nbsp;Mỹ",
	utype    = "density",
	scale    = 119.82642731689663,
	default  = "kg/L",
	link     = "Mật độ khối lượng",
    },
    ["lb/USbu"] = {
	name1    = "pound trên giạ Mỹ",
	symbol   = "lb/bu&nbsp;Mỹ",
	utype    = "density",
	scale    = 12.871859780974471,
	default  = "kg/m3",
	link     = "Giạ",
    },
    ["lb/USgal"] = {
	name1    = "pound trên galông Mỹ",
	symbol   = "lb/gal&nbsp;Mỹ",
	utype    = "density",
	scale    = 119.82642731689663,
	default  = "kg/L",
	link     = "Mật độ khối lượng",
    },
    ["lbm/cuin"] = {
	name1    = "pound khối lượng trên inch khối",
	symbol   = "lbm/cu&thinsp;in",
	utype    = "density",
	scale    = 27679.904710203122,
	default  = "g/cm3",
	link     = "Mật độ khối lượng",
    },
    ["mg/L"] = {
	name1    = "miligam trên lít",
	symbol   = "mg/L",
	utype    = "density",
	scale    = 0.001,
	default  = "lb/cuin",
	link     = "Mật độ khối lượng",
    },
    ["oz/cuin"] = {
	name1    = "ounce trên inch khối",
	symbol   = "oz/cu&nbsp;in",
	utype    = "density",
	scale    = 1729.9940443876951,
	default  = "g/cm3",
	link     = "Mật độ khối lượng",
    },
    ["g/cm3"] = {
	per      = { "g", "cm3" },
	utype    = "density",
	default  = "lb/cuin",
    },
    ["g/m3"] = {
	per      = { "g", "m3" },
	utype    = "density",
	default  = "lb/cuyd",
	link     = "Mật độ khối lượng",
    },
    ["Mg/m3"] = {
	per      = { "Mg", "m3" },
	utype    = "density",
	default  = "lb/cuft",
    },
    ["mg/l"] = {
	per      = { "mg", "l" },
	utype    = "density",
	default  = "oz/cuin",
    },
    ["µg/dL"] = {
	per      = { "µg", "dL" },
	utype    = "density",
	default  = "lb/cuin",
    },
    ["µg/l"] = {
	per      = { "µg", "l" },
	utype    = "density",
	default  = "oz/cuin",
    },
    ["lb/ft3"] = {
	target   = "lb/cuft",
    },
    ["lb/yd3"] = {
	target   = "lb/cuyd",
    },
    ["lbm/in3"] = {
	target   = "lbm/cuin",
    },
    ["mcg/dL"] = {
	target   = "µg/dL",
    },
    ["oz/in3"] = {
	target   = "oz/cuin",
    },
    ["ug/dL"] = {
	target   = "µg/dL",
    },
    ["μg/dL"] = {
	target   = "µg/dL",
    },
    ["ug/l"] = {
	target   = "µg/l",
    },
    ["B.O.T.U."] = {
	name1    = "đơn vị Ủy ban Thương mại",
	symbol   = "B.O.T.U.",
	utype    = "energy",
	scale    = 3600000,
	default  = "MJ",
	link     = "Watt giờ",
    },
    ["bboe"] = {
	name1    = "tương đương thùng dầu",
	symbol   = "bboe",
	utype    = "energy",
	scale    = 6117863200,
	default  = "GJ",
    },
    ["BOE"] = {
	name1    = "tương đương thùng dầu",
	symbol   = "BOE",
	utype    = "energy",
	scale    = 6117863200,
	default  = "GJ",
    },
    ["BTU"] = {
	name1    = "đơn vị nhiệt Anh",
	symbol   = "BTU",
	utype    = "energy",
	scale    = 1055.05585262,
	default  = "kJ",
    },
    ["Btu"] = {
	name1    = "đơn vị nhiệt Anh",
	symbol   = "Btu",
	utype    = "energy",
	scale    = 1055.05585262,
	default  = "kJ",
    },
    ["BTU-39F"] = {
	name1    = "đơn vị nhiệt Anh (39°F)",
	symbol   = "BTU<sub>39°F</sub>",
	utype    = "energy",
	scale    = 1059.67,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["Btu-39F"] = {
	name1    = "đơn vị nhiệt Anh (39°F)",
	symbol   = "Btu<sub>39°F</sub>",
	utype    = "energy",
	scale    = 1059.67,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["BTU-59F"] = {
	name1    = "đơn vị nhiệt Anh (59°F)",
	symbol   = "BTU<sub>59°F</sub>",
	utype    = "energy",
	scale    = 1054.804,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["Btu-59F"] = {
	name1    = "đơn vị nhiệt Anh (59°F)",
	symbol   = "Btu<sub>59°F</sub>",
	utype    = "energy",
	scale    = 1054.804,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["BTU-60F"] = {
	name1    = "đơn vị nhiệt Anh (60°F)",
	symbol   = "BTU<sub>60°F</sub>",
	utype    = "energy",
	scale    = 1054.68,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["Btu-60F"] = {
	name1    = "đơn vị nhiệt Anh (60°F)",
	symbol   = "Btu<sub>60°F</sub>",
	utype    = "energy",
	scale    = 1054.68,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["BTU-63F"] = {
	name1    = "đơn vị nhiệt Anh (63°F)",
	symbol   = "BTU<sub>63°F</sub>",
	utype    = "energy",
	scale    = 1054.6,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["Btu-63F"] = {
	name1    = "đơn vị nhiệt Anh (63°F)",
	symbol   = "Btu<sub>63°F</sub>",
	utype    = "energy",
	scale    = 1054.6,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["BTU-ISO"] = {
	name1    = "đơn vị nhiệt Anh (ISO)",
	symbol   = "BTU<sub>ISO</sub>",
	utype    = "energy",
	scale    = 1055.056,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["Btu-ISO"] = {
	target   = "BTU-ISO",
    },
    ["BTU-IT"] = {
	name1    = "đơn vị nhiệt Anh (IT)",
	symbol   = "BTU<sub>IT</sub>",
	utype    = "energy",
	scale    = 1055.05585262,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["Btu-IT"] = {
	name1    = "đơn vị nhiệt Anh (IT)",
	symbol   = "Btu<sub>IT</sub>",
	utype    = "energy",
	scale    = 1055.05585262,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["BTU-mean"] = {
	name1    = "đơn vị nhiệt Anh (trung bình)",
	symbol   = "BTU<sub>mean</sub>",
	utype    = "energy",
	scale    = 1055.87,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["Btu-mean"] = {
	name1    = "đơn vị nhiệt Anh (trung bình)",
	symbol   = "Btu<sub>mean</sub>",
	utype    = "energy",
	scale    = 1055.87,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["BTU-th"] = {
	name1    = "đơn vị nhiệt Anh (hóa nhiệt)",
	symbol   = "BTU<sub>th</sub>",
	utype    = "energy",
	scale    = 1054.35026444,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["Btu-th"] = {
	name1    = "đơn vị nhiệt Anh (hóa nhiệt)",
	symbol   = "Btu<sub>th</sub>",
	utype    = "energy",
	scale    = 1054.35026444,
	default  = "kJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["Cal"] = {
	name1    = "ca-lo",
	symbol   = "Cal",
	utype    = "energy",
	scale    = 4184,
	default  = "kJ",
    },
    ["cal"] = {
	name1    = "ca-lo",
	symbol   = "cal",
	utype    = "energy",
	scale    = 4.184,
	default  = "J",
    },
    ["Cal-15"] = {
	name1    = "ca-lo (15°C)",
	symbol   = "Cal<sub>15</sub>",
	utype    = "energy",
	scale    = 4185.8,
	default  = "kJ",
	link     = "ca-lo",
    },
    ["cal-15"] = {
	name1    = "ca-lo (15°C)",
	symbol   = "cal<sub>15</sub>",
	utype    = "energy",
	scale    = 4.1858,
	default  = "J",
	link     = "ca-lo",
    },
    ["Cal-IT"] = {
	name1    = "ca-lo (Bảng hơi nước quốc tế)",
	symbol   = "Cal<sub>IT</sub>",
	utype    = "energy",
	scale    = 4186.8,
	default  = "kJ",
	link     = "ca-lo",
    },
    ["cal-IT"] = {
	name1    = "ca-lo (Bảng hơi nước quốc tế)",
	symbol   = "cal<sub>IT</sub>",
	utype    = "energy",
	scale    = 4.1868,
	default  = "J",
	link     = "ca-lo",
    },
    ["Cal-th"] = {
	name1    = "ca-lo (hóa nhiệt)",
	symbol   = "Cal<sub>th</sub>",
	utype    = "energy",
	scale    = 4184,
	default  = "kJ",
	link     = "ca-lo",
    },
    ["cal-th"] = {
	name1    = "ca-lo (hóa nhiệt)",
	symbol   = "cal<sub>th</sub>",
	utype    = "energy",
	scale    = 4.184,
	default  = "J",
	link     = "ca-lo",
    },
    ["ccatm"] = {
	name1    = "xentimét khối atmôtphe",
	symbol   = "cc·atm",
	utype    = "energy",
	scale    = 0.101325,
	default  = "mJ",
	link     = "atmôtphe",
    },
    ["CHU-IT"] = {
	name1    = "đơn vị nhiệt Celsius (Bảng quốc tế)",
	symbol   = "CHU<sub>IT</sub>",
	utype    = "energy",
	scale    = 1899.100534716,
	default  = "kJ",
	link     = "đơn vị nhiệt Celsius",
    },
    ["cm3atm"] = {
	name1    = "xentimét khối atmôtphe",
	symbol   = "cm<sup>3</sup>·atm",
	utype    = "energy",
	scale    = 0.101325,
	default  = "mJ",
	link     = "atmôtphe",
    },
    ["cufootatm"] = {
	name1    = "foot khối atmôtphe",
	symbol   = "cu&nbsp;ft&nbsp;atm",
	utype    = "energy",
	scale    = 2869.2044809344,
	default  = "kJ",
	link     = "atmôtphe",
    },
    ["cufootnaturalgas"] = {
	name1    = "foot khối khí thiên niên",
	symbol   = "cuftnaturalgas",
	usename  = 1,
	utype    = "energy",
	scale    = 1055055.85262,
	default  = "MJ",
	link     = "khí thiên niên",
    },
    ["cuftatm"] = {
	name1    = "foot khối atmôtphe",
	symbol   = "cu&nbsp;ft&nbsp;atm",
	utype    = "energy",
	scale    = 2869.2044809344,
	default  = "kJ",
	link     = "atmôtphe",
    },
    ["cuftnaturalgas"] = {
	name1    = "foot khối khí thiên niên",
	symbol   = "cuftnaturalgas",
	usename  = 1,
	utype    = "energy",
	scale    = 1055055.85262,
	default  = "MJ",
	link     = "khí thiên niên",
    },
    ["cuydatm"] = {
	name1    = "yard khối atmôtphe",
	symbol   = "cu&nbsp;yd&nbsp;atm",
	utype    = "energy",
	scale    = 77468.5209852288,
	default  = "kJ",
	link     = "atmôtphe",
    },
    ["Eh"] = {
	name1    = "Hartree",
	symbol   = "''E''<sub>h</sub>",
	utype    = "energy",
	scale    = 4.35974417e-18,
	default  = "eV",
	link     = "năng lượng Hartree",
    },
    ["erg"] = {
	symbol   = "erg",
	utype    = "energy",
	scale    = 0.0000001,
	default  = "µJ",
    },
    ["eV"] = {
	name1    = "electronvôn",
	symbol   = "eV",
	utype    = "energy",
	scale    = 1.602176487e-19,
	default  = "aJ",
	link     = "Electronvolt",
    },
    ["feV"] = {
	name1    = "femtô electronvôn",
	symbol   = "feV",
	utype    = "energy",
	scale    = 1.602176487e-34,
	default  = "yJ",
	link     = "Electronvolt",
    },
    ["foe"] = {
	symbol   = "foe",
	utype    = "energy",
	scale    = 1e44,
	default  = "YJ",
	link     = "Foe (đơn vị)",
    },
    ["ftlb"] = {
	name1    = "foot pound",
	symbol   = "ft·lb",
	utype    = "energy",
	alttype  = "torque",
	scale    = 1.3558179483314004,
	default  = "J",
	link     = "Foot pound (năng lượng)",
    },
    ["ftlb-f"] = {
	name1    = "foot pound (năng lượng)",
	symbol   = "ft·lb<sub>f</sub>",
	utype    = "energy",
	alttype  = "torque",
	scale    = 1.3558179483314004,
	default  = "J",
    },
    ["ftlbf"] = {
	name1    = "foot pound (năng lượng)",
	symbol   = "ft·lbf",
	utype    = "energy",
	alttype  = "torque",
	scale    = 1.3558179483314004,
	default  = "J",
    },
    ["ftpdl"] = {
	name1    = "foot poundal",
	symbol   = "ft·pdl",
	utype    = "energy",
	scale    = 0.0421401100938048,
	default  = "J",
    },
    ["GeV"] = {
	name1    = "giga electronvôn",
	symbol   = "GeV",
	utype    = "energy",
	scale    = 1.602176487e-10,
	default  = "nJ",
	link     = "Electronvolt",
    },
    ["GLatm"] = {
	name1    = "gigalít atmôtphe",
	symbol   = "GL·atm",
	utype    = "energy",
	scale    = 101325000000,
	default  = "GJ",
	link     = "atmôtphe",
    },
    ["Glatm"] = {
	name1    = "gigalít-atmôtphe",
	symbol   = "Gl·atm",
	utype    = "energy",
	scale    = 101325000000,
	default  = "GJ",
	link     = "atmôtphe",
    },
    ["gTNT"] = {
	name1    = "gam TNT",
	symbol   = "gram of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184,
	default  = "kJ",
	link     = "Đương lượng nổ",
    },
    ["Gtoe"] = {
	name1    = "đương lượng giga tấn dầu mỏ",
	symbol   = "Gtoe",
	utype    = "energy",
	scale    = 4.1868e19,
	default  = "EJ",
	link     = "Đương lượng tấn dầu mỏ",
    },
    ["GtonTNT"] = {
	name1    = "giga tấn TNT",
	symbol   = "gigaton of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4.184e18,
	default  = "EJ",
	link     = "Đương lượng nổ",
    },
    ["GtTNT"] = {
	name1    = "giga tấn TNT",
	symbol   = "gigatonne of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4.184e18,
	default  = "EJ",
	link     = "Đương lượng nổ",
    },
    ["GW.h"] = {
	name1    = "gigawatt giờ",
	symbol   = "GW·h",
	utype    = "energy",
	scale    = 3.6e12,
	default  = "TJ",
	link     = "Watt giờ",
    },
    ["GWh"] = {
	name1    = "gigawatt giờ",
	symbol   = "GWh",
	utype    = "energy",
	scale    = 3.6e12,
	default  = "TJ",
	link     = "Watt giờ",
    },
    ["hph"] = {
	name1    = "mã lực giờ",
	symbol   = "hp·h",
	utype    = "energy",
	scale    = 2684519.537696172792,
	default  = "kWh",
	link     = "mã lực",
    },
    ["impgalatm"] = {
	name1    = "galông Anh atmôtphe",
	symbol   = "atm·gal&nbsp;Anh",
	utype    = "energy",
	scale    = 460.63256925,
	default  = "J",
	link     = "atmôtphe",
    },
    ["inlb"] = {
	name1    = "inch pound",
	symbol   = "in·lb",
	utype    = "energy",
	alttype  = "torque",
	scale    = 0.1129848290276167,
	default  = "mJ",
	link     = "Foot pound (năng lượng)",
    },
    ["inlb-f"] = {
	name1    = "inch pound lực",
	symbol   = "in·lb<sub>f</sub>",
	utype    = "energy",
	alttype  = "torque",
	scale    = 0.1129848290276167,
	default  = "mJ",
	link     = "Foot pound (năng lượng)",
    },
    ["inlbf"] = {
	name1    = "inch pound lực",
	symbol   = "in·lbf",
	utype    = "energy",
	alttype  = "torque",
	scale    = 0.1129848290276167,
	default  = "mJ",
	link     = "Foot pound (năng lượng)",
    },
    ["inoz-f"] = {
	name1    = "inch ounce lực",
	symbol   = "in·oz<sub>f</sub>",
	utype    = "energy",
	alttype  = "torque",
	scale    = 0.00706155181422604375,
	default  = "mJ",
	link     = "Foot pound (năng lượng)",
    },
    ["inozf"] = {
	name1    = "inch ounce lực",
	symbol   = "in·ozf",
	utype    = "energy",
	alttype  = "torque",
	scale    = 0.00706155181422604375,
	default  = "mJ",
	link     = "Foot pound (năng lượng)",
    },
    ["J"] = {
	_name1   = "jun",
	_symbol  = "J",
	utype    = "energy",
	scale    = 1,
	prefixes = 1,
	default  = "cal",
	link     = "Joule",
    },
    ["kBOE"] = {
	name1    = "kilô đương lượng thùng dầu mỏ",
	symbol   = "kBOE",
	utype    = "energy",
	scale    = 6.1178632e12,
	default  = "TJ",
	link     = "Đương lượng thùng dầu mỏ",
    },
    ["kcal"] = {
	name1    = "kilô ca-lo",
	symbol   = "kcal",
	utype    = "energy",
	scale    = 4184,
	default  = "kJ",
	link     = "ca-lo",
    },
    ["kcal-15"] = {
	name1    = "ki-lô ca-lo (15°C)",
	symbol   = "kcal<sub>15</sub>",
	utype    = "energy",
	scale    = 4185.8,
	default  = "kJ",
	link     = "ca-lo",
    },
    ["kcal-IT"] = {
	name1    = "ki-lô ca-lo (Bảng hơi nước quốc tế)",
	symbol   = "kcal<sub>IT</sub>",
	utype    = "energy",
	scale    = 4186.8,
	default  = "kJ",
	link     = "ca-lo",
    },
    ["kcal-th"] = {
	name1    = "ki-lô ca-lo (hóa nhiệt)",
	symbol   = "kcal<sub>th</sub>",
	utype    = "energy",
	scale    = 4184,
	default  = "kJ",
	link     = "ca-lo",
    },
    ["kerg"] = {
	name1    = "kilô erg",
	symbol   = "kerg",
	utype    = "energy",
	scale    = 0.0001,
	default  = "mJ",
	link     = "Erg",
    },
    ["keV"] = {
	name1    = "kilô electronvôn",
	symbol   = "keV",
	utype    = "energy",
	scale    = 1.602176487e-16,
	default  = "fJ",
	link     = "Electronvolt",
    },
    ["kgTNT"] = {
	name1    = "kilôgam TNT",
	symbol   = "kilogram of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184000,
	default  = "MJ",
	link     = "Đương lượng nổ",
    },
    ["kLatm"] = {
	name1    = "kilôlít atmôtphe",
	symbol   = "kL·atm",
	utype    = "energy",
	scale    = 101325,
	default  = "kJ",
	link     = "atmôtphe",
    },
    ["klatm"] = {
	name1    = "kilôlít atmôtphe",
	symbol   = "kl·atm",
	utype    = "energy",
	scale    = 101325,
	default  = "kJ",
	link     = "atmôtphe",
    },
    ["kt(TNT)"] = {
	name1    = "kilô tấn",
	symbol   = "kt",
	utype    = "energy",
	scale    = 4.184e12,
	default  = "TJ",
	link     = "Đương lượng nổ",
    },
    ["ktoe"] = {
	name1    = "đương lượng kilô tấn dầu mỏ",
	symbol   = "ktoe",
	utype    = "energy",
	scale    = 4.1868e13,
	default  = "TJ",
	link     = "Đương lượng tấn dầu mỏ",
    },
    ["ktonTNT"] = {
	name1    = "kilô tấn TNT",
	symbol   = "kt",
	utype    = "energy",
	scale    = 4.184e12,
	default  = "TJ",
	link     = "Đương lượng nổ",
    },
    ["ktTNT"] = {
	name1    = "kilô tấn TNT",
	symbol   = "kilotonne of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4.184e12,
	default  = "TJ",
	link     = "Đương lượng nổ",
    },
    ["kW.h"] = {
	name1    = "kilôwatt giờ",
	symbol   = "kW·h",
	utype    = "energy",
	scale    = 3600000,
	default  = "MJ",
	link     = "Watt giờ",
    },
    ["kWh"] = {
	name1    = "kilôwatt giờ",
	symbol   = "kWh",
	utype    = "energy",
	scale    = 3600000,
	default  = "MJ",
	link     = "Watt giờ",
    },
    ["Latm"] = {
	name1    = "lít atmôtphe",
	symbol   = "L·atm",
	utype    = "energy",
	scale    = 101.325,
	default  = "J",
	link     = "atmôtphe",
    },
    ["latm"] = {
	name1    = "lít atmôtphe",
	symbol   = "l·atm",
	utype    = "energy",
	scale    = 101.325,
	default  = "J",
	link     = "atmôtphe",
    },
    ["m3atm"] = {
	name1    = "mét khối atmôtphe",
	symbol   = "m<sup>3</sup>·atm",
	utype    = "energy",
	scale    = 101325,
	default  = "kJ",
	link     = "atmôtphe",
    },
    ["MBtu"] = {
	name1    = "ngàn đơn vị nhiệt Anh",
	symbol   = "MBtu",
	utype    = "energy",
	scale    = 1055055.85262,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBTU-39F"] = {
	name1    = "ngàn đơn vị nhiệt Anh (39°F)",
	symbol   = "MBTU<sub>39°F</sub>",
	utype    = "energy",
	scale    = 1059670,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBtu-39F"] = {
	name1    = "ngàn đơn vị nhiệt Anh (39°F)",
	symbol   = "MBtu<sub>39°F</sub>",
	utype    = "energy",
	scale    = 1059670,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBTU-59F"] = {
	name1    = "ngàn đơn vị nhiệt Anh (59°F)",
	symbol   = "MBTU<sub>59°F</sub>",
	utype    = "energy",
	scale    = 1054804,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBtu-59F"] = {
	name1    = "ngàn đơn vị nhiệt Anh (59°F)",
	symbol   = "MBtu<sub>59°F</sub>",
	utype    = "energy",
	scale    = 1054804,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBTU-60F"] = {
	name1    = "ngàn đơn vị nhiệt Anh (60°F)",
	symbol   = "MBTU<sub>60°F</sub>",
	utype    = "energy",
	scale    = 1054680,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBtu-60F"] = {
	name1    = "ngàn đơn vị nhiệt Anh (60°F)",
	symbol   = "MBtu<sub>60°F</sub>",
	utype    = "energy",
	scale    = 1054680,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBTU-63F"] = {
	name1    = "ngàn đơn vị nhiệt Anh (63°F)",
	symbol   = "MBTU<sub>63°F</sub>",
	utype    = "energy",
	scale    = 1054600,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBtu-63F"] = {
	name1    = "ngàn đơn vị nhiệt Anh (63°F)",
	symbol   = "MBtu<sub>63°F</sub>",
	utype    = "energy",
	scale    = 1054600,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBTU-ISO"] = {
	name1    = "ngàn đơn vị nhiệt Anh (ISO)",
	symbol   = "MBTU<sub>ISO</sub>",
	utype    = "energy",
	scale    = 1055056,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBtu-ISO"] = {
	name1    = "ngàn đơn vị nhiệt Anh (ISO)",
	symbol   = "MBtu<sub>ISO</sub>",
	utype    = "energy",
	scale    = 1055056,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBTU-IT"] = {
	name1    = "ngàn đơn vị nhiệt Anh (IT)",
	symbol   = "MBTU<sub>IT</sub>",
	utype    = "energy",
	scale    = 1055055.85262,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBtu-IT"] = {
	name1    = "ngàn đơn vị nhiệt Anh (IT)",
	symbol   = "MBtu<sub>IT</sub>",
	utype    = "energy",
	scale    = 1055055.85262,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBTU-mean"] = {
	name1    = "ngàn đơn vị nhiệt Anh (trung bình)",
	symbol   = "MBTU<sub>TB</sub>",
	utype    = "energy",
	scale    = 1055870,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBtu-mean"] = {
	name1    = "ngàn đơn vị nhiệt Anh (trung bình)",
	symbol   = "MBtu<sub>TB</sub>",
	utype    = "energy",
	scale    = 1055870,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBTU-th"] = {
	name1    = "ngàn đơn vị nhiệt Anh (hóa nhiệt)",
	symbol   = "MBTU<sub>HN</sub>",
	utype    = "energy",
	scale    = 1054350.26444,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MBtu-th"] = {
	name1    = "ngàn đơn vị nhiệt Anh (hóa nhiệt)",
	symbol   = "MBtu<sub>HN</sub>",
	utype    = "energy",
	scale    = 1054350.26444,
	default  = "MJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["Mcal"] = {
	name1    = "mê-ga ca-lo",
	symbol   = "Mcal",
	utype    = "energy",
	scale    = 4184000,
	default  = "MJ",
	link     = "ca-lo",
    },
    ["mcal"] = {
	name1    = "mi-li ca-lo",
	symbol   = "mcal",
	utype    = "energy",
	scale    = 0.004184,
	default  = "mJ",
	link     = "ca-lo",
    },
    ["Mcal-15"] = {
	name1    = "mê-ga ca-lo (15°C)",
	symbol   = "Mcal<sub>15</sub>",
	utype    = "energy",
	scale    = 4185800,
	default  = "MJ",
	link     = "ca-lo",
    },
    ["mcal-15"] = {
	name1    = "mi-li ca-lo (15°C)",
	symbol   = "mcal<sub>15</sub>",
	utype    = "energy",
	scale    = 0.0041858,
	default  = "mJ",
	link     = "ca-lo",
    },
    ["Mcal-IT"] = {
	name1    = "mê-ga ca-lo (Bảng hơi nước quốc tế)",
	symbol   = "Mcal<sub>IT</sub>",
	utype    = "energy",
	scale    = 4186800,
	default  = "MJ",
	link     = "ca-lo",
    },
    ["mcal-IT"] = {
	name1    = "mi-li ca-lo (Bảng hơi nước quốc tế)",
	symbol   = "mcal<sub>IT</sub>",
	utype    = "energy",
	scale    = 0.0041868,
	default  = "mJ",
	link     = "ca-lo",
    },
    ["Mcal-th"] = {
	name1    = "mê-ga ca-lo (hóa nhiệt)",
	symbol   = "Mcal<sub>HN</sub>",
	utype    = "energy",
	scale    = 4184000,
	default  = "MJ",
	link     = "ca-lo",
    },
    ["mcal-th"] = {
	name1    = "mi-li ca-lo (hóa nhiệt)",
	symbol   = "mcal<sub>HN</sub>",
	utype    = "energy",
	scale    = 0.004184,
	default  = "mJ",
	link     = "ca-lo",
    },
    ["Merg"] = {
	name1    = "mêga erg",
	symbol   = "Merg",
	utype    = "energy",
	scale    = 0.1,
	default  = "J",
	link     = "Erg",
    },
    ["merg"] = {
	name1    = "mili erg",
	symbol   = "merg",
	utype    = "energy",
	scale    = 0.0000000001,
	default  = "µJ",
	link     = "Erg",
    },
    ["MeV"] = {
	name1    = "mêga electronvôn",
	symbol   = "MeV",
	utype    = "energy",
	scale    = 1.602176487e-13,
	default  = "pJ",
	link     = "Electronvolt",
    },
    ["meV"] = {
	name1    = "mili electronvôn",
	symbol   = "meV",
	utype    = "energy",
	scale    = 1.602176487e-22,
	default  = "zJ",
	link     = "Electronvolt",
    },
    ["MLatm"] = {
	name1    = "mêgalít atmôtphe",
	symbol   = "ML·atm",
	utype    = "energy",
	scale    = 101325000,
	default  = "MJ",
	link     = "atmôtphe",
    },
    ["Mlatm"] = {
	name1    = "mêgalít atmôtphe",
	symbol   = "Ml·atm",
	utype    = "energy",
	scale    = 101325000,
	default  = "MJ",
	link     = "atmôtphe",
    },
    ["mLatm"] = {
	name1    = "mililít atmôtphe",
	symbol   = "L·atm",
	utype    = "energy",
	scale    = 0.101325,
	default  = "mJ",
	link     = "atmôtphe",
    },
    ["mlatm"] = {
	name1    = "mililít atmôtphe",
	symbol   = "l·atm",
	utype    = "energy",
	scale    = 0.101325,
	default  = "mJ",
	link     = "atmôtphe",
    },
    ["MMBtu"] = {
	name1    = "triệu đơn vị nhiệt Anh",
	symbol   = "MMBtu",
	utype    = "energy",
	scale    = 1055055852.62,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBTU-39F"] = {
	name1    = "triệu đơn vị nhiệt Anh (39°F)",
	symbol   = "MMBTU<sub>39°F</sub>",
	utype    = "energy",
	scale    = 1059670000,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBtu-39F"] = {
	name1    = "triệu đơn vị nhiệt Anh (39°F)",
	symbol   = "MMBtu<sub>39°F</sub>",
	utype    = "energy",
	scale    = 1059670000,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBTU-59F"] = {
	name1    = "triệu đơn vị nhiệt Anh (59°F)",
	symbol   = "MMBTU<sub>59°F</sub>",
	utype    = "energy",
	scale    = 1054804000,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBtu-59F"] = {
	name1    = "triệu đơn vị nhiệt Anh (59°F)",
	symbol   = "MMBtu<sub>59°F</sub>",
	utype    = "energy",
	scale    = 1054804000,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBTU-60F"] = {
	name1    = "triệu đơn vị nhiệt Anh (60°F)",
	symbol   = "MMBTU<sub>60°F</sub>",
	utype    = "energy",
	scale    = 1054680000,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBtu-60F"] = {
	name1    = "triệu đơn vị nhiệt Anh (60°F)",
	symbol   = "MMBtu<sub>60°F</sub>",
	utype    = "energy",
	scale    = 1054680000,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBTU-63F"] = {
	name1    = "triệu đơn vị nhiệt Anh (63°F)",
	symbol   = "MMBTU<sub>63°F</sub>",
	utype    = "energy",
	scale    = 1054600000,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBtu-63F"] = {
	name1    = "triệu đơn vị nhiệt Anh (63°F)",
	symbol   = "MMBtu<sub>63°F</sub>",
	utype    = "energy",
	scale    = 1054600000,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBTU-ISO"] = {
	name1    = "triệu đơn vị nhiệt Anh (ISO)",
	symbol   = "MMBTU<sub>ISO</sub>",
	utype    = "energy",
	scale    = 1055056000,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBtu-ISO"] = {
	name1    = "triệu đơn vị nhiệt Anh (ISO)",
	symbol   = "MMBtu<sub>ISO</sub>",
	utype    = "energy",
	scale    = 1055056000,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBTU-IT"] = {
	name1    = "triệu đơn vị nhiệt Anh (IT)",
	symbol   = "MMBTU<sub>IT</sub>",
	utype    = "energy",
	scale    = 1055055852.62,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBtu-IT"] = {
	name1    = "triệu đơn vị nhiệt Anh (IT)",
	symbol   = "MMBtu<sub>IT</sub>",
	utype    = "energy",
	scale    = 1055055852.62,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBTU-mean"] = {
	name1    = "triệu đơn vị nhiệt Anh (trung bình)",
	symbol   = "MMBTU<sub>TB</sub>",
	utype    = "energy",
	scale    = 1055870000,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBtu-mean"] = {
	name1    = "triệu đơn vị nhiệt Anh (mean)",
	symbol   = "MMBtu<sub>TB</sub>",
	utype    = "energy",
	scale    = 1055870000,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBTU-th"] = {
	name1    = "triệu đơn vị nhiệt Anh (hóa nhiệt)",
	symbol   = "MMBTU<sub>HN</sub>",
	utype    = "energy",
	scale    = 1054350264.44,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["MMBtu-th"] = {
	name1    = "triệu đơn vị nhiệt Anh (hóa nhiệt)",
	symbol   = "MMBtu<sub>HN</sub>",
	utype    = "energy",
	scale    = 1054350264.44,
	default  = "GJ",
	link     = "đơn vị nhiệt Anh",
    },
    ["Mt(TNT)"] = {
	name1    = "mêga tấn",
	symbol   = "Mt",
	utype    = "energy",
	scale    = 4.184e15,
	default  = "PJ",
	link     = "Đương lượng nổ",
    },
    ["Mtoe"] = {
	name1    = "đương lượng mêga tấn dầu mỏ",
	symbol   = "Mtoe",
	utype    = "energy",
	scale    = 4.1868e16,
	default  = "PJ",
	link     = "Đương lượng tấn dầu mỏ",
    },
    ["MtonTNT"] = {
	name1    = "mêga tấn TNT",
	symbol   = "Mt",
	utype    = "energy",
	scale    = 4.184e15,
	default  = "PJ",
	link     = "Đương lượng nổ",
    },
    ["mtonTNT"] = {
	name1    = "mili tấn TNT",
	symbol   = "milliton of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184000,
	default  = "MJ",
	link     = "Đương lượng nổ",
    },
    ["MtTNT"] = {
	name1    = "mêga tấn TNT",
	symbol   = "megatonne of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4.184e15,
	default  = "PJ",
	link     = "Đương lượng nổ",
    },
    ["mtTNT"] = {
	name1    = "mili tấn TNT",
	symbol   = "millitonne of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184000,
	default  = "MJ",
	link     = "Đương lượng nổ",
    },
    ["MW.h"] = {
	name1    = "mêgawatt giờ",
	symbol   = "MW·h",
	utype    = "energy",
	scale    = 3600000000,
	default  = "GJ",
	link     = "Watt giờ",
    },
    ["mW.h"] = {
	name1    = "miliwatt giờ",
	symbol   = "mW·h",
	utype    = "energy",
	scale    = 3.6,
	default  = "J",
	link     = "Watt giờ",
    },
    ["MWh"] = {
	name1    = "mêgawatt giờ",
	symbol   = "MWh",
	utype    = "energy",
	scale    = 3600000000,
	default  = "GJ",
	link     = "Watt giờ",
    },
    ["mWh"] = {
	name1    = "miliwatt giờ",
	symbol   = "mWh",
	utype    = "energy",
	scale    = 3.6,
	default  = "J",
	link     = "Watt giờ",
    },
    ["neV"] = {
	name1    = "nanô electronvôn",
	symbol   = "neV",
	utype    = "energy",
	scale    = 1.602176487e-28,
	default  = "yJ",
	link     = "Electronvolt",
    },
    ["PeV"] = {
	name1    = "pêta electronvôn",
	symbol   = "PeV",
	utype    = "energy",
	scale    = 0.0001602176487,
	default  = "mJ",
	link     = "Electronvolt",
    },
    ["peV"] = {
	name1    = "picô electronvôn",
	symbol   = "peV",
	utype    = "energy",
	scale    = 1.602176487e-31,
	default  = "yJ",
	link     = "Electronvolt",
    },
    ["quad"] = {
	name1    = "triệu tỷ đơn vị nhiệt Anh",
	symbol   = "quad",
	utype    = "energy",
	scale    = 1.054804e18,
	default  = "EJ",
	link     = "Quad (đơn vị)",
    },
    ["Ry"] = {
	name1    = "rydberg",
	symbol   = "Ry",
	utype    = "energy",
	scale    = 2.1798741e-18,
	default  = "eV",
	link     = "Hằng số Rydberg",
    },
    ["scc"] = {
	name1    = "xentimét khối chuẩn",
	symbol   = "scc",
	utype    = "energy",
	scale    = 0.101325,
	default  = "mJ",
	link     = "atmôtphe",
    },
    ["scf"] = {
	name1    = "foot khối chuẩn",
	symbol   = "scf",
	utype    = "energy",
	scale    = 2869.2044809344,
	default  = "kJ",
	link     = "atmôtphe",
    },
    ["scfoot"] = {
	name1    = "foot khối chuẩn",
	symbol   = "scf",
	utype    = "energy",
	scale    = 2869.2044809344,
	default  = "kJ",
	link     = "atmôtphe",
    },
    ["scy"] = {
	name1    = "yard khối chuẩn",
	symbol   = "scy",
	utype    = "energy",
	scale    = 77468.5209852288,
	default  = "kJ",
	link     = "atmôtphe",
    },
    ["sl"] = {
	name1    = "lít chuẩn",
	symbol   = "sl",
	utype    = "energy",
	scale    = 101.325,
	default  = "J",
	link     = "atmôtphe",
    },
    ["t(TNT)"] = {
	name1    = "tấn",
	symbol   = "t",
	utype    = "energy",
	scale    = 4184000000,
	default  = "GJ",
	link     = "Đương lượng nổ",
    },
    ["TeV"] = {
	name1    = "têra electronvôn",
	symbol   = "TeV",
	utype    = "energy",
	scale    = 1.602176487e-7,
	default  = "µJ",
	link     = "Electronvolt",
    },
    ["th"] = {
	name1    = "thermie",
	symbol   = "th",
	utype    = "energy",
	scale    = 4186800,
	default  = "MJ",
    },
    ["thm-EC"] = {
	name1    = "therm (UBCA)",
	symbol   = "thm (UBCA)",
	utype    = "energy",
	scale    = 105506000,
	default  = "MJ",
	link     = "Therm",
    },
    ["thm-UK"] = {
	name1    = "therm (Anh)",
	symbol   = "thm (Anh)",
	utype    = "energy",
	scale    = 105505585.257348,
	default  = "MJ",
	link     = "Therm",
    },
    ["thm-US"] = {
	name1    = "therm (Mỹ)",
	symbol   = "thm (Mỹ)",
	utype    = "energy",
	scale    = 105480400,
	default  = "MJ",
	link     = "Therm",
    },
    ["toe"] = {
	name1    = "đương lượng tấn dầu mỏ",
	symbol   = "toe",
	utype    = "energy",
	scale    = 41868000000,
	default  = "GJ",
    },
    ["tonTNT"] = {
	name1    = "tấn TNT",
	symbol   = "ton of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184000000,
	default  = "GJ",
	link     = "Đương lượng nổ",
    },
    ["tTNT"] = {
	name1    = "tấn TNT",
	symbol   = "tonne of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184000000,
	default  = "GJ",
	link     = "Đương lượng nổ",
    },
    ["TtonTNT"] = {
	name1    = "têra tấn TNT",
	symbol   = "teraton of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4.184e21,
	default  = "ZJ",
	link     = "Đương lượng nổ",
    },
    ["TtTNT"] = {
	name1    = "têra tấn TNT",
	symbol   = "teratonne of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4.184e21,
	default  = "ZJ",
	link     = "Đương lượng nổ",
    },
    ["TW.h"] = {
	name1    = "têrawatt giờ",
	symbol   = "TW·h",
	utype    = "energy",
	scale    = 3.6e15,
	default  = "PJ",
	link     = "Watt giờ",
    },
    ["TWh"] = {
	name1    = "têrawatt giờ",
	symbol   = "TWh",
	utype    = "energy",
	scale    = 3.6e15,
	default  = "PJ",
	link     = "Watt giờ",
    },
    ["USgalatm"] = {
	name1    = "galông Mỹ atmôtphe",
	symbol   = "atm·gal&nbsp;Mỹ",
	utype    = "energy",
	scale    = 383.5568490138,
	default  = "J",
	link     = "atmôtphe",
    },
    ["W.h"] = {
	name1    = "watt giờ",
	symbol   = "W·h",
	utype    = "energy",
	scale    = 3600,
	default  = "kJ",
    },
    ["Wh"] = {
	name1    = "watt giờ",
	symbol   = "Wh",
	utype    = "energy",
	scale    = 3600,
	default  = "kJ",
    },
    ["µerg"] = {
	name1    = "micrô erg",
	symbol   = "µerg",
	utype    = "energy",
	scale    = 1e-13,
	default  = "nJ",
	link     = "Erg",
    },
    ["µeV"] = {
	name1    = "micrô electronvôn",
	symbol   = "µeV",
	utype    = "energy",
	scale    = 1.602176487e-25,
	default  = "yJ",
	link     = "Electronvolt",
    },
    ["µLatm"] = {
	name1    = "micrôlít atmôtphe",
	symbol   = "µL·atm",
	utype    = "energy",
	scale    = 0.000101325,
	default  = "µJ",
	link     = "atmôtphe",
    },
    ["µlatm"] = {
	name1    = "micrôlít atmôtphe",
	symbol   = "µl·atm",
	utype    = "energy",
	scale    = 0.000101325,
	default  = "µJ",
	link     = "atmôtphe",
    },
    ["µtonTNT"] = {
	name1    = "micrô tấn TNT",
	symbol   = "microton of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184,
	default  = "kJ",
	link     = "Đương lượng nổ",
    },
    ["µtTNT"] = {
	name1    = "micrô tấn TNT",
	symbol   = "microtonne of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184,
	default  = "kJ",
	link     = "Đương lượng nổ",
    },
    ["µW.h"] = {
	name1    = "micrôwatt giờ",
	symbol   = "µW·h",
	utype    = "energy",
	scale    = 0.0036,
	default  = "mJ",
	link     = "Watt giờ",
    },
    ["µWh"] = {
	name1    = "micrôwatt giờ",
	symbol   = "µWh",
	utype    = "energy",
	scale    = 0.0036,
	default  = "mJ",
	link     = "Watt giờ",
    },
    ["-kW.h"] = {
	target   = "kW.h",
	link     = "Kilôwatt giờ",
    },
    ["btu"] = {
	target   = "BTU",
    },
    ["Calorie"] = {
	target   = "Cal",
    },
    ["ft.lbf"] = {
	target   = "ftlbf",
    },
    ["ft·lb-f"] = {
	target   = "ftlb-f",
    },
    ["ft·lbf"] = {
	target   = "ftlbf",
    },
    ["g-cal-15"] = {
	target   = "cal-15",
    },
    ["g-cal-IT"] = {
	target   = "cal-IT",
    },
    ["g-cal-th"] = {
	target   = "cal-th",
    },
    ["g-kcal-15"] = {
	target   = "kcal-15",
    },
    ["g-kcal-IT"] = {
	target   = "kcal-IT",
    },
    ["g-kcal-th"] = {
	target   = "kcal-th",
    },
    ["g-Mcal-15"] = {
	target   = "Mcal-15",
    },
    ["g-mcal-15"] = {
	target   = "mcal-15",
    },
    ["g-Mcal-IT"] = {
	target   = "Mcal-IT",
    },
    ["g-mcal-IT"] = {
	target   = "mcal-IT",
    },
    ["g-Mcal-th"] = {
	target   = "Mcal-th",
    },
    ["g-mcal-th"] = {
	target   = "mcal-th",
    },
    ["GW-h"] = {
	target   = "GW.h",
    },
    ["GW·h"] = {
	target   = "GW.h",
    },
    ["Hartree"] = {
	target   = "Eh",
    },
    ["hp.h"] = {
	target   = "hph",
    },
    ["hp·h"] = {
	target   = "hph",
    },
    ["in.lb-f"] = {
	target   = "inlb-f",
    },
    ["in.lbf"] = {
	target   = "inlbf",
    },
    ["in.oz-f"] = {
	target   = "inoz-f",
    },
    ["in.ozf"] = {
	target   = "inozf",
    },
    ["in·lb-f"] = {
	target   = "inlb-f",
    },
    ["in·lbf"] = {
	target   = "inlbf",
    },
    ["in·oz-f"] = {
	target   = "inoz-f",
    },
    ["in·ozf"] = {
	target   = "inozf",
    },
    ["kbboe"] = {
	target   = "kBOE",
	symbol   = "kbboe",
    },
    ["kg-cal-15"] = {
	target   = "Cal-15",
    },
    ["kg-cal-IT"] = {
	target   = "Cal-IT",
    },
    ["kg-cal-th"] = {
	target   = "Cal-th",
    },
    ["kW-h"] = {
	target   = "kW.h",
    },
    ["kW·h"] = {
	target   = "kW.h",
    },
    ["MW-h"] = {
	target   = "MW.h",
    },
    ["mW-h"] = {
	target   = "mW.h",
    },
    ["MW·h"] = {
	target   = "MW.h",
    },
    ["mW·h"] = {
	target   = "mW.h",
    },
    ["TW-h"] = {
	target   = "TW.h",
    },
    ["TW·h"] = {
	target   = "TW.h",
    },
    ["U.S.galatm"] = {
	target   = "USgalatm",
	sp_us    = true,
    },
    ["uerg"] = {
	target   = "µerg",
    },
    ["ueV"] = {
	target   = "µeV",
    },
    ["uLatm"] = {
	target   = "µLatm",
    },
    ["ulatm"] = {
	target   = "µlatm",
    },
    ["usgalatm"] = {
	target   = "USgalatm",
    },
    ["utonTNT"] = {
	target   = "µtonTNT",
    },
    ["utTNT"] = {
	target   = "µtTNT",
    },
    ["uW-h"] = {
	target   = "µW.h",
    },
    ["uW.h"] = {
	target   = "µW.h",
    },
    ["uWh"] = {
	target   = "µWh",
    },
    ["uW·h"] = {
	target   = "µW.h",
    },
    ["W-h"] = {
	target   = "W.h",
    },
    ["W·h"] = {
	target   = "W.h",
    },
    ["µW-h"] = {
	target   = "µW.h",
    },
    ["µW·h"] = {
	target   = "µW.h",
    },
    ["μerg"] = {
	target   = "µerg",
    },
    ["μeV"] = {
	target   = "µeV",
    },
    ["μLatm"] = {
	target   = "µLatm",
    },
    ["μlatm"] = {
	target   = "µlatm",
    },
    ["μtonTNT"] = {
	target   = "µtonTNT",
    },
    ["μtTNT"] = {
	target   = "µtTNT",
    },
    ["μW-h"] = {
	target   = "µW.h",
    },
    ["μW.h"] = {
	target   = "µW.h",
    },
    ["μWh"] = {
	target   = "µWh",
    },
    ["μW·h"] = {
	target   = "µW.h",
    },
    ["kcal/mol"] = {
	per      = { "kcal", "mol" },
	utype    = "energy per chemical amount",
	default  = "kJ/mol",
	link     = "Kilô ca-lo trên mol",
    },
    ["kJ/mol"] = {
	per      = { "kJ", "mol" },
	utype    = "energy per chemical amount",
	default  = "kcal/mol",
	link     = "Joule trên mol",
    },
    ["kWh/100 km"] = {
	name1    = "kilôwatt giờ mỗi 100 kilômét",
	symbol   = "kW·h/100 km",
	utype    = "energy per unit length",
	scale    = 36,
	default  = "MJ/km kWh/mi",
	link     = "Watt giờ",
    },
    ["MJ/100 km"] = {
	name1    = "mêgajun mỗi 100 kilômét",
	symbol   = "MJ/100 km",
	utype    = "energy per unit length",
	scale    = 10,
	default  = "BTU/mi",
	link     = "Đơn vị nhiệt Anh",
    },
    ["BTU/mi"] = {
	per      = { "BTU", "mi" },
	utype    = "energy per unit length",
	default  = "v > 1525 ! M ! k ! J/km",
    },
    ["kJ/km"] = {
	per      = { "kJ", "km" },
	utype    = "energy per unit length",
	default  = "BTU/mi",
    },
    ["kWh/km"] = {
	per      = { "-kW.h", "km" },
	utype    = "energy per unit length",
	default  = "MJ/km kWh/mi",
    },
    ["kWh/mi"] = {
	per      = { "-kW.h", "mi" },
	utype    = "energy per unit length",
	default  = "kWh/km MJ/km",
    },
    ["MJ/km"] = {
	per      = { "MJ", "km" },
	utype    = "energy per unit length",
	default  = "BTU/mi",
    },
    ["BTU/lb"] = {
	name1    = "đơn vị nhiệt Anh trên pound",
	symbol   = "BTU/lb",
	utype    = "energy per unit mass",
	scale    = 429.92261414790346,
	default  = "kJ/kg",
	link     = "đơn vị nhiệt Anh",
    },
    ["cal/g"] = {
	name1    = "ca-lo trên gam",
	symbol   = "cal/g",
	utype    = "energy per unit mass",
	scale    = 4184,
	default  = "J/g",
	link     = "ca-lo trên gam",
    },
    ["GJ/kg"] = {
	name1    = "gigajun trên kilôgam",
	symbol   = "GJ/kg",
	utype    = "energy per unit mass",
	scale    = 1e9,
	default  = "ktTNT/t",
	link     = "Joule",
    },
    ["J/g"] = {
	name1    = "jun trên gam",
	symbol   = "J/g",
	utype    = "energy per unit mass",
	scale    = 1000,
	default  = "kcal/g",
	link     = "Joule",
    },
    ["kcal/g"] = {
	name1    = "ki-lô ca-lo trên gam",
	symbol   = "kcal/g",
	utype    = "energy per unit mass",
	scale    = 4184000,
	default  = "kJ/g",
	link     = "ki-lô ca-lo trên gam",
    },
    ["kJ/g"] = {
	name1    = "kilôjun trên gam",
	symbol   = "kJ/g",
	utype    = "energy per unit mass",
	scale    = 1000000,
	default  = "kcal/g",
	link     = "Joule",
    },
    ["kJ/kg"] = {
	name1    = "kilôjun trên kilôgam",
	symbol   = "kJ/kg",
	utype    = "energy per unit mass",
	scale    = 1000,
	default  = "BTU/lb",
	link     = "kilôjun trên kilôgam",
    },
    ["ktonTNT/MT"] = {
	name1    = "kilô tấn TNT trên tấn",
	symbol   = "kiloton of TNT per metric ton",
	usename  = 1,
	utype    = "energy per unit mass",
	scale    = 4184000000,
	default  = "GJ/kg",
	link     = "Đương lượng nổ",
    },
    ["ktTNT/t"] = {
	name1    = "kilô tấn TNT trên tấn",
	symbol   = "kilotonne of TNT per tonne",
	usename  = 1,
	utype    = "energy per unit mass",
	scale    = 4184000000,
	default  = "GJ/kg",
	link     = "Đương lượng nổ",
    },
    ["MtonTNT/MT"] = {
	name1    = "mêga tấn TNT trên tấn",
	symbol   = "megaton of TNT per metric ton",
	usename  = 1,
	utype    = "energy per unit mass",
	scale    = 4.184e12,
	default  = "TJ/kg",
	link     = "Đương lượng nổ",
    },
    ["MtTNT/MT"] = {
	name1    = "mêga tấn TNT trên tấn",
	symbol   = "megatonne of TNT per tonne",
	usename  = 1,
	utype    = "energy per unit mass",
	scale    = 4.184e12,
	default  = "TJ/kg",
	link     = "Đương lượng nổ",
    },
    ["TJ/kg"] = {
	name1    = "têrajun trên kilôgam",
	symbol   = "TJ/kg",
	utype    = "energy per unit mass",
	scale    = 1e12,
	default  = "MtTNT/MT",
	link     = "Joule",
    },
    ["Cal/g"] = {
	per      = { "Cal", "g" },
	utype    = "energy per unit mass",
	default  = "kJ/g",
    },
    ["BTU/cuft"] = {
	per      = { "BTU", "cuft" },
	utype    = "energy per unit volume",
	default  = "kJ/L",
    },
    ["Cal/12USoz(mL)serve"] = {
	per      = { "Cal", "-12USoz(mL)serve" },
	utype    = "energy per unit volume",
	default  = "kJ/L",
    },
    ["Cal/12USoz(ml)serve"] = {
	per      = { "Cal", "-12USoz(ml)serve" },
	utype    = "energy per unit volume",
	default  = "kJ/l",
    },
    ["Cal/12USozserve"] = {
	per      = { "Cal", "-12USozserve" },
	utype    = "energy per unit volume",
	default  = "kJ/L",
    },
    ["Cal/USoz"] = {
	per      = { "Cal", "USoz" },
	utype    = "energy per unit volume",
	default  = "kJ/ml",
    },
    ["kJ/L"] = {
	per      = { "kJ", "L" },
	utype    = "energy per unit volume",
	default  = "BTU/cuft",
    },
    ["kJ/l"] = {
	per      = { "kJ", "l" },
	utype    = "energy per unit volume",
	default  = "BTU/cuft",
    },
    ["kJ/ml"] = {
	per      = { "kJ", "ml" },
	utype    = "energy per unit volume",
	default  = "Cal/USoz",
    },
    ["Sv"] = {
	_name1   = "sievert",
	_symbol  = "Sv",
	utype    = "equivalent radiation dose",
	scale    = 1,
	prefixes = 1,
	default  = "rem",
	link     = "Sievert",
    },
    ["rem"] = {
	_name1   = "rem",
	_symbol  = "rem",
	utype    = "equivalent radiation dose",
	scale    = 0.01,
	prefixes = 1,
	default  = "Sv",
	link     = "Đương lượng Roentgen trên con người",
    },
    ["g/km"] = {
	name1    = "gam trên kilômét",
	symbol   = "g/km",
	utype    = "exhaust emission",
	scale    = 1e-6,
	default  = "oz/mi",
	link     = "Khí thải",
    },
    ["g/mi"] = {
	name1    = "gam trên dặm Anh",
	symbol   = "g/mi",
	utype    = "exhaust emission",
	scale    = 6.2137119223733397e-7,
	default  = "g/km",
	link     = "Khí thải",
    },
    ["gCO2/km"] = {
	name1    = "gam CO<sub>2</sub> trên kilômét",
	symbol   = "g(CO<sub>2</sub>)/km",
	utype    = "exhaust emission",
	scale    = 1e-6,
	default  = "ozCO2/mi",
	link     = "Khí thải",
    },
    ["gCO2/mi"] = {
	name1    = "gam CO<sub>2</sub> trên dặm Anh",
	symbol   = "g(CO<sub>2</sub>)/mi",
	utype    = "exhaust emission",
	scale    = 6.2137119223733397e-7,
	default  = "gCO2/km",
	link     = "Khí thải",
    },
    ["kg/km"] = {
	name1    = "kilôgam trên kilômét",
	symbol   = "kg/km",
	utype    = "exhaust emission",
	scale    = 0.001,
	default  = "lb/mi",
	link     = "Khí thải",
    },
    ["kgCO2/km"] = {
	name1    = "kilôgam CO<sub>2</sub> trên kilômét",
	symbol   = "kg(CO<sub>2</sub>)/km",
	utype    = "exhaust emission",
	scale    = 0.001,
	default  = "lbCO2/mi",
	link     = "Khí thải",
    },
    ["lb/mi"] = {
	name1    = "pound trên dặm Anh",
	symbol   = "lb/mi",
	utype    = "exhaust emission",
	scale    = 0.00028184923173665794,
	default  = "kg/km",
	link     = "Khí thải",
    },
    ["lbCO2/mi"] = {
	name1    = "pound CO<sub>2</sub> trên dặm Anh",
	symbol   = "lb(CO<sub>2</sub>)/mi",
	utype    = "exhaust emission",
	scale    = 0.00028184923173665794,
	default  = "kgCO2/km",
	link     = "Khí thải",
    },
    ["oz/mi"] = {
	name1    = "ounce trên dặm Anh",
	symbol   = "oz/mi",
	utype    = "exhaust emission",
	scale    = 1.7615576983541121e-5,
	default  = "g/km",
	link     = "Khí thải",
    },
    ["ozCO2/mi"] = {
	name1    = "ounce CO<sub>2</sub> trên dặm Anh",
	symbol   = "oz(CO<sub>2</sub>)/mi",
	utype    = "exhaust emission",
	scale    = 1.7615576983541121e-5,
	default  = "gCO2/km",
	link     = "Khí thải",
    },
    ["cuft/a"] = {
	name1    = "foot khối trên năm",
	symbol   = "cu&nbsp;ft/a",
	utype    = "flow",
	scale    = 8.9730672142368242e-10,
	default  = "m3/a",
	link     = "Foot khối trên giây",
    },
    ["cuft/d"] = {
	name1    = "foot khối trên ngày",
	symbol   = "cu&nbsp;ft/d",
	utype    = "flow",
	scale    = 3.2774128000000003e-7,
	default  = "m3/d",
	link     = "Foot khối trên giây",
    },
    ["cuft/h"] = {
	name1    = "foot khối trên giờ",
	symbol   = "cu&nbsp;ft/h",
	utype    = "flow",
	scale    = 7.8657907200000004e-6,
	default  = "m3/h",
	link     = "Foot khối trên giây",
    },
    ["cuft/min"] = {
	name1    = "foot khối trên phút",
	symbol   = "cu&nbsp;ft/min",
	utype    = "flow",
	scale    = 0.00047194744319999999,
	default  = "m3/min",
	link     = "Foot khối trên giây",
    },
    ["cuft/s"] = {
	name1    = "foot khối trên giây",
	symbol   = "cu&nbsp;ft/s",
	utype    = "flow",
	scale    = 28316846592e-12,
	default  = "m3/s",
	link     = "Foot khối trên giây",
    },
    ["cumi/a"] = {
	name1    = "dặm khối Anh trên năm",
	symbol   = "cu&nbsp;mi/a",
	utype    = "flow",
	scale    = 132.08171170940057,
	default  = "km3/a",
	link     = "Foot khối trên giây",
    },
    ["cuyd/h"] = {
	name1    = "yard khối trên giờ",
	symbol   = "cuyd/h",
	utype    = "flow",
	scale    = 0.00021237634944000001,
	default  = "m3/h",
	link     = "Foot khối trên phút",
    },
    ["cuyd/s"] = {
	name1    = "yard khối trên giây",
	symbol   = "cu&nbsp;yd/s",
	utype    = "flow",
	scale    = 0.76455485798400002,
	default  = "m3/s",
	link     = "Yard khối trên giây",
    },
    ["Goilbbl/a"] = {
	name1    = "tỷ thùng trên năm",
	symbol   = "Gbbl/a",
	utype    = "flow",
	scale    = 5.0380033629933836,
	default  = "v * 1.58987294928 < 10 ! e6 ! e9 ! m3/a",
	link     = "Barrel trên ngày",
    },
    ["impgal/h"] = {
	name1    = "galông Anh trên giờ",
	symbol   = "gal&nbsp;Anh/h",
	utype    = "flow",
	scale    = 1.2628027777777779e-6,
	default  = "m3/h",
	link     = "Gallon",
    },
    ["impgal/min"] = {
	name1    = "galông Anh trên phút",
	symbol   = "gal&nbsp;Anh/min",
	utype    = "flow",
	scale    = 7.5768166666666671e-5,
	default  = "m3/s",
	link     = "Gallon",
    },
    ["impgal/s"] = {
	name1    = "galông Anh trên giây",
	symbol   = "gal&nbsp;Anh/s",
	utype    = "flow",
	scale    = 0.00454609,
	default  = "m3/s",
	link     = "Gallon Anh trên giây",
    },
    ["km3/a"] = {
	name1    = "kilômét khối trên năm",
	symbol   = "km<sup>3</sup>/a",
	utype    = "flow",
	scale    = 31.68808781402895,
	default  = "cumi/a",
	link     = "Mét khối trên giây",
    },
    ["km3/d"] = {
	name1    = "kilômét khối trên ngày",
	symbol   = "km<sup>3</sup>/d",
	utype    = "flow",
	scale    = 11574.074074074075,
	default  = "cuft/d",
	link     = "Mét khối trên giây",
    },
    ["koilbbl/a"] = {
	name1    = "ngàn thùng trên năm",
	symbol   = "kbbl/a",
	utype    = "flow",
	scale    = 5.0380033629933841e-6,
	default  = "v * 1.58987294928 < 10 ! ! e3 ! m3/a",
	link     = "Barrel trên ngày",
    },
    ["koilbbl/d"] = {
	name1    = "ngàn thùng trên ngày",
	symbol   = "kbbl/d",
	utype    = "flow",
	scale    = 0.0018401307283333335,
	default  = "v * 1.58987294928 < 10 ! ! e3 ! m3/d",
	link     = "Barrel trên ngày",
    },
    ["L/h"] = {
	name1    = "lít trên giờ",
	symbol   = "L/h",
	utype    = "flow",
	scale    = 2.7777777777777776e-7,
	default  = "impgal/h USgal/h",
	link     = "Mét khối trên giây",
    },
    ["L/min"] = {
	name1    = "lít trên phút",
	symbol   = "L/min",
	utype    = "flow",
	scale    = 1.6666666666666667e-5,
	default  = "impgal/min USgal/min",
	link     = "Mét khối trên giây",
    },
    ["L/s"] = {
	name1    = "lít trên giây",
	symbol   = "L/s",
	utype    = "flow",
	scale    = 0.001,
	default  = "cuft/s",
	link     = "Mét khối trên giây",
    },
    ["m3/a"] = {
	name1    = "mét khối trên năm",
	symbol   = "m<sup>3</sup>/a",
	utype    = "flow",
	scale    = 3.1688087814028947e-8,
	default  = "cuft/a",
	link     = "Mét khối trên giây",
    },
    ["m3/d"] = {
	name1    = "mét khối trên ngày",
	symbol   = "m<sup>3</sup>/d",
	utype    = "flow",
	scale    = 1.1574074074074073e-5,
	default  = "cuft/d",
	link     = "Mét khối trên giây",
    },
    ["m3/h"] = {
	name1    = "mét khối trên giờ",
	symbol   = "m<sup>3</sup>/h",
	utype    = "flow",
	scale    = 0.00027777777777777778,
	default  = "cuft/h",
	link     = "Mét khối trên giây",
    },
    ["m3/min"] = {
	name1    = "mét khối trên phút",
	symbol   = "m<sup>3</sup>/min",
	utype    = "flow",
	scale    = 0.016666666666666666,
	default  = "cuft/min",
	link     = "Mét khối trên giây",
    },
    ["m3/s"] = {
	name1    = "mét khối trên giây",
	symbol   = "m<sup>3</sup>/s",
	utype    = "flow",
	scale    = 1,
	default  = "cuft/s",
	link     = "Mét khối trên giây",
    },
    ["Moilbbl/a"] = {
	name1    = "triệu thùng trên năm",
	symbol   = "Mbbl/a",
	utype    = "flow",
	scale    = 0.0050380033629933837,
	default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3/a",
	link     = "Barrel trên ngày",
    },
    ["Moilbbl/d"] = {
	name1    = "triệu thùng trên ngày",
	symbol   = "Mbbl/d",
	utype    = "flow",
	scale    = 1.8401307283333335,
	default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3/d",
	link     = "Barrel trên ngày",
    },
    ["oilbbl/a"] = {
	name1    = "thùng trên năm",
	symbol   = "bbl/a",
	utype    = "flow",
	scale    = 5.0380033629933841e-9,
	default  = "m3/a",
	link     = "Barrel trên ngày",
    },
    ["oilbbl/d"] = {
	name1    = "thùng trên ngày",
	symbol   = "bbl/d",
	utype    = "flow",
	scale    = 1.8401307283333336e-6,
	default  = "m3/d",
	link     = "Barrel trên ngày",
    },
    ["Toilbbl/a"] = {
	name1    = "ngày tỷ thùng trên năm",
	symbol   = "Tbbl/a",
	utype    = "flow",
	scale    = 5038.0033629933832,
	default  = "v * 1.58987294928 < 10 ! e9 ! e12 ! m3/a",
	link     = "Barrel trên ngày",
    },
    ["U.S.gal/d"] = {
	name1    = "galông Mỹ trên ngày",
	symbol   = "gal&nbsp;Mỹ/d",
	utype    = "flow",
	scale    = 4.3812636388888893e-8,
	default  = "m3/s",
	link     = "Gallon trên ngày",
	customary= 1,
    },
    ["U.S.gal/h"] = {
	name1    = "galông trên giờ",
	symbol   = "gal/h",
	utype    = "flow",
	scale    = 1.0515032733333334e-6,
	default  = "m3/h",
	link     = "Gallon",
	customary= 2,
    },
    ["U.S.gal/min"] = {
	name1    = "galông Mỹ trên phút",
	symbol   = "gal&nbsp;Mỹ/min",
	utype    = "flow",
	scale    = 6.3090196400000003e-5,
	default  = "m3/s",
	link     = "Gallon",
    },
    ["USgal/a"] = {
	name1    = "galông Mỹ trên năm",
	symbol   = "gal&nbsp;Mỹ/a",
	utype    = "flow",
	scale    = 1.1995246102365199e-10,
	default  = "m3/s",
	link     = "Gallon trên ngày",
    },
    ["USgal/d"] = {
	name1    = "galông Mỹ trên ngày",
	symbol   = "gal&nbsp;Mỹ/d",
	utype    = "flow",
	scale    = 4.3812636388888893e-8,
	default  = "m3/s",
	link     = "Gallon trên ngày",
    },
    ["USgal/h"] = {
	name1    = "galông trên giờ",
	symbol   = "gal/h",
	utype    = "flow",
	scale    = 1.0515032733333334e-6,
	default  = "m3/h",
	link     = "Gallon",
	customary= 1,
    },
    ["USgal/min"] = {
	name1    = "galông Mỹ trên phút",
	symbol   = "gal&nbsp;Mỹ/min",
	utype    = "flow",
	scale    = 6.3090196400000003e-5,
	default  = "m3/s",
	link     = "Gallon",
    },
    ["USgal/s"] = {
	name1    = "galông Mỹ trên giây",
	symbol   = "gal&nbsp;Mỹ/s",
	utype    = "flow",
	scale    = 0.003785411784,
	default  = "m3/s",
	link     = "Gallon trên giây",
    },
    ["ft3/a"] = {
	target   = "cuft/a",
    },
    ["ft3/d"] = {
	target   = "cuft/d",
    },
    ["ft3/h"] = {
	target   = "cuft/h",
    },
    ["ft3/s"] = {
	target   = "cuft/s",
    },
    ["Gcuft/a"] = {
	target   = "e9cuft/a",
    },
    ["Gcuft/d"] = {
	target   = "e9cuft/d",
    },
    ["kcuft/a"] = {
	target   = "e3cuft/a",
    },
    ["kcuft/d"] = {
	target   = "e3cuft/d",
    },
    ["kcuft/s"] = {
	target   = "e3cuft/s",
    },
    ["Mcuft/a"] = {
	target   = "e6cuft/a",
    },
    ["Mcuft/d"] = {
	target   = "e6cuft/d",
    },
    ["Mcuft/s"] = {
	target   = "e6cuft/s",
    },
    ["m³/s"] = {
	target   = "m3/s",
    },
    ["Tcuft/a"] = {
	target   = "e12cuft/a",
    },
    ["Tcuft/d"] = {
	target   = "e12cuft/d",
    },
    ["u.s.gal/min"] = {
	target   = "U.S.gal/min",
    },
    ["usgal/min"] = {
	target   = "USgal/min",
    },
    ["-LTf"] = {
	name1    = "tấn lực Anh",
	symbol   = "LTf",
	utype    = "force",
	scale    = 9964.01641818352,
	default  = "kN",
	link     = "Tấn lực (Anh)",
    },
    ["-STf"] = {
	name1    = "tấn lực Mỹ",
	symbol   = "STf",
	utype    = "force",
	scale    = 8896.443230521,
	default  = "kN",
	link     = "Tấn lực (Mỹ)",
    },
    ["dyn"] = {
	name1    = "đyn",
	symbol   = "dyn",
	utype    = "force",
	scale    = 0.00001,
	default  = "gr-f",
    },
    ["g-f"] = {
	name1    = "gam lực",
	symbol   = "g<sub>f</sub>",
	utype    = "force",
	scale    = 0.00980665,
	default  = "mN oz-f",
	link     = "Kilôgam lực",
    },
    ["gf"] = {
	name1    = "gam lực",
	symbol   = "gf",
	utype    = "force",
	scale    = 0.00980665,
	default  = "mN ozf",
	link     = "Kilôgam lực",
    },
    ["gr-f"] = {
	name1    = "grain lực",
	symbol   = "gr<sub>f</sub>",
	utype    = "force",
	scale    = 0.0006354602307515,
	default  = "µN",
	link     = "Pound lực",
    },
    ["grf"] = {
	name1    = "grain lực",
	symbol   = "grf",
	utype    = "force",
	scale    = 0.0006354602307515,
	default  = "µN",
	link     = "Pound lực",
    },
    ["kdyn"] = {
	name1    = "kilôđyn",
	symbol   = "kdyn",
	utype    = "force",
	scale    = 0.01,
	default  = "oz-f",
	link     = "Đyn",
    },
    ["kg-f"] = {
	name1    = "kilôgam lực",
	symbol   = "kg<sub>f</sub>",
	utype    = "force",
	scale    = 9.80665,
	default  = "N lb-f",
    },
    ["kgf"] = {
	name1    = "kilôgam lực",
	symbol   = "kgf",
	utype    = "force",
	scale    = 9.80665,
	default  = "N lbf",
    },
    ["kp"] = {
	name1    = "kilôpond",
	symbol   = "kp",
	utype    = "force",
	scale    = 9.80665,
	default  = "N lb-f",
	link     = "Kilôgam lực",
    },
    ["L/T-f"] = {
	name1    = "tấn lực Anh",
	symbol   = "L/T<sub>f</sub>",
	utype    = "force",
	scale    = 9964.01641818352,
	default  = "kN",
	link     = "Tấn lực (Anh)",
    },
    ["L/Tf"] = {
	name1    = "tấn lực Anh",
	symbol   = "L/Tf",
	utype    = "force",
	scale    = 9964.01641818352,
	default  = "kN",
	link     = "Tấn lực (Anh)",
    },
    ["lb-f"] = {
	name1    = "pound lực",
	symbol   = "lb<sub>f</sub>",
	utype    = "force",
	scale    = 4.4482216152605,
	default  = "N",
    },
    ["lbf"] = {
	name1    = "pound lực",
	symbol   = "lbf",
	utype    = "force",
	scale    = 4.4482216152605,
	default  = "N",
    },
    ["lb(f)"] = {
	name1    = "pound",
	symbol   = "lb",
	utype    = "force",
	scale    = 4.4482216152605,
	default  = "N",
	link     = "Pound lực",
    },
    ["LT-f"] = {
	name1    = "tấn lực Anh",
	symbol   = "LT<sub>f</sub>",
	utype    = "force",
	scale    = 9964.01641818352,
	default  = "kN",
    },
    ["LTf"] = {
	name1    = "tấn lực Anh",
	symbol   = "LTf",
	usename  = 1,
	utype    = "force",
	scale    = 9964.01641818352,
	default  = "kN",
    },
    ["Mdyn"] = {
	name1    = "mêga đyn",
	symbol   = "Mdyn",
	utype    = "force",
	scale    = 10,
	default  = "lb-f",
	link     = "Đyn",
    },
    ["mdyn"] = {
	name1    = "mili đyn",
	symbol   = "mdyn",
	utype    = "force",
	scale    = 0.00000001,
	default  = "gr-f",
	link     = "Đyn",
    },
    ["mg-f"] = {
	name1    = "miligam lực",
	symbol   = "mg<sub>f</sub>",
	utype    = "force",
	scale    = 0.00000980665,
	default  = "µN gr-f",
	link     = "Kilôgam lực",
    },
    ["mgf"] = {
	name1    = "miligam lực",
	symbol   = "mgf",
	utype    = "force",
	scale    = 0.00000980665,
	default  = "µN grf",
	link     = "Kilôgam lực",
    },
    ["Mp"] = {
	name1    = "mêgapond",
	symbol   = "Mp",
	utype    = "force",
	scale    = 9806.65,
	default  = "kN LT-f ST-f",
	link     = "Kilôgam lực",
    },
    ["mp"] = {
	name1    = "milipond",
	symbol   = "mp",
	utype    = "force",
	scale    = 0.00000980665,
	default  = "µN gr-f",
	link     = "Kilôgam lực",
    },
    ["N"] = {
	_name1   = "newtơn",
	_symbol  = "N",
	utype    = "force",
	scale    = 1,
	prefixes = 1,
	default  = "lb-f",
	link     = "Newton",
    },
    ["oz-f"] = {
	name1    = "ounce lực",
	symbol   = "oz<sub>f</sub>",
	utype    = "force",
	scale    = 0.2780138203095378125,
	default  = "mN",
	link     = "Pound lực",
    },
    ["ozf"] = {
	name1    = "ounce lực",
	symbol   = "ozf",
	utype    = "force",
	scale    = 0.2780138203095378125,
	default  = "mN",
	link     = "Pound lực",
    },
    ["p"] = {
	name1    = "pond",
	symbol   = "p",
	utype    = "force",
	scale    = 0.00980665,
	default  = "mN oz-f",
	link     = "Kilôgam lực",
    },
    ["pdl"] = {
	name1    = "poundal",
	symbol   = "pdl",
	utype    = "force",
	scale    = 0.138254954376,
	default  = "N",
    },
    ["S/T-f"] = {
	name1    = "tấn lực Mỹ",
	symbol   = "S/T<sub>f</sub>",
	utype    = "force",
	scale    = 8896.443230521,
	default  = "kN",
	link     = "Tấn lực (Mỹ)",
    },
    ["S/Tf"] = {
	name1    = "tấn lực Mỹ",
	symbol   = "S/Tf",
	utype    = "force",
	scale    = 8896.443230521,
	default  = "kN",
	link     = "Tấn lực (Mỹ)",
    },
    ["ST-f"] = {
	name1    = "tấn lực Mỹ",
	symbol   = "ST<sub>f</sub>",
	utype    = "force",
	scale    = 8896.443230521,
	default  = "kN",
	link     = "Tấn lực (Mỹ)",
    },
    ["STf"] = {
	name1    = "tấn lực Mỹ",
	symbol   = "STf",
	usename  = 1,
	utype    = "force",
	scale    = 8896.443230521,
	default  = "kN",
	link     = "Tấn lực (Mỹ)",
    },
    ["t-f"] = {
	name1    = "tấn lực",
	symbol   = "t<sub>f</sub>",
	utype    = "force",
	scale    = 9806.65,
	default  = "kN LT-f ST-f",
    },
    ["tf"] = {
	name1    = "tấn lực",
	symbol   = "tf",
	utype    = "force",
	scale    = 9806.65,
	default  = "kN LTf STf",
    },
    ["dyne"] = {
	target   = "dyn",
    },
    ["newtons"] = {
	target   = "N",
    },
    ["poundal"] = {
	target   = "pdl",
    },
    ["tonne-force"] = {
	target   = "tf",
    },
    ["impgal/mi"] = {
	per      = { "@impgal", "mi" },
	utype    = "fuel efficiency",
	invert   = 1,
	iscomplex= true,
	default  = "l/km USgal/mi",
    },
    ["km/L"] = {
	per      = { "km", "L" },
	utype    = "fuel efficiency",
	invert   = -1,
	iscomplex= true,
	default  = "mpgimp mpgus",
    },
    ["km/l"] = {
	per      = { "km", "l" },
	utype    = "fuel efficiency",
	invert   = -1,
	iscomplex= true,
	default  = "mpgimp mpgus",
    },
    ["L/100 km"] = {
	per      = { "L", "100km" },
	utype    = "fuel efficiency",
	invert   = 1,
	iscomplex= true,
	default  = "mpgimp mpgus",
	symlink  = "[[Hiệu quả nhiên liệu xe hơi#Đơn vị đo lường|L/100 km]]",
    },
    ["l/100 km"] = {
	per      = { "l", "100km" },
	utype    = "fuel efficiency",
	invert   = 1,
	iscomplex= true,
	default  = "mpgimp mpgus",
	symlink  = "[[Hiệu quả nhiên liệu xe hơi#Đơn vị đo lường|l/100 km]]",
    },
    ["L/km"] = {
	per      = { "L", "km" },
	utype    = "fuel efficiency",
	invert   = 1,
	iscomplex= true,
	default  = "mpgimp mpgus",
    },
    ["l/km"] = {
	per      = { "l", "km" },
	utype    = "fuel efficiency",
	invert   = 1,
	iscomplex= true,
	default  = "mpgimp mpgus",
    },
    ["mi/impqt"] = {
	per      = { "mi", "impqt" },
	utype    = "fuel efficiency",
	invert   = -1,
	iscomplex= true,
	default  = "km/L",
    },
    ["mi/U.S.qt"] = {
	per      = { "mi", "U.S.qt" },
	utype    = "fuel efficiency",
	invert   = -1,
	iscomplex= true,
	default  = "km/L",
    },
    ["mi/USqt"] = {
	per      = { "mi", "USqt" },
	utype    = "fuel efficiency",
	invert   = -1,
	iscomplex= true,
	default  = "km/L",
    },
    ["mi/usqt"] = {
	per      = { "mi", "usqt" },
	utype    = "fuel efficiency",
	invert   = -1,
	iscomplex= true,
	default  = "km/L",
    },
    ["mpgimp"] = {
	per      = { "mi", "@impgal" },
	symbol   = "mpg<sub><small>-Anh</small></sub>",
	utype    = "fuel efficiency",
	invert   = -1,
	iscomplex= true,
	default  = "L/100 km mpgus",
	symlink  = "[[Hiệu quả nhiên liệu xe hơi#Đơn vị đo lường|mpg]]<sub><small>-[[Hệ đo lường Anh|Anh]]</small></sub>",
    },
    ["mpgus"] = {
	per      = { "mi", "+USgal" },
	symbol   = "mpg<sub><small>-Mỹ</small></sub>",
	utype    = "fuel efficiency",
	invert   = -1,
	iscomplex= true,
	default  = "L/100 km mpgimp",
	symlink  = "[[Hiệu quả nhiên liệu xe hơi#Đơn vị đo lường|mpg]]<sub><small>-[[Hệ đo lường Mỹ|Mỹ]]</small></sub>",
    },
    ["U.S.gal/mi"] = {
	per      = { "*U.S.gal", "mi" },
	sp_us    = true,
	utype    = "fuel efficiency",
	invert   = 1,
	iscomplex= true,
	default  = "l/km impgal/mi",
    },
    ["usgal/mi"] = {
	per      = { "+USgal", "mi" },
	utype    = "fuel efficiency",
	invert   = 1,
	iscomplex= true,
	default  = "l/km impgal/mi",
    },
    ["L/100km"] = {
	target   = "L/100 km",
    },
    ["l/100km"] = {
	target   = "l/100 km",
    },
    ["mpg"] = {
	shouldbe = "Sử dụng %{mpgus%} cho dặm trên galông Mỹ hoặc %{mpgimp%} cho dặm trên galông Anh thay vì %{mpg%}",
    },
    ["mpgU.S."] = {
	target   = "mpgus",
	sp_us    = true,
	symlink  = "[[Hiệu quả nhiên liệu xe hơi#Đơn vị đo lường|mpg]]<sub><small>-[[Hệ đo lường Mỹ|Mỹ]]</small></sub>",
    },
    ["mpgu.s."] = {
	target   = "mpgus",
	sp_us    = true,
	symlink  = "[[Hiệu quả nhiên liệu xe hơi#Đơn vị đo lường|mpg]]<sub><small>-[[Hệ đo lường Mỹ|Mỹ]]</small></sub>",
    },
    ["mpgUS"] = {
	target   = "mpgus",
    },
    ["USgal/mi"] = {
	target   = "usgal/mi",
    },
    ["kPa/m"] = {
	per      = { "kPa", "-m-frac" },
	utype    = "fracture gradient",
	default  = "psi/ft",
    },
    ["psi/ft"] = {
	per      = { "psi", "-ft-frac" },
	utype    = "fracture gradient",
	default  = "kPa/m",
    },
    ["cm/km"] = {
	name1    = "xentimét trên kilômét",
	symbol   = "cm/km",
	utype    = "gradient",
	scale    = 0.00001,
	default  = "ft/mi",
	link     = "Độ dốc",
    },
    ["ft/mi"] = {
	name1    = "foot trên dặm",
	symbol   = "ft/mi",
	utype    = "gradient",
	scale    = 0.00018939393939393939,
	default  = "v < 5.28 ! c ! ! m/km",
	link     = "Độ dốc",
    },
    ["ft/nmi"] = {
	name1    = "foot trên hải lý",
	symbol   = "ft/nmi",
	utype    = "gradient",
	scale    = 0.00016457883369330455,
	default  = "v < 6.076 ! c ! ! m/km",
	link     = "Độ dốc",
    },
    ["in/ft"] = {
	name1    = "inch trên foot",
	symbol   = "in/ft",
	utype    = "gradient",
	scale    = 0.083333333333333329,
	default  = "mm/m",
	link     = "Độ dốc",
    },
    ["in/mi"] = {
	name1    = "inch trên dặm",
	symbol   = "in/mi",
	utype    = "gradient",
	scale    = 1.5782828282828283e-5,
	default  = "v < 0.6336 ! m ! c ! m/km",
	link     = "Độ dốc",
    },
    ["m/km"] = {
	name1    = "mét trên kilômét",
	symbol   = "m/km",
	utype    = "gradient",
	scale    = 0.001,
	default  = "ft/mi",
	link     = "Độ dốc",
    },
    ["mm/km"] = {
	name1    = "milimét trên kilômét",
	symbol   = "mm/km",
	utype    = "gradient",
	scale    = 0.000001,
	default  = "in/mi",
	link     = "Độ dốc",
    },
    ["mm/m"] = {
	name1    = "milimét trên mét",
	symbol   = "mm/m",
	utype    = "gradient",
	scale    = 0.001,
	default  = "in/ft",
	link     = "Độ dốc",
    },
    ["admi"] = {
	name1    = "dặm hải quân",
	symbol   = "nmi&nbsp;(hải quân)",
	utype    = "length",
	scale    = 1853.184,
	default  = "km mi",
	link     = "Hải lý",
    },
    ["AU"] = {
	name1    = "đơn vị thiên văn",
	usesymbol= 1,
	symbol   = "au",
	utype    = "length",
	scale    = 149597870700,
	default  = "km mi",
    },
    ["Brnmi"] = {
	name1    = "hải lý Anh",
	symbol   = "nmi&nbsp;(Anh)",
	utype    = "length",
	scale    = 1853.184,
	default  = "km mi",
	link     = "Hải lý",
    },
    ["bu"] = {
	symbol   = "bu",
	usename  = 1,
	utype    = "length",
	scale    = 0.0030303030303030303,
	default  = "mm",
	link     = "Hệ đo lường Nhật#Độ dài",
    },
    ["ch"] = {
	name1    = "chain",
	symbol   = "ch",
	utype    = "length",
	scale    = 20.1168,
	default  = "ft m",
	subdivs  = { ["ft"] = { 66, default = "m" }, ["yd"] = { 22, default = "m" } },
    },
    ["chain"] = {
	symbol   = "chain",
	usename  = 1,
	utype    = "length",
	scale    = 20.1168,
	default  = "ft m",
	subdivs  = { ["ft"] = { 66, default = "m" }, ["yd"] = { 22, default = "m" } },
    },
    ["dpcm"] = {
	name1    = "điểm ảnh trên xentimét",
	symbol   = "điểm/cm",
	utype    = "length",
	scale    = 100,
	invert   = -1,
	iscomplex= true,
	default  = "dpi",
	link     = "Điểm ảnh trên inch#Đơn vị hệ mét được đề nghị",
    },
    ["dpi"] = {
	name1    = "điểm ảnh trên inch",
	symbol   = "DPI",
	utype    = "length",
	scale    = 39.370078740157481,
	invert   = -1,
	iscomplex= true,
	default  = "pitch",
	link     = "Điểm ảnh trên inch",
    },
    ["fathom"] = {
	name1    = "sải",
	symbol   = "fathom",
	usename  = 1,
	utype    = "length",
	scale    = 1.8288,
	default  = "ft m",
	link     = "Sải (đơn vị)",
    },
    ["foot"] = {
	name1    = "foot",
	symbol   = "ft",
	utype    = "length",
	scale    = 0.3048,
	default  = "m",
	subdivs  = { ["in"] = { 12, default = "m" } },
    },
    ["ft"] = {
	name1    = "foot",
	symbol   = "ft",
	utype    = "length",
	scale    = 0.3048,
	exception= "integer_more_precision",
	default  = "m",
	subdivs  = { ["in"] = { 12, default = "m" } },
    },
    ["furlong"] = {
	symbol   = "furlong",
	usename  = 1,
	utype    = "length",
	scale    = 201.168,
	default  = "ft m",
    },
    ["Gly"] = {
	name1    = "tỷ năm ánh sáng",
	symbol   = "Gly",
	utype    = "length",
	scale    = 9.4607304725808e24,
	default  = "Mpc",
	link     = "Năm ánh sáng",
    },
    ["Gpc"] = {
	name1    = "gigaparsec",
	symbol   = "Gpc",
	utype    = "length",
	scale    = 3.0856775814671916e25,
	default  = "Gly",
	link     = "Parsec",
    },
    ["hand"] = {
	name1    = "hand",
	symbol   = "h",
	utype    = "length",
	builtin  = "hand",
	scale    = 0.1016,
	iscomplex= true,
	default  = "in cm",
    },
    ["in"] = {
	name1    = "inch",
	symbol   = "in",
	utype    = "length",
	scale    = 0.0254,
	exception= "subunit_more_precision",
	default  = "mm",
    },
    ["inabbreviated"] = {
	symbol   = "in",
	utype    = "length",
	scale    = 0.0254,
	default  = "mm",
	link     = "Inch",
    },
    ["kly"] = {
	name1    = "ngàn năm ánh sáng",
	symbol   = "kly",
	utype    = "length",
	scale    = 9.4607304725808e18,
	default  = "pc",
	link     = "Năm ánh sáng",
    },
    ["kpc"] = {
	name1    = "kilôparsec",
	symbol   = "kpc",
	utype    = "length",
	scale    = 3.0856775814671916e19,
	default  = "kly",
	link     = "Parsec",
    },
    ["LD"] = {
	name1    = "khoảng cách tới mặt trăng",
	symbol   = "LD",
	utype    = "length",
	scale    = 384403000,
	default  = "km mi",
	link     = "Khoảng cách tới mặt trăng (thiên văn học)",
    },
    ["league"] = {
	symbol   = "lý",
	utype    = "length",
	scale    = 4828.032,
	default  = "km",
	link     = "Lý (đơn vị)",
    },
    ["ly"] = {
	name1    = "năm ánh sáng",
	symbol   = "ly",
	utype    = "length",
	scale    = 9.4607304725808e15,
	default  = "AU",
    },
    ["m"] = {
	_name1   = "mét",
	_symbol  = "m",
	utype    = "length",
	scale    = 1,
	prefixes = 1,
	default  = "v > 0 and v < 3 ! ftin ! ft",
	link     = "Mét",
    },
    ["mi"] = {
	name1    = "dặm",
	symbol   = "dặm",
	utype    = "length",
	scale    = 1609.344,
	default  = "km",
	subdivs  = { ["ch"] = { 80, default = "km" }, ["chain"] = { 80, default = "km" }, ["ft"] = { 5280, default = "km" }, ["yd"] = { 1760, default = "km" } },
	link     = "Dặm Anh",
    },
    ["mil"] = {
	symbol   = "mil",
	usename  = 1,
	utype    = "length",
	scale    = 0.0000254,
	default  = "mm",
	link     = "Phần ngàn inch",
    },
    ["Mly"] = {
	name1    = "triệu năm ánh sáng",
	symbol   = "Mly",
	utype    = "length",
	scale    = 9.4607304725808e21,
	default  = "kpc",
	link     = "Năm ánh sáng",
    },
    ["Mpc"] = {
	name1    = "mêgaparsec",
	symbol   = "Mpc",
	utype    = "length",
	scale    = 3.0856775814671916e22,
	default  = "Mly",
	link     = "Parsec",
    },
    ["NM"] = {
	name1    = "hải lý",
	symbol   = "NM",
	utype    = "length",
	scale    = 1852,
	default  = "km mi",
    },
    ["nmi"] = {
	name1    = "hải lý",
	symbol   = "nmi",
	utype    = "length",
	scale    = 1852,
	default  = "km mi",
    },
    ["oldUKnmi"] = {
	name1    = "hải lý",
	symbol   = "nmi",
	utype    = "length",
	scale    = 1853.184,
	default  = "km mi",
    },
    ["oldUSnmi"] = {
	name1    = "hải lý",
	symbol   = "nmi",
	utype    = "length",
	scale    = 1853.24496,
	default  = "km mi",
	link     = "Hải lý",
    },
    ["pc"] = {
	name1    = "parsec",
	symbol   = "pc",
	utype    = "length",
	scale    = 3.0856775814671916e16,
	default  = "ly",
    },
    ["perch"] = {
	symbol   = "perch",
	usename  = 1,
	utype    = "length",
	scale    = 5.0292,
	default  = "ft m",
	link     = "Rod (đơn vị)",
    },
    ["pitch"] = {
	name1    = "micrômét trên điểm ảnh",
	symbol   = "µm",
	utype    = "length",
	scale    = 1e-6,
	default  = "dpi",
	defkey   = "pitch",
	linkey   = "pitch",
	link     = "Điểm ảnh trên inch#Đơn vị hệ mét được đề nghị",
    },
    ["pole"] = {
	symbol   = "pole",
	usename  = 1,
	utype    = "length",
	scale    = 5.0292,
	default  = "ft m",
	link     = "Rod (đơn vị)",
    },
    ["pre1954U.S.nmi"] = {
	symbol   = "nmi (Mỹ&nbsp;trước&nbsp;1954)",
	utype    = "length",
	scale    = 1853.24496,
	default  = "km mi",
	link     = "Hải lý",
    },
    ["pre1954USnmi"] = {
	name1    = "hải lý (Mỹ&nbsp;trước&nbsp;1954)",
	symbol   = "nmi (Mỹ&nbsp;trước&nbsp;1954)",
	utype    = "length",
	scale    = 1853.24496,
	default  = "km mi",
	link     = "Hải lý",
    },
    ["rd"] = {
	name1    = "rod",
	symbol   = "rd",
	utype    = "length",
	scale    = 5.0292,
	default  = "ft m",
	link     = "Rod (đơn vị)",
    },
    ["royal cubit"] = {
	name1    = "cubit hoàng gia",
	symbol   = "cu",
	utype    = "length",
	scale    = 0.524,
	default  = "mm",
	link     = "Cubit",
    },
    ["rtkm"] = {
	name1    = "kilômét theo đường",
	symbol   = "km",
	utype    = "length",
	scale    = 1000,
	default  = "mi",
	link     = "Kilômét",
    },
    ["rtmi"] = {
	name1    = "dặm theo đường",
	symbol   = "mi",
	utype    = "length",
	scale    = 1609.344,
	default  = "km",
	link     = "Dặm Anh",
    },
    ["shaku"] = {
	symbol   = "shaku",
	usename  = 1,
	utype    = "length",
	scale    = 0.30303030303030304,
	default  = "m",
	link     = "Hệ đo lường Nhật#Độ dài",
    },
    ["sm"] = {
	name1    = "smoot",
	symbol   = "sm",
	utype    = "length",
	scale    = 1.70180,
	default  = "m",
    },
    ["smi"] = {
	name1    = "dặm pháp định",
	symbol   = "mi",
	utype    = "length",
	scale    = 1609.344,
	default  = "km",
	subdivs  = { ["chain"] = { 80, default = "km" } },
    },
    ["sun"] = {
	symbol   = "sun",
	usename  = 1,
	utype    = "length",
	scale    = 0.030303030303030304,
	default  = "mm",
	link     = "Hệ đo lường Nhật#Độ dài",
    },
    ["thou"] = {
	symbol   = "thou",
	usename  = 1,
	utype    = "length",
	scale    = 0.0000254,
	default  = "mm",
	link     = "Phần ngàn inch",
    },
    ["verst"] = {
	symbol   = "verst",
	usename  = 1,
	utype    = "length",
	scale    = 1066.8,
	default  = "km mi",
    },
    ["yd"] = {
	name1    = "thước Anh",
	symbol   = "yd",
	utype    = "length",
	scale    = 0.9144,
	default  = "m",
	subdivs  = { ["ft"] = { 3, default = "m" } },
	link     = "Yard",
    },
    ["µin"] = {
	name1    = "micrôinch",
	symbol   = "µin",
	utype    = "length",
	scale    = 0.0000000254,
	default  = "nm",
	link     = "Tiền tố SI",
    },
    ["Å"] = {
	name1    = "ångström",
	symbol   = "Å",
	utype    = "length",
	scale    = 0.0000000001,
	default  = "in",
    },
    ["-ft-frac"] = {
	target   = "ft",
	link     = "Fracture gradient",
    },
    ["-in-stiff"] = {
	target   = "in",
	link     = "Stiffness",
    },
    ["-m-frac"] = {
	target   = "m",
	link     = "Fracture gradient",
    },
    ["-m-stiff"] = {
	target   = "m",
	link     = "Stiffness",
    },
    ["100km"] = {
	target   = "km",
	multiplier= 100,
    },
    ["admiralty nmi"] = {
	target   = "oldUKnmi",
    },
    ["angstrom"] = {
	target   = "Å",
    },
    ["feet"] = {
	target   = "ft",
    },
    ["hands"] = {
	target   = "hand",
    },
    ["inch"] = {
	target   = "in",
    },
    ["light-year"] = {
	target   = "ly",
    },
    ["meter"] = {
	target   = "m",
	sp_us    = true,
    },
    ["meters"] = {
	target   = "m",
	sp_us    = true,
    },
    ["metre"] = {
	target   = "m",
    },
    ["metres"] = {
	target   = "m",
    },
    ["micrometre"] = {
	target   = "µm",
    },
    ["mile"] = {
	target   = "mi",
    },
    ["miles"] = {
	target   = "mi",
    },
    ["parsec"] = {
	target   = "pc",
    },
    ["rod"] = {
	target   = "rd",
    },
    ["smoot"] = {
	target   = "sm",
    },
    ["uin"] = {
	target   = "µin",
    },
    ["yard"] = {
	target   = "yd",
    },
    ["yards"] = {
	target   = "yd",
    },
    ["yds"] = {
	target   = "yd",
    },
    ["μin"] = {
	target   = "µin",
    },
    ["dtex"] = {
	name1    = "đêxitex",
	symbol   = "dtex",
	utype    = "linear density",
	scale    = 1e-7,
	default  = "lb/yd",
	link     = "Danh sách đơn vị trong ngành dệt#Tex",
    },
    ["kg/cm"] = {
	name1    = "kilôgam trên xentimét",
	symbol   = "kg/cm",
	utype    = "linear density",
	scale    = 100,
	default  = "lb/yd",
	link     = "Mật độ tuyến tính",
    },
    ["kg/m"] = {
	name1    = "kilôgam trên mét",
	symbol   = "kg/m",
	utype    = "linear density",
	scale    = 1,
	default  = "lb/yd",
	link     = "Mật độ tuyến tính",
    },
    ["lb/ft"] = {
	name1    = "pound trên foot",
	symbol   = "lb/ft",
	utype    = "linear density",
	scale    = 1.4881639435695539,
	default  = "kg/m",
	link     = "Mật độ tuyến tính",
    },
    ["lb/yd"] = {
	name1    = "pound trên thước Anh",
	symbol   = "lb/yd",
	utype    = "linear density",
	scale    = 0.49605464785651798,
	default  = "kg/m",
	link     = "Mật độ tuyến tính",
    },
    ["G"] = {
	name1    = "gauß",
	symbol   = "G",
	utype    = "magnetic field strength",
	scale    = 0.0001,
	default  = "T",
	link     = "Gauß (đơn vị)",
    },
    ["T"] = {
	_name1   = "tesla",
	_symbol  = "T",
	utype    = "magnetic field strength",
	scale    = 1,
	prefixes = 1,
	default  = "G",
	link     = "Tesla",
    },
    ["A/m"] = {
	name1    = "ampe trên mét",
	symbol   = "A/m",
	utype    = "magnetizing field",
	scale    = 1,
	default  = "Oe",
	link     = "Từ trường#Đơn vị",
    },
    ["kA/m"] = {
	name1    = "kilôampe trên mét",
	symbol   = "kA/m",
	utype    = "magnetizing field",
	scale    = 1000,
	default  = "kOe",
	link     = "Từ trường#Đơn vị",
    },
    ["MA/m"] = {
	name1    = "mêgaampe trên mét",
	symbol   = "MA/m",
	utype    = "magnetizing field",
	scale    = 1e6,
	default  = "kOe",
	link     = "Từ trường#Đơn vị",
    },
    ["Oe"] = {
	_name1   = "oersted",
	_symbol  = "Oe",
	utype    = "magnetizing field",
	scale    = 79.5774715,
	prefixes = 1,
	default  = "kA/m",
	link     = "Oersted",
    },
    ["--Lcwt"] = {
	name1    = "tạ Anh",
	symbol   = "Lcwt",
	usename  = 1,
	utype    = "mass",
	scale    = 50.80234544,
	default  = "lb",
	link     = "Tạ (Anh)",
    },
    ["--Scwt"] = {
	name1    = "tạ Mỹ",
	symbol   = "Scwt",
	usename  = 1,
	utype    = "mass",
	scale    = 45.359237,
	default  = "lb",
	link     = "Tạ (Mỹ)",
    },
    ["-Scwt"] = {
	name1    = "tạ Mỹ",
	symbol   = "Scwt",
	usename  = 1,
	utype    = "mass",
	scale    = 45.359237,
	default  = "lb",
	link     = "Tạ (Mỹ)",
    },
    ["-ST"] = {
	name1    = "tấn Mỹ",
	symbol   = "ST",
	utype    = "mass",
	scale    = 907.18474,
	default  = "t",
	link     = "Tấn (Mỹ)",
    },
    ["carat"] = {
	name1    = "cara",
	symbol   = "carat",
	usename  = 1,
	utype    = "mass",
	scale    = 0.0002,
	default  = "g",
    },
    ["drachm"] = {
	name1_us = "dram",
	symbol   = "drachm",
	usename  = 1,
	utype    = "mass",
	scale    = 0.001771845195,
	default  = "g",
	link     = "Dram (đơn vị)",
    },
    ["dram"] = {
	target   = "drachm",
    },
    ["dwt"] = {
	name1    = "pennyweight",
	symbol   = "dwt",
	utype    = "mass",
	scale    = 0.00155517384,
	default  = "oz g",
    },
    ["DWton"] = {
	name1    = "tải trọng tổng cộng",
	symbol   = "deadweight ton",
	usename  = 1,
	utype    = "mass",
	scale    = 1016.0469088,
	default  = "DWtonne",
	link     = "DWT",
    },
    ["DWtonne"] = {
	name1    = "tải trọng tổng cộng",
	symbol   = "deadweight tonne",
	usename  = 1,
	utype    = "mass",
	scale    = 1000,
	default  = "DWton",
	link     = "DWT",
    },
    ["g"] = {
	_name1   = "gam",
	_symbol  = "g",
	utype    = "mass",
	scale    = 0.001,
	prefixes = 1,
	default  = "oz",
	link     = "Gam",
    },
    ["gr"] = {
	name1    = "grain",
	symbol   = "gr",
	utype    = "mass",
	scale    = 0.00006479891,
	default  = "g",
    },
    ["Gt"] = {
	name1    = "giga tấn",
	symbol   = "Gt",
	utype    = "mass",
	scale    = 1000000000000,
	default  = "LT ST",
	link     = "Tấn",
    },
    ["impgalh2o"] = {
	name1    = "galông Anh",
	symbol   = "gal&nbsp;Anh H<sub>2</sub>O",
	utype    = "mass",
	scale    = 4.5359236999999499,
	default  = "lb kg",
	link     = "Gallon",
    },
    ["kt"] = {
	name1    = "kilô tấn",
	symbol   = "kt",
	utype    = "mass",
	scale    = 1000000,
	default  = "LT ST",
	link     = "Tấn",
    },
    ["lb"] = {
	name1    = "pound",
	symbol   = "lb",
	utype    = "mass",
	scale    = 0.45359237,
	exception= "integer_more_precision",
	default  = "kg",
	subdivs  = { ["oz"] = { 16, default = "kg" } },
	link     = "Pound (khối lượng)",
    },
    ["Lcwt"] = {
	name1    = "tạ Anh",
	symbol   = "Lcwt",
	usename  = 1,
	utype    = "mass",
	scale    = 50.80234544,
	default  = "lb",
	subdivs  = { ["qtr"] = { 4, default = "kg", name = "qtr" }, ["st"] = { 8, default = "kg" } },
	link     = "Tạ (Anh)",
    },
    ["long cwt"] = {
	name1    = "tạ Anh",
	symbol   = "cwt&nbsp;Anh",
	utype    = "mass",
	scale    = 50.80234544,
	default  = "lb kg",
	link     = "Tạ (Anh)",
    },
    ["long qtr"] = {
	name1    = "góc Anh",
	symbol   = "qtr&nbsp;Anh",
	utype    = "mass",
	scale    = 12.70058636,
	default  = "lb kg",
	link     = "Avoirdupois",
    },
    ["LT"] = {
	name1    = "tấn Anh",
	symbol   = "long ton",
	usename  = 1,
	utype    = "mass",
	scale    = 1016.0469088,
	default  = "t",
	subdivs  = { ["Lcwt"] = { 20, default = "t", unit = "--Lcwt", name = "cwt" } },
	link     = "Tấn (Anh)",
    },
    ["lt"] = {
	name1    = "tấn Anh",
	symbol   = "LT",
	utype    = "mass",
	scale    = 1016.0469088,
	default  = "t",
	link     = "Tấn (Anh)",
    },
    ["metric ton"] = {
	name1    = "tấn",
	symbol   = "metric ton",
	usename  = 1,
	utype    = "mass",
	scale    = 1000,
	default  = "long ton",
    },
    ["MT"] = {
	name1    = "tấn",
	symbol   = "t",
	utype    = "mass",
	scale    = 1000,
	default  = "LT ST",
    },
    ["Mt"] = {
	name1    = "mêga tấn",
	symbol   = "Mt",
	utype    = "mass",
	scale    = 1000000000,
	default  = "LT ST",
	link     = "Tấn",
    },
    ["oz"] = {
	name1    = "ounce",
	symbol   = "oz",
	utype    = "mass",
	scale    = 0.028349523125,
	default  = "g",
    },
    ["ozt"] = {
	name1    = "ounce troy",
	symbol   = "ozt",
	utype    = "mass",
	scale    = 0.0311034768,
	default  = "oz g",
    },
    ["pdr"] = {
	name1    = "pounder",
	symbol   = "pdr",
	utype    = "mass",
	scale    = 0.45359237,
	default  = "kg",
	link     = "Pound (khối lượng)",
    },
    ["qtr"] = {
	name1    = "góc",
	symbol   = "qtr",
	utype    = "mass",
	scale    = 12.70058636,
	default  = "lb kg",
	subdivs  = { ["lb"] = { 28, default = "kg" } },
	link     = "Avoirdupois",
    },
    ["Scwt"] = {
	name1    = "tạ Mỹ",
	symbol   = "Scwt",
	usename  = 1,
	utype    = "mass",
	scale    = 45.359237,
	default  = "lb",
	link     = "Tạ (Mỹ)",
    },
    ["short cwt"] = {
	name1    = "tạ Mỹ",
	symbol   = "cwt&nbsp;Mỹ",
	utype    = "mass",
	scale    = 45.359237,
	default  = "lb kg",
	link     = "Tạ (Mỹ)",
    },
    ["short qtr"] = {
	name1    = "góc Mỹ",
	symbol   = "qtr&nbsp;Mỹ",
	utype    = "mass",
	scale    = 11.33980925,
	default  = "lb kg",
	link     = "Avoirdupois",
    },
    ["ST"] = {
	symbol   = "tấn thiếu",
	usename  = 1,
	utype    = "mass",
	scale    = 907.18474,
	default  = "t",
	subdivs  = { ["Scwt"] = { 20, default = "t", unit = "--Scwt" } },
	link     = "Tấn (Mỹ)",
    },
    ["shtn"] = {
	name1    = "tấn Mỹ",
	symbol   = "tn&nbsp;Mỹ",
	utype    = "mass",
	scale    = 907.18474,
	default  = "t",
	link     = "Tấn (Mỹ)",
    },
    ["shton"] = {
	name1    = "tấn",
	symbol   = "ton",
	usename  = 1,
	utype    = "mass",
	scale    = 907.18474,
	default  = "t",
    },
    ["solar mass"] = {
	name1    = "khối lượng Mặt Trời",
	symbol   = "M<sub>☉</sub>",
	utype    = "mass",
	scale    = 1.98855e30,
	default  = "kg",
    },
    ["st"] = {
	name1    = "stone",
	symbol   = "st",
	utype    = "mass",
	scale    = 6.35029318,
	default  = "lb kg",
	subdivs  = { ["lb"] = { 14, default = "kg lb" } },
    },
    ["t"] = {
	name1    = "tấn",
	symbol   = "t",
	utype    = "mass",
	scale    = 1000,
	default  = "LT ST",
    },
    ["tonne"] = {
	name1    = "tấn",
	symbol   = "t",
	utype    = "mass",
	scale    = 1000,
	default  = "shton",
    },
    ["troy pound"] = {
	name1    = "pound troy",
	symbol   = "troy pound",
	usename  = 1,
	utype    = "mass",
	scale    = 0.3732417216,
	default  = "lb kg",
	link     = "Trọng lượng troy",
    },
    ["usgalh2o"] = {
	name1    = "galông Mỹ",
	symbol   = "gal&nbsp;Mỹ H<sub>2</sub>O",
	utype    = "mass",
	scale    = 3.7776215836051126,
	default  = "lb kg",
	link     = "Hệ đo lường Mỹ#Thể tích chất lỏng",
    },
    ["viss"] = {
	symbol   = "viss",
	utype    = "mass",
	scale    = 1.632932532,
	default  = "kg",
	link     = "Hệ đo lường Myanma#Khối lượng",
    },
    ["billion tonne"] = {
	target   = "e9t",
    },
    ["kilogram"] = {
	target   = "kg",
    },
    ["kilotonne"] = {
	target   = "kt",
    },
    ["lbs"] = {
	target   = "lb",
    },
    ["lbt"] = {
	target   = "troy pound",
    },
    ["lcwt"] = {
	target   = "Lcwt",
    },
    ["long ton"] = {
	target   = "LT",
    },
    ["mcg"] = {
	target   = "µg",
    },
    ["million tonne"] = {
	target   = "e6t",
    },
    ["scwt"] = {
	target   = "Scwt",
    },
    ["short ton"] = {
	target   = "ST",
    },
    ["stone"] = {
	target   = "st",
    },
    ["thousand tonne"] = {
	target   = "e3t",
    },
    ["tonnes"] = {
	target   = "t",
    },
    ["kg/kW"] = {
	name1    = "kilôgam trên kilôwatt",
	symbol   = "kg/kW",
	utype    = "mass per unit power",
	scale    = 0.001,
	default  = "lb/hp",
	link     = "Kilôwatt",
    },
    ["lb/hp"] = {
	name1    = "pound trên mã lực",
	symbol   = "lb/hp",
	utype    = "mass per unit power",
	scale    = 0.00060827738784176115,
	default  = "kg/kW",
	link     = "Mã lực",
    },
    ["kg/h"] = {
	per      = { "kg", "h" },
	utype    = "mass per unit time",
	default  = "lb/h",
    },
    ["lb/h"] = {
	per      = { "lb", "h" },
	utype    = "mass per unit time",
	default  = "kg/h",
    },
    ["g-mol/d"] = {
	name1    = "gam mol trên ngày",
	symbol   = "g-mol/d",
	utype    = "molar rate",
	scale    = 1.1574074074074073e-5,
	default  = "µmol/s",
	link     = "Mol",
    },
    ["g-mol/h"] = {
	name1    = "gam mol trên giờ",
	symbol   = "g-mol/h",
	utype    = "molar rate",
	scale    = 0.00027777777777777778,
	default  = "mmol/s",
	link     = "Mol",
    },
    ["g-mol/min"] = {
	name1    = "gam mol trên phút",
	symbol   = "g-mol/min",
	utype    = "molar rate",
	scale    = 0.016666666666666666,
	default  = "g-mol/s",
	link     = "Mol",
    },
    ["g-mol/s"] = {
	name1    = "gam mol trên giây",
	symbol   = "g-mol/s",
	utype    = "molar rate",
	scale    = 1,
	default  = "lb-mol/min",
	link     = "Mol",
    },
    ["gmol/d"] = {
	name1    = "gam mol trên ngày",
	symbol   = "gmol/d",
	utype    = "molar rate",
	scale    = 1.1574074074074073e-5,
	default  = "µmol/s",
	link     = "Mol",
    },
    ["gmol/h"] = {
	name1    = "gam mol trên giờ",
	symbol   = "gmol/h",
	utype    = "molar rate",
	scale    = 0.00027777777777777778,
	default  = "mmol/s",
	link     = "Mol",
    },
    ["gmol/min"] = {
	name1    = "gam mol trên phút",
	symbol   = "gmol/min",
	utype    = "molar rate",
	scale    = 0.016666666666666666,
	default  = "gmol/s",
	link     = "Mol",
    },
    ["gmol/s"] = {
	name1    = "gam mol trên giây",
	symbol   = "gmol/s",
	utype    = "molar rate",
	scale    = 1,
	default  = "lbmol/min",
	link     = "Mol",
    },
    ["kmol/d"] = {
	name1    = "kilômol trên ngày",
	symbol   = "kmol/d",
	utype    = "molar rate",
	scale    = 0.011574074074074073,
	default  = "mmol/s",
	link     = "Mol",
    },
    ["kmol/h"] = {
	name1    = "kilômol trên giờ",
	symbol   = "kmol/h",
	utype    = "molar rate",
	scale    = 0.27777777777777779,
	default  = "mol/s",
	link     = "Mol",
    },
    ["kmol/min"] = {
	name1    = "kilômol trên phút",
	symbol   = "kmol/min",
	utype    = "molar rate",
	scale    = 16.666666666666668,
	default  = "mol/s",
	link     = "Kilômol",
    },
    ["kmol/s"] = {
	name1    = "kilômol trên giây",
	symbol   = "kmol/s",
	utype    = "molar rate",
	scale    = 1000,
	default  = "lb-mol/s",
	link     = "Mol",
    },
    ["lb-mol/d"] = {
	name1    = "pound mol trên ngày",
	symbol   = "lb-mol/d",
	utype    = "molar rate",
	scale    = 0.0052499116898148141,
	default  = "mmol/s",
	link     = "Mol",
    },
    ["lb-mol/h"] = {
	name1    = "pound mol trên giờ",
	symbol   = "lb-mol/h",
	utype    = "molar rate",
	scale    = 0.12599788055555555,
	default  = "mol/s",
	link     = "Mol",
    },
    ["lb-mol/min"] = {
	name1    = "pound mol trên phút",
	symbol   = "lb-mol/min",
	utype    = "molar rate",
	scale    = 7.5598728333333334,
	default  = "mol/s",
	link     = "Mol",
    },
    ["lb-mol/s"] = {
	name1    = "pound mol trên giây",
	symbol   = "lb-mol/s",
	utype    = "molar rate",
	scale    = 453.59237,
	default  = "kmol/s",
	link     = "Mol",
    },
    ["lbmol/d"] = {
	name1    = "pound mol trên ngày",
	symbol   = "lbmol/d",
	utype    = "molar rate",
	scale    = 0.0052499116898148141,
	default  = "mmol/s",
	link     = "Mol",
    },
    ["lbmol/h"] = {
	name1    = "pound mol trên giờ",
	symbol   = "lbmol/h",
	utype    = "molar rate",
	scale    = 0.12599788055555555,
	default  = "mol/s",
	link     = "Mol",
    },
    ["lbmol/min"] = {
	name1    = "pound mol trên phút",
	symbol   = "lbmol/min",
	utype    = "molar rate",
	scale    = 7.5598728333333334,
	default  = "mol/s",
	link     = "Mol",
    },
    ["lbmol/s"] = {
	name1    = "pound mol trên giây",
	symbol   = "lbmol/s",
	utype    = "molar rate",
	scale    = 453.59237,
	default  = "kmol/s",
	link     = "Mol",
    },
    ["mmol/s"] = {
	name1    = "milimol trên giây",
	symbol   = "mmol/s",
	utype    = "molar rate",
	scale    = 0.001,
	default  = "lb-mol/d",
	link     = "Mol",
    },
    ["mol/d"] = {
	name1    = "mol trên ngày",
	symbol   = "mol/d",
	utype    = "molar rate",
	scale    = 1.1574074074074073e-5,
	default  = "µmol/s",
	link     = "Mol",
    },
    ["mol/h"] = {
	name1    = "mol trên giờ",
	symbol   = "mol/h",
	utype    = "molar rate",
	scale    = 0.00027777777777777778,
	default  = "mmol/s",
	link     = "Mol",
    },
    ["mol/min"] = {
	name1    = "mol trên phút",
	symbol   = "mol/min",
	utype    = "molar rate",
	scale    = 0.016666666666666666,
	default  = "mol/s",
	link     = "Mol",
    },
    ["mol/s"] = {
	name1    = "mol trên giây",
	symbol   = "mol/s",
	utype    = "molar rate",
	scale    = 1,
	default  = "lb-mol/min",
	link     = "Mol",
    },
    ["µmol/s"] = {
	name1    = "micrômol trên giây",
	symbol   = "µmol/s",
	utype    = "molar rate",
	scale    = 0.000001,
	default  = "lb-mol/d",
	link     = "Mol",
    },
    ["umol/s"] = {
	target   = "µmol/s",
    },
    ["μmol/s"] = {
	target   = "µmol/s",
    },
    ["/acre"] = {
	name1    = "trên mẫu Anh",
	symbol   = "/acre",
	usename  = 1,
	utype    = "per unit area",
	scale    = 247.10538146716533,
	default  = "/ha",
	link     = "Mẫu Anh",
    },
    ["/ha"] = {
	name1    = "trên hécta",
	symbol   = "/ha",
	utype    = "per unit area",
	scale    = 100,
	default  = "/acre",
	link     = "Hecta",
    },
    ["/sqcm"] = {
	name1    = "trên xentimét vuông",
	symbol   = "/cm<sup>2</sup>",
	utype    = "per unit area",
	scale    = 1e10,
	default  = "/sqin",
	link     = "Xentimét vuông",
    },
    ["/sqin"] = {
	name1    = "trên inch vuông",
	symbol   = "/in<sup>2</sup>",
	utype    = "per unit area",
	scale    = 1550003100.0062001,
	default  = "/sqcm",
	link     = "Inch vuông",
    },
    ["/sqkm"] = {
	name1    = "trên kilômét vuông",
	symbol   = "/km<sup>2</sup>",
	utype    = "per unit area",
	scale    = 1,
	default  = "/sqmi",
	link     = "Kilômét vuông",
    },
    ["/sqmi"] = {
	name1    = "trên dặm vuông",
	symbol   = "/sq&nbsp;mi",
	utype    = "per unit area",
	scale    = 0.38610215854244584,
	default  = "/sqkm",
	link     = "Dặm vuông",
    },
    ["PD/acre"] = {
	name1    = "người trên mẫu Anh",
	symbol   = "/acre",
	usename  = 1,
	utype    = "per unit area",
	scale    = 247.10538146716533,
	default  = "PD/ha",
	link     = "Mẫu Anh",
    },
    ["PD/ha"] = {
	name1    = "người trên hécta",
	symbol   = "/ha",
	utype    = "per unit area",
	scale    = 100,
	default  = "PD/acre",
	link     = "Hecta",
    },
    ["PD/sqkm"] = {
	name1    = "người trên kilômét vuông",
	symbol   = "/km<sup>2</sup>",
	utype    = "per unit area",
	scale    = 1,
	default  = "PD/sqmi",
	link     = "Kilômét vuông",
    },
    ["PD/sqmi"] = {
	name1    = "người trên dặm vuông",
	symbol   = "/sq&nbsp;mi",
	utype    = "per unit area",
	scale    = 0.38610215854244584,
	default  = "PD/sqkm",
	link     = "Dặm vuông",
    },
    ["/cm2"] = {
	target   = "/sqcm",
    },
    ["/in2"] = {
	target   = "/sqin",
    },
    ["/km2"] = {
	target   = "/sqkm",
    },
    ["pd/acre"] = {
	target   = "PD/acre",
    },
    ["pd/ha"] = {
	target   = "PD/ha",
    },
    ["PD/km2"] = {
	target   = "PD/sqkm",
    },
    ["pd/km2"] = {
	target   = "PD/sqkm",
    },
    ["PD/km²"] = {
	target   = "PD/sqkm",
    },
    ["pd/sqkm"] = {
	target   = "PD/sqkm",
    },
    ["pd/sqmi"] = {
	target   = "PD/sqmi",
    },
    ["/l"] = {
	name1    = "một lít",
	symbol   = "/l",
	utype    = "per unit volume",
	scale    = 1000,
	default  = "/usgal",
	link     = "Lít",
    },
    ["/USgal"] = {
	name1    = "một galông",
	symbol   = "/gal",
	utype    = "per unit volume",
	scale    = 264.172052,
	default  = "/l",
	link     = "Gallon",
	customary= 2,
    },
    ["/usgal"] = {
	target   = "/USgal",
    },
    ["bhp"] = {
	name1    = "mã lực phanh",
	symbol   = "bhp",
	utype    = "power",
	scale    = 745.69987158227022,
	default  = "kW",
	link     = "Mã lực#Mã lực phanh",
    },
    ["Cal/d"] = {
	name1    = "ki-lô ca-lo trên ngày",
	symbol   = "Cal/d",
	utype    = "power",
	scale    = 0.048425925925925928,
	default  = "kJ/d",
	link     = "Ca-lo",
    },
    ["Cal/h"] = {
	name1    = "ca-lo trên giờ",
	symbol   = "Cal/h",
	utype    = "power",
	scale    = 1.1622222222222223,
	default  = "kJ/h",
	link     = "Ca-lo",
    },
    ["cal/h"] = {
	name1    = "ca-lo trên giờ",
	symbol   = "cal/h",
	utype    = "power",
	scale    = 0.0011622222222222223,
	default  = "W",
	link     = "Ca-lo",
    },
    ["CV"] = {
	name1    = "mã lực mét",
	symbol   = "CV",
	utype    = "power",
	scale    = 735.49875,
	default  = "kW",
    },
    ["hk"] = {
	name1    = "mã lực mét",
	symbol   = "hk",
	utype    = "power",
	scale    = 735.49875,
	default  = "kW",
    },
    ["hp"] = {
	name1    = "mã lực",
	symbol   = "hp",
	utype    = "power",
	scale    = 745.69987158227022,
	default  = "kW",
    },
    ["hp-electric"] = {
	name1    = "mã lực điện",
	symbol   = "hp",
	utype    = "power",
	scale    = 746,
	default  = "kW",
    },
    ["hp-electrical"] = {
	name1    = "mã lực điện",
	symbol   = "hp",
	utype    = "power",
	scale    = 746,
	default  = "kW",
    },
    ["hp-metric"] = {
	name1    = "mã lực mét",
	symbol   = "hp",
	utype    = "power",
	scale    = 735.49875,
	default  = "kW",
    },
    ["ihp"] = {
	name1    = "mã lực chỉ",
	symbol   = "ihp",
	utype    = "power",
	scale    = 745.69987158227022,
	default  = "kW",
	link     = "Mã lực#Mã lực chỉ",
    },
    ["kcal/h"] = {
	name1    = "ki-lô ca-lo trên giờ",
	symbol   = "kcal/h",
	utype    = "power",
	scale    = 1.1622222222222223,
	default  = "kW",
	link     = "Ca-lo",
    },
    ["kJ/d"] = {
	name1    = "kilôjun trên ngày",
	symbol   = "kJ/d",
	utype    = "power",
	scale    = 0.011574074074074073,
	default  = "Cal/d",
	link     = "Kilôjun",
    },
    ["kJ/h"] = {
	name1    = "kilôjun trên giờ",
	symbol   = "kJ/h",
	utype    = "power",
	scale    = 0.27777777777777779,
	default  = "W",
	link     = "Kilôjun",
    },
    ["PS"] = {
	name1    = "mã lực mét",
	symbol   = "PS",
	utype    = "power",
	scale    = 735.49875,
	default  = "kW",
    },
    ["shp"] = {
	name1    = "mã lực càng",
	symbol   = "shp",
	utype    = "power",
	scale    = 745.69987158227022,
	default  = "kW",
	link     = "Mã lực#Mã lực càng",
    },
    ["W"] = {
	_name1   = "watt",
	_symbol  = "W",
	utype    = "power",
	scale    = 1,
	prefixes = 1,
	default  = "hp",
	link     = "Watt",
    },
    ["BTU/h"] = {
	per      = { "BTU", "h" },
	utype    = "power",
	default  = "W",
    },
    ["Btu/h"] = {
	per      = { "Btu", "h" },
	utype    = "power",
	default  = "W",
    },
    ["BHP"] = {
	target   = "bhp",
    },
    ["btu/h"] = {
	target   = "BTU/h",
    },
    ["HP"] = {
	target   = "hp",
    },
    ["Hp"] = {
	target   = "hp",
    },
    ["hp-mechanical"] = {
	target   = "hp",
    },
    ["IHP"] = {
	target   = "ihp",
    },
    ["SHP"] = {
	target   = "shp",
    },
    ["whp"] = {
	target   = "hp",
    },
    ["hp/LT"] = {
	name1    = "mã lực trên tấn Anh",
	symbol   = "hp/LT",
	utype    = "power per unit mass",
	scale    = 0.73392268125000004,
	default  = "kW/t",
	link     = "Tỷ lệ năng lực-trọng lực",
    },
    ["hp/ST"] = {
	name1    = "mã lực trên tấn Mỹ",
	symbol   = "hp/ST",
	utype    = "power per unit mass",
	scale    = 0.821993403,
	default  = "kW/t",
	link     = "Tỷ lệ năng lực-trọng lực",
    },
    ["hp/t"] = {
	name1    = "mã lực trên tấn",
	symbol   = "hp/t",
	utype    = "power per unit mass",
	scale    = 0.74569987158227022,
	default  = "kW/t",
	link     = "Tỷ lệ năng lực-trọng lực",
    },
    ["kW/t"] = {
	name1    = "kilôwatt trên tấn",
	symbol   = "kW/t",
	utype    = "power per unit mass",
	scale    = 1,
	default  = "PS/t",
	link     = "Tỷ lệ năng lực-trọng lực",
    },
    ["PS/t"] = {
	name1    = "mã lực mét trên tấn",
	symbol   = "PS/t",
	utype    = "power per unit mass",
	scale    = 0.73549875,
	default  = "kW/t",
	link     = "Tỷ lệ năng lực-trọng lực",
    },
    ["hp/tonne"] = {
	target   = "hp/t",
	symbol   = "hp/tonne",
	default  = "kW/tonne",
    },
    ["kW/tonne"] = {
	target   = "kW/t",
	symbol   = "kW/tonne",
    },
    ["-lb/in2"] = {
	name1    = "pound trên inch vuông",
	symbol   = "lb/in<sup>2</sup>",
	utype    = "pressure",
	scale    = 6894.7572931683608,
	default  = "kPa kgf/cm2",
	link     = "Pound trên inch vuông",
    },
    ["atm"] = {
	name1    = "atmôtphe chuẩn",
	symbol   = "atm",
	utype    = "pressure",
	scale    = 101325,
	default  = "kPa",
	link     = "atmôtphe",
    },
    ["Ba"] = {
	name1    = "barye",
	symbol   = "Ba",
	utype    = "pressure",
	scale    = 0.1,
	default  = "Pa",
    },
    ["bar"] = {
	name1    = "ba",
	symbol   = "bar",
	utype    = "pressure",
	scale    = 100000,
	default  = "kPa",
	link     = "Ba (đơn vị)",
    },
    ["dbar"] = {
	name1    = "đêxiba",
	symbol   = "dbar",
	utype    = "pressure",
	scale    = 10000,
	default  = "kPa",
	link     = "Ba (đơn vị)",
    },
    ["inHg"] = {
	name1    = "inch thủy ngân",
	symbol   = "inHg",
	utype    = "pressure",
	scale    = 3386.388640341,
	default  = "kPa",
    },
    ["kBa"] = {
	name1    = "kilôbarye",
	symbol   = "kBa",
	utype    = "pressure",
	scale    = 100,
	default  = "hPa",
	link     = "Barye",
    },
    ["kg-f/cm2"] = {
	name1    = "kilôgam lực trên xentimét vuông",
	symbol   = "kg<sub>f</sub>/cm<sup>2</sup>",
	utype    = "pressure",
	scale    = 98066.5,
	default  = "psi",
	link     = "Kilôgam lực",
    },
    ["kg/cm2"] = {
	name1    = "kilôgam trên xentimét vuông",
	symbol   = "kg/cm<sup>2</sup>",
	utype    = "pressure",
	scale    = 98066.5,
	default  = "psi",
	link     = "Kilôgam lực",
    },
    ["kgf/cm2"] = {
	name1    = "kilôgam lực trên xentimét vuông",
	symbol   = "kgf/cm<sup>2</sup>",
	utype    = "pressure",
	scale    = 98066.5,
	default  = "psi",
	link     = "Kilôgam lực",
    },
    ["ksi"] = {
	name1    = "kilôpound trên inch vuông",
	symbol   = "ksi",
	utype    = "pressure",
	scale    = 6894757.2931683613,
	default  = "MPa",
	link     = "Pound trên inch vuông",
    },
    ["lbf/in2"] = {
	name1    = "pound lực trên inch vuông",
	symbol   = "lbf/in<sup>2</sup>",
	utype    = "pressure",
	scale    = 6894.7572931683608,
	default  = "kPa kgf/cm2",
	link     = "Pound lực trên inch vuông",
    },
    ["mb"] = {
	name1    = "miliba",
	symbol   = "mb",
	utype    = "pressure",
	scale    = 100,
	default  = "hPa",
	link     = "Ba (đơn vị)",
    },
    ["mbar"] = {
	name1    = "miliba",
	symbol   = "mbar",
	utype    = "pressure",
	scale    = 100,
	default  = "hPa",
	link     = "Ba (đơn vị)",
    },
    ["mmHg"] = {
	name1    = "milimét thủy ngân",
	symbol   = "mmHg",
	utype    = "pressure",
	scale    = 133.322387415,
	default  = "kPa",
    },
    ["Pa"] = {
	_name1   = "pascal",
	_symbol  = "Pa",
	utype    = "pressure",
	scale    = 1,
	prefixes = 1,
	default  = "psi",
	link     = "Pascal (đơn vị)",
    },
    ["psf"] = {
	name1    = "pound trên foot vuông",
	symbol   = "psf",
	utype    = "pressure",
	scale    = 47.880258980335839,
	default  = "kPa",
	link     = "Pound trên inch vuông",
    },
    ["psi"] = {
	name1    = "pound trên inch vuông",
	symbol   = "psi",
	utype    = "pressure",
	scale    = 6894.7572931683608,
	default  = "kPa",
	link     = "Pound trên inch vuông",
    },
    ["Torr"] = {
	name1    = "torr",
	symbol   = "Torr",
	utype    = "pressure",
	scale    = 133.32236842105263,
	default  = "kPa",
    },
    ["N/cm2"] = {
	per      = { "N", "cm2" },
	utype    = "pressure",
	default  = "psi",
    },
    ["N/m2"] = {
	per      = { "N", "m2" },
	utype    = "pressure",
	default  = "psi",
    },
    ["g/cm2"] = {
	per      = { "g", "cm2" },
	utype    = "pressure",
	default  = "lb/sqft",
	multiplier= 9.80665,
    },
    ["g/m2"] = {
	per      = { "g", "m2" },
	utype    = "pressure",
	default  = "lb/sqft",
	multiplier= 9.80665,
    },
    ["kg/ha"] = {
	per      = { "kg", "ha" },
	utype    = "pressure",
	default  = "lb/acre",
	multiplier= 9.80665,
    },
    ["kg/m2"] = {
	per      = { "kg", "m2" },
	utype    = "pressure",
	default  = "lb/sqft",
	multiplier= 9.80665,
    },
    ["lb/1000sqft"] = {
	per      = { "lb", "1000sqft" },
	utype    = "pressure",
	default  = "g/m2",
	multiplier= 9.80665,
    },
    ["lb/acre"] = {
	per      = { "lb", "acre" },
	utype    = "pressure",
	default  = "kg/ha",
	multiplier= 9.80665,
    },
    ["lb/sqft"] = {
	per      = { "lb", "sqft" },
	utype    = "pressure",
	default  = "kg/m2",
	multiplier= 9.80665,
    },
    ["lb/sqyd"] = {
	per      = { "lb", "sqyd" },
	utype    = "pressure",
	default  = "kg/m2",
	multiplier= 9.80665,
    },
    ["LT/acre"] = {
	per      = { "LT", "acre" },
	utype    = "pressure",
	default  = "t/ha",
	multiplier= 9.80665,
    },
    ["MT/ha"] = {
	per      = { "MT", "ha" },
	utype    = "pressure",
	default  = "LT ST/acre",
	multiplier= 9.80665,
    },
    ["oz/sqft"] = {
	per      = { "oz", "sqft" },
	utype    = "pressure",
	default  = "g/m2",
	multiplier= 9.80665,
    },
    ["oz/sqyd"] = {
	per      = { "oz", "sqyd" },
	utype    = "pressure",
	default  = "g/m2",
	multiplier= 9.80665,
    },
    ["ST/acre"] = {
	per      = { "ST", "acre" },
	utype    = "pressure",
	default  = "t/ha",
	multiplier= 9.80665,
    },
    ["t/ha"] = {
	per      = { "t", "ha" },
	utype    = "pressure",
	default  = "LT ST/acre",
	multiplier= 9.80665,
    },
    ["tonne/acre"] = {
	per      = { "tonne", "acre" },
	utype    = "pressure",
	default  = "tonne/ha",
	multiplier= 9.80665,
    },
    ["tonne/ha"] = {
	per      = { "tonne", "ha" },
	utype    = "pressure",
	default  = "tonne/acre",
	multiplier= 9.80665,
    },
    ["kgfpsqcm"] = {
	target   = "kgf/cm2",
    },
    ["kgpsqcm"] = {
	target   = "kg/cm2",
    },
    ["kN/m2"] = {
	target   = "kPa",
    },
    ["lb/in2"] = {
	target   = "lbf/in2",
    },
    ["torr"] = {
	target   = "Torr",
    },
    ["Bq"] = {
	_name1   = "becơren",
	_symbol  = "Bq",
	utype    = "radioactivity",
	scale    = 1,
	prefixes = 1,
	default  = "pCi",
	link     = "Becquerel",
    },
    ["Ci"] = {
	_name1   = "curie",
	_symbol  = "Ci",
	utype    = "radioactivity",
	scale    = 3.7e10,
	prefixes = 1,
	default  = "GBq",
	link     = "Curie",
    },
    ["cm/h"] = {
	name1    = "xentimét trên giờ",
	symbol   = "cm/h",
	utype    = "speed",
	scale    = 2.7777777777777775e-6,
	default  = "in/h",
	link     = "Mét trên giây",
    },
    ["cm/s"] = {
	name1    = "xentimét trên giây",
	symbol   = "cm/s",
	utype    = "speed",
	scale    = 0.01,
	default  = "in/s",
	link     = "Mét trên giây",
    },
    ["cm/year"] = {
	name1    = "xentimét trên năm",
	symbol   = "cm/năm",
	utype    = "speed",
	scale    = 3.168873850681143e-10,
	default  = "in/year",
	link     = "Bậc độ lớn (tốc độ)",
    },
    ["foot/s"] = {
	name1    = "foot trên giây",
	symbol   = "ft/s",
	utype    = "speed",
	scale    = 0.3048,
	default  = "m/s",
	link     = "Feet trên giây",
    },
    ["ft/min"] = {
	name1    = "foot trên phút",
	symbol   = "ft/min",
	utype    = "speed",
	scale    = 0.00508,
	default  = "m/min",
	link     = "Feet trên giây",
    },
    ["ft/s"] = {
	name1    = "foot trên giây",
	symbol   = "ft/s",
	utype    = "speed",
	scale    = 0.3048,
	default  = "m/s",
	link     = "Feet trên giây",
    },
    ["furlong per fortnight"] = {
	name1    = "furlong mỗi hai tuần lễ",
	symbol   = "furlong per fortnight",
	usename  = 1,
	utype    = "speed",
	scale    = 0.00016630952380952381,
	default  = "km/h mph",
	link     = "Hệ đo lường FFF",
    },
    ["in/h"] = {
	name1    = "inch trên giờ",
	symbol   = "in/h",
	utype    = "speed",
	scale    = 7.0555555555555559e-6,
	default  = "cm/h",
	link     = "Inch",
    },
    ["in/s"] = {
	name1    = "inch trên giây",
	symbol   = "in/s",
	utype    = "speed",
	scale    = 0.0254,
	default  = "cm/s",
	link     = "Inch",
    },
    ["in/year"] = {
	name1    = "inch trên năm",
	symbol   = "in/năm",
	utype    = "speed",
	scale    = 8.0489395807301024e-10,
	default  = "cm/year",
	link     = "Bậc độ lớn (tốc độ)",
    },
    ["isp"] = {
	name1    = "giây",
	symbol   = "s",
	utype    = "speed",
	scale    = 9.80665,
	default  = "km/s",
	link     = "Xung lực riêng",
    },
    ["km/h"] = {
	name1    = "kilômét trên giờ",
	symbol   = "km/h",
	utype    = "speed",
	scale    = 0.27777777777777779,
	default  = "mph",
	link     = "Kilômét trên giờ",
    },
    ["km/s"] = {
	name1    = "kilômét trên giây",
	symbol   = "km/s",
	utype    = "speed",
	scale    = 1000,
	default  = "mi/s",
	link     = "Mét trên giây",
    },
    ["kn"] = {
	name1    = "hải lý trên giờ",
	symbol   = "kn",
	utype    = "speed",
	scale    = 0.51444444444444448,
	default  = "km/h mph",
	link     = "Hải lý trên giờ",
    },
    ["kNs/kg"] = {
	name1    = "kilônewtơn giây trên kilômét",
	symbol   = "kN·s/kg",
	utype    = "speed",
	scale    = 1000,
	default  = "isp",
	link     = "Xung lực riêng",
    },
    ["m/min"] = {
	name1    = "mét trên phút",
	symbol   = "m/min",
	utype    = "speed",
	scale    = 0.016666666666666666,
	default  = "ft/min",
	link     = "Mét trên phút",
    },
    ["m/s"] = {
	name1    = "mét trên giây",
	symbol   = "m/s",
	utype    = "speed",
	scale    = 1,
	default  = "ft/s",
	link     = "Mét trên giây",
    },
    ["Mach"] = {
	symbol   = "Mach",
	utype    = "speed",
	builtin  = "mach",
	scale    = 0,
	iscomplex= true,
	default  = "mph km/h",
	link     = "Số Mach",
    },
    ["mi/s"] = {
	name1    = "dặm Anh trên giây",
	symbol   = "mi/s",
	utype    = "speed",
	scale    = 1609.344,
	default  = "km/s",
	link     = "Dặm Anh",
    },
    ["mm/h"] = {
	name1    = "milimét trên giờ",
	symbol   = "mm/h",
	utype    = "speed",
	scale    = 2.7777777777777781e-7,
	default  = "in/h",
	link     = "Mét trên giây",
    },
    ["mph"] = {
	name1    = "dặm Anh trên giờ",
	symbol   = "mph",
	utype    = "speed",
	scale    = 0.44704,
	default  = "km/h",
	link     = "Dặm Anh trên giờ",
    },
    ["Ns/kg"] = {
	name1    = "newtơn giây trên kilômét",
	symbol   = "N·s/kg",
	utype    = "speed",
	scale    = 1,
	default  = "isp",
	link     = "Xung lực riêng",
    },
    ["si tsfc"] = {
	name1    = "gam trên kilônewtơn giây",
	symbol   = "g/(kN·s)",
	utype    = "speed",
	scale    = 9.9999628621379242e-7,
	invert   = -1,
	iscomplex= true,
	default  = "tsfc",
	link     = "Tiêu thụ nhiên liệu đẩy xe",
    },
    ["tsfc"] = {
	name1    = "pound trên pound lực giờ",
	symbol   = "lb/(lbf·h)",
	utype    = "speed",
	scale    = 2.832545036049801e-5,
	invert   = -1,
	iscomplex= true,
	default  = "si tsfc",
	link     = "Tiêu thụ nhiên liệu đẩy xe",
    },
    ["cm/y"] = {
	target   = "cm/year",
    },
    ["cm/yr"] = {
	target   = "cm/year",
    },
    ["in/y"] = {
	target   = "in/year",
    },
    ["in/yr"] = {
	target   = "in/year",
    },
    ["knot"] = {
	target   = "kn",
    },
    ["knots"] = {
	target   = "kn",
    },
    ["kph"] = {
	target   = "km/h",
    },
    ["mi/h"] = {
	target   = "mph",
    },
    ["mm/s"] = {
	per      = { "mm", "s" },
	utype    = "speed",
	default  = "in/s",
	link     = "mét trên giây",
    },
    ["C"] = {
	name1    = "độ Celsius",
	symbol   = "°C",
	usesymbol= 1,
	utype    = "temperature",
	scale    = 1,
	offset   = -273.15,
	iscomplex= true,
	istemperature= true,
	default  = "F",
    },
    ["F"] = {
	name1    = "độ Fahrenheit",
	symbol   = "°F",
	usesymbol= 1,
	utype    = "temperature",
	scale    = 0.55555555555555558,
	offset   = 32-273.15*(9/5),
	iscomplex= true,
	istemperature= true,
	default  = "C",
    },
    ["K"] = {
	name1    = "kelvin",
	symbol   = "K",
	usesymbol= 1,
	utype    = "temperature",
	scale    = 1,
	offset   = 0,
	iscomplex= true,
	istemperature= true,
	default  = "C F",
    },
    ["keVT"] = {
	name1    = "kilôelectronvôn",
	symbol   = "keV",
	utype    = "temperature",
	scale    = 11.604505e6,
	offset   = 0,
	iscomplex= true,
	default  = "MK",
	link     = "Electronvolt",
    },
    ["MK"] = {
	name1    = "mêgakelvin",
	symbol   = "MK",
	utype    = "temperature",
	scale    = 1e6,
	offset   = 0,
	iscomplex= true,
	default  = "keVT",
	link     = "Kelvin",
    },
    ["R"] = {
	name1    = "độ Rankine",
	symbol   = "°R",
	usesymbol= 1,
	utype    = "temperature",
	scale    = 0.55555555555555558,
	offset   = 0,
	iscomplex= true,
	istemperature= true,
	default  = "K F C",
    },
    ["Celsius"] = {
	target   = "C",
    },
    ["°C"] = {
	target   = "C",
    },
    ["°F"] = {
	target   = "F",
    },
    ["°R"] = {
	target   = "R",
    },
    ["C-change"] = {
	name1    = "thay đổi Celsius",
	symbol   = "°C",
	usesymbol= 1,
	utype    = "temperature change",
	scale    = 1,
	default  = "F-change",
	link     = "độ Celsius",
    },
    ["F-change"] = {
	name1    = "thay đổi Fahrenheit",
	symbol   = "°F",
	usesymbol= 1,
	utype    = "temperature change",
	scale    = 0.55555555555555558,
	default  = "C-change",
	link     = "độ Fahrenheit",
    },
    ["K-change"] = {
	name1    = "thay đổi kelvin",
	symbol   = "K",
	usesymbol= 1,
	utype    = "temperature change",
	scale    = 1,
	default  = "F-change",
	link     = "Kelvin",
    },
    ["°C-change"] = {
	target   = "C-change",
    },
    ["°F-change"] = {
	target   = "F-change",
    },
    ["century"] = {
	name1    = "thế kỷ",
	symbol   = "ha",
	utype    = "time",
	scale    = 3155760000,
	default  = "Gs",
    },
    ["d"] = {
	name1    = "day",
	symbol   = "d",
	utype    = "time",
	scale    = 86400,
	default  = "ks",
    },
    ["decade"] = {
	name1    = "thập kỷ",
	symbol   = "daa",
	utype    = "time",
	scale    = 315576000,
	default  = "Ms",
    },
    ["dog year"] = {
	name1    = "năm chó",
	symbol   = "yr chó",
	utype    = "time",
	scale    = 220903200,
	default  = "years",
    },
    ["fortnight"] = {
	name1    = "đôi tuần lễ",
	symbol   = "fortnight",
	usename  = 1,
	utype    = "time",
	scale    = 1209600,
	default  = "week",
	link     = "Fortnight",
    },
    ["h"] = {
	name1    = "giờ",
	symbol   = "h",
	utype    = "time",
	scale    = 3600,
	default  = "ks",
    },
    ["long billion year"] = {
	name1    = "ngàn tỷ năm",
	symbol   = "Ta",
	utype    = "time",
	scale    = 31557600000000000000,
	default  = "Es",
	link     = "Năm",
    },
    ["millennium"] = {
	name1    = "thiên niên kỷ",
	symbol   = "ka",
	utype    = "time",
	scale    = 31557600000,
	default  = "Gs",
    },
    ["milliard year"] = {
	name1    = "tỷ năm",
	symbol   = "Ga",
	utype    = "time",
	scale    = 31557600000000000,
	default  = "Ps",
	link     = "Năm",
    },
    ["million year"] = {
	name1    = "triệu năm",
	symbol   = "Ma",
	utype    = "time",
	scale    = 31557600000000,
	default  = "Ts",
	link     = "Năm",
    },
    ["min"] = {
	name1    = "phút",
	symbol   = "min",
	utype    = "time",
	scale    = 60,
	default  = "s",
    },
    ["month"] = {
	name1    = "tháng",
	symbol   = "month",
	usename  = 1,
	utype    = "time",
	scale    = 2629800,
	default  = "Ms",
    },
    ["months"] = {
	name1    = "tháng",
	symbol   = "mo",
	utype    = "time",
	scale    = 2629800,
	default  = "year",
    },
    ["s"] = {
	_name1   = "giây",
	_symbol  = "s",
	utype    = "time",
	scale    = 1,
	prefixes = 1,
	default  = "min",
	link     = "Giây",
    },
    ["short billion year"] = {
	name1    = "tỷ năm",
	symbol   = "Ga",
	utype    = "time",
	scale    = 31557600000000000,
	default  = "Ps",
	link     = "Năm",
    },
    ["short trillion year"] = {
	name1    = "ngàn tỷ năm",
	symbol   = "Ta",
	utype    = "time",
	scale    = 31557600000000000000,
	default  = "Es",
	link     = "Năm",
    },
    ["thousand million year"] = {
	name1    = "tỷ năm",
	symbol   = "Ga",
	utype    = "time",
	scale    = 31557600000000000,
	default  = "Ps",
	link     = "Năm",
    },
    ["wk"] = {
	name1    = "tuần",
	symbol   = "week",
	usename  = 1,
	utype    = "time",
	scale    = 604800,
	default  = "Ms",
    },
    ["year"] = {
	name1    = "năm",
	symbol   = "a",
	utype    = "time",
	scale    = 31557600,
	default  = "Ms",
    },
    ["years"] = {
	name1    = "năm",
	symbol   = "yr",
	utype    = "time",
	scale    = 31557600,
	default  = "Ms",
    },
    ["byr"] = {
	target   = "short billion year",
    },
    ["day"] = {
	target   = "d",
    },
    ["days"] = {
	target   = "d",
    },
    ["dog yr"] = {
	target   = "dog year",
    },
    ["Gyr"] = {
	target   = "thousand million year",
    },
    ["hour"] = {
	target   = "h",
    },
    ["hours"] = {
	target   = "h",
    },
    ["kMyr"] = {
	target   = "thousand million year",
    },
    ["kmyr"] = {
	target   = "thousand million year",
    },
    ["kyr"] = {
	target   = "millennium",
    },
    ["long byr"] = {
	target   = "long billion year",
    },
    ["minute"] = {
	target   = "min",
    },
    ["minutes"] = {
	target   = "min",
    },
    ["mth"] = {
	target   = "month",
    },
    ["Myr"] = {
	target   = "million year",
    },
    ["myr"] = {
	target   = "million year",
    },
    ["second"] = {
	target   = "s",
    },
    ["seconds"] = {
	target   = "s",
    },
    ["tmyr"] = {
	target   = "thousand million year",
    },
    ["tryr"] = {
	target   = "short trillion year",
    },
    ["tyr"] = {
	target   = "millennium",
    },
    ["week"] = {
	target   = "wk",
    },
    ["weeks"] = {
	target   = "wk",
    },
    ["yr"] = {
	target   = "year",
    },
    ["kg.m"] = {
	name1    = "kilôgam mét",
	symbol   = "kg·m",
	utype    = "torque",
	scale    = 9.80665,
	default  = "Nm lbft",
    },
    ["kgf.m"] = {
	name1    = "kilôgam lực mét",
	symbol   = "kgf·m",
	utype    = "torque",
	scale    = 9.80665,
	default  = "Nm lbfft",
	link     = "Kilôgam mét",
    },
    ["kgm"] = {
	name1    = "kilôgam mét",
	symbol   = "kg·m",
	utype    = "torque",
	scale    = 9.80665,
	default  = "Nm lbfft",
    },
    ["lb-fft"] = {
	name1    = "pound lực foot",
	symbol   = "ft·lb<sub>f</sub>",
	utype    = "torque",
	scale    = 1.3558179483314004,
	default  = "Nm",
	link     = "Pound foot (mô men lực)",
    },
    ["lb.ft"] = {
	name1    = "pound lực foot",
	symbol   = "lb·ft",
	utype    = "torque",
	scale    = 1.3558179483314004,
	default  = "Nm",
	link     = "Pound foot (mô men lực)",
    },
    ["lb.in"] = {
	name1    = "pound lực inch",
	symbol   = "lb·in",
	utype    = "torque",
	scale    = 0.1129848290276167,
	default  = "mN.m",
	link     = "Pound foot (mô men lực)",
    },
    ["lbfft"] = {
	name1    = "pound lực foot",
	symbol   = "lbf·ft",
	utype    = "torque",
	scale    = 1.3558179483314004,
	default  = "Nm",
	link     = "Pound foot (mô men lực)",
    },
    ["lbft"] = {
	name1    = "pound foot",
	symbol   = "lb·ft",
	utype    = "torque",
	scale    = 1.3558179483314004,
	default  = "Nm",
	link     = "Pound foot (mô men lực)",
    },
    ["m.kg-f"] = {
	name1    = "mét kilôgam lực",
	symbol   = "m·kg<sub>f</sub>",
	utype    = "torque",
	scale    = 9.80665,
	default  = "Nm lbfft",
	link     = "Kilôgam mét",
    },
    ["m.kgf"] = {
	name1    = "mét kilôgam lực",
	symbol   = "m·kgf",
	utype    = "torque",
	scale    = 9.80665,
	default  = "Nm lbfft",
	link     = "Kilôgam mét",
    },
    ["mN.m"] = {
	name1    = "milinewtơn mét",
	symbol   = "mN·m",
	utype    = "torque",
	scale    = 0.001,
	default  = "lb.in",
	link     = "Newton mét",
    },
    ["Nm"] = {
	name1    = "newtơn mét",
	symbol   = "N·m",
	utype    = "torque",
	alttype  = "energy",
	scale    = 1,
	default  = "lbfft",
	link     = "Newton mét",
    },
    ["kN/m"] = {
	per      = { "kN", "-m-stiff" },
	utype    = "torque",
	default  = "lbf/in",
    },
    ["lbf/in"] = {
	per      = { "lbf", "-in-stiff" },
	utype    = "torque",
	default  = "kN/m",
    },
    ["lb-f.ft"] = {
	target   = "lb-fft",
    },
    ["lb-f·ft"] = {
	target   = "lb-fft",
    },
    ["lbf.ft"] = {
	target   = "lbfft",
    },
    ["lbf·ft"] = {
	target   = "lbfft",
    },
    ["lb·ft"] = {
	target   = "lb.ft",
    },
    ["mkg-f"] = {
	target   = "m.kg-f",
    },
    ["mkgf"] = {
	target   = "m.kgf",
    },
    ["N.m"] = {
	target   = "Nm",
    },
    ["N·m"] = {
	target   = "Nm",
    },
    ["-12USoz(mL)serve"] = {
	symbol   = "khẩu&nbsp;phần 12&nbsp;fl&nbsp;oz&nbsp;Mỹ (355&nbsp;mL)",
	utype    = "volume",
	scale    = 0.00035488235475000004,
	default  = "mL",
	link     = "Lon nước#Dung tích",
    },
    ["-12USoz(ml)serve"] = {
	symbol   = "khẩu&nbsp;phần 12&nbsp;fl&nbsp;oz&nbsp;Mỹ (355&nbsp;ml)",
	utype    = "volume",
	scale    = 0.00035488235475000004,
	default  = "ml",
	link     = "Lon nước#Dung tích",
    },
    ["-12USozserve"] = {
	symbol   = "khẩu&nbsp;phần 12&nbsp;fl&nbsp;oz&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.00035488235475000004,
	default  = "mL",
	link     = "Lon nước#Dung tích",
    },
    ["acre foot"] = {
	name1    = "mẫu foot Anh",
	symbol   = "acre·ft",
	utype    = "volume",
	scale    = 1233.48183754752,
	default  = "m3",
    },
    ["acre ft"] = {
	name1    = "mẫu foot Anh",
	symbol   = "acre·ft",
	utype    = "volume",
	scale    = 1233.48183754752,
	default  = "m3",
    },
    ["AUtbsp"] = {
	name1    = "thìa canh Úc",
	symbol   = "tbsp&nbsp;Úc",
	utype    = "volume",
	scale    = 0.000020,
	default  = "ml",
	link     = "thìa canh",
    },
    ["bdft"] = {
	name1    = "foot ván",
	symbol   = "bd&nbsp;ft",
	utype    = "volume",
	scale    = 0.0023597372167,
	default  = "m3",
    },
    ["board feet"] = {
	name1    = "foot ván",
	symbol   = "board foot",
	usename  = 1,
	utype    = "volume",
	scale    = 0.0023597372167,
	default  = "m3",
    },
    ["board foot"] = {
	name1    = "foot ván",
	symbol   = "board foot",
	usename  = 1,
	utype    = "volume",
	scale    = 0.0023597372167,
	default  = "m3",
    },
    ["cc"] = {
	name1    = "xentimét khối",
	symbol   = "cc",
	utype    = "volume",
	scale    = 0.000001,
	default  = "cuin",
    },
    ["CID"] = {
	name1    = "inch khối",
	symbol   = "cu&nbsp;in",
	utype    = "volume",
	scale    = 0.000016387064,
	default  = "cc",
    },
    ["cord"] = {
	symbol   = "cord",
	utype    = "volume",
	scale    = 3.624556363776,
	default  = "m3",
	link     = "Cord (đơn vị)",
    },
    ["cufoot"] = {
	name1    = "foot khối",
	symbol   = "cu&nbsp;ft",
	utype    = "volume",
	scale    = 0.028316846592,
	default  = "m3",
    },
    ["cuft"] = {
	name1    = "foot khối",
	symbol   = "cu&nbsp;ft",
	utype    = "volume",
	scale    = 0.028316846592,
	default  = "m3",
    },
    ["cuin"] = {
	name1    = "inch khối",
	symbol   = "cu&nbsp;in",
	utype    = "volume",
	scale    = 0.000016387064,
	default  = "cm3",
    },
    ["cumi"] = {
	name1    = "dặm khối Anh",
	symbol   = "cu&nbsp;mi",
	utype    = "volume",
	scale    = 4168181825.440579584,
	default  = "km3",
    },
    ["cuyd"] = {
	name1    = "yard khối",
	symbol   = "cu&nbsp;yd",
	utype    = "volume",
	scale    = 0.764554857984,
	default  = "m3",
    },
    ["firkin"] = {
	symbol   = "firkin",
	usename  = 1,
	utype    = "volume",
	scale    = 0.04091481,
	default  = "l impgal USgal",
    },
    ["foot3"] = {
	target   = "cufoot",
    },
    ["Goilbbl"] = {
	name1    = "tỷ thùng",
	symbol   = "Gbbl",
	utype    = "volume",
	scale    = 158987294.928,
	default  = "v * 1.58987294928 < 10 ! e6 ! e9 ! m3",
	link     = "Thùng (đơn vị)#Thùng dầu mỏ",
    },
    ["gr water"] = {
	name1    = "grain nước",
	symbol   = "gr H<sub>2</sub>O",
	utype    = "volume",
	scale    = 0.00000006479891,
	default  = "cm3",
	link     = "Grain",
    },
    ["grt"] = {
	name1    = "tấn đăng ký",
	symbol   = "grt",
	utype    = "volume",
	scale    = 2.8316846592,
	default  = "m3",
    },
    ["impbbl"] = {
	name1    = "thùng Anh",
	symbol   = "bbl&nbsp;Anh",
	utype    = "volume",
	scale    = 0.16365924,
	default  = "l impgal USgal",
	link     = "Barrel",
    },
    ["impbsh"] = {
	name1    = "giạ Anh",
	symbol   = "bsh&nbsp;Anh",
	utype    = "volume",
	scale    = 0.03636872,
	default  = "l impgal USdrygal",
	link     = "Giạ (Anh)",
    },
    ["impbu"] = {
	name1    = "giạ Anh",
	symbol   = "bu&nbsp;Anh",
	utype    = "volume",
	scale    = 0.03636872,
	default  = "m3",
	link     = "Giạ (Anh)",
    },
    ["impgal"] = {
	name1    = "galông Anh",
	symbol   = "gal&nbsp;Anh",
	utype    = "volume",
	scale    = 0.00454609,
	default  = "l USgal",
	link     = "Gallon (Anh)",
    },
    ["impgi"] = {
	name1    = "gill",
	symbol   = "gi",
	utype    = "volume",
	scale    = 0.0001420653125,
	default  = "ml USoz",
    },
    ["impkenning"] = {
	name1    = "kenning Anh",
	symbol   = "kenning",
	utype    = "volume",
	scale    = 0.01818436,
	default  = "l USdrygal",
	link     = "Kenning",
    },
    ["impoz"] = {
	name1    = "ounce chất lỏng Anh",
	symbol   = "fl&nbsp;oz&nbsp;Anh",
	utype    = "volume",
	scale    = 0.0000284130625,
	default  = "ml USoz",
    },
    ["imppk"] = {
	name1    = "peck Anh",
	symbol   = "pk",
	utype    = "volume",
	scale    = 0.00909218,
	default  = "l USdrygal",
	link     = "Peck",
    },
    ["imppt"] = {
	name1    = "pint Anh",
	symbol   = "pt&nbsp;Anh",
	utype    = "volume",
	scale    = 0.00056826125,
	default  = "l",
	link     = "Pint (Anh)",
    },
    ["impqt"] = {
	name1    = "quart Anh",
	symbol   = "qt&nbsp;Anh",
	utype    = "volume",
	scale    = 0.0011365225,
	default  = "ml USoz",
	link     = "Quart (Anh)",
	customary= 3,
    },
    ["kilderkin"] = {
	symbol   = "kilderkin",
	usename  = 1,
	utype    = "volume",
	scale    = 0.08182962,
	default  = "l impgal USgal",
    },
    ["koilbbl"] = {
	name1    = "ngàn thùng",
	symbol   = "kbbl",
	utype    = "volume",
	scale    = 158.987294928,
	default  = "v * 1.58987294928 < 10 ! ! e3 ! m3",
	link     = "Barrel#Barrel dầu mỏ",
    },
    ["L"] = {
	_name1   = "lít",
	_symbol  = "L",
	utype    = "volume",
	scale    = 0.001,
	prefixes = 1,
	default  = "impgal USgal",
	link     = "Lít",
    },
    ["l"] = {
	_name1   = "lít",
	_symbol  = "l",
	utype    = "volume",
	scale    = 0.001,
	prefixes = 1,
	default  = "impgal USgal",
	link     = "Lít",
    },
    ["m3"] = {
	_name1   = "mét khối",
	_symbol  = "m<sup>3</sup>",
	utype    = "volume",
	scale    = 1,
	prefixes = 3,
	default  = "cuft",
	link     = "Mét khối",
    },
    ["Mbbl"] = {
	name1    = "ngàn thùng",
	symbol   = "Mbbl",
	utype    = "volume",
	scale    = 158.987294928,
	default  = "v * 1.58987294928 < 10 ! e3 ! ! m3",
	link     = "Barrel#Barrel dầu mỏ",
    },
    ["MMoilbbl"] = {
	name1    = "triệu thùng",
	symbol   = "MMbbl",
	utype    = "volume",
	scale    = 158987.294928,
	default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3",
	link     = "Barrel#Barrel dầu mỏ",
    },
    ["Moilbbl"] = {
	name1    = "triệu thùng",
	symbol   = "Mbbl",
	utype    = "volume",
	scale    = 158987.294928,
	default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3",
	link     = "Barrel#Barrel dầu mỏ",
    },
    ["MTON"] = {
	name1    = "tấn đo lường",
	symbol   = "MTON",
	utype    = "volume",
	scale    = 1.13267386368,
	default  = "m3",
    },
    ["MUSgal"] = {
	name1    = "triệu galông Mỹ",
	symbol   = "triệu gal&nbsp;Mỹ",
	utype    = "volume",
	scale    = 3785.411784,
	default  = "Ml",
	link     = "Gallon",
    },
    ["oilbbl"] = {
	name1    = "thùng",
	symbol   = "bbl",
	utype    = "volume",
	scale    = 0.158987294928,
	default  = "m3",
	link     = "Barrel#Barrel dầu mỏ",
    },
    ["stere"] = {
	symbol   = "stère",
	usename  = 1,
	utype    = "volume",
	scale    = 1,
	default  = "cuft",
    },
    ["Toilbbl"] = {
	name1    = "ngàn tỷ thùng",
	symbol   = "Tbbl",
	utype    = "volume",
	scale    = 158987294928,
	default  = "v * 1.58987294928 < 10 ! e9 ! e12 ! m3",
	link     = "Barrel#Barrel dầu mỏ",
    },
    ["USbbl"] = {
	name1    = "thùng Mỹ",
	symbol   = "bbl&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.119240471196,
	default  = "l USgal impgal",
	link     = "Barrel",
    },
    ["USbeerbbl"] = {
	name1    = "thùng bia Mỹ",
	symbol   = "bbl&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.117347765304,
	default  = "l USgal impgal",
	link     = "Barrel",
    },
    ["USbsh"] = {
	name1    = "giạ Mỹ",
	symbol   = "bsh&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.03523907016688,
	default  = "l USdrygal impgal",
	link     = "Giạ (Mỹ)",
    },
    ["USbu"] = {
	name1    = "giạ Mỹ",
	symbol   = "bu&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.03523907016688,
	default  = "l USdrygal impgal",
	link     = "Giạ (Mỹ)",
    },
    ["USdrybbl"] = {
	name1    = "thùng chất khô Mỹ",
	symbol   = "dry&nbsp;bbl&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.11562819898508,
	default  = "m3",
	link     = "Barrel",
    },
    ["USdrygal"] = {
	name1    = "galông chất khô Mỹ",
	symbol   = "dry&nbsp;gal&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.00440488377086,
	default  = "l",
	link     = "Gallon",
    },
    ["USdrypt"] = {
	name1    = "pint chất khô Mỹ",
	symbol   = "dry&nbsp;pt&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.0005506104713575,
	default  = "ml",
	link     = "Pint",
    },
    ["USdryqt"] = {
	name1    = "quart chất khô Mỹ",
	symbol   = "dry&nbsp;qt&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.001101220942715,
	default  = "ml",
	link     = "Quart",
    },
    ["USflgal"] = {
	name1    = "galông Mỹ",
	symbol   = "fl&nbsp;gal&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.003785411784,
	default  = "l impgal",
	link     = "Gallon",
    },
    ["USgal"] = {
	name1    = "galông Mỹ",
	symbol   = "gal&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.003785411784,
	default  = "l impgal",
	link     = "Gallon",
    },
    ["USgi"] = {
	name1    = "gill",
	symbol   = "gi",
	utype    = "volume",
	scale    = 0.0001182941183,
	default  = "ml impoz",
    },
    ["USkenning"] = {
	name1    = "kenning Mỹ",
	symbol   = "kenning&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.01761953508344,
	default  = "l impgal",
	link     = "Kenning",
    },
    ["USmin"] = {
	name1    = "minim Mỹ",
	symbol   = "min&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.000000061611519921875,
	default  = "ml",
	link     = "Minim",
    },
    ["USoz"] = {
	name1    = "ounce chất lỏng Mỹ",
	symbol   = "fl&nbsp;oz&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.0000295735295625,
	default  = "ml",
    },
    ["USpk"] = {
	name1    = "peck Mỹ",
	symbol   = "pk&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.00880976754172,
	default  = "l impgal",
	link     = "Peck",
    },
    ["USpt"] = {
	name1    = "pint Mỹ",
	symbol   = "pt&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.000473176473,
	default  = "l imppt",
	link     = "Pint",
    },
    ["USqt"] = {
	name1    = "quart Mỹ",
	symbol   = "qt&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.000946352946,
	default  = "ml",
	link     = "Quart",
	customary= 1,
    },
    ["USquart"] = {
	name1    = "quart Mỹ",
	symbol   = "qt&nbsp;Mỹ",
	utype    = "volume",
	scale    = 0.000946352946,
	default  = "ml impoz",
	link     = "Quart",
    },
    ["UStbsp"] = {
	name1    = "thìa canh Mỹ",
	symbol   = "tbsp&nbsp;Mỹ",
	utype    = "volume",
	scale    = 1.4786764781250001e-5,
	default  = "ml",
	link     = "thìa canh",
    },
    ["winecase"] = {
	name1    = "hộp",
	symbol   = "case",
	usename  = 1,
	utype    = "volume",
	scale    = 0.009,
	default  = "l",
	link     = "Hộp (hàng hóa)",
    },
    ["*U.S.drygal"] = {
	target   = "USdrygal",
	sp_us    = true,
	customary= 2,
    },
    ["*U.S.gal"] = {
	target   = "USgal",
	sp_us    = true,
	default  = "L impgal",
	customary= 2,
    },
    ["+USdrygal"] = {
	target   = "USdrygal",
	customary= 1,
    },
    ["+usfloz"] = {
	target   = "USoz",
	link     = "Ounce chất lỏng",
	customary= 1,
    },
    ["+USgal"] = {
	target   = "USgal",
	customary= 1,
    },
    ["+USoz"] = {
	target   = "USoz",
	customary= 1,
    },
    ["@impgal"] = {
	target   = "impgal",
	link     = "Gallon",
	customary= 3,
    },
    ["acre feet"] = {
	target   = "acre ft",
    },
    ["acre-feet"] = {
	target   = "acre ft",
    },
    ["acre-ft"] = {
	target   = "acre ft",
    },
    ["acre.foot"] = {
	target   = "acre foot",
    },
    ["acre.ft"] = {
	target   = "acre ft",
    },
    ["acre·foot"] = {
	target   = "acre foot",
    },
    ["acre·ft"] = {
	target   = "acre ft",
    },
    ["bushels"] = {
	target   = "USbsh",
    },
    ["cid"] = {
	target   = "CID",
    },
    ["drybbl"] = {
	target   = "USdrybbl",
    },
    ["drygal"] = {
	target   = "+USdrygal",
    },
    ["drypt"] = {
	target   = "USdrypt",
    },
    ["dryqt"] = {
	target   = "USdryqt",
    },
    ["ft3"] = {
	target   = "cuft",
    },
    ["gal"] = {
	target   = "USgal",
    },
    ["gallon"] = {
	shouldbe = "Sử dụng %{USgal%} cho galông Mỹ hoặc %{impgal%} cho galông Anh (thay vì %{gallon%})",
    },
    ["gallons"] = {
	shouldbe = "Sử dụng %{USgal%} cho galông Mỹ hoặc %{impgal%} cho galông Anh (thay vì %{gallons%})",
    },
    ["Gcuft"] = {
	target   = "e9cuft",
    },
    ["impfloz"] = {
	target   = "impoz",
    },
    ["Impgal"] = {
	target   = "impgal",
    },
    ["in3"] = {
	target   = "cuin",
    },
    ["kcuft"] = {
	target   = "e3cuft",
    },
    ["kcum"] = {
	target   = "e3m3",
    },
    ["km³"] = {
	target   = "km3",
    },
    ["liter"] = {
	target   = "L",
	sp_us    = true,
    },
    ["liters"] = {
	target   = "L",
	sp_us    = true,
    },
    ["litre"] = {
	target   = "L",
    },
    ["litres"] = {
	target   = "L",
    },
    ["Mcuft"] = {
	target   = "e6cuft",
    },
    ["Mcum"] = {
	target   = "e6m3",
    },
    ["Mft3"] = {
	target   = "e6cuft",
    },
    ["mi3"] = {
	target   = "cumi",
    },
    ["m³"] = {
	target   = "m3",
    },
    ["Pcuft"] = {
	target   = "e15cuft",
    },
    ["pt"] = {
	shouldbe = "Sử dụng %{USpt%} cho pint Mỹ hoặc %{imppt%} cho pint Anh (thay vì %{pt%})",
    },
    ["qt"] = {
	shouldbe = "Sử dụng %{USqt%} cho quart Mỹ hoặc %{impqt%} cho quart Anh (thay vì %{qt%})",
    },
    ["Tcuft"] = {
	target   = "e12cuft",
    },
    ["Tft3"] = {
	target   = "e12cuft",
    },
    ["U.S.bbl"] = {
	target   = "USbbl",
	sp_us    = true,
	default  = "l U.S.gal impgal",
    },
    ["U.S.beerbbl"] = {
	target   = "USbeerbbl",
	sp_us    = true,
	default  = "l U.S.gal impgal",
    },
    ["U.S.bsh"] = {
	target   = "USbsh",
	sp_us    = true,
	default  = "l U.S.drygal impgal",
    },
    ["U.S.bu"] = {
	target   = "USbu",
	sp_us    = true,
	default  = "l U.S.drygal impgal",
    },
    ["U.S.drybbl"] = {
	target   = "USdrybbl",
	sp_us    = true,
    },
    ["U.S.drygal"] = {
	target   = "USdrygal",
	sp_us    = true,
    },
    ["U.S.drypt"] = {
	target   = "USdrypt",
	sp_us    = true,
    },
    ["U.S.dryqt"] = {
	target   = "USdryqt",
	sp_us    = true,
    },
    ["U.S.flgal"] = {
	target   = "USflgal",
	sp_us    = true,
    },
    ["U.S.floz"] = {
	target   = "USoz",
	sp_us    = true,
    },
    ["U.S.gal"] = {
	target   = "USgal",
	sp_us    = true,
	default  = "L impgal",
    },
    ["u.s.gal"] = {
	target   = "USgal",
	sp_us    = true,
	default  = "L impgal",
    },
    ["U.S.gi"] = {
	target   = "USgi",
	sp_us    = true,
    },
    ["U.S.kenning"] = {
	target   = "USkenning",
	sp_us    = true,
    },
    ["U.S.oz"] = {
	target   = "USoz",
	sp_us    = true,
    },
    ["U.S.pk"] = {
	target   = "USpk",
	sp_us    = true,
    },
    ["U.S.pt"] = {
	target   = "USpt",
	sp_us    = true,
    },
    ["U.S.qt"] = {
	target   = "USqt",
	sp_us    = true,
	default  = "L impqt",
	customary= 2,
    },
    ["usbbl"] = {
	target   = "USbbl",
    },
    ["usbeerbbl"] = {
	target   = "USbeerbbl",
    },
    ["usbsh"] = {
	target   = "USbsh",
    },
    ["usbu"] = {
	target   = "USbu",
    },
    ["usdrybbl"] = {
	target   = "USdrybbl",
    },
    ["usdrygal"] = {
	target   = "+USdrygal",
    },
    ["usdrypt"] = {
	target   = "USdrypt",
    },
    ["usdryqt"] = {
	target   = "USdryqt",
    },
    ["USfloz"] = {
	target   = "USoz",
    },
    ["usfloz"] = {
	target   = "USoz",
    },
    ["USGAL"] = {
	target   = "USgal",
    },
    ["usgal"] = {
	target   = "USgal",
    },
    ["usgi"] = {
	target   = "USgi",
    },
    ["uskenning"] = {
	target   = "USkenning",
    },
    ["usoz"] = {
	target   = "USoz",
    },
    ["uspk"] = {
	target   = "USpk",
    },
    ["uspt"] = {
	target   = "USpt",
    },
    ["usqt"] = {
	target   = "USqt",
    },
    ["yd3"] = {
	target   = "cuyd",
    },
    ["cuft/sqmi"] = {
	per      = { "cuft", "sqmi" },
	utype    = "volume per unit area",
	default  = "m3/km2",
    },
    ["m3/ha"] = {
	name1    = "mét khối trên hécta",
	symbol   = "m<sup>3</sup>/ha",
	utype    = "volume per unit area",
	scale    = 0.0001,
	default  = "USbu/acre",
	link     = "Hecta",
    },
    ["m3/km2"] = {
	per      = { "m3", "km2" },
	utype    = "volume per unit area",
	default  = "cuft/sqmi",
    },
    ["U.S.gal/acre"] = {
	per      = { "U.S.gal", "acre" },
	utype    = "volume per unit area",
	default  = "m3/km2",
    },
    ["USbu/acre"] = {
	name1    = "giạ Mỹ trên mẫu Anh",
	symbol   = "US bushel per acre",
	usename  = 1,
	utype    = "volume per unit area",
	scale    = 8.7077638761350888e-6,
	default  = "m3/ha",
	link     = "Giạ",
    },
    ["USgal/acre"] = {
	per      = { "USgal", "acre" },
	utype    = "volume per unit area",
	default  = "m3/km2",
    },
    ["miydftin"] = {
	combination= { "in", "ft", "yd", "mi" },
	multiple = { 12, 3, 1760 },
	utype    = "length",
    },
    ["mift"] = {
	combination= { "ft", "mi" },
	multiple = { 5280 },
	utype    = "length",
    },
    ["ydftin"] = {
	combination= { "in", "ft", "yd" },
	multiple = { 12, 3 },
	utype    = "length",
    },
    ["ydft"] = {
	combination= { "ft", "yd" },
	multiple = { 3 },
	utype    = "length",
    },
    ["ftin"] = {
	combination= { "in", "ft" },
	multiple = { 12 },
	utype    = "length",
    },
    ["footin"] = {
	combination= { "in", "foot" },
	multiple = { 12 },
	utype    = "length",
    },
    ["handin"] = {
	combination= { "in", "hand" },
	multiple = { 4 },
	utype    = "length",
    },
    ["lboz"] = {
	combination= { "oz", "lb" },
	multiple = { 16 },
	utype    = "mass",
    },
    ["stlb"] = {
	combination= { "lb", "st" },
	multiple = { 14 },
	utype    = "mass",
    },
    ["stlboz"] = {
	combination= { "oz", "lb", "st" },
	multiple = { 16, 14 },
	utype    = "mass",
    },
    ["st and lb"] = {
	combination= { "lb", "st" },
	multiple = { 14 },
	utype    = "mass",
    },
    ["acre ha"] = {
	combination= { "acre", "ha" },
	utype    = "area",
    },
    ["acre m2"] = {
	combination= { "acre", "m2" },
	utype    = "area",
    },
    ["acre sqm"] = {
	combination= { "acre", "sqm" },
	utype    = "area",
    },
    ["acre sqmi"] = {
	combination= { "acre", "sqmi" },
	utype    = "area",
    },
    ["cm2 in2"] = {
	combination= { "cm2", "sqin" },
	utype    = "area",
    },
    ["cm2 sqin"] = {
	combination= { "cm2", "sqin" },
	utype    = "area",
    },
    ["foot2 m2"] = {
	combination= { "foot2", "m2" },
	utype    = "area",
    },
    ["ft2 m2"] = {
	combination= { "ft2", "m2" },
	utype    = "area",
    },
    ["ha acre"] = {
	combination= { "ha", "acre" },
	utype    = "area",
    },
    ["ha sqmi"] = {
	combination= { "ha", "sqmi" },
	utype    = "area",
    },
    ["in2 cm2"] = {
	combination= { "sqin", "cm2" },
	utype    = "area",
    },
    ["in2 mm2"] = {
	combination= { "sqin", "mm2" },
	utype    = "area",
    },
    ["km2 acre sqmi"] = {
	combination= { "km2", "acre", "sqmi" },
	utype    = "area",
    },
    ["km2 mi2"] = {
	combination= { "km2", "sqmi" },
	utype    = "area",
    },
    ["km2 sqmi"] = {
	combination= { "km2", "sqmi" },
	utype    = "area",
    },
    ["m2 ft2"] = {
	combination= { "m2", "ft2" },
	utype    = "area",
    },
    ["m2 sqft"] = {
	combination= { "m2", "sqft" },
	utype    = "area",
    },
    ["mi2 ha"] = {
	combination= { "sqmi", "ha" },
	utype    = "area",
    },
    ["mi2 km2"] = {
	combination= { "sqmi", "km2" },
	utype    = "area",
    },
    ["mm2 in2"] = {
	combination= { "mm2", "sqin" },
	utype    = "area",
    },
    ["mm2 sqin"] = {
	combination= { "mm2", "sqin" },
	utype    = "area",
    },
    ["sqfoot m2"] = {
	combination= { "sqfoot", "m2" },
	utype    = "area",
    },
    ["sqft m2"] = {
	combination= { "sqft", "m2" },
	utype    = "area",
    },
    ["sqft sqm"] = {
	combination= { "sqft", "m2" },
	utype    = "area",
    },
    ["sqin cm2"] = {
	combination= { "sqin", "cm2" },
	utype    = "area",
    },
    ["sqin mm2"] = {
	combination= { "sqin", "mm2" },
	utype    = "area",
    },
    ["sqmi acre"] = {
	combination= { "sqmi", "acre" },
	utype    = "area",
    },
    ["sqmi ha"] = {
	combination= { "sqmi", "ha" },
	utype    = "area",
    },
    ["sqmi ha km2"] = {
	combination= { "sqmi", "ha", "km2" },
	utype    = "area",
    },
    ["sqmi km2"] = {
	combination= { "sqmi", "km2" },
	utype    = "area",
    },
    ["tsubo sqft"] = {
	combination= { "tsubo", "sqft" },
	utype    = "area",
    },
    ["lb/impgal lb/USgal"] = {
	combination= { "lb/impgal", "lb/USgal" },
	utype    = "density",
    },
    ["kWh/km kWh/mi"] = {
	combination= { "kWh/km", "kWh/mi" },
	utype    = "energy per unit length",
    },
    ["kWh/km MJ/km"] = {
	combination= { "kWh/km", "MJ/km" },
	utype    = "energy per unit length",
    },
    ["MJ/km kWh/km"] = {
	combination= { "MJ/km", "kWh/km" },
	utype    = "energy per unit length",
    },
    ["MJ/km kWh/mi"] = {
	combination= { "MJ/km", "kWh/mi" },
	utype    = "energy per unit length",
    },
    ["impgal/h USgal/h"] = {
	combination= { "impgal/h", "USgal/h" },
	utype    = "flow",
    },
    ["impgal/min USgal/min"] = {
	combination= { "impgal/min", "USgal/min" },
	utype    = "flow",
    },
    ["L/s impgal/min"] = {
	combination= { "L/s", "impgal/min" },
	utype    = "flow",
    },
    ["m3/s impgal/min"] = {
	combination= { "m3/s", "impgal/min" },
	utype    = "flow",
    },
    ["GN LT-f"] = {
	combination= { "GN", "LT-f" },
	utype    = "force",
    },
    ["GN LT-f ST-f"] = {
	combination= { "GN", "LT-f", "ST-f" },
	utype    = "force",
    },
    ["GN LTf"] = {
	combination= { "GN", "-LTf" },
	utype    = "force",
    },
    ["GN LTf STf"] = {
	combination= { "GN", "-LTf", "-STf" },
	utype    = "force",
    },
    ["GN ST-f"] = {
	combination= { "GN", "ST-f" },
	utype    = "force",
    },
    ["GN ST-f LT-f"] = {
	combination= { "GN", "ST-f", "LT-f" },
	utype    = "force",
    },
    ["GN STf"] = {
	combination= { "GN", "-STf" },
	utype    = "force",
    },
    ["GN STf LTf"] = {
	combination= { "GN", "-STf", "-LTf" },
	utype    = "force",
    },
    ["kN lb-f"] = {
	combination= { "kN", "lb-f" },
	utype    = "force",
    },
    ["kN lbf"] = {
	combination= { "kN", "lbf" },
	utype    = "force",
    },
    ["kN LT-f"] = {
	combination= { "kN", "LT-f" },
	utype    = "force",
    },
    ["kN LT-f ST-f"] = {
	combination= { "kN", "LT-f", "ST-f" },
	utype    = "force",
    },
    ["kN LTf"] = {
	combination= { "kN", "-LTf" },
	utype    = "force",
    },
    ["kN LTf STf"] = {
	combination= { "kN", "-LTf", "-STf" },
	utype    = "force",
    },
    ["kN ST-f"] = {
	combination= { "kN", "ST-f" },
	utype    = "force",
    },
    ["kN ST-f LT-f"] = {
	combination= { "kN", "ST-f", "LT-f" },
	utype    = "force",
    },
    ["kN STf"] = {
	combination= { "kN", "-STf" },
	utype    = "force",
    },
    ["kN STf LTf"] = {
	combination= { "kN", "-STf", "-LTf" },
	utype    = "force",
    },
    ["LT-f ST-f"] = {
	combination= { "LT-f", "ST-f" },
	utype    = "force",
    },
    ["LTf STf"] = {
	combination= { "-LTf", "-STf" },
	utype    = "force",
    },
    ["mN gr-f"] = {
	combination= { "mN", "gr-f" },
	utype    = "force",
    },
    ["mN grf"] = {
	combination= { "mN", "grf" },
	utype    = "force",
    },
    ["MN LT-f"] = {
	combination= { "MN", "LT-f" },
	utype    = "force",
    },
    ["MN LT-f ST-f"] = {
	combination= { "MN", "LT-f", "ST-f" },
	utype    = "force",
    },
    ["MN LTf"] = {
	combination= { "MN", "-LTf" },
	utype    = "force",
    },
    ["MN LTf STf"] = {
	combination= { "MN", "-LTf", "-STf" },
	utype    = "force",
    },
    ["mN oz-f"] = {
	combination= { "mN", "oz-f" },
	utype    = "force",
    },
    ["mN ozf"] = {
	combination= { "mN", "ozf" },
	utype    = "force",
    },
    ["MN ST-f"] = {
	combination= { "MN", "ST-f" },
	utype    = "force",
    },
    ["MN ST-f LT-f"] = {
	combination= { "MN", "ST-f", "LT-f" },
	utype    = "force",
    },
    ["MN STf"] = {
	combination= { "MN", "-STf" },
	utype    = "force",
    },
    ["MN STf LTf"] = {
	combination= { "MN", "-STf", "-LTf" },
	utype    = "force",
    },
    ["N lb-f"] = {
	combination= { "N", "lb-f" },
	utype    = "force",
    },
    ["N lbf"] = {
	combination= { "N", "lbf" },
	utype    = "force",
    },
    ["N oz-f"] = {
	combination= { "N", "oz-f" },
	utype    = "force",
    },
    ["N ozf"] = {
	combination= { "N", "ozf" },
	utype    = "force",
    },
    ["nN gr-f"] = {
	combination= { "nN", "gr-f" },
	utype    = "force",
    },
    ["nN grf"] = {
	combination= { "nN", "grf" },
	utype    = "force",
    },
    ["S/T-f L/T-f"] = {
	combination= { "S/T-f", "L/T-f" },
	utype    = "force",
    },
    ["S/Tf L/Tf"] = {
	combination= { "S/Tf", "L/Tf" },
	utype    = "force",
    },
    ["ST-f LT-f"] = {
	combination= { "ST-f", "LT-f" },
	utype    = "force",
    },
    ["STf LTf"] = {
	combination= { "-STf", "-LTf" },
	utype    = "force",
    },
    ["uN gr-f"] = {
	combination= { "µN", "gr-f" },
	utype    = "force",
    },
    ["uN grf"] = {
	combination= { "µN", "grf" },
	utype    = "force",
    },
    ["µN gr-f"] = {
	combination= { "µN", "gr-f" },
	utype    = "force",
    },
    ["µN grf"] = {
	combination= { "µN", "grf" },
	utype    = "force",
    },
    ["μN gr-f"] = {
	combination= { "µN", "gr-f" },
	utype    = "force",
    },
    ["μN grf"] = {
	combination= { "µN", "grf" },
	utype    = "force",
    },
    ["impgal/mi U.S.gal/mi"] = {
	combination= { "impgal/mi", "U.S.gal/mi" },
	utype    = "fuel efficiency",
    },
    ["impgal/mi USgal/mi"] = {
	combination= { "impgal/mi", "USgal/mi" },
	utype    = "fuel efficiency",
    },
    ["km/L mpgimp"] = {
	combination= { "km/L", "mpgimp" },
	utype    = "fuel efficiency",
    },
    ["km/l mpgimp"] = {
	combination= { "km/l", "mpgimp" },
	utype    = "fuel efficiency",
    },
    ["km/L mpgU.S."] = {
	combination= { "km/L", "mpgU.S." },
	utype    = "fuel efficiency",
    },
    ["km/l mpgU.S."] = {
	combination= { "km/l", "mpgU.S." },
	utype    = "fuel efficiency",
    },
    ["km/L mpgUS"] = {
	combination= { "km/L", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["km/L mpgus"] = {
	combination= { "km/L", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["km/l mpgUS"] = {
	combination= { "km/l", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["km/l mpgus"] = {
	combination= { "km/l", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["L/100 km mpgimp"] = {
	combination= { "L/100 km", "mpgimp" },
	utype    = "fuel efficiency",
    },
    ["l/100 km mpgimp"] = {
	combination= { "l/100 km", "mpgimp" },
	utype    = "fuel efficiency",
    },
    ["L/100 km mpgU.S."] = {
	combination= { "L/100 km", "mpgU.S." },
	utype    = "fuel efficiency",
    },
    ["l/100 km mpgU.S."] = {
	combination= { "l/100 km", "mpgU.S." },
	utype    = "fuel efficiency",
    },
    ["L/100 km mpgUS"] = {
	combination= { "L/100 km", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["L/100 km mpgus"] = {
	combination= { "L/100 km", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["l/100 km mpgUS"] = {
	combination= { "l/100 km", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["l/100 km mpgus"] = {
	combination= { "l/100 km", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["L/km impgal/mi"] = {
	combination= { "L/km", "impgal/mi" },
	utype    = "fuel efficiency",
    },
    ["l/km impgal/mi"] = {
	combination= { "l/km", "impgal/mi" },
	utype    = "fuel efficiency",
    },
    ["L/km U.S.gal/mi"] = {
	combination= { "L/km", "U.S.gal/mi" },
	utype    = "fuel efficiency",
    },
    ["l/km U.S.gal/mi"] = {
	combination= { "l/km", "U.S.gal/mi" },
	utype    = "fuel efficiency",
    },
    ["L/km USgal/mi"] = {
	combination= { "L/km", "USgal/mi" },
	utype    = "fuel efficiency",
    },
    ["L/km usgal/mi"] = {
	combination= { "L/km", "usgal/mi" },
	utype    = "fuel efficiency",
    },
    ["l/km USgal/mi"] = {
	combination= { "l/km", "USgal/mi" },
	utype    = "fuel efficiency",
    },
    ["l/km usgal/mi"] = {
	combination= { "l/km", "usgal/mi" },
	utype    = "fuel efficiency",
    },
    ["mpgimp L/100 km"] = {
	combination= { "mpgimp", "L/100 km" },
	utype    = "fuel efficiency",
    },
    ["mpgimp mpgU.S."] = {
	combination= { "mpgimp", "mpgU.S." },
	utype    = "fuel efficiency",
    },
    ["mpgimp mpgUS"] = {
	combination= { "mpgimp", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["mpgimp mpgus"] = {
	combination= { "mpgimp", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["mpgU.S. mpgimp"] = {
	combination= { "mpgU.S.", "mpgimp" },
	utype    = "fuel efficiency",
    },
    ["mpgUS mpgimp"] = {
	combination= { "mpgus", "mpgimp" },
	utype    = "fuel efficiency",
    },
    ["mpgus mpgimp"] = {
	combination= { "mpgus", "mpgimp" },
	utype    = "fuel efficiency",
    },
    ["U.S.gal/mi impgal/mi"] = {
	combination= { "U.S.gal/mi", "impgal/mi" },
	utype    = "fuel efficiency",
    },
    ["USgal/mi impgal/mi"] = {
	combination= { "USgal/mi", "impgal/mi" },
	utype    = "fuel efficiency",
    },
    ["cm in"] = {
	combination= { "cm", "in" },
	utype    = "length",
    },
    ["fathom ft"] = {
	combination= { "fathom", "ft" },
	utype    = "length",
    },
    ["foot m"] = {
	combination= { "foot", "m" },
	utype    = "length",
    },
    ["ft km"] = {
	combination= { "ft", "km" },
	utype    = "length",
    },
    ["ft m"] = {
	combination= { "ft", "m" },
	utype    = "length",
    },
    ["ft mi"] = {
	combination= { "ft", "mi" },
	utype    = "length",
    },
    ["in cm"] = {
	combination= { "in", "cm" },
	utype    = "length",
    },
    ["in mm"] = {
	combination= { "in", "mm" },
	utype    = "length",
    },
    ["km ly"] = {
	combination= { "km", "ly" },
	utype    = "length",
    },
    ["km mi"] = {
	combination= { "km", "mi" },
	utype    = "length",
    },
    ["km mi ft"] = {
	combination= { "km", "mi", "ft" },
	utype    = "length",
    },
    ["km nmi"] = {
	combination= { "km", "nmi" },
	utype    = "length",
    },
    ["m foot"] = {
	combination= { "m", "foot" },
	utype    = "length",
    },
    ["m ft"] = {
	combination= { "m", "ft" },
	utype    = "length",
    },
    ["m yd"] = {
	combination= { "m", "yd" },
	utype    = "length",
    },
    ["mi ft"] = {
	combination= { "mi", "ft" },
	utype    = "length",
    },
    ["mi km"] = {
	combination= { "mi", "km" },
	utype    = "length",
    },
    ["mi nmi"] = {
	combination= { "mi", "nmi" },
	utype    = "length",
    },
    ["mm in"] = {
	combination= { "mm", "in" },
	utype    = "length",
    },
    ["nmi km"] = {
	combination= { "nmi", "km" },
	utype    = "length",
    },
    ["nmi mi"] = {
	combination= { "nmi", "mi" },
	utype    = "length",
    },
    ["nmi mi ft"] = {
	combination= { "nmi", "mi", "ft" },
	utype    = "length",
    },
    ["statmi km"] = {
	combination= { "smi", "km" },
	utype    = "length",
    },
    ["yd m"] = {
	combination= { "yd", "m" },
	utype    = "length",
    },
    ["g gr"] = {
	combination= { "g", "gr" },
	utype    = "mass",
    },
    ["g oz"] = {
	combination= { "g", "oz" },
	utype    = "mass",
    },
    ["gr mg"] = {
	combination= { "gr", "mg" },
	utype    = "mass",
    },
    ["kg lb"] = {
	combination= { "kg", "lb" },
	utype    = "mass",
    },
    ["kg lb st"] = {
	combination= { "kg", "lb", "st" },
	utype    = "mass",
    },
    ["kg Scwt"] = {
	combination= { "kg", "-Scwt" },
	utype    = "mass",
    },
    ["kg st"] = {
	combination= { "kg", "st" },
	utype    = "mass",
    },
    ["kg st lb"] = {
	combination= { "kg", "st", "lb" },
	utype    = "mass",
    },
    ["kg stlb"] = {
	combination= { "kg", "stlb" },
	utype    = "mass",
    },
    ["lb kg"] = {
	combination= { "lb", "kg" },
	utype    = "mass",
    },
    ["lb kg st"] = {
	combination= { "lb", "kg", "st" },
	utype    = "mass",
    },
    ["lb ozt"] = {
	combination= { "lb", "ozt" },
	utype    = "mass",
    },
    ["lb st"] = {
	combination= { "lb", "st" },
	utype    = "mass",
    },
    ["lb st kg"] = {
	combination= { "lb", "st", "kg" },
	utype    = "mass",
    },
    ["lb stlb"] = {
	combination= { "lb", "stlb" },
	utype    = "mass",
    },
    ["LT MT"] = {
	combination= { "LT", "MT" },
	utype    = "mass",
    },
    ["LT MT ST"] = {
	combination= { "LT", "MT", "ST" },
	utype    = "mass",
    },
    ["LT ST"] = {
	combination= { "LT", "ST" },
	utype    = "mass",
    },
    ["LT ST MT"] = {
	combination= { "LT", "ST", "MT" },
	utype    = "mass",
    },
    ["LT ST t"] = {
	combination= { "lt", "-ST", "t" },
	utype    = "mass",
    },
    ["LT t"] = {
	combination= { "LT", "t" },
	utype    = "mass",
    },
    ["LT t ST"] = {
	combination= { "lt", "t", "-ST" },
	utype    = "mass",
    },
    ["mg gr"] = {
	combination= { "mg", "gr" },
	utype    = "mass",
    },
    ["MT LT"] = {
	combination= { "MT", "LT" },
	utype    = "mass",
    },
    ["MT LT ST"] = {
	combination= { "MT", "LT", "ST" },
	utype    = "mass",
    },
    ["MT ST"] = {
	combination= { "MT", "ST" },
	utype    = "mass",
    },
    ["MT ST LT"] = {
	combination= { "MT", "ST", "LT" },
	utype    = "mass",
    },
    ["oz g"] = {
	combination= { "oz", "g" },
	utype    = "mass",
    },
    ["oz ozt"] = {
	combination= { "oz", "ozt" },
	utype    = "mass",
    },
    ["ozt g"] = {
	combination= { "ozt", "g" },
	utype    = "mass",
    },
    ["ozt kg"] = {
	combination= { "ozt", "kg" },
	utype    = "mass",
    },
    ["ozt oz"] = {
	combination= { "ozt", "oz" },
	utype    = "mass",
    },
    ["st kg"] = {
	combination= { "st", "kg" },
	utype    = "mass",
    },
    ["st kg lb"] = {
	combination= { "st", "kg", "lb" },
	utype    = "mass",
    },
    ["st lb"] = {
	combination= { "st", "lb" },
	utype    = "mass",
    },
    ["st lb kg"] = {
	combination= { "st", "lb", "kg" },
	utype    = "mass",
    },
    ["ST LT"] = {
	combination= { "ST", "LT" },
	utype    = "mass",
    },
    ["ST LT MT"] = {
	combination= { "ST", "LT", "MT" },
	utype    = "mass",
    },
    ["ST LT t"] = {
	combination= { "-ST", "lt", "t" },
	utype    = "mass",
    },
    ["ST MT"] = {
	combination= { "ST", "MT" },
	utype    = "mass",
    },
    ["ST MT LT"] = {
	combination= { "ST", "MT", "LT" },
	utype    = "mass",
    },
    ["ST t"] = {
	combination= { "ST", "t" },
	utype    = "mass",
    },
    ["ST t LT"] = {
	combination= { "-ST", "t", "lt" },
	utype    = "mass",
    },
    ["t LT"] = {
	combination= { "t", "LT" },
	utype    = "mass",
    },
    ["t LT ST"] = {
	combination= { "t", "lt", "-ST" },
	utype    = "mass",
    },
    ["t Scwt"] = {
	combination= { "t", "-Scwt" },
	utype    = "mass",
    },
    ["t ST"] = {
	combination= { "t", "ST" },
	utype    = "mass",
    },
    ["t ST LT"] = {
	combination= { "t", "ST", "LT" },
	utype    = "mass",
    },
    ["ton"] = {
	combination= { "LT", "ST" },
	utype    = "mass",
    },
    ["/acre /ha"] = {
	combination= { "/acre", "/ha" },
	utype    = "per unit area",
    },
    ["/ha /acre"] = {
	combination= { "/ha", "/acre" },
	utype    = "per unit area",
    },
    ["/km2 sqmi"] = {
	combination= { "/km2", "/sqmi" },
	utype    = "per unit area",
    },
    ["/sqkm /sqmi"] = {
	combination= { "/sqkm", "/sqmi" },
	utype    = "per unit area",
    },
    ["/sqmi /sqkm"] = {
	combination= { "/sqmi", "/sqkm" },
	utype    = "per unit area",
    },
    ["PD/acre PD/ha"] = {
	combination= { "PD/acre", "PD/ha" },
	utype    = "per unit area",
    },
    ["PD/ha PD/acre"] = {
	combination= { "PD/ha", "PD/acre" },
	utype    = "per unit area",
    },
    ["PD/sqkm PD/sqmi"] = {
	combination= { "PD/sqkm", "PD/sqmi" },
	utype    = "per unit area",
    },
    ["PD/sqmi PD/sqkm"] = {
	combination= { "PD/sqmi", "PD/sqkm" },
	utype    = "per unit area",
    },
    ["kW bhp"] = {
	combination= { "kW", "bhp" },
	utype    = "power",
    },
    ["kW hp"] = {
	combination= { "kW", "hp" },
	utype    = "power",
    },
    ["kW PS"] = {
	combination= { "kW", "PS" },
	utype    = "power",
    },
    ["PS bhp"] = {
	combination= { "PS", "bhp" },
	utype    = "power",
    },
    ["PS hp"] = {
	combination= { "PS", "hp" },
	utype    = "power",
    },
    ["bar kPa"] = {
	combination= { "bar", "kPa" },
	utype    = "pressure",
    },
    ["hPa inHg"] = {
	combination= { "hPa", "inHg" },
	utype    = "pressure",
    },
    ["inHg psi"] = {
	combination= { "inHg", "psi" },
	utype    = "pressure",
    },
    ["kPa inHg"] = {
	combination= { "kPa", "inHg" },
	utype    = "pressure",
    },
    ["kPa kg-f/cm2"] = {
	combination= { "kPa", "kg-f/cm2" },
	utype    = "pressure",
    },
    ["kPa kg/cm2"] = {
	combination= { "kPa", "kgf/cm2" },
	utype    = "pressure",
    },
    ["kPa kgf/cm2"] = {
	combination= { "kPa", "kgf/cm2" },
	utype    = "pressure",
    },
    ["kPa lb/in2"] = {
	combination= { "kPa", "-lb/in2" },
	utype    = "pressure",
    },
    ["kPa mmHg"] = {
	combination= { "kPa", "mmHg" },
	utype    = "pressure",
    },
    ["kPa psi"] = {
	combination= { "kPa", "psi" },
	utype    = "pressure",
    },
    ["kPa Torr"] = {
	combination= { "kPa", "Torr" },
	utype    = "pressure",
    },
    ["LT ST/acre"] = {
	combination= { "LT/acre", "ST/acre" },
	utype    = "pressure",
    },
    ["LT/acre ST/acre"] = {
	combination= { "LT/acre", "ST/acre" },
	utype    = "pressure",
    },
    ["mmHg psi"] = {
	combination= { "mmHg", "psi" },
	utype    = "pressure",
    },
    ["MPa kg-f/cm2"] = {
	combination= { "MPa", "kg-f/cm2" },
	utype    = "pressure",
    },
    ["MPa kgf/cm2"] = {
	combination= { "MPa", "kgf/cm2" },
	utype    = "pressure",
    },
    ["MPa ksi"] = {
	combination= { "MPa", "ksi" },
	utype    = "pressure",
    },
    ["MPa psi"] = {
	combination= { "MPa", "psi" },
	utype    = "pressure",
    },
    ["Torr psi"] = {
	combination= { "Torr", "psi" },
	utype    = "pressure",
    },
    ["foot/s m/s"] = {
	combination= { "foot/s", "m/s" },
	utype    = "speed",
    },
    ["ft/s m/s"] = {
	combination= { "ft/s", "m/s" },
	utype    = "speed",
    },
    ["km/h kn"] = {
	combination= { "km/h", "kn" },
	utype    = "speed",
    },
    ["km/h mph"] = {
	combination= { "km/h", "mph" },
	utype    = "speed",
    },
    ["kn km/h"] = {
	combination= { "kn", "km/h" },
	utype    = "speed",
    },
    ["kn m/s"] = {
	combination= { "kn", "m/s" },
	utype    = "speed",
    },
    ["kn mph"] = {
	combination= { "kn", "mph" },
	utype    = "speed",
    },
    ["m/s foot/s"] = {
	combination= { "m/s", "foot/s" },
	utype    = "speed",
    },
    ["m/s ft/s"] = {
	combination= { "m/s", "ft/s" },
	utype    = "speed",
    },
    ["m/s kn km/h"] = {
	combination= { "m/s", "kn", "km/h" },
	utype    = "speed",
    },
    ["m/s mph"] = {
	combination= { "m/s", "mph" },
	utype    = "speed",
    },
    ["mph km/h"] = {
	combination= { "mph", "km/h" },
	utype    = "speed",
    },
    ["mph kn"] = {
	combination= { "mph", "kn" },
	utype    = "speed",
    },
    ["C F"] = {
	combination= { "C", "F" },
	utype    = "temperature",
    },
    ["C F K"] = {
	combination= { "C", "F", "K" },
	utype    = "temperature",
    },
    ["C F R"] = {
	combination= { "C", "F", "R" },
	utype    = "temperature",
    },
    ["C K"] = {
	combination= { "C", "K" },
	utype    = "temperature",
    },
    ["C K F"] = {
	combination= { "C", "K", "F" },
	utype    = "temperature",
    },
    ["C K R"] = {
	combination= { "C", "K", "R" },
	utype    = "temperature",
    },
    ["C R"] = {
	combination= { "C", "R" },
	utype    = "temperature",
    },
    ["C R F"] = {
	combination= { "C", "R", "F" },
	utype    = "temperature",
    },
    ["C R K"] = {
	combination= { "C", "R", "K" },
	utype    = "temperature",
    },
    ["F C"] = {
	combination= { "F", "C" },
	utype    = "temperature",
    },
    ["F C K"] = {
	combination= { "F", "C", "K" },
	utype    = "temperature",
    },
    ["F C R"] = {
	combination= { "F", "C", "R" },
	utype    = "temperature",
    },
    ["F K"] = {
	combination= { "F", "K" },
	utype    = "temperature",
    },
    ["F K C"] = {
	combination= { "F", "K", "C" },
	utype    = "temperature",
    },
    ["F K R"] = {
	combination= { "F", "K", "R" },
	utype    = "temperature",
    },
    ["F R"] = {
	combination= { "F", "R" },
	utype    = "temperature",
    },
    ["F R C"] = {
	combination= { "F", "R", "C" },
	utype    = "temperature",
    },
    ["F R K"] = {
	combination= { "F", "R", "K" },
	utype    = "temperature",
    },
    ["K C"] = {
	combination= { "K", "C" },
	utype    = "temperature",
    },
    ["K C F"] = {
	combination= { "K", "C", "F" },
	utype    = "temperature",
    },
    ["K C R"] = {
	combination= { "K", "C", "R" },
	utype    = "temperature",
    },
    ["K F"] = {
	combination= { "K", "F" },
	utype    = "temperature",
    },
    ["K F C"] = {
	combination= { "K", "F", "C" },
	utype    = "temperature",
    },
    ["K F R"] = {
	combination= { "K", "F", "R" },
	utype    = "temperature",
    },
    ["K R"] = {
	combination= { "K", "R" },
	utype    = "temperature",
    },
    ["K R C"] = {
	combination= { "K", "R", "C" },
	utype    = "temperature",
    },
    ["K R F"] = {
	combination= { "K", "R", "F" },
	utype    = "temperature",
    },
    ["K °C"] = {
	combination= { "K", "°C" },
	utype    = "temperature",
    },
    ["K °C °F"] = {
	combination= { "K", "°C", "°F" },
	utype    = "temperature",
    },
    ["K °C °R"] = {
	combination= { "K", "°C", "°R" },
	utype    = "temperature",
    },
    ["K °F"] = {
	combination= { "K", "°F" },
	utype    = "temperature",
    },
    ["K °F °C"] = {
	combination= { "K", "°F", "°C" },
	utype    = "temperature",
    },
    ["K °F °R"] = {
	combination= { "K", "°F", "°R" },
	utype    = "temperature",
    },
    ["K °R"] = {
	combination= { "K", "°R" },
	utype    = "temperature",
    },
    ["K °R °C"] = {
	combination= { "K", "°R", "°C" },
	utype    = "temperature",
    },
    ["K °R °F"] = {
	combination= { "K", "°R", "°F" },
	utype    = "temperature",
    },
    ["R C"] = {
	combination= { "R", "C" },
	utype    = "temperature",
    },
    ["R C F"] = {
	combination= { "R", "C", "F" },
	utype    = "temperature",
    },
    ["R C K"] = {
	combination= { "R", "C", "K" },
	utype    = "temperature",
    },
    ["R F"] = {
	combination= { "R", "F" },
	utype    = "temperature",
    },
    ["R F C"] = {
	combination= { "R", "F", "C" },
	utype    = "temperature",
    },
    ["R F K"] = {
	combination= { "R", "F", "K" },
	utype    = "temperature",
    },
    ["R K"] = {
	combination= { "R", "K" },
	utype    = "temperature",
    },
    ["R K C"] = {
	combination= { "R", "K", "C" },
	utype    = "temperature",
    },
    ["R K F"] = {
	combination= { "R", "K", "F" },
	utype    = "temperature",
    },
    ["°C K"] = {
	combination= { "°C", "K" },
	utype    = "temperature",
    },
    ["°C K °F"] = {
	combination= { "°C", "K", "°F" },
	utype    = "temperature",
    },
    ["°C K °R"] = {
	combination= { "°C", "K", "°R" },
	utype    = "temperature",
    },
    ["°C °F"] = {
	combination= { "°C", "°F" },
	utype    = "temperature",
    },
    ["°C °F K"] = {
	combination= { "°C", "°F", "K" },
	utype    = "temperature",
    },
    ["°C °F °R"] = {
	combination= { "°C", "°F", "°R" },
	utype    = "temperature",
    },
    ["°C °R"] = {
	combination= { "°C", "°R" },
	utype    = "temperature",
    },
    ["°C °R K"] = {
	combination= { "°C", "°R", "K" },
	utype    = "temperature",
    },
    ["°C °R °F"] = {
	combination= { "°C", "°R", "°F" },
	utype    = "temperature",
    },
    ["°F K"] = {
	combination= { "°F", "K" },
	utype    = "temperature",
    },
    ["°F K °C"] = {
	combination= { "°F", "K", "°C" },
	utype    = "temperature",
    },
    ["°F K °R"] = {
	combination= { "°F", "K", "°R" },
	utype    = "temperature",
    },
    ["°F R"] = {
	combination= { "F", "R" },
	utype    = "temperature",
    },
    ["°F °C"] = {
	combination= { "°F", "°C" },
	utype    = "temperature",
    },
    ["°F °C K"] = {
	combination= { "°F", "°C", "K" },
	utype    = "temperature",
    },
    ["°F °C °R"] = {
	combination= { "°F", "°C", "°R" },
	utype    = "temperature",
    },
    ["°F °R"] = {
	combination= { "°F", "°R" },
	utype    = "temperature",
    },
    ["°F °R K"] = {
	combination= { "°F", "°R", "K" },
	utype    = "temperature",
    },
    ["°F °R °C"] = {
	combination= { "°F", "°R", "°C" },
	utype    = "temperature",
    },
    ["°R K"] = {
	combination= { "°R", "K" },
	utype    = "temperature",
    },
    ["°R K °C"] = {
	combination= { "°R", "K", "°C" },
	utype    = "temperature",
    },
    ["°R K °F"] = {
	combination= { "°R", "K", "°F" },
	utype    = "temperature",
    },
    ["°R °C"] = {
	combination= { "°R", "°C" },
	utype    = "temperature",
    },
    ["°R °C K"] = {
	combination= { "°R", "°C", "K" },
	utype    = "temperature",
    },
    ["°R °C °F"] = {
	combination= { "°R", "°C", "°F" },
	utype    = "temperature",
    },
    ["°R °F"] = {
	combination= { "°R", "°F" },
	utype    = "temperature",
    },
    ["°R °F K"] = {
	combination= { "°R", "°F", "K" },
	utype    = "temperature",
    },
    ["°R °F °C"] = {
	combination= { "°R", "°F", "°C" },
	utype    = "temperature",
    },
    ["kgm lbft"] = {
	combination= { "kg.m", "lb.ft" },
	utype    = "torque",
    },
    ["lbft kgm"] = {
	combination= { "lb.ft", "kg.m" },
	utype    = "torque",
    },
    ["Nm kgm"] = {
	combination= { "N.m", "kg.m" },
	utype    = "torque",
    },
    ["Nm lb-fft"] = {
	combination= { "N.m", "lb-fft" },
	utype    = "torque",
    },
    ["Nm lbfft"] = {
	combination= { "Nm", "lbfft" },
	utype    = "torque",
    },
    ["Nm lbft"] = {
	combination= { "Nm", "lbft" },
	utype    = "torque",
    },
    ["cc L"] = {
	combination= { "cc", "L" },
	utype    = "volume",
    },
    ["cm3 L"] = {
	combination= { "cm3", "L" },
	utype    = "volume",
    },
    ["cuft m3"] = {
	combination= { "cuft", "m3" },
	utype    = "volume",
    },
    ["cuin USoz USpt"] = {
	combination= { "cuin", "USoz", "USpt" },
	utype    = "volume",
    },
    ["cuyd m3"] = {
	combination= { "cuyd", "m3" },
	utype    = "volume",
    },
    ["e12impgal e12U.S.gal"] = {
	combination= { "e12impgal", "e12U.S.gal" },
	utype    = "volume",
    },
    ["e12impgal e12USgal"] = {
	combination= { "e12impgal", "e12USgal" },
	utype    = "volume",
    },
    ["e3impgal e3U.S.gal"] = {
	combination= { "e3impgal", "e3U.S.gal" },
	utype    = "volume",
    },
    ["e3impgal e3USgal"] = {
	combination= { "e3impgal", "e3USgal" },
	utype    = "volume",
    },
    ["e6impgal e6U.S.gal"] = {
	combination= { "e6impgal", "e6U.S.gal" },
	utype    = "volume",
    },
    ["e6impgal e6USgal"] = {
	combination= { "e6impgal", "e6USgal" },
	utype    = "volume",
    },
    ["e9impgal e9U.S.gal"] = {
	combination= { "e9impgal", "e9U.S.gal" },
	utype    = "volume",
    },
    ["e9impgal e9USgal"] = {
	combination= { "e9impgal", "e9USgal" },
	utype    = "volume",
    },
    ["e9USgal e6m3"] = {
	combination= { "e9USgal", "e6m3" },
	utype    = "volume",
    },
    ["floz"] = {
	combination= { "impoz", "USoz" },
	utype    = "volume",
    },
    ["hL impgal"] = {
	combination= { "hL", "impgal" },
	utype    = "volume",
    },
    ["hl impgal"] = {
	combination= { "hl", "impgal" },
	utype    = "volume",
    },
    ["hL impgal U.S.gal"] = {
	combination= { "hL", "impgal", "U.S.gal" },
	utype    = "volume",
    },
    ["hl impgal U.S.gal"] = {
	combination= { "hl", "impgal", "U.S.gal" },
	utype    = "volume",
    },
    ["hL impgal USgal"] = {
	combination= { "hL", "impgal", "USgal" },
	utype    = "volume",
    },
    ["hl impgal USgal"] = {
	combination= { "hl", "impgal", "USgal" },
	utype    = "volume",
    },
    ["hL U.S.gal"] = {
	combination= { "hL", "U.S.gal" },
	utype    = "volume",
    },
    ["hl U.S.gal"] = {
	combination= { "hl", "U.S.gal" },
	utype    = "volume",
    },
    ["hL U.S.gal impgal"] = {
	combination= { "hL", "U.S.gal", "impgal" },
	utype    = "volume",
    },
    ["hl U.S.gal impgal"] = {
	combination= { "hl", "U.S.gal", "impgal" },
	utype    = "volume",
    },
    ["hL USgal"] = {
	combination= { "hL", "USgal" },
	utype    = "volume",
    },
    ["hl USgal"] = {
	combination= { "hl", "USgal" },
	utype    = "volume",
    },
    ["hL USgal impgal"] = {
	combination= { "hL", "USgal", "impgal" },
	utype    = "volume",
    },
    ["hl USgal impgal"] = {
	combination= { "hl", "USgal", "impgal" },
	utype    = "volume",
    },
    ["impfloz U.S.floz"] = {
	combination= { "impfloz", "U.S.floz" },
	utype    = "volume",
    },
    ["impgal cuyd"] = {
	combination= { "impgal", "cuyd" },
	utype    = "volume",
    },
    ["impgal L"] = {
	combination= { "impgal", "L" },
	utype    = "volume",
    },
    ["impgal l"] = {
	combination= { "impgal", "l" },
	utype    = "volume",
    },
    ["impgal L U.S.drygal"] = {
	combination= { "impgal", "L", "U.S.drygal" },
	utype    = "volume",
    },
    ["impgal l U.S.drygal"] = {
	combination= { "impgal", "l", "U.S.drygal" },
	utype    = "volume",
    },
    ["impgal L U.S.gal"] = {
	combination= { "impgal", "L", "U.S.gal" },
	utype    = "volume",
    },
    ["impgal l U.S.gal"] = {
	combination= { "impgal", "l", "U.S.gal" },
	utype    = "volume",
    },
    ["impgal L USdrygal"] = {
	combination= { "impgal", "L", "USdrygal" },
	utype    = "volume",
    },
    ["impgal l USdrygal"] = {
	combination= { "impgal", "l", "USdrygal" },
	utype    = "volume",
    },
    ["impgal L USgal"] = {
	combination= { "impgal", "L", "USgal" },
	utype    = "volume",
    },
    ["impgal l USgal"] = {
	combination= { "impgal", "l", "USgal" },
	utype    = "volume",
    },
    ["impgal U.S.drygal"] = {
	combination= { "impgal", "U.S.drygal" },
	utype    = "volume",
    },
    ["impgal U.S.drygal L"] = {
	combination= { "impgal", "U.S.drygal", "L" },
	utype    = "volume",
    },
    ["impgal U.S.drygal l"] = {
	combination= { "impgal", "U.S.drygal", "l" },
	utype    = "volume",
    },
    ["impgal U.S.gal"] = {
	combination= { "impgal", "U.S.gal" },
	utype    = "volume",
    },
    ["impgal U.S.gal L"] = {
	combination= { "impgal", "U.S.gal", "L" },
	utype    = "volume",
    },
    ["impgal U.S.gal l"] = {
	combination= { "impgal", "U.S.gal", "l" },
	utype    = "volume",
    },
    ["impgal USdrygal"] = {
	combination= { "impgal", "USdrygal" },
	utype    = "volume",
    },
    ["impgal USdrygal L"] = {
	combination= { "impgal", "USdrygal", "L" },
	utype    = "volume",
    },
    ["impgal USdrygal l"] = {
	combination= { "impgal", "USdrygal", "l" },
	utype    = "volume",
    },
    ["impgal USgal"] = {
	combination= { "impgal", "USgal" },
	utype    = "volume",
    },
    ["impgal usgal"] = {
	combination= { "impgal", "USgal" },
	utype    = "volume",
    },
    ["impgal USgal L"] = {
	combination= { "impgal", "USgal", "L" },
	utype    = "volume",
    },
    ["impgal USgal l"] = {
	combination= { "impgal", "USgal", "l" },
	utype    = "volume",
    },
    ["impgal yd3"] = {
	combination= { "impgal", "cuyd" },
	utype    = "volume",
    },
    ["impoz mL"] = {
	combination= { "impoz", "mL" },
	utype    = "volume",
    },
    ["impoz ml"] = {
	combination= { "impoz", "ml" },
	utype    = "volume",
    },
    ["impoz U.S.oz"] = {
	combination= { "impoz", "U.S.oz" },
	utype    = "volume",
    },
    ["impoz USoz"] = {
	combination= { "impoz", "USoz" },
	utype    = "volume",
    },
    ["impoz usoz"] = {
	combination= { "impoz", "USoz" },
	utype    = "volume",
    },
    ["imppt USpt"] = {
	combination= { "imppt", "USpt" },
	utype    = "volume",
    },
    ["impqt l"] = {
	combination= { "impqt", "l" },
	utype    = "volume",
    },
    ["L cuin"] = {
	combination= { "L", "cuin" },
	utype    = "volume",
    },
    ["L drygal"] = {
	combination= { "L", "drygal" },
	utype    = "volume",
    },
    ["l drygal"] = {
	combination= { "l", "drygal" },
	utype    = "volume",
    },
    ["L impgal"] = {
	combination= { "L", "impgal" },
	utype    = "volume",
    },
    ["l impgal"] = {
	combination= { "l", "impgal" },
	utype    = "volume",
    },
    ["L impgal drygal"] = {
	combination= { "L", "impgal", "drygal" },
	utype    = "volume",
    },
    ["l impgal drygal"] = {
	combination= { "l", "impgal", "drygal" },
	utype    = "volume",
    },
    ["L impgal U.S.drygal"] = {
	combination= { "L", "impgal", "U.S.drygal" },
	utype    = "volume",
    },
    ["l impgal U.S.drygal"] = {
	combination= { "l", "impgal", "U.S.drygal" },
	utype    = "volume",
    },
    ["L impgal U.S.gal"] = {
	combination= { "L", "impgal", "U.S.gal" },
	utype    = "volume",
    },
    ["l impgal U.S.gal"] = {
	combination= { "l", "impgal", "U.S.gal" },
	utype    = "volume",
    },
    ["L impgal USdrygal"] = {
	combination= { "L", "impgal", "USdrygal" },
	utype    = "volume",
    },
    ["L impgal usdrygal"] = {
	combination= { "L", "impgal", "USdrygal" },
	utype    = "volume",
    },
    ["l impgal USdrygal"] = {
	combination= { "l", "impgal", "USdrygal" },
	utype    = "volume",
    },
    ["l impgal usdrygal"] = {
	combination= { "l", "impgal", "USdrygal" },
	utype    = "volume",
    },
    ["L impgal USgal"] = {
	combination= { "L", "impgal", "USgal" },
	utype    = "volume",
    },
    ["l impgal USgal"] = {
	combination= { "l", "impgal", "USgal" },
	utype    = "volume",
    },
    ["L imppt"] = {
	combination= { "L", "imppt" },
	utype    = "volume",
    },
    ["l imppt"] = {
	combination= { "l", "imppt" },
	utype    = "volume",
    },
    ["L impqt"] = {
	combination= { "L", "impqt" },
	utype    = "volume",
    },
    ["L U.S.drygal"] = {
	combination= { "L", "U.S.drygal" },
	utype    = "volume",
    },
    ["l U.S.drygal"] = {
	combination= { "l", "U.S.drygal" },
	utype    = "volume",
    },
    ["L U.S.drygal impgal"] = {
	combination= { "L", "U.S.drygal", "impgal" },
	utype    = "volume",
    },
    ["l U.S.drygal impgal"] = {
	combination= { "l", "U.S.drygal", "impgal" },
	utype    = "volume",
    },
    ["L U.S.gal"] = {
	combination= { "L", "U.S.gal" },
	utype    = "volume",
    },
    ["l U.S.gal"] = {
	combination= { "l", "U.S.gal" },
	utype    = "volume",
    },
    ["L U.S.gal impgal"] = {
	combination= { "L", "U.S.gal", "impgal" },
	utype    = "volume",
    },
    ["l U.S.gal impgal"] = {
	combination= { "l", "U.S.gal", "impgal" },
	utype    = "volume",
    },
    ["L USdrygal"] = {
	combination= { "L", "USdrygal" },
	utype    = "volume",
    },
    ["L usdrygal"] = {
	combination= { "L", "USdrygal" },
	utype    = "volume",
    },
    ["l USdrygal"] = {
	combination= { "l", "USdrygal" },
	utype    = "volume",
    },
    ["l usdrygal"] = {
	combination= { "l", "USdrygal" },
	utype    = "volume",
    },
    ["L USdrygal impgal"] = {
	combination= { "L", "USdrygal", "impgal" },
	utype    = "volume",
    },
    ["l USdrygal impgal"] = {
	combination= { "l", "USdrygal", "impgal" },
	utype    = "volume",
    },
    ["L USgal"] = {
	combination= { "L", "USgal" },
	utype    = "volume",
    },
    ["L usgal"] = {
	combination= { "L", "usgal" },
	utype    = "volume",
    },
    ["l USgal"] = {
	combination= { "l", "USgal" },
	utype    = "volume",
    },
    ["l usgal"] = {
	combination= { "l", "usgal" },
	utype    = "volume",
    },
    ["L USgal impgal"] = {
	combination= { "L", "USgal", "impgal" },
	utype    = "volume",
    },
    ["L usgal impgal"] = {
	combination= { "L", "USgal", "impgal" },
	utype    = "volume",
    },
    ["l USgal impgal"] = {
	combination= { "l", "USgal", "impgal" },
	utype    = "volume",
    },
    ["l USpt"] = {
	combination= { "l", "USpt" },
	utype    = "volume",
    },
    ["m3 impgal"] = {
	combination= { "m3", "impgal" },
	utype    = "volume",
    },
    ["mL impfloz"] = {
	combination= { "mL", "impfloz" },
	utype    = "volume",
    },
    ["ml impfloz"] = {
	combination= { "ml", "impfloz" },
	utype    = "volume",
    },
    ["mL impoz"] = {
	combination= { "mL", "impoz" },
	utype    = "volume",
    },
    ["ml impoz"] = {
	combination= { "ml", "impoz" },
	utype    = "volume",
    },
    ["mL U.S.floz"] = {
	combination= { "mL", "U.S.floz" },
	utype    = "volume",
    },
    ["ml U.S.floz"] = {
	combination= { "ml", "U.S.floz" },
	utype    = "volume",
    },
    ["mL U.S.oz"] = {
	combination= { "mL", "U.S.oz" },
	utype    = "volume",
    },
    ["ml U.S.oz"] = {
	combination= { "ml", "U.S.oz" },
	utype    = "volume",
    },
    ["mL USfloz"] = {
	combination= { "mL", "USfloz" },
	utype    = "volume",
    },
    ["mL usfloz"] = {
	combination= { "mL", "usfloz" },
	utype    = "volume",
    },
    ["ml USfloz"] = {
	combination= { "ml", "USfloz" },
	utype    = "volume",
    },
    ["ml usfloz"] = {
	combination= { "ml", "usfloz" },
	utype    = "volume",
    },
    ["mL USoz"] = {
	combination= { "mL", "USoz" },
	utype    = "volume",
    },
    ["mL usoz"] = {
	combination= { "mL", "usfloz" },
	utype    = "volume",
    },
    ["ml USoz"] = {
	combination= { "ml", "USoz" },
	utype    = "volume",
    },
    ["ml usoz"] = {
	combination= { "ml", "usfloz" },
	utype    = "volume",
    },
    ["MUSgal m3"] = {
	combination= { "MUSgal", "m3" },
	utype    = "volume",
    },
    ["oilbbl m3"] = {
	combination= { "oilbbl", "m3" },
	utype    = "volume",
    },
    ["U.S.drygal impgal"] = {
	combination= { "U.S.drygal", "impgal" },
	utype    = "volume",
    },
    ["U.S.drygal impgal L"] = {
	combination= { "U.S.drygal", "impgal", "L" },
	utype    = "volume",
    },
    ["U.S.drygal impgal l"] = {
	combination= { "U.S.drygal", "impgal", "l" },
	utype    = "volume",
    },
    ["U.S.drygal L"] = {
	combination= { "U.S.drygal", "L" },
	utype    = "volume",
    },
    ["U.S.drygal l"] = {
	combination= { "U.S.drygal", "l" },
	utype    = "volume",
    },
    ["U.S.drygal L impgal"] = {
	combination= { "U.S.drygal", "L", "impgal" },
	utype    = "volume",
    },
    ["U.S.drygal l impgal"] = {
	combination= { "U.S.drygal", "l", "impgal" },
	utype    = "volume",
    },
    ["U.S.floz impfloz"] = {
	combination= { "U.S.floz", "impfloz" },
	utype    = "volume",
    },
    ["U.S.gal impgal"] = {
	combination= { "U.S.gal", "impgal" },
	utype    = "volume",
    },
    ["U.S.gal impgal L"] = {
	combination= { "U.S.gal", "impgal", "L" },
	utype    = "volume",
    },
    ["U.S.gal impgal l"] = {
	combination= { "U.S.gal", "impgal", "l" },
	utype    = "volume",
    },
    ["U.S.gal L"] = {
	combination= { "U.S.gal", "L" },
	utype    = "volume",
    },
    ["U.S.gal l"] = {
	combination= { "U.S.gal", "l" },
	utype    = "volume",
    },
    ["U.S.gal L impgal"] = {
	combination= { "U.S.gal", "L", "impgal" },
	utype    = "volume",
    },
    ["U.S.gal l impgal"] = {
	combination= { "U.S.gal", "l", "impgal" },
	utype    = "volume",
    },
    ["U.S.gal U.S.drygal"] = {
	combination= { "U.S.flgal", "U.S.drygal" },
	utype    = "volume",
    },
    ["U.S.oz impoz"] = {
	combination= { "U.S.oz", "impoz" },
	utype    = "volume",
    },
    ["U.S.oz mL"] = {
	combination= { "U.S.oz", "mL" },
	utype    = "volume",
    },
    ["U.S.oz ml"] = {
	combination= { "U.S.oz", "ml" },
	utype    = "volume",
    },
    ["USdrygal impgal"] = {
	combination= { "USdrygal", "impgal" },
	utype    = "volume",
    },
    ["USdrygal impgal L"] = {
	combination= { "USdrygal", "impgal", "L" },
	utype    = "volume",
    },
    ["USdrygal impgal l"] = {
	combination= { "USdrygal", "impgal", "l" },
	utype    = "volume",
    },
    ["USdrygal L"] = {
	combination= { "USdrygal", "L" },
	utype    = "volume",
    },
    ["USdrygal l"] = {
	combination= { "USdrygal", "l" },
	utype    = "volume",
    },
    ["USdrygal L impgal"] = {
	combination= { "USdrygal", "L", "impgal" },
	utype    = "volume",
    },
    ["USdrygal l impgal"] = {
	combination= { "USdrygal", "l", "impgal" },
	utype    = "volume",
    },
    ["USfloz impfloz"] = {
	combination= { "USfloz", "impfloz" },
	utype    = "volume",
    },
    ["USgal impgal"] = {
	combination= { "USgal", "impgal" },
	utype    = "volume",
    },
    ["usgal impgal"] = {
	combination= { "USgal", "impgal" },
	utype    = "volume",
    },
    ["USgal impgal L"] = {
	combination= { "USgal", "impgal", "L" },
	utype    = "volume",
    },
    ["USgal impgal l"] = {
	combination= { "USgal", "impgal", "l" },
	utype    = "volume",
    },
    ["USgal L"] = {
	combination= { "USgal", "L" },
	utype    = "volume",
    },
    ["USgal l"] = {
	combination= { "USgal", "l" },
	utype    = "volume",
    },
    ["USgal L impgal"] = {
	combination= { "USgal", "L", "impgal" },
	utype    = "volume",
    },
    ["USgal l impgal"] = {
	combination= { "USgal", "l", "impgal" },
	utype    = "volume",
    },
    ["USgal m3"] = {
	combination= { "USgal", "m3" },
	utype    = "volume",
    },
    ["USgal USdrygal"] = {
	combination= { "USflgal", "USdrygal" },
	utype    = "volume",
    },
    ["USoz impoz"] = {
	combination= { "USoz", "impoz" },
	utype    = "volume",
    },
    ["USoz mL"] = {
	combination= { "USoz", "mL" },
	utype    = "volume",
    },
    ["USoz ml"] = {
	combination= { "USoz", "ml" },
	utype    = "volume",
    },
    ["USqt impqt"] = {
	combination= { "USqt", "impqt" },
	utype    = "volume",
    },
}

---------------------------------------------------------------------------
-- Do not change the data in this table because it is created by running --
-- a script that reads the wikitext from a wiki page (see note above).   --
---------------------------------------------------------------------------
local default_exceptions = {
	-- Prefixed units with a default different from that of the base unit.
	-- Each key item is a prefixed symbol (unitcode for engineering notation).
	["cm<sup>2</sup>"] = "sqin",
	["dm<sup>2</sup>"] = "sqin",
	["e3acre"] = "km2",
	["e3m2"] = "e6sqft",
	["e6acre"] = "km2",
	["e6ha"] = "e6acre",
	["e6km2"] = "e6sqmi",
	["e6m2"] = "e6sqft",
	["e6sqft"] = "v * 9.290304 < 100 ! e3 ! e6 ! m2",
	["e6sqmi"] = "e6km2",
	["hm<sup>2</sup>"] = "acre",
	["km<sup>2</sup>"] = "sqmi",
	["mm<sup>2</sup>"] = "sqin",
	["aJ"] = "eV",
	["e3BTU"] = "MJ",
	["e6BTU"] = "GJ",
	["EJ"] = "kWh",
	["fJ"] = "keV",
	["GJ"] = "kWh",
	["MJ"] = "kWh",
	["PJ"] = "kWh",
	["pJ"] = "MeV",
	["TJ"] = "kWh",
	["YJ"] = "kWh",
	["yJ"] = "µeV",
	["ZJ"] = "kWh",
	["zJ"] = "meV",
	["e12cuft/a"] = "v * 2.8316846592 < 100 ! e9 ! e12 ! m3/a",
	["e12cuft/d"] = "v * 2.8316846592 < 100 ! e9 ! e12 ! m3/d",
	["e12m3/a"] = "Tcuft/a",
	["e12m3/d"] = "Tcuft/d",
	["e3cuft/a"] = "v * 2.8316846592 < 100 ! ! e3 ! m3/a",
	["e3cuft/d"] = "v * 2.8316846592 < 100 ! ! e3 ! m3/d",
	["e3cuft/s"] = "v * 2.8316846592 < 100 ! ! e3 ! m3/s",
	["e3m3/a"] = "v < 28.316846592 ! k ! M ! cuft/a",
	["e3m3/d"] = "v < 28.316846592 ! k ! M ! cuft/d",
	["e3m3/s"] = "v < 28.316846592 ! k ! M ! cuft/s",
	["e3USgal/a"] = "v * 3.785411784 < 1000 ! ! e3 ! m3/a",
	["e6cuft/a"] = "v * 2.8316846592 < 100 ! e3 ! e6 ! m3/a",
	["e6cuft/d"] = "v * 2.8316846592 < 100 ! e3 ! e6 ! m3/d",
	["e6cuft/s"] = "v * 2.8316846592 < 100 ! e3 ! e6 ! m3/s",
	["e6m3/a"] = "v < 28.316846592 ! M ! G ! cuft/a",
	["e6m3/d"] = "v < 28.316846592 ! M ! G ! cuft/d",
	["e6m3/s"] = "v < 28.316846592 ! e6 ! e9 ! cuft/s",
	["e6USgal/a"] = "v * 3.785411784 < 1000 ! e3 ! e6 ! m3/a",
	["e9cuft/a"] = "m3/a",
	["e9cuft/d"] = "v * 2.8316846592 < 100 ! e6 ! e9 ! m3/d",
	["e9m3/a"] = "v < 28.316846592 ! G ! T ! cuft/a",
	["e9m3/d"] = "v < 28.316846592 ! G ! T ! cuft/d",
	["e9m3/s"] = "v < 28.316846592 ! e9 ! e12 ! cuft/s",
	["e9USgal/a"] = "v * 3.785411784 < 1000 ! e6 ! e9 ! m3/a",
	["e9USgal/s"] = "v * 3.785411784 < 1000 ! e6 ! e9 ! m3/s",
	["nN"] = "gr-f",
	["µN"] = "gr-f",
	["mN"] = "oz-f",
	["am"] = "in",
	["cm"] = "in",
	["dam"] = "ft",
	["dm"] = "in",
	["e12km"] = "e12mi",
	["e12mi"] = "e12km",
	["e3AU"] = "ly",
	["e3km"] = "e3mi",
	["e3mi"] = "e3km",
	["e6km"] = "e6mi",
	["e6mi"] = "e6km",
	["e9km"] = "AU",
	["e9mi"] = "e9km",
	["Em"] = "mi",
	["fm"] = "in",
	["Gm"] = "mi",
	["hm"] = "ft",
	["km"] = "mi",
	["mm"] = "in",
	["Mm"] = "mi",
	["nm"] = "in",
	["Pm"] = "mi",
	["pm"] = "in",
	["Tm"] = "mi",
	["Ym"] = "mi",
	["ym"] = "in",
	["Zm"] = "mi",
	["zm"] = "in",
	["µm"] = "in",
	["e12lb"] = "v * 4.5359237 < 10 ! Mt ! Gt",
	["e3lb"] = "v * 4.5359237 < 10 ! kg ! t",
	["e3ozt"] = "v * 0.311034768 < 10 ! kg ! t",
	["e3t"] = "LT ST",
	["e6carat"] = "t",
	["e6lb"] = "v * 4.5359237 < 10 ! t ! kilotonne",
	["e6ozt"] = "lb kg",
	["e6ST"] = "Mt",
	["e6t"] = "LT ST",
	["e9lb"] = "v * 4.5359237 < 10 ! kilotonne ! Mt",
	["e9t"] = "LT ST",
	["Gg"] = "lb",
	["kg"] = "lb",
	["mg"] = "gr",
	["Mg"] = "LT ST",
	["ng"] = "gr",
	["µg"] = "gr",
	["mBq"] = "fCi",
	["kBq"] = "nCi",
	["MBq"] = "µCi",
	["GBq"] = "mCi",
	["TBq"] = "Ci",
	["PBq"] = "kCi",
	["EBq"] = "kCi",
	["fCi"] = "mBq",
	["pCi"] = "Bq",
	["nCi"] = "Bq",
	["µCi"] = "kBq",
	["mCi"] = "MBq",
	["kCi"] = "TBq",
	["MCi"] = "PBq",
	["ns"] = "µs",
	["µs"] = "ms",
	["ms"] = "s",
	["ks"] = "h",
	["Ms"] = "week",
	["Gs"] = "decade",
	["Ts"] = "millennium",
	["Ps"] = "million year",
	["Es"] = "thousand million year",
	["cL"] = "impoz usoz",
	["cl"] = "impoz usoz",
	["cm<sup>3</sup>"] = "cuin",
	["dL"] = "impoz usoz",
	["dl"] = "impoz usoz",
	["mm<sup>3</sup>"] = "cuin",
	["dm<sup>3</sup>"] = "cuin",
	["e12cuft"] = "v * 2.8316846592 < 100 ! e9 ! e12 ! m3",
	["e12impgal"] = "v * 4.54609 < 1000 ! T ! P ! l",
	["e12m3"] = "v < 28.316846592 ! T ! P ! cuft",
	["e12U.S.gal"] = "v * 3.785411784 < 1000 ! T ! P ! l",
	["e12USgal"] = "v * 3.785411784 < 1000 ! T ! P ! l",
	["e15cuft"] = "v * 2.8316846592 < 100 ! e12 ! e15 ! m3",
	["e15m3"] = "Pcuft",
	["e3bdft"] = "v * 0.23597372167 < 100 ! e3 ! e6 ! m3",
	["e3cuft"] = "v * 2.8316846592 < 100 ! ! e3 ! m3",
	["e3impgal"] = "v * 4.54609 < 1000 ! k ! M ! l",
	["e3m3"] = "v < 28.316846592 ! k ! M ! cuft",
	["e3U.S.gal"] = "v * 3.785411784 < 1000 ! k ! M ! l",
	["e3USgal"] = "v * 3.785411784 < 1000 ! k ! M ! l",
	["e6bdft"] = "v * 0.23597372167 < 100 ! e3 ! e6 ! m3",
	["e6cuft"] = "v * 2.8316846592 < 100 ! e3 ! e6 ! m3",
	["e6cuyd"] = "v * 7.64554857984 < 10 ! e3 ! e6 ! m3",
	["e6impgal"] = "v * 4.54609 < 1000 ! M ! G ! l",
	["e6L"] = "USgal",
	["e6m3"] = "v < 28.316846592 ! M ! G ! cuft",
	["e6U.S.gal"] = "v * 3.785411784 < 1000 ! M ! G ! l",
	["e6USgal"] = "v * 3.785411784 < 1000 ! M ! G ! l",
	["e9bdft"] = "v * 0.23597372167 < 100 ! e6 ! e9 ! m3",
	["e9cuft"] = "v * 2.8316846592 < 100 ! e6 ! e9 ! m3",
	["e9impgal"] = "v * 4.54609 < 1000 ! G ! T ! l",
	["e9m3"] = "v < 28.316846592 ! G ! T ! cuft",
	["e9U.S.gal"] = "v * 3.785411784 < 1000 ! G ! T ! l",
	["e9USgal"] = "v * 3.785411784 < 1000 ! G ! T ! l",
	["GL"] = "cuft",
	["Gl"] = "cuft",
	["kL"] = "cuft",
	["kl"] = "cuft",
	["km<sup>3</sup>"] = "cumi",
	["mL"] = "impoz usoz",
	["ml"] = "impoz usoz",
	["Ml"] = "v < 28.316846592 ! e3 ! e6 ! cuft",
	["ML"] = "v < 28.316846592 ! e3 ! e6 ! cuft",
	["TL"] = "cumi",
	["Tl"] = "cumi",
	["µL"] = "cuin",
	["µl"] = "cuin",
}

---------------------------------------------------------------------------
-- Do not change the data in this table because it is created by running --
-- a script that reads the wikitext from a wiki page (see note above).   --
---------------------------------------------------------------------------
local link_exceptions = {
	-- Prefixed units with a linked article different from that of the base unit.
	-- Each key item is a prefixed symbol (not unitcode).
	["mm<sup>2</sup>"] = "Milimét vuông",
	["cm<sup>2</sup>"] = "Xentimét vuông",
	["dm<sup>2</sup>"] = "Đêximét vuông",
	["km<sup>2</sup>"] = "Kilômét vuông",
	["kJ"] = "Kilôjun",
	["MJ"] = "Mêgajun",
	["fm"] = "femtômét",
	["pm"] = "picômét",
	["nm"] = "nanômét",
	["µm"] = "micrômét",
	["mm"] = "milimét",
	["cm"] = "xentimét",
	["dm"] = "đêximét",
	["dam"] = "đềcamét",
	["hm"] = "hêctômét",
	["km"] = "kilômét",
	["Mm"] = "mêgamét",
	["Gm"] = "gigamét",
	["Tm"] = "têramét",
	["Pm"] = "pêtamét",
	["Em"] = "examét",
	["Zm"] = "zêtamét",
	["Ym"] = "yôtamét",
	["µg"] = "Micrôgam",
	["mg"] = "Miligam",
	["kg"] = "Kilôgam",
	["Mg"] = "Tấn",
	["yW"] = "Yóctôwatt",
	["zW"] = "Zéptôwatt",
	["aW"] = "Atôwatt",
	["fW"] = "Femtôwatt",
	["pW"] = "Picôwatt",
	["nW"] = "Nanôwatt",
	["µW"] = "Micrôwatt",
	["mW"] = "Miliwatt",
	["kW"] = "Kilôwatt",
	["MW"] = "Mêgawatt",
	["GW"] = "Gigawatt",
	["TW"] = "Têrawatt",
	["PW"] = "Pêtawatt",
	["EW"] = "Exawatt",
	["ZW"] = "Zêtawatt",
	["YW"] = "Yôtawatt",
	["as"] = "Atô giây",
	["fs"] = "Femtô giây",
	["ps"] = "Picô giây",
	["ns"] = "Nanô giây",
	["µs"] = "Micrô giây",
	["ms"] = "Mili giây",
	["ks"] = "Kilô giây",
	["Ms"] = "Mêga giây",
	["Gs"] = "Giga giây",
	["Ts"] = "Têra giây",
	["Ps"] = "Pêta giây",
	["Es"] = "Exa giây",
	["Zs"] = "Zêta giây",
	["Ys"] = "Yôta giây",
	["mm<sup>3</sup>"] = "Milimét khối",
	["cm<sup>3</sup>"] = "Xentimét khối",
	["dm<sup>3</sup>"] = "Đêximét khối",
	["dam<sup>3</sup>"] = "Đềcamét khối",
	["km<sup>3</sup>"] = "Kilômét khối",
	["µL"] = "Micrôlít",
	["µl"] = "Micrôlít",
	["mL"] = "Mililít",
	["ml"] = "Mililít",
	["cL"] = "Xentilít",
	["cl"] = "Xentilít",
	["dL"] = "Đêxilít",
	["dl"] = "Đêxilít",
	["daL"] = "Đềcalít",
	["dal"] = "Đềcalít",
	["hL"] = "Hêctôlít",
	["hl"] = "Hêctôlít",
	["kL"] = "Kilôlít",
	["kl"] = "Kilôlít",
	["ML"] = "Mêgalít",
	["Ml"] = "Mêgalít",
	["GL"] = "Gigalít",
	["Gl"] = "Gigalít",
	["TL"] = "Têralít",
	["Tl"] = "Têralít",
	["PL"] = "Pêtalít",
	["Pl"] = "Pêtalít",
}

return {
	all_units = all_units,
	default_exceptions = default_exceptions,
	link_exceptions = link_exceptions,
}