tera-system-ui 0.1.20 → 0.1.30
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/README.md +58 -58
- package/dist/components/accordion/Accordion.d.ts +1 -1
- package/dist/components/accordion/components/Accordion.svelte +16 -0
- package/dist/components/accordion/components/Accordion.svelte.d.ts +4 -0
- package/dist/components/accordion/components/AccordionContent.svelte +23 -23
- package/dist/components/accordion/components/AccordionItem.svelte +11 -11
- package/dist/components/accordion/components/AccordionTrigger.svelte +28 -28
- package/dist/components/accordion/index.d.ts +1 -3
- package/dist/components/accordion/index.js +1 -3
- package/dist/components/avatar/Avatar.d.ts +2 -42
- package/dist/components/avatar/Avatar.svelte +44 -44
- package/dist/components/brand-logo/BrandLogo.d.ts +2 -38
- package/dist/components/brand-logo/BrandLogo.svelte +33 -33
- package/dist/components/button/Button.d.ts +2 -82
- package/dist/components/button/Button.svelte +49 -49
- package/dist/components/checkbox/Checkbox.d.ts +1 -1
- package/dist/components/checkbox/Checkbox.svelte +34 -34
- package/dist/components/combobox/Combobox.d.ts +1 -1
- package/dist/components/combobox/Combobox.svelte +8 -8
- package/dist/components/command/command.scss +88 -88
- package/dist/components/command/components/Command.svelte +120 -120
- package/dist/components/command/components/CommandEmpty.svelte +30 -30
- package/dist/components/command/components/CommandGroup.svelte +110 -110
- package/dist/components/command/components/CommandInput.svelte +91 -91
- package/dist/components/command/components/CommandItem.svelte +110 -110
- package/dist/components/command/components/CommandList.svelte +56 -56
- package/dist/components/command/components/CommandLoading.svelte +28 -28
- package/dist/components/command/components/CommandSeparator.svelte +21 -21
- package/dist/components/dialog/Dialog.d.ts +2 -110
- package/dist/components/dialog/Dialog.svelte +112 -112
- package/dist/components/dialog/dialog.scss +186 -186
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +1 -1
- package/dist/components/dropdown-menu/components/DropdownMenu.svelte +33 -33
- package/dist/components/dropdown-menu/components/DropdownMenuGroup.svelte +11 -11
- package/dist/components/dropdown-menu/components/DropdownMenuHeader.svelte +11 -11
- package/dist/components/dropdown-menu/components/DropdownMenuItem.svelte +30 -30
- package/dist/components/dropdown-menu/components/DropdownMenuSeparator.svelte +10 -10
- package/dist/components/fonts/TeraFontMono.svelte +3 -3
- package/dist/components/fonts/TeraFontSansSerif.svelte +3 -3
- package/dist/components/header/Header.d.ts +1 -1
- package/dist/components/header/Header.svelte +36 -36
- package/dist/components/header/header.scss +19 -19
- package/dist/components/header/package.json +14 -14
- package/dist/components/icons/IconArrowBigRightFilled.svelte +11 -11
- package/dist/components/icons/IconBook.svelte +10 -10
- package/dist/components/icons/IconBookmarkPlus.svelte +10 -10
- package/dist/components/icons/IconCalculator.svelte +10 -10
- package/dist/components/icons/IconCheck.svelte +10 -10
- package/dist/components/icons/IconChevronDown.svelte +10 -10
- package/dist/components/icons/IconCoin.svelte +10 -10
- package/dist/components/icons/IconCoinConvert.svelte +19 -19
- package/dist/components/icons/IconCopy.svelte +10 -10
- package/dist/components/icons/IconCopyCheckFilled.svelte +10 -10
- package/dist/components/icons/IconHamburger.svelte +10 -10
- package/dist/components/icons/IconLanguage.svelte +10 -10
- package/dist/components/icons/IconLoader2.svelte +10 -10
- package/dist/components/icons/IconLogout.svelte +10 -10
- package/dist/components/icons/IconMoon.svelte +10 -10
- package/dist/components/icons/IconPointFilled.svelte +10 -10
- package/dist/components/icons/IconSearch.svelte +10 -10
- package/dist/components/icons/IconSettings.svelte +10 -10
- package/dist/components/icons/IconSun.svelte +10 -10
- package/dist/components/icons/IconSwitchHorizontal.svelte +10 -10
- package/dist/components/icons/IconSwitchVertical.svelte +10 -10
- package/dist/components/icons/IconTransform.svelte +10 -10
- package/dist/components/icons/IconX.svelte +10 -10
- package/dist/components/icons/Icons.d.ts +2 -22
- package/dist/components/input/Input.d.ts +2 -62
- package/dist/components/input/Input.svelte +24 -24
- package/dist/components/label/Label.d.ts +1 -1
- package/dist/components/label/Label.svelte +18 -18
- package/dist/components/language-picker-button/LanguagePickerButton.d.ts +1 -1
- package/dist/components/language-picker-button/LanguagePickerButton.svelte +80 -80
- package/dist/components/light-dark-toggle/LightDarkToggle.d.ts +1 -1
- package/dist/components/light-dark-toggle/LightDarkToggle.svelte +38 -38
- package/dist/components/popover/Popover.d.ts +1 -1
- package/dist/components/popover/Popover.svelte +158 -158
- package/dist/components/popover-responsive/PopoverResponsive.d.ts +1 -1
- package/dist/components/popover-responsive/PopoverResponsive.svelte +86 -86
- package/dist/components/select/Select.d.ts +2 -62
- package/dist/components/select/Select.svelte +14 -14
- package/dist/components/select/select.scss +5 -5
- package/dist/components/side-navigation/SideNavigation.d.ts +1 -1
- package/dist/components/side-navigation/SideNavigation.svelte +131 -128
- package/dist/components/side-navigation/SideNavigationItem.svelte +17 -17
- package/dist/components/side-navigation/SideNavigationLayout.svelte +21 -21
- package/dist/components/side-navigation/sidenav.scss +161 -161
- package/dist/components/slider/Slider.d.ts +1 -1
- package/dist/components/slider/Slider.svelte +189 -189
- package/dist/components/star-rating/StarRating.d.ts +2 -26
- package/dist/components/star-rating/StarRating.svelte +81 -81
- package/dist/components/switch/Switch.d.ts +1 -1
- package/dist/components/switch/Switch.svelte +35 -35
- package/dist/components/tabs/Tabs.svelte.d.ts +9 -11
- package/dist/components/tabs/Tabs.svelte.js +10 -17
- package/dist/components/tabs/components/Tabs.svelte +32 -32
- package/dist/components/tabs/components/TabsContent.svelte +36 -36
- package/dist/components/tabs/components/TabsItem.svelte +31 -31
- package/dist/components/tabs/components/TabsList.svelte +57 -57
- package/dist/components/tera-ui-context/TeraUiContext.svelte +28 -28
- package/dist/components/text-area/TextArea.d.ts +2 -74
- package/dist/components/text-area/TextArea.svelte +88 -88
- package/dist/components/user-avatar-with-menu/UserAvatarWithMenu.d.ts +1 -1
- package/dist/components/user-avatar-with-menu/UserAvatarWithMenu.svelte +68 -67
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/paraglide/messages/_index.d.ts +7 -0
- package/dist/paraglide/messages/_index.js +8 -0
- package/dist/paraglide/messages/text_account_settings.d.ts +3 -0
- package/dist/paraglide/messages/text_account_settings.js +238 -0
- package/dist/paraglide/messages/text_calces_documentation.d.ts +3 -0
- package/dist/paraglide/messages/text_calces_documentation.js +238 -0
- package/dist/paraglide/messages/text_calces_scientific_calculator.d.ts +3 -0
- package/dist/paraglide/messages/text_calces_scientific_calculator.js +238 -0
- package/dist/paraglide/messages/text_currency_converter.d.ts +3 -0
- package/dist/paraglide/messages/text_currency_converter.js +238 -0
- package/dist/paraglide/messages/text_logout.d.ts +3 -0
- package/dist/paraglide/messages/text_logout.js +238 -0
- package/dist/paraglide/messages/text_select_language.d.ts +3 -0
- package/dist/paraglide/messages/text_select_language.js +238 -0
- package/dist/paraglide/messages/text_unit_converter.d.ts +3 -0
- package/dist/paraglide/messages/text_unit_converter.js +238 -0
- package/dist/paraglide/messages.d.ts +2 -21
- package/dist/paraglide/messages.js +4 -486
- package/dist/paraglide/registry.d.ts +21 -0
- package/dist/paraglide/registry.js +31 -0
- package/dist/paraglide/runtime.d.ts +442 -29
- package/dist/paraglide/runtime.js +1292 -80
- package/dist/paraglide/server.d.ts +67 -0
- package/dist/paraglide/server.js +188 -0
- package/dist/tera-i18n/README.md +105 -105
- package/dist/tera-i18n/assets/world-flags/Algeria.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/East Timor.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/Rapa Nui.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/abkhazia.svg +23 -23
- package/dist/tera-i18n/assets/world-flags/afghanistan.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/aland islands.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/albania.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/american samoa.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/andorra.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/angola.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/anguilla.svg +19 -19
- package/dist/tera-i18n/assets/world-flags/antigua and barbuda.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/argentina.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/armenia.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/aruba.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/australia.svg +21 -21
- package/dist/tera-i18n/assets/world-flags/austria.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/azerbaijan.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/azores islands.svg +21 -21
- package/dist/tera-i18n/assets/world-flags/bahamas.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/bahrain.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/balearic islands.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/bangladesh.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/barbados.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/basque country.svg +20 -20
- package/dist/tera-i18n/assets/world-flags/belarus.svg +18 -18
- package/dist/tera-i18n/assets/world-flags/belgium.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/belize.svg +17 -17
- package/dist/tera-i18n/assets/world-flags/benin.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/bermuda.svg +20 -20
- package/dist/tera-i18n/assets/world-flags/bhutan.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/bolivia.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/bonaire.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/bosnia and herzegovina.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/botswana.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/brazil.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/british columbia.svg +31 -31
- package/dist/tera-i18n/assets/world-flags/british indian ocean territory.svg +29 -29
- package/dist/tera-i18n/assets/world-flags/british virgin islands.svg +24 -24
- package/dist/tera-i18n/assets/world-flags/brunei.svg +19 -19
- package/dist/tera-i18n/assets/world-flags/bulgaria.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/burkina faso.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/burundi.svg +18 -18
- package/dist/tera-i18n/assets/world-flags/cambodia.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/cameroon.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/canada.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/canary islands.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/cape verde.svg +23 -23
- package/dist/tera-i18n/assets/world-flags/catalonia.svg +7 -7
- package/dist/tera-i18n/assets/world-flags/cayman islands.svg +20 -20
- package/dist/tera-i18n/assets/world-flags/central african republic.svg +20 -20
- package/dist/tera-i18n/assets/world-flags/ceuta.svg +29 -29
- package/dist/tera-i18n/assets/world-flags/chad.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/chile.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/china.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/cocos island.svg +19 -19
- package/dist/tera-i18n/assets/world-flags/colombia.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/comoros.svg +19 -19
- package/dist/tera-i18n/assets/world-flags/cook islands.svg +22 -22
- package/dist/tera-i18n/assets/world-flags/corsica.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/costa rica.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/croatia.svg +31 -31
- package/dist/tera-i18n/assets/world-flags/cuba.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/curacao.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/cyprus.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/czech republic.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/democratic republic of congo.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/denmark.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/djibouti.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/dominica.svg +34 -34
- package/dist/tera-i18n/assets/world-flags/dominican republic.svg +17 -17
- package/dist/tera-i18n/assets/world-flags/ecuador.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/egypt.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/el salvador.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/england.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/equatorial guinea.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/eritrea.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/estonia.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/ethiopia.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/european union.svg +18 -18
- package/dist/tera-i18n/assets/world-flags/falkland islands.svg +18 -18
- package/dist/tera-i18n/assets/world-flags/faroe islands.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/fiji.svg +18 -18
- package/dist/tera-i18n/assets/world-flags/finland.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/france.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/french polynesia.svg +17 -17
- package/dist/tera-i18n/assets/world-flags/gabon.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/galapagos islands.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/gambia.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/georgia.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/germany.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/ghana.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/gibraltar.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/greece.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/greenland.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/grenada.svg +27 -27
- package/dist/tera-i18n/assets/world-flags/guam.svg +18 -18
- package/dist/tera-i18n/assets/world-flags/guatemala.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/guernsey.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/guinea bissau.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/guinea.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/guyana.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/haiti.svg +17 -17
- package/dist/tera-i18n/assets/world-flags/hawaii.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/honduras.svg +17 -17
- package/dist/tera-i18n/assets/world-flags/hong kong.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/hungary.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/iceland.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/india.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/indonesia.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/iran.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/iraq.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/ireland.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/isle of man.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/israel.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/italy.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/ivory coast.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/jamaica.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/japan.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/jersey.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/jordan.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/kazakhstan.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/kenya.svg +19 -19
- package/dist/tera-i18n/assets/world-flags/kiribati.svg +17 -17
- package/dist/tera-i18n/assets/world-flags/kosovo.svg +17 -17
- package/dist/tera-i18n/assets/world-flags/kuwait.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/kyrgyzstan.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/laos.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/latvia.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/lebanon.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/lesotho.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/liberia.svg +23 -23
- package/dist/tera-i18n/assets/world-flags/libya.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/liechtenstein.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/lithuania.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/luxembourg.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/macao.svg +18 -18
- package/dist/tera-i18n/assets/world-flags/madagascar.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/madeira.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/malawi.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/malaysia.svg +17 -17
- package/dist/tera-i18n/assets/world-flags/maldives.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/mali.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/malta.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/marshall island.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/martinique.svg +18 -18
- package/dist/tera-i18n/assets/world-flags/mauritania.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/mauritius.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/melilla.svg +25 -25
- package/dist/tera-i18n/assets/world-flags/mexico.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/micronesia.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/moldova.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/monaco.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/mongolia.svg +19 -19
- package/dist/tera-i18n/assets/world-flags/montenegro.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/montserrat.svg +17 -17
- package/dist/tera-i18n/assets/world-flags/morocco.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/mozambique.svg +17 -17
- package/dist/tera-i18n/assets/world-flags/myanmar.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/namibia.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/nato.svg +19 -19
- package/dist/tera-i18n/assets/world-flags/nauru.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/nepal.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/netherlands.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/new zealand.svg +18 -18
- package/dist/tera-i18n/assets/world-flags/nicaragua.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/niger.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/nigeria.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/niue.svg +20 -20
- package/dist/tera-i18n/assets/world-flags/norfolk island.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/north korea.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/northern cyprus.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/northern marianas islands.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/norway.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/oman.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/orkney islands.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/ossetia.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/pakistan.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/palau.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/palestine.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/panama.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/papua new guinea.svg +17 -17
- package/dist/tera-i18n/assets/world-flags/paraguay.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/peru.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/philippines.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/pitcairn islands.svg +18 -18
- package/dist/tera-i18n/assets/world-flags/poland.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/portugal.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/puerto rico.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/qatar.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/republic of macedonia.svg +20 -20
- package/dist/tera-i18n/assets/world-flags/republic of the congo.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/romania.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/russia.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/rwanda.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/saba island.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/sahrawi arab democratic republic.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/samoa.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/san marino.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/sao tome and prince.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/sardinia.svg +23 -23
- package/dist/tera-i18n/assets/world-flags/saudi arabia.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/scotland.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/senegal.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/serbia.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/seychelles.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/sierra leone.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/singapore.svg +17 -17
- package/dist/tera-i18n/assets/world-flags/sint eustatius.svg +20 -20
- package/dist/tera-i18n/assets/world-flags/sint maarten.svg +17 -17
- package/dist/tera-i18n/assets/world-flags/slovakia.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/slovenia.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/solomon islands.svg +17 -17
- package/dist/tera-i18n/assets/world-flags/somalia.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/somaliland.svg +18 -18
- package/dist/tera-i18n/assets/world-flags/south africa.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/south korea.svg +30 -30
- package/dist/tera-i18n/assets/world-flags/south sudan.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/spain.svg +676 -676
- package/dist/tera-i18n/assets/world-flags/sri lanka.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/st barts.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/st lucia.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/st vincent and the grenadines.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/sudan.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/suriname.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/swaziland.svg +21 -21
- package/dist/tera-i18n/assets/world-flags/sweden.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/switzerland.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/syria.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/taiwan.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/tajikistan.svg +20 -20
- package/dist/tera-i18n/assets/world-flags/tanzania.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/thailand.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/tibet.svg +22 -22
- package/dist/tera-i18n/assets/world-flags/togo.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/tokelau.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/tonga.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/transnistria.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/trinidad and tobago.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/tunisia.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/turkey.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/turkmenistan.svg +30 -30
- package/dist/tera-i18n/assets/world-flags/turks and caicos.svg +19 -19
- package/dist/tera-i18n/assets/world-flags/tuvalu.svg +25 -25
- package/dist/tera-i18n/assets/world-flags/uganda.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/ukraine.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/united arab emirates.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/united kingdom.svg +23 -23
- package/dist/tera-i18n/assets/world-flags/united nations.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/united states.svg +15 -15
- package/dist/tera-i18n/assets/world-flags/uruguay.svg +16 -16
- package/dist/tera-i18n/assets/world-flags/uzbekista/314/201n.svg +27 -27
- package/dist/tera-i18n/assets/world-flags/uzbekist/303/241n.svg +27 -0
- package/dist/tera-i18n/assets/world-flags/vanuatu.svg +32 -32
- package/dist/tera-i18n/assets/world-flags/vatican city.svg +13 -13
- package/dist/tera-i18n/assets/world-flags/venezuela.svg +20 -20
- package/dist/tera-i18n/assets/world-flags/vietnam.svg +11 -11
- package/dist/tera-i18n/assets/world-flags/virgin islands.svg +18 -18
- package/dist/tera-i18n/assets/world-flags/wales.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/yemen.svg +12 -12
- package/dist/tera-i18n/assets/world-flags/zambia.svg +14 -14
- package/dist/tera-i18n/assets/world-flags/zimbabwe.svg +20 -20
- package/dist/tera-i18n/dev-tools/translator/.env +1 -1
- package/dist/tera-i18n/dev-tools/translator/gpt-translator-i18n-message.js +32 -8
- package/dist/tera-i18n/dev-tools/translator/package-lock.json +990 -990
- package/dist/tera-i18n/dev-tools/translator/package.json +20 -20
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-cv-maker.txt +18 -0
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-system.txt +1 -0
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt.txt +14 -8
- package/dist/tera-i18n/dev-tools/translator/tsconfig.json +16 -16
- package/dist/tera-i18n/projects/common/all-language-data.d.ts +3 -3
- package/dist/tera-i18n/projects/common/all-language-data.js +21 -0
- package/dist/tera-i18n/projects/common/types/language.d.ts +6 -6
- package/dist/tera-i18n/projects/cv-maker/messages/ar.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/bg.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/bn.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ca.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/cs.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/da.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/de.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/el.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en.json +60 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/fi.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/fr.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/he.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/hi.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/hu.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/id.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/it.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ja.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ko.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/lt.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/lv.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ms.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/nl.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/no.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/pl.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/pt.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ro.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ru.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/sk.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/sl.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/sq.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/sr.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/sv.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/sw.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ta.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/te.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/th.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/tl.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/tr.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/uk.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/vi.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/zh-CN.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/messages/zh-TW.json +49 -0
- package/dist/tera-i18n/projects/cv-maker/project.inlang/project_id +1 -0
- package/dist/tera-i18n/projects/cv-maker/project.inlang/settings.json +61 -0
- package/dist/tera-i18n/projects/cv-maker/supported-language.d.ts +1 -0
- package/dist/tera-i18n/projects/cv-maker/supported-language.js +45 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/ar.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/bg.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/bn.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/ca.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/cs.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/da.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/de.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/el.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/en.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/es.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/fi.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/fr.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/he.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/hi.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/hu.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/id.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/it.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/ja.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/ko.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/lt.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/lv.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/ms.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/nl.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/no.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/pl.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/pt.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/ro.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/ru.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/sk.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/sl.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/sq.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/sr.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/sv.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/sw.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/ta.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/te.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/th.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/tl.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/tr.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/uk.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/vi.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/zh-CN.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/messages/zh-TW.json +105 -105
- package/dist/tera-i18n/projects/tera-calculator/project.inlang/settings.json +58 -58
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/de.json +1875 -1875
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/en.json +1875 -1875
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/es.json +1875 -1875
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/fr.json +1875 -1875
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/it.json +1875 -1875
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/ja.json +1875 -1875
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/ko.json +1875 -1875
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/pt.json +1875 -1875
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/ru.json +1875 -1875
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/vi.json +1875 -1875
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/zh-CN.json +1875 -1875
- package/dist/tera-i18n/projects/tera-converter/messages/de.json +40 -40
- package/dist/tera-i18n/projects/tera-converter/messages/en.json +42 -42
- package/dist/tera-i18n/projects/tera-converter/messages/es.json +40 -40
- package/dist/tera-i18n/projects/tera-converter/messages/fr.json +40 -40
- package/dist/tera-i18n/projects/tera-converter/messages/it.json +40 -40
- package/dist/tera-i18n/projects/tera-converter/messages/ja.json +40 -40
- package/dist/tera-i18n/projects/tera-converter/messages/ko.json +40 -40
- package/dist/tera-i18n/projects/tera-converter/messages/pt.json +40 -40
- package/dist/tera-i18n/projects/tera-converter/messages/ru.json +40 -40
- package/dist/tera-i18n/projects/tera-converter/messages/vi.json +40 -40
- package/dist/tera-i18n/projects/tera-converter/messages/zh-CN.json +40 -40
- package/dist/tera-i18n/projects/tera-converter/project.inlang/settings.json +26 -26
- package/dist/tera-i18n/projects/tera-system-ui/messages/ar.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/bg.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/bn.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/ca.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/cs.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/da.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/de.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/el.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/en.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/es.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/fi.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/fr.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/he.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/hi.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/hu.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/id.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/it.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/ja.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/ko.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/lt.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/lv.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/ms.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/nl.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/no.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/pl.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/pt.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/ro.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/ru.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/sk.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/sl.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/sq.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/sr.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/sv.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/sw.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/ta.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/te.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/th.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/tl.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/tr.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/uk.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/vi.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/zh-CN.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/messages/zh-TW.json +9 -9
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/settings.json +64 -64
- package/dist/tera-i18n/projects/tera-tools/messages/ar.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/bg.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/bn.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/ca.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/cs.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/da.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/de.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/el.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/en.json +96 -96
- package/dist/tera-i18n/projects/tera-tools/messages/es.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/fi.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/fr.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/he.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/hi.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/hu.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/id.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/it.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/ja.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/ko.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/lt.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/lv.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/ms.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/nl.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/no.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/pl.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/pt.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/ro.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/ru.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/sk.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/sl.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/sq.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/sr.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/sv.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/sw.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/ta.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/te.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/th.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/tl.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/tr.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/uk.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/vi.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/zh-CN.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/messages/zh-TW.json +69 -69
- package/dist/tera-i18n/projects/tera-tools/project.inlang/settings.json +61 -61
- package/dist/themes/scrollbar.scss +37 -37
- package/dist/themes/tera-ui-base.css +406 -404
- package/dist/themes/tw-preset.cjs +159 -159
- package/package.json +114 -120
- package/scripts/add-component-template.js +121 -121
- package/scripts/generate-ts-index.js +139 -138
- package/dist/astro/index.d.ts +0 -3
- package/dist/astro/index.js +0 -3
- package/dist/components/dialog/Dialog.astro +0 -64
- package/dist/components/fonts/TeraFontMono.astro +0 -4
- package/dist/components/fonts/TeraFontSansSerif.astro +0 -4
- package/dist/components/tabs/tabs.svelte.d.ts +0 -3
- package/dist/components/tabs/tabs.svelte.js +0 -11
- package/dist/i18n.d.ts +0 -1
- package/dist/i18n.js +0 -4
- package/dist/paraglide/messages/ar.d.ts +0 -7
- package/dist/paraglide/messages/ar.js +0 -66
- package/dist/paraglide/messages/bg.d.ts +0 -7
- package/dist/paraglide/messages/bg.js +0 -66
- package/dist/paraglide/messages/bn.d.ts +0 -7
- package/dist/paraglide/messages/bn.js +0 -66
- package/dist/paraglide/messages/ca.d.ts +0 -7
- package/dist/paraglide/messages/ca.js +0 -66
- package/dist/paraglide/messages/cs.d.ts +0 -7
- package/dist/paraglide/messages/cs.js +0 -66
- package/dist/paraglide/messages/da.d.ts +0 -7
- package/dist/paraglide/messages/da.js +0 -66
- package/dist/paraglide/messages/de.d.ts +0 -7
- package/dist/paraglide/messages/de.js +0 -66
- package/dist/paraglide/messages/el.d.ts +0 -7
- package/dist/paraglide/messages/el.js +0 -66
- package/dist/paraglide/messages/en.d.ts +0 -7
- package/dist/paraglide/messages/en.js +0 -66
- package/dist/paraglide/messages/es.d.ts +0 -7
- package/dist/paraglide/messages/es.js +0 -66
- package/dist/paraglide/messages/fi.d.ts +0 -7
- package/dist/paraglide/messages/fi.js +0 -66
- package/dist/paraglide/messages/fr.d.ts +0 -7
- package/dist/paraglide/messages/fr.js +0 -66
- package/dist/paraglide/messages/he.d.ts +0 -7
- package/dist/paraglide/messages/he.js +0 -66
- package/dist/paraglide/messages/hi.d.ts +0 -7
- package/dist/paraglide/messages/hi.js +0 -66
- package/dist/paraglide/messages/hu.d.ts +0 -7
- package/dist/paraglide/messages/hu.js +0 -66
- package/dist/paraglide/messages/id.d.ts +0 -7
- package/dist/paraglide/messages/id.js +0 -66
- package/dist/paraglide/messages/it.d.ts +0 -7
- package/dist/paraglide/messages/it.js +0 -66
- package/dist/paraglide/messages/ja.d.ts +0 -7
- package/dist/paraglide/messages/ja.js +0 -66
- package/dist/paraglide/messages/ko.d.ts +0 -7
- package/dist/paraglide/messages/ko.js +0 -66
- package/dist/paraglide/messages/lt.d.ts +0 -7
- package/dist/paraglide/messages/lt.js +0 -66
- package/dist/paraglide/messages/lv.d.ts +0 -7
- package/dist/paraglide/messages/lv.js +0 -66
- package/dist/paraglide/messages/ms.d.ts +0 -7
- package/dist/paraglide/messages/ms.js +0 -66
- package/dist/paraglide/messages/nl.d.ts +0 -7
- package/dist/paraglide/messages/nl.js +0 -66
- package/dist/paraglide/messages/no.d.ts +0 -7
- package/dist/paraglide/messages/no.js +0 -66
- package/dist/paraglide/messages/pl.d.ts +0 -7
- package/dist/paraglide/messages/pl.js +0 -66
- package/dist/paraglide/messages/pt.d.ts +0 -7
- package/dist/paraglide/messages/pt.js +0 -66
- package/dist/paraglide/messages/ro.d.ts +0 -7
- package/dist/paraglide/messages/ro.js +0 -66
- package/dist/paraglide/messages/ru.d.ts +0 -7
- package/dist/paraglide/messages/ru.js +0 -66
- package/dist/paraglide/messages/sk.d.ts +0 -7
- package/dist/paraglide/messages/sk.js +0 -66
- package/dist/paraglide/messages/sl.d.ts +0 -7
- package/dist/paraglide/messages/sl.js +0 -66
- package/dist/paraglide/messages/sq.d.ts +0 -7
- package/dist/paraglide/messages/sq.js +0 -66
- package/dist/paraglide/messages/sr.d.ts +0 -7
- package/dist/paraglide/messages/sr.js +0 -66
- package/dist/paraglide/messages/sv.d.ts +0 -7
- package/dist/paraglide/messages/sv.js +0 -66
- package/dist/paraglide/messages/sw.d.ts +0 -7
- package/dist/paraglide/messages/sw.js +0 -66
- package/dist/paraglide/messages/ta.d.ts +0 -7
- package/dist/paraglide/messages/ta.js +0 -66
- package/dist/paraglide/messages/te.d.ts +0 -7
- package/dist/paraglide/messages/te.js +0 -66
- package/dist/paraglide/messages/th.d.ts +0 -7
- package/dist/paraglide/messages/th.js +0 -66
- package/dist/paraglide/messages/tl.d.ts +0 -7
- package/dist/paraglide/messages/tl.js +0 -66
- package/dist/paraglide/messages/tr.d.ts +0 -7
- package/dist/paraglide/messages/tr.js +0 -66
- package/dist/paraglide/messages/uk.d.ts +0 -7
- package/dist/paraglide/messages/uk.js +0 -66
- package/dist/paraglide/messages/vi.d.ts +0 -7
- package/dist/paraglide/messages/vi.js +0 -66
- package/dist/paraglide/messages/zh-CN.d.ts +0 -7
- package/dist/paraglide/messages/zh-CN.js +0 -66
- package/dist/paraglide/messages/zh-TW.d.ts +0 -7
- package/dist/paraglide/messages/zh-TW.js +0 -66
|
@@ -1,1876 +1,1876 @@
|
|
|
1
|
-
{
|
|
2
|
-
"text_category_conversion": "{category} 转换",
|
|
3
|
-
"text_unit_to_unit": "从{sourceUnit}到{targetUnit}",
|
|
4
|
-
"text_unit_to_unit_conversion_table": "{sourceUnit}到{targetUnit}转换表",
|
|
5
|
-
"text_unit_to_unit_converter": "{sourceUnit}到{targetUnit}转换器",
|
|
6
|
-
"text_unit_converter_online": "在线单位转换器",
|
|
7
|
-
"text_conversion_calculator": "转换计算器",
|
|
8
|
-
"text_input_unit": "输入{conversionUnit}",
|
|
9
|
-
"text_from": "从",
|
|
10
|
-
"text_to": "到",
|
|
11
|
-
"text_from_unit": "从",
|
|
12
|
-
"text_to_unit": "到",
|
|
13
|
-
"text_swap_units": "交换单位",
|
|
14
|
-
"text_copy_result": "复制结果",
|
|
15
|
-
"text_search": "搜索",
|
|
16
|
-
"text_converter": "转换器",
|
|
17
|
-
"text_convert": "转换",
|
|
18
|
-
"text_suggestion": "建议",
|
|
19
|
-
"text_search_conversion_placeholder": "搜索任意转换对...",
|
|
20
|
-
"text_search_category_unit_placeholder": "搜索{category}单位",
|
|
21
|
-
"text_no_search_result_for_keyword": "没有关于{keyword}的搜索结果",
|
|
22
|
-
"text_seo_description_for_conversion_pair": "{sourceUnit} ({sourceUnitSymbol})到{targetUnit} ({targetUnitSymbol})转换器。{sourceUnit}到{targetUnit}转换器。如何将{sourceUnit} ({sourceUnitSymbol})转换为{targetUnit} ({targetUnitSymbol})",
|
|
23
|
-
"text_seo_second_title_for_conversion_pair": "{sourceUnit} ({sourceUnitSymbol})到{targetUnit} ({targetUnitSymbol})转换器",
|
|
24
|
-
"text_seo_title_for_conversion_pair": "{sourceUnit}到{targetUnit}转换器 ({sourceUnitCode}转{targetUnitCode})",
|
|
25
|
-
"text_seo_description_for_conversion_category": "{category}转换,{category}单位转换,{category}计算器",
|
|
26
|
-
"text_seo_title_for_conversion_category": "{category}转换",
|
|
27
|
-
"text_seo_description_for_root": "长度、能量、面积、速度等单位转换",
|
|
28
|
-
"text_seo_title_for_root_page": "在线单位转换器 | 转换计算器",
|
|
29
|
-
"text_select_language": "选择语言",
|
|
30
|
-
"text_wait_for_loading_message": "请稍候",
|
|
31
|
-
"action_close": "关闭",
|
|
32
|
-
"text_search_conversion_category": "搜索转换类别",
|
|
33
|
-
"text_last_updated": "最后更新于{time}",
|
|
34
|
-
"text_seo_title_for_currency_pair": "{sourceUnitCode}到{targetUnitCode}转换 - {sourceUnit}到{targetUnit}汇率",
|
|
35
|
-
"text_seo_second_title_for_currency_pair": "{sourceUnitCode}到{targetUnitCode}汇率 - {sourceUnit}到{targetUnit}转换",
|
|
36
|
-
"text_seo_description_for_currency_pair": "使用最新的当前汇率将{sourceUnitCode}转换为{targetUnitCode}。{sourceUnit} - {targetUnit}货币转换器。{sourceUnit} ({sourceUnitCode})货币转换器",
|
|
37
|
-
"text_seo_title_for_currency_category": "货币汇率 - 货币转换器",
|
|
38
|
-
"text_seo_description_for_currency_category": "使用货币转换器获取最新的货币汇率。货币计算器。汇率计算器。比较160多种货币",
|
|
39
|
-
"text_currency_convert_disclaimer": "我们在转换器中使用中间市场汇率。这仅供参考。",
|
|
40
|
-
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
41
|
-
"ctg_acceleration_hint": "米/小时/秒,标准重力",
|
|
42
|
-
"ctg_acceleration_title": "加速度",
|
|
43
|
-
"ctg_angle_hint": "度,角分,角秒",
|
|
44
|
-
"ctg_angle_title": "角",
|
|
45
|
-
"ctg_angularspeed_hint": "每小时转数,每小时角度",
|
|
46
|
-
"ctg_angularspeed_title": "角速度",
|
|
47
|
-
"ctg_area_hint": "公顷,平方米,平方英尺",
|
|
48
|
-
"ctg_area_title": "区域",
|
|
49
|
-
"ctg_astronomy_hint": "天文单位,光年",
|
|
50
|
-
"ctg_astronomy_title": "天文学距离",
|
|
51
|
-
"ctg_capacitance_hint": "法拉,毫法拉",
|
|
52
|
-
"ctg_capacitance_title": "电容",
|
|
53
|
-
"ctg_currency_hint": "美元,欧元,英镑,瑞郎",
|
|
54
|
-
"ctg_currency_title": "货币",
|
|
55
|
-
"ctg_datastorage1024_hint": "比特,字节,千字节,兆字节",
|
|
56
|
-
"ctg_datastorage1024_title": "数据存储 (1KB=1024B)",
|
|
57
|
-
"ctg_datastorage_hint": "比特,字节,千字节,千位字节",
|
|
58
|
-
"ctg_datastorage_title": "数据存储 (1KB=1000B)",
|
|
59
|
-
"ctg_datatransfer_hint": "千字节每秒,兆字节每秒",
|
|
60
|
-
"ctg_datatransfer_title": "数据传输",
|
|
61
|
-
"ctg_density_hint": "千克每升,盎司每加仑",
|
|
62
|
-
"ctg_density_title": "密度",
|
|
63
|
-
"ctg_dynamicviscosity_hint": "帕秒,泊",
|
|
64
|
-
"ctg_dynamicviscosity_title": "动力粘度",
|
|
65
|
-
"ctg_electriccharge_hint": "库仑,安时,法拉第",
|
|
66
|
-
"ctg_electriccharge_title": "充电",
|
|
67
|
-
"ctg_electriccurrent_hint": "安培,毫安,微安",
|
|
68
|
-
"ctg_electriccurrent_title": "电流",
|
|
69
|
-
"ctg_electricpotential_hint": "伏特,千伏,瓦/安",
|
|
70
|
-
"ctg_electricpotential_title": "电势",
|
|
71
|
-
"ctg_electricresistance_hint": "欧姆,伏/安",
|
|
72
|
-
"ctg_electricresistance_title": "电阻",
|
|
73
|
-
"ctg_energy_hint": "焦耳, 热量, BTU, 千克 TNT",
|
|
74
|
-
"ctg_energy_title": "能量",
|
|
75
|
-
"ctg_favorites_title": "收藏的转换",
|
|
76
|
-
"ctg_flow_hint": "升每分,加仑每分",
|
|
77
|
-
"ctg_flow_title": "流量",
|
|
78
|
-
"ctg_force_hint": "牛顿,千克力,磅力",
|
|
79
|
-
"ctg_force_title": "力",
|
|
80
|
-
"ctg_frequency_hint": "赫兹,兆赫,千兆赫",
|
|
81
|
-
"ctg_frequency_title": "频率",
|
|
82
|
-
"ctg_fuel_hint": "升每一百千米,升每一百英里",
|
|
83
|
-
"ctg_fuel_title": "油耗",
|
|
84
|
-
"ctg_history_title": "历史",
|
|
85
|
-
"ctg_illuminance_hint": "流明每平方米,勒克斯,辐透",
|
|
86
|
-
"ctg_illuminance_title": "照度",
|
|
87
|
-
"ctg_kinematicviscosity_hint": "平方米每秒",
|
|
88
|
-
"ctg_kinematicviscosity_title": "运动黏度",
|
|
89
|
-
"ctg_length_hint": "英里,米,英尺",
|
|
90
|
-
"ctg_length_title": "长度",
|
|
91
|
-
"ctg_luminance_hint": "坎德拉每平方米,朗伯",
|
|
92
|
-
"ctg_luminance_title": "光亮度",
|
|
93
|
-
"ctg_magneticfield_hint": "特斯拉,伽马,高斯",
|
|
94
|
-
"ctg_magneticfield_title": "磁场",
|
|
95
|
-
"ctg_metrics_hint": "千兆,兆,千,毫,微",
|
|
96
|
-
"ctg_metrics_title": "国际单位制简写",
|
|
97
|
-
"ctg_mineralization_hint": "百万分之,千分之",
|
|
98
|
-
"ctg_mineralization_title": "矿化",
|
|
99
|
-
"ctg_power_hint": "千瓦,马力,卡路里每秒",
|
|
100
|
-
"ctg_power_title": "动力",
|
|
101
|
-
"ctg_pressure_hint": "大气压,巴,帕斯卡",
|
|
102
|
-
"ctg_pressure_title": "压力",
|
|
103
|
-
"ctg_radiation_hint": "格雷,拉德,西弗特",
|
|
104
|
-
"ctg_radiation_title": "辐射",
|
|
105
|
-
"ctg_radioactivity_hint": "贝克勒尔,居里,卢瑟福",
|
|
106
|
-
"ctg_radioactivity_title": "辐射能",
|
|
107
|
-
"ctg_speed_hint": "英里每小时,千米每小时",
|
|
108
|
-
"ctg_speed_title": "速度",
|
|
109
|
-
"ctg_temperature_hint": "摄氏度,华氏度,开尔文",
|
|
110
|
-
"ctg_temperature_title": "温度",
|
|
111
|
-
"ctg_time_hint": "天,小时,分钟,秒",
|
|
112
|
-
"ctg_time_title": "时间",
|
|
113
|
-
"ctg_torque_hint": "牛顿米,千克力米",
|
|
114
|
-
"ctg_torque_title": "转矩",
|
|
115
|
-
"ctg_typography_hint": "点,皮卡",
|
|
116
|
-
"ctg_typography_title": "活版印刷",
|
|
117
|
-
"ctg_unit_hint": "单位,对,打,一半",
|
|
118
|
-
"ctg_unit_title": "单位和分数",
|
|
119
|
-
"ctg_volume_hint": "桶,升,液体盎司",
|
|
120
|
-
"ctg_volume_title": "体积",
|
|
121
|
-
"ctg_weight_hint": "千克,磅,盎司",
|
|
122
|
-
"ctg_weight_title": "质量",
|
|
123
|
-
"unit_acceleration_footHourSecond_name": "英尺/小时/秒",
|
|
124
|
-
"unit_acceleration_footMinSecond_name": "英尺/分钟/秒",
|
|
125
|
-
"unit_acceleration_footSecondSquared_name": "英尺/秒^2",
|
|
126
|
-
"unit_acceleration_gal_name": "伽利略",
|
|
127
|
-
"unit_acceleration_inchHourSecond_name": "英寸/小时/秒",
|
|
128
|
-
"unit_acceleration_inchMinSecond_name": "英寸/分钟/秒",
|
|
129
|
-
"unit_acceleration_inchSecondSquared_name": "英寸/秒^2",
|
|
130
|
-
"unit_acceleration_kmHourSecond_name": "公里/小时/秒",
|
|
131
|
-
"unit_acceleration_kmHourSquared_name": "千米每小时平方",
|
|
132
|
-
"unit_acceleration_kmMinSecond_name": "公里/分钟/秒",
|
|
133
|
-
"unit_acceleration_kmSecondSquared_name": "公里/秒^2",
|
|
134
|
-
"unit_acceleration_knotSecond_name": "节/秒",
|
|
135
|
-
"unit_acceleration_meterHourSecond_name": "米/小时/秒",
|
|
136
|
-
"unit_acceleration_meterMinSecond_name": "米/分钟/秒",
|
|
137
|
-
"unit_acceleration_meterSecondSquared_name": "米/秒^2",
|
|
138
|
-
"unit_acceleration_mileHourSecond_name": "英里/小时/秒",
|
|
139
|
-
"unit_acceleration_mileMinSecond_name": "英里/分钟/秒",
|
|
140
|
-
"unit_acceleration_mileSecondSquared_name": "英里/秒^2",
|
|
141
|
-
"unit_acceleration_standardGravity_name": "标准重力",
|
|
142
|
-
"unit_angle_arcMinute_name": "弧分",
|
|
143
|
-
"unit_angle_arcSecond_name": "角秒",
|
|
144
|
-
"unit_angle_degree_name": "度",
|
|
145
|
-
"unit_angle_gradian_name": "百分度",
|
|
146
|
-
"unit_angle_octant_name": "八分之一",
|
|
147
|
-
"unit_angle_quadrant_name": "四分之一",
|
|
148
|
-
"unit_angle_radian_name": "弧度",
|
|
149
|
-
"unit_angle_sextant_name": "六分之一",
|
|
150
|
-
"unit_angle_sign_name": "符号",
|
|
151
|
-
"unit_angle_turn_name": "转动",
|
|
152
|
-
"unit_angularspeed_degreePerDay_name": "天度数",
|
|
153
|
-
"unit_angularspeed_degreePerHour_name": "小时度数",
|
|
154
|
-
"unit_angularspeed_degreePerMin_name": "分钟度数",
|
|
155
|
-
"unit_angularspeed_degreePerSec_name": "秒度数",
|
|
156
|
-
"unit_angularspeed_degreePerWeek_name": "周度数",
|
|
157
|
-
"unit_angularspeed_radianPerDay_name": "日弧度",
|
|
158
|
-
"unit_angularspeed_radianPerHour_name": "小时弧度",
|
|
159
|
-
"unit_angularspeed_radianPerMin_name": "分钟弧度",
|
|
160
|
-
"unit_angularspeed_radianPerSec_name": "秒弧度",
|
|
161
|
-
"unit_angularspeed_radianPerWeek_name": "周弧度",
|
|
162
|
-
"unit_angularspeed_revolutionPerDay_name": "天转数",
|
|
163
|
-
"unit_angularspeed_revolutionPerHour_name": "小时转数",
|
|
164
|
-
"unit_angularspeed_revolutionPerMin_name": "分钟转数",
|
|
165
|
-
"unit_angularspeed_revolutionPerSec_name": "秒转数",
|
|
166
|
-
"unit_angularspeed_revolutionPerWeek_name": "每周转数",
|
|
167
|
-
"unit_area_acre_name": "英亩",
|
|
168
|
-
"unit_area_are_name": "公亩",
|
|
169
|
-
"unit_area_circInch_name": "圆英寸",
|
|
170
|
-
"unit_area_decare_name": "十公亩",
|
|
171
|
-
"unit_area_hectare_name": "公顷",
|
|
172
|
-
"unit_area_rood_name": "鲁德",
|
|
173
|
-
"unit_area_sqCentimeter_name": "平方厘米",
|
|
174
|
-
"unit_area_sqChain_name": "平方链",
|
|
175
|
-
"unit_area_sqDecimeter_name": "平方分米",
|
|
176
|
-
"unit_area_sqFoot_name": "平方英尺",
|
|
177
|
-
"unit_area_sqInch_name": "平方英寸",
|
|
178
|
-
"unit_area_sqKilometer_name": "平方千米",
|
|
179
|
-
"unit_area_sqMeter_name": "平方米",
|
|
180
|
-
"unit_area_sqMile_name": "平方英里",
|
|
181
|
-
"unit_area_sqMillimeter_name": "平方毫米",
|
|
182
|
-
"unit_area_sqRod_name": "平方杆",
|
|
183
|
-
"unit_area_sqThou_name": "平方千分之一英寸",
|
|
184
|
-
"unit_area_sqYard_name": "平方码",
|
|
185
|
-
"unit_area_square_name": "平方",
|
|
186
|
-
"unit_astronomy_astronomicalUnit_name": "天文单位",
|
|
187
|
-
"unit_astronomy_gigaParsec_name": "吉秒差距",
|
|
188
|
-
"unit_astronomy_kilometer_name": "千米",
|
|
189
|
-
"unit_astronomy_lightDay_name": "光日",
|
|
190
|
-
"unit_astronomy_lightHour_name": "光时",
|
|
191
|
-
"unit_astronomy_lightMinute_name": "光分",
|
|
192
|
-
"unit_astronomy_lightSecond_name": "光秒",
|
|
193
|
-
"unit_astronomy_lightYear_name": "光年",
|
|
194
|
-
"unit_astronomy_megaParsec_name": "兆秒差距",
|
|
195
|
-
"unit_astronomy_mile_name": "英里",
|
|
196
|
-
"unit_astronomy_parsec_name": "秒差距",
|
|
197
|
-
"unit_capacitance_abfarad_name": "安法",
|
|
198
|
-
"unit_capacitance_coulumbPerVolt_name": "库仑每伏特",
|
|
199
|
-
"unit_capacitance_decaFarad_name": "十分之一法拉",
|
|
200
|
-
"unit_capacitance_farad_name": "法拉",
|
|
201
|
-
"unit_capacitance_gigaFarad_name": "吉法拉",
|
|
202
|
-
"unit_capacitance_hectoFarad_name": "百分之一法拉",
|
|
203
|
-
"unit_capacitance_kiloFarad_name": "千法拉",
|
|
204
|
-
"unit_capacitance_megaFarad_name": "兆法拉",
|
|
205
|
-
"unit_capacitance_microFarad_name": "微法拉",
|
|
206
|
-
"unit_capacitance_milliFarad_name": "毫法拉",
|
|
207
|
-
"unit_capacitance_nanoFarad_name": "纳法拉",
|
|
208
|
-
"unit_capacitance_picoFarad_name": "皮法拉",
|
|
209
|
-
"unit_capacitance_statfarad_name": "静电法拉",
|
|
210
|
-
"unit_converter": "单位转换器",
|
|
211
|
-
"unit_currency_aed_name": "阿联酋迪拉姆",
|
|
212
|
-
"unit_currency_afn_name": "阿富汗尼",
|
|
213
|
-
"unit_currency_all_name": "阿尔巴尼亚列克",
|
|
214
|
-
"unit_currency_amd_name": "亚美尼亚德拉姆",
|
|
215
|
-
"unit_currency_ang_name": "荷属安的列斯盾",
|
|
216
|
-
"unit_currency_aoa_name": "安哥拉宽扎",
|
|
217
|
-
"unit_currency_ars_name": "阿根廷比索",
|
|
218
|
-
"unit_currency_aud_name": "澳元",
|
|
219
|
-
"unit_currency_awg_name": "阿鲁巴弗罗林",
|
|
220
|
-
"unit_currency_azn_name": "阿塞拜疆马纳特",
|
|
221
|
-
"unit_currency_bam_name": "波斯尼亚和黑塞哥维那可兑换马克",
|
|
222
|
-
"unit_currency_bbd_name": "巴巴多斯元",
|
|
223
|
-
"unit_currency_bdt_name": "孟加拉塔卡",
|
|
224
|
-
"unit_currency_bgn_name": "保加利亚列弗",
|
|
225
|
-
"unit_currency_bhd_name": "巴林第纳尔",
|
|
226
|
-
"unit_currency_bif_name": "布隆迪法郎",
|
|
227
|
-
"unit_currency_bmd_name": "百慕大元",
|
|
228
|
-
"unit_currency_bnd_name": "文莱元",
|
|
229
|
-
"unit_currency_bob_name": "玻利维亚诺",
|
|
230
|
-
"unit_currency_brl_name": "巴西雷亚尔",
|
|
231
|
-
"unit_currency_bsd_name": "巴哈马元",
|
|
232
|
-
"unit_currency_btc_name": "比特币",
|
|
233
|
-
"unit_currency_btn_name": "不丹努尔特鲁姆",
|
|
234
|
-
"unit_currency_bwp_name": "博茨瓦纳普拉",
|
|
235
|
-
"unit_currency_byn_name": "白俄罗斯新卢布",
|
|
236
|
-
"unit_currency_byr_name": "白俄罗斯卢布",
|
|
237
|
-
"unit_currency_bzd_name": "伯利兹元",
|
|
238
|
-
"unit_currency_cad_name": "加元",
|
|
239
|
-
"unit_currency_cdf_name": "刚果法郎",
|
|
240
|
-
"unit_currency_chf_name": "瑞士法郎",
|
|
241
|
-
"unit_currency_clp_name": "智利比索",
|
|
242
|
-
"unit_currency_cny_name": "人民币元",
|
|
243
|
-
"unit_currency_cop_name": "哥伦比亚比索",
|
|
244
|
-
"unit_currency_crc_name": "哥斯达黎加科朗",
|
|
245
|
-
"unit_currency_cup_name": "古巴比索",
|
|
246
|
-
"unit_currency_cve_name": "佛得角埃斯库多",
|
|
247
|
-
"unit_currency_czk_name": "捷克克朗",
|
|
248
|
-
"unit_currency_djf_name": "吉布提法郎",
|
|
249
|
-
"unit_currency_dkk_name": "丹麦克朗",
|
|
250
|
-
"unit_currency_dop_name": "多米尼加比索",
|
|
251
|
-
"unit_currency_dzd_name": "阿尔及利亚第纳尔",
|
|
252
|
-
"unit_currency_egp_name": "埃及镑",
|
|
253
|
-
"unit_currency_ern_name": "厄立特里亚纳克法",
|
|
254
|
-
"unit_currency_etb_name": "埃塞俄比亚比尔",
|
|
255
|
-
"unit_currency_eur_name": "欧元",
|
|
256
|
-
"unit_currency_fjd_name": "斐济元",
|
|
257
|
-
"unit_currency_fkp_name": "福克兰群岛镑",
|
|
258
|
-
"unit_currency_gbp_name": "英镑",
|
|
259
|
-
"unit_currency_gel_name": "格鲁吉亚拉里",
|
|
260
|
-
"unit_currency_ghs_name": "加纳塞地",
|
|
261
|
-
"unit_currency_gip_name": "直布罗陀镑",
|
|
262
|
-
"unit_currency_gmd_name": "冈比亚达拉西",
|
|
263
|
-
"unit_currency_gnf_name": "几内亚法郎",
|
|
264
|
-
"unit_currency_gtq_name": "危地马拉格查尔",
|
|
265
|
-
"unit_currency_gyd_name": "圭亚那元",
|
|
266
|
-
"unit_currency_hkd_name": "港元",
|
|
267
|
-
"unit_currency_hnl_name": "洪都拉斯伦皮拉",
|
|
268
|
-
"unit_currency_hrk_name": "克罗地亚库纳",
|
|
269
|
-
"unit_currency_htg_name": "海地古德",
|
|
270
|
-
"unit_currency_huf_name": "匈牙利福林",
|
|
271
|
-
"unit_currency_idr_name": "印度尼西亚盾",
|
|
272
|
-
"unit_currency_ils_name": "以色列新谢克尔",
|
|
273
|
-
"unit_currency_inr_name": "印度卢比",
|
|
274
|
-
"unit_currency_iqd_name": "伊拉克第纳尔",
|
|
275
|
-
"unit_currency_irr_name": "伊朗里亚尔",
|
|
276
|
-
"unit_currency_isk_name": "冰岛克朗",
|
|
277
|
-
"unit_currency_jmd_name": "牙买加元",
|
|
278
|
-
"unit_currency_jod_name": "约旦第纳尔",
|
|
279
|
-
"unit_currency_jpy_name": "日元",
|
|
280
|
-
"unit_currency_kes_name": "肯尼亚先令",
|
|
281
|
-
"unit_currency_kgs_name": "吉尔吉斯斯坦索姆",
|
|
282
|
-
"unit_currency_khr_name": "柬埔寨瑞尔",
|
|
283
|
-
"unit_currency_kmf_name": "科摩罗法郎",
|
|
284
|
-
"unit_currency_kpw_name": "朝鲜元",
|
|
285
|
-
"unit_currency_krw_name": "韩元",
|
|
286
|
-
"unit_currency_kwd_name": "科威特第纳尔",
|
|
287
|
-
"unit_currency_kyd_name": "开曼群岛元",
|
|
288
|
-
"unit_currency_kzt_name": "哈萨克斯坦坚戈",
|
|
289
|
-
"unit_currency_lak_name": "老挝基普",
|
|
290
|
-
"unit_currency_lbp_name": "黎巴嫩镑",
|
|
291
|
-
"unit_currency_lkr_name": "斯里兰卡卢比",
|
|
292
|
-
"unit_currency_lrd_name": "利比里亚元",
|
|
293
|
-
"unit_currency_lsl_name": "莱索托洛蒂",
|
|
294
|
-
"unit_currency_ltl_name": "立陶宛立特",
|
|
295
|
-
"unit_currency_lyd_name": "利比亚第纳尔",
|
|
296
|
-
"unit_currency_mad_name": "摩洛哥迪拉姆",
|
|
297
|
-
"unit_currency_mdl_name": "摩尔多瓦列伊",
|
|
298
|
-
"unit_currency_mga_name": "马达加斯加阿里亚里",
|
|
299
|
-
"unit_currency_mkd_name": "马其顿第纳尔",
|
|
300
|
-
"unit_currency_mmk_name": "缅甸元",
|
|
301
|
-
"unit_currency_mnt_name": "蒙古图格里克",
|
|
302
|
-
"unit_currency_mop_name": "澳门元",
|
|
303
|
-
"unit_currency_mro_name": "毛里塔尼亚乌吉亚",
|
|
304
|
-
"unit_currency_mru_name": "毛里塔尼亚乌吉亚",
|
|
305
|
-
"unit_currency_mur_name": "毛里求斯卢比",
|
|
306
|
-
"unit_currency_mvr_name": "马尔代夫拉菲亚",
|
|
307
|
-
"unit_currency_mwk_name": "马拉维克瓦查",
|
|
308
|
-
"unit_currency_mxn_name": "墨西哥比索",
|
|
309
|
-
"unit_currency_myr_name": "马来西亚令吉",
|
|
310
|
-
"unit_currency_mzn_name": "莫桑比克梅蒂卡尔",
|
|
311
|
-
"unit_currency_nad_name": "纳米比亚元",
|
|
312
|
-
"unit_currency_ngn_name": "尼日利亚奈拉",
|
|
313
|
-
"unit_currency_nio_name": "尼加拉瓜科多巴",
|
|
314
|
-
"unit_currency_nok_name": "挪威克朗",
|
|
315
|
-
"unit_currency_npr_name": "尼泊尔卢比",
|
|
316
|
-
"unit_currency_nzd_name": "新西兰元",
|
|
317
|
-
"unit_currency_omr_name": "阿曼里亚尔",
|
|
318
|
-
"unit_currency_pab_name": "巴拿马巴波亚",
|
|
319
|
-
"unit_currency_pen_name": "秘鲁新索尔",
|
|
320
|
-
"unit_currency_pgk_name": "巴布亚新几内亚基那",
|
|
321
|
-
"unit_currency_php_name": "菲律宾比索",
|
|
322
|
-
"unit_currency_pkr_name": "巴基斯坦卢比",
|
|
323
|
-
"unit_currency_pln_name": "波兰兹罗提",
|
|
324
|
-
"unit_currency_pyg_name": "巴拉圭瓜拉尼",
|
|
325
|
-
"unit_currency_qar_name": "卡塔尔里亚尔",
|
|
326
|
-
"unit_currency_ron_name": "罗马尼亚新列伊",
|
|
327
|
-
"unit_currency_rsd_name": "塞尔维亚第纳尔",
|
|
328
|
-
"unit_currency_rub_name": "卢布",
|
|
329
|
-
"unit_currency_rwf_name": "卢旺达法郎",
|
|
330
|
-
"unit_currency_sar_name": "沙特里亚尔",
|
|
331
|
-
"unit_currency_sbd_name": "所罗门群岛元",
|
|
332
|
-
"unit_currency_scr_name": "塞舌尔卢比",
|
|
333
|
-
"unit_currency_sdg_name": "苏丹镑",
|
|
334
|
-
"unit_currency_sek_name": "瑞典克朗",
|
|
335
|
-
"unit_currency_sgd_name": "新加坡元",
|
|
336
|
-
"unit_currency_shp_name": "圣赫勒拿镑",
|
|
337
|
-
"unit_currency_sll_name": "塞拉利昂利昂",
|
|
338
|
-
"unit_currency_sos_name": "索马里先令",
|
|
339
|
-
"unit_currency_srd_name": "苏里南元",
|
|
340
|
-
"unit_currency_ssp_name": "南苏丹镑",
|
|
341
|
-
"unit_currency_std_name": "圣多美和普林西比多布拉",
|
|
342
|
-
"unit_currency_stn_name": "圣多美和普林西比多布拉",
|
|
343
|
-
"unit_currency_svc_name": "萨尔瓦多科朗",
|
|
344
|
-
"unit_currency_syp_name": "叙利亚镑",
|
|
345
|
-
"unit_currency_szl_name": "斯威士兰里兰吉尼",
|
|
346
|
-
"unit_currency_thb_name": "泰铢",
|
|
347
|
-
"unit_currency_tjs_name": "塔吉克斯坦索莫尼",
|
|
348
|
-
"unit_currency_tmt_name": "土库曼斯坦马纳特",
|
|
349
|
-
"unit_currency_tnd_name": "突尼斯第纳尔",
|
|
350
|
-
"unit_currency_top_name": "汤加潘加",
|
|
351
|
-
"unit_currency_try_name": "土耳其里拉",
|
|
352
|
-
"unit_currency_ttd_name": "特立尼达和多巴哥元",
|
|
353
|
-
"unit_currency_twd_name": "新台币",
|
|
354
|
-
"unit_currency_tzs_name": "坦桑尼亚先令",
|
|
355
|
-
"unit_currency_uah_name": "乌克兰格里夫纳",
|
|
356
|
-
"unit_currency_ugx_name": "乌干达先令",
|
|
357
|
-
"unit_currency_usd_name": "美元",
|
|
358
|
-
"unit_currency_uyu_name": "乌拉圭新比索",
|
|
359
|
-
"unit_currency_uzs_name": "乌兹别克斯坦索姆",
|
|
360
|
-
"unit_currency_vef_name": "委内瑞拉强势玻利瓦尔",
|
|
361
|
-
"unit_currency_ves_name": "委内瑞拉主权玻利瓦尔",
|
|
362
|
-
"unit_currency_vnd_name": "越南盾",
|
|
363
|
-
"unit_currency_vuv_name": "瓦努阿图瓦图",
|
|
364
|
-
"unit_currency_wst_name": "萨摩亚塔拉",
|
|
365
|
-
"unit_currency_xaf_name": "非洲金融共同体法郎 - 中部非洲国家经济共同体",
|
|
366
|
-
"unit_currency_xag_name": "银盎司",
|
|
367
|
-
"unit_currency_xau_name": "金盎司",
|
|
368
|
-
"unit_currency_xcd_name": "东加勒比元",
|
|
369
|
-
"unit_currency_xof_name": "非洲金融共同体法郎 - 西非金融合作银行",
|
|
370
|
-
"unit_currency_xpd_name": "钯金盎司",
|
|
371
|
-
"unit_currency_xpf_name": "太平洋法郎",
|
|
372
|
-
"unit_currency_xpt_name": "铂金盎司",
|
|
373
|
-
"unit_currency_yer_name": "也门里亚尔",
|
|
374
|
-
"unit_currency_zar_name": "南非兰特",
|
|
375
|
-
"unit_currency_zmk_name": "赞比亚克瓦查",
|
|
376
|
-
"unit_currency_zmw_name": "赞比亚克瓦查",
|
|
377
|
-
"unit_datastorage1024_bit_name": "比特",
|
|
378
|
-
"unit_datastorage1024_block_name": "块",
|
|
379
|
-
"unit_datastorage1024_byte_name": "字节",
|
|
380
|
-
"unit_datastorage1024_character_name": "字符",
|
|
381
|
-
"unit_datastorage1024_exbibit_name": "艾比特",
|
|
382
|
-
"unit_datastorage1024_exbibyte_name": "艾字节",
|
|
383
|
-
"unit_datastorage1024_gibibit_name": "吉比特",
|
|
384
|
-
"unit_datastorage1024_gibibyte_name": "吉字节",
|
|
385
|
-
"unit_datastorage1024_kibibit_name": "千比特",
|
|
386
|
-
"unit_datastorage1024_kibibyte_name": "千字节",
|
|
387
|
-
"unit_datastorage1024_mebibit_name": "兆比特",
|
|
388
|
-
"unit_datastorage1024_mebibyte_name": "兆字节",
|
|
389
|
-
"unit_datastorage1024_nibble_name": "半字节",
|
|
390
|
-
"unit_datastorage1024_pebibit_name": "拍特",
|
|
391
|
-
"unit_datastorage1024_pebibyte_name": "拍字节",
|
|
392
|
-
"unit_datastorage1024_tebibit_name": "太比特",
|
|
393
|
-
"unit_datastorage1024_tebibyte_name": "太字节",
|
|
394
|
-
"unit_datastorage1024_word_name": "字",
|
|
395
|
-
"unit_datastorage_bit_name": "比特",
|
|
396
|
-
"unit_datastorage_block_name": "块",
|
|
397
|
-
"unit_datastorage_byte_name": "字节",
|
|
398
|
-
"unit_datastorage_character_name": "字符",
|
|
399
|
-
"unit_datastorage_exabit_name": "艾比特",
|
|
400
|
-
"unit_datastorage_exabyte_name": "艾字节",
|
|
401
|
-
"unit_datastorage_exbibit_name": "艾比特",
|
|
402
|
-
"unit_datastorage_exbibyte_name": "艾字节",
|
|
403
|
-
"unit_datastorage_gibibit_name": "吉比特",
|
|
404
|
-
"unit_datastorage_gibibyte_name": "吉比字节",
|
|
405
|
-
"unit_datastorage_gigabit_name": "吉比特",
|
|
406
|
-
"unit_datastorage_gigabyte_name": "吉字节",
|
|
407
|
-
"unit_datastorage_kibibit_name": "千比比特",
|
|
408
|
-
"unit_datastorage_kibibyte_name": "千比字节",
|
|
409
|
-
"unit_datastorage_kilobit_name": "千比特",
|
|
410
|
-
"unit_datastorage_kilobyte_name": "千字节",
|
|
411
|
-
"unit_datastorage_mebibit_name": "兆比特",
|
|
412
|
-
"unit_datastorage_mebibyte_name": "兆比字节",
|
|
413
|
-
"unit_datastorage_megabit_name": "兆比特",
|
|
414
|
-
"unit_datastorage_megabyte_name": "兆字节",
|
|
415
|
-
"unit_datastorage_nibble_name": "半字节",
|
|
416
|
-
"unit_datastorage_pebibit_name": "拍比特",
|
|
417
|
-
"unit_datastorage_pebibyte_name": "拍比字节",
|
|
418
|
-
"unit_datastorage_petabit_name": "拍特",
|
|
419
|
-
"unit_datastorage_petabyte_name": "拍字节",
|
|
420
|
-
"unit_datastorage_tebibit_name": "太比特",
|
|
421
|
-
"unit_datastorage_tebibyte_name": "太比字节",
|
|
422
|
-
"unit_datastorage_terabit_name": "太比特",
|
|
423
|
-
"unit_datastorage_terabyte_name": "太字节",
|
|
424
|
-
"unit_datastorage_word_name": "字",
|
|
425
|
-
"unit_datatransfer_bitPerSecond_name": "每秒比特",
|
|
426
|
-
"unit_datatransfer_bytePerSecond_name": "每秒字节",
|
|
427
|
-
"unit_datatransfer_exabitPerSecond_name": "每秒艾比特",
|
|
428
|
-
"unit_datatransfer_exabytePerSecond_name": "每秒艾字节",
|
|
429
|
-
"unit_datatransfer_exbibitPerSecond_name": "每秒艾比特",
|
|
430
|
-
"unit_datatransfer_exbibytePerSecond_name": "Exbi字节/秒",
|
|
431
|
-
"unit_datatransfer_gibibitPerSecond_name": "Gibi比特/秒",
|
|
432
|
-
"unit_datatransfer_gibibytePerSecond_name": "G字节秒",
|
|
433
|
-
"unit_datatransfer_gigabitPerSecond_name": "G比特/秒",
|
|
434
|
-
"unit_datatransfer_gigabytePerSecond_name": "G字节/秒",
|
|
435
|
-
"unit_datatransfer_kibibitPerSecond_name": "K比特/秒",
|
|
436
|
-
"unit_datatransfer_kibibytePerSecond_name": "K字节/秒",
|
|
437
|
-
"unit_datatransfer_kilobitPerSecond_name": "K字节/秒",
|
|
438
|
-
"unit_datatransfer_kilobytePerSecond_name": "K字节/秒",
|
|
439
|
-
"unit_datatransfer_mebibitPerSecond_name": "M比特/秒",
|
|
440
|
-
"unit_datatransfer_mebibytePerSecond_name": "M字节/秒",
|
|
441
|
-
"unit_datatransfer_megabitPerSecond_name": "M比特/秒",
|
|
442
|
-
"unit_datatransfer_megabytePerSecond_name": "M字节/秒",
|
|
443
|
-
"unit_datatransfer_pebibitPerSecond_name": "P比特/秒",
|
|
444
|
-
"unit_datatransfer_pebibytePerSecond_name": "P字节/秒",
|
|
445
|
-
"unit_datatransfer_petabitPerSecond_name": "P比特/秒",
|
|
446
|
-
"unit_datatransfer_petabytePerSecond_name": "P字节/秒",
|
|
447
|
-
"unit_datatransfer_tebibitPerSecond_name": "每秒太比特",
|
|
448
|
-
"unit_datatransfer_tebibytePerSecond_name": "每秒太比字节",
|
|
449
|
-
"unit_datatransfer_terabitPerSecond_name": "太比特每秒",
|
|
450
|
-
"unit_datatransfer_terabytePerSecond_name": "太字节每秒",
|
|
451
|
-
"unit_density_gramPerCubCentimeter_name": "克每立方厘米",
|
|
452
|
-
"unit_density_gramPerCubMeter_name": "克每立方米",
|
|
453
|
-
"unit_density_gramPerLiter_name": "克每升",
|
|
454
|
-
"unit_density_gramPerMilliliter_name": "克每毫升",
|
|
455
|
-
"unit_density_kilogramPerCubDecimeter_name": "千克每立方分米",
|
|
456
|
-
"unit_density_kilogramPerCubMeter_name": "千克每立方米",
|
|
457
|
-
"unit_density_kilogramPerLiter_name": "千克每升",
|
|
458
|
-
"unit_density_ouncePerCubFoot_name": "盎司每立方英尺",
|
|
459
|
-
"unit_density_ouncePerCubInch_name": "盎司每立方英寸",
|
|
460
|
-
"unit_density_ouncePerGallon_name": "盎司每美制加仑",
|
|
461
|
-
"unit_density_poundPerCubFoot_name": "磅每立方英尺",
|
|
462
|
-
"unit_density_poundPerCubInch_name": "磅每立方英寸",
|
|
463
|
-
"unit_density_poundPerGallon_name": "磅每美制加仑",
|
|
464
|
-
"unit_density_tonnerPerCubMeter_name": "吨每立方米",
|
|
465
|
-
"unit_dynamicviscosity_pascalSecond_name": "帕斯卡秒",
|
|
466
|
-
"unit_dynamicviscosity_poise_name": "泊",
|
|
467
|
-
"unit_dynamicviscosity_poundForceSecondPerSqFoot_name": "磅力秒每平方英尺",
|
|
468
|
-
"unit_dynamicviscosity_poundForceSecondPerSqInch_name": "磅力秒每平方英寸",
|
|
469
|
-
"unit_dynamicviscosity_poundPerFootHour_name": "磅每英尺小时",
|
|
470
|
-
"unit_dynamicviscosity_poundPerFootSecond_name": "磅每英尺秒",
|
|
471
|
-
"unit_electriccharge_abcoulomb_name": "库仑",
|
|
472
|
-
"unit_electriccharge_ampereHour_name": "安培小时",
|
|
473
|
-
"unit_electriccharge_ampereMin_name": "安培分钟",
|
|
474
|
-
"unit_electriccharge_ampereSecond_name": "安培秒",
|
|
475
|
-
"unit_electriccharge_coulomb_name": "库仑",
|
|
476
|
-
"unit_electriccharge_faraday_name": "法拉第",
|
|
477
|
-
"unit_electriccharge_kiloCoulomb_name": "千库伦",
|
|
478
|
-
"unit_electriccharge_megaCoulomb_name": "兆库仑",
|
|
479
|
-
"unit_electriccharge_microCoulomb_name": "微库仑",
|
|
480
|
-
"unit_electriccharge_milliCoulomb_name": "毫库仑",
|
|
481
|
-
"unit_electriccharge_milliampereHour_name": "毫安培小时",
|
|
482
|
-
"unit_electriccharge_milliampereMin_name": "毫安培分钟",
|
|
483
|
-
"unit_electriccharge_milliampereSecond_name": "毫安培秒",
|
|
484
|
-
"unit_electriccharge_nanoCoulomb_name": "纳库仑",
|
|
485
|
-
"unit_electriccurrent_abampere_name": "阿培安",
|
|
486
|
-
"unit_electriccurrent_ampere_name": "安培",
|
|
487
|
-
"unit_electriccurrent_coulombPerSecond_name": "库仑每秒",
|
|
488
|
-
"unit_electriccurrent_gigaAmpere_name": "吉安培",
|
|
489
|
-
"unit_electriccurrent_kiloAmpere_name": "千安培",
|
|
490
|
-
"unit_electriccurrent_megaAmpere_name": "兆安培",
|
|
491
|
-
"unit_electriccurrent_microAmpere_name": "微安培",
|
|
492
|
-
"unit_electriccurrent_milliAmpere_name": "毫安培",
|
|
493
|
-
"unit_electriccurrent_nanoAmpere_name": "纳安培",
|
|
494
|
-
"unit_electricpotential_abvolt_name": "阿伏特",
|
|
495
|
-
"unit_electricpotential_gigaVolt_name": "千兆伏特",
|
|
496
|
-
"unit_electricpotential_kiloVolt_name": "千伏",
|
|
497
|
-
"unit_electricpotential_megaVolt_name": "兆伏",
|
|
498
|
-
"unit_electricpotential_microVolt_name": "微伏",
|
|
499
|
-
"unit_electricpotential_milliVolt_name": "毫伏",
|
|
500
|
-
"unit_electricpotential_nanoVolt_name": "纳伏",
|
|
501
|
-
"unit_electricpotential_statvolt_name": "静伏特",
|
|
502
|
-
"unit_electricpotential_volt_name": "伏特",
|
|
503
|
-
"unit_electricpotential_wattPerAmpere_name": "瓦特每安培",
|
|
504
|
-
"unit_electricresistance_abohm_name": "阿姆",
|
|
505
|
-
"unit_electricresistance_gigaOhm_name": "千兆欧姆",
|
|
506
|
-
"unit_electricresistance_kiloOhm_name": "千欧",
|
|
507
|
-
"unit_electricresistance_megaOhm_name": "兆欧",
|
|
508
|
-
"unit_electricresistance_microOhm_name": "微欧",
|
|
509
|
-
"unit_electricresistance_milliOhm_name": "毫欧",
|
|
510
|
-
"unit_electricresistance_nanoOhm_name": "纳欧",
|
|
511
|
-
"unit_electricresistance_ohm_name": "欧姆",
|
|
512
|
-
"unit_electricresistance_voltPerAmpere_name": "伏每安培",
|
|
513
|
-
"unit_energy_barrelOil_name": "油当量桶",
|
|
514
|
-
"unit_energy_btuIT_name": "英国热量单位,国际",
|
|
515
|
-
"unit_energy_btuIso_name": "英国热量单位,ISO",
|
|
516
|
-
"unit_energy_calorie_name": "卡路里",
|
|
517
|
-
"unit_energy_electronVolt_name": "电子伏",
|
|
518
|
-
"unit_energy_erg_name": "尔格",
|
|
519
|
-
"unit_energy_footPound_name": "英尺-磅力",
|
|
520
|
-
"unit_energy_gigacalorie_name": "千兆卡路里",
|
|
521
|
-
"unit_energy_gigajoule_name": "千兆焦耳",
|
|
522
|
-
"unit_energy_joule_name": "焦耳",
|
|
523
|
-
"unit_energy_kilocalorie_name": "千卡路里",
|
|
524
|
-
"unit_energy_kilogramTNT_name": "公斤TNT",
|
|
525
|
-
"unit_energy_kilojoule_name": "千焦耳",
|
|
526
|
-
"unit_energy_kilowattHour_name": "千瓦时",
|
|
527
|
-
"unit_energy_megacalorie_name": "兆卡路里",
|
|
528
|
-
"unit_energy_megajoule_name": "兆焦耳",
|
|
529
|
-
"unit_energy_megawattHour_name": "兆瓦时",
|
|
530
|
-
"unit_energy_quad_name": "四",
|
|
531
|
-
"unit_energy_therm_name": "热量",
|
|
532
|
-
"unit_energy_thermie_name": "热量单位",
|
|
533
|
-
"unit_energy_tonTNT_name": "吨TNT",
|
|
534
|
-
"unit_energy_tonneTNT_name": "公吨TNT",
|
|
535
|
-
"unit_energy_wattHour_name": "瓦时",
|
|
536
|
-
"unit_energy_wattSecond_name": "瓦秒",
|
|
537
|
-
"unit_flow_cubCentimeterPerDay_name": "立方厘米每天",
|
|
538
|
-
"unit_flow_cubCentimeterPerHour_name": "立方厘米每小时",
|
|
539
|
-
"unit_flow_cubCentimeterPerMin_name": "立方厘米每分钟",
|
|
540
|
-
"unit_flow_cubCentimeterPerSec_name": "立方厘米每秒",
|
|
541
|
-
"unit_flow_cubFootPerDay_name": "立方英尺每天",
|
|
542
|
-
"unit_flow_cubFootPerHour_name": "立方英尺每小时",
|
|
543
|
-
"unit_flow_cubFootPerMin_name": "立方英尺每分钟",
|
|
544
|
-
"unit_flow_cubFootPerSec_name": "立方英尺每秒",
|
|
545
|
-
"unit_flow_cubInchPerDay_name": "立方英寸每天",
|
|
546
|
-
"unit_flow_cubInchPerHour_name": "立方英寸每小时",
|
|
547
|
-
"unit_flow_cubInchPerMin_name": "立方英寸每分钟",
|
|
548
|
-
"unit_flow_cubInchPerSec_name": "立方英寸每秒",
|
|
549
|
-
"unit_flow_cubKmPerDay_name": "立方千米每天",
|
|
550
|
-
"unit_flow_cubKmPerHour_name": "立方千米每小时",
|
|
551
|
-
"unit_flow_cubKmPerMin_name": "立方千米每分钟",
|
|
552
|
-
"unit_flow_cubKmPerSec_name": "立方千米每秒",
|
|
553
|
-
"unit_flow_cubMeterPerDay_name": "立方米每天",
|
|
554
|
-
"unit_flow_cubMeterPerHour_name": "立方米每小时",
|
|
555
|
-
"unit_flow_cubMeterPerMin_name": "立方米每分钟",
|
|
556
|
-
"unit_flow_cubMeterPerSec_name": "立方米每秒",
|
|
557
|
-
"unit_flow_cubMilePerDay_name": "立方英里每天",
|
|
558
|
-
"unit_flow_cubMilePerHour_name": "立方英里每小时",
|
|
559
|
-
"unit_flow_cubMilePerMin_name": "立方英里每分钟",
|
|
560
|
-
"unit_flow_cubMilePerSec_name": "立方英里每秒",
|
|
561
|
-
"unit_flow_gallonPerDay_name": "美制加仑每天",
|
|
562
|
-
"unit_flow_gallonPerHour_name": "美制加仑每小时",
|
|
563
|
-
"unit_flow_gallonPerMin_name": "美制加仑每分钟",
|
|
564
|
-
"unit_flow_gallonPerSec_name": "美制加仑每秒",
|
|
565
|
-
"unit_flow_gallonUkPerDay_name": "英制加仑每天",
|
|
566
|
-
"unit_flow_gallonUkPerHour_name": "英制加仑每小时",
|
|
567
|
-
"unit_flow_gallonUkPerMin_name": "英制加仑每分钟",
|
|
568
|
-
"unit_flow_gallonUkPerSec_name": "英制加仑每秒",
|
|
569
|
-
"unit_flow_literPerDay_name": "升每天",
|
|
570
|
-
"unit_flow_literPerHour_name": "升每小时",
|
|
571
|
-
"unit_flow_literPerMin_name": "升每分钟",
|
|
572
|
-
"unit_flow_literPerSec_name": "升每秒",
|
|
573
|
-
"unit_force_dyne_name": "达因",
|
|
574
|
-
"unit_force_gramForce_name": "克力",
|
|
575
|
-
"unit_force_graveForce_name": "古拉夫力",
|
|
576
|
-
"unit_force_gravetForce_name": "古拉维特力",
|
|
577
|
-
"unit_force_kilogramForce_name": "千克力",
|
|
578
|
-
"unit_force_kilonewton_name": "千牛顿",
|
|
579
|
-
"unit_force_kilopond_name": "千磅力",
|
|
580
|
-
"unit_force_kipForce_name": "千镑力",
|
|
581
|
-
"unit_force_meganewton_name": "兆牛顿",
|
|
582
|
-
"unit_force_micronewton_name": "微牛顿",
|
|
583
|
-
"unit_force_milligramForce_name": "毫克力",
|
|
584
|
-
"unit_force_milligraveForce_name": "毫格力",
|
|
585
|
-
"unit_force_millinewton_name": "毫牛",
|
|
586
|
-
"unit_force_newton_name": "牛顿",
|
|
587
|
-
"unit_force_ounceForce_name": "盎司力",
|
|
588
|
-
"unit_force_poundForce_name": "磅力",
|
|
589
|
-
"unit_force_poundal_name": "磅达",
|
|
590
|
-
"unit_force_sthene_name": "斯太",
|
|
591
|
-
"unit_force_tonForceLong_name": "长吨力",
|
|
592
|
-
"unit_force_tonForceMetric_name": "公吨力",
|
|
593
|
-
"unit_force_tonForceShort_name": "短吨力",
|
|
594
|
-
"unit_force_tonForce_name": "吨力",
|
|
595
|
-
"unit_force_tonneForce_name": "公吨力",
|
|
596
|
-
"unit_frequency_attohertz_name": "阿赫兹",
|
|
597
|
-
"unit_frequency_centihertz_name": "厘赫兹",
|
|
598
|
-
"unit_frequency_decihertz_name": "分赫兹",
|
|
599
|
-
"unit_frequency_degree_hour_name": "每小时度数",
|
|
600
|
-
"unit_frequency_degree_minute_name": "每分钟度数",
|
|
601
|
-
"unit_frequency_degree_second_name": "每秒钟度数",
|
|
602
|
-
"unit_frequency_dekahertz_name": "十赫兹",
|
|
603
|
-
"unit_frequency_exahertz_name": "艾赫兹",
|
|
604
|
-
"unit_frequency_femtohertz_name": "飞赫兹",
|
|
605
|
-
"unit_frequency_gigahertz_name": "吉赫兹",
|
|
606
|
-
"unit_frequency_hectohertz_name": "百赫兹",
|
|
607
|
-
"unit_frequency_hertz_name": "赫兹",
|
|
608
|
-
"unit_frequency_kilohertz_name": "千赫兹",
|
|
609
|
-
"unit_frequency_megahertz_name": "兆赫兹",
|
|
610
|
-
"unit_frequency_microhertz_name": "微赫兹",
|
|
611
|
-
"unit_frequency_millihertz_name": "毫赫兹",
|
|
612
|
-
"unit_frequency_nanohertz_name": "纳赫兹",
|
|
613
|
-
"unit_frequency_petahertz_name": "拍赫兹",
|
|
614
|
-
"unit_frequency_picohertz_name": "皮赫兹",
|
|
615
|
-
"unit_frequency_radian_hour_name": "每小时弧度",
|
|
616
|
-
"unit_frequency_radian_minute_name": "每分钟弧度",
|
|
617
|
-
"unit_frequency_radian_second_name": "每秒钟弧度",
|
|
618
|
-
"unit_frequency_revolution_hour_name": "每小时转数",
|
|
619
|
-
"unit_frequency_revolution_minute_name": "每分钟转数",
|
|
620
|
-
"unit_frequency_terrahertz_name": "太赫兹",
|
|
621
|
-
"unit_fuel_gallonUKPer100Miles_name": "每百英里英制加仑",
|
|
622
|
-
"unit_fuel_gallonUSPer100Miles_name": "每百英里美制加仑",
|
|
623
|
-
"unit_fuel_kmPerLiter_name": "每升公里",
|
|
624
|
-
"unit_fuel_literPer100Km_name": "每百公里升数",
|
|
625
|
-
"unit_fuel_literPer100Miles_name": "每百英里升数",
|
|
626
|
-
"unit_fuel_milesPerLiter_name": "每升英里",
|
|
627
|
-
"unit_fuel_milesPerUKGallon_name": "每英制加仑英里",
|
|
628
|
-
"unit_fuel_milesPerUSGallon_name": "每美制加仑英里",
|
|
629
|
-
"unit_illuminance_footcandle_name": "英尺烛光",
|
|
630
|
-
"unit_illuminance_lumenPerSqCentimeter_name": "每平方厘米流明",
|
|
631
|
-
"unit_illuminance_lumenPerSqFoot_name": "每平方英尺流明",
|
|
632
|
-
"unit_illuminance_lumenPerSqInch_name": "每平方英寸流明",
|
|
633
|
-
"unit_illuminance_lumenPerSqMeter_name": "每平方米流明",
|
|
634
|
-
"unit_illuminance_lux_name": "勒克斯",
|
|
635
|
-
"unit_illuminance_phot_name": "灯光",
|
|
636
|
-
"unit_kinematicviscosity_sqFootPerSecond_name": "每秒平方英尺",
|
|
637
|
-
"unit_kinematicviscosity_sqMeterPerSecond_name": "每秒平方米",
|
|
638
|
-
"unit_kinematicviscosity_stokes_name": "斯托克斯",
|
|
639
|
-
"unit_length_angstrom_name": "埃",
|
|
640
|
-
"unit_length_cable_name": "绳索",
|
|
641
|
-
"unit_length_centimeter_name": "厘米",
|
|
642
|
-
"unit_length_chain_name": "链",
|
|
643
|
-
"unit_length_decameter_name": "十米",
|
|
644
|
-
"unit_length_decimeter_name": "分米",
|
|
645
|
-
"unit_length_fathom_name": "英寻",
|
|
646
|
-
"unit_length_feet_name": "英尺",
|
|
647
|
-
"unit_length_foot_name": "英尺",
|
|
648
|
-
"unit_length_furlong_name": "弗隆",
|
|
649
|
-
"unit_length_hand_name": "手长",
|
|
650
|
-
"unit_length_hectometer_name": "百米",
|
|
651
|
-
"unit_length_inch_name": "英寸",
|
|
652
|
-
"unit_length_inches_name": "英寸",
|
|
653
|
-
"unit_length_kilometer_name": "千米",
|
|
654
|
-
"unit_length_league_name": "[历史] 陆里",
|
|
655
|
-
"unit_length_link_name": "链",
|
|
656
|
-
"unit_length_meter_name": "米",
|
|
657
|
-
"unit_length_micron_name": "微米",
|
|
658
|
-
"unit_length_mile_name": "英里",
|
|
659
|
-
"unit_length_millimeter_name": "毫米",
|
|
660
|
-
"unit_length_nanometer_name": "纳米",
|
|
661
|
-
"unit_length_nauticalLeague_name": "[历史] 海里",
|
|
662
|
-
"unit_length_nauticalMile_name": "海里",
|
|
663
|
-
"unit_length_picometer_name": "皮米",
|
|
664
|
-
"unit_length_rod_name": "杆",
|
|
665
|
-
"unit_length_russia_Arshin_name": "[历史·俄] 阿尔辛",
|
|
666
|
-
"unit_length_russia_Dot_name": "[历史·俄] 点",
|
|
667
|
-
"unit_length_russia_KosayaSazhen_name": "[历史·俄] 斜沙津",
|
|
668
|
-
"unit_length_russia_Line_name": "[历史·俄] 线",
|
|
669
|
-
"unit_length_russia_MakhovayaSazhen_name": "[历史·俄] 挥动沙津",
|
|
670
|
-
"unit_length_russia_MezhevayaVerst_name": "[历史·俄] 边界俄里",
|
|
671
|
-
"unit_length_russia_Sazhen_name": "[历史·俄] 沙津",
|
|
672
|
-
"unit_length_russia_Span_name": "[历史·俄] 跨距",
|
|
673
|
-
"unit_length_russia_Vershok_name": "[历史·俄] 沃尔朔克",
|
|
674
|
-
"unit_length_russia_Verst_name": "[历史·俄] 俄里",
|
|
675
|
-
"unit_length_thou_name": "密耳",
|
|
676
|
-
"unit_length_yard_name": "码",
|
|
677
|
-
"unit_luminance_candelaPerSqCentimeter_name": "坎德拉每平方厘米",
|
|
678
|
-
"unit_luminance_candelaPerSqFoot_name": "坎德拉每平方英尺",
|
|
679
|
-
"unit_luminance_candelaPerSqInch_name": "坎德拉每平方英寸",
|
|
680
|
-
"unit_luminance_candelaPerSqMeter_name": "坎德拉每平方米",
|
|
681
|
-
"unit_luminance_footlambert_name": "英尺朗伯",
|
|
682
|
-
"unit_luminance_kilocandelaPerSqMeter_name": "千坎德拉每平方米",
|
|
683
|
-
"unit_luminance_lambert_name": "朗伯",
|
|
684
|
-
"unit_luminance_stilb_name": "斯蒂尔布",
|
|
685
|
-
"unit_magneticfield_gamma_name": "伽马",
|
|
686
|
-
"unit_magneticfield_gauss_name": "高斯",
|
|
687
|
-
"unit_magneticfield_kiloTesla_name": "千特斯拉",
|
|
688
|
-
"unit_magneticfield_megaTesla_name": "兆特斯拉",
|
|
689
|
-
"unit_magneticfield_microTesla_name": "微特斯拉",
|
|
690
|
-
"unit_magneticfield_milliTesla_name": "毫特斯拉",
|
|
691
|
-
"unit_magneticfield_nanoTesla_name": "纳特斯拉",
|
|
692
|
-
"unit_magneticfield_picoTesla_name": "皮特斯拉",
|
|
693
|
-
"unit_magneticfield_tesla_name": "特斯拉",
|
|
694
|
-
"unit_magneticfield_waberPerSqMeter_name": "韦伯每平方米",
|
|
695
|
-
"unit_metrics_atto_name": "阿",
|
|
696
|
-
"unit_metrics_centi_name": "厘",
|
|
697
|
-
"unit_metrics_deci_name": "分",
|
|
698
|
-
"unit_metrics_deka_name": "十",
|
|
699
|
-
"unit_metrics_exa_name": "艾",
|
|
700
|
-
"unit_metrics_femto_name": "飞",
|
|
701
|
-
"unit_metrics_giga_name": "吉",
|
|
702
|
-
"unit_metrics_hecto_name": "百",
|
|
703
|
-
"unit_metrics_kilo_name": "千",
|
|
704
|
-
"unit_metrics_mega_name": "兆",
|
|
705
|
-
"unit_metrics_micro_name": "微",
|
|
706
|
-
"unit_metrics_milli_name": "毫",
|
|
707
|
-
"unit_metrics_nano_name": "纳",
|
|
708
|
-
"unit_metrics_peta_name": "拍",
|
|
709
|
-
"unit_metrics_pico_name": "皮",
|
|
710
|
-
"unit_metrics_tera_name": "太",
|
|
711
|
-
"unit_metrics_unit_name": "单位",
|
|
712
|
-
"unit_metrics_yocto_name": "幺",
|
|
713
|
-
"unit_metrics_yotta_name": "尧它",
|
|
714
|
-
"unit_metrics_zepto_name": "仄",
|
|
715
|
-
"unit_metrics_zetta_name": "泽它",
|
|
716
|
-
"unit_mineralization_degreeHardness_name": "硬度度",
|
|
717
|
-
"unit_mineralization_frenchDegree_name": "法国度",
|
|
718
|
-
"unit_mineralization_mgPerLiter_name": "每升毫克",
|
|
719
|
-
"unit_mineralization_ppm_name": "百万分之几",
|
|
720
|
-
"unit_mineralization_ppt_name": "千分之几",
|
|
721
|
-
"unit_power_btuPerHour_name": "每小时英热单位",
|
|
722
|
-
"unit_power_btuPerMinute_name": "每分钟英热单位",
|
|
723
|
-
"unit_power_btuPerSecond_name": "每秒英热单位",
|
|
724
|
-
"unit_power_caloriePerHour_name": "卡路里每小时",
|
|
725
|
-
"unit_power_caloriePerSecond_name": "卡路里每秒",
|
|
726
|
-
"unit_power_ergPerSecond_name": "尔格每秒",
|
|
727
|
-
"unit_power_horsepowerBoiler_name": "锅炉马力",
|
|
728
|
-
"unit_power_horsepowerElectrical_name": "电气马力",
|
|
729
|
-
"unit_power_horsepowerMechanical_name": "机械马力",
|
|
730
|
-
"unit_power_horsepowerMetric_name": "公制马力",
|
|
731
|
-
"unit_power_joulePerSecond_name": "焦耳每秒",
|
|
732
|
-
"unit_power_kilocaloriePerHour_name": "千卡每小时",
|
|
733
|
-
"unit_power_kilocaloriePerSecond_name": "千卡每秒",
|
|
734
|
-
"unit_power_kilowatt_name": "千瓦",
|
|
735
|
-
"unit_power_megacaloriePerHour_name": "每小时百万卡路里",
|
|
736
|
-
"unit_power_megacaloriePerSecond_name": "每秒百万卡路里",
|
|
737
|
-
"unit_power_megawatt_name": "兆瓦",
|
|
738
|
-
"unit_power_watt_name": "瓦特",
|
|
739
|
-
"unit_pressure_atmosphereTech_name": "技术大气压",
|
|
740
|
-
"unit_pressure_atmosphere_name": "大气压",
|
|
741
|
-
"unit_pressure_bar_name": "巴",
|
|
742
|
-
"unit_pressure_barye_name": "巴里",
|
|
743
|
-
"unit_pressure_centimeterOfMercury_name": "汞厘米",
|
|
744
|
-
"unit_pressure_centimeterOfWater_name": "水厘米",
|
|
745
|
-
"unit_pressure_footOfMercury_name": "汞英尺",
|
|
746
|
-
"unit_pressure_footOfWater_name": "水英尺",
|
|
747
|
-
"unit_pressure_hectopascal_name": "百帕",
|
|
748
|
-
"unit_pressure_inchOfMercury_name": "汞英寸",
|
|
749
|
-
"unit_pressure_inchOfWater_name": "水英寸",
|
|
750
|
-
"unit_pressure_kgPerSquareCentimeter_name": "千克每平方厘米",
|
|
751
|
-
"unit_pressure_kgPerSquareMeter_name": "千克每平方米",
|
|
752
|
-
"unit_pressure_kgPerSquareMillimeter_name": "千克每平方毫米",
|
|
753
|
-
"unit_pressure_kilonewtonPerSquareMeter_name": "千牛每平方米",
|
|
754
|
-
"unit_pressure_kilopascal_name": "千帕斯卡",
|
|
755
|
-
"unit_pressure_meganewtonPerSquareMeter_name": "兆牛每平方米",
|
|
756
|
-
"unit_pressure_megapascal_name": "兆帕斯卡",
|
|
757
|
-
"unit_pressure_meterOfWater_name": "水米",
|
|
758
|
-
"unit_pressure_micrometrOfMercury_name": "汞微米",
|
|
759
|
-
"unit_pressure_millibar_name": "毫巴",
|
|
760
|
-
"unit_pressure_millimeterOfMercury_name": "汞毫米",
|
|
761
|
-
"unit_pressure_millimeterOfWater_name": "水毫米",
|
|
762
|
-
"unit_pressure_newtonPerSquareCentimeter_name": "牛顿每平方厘米",
|
|
763
|
-
"unit_pressure_newtonPerSquareMeter_name": "牛顿每平方米",
|
|
764
|
-
"unit_pressure_newtonPerSquareMillimeter_name": "牛顿每平方毫米",
|
|
765
|
-
"unit_pressure_pascal_name": "帕斯卡",
|
|
766
|
-
"unit_pressure_poundPerSquareFoot_name": "磅每平方英尺",
|
|
767
|
-
"unit_pressure_poundPerSquareInch_name": "磅每平方英寸",
|
|
768
|
-
"unit_pressure_thousandPoundsPerSquareInch_name": "千磅每平方英寸",
|
|
769
|
-
"unit_pressure_torr_name": "托",
|
|
770
|
-
"unit_radiation_centigray_name": "厘戈瑞",
|
|
771
|
-
"unit_radiation_decigray_name": "分戈瑞",
|
|
772
|
-
"unit_radiation_dekagray_name": "十戈瑞",
|
|
773
|
-
"unit_radiation_gray_name": "戈瑞",
|
|
774
|
-
"unit_radiation_hectogray_name": "百戈瑞",
|
|
775
|
-
"unit_radiation_kilogray_name": "千戈瑞",
|
|
776
|
-
"unit_radiation_megagray_name": "兆戈瑞",
|
|
777
|
-
"unit_radiation_microRoentgen_name": "微伦琴",
|
|
778
|
-
"unit_radiation_microSievert_name": "微西弗",
|
|
779
|
-
"unit_radiation_microgray_name": "微戈瑞",
|
|
780
|
-
"unit_radiation_milliRoentgen_name": "毫伦琴",
|
|
781
|
-
"unit_radiation_milliSievert_name": "毫西弗",
|
|
782
|
-
"unit_radiation_milligray_name": "毫戈瑞",
|
|
783
|
-
"unit_radiation_millirad_name": "毫拉德",
|
|
784
|
-
"unit_radiation_nanoSievert_name": "纳西弗",
|
|
785
|
-
"unit_radiation_rad_name": "拉德",
|
|
786
|
-
"unit_radiation_rem_name": "伦琴当量曼",
|
|
787
|
-
"unit_radiation_roentgen_name": "伦琴",
|
|
788
|
-
"unit_radiation_sievert_name": "西弗",
|
|
789
|
-
"unit_radioactivity_becquerel_name": "贝克勒尔",
|
|
790
|
-
"unit_radioactivity_curie_name": "居里",
|
|
791
|
-
"unit_radioactivity_disintegrationsPerSecond_name": "每秒衰变次数",
|
|
792
|
-
"unit_radioactivity_gigaBecquerel_name": "吉贝克勒尔",
|
|
793
|
-
"unit_radioactivity_kiloBecquerel_name": "千贝克勒尔",
|
|
794
|
-
"unit_radioactivity_megaBecquerel_name": "兆贝克勒尔",
|
|
795
|
-
"unit_radioactivity_microcurie_name": "微居里",
|
|
796
|
-
"unit_radioactivity_millicurie_name": "毫居里",
|
|
797
|
-
"unit_radioactivity_rutherford_name": "拉瑟福",
|
|
798
|
-
"unit_speed_centimeterPerHour_name": "厘米每小时",
|
|
799
|
-
"unit_speed_centimeterPerMin_name": "厘米每分钟",
|
|
800
|
-
"unit_speed_centimeterPerSec_name": "厘米每秒",
|
|
801
|
-
"unit_speed_footPerHour_name": "英尺每小时",
|
|
802
|
-
"unit_speed_footPerMin_name": "英尺每分钟",
|
|
803
|
-
"unit_speed_footPerSec_name": "英尺每秒",
|
|
804
|
-
"unit_speed_hourPerFoot_name": "小时每英尺",
|
|
805
|
-
"unit_speed_hourPerKilometer_name": "小时每公里",
|
|
806
|
-
"unit_speed_hourPerMeter_name": "小时每米",
|
|
807
|
-
"unit_speed_hourPerMile_name": "小时每英里",
|
|
808
|
-
"unit_speed_inchPerHour_name": "英寸每小时",
|
|
809
|
-
"unit_speed_inchPerMin_name": "英寸每分钟",
|
|
810
|
-
"unit_speed_inchPerSec_name": "英寸每秒",
|
|
811
|
-
"unit_speed_kilometerPerHour_name": "公里每小时",
|
|
812
|
-
"unit_speed_kilometerPerMin_name": "公里每分钟",
|
|
813
|
-
"unit_speed_kilometerPerSec_name": "公里每秒",
|
|
814
|
-
"unit_speed_knot_name": "节",
|
|
815
|
-
"unit_speed_lightSpeed_name": "光速",
|
|
816
|
-
"unit_speed_machNumber_name": "马赫数",
|
|
817
|
-
"unit_speed_meterPerHour_name": "米每小时",
|
|
818
|
-
"unit_speed_meterPerMin_name": "米每分钟",
|
|
819
|
-
"unit_speed_meterPerSec_name": "米每秒",
|
|
820
|
-
"unit_speed_milePerHour_name": "英里每小时",
|
|
821
|
-
"unit_speed_milePerMin_name": "英里每分钟",
|
|
822
|
-
"unit_speed_milePerSec_name": "英里每秒",
|
|
823
|
-
"unit_speed_millimeterPerHour_name": "毫米每小时",
|
|
824
|
-
"unit_speed_millimeterPerMin_name": "毫米每分钟",
|
|
825
|
-
"unit_speed_millimeterPerSec_name": "毫米每秒",
|
|
826
|
-
"unit_speed_minPerFoot_name": "分钟每英尺",
|
|
827
|
-
"unit_speed_minPerKilometer_name": "分钟每公里",
|
|
828
|
-
"unit_speed_minPerMeter_name": "分钟每米",
|
|
829
|
-
"unit_speed_minPerMile_name": "分钟每英里",
|
|
830
|
-
"unit_speed_secondPerFoot_name": "秒每英尺",
|
|
831
|
-
"unit_speed_secondPerKilometer_name": "秒每公里",
|
|
832
|
-
"unit_speed_secondPerMeter_name": "秒每米",
|
|
833
|
-
"unit_speed_secondPerMile_name": "秒每英里",
|
|
834
|
-
"unit_speed_soundSpeedInAir_name": "空气中音速",
|
|
835
|
-
"unit_speed_soundSpeedInSteel_name": "钢中音速",
|
|
836
|
-
"unit_speed_soundSpeedInWater_name": "水中音速",
|
|
837
|
-
"unit_temperature_celsius_name": "摄氏度",
|
|
838
|
-
"unit_temperature_fahrenheit_name": "华氏度",
|
|
839
|
-
"unit_temperature_kelvin_name": "开尔文",
|
|
840
|
-
"unit_temperature_newton_name": "牛顿温标",
|
|
841
|
-
"unit_temperature_rankine_name": "兰金",
|
|
842
|
-
"unit_temperature_reaumur_name": "列氏度",
|
|
843
|
-
"unit_temperature_romer_name": "雷默尔",
|
|
844
|
-
"unit_time_century_name": "世纪",
|
|
845
|
-
"unit_time_day_name": "天",
|
|
846
|
-
"unit_time_decade_name": "十年",
|
|
847
|
-
"unit_time_fortnight_name": "两周",
|
|
848
|
-
"unit_time_gregorianYear_name": "公历年",
|
|
849
|
-
"unit_time_hour_name": "小时",
|
|
850
|
-
"unit_time_leapYear_name": "闰年",
|
|
851
|
-
"unit_time_microsecond_name": "微秒",
|
|
852
|
-
"unit_time_millenium_name": "千年",
|
|
853
|
-
"unit_time_millisecond_name": "毫秒",
|
|
854
|
-
"unit_time_minute_name": "分钟",
|
|
855
|
-
"unit_time_second_name": "秒",
|
|
856
|
-
"unit_time_siderealYear_name": "恒星年",
|
|
857
|
-
"unit_time_tropicalYear_name": "回归年",
|
|
858
|
-
"unit_time_week_name": "周",
|
|
859
|
-
"unit_time_year_name": "年",
|
|
860
|
-
"unit_torque_centimeterGramForce_name": "厘米-克力",
|
|
861
|
-
"unit_torque_centimeterKgForce_name": "厘米-公斤力",
|
|
862
|
-
"unit_torque_decaNewtonMeter_name": "十牛顿米",
|
|
863
|
-
"unit_torque_footPoundForce_name": "英尺-磅力",
|
|
864
|
-
"unit_torque_footPoundal_name": "英尺-磅达尔",
|
|
865
|
-
"unit_torque_inchPoundForce_name": "英寸-磅力",
|
|
866
|
-
"unit_torque_kiloNewtonMeter_name": "千牛顿米",
|
|
867
|
-
"unit_torque_meterGramForce_name": "米-克力",
|
|
868
|
-
"unit_torque_meterKgForce_name": "米-千克力",
|
|
869
|
-
"unit_torque_newtonCentimeter_name": "牛顿厘米",
|
|
870
|
-
"unit_torque_newtonMeter_name": "牛顿米",
|
|
871
|
-
"unit_typography_agate_name": "玛瑙",
|
|
872
|
-
"unit_typography_characterX_name": "X 字符",
|
|
873
|
-
"unit_typography_characterY_name": "Y 字符",
|
|
874
|
-
"unit_typography_cicero_name": "西塞罗",
|
|
875
|
-
"unit_typography_inch_name": "英寸",
|
|
876
|
-
"unit_typography_millimeter_name": "毫米",
|
|
877
|
-
"unit_typography_picaPostscript_name": "派卡 后记",
|
|
878
|
-
"unit_typography_picaPrinter_name": "Pica打印机",
|
|
879
|
-
"unit_typography_pixel_name": "像素",
|
|
880
|
-
"unit_typography_pointDidot_name": "点 狄多",
|
|
881
|
-
"unit_typography_pointPostscript_name": "点 后记",
|
|
882
|
-
"unit_typography_pointPrinter_name": "点 印刷",
|
|
883
|
-
"unit_unit_bakerDozen_name": "面包师的打一",
|
|
884
|
-
"unit_unit_dozen_name": "打",
|
|
885
|
-
"unit_unit_gross_name": "毛重",
|
|
886
|
-
"unit_unit_halfDozen_name": "半打",
|
|
887
|
-
"unit_unit_half_name": "二分之一",
|
|
888
|
-
"unit_unit_oneEighth_name": "八分之一",
|
|
889
|
-
"unit_unit_oneFifth_name": "五分之一",
|
|
890
|
-
"unit_unit_oneForth_name": "四分之一",
|
|
891
|
-
"unit_unit_oneNinth_name": "九分之一",
|
|
892
|
-
"unit_unit_oneSeventh_name": "七分之一",
|
|
893
|
-
"unit_unit_oneSixth_name": "六分之一",
|
|
894
|
-
"unit_unit_oneTenth_name": "十分之一",
|
|
895
|
-
"unit_unit_oneThird_name": "三分之一",
|
|
896
|
-
"unit_unit_pair_name": "对",
|
|
897
|
-
"unit_unit_unit_name": "单位",
|
|
898
|
-
"unit_volume_barrelImp_name": "桶,英制",
|
|
899
|
-
"unit_volume_barrelOil_name": "桶(石油)",
|
|
900
|
-
"unit_volume_barrelPetr_name": "桶,石油",
|
|
901
|
-
"unit_volume_barrelUK_name": "桶(英国)",
|
|
902
|
-
"unit_volume_barrelUS_name": "桶(美国)",
|
|
903
|
-
"unit_volume_bucket_name": "篮",
|
|
904
|
-
"unit_volume_bushel_name": "蒲式耳",
|
|
905
|
-
"unit_volume_centiliter_name": "厘升",
|
|
906
|
-
"unit_volume_cubCentimeter_name": "立方厘米",
|
|
907
|
-
"unit_volume_cubDecameter_name": "立方十米",
|
|
908
|
-
"unit_volume_cubDecimeter_name": "立方分米",
|
|
909
|
-
"unit_volume_cubFoot_name": "立方英尺",
|
|
910
|
-
"unit_volume_cubHectometer_name": "立方百米",
|
|
911
|
-
"unit_volume_cubInch_name": "立方英寸",
|
|
912
|
-
"unit_volume_cubKilometer_name": "立方公里",
|
|
913
|
-
"unit_volume_cubMeter_name": "立方米",
|
|
914
|
-
"unit_volume_cubMicrometer_name": "立方微米",
|
|
915
|
-
"unit_volume_cubMile_name": "立方英里",
|
|
916
|
-
"unit_volume_cubMillimeter_name": "立方毫米",
|
|
917
|
-
"unit_volume_cubNanometer_name": "立方纳米",
|
|
918
|
-
"unit_volume_cubYard_name": "立方码",
|
|
919
|
-
"unit_volume_cupImperial_name": "杯(英制)",
|
|
920
|
-
"unit_volume_cupMetric_name": "杯(公制)",
|
|
921
|
-
"unit_volume_cupUK_name": "杯(英国)",
|
|
922
|
-
"unit_volume_cupUS_name": "杯(美国)",
|
|
923
|
-
"unit_volume_cup_name": "杯",
|
|
924
|
-
"unit_volume_decaliter_name": "十升",
|
|
925
|
-
"unit_volume_deciliter_name": "分升",
|
|
926
|
-
"unit_volume_dessertspoonUK_name": "甜品匙(英国)",
|
|
927
|
-
"unit_volume_dessertspoonUS_name": "甜品匙(美国)",
|
|
928
|
-
"unit_volume_dropImp_name": "滴,英制",
|
|
929
|
-
"unit_volume_dropMetric_name": "滴,公制",
|
|
930
|
-
"unit_volume_flDram_name": "液体德拉姆",
|
|
931
|
-
"unit_volume_flOunceUK_name": "液体盎司(英国)",
|
|
932
|
-
"unit_volume_flOunceUS_name": "液体盎司(美国)",
|
|
933
|
-
"unit_volume_flOunce_name": "液体盎司(英国)",
|
|
934
|
-
"unit_volume_flScruple_name": "液量斯克鲁普尔",
|
|
935
|
-
"unit_volume_gallonDry_name": "加仑(美国干量)",
|
|
936
|
-
"unit_volume_gallonImperial_name": "加仑(帝国)",
|
|
937
|
-
"unit_volume_gallonLiq_name": "加仑(美国液体)",
|
|
938
|
-
"unit_volume_gallonUK_name": "加仑(英国)",
|
|
939
|
-
"unit_volume_gallonUsDry_name": "加仑(美国干量)",
|
|
940
|
-
"unit_volume_gallonUsLiq_name": "加仑(美国液体)",
|
|
941
|
-
"unit_volume_gallon_name": "加仑(英国)",
|
|
942
|
-
"unit_volume_gillUK_name": "基尔(英国)",
|
|
943
|
-
"unit_volume_gillUS_name": "基尔(美国)",
|
|
944
|
-
"unit_volume_gill_name": "吉尔",
|
|
945
|
-
"unit_volume_hectoliter_name": "百升",
|
|
946
|
-
"unit_volume_liter_name": "公升",
|
|
947
|
-
"unit_volume_milliliter_name": "毫升",
|
|
948
|
-
"unit_volume_minimUK_name": "密尼姆(英国)",
|
|
949
|
-
"unit_volume_minimUS_name": "密尼姆(美国)",
|
|
950
|
-
"unit_volume_minim_name": "密尼姆",
|
|
951
|
-
"unit_volume_peck_name": "配克",
|
|
952
|
-
"unit_volume_pintUK_name": "品脱(英国)",
|
|
953
|
-
"unit_volume_pintUS_name": "品脱(美国)",
|
|
954
|
-
"unit_volume_pint_name": "英制品脱",
|
|
955
|
-
"unit_volume_quartUK_name": "夸脱(英国)",
|
|
956
|
-
"unit_volume_quartUs_name": "夸脱(美国)",
|
|
957
|
-
"unit_volume_quart_name": "夸脱",
|
|
958
|
-
"unit_volume_tablespoonImp_name": "汤匙(英制)",
|
|
959
|
-
"unit_volume_tablespoonMetr_name": "汤匙(公制)",
|
|
960
|
-
"unit_volume_tablespoonMetric_name": "汤匙(公制)",
|
|
961
|
-
"unit_volume_tablespoonUK_name": "汤匙(英国)",
|
|
962
|
-
"unit_volume_tablespoonUS_name": "汤匙(美国)",
|
|
963
|
-
"unit_volume_teaspoonImp_name": "茶匙(英制)",
|
|
964
|
-
"unit_volume_teaspoonMetr_name": "茶匙(公制)",
|
|
965
|
-
"unit_volume_teaspoonMetric_name": "茶匙(公制)",
|
|
966
|
-
"unit_volume_teaspoonUK_name": "茶匙(英国)",
|
|
967
|
-
"unit_volume_teaspoonUS_name": "茶匙(美国)",
|
|
968
|
-
"unit_volume_usPint_name": "美制品脱",
|
|
969
|
-
"unit_weight_caratMetr_name": "克拉(公制)",
|
|
970
|
-
"unit_weight_carat_name": "克拉",
|
|
971
|
-
"unit_weight_cental_name": "美担",
|
|
972
|
-
"unit_weight_centner_name": "公担",
|
|
973
|
-
"unit_weight_dramTroy_name": "德拉姆(特洛伊)",
|
|
974
|
-
"unit_weight_dram_name": "德拉姆",
|
|
975
|
-
"unit_weight_grain_name": "格令",
|
|
976
|
-
"unit_weight_gram_name": "克",
|
|
977
|
-
"unit_weight_hundredweightLong_name": "英担",
|
|
978
|
-
"unit_weight_hundredweightShort_name": "美担",
|
|
979
|
-
"unit_weight_kilogram_name": "千克",
|
|
980
|
-
"unit_weight_microgram_name": "微克",
|
|
981
|
-
"unit_weight_milligram_name": "毫克",
|
|
982
|
-
"unit_weight_nanogram_name": "纳克",
|
|
983
|
-
"unit_weight_ounceTroy_name": "盎司(特洛伊)",
|
|
984
|
-
"unit_weight_ounce_name": "盎司",
|
|
985
|
-
"unit_weight_pennyweight_name": "本尼威特",
|
|
986
|
-
"unit_weight_pood_name": "[历史] 普特",
|
|
987
|
-
"unit_weight_poundTroy_name": "磅(特洛伊)",
|
|
988
|
-
"unit_weight_pound_name": "磅",
|
|
989
|
-
"unit_weight_poundlbs_name": "磅",
|
|
990
|
-
"unit_weight_quarter_name": "夸特",
|
|
991
|
-
"unit_weight_stone_name": "英石",
|
|
992
|
-
"unit_weight_tonLong_name": "长吨",
|
|
993
|
-
"unit_weight_tonShort_name": "短吨",
|
|
994
|
-
"unit_weight_tonne_name": "吨",
|
|
995
|
-
"unit_acceleration_footHourSecond_symbol": "fph/s",
|
|
996
|
-
"unit_acceleration_footMinSecond_symbol": "fpm/s",
|
|
997
|
-
"unit_acceleration_footSecondSquared_symbol": "fps²",
|
|
998
|
-
"unit_acceleration_gal_symbol": "cm/s²",
|
|
999
|
-
"unit_acceleration_inchHourSecond_symbol": "iph/s",
|
|
1000
|
-
"unit_acceleration_inchMinSecond_symbol": "ipm/s",
|
|
1001
|
-
"unit_acceleration_inchSecondSquared_symbol": "ips²",
|
|
1002
|
-
"unit_acceleration_kmHourSecond_symbol": "km/(h·s)",
|
|
1003
|
-
"unit_acceleration_kmHourSquared_symbol": "km/h²",
|
|
1004
|
-
"unit_acceleration_kmMinSecond_symbol": "km/(min·s)",
|
|
1005
|
-
"unit_acceleration_kmSecondSquared_symbol": "km/s²",
|
|
1006
|
-
"unit_acceleration_knotSecond_symbol": "kn/s",
|
|
1007
|
-
"unit_acceleration_meterHourSecond_symbol": "m/(h·s)",
|
|
1008
|
-
"unit_acceleration_meterMinSecond_symbol": "m/(min·s)",
|
|
1009
|
-
"unit_acceleration_meterSecondSquared_symbol": "m/s²",
|
|
1010
|
-
"unit_acceleration_mileHourSecond_symbol": "mph/s",
|
|
1011
|
-
"unit_acceleration_mileMinSecond_symbol": "mpm/s",
|
|
1012
|
-
"unit_acceleration_mileSecondSquared_symbol": "mps²",
|
|
1013
|
-
"unit_acceleration_standardGravity_symbol": "g",
|
|
1014
|
-
"unit_angle_arcMinute_symbol": "'",
|
|
1015
|
-
"unit_angle_arcSecond_symbol": "\"",
|
|
1016
|
-
"unit_angle_degree_symbol": "°",
|
|
1017
|
-
"unit_angle_gradian_symbol": "grad",
|
|
1018
|
-
"unit_angle_octant_symbol": "octant",
|
|
1019
|
-
"unit_angle_quadrant_symbol": "quadrant",
|
|
1020
|
-
"unit_angle_radian_symbol": "rad",
|
|
1021
|
-
"unit_angle_sextant_symbol": "sextant",
|
|
1022
|
-
"unit_angle_sign_symbol": "sign",
|
|
1023
|
-
"unit_angle_turn_symbol": "2π rad",
|
|
1024
|
-
"unit_angularspeed_degreePerDay_symbol": "°/d",
|
|
1025
|
-
"unit_angularspeed_degreePerHour_symbol": "°/h",
|
|
1026
|
-
"unit_angularspeed_degreePerMin_symbol": "°/min",
|
|
1027
|
-
"unit_angularspeed_degreePerSec_symbol": "°/s",
|
|
1028
|
-
"unit_angularspeed_degreePerWeek_symbol": "°/wk",
|
|
1029
|
-
"unit_angularspeed_radianPerDay_symbol": "rad/d",
|
|
1030
|
-
"unit_angularspeed_radianPerHour_symbol": "rad/h",
|
|
1031
|
-
"unit_angularspeed_radianPerMin_symbol": "rad/min",
|
|
1032
|
-
"unit_angularspeed_radianPerSec_symbol": "rad/s",
|
|
1033
|
-
"unit_angularspeed_radianPerWeek_symbol": "rad/wk",
|
|
1034
|
-
"unit_angularspeed_revolutionPerDay_symbol": "r/d",
|
|
1035
|
-
"unit_angularspeed_revolutionPerHour_symbol": "r/h",
|
|
1036
|
-
"unit_angularspeed_revolutionPerMin_symbol": "r/min",
|
|
1037
|
-
"unit_angularspeed_revolutionPerSec_symbol": "r/s",
|
|
1038
|
-
"unit_angularspeed_revolutionPerWeek_symbol": "r/wk",
|
|
1039
|
-
"unit_area_acre_symbol": "ac",
|
|
1040
|
-
"unit_area_are_symbol": "a",
|
|
1041
|
-
"unit_area_circInch_symbol": "circ in",
|
|
1042
|
-
"unit_area_decare_symbol": "daa",
|
|
1043
|
-
"unit_area_hectare_symbol": "ha",
|
|
1044
|
-
"unit_area_rood_symbol": "ro",
|
|
1045
|
-
"unit_area_sqCentimeter_symbol": "cm²",
|
|
1046
|
-
"unit_area_sqChain_symbol": "ch²",
|
|
1047
|
-
"unit_area_sqDecimeter_symbol": "dm²",
|
|
1048
|
-
"unit_area_sqFoot_symbol": "ft²",
|
|
1049
|
-
"unit_area_sqInch_symbol": "in²",
|
|
1050
|
-
"unit_area_sqKilometer_symbol": "km²",
|
|
1051
|
-
"unit_area_sqMeter_symbol": "m²",
|
|
1052
|
-
"unit_area_sqMile_symbol": "mi²",
|
|
1053
|
-
"unit_area_sqMillimeter_symbol": "mm²",
|
|
1054
|
-
"unit_area_sqRod_symbol": "rd²",
|
|
1055
|
-
"unit_area_sqThou_symbol": "th²",
|
|
1056
|
-
"unit_area_sqYard_symbol": "yd²",
|
|
1057
|
-
"unit_area_square_symbol": "sq",
|
|
1058
|
-
"unit_astronomy_astronomicalUnit_symbol": "AU",
|
|
1059
|
-
"unit_astronomy_gigaParsec_symbol": "Gpc",
|
|
1060
|
-
"unit_astronomy_kilometer_symbol": "km",
|
|
1061
|
-
"unit_astronomy_lightDay_symbol": "ld",
|
|
1062
|
-
"unit_astronomy_lightHour_symbol": "lh",
|
|
1063
|
-
"unit_astronomy_lightMinute_symbol": "lm",
|
|
1064
|
-
"unit_astronomy_lightSecond_symbol": "ls",
|
|
1065
|
-
"unit_astronomy_lightYear_symbol": "ly",
|
|
1066
|
-
"unit_astronomy_megaParsec_symbol": "Mpc",
|
|
1067
|
-
"unit_astronomy_mile_symbol": "mi",
|
|
1068
|
-
"unit_astronomy_parsec_symbol": "pc",
|
|
1069
|
-
"unit_capacitance_abfarad_symbol": "abF",
|
|
1070
|
-
"unit_capacitance_coulumbPerVolt_symbol": "C/V",
|
|
1071
|
-
"unit_capacitance_decaFarad_symbol": "dF",
|
|
1072
|
-
"unit_capacitance_farad_symbol": "F",
|
|
1073
|
-
"unit_capacitance_gigaFarad_symbol": "GF",
|
|
1074
|
-
"unit_capacitance_hectoFarad_symbol": "hF",
|
|
1075
|
-
"unit_capacitance_kiloFarad_symbol": "kF",
|
|
1076
|
-
"unit_capacitance_megaFarad_symbol": "MF",
|
|
1077
|
-
"unit_capacitance_microFarad_symbol": "µF",
|
|
1078
|
-
"unit_capacitance_milliFarad_symbol": "mF",
|
|
1079
|
-
"unit_capacitance_nanoFarad_symbol": "nF",
|
|
1080
|
-
"unit_capacitance_picoFarad_symbol": "pF",
|
|
1081
|
-
"unit_capacitance_statfarad_symbol": "statF",
|
|
1082
|
-
"unit_currency_aed_symbol": "AED",
|
|
1083
|
-
"unit_currency_afn_symbol": "AFN",
|
|
1084
|
-
"unit_currency_all_symbol": "ALL",
|
|
1085
|
-
"unit_currency_amd_symbol": "AMD",
|
|
1086
|
-
"unit_currency_ang_symbol": "ANG",
|
|
1087
|
-
"unit_currency_aoa_symbol": "AOA",
|
|
1088
|
-
"unit_currency_ars_symbol": "ARS",
|
|
1089
|
-
"unit_currency_aud_symbol": "AUD",
|
|
1090
|
-
"unit_currency_awg_symbol": "AWG",
|
|
1091
|
-
"unit_currency_azn_symbol": "AZN",
|
|
1092
|
-
"unit_currency_bam_symbol": "BAM",
|
|
1093
|
-
"unit_currency_bbd_symbol": "BBD",
|
|
1094
|
-
"unit_currency_bdt_symbol": "BDT",
|
|
1095
|
-
"unit_currency_bgn_symbol": "BGN",
|
|
1096
|
-
"unit_currency_bhd_symbol": "BHD",
|
|
1097
|
-
"unit_currency_bif_symbol": "BIF",
|
|
1098
|
-
"unit_currency_bmd_symbol": "BMD",
|
|
1099
|
-
"unit_currency_bnd_symbol": "BND",
|
|
1100
|
-
"unit_currency_bob_symbol": "BOB",
|
|
1101
|
-
"unit_currency_brl_symbol": "BRL",
|
|
1102
|
-
"unit_currency_bsd_symbol": "BSD",
|
|
1103
|
-
"unit_currency_btc_symbol": "BTC",
|
|
1104
|
-
"unit_currency_btn_symbol": "BTN",
|
|
1105
|
-
"unit_currency_bwp_symbol": "BWP",
|
|
1106
|
-
"unit_currency_byn_symbol": "BYN",
|
|
1107
|
-
"unit_currency_byr_symbol": "BYR",
|
|
1108
|
-
"unit_currency_bzd_symbol": "BZD",
|
|
1109
|
-
"unit_currency_cad_symbol": "CAD",
|
|
1110
|
-
"unit_currency_cdf_symbol": "CDF",
|
|
1111
|
-
"unit_currency_chf_symbol": "CHF",
|
|
1112
|
-
"unit_currency_clp_symbol": "CLP",
|
|
1113
|
-
"unit_currency_cny_symbol": "CNY",
|
|
1114
|
-
"unit_currency_cop_symbol": "COP",
|
|
1115
|
-
"unit_currency_crc_symbol": "CRC",
|
|
1116
|
-
"unit_currency_cup_symbol": "CUP",
|
|
1117
|
-
"unit_currency_cve_symbol": "CVE",
|
|
1118
|
-
"unit_currency_czk_symbol": "CZK",
|
|
1119
|
-
"unit_currency_djf_symbol": "DJF",
|
|
1120
|
-
"unit_currency_dkk_symbol": "DKK",
|
|
1121
|
-
"unit_currency_dop_symbol": "DOP",
|
|
1122
|
-
"unit_currency_dzd_symbol": "DZD",
|
|
1123
|
-
"unit_currency_egp_symbol": "EGP",
|
|
1124
|
-
"unit_currency_ern_symbol": "ERN",
|
|
1125
|
-
"unit_currency_etb_symbol": "ETB",
|
|
1126
|
-
"unit_currency_eur_symbol": "EUR",
|
|
1127
|
-
"unit_currency_fjd_symbol": "FJD",
|
|
1128
|
-
"unit_currency_fkp_symbol": "FKP",
|
|
1129
|
-
"unit_currency_gbp_symbol": "GBP",
|
|
1130
|
-
"unit_currency_gel_symbol": "GEL",
|
|
1131
|
-
"unit_currency_ghs_symbol": "GHS",
|
|
1132
|
-
"unit_currency_gip_symbol": "GIP",
|
|
1133
|
-
"unit_currency_gmd_symbol": "GMD",
|
|
1134
|
-
"unit_currency_gnf_symbol": "GNF",
|
|
1135
|
-
"unit_currency_gtq_symbol": "GTQ",
|
|
1136
|
-
"unit_currency_gyd_symbol": "GYD",
|
|
1137
|
-
"unit_currency_hkd_symbol": "HKD",
|
|
1138
|
-
"unit_currency_hnl_symbol": "HNL",
|
|
1139
|
-
"unit_currency_hrk_symbol": "HRK",
|
|
1140
|
-
"unit_currency_htg_symbol": "HTG",
|
|
1141
|
-
"unit_currency_huf_symbol": "HUF",
|
|
1142
|
-
"unit_currency_idr_symbol": "IDR",
|
|
1143
|
-
"unit_currency_ils_symbol": "ILS",
|
|
1144
|
-
"unit_currency_inr_symbol": "INR",
|
|
1145
|
-
"unit_currency_iqd_symbol": "IQD",
|
|
1146
|
-
"unit_currency_irr_symbol": "IRR",
|
|
1147
|
-
"unit_currency_isk_symbol": "ISK",
|
|
1148
|
-
"unit_currency_jmd_symbol": "JMD",
|
|
1149
|
-
"unit_currency_jod_symbol": "JOD",
|
|
1150
|
-
"unit_currency_jpy_symbol": "JPY",
|
|
1151
|
-
"unit_currency_kes_symbol": "KES",
|
|
1152
|
-
"unit_currency_kgs_symbol": "KGS",
|
|
1153
|
-
"unit_currency_khr_symbol": "KHR",
|
|
1154
|
-
"unit_currency_kmf_symbol": "KMF",
|
|
1155
|
-
"unit_currency_kpw_symbol": "KPW",
|
|
1156
|
-
"unit_currency_krw_symbol": "KRW",
|
|
1157
|
-
"unit_currency_kwd_symbol": "KWD",
|
|
1158
|
-
"unit_currency_kyd_symbol": "KYD",
|
|
1159
|
-
"unit_currency_kzt_symbol": "KZT",
|
|
1160
|
-
"unit_currency_lak_symbol": "LAK",
|
|
1161
|
-
"unit_currency_lbp_symbol": "LBP",
|
|
1162
|
-
"unit_currency_lkr_symbol": "LKR",
|
|
1163
|
-
"unit_currency_lrd_symbol": "LRD",
|
|
1164
|
-
"unit_currency_lsl_symbol": "LSL",
|
|
1165
|
-
"unit_currency_ltl_symbol": "LTL",
|
|
1166
|
-
"unit_currency_lyd_symbol": "LYD",
|
|
1167
|
-
"unit_currency_mad_symbol": "MAD",
|
|
1168
|
-
"unit_currency_mdl_symbol": "MDL",
|
|
1169
|
-
"unit_currency_mga_symbol": "MGA",
|
|
1170
|
-
"unit_currency_mkd_symbol": "MKD",
|
|
1171
|
-
"unit_currency_mmk_symbol": "MMK",
|
|
1172
|
-
"unit_currency_mnt_symbol": "MNT",
|
|
1173
|
-
"unit_currency_mop_symbol": "MOP",
|
|
1174
|
-
"unit_currency_mro_symbol": "MRO",
|
|
1175
|
-
"unit_currency_mru_symbol": "MRU",
|
|
1176
|
-
"unit_currency_mur_symbol": "MUR",
|
|
1177
|
-
"unit_currency_mvr_symbol": "MVR",
|
|
1178
|
-
"unit_currency_mwk_symbol": "MWK",
|
|
1179
|
-
"unit_currency_mxn_symbol": "MXN",
|
|
1180
|
-
"unit_currency_myr_symbol": "MYR",
|
|
1181
|
-
"unit_currency_mzn_symbol": "MZN",
|
|
1182
|
-
"unit_currency_nad_symbol": "NAD",
|
|
1183
|
-
"unit_currency_ngn_symbol": "NGN",
|
|
1184
|
-
"unit_currency_nio_symbol": "NIO",
|
|
1185
|
-
"unit_currency_nok_symbol": "NOK",
|
|
1186
|
-
"unit_currency_npr_symbol": "NPR",
|
|
1187
|
-
"unit_currency_nzd_symbol": "NZD",
|
|
1188
|
-
"unit_currency_omr_symbol": "OMR",
|
|
1189
|
-
"unit_currency_pab_symbol": "PAB",
|
|
1190
|
-
"unit_currency_pen_symbol": "PEN",
|
|
1191
|
-
"unit_currency_pgk_symbol": "PGK",
|
|
1192
|
-
"unit_currency_php_symbol": "PHP",
|
|
1193
|
-
"unit_currency_pkr_symbol": "PKR",
|
|
1194
|
-
"unit_currency_pln_symbol": "PLN",
|
|
1195
|
-
"unit_currency_pyg_symbol": "PYG",
|
|
1196
|
-
"unit_currency_qar_symbol": "QAR",
|
|
1197
|
-
"unit_currency_ron_symbol": "RON",
|
|
1198
|
-
"unit_currency_rsd_symbol": "RSD",
|
|
1199
|
-
"unit_currency_rub_symbol": "RUB",
|
|
1200
|
-
"unit_currency_rwf_symbol": "RWF",
|
|
1201
|
-
"unit_currency_sar_symbol": "SAR",
|
|
1202
|
-
"unit_currency_sbd_symbol": "SBD",
|
|
1203
|
-
"unit_currency_scr_symbol": "SCR",
|
|
1204
|
-
"unit_currency_sdg_symbol": "SDG",
|
|
1205
|
-
"unit_currency_sek_symbol": "SEK",
|
|
1206
|
-
"unit_currency_sgd_symbol": "SGD",
|
|
1207
|
-
"unit_currency_shp_symbol": "SHP",
|
|
1208
|
-
"unit_currency_sll_symbol": "SLL",
|
|
1209
|
-
"unit_currency_sos_symbol": "SOS",
|
|
1210
|
-
"unit_currency_srd_symbol": "SRD",
|
|
1211
|
-
"unit_currency_ssp_symbol": "SSP",
|
|
1212
|
-
"unit_currency_std_symbol": "STD",
|
|
1213
|
-
"unit_currency_stn_symbol": "STN",
|
|
1214
|
-
"unit_currency_svc_symbol": "SVC",
|
|
1215
|
-
"unit_currency_syp_symbol": "SYP",
|
|
1216
|
-
"unit_currency_szl_symbol": "SZL",
|
|
1217
|
-
"unit_currency_thb_symbol": "THB",
|
|
1218
|
-
"unit_currency_tjs_symbol": "TJS",
|
|
1219
|
-
"unit_currency_tmt_symbol": "TMT",
|
|
1220
|
-
"unit_currency_tnd_symbol": "TND",
|
|
1221
|
-
"unit_currency_top_symbol": "TOP",
|
|
1222
|
-
"unit_currency_try_symbol": "TRY",
|
|
1223
|
-
"unit_currency_ttd_symbol": "TTD",
|
|
1224
|
-
"unit_currency_twd_symbol": "TWD",
|
|
1225
|
-
"unit_currency_tzs_symbol": "TZS",
|
|
1226
|
-
"unit_currency_uah_symbol": "UAH",
|
|
1227
|
-
"unit_currency_ugx_symbol": "UGX",
|
|
1228
|
-
"unit_currency_usd_symbol": "USD",
|
|
1229
|
-
"unit_currency_uyu_symbol": "UYU",
|
|
1230
|
-
"unit_currency_uzs_symbol": "UZS",
|
|
1231
|
-
"unit_currency_vef_symbol": "VEF",
|
|
1232
|
-
"unit_currency_ves_symbol": "VES",
|
|
1233
|
-
"unit_currency_vnd_symbol": "VND",
|
|
1234
|
-
"unit_currency_vuv_symbol": "VUV",
|
|
1235
|
-
"unit_currency_wst_symbol": "WST",
|
|
1236
|
-
"unit_currency_xaf_symbol": "XAF",
|
|
1237
|
-
"unit_currency_xag_symbol": "XAG",
|
|
1238
|
-
"unit_currency_xau_symbol": "XAU",
|
|
1239
|
-
"unit_currency_xcd_symbol": "XCD",
|
|
1240
|
-
"unit_currency_xof_symbol": "XOF",
|
|
1241
|
-
"unit_currency_xpd_symbol": "XPD",
|
|
1242
|
-
"unit_currency_xpf_symbol": "XPF",
|
|
1243
|
-
"unit_currency_xpt_symbol": "XPT",
|
|
1244
|
-
"unit_currency_yer_symbol": "YER",
|
|
1245
|
-
"unit_currency_zar_symbol": "ZAR",
|
|
1246
|
-
"unit_currency_zmk_symbol": "ZMK",
|
|
1247
|
-
"unit_currency_zmw_symbol": "ZMW",
|
|
1248
|
-
"unit_datastorage1024_bit_symbol": "b",
|
|
1249
|
-
"unit_datastorage1024_block_symbol": "block",
|
|
1250
|
-
"unit_datastorage1024_byte_symbol": "B",
|
|
1251
|
-
"unit_datastorage1024_character_symbol": "char",
|
|
1252
|
-
"unit_datastorage1024_exbibit_symbol": "Eb",
|
|
1253
|
-
"unit_datastorage1024_exbibyte_symbol": "EB",
|
|
1254
|
-
"unit_datastorage1024_gibibit_symbol": "Gb",
|
|
1255
|
-
"unit_datastorage1024_gibibyte_symbol": "GB",
|
|
1256
|
-
"unit_datastorage1024_kibibit_symbol": "kb",
|
|
1257
|
-
"unit_datastorage1024_kibibyte_symbol": "kB",
|
|
1258
|
-
"unit_datastorage1024_mebibit_symbol": "Mb",
|
|
1259
|
-
"unit_datastorage1024_mebibyte_symbol": "MB",
|
|
1260
|
-
"unit_datastorage1024_nibble_symbol": "nibble",
|
|
1261
|
-
"unit_datastorage1024_pebibit_symbol": "Pb",
|
|
1262
|
-
"unit_datastorage1024_pebibyte_symbol": "PB",
|
|
1263
|
-
"unit_datastorage1024_tebibit_symbol": "Tb",
|
|
1264
|
-
"unit_datastorage1024_tebibyte_symbol": "TB",
|
|
1265
|
-
"unit_datastorage1024_word_symbol": "word",
|
|
1266
|
-
"unit_datastorage_bit_symbol": "b",
|
|
1267
|
-
"unit_datastorage_block_symbol": "block",
|
|
1268
|
-
"unit_datastorage_byte_symbol": "B",
|
|
1269
|
-
"unit_datastorage_character_symbol": "char",
|
|
1270
|
-
"unit_datastorage_exabit_symbol": "Eb",
|
|
1271
|
-
"unit_datastorage_exabyte_symbol": "EB",
|
|
1272
|
-
"unit_datastorage_exbibit_symbol": "Eib",
|
|
1273
|
-
"unit_datastorage_exbibyte_symbol": "EiB",
|
|
1274
|
-
"unit_datastorage_gibibit_symbol": "Gib",
|
|
1275
|
-
"unit_datastorage_gibibyte_symbol": "GiB",
|
|
1276
|
-
"unit_datastorage_gigabit_symbol": "Gb",
|
|
1277
|
-
"unit_datastorage_gigabyte_symbol": "GB",
|
|
1278
|
-
"unit_datastorage_kibibit_symbol": "Kib",
|
|
1279
|
-
"unit_datastorage_kibibyte_symbol": "KiB",
|
|
1280
|
-
"unit_datastorage_kilobit_symbol": "kb",
|
|
1281
|
-
"unit_datastorage_kilobyte_symbol": "kB",
|
|
1282
|
-
"unit_datastorage_mebibit_symbol": "Mib",
|
|
1283
|
-
"unit_datastorage_mebibyte_symbol": "MiB",
|
|
1284
|
-
"unit_datastorage_megabit_symbol": "Mb",
|
|
1285
|
-
"unit_datastorage_megabyte_symbol": "MB",
|
|
1286
|
-
"unit_datastorage_nibble_symbol": "nibble",
|
|
1287
|
-
"unit_datastorage_pebibit_symbol": "Pib",
|
|
1288
|
-
"unit_datastorage_pebibyte_symbol": "PiB",
|
|
1289
|
-
"unit_datastorage_petabit_symbol": "Pb",
|
|
1290
|
-
"unit_datastorage_petabyte_symbol": "PB",
|
|
1291
|
-
"unit_datastorage_tebibit_symbol": "Tib",
|
|
1292
|
-
"unit_datastorage_tebibyte_symbol": "TiB",
|
|
1293
|
-
"unit_datastorage_terabit_symbol": "Tb",
|
|
1294
|
-
"unit_datastorage_terabyte_symbol": "TB",
|
|
1295
|
-
"unit_datastorage_word_symbol": "word",
|
|
1296
|
-
"unit_datatransfer_bitPerSecond_symbol": "b/s",
|
|
1297
|
-
"unit_datatransfer_bytePerSecond_symbol": "B/s",
|
|
1298
|
-
"unit_datatransfer_exabitPerSecond_symbol": "Eb/s",
|
|
1299
|
-
"unit_datatransfer_exabytePerSecond_symbol": "EB/s",
|
|
1300
|
-
"unit_datatransfer_exbibitPerSecond_symbol": "Eib/s",
|
|
1301
|
-
"unit_datatransfer_exbibytePerSecond_symbol": "EiB/s",
|
|
1302
|
-
"unit_datatransfer_gibibitPerSecond_symbol": "Gib/s",
|
|
1303
|
-
"unit_datatransfer_gibibytePerSecond_symbol": "GiB/s",
|
|
1304
|
-
"unit_datatransfer_gigabitPerSecond_symbol": "Gb/s",
|
|
1305
|
-
"unit_datatransfer_gigabytePerSecond_symbol": "GB/s",
|
|
1306
|
-
"unit_datatransfer_kibibitPerSecond_symbol": "Kib/s",
|
|
1307
|
-
"unit_datatransfer_kibibytePerSecond_symbol": "KiB/s",
|
|
1308
|
-
"unit_datatransfer_kilobitPerSecond_symbol": "kb/s",
|
|
1309
|
-
"unit_datatransfer_kilobytePerSecond_symbol": "kB/s",
|
|
1310
|
-
"unit_datatransfer_mebibitPerSecond_symbol": "Mib/s",
|
|
1311
|
-
"unit_datatransfer_mebibytePerSecond_symbol": "MiB/s",
|
|
1312
|
-
"unit_datatransfer_megabitPerSecond_symbol": "Mb/s",
|
|
1313
|
-
"unit_datatransfer_megabytePerSecond_symbol": "MB/s",
|
|
1314
|
-
"unit_datatransfer_pebibitPerSecond_symbol": "Pib/s",
|
|
1315
|
-
"unit_datatransfer_pebibytePerSecond_symbol": "PiB/s",
|
|
1316
|
-
"unit_datatransfer_petabitPerSecond_symbol": "Pb/s",
|
|
1317
|
-
"unit_datatransfer_petabytePerSecond_symbol": "PB/s",
|
|
1318
|
-
"unit_datatransfer_tebibitPerSecond_symbol": "Tib/s",
|
|
1319
|
-
"unit_datatransfer_tebibytePerSecond_symbol": "TiB/s",
|
|
1320
|
-
"unit_datatransfer_terabitPerSecond_symbol": "Tb/s",
|
|
1321
|
-
"unit_datatransfer_terabytePerSecond_symbol": "TB/s",
|
|
1322
|
-
"unit_density_gramPerCubCentimeter_symbol": "g/cm³",
|
|
1323
|
-
"unit_density_gramPerCubMeter_symbol": "g/m³",
|
|
1324
|
-
"unit_density_gramPerLiter_symbol": "g/L",
|
|
1325
|
-
"unit_density_gramPerMilliliter_symbol": "g/mL",
|
|
1326
|
-
"unit_density_kilogramPerCubDecimeter_symbol": "kg/dm³",
|
|
1327
|
-
"unit_density_kilogramPerCubMeter_symbol": "kg/m³",
|
|
1328
|
-
"unit_density_kilogramPerLiter_symbol": "kg/L",
|
|
1329
|
-
"unit_density_ouncePerCubFoot_symbol": "oz/ft³",
|
|
1330
|
-
"unit_density_ouncePerCubInch_symbol": "oz/in³",
|
|
1331
|
-
"unit_density_ouncePerGallon_symbol": "oz/gal",
|
|
1332
|
-
"unit_density_poundPerCubFoot_symbol": "lb/ft³",
|
|
1333
|
-
"unit_density_poundPerCubInch_symbol": "lb/in³",
|
|
1334
|
-
"unit_density_poundPerGallon_symbol": "lb/gal",
|
|
1335
|
-
"unit_density_tonnerPerCubMeter_symbol": "t/m³",
|
|
1336
|
-
"unit_dynamicviscosity_pascalSecond_symbol": "Pa·s",
|
|
1337
|
-
"unit_dynamicviscosity_poise_symbol": "P",
|
|
1338
|
-
"unit_dynamicviscosity_poundForceSecondPerSqFoot_symbol": "lbf·s/ft²",
|
|
1339
|
-
"unit_dynamicviscosity_poundForceSecondPerSqInch_symbol": "lbf·s/in²",
|
|
1340
|
-
"unit_dynamicviscosity_poundPerFootHour_symbol": "lb/(ft·h)",
|
|
1341
|
-
"unit_dynamicviscosity_poundPerFootSecond_symbol": "lb/(ft·s)",
|
|
1342
|
-
"unit_electriccharge_abcoulomb_symbol": "abC",
|
|
1343
|
-
"unit_electriccharge_ampereHour_symbol": "Ah",
|
|
1344
|
-
"unit_electriccharge_ampereMin_symbol": "Amin",
|
|
1345
|
-
"unit_electriccharge_ampereSecond_symbol": "As",
|
|
1346
|
-
"unit_electriccharge_coulomb_symbol": "C",
|
|
1347
|
-
"unit_electriccharge_faraday_symbol": "F",
|
|
1348
|
-
"unit_electriccharge_kiloCoulomb_symbol": "kC",
|
|
1349
|
-
"unit_electriccharge_megaCoulomb_symbol": "MC",
|
|
1350
|
-
"unit_electriccharge_microCoulomb_symbol": "µC",
|
|
1351
|
-
"unit_electriccharge_milliCoulomb_symbol": "mC",
|
|
1352
|
-
"unit_electriccharge_milliampereHour_symbol": "mAh",
|
|
1353
|
-
"unit_electriccharge_milliampereMin_symbol": "mAmin",
|
|
1354
|
-
"unit_electriccharge_milliampereSecond_symbol": "mAs",
|
|
1355
|
-
"unit_electriccharge_nanoCoulomb_symbol": "nC",
|
|
1356
|
-
"unit_electriccurrent_abampere_symbol": "abamp",
|
|
1357
|
-
"unit_electriccurrent_ampere_symbol": "A",
|
|
1358
|
-
"unit_electriccurrent_coulombPerSecond_symbol": "C/s",
|
|
1359
|
-
"unit_electriccurrent_gigaAmpere_symbol": "GA",
|
|
1360
|
-
"unit_electriccurrent_kiloAmpere_symbol": "kA",
|
|
1361
|
-
"unit_electriccurrent_megaAmpere_symbol": "MA",
|
|
1362
|
-
"unit_electriccurrent_microAmpere_symbol": "µA",
|
|
1363
|
-
"unit_electriccurrent_milliAmpere_symbol": "mA",
|
|
1364
|
-
"unit_electriccurrent_nanoAmpere_symbol": "nA",
|
|
1365
|
-
"unit_electricpotential_abvolt_symbol": "abV",
|
|
1366
|
-
"unit_electricpotential_gigaVolt_symbol": "GV",
|
|
1367
|
-
"unit_electricpotential_kiloVolt_symbol": "kV",
|
|
1368
|
-
"unit_electricpotential_megaVolt_symbol": "MV",
|
|
1369
|
-
"unit_electricpotential_microVolt_symbol": "µV",
|
|
1370
|
-
"unit_electricpotential_milliVolt_symbol": "mV",
|
|
1371
|
-
"unit_electricpotential_nanoVolt_symbol": "nV",
|
|
1372
|
-
"unit_electricpotential_statvolt_symbol": "statV",
|
|
1373
|
-
"unit_electricpotential_volt_symbol": "V",
|
|
1374
|
-
"unit_electricpotential_wattPerAmpere_symbol": "W/A",
|
|
1375
|
-
"unit_electricresistance_abohm_symbol": "abΩ",
|
|
1376
|
-
"unit_electricresistance_gigaOhm_symbol": "GΩ",
|
|
1377
|
-
"unit_electricresistance_kiloOhm_symbol": "kΩ",
|
|
1378
|
-
"unit_electricresistance_megaOhm_symbol": "MΩ",
|
|
1379
|
-
"unit_electricresistance_microOhm_symbol": "µΩ",
|
|
1380
|
-
"unit_electricresistance_milliOhm_symbol": "mΩ",
|
|
1381
|
-
"unit_electricresistance_nanoOhm_symbol": "nΩ",
|
|
1382
|
-
"unit_electricresistance_ohm_symbol": "Ω",
|
|
1383
|
-
"unit_electricresistance_voltPerAmpere_symbol": "V/A",
|
|
1384
|
-
"unit_energy_barrelOil_symbol": "boe",
|
|
1385
|
-
"unit_energy_btuIT_symbol": "BTU",
|
|
1386
|
-
"unit_energy_btuIso_symbol": "BTU",
|
|
1387
|
-
"unit_energy_calorie_symbol": "cal",
|
|
1388
|
-
"unit_energy_electronVolt_symbol": "eV",
|
|
1389
|
-
"unit_energy_erg_symbol": "erg",
|
|
1390
|
-
"unit_energy_footPound_symbol": "ft lbf",
|
|
1391
|
-
"unit_energy_gigacalorie_symbol": "Gcal",
|
|
1392
|
-
"unit_energy_gigajoule_symbol": "GJ",
|
|
1393
|
-
"unit_energy_joule_symbol": "J",
|
|
1394
|
-
"unit_energy_kilocalorie_symbol": "kcal",
|
|
1395
|
-
"unit_energy_kilogramTNT_symbol": "kgTNT",
|
|
1396
|
-
"unit_energy_kilojoule_symbol": "kJ",
|
|
1397
|
-
"unit_energy_kilowattHour_symbol": "kW h",
|
|
1398
|
-
"unit_energy_megacalorie_symbol": "Mcal",
|
|
1399
|
-
"unit_energy_megajoule_symbol": "MJ",
|
|
1400
|
-
"unit_energy_megawattHour_symbol": "MW h",
|
|
1401
|
-
"unit_energy_quad_symbol": "quad",
|
|
1402
|
-
"unit_energy_therm_symbol": "thm",
|
|
1403
|
-
"unit_energy_thermie_symbol": "th",
|
|
1404
|
-
"unit_energy_tonTNT_symbol": "tnTNT",
|
|
1405
|
-
"unit_energy_tonneTNT_symbol": "tTNT",
|
|
1406
|
-
"unit_energy_wattHour_symbol": "W h",
|
|
1407
|
-
"unit_energy_wattSecond_symbol": "W s",
|
|
1408
|
-
"unit_flow_cubCentimeterPerDay_symbol": "cm³/day",
|
|
1409
|
-
"unit_flow_cubCentimeterPerHour_symbol": "cm³/h",
|
|
1410
|
-
"unit_flow_cubCentimeterPerMin_symbol": "cm³/min",
|
|
1411
|
-
"unit_flow_cubCentimeterPerSec_symbol": "cm³/s",
|
|
1412
|
-
"unit_flow_cubFootPerDay_symbol": "ft³/day",
|
|
1413
|
-
"unit_flow_cubFootPerHour_symbol": "ft³/h",
|
|
1414
|
-
"unit_flow_cubFootPerMin_symbol": "ft³/min",
|
|
1415
|
-
"unit_flow_cubFootPerSec_symbol": "ft³/s",
|
|
1416
|
-
"unit_flow_cubInchPerDay_symbol": "in³/day",
|
|
1417
|
-
"unit_flow_cubInchPerHour_symbol": "in³/h",
|
|
1418
|
-
"unit_flow_cubInchPerMin_symbol": "in³/min",
|
|
1419
|
-
"unit_flow_cubInchPerSec_symbol": "in³/s",
|
|
1420
|
-
"unit_flow_cubKmPerDay_symbol": "km³/day",
|
|
1421
|
-
"unit_flow_cubKmPerHour_symbol": "km³/h",
|
|
1422
|
-
"unit_flow_cubKmPerMin_symbol": "km³/min",
|
|
1423
|
-
"unit_flow_cubKmPerSec_symbol": "km³/s",
|
|
1424
|
-
"unit_flow_cubMeterPerDay_symbol": "m³/day",
|
|
1425
|
-
"unit_flow_cubMeterPerHour_symbol": "m³/h",
|
|
1426
|
-
"unit_flow_cubMeterPerMin_symbol": "m³/min",
|
|
1427
|
-
"unit_flow_cubMeterPerSec_symbol": "m³/s",
|
|
1428
|
-
"unit_flow_cubMilePerDay_symbol": "mi³/day",
|
|
1429
|
-
"unit_flow_cubMilePerHour_symbol": "mi³/h",
|
|
1430
|
-
"unit_flow_cubMilePerMin_symbol": "mi³/min",
|
|
1431
|
-
"unit_flow_cubMilePerSec_symbol": "mi³/s",
|
|
1432
|
-
"unit_flow_gallonPerDay_symbol": "gal/day",
|
|
1433
|
-
"unit_flow_gallonPerHour_symbol": "GPH",
|
|
1434
|
-
"unit_flow_gallonPerMin_symbol": "GPM",
|
|
1435
|
-
"unit_flow_gallonPerSec_symbol": "GPS",
|
|
1436
|
-
"unit_flow_gallonUkPerDay_symbol": "gal/day",
|
|
1437
|
-
"unit_flow_gallonUkPerHour_symbol": "GPH",
|
|
1438
|
-
"unit_flow_gallonUkPerMin_symbol": "GPM",
|
|
1439
|
-
"unit_flow_gallonUkPerSec_symbol": "GPS",
|
|
1440
|
-
"unit_flow_literPerDay_symbol": "L/day",
|
|
1441
|
-
"unit_flow_literPerHour_symbol": "L/h",
|
|
1442
|
-
"unit_flow_literPerMin_symbol": "L/min",
|
|
1443
|
-
"unit_flow_literPerSec_symbol": "L/s",
|
|
1444
|
-
"unit_force_dyne_symbol": "dyn",
|
|
1445
|
-
"unit_force_gramForce_symbol": "gf",
|
|
1446
|
-
"unit_force_graveForce_symbol": "Gf",
|
|
1447
|
-
"unit_force_gravetForce_symbol": "gf",
|
|
1448
|
-
"unit_force_kilogramForce_symbol": "kgf",
|
|
1449
|
-
"unit_force_kilonewton_symbol": "kN",
|
|
1450
|
-
"unit_force_kilopond_symbol": "kp",
|
|
1451
|
-
"unit_force_kipForce_symbol": "kipf",
|
|
1452
|
-
"unit_force_meganewton_symbol": "MN",
|
|
1453
|
-
"unit_force_micronewton_symbol": "µN",
|
|
1454
|
-
"unit_force_milligramForce_symbol": "mgf",
|
|
1455
|
-
"unit_force_milligraveForce_symbol": "mGf",
|
|
1456
|
-
"unit_force_millinewton_symbol": "mN",
|
|
1457
|
-
"unit_force_newton_symbol": "N",
|
|
1458
|
-
"unit_force_ounceForce_symbol": "ozf",
|
|
1459
|
-
"unit_force_poundForce_symbol": "lbf",
|
|
1460
|
-
"unit_force_poundal_symbol": "pdl",
|
|
1461
|
-
"unit_force_sthene_symbol": "sn",
|
|
1462
|
-
"unit_force_tonForceLong_symbol": "[tonf (UK)]",
|
|
1463
|
-
"unit_force_tonForceMetric_symbol": "tf",
|
|
1464
|
-
"unit_force_tonForceShort_symbol": "[tonf (US)]",
|
|
1465
|
-
"unit_force_tonForce_symbol": "tnf",
|
|
1466
|
-
"unit_force_tonneForce_symbol": "tf",
|
|
1467
|
-
"unit_frequency_attohertz_symbol": "aHz",
|
|
1468
|
-
"unit_frequency_centihertz_symbol": "cHz",
|
|
1469
|
-
"unit_frequency_decihertz_symbol": "dHz",
|
|
1470
|
-
"unit_frequency_degree_hour_symbol": "deg/h",
|
|
1471
|
-
"unit_frequency_degree_minute_symbol": "deg/m",
|
|
1472
|
-
"unit_frequency_degree_second_symbol": "deg/s",
|
|
1473
|
-
"unit_frequency_dekahertz_symbol": "daHz",
|
|
1474
|
-
"unit_frequency_exahertz_symbol": "EHz",
|
|
1475
|
-
"unit_frequency_femtohertz_symbol": "fHz",
|
|
1476
|
-
"unit_frequency_gigahertz_symbol": "GHz",
|
|
1477
|
-
"unit_frequency_hectohertz_symbol": "hHz",
|
|
1478
|
-
"unit_frequency_hertz_symbol": "Hz",
|
|
1479
|
-
"unit_frequency_kilohertz_symbol": "kHz",
|
|
1480
|
-
"unit_frequency_megahertz_symbol": "MHz",
|
|
1481
|
-
"unit_frequency_microhertz_symbol": "µHz",
|
|
1482
|
-
"unit_frequency_millihertz_symbol": "mHz",
|
|
1483
|
-
"unit_frequency_nanohertz_symbol": "nHz",
|
|
1484
|
-
"unit_frequency_petahertz_symbol": "PHz",
|
|
1485
|
-
"unit_frequency_picohertz_symbol": "pHz",
|
|
1486
|
-
"unit_frequency_radian_hour_symbol": "rad/h",
|
|
1487
|
-
"unit_frequency_radian_minute_symbol": "rad/m",
|
|
1488
|
-
"unit_frequency_radian_second_symbol": "rad/s",
|
|
1489
|
-
"unit_frequency_revolution_hour_symbol": "rev/h",
|
|
1490
|
-
"unit_frequency_revolution_minute_symbol": "rev/m",
|
|
1491
|
-
"unit_frequency_terrahertz_symbol": "THz",
|
|
1492
|
-
"unit_fuel_gallonUKPer100Miles_symbol": "gal(UK)/100mi",
|
|
1493
|
-
"unit_fuel_gallonUSPer100Miles_symbol": "gal(US)/100mi",
|
|
1494
|
-
"unit_fuel_kmPerLiter_symbol": "km/L",
|
|
1495
|
-
"unit_fuel_literPer100Km_symbol": "L/100km",
|
|
1496
|
-
"unit_fuel_literPer100Miles_symbol": "L/100mi",
|
|
1497
|
-
"unit_fuel_milesPerLiter_symbol": "mi/L",
|
|
1498
|
-
"unit_fuel_milesPerUKGallon_symbol": "mpg",
|
|
1499
|
-
"unit_fuel_milesPerUSGallon_symbol": "mpg",
|
|
1500
|
-
"unit_illuminance_footcandle_symbol": "fc",
|
|
1501
|
-
"unit_illuminance_lumenPerSqCentimeter_symbol": "lm/cm²",
|
|
1502
|
-
"unit_illuminance_lumenPerSqFoot_symbol": "lm/ft²",
|
|
1503
|
-
"unit_illuminance_lumenPerSqInch_symbol": "lm/in²",
|
|
1504
|
-
"unit_illuminance_lumenPerSqMeter_symbol": "lm/m²",
|
|
1505
|
-
"unit_illuminance_lux_symbol": "lx",
|
|
1506
|
-
"unit_illuminance_phot_symbol": "ph",
|
|
1507
|
-
"unit_kinematicviscosity_sqFootPerSecond_symbol": "ft²/s",
|
|
1508
|
-
"unit_kinematicviscosity_sqMeterPerSecond_symbol": "m²/s",
|
|
1509
|
-
"unit_kinematicviscosity_stokes_symbol": "St",
|
|
1510
|
-
"unit_length_angstrom_symbol": "Å",
|
|
1511
|
-
"unit_length_cable_symbol": "cbl",
|
|
1512
|
-
"unit_length_centimeter_symbol": "cm",
|
|
1513
|
-
"unit_length_chain_symbol": "ch",
|
|
1514
|
-
"unit_length_decameter_symbol": "dam",
|
|
1515
|
-
"unit_length_decimeter_symbol": "dm",
|
|
1516
|
-
"unit_length_fathom_symbol": "ftm",
|
|
1517
|
-
"unit_length_feet_symbol": "ft",
|
|
1518
|
-
"unit_length_foot_symbol": "ft",
|
|
1519
|
-
"unit_length_furlong_symbol": "fur",
|
|
1520
|
-
"unit_length_hand_symbol": "hh",
|
|
1521
|
-
"unit_length_hectometer_symbol": "hm",
|
|
1522
|
-
"unit_length_inch_symbol": "in",
|
|
1523
|
-
"unit_length_inches_symbol": "in",
|
|
1524
|
-
"unit_length_kilometer_symbol": "km",
|
|
1525
|
-
"unit_length_league_symbol": "lea",
|
|
1526
|
-
"unit_length_link_symbol": "li",
|
|
1527
|
-
"unit_length_meter_symbol": "m",
|
|
1528
|
-
"unit_length_micron_symbol": "µm",
|
|
1529
|
-
"unit_length_mile_symbol": "mi",
|
|
1530
|
-
"unit_length_millimeter_symbol": "mm",
|
|
1531
|
-
"unit_length_nanometer_symbol": "nm",
|
|
1532
|
-
"unit_length_nauticalLeague_symbol": "lea",
|
|
1533
|
-
"unit_length_nauticalMile_symbol": "NM",
|
|
1534
|
-
"unit_length_picometer_symbol": "pm",
|
|
1535
|
-
"unit_length_rod_symbol": "rd",
|
|
1536
|
-
"unit_length_russia_Arshin_symbol": "арш",
|
|
1537
|
-
"unit_length_russia_Dot_symbol": "точ",
|
|
1538
|
-
"unit_length_russia_KosayaSazhen_symbol": "кос.саж",
|
|
1539
|
-
"unit_length_russia_Line_symbol": "ли",
|
|
1540
|
-
"unit_length_russia_MakhovayaSazhen_symbol": "мах.саж",
|
|
1541
|
-
"unit_length_russia_MezhevayaVerst_symbol": "меж.в",
|
|
1542
|
-
"unit_length_russia_Sazhen_symbol": "саж",
|
|
1543
|
-
"unit_length_russia_Span_symbol": "пяд",
|
|
1544
|
-
"unit_length_russia_Vershok_symbol": "верш",
|
|
1545
|
-
"unit_length_russia_Verst_symbol": "в",
|
|
1546
|
-
"unit_length_thou_symbol": "th",
|
|
1547
|
-
"unit_length_yard_symbol": "yd",
|
|
1548
|
-
"unit_luminance_candelaPerSqCentimeter_symbol": "cd/cm²",
|
|
1549
|
-
"unit_luminance_candelaPerSqFoot_symbol": "cd/ft²",
|
|
1550
|
-
"unit_luminance_candelaPerSqInch_symbol": "cd/in²",
|
|
1551
|
-
"unit_luminance_candelaPerSqMeter_symbol": "cd/m²",
|
|
1552
|
-
"unit_luminance_footlambert_symbol": "fL",
|
|
1553
|
-
"unit_luminance_kilocandelaPerSqMeter_symbol": "kcd/m²",
|
|
1554
|
-
"unit_luminance_lambert_symbol": "L",
|
|
1555
|
-
"unit_luminance_stilb_symbol": "sb",
|
|
1556
|
-
"unit_magneticfield_gamma_symbol": "γ",
|
|
1557
|
-
"unit_magneticfield_gauss_symbol": "G",
|
|
1558
|
-
"unit_magneticfield_kiloTesla_symbol": "kT",
|
|
1559
|
-
"unit_magneticfield_megaTesla_symbol": "MT",
|
|
1560
|
-
"unit_magneticfield_microTesla_symbol": "µT",
|
|
1561
|
-
"unit_magneticfield_milliTesla_symbol": "mT",
|
|
1562
|
-
"unit_magneticfield_nanoTesla_symbol": "nT",
|
|
1563
|
-
"unit_magneticfield_picoTesla_symbol": "pT",
|
|
1564
|
-
"unit_magneticfield_tesla_symbol": "T",
|
|
1565
|
-
"unit_magneticfield_waberPerSqMeter_symbol": "Wb/m²",
|
|
1566
|
-
"unit_metrics_atto_symbol": "a",
|
|
1567
|
-
"unit_metrics_centi_symbol": "c",
|
|
1568
|
-
"unit_metrics_deci_symbol": "d",
|
|
1569
|
-
"unit_metrics_deka_symbol": "da",
|
|
1570
|
-
"unit_metrics_exa_symbol": "E",
|
|
1571
|
-
"unit_metrics_femto_symbol": "f",
|
|
1572
|
-
"unit_metrics_giga_symbol": "G",
|
|
1573
|
-
"unit_metrics_hecto_symbol": "h",
|
|
1574
|
-
"unit_metrics_kilo_symbol": "k",
|
|
1575
|
-
"unit_metrics_mega_symbol": "M",
|
|
1576
|
-
"unit_metrics_micro_symbol": "µ",
|
|
1577
|
-
"unit_metrics_milli_symbol": "m",
|
|
1578
|
-
"unit_metrics_nano_symbol": "n",
|
|
1579
|
-
"unit_metrics_peta_symbol": "P",
|
|
1580
|
-
"unit_metrics_pico_symbol": "p",
|
|
1581
|
-
"unit_metrics_tera_symbol": "T",
|
|
1582
|
-
"unit_metrics_unit_symbol": "1",
|
|
1583
|
-
"unit_metrics_yocto_symbol": "y",
|
|
1584
|
-
"unit_metrics_yotta_symbol": "Y",
|
|
1585
|
-
"unit_metrics_zepto_symbol": "z",
|
|
1586
|
-
"unit_metrics_zetta_symbol": "Z",
|
|
1587
|
-
"unit_mineralization_degreeHardness_symbol": "°dH",
|
|
1588
|
-
"unit_mineralization_frenchDegree_symbol": "°f",
|
|
1589
|
-
"unit_mineralization_mgPerLiter_symbol": "mg/L",
|
|
1590
|
-
"unit_mineralization_ppm_symbol": "ppm",
|
|
1591
|
-
"unit_mineralization_ppt_symbol": "ppt",
|
|
1592
|
-
"unit_power_btuPerHour_symbol": "BTU/h",
|
|
1593
|
-
"unit_power_btuPerMinute_symbol": "BTU/min",
|
|
1594
|
-
"unit_power_btuPerSecond_symbol": "BTU/s",
|
|
1595
|
-
"unit_power_caloriePerHour_symbol": "cal/h",
|
|
1596
|
-
"unit_power_caloriePerSecond_symbol": "cal/s",
|
|
1597
|
-
"unit_power_ergPerSecond_symbol": "erg/s",
|
|
1598
|
-
"unit_power_horsepowerBoiler_symbol": "bhp",
|
|
1599
|
-
"unit_power_horsepowerElectrical_symbol": "hp",
|
|
1600
|
-
"unit_power_horsepowerMechanical_symbol": "hp",
|
|
1601
|
-
"unit_power_horsepowerMetric_symbol": "hp",
|
|
1602
|
-
"unit_power_joulePerSecond_symbol": "J/s",
|
|
1603
|
-
"unit_power_kilocaloriePerHour_symbol": "kcal/h",
|
|
1604
|
-
"unit_power_kilocaloriePerSecond_symbol": "kcal/s",
|
|
1605
|
-
"unit_power_kilowatt_symbol": "kW",
|
|
1606
|
-
"unit_power_megacaloriePerHour_symbol": "Mcal/h",
|
|
1607
|
-
"unit_power_megacaloriePerSecond_symbol": "Mcal/s",
|
|
1608
|
-
"unit_power_megawatt_symbol": "MW",
|
|
1609
|
-
"unit_power_watt_symbol": "W",
|
|
1610
|
-
"unit_pressure_atmosphereTech_symbol": "at",
|
|
1611
|
-
"unit_pressure_atmosphere_symbol": "atm",
|
|
1612
|
-
"unit_pressure_bar_symbol": "bar",
|
|
1613
|
-
"unit_pressure_barye_symbol": "Ba",
|
|
1614
|
-
"unit_pressure_centimeterOfMercury_symbol": "cmHg",
|
|
1615
|
-
"unit_pressure_centimeterOfWater_symbol": "cmH₂0",
|
|
1616
|
-
"unit_pressure_footOfMercury_symbol": "ftHg",
|
|
1617
|
-
"unit_pressure_footOfWater_symbol": "ftH₂0",
|
|
1618
|
-
"unit_pressure_hectopascal_symbol": "hPa",
|
|
1619
|
-
"unit_pressure_inchOfMercury_symbol": "inHg",
|
|
1620
|
-
"unit_pressure_inchOfWater_symbol": "inH₂0",
|
|
1621
|
-
"unit_pressure_kgPerSquareCentimeter_symbol": "kgf/cm²",
|
|
1622
|
-
"unit_pressure_kgPerSquareMeter_symbol": "kgf/m²",
|
|
1623
|
-
"unit_pressure_kgPerSquareMillimeter_symbol": "kgf/mm²",
|
|
1624
|
-
"unit_pressure_kilonewtonPerSquareMeter_symbol": "kN/m²",
|
|
1625
|
-
"unit_pressure_kilopascal_symbol": "kPa",
|
|
1626
|
-
"unit_pressure_meganewtonPerSquareMeter_symbol": "MN/m²",
|
|
1627
|
-
"unit_pressure_megapascal_symbol": "MPa",
|
|
1628
|
-
"unit_pressure_meterOfWater_symbol": "mH₂0",
|
|
1629
|
-
"unit_pressure_micrometrOfMercury_symbol": "µmHg",
|
|
1630
|
-
"unit_pressure_millibar_symbol": "mbar",
|
|
1631
|
-
"unit_pressure_millimeterOfMercury_symbol": "mmHg",
|
|
1632
|
-
"unit_pressure_millimeterOfWater_symbol": "mmH₂0",
|
|
1633
|
-
"unit_pressure_newtonPerSquareCentimeter_symbol": "N/cm²",
|
|
1634
|
-
"unit_pressure_newtonPerSquareMeter_symbol": "N/m²",
|
|
1635
|
-
"unit_pressure_newtonPerSquareMillimeter_symbol": "N/mm²",
|
|
1636
|
-
"unit_pressure_pascal_symbol": "Pa",
|
|
1637
|
-
"unit_pressure_poundPerSquareFoot_symbol": "psf",
|
|
1638
|
-
"unit_pressure_poundPerSquareInch_symbol": "psi",
|
|
1639
|
-
"unit_pressure_thousandPoundsPerSquareInch_symbol": "ksi",
|
|
1640
|
-
"unit_pressure_torr_symbol": "Torr",
|
|
1641
|
-
"unit_radiation_centigray_symbol": "cGy",
|
|
1642
|
-
"unit_radiation_decigray_symbol": "dGy",
|
|
1643
|
-
"unit_radiation_dekagray_symbol": "daGy",
|
|
1644
|
-
"unit_radiation_gray_symbol": "Gy",
|
|
1645
|
-
"unit_radiation_hectogray_symbol": "hGy",
|
|
1646
|
-
"unit_radiation_kilogray_symbol": "kGy",
|
|
1647
|
-
"unit_radiation_megagray_symbol": "MGy",
|
|
1648
|
-
"unit_radiation_microRoentgen_symbol": "µR",
|
|
1649
|
-
"unit_radiation_microSievert_symbol": "µSv",
|
|
1650
|
-
"unit_radiation_microgray_symbol": "µGy",
|
|
1651
|
-
"unit_radiation_milliRoentgen_symbol": "mR",
|
|
1652
|
-
"unit_radiation_milliSievert_symbol": "mSv",
|
|
1653
|
-
"unit_radiation_milligray_symbol": "mGy",
|
|
1654
|
-
"unit_radiation_millirad_symbol": "mrd",
|
|
1655
|
-
"unit_radiation_nanoSievert_symbol": "nSv",
|
|
1656
|
-
"unit_radiation_rad_symbol": "rd",
|
|
1657
|
-
"unit_radiation_rem_symbol": "rem",
|
|
1658
|
-
"unit_radiation_roentgen_symbol": "R",
|
|
1659
|
-
"unit_radiation_sievert_symbol": "Sv",
|
|
1660
|
-
"unit_radioactivity_becquerel_symbol": "Bq",
|
|
1661
|
-
"unit_radioactivity_curie_symbol": "Ci",
|
|
1662
|
-
"unit_radioactivity_disintegrationsPerSecond_symbol": "dps",
|
|
1663
|
-
"unit_radioactivity_gigaBecquerel_symbol": "GBq",
|
|
1664
|
-
"unit_radioactivity_kiloBecquerel_symbol": "kBq",
|
|
1665
|
-
"unit_radioactivity_megaBecquerel_symbol": "MBq",
|
|
1666
|
-
"unit_radioactivity_microcurie_symbol": "µCi",
|
|
1667
|
-
"unit_radioactivity_millicurie_symbol": "mCi",
|
|
1668
|
-
"unit_radioactivity_rutherford_symbol": "Rd",
|
|
1669
|
-
"unit_speed_centimeterPerHour_symbol": "cm/h",
|
|
1670
|
-
"unit_speed_centimeterPerMin_symbol": "cm/min",
|
|
1671
|
-
"unit_speed_centimeterPerSec_symbol": "cm/s",
|
|
1672
|
-
"unit_speed_footPerHour_symbol": "fph",
|
|
1673
|
-
"unit_speed_footPerMin_symbol": "fpm",
|
|
1674
|
-
"unit_speed_footPerSec_symbol": "fps",
|
|
1675
|
-
"unit_speed_hourPerFoot_symbol": "hpf",
|
|
1676
|
-
"unit_speed_hourPerKilometer_symbol": "h/km",
|
|
1677
|
-
"unit_speed_hourPerMeter_symbol": "h/m",
|
|
1678
|
-
"unit_speed_hourPerMile_symbol": "hpm",
|
|
1679
|
-
"unit_speed_inchPerHour_symbol": "iph",
|
|
1680
|
-
"unit_speed_inchPerMin_symbol": "ipm",
|
|
1681
|
-
"unit_speed_inchPerSec_symbol": "ips",
|
|
1682
|
-
"unit_speed_kilometerPerHour_symbol": "km/h",
|
|
1683
|
-
"unit_speed_kilometerPerMin_symbol": "km/min",
|
|
1684
|
-
"unit_speed_kilometerPerSec_symbol": "km/s",
|
|
1685
|
-
"unit_speed_knot_symbol": "kn",
|
|
1686
|
-
"unit_speed_lightSpeed_symbol": "s",
|
|
1687
|
-
"unit_speed_machNumber_symbol": "(M)*",
|
|
1688
|
-
"unit_speed_meterPerHour_symbol": "m/h",
|
|
1689
|
-
"unit_speed_meterPerMin_symbol": "m/min",
|
|
1690
|
-
"unit_speed_meterPerSec_symbol": "m/s",
|
|
1691
|
-
"unit_speed_milePerHour_symbol": "mph",
|
|
1692
|
-
"unit_speed_milePerMin_symbol": "mpm",
|
|
1693
|
-
"unit_speed_milePerSec_symbol": "mps",
|
|
1694
|
-
"unit_speed_millimeterPerHour_symbol": "mm/h",
|
|
1695
|
-
"unit_speed_millimeterPerMin_symbol": "mm/min",
|
|
1696
|
-
"unit_speed_millimeterPerSec_symbol": "mm/s",
|
|
1697
|
-
"unit_speed_minPerFoot_symbol": "mpf",
|
|
1698
|
-
"unit_speed_minPerKilometer_symbol": "min/km",
|
|
1699
|
-
"unit_speed_minPerMeter_symbol": "min/m",
|
|
1700
|
-
"unit_speed_minPerMile_symbol": "mpm",
|
|
1701
|
-
"unit_speed_secondPerFoot_symbol": "spf",
|
|
1702
|
-
"unit_speed_secondPerKilometer_symbol": "s/km",
|
|
1703
|
-
"unit_speed_secondPerMeter_symbol": "s/m",
|
|
1704
|
-
"unit_speed_secondPerMile_symbol": "spm",
|
|
1705
|
-
"unit_speed_soundSpeedInAir_symbol": "ssia",
|
|
1706
|
-
"unit_speed_soundSpeedInSteel_symbol": "ssis",
|
|
1707
|
-
"unit_speed_soundSpeedInWater_symbol": "ssiw",
|
|
1708
|
-
"unit_temperature_celsius_symbol": "°C",
|
|
1709
|
-
"unit_temperature_fahrenheit_symbol": "°F",
|
|
1710
|
-
"unit_temperature_kelvin_symbol": "K",
|
|
1711
|
-
"unit_temperature_newton_symbol": "°N",
|
|
1712
|
-
"unit_temperature_rankine_symbol": "°R",
|
|
1713
|
-
"unit_temperature_reaumur_symbol": "°Ré",
|
|
1714
|
-
"unit_temperature_romer_symbol": "°Rø",
|
|
1715
|
-
"unit_time_century_symbol": "C",
|
|
1716
|
-
"unit_time_day_symbol": "d",
|
|
1717
|
-
"unit_time_decade_symbol": "Dec",
|
|
1718
|
-
"unit_time_fortnight_symbol": "ftn",
|
|
1719
|
-
"unit_time_gregorianYear_symbol": "GY",
|
|
1720
|
-
"unit_time_hour_symbol": "h",
|
|
1721
|
-
"unit_time_leapYear_symbol": "LY",
|
|
1722
|
-
"unit_time_microsecond_symbol": "μs",
|
|
1723
|
-
"unit_time_millenium_symbol": "ML",
|
|
1724
|
-
"unit_time_millisecond_symbol": "ms",
|
|
1725
|
-
"unit_time_minute_symbol": "min",
|
|
1726
|
-
"unit_time_second_symbol": "s",
|
|
1727
|
-
"unit_time_siderealYear_symbol": "SY",
|
|
1728
|
-
"unit_time_tropicalYear_symbol": "TY",
|
|
1729
|
-
"unit_time_week_symbol": "wk",
|
|
1730
|
-
"unit_time_year_symbol": "y",
|
|
1731
|
-
"unit_torque_centimeterGramForce_symbol": "cm g",
|
|
1732
|
-
"unit_torque_centimeterKgForce_symbol": "cm kg",
|
|
1733
|
-
"unit_torque_decaNewtonMeter_symbol": "daN·m",
|
|
1734
|
-
"unit_torque_footPoundForce_symbol": "ft lbf",
|
|
1735
|
-
"unit_torque_footPoundal_symbol": "ft pdl",
|
|
1736
|
-
"unit_torque_inchPoundForce_symbol": "in lbf",
|
|
1737
|
-
"unit_torque_kiloNewtonMeter_symbol": "kN·m",
|
|
1738
|
-
"unit_torque_meterGramForce_symbol": "m g",
|
|
1739
|
-
"unit_torque_meterKgForce_symbol": "m kg",
|
|
1740
|
-
"unit_torque_newtonCentimeter_symbol": "N·cm",
|
|
1741
|
-
"unit_torque_newtonMeter_symbol": "N·m",
|
|
1742
|
-
"unit_typography_agate_symbol": "Ⓐ",
|
|
1743
|
-
"unit_typography_characterX_symbol": "X",
|
|
1744
|
-
"unit_typography_characterY_symbol": "Y",
|
|
1745
|
-
"unit_typography_cicero_symbol": "⒞",
|
|
1746
|
-
"unit_typography_inch_symbol": "in",
|
|
1747
|
-
"unit_typography_millimeter_symbol": "mm",
|
|
1748
|
-
"unit_typography_picaPostscript_symbol": "pi",
|
|
1749
|
-
"unit_typography_picaPrinter_symbol": "pi",
|
|
1750
|
-
"unit_typography_pixel_symbol": "px",
|
|
1751
|
-
"unit_typography_pointDidot_symbol": "dd",
|
|
1752
|
-
"unit_typography_pointPostscript_symbol": "pt",
|
|
1753
|
-
"unit_typography_pointPrinter_symbol": "pt",
|
|
1754
|
-
"unit_unit_bakerDozen_symbol": "ba. doz",
|
|
1755
|
-
"unit_unit_dozen_symbol": "doz",
|
|
1756
|
-
"unit_unit_gross_symbol": "gr",
|
|
1757
|
-
"unit_unit_halfDozen_symbol": "h. doz",
|
|
1758
|
-
"unit_unit_half_symbol": "½",
|
|
1759
|
-
"unit_unit_oneEighth_symbol": "⅛",
|
|
1760
|
-
"unit_unit_oneFifth_symbol": "⅕",
|
|
1761
|
-
"unit_unit_oneForth_symbol": "¼",
|
|
1762
|
-
"unit_unit_oneNinth_symbol": "⅑",
|
|
1763
|
-
"unit_unit_oneSeventh_symbol": "⅐",
|
|
1764
|
-
"unit_unit_oneSixth_symbol": "⅙",
|
|
1765
|
-
"unit_unit_oneTenth_symbol": "⅒",
|
|
1766
|
-
"unit_unit_oneThird_symbol": "⅓",
|
|
1767
|
-
"unit_unit_pair_symbol": "pr",
|
|
1768
|
-
"unit_unit_unit_symbol": "1",
|
|
1769
|
-
"unit_volume_barrelImp_symbol": "bl imp",
|
|
1770
|
-
"unit_volume_barrelOil_symbol": "bbl (oil)",
|
|
1771
|
-
"unit_volume_barrelPetr_symbol": "bbl",
|
|
1772
|
-
"unit_volume_barrelUK_symbol": "bbl (UK)",
|
|
1773
|
-
"unit_volume_barrelUS_symbol": "bbl (US)",
|
|
1774
|
-
"unit_volume_bucket_symbol": "bkt",
|
|
1775
|
-
"unit_volume_bushel_symbol": "bu",
|
|
1776
|
-
"unit_volume_centiliter_symbol": "cL",
|
|
1777
|
-
"unit_volume_cubCentimeter_symbol": "cm³",
|
|
1778
|
-
"unit_volume_cubDecameter_symbol": "dam³",
|
|
1779
|
-
"unit_volume_cubDecimeter_symbol": "dm³",
|
|
1780
|
-
"unit_volume_cubFoot_symbol": "ft³",
|
|
1781
|
-
"unit_volume_cubHectometer_symbol": "hm³",
|
|
1782
|
-
"unit_volume_cubInch_symbol": "in³",
|
|
1783
|
-
"unit_volume_cubKilometer_symbol": "km³",
|
|
1784
|
-
"unit_volume_cubMeter_symbol": "m³",
|
|
1785
|
-
"unit_volume_cubMicrometer_symbol": "µm³",
|
|
1786
|
-
"unit_volume_cubMile_symbol": "mi³",
|
|
1787
|
-
"unit_volume_cubMillimeter_symbol": "mm³",
|
|
1788
|
-
"unit_volume_cubNanometer_symbol": "nm³",
|
|
1789
|
-
"unit_volume_cubYard_symbol": "yd³",
|
|
1790
|
-
"unit_volume_cupImperial_symbol": "imp.cup",
|
|
1791
|
-
"unit_volume_cupMetric_symbol": "cup",
|
|
1792
|
-
"unit_volume_cupUK_symbol": "cup (UK)",
|
|
1793
|
-
"unit_volume_cupUS_symbol": "cup (US)",
|
|
1794
|
-
"unit_volume_cup_symbol": "c",
|
|
1795
|
-
"unit_volume_decaliter_symbol": "daL",
|
|
1796
|
-
"unit_volume_deciliter_symbol": "dL",
|
|
1797
|
-
"unit_volume_dessertspoonUK_symbol": "dsp (UK)",
|
|
1798
|
-
"unit_volume_dessertspoonUS_symbol": "dsp (US)",
|
|
1799
|
-
"unit_volume_dropImp_symbol": "gtt",
|
|
1800
|
-
"unit_volume_dropMetric_symbol": "gtt",
|
|
1801
|
-
"unit_volume_flDram_symbol": "fl dr",
|
|
1802
|
-
"unit_volume_flOunceUK_symbol": "fl oz (UK)",
|
|
1803
|
-
"unit_volume_flOunceUS_symbol": "fl oz (US)",
|
|
1804
|
-
"unit_volume_flOunce_symbol": "fl oz",
|
|
1805
|
-
"unit_volume_flScruple_symbol": "fl s",
|
|
1806
|
-
"unit_volume_gallonDry_symbol": "gal",
|
|
1807
|
-
"unit_volume_gallonImperial_symbol": "gal",
|
|
1808
|
-
"unit_volume_gallonLiq_symbol": "gal",
|
|
1809
|
-
"unit_volume_gallonUK_symbol": "gal (UK)",
|
|
1810
|
-
"unit_volume_gallonUsDry_symbol": "gal dry (US)",
|
|
1811
|
-
"unit_volume_gallonUsLiq_symbol": "gal liq (US)",
|
|
1812
|
-
"unit_volume_gallon_symbol": "gal",
|
|
1813
|
-
"unit_volume_gillUK_symbol": "gi (UK)",
|
|
1814
|
-
"unit_volume_gillUS_symbol": "gi (US)",
|
|
1815
|
-
"unit_volume_gill_symbol": "gi",
|
|
1816
|
-
"unit_volume_hectoliter_symbol": "hL",
|
|
1817
|
-
"unit_volume_liter_symbol": "L",
|
|
1818
|
-
"unit_volume_milliliter_symbol": "mL",
|
|
1819
|
-
"unit_volume_minimUK_symbol": "min (UK)",
|
|
1820
|
-
"unit_volume_minimUS_symbol": "min (US)",
|
|
1821
|
-
"unit_volume_minim_symbol": "min",
|
|
1822
|
-
"unit_volume_peck_symbol": "pk",
|
|
1823
|
-
"unit_volume_pintUK_symbol": "pt (UK)",
|
|
1824
|
-
"unit_volume_pintUS_symbol": "pt (US)",
|
|
1825
|
-
"unit_volume_pint_symbol": "pt",
|
|
1826
|
-
"unit_volume_quartUK_symbol": "qt (UK)",
|
|
1827
|
-
"unit_volume_quartUs_symbol": "qt (US)",
|
|
1828
|
-
"unit_volume_quart_symbol": "qt",
|
|
1829
|
-
"unit_volume_tablespoonImp_symbol": "tbsp",
|
|
1830
|
-
"unit_volume_tablespoonMetr_symbol": "tbsp",
|
|
1831
|
-
"unit_volume_tablespoonMetric_symbol": "tbsp",
|
|
1832
|
-
"unit_volume_tablespoonUK_symbol": "tbsp (UK)",
|
|
1833
|
-
"unit_volume_tablespoonUS_symbol": "tbsp (US)",
|
|
1834
|
-
"unit_volume_teaspoonImp_symbol": "tsp",
|
|
1835
|
-
"unit_volume_teaspoonMetr_symbol": "tsp",
|
|
1836
|
-
"unit_volume_teaspoonMetric_symbol": "tsp",
|
|
1837
|
-
"unit_volume_teaspoonUK_symbol": "tsp (UK)",
|
|
1838
|
-
"unit_volume_teaspoonUS_symbol": "tsp (US)",
|
|
1839
|
-
"unit_volume_usPint_symbol": "pt",
|
|
1840
|
-
"unit_volume_usflOunce_symbol": "fl oz",
|
|
1841
|
-
"unit_weight_caratMetr_symbol": "ct",
|
|
1842
|
-
"unit_weight_carat_symbol": "kt",
|
|
1843
|
-
"unit_weight_cental_symbol": "sh cwt",
|
|
1844
|
-
"unit_weight_centner_symbol": "q",
|
|
1845
|
-
"unit_weight_dramTroy_symbol": "dr t",
|
|
1846
|
-
"unit_weight_dram_symbol": "dr av",
|
|
1847
|
-
"unit_weight_grain_symbol": "gr",
|
|
1848
|
-
"unit_weight_gram_symbol": "g",
|
|
1849
|
-
"unit_weight_hundredweightLong_symbol": "cwt (UK)",
|
|
1850
|
-
"unit_weight_hundredweightShort_symbol": "cwt (US)",
|
|
1851
|
-
"unit_weight_kilogram_symbol": "kg",
|
|
1852
|
-
"unit_weight_microgram_symbol": "µg",
|
|
1853
|
-
"unit_weight_milligram_symbol": "mg",
|
|
1854
|
-
"unit_weight_nanogram_symbol": "ng",
|
|
1855
|
-
"unit_weight_ounceTroy_symbol": "oz t",
|
|
1856
|
-
"unit_weight_ounce_symbol": "oz av",
|
|
1857
|
-
"unit_weight_pennyweight_symbol": "pwt",
|
|
1858
|
-
"unit_weight_pood_symbol": "pd",
|
|
1859
|
-
"unit_weight_poundTroy_symbol": "lb t",
|
|
1860
|
-
"unit_weight_pound_symbol": "lb av",
|
|
1861
|
-
"unit_weight_poundlbs_symbol": "lbs",
|
|
1862
|
-
"unit_weight_quarter_symbol": "qrt",
|
|
1863
|
-
"unit_weight_stone_symbol": "st",
|
|
1864
|
-
"unit_weight_tonLong_symbol": "ton",
|
|
1865
|
-
"unit_weight_tonShort_symbol": "sh tn",
|
|
1866
|
-
"unit_weight_tonne_symbol": "t",
|
|
1867
|
-
"unit_fuel_gallonUKPer100Kilometers_name": "每百公里英国加仑",
|
|
1868
|
-
"unit_fuel_gallonUSPer100Kilometers_name": "每百公里美国加仑",
|
|
1869
|
-
"unit_fuel_kilometerPerUKGallon_name": "每加仑公里(英国)",
|
|
1870
|
-
"unit_fuel_kilometerPerUSGallon_name": "每加仑公里(美国)",
|
|
1871
|
-
"unit_fuel_gallonUKPer100Kilometers_symbol": "gal(UK)/100km",
|
|
1872
|
-
"unit_fuel_gallonUSPer100Kilometers_symbol": "gal(US)/100km",
|
|
1873
|
-
"unit_fuel_kilometerPerUKGallon_symbol": "km/gal(UK)",
|
|
1874
|
-
"unit_fuel_kilometerPerUSGallon_symbol": "km/gal(US)",
|
|
1875
|
-
"text_decimal_separators_note": "逗号(,)和点(.)视为小数分隔符。"
|
|
1
|
+
{
|
|
2
|
+
"text_category_conversion": "{category} 转换",
|
|
3
|
+
"text_unit_to_unit": "从{sourceUnit}到{targetUnit}",
|
|
4
|
+
"text_unit_to_unit_conversion_table": "{sourceUnit}到{targetUnit}转换表",
|
|
5
|
+
"text_unit_to_unit_converter": "{sourceUnit}到{targetUnit}转换器",
|
|
6
|
+
"text_unit_converter_online": "在线单位转换器",
|
|
7
|
+
"text_conversion_calculator": "转换计算器",
|
|
8
|
+
"text_input_unit": "输入{conversionUnit}",
|
|
9
|
+
"text_from": "从",
|
|
10
|
+
"text_to": "到",
|
|
11
|
+
"text_from_unit": "从",
|
|
12
|
+
"text_to_unit": "到",
|
|
13
|
+
"text_swap_units": "交换单位",
|
|
14
|
+
"text_copy_result": "复制结果",
|
|
15
|
+
"text_search": "搜索",
|
|
16
|
+
"text_converter": "转换器",
|
|
17
|
+
"text_convert": "转换",
|
|
18
|
+
"text_suggestion": "建议",
|
|
19
|
+
"text_search_conversion_placeholder": "搜索任意转换对...",
|
|
20
|
+
"text_search_category_unit_placeholder": "搜索{category}单位",
|
|
21
|
+
"text_no_search_result_for_keyword": "没有关于{keyword}的搜索结果",
|
|
22
|
+
"text_seo_description_for_conversion_pair": "{sourceUnit} ({sourceUnitSymbol})到{targetUnit} ({targetUnitSymbol})转换器。{sourceUnit}到{targetUnit}转换器。如何将{sourceUnit} ({sourceUnitSymbol})转换为{targetUnit} ({targetUnitSymbol})",
|
|
23
|
+
"text_seo_second_title_for_conversion_pair": "{sourceUnit} ({sourceUnitSymbol})到{targetUnit} ({targetUnitSymbol})转换器",
|
|
24
|
+
"text_seo_title_for_conversion_pair": "{sourceUnit}到{targetUnit}转换器 ({sourceUnitCode}转{targetUnitCode})",
|
|
25
|
+
"text_seo_description_for_conversion_category": "{category}转换,{category}单位转换,{category}计算器",
|
|
26
|
+
"text_seo_title_for_conversion_category": "{category}转换",
|
|
27
|
+
"text_seo_description_for_root": "长度、能量、面积、速度等单位转换",
|
|
28
|
+
"text_seo_title_for_root_page": "在线单位转换器 | 转换计算器",
|
|
29
|
+
"text_select_language": "选择语言",
|
|
30
|
+
"text_wait_for_loading_message": "请稍候",
|
|
31
|
+
"action_close": "关闭",
|
|
32
|
+
"text_search_conversion_category": "搜索转换类别",
|
|
33
|
+
"text_last_updated": "最后更新于{time}",
|
|
34
|
+
"text_seo_title_for_currency_pair": "{sourceUnitCode}到{targetUnitCode}转换 - {sourceUnit}到{targetUnit}汇率",
|
|
35
|
+
"text_seo_second_title_for_currency_pair": "{sourceUnitCode}到{targetUnitCode}汇率 - {sourceUnit}到{targetUnit}转换",
|
|
36
|
+
"text_seo_description_for_currency_pair": "使用最新的当前汇率将{sourceUnitCode}转换为{targetUnitCode}。{sourceUnit} - {targetUnit}货币转换器。{sourceUnit} ({sourceUnitCode})货币转换器",
|
|
37
|
+
"text_seo_title_for_currency_category": "货币汇率 - 货币转换器",
|
|
38
|
+
"text_seo_description_for_currency_category": "使用货币转换器获取最新的货币汇率。货币计算器。汇率计算器。比较160多种货币",
|
|
39
|
+
"text_currency_convert_disclaimer": "我们在转换器中使用中间市场汇率。这仅供参考。",
|
|
40
|
+
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
41
|
+
"ctg_acceleration_hint": "米/小时/秒,标准重力",
|
|
42
|
+
"ctg_acceleration_title": "加速度",
|
|
43
|
+
"ctg_angle_hint": "度,角分,角秒",
|
|
44
|
+
"ctg_angle_title": "角",
|
|
45
|
+
"ctg_angularspeed_hint": "每小时转数,每小时角度",
|
|
46
|
+
"ctg_angularspeed_title": "角速度",
|
|
47
|
+
"ctg_area_hint": "公顷,平方米,平方英尺",
|
|
48
|
+
"ctg_area_title": "区域",
|
|
49
|
+
"ctg_astronomy_hint": "天文单位,光年",
|
|
50
|
+
"ctg_astronomy_title": "天文学距离",
|
|
51
|
+
"ctg_capacitance_hint": "法拉,毫法拉",
|
|
52
|
+
"ctg_capacitance_title": "电容",
|
|
53
|
+
"ctg_currency_hint": "美元,欧元,英镑,瑞郎",
|
|
54
|
+
"ctg_currency_title": "货币",
|
|
55
|
+
"ctg_datastorage1024_hint": "比特,字节,千字节,兆字节",
|
|
56
|
+
"ctg_datastorage1024_title": "数据存储 (1KB=1024B)",
|
|
57
|
+
"ctg_datastorage_hint": "比特,字节,千字节,千位字节",
|
|
58
|
+
"ctg_datastorage_title": "数据存储 (1KB=1000B)",
|
|
59
|
+
"ctg_datatransfer_hint": "千字节每秒,兆字节每秒",
|
|
60
|
+
"ctg_datatransfer_title": "数据传输",
|
|
61
|
+
"ctg_density_hint": "千克每升,盎司每加仑",
|
|
62
|
+
"ctg_density_title": "密度",
|
|
63
|
+
"ctg_dynamicviscosity_hint": "帕秒,泊",
|
|
64
|
+
"ctg_dynamicviscosity_title": "动力粘度",
|
|
65
|
+
"ctg_electriccharge_hint": "库仑,安时,法拉第",
|
|
66
|
+
"ctg_electriccharge_title": "充电",
|
|
67
|
+
"ctg_electriccurrent_hint": "安培,毫安,微安",
|
|
68
|
+
"ctg_electriccurrent_title": "电流",
|
|
69
|
+
"ctg_electricpotential_hint": "伏特,千伏,瓦/安",
|
|
70
|
+
"ctg_electricpotential_title": "电势",
|
|
71
|
+
"ctg_electricresistance_hint": "欧姆,伏/安",
|
|
72
|
+
"ctg_electricresistance_title": "电阻",
|
|
73
|
+
"ctg_energy_hint": "焦耳, 热量, BTU, 千克 TNT",
|
|
74
|
+
"ctg_energy_title": "能量",
|
|
75
|
+
"ctg_favorites_title": "收藏的转换",
|
|
76
|
+
"ctg_flow_hint": "升每分,加仑每分",
|
|
77
|
+
"ctg_flow_title": "流量",
|
|
78
|
+
"ctg_force_hint": "牛顿,千克力,磅力",
|
|
79
|
+
"ctg_force_title": "力",
|
|
80
|
+
"ctg_frequency_hint": "赫兹,兆赫,千兆赫",
|
|
81
|
+
"ctg_frequency_title": "频率",
|
|
82
|
+
"ctg_fuel_hint": "升每一百千米,升每一百英里",
|
|
83
|
+
"ctg_fuel_title": "油耗",
|
|
84
|
+
"ctg_history_title": "历史",
|
|
85
|
+
"ctg_illuminance_hint": "流明每平方米,勒克斯,辐透",
|
|
86
|
+
"ctg_illuminance_title": "照度",
|
|
87
|
+
"ctg_kinematicviscosity_hint": "平方米每秒",
|
|
88
|
+
"ctg_kinematicviscosity_title": "运动黏度",
|
|
89
|
+
"ctg_length_hint": "英里,米,英尺",
|
|
90
|
+
"ctg_length_title": "长度",
|
|
91
|
+
"ctg_luminance_hint": "坎德拉每平方米,朗伯",
|
|
92
|
+
"ctg_luminance_title": "光亮度",
|
|
93
|
+
"ctg_magneticfield_hint": "特斯拉,伽马,高斯",
|
|
94
|
+
"ctg_magneticfield_title": "磁场",
|
|
95
|
+
"ctg_metrics_hint": "千兆,兆,千,毫,微",
|
|
96
|
+
"ctg_metrics_title": "国际单位制简写",
|
|
97
|
+
"ctg_mineralization_hint": "百万分之,千分之",
|
|
98
|
+
"ctg_mineralization_title": "矿化",
|
|
99
|
+
"ctg_power_hint": "千瓦,马力,卡路里每秒",
|
|
100
|
+
"ctg_power_title": "动力",
|
|
101
|
+
"ctg_pressure_hint": "大气压,巴,帕斯卡",
|
|
102
|
+
"ctg_pressure_title": "压力",
|
|
103
|
+
"ctg_radiation_hint": "格雷,拉德,西弗特",
|
|
104
|
+
"ctg_radiation_title": "辐射",
|
|
105
|
+
"ctg_radioactivity_hint": "贝克勒尔,居里,卢瑟福",
|
|
106
|
+
"ctg_radioactivity_title": "辐射能",
|
|
107
|
+
"ctg_speed_hint": "英里每小时,千米每小时",
|
|
108
|
+
"ctg_speed_title": "速度",
|
|
109
|
+
"ctg_temperature_hint": "摄氏度,华氏度,开尔文",
|
|
110
|
+
"ctg_temperature_title": "温度",
|
|
111
|
+
"ctg_time_hint": "天,小时,分钟,秒",
|
|
112
|
+
"ctg_time_title": "时间",
|
|
113
|
+
"ctg_torque_hint": "牛顿米,千克力米",
|
|
114
|
+
"ctg_torque_title": "转矩",
|
|
115
|
+
"ctg_typography_hint": "点,皮卡",
|
|
116
|
+
"ctg_typography_title": "活版印刷",
|
|
117
|
+
"ctg_unit_hint": "单位,对,打,一半",
|
|
118
|
+
"ctg_unit_title": "单位和分数",
|
|
119
|
+
"ctg_volume_hint": "桶,升,液体盎司",
|
|
120
|
+
"ctg_volume_title": "体积",
|
|
121
|
+
"ctg_weight_hint": "千克,磅,盎司",
|
|
122
|
+
"ctg_weight_title": "质量",
|
|
123
|
+
"unit_acceleration_footHourSecond_name": "英尺/小时/秒",
|
|
124
|
+
"unit_acceleration_footMinSecond_name": "英尺/分钟/秒",
|
|
125
|
+
"unit_acceleration_footSecondSquared_name": "英尺/秒^2",
|
|
126
|
+
"unit_acceleration_gal_name": "伽利略",
|
|
127
|
+
"unit_acceleration_inchHourSecond_name": "英寸/小时/秒",
|
|
128
|
+
"unit_acceleration_inchMinSecond_name": "英寸/分钟/秒",
|
|
129
|
+
"unit_acceleration_inchSecondSquared_name": "英寸/秒^2",
|
|
130
|
+
"unit_acceleration_kmHourSecond_name": "公里/小时/秒",
|
|
131
|
+
"unit_acceleration_kmHourSquared_name": "千米每小时平方",
|
|
132
|
+
"unit_acceleration_kmMinSecond_name": "公里/分钟/秒",
|
|
133
|
+
"unit_acceleration_kmSecondSquared_name": "公里/秒^2",
|
|
134
|
+
"unit_acceleration_knotSecond_name": "节/秒",
|
|
135
|
+
"unit_acceleration_meterHourSecond_name": "米/小时/秒",
|
|
136
|
+
"unit_acceleration_meterMinSecond_name": "米/分钟/秒",
|
|
137
|
+
"unit_acceleration_meterSecondSquared_name": "米/秒^2",
|
|
138
|
+
"unit_acceleration_mileHourSecond_name": "英里/小时/秒",
|
|
139
|
+
"unit_acceleration_mileMinSecond_name": "英里/分钟/秒",
|
|
140
|
+
"unit_acceleration_mileSecondSquared_name": "英里/秒^2",
|
|
141
|
+
"unit_acceleration_standardGravity_name": "标准重力",
|
|
142
|
+
"unit_angle_arcMinute_name": "弧分",
|
|
143
|
+
"unit_angle_arcSecond_name": "角秒",
|
|
144
|
+
"unit_angle_degree_name": "度",
|
|
145
|
+
"unit_angle_gradian_name": "百分度",
|
|
146
|
+
"unit_angle_octant_name": "八分之一",
|
|
147
|
+
"unit_angle_quadrant_name": "四分之一",
|
|
148
|
+
"unit_angle_radian_name": "弧度",
|
|
149
|
+
"unit_angle_sextant_name": "六分之一",
|
|
150
|
+
"unit_angle_sign_name": "符号",
|
|
151
|
+
"unit_angle_turn_name": "转动",
|
|
152
|
+
"unit_angularspeed_degreePerDay_name": "天度数",
|
|
153
|
+
"unit_angularspeed_degreePerHour_name": "小时度数",
|
|
154
|
+
"unit_angularspeed_degreePerMin_name": "分钟度数",
|
|
155
|
+
"unit_angularspeed_degreePerSec_name": "秒度数",
|
|
156
|
+
"unit_angularspeed_degreePerWeek_name": "周度数",
|
|
157
|
+
"unit_angularspeed_radianPerDay_name": "日弧度",
|
|
158
|
+
"unit_angularspeed_radianPerHour_name": "小时弧度",
|
|
159
|
+
"unit_angularspeed_radianPerMin_name": "分钟弧度",
|
|
160
|
+
"unit_angularspeed_radianPerSec_name": "秒弧度",
|
|
161
|
+
"unit_angularspeed_radianPerWeek_name": "周弧度",
|
|
162
|
+
"unit_angularspeed_revolutionPerDay_name": "天转数",
|
|
163
|
+
"unit_angularspeed_revolutionPerHour_name": "小时转数",
|
|
164
|
+
"unit_angularspeed_revolutionPerMin_name": "分钟转数",
|
|
165
|
+
"unit_angularspeed_revolutionPerSec_name": "秒转数",
|
|
166
|
+
"unit_angularspeed_revolutionPerWeek_name": "每周转数",
|
|
167
|
+
"unit_area_acre_name": "英亩",
|
|
168
|
+
"unit_area_are_name": "公亩",
|
|
169
|
+
"unit_area_circInch_name": "圆英寸",
|
|
170
|
+
"unit_area_decare_name": "十公亩",
|
|
171
|
+
"unit_area_hectare_name": "公顷",
|
|
172
|
+
"unit_area_rood_name": "鲁德",
|
|
173
|
+
"unit_area_sqCentimeter_name": "平方厘米",
|
|
174
|
+
"unit_area_sqChain_name": "平方链",
|
|
175
|
+
"unit_area_sqDecimeter_name": "平方分米",
|
|
176
|
+
"unit_area_sqFoot_name": "平方英尺",
|
|
177
|
+
"unit_area_sqInch_name": "平方英寸",
|
|
178
|
+
"unit_area_sqKilometer_name": "平方千米",
|
|
179
|
+
"unit_area_sqMeter_name": "平方米",
|
|
180
|
+
"unit_area_sqMile_name": "平方英里",
|
|
181
|
+
"unit_area_sqMillimeter_name": "平方毫米",
|
|
182
|
+
"unit_area_sqRod_name": "平方杆",
|
|
183
|
+
"unit_area_sqThou_name": "平方千分之一英寸",
|
|
184
|
+
"unit_area_sqYard_name": "平方码",
|
|
185
|
+
"unit_area_square_name": "平方",
|
|
186
|
+
"unit_astronomy_astronomicalUnit_name": "天文单位",
|
|
187
|
+
"unit_astronomy_gigaParsec_name": "吉秒差距",
|
|
188
|
+
"unit_astronomy_kilometer_name": "千米",
|
|
189
|
+
"unit_astronomy_lightDay_name": "光日",
|
|
190
|
+
"unit_astronomy_lightHour_name": "光时",
|
|
191
|
+
"unit_astronomy_lightMinute_name": "光分",
|
|
192
|
+
"unit_astronomy_lightSecond_name": "光秒",
|
|
193
|
+
"unit_astronomy_lightYear_name": "光年",
|
|
194
|
+
"unit_astronomy_megaParsec_name": "兆秒差距",
|
|
195
|
+
"unit_astronomy_mile_name": "英里",
|
|
196
|
+
"unit_astronomy_parsec_name": "秒差距",
|
|
197
|
+
"unit_capacitance_abfarad_name": "安法",
|
|
198
|
+
"unit_capacitance_coulumbPerVolt_name": "库仑每伏特",
|
|
199
|
+
"unit_capacitance_decaFarad_name": "十分之一法拉",
|
|
200
|
+
"unit_capacitance_farad_name": "法拉",
|
|
201
|
+
"unit_capacitance_gigaFarad_name": "吉法拉",
|
|
202
|
+
"unit_capacitance_hectoFarad_name": "百分之一法拉",
|
|
203
|
+
"unit_capacitance_kiloFarad_name": "千法拉",
|
|
204
|
+
"unit_capacitance_megaFarad_name": "兆法拉",
|
|
205
|
+
"unit_capacitance_microFarad_name": "微法拉",
|
|
206
|
+
"unit_capacitance_milliFarad_name": "毫法拉",
|
|
207
|
+
"unit_capacitance_nanoFarad_name": "纳法拉",
|
|
208
|
+
"unit_capacitance_picoFarad_name": "皮法拉",
|
|
209
|
+
"unit_capacitance_statfarad_name": "静电法拉",
|
|
210
|
+
"unit_converter": "单位转换器",
|
|
211
|
+
"unit_currency_aed_name": "阿联酋迪拉姆",
|
|
212
|
+
"unit_currency_afn_name": "阿富汗尼",
|
|
213
|
+
"unit_currency_all_name": "阿尔巴尼亚列克",
|
|
214
|
+
"unit_currency_amd_name": "亚美尼亚德拉姆",
|
|
215
|
+
"unit_currency_ang_name": "荷属安的列斯盾",
|
|
216
|
+
"unit_currency_aoa_name": "安哥拉宽扎",
|
|
217
|
+
"unit_currency_ars_name": "阿根廷比索",
|
|
218
|
+
"unit_currency_aud_name": "澳元",
|
|
219
|
+
"unit_currency_awg_name": "阿鲁巴弗罗林",
|
|
220
|
+
"unit_currency_azn_name": "阿塞拜疆马纳特",
|
|
221
|
+
"unit_currency_bam_name": "波斯尼亚和黑塞哥维那可兑换马克",
|
|
222
|
+
"unit_currency_bbd_name": "巴巴多斯元",
|
|
223
|
+
"unit_currency_bdt_name": "孟加拉塔卡",
|
|
224
|
+
"unit_currency_bgn_name": "保加利亚列弗",
|
|
225
|
+
"unit_currency_bhd_name": "巴林第纳尔",
|
|
226
|
+
"unit_currency_bif_name": "布隆迪法郎",
|
|
227
|
+
"unit_currency_bmd_name": "百慕大元",
|
|
228
|
+
"unit_currency_bnd_name": "文莱元",
|
|
229
|
+
"unit_currency_bob_name": "玻利维亚诺",
|
|
230
|
+
"unit_currency_brl_name": "巴西雷亚尔",
|
|
231
|
+
"unit_currency_bsd_name": "巴哈马元",
|
|
232
|
+
"unit_currency_btc_name": "比特币",
|
|
233
|
+
"unit_currency_btn_name": "不丹努尔特鲁姆",
|
|
234
|
+
"unit_currency_bwp_name": "博茨瓦纳普拉",
|
|
235
|
+
"unit_currency_byn_name": "白俄罗斯新卢布",
|
|
236
|
+
"unit_currency_byr_name": "白俄罗斯卢布",
|
|
237
|
+
"unit_currency_bzd_name": "伯利兹元",
|
|
238
|
+
"unit_currency_cad_name": "加元",
|
|
239
|
+
"unit_currency_cdf_name": "刚果法郎",
|
|
240
|
+
"unit_currency_chf_name": "瑞士法郎",
|
|
241
|
+
"unit_currency_clp_name": "智利比索",
|
|
242
|
+
"unit_currency_cny_name": "人民币元",
|
|
243
|
+
"unit_currency_cop_name": "哥伦比亚比索",
|
|
244
|
+
"unit_currency_crc_name": "哥斯达黎加科朗",
|
|
245
|
+
"unit_currency_cup_name": "古巴比索",
|
|
246
|
+
"unit_currency_cve_name": "佛得角埃斯库多",
|
|
247
|
+
"unit_currency_czk_name": "捷克克朗",
|
|
248
|
+
"unit_currency_djf_name": "吉布提法郎",
|
|
249
|
+
"unit_currency_dkk_name": "丹麦克朗",
|
|
250
|
+
"unit_currency_dop_name": "多米尼加比索",
|
|
251
|
+
"unit_currency_dzd_name": "阿尔及利亚第纳尔",
|
|
252
|
+
"unit_currency_egp_name": "埃及镑",
|
|
253
|
+
"unit_currency_ern_name": "厄立特里亚纳克法",
|
|
254
|
+
"unit_currency_etb_name": "埃塞俄比亚比尔",
|
|
255
|
+
"unit_currency_eur_name": "欧元",
|
|
256
|
+
"unit_currency_fjd_name": "斐济元",
|
|
257
|
+
"unit_currency_fkp_name": "福克兰群岛镑",
|
|
258
|
+
"unit_currency_gbp_name": "英镑",
|
|
259
|
+
"unit_currency_gel_name": "格鲁吉亚拉里",
|
|
260
|
+
"unit_currency_ghs_name": "加纳塞地",
|
|
261
|
+
"unit_currency_gip_name": "直布罗陀镑",
|
|
262
|
+
"unit_currency_gmd_name": "冈比亚达拉西",
|
|
263
|
+
"unit_currency_gnf_name": "几内亚法郎",
|
|
264
|
+
"unit_currency_gtq_name": "危地马拉格查尔",
|
|
265
|
+
"unit_currency_gyd_name": "圭亚那元",
|
|
266
|
+
"unit_currency_hkd_name": "港元",
|
|
267
|
+
"unit_currency_hnl_name": "洪都拉斯伦皮拉",
|
|
268
|
+
"unit_currency_hrk_name": "克罗地亚库纳",
|
|
269
|
+
"unit_currency_htg_name": "海地古德",
|
|
270
|
+
"unit_currency_huf_name": "匈牙利福林",
|
|
271
|
+
"unit_currency_idr_name": "印度尼西亚盾",
|
|
272
|
+
"unit_currency_ils_name": "以色列新谢克尔",
|
|
273
|
+
"unit_currency_inr_name": "印度卢比",
|
|
274
|
+
"unit_currency_iqd_name": "伊拉克第纳尔",
|
|
275
|
+
"unit_currency_irr_name": "伊朗里亚尔",
|
|
276
|
+
"unit_currency_isk_name": "冰岛克朗",
|
|
277
|
+
"unit_currency_jmd_name": "牙买加元",
|
|
278
|
+
"unit_currency_jod_name": "约旦第纳尔",
|
|
279
|
+
"unit_currency_jpy_name": "日元",
|
|
280
|
+
"unit_currency_kes_name": "肯尼亚先令",
|
|
281
|
+
"unit_currency_kgs_name": "吉尔吉斯斯坦索姆",
|
|
282
|
+
"unit_currency_khr_name": "柬埔寨瑞尔",
|
|
283
|
+
"unit_currency_kmf_name": "科摩罗法郎",
|
|
284
|
+
"unit_currency_kpw_name": "朝鲜元",
|
|
285
|
+
"unit_currency_krw_name": "韩元",
|
|
286
|
+
"unit_currency_kwd_name": "科威特第纳尔",
|
|
287
|
+
"unit_currency_kyd_name": "开曼群岛元",
|
|
288
|
+
"unit_currency_kzt_name": "哈萨克斯坦坚戈",
|
|
289
|
+
"unit_currency_lak_name": "老挝基普",
|
|
290
|
+
"unit_currency_lbp_name": "黎巴嫩镑",
|
|
291
|
+
"unit_currency_lkr_name": "斯里兰卡卢比",
|
|
292
|
+
"unit_currency_lrd_name": "利比里亚元",
|
|
293
|
+
"unit_currency_lsl_name": "莱索托洛蒂",
|
|
294
|
+
"unit_currency_ltl_name": "立陶宛立特",
|
|
295
|
+
"unit_currency_lyd_name": "利比亚第纳尔",
|
|
296
|
+
"unit_currency_mad_name": "摩洛哥迪拉姆",
|
|
297
|
+
"unit_currency_mdl_name": "摩尔多瓦列伊",
|
|
298
|
+
"unit_currency_mga_name": "马达加斯加阿里亚里",
|
|
299
|
+
"unit_currency_mkd_name": "马其顿第纳尔",
|
|
300
|
+
"unit_currency_mmk_name": "缅甸元",
|
|
301
|
+
"unit_currency_mnt_name": "蒙古图格里克",
|
|
302
|
+
"unit_currency_mop_name": "澳门元",
|
|
303
|
+
"unit_currency_mro_name": "毛里塔尼亚乌吉亚",
|
|
304
|
+
"unit_currency_mru_name": "毛里塔尼亚乌吉亚",
|
|
305
|
+
"unit_currency_mur_name": "毛里求斯卢比",
|
|
306
|
+
"unit_currency_mvr_name": "马尔代夫拉菲亚",
|
|
307
|
+
"unit_currency_mwk_name": "马拉维克瓦查",
|
|
308
|
+
"unit_currency_mxn_name": "墨西哥比索",
|
|
309
|
+
"unit_currency_myr_name": "马来西亚令吉",
|
|
310
|
+
"unit_currency_mzn_name": "莫桑比克梅蒂卡尔",
|
|
311
|
+
"unit_currency_nad_name": "纳米比亚元",
|
|
312
|
+
"unit_currency_ngn_name": "尼日利亚奈拉",
|
|
313
|
+
"unit_currency_nio_name": "尼加拉瓜科多巴",
|
|
314
|
+
"unit_currency_nok_name": "挪威克朗",
|
|
315
|
+
"unit_currency_npr_name": "尼泊尔卢比",
|
|
316
|
+
"unit_currency_nzd_name": "新西兰元",
|
|
317
|
+
"unit_currency_omr_name": "阿曼里亚尔",
|
|
318
|
+
"unit_currency_pab_name": "巴拿马巴波亚",
|
|
319
|
+
"unit_currency_pen_name": "秘鲁新索尔",
|
|
320
|
+
"unit_currency_pgk_name": "巴布亚新几内亚基那",
|
|
321
|
+
"unit_currency_php_name": "菲律宾比索",
|
|
322
|
+
"unit_currency_pkr_name": "巴基斯坦卢比",
|
|
323
|
+
"unit_currency_pln_name": "波兰兹罗提",
|
|
324
|
+
"unit_currency_pyg_name": "巴拉圭瓜拉尼",
|
|
325
|
+
"unit_currency_qar_name": "卡塔尔里亚尔",
|
|
326
|
+
"unit_currency_ron_name": "罗马尼亚新列伊",
|
|
327
|
+
"unit_currency_rsd_name": "塞尔维亚第纳尔",
|
|
328
|
+
"unit_currency_rub_name": "卢布",
|
|
329
|
+
"unit_currency_rwf_name": "卢旺达法郎",
|
|
330
|
+
"unit_currency_sar_name": "沙特里亚尔",
|
|
331
|
+
"unit_currency_sbd_name": "所罗门群岛元",
|
|
332
|
+
"unit_currency_scr_name": "塞舌尔卢比",
|
|
333
|
+
"unit_currency_sdg_name": "苏丹镑",
|
|
334
|
+
"unit_currency_sek_name": "瑞典克朗",
|
|
335
|
+
"unit_currency_sgd_name": "新加坡元",
|
|
336
|
+
"unit_currency_shp_name": "圣赫勒拿镑",
|
|
337
|
+
"unit_currency_sll_name": "塞拉利昂利昂",
|
|
338
|
+
"unit_currency_sos_name": "索马里先令",
|
|
339
|
+
"unit_currency_srd_name": "苏里南元",
|
|
340
|
+
"unit_currency_ssp_name": "南苏丹镑",
|
|
341
|
+
"unit_currency_std_name": "圣多美和普林西比多布拉",
|
|
342
|
+
"unit_currency_stn_name": "圣多美和普林西比多布拉",
|
|
343
|
+
"unit_currency_svc_name": "萨尔瓦多科朗",
|
|
344
|
+
"unit_currency_syp_name": "叙利亚镑",
|
|
345
|
+
"unit_currency_szl_name": "斯威士兰里兰吉尼",
|
|
346
|
+
"unit_currency_thb_name": "泰铢",
|
|
347
|
+
"unit_currency_tjs_name": "塔吉克斯坦索莫尼",
|
|
348
|
+
"unit_currency_tmt_name": "土库曼斯坦马纳特",
|
|
349
|
+
"unit_currency_tnd_name": "突尼斯第纳尔",
|
|
350
|
+
"unit_currency_top_name": "汤加潘加",
|
|
351
|
+
"unit_currency_try_name": "土耳其里拉",
|
|
352
|
+
"unit_currency_ttd_name": "特立尼达和多巴哥元",
|
|
353
|
+
"unit_currency_twd_name": "新台币",
|
|
354
|
+
"unit_currency_tzs_name": "坦桑尼亚先令",
|
|
355
|
+
"unit_currency_uah_name": "乌克兰格里夫纳",
|
|
356
|
+
"unit_currency_ugx_name": "乌干达先令",
|
|
357
|
+
"unit_currency_usd_name": "美元",
|
|
358
|
+
"unit_currency_uyu_name": "乌拉圭新比索",
|
|
359
|
+
"unit_currency_uzs_name": "乌兹别克斯坦索姆",
|
|
360
|
+
"unit_currency_vef_name": "委内瑞拉强势玻利瓦尔",
|
|
361
|
+
"unit_currency_ves_name": "委内瑞拉主权玻利瓦尔",
|
|
362
|
+
"unit_currency_vnd_name": "越南盾",
|
|
363
|
+
"unit_currency_vuv_name": "瓦努阿图瓦图",
|
|
364
|
+
"unit_currency_wst_name": "萨摩亚塔拉",
|
|
365
|
+
"unit_currency_xaf_name": "非洲金融共同体法郎 - 中部非洲国家经济共同体",
|
|
366
|
+
"unit_currency_xag_name": "银盎司",
|
|
367
|
+
"unit_currency_xau_name": "金盎司",
|
|
368
|
+
"unit_currency_xcd_name": "东加勒比元",
|
|
369
|
+
"unit_currency_xof_name": "非洲金融共同体法郎 - 西非金融合作银行",
|
|
370
|
+
"unit_currency_xpd_name": "钯金盎司",
|
|
371
|
+
"unit_currency_xpf_name": "太平洋法郎",
|
|
372
|
+
"unit_currency_xpt_name": "铂金盎司",
|
|
373
|
+
"unit_currency_yer_name": "也门里亚尔",
|
|
374
|
+
"unit_currency_zar_name": "南非兰特",
|
|
375
|
+
"unit_currency_zmk_name": "赞比亚克瓦查",
|
|
376
|
+
"unit_currency_zmw_name": "赞比亚克瓦查",
|
|
377
|
+
"unit_datastorage1024_bit_name": "比特",
|
|
378
|
+
"unit_datastorage1024_block_name": "块",
|
|
379
|
+
"unit_datastorage1024_byte_name": "字节",
|
|
380
|
+
"unit_datastorage1024_character_name": "字符",
|
|
381
|
+
"unit_datastorage1024_exbibit_name": "艾比特",
|
|
382
|
+
"unit_datastorage1024_exbibyte_name": "艾字节",
|
|
383
|
+
"unit_datastorage1024_gibibit_name": "吉比特",
|
|
384
|
+
"unit_datastorage1024_gibibyte_name": "吉字节",
|
|
385
|
+
"unit_datastorage1024_kibibit_name": "千比特",
|
|
386
|
+
"unit_datastorage1024_kibibyte_name": "千字节",
|
|
387
|
+
"unit_datastorage1024_mebibit_name": "兆比特",
|
|
388
|
+
"unit_datastorage1024_mebibyte_name": "兆字节",
|
|
389
|
+
"unit_datastorage1024_nibble_name": "半字节",
|
|
390
|
+
"unit_datastorage1024_pebibit_name": "拍特",
|
|
391
|
+
"unit_datastorage1024_pebibyte_name": "拍字节",
|
|
392
|
+
"unit_datastorage1024_tebibit_name": "太比特",
|
|
393
|
+
"unit_datastorage1024_tebibyte_name": "太字节",
|
|
394
|
+
"unit_datastorage1024_word_name": "字",
|
|
395
|
+
"unit_datastorage_bit_name": "比特",
|
|
396
|
+
"unit_datastorage_block_name": "块",
|
|
397
|
+
"unit_datastorage_byte_name": "字节",
|
|
398
|
+
"unit_datastorage_character_name": "字符",
|
|
399
|
+
"unit_datastorage_exabit_name": "艾比特",
|
|
400
|
+
"unit_datastorage_exabyte_name": "艾字节",
|
|
401
|
+
"unit_datastorage_exbibit_name": "艾比特",
|
|
402
|
+
"unit_datastorage_exbibyte_name": "艾字节",
|
|
403
|
+
"unit_datastorage_gibibit_name": "吉比特",
|
|
404
|
+
"unit_datastorage_gibibyte_name": "吉比字节",
|
|
405
|
+
"unit_datastorage_gigabit_name": "吉比特",
|
|
406
|
+
"unit_datastorage_gigabyte_name": "吉字节",
|
|
407
|
+
"unit_datastorage_kibibit_name": "千比比特",
|
|
408
|
+
"unit_datastorage_kibibyte_name": "千比字节",
|
|
409
|
+
"unit_datastorage_kilobit_name": "千比特",
|
|
410
|
+
"unit_datastorage_kilobyte_name": "千字节",
|
|
411
|
+
"unit_datastorage_mebibit_name": "兆比特",
|
|
412
|
+
"unit_datastorage_mebibyte_name": "兆比字节",
|
|
413
|
+
"unit_datastorage_megabit_name": "兆比特",
|
|
414
|
+
"unit_datastorage_megabyte_name": "兆字节",
|
|
415
|
+
"unit_datastorage_nibble_name": "半字节",
|
|
416
|
+
"unit_datastorage_pebibit_name": "拍比特",
|
|
417
|
+
"unit_datastorage_pebibyte_name": "拍比字节",
|
|
418
|
+
"unit_datastorage_petabit_name": "拍特",
|
|
419
|
+
"unit_datastorage_petabyte_name": "拍字节",
|
|
420
|
+
"unit_datastorage_tebibit_name": "太比特",
|
|
421
|
+
"unit_datastorage_tebibyte_name": "太比字节",
|
|
422
|
+
"unit_datastorage_terabit_name": "太比特",
|
|
423
|
+
"unit_datastorage_terabyte_name": "太字节",
|
|
424
|
+
"unit_datastorage_word_name": "字",
|
|
425
|
+
"unit_datatransfer_bitPerSecond_name": "每秒比特",
|
|
426
|
+
"unit_datatransfer_bytePerSecond_name": "每秒字节",
|
|
427
|
+
"unit_datatransfer_exabitPerSecond_name": "每秒艾比特",
|
|
428
|
+
"unit_datatransfer_exabytePerSecond_name": "每秒艾字节",
|
|
429
|
+
"unit_datatransfer_exbibitPerSecond_name": "每秒艾比特",
|
|
430
|
+
"unit_datatransfer_exbibytePerSecond_name": "Exbi字节/秒",
|
|
431
|
+
"unit_datatransfer_gibibitPerSecond_name": "Gibi比特/秒",
|
|
432
|
+
"unit_datatransfer_gibibytePerSecond_name": "G字节秒",
|
|
433
|
+
"unit_datatransfer_gigabitPerSecond_name": "G比特/秒",
|
|
434
|
+
"unit_datatransfer_gigabytePerSecond_name": "G字节/秒",
|
|
435
|
+
"unit_datatransfer_kibibitPerSecond_name": "K比特/秒",
|
|
436
|
+
"unit_datatransfer_kibibytePerSecond_name": "K字节/秒",
|
|
437
|
+
"unit_datatransfer_kilobitPerSecond_name": "K字节/秒",
|
|
438
|
+
"unit_datatransfer_kilobytePerSecond_name": "K字节/秒",
|
|
439
|
+
"unit_datatransfer_mebibitPerSecond_name": "M比特/秒",
|
|
440
|
+
"unit_datatransfer_mebibytePerSecond_name": "M字节/秒",
|
|
441
|
+
"unit_datatransfer_megabitPerSecond_name": "M比特/秒",
|
|
442
|
+
"unit_datatransfer_megabytePerSecond_name": "M字节/秒",
|
|
443
|
+
"unit_datatransfer_pebibitPerSecond_name": "P比特/秒",
|
|
444
|
+
"unit_datatransfer_pebibytePerSecond_name": "P字节/秒",
|
|
445
|
+
"unit_datatransfer_petabitPerSecond_name": "P比特/秒",
|
|
446
|
+
"unit_datatransfer_petabytePerSecond_name": "P字节/秒",
|
|
447
|
+
"unit_datatransfer_tebibitPerSecond_name": "每秒太比特",
|
|
448
|
+
"unit_datatransfer_tebibytePerSecond_name": "每秒太比字节",
|
|
449
|
+
"unit_datatransfer_terabitPerSecond_name": "太比特每秒",
|
|
450
|
+
"unit_datatransfer_terabytePerSecond_name": "太字节每秒",
|
|
451
|
+
"unit_density_gramPerCubCentimeter_name": "克每立方厘米",
|
|
452
|
+
"unit_density_gramPerCubMeter_name": "克每立方米",
|
|
453
|
+
"unit_density_gramPerLiter_name": "克每升",
|
|
454
|
+
"unit_density_gramPerMilliliter_name": "克每毫升",
|
|
455
|
+
"unit_density_kilogramPerCubDecimeter_name": "千克每立方分米",
|
|
456
|
+
"unit_density_kilogramPerCubMeter_name": "千克每立方米",
|
|
457
|
+
"unit_density_kilogramPerLiter_name": "千克每升",
|
|
458
|
+
"unit_density_ouncePerCubFoot_name": "盎司每立方英尺",
|
|
459
|
+
"unit_density_ouncePerCubInch_name": "盎司每立方英寸",
|
|
460
|
+
"unit_density_ouncePerGallon_name": "盎司每美制加仑",
|
|
461
|
+
"unit_density_poundPerCubFoot_name": "磅每立方英尺",
|
|
462
|
+
"unit_density_poundPerCubInch_name": "磅每立方英寸",
|
|
463
|
+
"unit_density_poundPerGallon_name": "磅每美制加仑",
|
|
464
|
+
"unit_density_tonnerPerCubMeter_name": "吨每立方米",
|
|
465
|
+
"unit_dynamicviscosity_pascalSecond_name": "帕斯卡秒",
|
|
466
|
+
"unit_dynamicviscosity_poise_name": "泊",
|
|
467
|
+
"unit_dynamicviscosity_poundForceSecondPerSqFoot_name": "磅力秒每平方英尺",
|
|
468
|
+
"unit_dynamicviscosity_poundForceSecondPerSqInch_name": "磅力秒每平方英寸",
|
|
469
|
+
"unit_dynamicviscosity_poundPerFootHour_name": "磅每英尺小时",
|
|
470
|
+
"unit_dynamicviscosity_poundPerFootSecond_name": "磅每英尺秒",
|
|
471
|
+
"unit_electriccharge_abcoulomb_name": "库仑",
|
|
472
|
+
"unit_electriccharge_ampereHour_name": "安培小时",
|
|
473
|
+
"unit_electriccharge_ampereMin_name": "安培分钟",
|
|
474
|
+
"unit_electriccharge_ampereSecond_name": "安培秒",
|
|
475
|
+
"unit_electriccharge_coulomb_name": "库仑",
|
|
476
|
+
"unit_electriccharge_faraday_name": "法拉第",
|
|
477
|
+
"unit_electriccharge_kiloCoulomb_name": "千库伦",
|
|
478
|
+
"unit_electriccharge_megaCoulomb_name": "兆库仑",
|
|
479
|
+
"unit_electriccharge_microCoulomb_name": "微库仑",
|
|
480
|
+
"unit_electriccharge_milliCoulomb_name": "毫库仑",
|
|
481
|
+
"unit_electriccharge_milliampereHour_name": "毫安培小时",
|
|
482
|
+
"unit_electriccharge_milliampereMin_name": "毫安培分钟",
|
|
483
|
+
"unit_electriccharge_milliampereSecond_name": "毫安培秒",
|
|
484
|
+
"unit_electriccharge_nanoCoulomb_name": "纳库仑",
|
|
485
|
+
"unit_electriccurrent_abampere_name": "阿培安",
|
|
486
|
+
"unit_electriccurrent_ampere_name": "安培",
|
|
487
|
+
"unit_electriccurrent_coulombPerSecond_name": "库仑每秒",
|
|
488
|
+
"unit_electriccurrent_gigaAmpere_name": "吉安培",
|
|
489
|
+
"unit_electriccurrent_kiloAmpere_name": "千安培",
|
|
490
|
+
"unit_electriccurrent_megaAmpere_name": "兆安培",
|
|
491
|
+
"unit_electriccurrent_microAmpere_name": "微安培",
|
|
492
|
+
"unit_electriccurrent_milliAmpere_name": "毫安培",
|
|
493
|
+
"unit_electriccurrent_nanoAmpere_name": "纳安培",
|
|
494
|
+
"unit_electricpotential_abvolt_name": "阿伏特",
|
|
495
|
+
"unit_electricpotential_gigaVolt_name": "千兆伏特",
|
|
496
|
+
"unit_electricpotential_kiloVolt_name": "千伏",
|
|
497
|
+
"unit_electricpotential_megaVolt_name": "兆伏",
|
|
498
|
+
"unit_electricpotential_microVolt_name": "微伏",
|
|
499
|
+
"unit_electricpotential_milliVolt_name": "毫伏",
|
|
500
|
+
"unit_electricpotential_nanoVolt_name": "纳伏",
|
|
501
|
+
"unit_electricpotential_statvolt_name": "静伏特",
|
|
502
|
+
"unit_electricpotential_volt_name": "伏特",
|
|
503
|
+
"unit_electricpotential_wattPerAmpere_name": "瓦特每安培",
|
|
504
|
+
"unit_electricresistance_abohm_name": "阿姆",
|
|
505
|
+
"unit_electricresistance_gigaOhm_name": "千兆欧姆",
|
|
506
|
+
"unit_electricresistance_kiloOhm_name": "千欧",
|
|
507
|
+
"unit_electricresistance_megaOhm_name": "兆欧",
|
|
508
|
+
"unit_electricresistance_microOhm_name": "微欧",
|
|
509
|
+
"unit_electricresistance_milliOhm_name": "毫欧",
|
|
510
|
+
"unit_electricresistance_nanoOhm_name": "纳欧",
|
|
511
|
+
"unit_electricresistance_ohm_name": "欧姆",
|
|
512
|
+
"unit_electricresistance_voltPerAmpere_name": "伏每安培",
|
|
513
|
+
"unit_energy_barrelOil_name": "油当量桶",
|
|
514
|
+
"unit_energy_btuIT_name": "英国热量单位,国际",
|
|
515
|
+
"unit_energy_btuIso_name": "英国热量单位,ISO",
|
|
516
|
+
"unit_energy_calorie_name": "卡路里",
|
|
517
|
+
"unit_energy_electronVolt_name": "电子伏",
|
|
518
|
+
"unit_energy_erg_name": "尔格",
|
|
519
|
+
"unit_energy_footPound_name": "英尺-磅力",
|
|
520
|
+
"unit_energy_gigacalorie_name": "千兆卡路里",
|
|
521
|
+
"unit_energy_gigajoule_name": "千兆焦耳",
|
|
522
|
+
"unit_energy_joule_name": "焦耳",
|
|
523
|
+
"unit_energy_kilocalorie_name": "千卡路里",
|
|
524
|
+
"unit_energy_kilogramTNT_name": "公斤TNT",
|
|
525
|
+
"unit_energy_kilojoule_name": "千焦耳",
|
|
526
|
+
"unit_energy_kilowattHour_name": "千瓦时",
|
|
527
|
+
"unit_energy_megacalorie_name": "兆卡路里",
|
|
528
|
+
"unit_energy_megajoule_name": "兆焦耳",
|
|
529
|
+
"unit_energy_megawattHour_name": "兆瓦时",
|
|
530
|
+
"unit_energy_quad_name": "四",
|
|
531
|
+
"unit_energy_therm_name": "热量",
|
|
532
|
+
"unit_energy_thermie_name": "热量单位",
|
|
533
|
+
"unit_energy_tonTNT_name": "吨TNT",
|
|
534
|
+
"unit_energy_tonneTNT_name": "公吨TNT",
|
|
535
|
+
"unit_energy_wattHour_name": "瓦时",
|
|
536
|
+
"unit_energy_wattSecond_name": "瓦秒",
|
|
537
|
+
"unit_flow_cubCentimeterPerDay_name": "立方厘米每天",
|
|
538
|
+
"unit_flow_cubCentimeterPerHour_name": "立方厘米每小时",
|
|
539
|
+
"unit_flow_cubCentimeterPerMin_name": "立方厘米每分钟",
|
|
540
|
+
"unit_flow_cubCentimeterPerSec_name": "立方厘米每秒",
|
|
541
|
+
"unit_flow_cubFootPerDay_name": "立方英尺每天",
|
|
542
|
+
"unit_flow_cubFootPerHour_name": "立方英尺每小时",
|
|
543
|
+
"unit_flow_cubFootPerMin_name": "立方英尺每分钟",
|
|
544
|
+
"unit_flow_cubFootPerSec_name": "立方英尺每秒",
|
|
545
|
+
"unit_flow_cubInchPerDay_name": "立方英寸每天",
|
|
546
|
+
"unit_flow_cubInchPerHour_name": "立方英寸每小时",
|
|
547
|
+
"unit_flow_cubInchPerMin_name": "立方英寸每分钟",
|
|
548
|
+
"unit_flow_cubInchPerSec_name": "立方英寸每秒",
|
|
549
|
+
"unit_flow_cubKmPerDay_name": "立方千米每天",
|
|
550
|
+
"unit_flow_cubKmPerHour_name": "立方千米每小时",
|
|
551
|
+
"unit_flow_cubKmPerMin_name": "立方千米每分钟",
|
|
552
|
+
"unit_flow_cubKmPerSec_name": "立方千米每秒",
|
|
553
|
+
"unit_flow_cubMeterPerDay_name": "立方米每天",
|
|
554
|
+
"unit_flow_cubMeterPerHour_name": "立方米每小时",
|
|
555
|
+
"unit_flow_cubMeterPerMin_name": "立方米每分钟",
|
|
556
|
+
"unit_flow_cubMeterPerSec_name": "立方米每秒",
|
|
557
|
+
"unit_flow_cubMilePerDay_name": "立方英里每天",
|
|
558
|
+
"unit_flow_cubMilePerHour_name": "立方英里每小时",
|
|
559
|
+
"unit_flow_cubMilePerMin_name": "立方英里每分钟",
|
|
560
|
+
"unit_flow_cubMilePerSec_name": "立方英里每秒",
|
|
561
|
+
"unit_flow_gallonPerDay_name": "美制加仑每天",
|
|
562
|
+
"unit_flow_gallonPerHour_name": "美制加仑每小时",
|
|
563
|
+
"unit_flow_gallonPerMin_name": "美制加仑每分钟",
|
|
564
|
+
"unit_flow_gallonPerSec_name": "美制加仑每秒",
|
|
565
|
+
"unit_flow_gallonUkPerDay_name": "英制加仑每天",
|
|
566
|
+
"unit_flow_gallonUkPerHour_name": "英制加仑每小时",
|
|
567
|
+
"unit_flow_gallonUkPerMin_name": "英制加仑每分钟",
|
|
568
|
+
"unit_flow_gallonUkPerSec_name": "英制加仑每秒",
|
|
569
|
+
"unit_flow_literPerDay_name": "升每天",
|
|
570
|
+
"unit_flow_literPerHour_name": "升每小时",
|
|
571
|
+
"unit_flow_literPerMin_name": "升每分钟",
|
|
572
|
+
"unit_flow_literPerSec_name": "升每秒",
|
|
573
|
+
"unit_force_dyne_name": "达因",
|
|
574
|
+
"unit_force_gramForce_name": "克力",
|
|
575
|
+
"unit_force_graveForce_name": "古拉夫力",
|
|
576
|
+
"unit_force_gravetForce_name": "古拉维特力",
|
|
577
|
+
"unit_force_kilogramForce_name": "千克力",
|
|
578
|
+
"unit_force_kilonewton_name": "千牛顿",
|
|
579
|
+
"unit_force_kilopond_name": "千磅力",
|
|
580
|
+
"unit_force_kipForce_name": "千镑力",
|
|
581
|
+
"unit_force_meganewton_name": "兆牛顿",
|
|
582
|
+
"unit_force_micronewton_name": "微牛顿",
|
|
583
|
+
"unit_force_milligramForce_name": "毫克力",
|
|
584
|
+
"unit_force_milligraveForce_name": "毫格力",
|
|
585
|
+
"unit_force_millinewton_name": "毫牛",
|
|
586
|
+
"unit_force_newton_name": "牛顿",
|
|
587
|
+
"unit_force_ounceForce_name": "盎司力",
|
|
588
|
+
"unit_force_poundForce_name": "磅力",
|
|
589
|
+
"unit_force_poundal_name": "磅达",
|
|
590
|
+
"unit_force_sthene_name": "斯太",
|
|
591
|
+
"unit_force_tonForceLong_name": "长吨力",
|
|
592
|
+
"unit_force_tonForceMetric_name": "公吨力",
|
|
593
|
+
"unit_force_tonForceShort_name": "短吨力",
|
|
594
|
+
"unit_force_tonForce_name": "吨力",
|
|
595
|
+
"unit_force_tonneForce_name": "公吨力",
|
|
596
|
+
"unit_frequency_attohertz_name": "阿赫兹",
|
|
597
|
+
"unit_frequency_centihertz_name": "厘赫兹",
|
|
598
|
+
"unit_frequency_decihertz_name": "分赫兹",
|
|
599
|
+
"unit_frequency_degree_hour_name": "每小时度数",
|
|
600
|
+
"unit_frequency_degree_minute_name": "每分钟度数",
|
|
601
|
+
"unit_frequency_degree_second_name": "每秒钟度数",
|
|
602
|
+
"unit_frequency_dekahertz_name": "十赫兹",
|
|
603
|
+
"unit_frequency_exahertz_name": "艾赫兹",
|
|
604
|
+
"unit_frequency_femtohertz_name": "飞赫兹",
|
|
605
|
+
"unit_frequency_gigahertz_name": "吉赫兹",
|
|
606
|
+
"unit_frequency_hectohertz_name": "百赫兹",
|
|
607
|
+
"unit_frequency_hertz_name": "赫兹",
|
|
608
|
+
"unit_frequency_kilohertz_name": "千赫兹",
|
|
609
|
+
"unit_frequency_megahertz_name": "兆赫兹",
|
|
610
|
+
"unit_frequency_microhertz_name": "微赫兹",
|
|
611
|
+
"unit_frequency_millihertz_name": "毫赫兹",
|
|
612
|
+
"unit_frequency_nanohertz_name": "纳赫兹",
|
|
613
|
+
"unit_frequency_petahertz_name": "拍赫兹",
|
|
614
|
+
"unit_frequency_picohertz_name": "皮赫兹",
|
|
615
|
+
"unit_frequency_radian_hour_name": "每小时弧度",
|
|
616
|
+
"unit_frequency_radian_minute_name": "每分钟弧度",
|
|
617
|
+
"unit_frequency_radian_second_name": "每秒钟弧度",
|
|
618
|
+
"unit_frequency_revolution_hour_name": "每小时转数",
|
|
619
|
+
"unit_frequency_revolution_minute_name": "每分钟转数",
|
|
620
|
+
"unit_frequency_terrahertz_name": "太赫兹",
|
|
621
|
+
"unit_fuel_gallonUKPer100Miles_name": "每百英里英制加仑",
|
|
622
|
+
"unit_fuel_gallonUSPer100Miles_name": "每百英里美制加仑",
|
|
623
|
+
"unit_fuel_kmPerLiter_name": "每升公里",
|
|
624
|
+
"unit_fuel_literPer100Km_name": "每百公里升数",
|
|
625
|
+
"unit_fuel_literPer100Miles_name": "每百英里升数",
|
|
626
|
+
"unit_fuel_milesPerLiter_name": "每升英里",
|
|
627
|
+
"unit_fuel_milesPerUKGallon_name": "每英制加仑英里",
|
|
628
|
+
"unit_fuel_milesPerUSGallon_name": "每美制加仑英里",
|
|
629
|
+
"unit_illuminance_footcandle_name": "英尺烛光",
|
|
630
|
+
"unit_illuminance_lumenPerSqCentimeter_name": "每平方厘米流明",
|
|
631
|
+
"unit_illuminance_lumenPerSqFoot_name": "每平方英尺流明",
|
|
632
|
+
"unit_illuminance_lumenPerSqInch_name": "每平方英寸流明",
|
|
633
|
+
"unit_illuminance_lumenPerSqMeter_name": "每平方米流明",
|
|
634
|
+
"unit_illuminance_lux_name": "勒克斯",
|
|
635
|
+
"unit_illuminance_phot_name": "灯光",
|
|
636
|
+
"unit_kinematicviscosity_sqFootPerSecond_name": "每秒平方英尺",
|
|
637
|
+
"unit_kinematicviscosity_sqMeterPerSecond_name": "每秒平方米",
|
|
638
|
+
"unit_kinematicviscosity_stokes_name": "斯托克斯",
|
|
639
|
+
"unit_length_angstrom_name": "埃",
|
|
640
|
+
"unit_length_cable_name": "绳索",
|
|
641
|
+
"unit_length_centimeter_name": "厘米",
|
|
642
|
+
"unit_length_chain_name": "链",
|
|
643
|
+
"unit_length_decameter_name": "十米",
|
|
644
|
+
"unit_length_decimeter_name": "分米",
|
|
645
|
+
"unit_length_fathom_name": "英寻",
|
|
646
|
+
"unit_length_feet_name": "英尺",
|
|
647
|
+
"unit_length_foot_name": "英尺",
|
|
648
|
+
"unit_length_furlong_name": "弗隆",
|
|
649
|
+
"unit_length_hand_name": "手长",
|
|
650
|
+
"unit_length_hectometer_name": "百米",
|
|
651
|
+
"unit_length_inch_name": "英寸",
|
|
652
|
+
"unit_length_inches_name": "英寸",
|
|
653
|
+
"unit_length_kilometer_name": "千米",
|
|
654
|
+
"unit_length_league_name": "[历史] 陆里",
|
|
655
|
+
"unit_length_link_name": "链",
|
|
656
|
+
"unit_length_meter_name": "米",
|
|
657
|
+
"unit_length_micron_name": "微米",
|
|
658
|
+
"unit_length_mile_name": "英里",
|
|
659
|
+
"unit_length_millimeter_name": "毫米",
|
|
660
|
+
"unit_length_nanometer_name": "纳米",
|
|
661
|
+
"unit_length_nauticalLeague_name": "[历史] 海里",
|
|
662
|
+
"unit_length_nauticalMile_name": "海里",
|
|
663
|
+
"unit_length_picometer_name": "皮米",
|
|
664
|
+
"unit_length_rod_name": "杆",
|
|
665
|
+
"unit_length_russia_Arshin_name": "[历史·俄] 阿尔辛",
|
|
666
|
+
"unit_length_russia_Dot_name": "[历史·俄] 点",
|
|
667
|
+
"unit_length_russia_KosayaSazhen_name": "[历史·俄] 斜沙津",
|
|
668
|
+
"unit_length_russia_Line_name": "[历史·俄] 线",
|
|
669
|
+
"unit_length_russia_MakhovayaSazhen_name": "[历史·俄] 挥动沙津",
|
|
670
|
+
"unit_length_russia_MezhevayaVerst_name": "[历史·俄] 边界俄里",
|
|
671
|
+
"unit_length_russia_Sazhen_name": "[历史·俄] 沙津",
|
|
672
|
+
"unit_length_russia_Span_name": "[历史·俄] 跨距",
|
|
673
|
+
"unit_length_russia_Vershok_name": "[历史·俄] 沃尔朔克",
|
|
674
|
+
"unit_length_russia_Verst_name": "[历史·俄] 俄里",
|
|
675
|
+
"unit_length_thou_name": "密耳",
|
|
676
|
+
"unit_length_yard_name": "码",
|
|
677
|
+
"unit_luminance_candelaPerSqCentimeter_name": "坎德拉每平方厘米",
|
|
678
|
+
"unit_luminance_candelaPerSqFoot_name": "坎德拉每平方英尺",
|
|
679
|
+
"unit_luminance_candelaPerSqInch_name": "坎德拉每平方英寸",
|
|
680
|
+
"unit_luminance_candelaPerSqMeter_name": "坎德拉每平方米",
|
|
681
|
+
"unit_luminance_footlambert_name": "英尺朗伯",
|
|
682
|
+
"unit_luminance_kilocandelaPerSqMeter_name": "千坎德拉每平方米",
|
|
683
|
+
"unit_luminance_lambert_name": "朗伯",
|
|
684
|
+
"unit_luminance_stilb_name": "斯蒂尔布",
|
|
685
|
+
"unit_magneticfield_gamma_name": "伽马",
|
|
686
|
+
"unit_magneticfield_gauss_name": "高斯",
|
|
687
|
+
"unit_magneticfield_kiloTesla_name": "千特斯拉",
|
|
688
|
+
"unit_magneticfield_megaTesla_name": "兆特斯拉",
|
|
689
|
+
"unit_magneticfield_microTesla_name": "微特斯拉",
|
|
690
|
+
"unit_magneticfield_milliTesla_name": "毫特斯拉",
|
|
691
|
+
"unit_magneticfield_nanoTesla_name": "纳特斯拉",
|
|
692
|
+
"unit_magneticfield_picoTesla_name": "皮特斯拉",
|
|
693
|
+
"unit_magneticfield_tesla_name": "特斯拉",
|
|
694
|
+
"unit_magneticfield_waberPerSqMeter_name": "韦伯每平方米",
|
|
695
|
+
"unit_metrics_atto_name": "阿",
|
|
696
|
+
"unit_metrics_centi_name": "厘",
|
|
697
|
+
"unit_metrics_deci_name": "分",
|
|
698
|
+
"unit_metrics_deka_name": "十",
|
|
699
|
+
"unit_metrics_exa_name": "艾",
|
|
700
|
+
"unit_metrics_femto_name": "飞",
|
|
701
|
+
"unit_metrics_giga_name": "吉",
|
|
702
|
+
"unit_metrics_hecto_name": "百",
|
|
703
|
+
"unit_metrics_kilo_name": "千",
|
|
704
|
+
"unit_metrics_mega_name": "兆",
|
|
705
|
+
"unit_metrics_micro_name": "微",
|
|
706
|
+
"unit_metrics_milli_name": "毫",
|
|
707
|
+
"unit_metrics_nano_name": "纳",
|
|
708
|
+
"unit_metrics_peta_name": "拍",
|
|
709
|
+
"unit_metrics_pico_name": "皮",
|
|
710
|
+
"unit_metrics_tera_name": "太",
|
|
711
|
+
"unit_metrics_unit_name": "单位",
|
|
712
|
+
"unit_metrics_yocto_name": "幺",
|
|
713
|
+
"unit_metrics_yotta_name": "尧它",
|
|
714
|
+
"unit_metrics_zepto_name": "仄",
|
|
715
|
+
"unit_metrics_zetta_name": "泽它",
|
|
716
|
+
"unit_mineralization_degreeHardness_name": "硬度度",
|
|
717
|
+
"unit_mineralization_frenchDegree_name": "法国度",
|
|
718
|
+
"unit_mineralization_mgPerLiter_name": "每升毫克",
|
|
719
|
+
"unit_mineralization_ppm_name": "百万分之几",
|
|
720
|
+
"unit_mineralization_ppt_name": "千分之几",
|
|
721
|
+
"unit_power_btuPerHour_name": "每小时英热单位",
|
|
722
|
+
"unit_power_btuPerMinute_name": "每分钟英热单位",
|
|
723
|
+
"unit_power_btuPerSecond_name": "每秒英热单位",
|
|
724
|
+
"unit_power_caloriePerHour_name": "卡路里每小时",
|
|
725
|
+
"unit_power_caloriePerSecond_name": "卡路里每秒",
|
|
726
|
+
"unit_power_ergPerSecond_name": "尔格每秒",
|
|
727
|
+
"unit_power_horsepowerBoiler_name": "锅炉马力",
|
|
728
|
+
"unit_power_horsepowerElectrical_name": "电气马力",
|
|
729
|
+
"unit_power_horsepowerMechanical_name": "机械马力",
|
|
730
|
+
"unit_power_horsepowerMetric_name": "公制马力",
|
|
731
|
+
"unit_power_joulePerSecond_name": "焦耳每秒",
|
|
732
|
+
"unit_power_kilocaloriePerHour_name": "千卡每小时",
|
|
733
|
+
"unit_power_kilocaloriePerSecond_name": "千卡每秒",
|
|
734
|
+
"unit_power_kilowatt_name": "千瓦",
|
|
735
|
+
"unit_power_megacaloriePerHour_name": "每小时百万卡路里",
|
|
736
|
+
"unit_power_megacaloriePerSecond_name": "每秒百万卡路里",
|
|
737
|
+
"unit_power_megawatt_name": "兆瓦",
|
|
738
|
+
"unit_power_watt_name": "瓦特",
|
|
739
|
+
"unit_pressure_atmosphereTech_name": "技术大气压",
|
|
740
|
+
"unit_pressure_atmosphere_name": "大气压",
|
|
741
|
+
"unit_pressure_bar_name": "巴",
|
|
742
|
+
"unit_pressure_barye_name": "巴里",
|
|
743
|
+
"unit_pressure_centimeterOfMercury_name": "汞厘米",
|
|
744
|
+
"unit_pressure_centimeterOfWater_name": "水厘米",
|
|
745
|
+
"unit_pressure_footOfMercury_name": "汞英尺",
|
|
746
|
+
"unit_pressure_footOfWater_name": "水英尺",
|
|
747
|
+
"unit_pressure_hectopascal_name": "百帕",
|
|
748
|
+
"unit_pressure_inchOfMercury_name": "汞英寸",
|
|
749
|
+
"unit_pressure_inchOfWater_name": "水英寸",
|
|
750
|
+
"unit_pressure_kgPerSquareCentimeter_name": "千克每平方厘米",
|
|
751
|
+
"unit_pressure_kgPerSquareMeter_name": "千克每平方米",
|
|
752
|
+
"unit_pressure_kgPerSquareMillimeter_name": "千克每平方毫米",
|
|
753
|
+
"unit_pressure_kilonewtonPerSquareMeter_name": "千牛每平方米",
|
|
754
|
+
"unit_pressure_kilopascal_name": "千帕斯卡",
|
|
755
|
+
"unit_pressure_meganewtonPerSquareMeter_name": "兆牛每平方米",
|
|
756
|
+
"unit_pressure_megapascal_name": "兆帕斯卡",
|
|
757
|
+
"unit_pressure_meterOfWater_name": "水米",
|
|
758
|
+
"unit_pressure_micrometrOfMercury_name": "汞微米",
|
|
759
|
+
"unit_pressure_millibar_name": "毫巴",
|
|
760
|
+
"unit_pressure_millimeterOfMercury_name": "汞毫米",
|
|
761
|
+
"unit_pressure_millimeterOfWater_name": "水毫米",
|
|
762
|
+
"unit_pressure_newtonPerSquareCentimeter_name": "牛顿每平方厘米",
|
|
763
|
+
"unit_pressure_newtonPerSquareMeter_name": "牛顿每平方米",
|
|
764
|
+
"unit_pressure_newtonPerSquareMillimeter_name": "牛顿每平方毫米",
|
|
765
|
+
"unit_pressure_pascal_name": "帕斯卡",
|
|
766
|
+
"unit_pressure_poundPerSquareFoot_name": "磅每平方英尺",
|
|
767
|
+
"unit_pressure_poundPerSquareInch_name": "磅每平方英寸",
|
|
768
|
+
"unit_pressure_thousandPoundsPerSquareInch_name": "千磅每平方英寸",
|
|
769
|
+
"unit_pressure_torr_name": "托",
|
|
770
|
+
"unit_radiation_centigray_name": "厘戈瑞",
|
|
771
|
+
"unit_radiation_decigray_name": "分戈瑞",
|
|
772
|
+
"unit_radiation_dekagray_name": "十戈瑞",
|
|
773
|
+
"unit_radiation_gray_name": "戈瑞",
|
|
774
|
+
"unit_radiation_hectogray_name": "百戈瑞",
|
|
775
|
+
"unit_radiation_kilogray_name": "千戈瑞",
|
|
776
|
+
"unit_radiation_megagray_name": "兆戈瑞",
|
|
777
|
+
"unit_radiation_microRoentgen_name": "微伦琴",
|
|
778
|
+
"unit_radiation_microSievert_name": "微西弗",
|
|
779
|
+
"unit_radiation_microgray_name": "微戈瑞",
|
|
780
|
+
"unit_radiation_milliRoentgen_name": "毫伦琴",
|
|
781
|
+
"unit_radiation_milliSievert_name": "毫西弗",
|
|
782
|
+
"unit_radiation_milligray_name": "毫戈瑞",
|
|
783
|
+
"unit_radiation_millirad_name": "毫拉德",
|
|
784
|
+
"unit_radiation_nanoSievert_name": "纳西弗",
|
|
785
|
+
"unit_radiation_rad_name": "拉德",
|
|
786
|
+
"unit_radiation_rem_name": "伦琴当量曼",
|
|
787
|
+
"unit_radiation_roentgen_name": "伦琴",
|
|
788
|
+
"unit_radiation_sievert_name": "西弗",
|
|
789
|
+
"unit_radioactivity_becquerel_name": "贝克勒尔",
|
|
790
|
+
"unit_radioactivity_curie_name": "居里",
|
|
791
|
+
"unit_radioactivity_disintegrationsPerSecond_name": "每秒衰变次数",
|
|
792
|
+
"unit_radioactivity_gigaBecquerel_name": "吉贝克勒尔",
|
|
793
|
+
"unit_radioactivity_kiloBecquerel_name": "千贝克勒尔",
|
|
794
|
+
"unit_radioactivity_megaBecquerel_name": "兆贝克勒尔",
|
|
795
|
+
"unit_radioactivity_microcurie_name": "微居里",
|
|
796
|
+
"unit_radioactivity_millicurie_name": "毫居里",
|
|
797
|
+
"unit_radioactivity_rutherford_name": "拉瑟福",
|
|
798
|
+
"unit_speed_centimeterPerHour_name": "厘米每小时",
|
|
799
|
+
"unit_speed_centimeterPerMin_name": "厘米每分钟",
|
|
800
|
+
"unit_speed_centimeterPerSec_name": "厘米每秒",
|
|
801
|
+
"unit_speed_footPerHour_name": "英尺每小时",
|
|
802
|
+
"unit_speed_footPerMin_name": "英尺每分钟",
|
|
803
|
+
"unit_speed_footPerSec_name": "英尺每秒",
|
|
804
|
+
"unit_speed_hourPerFoot_name": "小时每英尺",
|
|
805
|
+
"unit_speed_hourPerKilometer_name": "小时每公里",
|
|
806
|
+
"unit_speed_hourPerMeter_name": "小时每米",
|
|
807
|
+
"unit_speed_hourPerMile_name": "小时每英里",
|
|
808
|
+
"unit_speed_inchPerHour_name": "英寸每小时",
|
|
809
|
+
"unit_speed_inchPerMin_name": "英寸每分钟",
|
|
810
|
+
"unit_speed_inchPerSec_name": "英寸每秒",
|
|
811
|
+
"unit_speed_kilometerPerHour_name": "公里每小时",
|
|
812
|
+
"unit_speed_kilometerPerMin_name": "公里每分钟",
|
|
813
|
+
"unit_speed_kilometerPerSec_name": "公里每秒",
|
|
814
|
+
"unit_speed_knot_name": "节",
|
|
815
|
+
"unit_speed_lightSpeed_name": "光速",
|
|
816
|
+
"unit_speed_machNumber_name": "马赫数",
|
|
817
|
+
"unit_speed_meterPerHour_name": "米每小时",
|
|
818
|
+
"unit_speed_meterPerMin_name": "米每分钟",
|
|
819
|
+
"unit_speed_meterPerSec_name": "米每秒",
|
|
820
|
+
"unit_speed_milePerHour_name": "英里每小时",
|
|
821
|
+
"unit_speed_milePerMin_name": "英里每分钟",
|
|
822
|
+
"unit_speed_milePerSec_name": "英里每秒",
|
|
823
|
+
"unit_speed_millimeterPerHour_name": "毫米每小时",
|
|
824
|
+
"unit_speed_millimeterPerMin_name": "毫米每分钟",
|
|
825
|
+
"unit_speed_millimeterPerSec_name": "毫米每秒",
|
|
826
|
+
"unit_speed_minPerFoot_name": "分钟每英尺",
|
|
827
|
+
"unit_speed_minPerKilometer_name": "分钟每公里",
|
|
828
|
+
"unit_speed_minPerMeter_name": "分钟每米",
|
|
829
|
+
"unit_speed_minPerMile_name": "分钟每英里",
|
|
830
|
+
"unit_speed_secondPerFoot_name": "秒每英尺",
|
|
831
|
+
"unit_speed_secondPerKilometer_name": "秒每公里",
|
|
832
|
+
"unit_speed_secondPerMeter_name": "秒每米",
|
|
833
|
+
"unit_speed_secondPerMile_name": "秒每英里",
|
|
834
|
+
"unit_speed_soundSpeedInAir_name": "空气中音速",
|
|
835
|
+
"unit_speed_soundSpeedInSteel_name": "钢中音速",
|
|
836
|
+
"unit_speed_soundSpeedInWater_name": "水中音速",
|
|
837
|
+
"unit_temperature_celsius_name": "摄氏度",
|
|
838
|
+
"unit_temperature_fahrenheit_name": "华氏度",
|
|
839
|
+
"unit_temperature_kelvin_name": "开尔文",
|
|
840
|
+
"unit_temperature_newton_name": "牛顿温标",
|
|
841
|
+
"unit_temperature_rankine_name": "兰金",
|
|
842
|
+
"unit_temperature_reaumur_name": "列氏度",
|
|
843
|
+
"unit_temperature_romer_name": "雷默尔",
|
|
844
|
+
"unit_time_century_name": "世纪",
|
|
845
|
+
"unit_time_day_name": "天",
|
|
846
|
+
"unit_time_decade_name": "十年",
|
|
847
|
+
"unit_time_fortnight_name": "两周",
|
|
848
|
+
"unit_time_gregorianYear_name": "公历年",
|
|
849
|
+
"unit_time_hour_name": "小时",
|
|
850
|
+
"unit_time_leapYear_name": "闰年",
|
|
851
|
+
"unit_time_microsecond_name": "微秒",
|
|
852
|
+
"unit_time_millenium_name": "千年",
|
|
853
|
+
"unit_time_millisecond_name": "毫秒",
|
|
854
|
+
"unit_time_minute_name": "分钟",
|
|
855
|
+
"unit_time_second_name": "秒",
|
|
856
|
+
"unit_time_siderealYear_name": "恒星年",
|
|
857
|
+
"unit_time_tropicalYear_name": "回归年",
|
|
858
|
+
"unit_time_week_name": "周",
|
|
859
|
+
"unit_time_year_name": "年",
|
|
860
|
+
"unit_torque_centimeterGramForce_name": "厘米-克力",
|
|
861
|
+
"unit_torque_centimeterKgForce_name": "厘米-公斤力",
|
|
862
|
+
"unit_torque_decaNewtonMeter_name": "十牛顿米",
|
|
863
|
+
"unit_torque_footPoundForce_name": "英尺-磅力",
|
|
864
|
+
"unit_torque_footPoundal_name": "英尺-磅达尔",
|
|
865
|
+
"unit_torque_inchPoundForce_name": "英寸-磅力",
|
|
866
|
+
"unit_torque_kiloNewtonMeter_name": "千牛顿米",
|
|
867
|
+
"unit_torque_meterGramForce_name": "米-克力",
|
|
868
|
+
"unit_torque_meterKgForce_name": "米-千克力",
|
|
869
|
+
"unit_torque_newtonCentimeter_name": "牛顿厘米",
|
|
870
|
+
"unit_torque_newtonMeter_name": "牛顿米",
|
|
871
|
+
"unit_typography_agate_name": "玛瑙",
|
|
872
|
+
"unit_typography_characterX_name": "X 字符",
|
|
873
|
+
"unit_typography_characterY_name": "Y 字符",
|
|
874
|
+
"unit_typography_cicero_name": "西塞罗",
|
|
875
|
+
"unit_typography_inch_name": "英寸",
|
|
876
|
+
"unit_typography_millimeter_name": "毫米",
|
|
877
|
+
"unit_typography_picaPostscript_name": "派卡 后记",
|
|
878
|
+
"unit_typography_picaPrinter_name": "Pica打印机",
|
|
879
|
+
"unit_typography_pixel_name": "像素",
|
|
880
|
+
"unit_typography_pointDidot_name": "点 狄多",
|
|
881
|
+
"unit_typography_pointPostscript_name": "点 后记",
|
|
882
|
+
"unit_typography_pointPrinter_name": "点 印刷",
|
|
883
|
+
"unit_unit_bakerDozen_name": "面包师的打一",
|
|
884
|
+
"unit_unit_dozen_name": "打",
|
|
885
|
+
"unit_unit_gross_name": "毛重",
|
|
886
|
+
"unit_unit_halfDozen_name": "半打",
|
|
887
|
+
"unit_unit_half_name": "二分之一",
|
|
888
|
+
"unit_unit_oneEighth_name": "八分之一",
|
|
889
|
+
"unit_unit_oneFifth_name": "五分之一",
|
|
890
|
+
"unit_unit_oneForth_name": "四分之一",
|
|
891
|
+
"unit_unit_oneNinth_name": "九分之一",
|
|
892
|
+
"unit_unit_oneSeventh_name": "七分之一",
|
|
893
|
+
"unit_unit_oneSixth_name": "六分之一",
|
|
894
|
+
"unit_unit_oneTenth_name": "十分之一",
|
|
895
|
+
"unit_unit_oneThird_name": "三分之一",
|
|
896
|
+
"unit_unit_pair_name": "对",
|
|
897
|
+
"unit_unit_unit_name": "单位",
|
|
898
|
+
"unit_volume_barrelImp_name": "桶,英制",
|
|
899
|
+
"unit_volume_barrelOil_name": "桶(石油)",
|
|
900
|
+
"unit_volume_barrelPetr_name": "桶,石油",
|
|
901
|
+
"unit_volume_barrelUK_name": "桶(英国)",
|
|
902
|
+
"unit_volume_barrelUS_name": "桶(美国)",
|
|
903
|
+
"unit_volume_bucket_name": "篮",
|
|
904
|
+
"unit_volume_bushel_name": "蒲式耳",
|
|
905
|
+
"unit_volume_centiliter_name": "厘升",
|
|
906
|
+
"unit_volume_cubCentimeter_name": "立方厘米",
|
|
907
|
+
"unit_volume_cubDecameter_name": "立方十米",
|
|
908
|
+
"unit_volume_cubDecimeter_name": "立方分米",
|
|
909
|
+
"unit_volume_cubFoot_name": "立方英尺",
|
|
910
|
+
"unit_volume_cubHectometer_name": "立方百米",
|
|
911
|
+
"unit_volume_cubInch_name": "立方英寸",
|
|
912
|
+
"unit_volume_cubKilometer_name": "立方公里",
|
|
913
|
+
"unit_volume_cubMeter_name": "立方米",
|
|
914
|
+
"unit_volume_cubMicrometer_name": "立方微米",
|
|
915
|
+
"unit_volume_cubMile_name": "立方英里",
|
|
916
|
+
"unit_volume_cubMillimeter_name": "立方毫米",
|
|
917
|
+
"unit_volume_cubNanometer_name": "立方纳米",
|
|
918
|
+
"unit_volume_cubYard_name": "立方码",
|
|
919
|
+
"unit_volume_cupImperial_name": "杯(英制)",
|
|
920
|
+
"unit_volume_cupMetric_name": "杯(公制)",
|
|
921
|
+
"unit_volume_cupUK_name": "杯(英国)",
|
|
922
|
+
"unit_volume_cupUS_name": "杯(美国)",
|
|
923
|
+
"unit_volume_cup_name": "杯",
|
|
924
|
+
"unit_volume_decaliter_name": "十升",
|
|
925
|
+
"unit_volume_deciliter_name": "分升",
|
|
926
|
+
"unit_volume_dessertspoonUK_name": "甜品匙(英国)",
|
|
927
|
+
"unit_volume_dessertspoonUS_name": "甜品匙(美国)",
|
|
928
|
+
"unit_volume_dropImp_name": "滴,英制",
|
|
929
|
+
"unit_volume_dropMetric_name": "滴,公制",
|
|
930
|
+
"unit_volume_flDram_name": "液体德拉姆",
|
|
931
|
+
"unit_volume_flOunceUK_name": "液体盎司(英国)",
|
|
932
|
+
"unit_volume_flOunceUS_name": "液体盎司(美国)",
|
|
933
|
+
"unit_volume_flOunce_name": "液体盎司(英国)",
|
|
934
|
+
"unit_volume_flScruple_name": "液量斯克鲁普尔",
|
|
935
|
+
"unit_volume_gallonDry_name": "加仑(美国干量)",
|
|
936
|
+
"unit_volume_gallonImperial_name": "加仑(帝国)",
|
|
937
|
+
"unit_volume_gallonLiq_name": "加仑(美国液体)",
|
|
938
|
+
"unit_volume_gallonUK_name": "加仑(英国)",
|
|
939
|
+
"unit_volume_gallonUsDry_name": "加仑(美国干量)",
|
|
940
|
+
"unit_volume_gallonUsLiq_name": "加仑(美国液体)",
|
|
941
|
+
"unit_volume_gallon_name": "加仑(英国)",
|
|
942
|
+
"unit_volume_gillUK_name": "基尔(英国)",
|
|
943
|
+
"unit_volume_gillUS_name": "基尔(美国)",
|
|
944
|
+
"unit_volume_gill_name": "吉尔",
|
|
945
|
+
"unit_volume_hectoliter_name": "百升",
|
|
946
|
+
"unit_volume_liter_name": "公升",
|
|
947
|
+
"unit_volume_milliliter_name": "毫升",
|
|
948
|
+
"unit_volume_minimUK_name": "密尼姆(英国)",
|
|
949
|
+
"unit_volume_minimUS_name": "密尼姆(美国)",
|
|
950
|
+
"unit_volume_minim_name": "密尼姆",
|
|
951
|
+
"unit_volume_peck_name": "配克",
|
|
952
|
+
"unit_volume_pintUK_name": "品脱(英国)",
|
|
953
|
+
"unit_volume_pintUS_name": "品脱(美国)",
|
|
954
|
+
"unit_volume_pint_name": "英制品脱",
|
|
955
|
+
"unit_volume_quartUK_name": "夸脱(英国)",
|
|
956
|
+
"unit_volume_quartUs_name": "夸脱(美国)",
|
|
957
|
+
"unit_volume_quart_name": "夸脱",
|
|
958
|
+
"unit_volume_tablespoonImp_name": "汤匙(英制)",
|
|
959
|
+
"unit_volume_tablespoonMetr_name": "汤匙(公制)",
|
|
960
|
+
"unit_volume_tablespoonMetric_name": "汤匙(公制)",
|
|
961
|
+
"unit_volume_tablespoonUK_name": "汤匙(英国)",
|
|
962
|
+
"unit_volume_tablespoonUS_name": "汤匙(美国)",
|
|
963
|
+
"unit_volume_teaspoonImp_name": "茶匙(英制)",
|
|
964
|
+
"unit_volume_teaspoonMetr_name": "茶匙(公制)",
|
|
965
|
+
"unit_volume_teaspoonMetric_name": "茶匙(公制)",
|
|
966
|
+
"unit_volume_teaspoonUK_name": "茶匙(英国)",
|
|
967
|
+
"unit_volume_teaspoonUS_name": "茶匙(美国)",
|
|
968
|
+
"unit_volume_usPint_name": "美制品脱",
|
|
969
|
+
"unit_weight_caratMetr_name": "克拉(公制)",
|
|
970
|
+
"unit_weight_carat_name": "克拉",
|
|
971
|
+
"unit_weight_cental_name": "美担",
|
|
972
|
+
"unit_weight_centner_name": "公担",
|
|
973
|
+
"unit_weight_dramTroy_name": "德拉姆(特洛伊)",
|
|
974
|
+
"unit_weight_dram_name": "德拉姆",
|
|
975
|
+
"unit_weight_grain_name": "格令",
|
|
976
|
+
"unit_weight_gram_name": "克",
|
|
977
|
+
"unit_weight_hundredweightLong_name": "英担",
|
|
978
|
+
"unit_weight_hundredweightShort_name": "美担",
|
|
979
|
+
"unit_weight_kilogram_name": "千克",
|
|
980
|
+
"unit_weight_microgram_name": "微克",
|
|
981
|
+
"unit_weight_milligram_name": "毫克",
|
|
982
|
+
"unit_weight_nanogram_name": "纳克",
|
|
983
|
+
"unit_weight_ounceTroy_name": "盎司(特洛伊)",
|
|
984
|
+
"unit_weight_ounce_name": "盎司",
|
|
985
|
+
"unit_weight_pennyweight_name": "本尼威特",
|
|
986
|
+
"unit_weight_pood_name": "[历史] 普特",
|
|
987
|
+
"unit_weight_poundTroy_name": "磅(特洛伊)",
|
|
988
|
+
"unit_weight_pound_name": "磅",
|
|
989
|
+
"unit_weight_poundlbs_name": "磅",
|
|
990
|
+
"unit_weight_quarter_name": "夸特",
|
|
991
|
+
"unit_weight_stone_name": "英石",
|
|
992
|
+
"unit_weight_tonLong_name": "长吨",
|
|
993
|
+
"unit_weight_tonShort_name": "短吨",
|
|
994
|
+
"unit_weight_tonne_name": "吨",
|
|
995
|
+
"unit_acceleration_footHourSecond_symbol": "fph/s",
|
|
996
|
+
"unit_acceleration_footMinSecond_symbol": "fpm/s",
|
|
997
|
+
"unit_acceleration_footSecondSquared_symbol": "fps²",
|
|
998
|
+
"unit_acceleration_gal_symbol": "cm/s²",
|
|
999
|
+
"unit_acceleration_inchHourSecond_symbol": "iph/s",
|
|
1000
|
+
"unit_acceleration_inchMinSecond_symbol": "ipm/s",
|
|
1001
|
+
"unit_acceleration_inchSecondSquared_symbol": "ips²",
|
|
1002
|
+
"unit_acceleration_kmHourSecond_symbol": "km/(h·s)",
|
|
1003
|
+
"unit_acceleration_kmHourSquared_symbol": "km/h²",
|
|
1004
|
+
"unit_acceleration_kmMinSecond_symbol": "km/(min·s)",
|
|
1005
|
+
"unit_acceleration_kmSecondSquared_symbol": "km/s²",
|
|
1006
|
+
"unit_acceleration_knotSecond_symbol": "kn/s",
|
|
1007
|
+
"unit_acceleration_meterHourSecond_symbol": "m/(h·s)",
|
|
1008
|
+
"unit_acceleration_meterMinSecond_symbol": "m/(min·s)",
|
|
1009
|
+
"unit_acceleration_meterSecondSquared_symbol": "m/s²",
|
|
1010
|
+
"unit_acceleration_mileHourSecond_symbol": "mph/s",
|
|
1011
|
+
"unit_acceleration_mileMinSecond_symbol": "mpm/s",
|
|
1012
|
+
"unit_acceleration_mileSecondSquared_symbol": "mps²",
|
|
1013
|
+
"unit_acceleration_standardGravity_symbol": "g",
|
|
1014
|
+
"unit_angle_arcMinute_symbol": "'",
|
|
1015
|
+
"unit_angle_arcSecond_symbol": "\"",
|
|
1016
|
+
"unit_angle_degree_symbol": "°",
|
|
1017
|
+
"unit_angle_gradian_symbol": "grad",
|
|
1018
|
+
"unit_angle_octant_symbol": "octant",
|
|
1019
|
+
"unit_angle_quadrant_symbol": "quadrant",
|
|
1020
|
+
"unit_angle_radian_symbol": "rad",
|
|
1021
|
+
"unit_angle_sextant_symbol": "sextant",
|
|
1022
|
+
"unit_angle_sign_symbol": "sign",
|
|
1023
|
+
"unit_angle_turn_symbol": "2π rad",
|
|
1024
|
+
"unit_angularspeed_degreePerDay_symbol": "°/d",
|
|
1025
|
+
"unit_angularspeed_degreePerHour_symbol": "°/h",
|
|
1026
|
+
"unit_angularspeed_degreePerMin_symbol": "°/min",
|
|
1027
|
+
"unit_angularspeed_degreePerSec_symbol": "°/s",
|
|
1028
|
+
"unit_angularspeed_degreePerWeek_symbol": "°/wk",
|
|
1029
|
+
"unit_angularspeed_radianPerDay_symbol": "rad/d",
|
|
1030
|
+
"unit_angularspeed_radianPerHour_symbol": "rad/h",
|
|
1031
|
+
"unit_angularspeed_radianPerMin_symbol": "rad/min",
|
|
1032
|
+
"unit_angularspeed_radianPerSec_symbol": "rad/s",
|
|
1033
|
+
"unit_angularspeed_radianPerWeek_symbol": "rad/wk",
|
|
1034
|
+
"unit_angularspeed_revolutionPerDay_symbol": "r/d",
|
|
1035
|
+
"unit_angularspeed_revolutionPerHour_symbol": "r/h",
|
|
1036
|
+
"unit_angularspeed_revolutionPerMin_symbol": "r/min",
|
|
1037
|
+
"unit_angularspeed_revolutionPerSec_symbol": "r/s",
|
|
1038
|
+
"unit_angularspeed_revolutionPerWeek_symbol": "r/wk",
|
|
1039
|
+
"unit_area_acre_symbol": "ac",
|
|
1040
|
+
"unit_area_are_symbol": "a",
|
|
1041
|
+
"unit_area_circInch_symbol": "circ in",
|
|
1042
|
+
"unit_area_decare_symbol": "daa",
|
|
1043
|
+
"unit_area_hectare_symbol": "ha",
|
|
1044
|
+
"unit_area_rood_symbol": "ro",
|
|
1045
|
+
"unit_area_sqCentimeter_symbol": "cm²",
|
|
1046
|
+
"unit_area_sqChain_symbol": "ch²",
|
|
1047
|
+
"unit_area_sqDecimeter_symbol": "dm²",
|
|
1048
|
+
"unit_area_sqFoot_symbol": "ft²",
|
|
1049
|
+
"unit_area_sqInch_symbol": "in²",
|
|
1050
|
+
"unit_area_sqKilometer_symbol": "km²",
|
|
1051
|
+
"unit_area_sqMeter_symbol": "m²",
|
|
1052
|
+
"unit_area_sqMile_symbol": "mi²",
|
|
1053
|
+
"unit_area_sqMillimeter_symbol": "mm²",
|
|
1054
|
+
"unit_area_sqRod_symbol": "rd²",
|
|
1055
|
+
"unit_area_sqThou_symbol": "th²",
|
|
1056
|
+
"unit_area_sqYard_symbol": "yd²",
|
|
1057
|
+
"unit_area_square_symbol": "sq",
|
|
1058
|
+
"unit_astronomy_astronomicalUnit_symbol": "AU",
|
|
1059
|
+
"unit_astronomy_gigaParsec_symbol": "Gpc",
|
|
1060
|
+
"unit_astronomy_kilometer_symbol": "km",
|
|
1061
|
+
"unit_astronomy_lightDay_symbol": "ld",
|
|
1062
|
+
"unit_astronomy_lightHour_symbol": "lh",
|
|
1063
|
+
"unit_astronomy_lightMinute_symbol": "lm",
|
|
1064
|
+
"unit_astronomy_lightSecond_symbol": "ls",
|
|
1065
|
+
"unit_astronomy_lightYear_symbol": "ly",
|
|
1066
|
+
"unit_astronomy_megaParsec_symbol": "Mpc",
|
|
1067
|
+
"unit_astronomy_mile_symbol": "mi",
|
|
1068
|
+
"unit_astronomy_parsec_symbol": "pc",
|
|
1069
|
+
"unit_capacitance_abfarad_symbol": "abF",
|
|
1070
|
+
"unit_capacitance_coulumbPerVolt_symbol": "C/V",
|
|
1071
|
+
"unit_capacitance_decaFarad_symbol": "dF",
|
|
1072
|
+
"unit_capacitance_farad_symbol": "F",
|
|
1073
|
+
"unit_capacitance_gigaFarad_symbol": "GF",
|
|
1074
|
+
"unit_capacitance_hectoFarad_symbol": "hF",
|
|
1075
|
+
"unit_capacitance_kiloFarad_symbol": "kF",
|
|
1076
|
+
"unit_capacitance_megaFarad_symbol": "MF",
|
|
1077
|
+
"unit_capacitance_microFarad_symbol": "µF",
|
|
1078
|
+
"unit_capacitance_milliFarad_symbol": "mF",
|
|
1079
|
+
"unit_capacitance_nanoFarad_symbol": "nF",
|
|
1080
|
+
"unit_capacitance_picoFarad_symbol": "pF",
|
|
1081
|
+
"unit_capacitance_statfarad_symbol": "statF",
|
|
1082
|
+
"unit_currency_aed_symbol": "AED",
|
|
1083
|
+
"unit_currency_afn_symbol": "AFN",
|
|
1084
|
+
"unit_currency_all_symbol": "ALL",
|
|
1085
|
+
"unit_currency_amd_symbol": "AMD",
|
|
1086
|
+
"unit_currency_ang_symbol": "ANG",
|
|
1087
|
+
"unit_currency_aoa_symbol": "AOA",
|
|
1088
|
+
"unit_currency_ars_symbol": "ARS",
|
|
1089
|
+
"unit_currency_aud_symbol": "AUD",
|
|
1090
|
+
"unit_currency_awg_symbol": "AWG",
|
|
1091
|
+
"unit_currency_azn_symbol": "AZN",
|
|
1092
|
+
"unit_currency_bam_symbol": "BAM",
|
|
1093
|
+
"unit_currency_bbd_symbol": "BBD",
|
|
1094
|
+
"unit_currency_bdt_symbol": "BDT",
|
|
1095
|
+
"unit_currency_bgn_symbol": "BGN",
|
|
1096
|
+
"unit_currency_bhd_symbol": "BHD",
|
|
1097
|
+
"unit_currency_bif_symbol": "BIF",
|
|
1098
|
+
"unit_currency_bmd_symbol": "BMD",
|
|
1099
|
+
"unit_currency_bnd_symbol": "BND",
|
|
1100
|
+
"unit_currency_bob_symbol": "BOB",
|
|
1101
|
+
"unit_currency_brl_symbol": "BRL",
|
|
1102
|
+
"unit_currency_bsd_symbol": "BSD",
|
|
1103
|
+
"unit_currency_btc_symbol": "BTC",
|
|
1104
|
+
"unit_currency_btn_symbol": "BTN",
|
|
1105
|
+
"unit_currency_bwp_symbol": "BWP",
|
|
1106
|
+
"unit_currency_byn_symbol": "BYN",
|
|
1107
|
+
"unit_currency_byr_symbol": "BYR",
|
|
1108
|
+
"unit_currency_bzd_symbol": "BZD",
|
|
1109
|
+
"unit_currency_cad_symbol": "CAD",
|
|
1110
|
+
"unit_currency_cdf_symbol": "CDF",
|
|
1111
|
+
"unit_currency_chf_symbol": "CHF",
|
|
1112
|
+
"unit_currency_clp_symbol": "CLP",
|
|
1113
|
+
"unit_currency_cny_symbol": "CNY",
|
|
1114
|
+
"unit_currency_cop_symbol": "COP",
|
|
1115
|
+
"unit_currency_crc_symbol": "CRC",
|
|
1116
|
+
"unit_currency_cup_symbol": "CUP",
|
|
1117
|
+
"unit_currency_cve_symbol": "CVE",
|
|
1118
|
+
"unit_currency_czk_symbol": "CZK",
|
|
1119
|
+
"unit_currency_djf_symbol": "DJF",
|
|
1120
|
+
"unit_currency_dkk_symbol": "DKK",
|
|
1121
|
+
"unit_currency_dop_symbol": "DOP",
|
|
1122
|
+
"unit_currency_dzd_symbol": "DZD",
|
|
1123
|
+
"unit_currency_egp_symbol": "EGP",
|
|
1124
|
+
"unit_currency_ern_symbol": "ERN",
|
|
1125
|
+
"unit_currency_etb_symbol": "ETB",
|
|
1126
|
+
"unit_currency_eur_symbol": "EUR",
|
|
1127
|
+
"unit_currency_fjd_symbol": "FJD",
|
|
1128
|
+
"unit_currency_fkp_symbol": "FKP",
|
|
1129
|
+
"unit_currency_gbp_symbol": "GBP",
|
|
1130
|
+
"unit_currency_gel_symbol": "GEL",
|
|
1131
|
+
"unit_currency_ghs_symbol": "GHS",
|
|
1132
|
+
"unit_currency_gip_symbol": "GIP",
|
|
1133
|
+
"unit_currency_gmd_symbol": "GMD",
|
|
1134
|
+
"unit_currency_gnf_symbol": "GNF",
|
|
1135
|
+
"unit_currency_gtq_symbol": "GTQ",
|
|
1136
|
+
"unit_currency_gyd_symbol": "GYD",
|
|
1137
|
+
"unit_currency_hkd_symbol": "HKD",
|
|
1138
|
+
"unit_currency_hnl_symbol": "HNL",
|
|
1139
|
+
"unit_currency_hrk_symbol": "HRK",
|
|
1140
|
+
"unit_currency_htg_symbol": "HTG",
|
|
1141
|
+
"unit_currency_huf_symbol": "HUF",
|
|
1142
|
+
"unit_currency_idr_symbol": "IDR",
|
|
1143
|
+
"unit_currency_ils_symbol": "ILS",
|
|
1144
|
+
"unit_currency_inr_symbol": "INR",
|
|
1145
|
+
"unit_currency_iqd_symbol": "IQD",
|
|
1146
|
+
"unit_currency_irr_symbol": "IRR",
|
|
1147
|
+
"unit_currency_isk_symbol": "ISK",
|
|
1148
|
+
"unit_currency_jmd_symbol": "JMD",
|
|
1149
|
+
"unit_currency_jod_symbol": "JOD",
|
|
1150
|
+
"unit_currency_jpy_symbol": "JPY",
|
|
1151
|
+
"unit_currency_kes_symbol": "KES",
|
|
1152
|
+
"unit_currency_kgs_symbol": "KGS",
|
|
1153
|
+
"unit_currency_khr_symbol": "KHR",
|
|
1154
|
+
"unit_currency_kmf_symbol": "KMF",
|
|
1155
|
+
"unit_currency_kpw_symbol": "KPW",
|
|
1156
|
+
"unit_currency_krw_symbol": "KRW",
|
|
1157
|
+
"unit_currency_kwd_symbol": "KWD",
|
|
1158
|
+
"unit_currency_kyd_symbol": "KYD",
|
|
1159
|
+
"unit_currency_kzt_symbol": "KZT",
|
|
1160
|
+
"unit_currency_lak_symbol": "LAK",
|
|
1161
|
+
"unit_currency_lbp_symbol": "LBP",
|
|
1162
|
+
"unit_currency_lkr_symbol": "LKR",
|
|
1163
|
+
"unit_currency_lrd_symbol": "LRD",
|
|
1164
|
+
"unit_currency_lsl_symbol": "LSL",
|
|
1165
|
+
"unit_currency_ltl_symbol": "LTL",
|
|
1166
|
+
"unit_currency_lyd_symbol": "LYD",
|
|
1167
|
+
"unit_currency_mad_symbol": "MAD",
|
|
1168
|
+
"unit_currency_mdl_symbol": "MDL",
|
|
1169
|
+
"unit_currency_mga_symbol": "MGA",
|
|
1170
|
+
"unit_currency_mkd_symbol": "MKD",
|
|
1171
|
+
"unit_currency_mmk_symbol": "MMK",
|
|
1172
|
+
"unit_currency_mnt_symbol": "MNT",
|
|
1173
|
+
"unit_currency_mop_symbol": "MOP",
|
|
1174
|
+
"unit_currency_mro_symbol": "MRO",
|
|
1175
|
+
"unit_currency_mru_symbol": "MRU",
|
|
1176
|
+
"unit_currency_mur_symbol": "MUR",
|
|
1177
|
+
"unit_currency_mvr_symbol": "MVR",
|
|
1178
|
+
"unit_currency_mwk_symbol": "MWK",
|
|
1179
|
+
"unit_currency_mxn_symbol": "MXN",
|
|
1180
|
+
"unit_currency_myr_symbol": "MYR",
|
|
1181
|
+
"unit_currency_mzn_symbol": "MZN",
|
|
1182
|
+
"unit_currency_nad_symbol": "NAD",
|
|
1183
|
+
"unit_currency_ngn_symbol": "NGN",
|
|
1184
|
+
"unit_currency_nio_symbol": "NIO",
|
|
1185
|
+
"unit_currency_nok_symbol": "NOK",
|
|
1186
|
+
"unit_currency_npr_symbol": "NPR",
|
|
1187
|
+
"unit_currency_nzd_symbol": "NZD",
|
|
1188
|
+
"unit_currency_omr_symbol": "OMR",
|
|
1189
|
+
"unit_currency_pab_symbol": "PAB",
|
|
1190
|
+
"unit_currency_pen_symbol": "PEN",
|
|
1191
|
+
"unit_currency_pgk_symbol": "PGK",
|
|
1192
|
+
"unit_currency_php_symbol": "PHP",
|
|
1193
|
+
"unit_currency_pkr_symbol": "PKR",
|
|
1194
|
+
"unit_currency_pln_symbol": "PLN",
|
|
1195
|
+
"unit_currency_pyg_symbol": "PYG",
|
|
1196
|
+
"unit_currency_qar_symbol": "QAR",
|
|
1197
|
+
"unit_currency_ron_symbol": "RON",
|
|
1198
|
+
"unit_currency_rsd_symbol": "RSD",
|
|
1199
|
+
"unit_currency_rub_symbol": "RUB",
|
|
1200
|
+
"unit_currency_rwf_symbol": "RWF",
|
|
1201
|
+
"unit_currency_sar_symbol": "SAR",
|
|
1202
|
+
"unit_currency_sbd_symbol": "SBD",
|
|
1203
|
+
"unit_currency_scr_symbol": "SCR",
|
|
1204
|
+
"unit_currency_sdg_symbol": "SDG",
|
|
1205
|
+
"unit_currency_sek_symbol": "SEK",
|
|
1206
|
+
"unit_currency_sgd_symbol": "SGD",
|
|
1207
|
+
"unit_currency_shp_symbol": "SHP",
|
|
1208
|
+
"unit_currency_sll_symbol": "SLL",
|
|
1209
|
+
"unit_currency_sos_symbol": "SOS",
|
|
1210
|
+
"unit_currency_srd_symbol": "SRD",
|
|
1211
|
+
"unit_currency_ssp_symbol": "SSP",
|
|
1212
|
+
"unit_currency_std_symbol": "STD",
|
|
1213
|
+
"unit_currency_stn_symbol": "STN",
|
|
1214
|
+
"unit_currency_svc_symbol": "SVC",
|
|
1215
|
+
"unit_currency_syp_symbol": "SYP",
|
|
1216
|
+
"unit_currency_szl_symbol": "SZL",
|
|
1217
|
+
"unit_currency_thb_symbol": "THB",
|
|
1218
|
+
"unit_currency_tjs_symbol": "TJS",
|
|
1219
|
+
"unit_currency_tmt_symbol": "TMT",
|
|
1220
|
+
"unit_currency_tnd_symbol": "TND",
|
|
1221
|
+
"unit_currency_top_symbol": "TOP",
|
|
1222
|
+
"unit_currency_try_symbol": "TRY",
|
|
1223
|
+
"unit_currency_ttd_symbol": "TTD",
|
|
1224
|
+
"unit_currency_twd_symbol": "TWD",
|
|
1225
|
+
"unit_currency_tzs_symbol": "TZS",
|
|
1226
|
+
"unit_currency_uah_symbol": "UAH",
|
|
1227
|
+
"unit_currency_ugx_symbol": "UGX",
|
|
1228
|
+
"unit_currency_usd_symbol": "USD",
|
|
1229
|
+
"unit_currency_uyu_symbol": "UYU",
|
|
1230
|
+
"unit_currency_uzs_symbol": "UZS",
|
|
1231
|
+
"unit_currency_vef_symbol": "VEF",
|
|
1232
|
+
"unit_currency_ves_symbol": "VES",
|
|
1233
|
+
"unit_currency_vnd_symbol": "VND",
|
|
1234
|
+
"unit_currency_vuv_symbol": "VUV",
|
|
1235
|
+
"unit_currency_wst_symbol": "WST",
|
|
1236
|
+
"unit_currency_xaf_symbol": "XAF",
|
|
1237
|
+
"unit_currency_xag_symbol": "XAG",
|
|
1238
|
+
"unit_currency_xau_symbol": "XAU",
|
|
1239
|
+
"unit_currency_xcd_symbol": "XCD",
|
|
1240
|
+
"unit_currency_xof_symbol": "XOF",
|
|
1241
|
+
"unit_currency_xpd_symbol": "XPD",
|
|
1242
|
+
"unit_currency_xpf_symbol": "XPF",
|
|
1243
|
+
"unit_currency_xpt_symbol": "XPT",
|
|
1244
|
+
"unit_currency_yer_symbol": "YER",
|
|
1245
|
+
"unit_currency_zar_symbol": "ZAR",
|
|
1246
|
+
"unit_currency_zmk_symbol": "ZMK",
|
|
1247
|
+
"unit_currency_zmw_symbol": "ZMW",
|
|
1248
|
+
"unit_datastorage1024_bit_symbol": "b",
|
|
1249
|
+
"unit_datastorage1024_block_symbol": "block",
|
|
1250
|
+
"unit_datastorage1024_byte_symbol": "B",
|
|
1251
|
+
"unit_datastorage1024_character_symbol": "char",
|
|
1252
|
+
"unit_datastorage1024_exbibit_symbol": "Eb",
|
|
1253
|
+
"unit_datastorage1024_exbibyte_symbol": "EB",
|
|
1254
|
+
"unit_datastorage1024_gibibit_symbol": "Gb",
|
|
1255
|
+
"unit_datastorage1024_gibibyte_symbol": "GB",
|
|
1256
|
+
"unit_datastorage1024_kibibit_symbol": "kb",
|
|
1257
|
+
"unit_datastorage1024_kibibyte_symbol": "kB",
|
|
1258
|
+
"unit_datastorage1024_mebibit_symbol": "Mb",
|
|
1259
|
+
"unit_datastorage1024_mebibyte_symbol": "MB",
|
|
1260
|
+
"unit_datastorage1024_nibble_symbol": "nibble",
|
|
1261
|
+
"unit_datastorage1024_pebibit_symbol": "Pb",
|
|
1262
|
+
"unit_datastorage1024_pebibyte_symbol": "PB",
|
|
1263
|
+
"unit_datastorage1024_tebibit_symbol": "Tb",
|
|
1264
|
+
"unit_datastorage1024_tebibyte_symbol": "TB",
|
|
1265
|
+
"unit_datastorage1024_word_symbol": "word",
|
|
1266
|
+
"unit_datastorage_bit_symbol": "b",
|
|
1267
|
+
"unit_datastorage_block_symbol": "block",
|
|
1268
|
+
"unit_datastorage_byte_symbol": "B",
|
|
1269
|
+
"unit_datastorage_character_symbol": "char",
|
|
1270
|
+
"unit_datastorage_exabit_symbol": "Eb",
|
|
1271
|
+
"unit_datastorage_exabyte_symbol": "EB",
|
|
1272
|
+
"unit_datastorage_exbibit_symbol": "Eib",
|
|
1273
|
+
"unit_datastorage_exbibyte_symbol": "EiB",
|
|
1274
|
+
"unit_datastorage_gibibit_symbol": "Gib",
|
|
1275
|
+
"unit_datastorage_gibibyte_symbol": "GiB",
|
|
1276
|
+
"unit_datastorage_gigabit_symbol": "Gb",
|
|
1277
|
+
"unit_datastorage_gigabyte_symbol": "GB",
|
|
1278
|
+
"unit_datastorage_kibibit_symbol": "Kib",
|
|
1279
|
+
"unit_datastorage_kibibyte_symbol": "KiB",
|
|
1280
|
+
"unit_datastorage_kilobit_symbol": "kb",
|
|
1281
|
+
"unit_datastorage_kilobyte_symbol": "kB",
|
|
1282
|
+
"unit_datastorage_mebibit_symbol": "Mib",
|
|
1283
|
+
"unit_datastorage_mebibyte_symbol": "MiB",
|
|
1284
|
+
"unit_datastorage_megabit_symbol": "Mb",
|
|
1285
|
+
"unit_datastorage_megabyte_symbol": "MB",
|
|
1286
|
+
"unit_datastorage_nibble_symbol": "nibble",
|
|
1287
|
+
"unit_datastorage_pebibit_symbol": "Pib",
|
|
1288
|
+
"unit_datastorage_pebibyte_symbol": "PiB",
|
|
1289
|
+
"unit_datastorage_petabit_symbol": "Pb",
|
|
1290
|
+
"unit_datastorage_petabyte_symbol": "PB",
|
|
1291
|
+
"unit_datastorage_tebibit_symbol": "Tib",
|
|
1292
|
+
"unit_datastorage_tebibyte_symbol": "TiB",
|
|
1293
|
+
"unit_datastorage_terabit_symbol": "Tb",
|
|
1294
|
+
"unit_datastorage_terabyte_symbol": "TB",
|
|
1295
|
+
"unit_datastorage_word_symbol": "word",
|
|
1296
|
+
"unit_datatransfer_bitPerSecond_symbol": "b/s",
|
|
1297
|
+
"unit_datatransfer_bytePerSecond_symbol": "B/s",
|
|
1298
|
+
"unit_datatransfer_exabitPerSecond_symbol": "Eb/s",
|
|
1299
|
+
"unit_datatransfer_exabytePerSecond_symbol": "EB/s",
|
|
1300
|
+
"unit_datatransfer_exbibitPerSecond_symbol": "Eib/s",
|
|
1301
|
+
"unit_datatransfer_exbibytePerSecond_symbol": "EiB/s",
|
|
1302
|
+
"unit_datatransfer_gibibitPerSecond_symbol": "Gib/s",
|
|
1303
|
+
"unit_datatransfer_gibibytePerSecond_symbol": "GiB/s",
|
|
1304
|
+
"unit_datatransfer_gigabitPerSecond_symbol": "Gb/s",
|
|
1305
|
+
"unit_datatransfer_gigabytePerSecond_symbol": "GB/s",
|
|
1306
|
+
"unit_datatransfer_kibibitPerSecond_symbol": "Kib/s",
|
|
1307
|
+
"unit_datatransfer_kibibytePerSecond_symbol": "KiB/s",
|
|
1308
|
+
"unit_datatransfer_kilobitPerSecond_symbol": "kb/s",
|
|
1309
|
+
"unit_datatransfer_kilobytePerSecond_symbol": "kB/s",
|
|
1310
|
+
"unit_datatransfer_mebibitPerSecond_symbol": "Mib/s",
|
|
1311
|
+
"unit_datatransfer_mebibytePerSecond_symbol": "MiB/s",
|
|
1312
|
+
"unit_datatransfer_megabitPerSecond_symbol": "Mb/s",
|
|
1313
|
+
"unit_datatransfer_megabytePerSecond_symbol": "MB/s",
|
|
1314
|
+
"unit_datatransfer_pebibitPerSecond_symbol": "Pib/s",
|
|
1315
|
+
"unit_datatransfer_pebibytePerSecond_symbol": "PiB/s",
|
|
1316
|
+
"unit_datatransfer_petabitPerSecond_symbol": "Pb/s",
|
|
1317
|
+
"unit_datatransfer_petabytePerSecond_symbol": "PB/s",
|
|
1318
|
+
"unit_datatransfer_tebibitPerSecond_symbol": "Tib/s",
|
|
1319
|
+
"unit_datatransfer_tebibytePerSecond_symbol": "TiB/s",
|
|
1320
|
+
"unit_datatransfer_terabitPerSecond_symbol": "Tb/s",
|
|
1321
|
+
"unit_datatransfer_terabytePerSecond_symbol": "TB/s",
|
|
1322
|
+
"unit_density_gramPerCubCentimeter_symbol": "g/cm³",
|
|
1323
|
+
"unit_density_gramPerCubMeter_symbol": "g/m³",
|
|
1324
|
+
"unit_density_gramPerLiter_symbol": "g/L",
|
|
1325
|
+
"unit_density_gramPerMilliliter_symbol": "g/mL",
|
|
1326
|
+
"unit_density_kilogramPerCubDecimeter_symbol": "kg/dm³",
|
|
1327
|
+
"unit_density_kilogramPerCubMeter_symbol": "kg/m³",
|
|
1328
|
+
"unit_density_kilogramPerLiter_symbol": "kg/L",
|
|
1329
|
+
"unit_density_ouncePerCubFoot_symbol": "oz/ft³",
|
|
1330
|
+
"unit_density_ouncePerCubInch_symbol": "oz/in³",
|
|
1331
|
+
"unit_density_ouncePerGallon_symbol": "oz/gal",
|
|
1332
|
+
"unit_density_poundPerCubFoot_symbol": "lb/ft³",
|
|
1333
|
+
"unit_density_poundPerCubInch_symbol": "lb/in³",
|
|
1334
|
+
"unit_density_poundPerGallon_symbol": "lb/gal",
|
|
1335
|
+
"unit_density_tonnerPerCubMeter_symbol": "t/m³",
|
|
1336
|
+
"unit_dynamicviscosity_pascalSecond_symbol": "Pa·s",
|
|
1337
|
+
"unit_dynamicviscosity_poise_symbol": "P",
|
|
1338
|
+
"unit_dynamicviscosity_poundForceSecondPerSqFoot_symbol": "lbf·s/ft²",
|
|
1339
|
+
"unit_dynamicviscosity_poundForceSecondPerSqInch_symbol": "lbf·s/in²",
|
|
1340
|
+
"unit_dynamicviscosity_poundPerFootHour_symbol": "lb/(ft·h)",
|
|
1341
|
+
"unit_dynamicviscosity_poundPerFootSecond_symbol": "lb/(ft·s)",
|
|
1342
|
+
"unit_electriccharge_abcoulomb_symbol": "abC",
|
|
1343
|
+
"unit_electriccharge_ampereHour_symbol": "Ah",
|
|
1344
|
+
"unit_electriccharge_ampereMin_symbol": "Amin",
|
|
1345
|
+
"unit_electriccharge_ampereSecond_symbol": "As",
|
|
1346
|
+
"unit_electriccharge_coulomb_symbol": "C",
|
|
1347
|
+
"unit_electriccharge_faraday_symbol": "F",
|
|
1348
|
+
"unit_electriccharge_kiloCoulomb_symbol": "kC",
|
|
1349
|
+
"unit_electriccharge_megaCoulomb_symbol": "MC",
|
|
1350
|
+
"unit_electriccharge_microCoulomb_symbol": "µC",
|
|
1351
|
+
"unit_electriccharge_milliCoulomb_symbol": "mC",
|
|
1352
|
+
"unit_electriccharge_milliampereHour_symbol": "mAh",
|
|
1353
|
+
"unit_electriccharge_milliampereMin_symbol": "mAmin",
|
|
1354
|
+
"unit_electriccharge_milliampereSecond_symbol": "mAs",
|
|
1355
|
+
"unit_electriccharge_nanoCoulomb_symbol": "nC",
|
|
1356
|
+
"unit_electriccurrent_abampere_symbol": "abamp",
|
|
1357
|
+
"unit_electriccurrent_ampere_symbol": "A",
|
|
1358
|
+
"unit_electriccurrent_coulombPerSecond_symbol": "C/s",
|
|
1359
|
+
"unit_electriccurrent_gigaAmpere_symbol": "GA",
|
|
1360
|
+
"unit_electriccurrent_kiloAmpere_symbol": "kA",
|
|
1361
|
+
"unit_electriccurrent_megaAmpere_symbol": "MA",
|
|
1362
|
+
"unit_electriccurrent_microAmpere_symbol": "µA",
|
|
1363
|
+
"unit_electriccurrent_milliAmpere_symbol": "mA",
|
|
1364
|
+
"unit_electriccurrent_nanoAmpere_symbol": "nA",
|
|
1365
|
+
"unit_electricpotential_abvolt_symbol": "abV",
|
|
1366
|
+
"unit_electricpotential_gigaVolt_symbol": "GV",
|
|
1367
|
+
"unit_electricpotential_kiloVolt_symbol": "kV",
|
|
1368
|
+
"unit_electricpotential_megaVolt_symbol": "MV",
|
|
1369
|
+
"unit_electricpotential_microVolt_symbol": "µV",
|
|
1370
|
+
"unit_electricpotential_milliVolt_symbol": "mV",
|
|
1371
|
+
"unit_electricpotential_nanoVolt_symbol": "nV",
|
|
1372
|
+
"unit_electricpotential_statvolt_symbol": "statV",
|
|
1373
|
+
"unit_electricpotential_volt_symbol": "V",
|
|
1374
|
+
"unit_electricpotential_wattPerAmpere_symbol": "W/A",
|
|
1375
|
+
"unit_electricresistance_abohm_symbol": "abΩ",
|
|
1376
|
+
"unit_electricresistance_gigaOhm_symbol": "GΩ",
|
|
1377
|
+
"unit_electricresistance_kiloOhm_symbol": "kΩ",
|
|
1378
|
+
"unit_electricresistance_megaOhm_symbol": "MΩ",
|
|
1379
|
+
"unit_electricresistance_microOhm_symbol": "µΩ",
|
|
1380
|
+
"unit_electricresistance_milliOhm_symbol": "mΩ",
|
|
1381
|
+
"unit_electricresistance_nanoOhm_symbol": "nΩ",
|
|
1382
|
+
"unit_electricresistance_ohm_symbol": "Ω",
|
|
1383
|
+
"unit_electricresistance_voltPerAmpere_symbol": "V/A",
|
|
1384
|
+
"unit_energy_barrelOil_symbol": "boe",
|
|
1385
|
+
"unit_energy_btuIT_symbol": "BTU",
|
|
1386
|
+
"unit_energy_btuIso_symbol": "BTU",
|
|
1387
|
+
"unit_energy_calorie_symbol": "cal",
|
|
1388
|
+
"unit_energy_electronVolt_symbol": "eV",
|
|
1389
|
+
"unit_energy_erg_symbol": "erg",
|
|
1390
|
+
"unit_energy_footPound_symbol": "ft lbf",
|
|
1391
|
+
"unit_energy_gigacalorie_symbol": "Gcal",
|
|
1392
|
+
"unit_energy_gigajoule_symbol": "GJ",
|
|
1393
|
+
"unit_energy_joule_symbol": "J",
|
|
1394
|
+
"unit_energy_kilocalorie_symbol": "kcal",
|
|
1395
|
+
"unit_energy_kilogramTNT_symbol": "kgTNT",
|
|
1396
|
+
"unit_energy_kilojoule_symbol": "kJ",
|
|
1397
|
+
"unit_energy_kilowattHour_symbol": "kW h",
|
|
1398
|
+
"unit_energy_megacalorie_symbol": "Mcal",
|
|
1399
|
+
"unit_energy_megajoule_symbol": "MJ",
|
|
1400
|
+
"unit_energy_megawattHour_symbol": "MW h",
|
|
1401
|
+
"unit_energy_quad_symbol": "quad",
|
|
1402
|
+
"unit_energy_therm_symbol": "thm",
|
|
1403
|
+
"unit_energy_thermie_symbol": "th",
|
|
1404
|
+
"unit_energy_tonTNT_symbol": "tnTNT",
|
|
1405
|
+
"unit_energy_tonneTNT_symbol": "tTNT",
|
|
1406
|
+
"unit_energy_wattHour_symbol": "W h",
|
|
1407
|
+
"unit_energy_wattSecond_symbol": "W s",
|
|
1408
|
+
"unit_flow_cubCentimeterPerDay_symbol": "cm³/day",
|
|
1409
|
+
"unit_flow_cubCentimeterPerHour_symbol": "cm³/h",
|
|
1410
|
+
"unit_flow_cubCentimeterPerMin_symbol": "cm³/min",
|
|
1411
|
+
"unit_flow_cubCentimeterPerSec_symbol": "cm³/s",
|
|
1412
|
+
"unit_flow_cubFootPerDay_symbol": "ft³/day",
|
|
1413
|
+
"unit_flow_cubFootPerHour_symbol": "ft³/h",
|
|
1414
|
+
"unit_flow_cubFootPerMin_symbol": "ft³/min",
|
|
1415
|
+
"unit_flow_cubFootPerSec_symbol": "ft³/s",
|
|
1416
|
+
"unit_flow_cubInchPerDay_symbol": "in³/day",
|
|
1417
|
+
"unit_flow_cubInchPerHour_symbol": "in³/h",
|
|
1418
|
+
"unit_flow_cubInchPerMin_symbol": "in³/min",
|
|
1419
|
+
"unit_flow_cubInchPerSec_symbol": "in³/s",
|
|
1420
|
+
"unit_flow_cubKmPerDay_symbol": "km³/day",
|
|
1421
|
+
"unit_flow_cubKmPerHour_symbol": "km³/h",
|
|
1422
|
+
"unit_flow_cubKmPerMin_symbol": "km³/min",
|
|
1423
|
+
"unit_flow_cubKmPerSec_symbol": "km³/s",
|
|
1424
|
+
"unit_flow_cubMeterPerDay_symbol": "m³/day",
|
|
1425
|
+
"unit_flow_cubMeterPerHour_symbol": "m³/h",
|
|
1426
|
+
"unit_flow_cubMeterPerMin_symbol": "m³/min",
|
|
1427
|
+
"unit_flow_cubMeterPerSec_symbol": "m³/s",
|
|
1428
|
+
"unit_flow_cubMilePerDay_symbol": "mi³/day",
|
|
1429
|
+
"unit_flow_cubMilePerHour_symbol": "mi³/h",
|
|
1430
|
+
"unit_flow_cubMilePerMin_symbol": "mi³/min",
|
|
1431
|
+
"unit_flow_cubMilePerSec_symbol": "mi³/s",
|
|
1432
|
+
"unit_flow_gallonPerDay_symbol": "gal/day",
|
|
1433
|
+
"unit_flow_gallonPerHour_symbol": "GPH",
|
|
1434
|
+
"unit_flow_gallonPerMin_symbol": "GPM",
|
|
1435
|
+
"unit_flow_gallonPerSec_symbol": "GPS",
|
|
1436
|
+
"unit_flow_gallonUkPerDay_symbol": "gal/day",
|
|
1437
|
+
"unit_flow_gallonUkPerHour_symbol": "GPH",
|
|
1438
|
+
"unit_flow_gallonUkPerMin_symbol": "GPM",
|
|
1439
|
+
"unit_flow_gallonUkPerSec_symbol": "GPS",
|
|
1440
|
+
"unit_flow_literPerDay_symbol": "L/day",
|
|
1441
|
+
"unit_flow_literPerHour_symbol": "L/h",
|
|
1442
|
+
"unit_flow_literPerMin_symbol": "L/min",
|
|
1443
|
+
"unit_flow_literPerSec_symbol": "L/s",
|
|
1444
|
+
"unit_force_dyne_symbol": "dyn",
|
|
1445
|
+
"unit_force_gramForce_symbol": "gf",
|
|
1446
|
+
"unit_force_graveForce_symbol": "Gf",
|
|
1447
|
+
"unit_force_gravetForce_symbol": "gf",
|
|
1448
|
+
"unit_force_kilogramForce_symbol": "kgf",
|
|
1449
|
+
"unit_force_kilonewton_symbol": "kN",
|
|
1450
|
+
"unit_force_kilopond_symbol": "kp",
|
|
1451
|
+
"unit_force_kipForce_symbol": "kipf",
|
|
1452
|
+
"unit_force_meganewton_symbol": "MN",
|
|
1453
|
+
"unit_force_micronewton_symbol": "µN",
|
|
1454
|
+
"unit_force_milligramForce_symbol": "mgf",
|
|
1455
|
+
"unit_force_milligraveForce_symbol": "mGf",
|
|
1456
|
+
"unit_force_millinewton_symbol": "mN",
|
|
1457
|
+
"unit_force_newton_symbol": "N",
|
|
1458
|
+
"unit_force_ounceForce_symbol": "ozf",
|
|
1459
|
+
"unit_force_poundForce_symbol": "lbf",
|
|
1460
|
+
"unit_force_poundal_symbol": "pdl",
|
|
1461
|
+
"unit_force_sthene_symbol": "sn",
|
|
1462
|
+
"unit_force_tonForceLong_symbol": "[tonf (UK)]",
|
|
1463
|
+
"unit_force_tonForceMetric_symbol": "tf",
|
|
1464
|
+
"unit_force_tonForceShort_symbol": "[tonf (US)]",
|
|
1465
|
+
"unit_force_tonForce_symbol": "tnf",
|
|
1466
|
+
"unit_force_tonneForce_symbol": "tf",
|
|
1467
|
+
"unit_frequency_attohertz_symbol": "aHz",
|
|
1468
|
+
"unit_frequency_centihertz_symbol": "cHz",
|
|
1469
|
+
"unit_frequency_decihertz_symbol": "dHz",
|
|
1470
|
+
"unit_frequency_degree_hour_symbol": "deg/h",
|
|
1471
|
+
"unit_frequency_degree_minute_symbol": "deg/m",
|
|
1472
|
+
"unit_frequency_degree_second_symbol": "deg/s",
|
|
1473
|
+
"unit_frequency_dekahertz_symbol": "daHz",
|
|
1474
|
+
"unit_frequency_exahertz_symbol": "EHz",
|
|
1475
|
+
"unit_frequency_femtohertz_symbol": "fHz",
|
|
1476
|
+
"unit_frequency_gigahertz_symbol": "GHz",
|
|
1477
|
+
"unit_frequency_hectohertz_symbol": "hHz",
|
|
1478
|
+
"unit_frequency_hertz_symbol": "Hz",
|
|
1479
|
+
"unit_frequency_kilohertz_symbol": "kHz",
|
|
1480
|
+
"unit_frequency_megahertz_symbol": "MHz",
|
|
1481
|
+
"unit_frequency_microhertz_symbol": "µHz",
|
|
1482
|
+
"unit_frequency_millihertz_symbol": "mHz",
|
|
1483
|
+
"unit_frequency_nanohertz_symbol": "nHz",
|
|
1484
|
+
"unit_frequency_petahertz_symbol": "PHz",
|
|
1485
|
+
"unit_frequency_picohertz_symbol": "pHz",
|
|
1486
|
+
"unit_frequency_radian_hour_symbol": "rad/h",
|
|
1487
|
+
"unit_frequency_radian_minute_symbol": "rad/m",
|
|
1488
|
+
"unit_frequency_radian_second_symbol": "rad/s",
|
|
1489
|
+
"unit_frequency_revolution_hour_symbol": "rev/h",
|
|
1490
|
+
"unit_frequency_revolution_minute_symbol": "rev/m",
|
|
1491
|
+
"unit_frequency_terrahertz_symbol": "THz",
|
|
1492
|
+
"unit_fuel_gallonUKPer100Miles_symbol": "gal(UK)/100mi",
|
|
1493
|
+
"unit_fuel_gallonUSPer100Miles_symbol": "gal(US)/100mi",
|
|
1494
|
+
"unit_fuel_kmPerLiter_symbol": "km/L",
|
|
1495
|
+
"unit_fuel_literPer100Km_symbol": "L/100km",
|
|
1496
|
+
"unit_fuel_literPer100Miles_symbol": "L/100mi",
|
|
1497
|
+
"unit_fuel_milesPerLiter_symbol": "mi/L",
|
|
1498
|
+
"unit_fuel_milesPerUKGallon_symbol": "mpg",
|
|
1499
|
+
"unit_fuel_milesPerUSGallon_symbol": "mpg",
|
|
1500
|
+
"unit_illuminance_footcandle_symbol": "fc",
|
|
1501
|
+
"unit_illuminance_lumenPerSqCentimeter_symbol": "lm/cm²",
|
|
1502
|
+
"unit_illuminance_lumenPerSqFoot_symbol": "lm/ft²",
|
|
1503
|
+
"unit_illuminance_lumenPerSqInch_symbol": "lm/in²",
|
|
1504
|
+
"unit_illuminance_lumenPerSqMeter_symbol": "lm/m²",
|
|
1505
|
+
"unit_illuminance_lux_symbol": "lx",
|
|
1506
|
+
"unit_illuminance_phot_symbol": "ph",
|
|
1507
|
+
"unit_kinematicviscosity_sqFootPerSecond_symbol": "ft²/s",
|
|
1508
|
+
"unit_kinematicviscosity_sqMeterPerSecond_symbol": "m²/s",
|
|
1509
|
+
"unit_kinematicviscosity_stokes_symbol": "St",
|
|
1510
|
+
"unit_length_angstrom_symbol": "Å",
|
|
1511
|
+
"unit_length_cable_symbol": "cbl",
|
|
1512
|
+
"unit_length_centimeter_symbol": "cm",
|
|
1513
|
+
"unit_length_chain_symbol": "ch",
|
|
1514
|
+
"unit_length_decameter_symbol": "dam",
|
|
1515
|
+
"unit_length_decimeter_symbol": "dm",
|
|
1516
|
+
"unit_length_fathom_symbol": "ftm",
|
|
1517
|
+
"unit_length_feet_symbol": "ft",
|
|
1518
|
+
"unit_length_foot_symbol": "ft",
|
|
1519
|
+
"unit_length_furlong_symbol": "fur",
|
|
1520
|
+
"unit_length_hand_symbol": "hh",
|
|
1521
|
+
"unit_length_hectometer_symbol": "hm",
|
|
1522
|
+
"unit_length_inch_symbol": "in",
|
|
1523
|
+
"unit_length_inches_symbol": "in",
|
|
1524
|
+
"unit_length_kilometer_symbol": "km",
|
|
1525
|
+
"unit_length_league_symbol": "lea",
|
|
1526
|
+
"unit_length_link_symbol": "li",
|
|
1527
|
+
"unit_length_meter_symbol": "m",
|
|
1528
|
+
"unit_length_micron_symbol": "µm",
|
|
1529
|
+
"unit_length_mile_symbol": "mi",
|
|
1530
|
+
"unit_length_millimeter_symbol": "mm",
|
|
1531
|
+
"unit_length_nanometer_symbol": "nm",
|
|
1532
|
+
"unit_length_nauticalLeague_symbol": "lea",
|
|
1533
|
+
"unit_length_nauticalMile_symbol": "NM",
|
|
1534
|
+
"unit_length_picometer_symbol": "pm",
|
|
1535
|
+
"unit_length_rod_symbol": "rd",
|
|
1536
|
+
"unit_length_russia_Arshin_symbol": "арш",
|
|
1537
|
+
"unit_length_russia_Dot_symbol": "точ",
|
|
1538
|
+
"unit_length_russia_KosayaSazhen_symbol": "кос.саж",
|
|
1539
|
+
"unit_length_russia_Line_symbol": "ли",
|
|
1540
|
+
"unit_length_russia_MakhovayaSazhen_symbol": "мах.саж",
|
|
1541
|
+
"unit_length_russia_MezhevayaVerst_symbol": "меж.в",
|
|
1542
|
+
"unit_length_russia_Sazhen_symbol": "саж",
|
|
1543
|
+
"unit_length_russia_Span_symbol": "пяд",
|
|
1544
|
+
"unit_length_russia_Vershok_symbol": "верш",
|
|
1545
|
+
"unit_length_russia_Verst_symbol": "в",
|
|
1546
|
+
"unit_length_thou_symbol": "th",
|
|
1547
|
+
"unit_length_yard_symbol": "yd",
|
|
1548
|
+
"unit_luminance_candelaPerSqCentimeter_symbol": "cd/cm²",
|
|
1549
|
+
"unit_luminance_candelaPerSqFoot_symbol": "cd/ft²",
|
|
1550
|
+
"unit_luminance_candelaPerSqInch_symbol": "cd/in²",
|
|
1551
|
+
"unit_luminance_candelaPerSqMeter_symbol": "cd/m²",
|
|
1552
|
+
"unit_luminance_footlambert_symbol": "fL",
|
|
1553
|
+
"unit_luminance_kilocandelaPerSqMeter_symbol": "kcd/m²",
|
|
1554
|
+
"unit_luminance_lambert_symbol": "L",
|
|
1555
|
+
"unit_luminance_stilb_symbol": "sb",
|
|
1556
|
+
"unit_magneticfield_gamma_symbol": "γ",
|
|
1557
|
+
"unit_magneticfield_gauss_symbol": "G",
|
|
1558
|
+
"unit_magneticfield_kiloTesla_symbol": "kT",
|
|
1559
|
+
"unit_magneticfield_megaTesla_symbol": "MT",
|
|
1560
|
+
"unit_magneticfield_microTesla_symbol": "µT",
|
|
1561
|
+
"unit_magneticfield_milliTesla_symbol": "mT",
|
|
1562
|
+
"unit_magneticfield_nanoTesla_symbol": "nT",
|
|
1563
|
+
"unit_magneticfield_picoTesla_symbol": "pT",
|
|
1564
|
+
"unit_magneticfield_tesla_symbol": "T",
|
|
1565
|
+
"unit_magneticfield_waberPerSqMeter_symbol": "Wb/m²",
|
|
1566
|
+
"unit_metrics_atto_symbol": "a",
|
|
1567
|
+
"unit_metrics_centi_symbol": "c",
|
|
1568
|
+
"unit_metrics_deci_symbol": "d",
|
|
1569
|
+
"unit_metrics_deka_symbol": "da",
|
|
1570
|
+
"unit_metrics_exa_symbol": "E",
|
|
1571
|
+
"unit_metrics_femto_symbol": "f",
|
|
1572
|
+
"unit_metrics_giga_symbol": "G",
|
|
1573
|
+
"unit_metrics_hecto_symbol": "h",
|
|
1574
|
+
"unit_metrics_kilo_symbol": "k",
|
|
1575
|
+
"unit_metrics_mega_symbol": "M",
|
|
1576
|
+
"unit_metrics_micro_symbol": "µ",
|
|
1577
|
+
"unit_metrics_milli_symbol": "m",
|
|
1578
|
+
"unit_metrics_nano_symbol": "n",
|
|
1579
|
+
"unit_metrics_peta_symbol": "P",
|
|
1580
|
+
"unit_metrics_pico_symbol": "p",
|
|
1581
|
+
"unit_metrics_tera_symbol": "T",
|
|
1582
|
+
"unit_metrics_unit_symbol": "1",
|
|
1583
|
+
"unit_metrics_yocto_symbol": "y",
|
|
1584
|
+
"unit_metrics_yotta_symbol": "Y",
|
|
1585
|
+
"unit_metrics_zepto_symbol": "z",
|
|
1586
|
+
"unit_metrics_zetta_symbol": "Z",
|
|
1587
|
+
"unit_mineralization_degreeHardness_symbol": "°dH",
|
|
1588
|
+
"unit_mineralization_frenchDegree_symbol": "°f",
|
|
1589
|
+
"unit_mineralization_mgPerLiter_symbol": "mg/L",
|
|
1590
|
+
"unit_mineralization_ppm_symbol": "ppm",
|
|
1591
|
+
"unit_mineralization_ppt_symbol": "ppt",
|
|
1592
|
+
"unit_power_btuPerHour_symbol": "BTU/h",
|
|
1593
|
+
"unit_power_btuPerMinute_symbol": "BTU/min",
|
|
1594
|
+
"unit_power_btuPerSecond_symbol": "BTU/s",
|
|
1595
|
+
"unit_power_caloriePerHour_symbol": "cal/h",
|
|
1596
|
+
"unit_power_caloriePerSecond_symbol": "cal/s",
|
|
1597
|
+
"unit_power_ergPerSecond_symbol": "erg/s",
|
|
1598
|
+
"unit_power_horsepowerBoiler_symbol": "bhp",
|
|
1599
|
+
"unit_power_horsepowerElectrical_symbol": "hp",
|
|
1600
|
+
"unit_power_horsepowerMechanical_symbol": "hp",
|
|
1601
|
+
"unit_power_horsepowerMetric_symbol": "hp",
|
|
1602
|
+
"unit_power_joulePerSecond_symbol": "J/s",
|
|
1603
|
+
"unit_power_kilocaloriePerHour_symbol": "kcal/h",
|
|
1604
|
+
"unit_power_kilocaloriePerSecond_symbol": "kcal/s",
|
|
1605
|
+
"unit_power_kilowatt_symbol": "kW",
|
|
1606
|
+
"unit_power_megacaloriePerHour_symbol": "Mcal/h",
|
|
1607
|
+
"unit_power_megacaloriePerSecond_symbol": "Mcal/s",
|
|
1608
|
+
"unit_power_megawatt_symbol": "MW",
|
|
1609
|
+
"unit_power_watt_symbol": "W",
|
|
1610
|
+
"unit_pressure_atmosphereTech_symbol": "at",
|
|
1611
|
+
"unit_pressure_atmosphere_symbol": "atm",
|
|
1612
|
+
"unit_pressure_bar_symbol": "bar",
|
|
1613
|
+
"unit_pressure_barye_symbol": "Ba",
|
|
1614
|
+
"unit_pressure_centimeterOfMercury_symbol": "cmHg",
|
|
1615
|
+
"unit_pressure_centimeterOfWater_symbol": "cmH₂0",
|
|
1616
|
+
"unit_pressure_footOfMercury_symbol": "ftHg",
|
|
1617
|
+
"unit_pressure_footOfWater_symbol": "ftH₂0",
|
|
1618
|
+
"unit_pressure_hectopascal_symbol": "hPa",
|
|
1619
|
+
"unit_pressure_inchOfMercury_symbol": "inHg",
|
|
1620
|
+
"unit_pressure_inchOfWater_symbol": "inH₂0",
|
|
1621
|
+
"unit_pressure_kgPerSquareCentimeter_symbol": "kgf/cm²",
|
|
1622
|
+
"unit_pressure_kgPerSquareMeter_symbol": "kgf/m²",
|
|
1623
|
+
"unit_pressure_kgPerSquareMillimeter_symbol": "kgf/mm²",
|
|
1624
|
+
"unit_pressure_kilonewtonPerSquareMeter_symbol": "kN/m²",
|
|
1625
|
+
"unit_pressure_kilopascal_symbol": "kPa",
|
|
1626
|
+
"unit_pressure_meganewtonPerSquareMeter_symbol": "MN/m²",
|
|
1627
|
+
"unit_pressure_megapascal_symbol": "MPa",
|
|
1628
|
+
"unit_pressure_meterOfWater_symbol": "mH₂0",
|
|
1629
|
+
"unit_pressure_micrometrOfMercury_symbol": "µmHg",
|
|
1630
|
+
"unit_pressure_millibar_symbol": "mbar",
|
|
1631
|
+
"unit_pressure_millimeterOfMercury_symbol": "mmHg",
|
|
1632
|
+
"unit_pressure_millimeterOfWater_symbol": "mmH₂0",
|
|
1633
|
+
"unit_pressure_newtonPerSquareCentimeter_symbol": "N/cm²",
|
|
1634
|
+
"unit_pressure_newtonPerSquareMeter_symbol": "N/m²",
|
|
1635
|
+
"unit_pressure_newtonPerSquareMillimeter_symbol": "N/mm²",
|
|
1636
|
+
"unit_pressure_pascal_symbol": "Pa",
|
|
1637
|
+
"unit_pressure_poundPerSquareFoot_symbol": "psf",
|
|
1638
|
+
"unit_pressure_poundPerSquareInch_symbol": "psi",
|
|
1639
|
+
"unit_pressure_thousandPoundsPerSquareInch_symbol": "ksi",
|
|
1640
|
+
"unit_pressure_torr_symbol": "Torr",
|
|
1641
|
+
"unit_radiation_centigray_symbol": "cGy",
|
|
1642
|
+
"unit_radiation_decigray_symbol": "dGy",
|
|
1643
|
+
"unit_radiation_dekagray_symbol": "daGy",
|
|
1644
|
+
"unit_radiation_gray_symbol": "Gy",
|
|
1645
|
+
"unit_radiation_hectogray_symbol": "hGy",
|
|
1646
|
+
"unit_radiation_kilogray_symbol": "kGy",
|
|
1647
|
+
"unit_radiation_megagray_symbol": "MGy",
|
|
1648
|
+
"unit_radiation_microRoentgen_symbol": "µR",
|
|
1649
|
+
"unit_radiation_microSievert_symbol": "µSv",
|
|
1650
|
+
"unit_radiation_microgray_symbol": "µGy",
|
|
1651
|
+
"unit_radiation_milliRoentgen_symbol": "mR",
|
|
1652
|
+
"unit_radiation_milliSievert_symbol": "mSv",
|
|
1653
|
+
"unit_radiation_milligray_symbol": "mGy",
|
|
1654
|
+
"unit_radiation_millirad_symbol": "mrd",
|
|
1655
|
+
"unit_radiation_nanoSievert_symbol": "nSv",
|
|
1656
|
+
"unit_radiation_rad_symbol": "rd",
|
|
1657
|
+
"unit_radiation_rem_symbol": "rem",
|
|
1658
|
+
"unit_radiation_roentgen_symbol": "R",
|
|
1659
|
+
"unit_radiation_sievert_symbol": "Sv",
|
|
1660
|
+
"unit_radioactivity_becquerel_symbol": "Bq",
|
|
1661
|
+
"unit_radioactivity_curie_symbol": "Ci",
|
|
1662
|
+
"unit_radioactivity_disintegrationsPerSecond_symbol": "dps",
|
|
1663
|
+
"unit_radioactivity_gigaBecquerel_symbol": "GBq",
|
|
1664
|
+
"unit_radioactivity_kiloBecquerel_symbol": "kBq",
|
|
1665
|
+
"unit_radioactivity_megaBecquerel_symbol": "MBq",
|
|
1666
|
+
"unit_radioactivity_microcurie_symbol": "µCi",
|
|
1667
|
+
"unit_radioactivity_millicurie_symbol": "mCi",
|
|
1668
|
+
"unit_radioactivity_rutherford_symbol": "Rd",
|
|
1669
|
+
"unit_speed_centimeterPerHour_symbol": "cm/h",
|
|
1670
|
+
"unit_speed_centimeterPerMin_symbol": "cm/min",
|
|
1671
|
+
"unit_speed_centimeterPerSec_symbol": "cm/s",
|
|
1672
|
+
"unit_speed_footPerHour_symbol": "fph",
|
|
1673
|
+
"unit_speed_footPerMin_symbol": "fpm",
|
|
1674
|
+
"unit_speed_footPerSec_symbol": "fps",
|
|
1675
|
+
"unit_speed_hourPerFoot_symbol": "hpf",
|
|
1676
|
+
"unit_speed_hourPerKilometer_symbol": "h/km",
|
|
1677
|
+
"unit_speed_hourPerMeter_symbol": "h/m",
|
|
1678
|
+
"unit_speed_hourPerMile_symbol": "hpm",
|
|
1679
|
+
"unit_speed_inchPerHour_symbol": "iph",
|
|
1680
|
+
"unit_speed_inchPerMin_symbol": "ipm",
|
|
1681
|
+
"unit_speed_inchPerSec_symbol": "ips",
|
|
1682
|
+
"unit_speed_kilometerPerHour_symbol": "km/h",
|
|
1683
|
+
"unit_speed_kilometerPerMin_symbol": "km/min",
|
|
1684
|
+
"unit_speed_kilometerPerSec_symbol": "km/s",
|
|
1685
|
+
"unit_speed_knot_symbol": "kn",
|
|
1686
|
+
"unit_speed_lightSpeed_symbol": "s",
|
|
1687
|
+
"unit_speed_machNumber_symbol": "(M)*",
|
|
1688
|
+
"unit_speed_meterPerHour_symbol": "m/h",
|
|
1689
|
+
"unit_speed_meterPerMin_symbol": "m/min",
|
|
1690
|
+
"unit_speed_meterPerSec_symbol": "m/s",
|
|
1691
|
+
"unit_speed_milePerHour_symbol": "mph",
|
|
1692
|
+
"unit_speed_milePerMin_symbol": "mpm",
|
|
1693
|
+
"unit_speed_milePerSec_symbol": "mps",
|
|
1694
|
+
"unit_speed_millimeterPerHour_symbol": "mm/h",
|
|
1695
|
+
"unit_speed_millimeterPerMin_symbol": "mm/min",
|
|
1696
|
+
"unit_speed_millimeterPerSec_symbol": "mm/s",
|
|
1697
|
+
"unit_speed_minPerFoot_symbol": "mpf",
|
|
1698
|
+
"unit_speed_minPerKilometer_symbol": "min/km",
|
|
1699
|
+
"unit_speed_minPerMeter_symbol": "min/m",
|
|
1700
|
+
"unit_speed_minPerMile_symbol": "mpm",
|
|
1701
|
+
"unit_speed_secondPerFoot_symbol": "spf",
|
|
1702
|
+
"unit_speed_secondPerKilometer_symbol": "s/km",
|
|
1703
|
+
"unit_speed_secondPerMeter_symbol": "s/m",
|
|
1704
|
+
"unit_speed_secondPerMile_symbol": "spm",
|
|
1705
|
+
"unit_speed_soundSpeedInAir_symbol": "ssia",
|
|
1706
|
+
"unit_speed_soundSpeedInSteel_symbol": "ssis",
|
|
1707
|
+
"unit_speed_soundSpeedInWater_symbol": "ssiw",
|
|
1708
|
+
"unit_temperature_celsius_symbol": "°C",
|
|
1709
|
+
"unit_temperature_fahrenheit_symbol": "°F",
|
|
1710
|
+
"unit_temperature_kelvin_symbol": "K",
|
|
1711
|
+
"unit_temperature_newton_symbol": "°N",
|
|
1712
|
+
"unit_temperature_rankine_symbol": "°R",
|
|
1713
|
+
"unit_temperature_reaumur_symbol": "°Ré",
|
|
1714
|
+
"unit_temperature_romer_symbol": "°Rø",
|
|
1715
|
+
"unit_time_century_symbol": "C",
|
|
1716
|
+
"unit_time_day_symbol": "d",
|
|
1717
|
+
"unit_time_decade_symbol": "Dec",
|
|
1718
|
+
"unit_time_fortnight_symbol": "ftn",
|
|
1719
|
+
"unit_time_gregorianYear_symbol": "GY",
|
|
1720
|
+
"unit_time_hour_symbol": "h",
|
|
1721
|
+
"unit_time_leapYear_symbol": "LY",
|
|
1722
|
+
"unit_time_microsecond_symbol": "μs",
|
|
1723
|
+
"unit_time_millenium_symbol": "ML",
|
|
1724
|
+
"unit_time_millisecond_symbol": "ms",
|
|
1725
|
+
"unit_time_minute_symbol": "min",
|
|
1726
|
+
"unit_time_second_symbol": "s",
|
|
1727
|
+
"unit_time_siderealYear_symbol": "SY",
|
|
1728
|
+
"unit_time_tropicalYear_symbol": "TY",
|
|
1729
|
+
"unit_time_week_symbol": "wk",
|
|
1730
|
+
"unit_time_year_symbol": "y",
|
|
1731
|
+
"unit_torque_centimeterGramForce_symbol": "cm g",
|
|
1732
|
+
"unit_torque_centimeterKgForce_symbol": "cm kg",
|
|
1733
|
+
"unit_torque_decaNewtonMeter_symbol": "daN·m",
|
|
1734
|
+
"unit_torque_footPoundForce_symbol": "ft lbf",
|
|
1735
|
+
"unit_torque_footPoundal_symbol": "ft pdl",
|
|
1736
|
+
"unit_torque_inchPoundForce_symbol": "in lbf",
|
|
1737
|
+
"unit_torque_kiloNewtonMeter_symbol": "kN·m",
|
|
1738
|
+
"unit_torque_meterGramForce_symbol": "m g",
|
|
1739
|
+
"unit_torque_meterKgForce_symbol": "m kg",
|
|
1740
|
+
"unit_torque_newtonCentimeter_symbol": "N·cm",
|
|
1741
|
+
"unit_torque_newtonMeter_symbol": "N·m",
|
|
1742
|
+
"unit_typography_agate_symbol": "Ⓐ",
|
|
1743
|
+
"unit_typography_characterX_symbol": "X",
|
|
1744
|
+
"unit_typography_characterY_symbol": "Y",
|
|
1745
|
+
"unit_typography_cicero_symbol": "⒞",
|
|
1746
|
+
"unit_typography_inch_symbol": "in",
|
|
1747
|
+
"unit_typography_millimeter_symbol": "mm",
|
|
1748
|
+
"unit_typography_picaPostscript_symbol": "pi",
|
|
1749
|
+
"unit_typography_picaPrinter_symbol": "pi",
|
|
1750
|
+
"unit_typography_pixel_symbol": "px",
|
|
1751
|
+
"unit_typography_pointDidot_symbol": "dd",
|
|
1752
|
+
"unit_typography_pointPostscript_symbol": "pt",
|
|
1753
|
+
"unit_typography_pointPrinter_symbol": "pt",
|
|
1754
|
+
"unit_unit_bakerDozen_symbol": "ba. doz",
|
|
1755
|
+
"unit_unit_dozen_symbol": "doz",
|
|
1756
|
+
"unit_unit_gross_symbol": "gr",
|
|
1757
|
+
"unit_unit_halfDozen_symbol": "h. doz",
|
|
1758
|
+
"unit_unit_half_symbol": "½",
|
|
1759
|
+
"unit_unit_oneEighth_symbol": "⅛",
|
|
1760
|
+
"unit_unit_oneFifth_symbol": "⅕",
|
|
1761
|
+
"unit_unit_oneForth_symbol": "¼",
|
|
1762
|
+
"unit_unit_oneNinth_symbol": "⅑",
|
|
1763
|
+
"unit_unit_oneSeventh_symbol": "⅐",
|
|
1764
|
+
"unit_unit_oneSixth_symbol": "⅙",
|
|
1765
|
+
"unit_unit_oneTenth_symbol": "⅒",
|
|
1766
|
+
"unit_unit_oneThird_symbol": "⅓",
|
|
1767
|
+
"unit_unit_pair_symbol": "pr",
|
|
1768
|
+
"unit_unit_unit_symbol": "1",
|
|
1769
|
+
"unit_volume_barrelImp_symbol": "bl imp",
|
|
1770
|
+
"unit_volume_barrelOil_symbol": "bbl (oil)",
|
|
1771
|
+
"unit_volume_barrelPetr_symbol": "bbl",
|
|
1772
|
+
"unit_volume_barrelUK_symbol": "bbl (UK)",
|
|
1773
|
+
"unit_volume_barrelUS_symbol": "bbl (US)",
|
|
1774
|
+
"unit_volume_bucket_symbol": "bkt",
|
|
1775
|
+
"unit_volume_bushel_symbol": "bu",
|
|
1776
|
+
"unit_volume_centiliter_symbol": "cL",
|
|
1777
|
+
"unit_volume_cubCentimeter_symbol": "cm³",
|
|
1778
|
+
"unit_volume_cubDecameter_symbol": "dam³",
|
|
1779
|
+
"unit_volume_cubDecimeter_symbol": "dm³",
|
|
1780
|
+
"unit_volume_cubFoot_symbol": "ft³",
|
|
1781
|
+
"unit_volume_cubHectometer_symbol": "hm³",
|
|
1782
|
+
"unit_volume_cubInch_symbol": "in³",
|
|
1783
|
+
"unit_volume_cubKilometer_symbol": "km³",
|
|
1784
|
+
"unit_volume_cubMeter_symbol": "m³",
|
|
1785
|
+
"unit_volume_cubMicrometer_symbol": "µm³",
|
|
1786
|
+
"unit_volume_cubMile_symbol": "mi³",
|
|
1787
|
+
"unit_volume_cubMillimeter_symbol": "mm³",
|
|
1788
|
+
"unit_volume_cubNanometer_symbol": "nm³",
|
|
1789
|
+
"unit_volume_cubYard_symbol": "yd³",
|
|
1790
|
+
"unit_volume_cupImperial_symbol": "imp.cup",
|
|
1791
|
+
"unit_volume_cupMetric_symbol": "cup",
|
|
1792
|
+
"unit_volume_cupUK_symbol": "cup (UK)",
|
|
1793
|
+
"unit_volume_cupUS_symbol": "cup (US)",
|
|
1794
|
+
"unit_volume_cup_symbol": "c",
|
|
1795
|
+
"unit_volume_decaliter_symbol": "daL",
|
|
1796
|
+
"unit_volume_deciliter_symbol": "dL",
|
|
1797
|
+
"unit_volume_dessertspoonUK_symbol": "dsp (UK)",
|
|
1798
|
+
"unit_volume_dessertspoonUS_symbol": "dsp (US)",
|
|
1799
|
+
"unit_volume_dropImp_symbol": "gtt",
|
|
1800
|
+
"unit_volume_dropMetric_symbol": "gtt",
|
|
1801
|
+
"unit_volume_flDram_symbol": "fl dr",
|
|
1802
|
+
"unit_volume_flOunceUK_symbol": "fl oz (UK)",
|
|
1803
|
+
"unit_volume_flOunceUS_symbol": "fl oz (US)",
|
|
1804
|
+
"unit_volume_flOunce_symbol": "fl oz",
|
|
1805
|
+
"unit_volume_flScruple_symbol": "fl s",
|
|
1806
|
+
"unit_volume_gallonDry_symbol": "gal",
|
|
1807
|
+
"unit_volume_gallonImperial_symbol": "gal",
|
|
1808
|
+
"unit_volume_gallonLiq_symbol": "gal",
|
|
1809
|
+
"unit_volume_gallonUK_symbol": "gal (UK)",
|
|
1810
|
+
"unit_volume_gallonUsDry_symbol": "gal dry (US)",
|
|
1811
|
+
"unit_volume_gallonUsLiq_symbol": "gal liq (US)",
|
|
1812
|
+
"unit_volume_gallon_symbol": "gal",
|
|
1813
|
+
"unit_volume_gillUK_symbol": "gi (UK)",
|
|
1814
|
+
"unit_volume_gillUS_symbol": "gi (US)",
|
|
1815
|
+
"unit_volume_gill_symbol": "gi",
|
|
1816
|
+
"unit_volume_hectoliter_symbol": "hL",
|
|
1817
|
+
"unit_volume_liter_symbol": "L",
|
|
1818
|
+
"unit_volume_milliliter_symbol": "mL",
|
|
1819
|
+
"unit_volume_minimUK_symbol": "min (UK)",
|
|
1820
|
+
"unit_volume_minimUS_symbol": "min (US)",
|
|
1821
|
+
"unit_volume_minim_symbol": "min",
|
|
1822
|
+
"unit_volume_peck_symbol": "pk",
|
|
1823
|
+
"unit_volume_pintUK_symbol": "pt (UK)",
|
|
1824
|
+
"unit_volume_pintUS_symbol": "pt (US)",
|
|
1825
|
+
"unit_volume_pint_symbol": "pt",
|
|
1826
|
+
"unit_volume_quartUK_symbol": "qt (UK)",
|
|
1827
|
+
"unit_volume_quartUs_symbol": "qt (US)",
|
|
1828
|
+
"unit_volume_quart_symbol": "qt",
|
|
1829
|
+
"unit_volume_tablespoonImp_symbol": "tbsp",
|
|
1830
|
+
"unit_volume_tablespoonMetr_symbol": "tbsp",
|
|
1831
|
+
"unit_volume_tablespoonMetric_symbol": "tbsp",
|
|
1832
|
+
"unit_volume_tablespoonUK_symbol": "tbsp (UK)",
|
|
1833
|
+
"unit_volume_tablespoonUS_symbol": "tbsp (US)",
|
|
1834
|
+
"unit_volume_teaspoonImp_symbol": "tsp",
|
|
1835
|
+
"unit_volume_teaspoonMetr_symbol": "tsp",
|
|
1836
|
+
"unit_volume_teaspoonMetric_symbol": "tsp",
|
|
1837
|
+
"unit_volume_teaspoonUK_symbol": "tsp (UK)",
|
|
1838
|
+
"unit_volume_teaspoonUS_symbol": "tsp (US)",
|
|
1839
|
+
"unit_volume_usPint_symbol": "pt",
|
|
1840
|
+
"unit_volume_usflOunce_symbol": "fl oz",
|
|
1841
|
+
"unit_weight_caratMetr_symbol": "ct",
|
|
1842
|
+
"unit_weight_carat_symbol": "kt",
|
|
1843
|
+
"unit_weight_cental_symbol": "sh cwt",
|
|
1844
|
+
"unit_weight_centner_symbol": "q",
|
|
1845
|
+
"unit_weight_dramTroy_symbol": "dr t",
|
|
1846
|
+
"unit_weight_dram_symbol": "dr av",
|
|
1847
|
+
"unit_weight_grain_symbol": "gr",
|
|
1848
|
+
"unit_weight_gram_symbol": "g",
|
|
1849
|
+
"unit_weight_hundredweightLong_symbol": "cwt (UK)",
|
|
1850
|
+
"unit_weight_hundredweightShort_symbol": "cwt (US)",
|
|
1851
|
+
"unit_weight_kilogram_symbol": "kg",
|
|
1852
|
+
"unit_weight_microgram_symbol": "µg",
|
|
1853
|
+
"unit_weight_milligram_symbol": "mg",
|
|
1854
|
+
"unit_weight_nanogram_symbol": "ng",
|
|
1855
|
+
"unit_weight_ounceTroy_symbol": "oz t",
|
|
1856
|
+
"unit_weight_ounce_symbol": "oz av",
|
|
1857
|
+
"unit_weight_pennyweight_symbol": "pwt",
|
|
1858
|
+
"unit_weight_pood_symbol": "pd",
|
|
1859
|
+
"unit_weight_poundTroy_symbol": "lb t",
|
|
1860
|
+
"unit_weight_pound_symbol": "lb av",
|
|
1861
|
+
"unit_weight_poundlbs_symbol": "lbs",
|
|
1862
|
+
"unit_weight_quarter_symbol": "qrt",
|
|
1863
|
+
"unit_weight_stone_symbol": "st",
|
|
1864
|
+
"unit_weight_tonLong_symbol": "ton",
|
|
1865
|
+
"unit_weight_tonShort_symbol": "sh tn",
|
|
1866
|
+
"unit_weight_tonne_symbol": "t",
|
|
1867
|
+
"unit_fuel_gallonUKPer100Kilometers_name": "每百公里英国加仑",
|
|
1868
|
+
"unit_fuel_gallonUSPer100Kilometers_name": "每百公里美国加仑",
|
|
1869
|
+
"unit_fuel_kilometerPerUKGallon_name": "每加仑公里(英国)",
|
|
1870
|
+
"unit_fuel_kilometerPerUSGallon_name": "每加仑公里(美国)",
|
|
1871
|
+
"unit_fuel_gallonUKPer100Kilometers_symbol": "gal(UK)/100km",
|
|
1872
|
+
"unit_fuel_gallonUSPer100Kilometers_symbol": "gal(US)/100km",
|
|
1873
|
+
"unit_fuel_kilometerPerUKGallon_symbol": "km/gal(UK)",
|
|
1874
|
+
"unit_fuel_kilometerPerUSGallon_symbol": "km/gal(US)",
|
|
1875
|
+
"text_decimal_separators_note": "逗号(,)和点(.)视为小数分隔符。"
|
|
1876
1876
|
}
|