@openui5/sap.ui.core 1.143.1 → 1.144.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +1 -1
- package/src/jquery.sap.act.js +1 -1
- package/src/jquery.sap.dom.js +1 -1
- package/src/jquery.sap.encoder.js +1 -1
- package/src/jquery.sap.events.js +1 -1
- package/src/jquery.sap.global.js +2 -2
- package/src/jquery.sap.history.js +1 -1
- package/src/jquery.sap.keycodes.js +1 -1
- package/src/jquery.sap.mobile.js +1 -1
- package/src/jquery.sap.promise.js +1 -1
- package/src/jquery.sap.properties.js +2 -2
- package/src/jquery.sap.resources.js +2 -2
- package/src/jquery.sap.script.js +2 -2
- package/src/jquery.sap.sjax.js +1 -1
- package/src/jquery.sap.storage.js +4 -4
- package/src/jquery.sap.strings.js +1 -1
- package/src/jquery.sap.stubs.js +1 -1
- package/src/jquery.sap.trace.js +14 -4
- package/src/jquery.sap.ui.js +1 -1
- package/src/jquery.sap.xml.js +1 -1
- package/src/sap/base/Event.js +2 -2
- package/src/sap/base/Eventing.js +2 -2
- package/src/sap/base/Log.js +1 -1
- package/src/sap/base/assert.js +1 -1
- package/src/sap/base/config/MemoryConfigurationProvider.js +1 -1
- package/src/sap/base/config.js +3 -5
- package/src/sap/base/future.js +1 -1
- package/src/sap/base/i18n/Formatting.js +1 -1
- package/src/sap/base/i18n/LanguageFallback.js +1 -1
- package/src/sap/base/i18n/LanguageTag.js +2 -2
- package/src/sap/base/i18n/Localization.js +1 -1
- package/src/sap/base/i18n/ResourceBundle.js +4 -4
- package/src/sap/base/i18n/date/CalendarType.js +1 -1
- package/src/sap/base/i18n/date/CalendarWeekNumbering.js +1 -1
- package/src/sap/base/i18n/date/TimezoneUtils.js +3 -3
- package/src/sap/base/i18n/date/_EnumHelper.js +1 -1
- package/src/sap/base/security/URLListValidator.js +2 -2
- package/src/sap/base/security/URLWhitelist.js +1 -1
- package/src/sap/base/security/encodeCSS.js +1 -1
- package/src/sap/base/security/encodeJS.js +1 -1
- package/src/sap/base/security/encodeURL.js +1 -1
- package/src/sap/base/security/encodeURLParameters.js +1 -1
- package/src/sap/base/security/encodeXML.js +1 -1
- package/src/sap/base/security/sanitizeHTML.js +1 -1
- package/src/sap/base/strings/camelize.js +1 -1
- package/src/sap/base/strings/capitalize.js +1 -1
- package/src/sap/base/strings/escapeRegExp.js +1 -1
- package/src/sap/base/strings/formatMessage.js +1 -1
- package/src/sap/base/strings/hash.js +1 -1
- package/src/sap/base/strings/hyphenate.js +1 -1
- package/src/sap/base/strings/toHex.js +1 -1
- package/src/sap/base/strings/whitespaceReplacer.js +1 -1
- package/src/sap/base/util/Deferred.js +1 -1
- package/src/sap/base/util/JSTokenizer.js +1 -1
- package/src/sap/base/util/LoaderExtensions.js +10 -5
- package/src/sap/base/util/ObjectPath.js +1 -1
- package/src/sap/base/util/Properties.js +1 -1
- package/src/sap/base/util/UriParameters.js +1 -1
- package/src/sap/base/util/Version.js +1 -1
- package/src/sap/base/util/_merge.js +1 -1
- package/src/sap/base/util/array/diff.js +1 -1
- package/src/sap/base/util/array/uniqueSort.js +1 -1
- package/src/sap/base/util/clamp.js +3 -3
- package/src/sap/base/util/deepClone.js +2 -2
- package/src/sap/base/util/deepEqual.js +1 -1
- package/src/sap/base/util/deepExtend.js +1 -1
- package/src/sap/base/util/defineCoupledProperty.js +1 -1
- package/src/sap/base/util/defineLazyProperty.js +1 -1
- package/src/sap/base/util/each.js +1 -1
- package/src/sap/base/util/extend.js +1 -1
- package/src/sap/base/util/fetch.js +1 -1
- package/src/sap/base/util/includes.js +1 -1
- package/src/sap/base/util/isEmptyObject.js +1 -1
- package/src/sap/base/util/isPlainObject.js +1 -1
- package/src/sap/base/util/merge.js +1 -1
- package/src/sap/base/util/mixedFetch.js +1 -1
- package/src/sap/base/util/now.js +1 -1
- package/src/sap/base/util/resolveReference.js +1 -1
- package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
- package/src/sap/base/util/restricted/_castArray.js +2 -2
- package/src/sap/base/util/restricted/_compact.js +2 -2
- package/src/sap/base/util/restricted/_curry.js +2 -2
- package/src/sap/base/util/restricted/_debounce.js +2 -2
- package/src/sap/base/util/restricted/_difference.js +2 -2
- package/src/sap/base/util/restricted/_differenceBy.js +2 -2
- package/src/sap/base/util/restricted/_differenceWith.js +2 -2
- package/src/sap/base/util/restricted/_flatMap.js +2 -2
- package/src/sap/base/util/restricted/_flatMapDeep.js +2 -2
- package/src/sap/base/util/restricted/_flatMapDepth.js +2 -2
- package/src/sap/base/util/restricted/_flatten.js +2 -2
- package/src/sap/base/util/restricted/_flattenDeep.js +2 -2
- package/src/sap/base/util/restricted/_flattenDepth.js +2 -2
- package/src/sap/base/util/restricted/_intersection.js +2 -2
- package/src/sap/base/util/restricted/_intersectionBy.js +2 -2
- package/src/sap/base/util/restricted/_intersectionWith.js +2 -2
- package/src/sap/base/util/restricted/_isEqual.js +2 -2
- package/src/sap/base/util/restricted/_isEqualWith.js +2 -2
- package/src/sap/base/util/restricted/_isNil.js +2 -2
- package/src/sap/base/util/restricted/_max.js +2 -2
- package/src/sap/base/util/restricted/_merge.js +2 -2
- package/src/sap/base/util/restricted/_mergeWith.js +2 -2
- package/src/sap/base/util/restricted/_min.js +2 -2
- package/src/sap/base/util/restricted/_omit.js +2 -2
- package/src/sap/base/util/restricted/_pick.js +2 -2
- package/src/sap/base/util/restricted/_pickBy.js +2 -2
- package/src/sap/base/util/restricted/_throttle.js +2 -2
- package/src/sap/base/util/restricted/_toArray.js +2 -2
- package/src/sap/base/util/restricted/_union.js +2 -2
- package/src/sap/base/util/restricted/_unionBy.js +2 -2
- package/src/sap/base/util/restricted/_unionWith.js +2 -2
- package/src/sap/base/util/restricted/_uniq.js +2 -2
- package/src/sap/base/util/restricted/_uniqBy.js +2 -2
- package/src/sap/base/util/restricted/_uniqWith.js +2 -2
- package/src/sap/base/util/restricted/_without.js +2 -2
- package/src/sap/base/util/restricted/_xor.js +2 -2
- package/src/sap/base/util/restricted/_xorBy.js +2 -2
- package/src/sap/base/util/restricted/_xorWith.js +2 -2
- package/src/sap/base/util/restricted/_zipObject.js +2 -2
- package/src/sap/base/util/restricted/_zipObjectDeep.js +2 -2
- package/src/sap/base/util/syncFetch.js +1 -1
- package/src/sap/base/util/uid.js +1 -1
- package/src/sap/base/util/values.js +1 -1
- package/src/sap/ui/Device.js +5 -4
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/VersionInfo.js +1 -1
- package/src/sap/ui/base/BindingInfo.js +1 -1
- package/src/sap/ui/base/BindingParser.js +1 -1
- package/src/sap/ui/base/DataType.js +2 -2
- package/src/sap/ui/base/DesignTime.js +1 -1
- package/src/sap/ui/base/Event.js +2 -2
- package/src/sap/ui/base/EventProvider.js +2 -2
- package/src/sap/ui/base/Exception.js +1 -1
- package/src/sap/ui/base/ExpressionParser.js +1 -1
- package/src/sap/ui/base/Interface.js +2 -2
- package/src/sap/ui/base/ManagedObject.js +3 -3
- package/src/sap/ui/base/ManagedObjectMetadata.js +3 -3
- package/src/sap/ui/base/ManagedObjectObserver.js +1 -1
- package/src/sap/ui/base/ManagedObjectRegistry.js +1 -1
- package/src/sap/ui/base/Metadata.js +2 -2
- package/src/sap/ui/base/Object.js +2 -2
- package/src/sap/ui/base/ObjectPool.js +2 -2
- package/src/sap/ui/base/OwnStatics.js +1 -1
- package/src/sap/ui/base/SyncPromise.js +1 -1
- package/src/sap/ui/base/syncXHRFix.js +1 -1
- package/src/sap/ui/core/.library +3 -3
- package/src/sap/ui/core/AccessKeysEnablement.js +1 -1
- package/src/sap/ui/core/AnimationMode.js +1 -1
- package/src/sap/ui/core/AppCacheBuster.js +1 -1
- package/src/sap/ui/core/BlockLayerUtils.js +1 -1
- package/src/sap/ui/core/BusyIndicator.js +2 -2
- package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
- package/src/sap/ui/core/CalendarType.js +1 -1
- package/src/sap/ui/core/CommandExecution.js +1 -1
- package/src/sap/ui/core/Component.js +5 -4
- package/src/sap/ui/core/ComponentContainer.js +2 -2
- package/src/sap/ui/core/ComponentContainerRenderer.js +1 -1
- package/src/sap/ui/core/ComponentHooks.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +2 -2
- package/src/sap/ui/core/ComponentRegistry.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +3 -3
- package/src/sap/ui/core/Configuration.js +2 -2
- package/src/sap/ui/core/ContextMenuSupport.js +1 -1
- package/src/sap/ui/core/Control.js +2 -2
- package/src/sap/ui/core/ControlBehavior.js +5 -5
- package/src/sap/ui/core/Core.js +7 -9
- package/src/sap/ui/core/CustomData.js +2 -2
- package/src/sap/ui/core/CustomStyleClassSupport.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +2 -2
- package/src/sap/ui/core/Element.js +3 -3
- package/src/sap/ui/core/ElementHooks.js +1 -1
- package/src/sap/ui/core/ElementMetadata.js +2 -2
- package/src/sap/ui/core/ElementRegistry.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +2 -2
- package/src/sap/ui/core/EventBus.js +2 -2
- package/src/sap/ui/core/ExtensionPoint.js +1 -1
- package/src/sap/ui/core/FocusHandler.js +1 -1
- package/src/sap/ui/core/FocusMode.js +1 -1
- package/src/sap/ui/core/Fragment.js +3 -3
- package/src/sap/ui/core/HTML.js +2 -2
- package/src/sap/ui/core/HTMLRenderer.js +1 -1
- package/src/sap/ui/core/History.js +2 -2
- package/src/sap/ui/core/Icon.js +3 -3
- package/src/sap/ui/core/IconPool.js +2 -3
- package/src/sap/ui/core/IconRenderer.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +2 -2
- package/src/sap/ui/core/IntervalTrigger.js +2 -2
- package/src/sap/ui/core/InvisibleMessage.js +2 -2
- package/src/sap/ui/core/InvisibleRenderer.js +2 -2
- package/src/sap/ui/core/InvisibleText.js +2 -2
- package/src/sap/ui/core/Item.js +2 -2
- package/src/sap/ui/core/LabelEnablement.js +2 -2
- package/src/sap/ui/core/LayoutData.js +2 -2
- package/src/sap/ui/core/Lib.js +1 -1
- package/src/sap/ui/core/ListItem.js +2 -2
- package/src/sap/ui/core/LocalBusyIndicator.js +2 -2
- package/src/sap/ui/core/LocalBusyIndicatorRenderer.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicatorSupport.js +1 -1
- package/src/sap/ui/core/Locale.js +2 -2
- package/src/sap/ui/core/LocaleData.js +35 -8
- package/src/sap/ui/core/Manifest.js +2 -2
- package/src/sap/ui/core/Message.js +2 -2
- package/src/sap/ui/core/Messaging.js +4 -4
- package/src/sap/ui/core/Patcher.js +1 -1
- package/src/sap/ui/core/Placeholder.js +1 -1
- package/src/sap/ui/core/Popup.js +3 -3
- package/src/sap/ui/core/RenderManager.js +5 -4
- package/src/sap/ui/core/Renderer.js +2 -2
- package/src/sap/ui/core/Rendering.js +2 -2
- package/src/sap/ui/core/ResizeHandler.js +2 -2
- package/src/sap/ui/core/ScrollBar.js +2 -2
- package/src/sap/ui/core/ScrollBarRenderer.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +2 -2
- package/src/sap/ui/core/Shortcut.js +1 -1
- package/src/sap/ui/core/ShortcutHint.js +1 -1
- package/src/sap/ui/core/ShortcutHintsMixin.js +14 -2
- package/src/sap/ui/core/StashedControlSupport.js +2 -2
- package/src/sap/ui/core/StaticArea.js +1 -1
- package/src/sap/ui/core/Supportability.js +1 -1
- package/src/sap/ui/core/Theming.js +23 -26
- package/src/sap/ui/core/Title.js +2 -2
- package/src/sap/ui/core/TooltipBase.js +2 -2
- package/src/sap/ui/core/UIArea.js +4 -3
- package/src/sap/ui/core/UIAreaRegistry.js +1 -1
- package/src/sap/ui/core/UIComponent.js +3 -3
- package/src/sap/ui/core/UIComponentMetadata.js +2 -2
- package/src/sap/ui/core/ValueStateSupport.js +2 -2
- package/src/sap/ui/core/VariantLayoutData.js +2 -2
- package/src/sap/ui/core/XMLComposite.js +5 -2
- package/src/sap/ui/core/XMLCompositeMetadata.js +2 -2
- package/src/sap/ui/core/XMLTemplateProcessor.js +1 -1
- package/src/sap/ui/core/_CommandPool.js +1 -1
- package/src/sap/ui/core/_IconRegistry.js +1 -1
- package/src/sap/ui/core/_UrlResolver.js +1 -1
- package/src/sap/ui/core/boot/FieldHelpEndpoint.js +1 -1
- package/src/sap/ui/core/boot/KeyboardInteractionEndpoint.js +1 -1
- package/src/sap/ui/core/boot/_bootConfig.js +1 -1
- package/src/sap/ui/core/boot/_runBoot.js +1 -1
- package/src/sap/ui/core/boot/initDOM.js +1 -1
- package/src/sap/ui/core/boot/loadCalendar.js +1 -1
- package/src/sap/ui/core/boot/loadManifest.js +1 -1
- package/src/sap/ui/core/boot/loadModules.js +1 -1
- package/src/sap/ui/core/boot/onInit.js +1 -1
- package/src/sap/ui/core/boot.js +1 -1
- package/src/sap/ui/core/cache/CacheManager.js +1 -1
- package/src/sap/ui/core/cache/CacheManagerNOP.js +1 -1
- package/src/sap/ui/core/cache/LRUPersistentCache.js +1 -1
- package/src/sap/ui/core/cldr/ar.json +484 -185
- package/src/sap/ui/core/cldr/ar_EG.json +484 -185
- package/src/sap/ui/core/cldr/ar_SA.json +484 -185
- package/src/sap/ui/core/cldr/bg.json +256 -30
- package/src/sap/ui/core/cldr/ca.json +314 -89
- package/src/sap/ui/core/cldr/cnr.json +323 -101
- package/src/sap/ui/core/cldr/cs.json +277 -43
- package/src/sap/ui/core/cldr/cy.json +390 -120
- package/src/sap/ui/core/cldr/da.json +282 -64
- package/src/sap/ui/core/cldr/de.json +330 -103
- package/src/sap/ui/core/cldr/de_AT.json +330 -103
- package/src/sap/ui/core/cldr/de_CH.json +355 -121
- package/src/sap/ui/core/cldr/el.json +250 -28
- package/src/sap/ui/core/cldr/el_CY.json +250 -28
- package/src/sap/ui/core/cldr/en.json +454 -182
- package/src/sap/ui/core/cldr/en_AU.json +435 -166
- package/src/sap/ui/core/cldr/en_GB.json +491 -222
- package/src/sap/ui/core/cldr/en_HK.json +405 -133
- package/src/sap/ui/core/cldr/en_IE.json +398 -126
- package/src/sap/ui/core/cldr/en_IN.json +540 -271
- package/src/sap/ui/core/cldr/en_NZ.json +398 -126
- package/src/sap/ui/core/cldr/en_PG.json +379 -107
- package/src/sap/ui/core/cldr/en_SG.json +393 -121
- package/src/sap/ui/core/cldr/en_ZA.json +387 -115
- package/src/sap/ui/core/cldr/es.json +292 -70
- package/src/sap/ui/core/cldr/es_AR.json +287 -62
- package/src/sap/ui/core/cldr/es_BO.json +287 -62
- package/src/sap/ui/core/cldr/es_CL.json +287 -62
- package/src/sap/ui/core/cldr/es_CO.json +290 -65
- package/src/sap/ui/core/cldr/es_MX.json +337 -131
- package/src/sap/ui/core/cldr/es_PE.json +279 -46
- package/src/sap/ui/core/cldr/es_UY.json +289 -64
- package/src/sap/ui/core/cldr/es_VE.json +287 -62
- package/src/sap/ui/core/cldr/et.json +293 -41
- package/src/sap/ui/core/cldr/fa.json +324 -89
- package/src/sap/ui/core/cldr/fi.json +290 -48
- package/src/sap/ui/core/cldr/fr.json +261 -39
- package/src/sap/ui/core/cldr/fr_BE.json +261 -39
- package/src/sap/ui/core/cldr/fr_CA.json +599 -405
- package/src/sap/ui/core/cldr/fr_CH.json +261 -39
- package/src/sap/ui/core/cldr/fr_LU.json +261 -39
- package/src/sap/ui/core/cldr/he.json +513 -382
- package/src/sap/ui/core/cldr/hi.json +339 -93
- package/src/sap/ui/core/cldr/hr.json +303 -50
- package/src/sap/ui/core/cldr/hu.json +329 -112
- package/src/sap/ui/core/cldr/id.json +294 -75
- package/src/sap/ui/core/cldr/it.json +306 -69
- package/src/sap/ui/core/cldr/it_CH.json +307 -70
- package/src/sap/ui/core/cldr/ja.json +173 -27
- package/src/sap/ui/core/cldr/kk.json +357 -98
- package/src/sap/ui/core/cldr/ko.json +256 -41
- package/src/sap/ui/core/cldr/lt.json +327 -105
- package/src/sap/ui/core/cldr/lv.json +315 -78
- package/src/sap/ui/core/cldr/mk.json +291 -70
- package/src/sap/ui/core/cldr/ms.json +279 -60
- package/src/sap/ui/core/cldr/nb.json +293 -74
- package/src/sap/ui/core/cldr/nl.json +281 -46
- package/src/sap/ui/core/cldr/nl_BE.json +281 -46
- package/src/sap/ui/core/cldr/pl.json +265 -43
- package/src/sap/ui/core/cldr/pt.json +302 -82
- package/src/sap/ui/core/cldr/pt_PT.json +292 -69
- package/src/sap/ui/core/cldr/ro.json +302 -80
- package/src/sap/ui/core/cldr/ru.json +529 -262
- package/src/sap/ui/core/cldr/ru_UA.json +528 -261
- package/src/sap/ui/core/cldr/sk.json +263 -44
- package/src/sap/ui/core/cldr/sl.json +310 -87
- package/src/sap/ui/core/cldr/sr.json +311 -89
- package/src/sap/ui/core/cldr/sr_Latn.json +308 -86
- package/src/sap/ui/core/cldr/sv.json +315 -95
- package/src/sap/ui/core/cldr/th.json +312 -96
- package/src/sap/ui/core/cldr/tr.json +324 -84
- package/src/sap/ui/core/cldr/uk.json +315 -43
- package/src/sap/ui/core/cldr/vi.json +348 -133
- package/src/sap/ui/core/cldr/zh_CN.json +277 -55
- package/src/sap/ui/core/cldr/zh_HK.json +274 -52
- package/src/sap/ui/core/cldr/zh_SG.json +275 -53
- package/src/sap/ui/core/cldr/zh_TW.json +316 -98
- package/src/sap/ui/core/date/Buddhist.js +1 -1
- package/src/sap/ui/core/date/CalendarUtils.js +1 -1
- package/src/sap/ui/core/date/CalendarWeekNumbering.js +1 -1
- package/src/sap/ui/core/date/Gregorian.js +1 -1
- package/src/sap/ui/core/date/Islamic.js +1 -1
- package/src/sap/ui/core/date/Japanese.js +1 -1
- package/src/sap/ui/core/date/Persian.js +1 -1
- package/src/sap/ui/core/date/UI5Date.js +2 -2
- package/src/sap/ui/core/date/UniversalDate.js +1 -1
- package/src/sap/ui/core/date/UniversalDateUtils.js +1 -1
- package/src/sap/ui/core/date/_Calendars.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +2 -2
- package/src/sap/ui/core/delegate/ScrollEnablement.js +2 -2
- package/src/sap/ui/core/designtime/Component.designtime.js +19 -0
- package/src/sap/ui/core/designtime/ComponentContainer.designtime.js +6 -1
- package/src/sap/ui/core/designtime/CustomData.designtime.js +1 -1
- package/src/sap/ui/core/designtime/Icon.designtime.js +1 -1
- package/src/sap/ui/core/designtime/UIComponent.designtime.js +1 -1
- package/src/sap/ui/core/designtime/library.designtime.js +1 -1
- package/src/sap/ui/core/designtime/mvc/ControllerExtensionTemplate.js +1 -1
- package/src/sap/ui/core/designtime/mvc/View.designtime.js +1 -1
- package/src/sap/ui/core/designtime/mvc/XMLView.designtime.js +6 -1
- package/src/sap/ui/core/dnd/DragAndDrop.js +4 -2
- package/src/sap/ui/core/dnd/DragDropBase.js +2 -2
- package/src/sap/ui/core/dnd/DragDropInfo.js +2 -2
- package/src/sap/ui/core/dnd/DragInfo.js +2 -2
- package/src/sap/ui/core/dnd/DropInfo.js +2 -2
- package/src/sap/ui/core/fieldhelp/FieldHelp.js +1 -1
- package/src/sap/ui/core/fieldhelp/FieldHelpCustomData.js +1 -1
- package/src/sap/ui/core/fieldhelp/FieldHelpUtil.js +1 -1
- package/src/sap/ui/core/format/DateFormat.js +10 -6
- package/src/sap/ui/core/format/DateFormatTimezoneDisplay.js +1 -1
- package/src/sap/ui/core/format/FileSizeFormat.js +1 -1
- package/src/sap/ui/core/format/FormatUtils.js +2 -2
- package/src/sap/ui/core/format/ListFormat.js +1 -1
- package/src/sap/ui/core/format/NumberFormat.js +97 -76
- package/src/sap/ui/core/format/TimezoneUtil.js +2 -2
- package/src/sap/ui/core/getCompatibilityVersion.js +2 -2
- package/src/sap/ui/core/hyphenation/Hyphenation.js +2 -2
- package/src/sap/ui/core/hyphenation/HyphenationTestingWords.js +1 -1
- package/src/sap/ui/core/interaction/KeyboardInteractionDisplay.js +3 -3
- package/src/sap/ui/core/library.js +16 -5
- package/src/sap/ui/core/library.support.js +1 -1
- package/src/sap/ui/core/message/ControlMessageProcessor.js +2 -2
- package/src/sap/ui/core/message/Message.js +2 -2
- package/src/sap/ui/core/message/MessageManager.js +11 -11
- package/src/sap/ui/core/message/MessageMixin.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +2 -2
- package/src/sap/ui/core/message/MessageProcessor.js +2 -2
- package/src/sap/ui/core/message/MessageType.js +1 -1
- package/src/sap/ui/core/messagebundle.properties +2 -0
- package/src/sap/ui/core/mvc/Controller.js +2 -2
- package/src/sap/ui/core/mvc/ControllerExtension.js +1 -1
- package/src/sap/ui/core/mvc/ControllerExtensionProvider.js +1 -1
- package/src/sap/ui/core/mvc/ControllerMetadata.js +1 -1
- package/src/sap/ui/core/mvc/EventHandlerResolver.js +1 -1
- package/src/sap/ui/core/mvc/HTMLView.js +2 -2
- package/src/sap/ui/core/mvc/HTMLViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +2 -2
- package/src/sap/ui/core/mvc/JSONViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +2 -2
- package/src/sap/ui/core/mvc/JSViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/OverrideExecution.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +2 -2
- package/src/sap/ui/core/mvc/TemplateViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/View.js +2 -2
- package/src/sap/ui/core/mvc/ViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/ViewType.js +1 -1
- package/src/sap/ui/core/mvc/XMLProcessingMode.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +2 -2
- package/src/sap/ui/core/mvc/XMLViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/_ViewFactory.js +1 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +2 -2
- package/src/sap/ui/core/plugin/TemplatingSupport.js +2 -2
- package/src/sap/ui/core/postmessage/Bus.js +2 -2
- package/src/sap/ui/core/postmessage/confirmationDialog.js +2 -2
- package/src/sap/ui/core/routing/HashChanger.js +1 -1
- package/src/sap/ui/core/routing/HashChangerBase.js +1 -1
- package/src/sap/ui/core/routing/History.js +1 -1
- package/src/sap/ui/core/routing/Route.js +1 -1
- package/src/sap/ui/core/routing/Router.js +1 -1
- package/src/sap/ui/core/routing/RouterHashChanger.js +1 -1
- package/src/sap/ui/core/routing/Target.js +3 -2
- package/src/sap/ui/core/routing/TargetCache.js +2 -2
- package/src/sap/ui/core/routing/Targets.js +1 -1
- package/src/sap/ui/core/routing/Views.js +1 -1
- package/src/sap/ui/core/routing/sync/Route.js +1 -1
- package/src/sap/ui/core/routing/sync/Target.js +1 -1
- package/src/sap/ui/core/routing/sync/TargetCache.js +1 -1
- package/src/sap/ui/core/routing/sync/Targets.js +1 -1
- package/src/sap/ui/core/rules/App.support.js +1 -1
- package/src/sap/ui/core/rules/Config.support.js +5 -5
- package/src/sap/ui/core/rules/CoreHelper.support.js +1 -1
- package/src/sap/ui/core/rules/Misc.support.js +1 -1
- package/src/sap/ui/core/rules/Model.support.js +1 -1
- package/src/sap/ui/core/rules/Rendering.support.js +1 -1
- package/src/sap/ui/core/rules/Theming.support.js +1 -1
- package/src/sap/ui/core/rules/View.support.js +2 -2
- package/src/sap/ui/core/search/OpenSearchProvider.js +2 -2
- package/src/sap/ui/core/search/SearchProvider.js +2 -2
- package/src/sap/ui/core/service/Service.js +3 -3
- package/src/sap/ui/core/service/ServiceFactory.js +3 -3
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +2 -2
- package/src/sap/ui/core/support/BootSupportTool.js +1 -1
- package/src/sap/ui/core/support/Hotkeys.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +2 -2
- package/src/sap/ui/core/support/RuleEngineOpaExtension.js +1 -1
- package/src/sap/ui/core/support/Support.js +2 -2
- package/src/sap/ui/core/support/ToolsAPI.js +1 -1
- package/src/sap/ui/core/support/bootstrapFallback.js +1 -1
- package/src/sap/ui/core/support/controls/InteractionSlider.js +1 -1
- package/src/sap/ui/core/support/controls/InteractionTree.js +4 -1
- package/src/sap/ui/core/support/controls/ObjectViewer.js +2 -2
- package/src/sap/ui/core/support/controls/TimelineOverview.js +4 -1
- package/src/sap/ui/core/support/controls/TreeViewer.js +2 -2
- package/src/sap/ui/core/support/debugReboot.js +1 -1
- package/src/sap/ui/core/support/plugins/Breakpoint.js +2 -2
- package/src/sap/ui/core/support/plugins/ControlTree.js +2 -2
- package/src/sap/ui/core/support/plugins/Debugging.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +7 -6
- package/src/sap/ui/core/support/plugins/LocalStorage.js +2 -2
- package/src/sap/ui/core/support/plugins/Performance.js +5 -2
- package/src/sap/ui/core/support/plugins/Selector.js +2 -2
- package/src/sap/ui/core/support/plugins/TechInfo.js +2 -2
- package/src/sap/ui/core/support/plugins/Trace.js +2 -2
- package/src/sap/ui/core/support/plugins/ViewInfo.js +2 -2
- package/src/sap/ui/core/support/techinfo/TechnicalInfo.js +11 -3
- package/src/sap/ui/core/support/techinfo/moduleTreeHelper.js +1 -1
- package/src/sap/ui/core/support/trace/E2eTraceLib.js +1 -1
- package/src/sap/ui/core/support/trace/EppLib.js +1 -1
- package/src/sap/ui/core/support/usage/EventBroadcaster.js +1 -1
- package/src/sap/ui/core/syncStyleClass.js +1 -1
- package/src/sap/ui/core/themes/base/DragAndDrop.less +0 -1
- package/src/sap/ui/core/themes/base/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/core/theming/Parameters.js +1 -1
- package/src/sap/ui/core/theming/ThemeHelper.js +10 -5
- package/src/sap/ui/core/theming/ThemeManager.js +58 -44
- package/src/sap/ui/core/tmpl/DOMAttribute.js +2 -2
- package/src/sap/ui/core/tmpl/DOMElement.js +2 -2
- package/src/sap/ui/core/tmpl/DOMElementRenderer.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +2 -2
- package/src/sap/ui/core/tmpl/Template.js +2 -2
- package/src/sap/ui/core/tmpl/TemplateControl.js +2 -2
- package/src/sap/ui/core/tmpl/TemplateControlRenderer.js +1 -1
- package/src/sap/ui/core/tmpl/_parsePath.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +2 -2
- package/src/sap/ui/core/util/DraftEnabledMockServer.js +2 -2
- package/src/sap/ui/core/util/Export.js +2 -2
- package/src/sap/ui/core/util/ExportCell.js +2 -2
- package/src/sap/ui/core/util/ExportColumn.js +2 -2
- package/src/sap/ui/core/util/ExportRow.js +2 -2
- package/src/sap/ui/core/util/ExportType.js +2 -2
- package/src/sap/ui/core/util/ExportTypeCSV.js +2 -2
- package/src/sap/ui/core/util/File.js +2 -2
- package/src/sap/ui/core/util/LibraryInfo.js +2 -2
- package/src/sap/ui/core/util/MockServer.js +2 -2
- package/src/sap/ui/core/util/PasteHelper.js +7 -5
- package/src/sap/ui/core/util/ResponsivePaddingsEnablement.js +1 -1
- package/src/sap/ui/core/util/ShortcutHelper.js +1 -1
- package/src/sap/ui/core/util/XMLPreprocessor.js +2 -2
- package/src/sap/ui/core/util/_LocalizationHelper.js +1 -1
- package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +3 -3
- package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +2 -2
- package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +3 -3
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +2 -2
- package/src/sap/ui/core/util/serializer/Serializer.js +2 -2
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +2 -2
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +2 -2
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +2 -2
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +2 -2
- package/src/sap/ui/core/util/serializer/delegate/XML.js +2 -2
- package/src/sap/ui/core/webc/WebComponent.js +2 -2
- package/src/sap/ui/core/webc/WebComponentMetadata.js +2 -2
- package/src/sap/ui/core/webc/WebComponentRenderer.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +2 -2
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +2 -2
- package/src/sap/ui/core/ws/WebSocket.js +2 -2
- package/src/sap/ui/debug/ControlTree.js +2 -2
- package/src/sap/ui/debug/DebugEnv.js +2 -2
- package/src/sap/ui/debug/Highlighter.js +1 -1
- package/src/sap/ui/debug/LogViewer.js +1 -1
- package/src/sap/ui/debug/PropertyList.js +2 -2
- package/src/sap/ui/dom/_ready.js +1 -1
- package/src/sap/ui/dom/containsOrEquals.js +1 -1
- package/src/sap/ui/dom/denormalizeScrollBeginRTL.js +1 -1
- package/src/sap/ui/dom/denormalizeScrollLeftRTL.js +1 -1
- package/src/sap/ui/dom/findTabbable.js +1 -1
- package/src/sap/ui/dom/getComputedStyleFix.js +1 -1
- package/src/sap/ui/dom/getFirstEditableInput.js +1 -1
- package/src/sap/ui/dom/getOwnerWindow.js +1 -1
- package/src/sap/ui/dom/getScrollbarSize.js +1 -1
- package/src/sap/ui/dom/includeScript.js +1 -1
- package/src/sap/ui/dom/includeStylesheet.js +1 -1
- package/src/sap/ui/dom/isBehindOtherElement.js +1 -1
- package/src/sap/ui/dom/isElementCovered.js +1 -1
- package/src/sap/ui/dom/isHidden.js +1 -1
- package/src/sap/ui/dom/jquery/Aria.js +1 -1
- package/src/sap/ui/dom/jquery/Focusable.js +107 -14
- package/src/sap/ui/dom/jquery/Selection.js +1 -1
- package/src/sap/ui/dom/jquery/Selectors.js +1 -1
- package/src/sap/ui/dom/jquery/control.js +1 -1
- package/src/sap/ui/dom/jquery/cursorPos.js +1 -1
- package/src/sap/ui/dom/jquery/getSelectedText.js +1 -1
- package/src/sap/ui/dom/jquery/hasTabIndex.js +1 -1
- package/src/sap/ui/dom/jquery/parentByAttribute.js +1 -1
- package/src/sap/ui/dom/jquery/rect.js +1 -1
- package/src/sap/ui/dom/jquery/rectContains.js +1 -1
- package/src/sap/ui/dom/jquery/scrollLeftRTL.js +1 -1
- package/src/sap/ui/dom/jquery/scrollRightRTL.js +1 -1
- package/src/sap/ui/dom/jquery/selectText.js +1 -1
- package/src/sap/ui/dom/jquery/zIndex.js +1 -1
- package/src/sap/ui/dom/units/Rem.js +1 -1
- package/src/sap/ui/events/ControlEvents.js +1 -1
- package/src/sap/ui/events/F6Navigation.js +1 -1
- package/src/sap/ui/events/FocusEventFix.js +1 -1
- package/src/sap/ui/events/KeyCodes.js +1 -1
- package/src/sap/ui/events/PasteEventFix.js +1 -1
- package/src/sap/ui/events/PseudoEvents.js +1 -1
- package/src/sap/ui/events/TouchToMouseMapping.js +1 -1
- package/src/sap/ui/events/checkMouseEnterOrLeave.js +1 -1
- package/src/sap/ui/events/isMouseEventDelayed.js +1 -1
- package/src/sap/ui/events/isSpecialKey.js +1 -1
- package/src/sap/ui/events/jquery/EventExtension.js +1 -1
- package/src/sap/ui/events/jquery/EventSimulation.js +1 -1
- package/src/sap/ui/events/jquery/EventTriggerHook.js +1 -1
- package/src/sap/ui/model/Binding.js +9 -9
- package/src/sap/ui/model/BindingMode.js +1 -1
- package/src/sap/ui/model/ChangeReason.js +1 -1
- package/src/sap/ui/model/ClientContextBinding.js +3 -3
- package/src/sap/ui/model/ClientListBinding.js +1 -1
- package/src/sap/ui/model/ClientModel.js +3 -3
- package/src/sap/ui/model/ClientPropertyBinding.js +1 -1
- package/src/sap/ui/model/ClientTreeBinding.js +1 -1
- package/src/sap/ui/model/ClientTreeBindingAdapter.js +1 -1
- package/src/sap/ui/model/CompositeBinding.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +2 -2
- package/src/sap/ui/model/CompositeType.js +2 -2
- package/src/sap/ui/model/Context.js +13 -10
- package/src/sap/ui/model/ContextBinding.js +4 -4
- package/src/sap/ui/model/DataState.js +7 -3
- package/src/sap/ui/model/Filter.js +1 -1
- package/src/sap/ui/model/FilterOperator.js +1 -1
- package/src/sap/ui/model/FilterProcessor.js +1 -1
- package/src/sap/ui/model/FilterType.js +1 -1
- package/src/sap/ui/model/FormatException.js +1 -1
- package/src/sap/ui/model/ListBinding.js +1 -1
- package/src/sap/ui/model/ManagedObjectBindingSupport.js +1 -1
- package/src/sap/ui/model/MetaModel.js +2 -2
- package/src/sap/ui/model/Model.js +8 -8
- package/src/sap/ui/model/ParseException.js +1 -1
- package/src/sap/ui/model/PropertyBinding.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +2 -2
- package/src/sap/ui/model/SimpleType.js +2 -2
- package/src/sap/ui/model/Sorter.js +1 -1
- package/src/sap/ui/model/SorterProcessor.js +1 -1
- package/src/sap/ui/model/StaticBinding.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +2 -2
- package/src/sap/ui/model/TreeBinding.js +1 -1
- package/src/sap/ui/model/TreeBindingAdapter.js +3 -3
- package/src/sap/ui/model/TreeBindingCompatibilityAdapter.js +1 -1
- package/src/sap/ui/model/TreeBindingUtils.js +4 -4
- package/src/sap/ui/model/Type.js +2 -2
- package/src/sap/ui/model/ValidateException.js +1 -1
- package/src/sap/ui/model/_Helper.js +2 -2
- package/src/sap/ui/model/analytics/AnalyticalBinding.js +4 -5
- package/src/sap/ui/model/analytics/AnalyticalTreeBindingAdapter.js +1 -1
- package/src/sap/ui/model/analytics/AnalyticalVersionInfo.js +1 -1
- package/src/sap/ui/model/analytics/BatchResponseCollector.js +3 -1
- package/src/sap/ui/model/analytics/ODataModelAdapter.js +1 -1
- package/src/sap/ui/model/analytics/odata4analytics.js +1 -1
- package/src/sap/ui/model/base/ManagedObjectModel.js +2 -2
- package/src/sap/ui/model/controlhelper/TreeBindingProxy.js +1 -1
- package/src/sap/ui/model/json/JSONListBinding.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +4 -4
- package/src/sap/ui/model/json/JSONPropertyBinding.js +2 -2
- package/src/sap/ui/model/json/JSONTreeBinding.js +1 -1
- package/src/sap/ui/model/json/TypedJSONContext.js +1 -1
- package/src/sap/ui/model/json/TypedJSONModel.js +1 -1
- package/src/sap/ui/model/message/MessageListBinding.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +2 -2
- package/src/sap/ui/model/message/MessagePropertyBinding.js +1 -1
- package/src/sap/ui/model/odata/AnnotationHelper.js +1 -1
- package/src/sap/ui/model/odata/AnnotationParser.js +1 -1
- package/src/sap/ui/model/odata/CountMode.js +5 -5
- package/src/sap/ui/model/odata/Filter.js +1 -1
- package/src/sap/ui/model/odata/MessageScope.js +2 -2
- package/src/sap/ui/model/odata/ODataAnnotations.js +2 -2
- package/src/sap/ui/model/odata/ODataContextBinding.js +3 -3
- package/src/sap/ui/model/odata/ODataExpressionAddons.js +1 -1
- package/src/sap/ui/model/odata/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +25 -8
- package/src/sap/ui/model/odata/ODataMetaModel.js +4 -4
- package/src/sap/ui/model/odata/ODataMetadata.js +4 -4
- package/src/sap/ui/model/odata/ODataModel.js +2 -2
- package/src/sap/ui/model/odata/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataTreeBindingAdapter.js +1 -1
- package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +1 -1
- package/src/sap/ui/model/odata/ODataUtils.js +2 -2
- package/src/sap/ui/model/odata/OperationMode.js +1 -1
- package/src/sap/ui/model/odata/UpdateMethod.js +1 -1
- package/src/sap/ui/model/odata/_AnnotationHelperBasics.js +1 -1
- package/src/sap/ui/model/odata/_AnnotationHelperExpression.js +1 -1
- package/src/sap/ui/model/odata/_ODataMetaModelUtils.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +3 -3
- package/src/sap/ui/model/odata/type/Byte.js +4 -4
- package/src/sap/ui/model/odata/type/Currency.js +3 -3
- package/src/sap/ui/model/odata/type/Date.js +3 -3
- package/src/sap/ui/model/odata/type/DateTime.js +3 -3
- package/src/sap/ui/model/odata/type/DateTimeBase.js +2 -2
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +3 -3
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +3 -3
- package/src/sap/ui/model/odata/type/Decimal.js +3 -3
- package/src/sap/ui/model/odata/type/Double.js +3 -3
- package/src/sap/ui/model/odata/type/Guid.js +3 -3
- package/src/sap/ui/model/odata/type/Int.js +2 -2
- package/src/sap/ui/model/odata/type/Int16.js +4 -4
- package/src/sap/ui/model/odata/type/Int32.js +4 -4
- package/src/sap/ui/model/odata/type/Int64.js +3 -3
- package/src/sap/ui/model/odata/type/ODataType.js +2 -2
- package/src/sap/ui/model/odata/type/Raw.js +3 -3
- package/src/sap/ui/model/odata/type/SByte.js +4 -4
- package/src/sap/ui/model/odata/type/Single.js +3 -3
- package/src/sap/ui/model/odata/type/Stream.js +3 -3
- package/src/sap/ui/model/odata/type/String.js +3 -3
- package/src/sap/ui/model/odata/type/Time.js +7 -7
- package/src/sap/ui/model/odata/type/TimeOfDay.js +3 -3
- package/src/sap/ui/model/odata/type/Unit.js +3 -3
- package/src/sap/ui/model/odata/type/UnitMixin.js +1 -1
- package/src/sap/ui/model/odata/v2/BatchMode.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +2 -2
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +18 -17
- package/src/sap/ui/model/odata/v2/ODataContextBinding.js +3 -3
- package/src/sap/ui/model/odata/v2/ODataListBinding.js +3 -3
- package/src/sap/ui/model/odata/v2/ODataModel.js +58 -58
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +4 -4
- package/src/sap/ui/model/odata/v2/_CreatedContextsCache.js +1 -1
- package/src/sap/ui/model/odata/v4/AnnotationHelper.js +2 -2
- package/src/sap/ui/model/odata/v4/Context.js +37 -18
- package/src/sap/ui/model/odata/v4/ODataBinding.js +2 -4
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +5 -3
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +24 -19
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +14 -10
- package/src/sap/ui/model/odata/v4/ODataModel.js +6 -5
- package/src/sap/ui/model/odata/v4/ODataParentBinding.js +4 -1
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +2 -2
- package/src/sap/ui/model/odata/v4/ODataUtils.js +1 -1
- package/src/sap/ui/model/odata/v4/SubmitMode.js +1 -1
- package/src/sap/ui/model/odata/v4/ValueListType.js +1 -1
- package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +30 -22
- package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Batch.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +9 -8
- package/src/sap/ui/model/odata/v4/lib/_ConcatHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +5 -5
- package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_MinMaxHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Parser.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Requestor.js +38 -13
- package/src/sap/ui/model/odata/v4/lib/_TreeState.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +1 -1
- package/src/sap/ui/model/odata/v4/ts.js +1 -1
- package/src/sap/ui/model/resource/ResourceModel.js +2 -2
- package/src/sap/ui/model/resource/ResourcePropertyBinding.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +2 -2
- package/src/sap/ui/model/type/Currency.js +2 -2
- package/src/sap/ui/model/type/Date.js +2 -2
- package/src/sap/ui/model/type/DateInterval.js +2 -2
- package/src/sap/ui/model/type/DateTime.js +2 -2
- package/src/sap/ui/model/type/DateTimeInterval.js +2 -2
- package/src/sap/ui/model/type/FileSize.js +2 -2
- package/src/sap/ui/model/type/Float.js +2 -2
- package/src/sap/ui/model/type/Integer.js +2 -2
- package/src/sap/ui/model/type/String.js +2 -2
- package/src/sap/ui/model/type/Time.js +2 -2
- package/src/sap/ui/model/type/TimeInterval.js +3 -3
- package/src/sap/ui/model/type/Unit.js +2 -2
- package/src/sap/ui/model/xml/XMLListBinding.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +19 -12
- package/src/sap/ui/model/xml/XMLPropertyBinding.js +1 -1
- package/src/sap/ui/model/xml/XMLTreeBinding.js +1 -1
- package/src/sap/ui/performance/BeaconRequest.js +1 -1
- package/src/sap/ui/performance/Measurement.js +1 -1
- package/src/sap/ui/performance/XHRInterceptor.js +1 -1
- package/src/sap/ui/performance/trace/FESR.js +5 -3
- package/src/sap/ui/performance/trace/FESRHelper.js +1 -1
- package/src/sap/ui/performance/trace/Interaction.js +1 -1
- package/src/sap/ui/performance/trace/Passport.js +1 -1
- package/src/sap/ui/performance/trace/_InteractionImpl.js +1 -1
- package/src/sap/ui/performance/trace/initTraces.js +1 -1
- package/src/sap/ui/qunit/QUnitUtils.js +4 -4
- package/src/sap/ui/qunit/qunit-2-css.js +1 -1
- package/src/sap/ui/qunit/qunit-coverage-istanbul.js +1 -1
- package/src/sap/ui/qunit/qunit-coverage.js +1 -1
- package/src/sap/ui/qunit/qunit-css.js +1 -1
- package/src/sap/ui/qunit/qunit-junit.js +1 -1
- package/src/sap/ui/qunit/qunit-redirect.js +1 -1
- package/src/sap/ui/qunit/sinon-qunit-bridge.js +1 -1
- package/src/sap/ui/qunit/utils/ControlIterator.js +4 -4
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +2 -2
- package/src/sap/ui/qunit/utils/createAndAppendDiv.js +1 -1
- package/src/sap/ui/qunit/utils/nextUIUpdate.js +1 -1
- package/src/sap/ui/qunit/utils/waitForThemeApplied.js +1 -1
- package/src/sap/ui/security/FrameOptions.js +1 -1
- package/src/sap/ui/test/BlanketReporter.js +1 -1
- package/src/sap/ui/test/BranchTracking.js +1 -1
- package/src/sap/ui/test/ModuleTracking.js +1 -1
- package/src/sap/ui/test/Opa.js +1 -1
- package/src/sap/ui/test/Opa5.js +2 -2
- package/src/sap/ui/test/OpaBuilder.js +1 -1
- package/src/sap/ui/test/OpaExtension.js +1 -1
- package/src/sap/ui/test/OpaPlugin.js +8 -8
- package/src/sap/ui/test/PageObjectFactory.js +1 -1
- package/src/sap/ui/test/RecordReplay.js +2 -2
- package/src/sap/ui/test/RecorderHotkeyListener.js +1 -1
- package/src/sap/ui/test/TestUtils.js +11 -3
- package/src/sap/ui/test/_BrowserLogCollector.js +1 -1
- package/src/sap/ui/test/_ControlFinder.js +1 -1
- package/src/sap/ui/test/_FocusListener.js +1 -1
- package/src/sap/ui/test/_LogCollector.js +1 -1
- package/src/sap/ui/test/_OpaLogger.js +1 -1
- package/src/sap/ui/test/_OpaUriParameterParser.js +1 -1
- package/src/sap/ui/test/_ParameterValidator.js +1 -1
- package/src/sap/ui/test/_UsageReport.js +1 -1
- package/src/sap/ui/test/_ValidationParameters.js +1 -1
- package/src/sap/ui/test/actions/Action.js +1 -1
- package/src/sap/ui/test/actions/Drag.js +1 -1
- package/src/sap/ui/test/actions/Drop.js +1 -1
- package/src/sap/ui/test/actions/EnterText.js +1 -1
- package/src/sap/ui/test/actions/Press.js +1 -1
- package/src/sap/ui/test/actions/Scroll.js +1 -1
- package/src/sap/ui/test/autowaiter/WaiterBase.js +1 -1
- package/src/sap/ui/test/autowaiter/_UIUpdatesWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_XHRWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_autoWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_autoWaiterAsync.js +1 -1
- package/src/sap/ui/test/autowaiter/_cssAnimationWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_cssTransitionWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_fetchWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_jsAnimationWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_moduleWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_navigationContainerWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_promiseWaiter.js +9 -1
- package/src/sap/ui/test/autowaiter/_resourceWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_timeoutWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_utils.js +1 -1
- package/src/sap/ui/test/generic/GenericTestCollection.js +1 -1
- package/src/sap/ui/test/generic/TestBase.js +2 -2
- package/src/sap/ui/test/generic/Utils.js +1 -1
- package/src/sap/ui/test/generic/_EnforceSemanticRendering.js +1 -1
- package/src/sap/ui/test/gherkin/GherkinTestGenerator.js +1 -1
- package/src/sap/ui/test/gherkin/StepDefinitions.js +1 -1
- package/src/sap/ui/test/gherkin/dataTableUtils.js +1 -1
- package/src/sap/ui/test/gherkin/opa5TestHarness.js +1 -1
- package/src/sap/ui/test/gherkin/qUnitTestHarness.js +1 -1
- package/src/sap/ui/test/gherkin/simpleGherkinParser.js +1 -1
- package/src/sap/ui/test/launchers/componentLauncher.js +1 -1
- package/src/sap/ui/test/launchers/iFrameLauncher.js +1 -1
- package/src/sap/ui/test/matchers/AggregationContainsPropertyEqual.js +1 -1
- package/src/sap/ui/test/matchers/AggregationEmpty.js +1 -1
- package/src/sap/ui/test/matchers/AggregationFilled.js +1 -1
- package/src/sap/ui/test/matchers/AggregationLengthEquals.js +1 -1
- package/src/sap/ui/test/matchers/Ancestor.js +1 -1
- package/src/sap/ui/test/matchers/BindingPath.js +1 -1
- package/src/sap/ui/test/matchers/Descendant.js +1 -1
- package/src/sap/ui/test/matchers/I18NText.js +1 -1
- package/src/sap/ui/test/matchers/Interactable.js +1 -1
- package/src/sap/ui/test/matchers/LabelFor.js +1 -1
- package/src/sap/ui/test/matchers/Matcher.js +1 -1
- package/src/sap/ui/test/matchers/MatcherFactory.js +1 -1
- package/src/sap/ui/test/matchers/Properties.js +1 -1
- package/src/sap/ui/test/matchers/PropertyStrictEquals.js +1 -1
- package/src/sap/ui/test/matchers/Sibling.js +1 -1
- package/src/sap/ui/test/matchers/Visible.js +1 -1
- package/src/sap/ui/test/matchers/_Busy.js +1 -1
- package/src/sap/ui/test/matchers/_Editable.js +1 -1
- package/src/sap/ui/test/matchers/_Enabled.js +1 -1
- package/src/sap/ui/test/matchers/_Visitor.js +1 -1
- package/src/sap/ui/test/matchers/matchers.js +1 -1
- package/src/sap/ui/test/opaQunit.js +1 -1
- package/src/sap/ui/test/pipelines/ActionPipeline.js +1 -1
- package/src/sap/ui/test/pipelines/MatcherPipeline.js +1 -1
- package/src/sap/ui/test/pipelines/PipelineFactory.js +1 -1
- package/src/sap/ui/test/qunitPause.js +1 -1
- package/src/sap/ui/test/selectors/_BindingPath.js +1 -1
- package/src/sap/ui/test/selectors/_ControlSelectorGenerator.js +1 -1
- package/src/sap/ui/test/selectors/_ControlSelectorValidator.js +1 -1
- package/src/sap/ui/test/selectors/_ControlType.js +1 -1
- package/src/sap/ui/test/selectors/_DropdownItem.js +1 -1
- package/src/sap/ui/test/selectors/_GlobalID.js +1 -1
- package/src/sap/ui/test/selectors/_LabelFor.js +1 -1
- package/src/sap/ui/test/selectors/_Properties.js +2 -2
- package/src/sap/ui/test/selectors/_Selector.js +1 -1
- package/src/sap/ui/test/selectors/_TableRowItem.js +1 -1
- package/src/sap/ui/test/selectors/_ViewID.js +1 -1
- package/src/sap/ui/test/selectors/_selectors.js +1 -1
- package/src/sap/ui/test/starter/_configureLoader.js +1 -1
- package/src/sap/ui/test/starter/_setupAndStart.js +1 -1
- package/src/sap/ui/test/starter/_utils.js +1 -1
- package/src/sap/ui/test/starter/config.js +1 -1
- package/src/sap/ui/test/starter/createSuite.js +1 -1
- package/src/sap/ui/test/starter/runTest.js +1 -1
- package/src/sap/ui/test/utils/nextUIUpdate.js +1 -1
- package/src/sap/ui/test/utils/waitForThemeApplied.js +1 -1
- package/src/sap/ui/thirdparty/RequestRecorder.js +1 -1
- package/src/sap/ui/thirdparty/caja-html-sanitizer.js +1 -1
- package/src/sap/ui/util/ActivityDetection.js +1 -1
- package/src/sap/ui/util/Mobile.js +1 -1
- package/src/sap/ui/util/Storage.js +2 -2
- package/src/sap/ui/util/XMLHelper.js +1 -1
- package/src/sap/ui/util/_FeatureDetection.js +1 -1
- package/src/sap/ui/util/_URL.js +1 -1
- package/src/sap/ui/util/_enforceNoReturnValue.js +1 -1
- package/src/sap/ui/util/defaultLinkTypes.js +1 -1
- package/src/sap/ui/util/isCrossOriginURL.js +1 -1
- package/src/sap/ui/util/openWindow.js +1 -1
- package/src/sap-ui-boot.js +1 -1
- package/src/sap-ui-core-nojQuery.js +1 -1
- package/src/sap-ui-core.js +1 -1
- package/src/sap-ui-debug.js +1 -1
- package/src/ui5loader-autoconfig.js +12 -12
- package/src/ui5loader.js +9 -7
- package/test/sap/ui/qunit/TestRunner.js +11 -11
- package/test/sap/ui/qunit/testrunner.css +186 -25
- package/test/sap/ui/qunit/testrunner.html +1 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"__license": "This file has been derived from Unicode Common Locale Data Repository (CLDR) files (http://cldr.unicode.org). See the copyright and permission notice in the Unicode-Data-Files-LICENSE.txt available at the same location as this file or visit http://www.unicode.org/copyright.html",
|
|
3
|
-
"__version": "
|
|
4
|
-
"__buildtime": "2025-
|
|
3
|
+
"__version": "48.0.0",
|
|
4
|
+
"__buildtime": "2025-11-18T12:31:55.685Z",
|
|
5
5
|
"languages": {
|
|
6
6
|
"aa": "afar",
|
|
7
7
|
"ab": "abkhaze",
|
|
@@ -322,6 +322,8 @@
|
|
|
322
322
|
"ksf": "bafia",
|
|
323
323
|
"ksh": "kölsch",
|
|
324
324
|
"ku": "kurde",
|
|
325
|
+
"ku_menu-core": "kurde",
|
|
326
|
+
"ku_menu-extension": "kurmanji",
|
|
325
327
|
"kum": "koumyk",
|
|
326
328
|
"kut": "kutenai",
|
|
327
329
|
"kv": "komi",
|
|
@@ -901,6 +903,7 @@
|
|
|
901
903
|
"CN": "Chine",
|
|
902
904
|
"CO": "Colombie",
|
|
903
905
|
"CP": "île Clipperton",
|
|
906
|
+
"CQ": "Sercq",
|
|
904
907
|
"CR": "Costa Rica",
|
|
905
908
|
"CU": "Cuba",
|
|
906
909
|
"CV": "Cap-Vert",
|
|
@@ -1126,7 +1129,7 @@
|
|
|
1126
1129
|
"ZA": "Afrique du Sud",
|
|
1127
1130
|
"ZM": "Zambie",
|
|
1128
1131
|
"ZW": "Zimbabwe",
|
|
1129
|
-
"ZZ": "région
|
|
1132
|
+
"ZZ": "région inconnue"
|
|
1130
1133
|
},
|
|
1131
1134
|
"orientation": "left-to-right",
|
|
1132
1135
|
"ca-gregorian": {
|
|
@@ -1153,15 +1156,19 @@
|
|
|
1153
1156
|
"Bhms": "h 'h' mm 'min' ss 's' B",
|
|
1154
1157
|
"d": "d",
|
|
1155
1158
|
"E": "E",
|
|
1159
|
+
"EBh": "E h 'h' B",
|
|
1156
1160
|
"EBhm": "E h 'h' mm B",
|
|
1157
1161
|
"EBhms": "E h 'h' mm 'min' ss 's' B",
|
|
1158
1162
|
"Ed": "E d",
|
|
1163
|
+
"Eh": "E h 'h' a",
|
|
1159
1164
|
"Ehm": "E h 'h' mm a",
|
|
1160
1165
|
"EHm": "E HH 'h' mm",
|
|
1161
1166
|
"Ehms": "E h 'h' mm 'min' ss 's' a",
|
|
1162
1167
|
"EHms": "E HH 'h' mm 'min' ss 's'",
|
|
1163
1168
|
"Gy": "y G",
|
|
1169
|
+
"GyM": "y-MM G",
|
|
1164
1170
|
"GyMd": "y-MM-dd GGGGG",
|
|
1171
|
+
"GyMEd": "E y-MM-dd G",
|
|
1165
1172
|
"GyMMM": "MMM y G",
|
|
1166
1173
|
"GyMMMd": "d MMM y G",
|
|
1167
1174
|
"GyMMMEd": "E d MMM y G",
|
|
@@ -1175,6 +1182,8 @@
|
|
|
1175
1182
|
"Hmsv": "HH 'h' mm 'min' ss 's' v",
|
|
1176
1183
|
"hmv": "h 'h' mm a v",
|
|
1177
1184
|
"Hmv": "HH 'h' mm v",
|
|
1185
|
+
"hv": "h 'h' a v",
|
|
1186
|
+
"Hv": "H 'h' v",
|
|
1178
1187
|
"M": "L",
|
|
1179
1188
|
"Md": "MM-dd",
|
|
1180
1189
|
"MEd": "E MM-dd",
|
|
@@ -1686,15 +1695,19 @@
|
|
|
1686
1695
|
"Bhms": "h 'h' mm 'min' ss 's' B",
|
|
1687
1696
|
"d": "d",
|
|
1688
1697
|
"E": "ccc",
|
|
1698
|
+
"EBh": "E h 'h' B",
|
|
1689
1699
|
"EBhm": "E h 'h' mm B",
|
|
1690
1700
|
"EBhms": "E h 'h' mm 'min' ss 's' B",
|
|
1691
1701
|
"Ed": "E d",
|
|
1702
|
+
"Eh": "E h 'h' a",
|
|
1692
1703
|
"Ehm": "E h 'h' mm a",
|
|
1693
1704
|
"EHm": "E HH 'h' mm",
|
|
1694
1705
|
"Ehms": "E h 'h' mm 'min' ss 's' a",
|
|
1695
1706
|
"EHms": "E HH 'h' mm 'min' ss 's'",
|
|
1696
1707
|
"Gy": "y G",
|
|
1708
|
+
"GyM": "y-MM G",
|
|
1697
1709
|
"GyMd": "y-MM-dd GGGGG",
|
|
1710
|
+
"GyMEd": "E y-MM-dd G",
|
|
1698
1711
|
"GyMMM": "MMM y G",
|
|
1699
1712
|
"GyMMMd": "d MMM y G",
|
|
1700
1713
|
"GyMMMEd": "E d MMM y G",
|
|
@@ -1704,6 +1717,8 @@
|
|
|
1704
1717
|
"Hm": "HH 'h' mm",
|
|
1705
1718
|
"hms": "h 'h' mm 'min' ss 's' a",
|
|
1706
1719
|
"Hms": "HH 'h' mm 'min' ss 's'",
|
|
1720
|
+
"hv": "h 'h' a v",
|
|
1721
|
+
"Hv": "HH 'h' v",
|
|
1707
1722
|
"M": "L",
|
|
1708
1723
|
"Md": "MM-dd",
|
|
1709
1724
|
"MEd": "E d MMM",
|
|
@@ -2178,13 +2193,16 @@
|
|
|
2178
2193
|
}
|
|
2179
2194
|
},
|
|
2180
2195
|
"era-wide": {
|
|
2181
|
-
"0": "Anno Hegirae"
|
|
2196
|
+
"0": "Anno Hegirae",
|
|
2197
|
+
"1": "BH"
|
|
2182
2198
|
},
|
|
2183
2199
|
"era-abbreviated": {
|
|
2184
|
-
"0": "AH"
|
|
2200
|
+
"0": "AH",
|
|
2201
|
+
"1": "BH"
|
|
2185
2202
|
},
|
|
2186
2203
|
"era-narrow": {
|
|
2187
|
-
"0": "AH"
|
|
2204
|
+
"0": "AH",
|
|
2205
|
+
"1": "BH"
|
|
2188
2206
|
}
|
|
2189
2207
|
},
|
|
2190
2208
|
"ca-japanese": {
|
|
@@ -2211,15 +2229,19 @@
|
|
|
2211
2229
|
"Bhms": "h 'h' mm 'min' ss 's' B",
|
|
2212
2230
|
"d": "d",
|
|
2213
2231
|
"E": "ccc",
|
|
2232
|
+
"EBh": "E h 'h' B",
|
|
2214
2233
|
"EBhm": "E h 'h' mm B",
|
|
2215
2234
|
"EBhms": "E h 'h' mm 'min' ss 's' B",
|
|
2216
2235
|
"Ed": "E d",
|
|
2236
|
+
"Eh": "E h 'h' a",
|
|
2217
2237
|
"Ehm": "E h 'h' mm a",
|
|
2218
2238
|
"EHm": "E HH 'h' mm",
|
|
2219
2239
|
"Ehms": "E h 'h' mm 'min' ss 's' a",
|
|
2220
2240
|
"EHms": "E HH 'h' mm 'min' ss 's'",
|
|
2221
2241
|
"Gy": "y G",
|
|
2242
|
+
"GyM": "y-M G",
|
|
2222
2243
|
"GyMd": "y-MM-dd GGGGG",
|
|
2244
|
+
"GyMEd": "E y-MM-dd G",
|
|
2223
2245
|
"GyMMM": "MMM y G",
|
|
2224
2246
|
"GyMMMd": "d MMM y G",
|
|
2225
2247
|
"GyMMMEd": "E d MMM y G",
|
|
@@ -2229,6 +2251,8 @@
|
|
|
2229
2251
|
"Hm": "HH 'h' mm",
|
|
2230
2252
|
"hms": "h 'h' mm 'min' ss 's' a",
|
|
2231
2253
|
"Hms": "HH 'h' mm 'min' ss 's'",
|
|
2254
|
+
"hv": "h 'h' a v",
|
|
2255
|
+
"Hv": "HH 'h' v",
|
|
2232
2256
|
"M": "L",
|
|
2233
2257
|
"Md": "d/M",
|
|
2234
2258
|
"MEd": "E d/M",
|
|
@@ -2756,15 +2780,19 @@
|
|
|
2756
2780
|
"Bhms": "h 'h' mm 'min' ss 's' B",
|
|
2757
2781
|
"d": "d",
|
|
2758
2782
|
"E": "ccc",
|
|
2783
|
+
"EBh": "E h 'h' B",
|
|
2759
2784
|
"EBhm": "E h 'h' mm B",
|
|
2760
2785
|
"EBhms": "E h 'h' mm 'min' ss 's' B",
|
|
2761
2786
|
"Ed": "E d",
|
|
2787
|
+
"Eh": "E h 'h' a",
|
|
2762
2788
|
"Ehm": "E h 'h' mm a",
|
|
2763
2789
|
"EHm": "E HH 'h' mm",
|
|
2764
2790
|
"Ehms": "E h 'h' mm 'min' ss 's' a",
|
|
2765
2791
|
"EHms": "E HH 'h' mm 'min' ss 's'",
|
|
2766
2792
|
"Gy": "y G",
|
|
2793
|
+
"GyM": "y-M G",
|
|
2767
2794
|
"GyMd": "y-MM-dd GGGGG",
|
|
2795
|
+
"GyMEd": "E y-MM-dd G",
|
|
2768
2796
|
"GyMMM": "MMM y G",
|
|
2769
2797
|
"GyMMMd": "d MMM y G",
|
|
2770
2798
|
"GyMMMEd": "E d MMM y G",
|
|
@@ -2774,6 +2802,8 @@
|
|
|
2774
2802
|
"Hm": "HH 'h' mm",
|
|
2775
2803
|
"hms": "h 'h' mm 'min' ss 's' a",
|
|
2776
2804
|
"Hms": "HH 'h' mm 'min' ss 's'",
|
|
2805
|
+
"hv": "h 'h' a v",
|
|
2806
|
+
"Hv": "HH 'h' v",
|
|
2777
2807
|
"M": "L",
|
|
2778
2808
|
"Md": "M-d",
|
|
2779
2809
|
"MEd": "E M-d",
|
|
@@ -3281,15 +3311,19 @@
|
|
|
3281
3311
|
"Bhms": "h 'h' mm 'min' ss 's' B",
|
|
3282
3312
|
"d": "d",
|
|
3283
3313
|
"E": "ccc",
|
|
3314
|
+
"EBh": "E h 'h' B",
|
|
3284
3315
|
"EBhm": "E h 'h' mm B",
|
|
3285
3316
|
"EBhms": "E h 'h' mm 'min' ss 's' B",
|
|
3286
3317
|
"Ed": "E d",
|
|
3318
|
+
"Eh": "E h 'h' a",
|
|
3287
3319
|
"Ehm": "E h 'h' mm a",
|
|
3288
3320
|
"EHm": "E HH 'h' mm",
|
|
3289
3321
|
"Ehms": "E h 'h' mm 'min' ss 's' a",
|
|
3290
3322
|
"EHms": "E HH 'h' mm 'min' ss 's'",
|
|
3291
3323
|
"Gy": "y G",
|
|
3324
|
+
"GyM": "y-M G",
|
|
3292
3325
|
"GyMd": "y-MM-dd GGGGG",
|
|
3326
|
+
"GyMEd": "E y-MM-dd G",
|
|
3293
3327
|
"GyMMM": "MMM y G",
|
|
3294
3328
|
"GyMMMd": "d MMM y G",
|
|
3295
3329
|
"GyMMMEd": "E d MMM y G",
|
|
@@ -3299,6 +3333,8 @@
|
|
|
3299
3333
|
"Hm": "HH 'h' mm",
|
|
3300
3334
|
"hms": "h 'h' mm 'min' ss 's' a",
|
|
3301
3335
|
"Hms": "HH 'h' mm 'min' ss 's'",
|
|
3336
|
+
"hv": "h 'h' a v",
|
|
3337
|
+
"Hv": "HH 'h' v",
|
|
3302
3338
|
"M": "L",
|
|
3303
3339
|
"Md": "d/M",
|
|
3304
3340
|
"MEd": "E d/M",
|
|
@@ -3802,9 +3838,9 @@
|
|
|
3802
3838
|
},
|
|
3803
3839
|
"year-short": {
|
|
3804
3840
|
"displayName": "a",
|
|
3805
|
-
"relative-type--1": "l’
|
|
3841
|
+
"relative-type--1": "l’an dernier",
|
|
3806
3842
|
"relative-type-0": "cette année",
|
|
3807
|
-
"relative-type-1": "l’
|
|
3843
|
+
"relative-type-1": "l’an prochain",
|
|
3808
3844
|
"relativeTime-type-future": {
|
|
3809
3845
|
"relativeTimePattern-count-one": "dans {0} a",
|
|
3810
3846
|
"relativeTimePattern-count-other": "dans {0} a"
|
|
@@ -3816,9 +3852,9 @@
|
|
|
3816
3852
|
},
|
|
3817
3853
|
"year-narrow": {
|
|
3818
3854
|
"displayName": "a",
|
|
3819
|
-
"relative-type--1": "l’
|
|
3855
|
+
"relative-type--1": "l’an dernier",
|
|
3820
3856
|
"relative-type-0": "cette année",
|
|
3821
|
-
"relative-type-1": "l’
|
|
3857
|
+
"relative-type-1": "l’an prochain",
|
|
3822
3858
|
"relativeTime-type-future": {
|
|
3823
3859
|
"relativeTimePattern-count-one": "+{0} a",
|
|
3824
3860
|
"relativeTimePattern-count-other": "+{0} a"
|
|
@@ -4207,7 +4243,7 @@
|
|
|
4207
4243
|
"Belize": "Belize",
|
|
4208
4244
|
"Blanc-Sablon": "Blanc-Sablon",
|
|
4209
4245
|
"Boa_Vista": "Boa Vista",
|
|
4210
|
-
"Bogota": "
|
|
4246
|
+
"Bogota": "Bogotá",
|
|
4211
4247
|
"Boise": "Boise",
|
|
4212
4248
|
"Cambridge_Bay": "Cambridge Bay",
|
|
4213
4249
|
"Campo_Grande": "Campo Grande",
|
|
@@ -4219,6 +4255,7 @@
|
|
|
4219
4255
|
"Chihuahua": "Chihuahua",
|
|
4220
4256
|
"Ciudad_Juarez": "Ciudad Juárez",
|
|
4221
4257
|
"Costa_Rica": "Costa Rica",
|
|
4258
|
+
"Coyhaique": "Coyhaique",
|
|
4222
4259
|
"Creston": "Creston",
|
|
4223
4260
|
"Cuiaba": "Cuiabá",
|
|
4224
4261
|
"Curacao": "Curaçao",
|
|
@@ -4278,7 +4315,7 @@
|
|
|
4278
4315
|
"Merida": "Mérida",
|
|
4279
4316
|
"Metlakatla": "Metlakatla",
|
|
4280
4317
|
"Mexico_City": "Mexico",
|
|
4281
|
-
"Miquelon": "
|
|
4318
|
+
"Miquelon": "Saint-Pierre",
|
|
4282
4319
|
"Moncton": "Moncton",
|
|
4283
4320
|
"Monterrey": "Monterrey",
|
|
4284
4321
|
"Montevideo": "Montevideo",
|
|
@@ -4286,7 +4323,7 @@
|
|
|
4286
4323
|
"Nassau": "Nassau",
|
|
4287
4324
|
"New_York": "New York",
|
|
4288
4325
|
"Nome": "Nome",
|
|
4289
|
-
"Noronha": "Noronha",
|
|
4326
|
+
"Noronha": "Fernando de Noronha",
|
|
4290
4327
|
"North_Dakota": {
|
|
4291
4328
|
"Beulah": "Beulah [Dakota du Nord]",
|
|
4292
4329
|
"Center": "Center [Dakota du Nord]",
|
|
@@ -4377,7 +4414,7 @@
|
|
|
4377
4414
|
"Hebron": "Hébron",
|
|
4378
4415
|
"Ho_Chi_Minh": "Hô-Chi-Minh-Ville",
|
|
4379
4416
|
"Hong_Kong": "Hong Kong",
|
|
4380
|
-
"Hovd": "
|
|
4417
|
+
"Hovd": "Khovd",
|
|
4381
4418
|
"Irkutsk": "Irkoutsk",
|
|
4382
4419
|
"Jakarta": "Jakarta",
|
|
4383
4420
|
"Jayapura": "Jayapura",
|
|
@@ -4475,7 +4512,7 @@
|
|
|
4475
4512
|
"Bucharest": "Bucarest",
|
|
4476
4513
|
"Budapest": "Budapest",
|
|
4477
4514
|
"Busingen": "Büsingen",
|
|
4478
|
-
"Chisinau": "
|
|
4515
|
+
"Chisinau": "Chișinău",
|
|
4479
4516
|
"Copenhagen": "Copenhague",
|
|
4480
4517
|
"Dublin": "Dublin",
|
|
4481
4518
|
"Gibraltar": "Gibraltar",
|
|
@@ -4575,7 +4612,7 @@
|
|
|
4575
4612
|
"Tarawa": "Tarawa",
|
|
4576
4613
|
"Tongatapu": "Tongatapu",
|
|
4577
4614
|
"Wake": "Wake",
|
|
4578
|
-
"Wallis": "Wallis"
|
|
4615
|
+
"Wallis": "Wallis & Futuna"
|
|
4579
4616
|
}
|
|
4580
4617
|
},
|
|
4581
4618
|
"timezoneNamesFormats": {
|
|
@@ -4645,11 +4682,15 @@
|
|
|
4645
4682
|
},
|
|
4646
4683
|
"currencyFormat": {
|
|
4647
4684
|
"standard": "#,##0.00 ¤",
|
|
4685
|
+
"standard-alphaNextToNumber": "#,##0.00 ¤",
|
|
4648
4686
|
"standard-noCurrency": "#,##0.00",
|
|
4649
4687
|
"accounting": "#,##0.00 ¤;(#,##0.00 ¤)",
|
|
4688
|
+
"accounting-alphaNextToNumber": "#,##0.00 ¤;(#,##0.00 ¤)",
|
|
4650
4689
|
"accounting-noCurrency": "#,##0.00;(#,##0.00)",
|
|
4651
4690
|
"sap-standard": "#,##0.00 ¤",
|
|
4691
|
+
"sap-standard-alphaNextToNumber": "#,##0.00 ¤",
|
|
4652
4692
|
"sap-accounting": "#,##0.00 ¤;(#,##0.00 ¤)",
|
|
4693
|
+
"sap-accounting-alphaNextToNumber": "#,##0.00 ¤;(#,##0.00 ¤)",
|
|
4653
4694
|
"sap-standard-noCurrency": "#,##0.00",
|
|
4654
4695
|
"sap-accounting-noCurrency": "#,##0.00;(#,##0.00)"
|
|
4655
4696
|
},
|
|
@@ -4660,54 +4701,30 @@
|
|
|
4660
4701
|
"range": "{0}–{1}"
|
|
4661
4702
|
},
|
|
4662
4703
|
"currencyFormat-short": {
|
|
4663
|
-
"1000-one": "0 k¤",
|
|
4664
|
-
"1000-
|
|
4665
|
-
"
|
|
4666
|
-
"
|
|
4667
|
-
"
|
|
4668
|
-
"
|
|
4669
|
-
"
|
|
4670
|
-
"
|
|
4671
|
-
"
|
|
4672
|
-
"
|
|
4673
|
-
"
|
|
4674
|
-
"
|
|
4675
|
-
"
|
|
4676
|
-
"
|
|
4677
|
-
"
|
|
4678
|
-
"
|
|
4679
|
-
"
|
|
4680
|
-
"
|
|
4681
|
-
"
|
|
4682
|
-
"
|
|
4683
|
-
"
|
|
4684
|
-
"
|
|
4685
|
-
"
|
|
4686
|
-
"
|
|
4687
|
-
"1000000000-one": "0 G¤",
|
|
4688
|
-
"1000000000-one-alphaNextToNumber": "0 G ¤",
|
|
4689
|
-
"1000000000-other": "0 G¤",
|
|
4690
|
-
"1000000000-other-alphaNextToNumber": "0 G ¤",
|
|
4691
|
-
"10000000000-one": "00 G¤",
|
|
4692
|
-
"10000000000-one-alphaNextToNumber": "00 G ¤",
|
|
4693
|
-
"10000000000-other": "00 G¤",
|
|
4694
|
-
"10000000000-other-alphaNextToNumber": "00 G ¤",
|
|
4695
|
-
"100000000000-one": "000 G¤",
|
|
4696
|
-
"100000000000-one-alphaNextToNumber": "000 G ¤",
|
|
4697
|
-
"100000000000-other": "000 G¤",
|
|
4698
|
-
"100000000000-other-alphaNextToNumber": "000 G ¤",
|
|
4699
|
-
"1000000000000-one": "0 T¤",
|
|
4700
|
-
"1000000000000-one-alphaNextToNumber": "0 T ¤",
|
|
4701
|
-
"1000000000000-other": "0 T¤",
|
|
4702
|
-
"1000000000000-other-alphaNextToNumber": "0 T ¤",
|
|
4703
|
-
"10000000000000-one": "00 T¤",
|
|
4704
|
-
"10000000000000-one-alphaNextToNumber": "00 T ¤",
|
|
4705
|
-
"10000000000000-other": "00 T¤",
|
|
4706
|
-
"10000000000000-other-alphaNextToNumber": "00 T ¤",
|
|
4707
|
-
"100000000000000-one": "000 T¤",
|
|
4708
|
-
"100000000000000-one-alphaNextToNumber": "000 T ¤",
|
|
4709
|
-
"100000000000000-other": "000 T¤",
|
|
4710
|
-
"100000000000000-other-alphaNextToNumber": "000 T ¤"
|
|
4704
|
+
"1000-one": "0 k ¤",
|
|
4705
|
+
"1000-other": "0 k ¤",
|
|
4706
|
+
"10000-one": "00 k ¤",
|
|
4707
|
+
"10000-other": "00 k ¤",
|
|
4708
|
+
"100000-one": "000 k ¤",
|
|
4709
|
+
"100000-other": "000 k ¤",
|
|
4710
|
+
"1000000-one": "0 M ¤",
|
|
4711
|
+
"1000000-other": "0 M ¤",
|
|
4712
|
+
"10000000-one": "00 M ¤",
|
|
4713
|
+
"10000000-other": "00 M ¤",
|
|
4714
|
+
"100000000-one": "000 M ¤",
|
|
4715
|
+
"100000000-other": "000 M ¤",
|
|
4716
|
+
"1000000000-one": "0 G ¤",
|
|
4717
|
+
"1000000000-other": "0 G ¤",
|
|
4718
|
+
"10000000000-one": "00 G ¤",
|
|
4719
|
+
"10000000000-other": "00 G ¤",
|
|
4720
|
+
"100000000000-one": "000 G ¤",
|
|
4721
|
+
"100000000000-other": "000 G ¤",
|
|
4722
|
+
"1000000000000-one": "0 T ¤",
|
|
4723
|
+
"1000000000000-other": "0 T ¤",
|
|
4724
|
+
"10000000000000-one": "00 T ¤",
|
|
4725
|
+
"10000000000000-other": "00 T ¤",
|
|
4726
|
+
"100000000000000-one": "000 T ¤",
|
|
4727
|
+
"100000000000000-other": "000 T ¤"
|
|
4711
4728
|
},
|
|
4712
4729
|
"symbols-latn-decimal": ",",
|
|
4713
4730
|
"symbols-latn-group": " ",
|
|
@@ -4894,13 +4911,13 @@
|
|
|
4894
4911
|
},
|
|
4895
4912
|
"angle-revolution": {
|
|
4896
4913
|
"displayName": "tr",
|
|
4897
|
-
"unitPattern-count-one": "{0}
|
|
4898
|
-
"unitPattern-count-other": "{0}
|
|
4914
|
+
"unitPattern-count-one": "{0} tr",
|
|
4915
|
+
"unitPattern-count-other": "{0} tr"
|
|
4899
4916
|
},
|
|
4900
4917
|
"angle-radian": {
|
|
4901
4918
|
"displayName": "rad",
|
|
4902
|
-
"unitPattern-count-one": "{0}
|
|
4903
|
-
"unitPattern-count-other": "{0}
|
|
4919
|
+
"unitPattern-count-one": "{0} rad",
|
|
4920
|
+
"unitPattern-count-other": "{0} rad"
|
|
4904
4921
|
},
|
|
4905
4922
|
"angle-degree": {
|
|
4906
4923
|
"displayName": "°",
|
|
@@ -4916,83 +4933,88 @@
|
|
|
4916
4933
|
},
|
|
4917
4934
|
"area-square-kilometer": {
|
|
4918
4935
|
"displayName": "km²",
|
|
4919
|
-
"unitPattern-count-one": "{0}
|
|
4920
|
-
"unitPattern-count-other": "{0}
|
|
4936
|
+
"unitPattern-count-one": "{0} km²",
|
|
4937
|
+
"unitPattern-count-other": "{0} km²",
|
|
4921
4938
|
"perUnitPattern": "{0}/km²"
|
|
4922
4939
|
},
|
|
4923
4940
|
"area-hectare": {
|
|
4924
4941
|
"displayName": "ha",
|
|
4925
|
-
"unitPattern-count-one": "{0}
|
|
4926
|
-
"unitPattern-count-other": "{0}
|
|
4942
|
+
"unitPattern-count-one": "{0} ha",
|
|
4943
|
+
"unitPattern-count-other": "{0} ha"
|
|
4927
4944
|
},
|
|
4928
4945
|
"area-square-meter": {
|
|
4929
4946
|
"displayName": "m²",
|
|
4930
|
-
"unitPattern-count-one": "{0}
|
|
4931
|
-
"unitPattern-count-other": "{0}
|
|
4947
|
+
"unitPattern-count-one": "{0} m²",
|
|
4948
|
+
"unitPattern-count-other": "{0} m²",
|
|
4932
4949
|
"perUnitPattern": "{0}/m²"
|
|
4933
4950
|
},
|
|
4934
4951
|
"area-square-centimeter": {
|
|
4935
4952
|
"displayName": "cm²",
|
|
4936
|
-
"unitPattern-count-one": "{0}
|
|
4937
|
-
"unitPattern-count-other": "{0}
|
|
4953
|
+
"unitPattern-count-one": "{0} cm²",
|
|
4954
|
+
"unitPattern-count-other": "{0} cm²",
|
|
4938
4955
|
"perUnitPattern": "{0}/cm²"
|
|
4939
4956
|
},
|
|
4940
4957
|
"area-square-mile": {
|
|
4941
4958
|
"displayName": "mi²",
|
|
4942
|
-
"unitPattern-count-one": "{0}
|
|
4943
|
-
"unitPattern-count-other": "{0}
|
|
4959
|
+
"unitPattern-count-one": "{0} mi²",
|
|
4960
|
+
"unitPattern-count-other": "{0} mi²",
|
|
4944
4961
|
"perUnitPattern": "{0}/mi²"
|
|
4945
4962
|
},
|
|
4946
4963
|
"area-acre": {
|
|
4947
4964
|
"displayName": "ac",
|
|
4948
|
-
"unitPattern-count-one": "{0}
|
|
4949
|
-
"unitPattern-count-other": "{0}
|
|
4965
|
+
"unitPattern-count-one": "{0} ac",
|
|
4966
|
+
"unitPattern-count-other": "{0} ac"
|
|
4950
4967
|
},
|
|
4951
4968
|
"area-square-yard": {
|
|
4952
4969
|
"displayName": "vg²",
|
|
4953
|
-
"unitPattern-count-one": "{0}
|
|
4954
|
-
"unitPattern-count-other": "{0}
|
|
4970
|
+
"unitPattern-count-one": "{0} vg²",
|
|
4971
|
+
"unitPattern-count-other": "{0} vg²"
|
|
4955
4972
|
},
|
|
4956
4973
|
"area-square-foot": {
|
|
4957
4974
|
"displayName": "pi²",
|
|
4958
4975
|
"unitPattern-count-one": "{0} pi²",
|
|
4959
|
-
"unitPattern-count-other": "{0}
|
|
4976
|
+
"unitPattern-count-other": "{0} pi²"
|
|
4960
4977
|
},
|
|
4961
4978
|
"area-square-inch": {
|
|
4962
4979
|
"displayName": "po²",
|
|
4963
|
-
"unitPattern-count-one": "{0}
|
|
4964
|
-
"unitPattern-count-other": "{0}
|
|
4980
|
+
"unitPattern-count-one": "{0} po²",
|
|
4981
|
+
"unitPattern-count-other": "{0} po²",
|
|
4965
4982
|
"perUnitPattern": "{0}/po²"
|
|
4966
4983
|
},
|
|
4967
4984
|
"area-dunam": {
|
|
4968
4985
|
"displayName": "dounam",
|
|
4969
|
-
"unitPattern-count-one": "{0}
|
|
4970
|
-
"unitPattern-count-other": "{0}
|
|
4986
|
+
"unitPattern-count-one": "{0} dounam",
|
|
4987
|
+
"unitPattern-count-other": "{0} dounams"
|
|
4971
4988
|
},
|
|
4972
4989
|
"concentr-karat": {
|
|
4973
4990
|
"displayName": "carats",
|
|
4974
|
-
"unitPattern-count-one": "{0}
|
|
4975
|
-
"unitPattern-count-other": "{0}
|
|
4991
|
+
"unitPattern-count-one": "{0} ct",
|
|
4992
|
+
"unitPattern-count-other": "{0} ct"
|
|
4976
4993
|
},
|
|
4977
4994
|
"concentr-milligram-ofglucose-per-deciliter": {
|
|
4978
4995
|
"displayName": "mg/dl",
|
|
4979
|
-
"unitPattern-count-one": "{0}
|
|
4980
|
-
"unitPattern-count-other": "{0}
|
|
4996
|
+
"unitPattern-count-one": "{0} mg/dl",
|
|
4997
|
+
"unitPattern-count-other": "{0} mg/dl"
|
|
4981
4998
|
},
|
|
4982
4999
|
"concentr-millimole-per-liter": {
|
|
4983
5000
|
"displayName": "mmol/l",
|
|
4984
|
-
"unitPattern-count-one": "{0}
|
|
4985
|
-
"unitPattern-count-other": "{0}
|
|
5001
|
+
"unitPattern-count-one": "{0} mmol/l",
|
|
5002
|
+
"unitPattern-count-other": "{0} mmol/l"
|
|
4986
5003
|
},
|
|
4987
5004
|
"concentr-item": {
|
|
4988
5005
|
"displayName": "item",
|
|
4989
|
-
"unitPattern-count-one": "{0}
|
|
4990
|
-
"unitPattern-count-other": "{0}
|
|
5006
|
+
"unitPattern-count-one": "{0} item",
|
|
5007
|
+
"unitPattern-count-other": "{0} items"
|
|
5008
|
+
},
|
|
5009
|
+
"concentr-part": {
|
|
5010
|
+
"displayName": "part",
|
|
5011
|
+
"unitPattern-count-one": "{0} part",
|
|
5012
|
+
"unitPattern-count-other": "{0} parts"
|
|
4991
5013
|
},
|
|
4992
|
-
"concentr-
|
|
5014
|
+
"concentr-part-per-1e6": {
|
|
4993
5015
|
"displayName": "ppm",
|
|
4994
|
-
"unitPattern-count-one": "{0}
|
|
4995
|
-
"unitPattern-count-other": "{0}
|
|
5016
|
+
"unitPattern-count-one": "{0} ppm",
|
|
5017
|
+
"unitPattern-count-other": "{0} ppm"
|
|
4996
5018
|
},
|
|
4997
5019
|
"concentr-percent": {
|
|
4998
5020
|
"displayName": "%",
|
|
@@ -5001,186 +5023,191 @@
|
|
|
5001
5023
|
},
|
|
5002
5024
|
"concentr-permille": {
|
|
5003
5025
|
"displayName": "‰",
|
|
5004
|
-
"unitPattern-count-one": "{0}
|
|
5005
|
-
"unitPattern-count-other": "{0}
|
|
5026
|
+
"unitPattern-count-one": "{0} ‰",
|
|
5027
|
+
"unitPattern-count-other": "{0} ‰"
|
|
5006
5028
|
},
|
|
5007
5029
|
"concentr-permyriad": {
|
|
5008
5030
|
"displayName": "‱",
|
|
5009
|
-
"unitPattern-count-one": "{0}
|
|
5010
|
-
"unitPattern-count-other": "{0}
|
|
5031
|
+
"unitPattern-count-one": "{0} ‱",
|
|
5032
|
+
"unitPattern-count-other": "{0} ‱"
|
|
5011
5033
|
},
|
|
5012
5034
|
"concentr-mole": {
|
|
5013
5035
|
"displayName": "mol",
|
|
5014
|
-
"unitPattern-count-one": "{0}
|
|
5015
|
-
"unitPattern-count-other": "{0}
|
|
5036
|
+
"unitPattern-count-one": "{0} mol",
|
|
5037
|
+
"unitPattern-count-other": "{0} mol"
|
|
5038
|
+
},
|
|
5039
|
+
"concentr-ofglucose": {
|
|
5040
|
+
"displayName": "Glc",
|
|
5041
|
+
"unitPattern-count-one": "{0} Glc",
|
|
5042
|
+
"unitPattern-count-other": "{0} Glc"
|
|
5016
5043
|
},
|
|
5017
5044
|
"consumption-liter-per-kilometer": {
|
|
5018
5045
|
"displayName": "l/km",
|
|
5019
|
-
"unitPattern-count-one": "{0}
|
|
5020
|
-
"unitPattern-count-other": "{0}
|
|
5046
|
+
"unitPattern-count-one": "{0} l/km",
|
|
5047
|
+
"unitPattern-count-other": "{0} l/km"
|
|
5021
5048
|
},
|
|
5022
5049
|
"consumption-liter-per-100-kilometer": {
|
|
5023
5050
|
"displayName": "l/100 km",
|
|
5024
|
-
"unitPattern-count-one": "{0}
|
|
5025
|
-
"unitPattern-count-other": "{0}
|
|
5051
|
+
"unitPattern-count-one": "{0} l/100 km",
|
|
5052
|
+
"unitPattern-count-other": "{0} l/100 km"
|
|
5026
5053
|
},
|
|
5027
5054
|
"consumption-mile-per-gallon": {
|
|
5028
5055
|
"displayName": "mi/gal",
|
|
5029
|
-
"unitPattern-count-one": "{0}
|
|
5030
|
-
"unitPattern-count-other": "{0}
|
|
5056
|
+
"unitPattern-count-one": "{0} mi/gal",
|
|
5057
|
+
"unitPattern-count-other": "{0} mi/gal"
|
|
5031
5058
|
},
|
|
5032
5059
|
"consumption-mile-per-gallon-imperial": {
|
|
5033
5060
|
"displayName": "mi/gal imp.",
|
|
5034
|
-
"unitPattern-count-one": "{0}
|
|
5035
|
-
"unitPattern-count-other": "{0}
|
|
5061
|
+
"unitPattern-count-one": "{0} mi/gal imp.",
|
|
5062
|
+
"unitPattern-count-other": "{0} mi/gal imp."
|
|
5036
5063
|
},
|
|
5037
5064
|
"digital-petabyte": {
|
|
5038
5065
|
"displayName": "Po",
|
|
5039
|
-
"unitPattern-count-one": "{0}
|
|
5040
|
-
"unitPattern-count-other": "{0}
|
|
5066
|
+
"unitPattern-count-one": "{0} Po",
|
|
5067
|
+
"unitPattern-count-other": "{0} Po"
|
|
5041
5068
|
},
|
|
5042
5069
|
"digital-terabyte": {
|
|
5043
5070
|
"displayName": "To",
|
|
5044
|
-
"unitPattern-count-one": "{0}
|
|
5045
|
-
"unitPattern-count-other": "{0}
|
|
5071
|
+
"unitPattern-count-one": "{0} To",
|
|
5072
|
+
"unitPattern-count-other": "{0} To"
|
|
5046
5073
|
},
|
|
5047
5074
|
"digital-terabit": {
|
|
5048
5075
|
"displayName": "Tb",
|
|
5049
|
-
"unitPattern-count-one": "{0}
|
|
5050
|
-
"unitPattern-count-other": "{0}
|
|
5076
|
+
"unitPattern-count-one": "{0} Tb",
|
|
5077
|
+
"unitPattern-count-other": "{0} Tb"
|
|
5051
5078
|
},
|
|
5052
5079
|
"digital-gigabyte": {
|
|
5053
5080
|
"displayName": "Go",
|
|
5054
|
-
"unitPattern-count-one": "{0}
|
|
5055
|
-
"unitPattern-count-other": "{0}
|
|
5081
|
+
"unitPattern-count-one": "{0} Go",
|
|
5082
|
+
"unitPattern-count-other": "{0} Go"
|
|
5056
5083
|
},
|
|
5057
5084
|
"digital-gigabit": {
|
|
5058
5085
|
"displayName": "Gb",
|
|
5059
|
-
"unitPattern-count-one": "{0}
|
|
5060
|
-
"unitPattern-count-other": "{0}
|
|
5086
|
+
"unitPattern-count-one": "{0} Gb",
|
|
5087
|
+
"unitPattern-count-other": "{0} Gb"
|
|
5061
5088
|
},
|
|
5062
5089
|
"digital-megabyte": {
|
|
5063
5090
|
"displayName": "Mo",
|
|
5064
|
-
"unitPattern-count-one": "{0}
|
|
5065
|
-
"unitPattern-count-other": "{0}
|
|
5091
|
+
"unitPattern-count-one": "{0} Mo",
|
|
5092
|
+
"unitPattern-count-other": "{0} Mo"
|
|
5066
5093
|
},
|
|
5067
5094
|
"digital-megabit": {
|
|
5068
5095
|
"displayName": "Mb",
|
|
5069
|
-
"unitPattern-count-one": "{0}
|
|
5070
|
-
"unitPattern-count-other": "{0}
|
|
5096
|
+
"unitPattern-count-one": "{0} Mb",
|
|
5097
|
+
"unitPattern-count-other": "{0} Mb"
|
|
5071
5098
|
},
|
|
5072
5099
|
"digital-kilobyte": {
|
|
5073
5100
|
"displayName": "ko",
|
|
5074
|
-
"unitPattern-count-one": "{0}
|
|
5075
|
-
"unitPattern-count-other": "{0}
|
|
5101
|
+
"unitPattern-count-one": "{0} ko",
|
|
5102
|
+
"unitPattern-count-other": "{0} ko"
|
|
5076
5103
|
},
|
|
5077
5104
|
"digital-kilobit": {
|
|
5078
5105
|
"displayName": "kb",
|
|
5079
|
-
"unitPattern-count-one": "{0}
|
|
5080
|
-
"unitPattern-count-other": "{0}
|
|
5106
|
+
"unitPattern-count-one": "{0} kb",
|
|
5107
|
+
"unitPattern-count-other": "{0} kb"
|
|
5081
5108
|
},
|
|
5082
5109
|
"digital-byte": {
|
|
5083
5110
|
"displayName": "octet",
|
|
5084
|
-
"unitPattern-count-one": "{0}
|
|
5085
|
-
"unitPattern-count-other": "{0}
|
|
5111
|
+
"unitPattern-count-one": "{0} o",
|
|
5112
|
+
"unitPattern-count-other": "{0} o"
|
|
5086
5113
|
},
|
|
5087
5114
|
"digital-bit": {
|
|
5088
5115
|
"displayName": "bit",
|
|
5089
|
-
"unitPattern-count-one": "{0}
|
|
5090
|
-
"unitPattern-count-other": "{0}
|
|
5116
|
+
"unitPattern-count-one": "{0} bit",
|
|
5117
|
+
"unitPattern-count-other": "{0} bit"
|
|
5091
5118
|
},
|
|
5092
5119
|
"duration-century": {
|
|
5093
5120
|
"displayName": "s.",
|
|
5094
|
-
"unitPattern-count-one": "{0}
|
|
5095
|
-
"unitPattern-count-other": "{0}
|
|
5121
|
+
"unitPattern-count-one": "{0} s.",
|
|
5122
|
+
"unitPattern-count-other": "{0} s."
|
|
5096
5123
|
},
|
|
5097
5124
|
"duration-decade": {
|
|
5098
5125
|
"displayName": "décennies",
|
|
5099
|
-
"unitPattern-count-one": "{0}
|
|
5100
|
-
"unitPattern-count-other": "{0}
|
|
5126
|
+
"unitPattern-count-one": "{0} déc.",
|
|
5127
|
+
"unitPattern-count-other": "{0} déc."
|
|
5101
5128
|
},
|
|
5102
5129
|
"duration-year": {
|
|
5103
5130
|
"displayName": "ans",
|
|
5104
|
-
"unitPattern-count-one": "{0}
|
|
5105
|
-
"unitPattern-count-other": "{0}
|
|
5131
|
+
"unitPattern-count-one": "{0} an",
|
|
5132
|
+
"unitPattern-count-other": "{0} ans",
|
|
5106
5133
|
"perUnitPattern": "{0}/an"
|
|
5107
5134
|
},
|
|
5108
5135
|
"duration-quarter": {
|
|
5109
5136
|
"displayName": "trim.",
|
|
5110
|
-
"unitPattern-count-one": "{0}
|
|
5111
|
-
"unitPattern-count-other": "{0}
|
|
5137
|
+
"unitPattern-count-one": "{0} trim.",
|
|
5138
|
+
"unitPattern-count-other": "{0} trim.",
|
|
5112
5139
|
"perUnitPattern": "{0}/trim."
|
|
5113
5140
|
},
|
|
5114
5141
|
"duration-month": {
|
|
5115
5142
|
"displayName": "m.",
|
|
5116
|
-
"unitPattern-count-one": "{0}
|
|
5117
|
-
"unitPattern-count-other": "{0}
|
|
5143
|
+
"unitPattern-count-one": "{0} m.",
|
|
5144
|
+
"unitPattern-count-other": "{0} m.",
|
|
5118
5145
|
"perUnitPattern": "{0}/m."
|
|
5119
5146
|
},
|
|
5120
5147
|
"duration-week": {
|
|
5121
5148
|
"displayName": "sem.",
|
|
5122
|
-
"unitPattern-count-one": "{0}
|
|
5123
|
-
"unitPattern-count-other": "{0}
|
|
5149
|
+
"unitPattern-count-one": "{0} sem.",
|
|
5150
|
+
"unitPattern-count-other": "{0} sem.",
|
|
5124
5151
|
"perUnitPattern": "{0}/sem."
|
|
5125
5152
|
},
|
|
5126
5153
|
"duration-day": {
|
|
5127
5154
|
"displayName": "j",
|
|
5128
|
-
"unitPattern-count-one": "{0}
|
|
5129
|
-
"unitPattern-count-other": "{0}
|
|
5155
|
+
"unitPattern-count-one": "{0} j",
|
|
5156
|
+
"unitPattern-count-other": "{0} j",
|
|
5130
5157
|
"perUnitPattern": "{0}/j"
|
|
5131
5158
|
},
|
|
5132
5159
|
"duration-hour": {
|
|
5133
5160
|
"displayName": "h",
|
|
5134
|
-
"unitPattern-count-one": "{0}
|
|
5135
|
-
"unitPattern-count-other": "{0}
|
|
5161
|
+
"unitPattern-count-one": "{0} h",
|
|
5162
|
+
"unitPattern-count-other": "{0} h",
|
|
5136
5163
|
"perUnitPattern": "{0}/h"
|
|
5137
5164
|
},
|
|
5138
5165
|
"duration-minute": {
|
|
5139
5166
|
"displayName": "min",
|
|
5140
|
-
"unitPattern-count-one": "{0}
|
|
5141
|
-
"unitPattern-count-other": "{0}
|
|
5167
|
+
"unitPattern-count-one": "{0} min",
|
|
5168
|
+
"unitPattern-count-other": "{0} min",
|
|
5142
5169
|
"perUnitPattern": "{0}/min"
|
|
5143
5170
|
},
|
|
5144
5171
|
"duration-second": {
|
|
5145
5172
|
"displayName": "s",
|
|
5146
|
-
"unitPattern-count-one": "{0}
|
|
5147
|
-
"unitPattern-count-other": "{0}
|
|
5173
|
+
"unitPattern-count-one": "{0} s",
|
|
5174
|
+
"unitPattern-count-other": "{0} s",
|
|
5148
5175
|
"perUnitPattern": "{0}/s"
|
|
5149
5176
|
},
|
|
5150
5177
|
"duration-millisecond": {
|
|
5151
5178
|
"displayName": "ms",
|
|
5152
|
-
"unitPattern-count-one": "{0}
|
|
5153
|
-
"unitPattern-count-other": "{0}
|
|
5179
|
+
"unitPattern-count-one": "{0} ms",
|
|
5180
|
+
"unitPattern-count-other": "{0} ms"
|
|
5154
5181
|
},
|
|
5155
5182
|
"duration-microsecond": {
|
|
5156
5183
|
"displayName": "μs",
|
|
5157
|
-
"unitPattern-count-one": "{0}
|
|
5158
|
-
"unitPattern-count-other": "{0}
|
|
5184
|
+
"unitPattern-count-one": "{0} μs",
|
|
5185
|
+
"unitPattern-count-other": "{0} μs"
|
|
5159
5186
|
},
|
|
5160
5187
|
"duration-nanosecond": {
|
|
5161
5188
|
"displayName": "ns",
|
|
5162
|
-
"unitPattern-count-one": "{0}
|
|
5163
|
-
"unitPattern-count-other": "{0}
|
|
5189
|
+
"unitPattern-count-one": "{0} ns",
|
|
5190
|
+
"unitPattern-count-other": "{0} ns"
|
|
5164
5191
|
},
|
|
5165
5192
|
"electric-ampere": {
|
|
5166
5193
|
"displayName": "A",
|
|
5167
|
-
"unitPattern-count-one": "{0}
|
|
5168
|
-
"unitPattern-count-other": "{0}
|
|
5194
|
+
"unitPattern-count-one": "{0} A",
|
|
5195
|
+
"unitPattern-count-other": "{0} A"
|
|
5169
5196
|
},
|
|
5170
5197
|
"electric-milliampere": {
|
|
5171
5198
|
"displayName": "mA",
|
|
5172
|
-
"unitPattern-count-one": "{0}
|
|
5173
|
-
"unitPattern-count-other": "{0}
|
|
5199
|
+
"unitPattern-count-one": "{0} mA",
|
|
5200
|
+
"unitPattern-count-other": "{0} mA"
|
|
5174
5201
|
},
|
|
5175
5202
|
"electric-ohm": {
|
|
5176
5203
|
"displayName": "Ω",
|
|
5177
|
-
"unitPattern-count-one": "{0}
|
|
5178
|
-
"unitPattern-count-other": "{0}
|
|
5204
|
+
"unitPattern-count-one": "{0} Ω",
|
|
5205
|
+
"unitPattern-count-other": "{0} Ω"
|
|
5179
5206
|
},
|
|
5180
5207
|
"electric-volt": {
|
|
5181
5208
|
"displayName": "V",
|
|
5182
|
-
"unitPattern-count-one": "{0}
|
|
5183
|
-
"unitPattern-count-other": "{0}
|
|
5209
|
+
"unitPattern-count-one": "{0} V",
|
|
5210
|
+
"unitPattern-count-other": "{0} V"
|
|
5184
5211
|
},
|
|
5185
5212
|
"energy-kilocalorie": {
|
|
5186
5213
|
"displayName": "kcal",
|
|
@@ -5223,43 +5250,43 @@
|
|
|
5223
5250
|
},
|
|
5224
5251
|
"energy-therm-us": {
|
|
5225
5252
|
"displayName": "therm US",
|
|
5226
|
-
"unitPattern-count-one": "{0}
|
|
5227
|
-
"unitPattern-count-other": "{0}
|
|
5253
|
+
"unitPattern-count-one": "{0} therm US",
|
|
5254
|
+
"unitPattern-count-other": "{0} therms US"
|
|
5228
5255
|
},
|
|
5229
5256
|
"force-pound-force": {
|
|
5230
5257
|
"displayName": "lbf",
|
|
5231
|
-
"unitPattern-count-one": "{0}
|
|
5232
|
-
"unitPattern-count-other": "{0}
|
|
5258
|
+
"unitPattern-count-one": "{0} lbf",
|
|
5259
|
+
"unitPattern-count-other": "{0} lbf"
|
|
5233
5260
|
},
|
|
5234
5261
|
"force-newton": {
|
|
5235
5262
|
"displayName": "N",
|
|
5236
|
-
"unitPattern-count-one": "{0}
|
|
5237
|
-
"unitPattern-count-other": "{0}
|
|
5263
|
+
"unitPattern-count-one": "{0} N",
|
|
5264
|
+
"unitPattern-count-other": "{0} N"
|
|
5238
5265
|
},
|
|
5239
5266
|
"force-kilowatt-hour-per-100-kilometer": {
|
|
5240
5267
|
"displayName": "kWh/100 km",
|
|
5241
|
-
"unitPattern-count-one": "{0}
|
|
5242
|
-
"unitPattern-count-other": "{0}
|
|
5268
|
+
"unitPattern-count-one": "{0} kWh/100 km",
|
|
5269
|
+
"unitPattern-count-other": "{0} kWh/100 km"
|
|
5243
5270
|
},
|
|
5244
5271
|
"frequency-gigahertz": {
|
|
5245
5272
|
"displayName": "GHz",
|
|
5246
|
-
"unitPattern-count-one": "{0}
|
|
5247
|
-
"unitPattern-count-other": "{0}
|
|
5273
|
+
"unitPattern-count-one": "{0} GHz",
|
|
5274
|
+
"unitPattern-count-other": "{0} GHz"
|
|
5248
5275
|
},
|
|
5249
5276
|
"frequency-megahertz": {
|
|
5250
5277
|
"displayName": "MHz",
|
|
5251
|
-
"unitPattern-count-one": "{0}
|
|
5252
|
-
"unitPattern-count-other": "{0}
|
|
5278
|
+
"unitPattern-count-one": "{0} MHz",
|
|
5279
|
+
"unitPattern-count-other": "{0} MHz"
|
|
5253
5280
|
},
|
|
5254
5281
|
"frequency-kilohertz": {
|
|
5255
5282
|
"displayName": "kHz",
|
|
5256
|
-
"unitPattern-count-one": "{0}
|
|
5257
|
-
"unitPattern-count-other": "{0}
|
|
5283
|
+
"unitPattern-count-one": "{0} kHz",
|
|
5284
|
+
"unitPattern-count-other": "{0} kHz"
|
|
5258
5285
|
},
|
|
5259
5286
|
"frequency-hertz": {
|
|
5260
5287
|
"displayName": "Hz",
|
|
5261
|
-
"unitPattern-count-one": "{0}
|
|
5262
|
-
"unitPattern-count-other": "{0}
|
|
5288
|
+
"unitPattern-count-one": "{0} Hz",
|
|
5289
|
+
"unitPattern-count-other": "{0} Hz"
|
|
5263
5290
|
},
|
|
5264
5291
|
"graphics-em": {
|
|
5265
5292
|
"displayName": "em",
|
|
@@ -5269,7 +5296,7 @@
|
|
|
5269
5296
|
"graphics-pixel": {
|
|
5270
5297
|
"displayName": "px",
|
|
5271
5298
|
"unitPattern-count-one": "{0} px",
|
|
5272
|
-
"unitPattern-count-other": "{0}
|
|
5299
|
+
"unitPattern-count-other": "{0} px"
|
|
5273
5300
|
},
|
|
5274
5301
|
"graphics-megapixel": {
|
|
5275
5302
|
"displayName": "Mpx",
|
|
@@ -5278,13 +5305,13 @@
|
|
|
5278
5305
|
},
|
|
5279
5306
|
"graphics-pixel-per-centimeter": {
|
|
5280
5307
|
"displayName": "px/cm",
|
|
5281
|
-
"unitPattern-count-one": "{0}
|
|
5282
|
-
"unitPattern-count-other": "{0}
|
|
5308
|
+
"unitPattern-count-one": "{0} px/cm",
|
|
5309
|
+
"unitPattern-count-other": "{0} px/cm"
|
|
5283
5310
|
},
|
|
5284
5311
|
"graphics-pixel-per-inch": {
|
|
5285
5312
|
"displayName": "px/po",
|
|
5286
|
-
"unitPattern-count-one": "{0}
|
|
5287
|
-
"unitPattern-count-other": "{0}
|
|
5313
|
+
"unitPattern-count-one": "{0} px/po",
|
|
5314
|
+
"unitPattern-count-other": "{0} px/po"
|
|
5288
5315
|
},
|
|
5289
5316
|
"graphics-dot-per-centimeter": {
|
|
5290
5317
|
"displayName": "pt/cm",
|
|
@@ -5293,97 +5320,98 @@
|
|
|
5293
5320
|
},
|
|
5294
5321
|
"graphics-dot-per-inch": {
|
|
5295
5322
|
"displayName": "pt/po",
|
|
5296
|
-
"unitPattern-count-one": "{0}
|
|
5297
|
-
"unitPattern-count-other": "{0}
|
|
5323
|
+
"unitPattern-count-one": "{0} pt/po",
|
|
5324
|
+
"unitPattern-count-other": "{0} pt/po"
|
|
5298
5325
|
},
|
|
5299
5326
|
"graphics-dot": {
|
|
5300
5327
|
"displayName": "pt",
|
|
5301
5328
|
"unitPattern-count-one": "{0} pt",
|
|
5302
|
-
"unitPattern-count-other": "{0}
|
|
5329
|
+
"unitPattern-count-other": "{0} pt"
|
|
5303
5330
|
},
|
|
5304
5331
|
"length-earth-radius": {
|
|
5305
5332
|
"displayName": "R⊕",
|
|
5306
|
-
"unitPattern-count-
|
|
5333
|
+
"unitPattern-count-one": "{0} R⊕",
|
|
5334
|
+
"unitPattern-count-other": "{0} R⊕"
|
|
5307
5335
|
},
|
|
5308
5336
|
"length-kilometer": {
|
|
5309
5337
|
"displayName": "km",
|
|
5310
|
-
"unitPattern-count-one": "{0}
|
|
5311
|
-
"unitPattern-count-other": "{0}
|
|
5338
|
+
"unitPattern-count-one": "{0} km",
|
|
5339
|
+
"unitPattern-count-other": "{0} km",
|
|
5312
5340
|
"perUnitPattern": "{0}/km"
|
|
5313
5341
|
},
|
|
5314
5342
|
"length-meter": {
|
|
5315
5343
|
"displayName": "m",
|
|
5316
|
-
"unitPattern-count-one": "{0}
|
|
5317
|
-
"unitPattern-count-other": "{0}
|
|
5344
|
+
"unitPattern-count-one": "{0} m",
|
|
5345
|
+
"unitPattern-count-other": "{0} m",
|
|
5318
5346
|
"perUnitPattern": "{0}/m"
|
|
5319
5347
|
},
|
|
5320
5348
|
"length-decimeter": {
|
|
5321
5349
|
"displayName": "dm",
|
|
5322
|
-
"unitPattern-count-one": "{0}
|
|
5323
|
-
"unitPattern-count-other": "{0}
|
|
5350
|
+
"unitPattern-count-one": "{0} dm",
|
|
5351
|
+
"unitPattern-count-other": "{0} dm"
|
|
5324
5352
|
},
|
|
5325
5353
|
"length-centimeter": {
|
|
5326
5354
|
"displayName": "cm",
|
|
5327
|
-
"unitPattern-count-one": "{0}
|
|
5328
|
-
"unitPattern-count-other": "{0}
|
|
5355
|
+
"unitPattern-count-one": "{0} cm",
|
|
5356
|
+
"unitPattern-count-other": "{0} cm",
|
|
5329
5357
|
"perUnitPattern": "{0}/cm"
|
|
5330
5358
|
},
|
|
5331
5359
|
"length-millimeter": {
|
|
5332
5360
|
"displayName": "mm",
|
|
5333
|
-
"unitPattern-count-one": "{0}
|
|
5334
|
-
"unitPattern-count-other": "{0}
|
|
5361
|
+
"unitPattern-count-one": "{0} mm",
|
|
5362
|
+
"unitPattern-count-other": "{0} mm"
|
|
5335
5363
|
},
|
|
5336
5364
|
"length-micrometer": {
|
|
5337
5365
|
"displayName": "μm",
|
|
5338
|
-
"unitPattern-count-one": "{0}
|
|
5339
|
-
"unitPattern-count-other": "{0}
|
|
5366
|
+
"unitPattern-count-one": "{0} μm",
|
|
5367
|
+
"unitPattern-count-other": "{0} μm"
|
|
5340
5368
|
},
|
|
5341
5369
|
"length-nanometer": {
|
|
5342
5370
|
"displayName": "nm",
|
|
5343
|
-
"unitPattern-count-one": "{0}
|
|
5344
|
-
"unitPattern-count-other": "{0}
|
|
5371
|
+
"unitPattern-count-one": "{0} nm",
|
|
5372
|
+
"unitPattern-count-other": "{0} nm"
|
|
5345
5373
|
},
|
|
5346
5374
|
"length-picometer": {
|
|
5347
5375
|
"displayName": "pm",
|
|
5348
|
-
"unitPattern-count-one": "{0}
|
|
5349
|
-
"unitPattern-count-other": "{0}
|
|
5376
|
+
"unitPattern-count-one": "{0} pm",
|
|
5377
|
+
"unitPattern-count-other": "{0} pm"
|
|
5350
5378
|
},
|
|
5351
5379
|
"length-mile": {
|
|
5352
5380
|
"displayName": "mi",
|
|
5353
|
-
"unitPattern-count-one": "{0}
|
|
5354
|
-
"unitPattern-count-other": "{0}
|
|
5381
|
+
"unitPattern-count-one": "{0} mi",
|
|
5382
|
+
"unitPattern-count-other": "{0} mi"
|
|
5355
5383
|
},
|
|
5356
5384
|
"length-yard": {
|
|
5357
5385
|
"displayName": "vg",
|
|
5358
5386
|
"unitPattern-count-one": "{0} vg",
|
|
5359
|
-
"unitPattern-count-other": "{0}
|
|
5387
|
+
"unitPattern-count-other": "{0} vg"
|
|
5360
5388
|
},
|
|
5361
5389
|
"length-foot": {
|
|
5362
5390
|
"displayName": "pi",
|
|
5363
5391
|
"unitPattern-count-one": "{0} pi",
|
|
5364
|
-
"unitPattern-count-other": "{0}
|
|
5392
|
+
"unitPattern-count-other": "{0} pi",
|
|
5365
5393
|
"perUnitPattern": "{0}/pi"
|
|
5366
5394
|
},
|
|
5367
5395
|
"length-inch": {
|
|
5368
5396
|
"displayName": "po",
|
|
5369
|
-
"unitPattern-count-one": "{0}
|
|
5370
|
-
"unitPattern-count-other": "{0}
|
|
5397
|
+
"unitPattern-count-one": "{0} po",
|
|
5398
|
+
"unitPattern-count-other": "{0} po",
|
|
5371
5399
|
"perUnitPattern": "{0}/po"
|
|
5372
5400
|
},
|
|
5373
5401
|
"length-parsec": {
|
|
5374
5402
|
"displayName": "pc",
|
|
5375
|
-
"unitPattern-count-one": "{0}
|
|
5376
|
-
"unitPattern-count-other": "{0}
|
|
5403
|
+
"unitPattern-count-one": "{0} pc",
|
|
5404
|
+
"unitPattern-count-other": "{0} pc"
|
|
5377
5405
|
},
|
|
5378
5406
|
"length-light-year": {
|
|
5379
5407
|
"displayName": "al",
|
|
5380
|
-
"unitPattern-count-one": "{0}
|
|
5381
|
-
"unitPattern-count-other": "{0}
|
|
5408
|
+
"unitPattern-count-one": "{0} al",
|
|
5409
|
+
"unitPattern-count-other": "{0} al"
|
|
5382
5410
|
},
|
|
5383
5411
|
"length-astronomical-unit": {
|
|
5384
5412
|
"displayName": "ua",
|
|
5385
5413
|
"unitPattern-count-one": "{0} ua",
|
|
5386
|
-
"unitPattern-count-other": "{0}
|
|
5414
|
+
"unitPattern-count-other": "{0} ua"
|
|
5387
5415
|
},
|
|
5388
5416
|
"length-furlong": {
|
|
5389
5417
|
"displayName": "fur",
|
|
@@ -5397,40 +5425,42 @@
|
|
|
5397
5425
|
"length-nautical-mile": {
|
|
5398
5426
|
"displayName": "NM",
|
|
5399
5427
|
"unitPattern-count-one": "{0} NM",
|
|
5400
|
-
"unitPattern-count-other": "{0}
|
|
5428
|
+
"unitPattern-count-other": "{0} NM"
|
|
5401
5429
|
},
|
|
5402
5430
|
"length-mile-scandinavian": {
|
|
5403
5431
|
"displayName": "smi",
|
|
5404
|
-
"unitPattern-count-one": "{0}
|
|
5405
|
-
"unitPattern-count-other": "{0}
|
|
5432
|
+
"unitPattern-count-one": "{0} smi",
|
|
5433
|
+
"unitPattern-count-other": "{0} smi"
|
|
5406
5434
|
},
|
|
5407
5435
|
"length-point": {
|
|
5408
5436
|
"displayName": "pt typog.",
|
|
5409
|
-
"unitPattern-count-one": "{0}
|
|
5410
|
-
"unitPattern-count-other": "{0}
|
|
5437
|
+
"unitPattern-count-one": "{0} pt typog.",
|
|
5438
|
+
"unitPattern-count-other": "{0} pts typog."
|
|
5411
5439
|
},
|
|
5412
5440
|
"length-solar-radius": {
|
|
5413
5441
|
"displayName": "R☉",
|
|
5414
|
-
"unitPattern-count-one": "{0}
|
|
5415
|
-
"unitPattern-count-other": "{0}
|
|
5442
|
+
"unitPattern-count-one": "{0} R☉",
|
|
5443
|
+
"unitPattern-count-other": "{0} R☉"
|
|
5416
5444
|
},
|
|
5417
5445
|
"light-lux": {
|
|
5418
5446
|
"displayName": "lx",
|
|
5419
|
-
"unitPattern-count-one": "{0}
|
|
5420
|
-
"unitPattern-count-other": "{0}
|
|
5447
|
+
"unitPattern-count-one": "{0} lx",
|
|
5448
|
+
"unitPattern-count-other": "{0} lx"
|
|
5421
5449
|
},
|
|
5422
5450
|
"light-candela": {
|
|
5423
5451
|
"displayName": "cd",
|
|
5424
|
-
"unitPattern-count-
|
|
5452
|
+
"unitPattern-count-one": "{0} cd",
|
|
5453
|
+
"unitPattern-count-other": "{0} cd"
|
|
5425
5454
|
},
|
|
5426
5455
|
"light-lumen": {
|
|
5427
5456
|
"displayName": "lm",
|
|
5428
|
-
"unitPattern-count-
|
|
5457
|
+
"unitPattern-count-one": "{0} lm",
|
|
5458
|
+
"unitPattern-count-other": "{0} lm"
|
|
5429
5459
|
},
|
|
5430
5460
|
"light-solar-luminosity": {
|
|
5431
5461
|
"displayName": "L☉",
|
|
5432
|
-
"unitPattern-count-one": "{0}
|
|
5433
|
-
"unitPattern-count-other": "{0}
|
|
5462
|
+
"unitPattern-count-one": "{0} L☉",
|
|
5463
|
+
"unitPattern-count-other": "{0} L☉"
|
|
5434
5464
|
},
|
|
5435
5465
|
"mass-tonne": {
|
|
5436
5466
|
"displayName": "t",
|
|
@@ -5439,8 +5469,8 @@
|
|
|
5439
5469
|
},
|
|
5440
5470
|
"mass-kilogram": {
|
|
5441
5471
|
"displayName": "kg",
|
|
5442
|
-
"unitPattern-count-one": "{0}
|
|
5443
|
-
"unitPattern-count-other": "{0}
|
|
5472
|
+
"unitPattern-count-one": "{0} kg",
|
|
5473
|
+
"unitPattern-count-other": "{0} kg",
|
|
5444
5474
|
"perUnitPattern": "{0}/kg"
|
|
5445
5475
|
},
|
|
5446
5476
|
"mass-gram": {
|
|
@@ -5470,8 +5500,8 @@
|
|
|
5470
5500
|
},
|
|
5471
5501
|
"mass-pound": {
|
|
5472
5502
|
"displayName": "lb",
|
|
5473
|
-
"unitPattern-count-one": "{0}
|
|
5474
|
-
"unitPattern-count-other": "{0}
|
|
5503
|
+
"unitPattern-count-one": "{0} lb",
|
|
5504
|
+
"unitPattern-count-other": "{0} lb",
|
|
5475
5505
|
"perUnitPattern": "{0}/lb"
|
|
5476
5506
|
},
|
|
5477
5507
|
"mass-ounce": {
|
|
@@ -5492,8 +5522,8 @@
|
|
|
5492
5522
|
},
|
|
5493
5523
|
"mass-dalton": {
|
|
5494
5524
|
"displayName": "Da",
|
|
5495
|
-
"unitPattern-count-one": "{0}
|
|
5496
|
-
"unitPattern-count-other": "{0}
|
|
5525
|
+
"unitPattern-count-one": "{0} Da",
|
|
5526
|
+
"unitPattern-count-other": "{0} Da"
|
|
5497
5527
|
},
|
|
5498
5528
|
"mass-earth-mass": {
|
|
5499
5529
|
"displayName": "M⊕",
|
|
@@ -5517,23 +5547,23 @@
|
|
|
5517
5547
|
},
|
|
5518
5548
|
"power-megawatt": {
|
|
5519
5549
|
"displayName": "MW",
|
|
5520
|
-
"unitPattern-count-one": "{0}
|
|
5521
|
-
"unitPattern-count-other": "{0}
|
|
5550
|
+
"unitPattern-count-one": "{0} MW",
|
|
5551
|
+
"unitPattern-count-other": "{0} MW"
|
|
5522
5552
|
},
|
|
5523
5553
|
"power-kilowatt": {
|
|
5524
5554
|
"displayName": "kW",
|
|
5525
|
-
"unitPattern-count-one": "{0}
|
|
5526
|
-
"unitPattern-count-other": "{0}
|
|
5555
|
+
"unitPattern-count-one": "{0} kW",
|
|
5556
|
+
"unitPattern-count-other": "{0} kW"
|
|
5527
5557
|
},
|
|
5528
5558
|
"power-watt": {
|
|
5529
5559
|
"displayName": "W",
|
|
5530
|
-
"unitPattern-count-one": "{0}
|
|
5531
|
-
"unitPattern-count-other": "{0}
|
|
5560
|
+
"unitPattern-count-one": "{0} W",
|
|
5561
|
+
"unitPattern-count-other": "{0} W"
|
|
5532
5562
|
},
|
|
5533
5563
|
"power-milliwatt": {
|
|
5534
5564
|
"displayName": "mW",
|
|
5535
|
-
"unitPattern-count-one": "{0}
|
|
5536
|
-
"unitPattern-count-other": "{0}
|
|
5565
|
+
"unitPattern-count-one": "{0} mW",
|
|
5566
|
+
"unitPattern-count-other": "{0} mW"
|
|
5537
5567
|
},
|
|
5538
5568
|
"power-horsepower": {
|
|
5539
5569
|
"displayName": "ch",
|
|
@@ -5542,13 +5572,18 @@
|
|
|
5542
5572
|
},
|
|
5543
5573
|
"pressure-millimeter-ofhg": {
|
|
5544
5574
|
"displayName": "mm Hg",
|
|
5545
|
-
"unitPattern-count-one": "{0}
|
|
5546
|
-
"unitPattern-count-other": "{0}
|
|
5575
|
+
"unitPattern-count-one": "{0} mm Hg",
|
|
5576
|
+
"unitPattern-count-other": "{0} mm Hg"
|
|
5577
|
+
},
|
|
5578
|
+
"pressure-ofhg": {
|
|
5579
|
+
"displayName": "de Hg",
|
|
5580
|
+
"unitPattern-count-one": "{0} de Hg",
|
|
5581
|
+
"unitPattern-count-other": "{0} de Hg"
|
|
5547
5582
|
},
|
|
5548
5583
|
"pressure-pound-force-per-square-inch": {
|
|
5549
5584
|
"displayName": "psi",
|
|
5550
5585
|
"unitPattern-count-one": "{0} psi",
|
|
5551
|
-
"unitPattern-count-other": "{0}
|
|
5586
|
+
"unitPattern-count-other": "{0} psi"
|
|
5552
5587
|
},
|
|
5553
5588
|
"pressure-inch-ofhg": {
|
|
5554
5589
|
"displayName": "po Hg",
|
|
@@ -5557,18 +5592,18 @@
|
|
|
5557
5592
|
},
|
|
5558
5593
|
"pressure-bar": {
|
|
5559
5594
|
"displayName": "bar",
|
|
5560
|
-
"unitPattern-count-one": "{0}
|
|
5561
|
-
"unitPattern-count-other": "{0}
|
|
5595
|
+
"unitPattern-count-one": "{0} bar",
|
|
5596
|
+
"unitPattern-count-other": "{0} bars"
|
|
5562
5597
|
},
|
|
5563
5598
|
"pressure-millibar": {
|
|
5564
5599
|
"displayName": "mbar",
|
|
5565
|
-
"unitPattern-count-one": "{0}
|
|
5566
|
-
"unitPattern-count-other": "{0}
|
|
5600
|
+
"unitPattern-count-one": "{0} mbar",
|
|
5601
|
+
"unitPattern-count-other": "{0} mbar"
|
|
5567
5602
|
},
|
|
5568
5603
|
"pressure-atmosphere": {
|
|
5569
5604
|
"displayName": "atm",
|
|
5570
|
-
"unitPattern-count-one": "{0}
|
|
5571
|
-
"unitPattern-count-other": "{0}
|
|
5605
|
+
"unitPattern-count-one": "{0} atm",
|
|
5606
|
+
"unitPattern-count-other": "{0} atm"
|
|
5572
5607
|
},
|
|
5573
5608
|
"pressure-pascal": {
|
|
5574
5609
|
"displayName": "Pa",
|
|
@@ -5577,23 +5612,23 @@
|
|
|
5577
5612
|
},
|
|
5578
5613
|
"pressure-hectopascal": {
|
|
5579
5614
|
"displayName": "hPa",
|
|
5580
|
-
"unitPattern-count-one": "{0}
|
|
5581
|
-
"unitPattern-count-other": "{0}
|
|
5615
|
+
"unitPattern-count-one": "{0} hPa",
|
|
5616
|
+
"unitPattern-count-other": "{0} hPa"
|
|
5582
5617
|
},
|
|
5583
5618
|
"pressure-kilopascal": {
|
|
5584
5619
|
"displayName": "kPa",
|
|
5585
|
-
"unitPattern-count-one": "{0}
|
|
5586
|
-
"unitPattern-count-other": "{0}
|
|
5620
|
+
"unitPattern-count-one": "{0} kPa",
|
|
5621
|
+
"unitPattern-count-other": "{0} kPa"
|
|
5587
5622
|
},
|
|
5588
5623
|
"pressure-megapascal": {
|
|
5589
5624
|
"displayName": "MPa",
|
|
5590
|
-
"unitPattern-count-one": "{0}
|
|
5591
|
-
"unitPattern-count-other": "{0}
|
|
5625
|
+
"unitPattern-count-one": "{0} MPa",
|
|
5626
|
+
"unitPattern-count-other": "{0} MPa"
|
|
5592
5627
|
},
|
|
5593
5628
|
"speed-kilometer-per-hour": {
|
|
5594
5629
|
"displayName": "km/h",
|
|
5595
|
-
"unitPattern-count-one": "{0}
|
|
5596
|
-
"unitPattern-count-other": "{0}
|
|
5630
|
+
"unitPattern-count-one": "{0} km/h",
|
|
5631
|
+
"unitPattern-count-other": "{0} km/h"
|
|
5597
5632
|
},
|
|
5598
5633
|
"speed-meter-per-second": {
|
|
5599
5634
|
"displayName": "m/s",
|
|
@@ -5607,11 +5642,11 @@
|
|
|
5607
5642
|
},
|
|
5608
5643
|
"speed-knot": {
|
|
5609
5644
|
"displayName": "nd",
|
|
5610
|
-
"unitPattern-count-one": "{0}
|
|
5611
|
-
"unitPattern-count-other": "{0}
|
|
5645
|
+
"unitPattern-count-one": "{0} nd",
|
|
5646
|
+
"unitPattern-count-other": "{0} nd"
|
|
5612
5647
|
},
|
|
5613
5648
|
"speed-beaufort": {
|
|
5614
|
-
"displayName": "
|
|
5649
|
+
"displayName": "Bf",
|
|
5615
5650
|
"unitPattern-count-one": "{0} Bf",
|
|
5616
5651
|
"unitPattern-count-other": "{0} Bf"
|
|
5617
5652
|
},
|
|
@@ -5621,55 +5656,55 @@
|
|
|
5621
5656
|
},
|
|
5622
5657
|
"temperature-celsius": {
|
|
5623
5658
|
"displayName": "°C",
|
|
5624
|
-
"unitPattern-count-one": "{0}
|
|
5625
|
-
"unitPattern-count-other": "{0}
|
|
5659
|
+
"unitPattern-count-one": "{0} °C",
|
|
5660
|
+
"unitPattern-count-other": "{0} °C"
|
|
5626
5661
|
},
|
|
5627
5662
|
"temperature-fahrenheit": {
|
|
5628
5663
|
"displayName": "°F",
|
|
5629
|
-
"unitPattern-count-one": "{0}
|
|
5630
|
-
"unitPattern-count-other": "{0}
|
|
5664
|
+
"unitPattern-count-one": "{0} °F",
|
|
5665
|
+
"unitPattern-count-other": "{0} °F"
|
|
5631
5666
|
},
|
|
5632
5667
|
"temperature-kelvin": {
|
|
5633
5668
|
"displayName": "K",
|
|
5634
|
-
"unitPattern-count-one": "{0}
|
|
5635
|
-
"unitPattern-count-other": "{0}
|
|
5669
|
+
"unitPattern-count-one": "{0} K",
|
|
5670
|
+
"unitPattern-count-other": "{0} K"
|
|
5636
5671
|
},
|
|
5637
5672
|
"torque-pound-force-foot": {
|
|
5638
5673
|
"displayName": "lb-pi",
|
|
5639
|
-
"unitPattern-count-one": "{0}
|
|
5640
|
-
"unitPattern-count-other": "{0}
|
|
5674
|
+
"unitPattern-count-one": "{0} lb-pi",
|
|
5675
|
+
"unitPattern-count-other": "{0} lb-pi"
|
|
5641
5676
|
},
|
|
5642
5677
|
"torque-newton-meter": {
|
|
5643
5678
|
"displayName": "N⋅m",
|
|
5644
|
-
"unitPattern-count-one": "{0}
|
|
5645
|
-
"unitPattern-count-other": "{0}
|
|
5679
|
+
"unitPattern-count-one": "{0} N⋅m",
|
|
5680
|
+
"unitPattern-count-other": "{0} N⋅m"
|
|
5646
5681
|
},
|
|
5647
5682
|
"volume-cubic-kilometer": {
|
|
5648
5683
|
"displayName": "km³",
|
|
5649
|
-
"unitPattern-count-one": "{0}
|
|
5650
|
-
"unitPattern-count-other": "{0}
|
|
5684
|
+
"unitPattern-count-one": "{0} km³",
|
|
5685
|
+
"unitPattern-count-other": "{0} km³"
|
|
5651
5686
|
},
|
|
5652
5687
|
"volume-cubic-meter": {
|
|
5653
5688
|
"displayName": "m³",
|
|
5654
|
-
"unitPattern-count-one": "{0}
|
|
5655
|
-
"unitPattern-count-other": "{0}
|
|
5689
|
+
"unitPattern-count-one": "{0} m³",
|
|
5690
|
+
"unitPattern-count-other": "{0} m³",
|
|
5656
5691
|
"perUnitPattern": "{0}/m³"
|
|
5657
5692
|
},
|
|
5658
5693
|
"volume-cubic-centimeter": {
|
|
5659
5694
|
"displayName": "cm³",
|
|
5660
|
-
"unitPattern-count-one": "{0}
|
|
5661
|
-
"unitPattern-count-other": "{0}
|
|
5695
|
+
"unitPattern-count-one": "{0} cm³",
|
|
5696
|
+
"unitPattern-count-other": "{0} cm³",
|
|
5662
5697
|
"perUnitPattern": "{0}/cm³"
|
|
5663
5698
|
},
|
|
5664
5699
|
"volume-cubic-mile": {
|
|
5665
5700
|
"displayName": "mi³",
|
|
5666
|
-
"unitPattern-count-one": "{0}
|
|
5667
|
-
"unitPattern-count-other": "{0}
|
|
5701
|
+
"unitPattern-count-one": "{0} mi³",
|
|
5702
|
+
"unitPattern-count-other": "{0} mi³"
|
|
5668
5703
|
},
|
|
5669
5704
|
"volume-cubic-yard": {
|
|
5670
5705
|
"displayName": "vg³",
|
|
5671
5706
|
"unitPattern-count-one": "{0} vg³",
|
|
5672
|
-
"unitPattern-count-other": "{0}
|
|
5707
|
+
"unitPattern-count-other": "{0} vg³"
|
|
5673
5708
|
},
|
|
5674
5709
|
"volume-cubic-foot": {
|
|
5675
5710
|
"displayName": "pi³",
|
|
@@ -5678,53 +5713,59 @@
|
|
|
5678
5713
|
},
|
|
5679
5714
|
"volume-cubic-inch": {
|
|
5680
5715
|
"displayName": "po³",
|
|
5681
|
-
"unitPattern-count-one": "{0}
|
|
5682
|
-
"unitPattern-count-other": "{0}
|
|
5716
|
+
"unitPattern-count-one": "{0} po³",
|
|
5717
|
+
"unitPattern-count-other": "{0} po³"
|
|
5683
5718
|
},
|
|
5684
5719
|
"volume-megaliter": {
|
|
5685
5720
|
"displayName": "Ml",
|
|
5686
|
-
"unitPattern-count-one": "{0}
|
|
5687
|
-
"unitPattern-count-other": "{0}
|
|
5721
|
+
"unitPattern-count-one": "{0} Ml",
|
|
5722
|
+
"unitPattern-count-other": "{0} Ml"
|
|
5688
5723
|
},
|
|
5689
5724
|
"volume-hectoliter": {
|
|
5690
5725
|
"displayName": "hl",
|
|
5691
|
-
"unitPattern-count-one": "{0}
|
|
5692
|
-
"unitPattern-count-other": "{0}
|
|
5726
|
+
"unitPattern-count-one": "{0} hl",
|
|
5727
|
+
"unitPattern-count-other": "{0} hl"
|
|
5693
5728
|
},
|
|
5694
5729
|
"volume-liter": {
|
|
5695
5730
|
"displayName": "l",
|
|
5696
|
-
"unitPattern-count-one": "{0}
|
|
5697
|
-
"unitPattern-count-other": "{0}
|
|
5731
|
+
"unitPattern-count-one": "{0} l",
|
|
5732
|
+
"unitPattern-count-other": "{0} l",
|
|
5698
5733
|
"perUnitPattern": "{0}/l"
|
|
5699
5734
|
},
|
|
5700
5735
|
"volume-deciliter": {
|
|
5701
5736
|
"displayName": "dl",
|
|
5702
|
-
"unitPattern-count-one": "{0}
|
|
5703
|
-
"unitPattern-count-other": "{0}
|
|
5737
|
+
"unitPattern-count-one": "{0} dl",
|
|
5738
|
+
"unitPattern-count-other": "{0} dl"
|
|
5704
5739
|
},
|
|
5705
5740
|
"volume-centiliter": {
|
|
5706
5741
|
"displayName": "cl",
|
|
5707
|
-
"unitPattern-count-one": "{0}
|
|
5708
|
-
"unitPattern-count-other": "{0}
|
|
5742
|
+
"unitPattern-count-one": "{0} cl",
|
|
5743
|
+
"unitPattern-count-other": "{0} cl"
|
|
5709
5744
|
},
|
|
5710
5745
|
"volume-milliliter": {
|
|
5711
5746
|
"displayName": "ml",
|
|
5712
|
-
"unitPattern-count-one": "{0}
|
|
5713
|
-
"unitPattern-count-other": "{0}
|
|
5747
|
+
"unitPattern-count-one": "{0} ml",
|
|
5748
|
+
"unitPattern-count-other": "{0} ml"
|
|
5714
5749
|
},
|
|
5715
5750
|
"volume-pint-metric": {
|
|
5716
5751
|
"displayName": "mpt",
|
|
5717
|
-
"unitPattern-count-
|
|
5752
|
+
"unitPattern-count-one": "{0} mpt",
|
|
5753
|
+
"unitPattern-count-other": "{0} mpt"
|
|
5718
5754
|
},
|
|
5719
5755
|
"volume-cup-metric": {
|
|
5720
5756
|
"displayName": "tm",
|
|
5721
|
-
"unitPattern-count-one": "{0}
|
|
5722
|
-
"unitPattern-count-other": "{0}
|
|
5757
|
+
"unitPattern-count-one": "{0} tm",
|
|
5758
|
+
"unitPattern-count-other": "{0} tm"
|
|
5759
|
+
},
|
|
5760
|
+
"volume-fluid-ounce-metric": {
|
|
5761
|
+
"displayName": "fl oz m.",
|
|
5762
|
+
"unitPattern-count-one": "{0} fl oz m.",
|
|
5763
|
+
"unitPattern-count-other": "{0} fl oz m."
|
|
5723
5764
|
},
|
|
5724
5765
|
"volume-acre-foot": {
|
|
5725
5766
|
"displayName": "ac pi",
|
|
5726
|
-
"unitPattern-count-one": "{0}
|
|
5727
|
-
"unitPattern-count-other": "{0}
|
|
5767
|
+
"unitPattern-count-one": "{0} ac pi",
|
|
5768
|
+
"unitPattern-count-other": "{0} ac pi"
|
|
5728
5769
|
},
|
|
5729
5770
|
"volume-bushel": {
|
|
5730
5771
|
"displayName": "bu",
|
|
@@ -5733,8 +5774,8 @@
|
|
|
5733
5774
|
},
|
|
5734
5775
|
"volume-gallon": {
|
|
5735
5776
|
"displayName": "gal",
|
|
5736
|
-
"unitPattern-count-one": "{0}
|
|
5737
|
-
"unitPattern-count-other": "{0}
|
|
5777
|
+
"unitPattern-count-one": "{0} gal",
|
|
5778
|
+
"unitPattern-count-other": "{0} gal",
|
|
5738
5779
|
"perUnitPattern": "{0}/gal"
|
|
5739
5780
|
},
|
|
5740
5781
|
"volume-gallon-imperial": {
|
|
@@ -5746,157 +5787,306 @@
|
|
|
5746
5787
|
"volume-quart": {
|
|
5747
5788
|
"displayName": "pte",
|
|
5748
5789
|
"unitPattern-count-one": "{0} pte",
|
|
5749
|
-
"unitPattern-count-other": "{0}
|
|
5790
|
+
"unitPattern-count-other": "{0} pte"
|
|
5750
5791
|
},
|
|
5751
5792
|
"volume-pint": {
|
|
5752
5793
|
"displayName": "chop",
|
|
5753
|
-
"unitPattern-count-one": "{0}
|
|
5754
|
-
"unitPattern-count-other": "{0}
|
|
5794
|
+
"unitPattern-count-one": "{0} chop",
|
|
5795
|
+
"unitPattern-count-other": "{0} chop"
|
|
5796
|
+
},
|
|
5797
|
+
"volume-pint-imperial": {
|
|
5798
|
+
"displayName": "pint Imp.",
|
|
5799
|
+
"unitPattern-count-other": "{0} pt Imp."
|
|
5755
5800
|
},
|
|
5756
5801
|
"volume-cup": {
|
|
5757
5802
|
"displayName": "tasses",
|
|
5758
|
-
"unitPattern-count-one": "{0}
|
|
5759
|
-
"unitPattern-count-other": "{0}
|
|
5803
|
+
"unitPattern-count-one": "{0} tasse",
|
|
5804
|
+
"unitPattern-count-other": "{0} tasses"
|
|
5805
|
+
},
|
|
5806
|
+
"volume-cup-imperial": {
|
|
5807
|
+
"displayName": "cup Imp.",
|
|
5808
|
+
"unitPattern-count-other": "{0} cup Imp."
|
|
5760
5809
|
},
|
|
5761
5810
|
"volume-fluid-ounce": {
|
|
5762
5811
|
"displayName": "oz liq.",
|
|
5763
5812
|
"unitPattern-count-one": "{0} oz liq.",
|
|
5764
|
-
"unitPattern-count-other": "{0}
|
|
5813
|
+
"unitPattern-count-other": "{0} oz liq."
|
|
5765
5814
|
},
|
|
5766
5815
|
"volume-fluid-ounce-imperial": {
|
|
5767
5816
|
"displayName": "oz liq imp.",
|
|
5768
|
-
"unitPattern-count-one": "{0}
|
|
5769
|
-
"unitPattern-count-other": "{0}
|
|
5817
|
+
"unitPattern-count-one": "{0} oz liq imp.",
|
|
5818
|
+
"unitPattern-count-other": "{0} oz liq imp."
|
|
5770
5819
|
},
|
|
5771
5820
|
"volume-tablespoon": {
|
|
5772
5821
|
"displayName": "c. à s.",
|
|
5773
|
-
"unitPattern-count-one": "{0}
|
|
5774
|
-
"unitPattern-count-other": "{0}
|
|
5822
|
+
"unitPattern-count-one": "{0} c. à s.",
|
|
5823
|
+
"unitPattern-count-other": "{0} c. à s."
|
|
5775
5824
|
},
|
|
5776
5825
|
"volume-teaspoon": {
|
|
5777
5826
|
"displayName": "c. à t.",
|
|
5778
5827
|
"unitPattern-count-one": "{0} c. à t.",
|
|
5779
|
-
"unitPattern-count-other": "{0}
|
|
5828
|
+
"unitPattern-count-other": "{0} c. à t."
|
|
5780
5829
|
},
|
|
5781
5830
|
"volume-barrel": {
|
|
5782
5831
|
"displayName": "bbl",
|
|
5783
|
-
"unitPattern-count-one": "{0}
|
|
5784
|
-
"unitPattern-count-other": "{0}
|
|
5832
|
+
"unitPattern-count-one": "{0} bbl",
|
|
5833
|
+
"unitPattern-count-other": "{0} bbl"
|
|
5785
5834
|
},
|
|
5786
5835
|
"volume-dessert-spoon": {
|
|
5787
5836
|
"displayName": "cuill. à d.",
|
|
5788
|
-
"unitPattern-count-one": "{0}
|
|
5789
|
-
"unitPattern-count-other": "{0}
|
|
5837
|
+
"unitPattern-count-one": "{0} cuill. à d.",
|
|
5838
|
+
"unitPattern-count-other": "{0} cuill. à d."
|
|
5790
5839
|
},
|
|
5791
5840
|
"volume-dessert-spoon-imperial": {
|
|
5792
5841
|
"displayName": "cuill. à d. imp.",
|
|
5793
|
-
"unitPattern-count-one": "{0}
|
|
5794
|
-
"unitPattern-count-other": "{0}
|
|
5842
|
+
"unitPattern-count-one": "{0} cuill. à d. imp.",
|
|
5843
|
+
"unitPattern-count-other": "{0} cuill. à d. imp."
|
|
5795
5844
|
},
|
|
5796
5845
|
"volume-drop": {
|
|
5797
5846
|
"displayName": "goutte",
|
|
5798
|
-
"unitPattern-count-one": "{0}
|
|
5799
|
-
"unitPattern-count-other": "{0}
|
|
5847
|
+
"unitPattern-count-one": "{0} goutte",
|
|
5848
|
+
"unitPattern-count-other": "{0} gouttes"
|
|
5800
5849
|
},
|
|
5801
5850
|
"volume-dram": {
|
|
5802
5851
|
"displayName": "dram liquide",
|
|
5803
|
-
"unitPattern-count-one": "{0}
|
|
5804
|
-
"unitPattern-count-other": "{0}
|
|
5852
|
+
"unitPattern-count-one": "{0} dram liq",
|
|
5853
|
+
"unitPattern-count-other": "{0} dram liq"
|
|
5805
5854
|
},
|
|
5806
5855
|
"volume-jigger": {
|
|
5807
5856
|
"displayName": "gobelet doseur",
|
|
5808
|
-
"unitPattern-count-one": "{0}
|
|
5809
|
-
"unitPattern-count-other": "{0}
|
|
5857
|
+
"unitPattern-count-one": "{0} gobelet doseur",
|
|
5858
|
+
"unitPattern-count-other": "{0} gobelets doseurs"
|
|
5810
5859
|
},
|
|
5811
5860
|
"volume-pinch": {
|
|
5812
5861
|
"displayName": "pincée",
|
|
5813
|
-
"unitPattern-count-one": "{0}
|
|
5814
|
-
"unitPattern-count-other": "{0}
|
|
5862
|
+
"unitPattern-count-one": "{0} pincée",
|
|
5863
|
+
"unitPattern-count-other": "{0} pincées"
|
|
5815
5864
|
},
|
|
5816
5865
|
"volume-quart-imperial": {
|
|
5817
5866
|
"displayName": "pte imp",
|
|
5818
5867
|
"unitPattern-count-one": "{0} pte imp",
|
|
5819
5868
|
"unitPattern-count-other": "{0} pte imp"
|
|
5820
5869
|
},
|
|
5870
|
+
"angle-steradian": {
|
|
5871
|
+
"displayName": "sr",
|
|
5872
|
+
"unitPattern-count-one": "{0} sr",
|
|
5873
|
+
"unitPattern-count-other": "{0} sr"
|
|
5874
|
+
},
|
|
5875
|
+
"concentr-katal": {
|
|
5876
|
+
"displayName": "kat",
|
|
5877
|
+
"unitPattern-count-one": "{0} kat",
|
|
5878
|
+
"unitPattern-count-other": "{0} kat"
|
|
5879
|
+
},
|
|
5880
|
+
"electric-coulomb": {
|
|
5881
|
+
"displayName": "C",
|
|
5882
|
+
"unitPattern-count-one": "{0} C",
|
|
5883
|
+
"unitPattern-count-other": "{0} C"
|
|
5884
|
+
},
|
|
5885
|
+
"electric-farad": {
|
|
5886
|
+
"displayName": "F",
|
|
5887
|
+
"unitPattern-count-one": "{0} F",
|
|
5888
|
+
"unitPattern-count-other": "{0} F"
|
|
5889
|
+
},
|
|
5890
|
+
"electric-henry": {
|
|
5891
|
+
"displayName": "H",
|
|
5892
|
+
"unitPattern-count-one": "{0} H",
|
|
5893
|
+
"unitPattern-count-other": "{0} H"
|
|
5894
|
+
},
|
|
5895
|
+
"electric-siemens": {
|
|
5896
|
+
"displayName": "S",
|
|
5897
|
+
"unitPattern-count-one": "{0} S",
|
|
5898
|
+
"unitPattern-count-other": "{0} S"
|
|
5899
|
+
},
|
|
5900
|
+
"energy-calorie-it": {
|
|
5901
|
+
"displayName": "cal-IT",
|
|
5902
|
+
"unitPattern-count-one": "{0} cal-IT",
|
|
5903
|
+
"unitPattern-count-other": "{0} cal-IT"
|
|
5904
|
+
},
|
|
5905
|
+
"energy-british-thermal-unit-it": {
|
|
5906
|
+
"displayName": "BTU-IT",
|
|
5907
|
+
"unitPattern-count-other": "{0} BTU-IT"
|
|
5908
|
+
},
|
|
5909
|
+
"energy-becquerel": {
|
|
5910
|
+
"displayName": "Bq",
|
|
5911
|
+
"unitPattern-count-one": "{0} Bq",
|
|
5912
|
+
"unitPattern-count-other": "{0} Bq"
|
|
5913
|
+
},
|
|
5914
|
+
"energy-sievert": {
|
|
5915
|
+
"displayName": "Sv",
|
|
5916
|
+
"unitPattern-count-one": "{0} Sv",
|
|
5917
|
+
"unitPattern-count-other": "{0} Sv"
|
|
5918
|
+
},
|
|
5919
|
+
"energy-gray": {
|
|
5920
|
+
"displayName": "Gy",
|
|
5921
|
+
"unitPattern-count-one": "{0} Gy",
|
|
5922
|
+
"unitPattern-count-other": "{0} Gy"
|
|
5923
|
+
},
|
|
5924
|
+
"force-kilogram-force": {
|
|
5925
|
+
"displayName": "kgf",
|
|
5926
|
+
"unitPattern-count-one": "{0} kgf",
|
|
5927
|
+
"unitPattern-count-other": "{0} kgf"
|
|
5928
|
+
},
|
|
5929
|
+
"length-rod": {
|
|
5930
|
+
"displayName": "rod",
|
|
5931
|
+
"unitPattern-count-other": "{0} rod"
|
|
5932
|
+
},
|
|
5933
|
+
"length-chain": {
|
|
5934
|
+
"displayName": "chain",
|
|
5935
|
+
"unitPattern-count-other": "{0} chain"
|
|
5936
|
+
},
|
|
5937
|
+
"magnetic-tesla": {
|
|
5938
|
+
"displayName": "T",
|
|
5939
|
+
"unitPattern-count-one": "{0} T",
|
|
5940
|
+
"unitPattern-count-other": "{0} T"
|
|
5941
|
+
},
|
|
5942
|
+
"magnetic-weber": {
|
|
5943
|
+
"displayName": "Wb",
|
|
5944
|
+
"unitPattern-count-one": "{0} Wb",
|
|
5945
|
+
"unitPattern-count-other": "{0} Wb"
|
|
5946
|
+
},
|
|
5947
|
+
"temperature-rankine": {
|
|
5948
|
+
"displayName": "°R",
|
|
5949
|
+
"unitPattern-count-other": "{0} °R"
|
|
5950
|
+
},
|
|
5951
|
+
"duration-fortnight": {
|
|
5952
|
+
"displayName": "fortnight",
|
|
5953
|
+
"unitPattern-count-other": "{0} fw"
|
|
5954
|
+
},
|
|
5955
|
+
"mass-slug": {
|
|
5956
|
+
"displayName": "slug",
|
|
5957
|
+
"unitPattern-count-other": "{0} slug"
|
|
5958
|
+
},
|
|
5959
|
+
"pressure-gasoline-energy-density": {
|
|
5960
|
+
"displayName": "gas E",
|
|
5961
|
+
"unitPattern-count-other": "{0} gas E"
|
|
5962
|
+
},
|
|
5963
|
+
"length-rin": {
|
|
5964
|
+
"displayName": "rin [JP]",
|
|
5965
|
+
"unitPattern-count-other": "{0} rin [JP]"
|
|
5966
|
+
},
|
|
5967
|
+
"length-sun": {
|
|
5968
|
+
"displayName": "sun [JP]",
|
|
5969
|
+
"unitPattern-count-other": "{0} sun [JP]"
|
|
5970
|
+
},
|
|
5971
|
+
"length-shaku-length": {
|
|
5972
|
+
"displayName": "shaku [JP]",
|
|
5973
|
+
"unitPattern-count-other": "{0} shaku [JP]"
|
|
5974
|
+
},
|
|
5975
|
+
"length-shaku-cloth": {
|
|
5976
|
+
"displayName": "shaku [cloth, JP]",
|
|
5977
|
+
"unitPattern-count-other": "{0} shaku [cloth, JP]"
|
|
5978
|
+
},
|
|
5979
|
+
"length-ken": {
|
|
5980
|
+
"displayName": "ken [JP]",
|
|
5981
|
+
"unitPattern-count-other": "{0} ken [JP]"
|
|
5982
|
+
},
|
|
5983
|
+
"length-jo-jp": {
|
|
5984
|
+
"displayName": "jo [JP]",
|
|
5985
|
+
"unitPattern-count-other": "{0} jo [JP]"
|
|
5986
|
+
},
|
|
5987
|
+
"length-ri-jp": {
|
|
5988
|
+
"displayName": "ri [JP]",
|
|
5989
|
+
"unitPattern-count-other": "{0} ri [JP]"
|
|
5990
|
+
},
|
|
5991
|
+
"area-bu-jp": {
|
|
5992
|
+
"displayName": "bu [JP]",
|
|
5993
|
+
"unitPattern-count-other": "{0} bu [JP]"
|
|
5994
|
+
},
|
|
5995
|
+
"area-se-jp": {
|
|
5996
|
+
"displayName": "se [JP]",
|
|
5997
|
+
"unitPattern-count-other": "{0} se [JP]"
|
|
5998
|
+
},
|
|
5999
|
+
"area-cho": {
|
|
6000
|
+
"displayName": "cho [JP]",
|
|
6001
|
+
"unitPattern-count-other": "{0} cho [JP]"
|
|
6002
|
+
},
|
|
6003
|
+
"volume-kosaji": {
|
|
6004
|
+
"displayName": "kosaji [JP]",
|
|
6005
|
+
"unitPattern-count-other": "{0} kosaji [JP]"
|
|
6006
|
+
},
|
|
6007
|
+
"volume-osaji": {
|
|
6008
|
+
"displayName": "osaji [JP]",
|
|
6009
|
+
"unitPattern-count-other": "{0} osaji [JP]"
|
|
6010
|
+
},
|
|
6011
|
+
"volume-cup-jp": {
|
|
6012
|
+
"displayName": "cup [JP]",
|
|
6013
|
+
"unitPattern-count-other": "{0} cup [JP]"
|
|
6014
|
+
},
|
|
6015
|
+
"volume-shaku": {
|
|
6016
|
+
"displayName": "shaku [vol, JP]",
|
|
6017
|
+
"unitPattern-count-other": "{0} shaku [vol, JP]"
|
|
6018
|
+
},
|
|
6019
|
+
"volume-sai": {
|
|
6020
|
+
"displayName": "sai [JP]",
|
|
6021
|
+
"unitPattern-count-other": "{0} sai [JP]"
|
|
6022
|
+
},
|
|
6023
|
+
"volume-to-jp": {
|
|
6024
|
+
"displayName": "to [JP]",
|
|
6025
|
+
"unitPattern-count-other": "{0} to [JP]"
|
|
6026
|
+
},
|
|
6027
|
+
"volume-koku": {
|
|
6028
|
+
"displayName": "koku [JP]",
|
|
6029
|
+
"unitPattern-count-other": "{0} koku [JP]"
|
|
6030
|
+
},
|
|
5821
6031
|
"speed-light-speed": {
|
|
5822
6032
|
"displayName": "lumière",
|
|
5823
6033
|
"unitPattern-count-one": "{0} lumière",
|
|
5824
6034
|
"unitPattern-count-other": "{0} lumière"
|
|
5825
6035
|
},
|
|
5826
|
-
"
|
|
6036
|
+
"mass-fun": {
|
|
6037
|
+
"displayName": "fun [JP]",
|
|
6038
|
+
"unitPattern-count-other": "{0} fun [JP]"
|
|
6039
|
+
},
|
|
6040
|
+
"concentr-part-per-1e9": {
|
|
5827
6041
|
"displayName": "p.p. 10⁹",
|
|
5828
6042
|
"unitPattern-count-one": "{0} p.p. 10⁹",
|
|
5829
|
-
"unitPattern-count-other": "{0}
|
|
6043
|
+
"unitPattern-count-other": "{0} p.p. 10⁹"
|
|
5830
6044
|
},
|
|
5831
6045
|
"duration-night": {
|
|
5832
6046
|
"displayName": "nuits",
|
|
5833
|
-
"unitPattern-count-one": "{0}
|
|
5834
|
-
"unitPattern-count-other": "{0}
|
|
6047
|
+
"unitPattern-count-one": "{0} nuit",
|
|
6048
|
+
"unitPattern-count-other": "{0} nuits",
|
|
5835
6049
|
"perUnitPattern": "{0}/nuit"
|
|
5836
6050
|
},
|
|
5837
6051
|
"coordinateUnit": {
|
|
5838
6052
|
"displayName": "direction",
|
|
5839
|
-
"east": "{0}
|
|
5840
|
-
"north": "{0}
|
|
5841
|
-
"south": "{0}
|
|
5842
|
-
"west": "{0}
|
|
6053
|
+
"east": "{0} E.",
|
|
6054
|
+
"north": "{0} N.",
|
|
6055
|
+
"south": "{0} S.",
|
|
6056
|
+
"west": "{0} O."
|
|
5843
6057
|
}
|
|
5844
6058
|
}
|
|
5845
6059
|
},
|
|
5846
6060
|
"lenient-scope-number": {
|
|
5847
|
-
"minusSign": "
|
|
6061
|
+
"minusSign": "--﹣‐‑‒–−⁻₋➖",
|
|
5848
6062
|
"commaSign": ",,﹐︐،٫、﹑、︑",
|
|
5849
6063
|
"plusSign": "++﬩﹢⁺₊➕"
|
|
5850
6064
|
},
|
|
5851
6065
|
"currencyFormat-sap-short": {
|
|
5852
|
-
"1000-one": "0 k¤",
|
|
5853
|
-
"1000-
|
|
5854
|
-
"
|
|
5855
|
-
"
|
|
5856
|
-
"
|
|
5857
|
-
"
|
|
5858
|
-
"
|
|
5859
|
-
"
|
|
5860
|
-
"
|
|
5861
|
-
"
|
|
5862
|
-
"
|
|
5863
|
-
"
|
|
5864
|
-
"
|
|
5865
|
-
"
|
|
5866
|
-
"
|
|
5867
|
-
"
|
|
5868
|
-
"
|
|
5869
|
-
"
|
|
5870
|
-
"
|
|
5871
|
-
"
|
|
5872
|
-
"
|
|
5873
|
-
"
|
|
5874
|
-
"
|
|
5875
|
-
"
|
|
5876
|
-
"1000000000-one": "0 G¤",
|
|
5877
|
-
"1000000000-one-alphaNextToNumber": "0 G ¤",
|
|
5878
|
-
"1000000000-other": "0 G¤",
|
|
5879
|
-
"1000000000-other-alphaNextToNumber": "0 G ¤",
|
|
5880
|
-
"10000000000-one": "00 G¤",
|
|
5881
|
-
"10000000000-one-alphaNextToNumber": "00 G ¤",
|
|
5882
|
-
"10000000000-other": "00 G¤",
|
|
5883
|
-
"10000000000-other-alphaNextToNumber": "00 G ¤",
|
|
5884
|
-
"100000000000-one": "000 G¤",
|
|
5885
|
-
"100000000000-one-alphaNextToNumber": "000 G ¤",
|
|
5886
|
-
"100000000000-other": "000 G¤",
|
|
5887
|
-
"100000000000-other-alphaNextToNumber": "000 G ¤",
|
|
5888
|
-
"1000000000000-one": "0 T¤",
|
|
5889
|
-
"1000000000000-one-alphaNextToNumber": "0 T ¤",
|
|
5890
|
-
"1000000000000-other": "0 T¤",
|
|
5891
|
-
"1000000000000-other-alphaNextToNumber": "0 T ¤",
|
|
5892
|
-
"10000000000000-one": "00 T¤",
|
|
5893
|
-
"10000000000000-one-alphaNextToNumber": "00 T ¤",
|
|
5894
|
-
"10000000000000-other": "00 T¤",
|
|
5895
|
-
"10000000000000-other-alphaNextToNumber": "00 T ¤",
|
|
5896
|
-
"100000000000000-one": "000 T¤",
|
|
5897
|
-
"100000000000000-one-alphaNextToNumber": "000 T ¤",
|
|
5898
|
-
"100000000000000-other": "000 T¤",
|
|
5899
|
-
"100000000000000-other-alphaNextToNumber": "000 T ¤"
|
|
6066
|
+
"1000-one": "0 k ¤",
|
|
6067
|
+
"1000-other": "0 k ¤",
|
|
6068
|
+
"10000-one": "00 k ¤",
|
|
6069
|
+
"10000-other": "00 k ¤",
|
|
6070
|
+
"100000-one": "000 k ¤",
|
|
6071
|
+
"100000-other": "000 k ¤",
|
|
6072
|
+
"1000000-one": "0 M ¤",
|
|
6073
|
+
"1000000-other": "0 M ¤",
|
|
6074
|
+
"10000000-one": "00 M ¤",
|
|
6075
|
+
"10000000-other": "00 M ¤",
|
|
6076
|
+
"100000000-one": "000 M ¤",
|
|
6077
|
+
"100000000-other": "000 M ¤",
|
|
6078
|
+
"1000000000-one": "0 G ¤",
|
|
6079
|
+
"1000000000-other": "0 G ¤",
|
|
6080
|
+
"10000000000-one": "00 G ¤",
|
|
6081
|
+
"10000000000-other": "00 G ¤",
|
|
6082
|
+
"100000000000-one": "000 G ¤",
|
|
6083
|
+
"100000000000-other": "000 G ¤",
|
|
6084
|
+
"1000000000000-one": "0 T ¤",
|
|
6085
|
+
"1000000000000-other": "0 T ¤",
|
|
6086
|
+
"10000000000000-one": "00 T ¤",
|
|
6087
|
+
"10000000000000-other": "00 T ¤",
|
|
6088
|
+
"100000000000000-one": "000 T ¤",
|
|
6089
|
+
"100000000000000-other": "000 T ¤"
|
|
5900
6090
|
},
|
|
5901
6091
|
"currencyDigits": {
|
|
5902
6092
|
"ADP": 0,
|
|
@@ -5907,11 +6097,13 @@
|
|
|
5907
6097
|
"BYR": 0,
|
|
5908
6098
|
"CLF": 4,
|
|
5909
6099
|
"CLP": 0,
|
|
6100
|
+
"COP": 0,
|
|
5910
6101
|
"DEFAULT": 2,
|
|
5911
6102
|
"DJF": 0,
|
|
5912
6103
|
"ESP": 0,
|
|
5913
6104
|
"GNF": 0,
|
|
5914
6105
|
"HUF": 0,
|
|
6106
|
+
"IDR": 0,
|
|
5915
6107
|
"IQD": 0,
|
|
5916
6108
|
"IRR": 0,
|
|
5917
6109
|
"ISK": 0,
|
|
@@ -5931,6 +6123,7 @@
|
|
|
5931
6123
|
"MMK": 0,
|
|
5932
6124
|
"MRO": 0,
|
|
5933
6125
|
"OMR": 3,
|
|
6126
|
+
"PKR": 0,
|
|
5934
6127
|
"PYG": 0,
|
|
5935
6128
|
"RSD": 0,
|
|
5936
6129
|
"RWF": 0,
|
|
@@ -5968,45 +6161,46 @@
|
|
|
5968
6161
|
},
|
|
5969
6162
|
"eras-gregorian": {
|
|
5970
6163
|
"0": {
|
|
5971
|
-
"_code": "
|
|
5972
|
-
"_aliases": "bc
|
|
6164
|
+
"_code": "bce",
|
|
6165
|
+
"_aliases": "bc",
|
|
5973
6166
|
"_end": "0-12-31"
|
|
5974
6167
|
},
|
|
5975
6168
|
"1": {
|
|
5976
|
-
"_code": "
|
|
5977
|
-
"_aliases": "ad
|
|
6169
|
+
"_code": "ce",
|
|
6170
|
+
"_aliases": "ad",
|
|
5978
6171
|
"_start": "1-01-01"
|
|
5979
6172
|
}
|
|
5980
6173
|
},
|
|
5981
6174
|
"eras-islamic": {
|
|
5982
6175
|
"0": {
|
|
5983
|
-
"_code": "
|
|
5984
|
-
"
|
|
5985
|
-
|
|
6176
|
+
"_code": "ah",
|
|
6177
|
+
"_start": "622-07-19"
|
|
6178
|
+
},
|
|
6179
|
+
"1": {
|
|
6180
|
+
"_code": "bh",
|
|
6181
|
+
"_end": "622-07-18"
|
|
5986
6182
|
}
|
|
5987
6183
|
},
|
|
5988
6184
|
"eras-persian": {
|
|
5989
6185
|
"0": {
|
|
5990
|
-
"_code": "
|
|
5991
|
-
"
|
|
5992
|
-
"_start": "622-01-01"
|
|
6186
|
+
"_code": "ap",
|
|
6187
|
+
"_start": "622-03-21"
|
|
5993
6188
|
}
|
|
5994
6189
|
},
|
|
5995
6190
|
"eras-buddhist": {
|
|
5996
6191
|
"0": {
|
|
5997
|
-
"_code": "
|
|
5998
|
-
"_aliases": "be",
|
|
6192
|
+
"_code": "be",
|
|
5999
6193
|
"_start": "-542-01-01"
|
|
6000
6194
|
}
|
|
6001
6195
|
},
|
|
6002
6196
|
"eras-japanese": {
|
|
6003
6197
|
"232": {
|
|
6004
6198
|
"_code": "meiji",
|
|
6005
|
-
"_start": "1868-
|
|
6199
|
+
"_start": "1868-10-23"
|
|
6006
6200
|
},
|
|
6007
6201
|
"233": {
|
|
6008
6202
|
"_code": "taisho",
|
|
6009
|
-
"_start": "1912-
|
|
6203
|
+
"_start": "1912-07-30"
|
|
6010
6204
|
},
|
|
6011
6205
|
"234": {
|
|
6012
6206
|
"_code": "showa",
|
|
@@ -6014,11 +6208,11 @@
|
|
|
6014
6208
|
},
|
|
6015
6209
|
"235": {
|
|
6016
6210
|
"_code": "heisei",
|
|
6017
|
-
"_start": "1989-
|
|
6211
|
+
"_start": "1989-01-08"
|
|
6018
6212
|
},
|
|
6019
6213
|
"236": {
|
|
6020
6214
|
"_code": "reiwa",
|
|
6021
|
-
"_start": "2019-
|
|
6215
|
+
"_start": "2019-05-01"
|
|
6022
6216
|
}
|
|
6023
6217
|
},
|
|
6024
6218
|
"dayPeriodRules": {
|