tera-system-ui 0.1.18 → 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 +2 -1
- package/dist/components/side-navigation/SideNavigation.svelte +131 -127
- package/dist/components/side-navigation/SideNavigationItem.svelte +17 -17
- package/dist/components/side-navigation/SideNavigationLayout.svelte +21 -21
- package/dist/components/side-navigation/SideNavigationLayout.svelte.d.ts +1 -0
- 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": "Объём данных",
|
|
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": "Джоуль, Калория, Килограмм тротила",
|
|
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": "Литров на 100 километров",
|
|
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": "Фут на секунду в квадрате",
|
|
126
|
-
"unit_acceleration_gal_name": "Галелео",
|
|
127
|
-
"unit_acceleration_inchHourSecond_name": "Дюйм в час на секунду",
|
|
128
|
-
"unit_acceleration_inchMinSecond_name": "Дюйм в минуту на секунду",
|
|
129
|
-
"unit_acceleration_inchSecondSquared_name": "Дюйм на секунду в квадрате",
|
|
130
|
-
"unit_acceleration_kmHourSecond_name": "Километр в час на секунду",
|
|
131
|
-
"unit_acceleration_kmHourSquared_name": "Километр в час в квадрате",
|
|
132
|
-
"unit_acceleration_kmMinSecond_name": "Километр в минуту на секунду",
|
|
133
|
-
"unit_acceleration_kmSecondSquared_name": "Километр на секунду в квадрате",
|
|
134
|
-
"unit_acceleration_knotSecond_name": "Узел в секунду",
|
|
135
|
-
"unit_acceleration_meterHourSecond_name": "Метр в час на секунду",
|
|
136
|
-
"unit_acceleration_meterMinSecond_name": "Метр в минуту на секунду",
|
|
137
|
-
"unit_acceleration_meterSecondSquared_name": "Метр на секунду в квадрате",
|
|
138
|
-
"unit_acceleration_mileHourSecond_name": "Миля в час на секунду",
|
|
139
|
-
"unit_acceleration_mileMinSecond_name": "Миля в минуту на секунду",
|
|
140
|
-
"unit_acceleration_mileSecondSquared_name": "Миля на секунду в квадрате",
|
|
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": "1/12-я дуги оборота",
|
|
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": "Франк КФА BEAC",
|
|
366
|
-
"unit_currency_xag_name": "Унция серебра",
|
|
367
|
-
"unit_currency_xau_name": "Унция золота",
|
|
368
|
-
"unit_currency_xcd_name": "Восточно-карибский доллар",
|
|
369
|
-
"unit_currency_xof_name": "Франк КФА BCEAO",
|
|
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": "Эксбибайт в секунду",
|
|
431
|
-
"unit_datatransfer_gibibitPerSecond_name": "Гибибит в секунду",
|
|
432
|
-
"unit_datatransfer_gibibytePerSecond_name": "Гибибайт в секунду",
|
|
433
|
-
"unit_datatransfer_gigabitPerSecond_name": "Гигабит в секунду",
|
|
434
|
-
"unit_datatransfer_gigabytePerSecond_name": "Гигабайт в секунду",
|
|
435
|
-
"unit_datatransfer_kibibitPerSecond_name": "Кибибит в секунду",
|
|
436
|
-
"unit_datatransfer_kibibytePerSecond_name": "Кибибайт в секунду",
|
|
437
|
-
"unit_datatransfer_kilobitPerSecond_name": "Килобит в секунду",
|
|
438
|
-
"unit_datatransfer_kilobytePerSecond_name": "Килобайт в секунду",
|
|
439
|
-
"unit_datatransfer_mebibitPerSecond_name": "Мебибит в секунду",
|
|
440
|
-
"unit_datatransfer_mebibytePerSecond_name": "Мебибайт в секунду",
|
|
441
|
-
"unit_datatransfer_megabitPerSecond_name": "Мегабит в секунду",
|
|
442
|
-
"unit_datatransfer_megabytePerSecond_name": "Мегабайт в секунду",
|
|
443
|
-
"unit_datatransfer_pebibitPerSecond_name": "Пебибит в секунду",
|
|
444
|
-
"unit_datatransfer_pebibytePerSecond_name": "Пебибайт в секунду",
|
|
445
|
-
"unit_datatransfer_petabitPerSecond_name": "Петабит в секунду",
|
|
446
|
-
"unit_datatransfer_petabytePerSecond_name": "Петабайт в секунду",
|
|
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": "Брит. термическая единица, IT",
|
|
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": "Килограмм тротила",
|
|
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": "Тонна (США) тротила",
|
|
534
|
-
"unit_energy_tonneTNT_name": "Тонна (метрическая) тротила",
|
|
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": "Галлонов Англ. на 100 миль",
|
|
622
|
-
"unit_fuel_gallonUSPer100Miles_name": "Галлонов США на 100 миль",
|
|
623
|
-
"unit_fuel_kmPerLiter_name": "Километров на литр",
|
|
624
|
-
"unit_fuel_literPer100Km_name": "Литров на 100 км",
|
|
625
|
-
"unit_fuel_literPer100Miles_name": "Литров на 100 миль",
|
|
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": "Пайка принтер",
|
|
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": "Галлоны Великобритании на 100 километров",
|
|
1868
|
-
"unit_fuel_gallonUSPer100Kilometers_name": "Галлоны США на 100 километров",
|
|
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": "Объём данных",
|
|
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": "Джоуль, Калория, Килограмм тротила",
|
|
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": "Литров на 100 километров",
|
|
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": "Фут на секунду в квадрате",
|
|
126
|
+
"unit_acceleration_gal_name": "Галелео",
|
|
127
|
+
"unit_acceleration_inchHourSecond_name": "Дюйм в час на секунду",
|
|
128
|
+
"unit_acceleration_inchMinSecond_name": "Дюйм в минуту на секунду",
|
|
129
|
+
"unit_acceleration_inchSecondSquared_name": "Дюйм на секунду в квадрате",
|
|
130
|
+
"unit_acceleration_kmHourSecond_name": "Километр в час на секунду",
|
|
131
|
+
"unit_acceleration_kmHourSquared_name": "Километр в час в квадрате",
|
|
132
|
+
"unit_acceleration_kmMinSecond_name": "Километр в минуту на секунду",
|
|
133
|
+
"unit_acceleration_kmSecondSquared_name": "Километр на секунду в квадрате",
|
|
134
|
+
"unit_acceleration_knotSecond_name": "Узел в секунду",
|
|
135
|
+
"unit_acceleration_meterHourSecond_name": "Метр в час на секунду",
|
|
136
|
+
"unit_acceleration_meterMinSecond_name": "Метр в минуту на секунду",
|
|
137
|
+
"unit_acceleration_meterSecondSquared_name": "Метр на секунду в квадрате",
|
|
138
|
+
"unit_acceleration_mileHourSecond_name": "Миля в час на секунду",
|
|
139
|
+
"unit_acceleration_mileMinSecond_name": "Миля в минуту на секунду",
|
|
140
|
+
"unit_acceleration_mileSecondSquared_name": "Миля на секунду в квадрате",
|
|
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": "1/12-я дуги оборота",
|
|
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": "Франк КФА BEAC",
|
|
366
|
+
"unit_currency_xag_name": "Унция серебра",
|
|
367
|
+
"unit_currency_xau_name": "Унция золота",
|
|
368
|
+
"unit_currency_xcd_name": "Восточно-карибский доллар",
|
|
369
|
+
"unit_currency_xof_name": "Франк КФА BCEAO",
|
|
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": "Эксбибайт в секунду",
|
|
431
|
+
"unit_datatransfer_gibibitPerSecond_name": "Гибибит в секунду",
|
|
432
|
+
"unit_datatransfer_gibibytePerSecond_name": "Гибибайт в секунду",
|
|
433
|
+
"unit_datatransfer_gigabitPerSecond_name": "Гигабит в секунду",
|
|
434
|
+
"unit_datatransfer_gigabytePerSecond_name": "Гигабайт в секунду",
|
|
435
|
+
"unit_datatransfer_kibibitPerSecond_name": "Кибибит в секунду",
|
|
436
|
+
"unit_datatransfer_kibibytePerSecond_name": "Кибибайт в секунду",
|
|
437
|
+
"unit_datatransfer_kilobitPerSecond_name": "Килобит в секунду",
|
|
438
|
+
"unit_datatransfer_kilobytePerSecond_name": "Килобайт в секунду",
|
|
439
|
+
"unit_datatransfer_mebibitPerSecond_name": "Мебибит в секунду",
|
|
440
|
+
"unit_datatransfer_mebibytePerSecond_name": "Мебибайт в секунду",
|
|
441
|
+
"unit_datatransfer_megabitPerSecond_name": "Мегабит в секунду",
|
|
442
|
+
"unit_datatransfer_megabytePerSecond_name": "Мегабайт в секунду",
|
|
443
|
+
"unit_datatransfer_pebibitPerSecond_name": "Пебибит в секунду",
|
|
444
|
+
"unit_datatransfer_pebibytePerSecond_name": "Пебибайт в секунду",
|
|
445
|
+
"unit_datatransfer_petabitPerSecond_name": "Петабит в секунду",
|
|
446
|
+
"unit_datatransfer_petabytePerSecond_name": "Петабайт в секунду",
|
|
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": "Брит. термическая единица, IT",
|
|
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": "Килограмм тротила",
|
|
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": "Тонна (США) тротила",
|
|
534
|
+
"unit_energy_tonneTNT_name": "Тонна (метрическая) тротила",
|
|
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": "Галлонов Англ. на 100 миль",
|
|
622
|
+
"unit_fuel_gallonUSPer100Miles_name": "Галлонов США на 100 миль",
|
|
623
|
+
"unit_fuel_kmPerLiter_name": "Километров на литр",
|
|
624
|
+
"unit_fuel_literPer100Km_name": "Литров на 100 км",
|
|
625
|
+
"unit_fuel_literPer100Miles_name": "Литров на 100 миль",
|
|
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": "Пайка принтер",
|
|
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": "Галлоны Великобритании на 100 километров",
|
|
1868
|
+
"unit_fuel_gallonUSPer100Kilometers_name": "Галлоны США на 100 километров",
|
|
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
|
}
|