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": "conversione di {category}",
|
|
3
|
-
"text_unit_to_unit": "{sourceUnit} a {targetUnit}",
|
|
4
|
-
"text_unit_to_unit_conversion_table": "tabella di conversione da {sourceUnit} a {targetUnit}",
|
|
5
|
-
"text_unit_to_unit_converter": "Convertitore da {sourceUnit} a {targetUnit}",
|
|
6
|
-
"text_unit_converter_online": "Convertitore di Unità Online",
|
|
7
|
-
"text_conversion_calculator": "Calcolatrice di Conversione",
|
|
8
|
-
"text_input_unit": "Inserisci {conversionUnit}",
|
|
9
|
-
"text_from": "Da",
|
|
10
|
-
"text_to": "A",
|
|
11
|
-
"text_from_unit": "Da",
|
|
12
|
-
"text_to_unit": "A",
|
|
13
|
-
"text_swap_units": "Scambia unità",
|
|
14
|
-
"text_copy_result": "Copia risultato",
|
|
15
|
-
"text_search": "Cerca",
|
|
16
|
-
"text_converter": "Convertitore",
|
|
17
|
-
"text_convert": "Convertire",
|
|
18
|
-
"text_suggestion": "Suggerimento",
|
|
19
|
-
"text_search_conversion_placeholder": "Cerca coppie di conversione...",
|
|
20
|
-
"text_search_category_unit_placeholder": "Cerca unità di {category}",
|
|
21
|
-
"text_no_search_result_for_keyword": "Nessun risultato per {keyword}",
|
|
22
|
-
"text_seo_description_for_conversion_pair": "Convertitore da {sourceUnit} ({sourceUnitSymbol}) a {targetUnit} ({targetUnitSymbol}). Convertitore da {sourceUnit} a {targetUnit}. Come convertire {sourceUnit} ({sourceUnitSymbol}) in {targetUnit} ({targetUnitSymbol})",
|
|
23
|
-
"text_seo_second_title_for_conversion_pair": "Convertitore da {sourceUnit} ({sourceUnitSymbol}) a {targetUnit} ({targetUnitSymbol})",
|
|
24
|
-
"text_seo_title_for_conversion_pair": "Convertitore da {sourceUnit} a {targetUnit} ({sourceUnitCode} a {targetUnitCode})",
|
|
25
|
-
"text_seo_description_for_conversion_category": "Conversione di {category}, Convertire unità di {category}, Calcolatrice di {category}",
|
|
26
|
-
"text_seo_title_for_conversion_category": "Conversione di {category}",
|
|
27
|
-
"text_seo_description_for_root": "Convertire unità di lunghezza, energia, area, velocità,...",
|
|
28
|
-
"text_seo_title_for_root_page": "Convertitore di Unità Online | Calcolatrice di Conversione",
|
|
29
|
-
"text_select_language": "Seleziona la lingua",
|
|
30
|
-
"text_wait_for_loading_message": "Attendere un momento",
|
|
31
|
-
"action_close": "Chiudi",
|
|
32
|
-
"text_search_conversion_category": "Cerca categoria di conversione",
|
|
33
|
-
"text_last_updated": "Ultimo aggiornamento {time}",
|
|
34
|
-
"text_seo_title_for_currency_pair": "Converti {sourceUnitCode} in {targetUnitCode} - Tasso di cambio da {sourceUnit} a {targetUnit}",
|
|
35
|
-
"text_seo_second_title_for_currency_pair": "Tasso di cambio {sourceUnitCode} in {targetUnitCode} - Converti {sourceUnit} in {targetUnit}",
|
|
36
|
-
"text_seo_description_for_currency_pair": "Converti {sourceUnitCode} in {targetUnitCode} con il tasso di cambio più recente. Convertitore di valuta {sourceUnit} - {targetUnit}. Convertitore di valuta {sourceUnit} ({sourceUnitCode})",
|
|
37
|
-
"text_seo_title_for_currency_category": "Tassi di cambio - Convertitore di Valuta",
|
|
38
|
-
"text_seo_description_for_currency_category": "Ottieni i tassi di cambio più recenti con il Convertitore di Valuta. Calcolatore di denaro. Calcolatore di tassi di cambio. Confronta oltre 160 valute.",
|
|
39
|
-
"text_currency_convert_disclaimer": "Utilizziamo il tasso di mercato medio per il nostro Convertitore. Solo a scopo informativo.",
|
|
40
|
-
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
41
|
-
"ctg_acceleration_hint": "metri al secondo quadro, gravità standard",
|
|
42
|
-
"ctg_acceleration_title": "accelerazione",
|
|
43
|
-
"ctg_angle_hint": "gradi, minuti di arco, secondi di arco",
|
|
44
|
-
"ctg_angle_title": "Angolo",
|
|
45
|
-
"ctg_angularspeed_hint": "rivoluzione per ora, grado per ora",
|
|
46
|
-
"ctg_angularspeed_title": "Velocità angolare",
|
|
47
|
-
"ctg_area_hint": "ettaro, metro quadro, piede quadro",
|
|
48
|
-
"ctg_area_title": "area",
|
|
49
|
-
"ctg_astronomy_hint": "Unità Astronomica, Anno Luce",
|
|
50
|
-
"ctg_astronomy_title": "distanza astronomica",
|
|
51
|
-
"ctg_capacitance_hint": "Farad, millifarad",
|
|
52
|
-
"ctg_capacitance_title": "Capacitanza elettrica",
|
|
53
|
-
"ctg_currency_hint": "dollaro statunitense, euro, sterlina, franco svizzero",
|
|
54
|
-
"ctg_currency_title": "valuta",
|
|
55
|
-
"ctg_datastorage1024_hint": "bit, byte, kilobyte, megabyte",
|
|
56
|
-
"ctg_datastorage1024_title": "unità di capienza dati ( 1 KB = 1024B)",
|
|
57
|
-
"ctg_datastorage_hint": "bit, byte, kilobyte, kibibyte",
|
|
58
|
-
"ctg_datastorage_title": "capienza dati (1 KB = 1000B)",
|
|
59
|
-
"ctg_datatransfer_hint": "Kilobyte per Secondo, Megabyte per Secondo",
|
|
60
|
-
"ctg_datatransfer_title": "trasferimento dati",
|
|
61
|
-
"ctg_density_hint": "kg/l o oncia/gallone",
|
|
62
|
-
"ctg_density_title": "Densità",
|
|
63
|
-
"ctg_dynamicviscosity_hint": "Poise",
|
|
64
|
-
"ctg_dynamicviscosity_title": "Viscosità dinamica",
|
|
65
|
-
"ctg_electriccharge_hint": "Coulomb, Ampere/ora, Faraday",
|
|
66
|
-
"ctg_electriccharge_title": "carica elettrica",
|
|
67
|
-
"ctg_electriccurrent_hint": "ampere, milliampere, microampere",
|
|
68
|
-
"ctg_electriccurrent_title": "Corrente elettrica",
|
|
69
|
-
"ctg_electricpotential_hint": "Volt, Kilovolt, Watt/Ampere",
|
|
70
|
-
"ctg_electricpotential_title": "Potenziale elettrico",
|
|
71
|
-
"ctg_electricresistance_hint": "Ohm, Volt/Ampere",
|
|
72
|
-
"ctg_electricresistance_title": "Resistenza elettrica",
|
|
73
|
-
"ctg_energy_hint": "Joule, Caloria, BTU, Kg di TNT",
|
|
74
|
-
"ctg_energy_title": "Energia",
|
|
75
|
-
"ctg_favorites_title": "conversioni preferite",
|
|
76
|
-
"ctg_flow_hint": "litri al minuto / gallone al minuto",
|
|
77
|
-
"ctg_flow_title": "tasso di flusso",
|
|
78
|
-
"ctg_force_hint": "Newton, Forza Kg, Forza Pound",
|
|
79
|
-
"ctg_force_title": "Forza",
|
|
80
|
-
"ctg_frequency_hint": "hertz, megahertz, gigahertz",
|
|
81
|
-
"ctg_frequency_title": "Frequenza",
|
|
82
|
-
"ctg_fuel_hint": "litri per 100 km, litri per 100 miglia",
|
|
83
|
-
"ctg_fuel_title": "consumo di carburante",
|
|
84
|
-
"ctg_history_title": "storico",
|
|
85
|
-
"ctg_illuminance_hint": "Lumen per metro quadrato, Lux, Phot",
|
|
86
|
-
"ctg_illuminance_title": "Illuminamento",
|
|
87
|
-
"ctg_kinematicviscosity_hint": "Metro quadro per Secondo",
|
|
88
|
-
"ctg_kinematicviscosity_title": "Viscosità cinematica",
|
|
89
|
-
"ctg_length_hint": "Miglia, Metri, Piedi",
|
|
90
|
-
"ctg_length_title": "Lunghezza",
|
|
91
|
-
"ctg_luminance_hint": "Candela per Metro Quadro, Lambert",
|
|
92
|
-
"ctg_luminance_title": "Luminanza",
|
|
93
|
-
"ctg_magneticfield_hint": "Tesla, Gamma, Gauss",
|
|
94
|
-
"ctg_magneticfield_title": "Campo Magnetico",
|
|
95
|
-
"ctg_metrics_hint": "Giga, Mega, Kilo, Milli, Micro",
|
|
96
|
-
"ctg_metrics_title": "Prefissi SI",
|
|
97
|
-
"ctg_mineralization_hint": "Parti per milione, Parti per mille",
|
|
98
|
-
"ctg_mineralization_title": "Mineralizzazione",
|
|
99
|
-
"ctg_power_hint": "Kilowatt, Cavalli, Calorie al Secondo",
|
|
100
|
-
"ctg_power_title": "Potenza",
|
|
101
|
-
"ctg_pressure_hint": "Atmosfera, Bar, Pascal",
|
|
102
|
-
"ctg_pressure_title": "Pressione",
|
|
103
|
-
"ctg_radiation_hint": "Gray, Rad, Sievert",
|
|
104
|
-
"ctg_radiation_title": "Radiazione",
|
|
105
|
-
"ctg_radioactivity_hint": "Becquerel, Curie, Rutherford",
|
|
106
|
-
"ctg_radioactivity_title": "Radioattività",
|
|
107
|
-
"ctg_speed_hint": "Miglio all'ora, Chilometro all'ora",
|
|
108
|
-
"ctg_speed_title": "Velocità",
|
|
109
|
-
"ctg_temperature_hint": "Celsius, Fahrenheit, Kelvin",
|
|
110
|
-
"ctg_temperature_title": "Temperatura",
|
|
111
|
-
"ctg_time_hint": "Giorno, Ora, Minuto, Secondo",
|
|
112
|
-
"ctg_time_title": "Tempo",
|
|
113
|
-
"ctg_torque_hint": "Newton Metro, Metro-Chilogrammo Forza",
|
|
114
|
-
"ctg_torque_title": "Momento torcente",
|
|
115
|
-
"ctg_typography_hint": "Punto, Pica",
|
|
116
|
-
"ctg_typography_title": "Tipografia",
|
|
117
|
-
"ctg_unit_hint": "Unità, Coppia, Dozzina, Metà",
|
|
118
|
-
"ctg_unit_title": "Unità e frazioni",
|
|
119
|
-
"ctg_volume_hint": "Barile, Litro, Oncia Fluida",
|
|
120
|
-
"ctg_volume_title": "Volume",
|
|
121
|
-
"ctg_weight_hint": "Chilogrammo, Libbra, Oncia",
|
|
122
|
-
"ctg_weight_title": "Peso",
|
|
123
|
-
"unit_acceleration_footHourSecond_name": "Piede all'Ora al Secondo",
|
|
124
|
-
"unit_acceleration_footMinSecond_name": "Piede al Minuto al Secondo",
|
|
125
|
-
"unit_acceleration_footSecondSquared_name": "Piede al Secondo Quadrato",
|
|
126
|
-
"unit_acceleration_gal_name": "Galileo",
|
|
127
|
-
"unit_acceleration_inchHourSecond_name": "Pollice all'Ora al Secondo",
|
|
128
|
-
"unit_acceleration_inchMinSecond_name": "Pollice al Minuto al Secondo",
|
|
129
|
-
"unit_acceleration_inchSecondSquared_name": "Pollice al Secondo Quadrato",
|
|
130
|
-
"unit_acceleration_kmHourSecond_name": "Chilometro all'Ora al Secondo",
|
|
131
|
-
"unit_acceleration_kmHourSquared_name": "Chilometro all'Ora Quadrato",
|
|
132
|
-
"unit_acceleration_kmMinSecond_name": "Chilometro al Minuto al Secondo",
|
|
133
|
-
"unit_acceleration_kmSecondSquared_name": "Chilometro al Secondo Quadrato",
|
|
134
|
-
"unit_acceleration_knotSecond_name": "Nodo al Secondo",
|
|
135
|
-
"unit_acceleration_meterHourSecond_name": "Metro all'Ora al Secondo",
|
|
136
|
-
"unit_acceleration_meterMinSecond_name": "Metro al Minuto al Secondo",
|
|
137
|
-
"unit_acceleration_meterSecondSquared_name": "Metro al Secondo Quadrato",
|
|
138
|
-
"unit_acceleration_mileHourSecond_name": "Miglio all'Ora al Secondo",
|
|
139
|
-
"unit_acceleration_mileMinSecond_name": "Miglio al Minuto al Secondo",
|
|
140
|
-
"unit_acceleration_mileSecondSquared_name": "Miglio al Secondo Quadrato",
|
|
141
|
-
"unit_acceleration_standardGravity_name": "Gravità Standard",
|
|
142
|
-
"unit_angle_arcMinute_name": "Minuto d'Arco",
|
|
143
|
-
"unit_angle_arcSecond_name": "Secondo d'Arco",
|
|
144
|
-
"unit_angle_degree_name": "Grado",
|
|
145
|
-
"unit_angle_gradian_name": "Grado",
|
|
146
|
-
"unit_angle_octant_name": "Ottante",
|
|
147
|
-
"unit_angle_quadrant_name": "Quadrante",
|
|
148
|
-
"unit_angle_radian_name": "Radiante",
|
|
149
|
-
"unit_angle_sextant_name": "Sestante",
|
|
150
|
-
"unit_angle_sign_name": "Segno",
|
|
151
|
-
"unit_angle_turn_name": "Giro",
|
|
152
|
-
"unit_angularspeed_degreePerDay_name": "Grado al Giorno",
|
|
153
|
-
"unit_angularspeed_degreePerHour_name": "Grado all'Ora",
|
|
154
|
-
"unit_angularspeed_degreePerMin_name": "Grado al Minuto",
|
|
155
|
-
"unit_angularspeed_degreePerSec_name": "Grado al Secondo",
|
|
156
|
-
"unit_angularspeed_degreePerWeek_name": "Grado alla Settimana",
|
|
157
|
-
"unit_angularspeed_radianPerDay_name": "Radiante al Giorno",
|
|
158
|
-
"unit_angularspeed_radianPerHour_name": "Radiante all'Ora",
|
|
159
|
-
"unit_angularspeed_radianPerMin_name": "Radiante al Minuto",
|
|
160
|
-
"unit_angularspeed_radianPerSec_name": "Radiante al Secondo",
|
|
161
|
-
"unit_angularspeed_radianPerWeek_name": "Radiante alla Settimana",
|
|
162
|
-
"unit_angularspeed_revolutionPerDay_name": "Rivoluzione al Giorno",
|
|
163
|
-
"unit_angularspeed_revolutionPerHour_name": "Rivoluzione all'Ora",
|
|
164
|
-
"unit_angularspeed_revolutionPerMin_name": "Rivoluzione al Minuto",
|
|
165
|
-
"unit_angularspeed_revolutionPerSec_name": "Rivoluzione al Secondo",
|
|
166
|
-
"unit_angularspeed_revolutionPerWeek_name": "Rivoluzione alla Settimana",
|
|
167
|
-
"unit_area_acre_name": "Acre",
|
|
168
|
-
"unit_area_are_name": "Are",
|
|
169
|
-
"unit_area_circInch_name": "Pollice Circolare",
|
|
170
|
-
"unit_area_decare_name": "Decare",
|
|
171
|
-
"unit_area_hectare_name": "Ettaro",
|
|
172
|
-
"unit_area_rood_name": "Pertica",
|
|
173
|
-
"unit_area_sqCentimeter_name": "Centimetro quadrato",
|
|
174
|
-
"unit_area_sqChain_name": "Catena quadrata",
|
|
175
|
-
"unit_area_sqDecimeter_name": "Decimetro quadrato",
|
|
176
|
-
"unit_area_sqFoot_name": "Piede quadrato",
|
|
177
|
-
"unit_area_sqInch_name": "Pollice quadrato",
|
|
178
|
-
"unit_area_sqKilometer_name": "Kilometro quadrato",
|
|
179
|
-
"unit_area_sqMeter_name": "Metro quadrato",
|
|
180
|
-
"unit_area_sqMile_name": "Miglio quadrato",
|
|
181
|
-
"unit_area_sqMillimeter_name": "Millimetro quadrato",
|
|
182
|
-
"unit_area_sqRod_name": "Asta quadrata",
|
|
183
|
-
"unit_area_sqThou_name": "Millesimo quadrato",
|
|
184
|
-
"unit_area_sqYard_name": "Iarda quadrata",
|
|
185
|
-
"unit_area_square_name": "Quadrato",
|
|
186
|
-
"unit_astronomy_astronomicalUnit_name": "Unità astronomica",
|
|
187
|
-
"unit_astronomy_gigaParsec_name": "Gigaparsec",
|
|
188
|
-
"unit_astronomy_kilometer_name": "Kilometro",
|
|
189
|
-
"unit_astronomy_lightDay_name": "Giorno luce",
|
|
190
|
-
"unit_astronomy_lightHour_name": "Ora luce",
|
|
191
|
-
"unit_astronomy_lightMinute_name": "Minuto luce",
|
|
192
|
-
"unit_astronomy_lightSecond_name": "Secondo luce",
|
|
193
|
-
"unit_astronomy_lightYear_name": "Anno luce",
|
|
194
|
-
"unit_astronomy_megaParsec_name": "Megaparsec",
|
|
195
|
-
"unit_astronomy_mile_name": "Miglio",
|
|
196
|
-
"unit_astronomy_parsec_name": "Parsec",
|
|
197
|
-
"unit_capacitance_abfarad_name": "Abfarad",
|
|
198
|
-
"unit_capacitance_coulumbPerVolt_name": "Coulomb per volt",
|
|
199
|
-
"unit_capacitance_decaFarad_name": "Decafarad",
|
|
200
|
-
"unit_capacitance_farad_name": "Farad",
|
|
201
|
-
"unit_capacitance_gigaFarad_name": "Gigafarad",
|
|
202
|
-
"unit_capacitance_hectoFarad_name": "Ettofarad",
|
|
203
|
-
"unit_capacitance_kiloFarad_name": "Kilofarad",
|
|
204
|
-
"unit_capacitance_megaFarad_name": "Megafarad",
|
|
205
|
-
"unit_capacitance_microFarad_name": "Microfarad",
|
|
206
|
-
"unit_capacitance_milliFarad_name": "Millifarad",
|
|
207
|
-
"unit_capacitance_nanoFarad_name": "Nanofarad",
|
|
208
|
-
"unit_capacitance_picoFarad_name": "Picofarad",
|
|
209
|
-
"unit_capacitance_statfarad_name": "Statfarad",
|
|
210
|
-
"unit_converter": "Convertitore di unità",
|
|
211
|
-
"unit_currency_aed_name": "Dirham degli UAE",
|
|
212
|
-
"unit_currency_afn_name": "Afgani Afghano",
|
|
213
|
-
"unit_currency_all_name": "Lek albanese",
|
|
214
|
-
"unit_currency_amd_name": "Dram armeno",
|
|
215
|
-
"unit_currency_ang_name": "Fiorino delle Antille Olandesi",
|
|
216
|
-
"unit_currency_aoa_name": "Kwanza angolano",
|
|
217
|
-
"unit_currency_ars_name": "Peso argentino",
|
|
218
|
-
"unit_currency_aud_name": "Dollaro australiano",
|
|
219
|
-
"unit_currency_awg_name": "Fiorino di Aruba",
|
|
220
|
-
"unit_currency_azn_name": "Manat azero",
|
|
221
|
-
"unit_currency_bam_name": "Marco Convertibile della Bosnia ed Erzegovina",
|
|
222
|
-
"unit_currency_bbd_name": "Dollaro barbadiano",
|
|
223
|
-
"unit_currency_bdt_name": "Taka del Bangladesh",
|
|
224
|
-
"unit_currency_bgn_name": "Lev Bulgaro",
|
|
225
|
-
"unit_currency_bhd_name": "Dinaro del Bahrain",
|
|
226
|
-
"unit_currency_bif_name": "Franco del Burundi",
|
|
227
|
-
"unit_currency_bmd_name": "Dollaro delle Bermuda",
|
|
228
|
-
"unit_currency_bnd_name": "Dollaro del Brunei",
|
|
229
|
-
"unit_currency_bob_name": "Boliviano della Bolivia",
|
|
230
|
-
"unit_currency_brl_name": "Real Brasiliano",
|
|
231
|
-
"unit_currency_bsd_name": "Dollaro delle Bahamas",
|
|
232
|
-
"unit_currency_btc_name": "Bitcoin",
|
|
233
|
-
"unit_currency_btn_name": "Ngultrum del Bhutan",
|
|
234
|
-
"unit_currency_bwp_name": "Pula del Botswana",
|
|
235
|
-
"unit_currency_byn_name": "Nuovo Rublo Bielorusso",
|
|
236
|
-
"unit_currency_byr_name": "Rublo Bielorusso",
|
|
237
|
-
"unit_currency_bzd_name": "Dollaro del Belize",
|
|
238
|
-
"unit_currency_cad_name": "Dollaro Canadese",
|
|
239
|
-
"unit_currency_cdf_name": "Franco Congolese",
|
|
240
|
-
"unit_currency_chf_name": "Franco Svizzero",
|
|
241
|
-
"unit_currency_clp_name": "Peso Cileno",
|
|
242
|
-
"unit_currency_cny_name": "Yuan Cinese",
|
|
243
|
-
"unit_currency_cop_name": "Peso Colombiano",
|
|
244
|
-
"unit_currency_crc_name": "Colón Costaricano",
|
|
245
|
-
"unit_currency_cup_name": "Peso Cubano",
|
|
246
|
-
"unit_currency_cve_name": "Escudo del Capo Verde",
|
|
247
|
-
"unit_currency_czk_name": "Corona Ceca",
|
|
248
|
-
"unit_currency_djf_name": "Franco di Gibuti",
|
|
249
|
-
"unit_currency_dkk_name": "Corona Danese",
|
|
250
|
-
"unit_currency_dop_name": "Peso Dominicano",
|
|
251
|
-
"unit_currency_dzd_name": "Dinaro Algerino",
|
|
252
|
-
"unit_currency_egp_name": "Sterlina Egiziana",
|
|
253
|
-
"unit_currency_ern_name": "Nakfa Eritreo",
|
|
254
|
-
"unit_currency_etb_name": "Birr Etiope",
|
|
255
|
-
"unit_currency_eur_name": "Euro",
|
|
256
|
-
"unit_currency_fjd_name": "Dollaro delle Figi",
|
|
257
|
-
"unit_currency_fkp_name": "Sterlina delle Isole Falkland",
|
|
258
|
-
"unit_currency_gbp_name": "Sterlina Britannica",
|
|
259
|
-
"unit_currency_gel_name": "Lari Georgiano",
|
|
260
|
-
"unit_currency_ghs_name": "Cedi del Ghana",
|
|
261
|
-
"unit_currency_gip_name": "Sterlina di Gibilterra",
|
|
262
|
-
"unit_currency_gmd_name": "Dalasi del Gambia",
|
|
263
|
-
"unit_currency_gnf_name": "Franco Guineano",
|
|
264
|
-
"unit_currency_gtq_name": "Quetzal del Guatemala",
|
|
265
|
-
"unit_currency_gyd_name": "Dollaro della Guyana",
|
|
266
|
-
"unit_currency_hkd_name": "Dollaro di Hong Kong",
|
|
267
|
-
"unit_currency_hnl_name": "Lempira dell'Honduras",
|
|
268
|
-
"unit_currency_hrk_name": "Kuna Croata",
|
|
269
|
-
"unit_currency_htg_name": "Gourde Haitiana",
|
|
270
|
-
"unit_currency_huf_name": "Fiorino Ungherese",
|
|
271
|
-
"unit_currency_idr_name": "Rupia Indonesiana",
|
|
272
|
-
"unit_currency_ils_name": "Shekel Israeliano",
|
|
273
|
-
"unit_currency_inr_name": "Rupia Indiana",
|
|
274
|
-
"unit_currency_iqd_name": "Dinaro Iracheno",
|
|
275
|
-
"unit_currency_irr_name": "Rial Iraniano",
|
|
276
|
-
"unit_currency_isk_name": "Corona Islandese",
|
|
277
|
-
"unit_currency_jmd_name": "Dollaro Giamaicano",
|
|
278
|
-
"unit_currency_jod_name": "Dinaro Giordano",
|
|
279
|
-
"unit_currency_jpy_name": "Yen Giapponese",
|
|
280
|
-
"unit_currency_kes_name": "Scellino Keniota",
|
|
281
|
-
"unit_currency_kgs_name": "Som Kirghiso",
|
|
282
|
-
"unit_currency_khr_name": "Riel Cambogiano",
|
|
283
|
-
"unit_currency_kmf_name": "Franco Comoriano",
|
|
284
|
-
"unit_currency_kpw_name": "Won Nordcoreano",
|
|
285
|
-
"unit_currency_krw_name": "Won Sudcoreano",
|
|
286
|
-
"unit_currency_kwd_name": "Dinaro Kuwaitiano",
|
|
287
|
-
"unit_currency_kyd_name": "Dollaro delle Isole Cayman",
|
|
288
|
-
"unit_currency_kzt_name": "Tenge Kazako",
|
|
289
|
-
"unit_currency_lak_name": "Kip Laotiano",
|
|
290
|
-
"unit_currency_lbp_name": "Sterlina Libanese",
|
|
291
|
-
"unit_currency_lkr_name": "Rupia dello Sri Lanka",
|
|
292
|
-
"unit_currency_lrd_name": "Dollaro Liberiano",
|
|
293
|
-
"unit_currency_lsl_name": "Loti del Lesotho",
|
|
294
|
-
"unit_currency_ltl_name": "Lito Lituano",
|
|
295
|
-
"unit_currency_lyd_name": "Dinaro Libico",
|
|
296
|
-
"unit_currency_mad_name": "Dirham Marocchino",
|
|
297
|
-
"unit_currency_mdl_name": "Leu Moldavo",
|
|
298
|
-
"unit_currency_mga_name": "Ariary Malgascio",
|
|
299
|
-
"unit_currency_mkd_name": "Denaro Macedone",
|
|
300
|
-
"unit_currency_mmk_name": "Kyat Birmano",
|
|
301
|
-
"unit_currency_mnt_name": "Tugrik Mongolo",
|
|
302
|
-
"unit_currency_mop_name": "Pataca di Macao",
|
|
303
|
-
"unit_currency_mro_name": "Ouguiya Mauritana",
|
|
304
|
-
"unit_currency_mru_name": "Ouguiya Mauritana",
|
|
305
|
-
"unit_currency_mur_name": "Rupia Mauriziana",
|
|
306
|
-
"unit_currency_mvr_name": "Rufiyaa Maldiviana",
|
|
307
|
-
"unit_currency_mwk_name": "Kwacha Malawiano",
|
|
308
|
-
"unit_currency_mxn_name": "Peso Messicano",
|
|
309
|
-
"unit_currency_myr_name": "Ringgit Malese",
|
|
310
|
-
"unit_currency_mzn_name": "Metical Mozambicano",
|
|
311
|
-
"unit_currency_nad_name": "Dollaro Namibiano",
|
|
312
|
-
"unit_currency_ngn_name": "Naira Nigeriana",
|
|
313
|
-
"unit_currency_nio_name": "Cordoba del Nicaragua",
|
|
314
|
-
"unit_currency_nok_name": "Corona Norvegese",
|
|
315
|
-
"unit_currency_npr_name": "Rupia Nepalese",
|
|
316
|
-
"unit_currency_nzd_name": "Dollaro Neozelandese",
|
|
317
|
-
"unit_currency_omr_name": "Rial Omanita",
|
|
318
|
-
"unit_currency_pab_name": "Balboa Panamense",
|
|
319
|
-
"unit_currency_pen_name": "Nuevo Sol Peruviano",
|
|
320
|
-
"unit_currency_pgk_name": "Kina della Papua Nuova Guinea",
|
|
321
|
-
"unit_currency_php_name": "Peso Filippino",
|
|
322
|
-
"unit_currency_pkr_name": "Rupia Pakistana",
|
|
323
|
-
"unit_currency_pln_name": "Zloty Polacco",
|
|
324
|
-
"unit_currency_pyg_name": "Guarani Paraguaiano",
|
|
325
|
-
"unit_currency_qar_name": "Rial del Qatar",
|
|
326
|
-
"unit_currency_ron_name": "Nuovo Leu Rumeno",
|
|
327
|
-
"unit_currency_rsd_name": "Dinaro Serbo",
|
|
328
|
-
"unit_currency_rub_name": "Rublo Russo",
|
|
329
|
-
"unit_currency_rwf_name": "Franco Ruandese",
|
|
330
|
-
"unit_currency_sar_name": "Riyal Saudita",
|
|
331
|
-
"unit_currency_sbd_name": "Dollaro delle Isole Salomone",
|
|
332
|
-
"unit_currency_scr_name": "Rupia delle Seychelles",
|
|
333
|
-
"unit_currency_sdg_name": "Sterlina Sudanese",
|
|
334
|
-
"unit_currency_sek_name": "Corona Svedese",
|
|
335
|
-
"unit_currency_sgd_name": "Dollaro di Singapore",
|
|
336
|
-
"unit_currency_shp_name": "Sterlina di Sant'Elena",
|
|
337
|
-
"unit_currency_sll_name": "Leone della Sierra Leone",
|
|
338
|
-
"unit_currency_sos_name": "Scellino Somalo",
|
|
339
|
-
"unit_currency_srd_name": "Dollaro Surinamese",
|
|
340
|
-
"unit_currency_ssp_name": "Sterlina sud-sudanese",
|
|
341
|
-
"unit_currency_std_name": "Dobra di Sao Tomé",
|
|
342
|
-
"unit_currency_stn_name": "Dobra di São Tomé e Príncipe",
|
|
343
|
-
"unit_currency_svc_name": "Colón di El Salvador",
|
|
344
|
-
"unit_currency_syp_name": "Lira Siriana",
|
|
345
|
-
"unit_currency_szl_name": "Lilangeni dello Swaziland",
|
|
346
|
-
"unit_currency_thb_name": "Baht Thailandese",
|
|
347
|
-
"unit_currency_tjs_name": "Somoni Tagiko",
|
|
348
|
-
"unit_currency_tmt_name": "Manat del Turkmenistan",
|
|
349
|
-
"unit_currency_tnd_name": "Dinaro Tunisino",
|
|
350
|
-
"unit_currency_top_name": "Pa'anga di Tonga",
|
|
351
|
-
"unit_currency_try_name": "Lira Turca",
|
|
352
|
-
"unit_currency_ttd_name": "Dollaro di Trinidad e Tobago",
|
|
353
|
-
"unit_currency_twd_name": "Dollaro di Taiwan",
|
|
354
|
-
"unit_currency_tzs_name": "Scellino Tanzaniano",
|
|
355
|
-
"unit_currency_uah_name": "Grivnia Ucraina",
|
|
356
|
-
"unit_currency_ugx_name": "Scellino Ugandese",
|
|
357
|
-
"unit_currency_usd_name": "Dollaro Statunitense",
|
|
358
|
-
"unit_currency_uyu_name": "Nuovo Peso Uruguaiano",
|
|
359
|
-
"unit_currency_uzs_name": "Som Uzbeco",
|
|
360
|
-
"unit_currency_vef_name": "Bolivar Fuerte Venezuelano",
|
|
361
|
-
"unit_currency_ves_name": "Bolívar Soberano Venezuelano",
|
|
362
|
-
"unit_currency_vnd_name": "Dong Vietnamita",
|
|
363
|
-
"unit_currency_vuv_name": "Vatu di Vanuatu",
|
|
364
|
-
"unit_currency_wst_name": "Tala di Samoa",
|
|
365
|
-
"unit_currency_xaf_name": "Franco CFA - BEAC",
|
|
366
|
-
"unit_currency_xag_name": "Once di Argento",
|
|
367
|
-
"unit_currency_xau_name": "Once di Oro",
|
|
368
|
-
"unit_currency_xcd_name": "Dollaro dei Caraibi Orientali",
|
|
369
|
-
"unit_currency_xof_name": "Franco CFA - BCEAO",
|
|
370
|
-
"unit_currency_xpd_name": "Once di Palladio",
|
|
371
|
-
"unit_currency_xpf_name": "Franco CFP",
|
|
372
|
-
"unit_currency_xpt_name": "Once di platino",
|
|
373
|
-
"unit_currency_yer_name": "Riyal yemenita",
|
|
374
|
-
"unit_currency_zar_name": "Rand sudafricano",
|
|
375
|
-
"unit_currency_zmk_name": "Kwacha zambiano",
|
|
376
|
-
"unit_currency_zmw_name": "Kwacha zambiano",
|
|
377
|
-
"unit_datastorage1024_bit_name": "Bit",
|
|
378
|
-
"unit_datastorage1024_block_name": "Blocco",
|
|
379
|
-
"unit_datastorage1024_byte_name": "Byte",
|
|
380
|
-
"unit_datastorage1024_character_name": "Carattere",
|
|
381
|
-
"unit_datastorage1024_exbibit_name": "Exabit",
|
|
382
|
-
"unit_datastorage1024_exbibyte_name": "Exabyte",
|
|
383
|
-
"unit_datastorage1024_gibibit_name": "Gigabit",
|
|
384
|
-
"unit_datastorage1024_gibibyte_name": "Gigabyte",
|
|
385
|
-
"unit_datastorage1024_kibibit_name": "Kilobit",
|
|
386
|
-
"unit_datastorage1024_kibibyte_name": "Kilobyte",
|
|
387
|
-
"unit_datastorage1024_mebibit_name": "Megabit",
|
|
388
|
-
"unit_datastorage1024_mebibyte_name": "Megabyte",
|
|
389
|
-
"unit_datastorage1024_nibble_name": "Nibble",
|
|
390
|
-
"unit_datastorage1024_pebibit_name": "Petabit",
|
|
391
|
-
"unit_datastorage1024_pebibyte_name": "Petabyte",
|
|
392
|
-
"unit_datastorage1024_tebibit_name": "Terabit",
|
|
393
|
-
"unit_datastorage1024_tebibyte_name": "Terabyte",
|
|
394
|
-
"unit_datastorage1024_word_name": "Word",
|
|
395
|
-
"unit_datastorage_bit_name": "Bit",
|
|
396
|
-
"unit_datastorage_block_name": "Blocco",
|
|
397
|
-
"unit_datastorage_byte_name": "Byte",
|
|
398
|
-
"unit_datastorage_character_name": "Carattere",
|
|
399
|
-
"unit_datastorage_exabit_name": "Exabit",
|
|
400
|
-
"unit_datastorage_exabyte_name": "Exabyte",
|
|
401
|
-
"unit_datastorage_exbibit_name": "Exbibit",
|
|
402
|
-
"unit_datastorage_exbibyte_name": "Exbibyte",
|
|
403
|
-
"unit_datastorage_gibibit_name": "Gibibit",
|
|
404
|
-
"unit_datastorage_gibibyte_name": "Gibibyte",
|
|
405
|
-
"unit_datastorage_gigabit_name": "Gigabit",
|
|
406
|
-
"unit_datastorage_gigabyte_name": "Gigabyte",
|
|
407
|
-
"unit_datastorage_kibibit_name": "Kibibit",
|
|
408
|
-
"unit_datastorage_kibibyte_name": "Kibibyte",
|
|
409
|
-
"unit_datastorage_kilobit_name": "Kilobit",
|
|
410
|
-
"unit_datastorage_kilobyte_name": "Kilobyte",
|
|
411
|
-
"unit_datastorage_mebibit_name": "Mebibit",
|
|
412
|
-
"unit_datastorage_mebibyte_name": "Mebibyte",
|
|
413
|
-
"unit_datastorage_megabit_name": "Megabit",
|
|
414
|
-
"unit_datastorage_megabyte_name": "Megabyte",
|
|
415
|
-
"unit_datastorage_nibble_name": "Nibble",
|
|
416
|
-
"unit_datastorage_pebibit_name": "Pebibit",
|
|
417
|
-
"unit_datastorage_pebibyte_name": "Pebibyte",
|
|
418
|
-
"unit_datastorage_petabit_name": "Petabit",
|
|
419
|
-
"unit_datastorage_petabyte_name": "Petabyte",
|
|
420
|
-
"unit_datastorage_tebibit_name": "Tebibit",
|
|
421
|
-
"unit_datastorage_tebibyte_name": "Tebibyte",
|
|
422
|
-
"unit_datastorage_terabit_name": "Terabit",
|
|
423
|
-
"unit_datastorage_terabyte_name": "Terabyte",
|
|
424
|
-
"unit_datastorage_word_name": "Parola",
|
|
425
|
-
"unit_datatransfer_bitPerSecond_name": "Bit al secondo",
|
|
426
|
-
"unit_datatransfer_bytePerSecond_name": "Byte al secondo",
|
|
427
|
-
"unit_datatransfer_exabitPerSecond_name": "Exabit al secondo",
|
|
428
|
-
"unit_datatransfer_exabytePerSecond_name": "Exabyte al secondo",
|
|
429
|
-
"unit_datatransfer_exbibitPerSecond_name": "Exbibit al secondo",
|
|
430
|
-
"unit_datatransfer_exbibytePerSecond_name": "Exbibyte al secondo",
|
|
431
|
-
"unit_datatransfer_gibibitPerSecond_name": "Gibibit al secondo",
|
|
432
|
-
"unit_datatransfer_gibibytePerSecond_name": "Gibibyte al secondo",
|
|
433
|
-
"unit_datatransfer_gigabitPerSecond_name": "Gigabit al secondo",
|
|
434
|
-
"unit_datatransfer_gigabytePerSecond_name": "Gigabyte al secondo",
|
|
435
|
-
"unit_datatransfer_kibibitPerSecond_name": "Kibibit al secondo",
|
|
436
|
-
"unit_datatransfer_kibibytePerSecond_name": "Kibibyte al secondo",
|
|
437
|
-
"unit_datatransfer_kilobitPerSecond_name": "Kilobit al secondo",
|
|
438
|
-
"unit_datatransfer_kilobytePerSecond_name": "Kilobyte al secondo",
|
|
439
|
-
"unit_datatransfer_mebibitPerSecond_name": "Mebibit al secondo",
|
|
440
|
-
"unit_datatransfer_mebibytePerSecond_name": "Mebibyte al secondo",
|
|
441
|
-
"unit_datatransfer_megabitPerSecond_name": "Megabit al secondo",
|
|
442
|
-
"unit_datatransfer_megabytePerSecond_name": "Megabyte al secondo",
|
|
443
|
-
"unit_datatransfer_pebibitPerSecond_name": "Pebibit al secondo",
|
|
444
|
-
"unit_datatransfer_pebibytePerSecond_name": "Pebibyte al secondo",
|
|
445
|
-
"unit_datatransfer_petabitPerSecond_name": "Petabit al secondo",
|
|
446
|
-
"unit_datatransfer_petabytePerSecond_name": "Petabyte al secondo",
|
|
447
|
-
"unit_datatransfer_tebibitPerSecond_name": "Tebibit al secondo",
|
|
448
|
-
"unit_datatransfer_tebibytePerSecond_name": "Tebibyte al secondo",
|
|
449
|
-
"unit_datatransfer_terabitPerSecond_name": "Terabit al secondo",
|
|
450
|
-
"unit_datatransfer_terabytePerSecond_name": "Terabyte al secondo",
|
|
451
|
-
"unit_density_gramPerCubCentimeter_name": "Grammo per centimetro cubo",
|
|
452
|
-
"unit_density_gramPerCubMeter_name": "Grammo per metro cubo",
|
|
453
|
-
"unit_density_gramPerLiter_name": "Grammo per litro",
|
|
454
|
-
"unit_density_gramPerMilliliter_name": "Grammo per millilitro",
|
|
455
|
-
"unit_density_kilogramPerCubDecimeter_name": "Chilogrammo per decimetro cubo",
|
|
456
|
-
"unit_density_kilogramPerCubMeter_name": "Chilogrammo per metro cubo",
|
|
457
|
-
"unit_density_kilogramPerLiter_name": "Chilogrammo per litro",
|
|
458
|
-
"unit_density_ouncePerCubFoot_name": "Oncia per piede cubo",
|
|
459
|
-
"unit_density_ouncePerCubInch_name": "Oncia per pollice cubo",
|
|
460
|
-
"unit_density_ouncePerGallon_name": "Oncia per gallone US liquido",
|
|
461
|
-
"unit_density_poundPerCubFoot_name": "Libbra per piede cubo",
|
|
462
|
-
"unit_density_poundPerCubInch_name": "Libbra per pollice cubo",
|
|
463
|
-
"unit_density_poundPerGallon_name": "Libbra per gallone US liquido",
|
|
464
|
-
"unit_density_tonnerPerCubMeter_name": "Tonnellata per metro cubo",
|
|
465
|
-
"unit_dynamicviscosity_pascalSecond_name": "Pascal Secondo",
|
|
466
|
-
"unit_dynamicviscosity_poise_name": "Poise",
|
|
467
|
-
"unit_dynamicviscosity_poundForceSecondPerSqFoot_name": "Libbra-Forza Secondo per Piede Quadrato",
|
|
468
|
-
"unit_dynamicviscosity_poundForceSecondPerSqInch_name": "Libbra-Forza Secondo per Pollice Quadrato",
|
|
469
|
-
"unit_dynamicviscosity_poundPerFootHour_name": "Libbra per Piede Ora",
|
|
470
|
-
"unit_dynamicviscosity_poundPerFootSecond_name": "Libbra per Piede Secondo",
|
|
471
|
-
"unit_electriccharge_abcoulomb_name": "Abcoulomb",
|
|
472
|
-
"unit_electriccharge_ampereHour_name": "Ampere-ora",
|
|
473
|
-
"unit_electriccharge_ampereMin_name": "Ampere-minuto",
|
|
474
|
-
"unit_electriccharge_ampereSecond_name": "Ampere-secondo",
|
|
475
|
-
"unit_electriccharge_coulomb_name": "Coulomb",
|
|
476
|
-
"unit_electriccharge_faraday_name": "Faraday",
|
|
477
|
-
"unit_electriccharge_kiloCoulomb_name": "Kilocoulomb",
|
|
478
|
-
"unit_electriccharge_megaCoulomb_name": "Megacoulomb",
|
|
479
|
-
"unit_electriccharge_microCoulomb_name": "Microcoulomb",
|
|
480
|
-
"unit_electriccharge_milliCoulomb_name": "Millicoulomb",
|
|
481
|
-
"unit_electriccharge_milliampereHour_name": "Milliampere-ora",
|
|
482
|
-
"unit_electriccharge_milliampereMin_name": "Milliampere-minuto",
|
|
483
|
-
"unit_electriccharge_milliampereSecond_name": "Milliampere-secondo",
|
|
484
|
-
"unit_electriccharge_nanoCoulomb_name": "Nanocolumb",
|
|
485
|
-
"unit_electriccurrent_abampere_name": "Abampere",
|
|
486
|
-
"unit_electriccurrent_ampere_name": "Ampere",
|
|
487
|
-
"unit_electriccurrent_coulombPerSecond_name": "Coulomb per secondo",
|
|
488
|
-
"unit_electriccurrent_gigaAmpere_name": "Gigaampere",
|
|
489
|
-
"unit_electriccurrent_kiloAmpere_name": "Kiloampere",
|
|
490
|
-
"unit_electriccurrent_megaAmpere_name": "Megaampere",
|
|
491
|
-
"unit_electriccurrent_microAmpere_name": "Microampere",
|
|
492
|
-
"unit_electriccurrent_milliAmpere_name": "Milliampere",
|
|
493
|
-
"unit_electriccurrent_nanoAmpere_name": "Nanoampere",
|
|
494
|
-
"unit_electricpotential_abvolt_name": "Abvolt",
|
|
495
|
-
"unit_electricpotential_gigaVolt_name": "Gigavolt",
|
|
496
|
-
"unit_electricpotential_kiloVolt_name": "Kilovolt",
|
|
497
|
-
"unit_electricpotential_megaVolt_name": "Megavolt",
|
|
498
|
-
"unit_electricpotential_microVolt_name": "Microvolt",
|
|
499
|
-
"unit_electricpotential_milliVolt_name": "Millivolt",
|
|
500
|
-
"unit_electricpotential_nanoVolt_name": "Nanovolt",
|
|
501
|
-
"unit_electricpotential_statvolt_name": "Statvolt",
|
|
502
|
-
"unit_electricpotential_volt_name": "Volt",
|
|
503
|
-
"unit_electricpotential_wattPerAmpere_name": "Watt per ampere",
|
|
504
|
-
"unit_electricresistance_abohm_name": "Abohm",
|
|
505
|
-
"unit_electricresistance_gigaOhm_name": "Gigaohm",
|
|
506
|
-
"unit_electricresistance_kiloOhm_name": "Kiloohm",
|
|
507
|
-
"unit_electricresistance_megaOhm_name": "Megaohm",
|
|
508
|
-
"unit_electricresistance_microOhm_name": "Microohm",
|
|
509
|
-
"unit_electricresistance_milliOhm_name": "Milliohm",
|
|
510
|
-
"unit_electricresistance_nanoOhm_name": "Nanoohm",
|
|
511
|
-
"unit_electricresistance_ohm_name": "Ohm",
|
|
512
|
-
"unit_electricresistance_voltPerAmpere_name": "Volt per ampere",
|
|
513
|
-
"unit_energy_barrelOil_name": "Barile equivalente di petrolio",
|
|
514
|
-
"unit_energy_btuIT_name": "Unità Termica Britannica, Internazionale",
|
|
515
|
-
"unit_energy_btuIso_name": "Unità Termica Britannica, ISO",
|
|
516
|
-
"unit_energy_calorie_name": "Caloria",
|
|
517
|
-
"unit_energy_electronVolt_name": "Electronvolt",
|
|
518
|
-
"unit_energy_erg_name": "Erg",
|
|
519
|
-
"unit_energy_footPound_name": "Libbra-piede forza",
|
|
520
|
-
"unit_energy_gigacalorie_name": "Gigacaloria",
|
|
521
|
-
"unit_energy_gigajoule_name": "Gigajoule",
|
|
522
|
-
"unit_energy_joule_name": "Joule",
|
|
523
|
-
"unit_energy_kilocalorie_name": "Kilocaloria",
|
|
524
|
-
"unit_energy_kilogramTNT_name": "Chilogrammo di TNT",
|
|
525
|
-
"unit_energy_kilojoule_name": "Kilojoule",
|
|
526
|
-
"unit_energy_kilowattHour_name": "Kilowattora",
|
|
527
|
-
"unit_energy_megacalorie_name": "Megacaloria",
|
|
528
|
-
"unit_energy_megajoule_name": "Megajoule",
|
|
529
|
-
"unit_energy_megawattHour_name": "Megawattora",
|
|
530
|
-
"unit_energy_quad_name": "Quad",
|
|
531
|
-
"unit_energy_therm_name": "Therm",
|
|
532
|
-
"unit_energy_thermie_name": "Termia",
|
|
533
|
-
"unit_energy_tonTNT_name": "Tonnellata di TNT",
|
|
534
|
-
"unit_energy_tonneTNT_name": "Tonnellata di TNT",
|
|
535
|
-
"unit_energy_wattHour_name": "Wattora",
|
|
536
|
-
"unit_energy_wattSecond_name": "Watt Secondo",
|
|
537
|
-
"unit_flow_cubCentimeterPerDay_name": "Centimetro Cubico al Giorno",
|
|
538
|
-
"unit_flow_cubCentimeterPerHour_name": "Centimetro Cubico all'Ora",
|
|
539
|
-
"unit_flow_cubCentimeterPerMin_name": "Centimetro Cubico al Minuto",
|
|
540
|
-
"unit_flow_cubCentimeterPerSec_name": "Centimetro Cubico al Secondo",
|
|
541
|
-
"unit_flow_cubFootPerDay_name": "Piede Cubo al Giorno",
|
|
542
|
-
"unit_flow_cubFootPerHour_name": "Piede Cubo all'Ora",
|
|
543
|
-
"unit_flow_cubFootPerMin_name": "Piede Cubo al Minuto",
|
|
544
|
-
"unit_flow_cubFootPerSec_name": "Piede Cubo al Secondo",
|
|
545
|
-
"unit_flow_cubInchPerDay_name": "Pollice Cubo al Giorno",
|
|
546
|
-
"unit_flow_cubInchPerHour_name": "Pollice Cubo all'Ora",
|
|
547
|
-
"unit_flow_cubInchPerMin_name": "Pollice Cubo al Minuto",
|
|
548
|
-
"unit_flow_cubInchPerSec_name": "Pollice Cubo al Secondo",
|
|
549
|
-
"unit_flow_cubKmPerDay_name": "Km Cubo al Giorno",
|
|
550
|
-
"unit_flow_cubKmPerHour_name": "Km Cubo all'Ora",
|
|
551
|
-
"unit_flow_cubKmPerMin_name": "Km Cubo al Minuto",
|
|
552
|
-
"unit_flow_cubKmPerSec_name": "Km Cubo al Secondo",
|
|
553
|
-
"unit_flow_cubMeterPerDay_name": "Metro Cubo al Giorno",
|
|
554
|
-
"unit_flow_cubMeterPerHour_name": "Metro Cubo all'Ora",
|
|
555
|
-
"unit_flow_cubMeterPerMin_name": "Metro Cubo al Minuto",
|
|
556
|
-
"unit_flow_cubMeterPerSec_name": "Metro Cubo al Secondo",
|
|
557
|
-
"unit_flow_cubMilePerDay_name": "Miglio Cubo al Giorno",
|
|
558
|
-
"unit_flow_cubMilePerHour_name": "Miglio Cubo all'Ora",
|
|
559
|
-
"unit_flow_cubMilePerMin_name": "Miglio Cubo al Minuto",
|
|
560
|
-
"unit_flow_cubMilePerSec_name": "Miglio Cubo al Secondo",
|
|
561
|
-
"unit_flow_gallonPerDay_name": "Gallone (US, liquido) al Giorno",
|
|
562
|
-
"unit_flow_gallonPerHour_name": "Gallone (US, liquido) all'Ora",
|
|
563
|
-
"unit_flow_gallonPerMin_name": "Gallone (US, liquido) al Minuto",
|
|
564
|
-
"unit_flow_gallonPerSec_name": "Gallone (US, liquido) al Secondo",
|
|
565
|
-
"unit_flow_gallonUkPerDay_name": "Gallone UK al Giorno",
|
|
566
|
-
"unit_flow_gallonUkPerHour_name": "Gallone UK all'Ora",
|
|
567
|
-
"unit_flow_gallonUkPerMin_name": "Gallone UK al Minuto",
|
|
568
|
-
"unit_flow_gallonUkPerSec_name": "Gallone UK al Secondo",
|
|
569
|
-
"unit_flow_literPerDay_name": "Litro al Giorno",
|
|
570
|
-
"unit_flow_literPerHour_name": "Litro all'Ora",
|
|
571
|
-
"unit_flow_literPerMin_name": "Litro al minuto",
|
|
572
|
-
"unit_flow_literPerSec_name": "Litro al secondo",
|
|
573
|
-
"unit_force_dyne_name": "Dina",
|
|
574
|
-
"unit_force_gramForce_name": "Grammo-forza",
|
|
575
|
-
"unit_force_graveForce_name": "Grave-forza",
|
|
576
|
-
"unit_force_gravetForce_name": "Gravet-forza",
|
|
577
|
-
"unit_force_kilogramForce_name": "Chilogrammo-forza",
|
|
578
|
-
"unit_force_kilonewton_name": "Kilonewton",
|
|
579
|
-
"unit_force_kilopond_name": "Kilopondo",
|
|
580
|
-
"unit_force_kipForce_name": "Kip-forza",
|
|
581
|
-
"unit_force_meganewton_name": "Meganewton",
|
|
582
|
-
"unit_force_micronewton_name": "Micronewton",
|
|
583
|
-
"unit_force_milligramForce_name": "Milligrammo-forza",
|
|
584
|
-
"unit_force_milligraveForce_name": "Milligrave-forza",
|
|
585
|
-
"unit_force_millinewton_name": "Millinewton",
|
|
586
|
-
"unit_force_newton_name": "Newton",
|
|
587
|
-
"unit_force_ounceForce_name": "Oncia-forza",
|
|
588
|
-
"unit_force_poundForce_name": "Libbra-forza",
|
|
589
|
-
"unit_force_poundal_name": "Pondale",
|
|
590
|
-
"unit_force_sthene_name": "Stena",
|
|
591
|
-
"unit_force_tonForceLong_name": "Ton-forza (lungo)",
|
|
592
|
-
"unit_force_tonForceMetric_name": "Ton-forza (metrica)",
|
|
593
|
-
"unit_force_tonForceShort_name": "Ton-forza (corto)",
|
|
594
|
-
"unit_force_tonForce_name": "Ton-forza",
|
|
595
|
-
"unit_force_tonneForce_name": "Tonnellata-forza",
|
|
596
|
-
"unit_frequency_attohertz_name": "attohertz",
|
|
597
|
-
"unit_frequency_centihertz_name": "Centiherz",
|
|
598
|
-
"unit_frequency_decihertz_name": "Decihertz",
|
|
599
|
-
"unit_frequency_degree_hour_name": "Grado all'Ora",
|
|
600
|
-
"unit_frequency_degree_minute_name": "Grado al Minuto",
|
|
601
|
-
"unit_frequency_degree_second_name": "Grado al Secondo",
|
|
602
|
-
"unit_frequency_dekahertz_name": "Dekahertz",
|
|
603
|
-
"unit_frequency_exahertz_name": "esahertz",
|
|
604
|
-
"unit_frequency_femtohertz_name": "Femtohertz",
|
|
605
|
-
"unit_frequency_gigahertz_name": "Gigahertz",
|
|
606
|
-
"unit_frequency_hectohertz_name": "Ettahertz",
|
|
607
|
-
"unit_frequency_hertz_name": "Hertz",
|
|
608
|
-
"unit_frequency_kilohertz_name": "Kilohertz",
|
|
609
|
-
"unit_frequency_megahertz_name": "Megahertz",
|
|
610
|
-
"unit_frequency_microhertz_name": "Microhertz",
|
|
611
|
-
"unit_frequency_millihertz_name": "Millihertz",
|
|
612
|
-
"unit_frequency_nanohertz_name": "Nanohertz",
|
|
613
|
-
"unit_frequency_petahertz_name": "Petahertz",
|
|
614
|
-
"unit_frequency_picohertz_name": "Picohertz",
|
|
615
|
-
"unit_frequency_radian_hour_name": "Radiante all'Ora",
|
|
616
|
-
"unit_frequency_radian_minute_name": "Radiante al Minuto",
|
|
617
|
-
"unit_frequency_radian_second_name": "Radiante al Secondo",
|
|
618
|
-
"unit_frequency_revolution_hour_name": "Rivoluzione all'Ora",
|
|
619
|
-
"unit_frequency_revolution_minute_name": "Rivoluzione al Minuto",
|
|
620
|
-
"unit_frequency_terrahertz_name": "Terahertz",
|
|
621
|
-
"unit_fuel_gallonUKPer100Miles_name": "Galloni UK per 100 miglia",
|
|
622
|
-
"unit_fuel_gallonUSPer100Miles_name": "Galloni US per 100 miglia",
|
|
623
|
-
"unit_fuel_kmPerLiter_name": "Chilometri per litro",
|
|
624
|
-
"unit_fuel_literPer100Km_name": "Litri per 100 chilometri",
|
|
625
|
-
"unit_fuel_literPer100Miles_name": "Litri per 100 miglia",
|
|
626
|
-
"unit_fuel_milesPerLiter_name": "Miglia per litro",
|
|
627
|
-
"unit_fuel_milesPerUKGallon_name": "Miglia per gallone UK",
|
|
628
|
-
"unit_fuel_milesPerUSGallon_name": "Miglia per gallone US",
|
|
629
|
-
"unit_illuminance_footcandle_name": "Candela-piede",
|
|
630
|
-
"unit_illuminance_lumenPerSqCentimeter_name": "Lumen per centimetro quadrato",
|
|
631
|
-
"unit_illuminance_lumenPerSqFoot_name": "Lumen per piede quadrato",
|
|
632
|
-
"unit_illuminance_lumenPerSqInch_name": "Lumen per pollice quadrato",
|
|
633
|
-
"unit_illuminance_lumenPerSqMeter_name": "Lumen per metro quadrato",
|
|
634
|
-
"unit_illuminance_lux_name": "Lux",
|
|
635
|
-
"unit_illuminance_phot_name": "Phot",
|
|
636
|
-
"unit_kinematicviscosity_sqFootPerSecond_name": "Piede quadrato al secondo",
|
|
637
|
-
"unit_kinematicviscosity_sqMeterPerSecond_name": "Metro quadrato al secondo",
|
|
638
|
-
"unit_kinematicviscosity_stokes_name": "Stokes",
|
|
639
|
-
"unit_length_angstrom_name": "Ångström",
|
|
640
|
-
"unit_length_cable_name": "Cavo",
|
|
641
|
-
"unit_length_centimeter_name": "Centimetro",
|
|
642
|
-
"unit_length_chain_name": "Catena",
|
|
643
|
-
"unit_length_decameter_name": "Decametro",
|
|
644
|
-
"unit_length_decimeter_name": "Decimetro",
|
|
645
|
-
"unit_length_fathom_name": "Braccio",
|
|
646
|
-
"unit_length_feet_name": "Piedi",
|
|
647
|
-
"unit_length_foot_name": "Piede",
|
|
648
|
-
"unit_length_furlong_name": "Furlong",
|
|
649
|
-
"unit_length_hand_name": "Mano",
|
|
650
|
-
"unit_length_hectometer_name": "Ettometro",
|
|
651
|
-
"unit_length_inch_name": "Pollice",
|
|
652
|
-
"unit_length_inches_name": "Pollici",
|
|
653
|
-
"unit_length_kilometer_name": "Chilometro",
|
|
654
|
-
"unit_length_league_name": "[Storico.] Lega terrestre",
|
|
655
|
-
"unit_length_link_name": "Collegamento",
|
|
656
|
-
"unit_length_meter_name": "Metro",
|
|
657
|
-
"unit_length_micron_name": "Micron",
|
|
658
|
-
"unit_length_mile_name": "Miglio",
|
|
659
|
-
"unit_length_millimeter_name": "Millimetro",
|
|
660
|
-
"unit_length_nanometer_name": "Nanometro",
|
|
661
|
-
"unit_length_nauticalLeague_name": "[Storico.] Lega nautica",
|
|
662
|
-
"unit_length_nauticalMile_name": "Miglio nautico",
|
|
663
|
-
"unit_length_picometer_name": "Picometro",
|
|
664
|
-
"unit_length_rod_name": "Asta",
|
|
665
|
-
"unit_length_russia_Arshin_name": "[Storico.rus.] Arshin",
|
|
666
|
-
"unit_length_russia_Dot_name": "[Storico.rus.] Punto",
|
|
667
|
-
"unit_length_russia_KosayaSazhen_name": "[Storico.rus.] Kosaya sazhen",
|
|
668
|
-
"unit_length_russia_Line_name": "[Storico.rus.] Linea",
|
|
669
|
-
"unit_length_russia_MakhovayaSazhen_name": "[Storico.rus.] Makhovaya sazhen",
|
|
670
|
-
"unit_length_russia_MezhevayaVerst_name": "[Storico.rus.] Mezhevaya verst",
|
|
671
|
-
"unit_length_russia_Sazhen_name": "[Storico.rus.] Sazhen",
|
|
672
|
-
"unit_length_russia_Span_name": "[Storico.rus.] Span",
|
|
673
|
-
"unit_length_russia_Vershok_name": "[Storico.rus.] Vershok",
|
|
674
|
-
"unit_length_russia_Verst_name": "[Storico.rus.] Versta",
|
|
675
|
-
"unit_length_thou_name": "Millesimo",
|
|
676
|
-
"unit_length_yard_name": "Iarda",
|
|
677
|
-
"unit_luminance_candelaPerSqCentimeter_name": "Candela per centimetro quadrato",
|
|
678
|
-
"unit_luminance_candelaPerSqFoot_name": "Candela per piede quadrato",
|
|
679
|
-
"unit_luminance_candelaPerSqInch_name": "Candela per pollice quadrato",
|
|
680
|
-
"unit_luminance_candelaPerSqMeter_name": "Candela per metro quadrato",
|
|
681
|
-
"unit_luminance_footlambert_name": "Foot-lambert",
|
|
682
|
-
"unit_luminance_kilocandelaPerSqMeter_name": "Kilocandela per metro quadrato",
|
|
683
|
-
"unit_luminance_lambert_name": "Lambert",
|
|
684
|
-
"unit_luminance_stilb_name": "Stilb",
|
|
685
|
-
"unit_magneticfield_gamma_name": "Gamma",
|
|
686
|
-
"unit_magneticfield_gauss_name": "Gauss",
|
|
687
|
-
"unit_magneticfield_kiloTesla_name": "Kilotesla",
|
|
688
|
-
"unit_magneticfield_megaTesla_name": "Megatesla",
|
|
689
|
-
"unit_magneticfield_microTesla_name": "Microtesla",
|
|
690
|
-
"unit_magneticfield_milliTesla_name": "Millitesla",
|
|
691
|
-
"unit_magneticfield_nanoTesla_name": "Nanotesla",
|
|
692
|
-
"unit_magneticfield_picoTesla_name": "Picotesla",
|
|
693
|
-
"unit_magneticfield_tesla_name": "Tesla",
|
|
694
|
-
"unit_magneticfield_waberPerSqMeter_name": "Weber per metro quadrato",
|
|
695
|
-
"unit_metrics_atto_name": "Atto",
|
|
696
|
-
"unit_metrics_centi_name": "Centi",
|
|
697
|
-
"unit_metrics_deci_name": "Deci",
|
|
698
|
-
"unit_metrics_deka_name": "Deca",
|
|
699
|
-
"unit_metrics_exa_name": "Exa",
|
|
700
|
-
"unit_metrics_femto_name": "Femto",
|
|
701
|
-
"unit_metrics_giga_name": "Giga",
|
|
702
|
-
"unit_metrics_hecto_name": "Ecto",
|
|
703
|
-
"unit_metrics_kilo_name": "Chilo",
|
|
704
|
-
"unit_metrics_mega_name": "Mega",
|
|
705
|
-
"unit_metrics_micro_name": "Micro",
|
|
706
|
-
"unit_metrics_milli_name": "Milli",
|
|
707
|
-
"unit_metrics_nano_name": "Nano",
|
|
708
|
-
"unit_metrics_peta_name": "Peta",
|
|
709
|
-
"unit_metrics_pico_name": "Pico",
|
|
710
|
-
"unit_metrics_tera_name": "Tera",
|
|
711
|
-
"unit_metrics_unit_name": "Unità",
|
|
712
|
-
"unit_metrics_yocto_name": "Yocto",
|
|
713
|
-
"unit_metrics_yotta_name": "Yotta",
|
|
714
|
-
"unit_metrics_zepto_name": "Zepto",
|
|
715
|
-
"unit_metrics_zetta_name": "Zetta",
|
|
716
|
-
"unit_mineralization_degreeHardness_name": "Grado di durezza",
|
|
717
|
-
"unit_mineralization_frenchDegree_name": "Grado francese",
|
|
718
|
-
"unit_mineralization_mgPerLiter_name": "Milligrammo per litro",
|
|
719
|
-
"unit_mineralization_ppm_name": "Parti per milione",
|
|
720
|
-
"unit_mineralization_ppt_name": "Parti per mille",
|
|
721
|
-
"unit_power_btuPerHour_name": "Unità termica britannica per ora",
|
|
722
|
-
"unit_power_btuPerMinute_name": "Unità termica britannica per minuto",
|
|
723
|
-
"unit_power_btuPerSecond_name": "British Thermal Unit al secondo",
|
|
724
|
-
"unit_power_caloriePerHour_name": "Caloria all'ora",
|
|
725
|
-
"unit_power_caloriePerSecond_name": "Caloria al secondo",
|
|
726
|
-
"unit_power_ergPerSecond_name": "Erg al secondo",
|
|
727
|
-
"unit_power_horsepowerBoiler_name": "Cavallo vapore, caldaia",
|
|
728
|
-
"unit_power_horsepowerElectrical_name": "Cavallo vapore, elettrico",
|
|
729
|
-
"unit_power_horsepowerMechanical_name": "Cavallo vapore, meccanico",
|
|
730
|
-
"unit_power_horsepowerMetric_name": "Cavallo vapore, metrico",
|
|
731
|
-
"unit_power_joulePerSecond_name": "Joule al secondo",
|
|
732
|
-
"unit_power_kilocaloriePerHour_name": "Kilocaloria all'ora",
|
|
733
|
-
"unit_power_kilocaloriePerSecond_name": "Kilocaloria al secondo",
|
|
734
|
-
"unit_power_kilowatt_name": "Kilowatt",
|
|
735
|
-
"unit_power_megacaloriePerHour_name": "Megacaloria all'ora",
|
|
736
|
-
"unit_power_megacaloriePerSecond_name": "Megacaloria al secondo",
|
|
737
|
-
"unit_power_megawatt_name": "Megawatt",
|
|
738
|
-
"unit_power_watt_name": "Watt",
|
|
739
|
-
"unit_pressure_atmosphereTech_name": "Atmosfera, tecnica",
|
|
740
|
-
"unit_pressure_atmosphere_name": "Atmosfera",
|
|
741
|
-
"unit_pressure_bar_name": "Bar",
|
|
742
|
-
"unit_pressure_barye_name": "Barye",
|
|
743
|
-
"unit_pressure_centimeterOfMercury_name": "Centimetro di mercurio",
|
|
744
|
-
"unit_pressure_centimeterOfWater_name": "Centimetro d'acqua",
|
|
745
|
-
"unit_pressure_footOfMercury_name": "Piede di mercurio",
|
|
746
|
-
"unit_pressure_footOfWater_name": "Piede d'acqua",
|
|
747
|
-
"unit_pressure_hectopascal_name": "Hectopascal",
|
|
748
|
-
"unit_pressure_inchOfMercury_name": "Pollice di mercurio",
|
|
749
|
-
"unit_pressure_inchOfWater_name": "Pollice d'acqua",
|
|
750
|
-
"unit_pressure_kgPerSquareCentimeter_name": "Chilogrammo per centimetro quadrato",
|
|
751
|
-
"unit_pressure_kgPerSquareMeter_name": "Chilogrammo per metro quadrato",
|
|
752
|
-
"unit_pressure_kgPerSquareMillimeter_name": "Chilogrammo per millimetro quadrato",
|
|
753
|
-
"unit_pressure_kilonewtonPerSquareMeter_name": "Kilonewton per metro quadrato",
|
|
754
|
-
"unit_pressure_kilopascal_name": "Kilopascal",
|
|
755
|
-
"unit_pressure_meganewtonPerSquareMeter_name": "Meganewton per metro quadrato",
|
|
756
|
-
"unit_pressure_megapascal_name": "Megapascal",
|
|
757
|
-
"unit_pressure_meterOfWater_name": "Metro d'acqua",
|
|
758
|
-
"unit_pressure_micrometrOfMercury_name": "Micrometro di mercurio",
|
|
759
|
-
"unit_pressure_millibar_name": "Millibar",
|
|
760
|
-
"unit_pressure_millimeterOfMercury_name": "Millimetro di mercurio",
|
|
761
|
-
"unit_pressure_millimeterOfWater_name": "Millimetro d'acqua",
|
|
762
|
-
"unit_pressure_newtonPerSquareCentimeter_name": "Newton per centimetro quadrato",
|
|
763
|
-
"unit_pressure_newtonPerSquareMeter_name": "Newton per metro quadrato",
|
|
764
|
-
"unit_pressure_newtonPerSquareMillimeter_name": "Newton per millimetro quadrato",
|
|
765
|
-
"unit_pressure_pascal_name": "Pascal",
|
|
766
|
-
"unit_pressure_poundPerSquareFoot_name": "Libbra per piede quadrato",
|
|
767
|
-
"unit_pressure_poundPerSquareInch_name": "Libbra per pollice quadrato",
|
|
768
|
-
"unit_pressure_thousandPoundsPerSquareInch_name": "Mille libbre per pollice quadrato",
|
|
769
|
-
"unit_pressure_torr_name": "Torr",
|
|
770
|
-
"unit_radiation_centigray_name": "Centigray",
|
|
771
|
-
"unit_radiation_decigray_name": "Decigray",
|
|
772
|
-
"unit_radiation_dekagray_name": "Decagray",
|
|
773
|
-
"unit_radiation_gray_name": "Gray",
|
|
774
|
-
"unit_radiation_hectogray_name": "Hectogray",
|
|
775
|
-
"unit_radiation_kilogray_name": "Kilogray",
|
|
776
|
-
"unit_radiation_megagray_name": "Megagray",
|
|
777
|
-
"unit_radiation_microRoentgen_name": "Microroentgen",
|
|
778
|
-
"unit_radiation_microSievert_name": "Microsievert",
|
|
779
|
-
"unit_radiation_microgray_name": "Microgray",
|
|
780
|
-
"unit_radiation_milliRoentgen_name": "Milliroentgen",
|
|
781
|
-
"unit_radiation_milliSievert_name": "Millisievert",
|
|
782
|
-
"unit_radiation_milligray_name": "Milligray",
|
|
783
|
-
"unit_radiation_millirad_name": "Millirad",
|
|
784
|
-
"unit_radiation_nanoSievert_name": "Nanosievert",
|
|
785
|
-
"unit_radiation_rad_name": "Rad",
|
|
786
|
-
"unit_radiation_rem_name": "Uomo Equivalente Roentgen",
|
|
787
|
-
"unit_radiation_roentgen_name": "Roentgen",
|
|
788
|
-
"unit_radiation_sievert_name": "Sievert",
|
|
789
|
-
"unit_radioactivity_becquerel_name": "Becquerel",
|
|
790
|
-
"unit_radioactivity_curie_name": "Curie",
|
|
791
|
-
"unit_radioactivity_disintegrationsPerSecond_name": "Disintegrazioni per secondo",
|
|
792
|
-
"unit_radioactivity_gigaBecquerel_name": "Gigabecquerel",
|
|
793
|
-
"unit_radioactivity_kiloBecquerel_name": "Kilobecquerel",
|
|
794
|
-
"unit_radioactivity_megaBecquerel_name": "Megabecquerel",
|
|
795
|
-
"unit_radioactivity_microcurie_name": "Microcurie",
|
|
796
|
-
"unit_radioactivity_millicurie_name": "Millicurie",
|
|
797
|
-
"unit_radioactivity_rutherford_name": "Rutherford",
|
|
798
|
-
"unit_speed_centimeterPerHour_name": "Centimetro all'ora",
|
|
799
|
-
"unit_speed_centimeterPerMin_name": "Centimetro al minuto",
|
|
800
|
-
"unit_speed_centimeterPerSec_name": "Centimetro al secondo",
|
|
801
|
-
"unit_speed_footPerHour_name": "Piede all'ora",
|
|
802
|
-
"unit_speed_footPerMin_name": "Piede al minuto",
|
|
803
|
-
"unit_speed_footPerSec_name": "Piede al secondo",
|
|
804
|
-
"unit_speed_hourPerFoot_name": "Ore per piede",
|
|
805
|
-
"unit_speed_hourPerKilometer_name": "Ore per chilometro",
|
|
806
|
-
"unit_speed_hourPerMeter_name": "Ore per metro",
|
|
807
|
-
"unit_speed_hourPerMile_name": "Ore per miglio",
|
|
808
|
-
"unit_speed_inchPerHour_name": "Pollice all'ora",
|
|
809
|
-
"unit_speed_inchPerMin_name": "Pollice al minuto",
|
|
810
|
-
"unit_speed_inchPerSec_name": "Pollice al secondo",
|
|
811
|
-
"unit_speed_kilometerPerHour_name": "Chilometro all'ora",
|
|
812
|
-
"unit_speed_kilometerPerMin_name": "Chilometro al minuto",
|
|
813
|
-
"unit_speed_kilometerPerSec_name": "Chilometro al secondo",
|
|
814
|
-
"unit_speed_knot_name": "Nodo",
|
|
815
|
-
"unit_speed_lightSpeed_name": "Velocità della luce",
|
|
816
|
-
"unit_speed_machNumber_name": "Numero Mach",
|
|
817
|
-
"unit_speed_meterPerHour_name": "Metro all'ora",
|
|
818
|
-
"unit_speed_meterPerMin_name": "Metro al minuto",
|
|
819
|
-
"unit_speed_meterPerSec_name": "Metro al secondo",
|
|
820
|
-
"unit_speed_milePerHour_name": "Miglio all'ora",
|
|
821
|
-
"unit_speed_milePerMin_name": "Miglio al minuto",
|
|
822
|
-
"unit_speed_milePerSec_name": "Miglio al secondo",
|
|
823
|
-
"unit_speed_millimeterPerHour_name": "Millimetro all'ora",
|
|
824
|
-
"unit_speed_millimeterPerMin_name": "Millimetro al minuto",
|
|
825
|
-
"unit_speed_millimeterPerSec_name": "Millimetro al secondo",
|
|
826
|
-
"unit_speed_minPerFoot_name": "Minuti per piede",
|
|
827
|
-
"unit_speed_minPerKilometer_name": "Minuti per chilometro",
|
|
828
|
-
"unit_speed_minPerMeter_name": "Minuti per metro",
|
|
829
|
-
"unit_speed_minPerMile_name": "Minuti per miglio",
|
|
830
|
-
"unit_speed_secondPerFoot_name": "Secondi per piede",
|
|
831
|
-
"unit_speed_secondPerKilometer_name": "Secondi per chilometro",
|
|
832
|
-
"unit_speed_secondPerMeter_name": "Secondi per metro",
|
|
833
|
-
"unit_speed_secondPerMile_name": "Secondi per miglio",
|
|
834
|
-
"unit_speed_soundSpeedInAir_name": "Velocità del suono nell'aria",
|
|
835
|
-
"unit_speed_soundSpeedInSteel_name": "Velocità del suono nell'acciaio",
|
|
836
|
-
"unit_speed_soundSpeedInWater_name": "Velocità del suono nell'acqua",
|
|
837
|
-
"unit_temperature_celsius_name": "Celsius",
|
|
838
|
-
"unit_temperature_fahrenheit_name": "Fahrenheit",
|
|
839
|
-
"unit_temperature_kelvin_name": "Kelvin",
|
|
840
|
-
"unit_temperature_newton_name": "Newton",
|
|
841
|
-
"unit_temperature_rankine_name": "Rankine",
|
|
842
|
-
"unit_temperature_reaumur_name": "Réaumur",
|
|
843
|
-
"unit_temperature_romer_name": "Rømer",
|
|
844
|
-
"unit_time_century_name": "Secolo",
|
|
845
|
-
"unit_time_day_name": "Giorno",
|
|
846
|
-
"unit_time_decade_name": "Decennio",
|
|
847
|
-
"unit_time_fortnight_name": "Quindicina",
|
|
848
|
-
"unit_time_gregorianYear_name": "Anno Gregoriano",
|
|
849
|
-
"unit_time_hour_name": "Ora",
|
|
850
|
-
"unit_time_leapYear_name": "Anno Bisestile",
|
|
851
|
-
"unit_time_microsecond_name": "Microsecondo",
|
|
852
|
-
"unit_time_millenium_name": "Millennio",
|
|
853
|
-
"unit_time_millisecond_name": "Millisecondo",
|
|
854
|
-
"unit_time_minute_name": "Minuto",
|
|
855
|
-
"unit_time_second_name": "Secondo",
|
|
856
|
-
"unit_time_siderealYear_name": "Anno Sidereo",
|
|
857
|
-
"unit_time_tropicalYear_name": "Anno Tropico",
|
|
858
|
-
"unit_time_week_name": "Settimana",
|
|
859
|
-
"unit_time_year_name": "Anno",
|
|
860
|
-
"unit_torque_centimeterGramForce_name": "Centimetro-Forza Grammo",
|
|
861
|
-
"unit_torque_centimeterKgForce_name": "Centimetro-Forza Chilogrammo",
|
|
862
|
-
"unit_torque_decaNewtonMeter_name": "Decanewton Metro",
|
|
863
|
-
"unit_torque_footPoundForce_name": "Piede-Libbra Forza",
|
|
864
|
-
"unit_torque_footPoundal_name": "Piede-Poundal",
|
|
865
|
-
"unit_torque_inchPoundForce_name": "Pollice-Libbra Forza",
|
|
866
|
-
"unit_torque_kiloNewtonMeter_name": "Kilonewton Metro",
|
|
867
|
-
"unit_torque_meterGramForce_name": "Metro-Forza Grammo",
|
|
868
|
-
"unit_torque_meterKgForce_name": "Metro-Forza Chilogrammo",
|
|
869
|
-
"unit_torque_newtonCentimeter_name": "Newton Centimetro",
|
|
870
|
-
"unit_torque_newtonMeter_name": "Newton Metro",
|
|
871
|
-
"unit_typography_agate_name": "Agata",
|
|
872
|
-
"unit_typography_characterX_name": "Carattere X",
|
|
873
|
-
"unit_typography_characterY_name": "Carattere Y",
|
|
874
|
-
"unit_typography_cicero_name": "Cicero",
|
|
875
|
-
"unit_typography_inch_name": "Pollice",
|
|
876
|
-
"unit_typography_millimeter_name": "Millimetro",
|
|
877
|
-
"unit_typography_picaPostscript_name": "Pica Postscript",
|
|
878
|
-
"unit_typography_picaPrinter_name": "Pica stampatore",
|
|
879
|
-
"unit_typography_pixel_name": "Pixel",
|
|
880
|
-
"unit_typography_pointDidot_name": "Punto Didot",
|
|
881
|
-
"unit_typography_pointPostscript_name": "Punto Postscript",
|
|
882
|
-
"unit_typography_pointPrinter_name": "Punto stampatore",
|
|
883
|
-
"unit_unit_bakerDozen_name": "Dozzina del panettiere",
|
|
884
|
-
"unit_unit_dozen_name": "Dozzina",
|
|
885
|
-
"unit_unit_gross_name": "Grossa",
|
|
886
|
-
"unit_unit_halfDozen_name": "Mezza dozzina",
|
|
887
|
-
"unit_unit_half_name": "Metà",
|
|
888
|
-
"unit_unit_oneEighth_name": "Un ottavo",
|
|
889
|
-
"unit_unit_oneFifth_name": "Un quinto",
|
|
890
|
-
"unit_unit_oneForth_name": "Un quarto",
|
|
891
|
-
"unit_unit_oneNinth_name": "Un nono",
|
|
892
|
-
"unit_unit_oneSeventh_name": "Un settimo",
|
|
893
|
-
"unit_unit_oneSixth_name": "Un sesto",
|
|
894
|
-
"unit_unit_oneTenth_name": "Un decimo",
|
|
895
|
-
"unit_unit_oneThird_name": "Un terzo",
|
|
896
|
-
"unit_unit_pair_name": "Coppia",
|
|
897
|
-
"unit_unit_unit_name": "Unità",
|
|
898
|
-
"unit_volume_barrelImp_name": "Barile, imperiale",
|
|
899
|
-
"unit_volume_barrelOil_name": "Barile (petrolio)",
|
|
900
|
-
"unit_volume_barrelPetr_name": "Barile, petrolio",
|
|
901
|
-
"unit_volume_barrelUK_name": "Barile (UK)",
|
|
902
|
-
"unit_volume_barrelUS_name": "Barile (US)",
|
|
903
|
-
"unit_volume_bucket_name": "Secchio",
|
|
904
|
-
"unit_volume_bushel_name": "Staio",
|
|
905
|
-
"unit_volume_centiliter_name": "Centilitro",
|
|
906
|
-
"unit_volume_cubCentimeter_name": "Centimetro cubo",
|
|
907
|
-
"unit_volume_cubDecameter_name": "Decametro cubico",
|
|
908
|
-
"unit_volume_cubDecimeter_name": "Decimetro cubo",
|
|
909
|
-
"unit_volume_cubFoot_name": "Piede cubo",
|
|
910
|
-
"unit_volume_cubHectometer_name": "Ettometro cubico",
|
|
911
|
-
"unit_volume_cubInch_name": "Pollice cubo",
|
|
912
|
-
"unit_volume_cubKilometer_name": "Chilometro cubo",
|
|
913
|
-
"unit_volume_cubMeter_name": "Metro cubo",
|
|
914
|
-
"unit_volume_cubMicrometer_name": "Micrometro cubico",
|
|
915
|
-
"unit_volume_cubMile_name": "Miglio cubo",
|
|
916
|
-
"unit_volume_cubMillimeter_name": "Millimetro cubo",
|
|
917
|
-
"unit_volume_cubNanometer_name": "Nanometro cubico",
|
|
918
|
-
"unit_volume_cubYard_name": "Iarda cubica",
|
|
919
|
-
"unit_volume_cupImperial_name": "Tazza (imperiale)",
|
|
920
|
-
"unit_volume_cupMetric_name": "Tazza (metrica)",
|
|
921
|
-
"unit_volume_cupUK_name": "Tazza (UK)",
|
|
922
|
-
"unit_volume_cupUS_name": "Tazza (US)",
|
|
923
|
-
"unit_volume_cup_name": "Tazza",
|
|
924
|
-
"unit_volume_decaliter_name": "Decalitro",
|
|
925
|
-
"unit_volume_deciliter_name": "Decilitro",
|
|
926
|
-
"unit_volume_dessertspoonUK_name": "Cucchiaio da dessert (UK)",
|
|
927
|
-
"unit_volume_dessertspoonUS_name": "Cucchiaio da dessert (US)",
|
|
928
|
-
"unit_volume_dropImp_name": "Goccia, imperiale",
|
|
929
|
-
"unit_volume_dropMetric_name": "Goccia, metrica",
|
|
930
|
-
"unit_volume_flDram_name": "Dramma fluido",
|
|
931
|
-
"unit_volume_flOunceUK_name": "Oncia fluida (UK)",
|
|
932
|
-
"unit_volume_flOunceUS_name": "Oncia fluida (US)",
|
|
933
|
-
"unit_volume_flOunce_name": "Oncia fluida U.K.",
|
|
934
|
-
"unit_volume_flScruple_name": "Scrupolo fluido",
|
|
935
|
-
"unit_volume_gallonDry_name": "Gallone U.S. secco",
|
|
936
|
-
"unit_volume_gallonImperial_name": "Gallone (imperiale)",
|
|
937
|
-
"unit_volume_gallonLiq_name": "Gallone U.S. liquido",
|
|
938
|
-
"unit_volume_gallonUK_name": "Gallone (UK)",
|
|
939
|
-
"unit_volume_gallonUsDry_name": "Gallone (US secco)",
|
|
940
|
-
"unit_volume_gallonUsLiq_name": "Gallone (US liquido)",
|
|
941
|
-
"unit_volume_gallon_name": "Gallone U.K.",
|
|
942
|
-
"unit_volume_gillUK_name": "Gill (UK)",
|
|
943
|
-
"unit_volume_gillUS_name": "Gill (US)",
|
|
944
|
-
"unit_volume_gill_name": "Gill",
|
|
945
|
-
"unit_volume_hectoliter_name": "Ettolitro",
|
|
946
|
-
"unit_volume_liter_name": "Litro",
|
|
947
|
-
"unit_volume_milliliter_name": "Millilitro",
|
|
948
|
-
"unit_volume_minimUK_name": "Minim (UK)",
|
|
949
|
-
"unit_volume_minimUS_name": "Minim (US)",
|
|
950
|
-
"unit_volume_minim_name": "Minimo",
|
|
951
|
-
"unit_volume_peck_name": "Moggio",
|
|
952
|
-
"unit_volume_pintUK_name": "Pinta (UK)",
|
|
953
|
-
"unit_volume_pintUS_name": "Pinta (US)",
|
|
954
|
-
"unit_volume_pint_name": "Pinta (UK)",
|
|
955
|
-
"unit_volume_quartUK_name": "Quarto (UK)",
|
|
956
|
-
"unit_volume_quartUs_name": "Quarto (US)",
|
|
957
|
-
"unit_volume_quart_name": "Quarto",
|
|
958
|
-
"unit_volume_tablespoonImp_name": "Cucchiaio, imperiale",
|
|
959
|
-
"unit_volume_tablespoonMetr_name": "Cucchiaio, metrica",
|
|
960
|
-
"unit_volume_tablespoonMetric_name": "Cucchiaio (metrica)",
|
|
961
|
-
"unit_volume_tablespoonUK_name": "Cucchiaio (UK)",
|
|
962
|
-
"unit_volume_tablespoonUS_name": "Cucchiaio (US)",
|
|
963
|
-
"unit_volume_teaspoonImp_name": "Cucchiaino, imperiale",
|
|
964
|
-
"unit_volume_teaspoonMetr_name": "Cucchiaino, metrica",
|
|
965
|
-
"unit_volume_teaspoonMetric_name": "Cucchiaino (metrica)",
|
|
966
|
-
"unit_volume_teaspoonUK_name": "Cucchiaino (UK)",
|
|
967
|
-
"unit_volume_teaspoonUS_name": "Cucchiaino (US)",
|
|
968
|
-
"unit_volume_usPint_name": "Pinta (US)",
|
|
969
|
-
"unit_weight_caratMetr_name": "Carato, metrico",
|
|
970
|
-
"unit_weight_carat_name": "Carato",
|
|
971
|
-
"unit_weight_cental_name": "Cental",
|
|
972
|
-
"unit_weight_centner_name": "Quintale",
|
|
973
|
-
"unit_weight_dramTroy_name": "Dramma, troy",
|
|
974
|
-
"unit_weight_dram_name": "Dramma",
|
|
975
|
-
"unit_weight_grain_name": "Grano",
|
|
976
|
-
"unit_weight_gram_name": "Grammo",
|
|
977
|
-
"unit_weight_hundredweightLong_name": "Quintale, lungo",
|
|
978
|
-
"unit_weight_hundredweightShort_name": "Quintale, corto",
|
|
979
|
-
"unit_weight_kilogram_name": "Chilogrammo",
|
|
980
|
-
"unit_weight_microgram_name": "Microgrammo",
|
|
981
|
-
"unit_weight_milligram_name": "Milligrammo",
|
|
982
|
-
"unit_weight_nanogram_name": "Nanogrammo",
|
|
983
|
-
"unit_weight_ounceTroy_name": "Oncia, troy",
|
|
984
|
-
"unit_weight_ounce_name": "Oncia",
|
|
985
|
-
"unit_weight_pennyweight_name": "Pennyweight",
|
|
986
|
-
"unit_weight_pood_name": "[Stor.] Pud",
|
|
987
|
-
"unit_weight_poundTroy_name": "Libbra, troy",
|
|
988
|
-
"unit_weight_pound_name": "Libbra",
|
|
989
|
-
"unit_weight_poundlbs_name": "Libbra",
|
|
990
|
-
"unit_weight_quarter_name": "Quarto di tonnellata",
|
|
991
|
-
"unit_weight_stone_name": "Pietra",
|
|
992
|
-
"unit_weight_tonLong_name": "Tonnellata, lunga",
|
|
993
|
-
"unit_weight_tonShort_name": "Tonnellata, corta",
|
|
994
|
-
"unit_weight_tonne_name": "Tonnellata",
|
|
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": "Galloni UK per 100 Chilometri",
|
|
1868
|
-
"unit_fuel_gallonUSPer100Kilometers_name": "Galloni USA per 100 Chilometri",
|
|
1869
|
-
"unit_fuel_kilometerPerUKGallon_name": "Chilometri per Gallone (UK)",
|
|
1870
|
-
"unit_fuel_kilometerPerUSGallon_name": "Chilometri per Gallone (US)",
|
|
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": "La virgola (,) e il punto (.) sono trattati come separatori decimali."
|
|
1
|
+
{
|
|
2
|
+
"text_category_conversion": "conversione di {category}",
|
|
3
|
+
"text_unit_to_unit": "{sourceUnit} a {targetUnit}",
|
|
4
|
+
"text_unit_to_unit_conversion_table": "tabella di conversione da {sourceUnit} a {targetUnit}",
|
|
5
|
+
"text_unit_to_unit_converter": "Convertitore da {sourceUnit} a {targetUnit}",
|
|
6
|
+
"text_unit_converter_online": "Convertitore di Unità Online",
|
|
7
|
+
"text_conversion_calculator": "Calcolatrice di Conversione",
|
|
8
|
+
"text_input_unit": "Inserisci {conversionUnit}",
|
|
9
|
+
"text_from": "Da",
|
|
10
|
+
"text_to": "A",
|
|
11
|
+
"text_from_unit": "Da",
|
|
12
|
+
"text_to_unit": "A",
|
|
13
|
+
"text_swap_units": "Scambia unità",
|
|
14
|
+
"text_copy_result": "Copia risultato",
|
|
15
|
+
"text_search": "Cerca",
|
|
16
|
+
"text_converter": "Convertitore",
|
|
17
|
+
"text_convert": "Convertire",
|
|
18
|
+
"text_suggestion": "Suggerimento",
|
|
19
|
+
"text_search_conversion_placeholder": "Cerca coppie di conversione...",
|
|
20
|
+
"text_search_category_unit_placeholder": "Cerca unità di {category}",
|
|
21
|
+
"text_no_search_result_for_keyword": "Nessun risultato per {keyword}",
|
|
22
|
+
"text_seo_description_for_conversion_pair": "Convertitore da {sourceUnit} ({sourceUnitSymbol}) a {targetUnit} ({targetUnitSymbol}). Convertitore da {sourceUnit} a {targetUnit}. Come convertire {sourceUnit} ({sourceUnitSymbol}) in {targetUnit} ({targetUnitSymbol})",
|
|
23
|
+
"text_seo_second_title_for_conversion_pair": "Convertitore da {sourceUnit} ({sourceUnitSymbol}) a {targetUnit} ({targetUnitSymbol})",
|
|
24
|
+
"text_seo_title_for_conversion_pair": "Convertitore da {sourceUnit} a {targetUnit} ({sourceUnitCode} a {targetUnitCode})",
|
|
25
|
+
"text_seo_description_for_conversion_category": "Conversione di {category}, Convertire unità di {category}, Calcolatrice di {category}",
|
|
26
|
+
"text_seo_title_for_conversion_category": "Conversione di {category}",
|
|
27
|
+
"text_seo_description_for_root": "Convertire unità di lunghezza, energia, area, velocità,...",
|
|
28
|
+
"text_seo_title_for_root_page": "Convertitore di Unità Online | Calcolatrice di Conversione",
|
|
29
|
+
"text_select_language": "Seleziona la lingua",
|
|
30
|
+
"text_wait_for_loading_message": "Attendere un momento",
|
|
31
|
+
"action_close": "Chiudi",
|
|
32
|
+
"text_search_conversion_category": "Cerca categoria di conversione",
|
|
33
|
+
"text_last_updated": "Ultimo aggiornamento {time}",
|
|
34
|
+
"text_seo_title_for_currency_pair": "Converti {sourceUnitCode} in {targetUnitCode} - Tasso di cambio da {sourceUnit} a {targetUnit}",
|
|
35
|
+
"text_seo_second_title_for_currency_pair": "Tasso di cambio {sourceUnitCode} in {targetUnitCode} - Converti {sourceUnit} in {targetUnit}",
|
|
36
|
+
"text_seo_description_for_currency_pair": "Converti {sourceUnitCode} in {targetUnitCode} con il tasso di cambio più recente. Convertitore di valuta {sourceUnit} - {targetUnit}. Convertitore di valuta {sourceUnit} ({sourceUnitCode})",
|
|
37
|
+
"text_seo_title_for_currency_category": "Tassi di cambio - Convertitore di Valuta",
|
|
38
|
+
"text_seo_description_for_currency_category": "Ottieni i tassi di cambio più recenti con il Convertitore di Valuta. Calcolatore di denaro. Calcolatore di tassi di cambio. Confronta oltre 160 valute.",
|
|
39
|
+
"text_currency_convert_disclaimer": "Utilizziamo il tasso di mercato medio per il nostro Convertitore. Solo a scopo informativo.",
|
|
40
|
+
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
41
|
+
"ctg_acceleration_hint": "metri al secondo quadro, gravità standard",
|
|
42
|
+
"ctg_acceleration_title": "accelerazione",
|
|
43
|
+
"ctg_angle_hint": "gradi, minuti di arco, secondi di arco",
|
|
44
|
+
"ctg_angle_title": "Angolo",
|
|
45
|
+
"ctg_angularspeed_hint": "rivoluzione per ora, grado per ora",
|
|
46
|
+
"ctg_angularspeed_title": "Velocità angolare",
|
|
47
|
+
"ctg_area_hint": "ettaro, metro quadro, piede quadro",
|
|
48
|
+
"ctg_area_title": "area",
|
|
49
|
+
"ctg_astronomy_hint": "Unità Astronomica, Anno Luce",
|
|
50
|
+
"ctg_astronomy_title": "distanza astronomica",
|
|
51
|
+
"ctg_capacitance_hint": "Farad, millifarad",
|
|
52
|
+
"ctg_capacitance_title": "Capacitanza elettrica",
|
|
53
|
+
"ctg_currency_hint": "dollaro statunitense, euro, sterlina, franco svizzero",
|
|
54
|
+
"ctg_currency_title": "valuta",
|
|
55
|
+
"ctg_datastorage1024_hint": "bit, byte, kilobyte, megabyte",
|
|
56
|
+
"ctg_datastorage1024_title": "unità di capienza dati ( 1 KB = 1024B)",
|
|
57
|
+
"ctg_datastorage_hint": "bit, byte, kilobyte, kibibyte",
|
|
58
|
+
"ctg_datastorage_title": "capienza dati (1 KB = 1000B)",
|
|
59
|
+
"ctg_datatransfer_hint": "Kilobyte per Secondo, Megabyte per Secondo",
|
|
60
|
+
"ctg_datatransfer_title": "trasferimento dati",
|
|
61
|
+
"ctg_density_hint": "kg/l o oncia/gallone",
|
|
62
|
+
"ctg_density_title": "Densità",
|
|
63
|
+
"ctg_dynamicviscosity_hint": "Poise",
|
|
64
|
+
"ctg_dynamicviscosity_title": "Viscosità dinamica",
|
|
65
|
+
"ctg_electriccharge_hint": "Coulomb, Ampere/ora, Faraday",
|
|
66
|
+
"ctg_electriccharge_title": "carica elettrica",
|
|
67
|
+
"ctg_electriccurrent_hint": "ampere, milliampere, microampere",
|
|
68
|
+
"ctg_electriccurrent_title": "Corrente elettrica",
|
|
69
|
+
"ctg_electricpotential_hint": "Volt, Kilovolt, Watt/Ampere",
|
|
70
|
+
"ctg_electricpotential_title": "Potenziale elettrico",
|
|
71
|
+
"ctg_electricresistance_hint": "Ohm, Volt/Ampere",
|
|
72
|
+
"ctg_electricresistance_title": "Resistenza elettrica",
|
|
73
|
+
"ctg_energy_hint": "Joule, Caloria, BTU, Kg di TNT",
|
|
74
|
+
"ctg_energy_title": "Energia",
|
|
75
|
+
"ctg_favorites_title": "conversioni preferite",
|
|
76
|
+
"ctg_flow_hint": "litri al minuto / gallone al minuto",
|
|
77
|
+
"ctg_flow_title": "tasso di flusso",
|
|
78
|
+
"ctg_force_hint": "Newton, Forza Kg, Forza Pound",
|
|
79
|
+
"ctg_force_title": "Forza",
|
|
80
|
+
"ctg_frequency_hint": "hertz, megahertz, gigahertz",
|
|
81
|
+
"ctg_frequency_title": "Frequenza",
|
|
82
|
+
"ctg_fuel_hint": "litri per 100 km, litri per 100 miglia",
|
|
83
|
+
"ctg_fuel_title": "consumo di carburante",
|
|
84
|
+
"ctg_history_title": "storico",
|
|
85
|
+
"ctg_illuminance_hint": "Lumen per metro quadrato, Lux, Phot",
|
|
86
|
+
"ctg_illuminance_title": "Illuminamento",
|
|
87
|
+
"ctg_kinematicviscosity_hint": "Metro quadro per Secondo",
|
|
88
|
+
"ctg_kinematicviscosity_title": "Viscosità cinematica",
|
|
89
|
+
"ctg_length_hint": "Miglia, Metri, Piedi",
|
|
90
|
+
"ctg_length_title": "Lunghezza",
|
|
91
|
+
"ctg_luminance_hint": "Candela per Metro Quadro, Lambert",
|
|
92
|
+
"ctg_luminance_title": "Luminanza",
|
|
93
|
+
"ctg_magneticfield_hint": "Tesla, Gamma, Gauss",
|
|
94
|
+
"ctg_magneticfield_title": "Campo Magnetico",
|
|
95
|
+
"ctg_metrics_hint": "Giga, Mega, Kilo, Milli, Micro",
|
|
96
|
+
"ctg_metrics_title": "Prefissi SI",
|
|
97
|
+
"ctg_mineralization_hint": "Parti per milione, Parti per mille",
|
|
98
|
+
"ctg_mineralization_title": "Mineralizzazione",
|
|
99
|
+
"ctg_power_hint": "Kilowatt, Cavalli, Calorie al Secondo",
|
|
100
|
+
"ctg_power_title": "Potenza",
|
|
101
|
+
"ctg_pressure_hint": "Atmosfera, Bar, Pascal",
|
|
102
|
+
"ctg_pressure_title": "Pressione",
|
|
103
|
+
"ctg_radiation_hint": "Gray, Rad, Sievert",
|
|
104
|
+
"ctg_radiation_title": "Radiazione",
|
|
105
|
+
"ctg_radioactivity_hint": "Becquerel, Curie, Rutherford",
|
|
106
|
+
"ctg_radioactivity_title": "Radioattività",
|
|
107
|
+
"ctg_speed_hint": "Miglio all'ora, Chilometro all'ora",
|
|
108
|
+
"ctg_speed_title": "Velocità",
|
|
109
|
+
"ctg_temperature_hint": "Celsius, Fahrenheit, Kelvin",
|
|
110
|
+
"ctg_temperature_title": "Temperatura",
|
|
111
|
+
"ctg_time_hint": "Giorno, Ora, Minuto, Secondo",
|
|
112
|
+
"ctg_time_title": "Tempo",
|
|
113
|
+
"ctg_torque_hint": "Newton Metro, Metro-Chilogrammo Forza",
|
|
114
|
+
"ctg_torque_title": "Momento torcente",
|
|
115
|
+
"ctg_typography_hint": "Punto, Pica",
|
|
116
|
+
"ctg_typography_title": "Tipografia",
|
|
117
|
+
"ctg_unit_hint": "Unità, Coppia, Dozzina, Metà",
|
|
118
|
+
"ctg_unit_title": "Unità e frazioni",
|
|
119
|
+
"ctg_volume_hint": "Barile, Litro, Oncia Fluida",
|
|
120
|
+
"ctg_volume_title": "Volume",
|
|
121
|
+
"ctg_weight_hint": "Chilogrammo, Libbra, Oncia",
|
|
122
|
+
"ctg_weight_title": "Peso",
|
|
123
|
+
"unit_acceleration_footHourSecond_name": "Piede all'Ora al Secondo",
|
|
124
|
+
"unit_acceleration_footMinSecond_name": "Piede al Minuto al Secondo",
|
|
125
|
+
"unit_acceleration_footSecondSquared_name": "Piede al Secondo Quadrato",
|
|
126
|
+
"unit_acceleration_gal_name": "Galileo",
|
|
127
|
+
"unit_acceleration_inchHourSecond_name": "Pollice all'Ora al Secondo",
|
|
128
|
+
"unit_acceleration_inchMinSecond_name": "Pollice al Minuto al Secondo",
|
|
129
|
+
"unit_acceleration_inchSecondSquared_name": "Pollice al Secondo Quadrato",
|
|
130
|
+
"unit_acceleration_kmHourSecond_name": "Chilometro all'Ora al Secondo",
|
|
131
|
+
"unit_acceleration_kmHourSquared_name": "Chilometro all'Ora Quadrato",
|
|
132
|
+
"unit_acceleration_kmMinSecond_name": "Chilometro al Minuto al Secondo",
|
|
133
|
+
"unit_acceleration_kmSecondSquared_name": "Chilometro al Secondo Quadrato",
|
|
134
|
+
"unit_acceleration_knotSecond_name": "Nodo al Secondo",
|
|
135
|
+
"unit_acceleration_meterHourSecond_name": "Metro all'Ora al Secondo",
|
|
136
|
+
"unit_acceleration_meterMinSecond_name": "Metro al Minuto al Secondo",
|
|
137
|
+
"unit_acceleration_meterSecondSquared_name": "Metro al Secondo Quadrato",
|
|
138
|
+
"unit_acceleration_mileHourSecond_name": "Miglio all'Ora al Secondo",
|
|
139
|
+
"unit_acceleration_mileMinSecond_name": "Miglio al Minuto al Secondo",
|
|
140
|
+
"unit_acceleration_mileSecondSquared_name": "Miglio al Secondo Quadrato",
|
|
141
|
+
"unit_acceleration_standardGravity_name": "Gravità Standard",
|
|
142
|
+
"unit_angle_arcMinute_name": "Minuto d'Arco",
|
|
143
|
+
"unit_angle_arcSecond_name": "Secondo d'Arco",
|
|
144
|
+
"unit_angle_degree_name": "Grado",
|
|
145
|
+
"unit_angle_gradian_name": "Grado",
|
|
146
|
+
"unit_angle_octant_name": "Ottante",
|
|
147
|
+
"unit_angle_quadrant_name": "Quadrante",
|
|
148
|
+
"unit_angle_radian_name": "Radiante",
|
|
149
|
+
"unit_angle_sextant_name": "Sestante",
|
|
150
|
+
"unit_angle_sign_name": "Segno",
|
|
151
|
+
"unit_angle_turn_name": "Giro",
|
|
152
|
+
"unit_angularspeed_degreePerDay_name": "Grado al Giorno",
|
|
153
|
+
"unit_angularspeed_degreePerHour_name": "Grado all'Ora",
|
|
154
|
+
"unit_angularspeed_degreePerMin_name": "Grado al Minuto",
|
|
155
|
+
"unit_angularspeed_degreePerSec_name": "Grado al Secondo",
|
|
156
|
+
"unit_angularspeed_degreePerWeek_name": "Grado alla Settimana",
|
|
157
|
+
"unit_angularspeed_radianPerDay_name": "Radiante al Giorno",
|
|
158
|
+
"unit_angularspeed_radianPerHour_name": "Radiante all'Ora",
|
|
159
|
+
"unit_angularspeed_radianPerMin_name": "Radiante al Minuto",
|
|
160
|
+
"unit_angularspeed_radianPerSec_name": "Radiante al Secondo",
|
|
161
|
+
"unit_angularspeed_radianPerWeek_name": "Radiante alla Settimana",
|
|
162
|
+
"unit_angularspeed_revolutionPerDay_name": "Rivoluzione al Giorno",
|
|
163
|
+
"unit_angularspeed_revolutionPerHour_name": "Rivoluzione all'Ora",
|
|
164
|
+
"unit_angularspeed_revolutionPerMin_name": "Rivoluzione al Minuto",
|
|
165
|
+
"unit_angularspeed_revolutionPerSec_name": "Rivoluzione al Secondo",
|
|
166
|
+
"unit_angularspeed_revolutionPerWeek_name": "Rivoluzione alla Settimana",
|
|
167
|
+
"unit_area_acre_name": "Acre",
|
|
168
|
+
"unit_area_are_name": "Are",
|
|
169
|
+
"unit_area_circInch_name": "Pollice Circolare",
|
|
170
|
+
"unit_area_decare_name": "Decare",
|
|
171
|
+
"unit_area_hectare_name": "Ettaro",
|
|
172
|
+
"unit_area_rood_name": "Pertica",
|
|
173
|
+
"unit_area_sqCentimeter_name": "Centimetro quadrato",
|
|
174
|
+
"unit_area_sqChain_name": "Catena quadrata",
|
|
175
|
+
"unit_area_sqDecimeter_name": "Decimetro quadrato",
|
|
176
|
+
"unit_area_sqFoot_name": "Piede quadrato",
|
|
177
|
+
"unit_area_sqInch_name": "Pollice quadrato",
|
|
178
|
+
"unit_area_sqKilometer_name": "Kilometro quadrato",
|
|
179
|
+
"unit_area_sqMeter_name": "Metro quadrato",
|
|
180
|
+
"unit_area_sqMile_name": "Miglio quadrato",
|
|
181
|
+
"unit_area_sqMillimeter_name": "Millimetro quadrato",
|
|
182
|
+
"unit_area_sqRod_name": "Asta quadrata",
|
|
183
|
+
"unit_area_sqThou_name": "Millesimo quadrato",
|
|
184
|
+
"unit_area_sqYard_name": "Iarda quadrata",
|
|
185
|
+
"unit_area_square_name": "Quadrato",
|
|
186
|
+
"unit_astronomy_astronomicalUnit_name": "Unità astronomica",
|
|
187
|
+
"unit_astronomy_gigaParsec_name": "Gigaparsec",
|
|
188
|
+
"unit_astronomy_kilometer_name": "Kilometro",
|
|
189
|
+
"unit_astronomy_lightDay_name": "Giorno luce",
|
|
190
|
+
"unit_astronomy_lightHour_name": "Ora luce",
|
|
191
|
+
"unit_astronomy_lightMinute_name": "Minuto luce",
|
|
192
|
+
"unit_astronomy_lightSecond_name": "Secondo luce",
|
|
193
|
+
"unit_astronomy_lightYear_name": "Anno luce",
|
|
194
|
+
"unit_astronomy_megaParsec_name": "Megaparsec",
|
|
195
|
+
"unit_astronomy_mile_name": "Miglio",
|
|
196
|
+
"unit_astronomy_parsec_name": "Parsec",
|
|
197
|
+
"unit_capacitance_abfarad_name": "Abfarad",
|
|
198
|
+
"unit_capacitance_coulumbPerVolt_name": "Coulomb per volt",
|
|
199
|
+
"unit_capacitance_decaFarad_name": "Decafarad",
|
|
200
|
+
"unit_capacitance_farad_name": "Farad",
|
|
201
|
+
"unit_capacitance_gigaFarad_name": "Gigafarad",
|
|
202
|
+
"unit_capacitance_hectoFarad_name": "Ettofarad",
|
|
203
|
+
"unit_capacitance_kiloFarad_name": "Kilofarad",
|
|
204
|
+
"unit_capacitance_megaFarad_name": "Megafarad",
|
|
205
|
+
"unit_capacitance_microFarad_name": "Microfarad",
|
|
206
|
+
"unit_capacitance_milliFarad_name": "Millifarad",
|
|
207
|
+
"unit_capacitance_nanoFarad_name": "Nanofarad",
|
|
208
|
+
"unit_capacitance_picoFarad_name": "Picofarad",
|
|
209
|
+
"unit_capacitance_statfarad_name": "Statfarad",
|
|
210
|
+
"unit_converter": "Convertitore di unità",
|
|
211
|
+
"unit_currency_aed_name": "Dirham degli UAE",
|
|
212
|
+
"unit_currency_afn_name": "Afgani Afghano",
|
|
213
|
+
"unit_currency_all_name": "Lek albanese",
|
|
214
|
+
"unit_currency_amd_name": "Dram armeno",
|
|
215
|
+
"unit_currency_ang_name": "Fiorino delle Antille Olandesi",
|
|
216
|
+
"unit_currency_aoa_name": "Kwanza angolano",
|
|
217
|
+
"unit_currency_ars_name": "Peso argentino",
|
|
218
|
+
"unit_currency_aud_name": "Dollaro australiano",
|
|
219
|
+
"unit_currency_awg_name": "Fiorino di Aruba",
|
|
220
|
+
"unit_currency_azn_name": "Manat azero",
|
|
221
|
+
"unit_currency_bam_name": "Marco Convertibile della Bosnia ed Erzegovina",
|
|
222
|
+
"unit_currency_bbd_name": "Dollaro barbadiano",
|
|
223
|
+
"unit_currency_bdt_name": "Taka del Bangladesh",
|
|
224
|
+
"unit_currency_bgn_name": "Lev Bulgaro",
|
|
225
|
+
"unit_currency_bhd_name": "Dinaro del Bahrain",
|
|
226
|
+
"unit_currency_bif_name": "Franco del Burundi",
|
|
227
|
+
"unit_currency_bmd_name": "Dollaro delle Bermuda",
|
|
228
|
+
"unit_currency_bnd_name": "Dollaro del Brunei",
|
|
229
|
+
"unit_currency_bob_name": "Boliviano della Bolivia",
|
|
230
|
+
"unit_currency_brl_name": "Real Brasiliano",
|
|
231
|
+
"unit_currency_bsd_name": "Dollaro delle Bahamas",
|
|
232
|
+
"unit_currency_btc_name": "Bitcoin",
|
|
233
|
+
"unit_currency_btn_name": "Ngultrum del Bhutan",
|
|
234
|
+
"unit_currency_bwp_name": "Pula del Botswana",
|
|
235
|
+
"unit_currency_byn_name": "Nuovo Rublo Bielorusso",
|
|
236
|
+
"unit_currency_byr_name": "Rublo Bielorusso",
|
|
237
|
+
"unit_currency_bzd_name": "Dollaro del Belize",
|
|
238
|
+
"unit_currency_cad_name": "Dollaro Canadese",
|
|
239
|
+
"unit_currency_cdf_name": "Franco Congolese",
|
|
240
|
+
"unit_currency_chf_name": "Franco Svizzero",
|
|
241
|
+
"unit_currency_clp_name": "Peso Cileno",
|
|
242
|
+
"unit_currency_cny_name": "Yuan Cinese",
|
|
243
|
+
"unit_currency_cop_name": "Peso Colombiano",
|
|
244
|
+
"unit_currency_crc_name": "Colón Costaricano",
|
|
245
|
+
"unit_currency_cup_name": "Peso Cubano",
|
|
246
|
+
"unit_currency_cve_name": "Escudo del Capo Verde",
|
|
247
|
+
"unit_currency_czk_name": "Corona Ceca",
|
|
248
|
+
"unit_currency_djf_name": "Franco di Gibuti",
|
|
249
|
+
"unit_currency_dkk_name": "Corona Danese",
|
|
250
|
+
"unit_currency_dop_name": "Peso Dominicano",
|
|
251
|
+
"unit_currency_dzd_name": "Dinaro Algerino",
|
|
252
|
+
"unit_currency_egp_name": "Sterlina Egiziana",
|
|
253
|
+
"unit_currency_ern_name": "Nakfa Eritreo",
|
|
254
|
+
"unit_currency_etb_name": "Birr Etiope",
|
|
255
|
+
"unit_currency_eur_name": "Euro",
|
|
256
|
+
"unit_currency_fjd_name": "Dollaro delle Figi",
|
|
257
|
+
"unit_currency_fkp_name": "Sterlina delle Isole Falkland",
|
|
258
|
+
"unit_currency_gbp_name": "Sterlina Britannica",
|
|
259
|
+
"unit_currency_gel_name": "Lari Georgiano",
|
|
260
|
+
"unit_currency_ghs_name": "Cedi del Ghana",
|
|
261
|
+
"unit_currency_gip_name": "Sterlina di Gibilterra",
|
|
262
|
+
"unit_currency_gmd_name": "Dalasi del Gambia",
|
|
263
|
+
"unit_currency_gnf_name": "Franco Guineano",
|
|
264
|
+
"unit_currency_gtq_name": "Quetzal del Guatemala",
|
|
265
|
+
"unit_currency_gyd_name": "Dollaro della Guyana",
|
|
266
|
+
"unit_currency_hkd_name": "Dollaro di Hong Kong",
|
|
267
|
+
"unit_currency_hnl_name": "Lempira dell'Honduras",
|
|
268
|
+
"unit_currency_hrk_name": "Kuna Croata",
|
|
269
|
+
"unit_currency_htg_name": "Gourde Haitiana",
|
|
270
|
+
"unit_currency_huf_name": "Fiorino Ungherese",
|
|
271
|
+
"unit_currency_idr_name": "Rupia Indonesiana",
|
|
272
|
+
"unit_currency_ils_name": "Shekel Israeliano",
|
|
273
|
+
"unit_currency_inr_name": "Rupia Indiana",
|
|
274
|
+
"unit_currency_iqd_name": "Dinaro Iracheno",
|
|
275
|
+
"unit_currency_irr_name": "Rial Iraniano",
|
|
276
|
+
"unit_currency_isk_name": "Corona Islandese",
|
|
277
|
+
"unit_currency_jmd_name": "Dollaro Giamaicano",
|
|
278
|
+
"unit_currency_jod_name": "Dinaro Giordano",
|
|
279
|
+
"unit_currency_jpy_name": "Yen Giapponese",
|
|
280
|
+
"unit_currency_kes_name": "Scellino Keniota",
|
|
281
|
+
"unit_currency_kgs_name": "Som Kirghiso",
|
|
282
|
+
"unit_currency_khr_name": "Riel Cambogiano",
|
|
283
|
+
"unit_currency_kmf_name": "Franco Comoriano",
|
|
284
|
+
"unit_currency_kpw_name": "Won Nordcoreano",
|
|
285
|
+
"unit_currency_krw_name": "Won Sudcoreano",
|
|
286
|
+
"unit_currency_kwd_name": "Dinaro Kuwaitiano",
|
|
287
|
+
"unit_currency_kyd_name": "Dollaro delle Isole Cayman",
|
|
288
|
+
"unit_currency_kzt_name": "Tenge Kazako",
|
|
289
|
+
"unit_currency_lak_name": "Kip Laotiano",
|
|
290
|
+
"unit_currency_lbp_name": "Sterlina Libanese",
|
|
291
|
+
"unit_currency_lkr_name": "Rupia dello Sri Lanka",
|
|
292
|
+
"unit_currency_lrd_name": "Dollaro Liberiano",
|
|
293
|
+
"unit_currency_lsl_name": "Loti del Lesotho",
|
|
294
|
+
"unit_currency_ltl_name": "Lito Lituano",
|
|
295
|
+
"unit_currency_lyd_name": "Dinaro Libico",
|
|
296
|
+
"unit_currency_mad_name": "Dirham Marocchino",
|
|
297
|
+
"unit_currency_mdl_name": "Leu Moldavo",
|
|
298
|
+
"unit_currency_mga_name": "Ariary Malgascio",
|
|
299
|
+
"unit_currency_mkd_name": "Denaro Macedone",
|
|
300
|
+
"unit_currency_mmk_name": "Kyat Birmano",
|
|
301
|
+
"unit_currency_mnt_name": "Tugrik Mongolo",
|
|
302
|
+
"unit_currency_mop_name": "Pataca di Macao",
|
|
303
|
+
"unit_currency_mro_name": "Ouguiya Mauritana",
|
|
304
|
+
"unit_currency_mru_name": "Ouguiya Mauritana",
|
|
305
|
+
"unit_currency_mur_name": "Rupia Mauriziana",
|
|
306
|
+
"unit_currency_mvr_name": "Rufiyaa Maldiviana",
|
|
307
|
+
"unit_currency_mwk_name": "Kwacha Malawiano",
|
|
308
|
+
"unit_currency_mxn_name": "Peso Messicano",
|
|
309
|
+
"unit_currency_myr_name": "Ringgit Malese",
|
|
310
|
+
"unit_currency_mzn_name": "Metical Mozambicano",
|
|
311
|
+
"unit_currency_nad_name": "Dollaro Namibiano",
|
|
312
|
+
"unit_currency_ngn_name": "Naira Nigeriana",
|
|
313
|
+
"unit_currency_nio_name": "Cordoba del Nicaragua",
|
|
314
|
+
"unit_currency_nok_name": "Corona Norvegese",
|
|
315
|
+
"unit_currency_npr_name": "Rupia Nepalese",
|
|
316
|
+
"unit_currency_nzd_name": "Dollaro Neozelandese",
|
|
317
|
+
"unit_currency_omr_name": "Rial Omanita",
|
|
318
|
+
"unit_currency_pab_name": "Balboa Panamense",
|
|
319
|
+
"unit_currency_pen_name": "Nuevo Sol Peruviano",
|
|
320
|
+
"unit_currency_pgk_name": "Kina della Papua Nuova Guinea",
|
|
321
|
+
"unit_currency_php_name": "Peso Filippino",
|
|
322
|
+
"unit_currency_pkr_name": "Rupia Pakistana",
|
|
323
|
+
"unit_currency_pln_name": "Zloty Polacco",
|
|
324
|
+
"unit_currency_pyg_name": "Guarani Paraguaiano",
|
|
325
|
+
"unit_currency_qar_name": "Rial del Qatar",
|
|
326
|
+
"unit_currency_ron_name": "Nuovo Leu Rumeno",
|
|
327
|
+
"unit_currency_rsd_name": "Dinaro Serbo",
|
|
328
|
+
"unit_currency_rub_name": "Rublo Russo",
|
|
329
|
+
"unit_currency_rwf_name": "Franco Ruandese",
|
|
330
|
+
"unit_currency_sar_name": "Riyal Saudita",
|
|
331
|
+
"unit_currency_sbd_name": "Dollaro delle Isole Salomone",
|
|
332
|
+
"unit_currency_scr_name": "Rupia delle Seychelles",
|
|
333
|
+
"unit_currency_sdg_name": "Sterlina Sudanese",
|
|
334
|
+
"unit_currency_sek_name": "Corona Svedese",
|
|
335
|
+
"unit_currency_sgd_name": "Dollaro di Singapore",
|
|
336
|
+
"unit_currency_shp_name": "Sterlina di Sant'Elena",
|
|
337
|
+
"unit_currency_sll_name": "Leone della Sierra Leone",
|
|
338
|
+
"unit_currency_sos_name": "Scellino Somalo",
|
|
339
|
+
"unit_currency_srd_name": "Dollaro Surinamese",
|
|
340
|
+
"unit_currency_ssp_name": "Sterlina sud-sudanese",
|
|
341
|
+
"unit_currency_std_name": "Dobra di Sao Tomé",
|
|
342
|
+
"unit_currency_stn_name": "Dobra di São Tomé e Príncipe",
|
|
343
|
+
"unit_currency_svc_name": "Colón di El Salvador",
|
|
344
|
+
"unit_currency_syp_name": "Lira Siriana",
|
|
345
|
+
"unit_currency_szl_name": "Lilangeni dello Swaziland",
|
|
346
|
+
"unit_currency_thb_name": "Baht Thailandese",
|
|
347
|
+
"unit_currency_tjs_name": "Somoni Tagiko",
|
|
348
|
+
"unit_currency_tmt_name": "Manat del Turkmenistan",
|
|
349
|
+
"unit_currency_tnd_name": "Dinaro Tunisino",
|
|
350
|
+
"unit_currency_top_name": "Pa'anga di Tonga",
|
|
351
|
+
"unit_currency_try_name": "Lira Turca",
|
|
352
|
+
"unit_currency_ttd_name": "Dollaro di Trinidad e Tobago",
|
|
353
|
+
"unit_currency_twd_name": "Dollaro di Taiwan",
|
|
354
|
+
"unit_currency_tzs_name": "Scellino Tanzaniano",
|
|
355
|
+
"unit_currency_uah_name": "Grivnia Ucraina",
|
|
356
|
+
"unit_currency_ugx_name": "Scellino Ugandese",
|
|
357
|
+
"unit_currency_usd_name": "Dollaro Statunitense",
|
|
358
|
+
"unit_currency_uyu_name": "Nuovo Peso Uruguaiano",
|
|
359
|
+
"unit_currency_uzs_name": "Som Uzbeco",
|
|
360
|
+
"unit_currency_vef_name": "Bolivar Fuerte Venezuelano",
|
|
361
|
+
"unit_currency_ves_name": "Bolívar Soberano Venezuelano",
|
|
362
|
+
"unit_currency_vnd_name": "Dong Vietnamita",
|
|
363
|
+
"unit_currency_vuv_name": "Vatu di Vanuatu",
|
|
364
|
+
"unit_currency_wst_name": "Tala di Samoa",
|
|
365
|
+
"unit_currency_xaf_name": "Franco CFA - BEAC",
|
|
366
|
+
"unit_currency_xag_name": "Once di Argento",
|
|
367
|
+
"unit_currency_xau_name": "Once di Oro",
|
|
368
|
+
"unit_currency_xcd_name": "Dollaro dei Caraibi Orientali",
|
|
369
|
+
"unit_currency_xof_name": "Franco CFA - BCEAO",
|
|
370
|
+
"unit_currency_xpd_name": "Once di Palladio",
|
|
371
|
+
"unit_currency_xpf_name": "Franco CFP",
|
|
372
|
+
"unit_currency_xpt_name": "Once di platino",
|
|
373
|
+
"unit_currency_yer_name": "Riyal yemenita",
|
|
374
|
+
"unit_currency_zar_name": "Rand sudafricano",
|
|
375
|
+
"unit_currency_zmk_name": "Kwacha zambiano",
|
|
376
|
+
"unit_currency_zmw_name": "Kwacha zambiano",
|
|
377
|
+
"unit_datastorage1024_bit_name": "Bit",
|
|
378
|
+
"unit_datastorage1024_block_name": "Blocco",
|
|
379
|
+
"unit_datastorage1024_byte_name": "Byte",
|
|
380
|
+
"unit_datastorage1024_character_name": "Carattere",
|
|
381
|
+
"unit_datastorage1024_exbibit_name": "Exabit",
|
|
382
|
+
"unit_datastorage1024_exbibyte_name": "Exabyte",
|
|
383
|
+
"unit_datastorage1024_gibibit_name": "Gigabit",
|
|
384
|
+
"unit_datastorage1024_gibibyte_name": "Gigabyte",
|
|
385
|
+
"unit_datastorage1024_kibibit_name": "Kilobit",
|
|
386
|
+
"unit_datastorage1024_kibibyte_name": "Kilobyte",
|
|
387
|
+
"unit_datastorage1024_mebibit_name": "Megabit",
|
|
388
|
+
"unit_datastorage1024_mebibyte_name": "Megabyte",
|
|
389
|
+
"unit_datastorage1024_nibble_name": "Nibble",
|
|
390
|
+
"unit_datastorage1024_pebibit_name": "Petabit",
|
|
391
|
+
"unit_datastorage1024_pebibyte_name": "Petabyte",
|
|
392
|
+
"unit_datastorage1024_tebibit_name": "Terabit",
|
|
393
|
+
"unit_datastorage1024_tebibyte_name": "Terabyte",
|
|
394
|
+
"unit_datastorage1024_word_name": "Word",
|
|
395
|
+
"unit_datastorage_bit_name": "Bit",
|
|
396
|
+
"unit_datastorage_block_name": "Blocco",
|
|
397
|
+
"unit_datastorage_byte_name": "Byte",
|
|
398
|
+
"unit_datastorage_character_name": "Carattere",
|
|
399
|
+
"unit_datastorage_exabit_name": "Exabit",
|
|
400
|
+
"unit_datastorage_exabyte_name": "Exabyte",
|
|
401
|
+
"unit_datastorage_exbibit_name": "Exbibit",
|
|
402
|
+
"unit_datastorage_exbibyte_name": "Exbibyte",
|
|
403
|
+
"unit_datastorage_gibibit_name": "Gibibit",
|
|
404
|
+
"unit_datastorage_gibibyte_name": "Gibibyte",
|
|
405
|
+
"unit_datastorage_gigabit_name": "Gigabit",
|
|
406
|
+
"unit_datastorage_gigabyte_name": "Gigabyte",
|
|
407
|
+
"unit_datastorage_kibibit_name": "Kibibit",
|
|
408
|
+
"unit_datastorage_kibibyte_name": "Kibibyte",
|
|
409
|
+
"unit_datastorage_kilobit_name": "Kilobit",
|
|
410
|
+
"unit_datastorage_kilobyte_name": "Kilobyte",
|
|
411
|
+
"unit_datastorage_mebibit_name": "Mebibit",
|
|
412
|
+
"unit_datastorage_mebibyte_name": "Mebibyte",
|
|
413
|
+
"unit_datastorage_megabit_name": "Megabit",
|
|
414
|
+
"unit_datastorage_megabyte_name": "Megabyte",
|
|
415
|
+
"unit_datastorage_nibble_name": "Nibble",
|
|
416
|
+
"unit_datastorage_pebibit_name": "Pebibit",
|
|
417
|
+
"unit_datastorage_pebibyte_name": "Pebibyte",
|
|
418
|
+
"unit_datastorage_petabit_name": "Petabit",
|
|
419
|
+
"unit_datastorage_petabyte_name": "Petabyte",
|
|
420
|
+
"unit_datastorage_tebibit_name": "Tebibit",
|
|
421
|
+
"unit_datastorage_tebibyte_name": "Tebibyte",
|
|
422
|
+
"unit_datastorage_terabit_name": "Terabit",
|
|
423
|
+
"unit_datastorage_terabyte_name": "Terabyte",
|
|
424
|
+
"unit_datastorage_word_name": "Parola",
|
|
425
|
+
"unit_datatransfer_bitPerSecond_name": "Bit al secondo",
|
|
426
|
+
"unit_datatransfer_bytePerSecond_name": "Byte al secondo",
|
|
427
|
+
"unit_datatransfer_exabitPerSecond_name": "Exabit al secondo",
|
|
428
|
+
"unit_datatransfer_exabytePerSecond_name": "Exabyte al secondo",
|
|
429
|
+
"unit_datatransfer_exbibitPerSecond_name": "Exbibit al secondo",
|
|
430
|
+
"unit_datatransfer_exbibytePerSecond_name": "Exbibyte al secondo",
|
|
431
|
+
"unit_datatransfer_gibibitPerSecond_name": "Gibibit al secondo",
|
|
432
|
+
"unit_datatransfer_gibibytePerSecond_name": "Gibibyte al secondo",
|
|
433
|
+
"unit_datatransfer_gigabitPerSecond_name": "Gigabit al secondo",
|
|
434
|
+
"unit_datatransfer_gigabytePerSecond_name": "Gigabyte al secondo",
|
|
435
|
+
"unit_datatransfer_kibibitPerSecond_name": "Kibibit al secondo",
|
|
436
|
+
"unit_datatransfer_kibibytePerSecond_name": "Kibibyte al secondo",
|
|
437
|
+
"unit_datatransfer_kilobitPerSecond_name": "Kilobit al secondo",
|
|
438
|
+
"unit_datatransfer_kilobytePerSecond_name": "Kilobyte al secondo",
|
|
439
|
+
"unit_datatransfer_mebibitPerSecond_name": "Mebibit al secondo",
|
|
440
|
+
"unit_datatransfer_mebibytePerSecond_name": "Mebibyte al secondo",
|
|
441
|
+
"unit_datatransfer_megabitPerSecond_name": "Megabit al secondo",
|
|
442
|
+
"unit_datatransfer_megabytePerSecond_name": "Megabyte al secondo",
|
|
443
|
+
"unit_datatransfer_pebibitPerSecond_name": "Pebibit al secondo",
|
|
444
|
+
"unit_datatransfer_pebibytePerSecond_name": "Pebibyte al secondo",
|
|
445
|
+
"unit_datatransfer_petabitPerSecond_name": "Petabit al secondo",
|
|
446
|
+
"unit_datatransfer_petabytePerSecond_name": "Petabyte al secondo",
|
|
447
|
+
"unit_datatransfer_tebibitPerSecond_name": "Tebibit al secondo",
|
|
448
|
+
"unit_datatransfer_tebibytePerSecond_name": "Tebibyte al secondo",
|
|
449
|
+
"unit_datatransfer_terabitPerSecond_name": "Terabit al secondo",
|
|
450
|
+
"unit_datatransfer_terabytePerSecond_name": "Terabyte al secondo",
|
|
451
|
+
"unit_density_gramPerCubCentimeter_name": "Grammo per centimetro cubo",
|
|
452
|
+
"unit_density_gramPerCubMeter_name": "Grammo per metro cubo",
|
|
453
|
+
"unit_density_gramPerLiter_name": "Grammo per litro",
|
|
454
|
+
"unit_density_gramPerMilliliter_name": "Grammo per millilitro",
|
|
455
|
+
"unit_density_kilogramPerCubDecimeter_name": "Chilogrammo per decimetro cubo",
|
|
456
|
+
"unit_density_kilogramPerCubMeter_name": "Chilogrammo per metro cubo",
|
|
457
|
+
"unit_density_kilogramPerLiter_name": "Chilogrammo per litro",
|
|
458
|
+
"unit_density_ouncePerCubFoot_name": "Oncia per piede cubo",
|
|
459
|
+
"unit_density_ouncePerCubInch_name": "Oncia per pollice cubo",
|
|
460
|
+
"unit_density_ouncePerGallon_name": "Oncia per gallone US liquido",
|
|
461
|
+
"unit_density_poundPerCubFoot_name": "Libbra per piede cubo",
|
|
462
|
+
"unit_density_poundPerCubInch_name": "Libbra per pollice cubo",
|
|
463
|
+
"unit_density_poundPerGallon_name": "Libbra per gallone US liquido",
|
|
464
|
+
"unit_density_tonnerPerCubMeter_name": "Tonnellata per metro cubo",
|
|
465
|
+
"unit_dynamicviscosity_pascalSecond_name": "Pascal Secondo",
|
|
466
|
+
"unit_dynamicviscosity_poise_name": "Poise",
|
|
467
|
+
"unit_dynamicviscosity_poundForceSecondPerSqFoot_name": "Libbra-Forza Secondo per Piede Quadrato",
|
|
468
|
+
"unit_dynamicviscosity_poundForceSecondPerSqInch_name": "Libbra-Forza Secondo per Pollice Quadrato",
|
|
469
|
+
"unit_dynamicviscosity_poundPerFootHour_name": "Libbra per Piede Ora",
|
|
470
|
+
"unit_dynamicviscosity_poundPerFootSecond_name": "Libbra per Piede Secondo",
|
|
471
|
+
"unit_electriccharge_abcoulomb_name": "Abcoulomb",
|
|
472
|
+
"unit_electriccharge_ampereHour_name": "Ampere-ora",
|
|
473
|
+
"unit_electriccharge_ampereMin_name": "Ampere-minuto",
|
|
474
|
+
"unit_electriccharge_ampereSecond_name": "Ampere-secondo",
|
|
475
|
+
"unit_electriccharge_coulomb_name": "Coulomb",
|
|
476
|
+
"unit_electriccharge_faraday_name": "Faraday",
|
|
477
|
+
"unit_electriccharge_kiloCoulomb_name": "Kilocoulomb",
|
|
478
|
+
"unit_electriccharge_megaCoulomb_name": "Megacoulomb",
|
|
479
|
+
"unit_electriccharge_microCoulomb_name": "Microcoulomb",
|
|
480
|
+
"unit_electriccharge_milliCoulomb_name": "Millicoulomb",
|
|
481
|
+
"unit_electriccharge_milliampereHour_name": "Milliampere-ora",
|
|
482
|
+
"unit_electriccharge_milliampereMin_name": "Milliampere-minuto",
|
|
483
|
+
"unit_electriccharge_milliampereSecond_name": "Milliampere-secondo",
|
|
484
|
+
"unit_electriccharge_nanoCoulomb_name": "Nanocolumb",
|
|
485
|
+
"unit_electriccurrent_abampere_name": "Abampere",
|
|
486
|
+
"unit_electriccurrent_ampere_name": "Ampere",
|
|
487
|
+
"unit_electriccurrent_coulombPerSecond_name": "Coulomb per secondo",
|
|
488
|
+
"unit_electriccurrent_gigaAmpere_name": "Gigaampere",
|
|
489
|
+
"unit_electriccurrent_kiloAmpere_name": "Kiloampere",
|
|
490
|
+
"unit_electriccurrent_megaAmpere_name": "Megaampere",
|
|
491
|
+
"unit_electriccurrent_microAmpere_name": "Microampere",
|
|
492
|
+
"unit_electriccurrent_milliAmpere_name": "Milliampere",
|
|
493
|
+
"unit_electriccurrent_nanoAmpere_name": "Nanoampere",
|
|
494
|
+
"unit_electricpotential_abvolt_name": "Abvolt",
|
|
495
|
+
"unit_electricpotential_gigaVolt_name": "Gigavolt",
|
|
496
|
+
"unit_electricpotential_kiloVolt_name": "Kilovolt",
|
|
497
|
+
"unit_electricpotential_megaVolt_name": "Megavolt",
|
|
498
|
+
"unit_electricpotential_microVolt_name": "Microvolt",
|
|
499
|
+
"unit_electricpotential_milliVolt_name": "Millivolt",
|
|
500
|
+
"unit_electricpotential_nanoVolt_name": "Nanovolt",
|
|
501
|
+
"unit_electricpotential_statvolt_name": "Statvolt",
|
|
502
|
+
"unit_electricpotential_volt_name": "Volt",
|
|
503
|
+
"unit_electricpotential_wattPerAmpere_name": "Watt per ampere",
|
|
504
|
+
"unit_electricresistance_abohm_name": "Abohm",
|
|
505
|
+
"unit_electricresistance_gigaOhm_name": "Gigaohm",
|
|
506
|
+
"unit_electricresistance_kiloOhm_name": "Kiloohm",
|
|
507
|
+
"unit_electricresistance_megaOhm_name": "Megaohm",
|
|
508
|
+
"unit_electricresistance_microOhm_name": "Microohm",
|
|
509
|
+
"unit_electricresistance_milliOhm_name": "Milliohm",
|
|
510
|
+
"unit_electricresistance_nanoOhm_name": "Nanoohm",
|
|
511
|
+
"unit_electricresistance_ohm_name": "Ohm",
|
|
512
|
+
"unit_electricresistance_voltPerAmpere_name": "Volt per ampere",
|
|
513
|
+
"unit_energy_barrelOil_name": "Barile equivalente di petrolio",
|
|
514
|
+
"unit_energy_btuIT_name": "Unità Termica Britannica, Internazionale",
|
|
515
|
+
"unit_energy_btuIso_name": "Unità Termica Britannica, ISO",
|
|
516
|
+
"unit_energy_calorie_name": "Caloria",
|
|
517
|
+
"unit_energy_electronVolt_name": "Electronvolt",
|
|
518
|
+
"unit_energy_erg_name": "Erg",
|
|
519
|
+
"unit_energy_footPound_name": "Libbra-piede forza",
|
|
520
|
+
"unit_energy_gigacalorie_name": "Gigacaloria",
|
|
521
|
+
"unit_energy_gigajoule_name": "Gigajoule",
|
|
522
|
+
"unit_energy_joule_name": "Joule",
|
|
523
|
+
"unit_energy_kilocalorie_name": "Kilocaloria",
|
|
524
|
+
"unit_energy_kilogramTNT_name": "Chilogrammo di TNT",
|
|
525
|
+
"unit_energy_kilojoule_name": "Kilojoule",
|
|
526
|
+
"unit_energy_kilowattHour_name": "Kilowattora",
|
|
527
|
+
"unit_energy_megacalorie_name": "Megacaloria",
|
|
528
|
+
"unit_energy_megajoule_name": "Megajoule",
|
|
529
|
+
"unit_energy_megawattHour_name": "Megawattora",
|
|
530
|
+
"unit_energy_quad_name": "Quad",
|
|
531
|
+
"unit_energy_therm_name": "Therm",
|
|
532
|
+
"unit_energy_thermie_name": "Termia",
|
|
533
|
+
"unit_energy_tonTNT_name": "Tonnellata di TNT",
|
|
534
|
+
"unit_energy_tonneTNT_name": "Tonnellata di TNT",
|
|
535
|
+
"unit_energy_wattHour_name": "Wattora",
|
|
536
|
+
"unit_energy_wattSecond_name": "Watt Secondo",
|
|
537
|
+
"unit_flow_cubCentimeterPerDay_name": "Centimetro Cubico al Giorno",
|
|
538
|
+
"unit_flow_cubCentimeterPerHour_name": "Centimetro Cubico all'Ora",
|
|
539
|
+
"unit_flow_cubCentimeterPerMin_name": "Centimetro Cubico al Minuto",
|
|
540
|
+
"unit_flow_cubCentimeterPerSec_name": "Centimetro Cubico al Secondo",
|
|
541
|
+
"unit_flow_cubFootPerDay_name": "Piede Cubo al Giorno",
|
|
542
|
+
"unit_flow_cubFootPerHour_name": "Piede Cubo all'Ora",
|
|
543
|
+
"unit_flow_cubFootPerMin_name": "Piede Cubo al Minuto",
|
|
544
|
+
"unit_flow_cubFootPerSec_name": "Piede Cubo al Secondo",
|
|
545
|
+
"unit_flow_cubInchPerDay_name": "Pollice Cubo al Giorno",
|
|
546
|
+
"unit_flow_cubInchPerHour_name": "Pollice Cubo all'Ora",
|
|
547
|
+
"unit_flow_cubInchPerMin_name": "Pollice Cubo al Minuto",
|
|
548
|
+
"unit_flow_cubInchPerSec_name": "Pollice Cubo al Secondo",
|
|
549
|
+
"unit_flow_cubKmPerDay_name": "Km Cubo al Giorno",
|
|
550
|
+
"unit_flow_cubKmPerHour_name": "Km Cubo all'Ora",
|
|
551
|
+
"unit_flow_cubKmPerMin_name": "Km Cubo al Minuto",
|
|
552
|
+
"unit_flow_cubKmPerSec_name": "Km Cubo al Secondo",
|
|
553
|
+
"unit_flow_cubMeterPerDay_name": "Metro Cubo al Giorno",
|
|
554
|
+
"unit_flow_cubMeterPerHour_name": "Metro Cubo all'Ora",
|
|
555
|
+
"unit_flow_cubMeterPerMin_name": "Metro Cubo al Minuto",
|
|
556
|
+
"unit_flow_cubMeterPerSec_name": "Metro Cubo al Secondo",
|
|
557
|
+
"unit_flow_cubMilePerDay_name": "Miglio Cubo al Giorno",
|
|
558
|
+
"unit_flow_cubMilePerHour_name": "Miglio Cubo all'Ora",
|
|
559
|
+
"unit_flow_cubMilePerMin_name": "Miglio Cubo al Minuto",
|
|
560
|
+
"unit_flow_cubMilePerSec_name": "Miglio Cubo al Secondo",
|
|
561
|
+
"unit_flow_gallonPerDay_name": "Gallone (US, liquido) al Giorno",
|
|
562
|
+
"unit_flow_gallonPerHour_name": "Gallone (US, liquido) all'Ora",
|
|
563
|
+
"unit_flow_gallonPerMin_name": "Gallone (US, liquido) al Minuto",
|
|
564
|
+
"unit_flow_gallonPerSec_name": "Gallone (US, liquido) al Secondo",
|
|
565
|
+
"unit_flow_gallonUkPerDay_name": "Gallone UK al Giorno",
|
|
566
|
+
"unit_flow_gallonUkPerHour_name": "Gallone UK all'Ora",
|
|
567
|
+
"unit_flow_gallonUkPerMin_name": "Gallone UK al Minuto",
|
|
568
|
+
"unit_flow_gallonUkPerSec_name": "Gallone UK al Secondo",
|
|
569
|
+
"unit_flow_literPerDay_name": "Litro al Giorno",
|
|
570
|
+
"unit_flow_literPerHour_name": "Litro all'Ora",
|
|
571
|
+
"unit_flow_literPerMin_name": "Litro al minuto",
|
|
572
|
+
"unit_flow_literPerSec_name": "Litro al secondo",
|
|
573
|
+
"unit_force_dyne_name": "Dina",
|
|
574
|
+
"unit_force_gramForce_name": "Grammo-forza",
|
|
575
|
+
"unit_force_graveForce_name": "Grave-forza",
|
|
576
|
+
"unit_force_gravetForce_name": "Gravet-forza",
|
|
577
|
+
"unit_force_kilogramForce_name": "Chilogrammo-forza",
|
|
578
|
+
"unit_force_kilonewton_name": "Kilonewton",
|
|
579
|
+
"unit_force_kilopond_name": "Kilopondo",
|
|
580
|
+
"unit_force_kipForce_name": "Kip-forza",
|
|
581
|
+
"unit_force_meganewton_name": "Meganewton",
|
|
582
|
+
"unit_force_micronewton_name": "Micronewton",
|
|
583
|
+
"unit_force_milligramForce_name": "Milligrammo-forza",
|
|
584
|
+
"unit_force_milligraveForce_name": "Milligrave-forza",
|
|
585
|
+
"unit_force_millinewton_name": "Millinewton",
|
|
586
|
+
"unit_force_newton_name": "Newton",
|
|
587
|
+
"unit_force_ounceForce_name": "Oncia-forza",
|
|
588
|
+
"unit_force_poundForce_name": "Libbra-forza",
|
|
589
|
+
"unit_force_poundal_name": "Pondale",
|
|
590
|
+
"unit_force_sthene_name": "Stena",
|
|
591
|
+
"unit_force_tonForceLong_name": "Ton-forza (lungo)",
|
|
592
|
+
"unit_force_tonForceMetric_name": "Ton-forza (metrica)",
|
|
593
|
+
"unit_force_tonForceShort_name": "Ton-forza (corto)",
|
|
594
|
+
"unit_force_tonForce_name": "Ton-forza",
|
|
595
|
+
"unit_force_tonneForce_name": "Tonnellata-forza",
|
|
596
|
+
"unit_frequency_attohertz_name": "attohertz",
|
|
597
|
+
"unit_frequency_centihertz_name": "Centiherz",
|
|
598
|
+
"unit_frequency_decihertz_name": "Decihertz",
|
|
599
|
+
"unit_frequency_degree_hour_name": "Grado all'Ora",
|
|
600
|
+
"unit_frequency_degree_minute_name": "Grado al Minuto",
|
|
601
|
+
"unit_frequency_degree_second_name": "Grado al Secondo",
|
|
602
|
+
"unit_frequency_dekahertz_name": "Dekahertz",
|
|
603
|
+
"unit_frequency_exahertz_name": "esahertz",
|
|
604
|
+
"unit_frequency_femtohertz_name": "Femtohertz",
|
|
605
|
+
"unit_frequency_gigahertz_name": "Gigahertz",
|
|
606
|
+
"unit_frequency_hectohertz_name": "Ettahertz",
|
|
607
|
+
"unit_frequency_hertz_name": "Hertz",
|
|
608
|
+
"unit_frequency_kilohertz_name": "Kilohertz",
|
|
609
|
+
"unit_frequency_megahertz_name": "Megahertz",
|
|
610
|
+
"unit_frequency_microhertz_name": "Microhertz",
|
|
611
|
+
"unit_frequency_millihertz_name": "Millihertz",
|
|
612
|
+
"unit_frequency_nanohertz_name": "Nanohertz",
|
|
613
|
+
"unit_frequency_petahertz_name": "Petahertz",
|
|
614
|
+
"unit_frequency_picohertz_name": "Picohertz",
|
|
615
|
+
"unit_frequency_radian_hour_name": "Radiante all'Ora",
|
|
616
|
+
"unit_frequency_radian_minute_name": "Radiante al Minuto",
|
|
617
|
+
"unit_frequency_radian_second_name": "Radiante al Secondo",
|
|
618
|
+
"unit_frequency_revolution_hour_name": "Rivoluzione all'Ora",
|
|
619
|
+
"unit_frequency_revolution_minute_name": "Rivoluzione al Minuto",
|
|
620
|
+
"unit_frequency_terrahertz_name": "Terahertz",
|
|
621
|
+
"unit_fuel_gallonUKPer100Miles_name": "Galloni UK per 100 miglia",
|
|
622
|
+
"unit_fuel_gallonUSPer100Miles_name": "Galloni US per 100 miglia",
|
|
623
|
+
"unit_fuel_kmPerLiter_name": "Chilometri per litro",
|
|
624
|
+
"unit_fuel_literPer100Km_name": "Litri per 100 chilometri",
|
|
625
|
+
"unit_fuel_literPer100Miles_name": "Litri per 100 miglia",
|
|
626
|
+
"unit_fuel_milesPerLiter_name": "Miglia per litro",
|
|
627
|
+
"unit_fuel_milesPerUKGallon_name": "Miglia per gallone UK",
|
|
628
|
+
"unit_fuel_milesPerUSGallon_name": "Miglia per gallone US",
|
|
629
|
+
"unit_illuminance_footcandle_name": "Candela-piede",
|
|
630
|
+
"unit_illuminance_lumenPerSqCentimeter_name": "Lumen per centimetro quadrato",
|
|
631
|
+
"unit_illuminance_lumenPerSqFoot_name": "Lumen per piede quadrato",
|
|
632
|
+
"unit_illuminance_lumenPerSqInch_name": "Lumen per pollice quadrato",
|
|
633
|
+
"unit_illuminance_lumenPerSqMeter_name": "Lumen per metro quadrato",
|
|
634
|
+
"unit_illuminance_lux_name": "Lux",
|
|
635
|
+
"unit_illuminance_phot_name": "Phot",
|
|
636
|
+
"unit_kinematicviscosity_sqFootPerSecond_name": "Piede quadrato al secondo",
|
|
637
|
+
"unit_kinematicviscosity_sqMeterPerSecond_name": "Metro quadrato al secondo",
|
|
638
|
+
"unit_kinematicviscosity_stokes_name": "Stokes",
|
|
639
|
+
"unit_length_angstrom_name": "Ångström",
|
|
640
|
+
"unit_length_cable_name": "Cavo",
|
|
641
|
+
"unit_length_centimeter_name": "Centimetro",
|
|
642
|
+
"unit_length_chain_name": "Catena",
|
|
643
|
+
"unit_length_decameter_name": "Decametro",
|
|
644
|
+
"unit_length_decimeter_name": "Decimetro",
|
|
645
|
+
"unit_length_fathom_name": "Braccio",
|
|
646
|
+
"unit_length_feet_name": "Piedi",
|
|
647
|
+
"unit_length_foot_name": "Piede",
|
|
648
|
+
"unit_length_furlong_name": "Furlong",
|
|
649
|
+
"unit_length_hand_name": "Mano",
|
|
650
|
+
"unit_length_hectometer_name": "Ettometro",
|
|
651
|
+
"unit_length_inch_name": "Pollice",
|
|
652
|
+
"unit_length_inches_name": "Pollici",
|
|
653
|
+
"unit_length_kilometer_name": "Chilometro",
|
|
654
|
+
"unit_length_league_name": "[Storico.] Lega terrestre",
|
|
655
|
+
"unit_length_link_name": "Collegamento",
|
|
656
|
+
"unit_length_meter_name": "Metro",
|
|
657
|
+
"unit_length_micron_name": "Micron",
|
|
658
|
+
"unit_length_mile_name": "Miglio",
|
|
659
|
+
"unit_length_millimeter_name": "Millimetro",
|
|
660
|
+
"unit_length_nanometer_name": "Nanometro",
|
|
661
|
+
"unit_length_nauticalLeague_name": "[Storico.] Lega nautica",
|
|
662
|
+
"unit_length_nauticalMile_name": "Miglio nautico",
|
|
663
|
+
"unit_length_picometer_name": "Picometro",
|
|
664
|
+
"unit_length_rod_name": "Asta",
|
|
665
|
+
"unit_length_russia_Arshin_name": "[Storico.rus.] Arshin",
|
|
666
|
+
"unit_length_russia_Dot_name": "[Storico.rus.] Punto",
|
|
667
|
+
"unit_length_russia_KosayaSazhen_name": "[Storico.rus.] Kosaya sazhen",
|
|
668
|
+
"unit_length_russia_Line_name": "[Storico.rus.] Linea",
|
|
669
|
+
"unit_length_russia_MakhovayaSazhen_name": "[Storico.rus.] Makhovaya sazhen",
|
|
670
|
+
"unit_length_russia_MezhevayaVerst_name": "[Storico.rus.] Mezhevaya verst",
|
|
671
|
+
"unit_length_russia_Sazhen_name": "[Storico.rus.] Sazhen",
|
|
672
|
+
"unit_length_russia_Span_name": "[Storico.rus.] Span",
|
|
673
|
+
"unit_length_russia_Vershok_name": "[Storico.rus.] Vershok",
|
|
674
|
+
"unit_length_russia_Verst_name": "[Storico.rus.] Versta",
|
|
675
|
+
"unit_length_thou_name": "Millesimo",
|
|
676
|
+
"unit_length_yard_name": "Iarda",
|
|
677
|
+
"unit_luminance_candelaPerSqCentimeter_name": "Candela per centimetro quadrato",
|
|
678
|
+
"unit_luminance_candelaPerSqFoot_name": "Candela per piede quadrato",
|
|
679
|
+
"unit_luminance_candelaPerSqInch_name": "Candela per pollice quadrato",
|
|
680
|
+
"unit_luminance_candelaPerSqMeter_name": "Candela per metro quadrato",
|
|
681
|
+
"unit_luminance_footlambert_name": "Foot-lambert",
|
|
682
|
+
"unit_luminance_kilocandelaPerSqMeter_name": "Kilocandela per metro quadrato",
|
|
683
|
+
"unit_luminance_lambert_name": "Lambert",
|
|
684
|
+
"unit_luminance_stilb_name": "Stilb",
|
|
685
|
+
"unit_magneticfield_gamma_name": "Gamma",
|
|
686
|
+
"unit_magneticfield_gauss_name": "Gauss",
|
|
687
|
+
"unit_magneticfield_kiloTesla_name": "Kilotesla",
|
|
688
|
+
"unit_magneticfield_megaTesla_name": "Megatesla",
|
|
689
|
+
"unit_magneticfield_microTesla_name": "Microtesla",
|
|
690
|
+
"unit_magneticfield_milliTesla_name": "Millitesla",
|
|
691
|
+
"unit_magneticfield_nanoTesla_name": "Nanotesla",
|
|
692
|
+
"unit_magneticfield_picoTesla_name": "Picotesla",
|
|
693
|
+
"unit_magneticfield_tesla_name": "Tesla",
|
|
694
|
+
"unit_magneticfield_waberPerSqMeter_name": "Weber per metro quadrato",
|
|
695
|
+
"unit_metrics_atto_name": "Atto",
|
|
696
|
+
"unit_metrics_centi_name": "Centi",
|
|
697
|
+
"unit_metrics_deci_name": "Deci",
|
|
698
|
+
"unit_metrics_deka_name": "Deca",
|
|
699
|
+
"unit_metrics_exa_name": "Exa",
|
|
700
|
+
"unit_metrics_femto_name": "Femto",
|
|
701
|
+
"unit_metrics_giga_name": "Giga",
|
|
702
|
+
"unit_metrics_hecto_name": "Ecto",
|
|
703
|
+
"unit_metrics_kilo_name": "Chilo",
|
|
704
|
+
"unit_metrics_mega_name": "Mega",
|
|
705
|
+
"unit_metrics_micro_name": "Micro",
|
|
706
|
+
"unit_metrics_milli_name": "Milli",
|
|
707
|
+
"unit_metrics_nano_name": "Nano",
|
|
708
|
+
"unit_metrics_peta_name": "Peta",
|
|
709
|
+
"unit_metrics_pico_name": "Pico",
|
|
710
|
+
"unit_metrics_tera_name": "Tera",
|
|
711
|
+
"unit_metrics_unit_name": "Unità",
|
|
712
|
+
"unit_metrics_yocto_name": "Yocto",
|
|
713
|
+
"unit_metrics_yotta_name": "Yotta",
|
|
714
|
+
"unit_metrics_zepto_name": "Zepto",
|
|
715
|
+
"unit_metrics_zetta_name": "Zetta",
|
|
716
|
+
"unit_mineralization_degreeHardness_name": "Grado di durezza",
|
|
717
|
+
"unit_mineralization_frenchDegree_name": "Grado francese",
|
|
718
|
+
"unit_mineralization_mgPerLiter_name": "Milligrammo per litro",
|
|
719
|
+
"unit_mineralization_ppm_name": "Parti per milione",
|
|
720
|
+
"unit_mineralization_ppt_name": "Parti per mille",
|
|
721
|
+
"unit_power_btuPerHour_name": "Unità termica britannica per ora",
|
|
722
|
+
"unit_power_btuPerMinute_name": "Unità termica britannica per minuto",
|
|
723
|
+
"unit_power_btuPerSecond_name": "British Thermal Unit al secondo",
|
|
724
|
+
"unit_power_caloriePerHour_name": "Caloria all'ora",
|
|
725
|
+
"unit_power_caloriePerSecond_name": "Caloria al secondo",
|
|
726
|
+
"unit_power_ergPerSecond_name": "Erg al secondo",
|
|
727
|
+
"unit_power_horsepowerBoiler_name": "Cavallo vapore, caldaia",
|
|
728
|
+
"unit_power_horsepowerElectrical_name": "Cavallo vapore, elettrico",
|
|
729
|
+
"unit_power_horsepowerMechanical_name": "Cavallo vapore, meccanico",
|
|
730
|
+
"unit_power_horsepowerMetric_name": "Cavallo vapore, metrico",
|
|
731
|
+
"unit_power_joulePerSecond_name": "Joule al secondo",
|
|
732
|
+
"unit_power_kilocaloriePerHour_name": "Kilocaloria all'ora",
|
|
733
|
+
"unit_power_kilocaloriePerSecond_name": "Kilocaloria al secondo",
|
|
734
|
+
"unit_power_kilowatt_name": "Kilowatt",
|
|
735
|
+
"unit_power_megacaloriePerHour_name": "Megacaloria all'ora",
|
|
736
|
+
"unit_power_megacaloriePerSecond_name": "Megacaloria al secondo",
|
|
737
|
+
"unit_power_megawatt_name": "Megawatt",
|
|
738
|
+
"unit_power_watt_name": "Watt",
|
|
739
|
+
"unit_pressure_atmosphereTech_name": "Atmosfera, tecnica",
|
|
740
|
+
"unit_pressure_atmosphere_name": "Atmosfera",
|
|
741
|
+
"unit_pressure_bar_name": "Bar",
|
|
742
|
+
"unit_pressure_barye_name": "Barye",
|
|
743
|
+
"unit_pressure_centimeterOfMercury_name": "Centimetro di mercurio",
|
|
744
|
+
"unit_pressure_centimeterOfWater_name": "Centimetro d'acqua",
|
|
745
|
+
"unit_pressure_footOfMercury_name": "Piede di mercurio",
|
|
746
|
+
"unit_pressure_footOfWater_name": "Piede d'acqua",
|
|
747
|
+
"unit_pressure_hectopascal_name": "Hectopascal",
|
|
748
|
+
"unit_pressure_inchOfMercury_name": "Pollice di mercurio",
|
|
749
|
+
"unit_pressure_inchOfWater_name": "Pollice d'acqua",
|
|
750
|
+
"unit_pressure_kgPerSquareCentimeter_name": "Chilogrammo per centimetro quadrato",
|
|
751
|
+
"unit_pressure_kgPerSquareMeter_name": "Chilogrammo per metro quadrato",
|
|
752
|
+
"unit_pressure_kgPerSquareMillimeter_name": "Chilogrammo per millimetro quadrato",
|
|
753
|
+
"unit_pressure_kilonewtonPerSquareMeter_name": "Kilonewton per metro quadrato",
|
|
754
|
+
"unit_pressure_kilopascal_name": "Kilopascal",
|
|
755
|
+
"unit_pressure_meganewtonPerSquareMeter_name": "Meganewton per metro quadrato",
|
|
756
|
+
"unit_pressure_megapascal_name": "Megapascal",
|
|
757
|
+
"unit_pressure_meterOfWater_name": "Metro d'acqua",
|
|
758
|
+
"unit_pressure_micrometrOfMercury_name": "Micrometro di mercurio",
|
|
759
|
+
"unit_pressure_millibar_name": "Millibar",
|
|
760
|
+
"unit_pressure_millimeterOfMercury_name": "Millimetro di mercurio",
|
|
761
|
+
"unit_pressure_millimeterOfWater_name": "Millimetro d'acqua",
|
|
762
|
+
"unit_pressure_newtonPerSquareCentimeter_name": "Newton per centimetro quadrato",
|
|
763
|
+
"unit_pressure_newtonPerSquareMeter_name": "Newton per metro quadrato",
|
|
764
|
+
"unit_pressure_newtonPerSquareMillimeter_name": "Newton per millimetro quadrato",
|
|
765
|
+
"unit_pressure_pascal_name": "Pascal",
|
|
766
|
+
"unit_pressure_poundPerSquareFoot_name": "Libbra per piede quadrato",
|
|
767
|
+
"unit_pressure_poundPerSquareInch_name": "Libbra per pollice quadrato",
|
|
768
|
+
"unit_pressure_thousandPoundsPerSquareInch_name": "Mille libbre per pollice quadrato",
|
|
769
|
+
"unit_pressure_torr_name": "Torr",
|
|
770
|
+
"unit_radiation_centigray_name": "Centigray",
|
|
771
|
+
"unit_radiation_decigray_name": "Decigray",
|
|
772
|
+
"unit_radiation_dekagray_name": "Decagray",
|
|
773
|
+
"unit_radiation_gray_name": "Gray",
|
|
774
|
+
"unit_radiation_hectogray_name": "Hectogray",
|
|
775
|
+
"unit_radiation_kilogray_name": "Kilogray",
|
|
776
|
+
"unit_radiation_megagray_name": "Megagray",
|
|
777
|
+
"unit_radiation_microRoentgen_name": "Microroentgen",
|
|
778
|
+
"unit_radiation_microSievert_name": "Microsievert",
|
|
779
|
+
"unit_radiation_microgray_name": "Microgray",
|
|
780
|
+
"unit_radiation_milliRoentgen_name": "Milliroentgen",
|
|
781
|
+
"unit_radiation_milliSievert_name": "Millisievert",
|
|
782
|
+
"unit_radiation_milligray_name": "Milligray",
|
|
783
|
+
"unit_radiation_millirad_name": "Millirad",
|
|
784
|
+
"unit_radiation_nanoSievert_name": "Nanosievert",
|
|
785
|
+
"unit_radiation_rad_name": "Rad",
|
|
786
|
+
"unit_radiation_rem_name": "Uomo Equivalente Roentgen",
|
|
787
|
+
"unit_radiation_roentgen_name": "Roentgen",
|
|
788
|
+
"unit_radiation_sievert_name": "Sievert",
|
|
789
|
+
"unit_radioactivity_becquerel_name": "Becquerel",
|
|
790
|
+
"unit_radioactivity_curie_name": "Curie",
|
|
791
|
+
"unit_radioactivity_disintegrationsPerSecond_name": "Disintegrazioni per secondo",
|
|
792
|
+
"unit_radioactivity_gigaBecquerel_name": "Gigabecquerel",
|
|
793
|
+
"unit_radioactivity_kiloBecquerel_name": "Kilobecquerel",
|
|
794
|
+
"unit_radioactivity_megaBecquerel_name": "Megabecquerel",
|
|
795
|
+
"unit_radioactivity_microcurie_name": "Microcurie",
|
|
796
|
+
"unit_radioactivity_millicurie_name": "Millicurie",
|
|
797
|
+
"unit_radioactivity_rutherford_name": "Rutherford",
|
|
798
|
+
"unit_speed_centimeterPerHour_name": "Centimetro all'ora",
|
|
799
|
+
"unit_speed_centimeterPerMin_name": "Centimetro al minuto",
|
|
800
|
+
"unit_speed_centimeterPerSec_name": "Centimetro al secondo",
|
|
801
|
+
"unit_speed_footPerHour_name": "Piede all'ora",
|
|
802
|
+
"unit_speed_footPerMin_name": "Piede al minuto",
|
|
803
|
+
"unit_speed_footPerSec_name": "Piede al secondo",
|
|
804
|
+
"unit_speed_hourPerFoot_name": "Ore per piede",
|
|
805
|
+
"unit_speed_hourPerKilometer_name": "Ore per chilometro",
|
|
806
|
+
"unit_speed_hourPerMeter_name": "Ore per metro",
|
|
807
|
+
"unit_speed_hourPerMile_name": "Ore per miglio",
|
|
808
|
+
"unit_speed_inchPerHour_name": "Pollice all'ora",
|
|
809
|
+
"unit_speed_inchPerMin_name": "Pollice al minuto",
|
|
810
|
+
"unit_speed_inchPerSec_name": "Pollice al secondo",
|
|
811
|
+
"unit_speed_kilometerPerHour_name": "Chilometro all'ora",
|
|
812
|
+
"unit_speed_kilometerPerMin_name": "Chilometro al minuto",
|
|
813
|
+
"unit_speed_kilometerPerSec_name": "Chilometro al secondo",
|
|
814
|
+
"unit_speed_knot_name": "Nodo",
|
|
815
|
+
"unit_speed_lightSpeed_name": "Velocità della luce",
|
|
816
|
+
"unit_speed_machNumber_name": "Numero Mach",
|
|
817
|
+
"unit_speed_meterPerHour_name": "Metro all'ora",
|
|
818
|
+
"unit_speed_meterPerMin_name": "Metro al minuto",
|
|
819
|
+
"unit_speed_meterPerSec_name": "Metro al secondo",
|
|
820
|
+
"unit_speed_milePerHour_name": "Miglio all'ora",
|
|
821
|
+
"unit_speed_milePerMin_name": "Miglio al minuto",
|
|
822
|
+
"unit_speed_milePerSec_name": "Miglio al secondo",
|
|
823
|
+
"unit_speed_millimeterPerHour_name": "Millimetro all'ora",
|
|
824
|
+
"unit_speed_millimeterPerMin_name": "Millimetro al minuto",
|
|
825
|
+
"unit_speed_millimeterPerSec_name": "Millimetro al secondo",
|
|
826
|
+
"unit_speed_minPerFoot_name": "Minuti per piede",
|
|
827
|
+
"unit_speed_minPerKilometer_name": "Minuti per chilometro",
|
|
828
|
+
"unit_speed_minPerMeter_name": "Minuti per metro",
|
|
829
|
+
"unit_speed_minPerMile_name": "Minuti per miglio",
|
|
830
|
+
"unit_speed_secondPerFoot_name": "Secondi per piede",
|
|
831
|
+
"unit_speed_secondPerKilometer_name": "Secondi per chilometro",
|
|
832
|
+
"unit_speed_secondPerMeter_name": "Secondi per metro",
|
|
833
|
+
"unit_speed_secondPerMile_name": "Secondi per miglio",
|
|
834
|
+
"unit_speed_soundSpeedInAir_name": "Velocità del suono nell'aria",
|
|
835
|
+
"unit_speed_soundSpeedInSteel_name": "Velocità del suono nell'acciaio",
|
|
836
|
+
"unit_speed_soundSpeedInWater_name": "Velocità del suono nell'acqua",
|
|
837
|
+
"unit_temperature_celsius_name": "Celsius",
|
|
838
|
+
"unit_temperature_fahrenheit_name": "Fahrenheit",
|
|
839
|
+
"unit_temperature_kelvin_name": "Kelvin",
|
|
840
|
+
"unit_temperature_newton_name": "Newton",
|
|
841
|
+
"unit_temperature_rankine_name": "Rankine",
|
|
842
|
+
"unit_temperature_reaumur_name": "Réaumur",
|
|
843
|
+
"unit_temperature_romer_name": "Rømer",
|
|
844
|
+
"unit_time_century_name": "Secolo",
|
|
845
|
+
"unit_time_day_name": "Giorno",
|
|
846
|
+
"unit_time_decade_name": "Decennio",
|
|
847
|
+
"unit_time_fortnight_name": "Quindicina",
|
|
848
|
+
"unit_time_gregorianYear_name": "Anno Gregoriano",
|
|
849
|
+
"unit_time_hour_name": "Ora",
|
|
850
|
+
"unit_time_leapYear_name": "Anno Bisestile",
|
|
851
|
+
"unit_time_microsecond_name": "Microsecondo",
|
|
852
|
+
"unit_time_millenium_name": "Millennio",
|
|
853
|
+
"unit_time_millisecond_name": "Millisecondo",
|
|
854
|
+
"unit_time_minute_name": "Minuto",
|
|
855
|
+
"unit_time_second_name": "Secondo",
|
|
856
|
+
"unit_time_siderealYear_name": "Anno Sidereo",
|
|
857
|
+
"unit_time_tropicalYear_name": "Anno Tropico",
|
|
858
|
+
"unit_time_week_name": "Settimana",
|
|
859
|
+
"unit_time_year_name": "Anno",
|
|
860
|
+
"unit_torque_centimeterGramForce_name": "Centimetro-Forza Grammo",
|
|
861
|
+
"unit_torque_centimeterKgForce_name": "Centimetro-Forza Chilogrammo",
|
|
862
|
+
"unit_torque_decaNewtonMeter_name": "Decanewton Metro",
|
|
863
|
+
"unit_torque_footPoundForce_name": "Piede-Libbra Forza",
|
|
864
|
+
"unit_torque_footPoundal_name": "Piede-Poundal",
|
|
865
|
+
"unit_torque_inchPoundForce_name": "Pollice-Libbra Forza",
|
|
866
|
+
"unit_torque_kiloNewtonMeter_name": "Kilonewton Metro",
|
|
867
|
+
"unit_torque_meterGramForce_name": "Metro-Forza Grammo",
|
|
868
|
+
"unit_torque_meterKgForce_name": "Metro-Forza Chilogrammo",
|
|
869
|
+
"unit_torque_newtonCentimeter_name": "Newton Centimetro",
|
|
870
|
+
"unit_torque_newtonMeter_name": "Newton Metro",
|
|
871
|
+
"unit_typography_agate_name": "Agata",
|
|
872
|
+
"unit_typography_characterX_name": "Carattere X",
|
|
873
|
+
"unit_typography_characterY_name": "Carattere Y",
|
|
874
|
+
"unit_typography_cicero_name": "Cicero",
|
|
875
|
+
"unit_typography_inch_name": "Pollice",
|
|
876
|
+
"unit_typography_millimeter_name": "Millimetro",
|
|
877
|
+
"unit_typography_picaPostscript_name": "Pica Postscript",
|
|
878
|
+
"unit_typography_picaPrinter_name": "Pica stampatore",
|
|
879
|
+
"unit_typography_pixel_name": "Pixel",
|
|
880
|
+
"unit_typography_pointDidot_name": "Punto Didot",
|
|
881
|
+
"unit_typography_pointPostscript_name": "Punto Postscript",
|
|
882
|
+
"unit_typography_pointPrinter_name": "Punto stampatore",
|
|
883
|
+
"unit_unit_bakerDozen_name": "Dozzina del panettiere",
|
|
884
|
+
"unit_unit_dozen_name": "Dozzina",
|
|
885
|
+
"unit_unit_gross_name": "Grossa",
|
|
886
|
+
"unit_unit_halfDozen_name": "Mezza dozzina",
|
|
887
|
+
"unit_unit_half_name": "Metà",
|
|
888
|
+
"unit_unit_oneEighth_name": "Un ottavo",
|
|
889
|
+
"unit_unit_oneFifth_name": "Un quinto",
|
|
890
|
+
"unit_unit_oneForth_name": "Un quarto",
|
|
891
|
+
"unit_unit_oneNinth_name": "Un nono",
|
|
892
|
+
"unit_unit_oneSeventh_name": "Un settimo",
|
|
893
|
+
"unit_unit_oneSixth_name": "Un sesto",
|
|
894
|
+
"unit_unit_oneTenth_name": "Un decimo",
|
|
895
|
+
"unit_unit_oneThird_name": "Un terzo",
|
|
896
|
+
"unit_unit_pair_name": "Coppia",
|
|
897
|
+
"unit_unit_unit_name": "Unità",
|
|
898
|
+
"unit_volume_barrelImp_name": "Barile, imperiale",
|
|
899
|
+
"unit_volume_barrelOil_name": "Barile (petrolio)",
|
|
900
|
+
"unit_volume_barrelPetr_name": "Barile, petrolio",
|
|
901
|
+
"unit_volume_barrelUK_name": "Barile (UK)",
|
|
902
|
+
"unit_volume_barrelUS_name": "Barile (US)",
|
|
903
|
+
"unit_volume_bucket_name": "Secchio",
|
|
904
|
+
"unit_volume_bushel_name": "Staio",
|
|
905
|
+
"unit_volume_centiliter_name": "Centilitro",
|
|
906
|
+
"unit_volume_cubCentimeter_name": "Centimetro cubo",
|
|
907
|
+
"unit_volume_cubDecameter_name": "Decametro cubico",
|
|
908
|
+
"unit_volume_cubDecimeter_name": "Decimetro cubo",
|
|
909
|
+
"unit_volume_cubFoot_name": "Piede cubo",
|
|
910
|
+
"unit_volume_cubHectometer_name": "Ettometro cubico",
|
|
911
|
+
"unit_volume_cubInch_name": "Pollice cubo",
|
|
912
|
+
"unit_volume_cubKilometer_name": "Chilometro cubo",
|
|
913
|
+
"unit_volume_cubMeter_name": "Metro cubo",
|
|
914
|
+
"unit_volume_cubMicrometer_name": "Micrometro cubico",
|
|
915
|
+
"unit_volume_cubMile_name": "Miglio cubo",
|
|
916
|
+
"unit_volume_cubMillimeter_name": "Millimetro cubo",
|
|
917
|
+
"unit_volume_cubNanometer_name": "Nanometro cubico",
|
|
918
|
+
"unit_volume_cubYard_name": "Iarda cubica",
|
|
919
|
+
"unit_volume_cupImperial_name": "Tazza (imperiale)",
|
|
920
|
+
"unit_volume_cupMetric_name": "Tazza (metrica)",
|
|
921
|
+
"unit_volume_cupUK_name": "Tazza (UK)",
|
|
922
|
+
"unit_volume_cupUS_name": "Tazza (US)",
|
|
923
|
+
"unit_volume_cup_name": "Tazza",
|
|
924
|
+
"unit_volume_decaliter_name": "Decalitro",
|
|
925
|
+
"unit_volume_deciliter_name": "Decilitro",
|
|
926
|
+
"unit_volume_dessertspoonUK_name": "Cucchiaio da dessert (UK)",
|
|
927
|
+
"unit_volume_dessertspoonUS_name": "Cucchiaio da dessert (US)",
|
|
928
|
+
"unit_volume_dropImp_name": "Goccia, imperiale",
|
|
929
|
+
"unit_volume_dropMetric_name": "Goccia, metrica",
|
|
930
|
+
"unit_volume_flDram_name": "Dramma fluido",
|
|
931
|
+
"unit_volume_flOunceUK_name": "Oncia fluida (UK)",
|
|
932
|
+
"unit_volume_flOunceUS_name": "Oncia fluida (US)",
|
|
933
|
+
"unit_volume_flOunce_name": "Oncia fluida U.K.",
|
|
934
|
+
"unit_volume_flScruple_name": "Scrupolo fluido",
|
|
935
|
+
"unit_volume_gallonDry_name": "Gallone U.S. secco",
|
|
936
|
+
"unit_volume_gallonImperial_name": "Gallone (imperiale)",
|
|
937
|
+
"unit_volume_gallonLiq_name": "Gallone U.S. liquido",
|
|
938
|
+
"unit_volume_gallonUK_name": "Gallone (UK)",
|
|
939
|
+
"unit_volume_gallonUsDry_name": "Gallone (US secco)",
|
|
940
|
+
"unit_volume_gallonUsLiq_name": "Gallone (US liquido)",
|
|
941
|
+
"unit_volume_gallon_name": "Gallone U.K.",
|
|
942
|
+
"unit_volume_gillUK_name": "Gill (UK)",
|
|
943
|
+
"unit_volume_gillUS_name": "Gill (US)",
|
|
944
|
+
"unit_volume_gill_name": "Gill",
|
|
945
|
+
"unit_volume_hectoliter_name": "Ettolitro",
|
|
946
|
+
"unit_volume_liter_name": "Litro",
|
|
947
|
+
"unit_volume_milliliter_name": "Millilitro",
|
|
948
|
+
"unit_volume_minimUK_name": "Minim (UK)",
|
|
949
|
+
"unit_volume_minimUS_name": "Minim (US)",
|
|
950
|
+
"unit_volume_minim_name": "Minimo",
|
|
951
|
+
"unit_volume_peck_name": "Moggio",
|
|
952
|
+
"unit_volume_pintUK_name": "Pinta (UK)",
|
|
953
|
+
"unit_volume_pintUS_name": "Pinta (US)",
|
|
954
|
+
"unit_volume_pint_name": "Pinta (UK)",
|
|
955
|
+
"unit_volume_quartUK_name": "Quarto (UK)",
|
|
956
|
+
"unit_volume_quartUs_name": "Quarto (US)",
|
|
957
|
+
"unit_volume_quart_name": "Quarto",
|
|
958
|
+
"unit_volume_tablespoonImp_name": "Cucchiaio, imperiale",
|
|
959
|
+
"unit_volume_tablespoonMetr_name": "Cucchiaio, metrica",
|
|
960
|
+
"unit_volume_tablespoonMetric_name": "Cucchiaio (metrica)",
|
|
961
|
+
"unit_volume_tablespoonUK_name": "Cucchiaio (UK)",
|
|
962
|
+
"unit_volume_tablespoonUS_name": "Cucchiaio (US)",
|
|
963
|
+
"unit_volume_teaspoonImp_name": "Cucchiaino, imperiale",
|
|
964
|
+
"unit_volume_teaspoonMetr_name": "Cucchiaino, metrica",
|
|
965
|
+
"unit_volume_teaspoonMetric_name": "Cucchiaino (metrica)",
|
|
966
|
+
"unit_volume_teaspoonUK_name": "Cucchiaino (UK)",
|
|
967
|
+
"unit_volume_teaspoonUS_name": "Cucchiaino (US)",
|
|
968
|
+
"unit_volume_usPint_name": "Pinta (US)",
|
|
969
|
+
"unit_weight_caratMetr_name": "Carato, metrico",
|
|
970
|
+
"unit_weight_carat_name": "Carato",
|
|
971
|
+
"unit_weight_cental_name": "Cental",
|
|
972
|
+
"unit_weight_centner_name": "Quintale",
|
|
973
|
+
"unit_weight_dramTroy_name": "Dramma, troy",
|
|
974
|
+
"unit_weight_dram_name": "Dramma",
|
|
975
|
+
"unit_weight_grain_name": "Grano",
|
|
976
|
+
"unit_weight_gram_name": "Grammo",
|
|
977
|
+
"unit_weight_hundredweightLong_name": "Quintale, lungo",
|
|
978
|
+
"unit_weight_hundredweightShort_name": "Quintale, corto",
|
|
979
|
+
"unit_weight_kilogram_name": "Chilogrammo",
|
|
980
|
+
"unit_weight_microgram_name": "Microgrammo",
|
|
981
|
+
"unit_weight_milligram_name": "Milligrammo",
|
|
982
|
+
"unit_weight_nanogram_name": "Nanogrammo",
|
|
983
|
+
"unit_weight_ounceTroy_name": "Oncia, troy",
|
|
984
|
+
"unit_weight_ounce_name": "Oncia",
|
|
985
|
+
"unit_weight_pennyweight_name": "Pennyweight",
|
|
986
|
+
"unit_weight_pood_name": "[Stor.] Pud",
|
|
987
|
+
"unit_weight_poundTroy_name": "Libbra, troy",
|
|
988
|
+
"unit_weight_pound_name": "Libbra",
|
|
989
|
+
"unit_weight_poundlbs_name": "Libbra",
|
|
990
|
+
"unit_weight_quarter_name": "Quarto di tonnellata",
|
|
991
|
+
"unit_weight_stone_name": "Pietra",
|
|
992
|
+
"unit_weight_tonLong_name": "Tonnellata, lunga",
|
|
993
|
+
"unit_weight_tonShort_name": "Tonnellata, corta",
|
|
994
|
+
"unit_weight_tonne_name": "Tonnellata",
|
|
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": "Galloni UK per 100 Chilometri",
|
|
1868
|
+
"unit_fuel_gallonUSPer100Kilometers_name": "Galloni USA per 100 Chilometri",
|
|
1869
|
+
"unit_fuel_kilometerPerUKGallon_name": "Chilometri per Gallone (UK)",
|
|
1870
|
+
"unit_fuel_kilometerPerUSGallon_name": "Chilometri per Gallone (US)",
|
|
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": "La virgola (,) e il punto (.) sono trattati come separatori decimali."
|
|
1876
1876
|
}
|