@formatjs/intl-numberformat 8.0.2 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BUILD +933 -0
- package/CHANGELOG.md +844 -0
- package/LICENSE.md +0 -0
- package/README.md +0 -0
- package/index.ts +1 -0
- package/package.json +9 -4
- package/polyfill-force.ts +13 -0
- package/polyfill.ts +16 -0
- package/scripts/cldr-raw.ts +42 -0
- package/scripts/cldr.ts +31 -0
- package/scripts/currency-digits.ts +18 -0
- package/scripts/extract-currencies.ts +89 -0
- package/scripts/extract-numbers.ts +151 -0
- package/scripts/extract-units.ts +91 -0
- package/scripts/numbering-systems.ts +18 -0
- package/scripts/test-locale-data-gen.ts +20 -0
- package/scripts/test262-main-gen.ts +28 -0
- package/scripts/units-constants.ts +20 -0
- package/scripts/utils.ts +25 -0
- package/should-polyfill.ts +59 -0
- package/src/core.ts +279 -0
- package/src/currency-digits.generated.ts +1 -0
- package/src/get_internal_slots.ts +16 -0
- package/src/numbering-systems.generated.ts +1 -0
- package/src/to_locale_string.ts +16 -0
- package/src/types.ts +36 -0
- package/supported-locales.generated.ts +1 -0
- package/test262-main.ts +23 -0
- package/tests/__snapshots__/currency-compact.test.ts.snap +8449 -0
- package/tests/__snapshots__/currency.test.ts.snap +25345 -0
- package/tests/__snapshots__/decimal.test.ts.snap +13169 -0
- package/tests/__snapshots__/percent.test.ts.snap +17393 -0
- package/tests/__snapshots__/unit.test.ts.snap +162545 -0
- package/tests/currency-code.test.ts +23 -0
- package/tests/currency-compact.test.ts +104 -0
- package/tests/currency.test.ts +110 -0
- package/tests/decimal.test.ts +83 -0
- package/tests/format_to_parts.test.ts +513 -0
- package/tests/legacy.test.ts +13 -0
- package/tests/locale-data/ar-SS.json +1 -0
- package/tests/locale-data/bn.json +1 -0
- package/tests/locale-data/da.json +1 -0
- package/tests/locale-data/de.json +1 -0
- package/tests/locale-data/en-BS.json +1 -0
- package/tests/locale-data/en-GB.json +1 -0
- package/tests/locale-data/en.json +1 -0
- package/tests/locale-data/es.json +1 -0
- package/tests/locale-data/fr.json +1 -0
- package/tests/locale-data/hi.json +1 -0
- package/tests/locale-data/id.json +1 -0
- package/tests/locale-data/it.json +1 -0
- package/tests/locale-data/ja.json +1 -0
- package/tests/locale-data/ko.json +1 -0
- package/tests/locale-data/ms.json +1 -0
- package/tests/locale-data/nb.json +1 -0
- package/tests/locale-data/nl.json +1 -0
- package/tests/locale-data/pl.json +1 -0
- package/tests/locale-data/pt.json +1 -0
- package/tests/locale-data/ru.json +1 -0
- package/tests/locale-data/sv.json +1 -0
- package/tests/locale-data/sw.json +1 -0
- package/tests/locale-data/th.json +1 -0
- package/tests/locale-data/tr.json +1 -0
- package/tests/locale-data/uk.json +1 -0
- package/tests/locale-data/zh-Hans.json +1 -0
- package/tests/locale-data/zh-Hant.json +1 -0
- package/tests/locale-data/zh.json +1 -0
- package/tests/misc.test.ts +278 -0
- package/tests/notation-compact-ko-KR.test.ts +96 -0
- package/tests/notation-compact-zh-TW.test.ts +48 -0
- package/tests/percent.test.ts +83 -0
- package/tests/signDisplay-currency-zh-TW.test.ts +85 -0
- package/tests/signDisplay-zh-TW.test.ts +53 -0
- package/tests/unit-zh-TW.test.ts +162 -0
- package/tests/unit.test.ts +113 -0
- package/tests/value-tonumber.test.ts +24 -0
- package/tsconfig.json +5 -0
- package/index.d.ts +0 -2
- package/index.d.ts.map +0 -1
- package/index.js +0 -4
- package/lib/index.d.ts +0 -2
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js +0 -1
- package/lib/polyfill-force.d.ts +0 -2
- package/lib/polyfill-force.d.ts.map +0 -1
- package/lib/polyfill-force.js +0 -9
- package/lib/polyfill.d.ts +0 -2
- package/lib/polyfill.d.ts.map +0 -1
- package/lib/polyfill.js +0 -12
- package/lib/should-polyfill.d.ts +0 -2
- package/lib/should-polyfill.d.ts.map +0 -1
- package/lib/should-polyfill.js +0 -53
- package/lib/src/core.d.ts +0 -7
- package/lib/src/core.d.ts.map +0 -1
- package/lib/src/core.js +0 -227
- package/lib/src/currency-digits.generated.d.ts +0 -2
- package/lib/src/currency-digits.generated.d.ts.map +0 -1
- package/lib/src/currency-digits.generated.js +0 -1
- package/lib/src/get_internal_slots.d.ts +0 -3
- package/lib/src/get_internal_slots.d.ts.map +0 -1
- package/lib/src/get_internal_slots.js +0 -10
- package/lib/src/numbering-systems.generated.d.ts +0 -2
- package/lib/src/numbering-systems.generated.d.ts.map +0 -1
- package/lib/src/numbering-systems.generated.js +0 -1
- package/lib/src/to_locale_string.d.ts +0 -7
- package/lib/src/to_locale_string.d.ts.map +0 -1
- package/lib/src/to_locale_string.js +0 -10
- package/lib/src/types.d.ts +0 -19
- package/lib/src/types.d.ts.map +0 -1
- package/lib/src/types.js +0 -1
- package/lib/supported-locales.d.ts +0 -2
- package/lib/supported-locales.d.ts.map +0 -1
- package/lib/supported-locales.js +0 -2
- package/locale-data/af-NA.d.ts +0 -1
- package/locale-data/af-NA.js +0 -6
- package/locale-data/af.d.ts +0 -1
- package/locale-data/af.js +0 -6
- package/locale-data/agq.d.ts +0 -1
- package/locale-data/agq.js +0 -6
- package/locale-data/ak.d.ts +0 -1
- package/locale-data/ak.js +0 -6
- package/locale-data/am.d.ts +0 -1
- package/locale-data/am.js +0 -6
- package/locale-data/ar-AE.d.ts +0 -1
- package/locale-data/ar-AE.js +0 -6
- package/locale-data/ar-BH.d.ts +0 -1
- package/locale-data/ar-BH.js +0 -6
- package/locale-data/ar-DJ.d.ts +0 -1
- package/locale-data/ar-DJ.js +0 -6
- package/locale-data/ar-DZ.d.ts +0 -1
- package/locale-data/ar-DZ.js +0 -6
- package/locale-data/ar-EG.d.ts +0 -1
- package/locale-data/ar-EG.js +0 -6
- package/locale-data/ar-EH.d.ts +0 -1
- package/locale-data/ar-EH.js +0 -6
- package/locale-data/ar-ER.d.ts +0 -1
- package/locale-data/ar-ER.js +0 -6
- package/locale-data/ar-IL.d.ts +0 -1
- package/locale-data/ar-IL.js +0 -6
- package/locale-data/ar-IQ.d.ts +0 -1
- package/locale-data/ar-IQ.js +0 -6
- package/locale-data/ar-JO.d.ts +0 -1
- package/locale-data/ar-JO.js +0 -6
- package/locale-data/ar-KM.d.ts +0 -1
- package/locale-data/ar-KM.js +0 -6
- package/locale-data/ar-KW.d.ts +0 -1
- package/locale-data/ar-KW.js +0 -6
- package/locale-data/ar-LB.d.ts +0 -1
- package/locale-data/ar-LB.js +0 -6
- package/locale-data/ar-LY.d.ts +0 -1
- package/locale-data/ar-LY.js +0 -6
- package/locale-data/ar-MA.d.ts +0 -1
- package/locale-data/ar-MA.js +0 -6
- package/locale-data/ar-MR.d.ts +0 -1
- package/locale-data/ar-MR.js +0 -6
- package/locale-data/ar-OM.d.ts +0 -1
- package/locale-data/ar-OM.js +0 -6
- package/locale-data/ar-PS.d.ts +0 -1
- package/locale-data/ar-PS.js +0 -6
- package/locale-data/ar-QA.d.ts +0 -1
- package/locale-data/ar-QA.js +0 -6
- package/locale-data/ar-SA.d.ts +0 -1
- package/locale-data/ar-SA.js +0 -6
- package/locale-data/ar-SD.d.ts +0 -1
- package/locale-data/ar-SD.js +0 -6
- package/locale-data/ar-SO.d.ts +0 -1
- package/locale-data/ar-SO.js +0 -6
- package/locale-data/ar-SS.d.ts +0 -1
- package/locale-data/ar-SS.js +0 -6
- package/locale-data/ar-SY.d.ts +0 -1
- package/locale-data/ar-SY.js +0 -6
- package/locale-data/ar-TD.d.ts +0 -1
- package/locale-data/ar-TD.js +0 -6
- package/locale-data/ar-TN.d.ts +0 -1
- package/locale-data/ar-TN.js +0 -6
- package/locale-data/ar-YE.d.ts +0 -1
- package/locale-data/ar-YE.js +0 -6
- package/locale-data/ar.d.ts +0 -1
- package/locale-data/ar.js +0 -6
- package/locale-data/as.d.ts +0 -1
- package/locale-data/as.js +0 -6
- package/locale-data/asa.d.ts +0 -1
- package/locale-data/asa.js +0 -6
- package/locale-data/ast.d.ts +0 -1
- package/locale-data/ast.js +0 -6
- package/locale-data/az-Cyrl.d.ts +0 -1
- package/locale-data/az-Cyrl.js +0 -6
- package/locale-data/az-Latn.d.ts +0 -1
- package/locale-data/az-Latn.js +0 -6
- package/locale-data/az.d.ts +0 -1
- package/locale-data/az.js +0 -6
- package/locale-data/bas.d.ts +0 -1
- package/locale-data/bas.js +0 -6
- package/locale-data/be-tarask.d.ts +0 -1
- package/locale-data/be-tarask.js +0 -6
- package/locale-data/be.d.ts +0 -1
- package/locale-data/be.js +0 -6
- package/locale-data/bem.d.ts +0 -1
- package/locale-data/bem.js +0 -6
- package/locale-data/bez.d.ts +0 -1
- package/locale-data/bez.js +0 -6
- package/locale-data/bg.d.ts +0 -1
- package/locale-data/bg.js +0 -6
- package/locale-data/bm.d.ts +0 -1
- package/locale-data/bm.js +0 -6
- package/locale-data/bn-IN.d.ts +0 -1
- package/locale-data/bn-IN.js +0 -6
- package/locale-data/bn.d.ts +0 -1
- package/locale-data/bn.js +0 -6
- package/locale-data/bo-IN.d.ts +0 -1
- package/locale-data/bo-IN.js +0 -6
- package/locale-data/bo.d.ts +0 -1
- package/locale-data/bo.js +0 -6
- package/locale-data/br.d.ts +0 -1
- package/locale-data/br.js +0 -6
- package/locale-data/brx.d.ts +0 -1
- package/locale-data/brx.js +0 -6
- package/locale-data/bs-Cyrl.d.ts +0 -1
- package/locale-data/bs-Cyrl.js +0 -6
- package/locale-data/bs-Latn.d.ts +0 -1
- package/locale-data/bs-Latn.js +0 -6
- package/locale-data/bs.d.ts +0 -1
- package/locale-data/bs.js +0 -6
- package/locale-data/ca-AD.d.ts +0 -1
- package/locale-data/ca-AD.js +0 -6
- package/locale-data/ca-ES-valencia.d.ts +0 -1
- package/locale-data/ca-ES-valencia.js +0 -6
- package/locale-data/ca-FR.d.ts +0 -1
- package/locale-data/ca-FR.js +0 -6
- package/locale-data/ca-IT.d.ts +0 -1
- package/locale-data/ca-IT.js +0 -6
- package/locale-data/ca.d.ts +0 -1
- package/locale-data/ca.js +0 -6
- package/locale-data/ccp-IN.d.ts +0 -1
- package/locale-data/ccp-IN.js +0 -6
- package/locale-data/ccp.d.ts +0 -1
- package/locale-data/ccp.js +0 -6
- package/locale-data/ce.d.ts +0 -1
- package/locale-data/ce.js +0 -6
- package/locale-data/ceb.d.ts +0 -1
- package/locale-data/ceb.js +0 -6
- package/locale-data/cgg.d.ts +0 -1
- package/locale-data/cgg.js +0 -6
- package/locale-data/chr.d.ts +0 -1
- package/locale-data/chr.js +0 -6
- package/locale-data/ckb-IR.d.ts +0 -1
- package/locale-data/ckb-IR.js +0 -6
- package/locale-data/ckb.d.ts +0 -1
- package/locale-data/ckb.js +0 -6
- package/locale-data/cs.d.ts +0 -1
- package/locale-data/cs.js +0 -6
- package/locale-data/cy.d.ts +0 -1
- package/locale-data/cy.js +0 -6
- package/locale-data/da-GL.d.ts +0 -1
- package/locale-data/da-GL.js +0 -6
- package/locale-data/da.d.ts +0 -1
- package/locale-data/da.js +0 -6
- package/locale-data/dav.d.ts +0 -1
- package/locale-data/dav.js +0 -6
- package/locale-data/de-AT.d.ts +0 -1
- package/locale-data/de-AT.js +0 -6
- package/locale-data/de-BE.d.ts +0 -1
- package/locale-data/de-BE.js +0 -6
- package/locale-data/de-CH.d.ts +0 -1
- package/locale-data/de-CH.js +0 -6
- package/locale-data/de-IT.d.ts +0 -1
- package/locale-data/de-IT.js +0 -6
- package/locale-data/de-LI.d.ts +0 -1
- package/locale-data/de-LI.js +0 -6
- package/locale-data/de-LU.d.ts +0 -1
- package/locale-data/de-LU.js +0 -6
- package/locale-data/de.d.ts +0 -1
- package/locale-data/de.js +0 -6
- package/locale-data/dje.d.ts +0 -1
- package/locale-data/dje.js +0 -6
- package/locale-data/doi.d.ts +0 -1
- package/locale-data/doi.js +0 -6
- package/locale-data/dsb.d.ts +0 -1
- package/locale-data/dsb.js +0 -6
- package/locale-data/dua.d.ts +0 -1
- package/locale-data/dua.js +0 -6
- package/locale-data/dyo.d.ts +0 -1
- package/locale-data/dyo.js +0 -6
- package/locale-data/dz.d.ts +0 -1
- package/locale-data/dz.js +0 -6
- package/locale-data/ebu.d.ts +0 -1
- package/locale-data/ebu.js +0 -6
- package/locale-data/ee-TG.d.ts +0 -1
- package/locale-data/ee-TG.js +0 -6
- package/locale-data/ee.d.ts +0 -1
- package/locale-data/ee.js +0 -6
- package/locale-data/el-CY.d.ts +0 -1
- package/locale-data/el-CY.js +0 -6
- package/locale-data/el.d.ts +0 -1
- package/locale-data/el.js +0 -6
- package/locale-data/en-001.d.ts +0 -1
- package/locale-data/en-001.js +0 -6
- package/locale-data/en-150.d.ts +0 -1
- package/locale-data/en-150.js +0 -6
- package/locale-data/en-AE.d.ts +0 -1
- package/locale-data/en-AE.js +0 -6
- package/locale-data/en-AG.d.ts +0 -1
- package/locale-data/en-AG.js +0 -6
- package/locale-data/en-AI.d.ts +0 -1
- package/locale-data/en-AI.js +0 -6
- package/locale-data/en-AS.d.ts +0 -1
- package/locale-data/en-AS.js +0 -6
- package/locale-data/en-AT.d.ts +0 -1
- package/locale-data/en-AT.js +0 -6
- package/locale-data/en-AU.d.ts +0 -1
- package/locale-data/en-AU.js +0 -6
- package/locale-data/en-BB.d.ts +0 -1
- package/locale-data/en-BB.js +0 -6
- package/locale-data/en-BE.d.ts +0 -1
- package/locale-data/en-BE.js +0 -6
- package/locale-data/en-BI.d.ts +0 -1
- package/locale-data/en-BI.js +0 -6
- package/locale-data/en-BM.d.ts +0 -1
- package/locale-data/en-BM.js +0 -6
- package/locale-data/en-BS.d.ts +0 -1
- package/locale-data/en-BS.js +0 -6
- package/locale-data/en-BW.d.ts +0 -1
- package/locale-data/en-BW.js +0 -6
- package/locale-data/en-BZ.d.ts +0 -1
- package/locale-data/en-BZ.js +0 -6
- package/locale-data/en-CA.d.ts +0 -1
- package/locale-data/en-CA.js +0 -6
- package/locale-data/en-CC.d.ts +0 -1
- package/locale-data/en-CC.js +0 -6
- package/locale-data/en-CH.d.ts +0 -1
- package/locale-data/en-CH.js +0 -6
- package/locale-data/en-CK.d.ts +0 -1
- package/locale-data/en-CK.js +0 -6
- package/locale-data/en-CM.d.ts +0 -1
- package/locale-data/en-CM.js +0 -6
- package/locale-data/en-CX.d.ts +0 -1
- package/locale-data/en-CX.js +0 -6
- package/locale-data/en-CY.d.ts +0 -1
- package/locale-data/en-CY.js +0 -6
- package/locale-data/en-DE.d.ts +0 -1
- package/locale-data/en-DE.js +0 -6
- package/locale-data/en-DG.d.ts +0 -1
- package/locale-data/en-DG.js +0 -6
- package/locale-data/en-DK.d.ts +0 -1
- package/locale-data/en-DK.js +0 -6
- package/locale-data/en-DM.d.ts +0 -1
- package/locale-data/en-DM.js +0 -6
- package/locale-data/en-ER.d.ts +0 -1
- package/locale-data/en-ER.js +0 -6
- package/locale-data/en-FI.d.ts +0 -1
- package/locale-data/en-FI.js +0 -6
- package/locale-data/en-FJ.d.ts +0 -1
- package/locale-data/en-FJ.js +0 -6
- package/locale-data/en-FK.d.ts +0 -1
- package/locale-data/en-FK.js +0 -6
- package/locale-data/en-FM.d.ts +0 -1
- package/locale-data/en-FM.js +0 -6
- package/locale-data/en-GB.d.ts +0 -1
- package/locale-data/en-GB.js +0 -6
- package/locale-data/en-GD.d.ts +0 -1
- package/locale-data/en-GD.js +0 -6
- package/locale-data/en-GG.d.ts +0 -1
- package/locale-data/en-GG.js +0 -6
- package/locale-data/en-GH.d.ts +0 -1
- package/locale-data/en-GH.js +0 -6
- package/locale-data/en-GI.d.ts +0 -1
- package/locale-data/en-GI.js +0 -6
- package/locale-data/en-GM.d.ts +0 -1
- package/locale-data/en-GM.js +0 -6
- package/locale-data/en-GU.d.ts +0 -1
- package/locale-data/en-GU.js +0 -6
- package/locale-data/en-GY.d.ts +0 -1
- package/locale-data/en-GY.js +0 -6
- package/locale-data/en-HK.d.ts +0 -1
- package/locale-data/en-HK.js +0 -6
- package/locale-data/en-IE.d.ts +0 -1
- package/locale-data/en-IE.js +0 -6
- package/locale-data/en-IL.d.ts +0 -1
- package/locale-data/en-IL.js +0 -6
- package/locale-data/en-IM.d.ts +0 -1
- package/locale-data/en-IM.js +0 -6
- package/locale-data/en-IN.d.ts +0 -1
- package/locale-data/en-IN.js +0 -6
- package/locale-data/en-IO.d.ts +0 -1
- package/locale-data/en-IO.js +0 -6
- package/locale-data/en-JE.d.ts +0 -1
- package/locale-data/en-JE.js +0 -6
- package/locale-data/en-JM.d.ts +0 -1
- package/locale-data/en-JM.js +0 -6
- package/locale-data/en-KE.d.ts +0 -1
- package/locale-data/en-KE.js +0 -6
- package/locale-data/en-KI.d.ts +0 -1
- package/locale-data/en-KI.js +0 -6
- package/locale-data/en-KN.d.ts +0 -1
- package/locale-data/en-KN.js +0 -6
- package/locale-data/en-KY.d.ts +0 -1
- package/locale-data/en-KY.js +0 -6
- package/locale-data/en-LC.d.ts +0 -1
- package/locale-data/en-LC.js +0 -6
- package/locale-data/en-LR.d.ts +0 -1
- package/locale-data/en-LR.js +0 -6
- package/locale-data/en-LS.d.ts +0 -1
- package/locale-data/en-LS.js +0 -6
- package/locale-data/en-MG.d.ts +0 -1
- package/locale-data/en-MG.js +0 -6
- package/locale-data/en-MH.d.ts +0 -1
- package/locale-data/en-MH.js +0 -6
- package/locale-data/en-MO.d.ts +0 -1
- package/locale-data/en-MO.js +0 -6
- package/locale-data/en-MP.d.ts +0 -1
- package/locale-data/en-MP.js +0 -6
- package/locale-data/en-MS.d.ts +0 -1
- package/locale-data/en-MS.js +0 -6
- package/locale-data/en-MT.d.ts +0 -1
- package/locale-data/en-MT.js +0 -6
- package/locale-data/en-MU.d.ts +0 -1
- package/locale-data/en-MU.js +0 -6
- package/locale-data/en-MW.d.ts +0 -1
- package/locale-data/en-MW.js +0 -6
- package/locale-data/en-MY.d.ts +0 -1
- package/locale-data/en-MY.js +0 -6
- package/locale-data/en-NA.d.ts +0 -1
- package/locale-data/en-NA.js +0 -6
- package/locale-data/en-NF.d.ts +0 -1
- package/locale-data/en-NF.js +0 -6
- package/locale-data/en-NG.d.ts +0 -1
- package/locale-data/en-NG.js +0 -6
- package/locale-data/en-NL.d.ts +0 -1
- package/locale-data/en-NL.js +0 -6
- package/locale-data/en-NR.d.ts +0 -1
- package/locale-data/en-NR.js +0 -6
- package/locale-data/en-NU.d.ts +0 -1
- package/locale-data/en-NU.js +0 -6
- package/locale-data/en-NZ.d.ts +0 -1
- package/locale-data/en-NZ.js +0 -6
- package/locale-data/en-PG.d.ts +0 -1
- package/locale-data/en-PG.js +0 -6
- package/locale-data/en-PH.d.ts +0 -1
- package/locale-data/en-PH.js +0 -6
- package/locale-data/en-PK.d.ts +0 -1
- package/locale-data/en-PK.js +0 -6
- package/locale-data/en-PN.d.ts +0 -1
- package/locale-data/en-PN.js +0 -6
- package/locale-data/en-PR.d.ts +0 -1
- package/locale-data/en-PR.js +0 -6
- package/locale-data/en-PW.d.ts +0 -1
- package/locale-data/en-PW.js +0 -6
- package/locale-data/en-RW.d.ts +0 -1
- package/locale-data/en-RW.js +0 -6
- package/locale-data/en-SB.d.ts +0 -1
- package/locale-data/en-SB.js +0 -6
- package/locale-data/en-SC.d.ts +0 -1
- package/locale-data/en-SC.js +0 -6
- package/locale-data/en-SD.d.ts +0 -1
- package/locale-data/en-SD.js +0 -6
- package/locale-data/en-SE.d.ts +0 -1
- package/locale-data/en-SE.js +0 -6
- package/locale-data/en-SG.d.ts +0 -1
- package/locale-data/en-SG.js +0 -6
- package/locale-data/en-SH.d.ts +0 -1
- package/locale-data/en-SH.js +0 -6
- package/locale-data/en-SI.d.ts +0 -1
- package/locale-data/en-SI.js +0 -6
- package/locale-data/en-SL.d.ts +0 -1
- package/locale-data/en-SL.js +0 -6
- package/locale-data/en-SS.d.ts +0 -1
- package/locale-data/en-SS.js +0 -6
- package/locale-data/en-SX.d.ts +0 -1
- package/locale-data/en-SX.js +0 -6
- package/locale-data/en-SZ.d.ts +0 -1
- package/locale-data/en-SZ.js +0 -6
- package/locale-data/en-TC.d.ts +0 -1
- package/locale-data/en-TC.js +0 -6
- package/locale-data/en-TK.d.ts +0 -1
- package/locale-data/en-TK.js +0 -6
- package/locale-data/en-TO.d.ts +0 -1
- package/locale-data/en-TO.js +0 -6
- package/locale-data/en-TT.d.ts +0 -1
- package/locale-data/en-TT.js +0 -6
- package/locale-data/en-TV.d.ts +0 -1
- package/locale-data/en-TV.js +0 -6
- package/locale-data/en-TZ.d.ts +0 -1
- package/locale-data/en-TZ.js +0 -6
- package/locale-data/en-UG.d.ts +0 -1
- package/locale-data/en-UG.js +0 -6
- package/locale-data/en-UM.d.ts +0 -1
- package/locale-data/en-UM.js +0 -6
- package/locale-data/en-VC.d.ts +0 -1
- package/locale-data/en-VC.js +0 -6
- package/locale-data/en-VG.d.ts +0 -1
- package/locale-data/en-VG.js +0 -6
- package/locale-data/en-VI.d.ts +0 -1
- package/locale-data/en-VI.js +0 -6
- package/locale-data/en-VU.d.ts +0 -1
- package/locale-data/en-VU.js +0 -6
- package/locale-data/en-WS.d.ts +0 -1
- package/locale-data/en-WS.js +0 -6
- package/locale-data/en-ZA.d.ts +0 -1
- package/locale-data/en-ZA.js +0 -6
- package/locale-data/en-ZM.d.ts +0 -1
- package/locale-data/en-ZM.js +0 -6
- package/locale-data/en-ZW.d.ts +0 -1
- package/locale-data/en-ZW.js +0 -6
- package/locale-data/en.d.ts +0 -1
- package/locale-data/en.js +0 -6
- package/locale-data/eo.d.ts +0 -1
- package/locale-data/eo.js +0 -6
- package/locale-data/es-419.d.ts +0 -1
- package/locale-data/es-419.js +0 -6
- package/locale-data/es-AR.d.ts +0 -1
- package/locale-data/es-AR.js +0 -6
- package/locale-data/es-BO.d.ts +0 -1
- package/locale-data/es-BO.js +0 -6
- package/locale-data/es-BR.d.ts +0 -1
- package/locale-data/es-BR.js +0 -6
- package/locale-data/es-BZ.d.ts +0 -1
- package/locale-data/es-BZ.js +0 -6
- package/locale-data/es-CL.d.ts +0 -1
- package/locale-data/es-CL.js +0 -6
- package/locale-data/es-CO.d.ts +0 -1
- package/locale-data/es-CO.js +0 -6
- package/locale-data/es-CR.d.ts +0 -1
- package/locale-data/es-CR.js +0 -6
- package/locale-data/es-CU.d.ts +0 -1
- package/locale-data/es-CU.js +0 -6
- package/locale-data/es-DO.d.ts +0 -1
- package/locale-data/es-DO.js +0 -6
- package/locale-data/es-EA.d.ts +0 -1
- package/locale-data/es-EA.js +0 -6
- package/locale-data/es-EC.d.ts +0 -1
- package/locale-data/es-EC.js +0 -6
- package/locale-data/es-GQ.d.ts +0 -1
- package/locale-data/es-GQ.js +0 -6
- package/locale-data/es-GT.d.ts +0 -1
- package/locale-data/es-GT.js +0 -6
- package/locale-data/es-HN.d.ts +0 -1
- package/locale-data/es-HN.js +0 -6
- package/locale-data/es-IC.d.ts +0 -1
- package/locale-data/es-IC.js +0 -6
- package/locale-data/es-MX.d.ts +0 -1
- package/locale-data/es-MX.js +0 -6
- package/locale-data/es-NI.d.ts +0 -1
- package/locale-data/es-NI.js +0 -6
- package/locale-data/es-PA.d.ts +0 -1
- package/locale-data/es-PA.js +0 -6
- package/locale-data/es-PE.d.ts +0 -1
- package/locale-data/es-PE.js +0 -6
- package/locale-data/es-PH.d.ts +0 -1
- package/locale-data/es-PH.js +0 -6
- package/locale-data/es-PR.d.ts +0 -1
- package/locale-data/es-PR.js +0 -6
- package/locale-data/es-PY.d.ts +0 -1
- package/locale-data/es-PY.js +0 -6
- package/locale-data/es-SV.d.ts +0 -1
- package/locale-data/es-SV.js +0 -6
- package/locale-data/es-US.d.ts +0 -1
- package/locale-data/es-US.js +0 -6
- package/locale-data/es-UY.d.ts +0 -1
- package/locale-data/es-UY.js +0 -6
- package/locale-data/es-VE.d.ts +0 -1
- package/locale-data/es-VE.js +0 -6
- package/locale-data/es.d.ts +0 -1
- package/locale-data/es.js +0 -6
- package/locale-data/et.d.ts +0 -1
- package/locale-data/et.js +0 -6
- package/locale-data/eu.d.ts +0 -1
- package/locale-data/eu.js +0 -6
- package/locale-data/ewo.d.ts +0 -1
- package/locale-data/ewo.js +0 -6
- package/locale-data/fa-AF.d.ts +0 -1
- package/locale-data/fa-AF.js +0 -6
- package/locale-data/fa.d.ts +0 -1
- package/locale-data/fa.js +0 -6
- package/locale-data/ff-Adlm-BF.d.ts +0 -1
- package/locale-data/ff-Adlm-BF.js +0 -6
- package/locale-data/ff-Adlm-CM.d.ts +0 -1
- package/locale-data/ff-Adlm-CM.js +0 -6
- package/locale-data/ff-Adlm-GH.d.ts +0 -1
- package/locale-data/ff-Adlm-GH.js +0 -6
- package/locale-data/ff-Adlm-GM.d.ts +0 -1
- package/locale-data/ff-Adlm-GM.js +0 -6
- package/locale-data/ff-Adlm-GW.d.ts +0 -1
- package/locale-data/ff-Adlm-GW.js +0 -6
- package/locale-data/ff-Adlm-LR.d.ts +0 -1
- package/locale-data/ff-Adlm-LR.js +0 -6
- package/locale-data/ff-Adlm-MR.d.ts +0 -1
- package/locale-data/ff-Adlm-MR.js +0 -6
- package/locale-data/ff-Adlm-NE.d.ts +0 -1
- package/locale-data/ff-Adlm-NE.js +0 -6
- package/locale-data/ff-Adlm-NG.d.ts +0 -1
- package/locale-data/ff-Adlm-NG.js +0 -6
- package/locale-data/ff-Adlm-SL.d.ts +0 -1
- package/locale-data/ff-Adlm-SL.js +0 -6
- package/locale-data/ff-Adlm-SN.d.ts +0 -1
- package/locale-data/ff-Adlm-SN.js +0 -6
- package/locale-data/ff-Adlm.d.ts +0 -1
- package/locale-data/ff-Adlm.js +0 -6
- package/locale-data/ff-Latn-BF.d.ts +0 -1
- package/locale-data/ff-Latn-BF.js +0 -6
- package/locale-data/ff-Latn-CM.d.ts +0 -1
- package/locale-data/ff-Latn-CM.js +0 -6
- package/locale-data/ff-Latn-GH.d.ts +0 -1
- package/locale-data/ff-Latn-GH.js +0 -6
- package/locale-data/ff-Latn-GM.d.ts +0 -1
- package/locale-data/ff-Latn-GM.js +0 -6
- package/locale-data/ff-Latn-GN.d.ts +0 -1
- package/locale-data/ff-Latn-GN.js +0 -6
- package/locale-data/ff-Latn-GW.d.ts +0 -1
- package/locale-data/ff-Latn-GW.js +0 -6
- package/locale-data/ff-Latn-LR.d.ts +0 -1
- package/locale-data/ff-Latn-LR.js +0 -6
- package/locale-data/ff-Latn-MR.d.ts +0 -1
- package/locale-data/ff-Latn-MR.js +0 -6
- package/locale-data/ff-Latn-NE.d.ts +0 -1
- package/locale-data/ff-Latn-NE.js +0 -6
- package/locale-data/ff-Latn-NG.d.ts +0 -1
- package/locale-data/ff-Latn-NG.js +0 -6
- package/locale-data/ff-Latn-SL.d.ts +0 -1
- package/locale-data/ff-Latn-SL.js +0 -6
- package/locale-data/ff-Latn.d.ts +0 -1
- package/locale-data/ff-Latn.js +0 -6
- package/locale-data/ff.d.ts +0 -1
- package/locale-data/ff.js +0 -6
- package/locale-data/fi.d.ts +0 -1
- package/locale-data/fi.js +0 -6
- package/locale-data/fil.d.ts +0 -1
- package/locale-data/fil.js +0 -6
- package/locale-data/fo-DK.d.ts +0 -1
- package/locale-data/fo-DK.js +0 -6
- package/locale-data/fo.d.ts +0 -1
- package/locale-data/fo.js +0 -6
- package/locale-data/fr-BE.d.ts +0 -1
- package/locale-data/fr-BE.js +0 -6
- package/locale-data/fr-BF.d.ts +0 -1
- package/locale-data/fr-BF.js +0 -6
- package/locale-data/fr-BI.d.ts +0 -1
- package/locale-data/fr-BI.js +0 -6
- package/locale-data/fr-BJ.d.ts +0 -1
- package/locale-data/fr-BJ.js +0 -6
- package/locale-data/fr-BL.d.ts +0 -1
- package/locale-data/fr-BL.js +0 -6
- package/locale-data/fr-CA.d.ts +0 -1
- package/locale-data/fr-CA.js +0 -6
- package/locale-data/fr-CD.d.ts +0 -1
- package/locale-data/fr-CD.js +0 -6
- package/locale-data/fr-CF.d.ts +0 -1
- package/locale-data/fr-CF.js +0 -6
- package/locale-data/fr-CG.d.ts +0 -1
- package/locale-data/fr-CG.js +0 -6
- package/locale-data/fr-CH.d.ts +0 -1
- package/locale-data/fr-CH.js +0 -6
- package/locale-data/fr-CI.d.ts +0 -1
- package/locale-data/fr-CI.js +0 -6
- package/locale-data/fr-CM.d.ts +0 -1
- package/locale-data/fr-CM.js +0 -6
- package/locale-data/fr-DJ.d.ts +0 -1
- package/locale-data/fr-DJ.js +0 -6
- package/locale-data/fr-DZ.d.ts +0 -1
- package/locale-data/fr-DZ.js +0 -6
- package/locale-data/fr-GA.d.ts +0 -1
- package/locale-data/fr-GA.js +0 -6
- package/locale-data/fr-GF.d.ts +0 -1
- package/locale-data/fr-GF.js +0 -6
- package/locale-data/fr-GN.d.ts +0 -1
- package/locale-data/fr-GN.js +0 -6
- package/locale-data/fr-GP.d.ts +0 -1
- package/locale-data/fr-GP.js +0 -6
- package/locale-data/fr-GQ.d.ts +0 -1
- package/locale-data/fr-GQ.js +0 -6
- package/locale-data/fr-HT.d.ts +0 -1
- package/locale-data/fr-HT.js +0 -6
- package/locale-data/fr-KM.d.ts +0 -1
- package/locale-data/fr-KM.js +0 -6
- package/locale-data/fr-LU.d.ts +0 -1
- package/locale-data/fr-LU.js +0 -6
- package/locale-data/fr-MA.d.ts +0 -1
- package/locale-data/fr-MA.js +0 -6
- package/locale-data/fr-MC.d.ts +0 -1
- package/locale-data/fr-MC.js +0 -6
- package/locale-data/fr-MF.d.ts +0 -1
- package/locale-data/fr-MF.js +0 -6
- package/locale-data/fr-MG.d.ts +0 -1
- package/locale-data/fr-MG.js +0 -6
- package/locale-data/fr-ML.d.ts +0 -1
- package/locale-data/fr-ML.js +0 -6
- package/locale-data/fr-MQ.d.ts +0 -1
- package/locale-data/fr-MQ.js +0 -6
- package/locale-data/fr-MR.d.ts +0 -1
- package/locale-data/fr-MR.js +0 -6
- package/locale-data/fr-MU.d.ts +0 -1
- package/locale-data/fr-MU.js +0 -6
- package/locale-data/fr-NC.d.ts +0 -1
- package/locale-data/fr-NC.js +0 -6
- package/locale-data/fr-NE.d.ts +0 -1
- package/locale-data/fr-NE.js +0 -6
- package/locale-data/fr-PF.d.ts +0 -1
- package/locale-data/fr-PF.js +0 -6
- package/locale-data/fr-PM.d.ts +0 -1
- package/locale-data/fr-PM.js +0 -6
- package/locale-data/fr-RE.d.ts +0 -1
- package/locale-data/fr-RE.js +0 -6
- package/locale-data/fr-RW.d.ts +0 -1
- package/locale-data/fr-RW.js +0 -6
- package/locale-data/fr-SC.d.ts +0 -1
- package/locale-data/fr-SC.js +0 -6
- package/locale-data/fr-SN.d.ts +0 -1
- package/locale-data/fr-SN.js +0 -6
- package/locale-data/fr-SY.d.ts +0 -1
- package/locale-data/fr-SY.js +0 -6
- package/locale-data/fr-TD.d.ts +0 -1
- package/locale-data/fr-TD.js +0 -6
- package/locale-data/fr-TG.d.ts +0 -1
- package/locale-data/fr-TG.js +0 -6
- package/locale-data/fr-TN.d.ts +0 -1
- package/locale-data/fr-TN.js +0 -6
- package/locale-data/fr-VU.d.ts +0 -1
- package/locale-data/fr-VU.js +0 -6
- package/locale-data/fr-WF.d.ts +0 -1
- package/locale-data/fr-WF.js +0 -6
- package/locale-data/fr-YT.d.ts +0 -1
- package/locale-data/fr-YT.js +0 -6
- package/locale-data/fr.d.ts +0 -1
- package/locale-data/fr.js +0 -6
- package/locale-data/fur.d.ts +0 -1
- package/locale-data/fur.js +0 -6
- package/locale-data/fy.d.ts +0 -1
- package/locale-data/fy.js +0 -6
- package/locale-data/ga-GB.d.ts +0 -1
- package/locale-data/ga-GB.js +0 -6
- package/locale-data/ga.d.ts +0 -1
- package/locale-data/ga.js +0 -6
- package/locale-data/gd.d.ts +0 -1
- package/locale-data/gd.js +0 -6
- package/locale-data/gl.d.ts +0 -1
- package/locale-data/gl.js +0 -6
- package/locale-data/gsw-FR.d.ts +0 -1
- package/locale-data/gsw-FR.js +0 -6
- package/locale-data/gsw-LI.d.ts +0 -1
- package/locale-data/gsw-LI.js +0 -6
- package/locale-data/gsw.d.ts +0 -1
- package/locale-data/gsw.js +0 -6
- package/locale-data/gu.d.ts +0 -1
- package/locale-data/gu.js +0 -6
- package/locale-data/guz.d.ts +0 -1
- package/locale-data/guz.js +0 -6
- package/locale-data/gv.d.ts +0 -1
- package/locale-data/gv.js +0 -6
- package/locale-data/ha-GH.d.ts +0 -1
- package/locale-data/ha-GH.js +0 -6
- package/locale-data/ha-NE.d.ts +0 -1
- package/locale-data/ha-NE.js +0 -6
- package/locale-data/ha.d.ts +0 -1
- package/locale-data/ha.js +0 -6
- package/locale-data/haw.d.ts +0 -1
- package/locale-data/haw.js +0 -6
- package/locale-data/he.d.ts +0 -1
- package/locale-data/he.js +0 -6
- package/locale-data/hi.d.ts +0 -1
- package/locale-data/hi.js +0 -6
- package/locale-data/hr-BA.d.ts +0 -1
- package/locale-data/hr-BA.js +0 -6
- package/locale-data/hr.d.ts +0 -1
- package/locale-data/hr.js +0 -6
- package/locale-data/hsb.d.ts +0 -1
- package/locale-data/hsb.js +0 -6
- package/locale-data/hu.d.ts +0 -1
- package/locale-data/hu.js +0 -6
- package/locale-data/hy.d.ts +0 -1
- package/locale-data/hy.js +0 -6
- package/locale-data/ia.d.ts +0 -1
- package/locale-data/ia.js +0 -6
- package/locale-data/id.d.ts +0 -1
- package/locale-data/id.js +0 -6
- package/locale-data/ig.d.ts +0 -1
- package/locale-data/ig.js +0 -6
- package/locale-data/ii.d.ts +0 -1
- package/locale-data/ii.js +0 -6
- package/locale-data/is.d.ts +0 -1
- package/locale-data/is.js +0 -6
- package/locale-data/it-CH.d.ts +0 -1
- package/locale-data/it-CH.js +0 -6
- package/locale-data/it-SM.d.ts +0 -1
- package/locale-data/it-SM.js +0 -6
- package/locale-data/it-VA.d.ts +0 -1
- package/locale-data/it-VA.js +0 -6
- package/locale-data/it.d.ts +0 -1
- package/locale-data/it.js +0 -6
- package/locale-data/ja.d.ts +0 -1
- package/locale-data/ja.js +0 -6
- package/locale-data/jgo.d.ts +0 -1
- package/locale-data/jgo.js +0 -6
- package/locale-data/jmc.d.ts +0 -1
- package/locale-data/jmc.js +0 -6
- package/locale-data/jv.d.ts +0 -1
- package/locale-data/jv.js +0 -6
- package/locale-data/ka.d.ts +0 -1
- package/locale-data/ka.js +0 -6
- package/locale-data/kab.d.ts +0 -1
- package/locale-data/kab.js +0 -6
- package/locale-data/kam.d.ts +0 -1
- package/locale-data/kam.js +0 -6
- package/locale-data/kde.d.ts +0 -1
- package/locale-data/kde.js +0 -6
- package/locale-data/kea.d.ts +0 -1
- package/locale-data/kea.js +0 -6
- package/locale-data/kgp.d.ts +0 -1
- package/locale-data/kgp.js +0 -6
- package/locale-data/khq.d.ts +0 -1
- package/locale-data/khq.js +0 -6
- package/locale-data/ki.d.ts +0 -1
- package/locale-data/ki.js +0 -6
- package/locale-data/kk.d.ts +0 -1
- package/locale-data/kk.js +0 -6
- package/locale-data/kkj.d.ts +0 -1
- package/locale-data/kkj.js +0 -6
- package/locale-data/kl.d.ts +0 -1
- package/locale-data/kl.js +0 -6
- package/locale-data/kln.d.ts +0 -1
- package/locale-data/kln.js +0 -6
- package/locale-data/km.d.ts +0 -1
- package/locale-data/km.js +0 -6
- package/locale-data/kn.d.ts +0 -1
- package/locale-data/kn.js +0 -6
- package/locale-data/ko-KP.d.ts +0 -1
- package/locale-data/ko-KP.js +0 -6
- package/locale-data/ko.d.ts +0 -1
- package/locale-data/ko.js +0 -6
- package/locale-data/kok.d.ts +0 -1
- package/locale-data/kok.js +0 -6
- package/locale-data/ks-Arab.d.ts +0 -1
- package/locale-data/ks-Arab.js +0 -6
- package/locale-data/ks.d.ts +0 -1
- package/locale-data/ks.js +0 -6
- package/locale-data/ksb.d.ts +0 -1
- package/locale-data/ksb.js +0 -6
- package/locale-data/ksf.d.ts +0 -1
- package/locale-data/ksf.js +0 -6
- package/locale-data/ksh.d.ts +0 -1
- package/locale-data/ksh.js +0 -6
- package/locale-data/ku.d.ts +0 -1
- package/locale-data/ku.js +0 -6
- package/locale-data/kw.d.ts +0 -1
- package/locale-data/kw.js +0 -6
- package/locale-data/ky.d.ts +0 -1
- package/locale-data/ky.js +0 -6
- package/locale-data/lag.d.ts +0 -1
- package/locale-data/lag.js +0 -6
- package/locale-data/lb.d.ts +0 -1
- package/locale-data/lb.js +0 -6
- package/locale-data/lg.d.ts +0 -1
- package/locale-data/lg.js +0 -6
- package/locale-data/lkt.d.ts +0 -1
- package/locale-data/lkt.js +0 -6
- package/locale-data/ln-AO.d.ts +0 -1
- package/locale-data/ln-AO.js +0 -6
- package/locale-data/ln-CF.d.ts +0 -1
- package/locale-data/ln-CF.js +0 -6
- package/locale-data/ln-CG.d.ts +0 -1
- package/locale-data/ln-CG.js +0 -6
- package/locale-data/ln.d.ts +0 -1
- package/locale-data/ln.js +0 -6
- package/locale-data/lo.d.ts +0 -1
- package/locale-data/lo.js +0 -6
- package/locale-data/lrc-IQ.d.ts +0 -1
- package/locale-data/lrc-IQ.js +0 -6
- package/locale-data/lrc.d.ts +0 -1
- package/locale-data/lrc.js +0 -6
- package/locale-data/lt.d.ts +0 -1
- package/locale-data/lt.js +0 -6
- package/locale-data/lu.d.ts +0 -1
- package/locale-data/lu.js +0 -6
- package/locale-data/luo.d.ts +0 -1
- package/locale-data/luo.js +0 -6
- package/locale-data/luy.d.ts +0 -1
- package/locale-data/luy.js +0 -6
- package/locale-data/lv.d.ts +0 -1
- package/locale-data/lv.js +0 -6
- package/locale-data/mai.d.ts +0 -1
- package/locale-data/mai.js +0 -6
- package/locale-data/mas-TZ.d.ts +0 -1
- package/locale-data/mas-TZ.js +0 -6
- package/locale-data/mas.d.ts +0 -1
- package/locale-data/mas.js +0 -6
- package/locale-data/mer.d.ts +0 -1
- package/locale-data/mer.js +0 -6
- package/locale-data/mfe.d.ts +0 -1
- package/locale-data/mfe.js +0 -6
- package/locale-data/mg.d.ts +0 -1
- package/locale-data/mg.js +0 -6
- package/locale-data/mgh.d.ts +0 -1
- package/locale-data/mgh.js +0 -6
- package/locale-data/mgo.d.ts +0 -1
- package/locale-data/mgo.js +0 -6
- package/locale-data/mi.d.ts +0 -1
- package/locale-data/mi.js +0 -6
- package/locale-data/mk.d.ts +0 -1
- package/locale-data/mk.js +0 -6
- package/locale-data/ml.d.ts +0 -1
- package/locale-data/ml.js +0 -6
- package/locale-data/mn.d.ts +0 -1
- package/locale-data/mn.js +0 -6
- package/locale-data/mni-Beng.d.ts +0 -1
- package/locale-data/mni-Beng.js +0 -6
- package/locale-data/mni.d.ts +0 -1
- package/locale-data/mni.js +0 -6
- package/locale-data/mr.d.ts +0 -1
- package/locale-data/mr.js +0 -6
- package/locale-data/ms-BN.d.ts +0 -1
- package/locale-data/ms-BN.js +0 -6
- package/locale-data/ms-ID.d.ts +0 -1
- package/locale-data/ms-ID.js +0 -6
- package/locale-data/ms-SG.d.ts +0 -1
- package/locale-data/ms-SG.js +0 -6
- package/locale-data/ms.d.ts +0 -1
- package/locale-data/ms.js +0 -6
- package/locale-data/mt.d.ts +0 -1
- package/locale-data/mt.js +0 -6
- package/locale-data/mua.d.ts +0 -1
- package/locale-data/mua.js +0 -6
- package/locale-data/my.d.ts +0 -1
- package/locale-data/my.js +0 -6
- package/locale-data/mzn.d.ts +0 -1
- package/locale-data/mzn.js +0 -6
- package/locale-data/naq.d.ts +0 -1
- package/locale-data/naq.js +0 -6
- package/locale-data/nb-SJ.d.ts +0 -1
- package/locale-data/nb-SJ.js +0 -6
- package/locale-data/nb.d.ts +0 -1
- package/locale-data/nb.js +0 -6
- package/locale-data/nd.d.ts +0 -1
- package/locale-data/nd.js +0 -6
- package/locale-data/nds-NL.d.ts +0 -1
- package/locale-data/nds-NL.js +0 -6
- package/locale-data/nds.d.ts +0 -1
- package/locale-data/nds.js +0 -6
- package/locale-data/ne-IN.d.ts +0 -1
- package/locale-data/ne-IN.js +0 -6
- package/locale-data/ne.d.ts +0 -1
- package/locale-data/ne.js +0 -6
- package/locale-data/nl-AW.d.ts +0 -1
- package/locale-data/nl-AW.js +0 -6
- package/locale-data/nl-BE.d.ts +0 -1
- package/locale-data/nl-BE.js +0 -6
- package/locale-data/nl-BQ.d.ts +0 -1
- package/locale-data/nl-BQ.js +0 -6
- package/locale-data/nl-CW.d.ts +0 -1
- package/locale-data/nl-CW.js +0 -6
- package/locale-data/nl-SR.d.ts +0 -1
- package/locale-data/nl-SR.js +0 -6
- package/locale-data/nl-SX.d.ts +0 -1
- package/locale-data/nl-SX.js +0 -6
- package/locale-data/nl.d.ts +0 -1
- package/locale-data/nl.js +0 -6
- package/locale-data/nmg.d.ts +0 -1
- package/locale-data/nmg.js +0 -6
- package/locale-data/nn.d.ts +0 -1
- package/locale-data/nn.js +0 -6
- package/locale-data/nnh.d.ts +0 -1
- package/locale-data/nnh.js +0 -6
- package/locale-data/no.d.ts +0 -1
- package/locale-data/no.js +0 -6
- package/locale-data/nus.d.ts +0 -1
- package/locale-data/nus.js +0 -6
- package/locale-data/nyn.d.ts +0 -1
- package/locale-data/nyn.js +0 -6
- package/locale-data/om-KE.d.ts +0 -1
- package/locale-data/om-KE.js +0 -6
- package/locale-data/om.d.ts +0 -1
- package/locale-data/om.js +0 -6
- package/locale-data/or.d.ts +0 -1
- package/locale-data/or.js +0 -6
- package/locale-data/os-RU.d.ts +0 -1
- package/locale-data/os-RU.js +0 -6
- package/locale-data/os.d.ts +0 -1
- package/locale-data/os.js +0 -6
- package/locale-data/pa-Arab.d.ts +0 -1
- package/locale-data/pa-Arab.js +0 -6
- package/locale-data/pa-Guru.d.ts +0 -1
- package/locale-data/pa-Guru.js +0 -6
- package/locale-data/pa.d.ts +0 -1
- package/locale-data/pa.js +0 -6
- package/locale-data/pcm.d.ts +0 -1
- package/locale-data/pcm.js +0 -6
- package/locale-data/pl.d.ts +0 -1
- package/locale-data/pl.js +0 -6
- package/locale-data/ps-PK.d.ts +0 -1
- package/locale-data/ps-PK.js +0 -6
- package/locale-data/ps.d.ts +0 -1
- package/locale-data/ps.js +0 -6
- package/locale-data/pt-AO.d.ts +0 -1
- package/locale-data/pt-AO.js +0 -6
- package/locale-data/pt-CH.d.ts +0 -1
- package/locale-data/pt-CH.js +0 -6
- package/locale-data/pt-CV.d.ts +0 -1
- package/locale-data/pt-CV.js +0 -6
- package/locale-data/pt-GQ.d.ts +0 -1
- package/locale-data/pt-GQ.js +0 -6
- package/locale-data/pt-GW.d.ts +0 -1
- package/locale-data/pt-GW.js +0 -6
- package/locale-data/pt-LU.d.ts +0 -1
- package/locale-data/pt-LU.js +0 -6
- package/locale-data/pt-MO.d.ts +0 -1
- package/locale-data/pt-MO.js +0 -6
- package/locale-data/pt-MZ.d.ts +0 -1
- package/locale-data/pt-MZ.js +0 -6
- package/locale-data/pt-PT.d.ts +0 -1
- package/locale-data/pt-PT.js +0 -6
- package/locale-data/pt-ST.d.ts +0 -1
- package/locale-data/pt-ST.js +0 -6
- package/locale-data/pt-TL.d.ts +0 -1
- package/locale-data/pt-TL.js +0 -6
- package/locale-data/pt.d.ts +0 -1
- package/locale-data/pt.js +0 -6
- package/locale-data/qu-BO.d.ts +0 -1
- package/locale-data/qu-BO.js +0 -6
- package/locale-data/qu-EC.d.ts +0 -1
- package/locale-data/qu-EC.js +0 -6
- package/locale-data/qu.d.ts +0 -1
- package/locale-data/qu.js +0 -6
- package/locale-data/rm.d.ts +0 -1
- package/locale-data/rm.js +0 -6
- package/locale-data/rn.d.ts +0 -1
- package/locale-data/rn.js +0 -6
- package/locale-data/ro-MD.d.ts +0 -1
- package/locale-data/ro-MD.js +0 -6
- package/locale-data/ro.d.ts +0 -1
- package/locale-data/ro.js +0 -6
- package/locale-data/rof.d.ts +0 -1
- package/locale-data/rof.js +0 -6
- package/locale-data/ru-BY.d.ts +0 -1
- package/locale-data/ru-BY.js +0 -6
- package/locale-data/ru-KG.d.ts +0 -1
- package/locale-data/ru-KG.js +0 -6
- package/locale-data/ru-KZ.d.ts +0 -1
- package/locale-data/ru-KZ.js +0 -6
- package/locale-data/ru-MD.d.ts +0 -1
- package/locale-data/ru-MD.js +0 -6
- package/locale-data/ru-UA.d.ts +0 -1
- package/locale-data/ru-UA.js +0 -6
- package/locale-data/ru.d.ts +0 -1
- package/locale-data/ru.js +0 -6
- package/locale-data/rw.d.ts +0 -1
- package/locale-data/rw.js +0 -6
- package/locale-data/rwk.d.ts +0 -1
- package/locale-data/rwk.js +0 -6
- package/locale-data/sa.d.ts +0 -1
- package/locale-data/sa.js +0 -6
- package/locale-data/sah.d.ts +0 -1
- package/locale-data/sah.js +0 -6
- package/locale-data/saq.d.ts +0 -1
- package/locale-data/saq.js +0 -6
- package/locale-data/sat-Olck.d.ts +0 -1
- package/locale-data/sat-Olck.js +0 -6
- package/locale-data/sat.d.ts +0 -1
- package/locale-data/sat.js +0 -6
- package/locale-data/sbp.d.ts +0 -1
- package/locale-data/sbp.js +0 -6
- package/locale-data/sc.d.ts +0 -1
- package/locale-data/sc.js +0 -6
- package/locale-data/sd-Arab.d.ts +0 -1
- package/locale-data/sd-Arab.js +0 -6
- package/locale-data/sd-Deva.d.ts +0 -1
- package/locale-data/sd-Deva.js +0 -6
- package/locale-data/sd.d.ts +0 -1
- package/locale-data/sd.js +0 -6
- package/locale-data/se-FI.d.ts +0 -1
- package/locale-data/se-FI.js +0 -6
- package/locale-data/se-SE.d.ts +0 -1
- package/locale-data/se-SE.js +0 -6
- package/locale-data/se.d.ts +0 -1
- package/locale-data/se.js +0 -6
- package/locale-data/seh.d.ts +0 -1
- package/locale-data/seh.js +0 -6
- package/locale-data/ses.d.ts +0 -1
- package/locale-data/ses.js +0 -6
- package/locale-data/sg.d.ts +0 -1
- package/locale-data/sg.js +0 -6
- package/locale-data/shi-Latn.d.ts +0 -1
- package/locale-data/shi-Latn.js +0 -6
- package/locale-data/shi-Tfng.d.ts +0 -1
- package/locale-data/shi-Tfng.js +0 -6
- package/locale-data/shi.d.ts +0 -1
- package/locale-data/shi.js +0 -6
- package/locale-data/si.d.ts +0 -1
- package/locale-data/si.js +0 -6
- package/locale-data/sk.d.ts +0 -1
- package/locale-data/sk.js +0 -6
- package/locale-data/sl.d.ts +0 -1
- package/locale-data/sl.js +0 -6
- package/locale-data/smn.d.ts +0 -1
- package/locale-data/smn.js +0 -6
- package/locale-data/sn.d.ts +0 -1
- package/locale-data/sn.js +0 -6
- package/locale-data/so-DJ.d.ts +0 -1
- package/locale-data/so-DJ.js +0 -6
- package/locale-data/so-ET.d.ts +0 -1
- package/locale-data/so-ET.js +0 -6
- package/locale-data/so-KE.d.ts +0 -1
- package/locale-data/so-KE.js +0 -6
- package/locale-data/so.d.ts +0 -1
- package/locale-data/so.js +0 -6
- package/locale-data/sq-MK.d.ts +0 -1
- package/locale-data/sq-MK.js +0 -6
- package/locale-data/sq-XK.d.ts +0 -1
- package/locale-data/sq-XK.js +0 -6
- package/locale-data/sq.d.ts +0 -1
- package/locale-data/sq.js +0 -6
- package/locale-data/sr-Cyrl-BA.d.ts +0 -1
- package/locale-data/sr-Cyrl-BA.js +0 -6
- package/locale-data/sr-Cyrl-ME.d.ts +0 -1
- package/locale-data/sr-Cyrl-ME.js +0 -6
- package/locale-data/sr-Cyrl-XK.d.ts +0 -1
- package/locale-data/sr-Cyrl-XK.js +0 -6
- package/locale-data/sr-Cyrl.d.ts +0 -1
- package/locale-data/sr-Cyrl.js +0 -6
- package/locale-data/sr-Latn-BA.d.ts +0 -1
- package/locale-data/sr-Latn-BA.js +0 -6
- package/locale-data/sr-Latn-ME.d.ts +0 -1
- package/locale-data/sr-Latn-ME.js +0 -6
- package/locale-data/sr-Latn-XK.d.ts +0 -1
- package/locale-data/sr-Latn-XK.js +0 -6
- package/locale-data/sr-Latn.d.ts +0 -1
- package/locale-data/sr-Latn.js +0 -6
- package/locale-data/sr.d.ts +0 -1
- package/locale-data/sr.js +0 -6
- package/locale-data/su-Latn.d.ts +0 -1
- package/locale-data/su-Latn.js +0 -6
- package/locale-data/su.d.ts +0 -1
- package/locale-data/su.js +0 -6
- package/locale-data/sv-AX.d.ts +0 -1
- package/locale-data/sv-AX.js +0 -6
- package/locale-data/sv-FI.d.ts +0 -1
- package/locale-data/sv-FI.js +0 -6
- package/locale-data/sv.d.ts +0 -1
- package/locale-data/sv.js +0 -6
- package/locale-data/sw-CD.d.ts +0 -1
- package/locale-data/sw-CD.js +0 -6
- package/locale-data/sw-KE.d.ts +0 -1
- package/locale-data/sw-KE.js +0 -6
- package/locale-data/sw-UG.d.ts +0 -1
- package/locale-data/sw-UG.js +0 -6
- package/locale-data/sw.d.ts +0 -1
- package/locale-data/sw.js +0 -6
- package/locale-data/ta-LK.d.ts +0 -1
- package/locale-data/ta-LK.js +0 -6
- package/locale-data/ta-MY.d.ts +0 -1
- package/locale-data/ta-MY.js +0 -6
- package/locale-data/ta-SG.d.ts +0 -1
- package/locale-data/ta-SG.js +0 -6
- package/locale-data/ta.d.ts +0 -1
- package/locale-data/ta.js +0 -6
- package/locale-data/te.d.ts +0 -1
- package/locale-data/te.js +0 -6
- package/locale-data/teo-KE.d.ts +0 -1
- package/locale-data/teo-KE.js +0 -6
- package/locale-data/teo.d.ts +0 -1
- package/locale-data/teo.js +0 -6
- package/locale-data/tg.d.ts +0 -1
- package/locale-data/tg.js +0 -6
- package/locale-data/th.d.ts +0 -1
- package/locale-data/th.js +0 -6
- package/locale-data/ti-ER.d.ts +0 -1
- package/locale-data/ti-ER.js +0 -6
- package/locale-data/ti.d.ts +0 -1
- package/locale-data/ti.js +0 -6
- package/locale-data/tk.d.ts +0 -1
- package/locale-data/tk.js +0 -6
- package/locale-data/to.d.ts +0 -1
- package/locale-data/to.js +0 -6
- package/locale-data/tr-CY.d.ts +0 -1
- package/locale-data/tr-CY.js +0 -6
- package/locale-data/tr.d.ts +0 -1
- package/locale-data/tr.js +0 -6
- package/locale-data/tt.d.ts +0 -1
- package/locale-data/tt.js +0 -6
- package/locale-data/twq.d.ts +0 -1
- package/locale-data/twq.js +0 -6
- package/locale-data/tzm.d.ts +0 -1
- package/locale-data/tzm.js +0 -6
- package/locale-data/ug.d.ts +0 -1
- package/locale-data/ug.js +0 -6
- package/locale-data/uk.d.ts +0 -1
- package/locale-data/uk.js +0 -6
- package/locale-data/und.d.ts +0 -1
- package/locale-data/und.js +0 -6
- package/locale-data/ur-IN.d.ts +0 -1
- package/locale-data/ur-IN.js +0 -6
- package/locale-data/ur.d.ts +0 -1
- package/locale-data/ur.js +0 -6
- package/locale-data/uz-Arab.d.ts +0 -1
- package/locale-data/uz-Arab.js +0 -6
- package/locale-data/uz-Cyrl.d.ts +0 -1
- package/locale-data/uz-Cyrl.js +0 -6
- package/locale-data/uz-Latn.d.ts +0 -1
- package/locale-data/uz-Latn.js +0 -6
- package/locale-data/uz.d.ts +0 -1
- package/locale-data/uz.js +0 -6
- package/locale-data/vai-Latn.d.ts +0 -1
- package/locale-data/vai-Latn.js +0 -6
- package/locale-data/vai-Vaii.d.ts +0 -1
- package/locale-data/vai-Vaii.js +0 -6
- package/locale-data/vai.d.ts +0 -1
- package/locale-data/vai.js +0 -6
- package/locale-data/vi.d.ts +0 -1
- package/locale-data/vi.js +0 -6
- package/locale-data/vun.d.ts +0 -1
- package/locale-data/vun.js +0 -6
- package/locale-data/wae.d.ts +0 -1
- package/locale-data/wae.js +0 -6
- package/locale-data/wo.d.ts +0 -1
- package/locale-data/wo.js +0 -6
- package/locale-data/xh.d.ts +0 -1
- package/locale-data/xh.js +0 -6
- package/locale-data/xog.d.ts +0 -1
- package/locale-data/xog.js +0 -6
- package/locale-data/yav.d.ts +0 -1
- package/locale-data/yav.js +0 -6
- package/locale-data/yi.d.ts +0 -1
- package/locale-data/yi.js +0 -6
- package/locale-data/yo-BJ.d.ts +0 -1
- package/locale-data/yo-BJ.js +0 -6
- package/locale-data/yo.d.ts +0 -1
- package/locale-data/yo.js +0 -6
- package/locale-data/yrl-CO.d.ts +0 -1
- package/locale-data/yrl-CO.js +0 -6
- package/locale-data/yrl-VE.d.ts +0 -1
- package/locale-data/yrl-VE.js +0 -6
- package/locale-data/yrl.d.ts +0 -1
- package/locale-data/yrl.js +0 -6
- package/locale-data/yue-Hans.d.ts +0 -1
- package/locale-data/yue-Hans.js +0 -6
- package/locale-data/yue-Hant.d.ts +0 -1
- package/locale-data/yue-Hant.js +0 -6
- package/locale-data/yue.d.ts +0 -1
- package/locale-data/yue.js +0 -6
- package/locale-data/zgh.d.ts +0 -1
- package/locale-data/zgh.js +0 -6
- package/locale-data/zh-Hans-HK.d.ts +0 -1
- package/locale-data/zh-Hans-HK.js +0 -6
- package/locale-data/zh-Hans-MO.d.ts +0 -1
- package/locale-data/zh-Hans-MO.js +0 -6
- package/locale-data/zh-Hans-SG.d.ts +0 -1
- package/locale-data/zh-Hans-SG.js +0 -6
- package/locale-data/zh-Hans.d.ts +0 -1
- package/locale-data/zh-Hans.js +0 -6
- package/locale-data/zh-Hant-HK.d.ts +0 -1
- package/locale-data/zh-Hant-HK.js +0 -6
- package/locale-data/zh-Hant-MO.d.ts +0 -1
- package/locale-data/zh-Hant-MO.js +0 -6
- package/locale-data/zh-Hant.d.ts +0 -1
- package/locale-data/zh-Hant.js +0 -6
- package/locale-data/zh.d.ts +0 -1
- package/locale-data/zh.js +0 -6
- package/locale-data/zu.d.ts +0 -1
- package/locale-data/zu.js +0 -6
- package/polyfill-force.d.ts +0 -2
- package/polyfill-force.d.ts.map +0 -1
- package/polyfill-force.js +0 -11
- package/polyfill.d.ts +0 -2
- package/polyfill.d.ts.map +0 -1
- package/polyfill.iife.js +0 -2787
- package/polyfill.js +0 -14
- package/should-polyfill.d.ts +0 -2
- package/should-polyfill.d.ts.map +0 -1
- package/should-polyfill.js +0 -57
- package/src/core.d.ts +0 -7
- package/src/core.d.ts.map +0 -1
- package/src/core.js +0 -231
- package/src/currency-digits.generated.d.ts +0 -2
- package/src/currency-digits.generated.d.ts.map +0 -1
- package/src/currency-digits.generated.js +0 -4
- package/src/get_internal_slots.d.ts +0 -3
- package/src/get_internal_slots.d.ts.map +0 -1
- package/src/get_internal_slots.js +0 -13
- package/src/numbering-systems.generated.d.ts +0 -2
- package/src/numbering-systems.generated.d.ts.map +0 -1
- package/src/numbering-systems.generated.js +0 -4
- package/src/to_locale_string.d.ts +0 -7
- package/src/to_locale_string.d.ts.map +0 -1
- package/src/to_locale_string.js +0 -14
- package/src/types.d.ts +0 -19
- package/src/types.d.ts.map +0 -1
- package/src/types.js +0 -2
- package/supported-locales.d.ts +0 -2
- package/supported-locales.d.ts.map +0 -1
- package/supported-locales.js +0 -5
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/* @generated */
|
|
2
|
-
// prettier-ignore
|
|
3
|
-
if (Intl.NumberFormat && typeof Intl.NumberFormat.__addLocaleData === 'function') {
|
|
4
|
-
Intl.NumberFormat.__addLocaleData({"data":{"units":{"simple":{"degree":{"long":{"other":"{0}度"},"short":{"other":"{0}°"},"narrow":{"other":"{0}°"},"perUnit":{}},"hectare":{"long":{"other":"{0}公顷"},"short":{"other":"{0}公顷"},"narrow":{"other":"{0}ha"},"perUnit":{}},"acre":{"long":{"other":"{0}英亩"},"short":{"other":"{0}英亩"},"narrow":{"other":"{0}ac"},"perUnit":{}},"percent":{"long":{"other":"{0}%"},"short":{"other":"{0}%"},"narrow":{"other":"{0}%"},"perUnit":{}},"liter-per-kilometer":{"long":{"other":"每公里{0}升"},"short":{"other":"{0} L/km"},"narrow":{"other":"{0} L/km"},"perUnit":{}},"mile-per-gallon":{"long":{"other":"每加仑{0}英里"},"short":{"other":"{0} mpg US"},"narrow":{"other":"{0} mpg US"},"perUnit":{}},"petabyte":{"long":{"other":"{0}拍字节"},"short":{"other":"{0} PB"},"narrow":{"other":"{0} PB"},"perUnit":{}},"terabyte":{"long":{"other":"{0}太字节"},"short":{"other":"{0} TB"},"narrow":{"other":"{0} TB"},"perUnit":{}},"terabit":{"long":{"other":"{0}太比特"},"short":{"other":"{0} Tb"},"narrow":{"other":"{0} Tb"},"perUnit":{}},"gigabyte":{"long":{"other":"{0}吉字节"},"short":{"other":"{0} GB"},"narrow":{"other":"{0} GB"},"perUnit":{}},"gigabit":{"long":{"other":"{0}吉比特"},"short":{"other":"{0} Gb"},"narrow":{"other":"{0} Gb"},"perUnit":{}},"megabyte":{"long":{"other":"{0}兆字节"},"short":{"other":"{0} MB"},"narrow":{"other":"{0} MB"},"perUnit":{}},"megabit":{"long":{"other":"{0}兆比特"},"short":{"other":"{0} Mb"},"narrow":{"other":"{0} Mb"},"perUnit":{}},"kilobyte":{"long":{"other":"{0}千字节"},"short":{"other":"{0} kB"},"narrow":{"other":"{0} kB"},"perUnit":{}},"kilobit":{"long":{"other":"{0}千比特"},"short":{"other":"{0} kb"},"narrow":{"other":"{0} kb"},"perUnit":{}},"byte":{"long":{"other":"{0}字节"},"short":{"other":"{0} B"},"narrow":{"other":"{0} B"},"perUnit":{}},"bit":{"long":{"other":"{0}比特"},"short":{"other":"{0} b"},"narrow":{"other":"{0} b"},"perUnit":{}},"year":{"long":{"other":"{0}年"},"short":{"other":"{0}年"},"narrow":{"other":"{0}年"},"perUnit":{"long":"{0}/年","short":"{0}/年","narrow":"{0}/年"}},"month":{"long":{"other":"{0}个月"},"short":{"other":"{0}个月"},"narrow":{"other":"{0}个月"},"perUnit":{"long":"{0}/月","short":"{0}/月","narrow":"{0}/月"}},"week":{"long":{"other":"{0}周"},"short":{"other":"{0}周"},"narrow":{"other":"{0}周"},"perUnit":{"long":"{0}/周","short":"{0}/周","narrow":"{0}/周"}},"day":{"long":{"other":"{0}天"},"short":{"other":"{0}天"},"narrow":{"other":"{0}天"},"perUnit":{"long":"{0}/天","short":"{0}/天","narrow":"{0}/天"}},"hour":{"long":{"other":"{0}小时"},"short":{"other":"{0}小时"},"narrow":{"other":"{0}小时"},"perUnit":{"long":"{0}/小时","short":"{0}/小时","narrow":"{0}/小时"}},"minute":{"long":{"other":"{0}分钟"},"short":{"other":"{0}分钟"},"narrow":{"other":"{0}分钟"},"perUnit":{"long":"{0}/分钟","short":"{0}/分钟","narrow":"{0}/分钟"}},"second":{"long":{"other":"{0}秒"},"short":{"other":"{0}秒"},"narrow":{"other":"{0}秒"},"perUnit":{"long":"{0}/秒","short":"{0}/秒","narrow":"{0}/秒"}},"millisecond":{"long":{"other":"{0}毫秒"},"short":{"other":"{0}毫秒"},"narrow":{"other":"{0}毫秒"},"perUnit":{}},"kilometer":{"long":{"other":"{0}公里"},"short":{"other":"{0}公里"},"narrow":{"other":"{0}公里"},"perUnit":{"long":"{0}/公里","short":"{0}/公里","narrow":"{0}/公里"}},"meter":{"long":{"other":"{0}米"},"short":{"other":"{0}米"},"narrow":{"other":"{0}米"},"perUnit":{"long":"{0}/米","short":"{0}/米","narrow":"{0}/米"}},"centimeter":{"long":{"other":"{0}厘米"},"short":{"other":"{0}厘米"},"narrow":{"other":"{0}厘米"},"perUnit":{"long":"{0}/厘米","short":"{0}/厘米","narrow":"{0}/厘米"}},"millimeter":{"long":{"other":"{0}毫米"},"short":{"other":"{0}毫米"},"narrow":{"other":"{0}毫米"},"perUnit":{}},"mile":{"long":{"other":"{0}英里"},"short":{"other":"{0}英里"},"narrow":{"other":"{0}mi"},"perUnit":{}},"yard":{"long":{"other":"{0}码"},"short":{"other":"{0}码"},"narrow":{"other":"{0}yd"},"perUnit":{}},"foot":{"long":{"other":"{0}英尺"},"short":{"other":"{0}英尺"},"narrow":{"other":"{0}′"},"perUnit":{"long":"{0}/英尺","short":"{0}/英尺","narrow":"{0}/英尺"}},"inch":{"long":{"other":"{0}英寸"},"short":{"other":"{0}英寸"},"narrow":{"other":"{0}″"},"perUnit":{"long":"{0}/英寸","short":"{0}/英寸","narrow":"{0}/英寸"}},"mile-scandinavian":{"long":{"other":"{0}斯堪的纳维亚英里"},"short":{"other":"{0}斯堪的纳维亚英里"},"narrow":{"other":"{0}smi"},"perUnit":{}},"kilogram":{"long":{"other":"{0}千克"},"short":{"other":"{0} kg"},"narrow":{"other":"{0}kg"},"perUnit":{"long":"每千克{0}","short":"{0}/kg","narrow":"{0}/kg"}},"gram":{"long":{"other":"{0}克"},"short":{"other":"{0} g"},"narrow":{"other":"{0}g"},"perUnit":{"long":"{0}/g","short":"{0}/g","narrow":"{0}/g"}},"stone":{"long":{"other":"{0}英石"},"short":{"other":"{0} st"},"narrow":{"other":"{0}英石"},"perUnit":{}},"pound":{"long":{"other":"{0}磅"},"short":{"other":"{0} lb"},"narrow":{"other":"{0}磅"},"perUnit":{"long":"每磅{0}","short":"{0}/lb","narrow":"{0}/lb"}},"ounce":{"long":{"other":"{0}盎司"},"short":{"other":"{0} oz"},"narrow":{"other":"{0}盎司"},"perUnit":{"long":"每盎司{0}","short":"{0}/oz","narrow":"{0}/oz"}},"kilometer-per-hour":{"long":{"other":"每小时{0}公里"},"short":{"other":"{0} km/h"},"narrow":{"other":"{0}km/h"},"perUnit":{}},"meter-per-second":{"long":{"other":"每秒{0}米"},"short":{"other":"{0} m/s"},"narrow":{"other":"{0}m/s"},"perUnit":{}},"mile-per-hour":{"long":{"other":"每小时{0}英里"},"short":{"other":"{0} mi/h"},"narrow":{"other":"{0}mi/h"},"perUnit":{}},"celsius":{"long":{"other":"{0}摄氏度"},"short":{"other":"{0}°C"},"narrow":{"other":"{0}°C"},"perUnit":{}},"fahrenheit":{"long":{"other":"{0}华氏度"},"short":{"other":"{0}°F"},"narrow":{"other":"{0}°F"},"perUnit":{}},"liter":{"long":{"other":"{0}升"},"short":{"other":"{0}升"},"narrow":{"other":"{0}升"},"perUnit":{"long":"{0}/升","short":"{0}/升","narrow":"{0}/升"}},"milliliter":{"long":{"other":"{0}毫升"},"short":{"other":"{0}毫升"},"narrow":{"other":"{0}毫升"},"perUnit":{}},"gallon":{"long":{"other":"{0}加仑"},"short":{"other":"{0}加仑"},"narrow":{"other":"{0}加仑"},"perUnit":{"long":"{0}/加仑","short":"{0}/加仑","narrow":"{0}/加仑"}},"fluid-ounce":{"long":{"other":"{0}液盎司"},"short":{"other":"{0}液盎司"},"narrow":{"other":"{0}液盎司"},"perUnit":{}}},"compound":{"per":{"long":"{0}/{1}","short":"{0}/{1}","narrow":"{0}/{1}"}}},"currencies":{"ADP":{"displayName":{"other":"安道尔比塞塔"},"symbol":"ADP","narrow":"ADP"},"AED":{"displayName":{"other":"阿联酋迪拉姆"},"symbol":"AED","narrow":"AED"},"AFA":{"displayName":{"other":"阿富汗尼 (1927–2002)"},"symbol":"AFA","narrow":"AFA"},"AFN":{"displayName":{"other":"阿富汗尼"},"symbol":"AFN","narrow":"؋"},"ALK":{"displayName":{"other":"阿尔巴尼亚列克(1946–1965)"},"symbol":"ALK","narrow":"ALK"},"ALL":{"displayName":{"other":"阿尔巴尼亚列克"},"symbol":"ALL","narrow":"ALL"},"AMD":{"displayName":{"other":"亚美尼亚德拉姆"},"symbol":"AMD","narrow":"֏"},"ANG":{"displayName":{"other":"荷兰安的列斯盾"},"symbol":"ANG","narrow":"ANG"},"AOA":{"displayName":{"other":"安哥拉宽扎"},"symbol":"AOA","narrow":"Kz"},"AOK":{"displayName":{"other":"安哥拉宽扎 (1977–1990)"},"symbol":"AOK","narrow":"AOK"},"AON":{"displayName":{"other":"安哥拉新宽扎 (1990–2000)"},"symbol":"AON","narrow":"AON"},"AOR":{"displayName":{"other":"安哥拉重新调整宽扎 (1995–1999)"},"symbol":"AOR","narrow":"AOR"},"ARA":{"displayName":{"other":"阿根廷奥斯特拉尔"},"symbol":"ARA","narrow":"ARA"},"ARL":{"displayName":{"other":"阿根廷法定比索 (1970–1983)"},"symbol":"ARL","narrow":"ARL"},"ARM":{"displayName":{"other":"阿根廷比索 (1881–1970)"},"symbol":"ARM","narrow":"ARM"},"ARP":{"displayName":{"other":"阿根廷比索 (1983–1985)"},"symbol":"ARP","narrow":"ARP"},"ARS":{"displayName":{"other":"阿根廷比索"},"symbol":"ARS","narrow":"$"},"ATS":{"displayName":{"other":"奥地利先令"},"symbol":"ATS","narrow":"ATS"},"AUD":{"displayName":{"other":"澳大利亚元"},"symbol":"AU$","narrow":"$"},"AWG":{"displayName":{"other":"阿鲁巴弗罗林"},"symbol":"AWG","narrow":"AWG"},"AZM":{"displayName":{"other":"阿塞拜疆马纳特 (1993–2006)"},"symbol":"AZM","narrow":"AZM"},"AZN":{"displayName":{"other":"阿塞拜疆马纳特"},"symbol":"AZN","narrow":"₼"},"BAD":{"displayName":{"other":"波士尼亚-赫塞哥维纳第纳尔 (1992–1994)"},"symbol":"BAD","narrow":"BAD"},"BAM":{"displayName":{"other":"波斯尼亚-黑塞哥维那可兑换马克"},"symbol":"BAM","narrow":"KM"},"BAN":{"displayName":{"other":"波士尼亚-赫塞哥维纳新第纳尔 (1994–1997)"},"symbol":"BAN","narrow":"BAN"},"BBD":{"displayName":{"other":"巴巴多斯元"},"symbol":"BBD","narrow":"$"},"BDT":{"displayName":{"other":"孟加拉塔卡"},"symbol":"BDT","narrow":"৳"},"BEC":{"displayName":{"other":"比利时法郎(可兑换)"},"symbol":"BEC","narrow":"BEC"},"BEF":{"displayName":{"other":"比利时法郎"},"symbol":"BEF","narrow":"BEF"},"BEL":{"displayName":{"other":"比利时法郎(金融)"},"symbol":"BEL","narrow":"BEL"},"BGL":{"displayName":{"other":"保加利亚硬列弗"},"symbol":"BGL","narrow":"BGL"},"BGM":{"displayName":{"other":"保加利亚社会党列弗"},"symbol":"BGM","narrow":"BGM"},"BGN":{"displayName":{"other":"保加利亚新列弗"},"symbol":"BGN","narrow":"BGN"},"BGO":{"displayName":{"other":"保加利亚列弗 (1879–1952)"},"symbol":"BGO","narrow":"BGO"},"BHD":{"displayName":{"other":"巴林第纳尔"},"symbol":"BHD","narrow":"BHD"},"BIF":{"displayName":{"other":"布隆迪法郎"},"symbol":"BIF","narrow":"BIF"},"BMD":{"displayName":{"other":"百慕大元"},"symbol":"BMD","narrow":"$"},"BND":{"displayName":{"other":"文莱元"},"symbol":"BND","narrow":"$"},"BOB":{"displayName":{"other":"玻利维亚诺"},"symbol":"BOB","narrow":"Bs"},"BOL":{"displayName":{"other":"玻利维亚诺 (1863–1963)"},"symbol":"BOL","narrow":"BOL"},"BOP":{"displayName":{"other":"玻利维亚比索"},"symbol":"BOP","narrow":"BOP"},"BOV":{"displayName":{"other":"玻利维亚 Mvdol(资金)"},"symbol":"BOV","narrow":"BOV"},"BRB":{"displayName":{"other":"巴西新克鲁赛罗 (1967–1986)"},"symbol":"BRB","narrow":"BRB"},"BRC":{"displayName":{"other":"巴西克鲁扎多 (1986–1989)"},"symbol":"BRC","narrow":"BRC"},"BRE":{"displayName":{"other":"巴西克鲁塞罗 (1990–1993)"},"symbol":"BRE","narrow":"BRE"},"BRL":{"displayName":{"other":"巴西雷亚尔"},"symbol":"R$","narrow":"R$"},"BRN":{"displayName":{"other":"巴西新克鲁扎多 (1989–1990)"},"symbol":"BRN","narrow":"BRN"},"BRR":{"displayName":{"other":"巴西克鲁塞罗 (1993–1994)"},"symbol":"BRR","narrow":"BRR"},"BRZ":{"displayName":{"other":"巴西克鲁塞罗 (1942–1967)"},"symbol":"BRZ","narrow":"BRZ"},"BSD":{"displayName":{"other":"巴哈马元"},"symbol":"BSD","narrow":"$"},"BTN":{"displayName":{"other":"不丹努尔特鲁姆"},"symbol":"BTN","narrow":"BTN"},"BUK":{"displayName":{"other":"缅元"},"symbol":"BUK","narrow":"BUK"},"BWP":{"displayName":{"other":"博茨瓦纳普拉"},"symbol":"BWP","narrow":"P"},"BYB":{"displayName":{"other":"白俄罗斯新卢布 (1994–1999)"},"symbol":"BYB","narrow":"BYB"},"BYN":{"displayName":{"other":"白俄罗斯卢布"},"symbol":"BYN","narrow":"р."},"BYR":{"displayName":{"other":"白俄罗斯卢布 (2000–2016)"},"symbol":"BYR","narrow":"BYR"},"BZD":{"displayName":{"other":"伯利兹元"},"symbol":"BZD","narrow":"$"},"CAD":{"displayName":{"other":"加拿大元"},"symbol":"CA$","narrow":"$"},"CDF":{"displayName":{"other":"刚果法郎"},"symbol":"CDF","narrow":"CDF"},"CHE":{"displayName":{"other":"欧元 (WIR)"},"symbol":"CHE","narrow":"CHE"},"CHF":{"displayName":{"other":"瑞士法郎"},"symbol":"CHF","narrow":"CHF"},"CHW":{"displayName":{"other":"法郎 (WIR)"},"symbol":"CHW","narrow":"CHW"},"CLE":{"displayName":{"other":"智利埃斯库多"},"symbol":"CLE","narrow":"CLE"},"CLF":{"displayName":{"other":"智利(资金)"},"symbol":"CLF","narrow":"CLF"},"CLP":{"displayName":{"other":"智利比索"},"symbol":"CLP","narrow":"$"},"CNH":{"displayName":{"other":"人民币(离岸)"},"symbol":"CNH","narrow":"CNH"},"CNX":{"displayName":{"other":"中国人民银行元"},"symbol":"CNX","narrow":"CNX"},"CNY":{"displayName":{"other":"人民币"},"symbol":"CN¥","narrow":"¥"},"COP":{"displayName":{"other":"哥伦比亚比索"},"symbol":"COP","narrow":"$"},"COU":{"displayName":{"other":"哥伦比亚币"},"symbol":"COU","narrow":"COU"},"CRC":{"displayName":{"other":"哥斯达黎加科朗"},"symbol":"CRC","narrow":"₡"},"CSD":{"displayName":{"other":"旧塞尔维亚第纳尔"},"symbol":"CSD","narrow":"CSD"},"CSK":{"displayName":{"other":"捷克硬克朗"},"symbol":"CSK","narrow":"CSK"},"CUC":{"displayName":{"other":"古巴可兑换比索"},"symbol":"CUC","narrow":"$"},"CUP":{"displayName":{"other":"古巴比索"},"symbol":"CUP","narrow":"$"},"CVE":{"displayName":{"other":"佛得角埃斯库多"},"symbol":"CVE","narrow":"CVE"},"CYP":{"displayName":{"other":"塞浦路斯镑"},"symbol":"CYP","narrow":"CYP"},"CZK":{"displayName":{"other":"捷克克朗"},"symbol":"CZK","narrow":"Kč"},"DDM":{"displayName":{"other":"东德奥斯特马克"},"symbol":"DDM","narrow":"DDM"},"DEM":{"displayName":{"other":"德国马克"},"symbol":"DEM","narrow":"DEM"},"DJF":{"displayName":{"other":"吉布提法郎"},"symbol":"DJF","narrow":"DJF"},"DKK":{"displayName":{"other":"丹麦克朗"},"symbol":"DKK","narrow":"kr"},"DOP":{"displayName":{"other":"多米尼加比索"},"symbol":"DOP","narrow":"$"},"DZD":{"displayName":{"other":"阿尔及利亚第纳尔"},"symbol":"DZD","narrow":"DZD"},"ECS":{"displayName":{"other":"厄瓜多尔苏克雷"},"symbol":"ECS","narrow":"ECS"},"ECV":{"displayName":{"other":"厄瓜多尔 (UVC)"},"symbol":"ECV","narrow":"ECV"},"EEK":{"displayName":{"other":"爱沙尼亚克朗"},"symbol":"EEK","narrow":"EEK"},"EGP":{"displayName":{"other":"埃及镑"},"symbol":"EGP","narrow":"E£"},"ERN":{"displayName":{"other":"厄立特里亚纳克法"},"symbol":"ERN","narrow":"ERN"},"ESA":{"displayName":{"other":"西班牙比塞塔(帐户 A)"},"symbol":"ESA","narrow":"ESA"},"ESB":{"displayName":{"other":"西班牙比塞塔(兑换帐户)"},"symbol":"ESB","narrow":"ESB"},"ESP":{"displayName":{"other":"西班牙比塞塔"},"symbol":"ESP","narrow":"₧"},"ETB":{"displayName":{"other":"埃塞俄比亚比尔"},"symbol":"ETB","narrow":"ETB"},"EUR":{"displayName":{"other":"欧元"},"symbol":"€","narrow":"€"},"FIM":{"displayName":{"other":"芬兰马克"},"symbol":"FIM","narrow":"FIM"},"FJD":{"displayName":{"other":"斐济元"},"symbol":"FJD","narrow":"$"},"FKP":{"displayName":{"other":"福克兰群岛镑"},"symbol":"FKP","narrow":"£"},"FRF":{"displayName":{"other":"法国法郎"},"symbol":"FRF","narrow":"FRF"},"GBP":{"displayName":{"other":"英镑"},"symbol":"£","narrow":"£"},"GEK":{"displayName":{"other":"乔治亚库蓬拉瑞特"},"symbol":"GEK","narrow":"GEK"},"GEL":{"displayName":{"other":"格鲁吉亚拉里"},"symbol":"GEL","narrow":"₾"},"GHC":{"displayName":{"other":"加纳塞第"},"symbol":"GHC","narrow":"GHC"},"GHS":{"displayName":{"other":"加纳塞地"},"symbol":"GHS","narrow":"GH₵"},"GIP":{"displayName":{"other":"直布罗陀镑"},"symbol":"GIP","narrow":"£"},"GMD":{"displayName":{"other":"冈比亚达拉西"},"symbol":"GMD","narrow":"GMD"},"GNF":{"displayName":{"other":"几内亚法郎"},"symbol":"GNF","narrow":"FG"},"GNS":{"displayName":{"other":"几内亚西里"},"symbol":"GNS","narrow":"GNS"},"GQE":{"displayName":{"other":"赤道几内亚埃奎勒"},"symbol":"GQE","narrow":"GQE"},"GRD":{"displayName":{"other":"希腊德拉克马"},"symbol":"GRD","narrow":"GRD"},"GTQ":{"displayName":{"other":"危地马拉格查尔"},"symbol":"GTQ","narrow":"Q"},"GWE":{"displayName":{"other":"葡萄牙几内亚埃斯库多"},"symbol":"GWE","narrow":"GWE"},"GWP":{"displayName":{"other":"几内亚比绍比索"},"symbol":"GWP","narrow":"GWP"},"GYD":{"displayName":{"other":"圭亚那元"},"symbol":"GYD","narrow":"$"},"HKD":{"displayName":{"other":"港元"},"symbol":"HK$","narrow":"$"},"HNL":{"displayName":{"other":"洪都拉斯伦皮拉"},"symbol":"HNL","narrow":"L"},"HRD":{"displayName":{"other":"克罗地亚第纳尔"},"symbol":"HRD","narrow":"HRD"},"HRK":{"displayName":{"other":"克罗地亚库纳"},"symbol":"HRK","narrow":"kn"},"HTG":{"displayName":{"other":"海地古德"},"symbol":"HTG","narrow":"HTG"},"HUF":{"displayName":{"other":"匈牙利福林"},"symbol":"HUF","narrow":"Ft"},"IDR":{"displayName":{"other":"印度尼西亚盾"},"symbol":"IDR","narrow":"Rp"},"IEP":{"displayName":{"other":"爱尔兰镑"},"symbol":"IEP","narrow":"IEP"},"ILP":{"displayName":{"other":"以色列镑"},"symbol":"ILP","narrow":"ILP"},"ILR":{"displayName":{"other":"以色列谢克尔(1980–1985)"},"symbol":"ILS","narrow":"ILS"},"ILS":{"displayName":{"other":"以色列新谢克尔"},"symbol":"₪","narrow":"₪"},"INR":{"displayName":{"other":"印度卢比"},"symbol":"₹","narrow":"₹"},"IQD":{"displayName":{"other":"伊拉克第纳尔"},"symbol":"IQD","narrow":"IQD"},"IRR":{"displayName":{"other":"伊朗里亚尔"},"symbol":"IRR","narrow":"IRR"},"ISJ":{"displayName":{"other":"冰岛克朗(1918–1981)"},"symbol":"ISJ","narrow":"ISJ"},"ISK":{"displayName":{"other":"冰岛克朗"},"symbol":"ISK","narrow":"kr"},"ITL":{"displayName":{"other":"意大利里拉"},"symbol":"ITL","narrow":"ITL"},"JMD":{"displayName":{"other":"牙买加元"},"symbol":"JMD","narrow":"$"},"JOD":{"displayName":{"other":"约旦第纳尔"},"symbol":"JOD","narrow":"JOD"},"JPY":{"displayName":{"other":"日元"},"symbol":"JP¥","narrow":"¥"},"KES":{"displayName":{"other":"肯尼亚先令"},"symbol":"KES","narrow":"KES"},"KGS":{"displayName":{"other":"吉尔吉斯斯坦索姆"},"symbol":"KGS","narrow":"KGS"},"KHR":{"displayName":{"other":"柬埔寨瑞尔"},"symbol":"KHR","narrow":"៛"},"KMF":{"displayName":{"other":"科摩罗法郎"},"symbol":"KMF","narrow":"CF"},"KPW":{"displayName":{"other":"朝鲜元"},"symbol":"KPW","narrow":"₩"},"KRH":{"displayName":{"other":"韩元 (1953–1962)"},"symbol":"KRH","narrow":"KRH"},"KRO":{"displayName":{"other":"韩元 (1945–1953)"},"symbol":"KRO","narrow":"KRO"},"KRW":{"displayName":{"other":"韩元"},"symbol":"₩","narrow":"₩"},"KWD":{"displayName":{"other":"科威特第纳尔"},"symbol":"KWD","narrow":"KWD"},"KYD":{"displayName":{"other":"开曼元"},"symbol":"KYD","narrow":"$"},"KZT":{"displayName":{"other":"哈萨克斯坦坚戈"},"symbol":"KZT","narrow":"₸"},"LAK":{"displayName":{"other":"老挝基普"},"symbol":"LAK","narrow":"₭"},"LBP":{"displayName":{"other":"黎巴嫩镑"},"symbol":"LBP","narrow":"L£"},"LKR":{"displayName":{"other":"斯里兰卡卢比"},"symbol":"LKR","narrow":"Rs"},"LRD":{"displayName":{"other":"利比里亚元"},"symbol":"LRD","narrow":"$"},"LSL":{"displayName":{"other":"莱索托洛蒂"},"symbol":"LSL","narrow":"LSL"},"LTL":{"displayName":{"other":"立陶宛立特"},"symbol":"LTL","narrow":"Lt"},"LTT":{"displayName":{"other":"立陶宛塔咯呐司"},"symbol":"LTT","narrow":"LTT"},"LUC":{"displayName":{"other":"卢森堡可兑换法郎"},"symbol":"LUC","narrow":"LUC"},"LUF":{"displayName":{"other":"卢森堡法郎"},"symbol":"LUF","narrow":"LUF"},"LUL":{"displayName":{"other":"卢森堡金融法郎"},"symbol":"LUL","narrow":"LUL"},"LVL":{"displayName":{"other":"拉脱维亚拉特"},"symbol":"LVL","narrow":"Ls"},"LVR":{"displayName":{"other":"拉脱维亚卢布"},"symbol":"LVR","narrow":"LVR"},"LYD":{"displayName":{"other":"利比亚第纳尔"},"symbol":"LYD","narrow":"LYD"},"MAD":{"displayName":{"other":"摩洛哥迪拉姆"},"symbol":"MAD","narrow":"MAD"},"MAF":{"displayName":{"other":"摩洛哥法郎"},"symbol":"MAF","narrow":"MAF"},"MCF":{"displayName":{"other":"摩纳哥法郎"},"symbol":"MCF","narrow":"MCF"},"MDC":{"displayName":{"other":"摩尔多瓦库邦"},"symbol":"MDC","narrow":"MDC"},"MDL":{"displayName":{"other":"摩尔多瓦列伊"},"symbol":"MDL","narrow":"MDL"},"MGA":{"displayName":{"other":"马达加斯加阿里亚里"},"symbol":"MGA","narrow":"Ar"},"MGF":{"displayName":{"other":"马达加斯加法郎"},"symbol":"MGF","narrow":"MGF"},"MKD":{"displayName":{"other":"马其顿第纳尔"},"symbol":"MKD","narrow":"MKD"},"MKN":{"displayName":{"other":"马其顿第纳尔 (1992–1993)"},"symbol":"MKN","narrow":"MKN"},"MLF":{"displayName":{"other":"马里法郎"},"symbol":"MLF","narrow":"MLF"},"MMK":{"displayName":{"other":"缅甸元"},"symbol":"MMK","narrow":"K"},"MNT":{"displayName":{"other":"蒙古图格里克"},"symbol":"MNT","narrow":"₮"},"MOP":{"displayName":{"other":"澳门元"},"symbol":"MOP$","narrow":"MOP$"},"MRO":{"displayName":{"other":"毛里塔尼亚乌吉亚 (1973–2017)"},"symbol":"MRO","narrow":"MRO"},"MRU":{"displayName":{"other":"毛里塔尼亚乌吉亚"},"symbol":"MRU","narrow":"MRU"},"MTL":{"displayName":{"other":"马耳他里拉"},"symbol":"MTL","narrow":"MTL"},"MTP":{"displayName":{"other":"马耳他镑"},"symbol":"MTP","narrow":"MTP"},"MUR":{"displayName":{"other":"毛里求斯卢比"},"symbol":"MUR","narrow":"Rs"},"MVP":{"displayName":{"other":"马尔代夫卢比(1947–1981)"},"symbol":"MVP","narrow":"MVP"},"MVR":{"displayName":{"other":"马尔代夫卢菲亚"},"symbol":"MVR","narrow":"MVR"},"MWK":{"displayName":{"other":"马拉维克瓦查"},"symbol":"MWK","narrow":"MWK"},"MXN":{"displayName":{"other":"墨西哥比索"},"symbol":"MX$","narrow":"$"},"MXP":{"displayName":{"other":"墨西哥银比索 (1861–1992)"},"symbol":"MXP","narrow":"MXP"},"MXV":{"displayName":{"other":"墨西哥(资金)"},"symbol":"MXV","narrow":"MXV"},"MYR":{"displayName":{"other":"马来西亚林吉特"},"symbol":"MYR","narrow":"RM"},"MZE":{"displayName":{"other":"莫桑比克埃斯库多"},"symbol":"MZE","narrow":"MZE"},"MZM":{"displayName":{"other":"旧莫桑比克美提卡"},"symbol":"MZM","narrow":"MZM"},"MZN":{"displayName":{"other":"莫桑比克美提卡"},"symbol":"MZN","narrow":"MZN"},"NAD":{"displayName":{"other":"纳米比亚元"},"symbol":"NAD","narrow":"$"},"NGN":{"displayName":{"other":"尼日利亚奈拉"},"symbol":"NGN","narrow":"₦"},"NIC":{"displayName":{"other":"尼加拉瓜科多巴 (1988–1991)"},"symbol":"NIC","narrow":"NIC"},"NIO":{"displayName":{"other":"尼加拉瓜科多巴"},"symbol":"NIO","narrow":"C$"},"NLG":{"displayName":{"other":"荷兰盾"},"symbol":"NLG","narrow":"NLG"},"NOK":{"displayName":{"other":"挪威克朗"},"symbol":"NOK","narrow":"kr"},"NPR":{"displayName":{"other":"尼泊尔卢比"},"symbol":"NPR","narrow":"Rs"},"NZD":{"displayName":{"other":"新西兰元"},"symbol":"NZ$","narrow":"$"},"OMR":{"displayName":{"other":"阿曼里亚尔"},"symbol":"OMR","narrow":"OMR"},"PAB":{"displayName":{"other":"巴拿马巴波亚"},"symbol":"PAB","narrow":"PAB"},"PEI":{"displayName":{"other":"秘鲁印第"},"symbol":"PEI","narrow":"PEI"},"PEN":{"displayName":{"other":"秘鲁索尔"},"symbol":"PEN","narrow":"PEN"},"PES":{"displayName":{"other":"秘鲁索尔 (1863–1965)"},"symbol":"PES","narrow":"PES"},"PGK":{"displayName":{"other":"巴布亚新几内亚基那"},"symbol":"PGK","narrow":"PGK"},"PHP":{"displayName":{"other":"菲律宾比索"},"symbol":"PHP","narrow":"₱"},"PKR":{"displayName":{"other":"巴基斯坦卢比"},"symbol":"PKR","narrow":"Rs"},"PLN":{"displayName":{"other":"波兰兹罗提"},"symbol":"PLN","narrow":"zł"},"PLZ":{"displayName":{"other":"波兰兹罗提 (1950–1995)"},"symbol":"PLZ","narrow":"PLZ"},"PTE":{"displayName":{"other":"葡萄牙埃斯库多"},"symbol":"PTE","narrow":"PTE"},"PYG":{"displayName":{"other":"巴拉圭瓜拉尼"},"symbol":"PYG","narrow":"₲"},"QAR":{"displayName":{"other":"卡塔尔里亚尔"},"symbol":"QAR","narrow":"QAR"},"RHD":{"displayName":{"other":"罗得西亚元"},"symbol":"RHD","narrow":"RHD"},"ROL":{"displayName":{"other":"旧罗马尼亚列伊"},"symbol":"ROL","narrow":"ROL"},"RON":{"displayName":{"other":"罗马尼亚列伊"},"symbol":"RON","narrow":"lei"},"RSD":{"displayName":{"other":"塞尔维亚第纳尔"},"symbol":"RSD","narrow":"RSD"},"RUB":{"displayName":{"other":"俄罗斯卢布"},"symbol":"RUB","narrow":"₽"},"RUR":{"displayName":{"other":"俄国卢布 (1991–1998)"},"symbol":"RUR","narrow":"р."},"RWF":{"displayName":{"other":"卢旺达法郎"},"symbol":"RWF","narrow":"RF"},"SAR":{"displayName":{"other":"沙特里亚尔"},"symbol":"SAR","narrow":"SAR"},"SBD":{"displayName":{"other":"所罗门群岛元"},"symbol":"SBD","narrow":"$"},"SCR":{"displayName":{"other":"塞舌尔卢比"},"symbol":"SCR","narrow":"SCR"},"SDD":{"displayName":{"other":"苏丹第纳尔 (1992–2007)"},"symbol":"SDD","narrow":"SDD"},"SDG":{"displayName":{"other":"苏丹镑"},"symbol":"SDG","narrow":"SDG"},"SDP":{"displayName":{"other":"旧苏丹镑"},"symbol":"SDP","narrow":"SDP"},"SEK":{"displayName":{"other":"瑞典克朗"},"symbol":"SEK","narrow":"kr"},"SGD":{"displayName":{"other":"新加坡元"},"symbol":"SGD","narrow":"$"},"SHP":{"displayName":{"other":"圣赫勒拿群岛磅"},"symbol":"SHP","narrow":"£"},"SIT":{"displayName":{"other":"斯洛文尼亚托拉尔"},"symbol":"SIT","narrow":"SIT"},"SKK":{"displayName":{"other":"斯洛伐克克朗"},"symbol":"SKK","narrow":"SKK"},"SLL":{"displayName":{"other":"塞拉利昂利昂"},"symbol":"SLL","narrow":"SLL"},"SOS":{"displayName":{"other":"索马里先令"},"symbol":"SOS","narrow":"SOS"},"SRD":{"displayName":{"other":"苏里南元"},"symbol":"SRD","narrow":"$"},"SRG":{"displayName":{"other":"苏里南盾"},"symbol":"SRG","narrow":"SRG"},"SSP":{"displayName":{"other":"南苏丹镑"},"symbol":"SSP","narrow":"£"},"STD":{"displayName":{"other":"圣多美和普林西比多布拉 (1977–2017)"},"symbol":"STD","narrow":"STD"},"STN":{"displayName":{"other":"圣多美和普林西比多布拉"},"symbol":"STN","narrow":"Db"},"SUR":{"displayName":{"other":"苏联卢布"},"symbol":"SUR","narrow":"SUR"},"SVC":{"displayName":{"other":"萨尔瓦多科朗"},"symbol":"SVC","narrow":"SVC"},"SYP":{"displayName":{"other":"叙利亚镑"},"symbol":"SYP","narrow":"£"},"SZL":{"displayName":{"other":"斯威士兰里兰吉尼"},"symbol":"SZL","narrow":"SZL"},"THB":{"displayName":{"other":"泰铢"},"symbol":"THB","narrow":"฿"},"TJR":{"displayName":{"other":"塔吉克斯坦卢布"},"symbol":"TJR","narrow":"TJR"},"TJS":{"displayName":{"other":"塔吉克斯坦索莫尼"},"symbol":"TJS","narrow":"TJS"},"TMM":{"displayName":{"other":"土库曼斯坦马纳特 (1993–2009)"},"symbol":"TMM","narrow":"TMM"},"TMT":{"displayName":{"other":"土库曼斯坦马纳特"},"symbol":"TMT","narrow":"TMT"},"TND":{"displayName":{"other":"突尼斯第纳尔"},"symbol":"TND","narrow":"TND"},"TOP":{"displayName":{"other":"汤加潘加"},"symbol":"TOP","narrow":"T$"},"TPE":{"displayName":{"other":"帝汶埃斯库多"},"symbol":"TPE","narrow":"TPE"},"TRL":{"displayName":{"other":"土耳其里拉 (1922–2005)"},"symbol":"TRL","narrow":"TRL"},"TRY":{"displayName":{"other":"土耳其里拉"},"symbol":"TRY","narrow":"₺"},"TTD":{"displayName":{"other":"特立尼达和多巴哥元"},"symbol":"TTD","narrow":"$"},"TWD":{"displayName":{"other":"新台币"},"symbol":"NT$","narrow":"NT$"},"TZS":{"displayName":{"other":"坦桑尼亚先令"},"symbol":"TZS","narrow":"TZS"},"UAH":{"displayName":{"other":"乌克兰格里夫纳"},"symbol":"UAH","narrow":"₴"},"UAK":{"displayName":{"other":"乌克兰币"},"symbol":"UAK","narrow":"UAK"},"UGS":{"displayName":{"other":"乌干达先令 (1966–1987)"},"symbol":"UGS","narrow":"UGS"},"UGX":{"displayName":{"other":"乌干达先令"},"symbol":"UGX","narrow":"UGX"},"USD":{"displayName":{"other":"美元"},"symbol":"US$","narrow":"$"},"USN":{"displayName":{"other":"美元(次日)"},"symbol":"USN","narrow":"USN"},"USS":{"displayName":{"other":"美元(当日)"},"symbol":"USS","narrow":"USS"},"UYI":{"displayName":{"other":"乌拉圭比索(索引单位)"},"symbol":"UYI","narrow":"UYI"},"UYP":{"displayName":{"other":"乌拉圭比索 (1975–1993)"},"symbol":"UYP","narrow":"UYP"},"UYU":{"displayName":{"other":"乌拉圭比索"},"symbol":"UYU","narrow":"$"},"UYW":{"displayName":{"other":"乌拉圭票面工资指数单位"},"symbol":"UYW","narrow":"UYW"},"UZS":{"displayName":{"other":"乌兹别克斯坦苏姆"},"symbol":"UZS","narrow":"UZS"},"VEB":{"displayName":{"other":"委内瑞拉玻利瓦尔 (1871–2008)"},"symbol":"VEB","narrow":"VEB"},"VEF":{"displayName":{"other":"委内瑞拉玻利瓦尔 (2008–2018)"},"symbol":"VEF","narrow":"Bs"},"VES":{"displayName":{"other":"委内瑞拉玻利瓦尔"},"symbol":"VES","narrow":"VES"},"VND":{"displayName":{"other":"越南盾"},"symbol":"₫","narrow":"₫"},"VNN":{"displayName":{"other":"越南盾 (1978–1985)"},"symbol":"VNN","narrow":"VNN"},"VUV":{"displayName":{"other":"瓦努阿图瓦图"},"symbol":"VUV","narrow":"VUV"},"WST":{"displayName":{"other":"萨摩亚塔拉"},"symbol":"WST","narrow":"WST"},"XAF":{"displayName":{"other":"中非法郎"},"symbol":"FCFA","narrow":"FCFA"},"XAG":{"displayName":{"other":"白银"},"symbol":"XAG","narrow":"XAG"},"XAU":{"displayName":{"other":"黄金"},"symbol":"XAU","narrow":"XAU"},"XBA":{"displayName":{"other":"欧洲复合单位"},"symbol":"XBA","narrow":"XBA"},"XBB":{"displayName":{"other":"欧洲货币联盟"},"symbol":"XBB","narrow":"XBB"},"XBC":{"displayName":{"other":"欧洲计算单位 (XBC)"},"symbol":"XBC","narrow":"XBC"},"XBD":{"displayName":{"other":"欧洲计算单位 (XBD)"},"symbol":"XBD","narrow":"XBD"},"XCD":{"displayName":{"other":"东加勒比元"},"symbol":"EC$","narrow":"$"},"XDR":{"displayName":{"other":"特别提款权"},"symbol":"XDR","narrow":"XDR"},"XEU":{"displayName":{"other":"欧洲货币单位"},"symbol":"XEU","narrow":"XEU"},"XFO":{"displayName":{"other":"法国金法郎"},"symbol":"XFO","narrow":"XFO"},"XFU":{"displayName":{"other":"法国法郎 (UIC)"},"symbol":"XFU","narrow":"XFU"},"XOF":{"displayName":{"other":"西非法郎"},"symbol":"F CFA","narrow":"F CFA"},"XPD":{"displayName":{"other":"钯"},"symbol":"XPD","narrow":"XPD"},"XPF":{"displayName":{"other":"太平洋法郎"},"symbol":"CFPF","narrow":"CFPF"},"XPT":{"displayName":{"other":"铂"},"symbol":"XPT","narrow":"XPT"},"XRE":{"displayName":{"other":"RINET 基金"},"symbol":"XRE","narrow":"XRE"},"XSU":{"displayName":{"other":"苏克雷"},"symbol":"XSU","narrow":"XSU"},"XTS":{"displayName":{"other":"测试货币代码"},"symbol":"XTS","narrow":"XTS"},"XUA":{"displayName":{"other":"非洲开发银行记账单位"},"symbol":"XUA","narrow":"XUA"},"XXX":{"displayName":{"other":"(未知货币)"},"symbol":"XXX","narrow":"XXX"},"YDD":{"displayName":{"other":"也门第纳尔"},"symbol":"YDD","narrow":"YDD"},"YER":{"displayName":{"other":"也门里亚尔"},"symbol":"YER","narrow":"YER"},"YUD":{"displayName":{"other":"南斯拉夫硬第纳尔 (1966–1990)"},"symbol":"YUD","narrow":"YUD"},"YUM":{"displayName":{"other":"南斯拉夫新第纳尔 (1994–2002)"},"symbol":"YUM","narrow":"YUM"},"YUN":{"displayName":{"other":"南斯拉夫可兑换第纳尔 (1990–1992)"},"symbol":"YUN","narrow":"YUN"},"YUR":{"displayName":{"other":"南斯拉夫改良第纳尔 (1992–1993)"},"symbol":"YUR","narrow":"YUR"},"ZAL":{"displayName":{"other":"南非兰特 (金融)"},"symbol":"ZAL","narrow":"ZAL"},"ZAR":{"displayName":{"other":"南非兰特"},"symbol":"ZAR","narrow":"R"},"ZMK":{"displayName":{"other":"赞比亚克瓦查 (1968–2012)"},"symbol":"ZMK","narrow":"ZMK"},"ZMW":{"displayName":{"other":"赞比亚克瓦查"},"symbol":"ZMW","narrow":"ZK"},"ZRN":{"displayName":{"other":"新扎伊尔 (1993–1998)"},"symbol":"ZRN","narrow":"ZRN"},"ZRZ":{"displayName":{"other":"扎伊尔 (1971–1993)"},"symbol":"ZRZ","narrow":"ZRZ"},"ZWD":{"displayName":{"other":"津巴布韦元 (1980–2008)"},"symbol":"ZWD","narrow":"ZWD"},"ZWL":{"displayName":{"other":"津巴布韦元 (2009)"},"symbol":"ZWL","narrow":"ZWL"},"ZWR":{"displayName":{"other":"津巴布韦元 (2008)"},"symbol":"ZWR","narrow":"ZWR"}},"numbers":{"nu":["latn"],"symbols":{"latn":{"decimal":".","group":",","list":";","percentSign":"%","plusSign":"+","minusSign":"-","approximatelySign":"~","exponential":"E","superscriptingExponent":"×","perMille":"‰","infinity":"∞","nan":"NaN","timeSeparator":":"}},"percent":{"latn":"#,##0%"},"decimal":{"latn":{"standard":"#,##0.###","long":{"1000":{"other":"0"},"10000":{"other":"0万"},"100000":{"other":"00万"},"1000000":{"other":"000万"},"10000000":{"other":"0000万"},"100000000":{"other":"0亿"},"1000000000":{"other":"00亿"},"10000000000":{"other":"000亿"},"100000000000":{"other":"0000亿"},"1000000000000":{"other":"0万亿"},"10000000000000":{"other":"00万亿"},"100000000000000":{"other":"000万亿"}},"short":{"1000":{"other":"0"},"10000":{"other":"0万"},"100000":{"other":"00万"},"1000000":{"other":"000万"},"10000000":{"other":"0000万"},"100000000":{"other":"0亿"},"1000000000":{"other":"00亿"},"10000000000":{"other":"000亿"},"100000000000":{"other":"0000亿"},"1000000000000":{"other":"0万亿"},"10000000000000":{"other":"00万亿"},"100000000000000":{"other":"000万亿"}}}},"currency":{"latn":{"currencySpacing":{"beforeInsertBetween":" ","afterInsertBetween":" "},"standard":"¤#,##0.00","accounting":"¤#,##0.00;(¤#,##0.00)","unitPattern":"{0} {1}","short":{"1000":{"other":"0"},"10000":{"other":"¤0万"},"100000":{"other":"¤00万"},"1000000":{"other":"¤000万"},"10000000":{"other":"¤0000万"},"100000000":{"other":"¤0亿"},"1000000000":{"other":"¤00亿"},"10000000000":{"other":"¤000亿"},"100000000000":{"other":"¤0000亿"},"1000000000000":{"other":"¤0万亿"},"10000000000000":{"other":"¤00万亿"},"100000000000000":{"other":"¤000万亿"}}}}},"nu":["latn"]},"locale":"zh-Hans-MO"}
|
|
5
|
-
)
|
|
6
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/* @generated */
|
|
2
|
-
// prettier-ignore
|
|
3
|
-
if (Intl.NumberFormat && typeof Intl.NumberFormat.__addLocaleData === 'function') {
|
|
4
|
-
Intl.NumberFormat.__addLocaleData({"data":{"units":{"simple":{"degree":{"long":{"other":"{0}度"},"short":{"other":"{0}°"},"narrow":{"other":"{0}°"},"perUnit":{}},"hectare":{"long":{"other":"{0}公顷"},"short":{"other":"{0}公顷"},"narrow":{"other":"{0}ha"},"perUnit":{}},"acre":{"long":{"other":"{0}英亩"},"short":{"other":"{0}英亩"},"narrow":{"other":"{0}ac"},"perUnit":{}},"percent":{"long":{"other":"{0}%"},"short":{"other":"{0}%"},"narrow":{"other":"{0}%"},"perUnit":{}},"liter-per-kilometer":{"long":{"other":"每公里{0}升"},"short":{"other":"{0} L/km"},"narrow":{"other":"{0} L/km"},"perUnit":{}},"mile-per-gallon":{"long":{"other":"每加仑{0}英里"},"short":{"other":"{0} mpg US"},"narrow":{"other":"{0} mpg US"},"perUnit":{}},"petabyte":{"long":{"other":"{0}拍字节"},"short":{"other":"{0} PB"},"narrow":{"other":"{0} PB"},"perUnit":{}},"terabyte":{"long":{"other":"{0}太字节"},"short":{"other":"{0} TB"},"narrow":{"other":"{0} TB"},"perUnit":{}},"terabit":{"long":{"other":"{0}太比特"},"short":{"other":"{0} Tb"},"narrow":{"other":"{0} Tb"},"perUnit":{}},"gigabyte":{"long":{"other":"{0}吉字节"},"short":{"other":"{0} GB"},"narrow":{"other":"{0} GB"},"perUnit":{}},"gigabit":{"long":{"other":"{0}吉比特"},"short":{"other":"{0} Gb"},"narrow":{"other":"{0} Gb"},"perUnit":{}},"megabyte":{"long":{"other":"{0}兆字节"},"short":{"other":"{0} MB"},"narrow":{"other":"{0} MB"},"perUnit":{}},"megabit":{"long":{"other":"{0}兆比特"},"short":{"other":"{0} Mb"},"narrow":{"other":"{0} Mb"},"perUnit":{}},"kilobyte":{"long":{"other":"{0}千字节"},"short":{"other":"{0} kB"},"narrow":{"other":"{0} kB"},"perUnit":{}},"kilobit":{"long":{"other":"{0}千比特"},"short":{"other":"{0} kb"},"narrow":{"other":"{0} kb"},"perUnit":{}},"byte":{"long":{"other":"{0}字节"},"short":{"other":"{0} B"},"narrow":{"other":"{0} B"},"perUnit":{}},"bit":{"long":{"other":"{0}比特"},"short":{"other":"{0} b"},"narrow":{"other":"{0} b"},"perUnit":{}},"year":{"long":{"other":"{0}年"},"short":{"other":"{0}年"},"narrow":{"other":"{0}年"},"perUnit":{"long":"{0}/年","short":"{0}/年","narrow":"{0}/年"}},"month":{"long":{"other":"{0}个月"},"short":{"other":"{0}个月"},"narrow":{"other":"{0}个月"},"perUnit":{"long":"{0}/月","short":"{0}/月","narrow":"{0}/月"}},"week":{"long":{"other":"{0}周"},"short":{"other":"{0}周"},"narrow":{"other":"{0}周"},"perUnit":{"long":"{0}/周","short":"{0}/周","narrow":"{0}/周"}},"day":{"long":{"other":"{0}天"},"short":{"other":"{0}天"},"narrow":{"other":"{0}天"},"perUnit":{"long":"{0}/天","short":"{0}/天","narrow":"{0}/天"}},"hour":{"long":{"other":"{0}小时"},"short":{"other":"{0}小时"},"narrow":{"other":"{0}小时"},"perUnit":{"long":"{0}/小时","short":"{0}/小时","narrow":"{0}/小时"}},"minute":{"long":{"other":"{0}分钟"},"short":{"other":"{0}分钟"},"narrow":{"other":"{0}分钟"},"perUnit":{"long":"{0}/分钟","short":"{0}/分钟","narrow":"{0}/分钟"}},"second":{"long":{"other":"{0}秒"},"short":{"other":"{0}秒"},"narrow":{"other":"{0}秒"},"perUnit":{"long":"{0}/秒","short":"{0}/秒","narrow":"{0}/秒"}},"millisecond":{"long":{"other":"{0}毫秒"},"short":{"other":"{0}毫秒"},"narrow":{"other":"{0}毫秒"},"perUnit":{}},"kilometer":{"long":{"other":"{0}公里"},"short":{"other":"{0}公里"},"narrow":{"other":"{0}公里"},"perUnit":{"long":"{0}/公里","short":"{0}/公里","narrow":"{0}/公里"}},"meter":{"long":{"other":"{0}米"},"short":{"other":"{0}米"},"narrow":{"other":"{0}米"},"perUnit":{"long":"{0}/米","short":"{0}/米","narrow":"{0}/米"}},"centimeter":{"long":{"other":"{0}厘米"},"short":{"other":"{0}厘米"},"narrow":{"other":"{0}厘米"},"perUnit":{"long":"{0}/厘米","short":"{0}/厘米","narrow":"{0}/厘米"}},"millimeter":{"long":{"other":"{0}毫米"},"short":{"other":"{0}毫米"},"narrow":{"other":"{0}毫米"},"perUnit":{}},"mile":{"long":{"other":"{0}英里"},"short":{"other":"{0}英里"},"narrow":{"other":"{0}mi"},"perUnit":{}},"yard":{"long":{"other":"{0}码"},"short":{"other":"{0}码"},"narrow":{"other":"{0}yd"},"perUnit":{}},"foot":{"long":{"other":"{0}英尺"},"short":{"other":"{0}英尺"},"narrow":{"other":"{0}′"},"perUnit":{"long":"{0}/英尺","short":"{0}/英尺","narrow":"{0}/英尺"}},"inch":{"long":{"other":"{0}英寸"},"short":{"other":"{0}英寸"},"narrow":{"other":"{0}″"},"perUnit":{"long":"{0}/英寸","short":"{0}/英寸","narrow":"{0}/英寸"}},"mile-scandinavian":{"long":{"other":"{0}斯堪的纳维亚英里"},"short":{"other":"{0}斯堪的纳维亚英里"},"narrow":{"other":"{0}smi"},"perUnit":{}},"kilogram":{"long":{"other":"{0}千克"},"short":{"other":"{0} kg"},"narrow":{"other":"{0}kg"},"perUnit":{"long":"每千克{0}","short":"{0}/kg","narrow":"{0}/kg"}},"gram":{"long":{"other":"{0}克"},"short":{"other":"{0} g"},"narrow":{"other":"{0}g"},"perUnit":{"long":"{0}/g","short":"{0}/g","narrow":"{0}/g"}},"stone":{"long":{"other":"{0}英石"},"short":{"other":"{0} st"},"narrow":{"other":"{0}英石"},"perUnit":{}},"pound":{"long":{"other":"{0}磅"},"short":{"other":"{0} lb"},"narrow":{"other":"{0}磅"},"perUnit":{"long":"每磅{0}","short":"{0}/lb","narrow":"{0}/lb"}},"ounce":{"long":{"other":"{0}盎司"},"short":{"other":"{0} oz"},"narrow":{"other":"{0}盎司"},"perUnit":{"long":"每盎司{0}","short":"{0}/oz","narrow":"{0}/oz"}},"kilometer-per-hour":{"long":{"other":"每小时{0}公里"},"short":{"other":"{0} km/h"},"narrow":{"other":"{0}km/h"},"perUnit":{}},"meter-per-second":{"long":{"other":"每秒{0}米"},"short":{"other":"{0} m/s"},"narrow":{"other":"{0}m/s"},"perUnit":{}},"mile-per-hour":{"long":{"other":"每小时{0}英里"},"short":{"other":"{0} mi/h"},"narrow":{"other":"{0}mi/h"},"perUnit":{}},"celsius":{"long":{"other":"{0}摄氏度"},"short":{"other":"{0}°C"},"narrow":{"other":"{0}°C"},"perUnit":{}},"fahrenheit":{"long":{"other":"{0}华氏度"},"short":{"other":"{0}°F"},"narrow":{"other":"{0}°F"},"perUnit":{}},"liter":{"long":{"other":"{0}升"},"short":{"other":"{0}升"},"narrow":{"other":"{0}升"},"perUnit":{"long":"{0}/升","short":"{0}/升","narrow":"{0}/升"}},"milliliter":{"long":{"other":"{0}毫升"},"short":{"other":"{0}毫升"},"narrow":{"other":"{0}毫升"},"perUnit":{}},"gallon":{"long":{"other":"{0}加仑"},"short":{"other":"{0}加仑"},"narrow":{"other":"{0}加仑"},"perUnit":{"long":"{0}/加仑","short":"{0}/加仑","narrow":"{0}/加仑"}},"fluid-ounce":{"long":{"other":"{0}液盎司"},"short":{"other":"{0}液盎司"},"narrow":{"other":"{0}液盎司"},"perUnit":{}}},"compound":{"per":{"long":"{0}/{1}","short":"{0}/{1}","narrow":"{0}/{1}"}}},"currencies":{"ADP":{"displayName":{"other":"安道尔比塞塔"},"symbol":"ADP","narrow":"ADP"},"AED":{"displayName":{"other":"阿联酋迪拉姆"},"symbol":"AED","narrow":"AED"},"AFA":{"displayName":{"other":"阿富汗尼 (1927–2002)"},"symbol":"AFA","narrow":"AFA"},"AFN":{"displayName":{"other":"阿富汗尼"},"symbol":"AFN","narrow":"؋"},"ALK":{"displayName":{"other":"阿尔巴尼亚列克(1946–1965)"},"symbol":"ALK","narrow":"ALK"},"ALL":{"displayName":{"other":"阿尔巴尼亚列克"},"symbol":"ALL","narrow":"ALL"},"AMD":{"displayName":{"other":"亚美尼亚德拉姆"},"symbol":"AMD","narrow":"֏"},"ANG":{"displayName":{"other":"荷兰安的列斯盾"},"symbol":"ANG","narrow":"ANG"},"AOA":{"displayName":{"other":"安哥拉宽扎"},"symbol":"AOA","narrow":"Kz"},"AOK":{"displayName":{"other":"安哥拉宽扎 (1977–1990)"},"symbol":"AOK","narrow":"AOK"},"AON":{"displayName":{"other":"安哥拉新宽扎 (1990–2000)"},"symbol":"AON","narrow":"AON"},"AOR":{"displayName":{"other":"安哥拉重新调整宽扎 (1995–1999)"},"symbol":"AOR","narrow":"AOR"},"ARA":{"displayName":{"other":"阿根廷奥斯特拉尔"},"symbol":"ARA","narrow":"ARA"},"ARL":{"displayName":{"other":"阿根廷法定比索 (1970–1983)"},"symbol":"ARL","narrow":"ARL"},"ARM":{"displayName":{"other":"阿根廷比索 (1881–1970)"},"symbol":"ARM","narrow":"ARM"},"ARP":{"displayName":{"other":"阿根廷比索 (1983–1985)"},"symbol":"ARP","narrow":"ARP"},"ARS":{"displayName":{"other":"阿根廷比索"},"symbol":"ARS","narrow":"$"},"ATS":{"displayName":{"other":"奥地利先令"},"symbol":"ATS","narrow":"ATS"},"AUD":{"displayName":{"other":"澳大利亚元"},"symbol":"AU$","narrow":"$"},"AWG":{"displayName":{"other":"阿鲁巴弗罗林"},"symbol":"AWG","narrow":"AWG"},"AZM":{"displayName":{"other":"阿塞拜疆马纳特 (1993–2006)"},"symbol":"AZM","narrow":"AZM"},"AZN":{"displayName":{"other":"阿塞拜疆马纳特"},"symbol":"AZN","narrow":"₼"},"BAD":{"displayName":{"other":"波士尼亚-赫塞哥维纳第纳尔 (1992–1994)"},"symbol":"BAD","narrow":"BAD"},"BAM":{"displayName":{"other":"波斯尼亚-黑塞哥维那可兑换马克"},"symbol":"BAM","narrow":"KM"},"BAN":{"displayName":{"other":"波士尼亚-赫塞哥维纳新第纳尔 (1994–1997)"},"symbol":"BAN","narrow":"BAN"},"BBD":{"displayName":{"other":"巴巴多斯元"},"symbol":"BBD","narrow":"$"},"BDT":{"displayName":{"other":"孟加拉塔卡"},"symbol":"BDT","narrow":"৳"},"BEC":{"displayName":{"other":"比利时法郎(可兑换)"},"symbol":"BEC","narrow":"BEC"},"BEF":{"displayName":{"other":"比利时法郎"},"symbol":"BEF","narrow":"BEF"},"BEL":{"displayName":{"other":"比利时法郎(金融)"},"symbol":"BEL","narrow":"BEL"},"BGL":{"displayName":{"other":"保加利亚硬列弗"},"symbol":"BGL","narrow":"BGL"},"BGM":{"displayName":{"other":"保加利亚社会党列弗"},"symbol":"BGM","narrow":"BGM"},"BGN":{"displayName":{"other":"保加利亚新列弗"},"symbol":"BGN","narrow":"BGN"},"BGO":{"displayName":{"other":"保加利亚列弗 (1879–1952)"},"symbol":"BGO","narrow":"BGO"},"BHD":{"displayName":{"other":"巴林第纳尔"},"symbol":"BHD","narrow":"BHD"},"BIF":{"displayName":{"other":"布隆迪法郎"},"symbol":"BIF","narrow":"BIF"},"BMD":{"displayName":{"other":"百慕大元"},"symbol":"BMD","narrow":"$"},"BND":{"displayName":{"other":"文莱元"},"symbol":"BND","narrow":"$"},"BOB":{"displayName":{"other":"玻利维亚诺"},"symbol":"BOB","narrow":"Bs"},"BOL":{"displayName":{"other":"玻利维亚诺 (1863–1963)"},"symbol":"BOL","narrow":"BOL"},"BOP":{"displayName":{"other":"玻利维亚比索"},"symbol":"BOP","narrow":"BOP"},"BOV":{"displayName":{"other":"玻利维亚 Mvdol(资金)"},"symbol":"BOV","narrow":"BOV"},"BRB":{"displayName":{"other":"巴西新克鲁赛罗 (1967–1986)"},"symbol":"BRB","narrow":"BRB"},"BRC":{"displayName":{"other":"巴西克鲁扎多 (1986–1989)"},"symbol":"BRC","narrow":"BRC"},"BRE":{"displayName":{"other":"巴西克鲁塞罗 (1990–1993)"},"symbol":"BRE","narrow":"BRE"},"BRL":{"displayName":{"other":"巴西雷亚尔"},"symbol":"R$","narrow":"R$"},"BRN":{"displayName":{"other":"巴西新克鲁扎多 (1989–1990)"},"symbol":"BRN","narrow":"BRN"},"BRR":{"displayName":{"other":"巴西克鲁塞罗 (1993–1994)"},"symbol":"BRR","narrow":"BRR"},"BRZ":{"displayName":{"other":"巴西克鲁塞罗 (1942–1967)"},"symbol":"BRZ","narrow":"BRZ"},"BSD":{"displayName":{"other":"巴哈马元"},"symbol":"BSD","narrow":"$"},"BTN":{"displayName":{"other":"不丹努尔特鲁姆"},"symbol":"BTN","narrow":"BTN"},"BUK":{"displayName":{"other":"缅元"},"symbol":"BUK","narrow":"BUK"},"BWP":{"displayName":{"other":"博茨瓦纳普拉"},"symbol":"BWP","narrow":"P"},"BYB":{"displayName":{"other":"白俄罗斯新卢布 (1994–1999)"},"symbol":"BYB","narrow":"BYB"},"BYN":{"displayName":{"other":"白俄罗斯卢布"},"symbol":"BYN","narrow":"р."},"BYR":{"displayName":{"other":"白俄罗斯卢布 (2000–2016)"},"symbol":"BYR","narrow":"BYR"},"BZD":{"displayName":{"other":"伯利兹元"},"symbol":"BZD","narrow":"$"},"CAD":{"displayName":{"other":"加拿大元"},"symbol":"CA$","narrow":"$"},"CDF":{"displayName":{"other":"刚果法郎"},"symbol":"CDF","narrow":"CDF"},"CHE":{"displayName":{"other":"欧元 (WIR)"},"symbol":"CHE","narrow":"CHE"},"CHF":{"displayName":{"other":"瑞士法郎"},"symbol":"CHF","narrow":"CHF"},"CHW":{"displayName":{"other":"法郎 (WIR)"},"symbol":"CHW","narrow":"CHW"},"CLE":{"displayName":{"other":"智利埃斯库多"},"symbol":"CLE","narrow":"CLE"},"CLF":{"displayName":{"other":"智利(资金)"},"symbol":"CLF","narrow":"CLF"},"CLP":{"displayName":{"other":"智利比索"},"symbol":"CLP","narrow":"$"},"CNH":{"displayName":{"other":"人民币(离岸)"},"symbol":"CNH","narrow":"CNH"},"CNX":{"displayName":{"other":"中国人民银行元"},"symbol":"CNX","narrow":"CNX"},"CNY":{"displayName":{"other":"人民币"},"symbol":"CN¥","narrow":"¥"},"COP":{"displayName":{"other":"哥伦比亚比索"},"symbol":"COP","narrow":"$"},"COU":{"displayName":{"other":"哥伦比亚币"},"symbol":"COU","narrow":"COU"},"CRC":{"displayName":{"other":"哥斯达黎加科朗"},"symbol":"CRC","narrow":"₡"},"CSD":{"displayName":{"other":"旧塞尔维亚第纳尔"},"symbol":"CSD","narrow":"CSD"},"CSK":{"displayName":{"other":"捷克硬克朗"},"symbol":"CSK","narrow":"CSK"},"CUC":{"displayName":{"other":"古巴可兑换比索"},"symbol":"CUC","narrow":"$"},"CUP":{"displayName":{"other":"古巴比索"},"symbol":"CUP","narrow":"$"},"CVE":{"displayName":{"other":"佛得角埃斯库多"},"symbol":"CVE","narrow":"CVE"},"CYP":{"displayName":{"other":"塞浦路斯镑"},"symbol":"CYP","narrow":"CYP"},"CZK":{"displayName":{"other":"捷克克朗"},"symbol":"CZK","narrow":"Kč"},"DDM":{"displayName":{"other":"东德奥斯特马克"},"symbol":"DDM","narrow":"DDM"},"DEM":{"displayName":{"other":"德国马克"},"symbol":"DEM","narrow":"DEM"},"DJF":{"displayName":{"other":"吉布提法郎"},"symbol":"DJF","narrow":"DJF"},"DKK":{"displayName":{"other":"丹麦克朗"},"symbol":"DKK","narrow":"kr"},"DOP":{"displayName":{"other":"多米尼加比索"},"symbol":"DOP","narrow":"$"},"DZD":{"displayName":{"other":"阿尔及利亚第纳尔"},"symbol":"DZD","narrow":"DZD"},"ECS":{"displayName":{"other":"厄瓜多尔苏克雷"},"symbol":"ECS","narrow":"ECS"},"ECV":{"displayName":{"other":"厄瓜多尔 (UVC)"},"symbol":"ECV","narrow":"ECV"},"EEK":{"displayName":{"other":"爱沙尼亚克朗"},"symbol":"EEK","narrow":"EEK"},"EGP":{"displayName":{"other":"埃及镑"},"symbol":"EGP","narrow":"E£"},"ERN":{"displayName":{"other":"厄立特里亚纳克法"},"symbol":"ERN","narrow":"ERN"},"ESA":{"displayName":{"other":"西班牙比塞塔(帐户 A)"},"symbol":"ESA","narrow":"ESA"},"ESB":{"displayName":{"other":"西班牙比塞塔(兑换帐户)"},"symbol":"ESB","narrow":"ESB"},"ESP":{"displayName":{"other":"西班牙比塞塔"},"symbol":"ESP","narrow":"₧"},"ETB":{"displayName":{"other":"埃塞俄比亚比尔"},"symbol":"ETB","narrow":"ETB"},"EUR":{"displayName":{"other":"欧元"},"symbol":"€","narrow":"€"},"FIM":{"displayName":{"other":"芬兰马克"},"symbol":"FIM","narrow":"FIM"},"FJD":{"displayName":{"other":"斐济元"},"symbol":"FJD","narrow":"$"},"FKP":{"displayName":{"other":"福克兰群岛镑"},"symbol":"FKP","narrow":"£"},"FRF":{"displayName":{"other":"法国法郎"},"symbol":"FRF","narrow":"FRF"},"GBP":{"displayName":{"other":"英镑"},"symbol":"£","narrow":"£"},"GEK":{"displayName":{"other":"乔治亚库蓬拉瑞特"},"symbol":"GEK","narrow":"GEK"},"GEL":{"displayName":{"other":"格鲁吉亚拉里"},"symbol":"GEL","narrow":"₾"},"GHC":{"displayName":{"other":"加纳塞第"},"symbol":"GHC","narrow":"GHC"},"GHS":{"displayName":{"other":"加纳塞地"},"symbol":"GHS","narrow":"GH₵"},"GIP":{"displayName":{"other":"直布罗陀镑"},"symbol":"GIP","narrow":"£"},"GMD":{"displayName":{"other":"冈比亚达拉西"},"symbol":"GMD","narrow":"GMD"},"GNF":{"displayName":{"other":"几内亚法郎"},"symbol":"GNF","narrow":"FG"},"GNS":{"displayName":{"other":"几内亚西里"},"symbol":"GNS","narrow":"GNS"},"GQE":{"displayName":{"other":"赤道几内亚埃奎勒"},"symbol":"GQE","narrow":"GQE"},"GRD":{"displayName":{"other":"希腊德拉克马"},"symbol":"GRD","narrow":"GRD"},"GTQ":{"displayName":{"other":"危地马拉格查尔"},"symbol":"GTQ","narrow":"Q"},"GWE":{"displayName":{"other":"葡萄牙几内亚埃斯库多"},"symbol":"GWE","narrow":"GWE"},"GWP":{"displayName":{"other":"几内亚比绍比索"},"symbol":"GWP","narrow":"GWP"},"GYD":{"displayName":{"other":"圭亚那元"},"symbol":"GYD","narrow":"$"},"HKD":{"displayName":{"other":"港元"},"symbol":"HK$","narrow":"$"},"HNL":{"displayName":{"other":"洪都拉斯伦皮拉"},"symbol":"HNL","narrow":"L"},"HRD":{"displayName":{"other":"克罗地亚第纳尔"},"symbol":"HRD","narrow":"HRD"},"HRK":{"displayName":{"other":"克罗地亚库纳"},"symbol":"HRK","narrow":"kn"},"HTG":{"displayName":{"other":"海地古德"},"symbol":"HTG","narrow":"HTG"},"HUF":{"displayName":{"other":"匈牙利福林"},"symbol":"HUF","narrow":"Ft"},"IDR":{"displayName":{"other":"印度尼西亚盾"},"symbol":"IDR","narrow":"Rp"},"IEP":{"displayName":{"other":"爱尔兰镑"},"symbol":"IEP","narrow":"IEP"},"ILP":{"displayName":{"other":"以色列镑"},"symbol":"ILP","narrow":"ILP"},"ILR":{"displayName":{"other":"以色列谢克尔(1980–1985)"},"symbol":"ILS","narrow":"ILS"},"ILS":{"displayName":{"other":"以色列新谢克尔"},"symbol":"₪","narrow":"₪"},"INR":{"displayName":{"other":"印度卢比"},"symbol":"₹","narrow":"₹"},"IQD":{"displayName":{"other":"伊拉克第纳尔"},"symbol":"IQD","narrow":"IQD"},"IRR":{"displayName":{"other":"伊朗里亚尔"},"symbol":"IRR","narrow":"IRR"},"ISJ":{"displayName":{"other":"冰岛克朗(1918–1981)"},"symbol":"ISJ","narrow":"ISJ"},"ISK":{"displayName":{"other":"冰岛克朗"},"symbol":"ISK","narrow":"kr"},"ITL":{"displayName":{"other":"意大利里拉"},"symbol":"ITL","narrow":"ITL"},"JMD":{"displayName":{"other":"牙买加元"},"symbol":"JMD","narrow":"$"},"JOD":{"displayName":{"other":"约旦第纳尔"},"symbol":"JOD","narrow":"JOD"},"JPY":{"displayName":{"other":"日元"},"symbol":"JP¥","narrow":"¥"},"KES":{"displayName":{"other":"肯尼亚先令"},"symbol":"KES","narrow":"KES"},"KGS":{"displayName":{"other":"吉尔吉斯斯坦索姆"},"symbol":"KGS","narrow":"KGS"},"KHR":{"displayName":{"other":"柬埔寨瑞尔"},"symbol":"KHR","narrow":"៛"},"KMF":{"displayName":{"other":"科摩罗法郎"},"symbol":"KMF","narrow":"CF"},"KPW":{"displayName":{"other":"朝鲜元"},"symbol":"KPW","narrow":"₩"},"KRH":{"displayName":{"other":"韩元 (1953–1962)"},"symbol":"KRH","narrow":"KRH"},"KRO":{"displayName":{"other":"韩元 (1945–1953)"},"symbol":"KRO","narrow":"KRO"},"KRW":{"displayName":{"other":"韩元"},"symbol":"₩","narrow":"₩"},"KWD":{"displayName":{"other":"科威特第纳尔"},"symbol":"KWD","narrow":"KWD"},"KYD":{"displayName":{"other":"开曼元"},"symbol":"KYD","narrow":"$"},"KZT":{"displayName":{"other":"哈萨克斯坦坚戈"},"symbol":"KZT","narrow":"₸"},"LAK":{"displayName":{"other":"老挝基普"},"symbol":"LAK","narrow":"₭"},"LBP":{"displayName":{"other":"黎巴嫩镑"},"symbol":"LBP","narrow":"L£"},"LKR":{"displayName":{"other":"斯里兰卡卢比"},"symbol":"LKR","narrow":"Rs"},"LRD":{"displayName":{"other":"利比里亚元"},"symbol":"LRD","narrow":"$"},"LSL":{"displayName":{"other":"莱索托洛蒂"},"symbol":"LSL","narrow":"LSL"},"LTL":{"displayName":{"other":"立陶宛立特"},"symbol":"LTL","narrow":"Lt"},"LTT":{"displayName":{"other":"立陶宛塔咯呐司"},"symbol":"LTT","narrow":"LTT"},"LUC":{"displayName":{"other":"卢森堡可兑换法郎"},"symbol":"LUC","narrow":"LUC"},"LUF":{"displayName":{"other":"卢森堡法郎"},"symbol":"LUF","narrow":"LUF"},"LUL":{"displayName":{"other":"卢森堡金融法郎"},"symbol":"LUL","narrow":"LUL"},"LVL":{"displayName":{"other":"拉脱维亚拉特"},"symbol":"LVL","narrow":"Ls"},"LVR":{"displayName":{"other":"拉脱维亚卢布"},"symbol":"LVR","narrow":"LVR"},"LYD":{"displayName":{"other":"利比亚第纳尔"},"symbol":"LYD","narrow":"LYD"},"MAD":{"displayName":{"other":"摩洛哥迪拉姆"},"symbol":"MAD","narrow":"MAD"},"MAF":{"displayName":{"other":"摩洛哥法郎"},"symbol":"MAF","narrow":"MAF"},"MCF":{"displayName":{"other":"摩纳哥法郎"},"symbol":"MCF","narrow":"MCF"},"MDC":{"displayName":{"other":"摩尔多瓦库邦"},"symbol":"MDC","narrow":"MDC"},"MDL":{"displayName":{"other":"摩尔多瓦列伊"},"symbol":"MDL","narrow":"MDL"},"MGA":{"displayName":{"other":"马达加斯加阿里亚里"},"symbol":"MGA","narrow":"Ar"},"MGF":{"displayName":{"other":"马达加斯加法郎"},"symbol":"MGF","narrow":"MGF"},"MKD":{"displayName":{"other":"马其顿第纳尔"},"symbol":"MKD","narrow":"MKD"},"MKN":{"displayName":{"other":"马其顿第纳尔 (1992–1993)"},"symbol":"MKN","narrow":"MKN"},"MLF":{"displayName":{"other":"马里法郎"},"symbol":"MLF","narrow":"MLF"},"MMK":{"displayName":{"other":"缅甸元"},"symbol":"MMK","narrow":"K"},"MNT":{"displayName":{"other":"蒙古图格里克"},"symbol":"MNT","narrow":"₮"},"MOP":{"displayName":{"other":"澳门元"},"symbol":"MOP","narrow":"MOP"},"MRO":{"displayName":{"other":"毛里塔尼亚乌吉亚 (1973–2017)"},"symbol":"MRO","narrow":"MRO"},"MRU":{"displayName":{"other":"毛里塔尼亚乌吉亚"},"symbol":"MRU","narrow":"MRU"},"MTL":{"displayName":{"other":"马耳他里拉"},"symbol":"MTL","narrow":"MTL"},"MTP":{"displayName":{"other":"马耳他镑"},"symbol":"MTP","narrow":"MTP"},"MUR":{"displayName":{"other":"毛里求斯卢比"},"symbol":"MUR","narrow":"Rs"},"MVP":{"displayName":{"other":"马尔代夫卢比(1947–1981)"},"symbol":"MVP","narrow":"MVP"},"MVR":{"displayName":{"other":"马尔代夫卢菲亚"},"symbol":"MVR","narrow":"MVR"},"MWK":{"displayName":{"other":"马拉维克瓦查"},"symbol":"MWK","narrow":"MWK"},"MXN":{"displayName":{"other":"墨西哥比索"},"symbol":"MX$","narrow":"$"},"MXP":{"displayName":{"other":"墨西哥银比索 (1861–1992)"},"symbol":"MXP","narrow":"MXP"},"MXV":{"displayName":{"other":"墨西哥(资金)"},"symbol":"MXV","narrow":"MXV"},"MYR":{"displayName":{"other":"马来西亚林吉特"},"symbol":"MYR","narrow":"RM"},"MZE":{"displayName":{"other":"莫桑比克埃斯库多"},"symbol":"MZE","narrow":"MZE"},"MZM":{"displayName":{"other":"旧莫桑比克美提卡"},"symbol":"MZM","narrow":"MZM"},"MZN":{"displayName":{"other":"莫桑比克美提卡"},"symbol":"MZN","narrow":"MZN"},"NAD":{"displayName":{"other":"纳米比亚元"},"symbol":"NAD","narrow":"$"},"NGN":{"displayName":{"other":"尼日利亚奈拉"},"symbol":"NGN","narrow":"₦"},"NIC":{"displayName":{"other":"尼加拉瓜科多巴 (1988–1991)"},"symbol":"NIC","narrow":"NIC"},"NIO":{"displayName":{"other":"尼加拉瓜科多巴"},"symbol":"NIO","narrow":"C$"},"NLG":{"displayName":{"other":"荷兰盾"},"symbol":"NLG","narrow":"NLG"},"NOK":{"displayName":{"other":"挪威克朗"},"symbol":"NOK","narrow":"kr"},"NPR":{"displayName":{"other":"尼泊尔卢比"},"symbol":"NPR","narrow":"Rs"},"NZD":{"displayName":{"other":"新西兰元"},"symbol":"NZ$","narrow":"$"},"OMR":{"displayName":{"other":"阿曼里亚尔"},"symbol":"OMR","narrow":"OMR"},"PAB":{"displayName":{"other":"巴拿马巴波亚"},"symbol":"PAB","narrow":"PAB"},"PEI":{"displayName":{"other":"秘鲁印第"},"symbol":"PEI","narrow":"PEI"},"PEN":{"displayName":{"other":"秘鲁索尔"},"symbol":"PEN","narrow":"PEN"},"PES":{"displayName":{"other":"秘鲁索尔 (1863–1965)"},"symbol":"PES","narrow":"PES"},"PGK":{"displayName":{"other":"巴布亚新几内亚基那"},"symbol":"PGK","narrow":"PGK"},"PHP":{"displayName":{"other":"菲律宾比索"},"symbol":"PHP","narrow":"₱"},"PKR":{"displayName":{"other":"巴基斯坦卢比"},"symbol":"PKR","narrow":"Rs"},"PLN":{"displayName":{"other":"波兰兹罗提"},"symbol":"PLN","narrow":"zł"},"PLZ":{"displayName":{"other":"波兰兹罗提 (1950–1995)"},"symbol":"PLZ","narrow":"PLZ"},"PTE":{"displayName":{"other":"葡萄牙埃斯库多"},"symbol":"PTE","narrow":"PTE"},"PYG":{"displayName":{"other":"巴拉圭瓜拉尼"},"symbol":"PYG","narrow":"₲"},"QAR":{"displayName":{"other":"卡塔尔里亚尔"},"symbol":"QAR","narrow":"QAR"},"RHD":{"displayName":{"other":"罗得西亚元"},"symbol":"RHD","narrow":"RHD"},"ROL":{"displayName":{"other":"旧罗马尼亚列伊"},"symbol":"ROL","narrow":"ROL"},"RON":{"displayName":{"other":"罗马尼亚列伊"},"symbol":"RON","narrow":"lei"},"RSD":{"displayName":{"other":"塞尔维亚第纳尔"},"symbol":"RSD","narrow":"RSD"},"RUB":{"displayName":{"other":"俄罗斯卢布"},"symbol":"RUB","narrow":"₽"},"RUR":{"displayName":{"other":"俄国卢布 (1991–1998)"},"symbol":"RUR","narrow":"р."},"RWF":{"displayName":{"other":"卢旺达法郎"},"symbol":"RWF","narrow":"RF"},"SAR":{"displayName":{"other":"沙特里亚尔"},"symbol":"SAR","narrow":"SAR"},"SBD":{"displayName":{"other":"所罗门群岛元"},"symbol":"SBD","narrow":"$"},"SCR":{"displayName":{"other":"塞舌尔卢比"},"symbol":"SCR","narrow":"SCR"},"SDD":{"displayName":{"other":"苏丹第纳尔 (1992–2007)"},"symbol":"SDD","narrow":"SDD"},"SDG":{"displayName":{"other":"苏丹镑"},"symbol":"SDG","narrow":"SDG"},"SDP":{"displayName":{"other":"旧苏丹镑"},"symbol":"SDP","narrow":"SDP"},"SEK":{"displayName":{"other":"瑞典克朗"},"symbol":"SEK","narrow":"kr"},"SGD":{"displayName":{"other":"新加坡元"},"symbol":"$","narrow":"$"},"SHP":{"displayName":{"other":"圣赫勒拿群岛磅"},"symbol":"SHP","narrow":"£"},"SIT":{"displayName":{"other":"斯洛文尼亚托拉尔"},"symbol":"SIT","narrow":"SIT"},"SKK":{"displayName":{"other":"斯洛伐克克朗"},"symbol":"SKK","narrow":"SKK"},"SLL":{"displayName":{"other":"塞拉利昂利昂"},"symbol":"SLL","narrow":"SLL"},"SOS":{"displayName":{"other":"索马里先令"},"symbol":"SOS","narrow":"SOS"},"SRD":{"displayName":{"other":"苏里南元"},"symbol":"SRD","narrow":"$"},"SRG":{"displayName":{"other":"苏里南盾"},"symbol":"SRG","narrow":"SRG"},"SSP":{"displayName":{"other":"南苏丹镑"},"symbol":"SSP","narrow":"£"},"STD":{"displayName":{"other":"圣多美和普林西比多布拉 (1977–2017)"},"symbol":"STD","narrow":"STD"},"STN":{"displayName":{"other":"圣多美和普林西比多布拉"},"symbol":"STN","narrow":"Db"},"SUR":{"displayName":{"other":"苏联卢布"},"symbol":"SUR","narrow":"SUR"},"SVC":{"displayName":{"other":"萨尔瓦多科朗"},"symbol":"SVC","narrow":"SVC"},"SYP":{"displayName":{"other":"叙利亚镑"},"symbol":"SYP","narrow":"£"},"SZL":{"displayName":{"other":"斯威士兰里兰吉尼"},"symbol":"SZL","narrow":"SZL"},"THB":{"displayName":{"other":"泰铢"},"symbol":"THB","narrow":"฿"},"TJR":{"displayName":{"other":"塔吉克斯坦卢布"},"symbol":"TJR","narrow":"TJR"},"TJS":{"displayName":{"other":"塔吉克斯坦索莫尼"},"symbol":"TJS","narrow":"TJS"},"TMM":{"displayName":{"other":"土库曼斯坦马纳特 (1993–2009)"},"symbol":"TMM","narrow":"TMM"},"TMT":{"displayName":{"other":"土库曼斯坦马纳特"},"symbol":"TMT","narrow":"TMT"},"TND":{"displayName":{"other":"突尼斯第纳尔"},"symbol":"TND","narrow":"TND"},"TOP":{"displayName":{"other":"汤加潘加"},"symbol":"TOP","narrow":"T$"},"TPE":{"displayName":{"other":"帝汶埃斯库多"},"symbol":"TPE","narrow":"TPE"},"TRL":{"displayName":{"other":"土耳其里拉 (1922–2005)"},"symbol":"TRL","narrow":"TRL"},"TRY":{"displayName":{"other":"土耳其里拉"},"symbol":"TRY","narrow":"₺"},"TTD":{"displayName":{"other":"特立尼达和多巴哥元"},"symbol":"TTD","narrow":"$"},"TWD":{"displayName":{"other":"新台币"},"symbol":"NT$","narrow":"NT$"},"TZS":{"displayName":{"other":"坦桑尼亚先令"},"symbol":"TZS","narrow":"TZS"},"UAH":{"displayName":{"other":"乌克兰格里夫纳"},"symbol":"UAH","narrow":"₴"},"UAK":{"displayName":{"other":"乌克兰币"},"symbol":"UAK","narrow":"UAK"},"UGS":{"displayName":{"other":"乌干达先令 (1966–1987)"},"symbol":"UGS","narrow":"UGS"},"UGX":{"displayName":{"other":"乌干达先令"},"symbol":"UGX","narrow":"UGX"},"USD":{"displayName":{"other":"美元"},"symbol":"US$","narrow":"$"},"USN":{"displayName":{"other":"美元(次日)"},"symbol":"USN","narrow":"USN"},"USS":{"displayName":{"other":"美元(当日)"},"symbol":"USS","narrow":"USS"},"UYI":{"displayName":{"other":"乌拉圭比索(索引单位)"},"symbol":"UYI","narrow":"UYI"},"UYP":{"displayName":{"other":"乌拉圭比索 (1975–1993)"},"symbol":"UYP","narrow":"UYP"},"UYU":{"displayName":{"other":"乌拉圭比索"},"symbol":"UYU","narrow":"$"},"UYW":{"displayName":{"other":"乌拉圭票面工资指数单位"},"symbol":"UYW","narrow":"UYW"},"UZS":{"displayName":{"other":"乌兹别克斯坦苏姆"},"symbol":"UZS","narrow":"UZS"},"VEB":{"displayName":{"other":"委内瑞拉玻利瓦尔 (1871–2008)"},"symbol":"VEB","narrow":"VEB"},"VEF":{"displayName":{"other":"委内瑞拉玻利瓦尔 (2008–2018)"},"symbol":"VEF","narrow":"Bs"},"VES":{"displayName":{"other":"委内瑞拉玻利瓦尔"},"symbol":"VES","narrow":"VES"},"VND":{"displayName":{"other":"越南盾"},"symbol":"₫","narrow":"₫"},"VNN":{"displayName":{"other":"越南盾 (1978–1985)"},"symbol":"VNN","narrow":"VNN"},"VUV":{"displayName":{"other":"瓦努阿图瓦图"},"symbol":"VUV","narrow":"VUV"},"WST":{"displayName":{"other":"萨摩亚塔拉"},"symbol":"WST","narrow":"WST"},"XAF":{"displayName":{"other":"中非法郎"},"symbol":"FCFA","narrow":"FCFA"},"XAG":{"displayName":{"other":"白银"},"symbol":"XAG","narrow":"XAG"},"XAU":{"displayName":{"other":"黄金"},"symbol":"XAU","narrow":"XAU"},"XBA":{"displayName":{"other":"欧洲复合单位"},"symbol":"XBA","narrow":"XBA"},"XBB":{"displayName":{"other":"欧洲货币联盟"},"symbol":"XBB","narrow":"XBB"},"XBC":{"displayName":{"other":"欧洲计算单位 (XBC)"},"symbol":"XBC","narrow":"XBC"},"XBD":{"displayName":{"other":"欧洲计算单位 (XBD)"},"symbol":"XBD","narrow":"XBD"},"XCD":{"displayName":{"other":"东加勒比元"},"symbol":"EC$","narrow":"$"},"XDR":{"displayName":{"other":"特别提款权"},"symbol":"XDR","narrow":"XDR"},"XEU":{"displayName":{"other":"欧洲货币单位"},"symbol":"XEU","narrow":"XEU"},"XFO":{"displayName":{"other":"法国金法郎"},"symbol":"XFO","narrow":"XFO"},"XFU":{"displayName":{"other":"法国法郎 (UIC)"},"symbol":"XFU","narrow":"XFU"},"XOF":{"displayName":{"other":"西非法郎"},"symbol":"F CFA","narrow":"F CFA"},"XPD":{"displayName":{"other":"钯"},"symbol":"XPD","narrow":"XPD"},"XPF":{"displayName":{"other":"太平洋法郎"},"symbol":"CFPF","narrow":"CFPF"},"XPT":{"displayName":{"other":"铂"},"symbol":"XPT","narrow":"XPT"},"XRE":{"displayName":{"other":"RINET 基金"},"symbol":"XRE","narrow":"XRE"},"XSU":{"displayName":{"other":"苏克雷"},"symbol":"XSU","narrow":"XSU"},"XTS":{"displayName":{"other":"测试货币代码"},"symbol":"XTS","narrow":"XTS"},"XUA":{"displayName":{"other":"非洲开发银行记账单位"},"symbol":"XUA","narrow":"XUA"},"XXX":{"displayName":{"other":"(未知货币)"},"symbol":"XXX","narrow":"XXX"},"YDD":{"displayName":{"other":"也门第纳尔"},"symbol":"YDD","narrow":"YDD"},"YER":{"displayName":{"other":"也门里亚尔"},"symbol":"YER","narrow":"YER"},"YUD":{"displayName":{"other":"南斯拉夫硬第纳尔 (1966–1990)"},"symbol":"YUD","narrow":"YUD"},"YUM":{"displayName":{"other":"南斯拉夫新第纳尔 (1994–2002)"},"symbol":"YUM","narrow":"YUM"},"YUN":{"displayName":{"other":"南斯拉夫可兑换第纳尔 (1990–1992)"},"symbol":"YUN","narrow":"YUN"},"YUR":{"displayName":{"other":"南斯拉夫改良第纳尔 (1992–1993)"},"symbol":"YUR","narrow":"YUR"},"ZAL":{"displayName":{"other":"南非兰特 (金融)"},"symbol":"ZAL","narrow":"ZAL"},"ZAR":{"displayName":{"other":"南非兰特"},"symbol":"ZAR","narrow":"R"},"ZMK":{"displayName":{"other":"赞比亚克瓦查 (1968–2012)"},"symbol":"ZMK","narrow":"ZMK"},"ZMW":{"displayName":{"other":"赞比亚克瓦查"},"symbol":"ZMW","narrow":"ZK"},"ZRN":{"displayName":{"other":"新扎伊尔 (1993–1998)"},"symbol":"ZRN","narrow":"ZRN"},"ZRZ":{"displayName":{"other":"扎伊尔 (1971–1993)"},"symbol":"ZRZ","narrow":"ZRZ"},"ZWD":{"displayName":{"other":"津巴布韦元 (1980–2008)"},"symbol":"ZWD","narrow":"ZWD"},"ZWL":{"displayName":{"other":"津巴布韦元 (2009)"},"symbol":"ZWL","narrow":"ZWL"},"ZWR":{"displayName":{"other":"津巴布韦元 (2008)"},"symbol":"ZWR","narrow":"ZWR"}},"numbers":{"nu":["latn"],"symbols":{"latn":{"decimal":".","group":",","list":";","percentSign":"%","plusSign":"+","minusSign":"-","approximatelySign":"~","exponential":"E","superscriptingExponent":"×","perMille":"‰","infinity":"∞","nan":"NaN","timeSeparator":":"}},"percent":{"latn":"#,##0%"},"decimal":{"latn":{"standard":"#,##0.###","long":{"1000":{"other":"0"},"10000":{"other":"0万"},"100000":{"other":"00万"},"1000000":{"other":"000万"},"10000000":{"other":"0000万"},"100000000":{"other":"0亿"},"1000000000":{"other":"00亿"},"10000000000":{"other":"000亿"},"100000000000":{"other":"0000亿"},"1000000000000":{"other":"0万亿"},"10000000000000":{"other":"00万亿"},"100000000000000":{"other":"000万亿"}},"short":{"1000":{"other":"0"},"10000":{"other":"0万"},"100000":{"other":"00万"},"1000000":{"other":"000万"},"10000000":{"other":"0000万"},"100000000":{"other":"0亿"},"1000000000":{"other":"00亿"},"10000000000":{"other":"000亿"},"100000000000":{"other":"0000亿"},"1000000000000":{"other":"0万亿"},"10000000000000":{"other":"00万亿"},"100000000000000":{"other":"000万亿"}}}},"currency":{"latn":{"currencySpacing":{"beforeInsertBetween":" ","afterInsertBetween":" "},"standard":"¤#,##0.00","accounting":"¤#,##0.00;(¤#,##0.00)","unitPattern":"{0} {1}","short":{"1000":{"other":"0"},"10000":{"other":"¤0万"},"100000":{"other":"¤00万"},"1000000":{"other":"¤000万"},"10000000":{"other":"¤0000万"},"100000000":{"other":"¤0亿"},"1000000000":{"other":"¤00亿"},"10000000000":{"other":"¤000亿"},"100000000000":{"other":"¤0000亿"},"1000000000000":{"other":"¤0万亿"},"10000000000000":{"other":"¤00万亿"},"100000000000000":{"other":"¤000万亿"}}}}},"nu":["latn"]},"locale":"zh-Hans-SG"}
|
|
5
|
-
)
|
|
6
|
-
}
|
package/locale-data/zh-Hans.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {}
|
package/locale-data/zh-Hans.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/* @generated */
|
|
2
|
-
// prettier-ignore
|
|
3
|
-
if (Intl.NumberFormat && typeof Intl.NumberFormat.__addLocaleData === 'function') {
|
|
4
|
-
Intl.NumberFormat.__addLocaleData({"data":{"units":{"simple":{"degree":{"long":{"other":"{0}度"},"short":{"other":"{0}°"},"narrow":{"other":"{0}°"},"perUnit":{}},"hectare":{"long":{"other":"{0}公顷"},"short":{"other":"{0}公顷"},"narrow":{"other":"{0}ha"},"perUnit":{}},"acre":{"long":{"other":"{0}英亩"},"short":{"other":"{0}英亩"},"narrow":{"other":"{0}ac"},"perUnit":{}},"percent":{"long":{"other":"{0}%"},"short":{"other":"{0}%"},"narrow":{"other":"{0}%"},"perUnit":{}},"liter-per-kilometer":{"long":{"other":"每公里{0}升"},"short":{"other":"{0} L/km"},"narrow":{"other":"{0} L/km"},"perUnit":{}},"mile-per-gallon":{"long":{"other":"每加仑{0}英里"},"short":{"other":"{0} mpg US"},"narrow":{"other":"{0} mpg US"},"perUnit":{}},"petabyte":{"long":{"other":"{0}拍字节"},"short":{"other":"{0} PB"},"narrow":{"other":"{0} PB"},"perUnit":{}},"terabyte":{"long":{"other":"{0}太字节"},"short":{"other":"{0} TB"},"narrow":{"other":"{0} TB"},"perUnit":{}},"terabit":{"long":{"other":"{0}太比特"},"short":{"other":"{0} Tb"},"narrow":{"other":"{0} Tb"},"perUnit":{}},"gigabyte":{"long":{"other":"{0}吉字节"},"short":{"other":"{0} GB"},"narrow":{"other":"{0} GB"},"perUnit":{}},"gigabit":{"long":{"other":"{0}吉比特"},"short":{"other":"{0} Gb"},"narrow":{"other":"{0} Gb"},"perUnit":{}},"megabyte":{"long":{"other":"{0}兆字节"},"short":{"other":"{0} MB"},"narrow":{"other":"{0} MB"},"perUnit":{}},"megabit":{"long":{"other":"{0}兆比特"},"short":{"other":"{0} Mb"},"narrow":{"other":"{0} Mb"},"perUnit":{}},"kilobyte":{"long":{"other":"{0}千字节"},"short":{"other":"{0} kB"},"narrow":{"other":"{0} kB"},"perUnit":{}},"kilobit":{"long":{"other":"{0}千比特"},"short":{"other":"{0} kb"},"narrow":{"other":"{0} kb"},"perUnit":{}},"byte":{"long":{"other":"{0}字节"},"short":{"other":"{0} B"},"narrow":{"other":"{0} B"},"perUnit":{}},"bit":{"long":{"other":"{0}比特"},"short":{"other":"{0} b"},"narrow":{"other":"{0} b"},"perUnit":{}},"year":{"long":{"other":"{0}年"},"short":{"other":"{0}年"},"narrow":{"other":"{0}年"},"perUnit":{"long":"{0}/年","short":"{0}/年","narrow":"{0}/年"}},"month":{"long":{"other":"{0}个月"},"short":{"other":"{0}个月"},"narrow":{"other":"{0}个月"},"perUnit":{"long":"{0}/月","short":"{0}/月","narrow":"{0}/月"}},"week":{"long":{"other":"{0}周"},"short":{"other":"{0}周"},"narrow":{"other":"{0}周"},"perUnit":{"long":"{0}/周","short":"{0}/周","narrow":"{0}/周"}},"day":{"long":{"other":"{0}天"},"short":{"other":"{0}天"},"narrow":{"other":"{0}天"},"perUnit":{"long":"{0}/天","short":"{0}/天","narrow":"{0}/天"}},"hour":{"long":{"other":"{0}小时"},"short":{"other":"{0}小时"},"narrow":{"other":"{0}小时"},"perUnit":{"long":"{0}/小时","short":"{0}/小时","narrow":"{0}/小时"}},"minute":{"long":{"other":"{0}分钟"},"short":{"other":"{0}分钟"},"narrow":{"other":"{0}分钟"},"perUnit":{"long":"{0}/分钟","short":"{0}/分钟","narrow":"{0}/分钟"}},"second":{"long":{"other":"{0}秒钟"},"short":{"other":"{0}秒"},"narrow":{"other":"{0}秒"},"perUnit":{"long":"{0}/秒","short":"{0}/秒","narrow":"{0}/秒"}},"millisecond":{"long":{"other":"{0}毫秒"},"short":{"other":"{0}毫秒"},"narrow":{"other":"{0}毫秒"},"perUnit":{}},"kilometer":{"long":{"other":"{0}公里"},"short":{"other":"{0}公里"},"narrow":{"other":"{0}公里"},"perUnit":{"long":"{0}/公里","short":"{0}/公里","narrow":"{0}/公里"}},"meter":{"long":{"other":"{0}米"},"short":{"other":"{0}米"},"narrow":{"other":"{0}米"},"perUnit":{"long":"{0}/米","short":"{0}/米","narrow":"{0}/米"}},"centimeter":{"long":{"other":"{0}厘米"},"short":{"other":"{0}厘米"},"narrow":{"other":"{0}厘米"},"perUnit":{"long":"{0}/厘米","short":"{0}/厘米","narrow":"{0}/厘米"}},"millimeter":{"long":{"other":"{0}毫米"},"short":{"other":"{0}毫米"},"narrow":{"other":"{0}毫米"},"perUnit":{}},"mile":{"long":{"other":"{0}英里"},"short":{"other":"{0}英里"},"narrow":{"other":"{0}mi"},"perUnit":{}},"yard":{"long":{"other":"{0}码"},"short":{"other":"{0}码"},"narrow":{"other":"{0}yd"},"perUnit":{}},"foot":{"long":{"other":"{0}英尺"},"short":{"other":"{0}英尺"},"narrow":{"other":"{0}′"},"perUnit":{"long":"{0}/英尺","short":"{0}/英尺","narrow":"{0}/英尺"}},"inch":{"long":{"other":"{0}英寸"},"short":{"other":"{0}英寸"},"narrow":{"other":"{0}″"},"perUnit":{"long":"{0}/英寸","short":"{0}/英寸","narrow":"{0}/英寸"}},"mile-scandinavian":{"long":{"other":"{0}斯堪的纳维亚英里"},"short":{"other":"{0}斯堪的纳维亚英里"},"narrow":{"other":"{0}smi"},"perUnit":{}},"kilogram":{"long":{"other":"{0}千克"},"short":{"other":"{0} kg"},"narrow":{"other":"{0}kg"},"perUnit":{"long":"每千克{0}","short":"{0}/kg","narrow":"{0}/kg"}},"gram":{"long":{"other":"{0}克"},"short":{"other":"{0} g"},"narrow":{"other":"{0}g"},"perUnit":{"long":"{0}/g","short":"{0}/g","narrow":"{0}/g"}},"stone":{"long":{"other":"{0}英石"},"short":{"other":"{0} st"},"narrow":{"other":"{0}英石"},"perUnit":{}},"pound":{"long":{"other":"{0}磅"},"short":{"other":"{0} lb"},"narrow":{"other":"{0}磅"},"perUnit":{"long":"每磅{0}","short":"{0}/lb","narrow":"{0}/lb"}},"ounce":{"long":{"other":"{0}盎司"},"short":{"other":"{0} oz"},"narrow":{"other":"{0}盎司"},"perUnit":{"long":"每盎司{0}","short":"{0}/oz","narrow":"{0}/oz"}},"kilometer-per-hour":{"long":{"other":"每小时{0}公里"},"short":{"other":"{0} km/h"},"narrow":{"other":"{0}km/h"},"perUnit":{}},"meter-per-second":{"long":{"other":"每秒{0}米"},"short":{"other":"{0} m/s"},"narrow":{"other":"{0}m/s"},"perUnit":{}},"mile-per-hour":{"long":{"other":"每小时{0}英里"},"short":{"other":"{0} mi/h"},"narrow":{"other":"{0}mi/h"},"perUnit":{}},"celsius":{"long":{"other":"{0}摄氏度"},"short":{"other":"{0}°C"},"narrow":{"other":"{0}°C"},"perUnit":{}},"fahrenheit":{"long":{"other":"{0}华氏度"},"short":{"other":"{0}°F"},"narrow":{"other":"{0}°F"},"perUnit":{}},"liter":{"long":{"other":"{0}升"},"short":{"other":"{0}升"},"narrow":{"other":"{0}升"},"perUnit":{"long":"{0}/升","short":"{0}/升","narrow":"{0}/升"}},"milliliter":{"long":{"other":"{0}毫升"},"short":{"other":"{0}毫升"},"narrow":{"other":"{0}毫升"},"perUnit":{}},"gallon":{"long":{"other":"{0}加仑"},"short":{"other":"{0}加仑"},"narrow":{"other":"{0}加仑"},"perUnit":{"long":"{0}/加仑","short":"{0}/加仑","narrow":"{0}/加仑"}},"fluid-ounce":{"long":{"other":"{0}液盎司"},"short":{"other":"{0}液盎司"},"narrow":{"other":"{0}液盎司"},"perUnit":{}}},"compound":{"per":{"long":"每{1}{0}","short":"{0}/{1}","narrow":"{0}/{1}"}}},"currencies":{"ADP":{"displayName":{"other":"安道尔比塞塔"},"symbol":"ADP","narrow":"ADP"},"AED":{"displayName":{"other":"阿联酋迪拉姆"},"symbol":"AED","narrow":"AED"},"AFA":{"displayName":{"other":"阿富汗尼 (1927–2002)"},"symbol":"AFA","narrow":"AFA"},"AFN":{"displayName":{"other":"阿富汗尼"},"symbol":"AFN","narrow":"؋"},"ALK":{"displayName":{"other":"阿尔巴尼亚列克(1946–1965)"},"symbol":"ALK","narrow":"ALK"},"ALL":{"displayName":{"other":"阿尔巴尼亚列克"},"symbol":"ALL","narrow":"ALL"},"AMD":{"displayName":{"other":"亚美尼亚德拉姆"},"symbol":"AMD","narrow":"֏"},"ANG":{"displayName":{"other":"荷属安的列斯盾"},"symbol":"ANG","narrow":"ANG"},"AOA":{"displayName":{"other":"安哥拉宽扎"},"symbol":"AOA","narrow":"Kz"},"AOK":{"displayName":{"other":"安哥拉宽扎 (1977–1990)"},"symbol":"AOK","narrow":"AOK"},"AON":{"displayName":{"other":"安哥拉新宽扎 (1990–2000)"},"symbol":"AON","narrow":"AON"},"AOR":{"displayName":{"other":"安哥拉重新调整宽扎 (1995–1999)"},"symbol":"AOR","narrow":"AOR"},"ARA":{"displayName":{"other":"阿根廷奥斯特拉尔"},"symbol":"ARA","narrow":"ARA"},"ARL":{"displayName":{"other":"阿根廷法定比索 (1970–1983)"},"symbol":"ARL","narrow":"ARL"},"ARM":{"displayName":{"other":"阿根廷比索 (1881–1970)"},"symbol":"ARM","narrow":"ARM"},"ARP":{"displayName":{"other":"阿根廷比索 (1983–1985)"},"symbol":"ARP","narrow":"ARP"},"ARS":{"displayName":{"other":"阿根廷比索"},"symbol":"ARS","narrow":"$"},"ATS":{"displayName":{"other":"奥地利先令"},"symbol":"ATS","narrow":"ATS"},"AUD":{"displayName":{"other":"澳大利亚元"},"symbol":"AU$","narrow":"$"},"AWG":{"displayName":{"other":"阿鲁巴弗罗林"},"symbol":"AWG","narrow":"AWG"},"AZM":{"displayName":{"other":"阿塞拜疆马纳特 (1993–2006)"},"symbol":"AZM","narrow":"AZM"},"AZN":{"displayName":{"other":"阿塞拜疆马纳特"},"symbol":"AZN","narrow":"₼"},"BAD":{"displayName":{"other":"波士尼亚-赫塞哥维纳第纳尔 (1992–1994)"},"symbol":"BAD","narrow":"BAD"},"BAM":{"displayName":{"other":"波斯尼亚-黑塞哥维那可兑换马克"},"symbol":"BAM","narrow":"KM"},"BAN":{"displayName":{"other":"波士尼亚-赫塞哥维纳新第纳尔 (1994–1997)"},"symbol":"BAN","narrow":"BAN"},"BBD":{"displayName":{"other":"巴巴多斯元"},"symbol":"BBD","narrow":"$"},"BDT":{"displayName":{"other":"孟加拉塔卡"},"symbol":"BDT","narrow":"৳"},"BEC":{"displayName":{"other":"比利时法郎(可兑换)"},"symbol":"BEC","narrow":"BEC"},"BEF":{"displayName":{"other":"比利时法郎"},"symbol":"BEF","narrow":"BEF"},"BEL":{"displayName":{"other":"比利时法郎(金融)"},"symbol":"BEL","narrow":"BEL"},"BGL":{"displayName":{"other":"保加利亚硬列弗"},"symbol":"BGL","narrow":"BGL"},"BGM":{"displayName":{"other":"保加利亚社会党列弗"},"symbol":"BGM","narrow":"BGM"},"BGN":{"displayName":{"other":"保加利亚新列弗"},"symbol":"BGN","narrow":"BGN"},"BGO":{"displayName":{"other":"保加利亚列弗 (1879–1952)"},"symbol":"BGO","narrow":"BGO"},"BHD":{"displayName":{"other":"巴林第纳尔"},"symbol":"BHD","narrow":"BHD"},"BIF":{"displayName":{"other":"布隆迪法郎"},"symbol":"BIF","narrow":"BIF"},"BMD":{"displayName":{"other":"百慕大元"},"symbol":"BMD","narrow":"$"},"BND":{"displayName":{"other":"文莱元"},"symbol":"BND","narrow":"$"},"BOB":{"displayName":{"other":"玻利维亚诺"},"symbol":"BOB","narrow":"Bs"},"BOL":{"displayName":{"other":"玻利维亚诺 (1863–1963)"},"symbol":"BOL","narrow":"BOL"},"BOP":{"displayName":{"other":"玻利维亚比索"},"symbol":"BOP","narrow":"BOP"},"BOV":{"displayName":{"other":"玻利维亚 Mvdol(资金)"},"symbol":"BOV","narrow":"BOV"},"BRB":{"displayName":{"other":"巴西新克鲁赛罗 (1967–1986)"},"symbol":"BRB","narrow":"BRB"},"BRC":{"displayName":{"other":"巴西克鲁扎多 (1986–1989)"},"symbol":"BRC","narrow":"BRC"},"BRE":{"displayName":{"other":"巴西克鲁塞罗 (1990–1993)"},"symbol":"BRE","narrow":"BRE"},"BRL":{"displayName":{"other":"巴西雷亚尔"},"symbol":"R$","narrow":"R$"},"BRN":{"displayName":{"other":"巴西新克鲁扎多 (1989–1990)"},"symbol":"BRN","narrow":"BRN"},"BRR":{"displayName":{"other":"巴西克鲁塞罗 (1993–1994)"},"symbol":"BRR","narrow":"BRR"},"BRZ":{"displayName":{"other":"巴西克鲁塞罗 (1942–1967)"},"symbol":"BRZ","narrow":"BRZ"},"BSD":{"displayName":{"other":"巴哈马元"},"symbol":"BSD","narrow":"$"},"BTN":{"displayName":{"other":"不丹努尔特鲁姆"},"symbol":"BTN","narrow":"BTN"},"BUK":{"displayName":{"other":"缅元"},"symbol":"BUK","narrow":"BUK"},"BWP":{"displayName":{"other":"博茨瓦纳普拉"},"symbol":"BWP","narrow":"P"},"BYB":{"displayName":{"other":"白俄罗斯新卢布 (1994–1999)"},"symbol":"BYB","narrow":"BYB"},"BYN":{"displayName":{"other":"白俄罗斯卢布"},"symbol":"BYN","narrow":"р."},"BYR":{"displayName":{"other":"白俄罗斯卢布 (2000–2016)"},"symbol":"BYR","narrow":"BYR"},"BZD":{"displayName":{"other":"伯利兹元"},"symbol":"BZD","narrow":"$"},"CAD":{"displayName":{"other":"加拿大元"},"symbol":"CA$","narrow":"$"},"CDF":{"displayName":{"other":"刚果法郎"},"symbol":"CDF","narrow":"CDF"},"CHE":{"displayName":{"other":"欧元 (WIR)"},"symbol":"CHE","narrow":"CHE"},"CHF":{"displayName":{"other":"瑞士法郎"},"symbol":"CHF","narrow":"CHF"},"CHW":{"displayName":{"other":"法郎 (WIR)"},"symbol":"CHW","narrow":"CHW"},"CLE":{"displayName":{"other":"智利埃斯库多"},"symbol":"CLE","narrow":"CLE"},"CLF":{"displayName":{"other":"智利(资金)"},"symbol":"CLF","narrow":"CLF"},"CLP":{"displayName":{"other":"智利比索"},"symbol":"CLP","narrow":"$"},"CNH":{"displayName":{"other":"人民币(离岸)"},"symbol":"CNH","narrow":"CNH"},"CNX":{"displayName":{"other":"中国人民银行元"},"symbol":"CNX","narrow":"CNX"},"CNY":{"displayName":{"other":"人民币"},"symbol":"¥","narrow":"¥"},"COP":{"displayName":{"other":"哥伦比亚比索"},"symbol":"COP","narrow":"$"},"COU":{"displayName":{"other":"哥伦比亚币"},"symbol":"COU","narrow":"COU"},"CRC":{"displayName":{"other":"哥斯达黎加科朗"},"symbol":"CRC","narrow":"₡"},"CSD":{"displayName":{"other":"旧塞尔维亚第纳尔"},"symbol":"CSD","narrow":"CSD"},"CSK":{"displayName":{"other":"捷克硬克朗"},"symbol":"CSK","narrow":"CSK"},"CUC":{"displayName":{"other":"古巴可兑换比索"},"symbol":"CUC","narrow":"$"},"CUP":{"displayName":{"other":"古巴比索"},"symbol":"CUP","narrow":"$"},"CVE":{"displayName":{"other":"佛得角埃斯库多"},"symbol":"CVE","narrow":"CVE"},"CYP":{"displayName":{"other":"塞浦路斯镑"},"symbol":"CYP","narrow":"CYP"},"CZK":{"displayName":{"other":"捷克克朗"},"symbol":"CZK","narrow":"Kč"},"DDM":{"displayName":{"other":"东德奥斯特马克"},"symbol":"DDM","narrow":"DDM"},"DEM":{"displayName":{"other":"德国马克"},"symbol":"DEM","narrow":"DEM"},"DJF":{"displayName":{"other":"吉布提法郎"},"symbol":"DJF","narrow":"DJF"},"DKK":{"displayName":{"other":"丹麦克朗"},"symbol":"DKK","narrow":"kr"},"DOP":{"displayName":{"other":"多米尼加比索"},"symbol":"DOP","narrow":"$"},"DZD":{"displayName":{"other":"阿尔及利亚第纳尔"},"symbol":"DZD","narrow":"DZD"},"ECS":{"displayName":{"other":"厄瓜多尔苏克雷"},"symbol":"ECS","narrow":"ECS"},"ECV":{"displayName":{"other":"厄瓜多尔 (UVC)"},"symbol":"ECV","narrow":"ECV"},"EEK":{"displayName":{"other":"爱沙尼亚克朗"},"symbol":"EEK","narrow":"EEK"},"EGP":{"displayName":{"other":"埃及镑"},"symbol":"EGP","narrow":"E£"},"ERN":{"displayName":{"other":"厄立特里亚纳克法"},"symbol":"ERN","narrow":"ERN"},"ESA":{"displayName":{"other":"西班牙比塞塔(帐户 A)"},"symbol":"ESA","narrow":"ESA"},"ESB":{"displayName":{"other":"西班牙比塞塔(兑换帐户)"},"symbol":"ESB","narrow":"ESB"},"ESP":{"displayName":{"other":"西班牙比塞塔"},"symbol":"ESP","narrow":"₧"},"ETB":{"displayName":{"other":"埃塞俄比亚比尔"},"symbol":"ETB","narrow":"ETB"},"EUR":{"displayName":{"other":"欧元"},"symbol":"€","narrow":"€"},"FIM":{"displayName":{"other":"芬兰马克"},"symbol":"FIM","narrow":"FIM"},"FJD":{"displayName":{"other":"斐济元"},"symbol":"FJD","narrow":"$"},"FKP":{"displayName":{"other":"福克兰群岛镑"},"symbol":"FKP","narrow":"£"},"FRF":{"displayName":{"other":"法国法郎"},"symbol":"FRF","narrow":"FRF"},"GBP":{"displayName":{"other":"英镑"},"symbol":"£","narrow":"£"},"GEK":{"displayName":{"other":"乔治亚库蓬拉瑞特"},"symbol":"GEK","narrow":"GEK"},"GEL":{"displayName":{"other":"格鲁吉亚拉里"},"symbol":"GEL","narrow":"₾"},"GHC":{"displayName":{"other":"加纳塞第"},"symbol":"GHC","narrow":"GHC"},"GHS":{"displayName":{"other":"加纳塞地"},"symbol":"GHS","narrow":"GH₵"},"GIP":{"displayName":{"other":"直布罗陀镑"},"symbol":"GIP","narrow":"£"},"GMD":{"displayName":{"other":"冈比亚达拉西"},"symbol":"GMD","narrow":"GMD"},"GNF":{"displayName":{"other":"几内亚法郎"},"symbol":"GNF","narrow":"FG"},"GNS":{"displayName":{"other":"几内亚西里"},"symbol":"GNS","narrow":"GNS"},"GQE":{"displayName":{"other":"赤道几内亚埃奎勒"},"symbol":"GQE","narrow":"GQE"},"GRD":{"displayName":{"other":"希腊德拉克马"},"symbol":"GRD","narrow":"GRD"},"GTQ":{"displayName":{"other":"危地马拉格查尔"},"symbol":"GTQ","narrow":"Q"},"GWE":{"displayName":{"other":"葡萄牙几内亚埃斯库多"},"symbol":"GWE","narrow":"GWE"},"GWP":{"displayName":{"other":"几内亚比绍比索"},"symbol":"GWP","narrow":"GWP"},"GYD":{"displayName":{"other":"圭亚那元"},"symbol":"GYD","narrow":"$"},"HKD":{"displayName":{"other":"港元"},"symbol":"HK$","narrow":"$"},"HNL":{"displayName":{"other":"洪都拉斯伦皮拉"},"symbol":"HNL","narrow":"L"},"HRD":{"displayName":{"other":"克罗地亚第纳尔"},"symbol":"HRD","narrow":"HRD"},"HRK":{"displayName":{"other":"克罗地亚库纳"},"symbol":"HRK","narrow":"kn"},"HTG":{"displayName":{"other":"海地古德"},"symbol":"HTG","narrow":"HTG"},"HUF":{"displayName":{"other":"匈牙利福林"},"symbol":"HUF","narrow":"Ft"},"IDR":{"displayName":{"other":"印度尼西亚盾"},"symbol":"IDR","narrow":"Rp"},"IEP":{"displayName":{"other":"爱尔兰镑"},"symbol":"IEP","narrow":"IEP"},"ILP":{"displayName":{"other":"以色列镑"},"symbol":"ILP","narrow":"ILP"},"ILR":{"displayName":{"other":"以色列谢克尔(1980–1985)"},"symbol":"ILS","narrow":"ILS"},"ILS":{"displayName":{"other":"以色列新谢克尔"},"symbol":"₪","narrow":"₪"},"INR":{"displayName":{"other":"印度卢比"},"symbol":"₹","narrow":"₹"},"IQD":{"displayName":{"other":"伊拉克第纳尔"},"symbol":"IQD","narrow":"IQD"},"IRR":{"displayName":{"other":"伊朗里亚尔"},"symbol":"IRR","narrow":"IRR"},"ISJ":{"displayName":{"other":"冰岛克朗(1918–1981)"},"symbol":"ISJ","narrow":"ISJ"},"ISK":{"displayName":{"other":"冰岛克朗"},"symbol":"ISK","narrow":"kr"},"ITL":{"displayName":{"other":"意大利里拉"},"symbol":"ITL","narrow":"ITL"},"JMD":{"displayName":{"other":"牙买加元"},"symbol":"JMD","narrow":"$"},"JOD":{"displayName":{"other":"约旦第纳尔"},"symbol":"JOD","narrow":"JOD"},"JPY":{"displayName":{"other":"日元"},"symbol":"JP¥","narrow":"¥"},"KES":{"displayName":{"other":"肯尼亚先令"},"symbol":"KES","narrow":"KES"},"KGS":{"displayName":{"other":"吉尔吉斯斯坦索姆"},"symbol":"KGS","narrow":"KGS"},"KHR":{"displayName":{"other":"柬埔寨瑞尔"},"symbol":"KHR","narrow":"៛"},"KMF":{"displayName":{"other":"科摩罗法郎"},"symbol":"KMF","narrow":"CF"},"KPW":{"displayName":{"other":"朝鲜元"},"symbol":"KPW","narrow":"₩"},"KRH":{"displayName":{"other":"韩元 (1953–1962)"},"symbol":"KRH","narrow":"KRH"},"KRO":{"displayName":{"other":"韩元 (1945–1953)"},"symbol":"KRO","narrow":"KRO"},"KRW":{"displayName":{"other":"韩元"},"symbol":"₩","narrow":"₩"},"KWD":{"displayName":{"other":"科威特第纳尔"},"symbol":"KWD","narrow":"KWD"},"KYD":{"displayName":{"other":"开曼元"},"symbol":"KYD","narrow":"$"},"KZT":{"displayName":{"other":"哈萨克斯坦坚戈"},"symbol":"KZT","narrow":"₸"},"LAK":{"displayName":{"other":"老挝基普"},"symbol":"LAK","narrow":"₭"},"LBP":{"displayName":{"other":"黎巴嫩镑"},"symbol":"LBP","narrow":"L£"},"LKR":{"displayName":{"other":"斯里兰卡卢比"},"symbol":"LKR","narrow":"Rs"},"LRD":{"displayName":{"other":"利比里亚元"},"symbol":"LRD","narrow":"$"},"LSL":{"displayName":{"other":"莱索托洛蒂"},"symbol":"LSL","narrow":"LSL"},"LTL":{"displayName":{"other":"立陶宛立特"},"symbol":"LTL","narrow":"Lt"},"LTT":{"displayName":{"other":"立陶宛塔咯呐司"},"symbol":"LTT","narrow":"LTT"},"LUC":{"displayName":{"other":"卢森堡可兑换法郎"},"symbol":"LUC","narrow":"LUC"},"LUF":{"displayName":{"other":"卢森堡法郎"},"symbol":"LUF","narrow":"LUF"},"LUL":{"displayName":{"other":"卢森堡金融法郎"},"symbol":"LUL","narrow":"LUL"},"LVL":{"displayName":{"other":"拉脱维亚拉特"},"symbol":"LVL","narrow":"Ls"},"LVR":{"displayName":{"other":"拉脱维亚卢布"},"symbol":"LVR","narrow":"LVR"},"LYD":{"displayName":{"other":"利比亚第纳尔"},"symbol":"LYD","narrow":"LYD"},"MAD":{"displayName":{"other":"摩洛哥迪拉姆"},"symbol":"MAD","narrow":"MAD"},"MAF":{"displayName":{"other":"摩洛哥法郎"},"symbol":"MAF","narrow":"MAF"},"MCF":{"displayName":{"other":"摩纳哥法郎"},"symbol":"MCF","narrow":"MCF"},"MDC":{"displayName":{"other":"摩尔多瓦库邦"},"symbol":"MDC","narrow":"MDC"},"MDL":{"displayName":{"other":"摩尔多瓦列伊"},"symbol":"MDL","narrow":"MDL"},"MGA":{"displayName":{"other":"马达加斯加阿里亚里"},"symbol":"MGA","narrow":"Ar"},"MGF":{"displayName":{"other":"马达加斯加法郎"},"symbol":"MGF","narrow":"MGF"},"MKD":{"displayName":{"other":"马其顿第纳尔"},"symbol":"MKD","narrow":"MKD"},"MKN":{"displayName":{"other":"马其顿第纳尔 (1992–1993)"},"symbol":"MKN","narrow":"MKN"},"MLF":{"displayName":{"other":"马里法郎"},"symbol":"MLF","narrow":"MLF"},"MMK":{"displayName":{"other":"缅甸元"},"symbol":"MMK","narrow":"K"},"MNT":{"displayName":{"other":"蒙古图格里克"},"symbol":"MNT","narrow":"₮"},"MOP":{"displayName":{"other":"澳门元"},"symbol":"MOP","narrow":"MOP"},"MRO":{"displayName":{"other":"毛里塔尼亚乌吉亚 (1973–2017)"},"symbol":"MRO","narrow":"MRO"},"MRU":{"displayName":{"other":"毛里塔尼亚乌吉亚"},"symbol":"MRU","narrow":"MRU"},"MTL":{"displayName":{"other":"马耳他里拉"},"symbol":"MTL","narrow":"MTL"},"MTP":{"displayName":{"other":"马耳他镑"},"symbol":"MTP","narrow":"MTP"},"MUR":{"displayName":{"other":"毛里求斯卢比"},"symbol":"MUR","narrow":"Rs"},"MVP":{"displayName":{"other":"马尔代夫卢比(1947–1981)"},"symbol":"MVP","narrow":"MVP"},"MVR":{"displayName":{"other":"马尔代夫卢菲亚"},"symbol":"MVR","narrow":"MVR"},"MWK":{"displayName":{"other":"马拉维克瓦查"},"symbol":"MWK","narrow":"MWK"},"MXN":{"displayName":{"other":"墨西哥比索"},"symbol":"MX$","narrow":"$"},"MXP":{"displayName":{"other":"墨西哥银比索 (1861–1992)"},"symbol":"MXP","narrow":"MXP"},"MXV":{"displayName":{"other":"墨西哥(资金)"},"symbol":"MXV","narrow":"MXV"},"MYR":{"displayName":{"other":"马来西亚林吉特"},"symbol":"MYR","narrow":"RM"},"MZE":{"displayName":{"other":"莫桑比克埃斯库多"},"symbol":"MZE","narrow":"MZE"},"MZM":{"displayName":{"other":"旧莫桑比克美提卡"},"symbol":"MZM","narrow":"MZM"},"MZN":{"displayName":{"other":"莫桑比克美提卡"},"symbol":"MZN","narrow":"MZN"},"NAD":{"displayName":{"other":"纳米比亚元"},"symbol":"NAD","narrow":"$"},"NGN":{"displayName":{"other":"尼日利亚奈拉"},"symbol":"NGN","narrow":"₦"},"NIC":{"displayName":{"other":"尼加拉瓜科多巴 (1988–1991)"},"symbol":"NIC","narrow":"NIC"},"NIO":{"displayName":{"other":"尼加拉瓜金科多巴"},"symbol":"NIO","narrow":"C$"},"NLG":{"displayName":{"other":"荷兰盾"},"symbol":"NLG","narrow":"NLG"},"NOK":{"displayName":{"other":"挪威克朗"},"symbol":"NOK","narrow":"kr"},"NPR":{"displayName":{"other":"尼泊尔卢比"},"symbol":"NPR","narrow":"Rs"},"NZD":{"displayName":{"other":"新西兰元"},"symbol":"NZ$","narrow":"$"},"OMR":{"displayName":{"other":"阿曼里亚尔"},"symbol":"OMR","narrow":"OMR"},"PAB":{"displayName":{"other":"巴拿马巴波亚"},"symbol":"PAB","narrow":"PAB"},"PEI":{"displayName":{"other":"秘鲁印第"},"symbol":"PEI","narrow":"PEI"},"PEN":{"displayName":{"other":"秘鲁索尔"},"symbol":"PEN","narrow":"PEN"},"PES":{"displayName":{"other":"秘鲁索尔 (1863–1965)"},"symbol":"PES","narrow":"PES"},"PGK":{"displayName":{"other":"巴布亚新几内亚基那"},"symbol":"PGK","narrow":"PGK"},"PHP":{"displayName":{"other":"菲律宾比索"},"symbol":"PHP","narrow":"₱"},"PKR":{"displayName":{"other":"巴基斯坦卢比"},"symbol":"PKR","narrow":"Rs"},"PLN":{"displayName":{"other":"波兰兹罗提"},"symbol":"PLN","narrow":"zł"},"PLZ":{"displayName":{"other":"波兰兹罗提 (1950–1995)"},"symbol":"PLZ","narrow":"PLZ"},"PTE":{"displayName":{"other":"葡萄牙埃斯库多"},"symbol":"PTE","narrow":"PTE"},"PYG":{"displayName":{"other":"巴拉圭瓜拉尼"},"symbol":"PYG","narrow":"₲"},"QAR":{"displayName":{"other":"卡塔尔里亚尔"},"symbol":"QAR","narrow":"QAR"},"RHD":{"displayName":{"other":"罗得西亚元"},"symbol":"RHD","narrow":"RHD"},"ROL":{"displayName":{"other":"旧罗马尼亚列伊"},"symbol":"ROL","narrow":"ROL"},"RON":{"displayName":{"other":"罗马尼亚列伊"},"symbol":"RON","narrow":"lei"},"RSD":{"displayName":{"other":"塞尔维亚第纳尔"},"symbol":"RSD","narrow":"RSD"},"RUB":{"displayName":{"other":"俄罗斯卢布"},"symbol":"RUB","narrow":"₽"},"RUR":{"displayName":{"other":"俄国卢布 (1991–1998)"},"symbol":"RUR","narrow":"р."},"RWF":{"displayName":{"other":"卢旺达法郎"},"symbol":"RWF","narrow":"RF"},"SAR":{"displayName":{"other":"沙特里亚尔"},"symbol":"SAR","narrow":"SAR"},"SBD":{"displayName":{"other":"所罗门群岛元"},"symbol":"SBD","narrow":"$"},"SCR":{"displayName":{"other":"塞舌尔卢比"},"symbol":"SCR","narrow":"SCR"},"SDD":{"displayName":{"other":"苏丹第纳尔 (1992–2007)"},"symbol":"SDD","narrow":"SDD"},"SDG":{"displayName":{"other":"苏丹镑"},"symbol":"SDG","narrow":"SDG"},"SDP":{"displayName":{"other":"旧苏丹镑"},"symbol":"SDP","narrow":"SDP"},"SEK":{"displayName":{"other":"瑞典克朗"},"symbol":"SEK","narrow":"kr"},"SGD":{"displayName":{"other":"新加坡元"},"symbol":"SGD","narrow":"$"},"SHP":{"displayName":{"other":"圣赫勒拿群岛磅"},"symbol":"SHP","narrow":"£"},"SIT":{"displayName":{"other":"斯洛文尼亚托拉尔"},"symbol":"SIT","narrow":"SIT"},"SKK":{"displayName":{"other":"斯洛伐克克朗"},"symbol":"SKK","narrow":"SKK"},"SLL":{"displayName":{"other":"塞拉利昂利昂"},"symbol":"SLL","narrow":"SLL"},"SOS":{"displayName":{"other":"索马里先令"},"symbol":"SOS","narrow":"SOS"},"SRD":{"displayName":{"other":"苏里南元"},"symbol":"SRD","narrow":"$"},"SRG":{"displayName":{"other":"苏里南盾"},"symbol":"SRG","narrow":"SRG"},"SSP":{"displayName":{"other":"南苏丹镑"},"symbol":"SSP","narrow":"£"},"STD":{"displayName":{"other":"圣多美和普林西比多布拉 (1977–2017)"},"symbol":"STD","narrow":"STD"},"STN":{"displayName":{"other":"圣多美和普林西比多布拉"},"symbol":"STN","narrow":"Db"},"SUR":{"displayName":{"other":"苏联卢布"},"symbol":"SUR","narrow":"SUR"},"SVC":{"displayName":{"other":"萨尔瓦多科朗"},"symbol":"SVC","narrow":"SVC"},"SYP":{"displayName":{"other":"叙利亚镑"},"symbol":"SYP","narrow":"£"},"SZL":{"displayName":{"other":"斯威士兰里兰吉尼"},"symbol":"SZL","narrow":"SZL"},"THB":{"displayName":{"other":"泰铢"},"symbol":"THB","narrow":"฿"},"TJR":{"displayName":{"other":"塔吉克斯坦卢布"},"symbol":"TJR","narrow":"TJR"},"TJS":{"displayName":{"other":"塔吉克斯坦索莫尼"},"symbol":"TJS","narrow":"TJS"},"TMM":{"displayName":{"other":"土库曼斯坦马纳特 (1993–2009)"},"symbol":"TMM","narrow":"TMM"},"TMT":{"displayName":{"other":"土库曼斯坦马纳特"},"symbol":"TMT","narrow":"TMT"},"TND":{"displayName":{"other":"突尼斯第纳尔"},"symbol":"TND","narrow":"TND"},"TOP":{"displayName":{"other":"汤加潘加"},"symbol":"TOP","narrow":"T$"},"TPE":{"displayName":{"other":"帝汶埃斯库多"},"symbol":"TPE","narrow":"TPE"},"TRL":{"displayName":{"other":"土耳其里拉 (1922–2005)"},"symbol":"TRL","narrow":"TRL"},"TRY":{"displayName":{"other":"土耳其里拉"},"symbol":"TRY","narrow":"₺"},"TTD":{"displayName":{"other":"特立尼达和多巴哥元"},"symbol":"TTD","narrow":"$"},"TWD":{"displayName":{"other":"新台币"},"symbol":"NT$","narrow":"NT$"},"TZS":{"displayName":{"other":"坦桑尼亚先令"},"symbol":"TZS","narrow":"TZS"},"UAH":{"displayName":{"other":"乌克兰格里夫纳"},"symbol":"UAH","narrow":"₴"},"UAK":{"displayName":{"other":"乌克兰币"},"symbol":"UAK","narrow":"UAK"},"UGS":{"displayName":{"other":"乌干达先令 (1966–1987)"},"symbol":"UGS","narrow":"UGS"},"UGX":{"displayName":{"other":"乌干达先令"},"symbol":"UGX","narrow":"UGX"},"USD":{"displayName":{"other":"美元"},"symbol":"US$","narrow":"$"},"USN":{"displayName":{"other":"美元(次日)"},"symbol":"USN","narrow":"USN"},"USS":{"displayName":{"other":"美元(当日)"},"symbol":"USS","narrow":"USS"},"UYI":{"displayName":{"other":"乌拉圭比索(索引单位)"},"symbol":"UYI","narrow":"UYI"},"UYP":{"displayName":{"other":"乌拉圭比索 (1975–1993)"},"symbol":"UYP","narrow":"UYP"},"UYU":{"displayName":{"other":"乌拉圭比索"},"symbol":"UYU","narrow":"$"},"UYW":{"displayName":{"other":"乌拉圭票面工资指数单位"},"symbol":"UYW","narrow":"UYW"},"UZS":{"displayName":{"other":"乌兹别克斯坦苏姆"},"symbol":"UZS","narrow":"UZS"},"VEB":{"displayName":{"other":"委内瑞拉玻利瓦尔 (1871–2008)"},"symbol":"VEB","narrow":"VEB"},"VEF":{"displayName":{"other":"委内瑞拉玻利瓦尔 (2008–2018)"},"symbol":"VEF","narrow":"Bs"},"VES":{"displayName":{"other":"委内瑞拉玻利瓦尔"},"symbol":"VES","narrow":"VES"},"VND":{"displayName":{"other":"越南盾"},"symbol":"₫","narrow":"₫"},"VNN":{"displayName":{"other":"越南盾 (1978–1985)"},"symbol":"VNN","narrow":"VNN"},"VUV":{"displayName":{"other":"瓦努阿图瓦图"},"symbol":"VUV","narrow":"VUV"},"WST":{"displayName":{"other":"萨摩亚塔拉"},"symbol":"WST","narrow":"WST"},"XAF":{"displayName":{"other":"中非法郎"},"symbol":"FCFA","narrow":"FCFA"},"XAG":{"displayName":{"other":"银"},"symbol":"XAG","narrow":"XAG"},"XAU":{"displayName":{"other":"黄金"},"symbol":"XAU","narrow":"XAU"},"XBA":{"displayName":{"other":"欧洲复合单位"},"symbol":"XBA","narrow":"XBA"},"XBB":{"displayName":{"other":"欧洲货币联盟"},"symbol":"XBB","narrow":"XBB"},"XBC":{"displayName":{"other":"欧洲计算单位 (XBC)"},"symbol":"XBC","narrow":"XBC"},"XBD":{"displayName":{"other":"欧洲计算单位 (XBD)"},"symbol":"XBD","narrow":"XBD"},"XCD":{"displayName":{"other":"东加勒比元"},"symbol":"EC$","narrow":"$"},"XDR":{"displayName":{"other":"特别提款权"},"symbol":"XDR","narrow":"XDR"},"XEU":{"displayName":{"other":"欧洲货币单位"},"symbol":"XEU","narrow":"XEU"},"XFO":{"displayName":{"other":"法国金法郎"},"symbol":"XFO","narrow":"XFO"},"XFU":{"displayName":{"other":"法国法郎 (UIC)"},"symbol":"XFU","narrow":"XFU"},"XOF":{"displayName":{"other":"西非法郎"},"symbol":"F CFA","narrow":"F CFA"},"XPD":{"displayName":{"other":"钯"},"symbol":"XPD","narrow":"XPD"},"XPF":{"displayName":{"other":"太平洋法郎"},"symbol":"CFPF","narrow":"CFPF"},"XPT":{"displayName":{"other":"铂"},"symbol":"XPT","narrow":"XPT"},"XRE":{"displayName":{"other":"RINET 基金"},"symbol":"XRE","narrow":"XRE"},"XSU":{"displayName":{"other":"苏克雷"},"symbol":"XSU","narrow":"XSU"},"XTS":{"displayName":{"other":"测试货币代码"},"symbol":"XTS","narrow":"XTS"},"XUA":{"displayName":{"other":"非洲开发银行记账单位"},"symbol":"XUA","narrow":"XUA"},"XXX":{"displayName":{"other":"(未知货币)"},"symbol":"XXX","narrow":"XXX"},"YDD":{"displayName":{"other":"也门第纳尔"},"symbol":"YDD","narrow":"YDD"},"YER":{"displayName":{"other":"也门里亚尔"},"symbol":"YER","narrow":"YER"},"YUD":{"displayName":{"other":"南斯拉夫硬第纳尔 (1966–1990)"},"symbol":"YUD","narrow":"YUD"},"YUM":{"displayName":{"other":"南斯拉夫新第纳尔 (1994–2002)"},"symbol":"YUM","narrow":"YUM"},"YUN":{"displayName":{"other":"南斯拉夫可兑换第纳尔 (1990–1992)"},"symbol":"YUN","narrow":"YUN"},"YUR":{"displayName":{"other":"南斯拉夫改良第纳尔 (1992–1993)"},"symbol":"YUR","narrow":"YUR"},"ZAL":{"displayName":{"other":"南非兰特 (金融)"},"symbol":"ZAL","narrow":"ZAL"},"ZAR":{"displayName":{"other":"南非兰特"},"symbol":"ZAR","narrow":"R"},"ZMK":{"displayName":{"other":"赞比亚克瓦查 (1968–2012)"},"symbol":"ZMK","narrow":"ZMK"},"ZMW":{"displayName":{"other":"赞比亚克瓦查"},"symbol":"ZMW","narrow":"ZK"},"ZRN":{"displayName":{"other":"新扎伊尔 (1993–1998)"},"symbol":"ZRN","narrow":"ZRN"},"ZRZ":{"displayName":{"other":"扎伊尔 (1971–1993)"},"symbol":"ZRZ","narrow":"ZRZ"},"ZWD":{"displayName":{"other":"津巴布韦元 (1980–2008)"},"symbol":"ZWD","narrow":"ZWD"},"ZWL":{"displayName":{"other":"津巴布韦元 (2009)"},"symbol":"ZWL","narrow":"ZWL"},"ZWR":{"displayName":{"other":"津巴布韦元 (2008)"},"symbol":"ZWR","narrow":"ZWR"}},"numbers":{"nu":["latn"],"symbols":{"latn":{"decimal":".","group":",","list":";","percentSign":"%","plusSign":"+","minusSign":"-","approximatelySign":"~","exponential":"E","superscriptingExponent":"×","perMille":"‰","infinity":"∞","nan":"NaN","timeSeparator":":"}},"percent":{"latn":"#,##0%"},"decimal":{"latn":{"standard":"#,##0.###","long":{"1000":{"other":"0"},"10000":{"other":"0万"},"100000":{"other":"00万"},"1000000":{"other":"000万"},"10000000":{"other":"0000万"},"100000000":{"other":"0亿"},"1000000000":{"other":"00亿"},"10000000000":{"other":"000亿"},"100000000000":{"other":"0000亿"},"1000000000000":{"other":"0万亿"},"10000000000000":{"other":"00万亿"},"100000000000000":{"other":"000万亿"}},"short":{"1000":{"other":"0"},"10000":{"other":"0万"},"100000":{"other":"00万"},"1000000":{"other":"000万"},"10000000":{"other":"0000万"},"100000000":{"other":"0亿"},"1000000000":{"other":"00亿"},"10000000000":{"other":"000亿"},"100000000000":{"other":"0000亿"},"1000000000000":{"other":"0万亿"},"10000000000000":{"other":"00万亿"},"100000000000000":{"other":"000万亿"}}}},"currency":{"latn":{"currencySpacing":{"beforeInsertBetween":" ","afterInsertBetween":" "},"standard":"¤#,##0.00","accounting":"¤#,##0.00;(¤#,##0.00)","unitPattern":"{0}{1}","short":{"1000":{"other":"0"},"10000":{"other":"¤0万"},"100000":{"other":"¤00万"},"1000000":{"other":"¤000万"},"10000000":{"other":"¤0000万"},"100000000":{"other":"¤0亿"},"1000000000":{"other":"¤00亿"},"10000000000":{"other":"¤000亿"},"100000000000":{"other":"¤0000亿"},"1000000000000":{"other":"¤0万亿"},"10000000000000":{"other":"¤00万亿"},"100000000000000":{"other":"¤000万亿"}}}}},"nu":["latn"]},"locale":"zh-Hans"}
|
|
5
|
-
)
|
|
6
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {}
|