@openui5/sap.ui.integration 1.141.1 → 1.142.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.
Files changed (519) hide show
  1. package/README.md +2 -2
  2. package/REUSE.toml +38 -0
  3. package/THIRDPARTY.txt +34 -1
  4. package/package.json +6 -6
  5. package/src/sap/ui/integration/.library +3 -3
  6. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  7. package/src/sap/ui/integration/Designtime.js +1 -1
  8. package/src/sap/ui/integration/Extension.js +1 -1
  9. package/src/sap/ui/integration/Host.js +1 -1
  10. package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
  11. package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
  12. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  13. package/src/sap/ui/integration/cards/BaseContent.js +1 -1
  14. package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
  15. package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
  16. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  17. package/src/sap/ui/integration/cards/Footer.js +1 -1
  18. package/src/sap/ui/integration/cards/Header.js +6 -1
  19. package/src/sap/ui/integration/cards/ListContent.js +1 -1
  20. package/src/sap/ui/integration/cards/NumericHeader.js +6 -1
  21. package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
  22. package/src/sap/ui/integration/cards/TableContent.js +1 -1
  23. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  24. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  25. package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
  26. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +6 -6
  27. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +3 -3
  28. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +3 -3
  29. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +4 -4
  30. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +2 -2
  31. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +3 -3
  32. package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +41 -41
  33. package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +1 -1
  34. package/src/sap/ui/integration/cards/adaptivecards/overwrites/inputsGeneralOverwrites.js +1 -1
  35. package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
  36. package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
  37. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
  38. package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
  39. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
  40. package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
  41. package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
  42. package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
  43. package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
  44. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  45. package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
  46. package/src/sap/ui/integration/controls/ComboBox.js +1 -1
  47. package/src/sap/ui/integration/controls/HeaderInfoSectionColumn.js +1 -1
  48. package/src/sap/ui/integration/controls/HeaderInfoSectionRow.js +1 -1
  49. package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
  50. package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
  51. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  52. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  53. package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
  54. package/src/sap/ui/integration/delegate/OverflowHandler.js +1 -1
  55. package/src/sap/ui/integration/delegate/Paginator.js +1 -1
  56. package/src/sap/ui/integration/delegate/PreventKeyboardScrolling.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  77. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  81. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  82. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  83. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  84. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  85. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  86. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  87. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  88. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  89. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  90. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  91. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  92. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  93. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  94. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  95. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  96. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  97. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  98. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
  99. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  100. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  101. package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
  102. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  103. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  104. package/src/sap/ui/integration/editor/Editor.js +2 -2
  105. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  106. package/src/sap/ui/integration/editor/Extension.js +1 -1
  107. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  108. package/src/sap/ui/integration/editor/Settings.js +1 -1
  109. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  110. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  111. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  112. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  113. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  114. package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
  115. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  116. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  117. package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
  118. package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
  119. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  120. package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
  121. package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
  122. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  123. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  124. package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
  125. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  126. package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
  127. package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
  128. package/src/sap/ui/integration/formatters/DateTimeFormatter.js +36 -17
  129. package/src/sap/ui/integration/library.js +2 -2
  130. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  131. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  132. package/src/sap/ui/integration/thirdparty/webcomponents/InputComposition-GPOVGV-P.js +1 -0
  133. package/src/sap/ui/integration/thirdparty/webcomponents/InputSuggestions-D4BHir_S.js +1 -0
  134. package/src/sap/ui/integration/thirdparty/webcomponents/ListItemStandardExpandableTextTemplate-BqBUacB9.js +1 -0
  135. package/src/sap/ui/integration/thirdparty/webcomponents/ar-BBtO1xV9.js +1 -0
  136. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CsHsH5NB.js +1 -0
  137. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-CVd8CQkH.js +1 -0
  138. package/src/sap/ui/integration/thirdparty/webcomponents/bg-B1LO90TV.js +1 -0
  139. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm-DFIwWD54.js +148 -0
  140. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +1 -185
  141. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
  142. package/src/sap/ui/integration/thirdparty/webcomponents/ca-D59F9iL9.js +1 -0
  143. package/src/sap/ui/integration/thirdparty/webcomponents/cnr-jy3FEGQX.js +1 -0
  144. package/src/sap/ui/integration/thirdparty/webcomponents/cs-BVi3NBx2.js +1 -0
  145. package/src/sap/ui/integration/thirdparty/webcomponents/da-CeRjp7Gw.js +1 -0
  146. package/src/sap/ui/integration/thirdparty/webcomponents/de-DpMS1P9x.js +1 -0
  147. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-DVWPcXpS.js +1 -0
  148. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-CfU5U4in.js +1 -0
  149. package/src/sap/ui/integration/thirdparty/webcomponents/el-56baoRYj.js +1 -0
  150. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-UqgIrp9k.js +1 -0
  151. package/src/sap/ui/integration/thirdparty/webcomponents/en-DhJi4IVs.js +1 -0
  152. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-tRjYHimn.js +1 -0
  153. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DbHnpkUU.js +1 -0
  154. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-DrSwwSL7.js +1 -0
  155. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-hqT4ZHXo.js +1 -0
  156. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-4rZ56A8X.js +1 -0
  157. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-CrDwU_ol.js +1 -0
  158. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-CSbJX-cM.js +1 -0
  159. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-8GU9NPIH.js +1 -0
  160. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-BajqQtkP.js +1 -0
  161. package/src/sap/ui/integration/thirdparty/webcomponents/es-fGH74Al9.js +1 -0
  162. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-CQEpK0kq.js +1 -0
  163. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-CWunU2hf.js +1 -0
  164. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-BNdkezeY.js +1 -0
  165. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-BavMemLK.js +1 -0
  166. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-qIsV-M71.js +1 -0
  167. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-DJ7lN4tK.js +1 -0
  168. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-CF2yD63d.js +1 -0
  169. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-CCACJ8gl.js +1 -0
  170. package/src/sap/ui/integration/thirdparty/webcomponents/et-BT6KLH-T.js +1 -0
  171. package/src/sap/ui/integration/thirdparty/webcomponents/fa-C0qStaCG.js +1 -0
  172. package/src/sap/ui/integration/thirdparty/webcomponents/fi-DJPzSnhw.js +1 -0
  173. package/src/sap/ui/integration/thirdparty/webcomponents/fr-DEsoFW8s.js +1 -0
  174. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-BNiXNi0h.js +1 -0
  175. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-CHqdLXHD.js +1 -0
  176. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-v_w1IA2e.js +1 -0
  177. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-D-IDk9Vu.js +1 -0
  178. package/src/sap/ui/integration/thirdparty/webcomponents/he-XckJoAXM.js +1 -0
  179. package/src/sap/ui/integration/thirdparty/webcomponents/hi-DUjFn3C9.js +1 -0
  180. package/src/sap/ui/integration/thirdparty/webcomponents/hr-BwQVRrz1.js +1 -0
  181. package/src/sap/ui/integration/thirdparty/webcomponents/hu-DBku5iUP.js +1 -0
  182. package/src/sap/ui/integration/thirdparty/webcomponents/id-CBGtWTha.js +1 -0
  183. package/src/sap/ui/integration/thirdparty/webcomponents/it-DaOKCK95.js +1 -0
  184. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-cDED4TfC.js +1 -0
  185. package/src/sap/ui/integration/thirdparty/webcomponents/ja-C4V4yt7L.js +1 -0
  186. package/src/sap/ui/integration/thirdparty/webcomponents/kk-B01mYP5b.js +1 -0
  187. package/src/sap/ui/integration/thirdparty/webcomponents/ko-CpeU0TNj.js +1 -0
  188. package/src/sap/ui/integration/thirdparty/webcomponents/lt-BcoeDwYK.js +1 -0
  189. package/src/sap/ui/integration/thirdparty/webcomponents/lv-uP7D4Rdo.js +1 -0
  190. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-Di0aHACF.js +1 -0
  191. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BJu940hX.js +1 -0
  192. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-BIRZfKHK.js +1 -0
  193. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-CD_XJcwD.js +1 -0
  194. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-QVHk41SM.js +1 -0
  195. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-Bb_i8SYQ.js +1 -0
  196. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-C-n4qUap.js +1 -0
  197. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-BBf4ZDXv.js +1 -0
  198. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-D2Y9E-ko.js +1 -0
  199. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-JOXNsaQ9.js +1 -0
  200. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-DBHRzrlS.js +1 -0
  201. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-Baf-tVxd.js +1 -0
  202. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BvfMImWf.js +1 -0
  203. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-CGPrXT0V.js +1 -0
  204. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-_C9dPFT8.js +1 -0
  205. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-D5PPJjDi.js +1 -0
  206. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CmhutvBe.js +1 -0
  207. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-C9SYuWDe.js +1 -0
  208. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-Dbh7Gs3Q.js +1 -0
  209. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-Bjce9e11.js +1 -0
  210. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-B009xEl3.js +1 -0
  211. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-C4OKwGAu.js +1 -0
  212. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CRr171yo.js +1 -0
  213. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_id-35yCI2nG.js +1 -0
  214. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-CJSOsvDm.js +1 -0
  215. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CSKGBRtZ.js +1 -0
  216. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DYZJHH0T.js +1 -0
  217. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-DHiAitym.js +1 -0
  218. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-Co7RmIK2.js +1 -0
  219. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-DYwJKwUh.js +1 -0
  220. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BRosm42F.js +1 -0
  221. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-BJSbg-HF.js +1 -0
  222. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-Cyj01LMU.js +1 -0
  223. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-DFAesepw.js +1 -0
  224. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-DDD6Tsgu.js +1 -0
  225. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-EgnDHNnD.js +1 -0
  226. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-Bg3a137l.js +1 -0
  227. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-CvnCHEtG.js +1 -0
  228. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-CixwxpjC.js +1 -0
  229. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-DGs9GxJ6.js +1 -0
  230. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-Dv6xxsC-.js +1 -0
  231. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-BUnxw6Mb.js +1 -0
  232. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-DM6HRQTt.js +1 -0
  233. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-DhvDKyr-.js +1 -0
  234. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DFhTQXXm.js +1 -0
  235. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BQ455Q-B.js +1 -0
  236. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Bg7ll7Q7.js +1 -0
  237. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-D3iWWX04.js +1 -0
  238. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-H4fRsTTZ.js +1 -0
  239. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-Cy3DFQgG.js +1 -0
  240. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-CkLZ6Mgd.js +1 -0
  241. package/src/sap/ui/integration/thirdparty/webcomponents/mk-DghUH2_l.js +1 -0
  242. package/src/sap/ui/integration/thirdparty/webcomponents/ms-zHn8nmOs.js +1 -0
  243. package/src/sap/ui/integration/thirdparty/webcomponents/nb-DhvOGBHT.js +1 -0
  244. package/src/sap/ui/integration/thirdparty/webcomponents/nl-D8RCh3sX.js +1 -0
  245. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-BZTwfiTl.js +1 -0
  246. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2th_MFFp.js +1 -0
  247. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3lkOWtH.js +1 -0
  248. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BKG-vmhK.js +1 -0
  249. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BVPcd4ks.js +1 -0
  250. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BiTnbZwY.js +1 -0
  251. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvZ6aOE5.js +1 -0
  252. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C92o3hxW.js +1 -0
  253. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CUtSUlxp.js +1 -0
  254. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CmTXAzqn.js +1 -0
  255. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Coh-mcmR.js +1 -0
  256. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DCkLZ5VF.js +1 -0
  257. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DoiASAdx.js +1 -0
  258. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-SYyxS-Na.js +1 -0
  259. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ZLNETqnt.js +1 -0
  260. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-_vnioV0e.js +1 -0
  261. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-zV3WeD-D.js +1 -0
  262. package/src/sap/ui/integration/thirdparty/webcomponents/pl-CdJ2rnP6.js +1 -0
  263. package/src/sap/ui/integration/thirdparty/webcomponents/pt-DTuXSUe4.js +1 -0
  264. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-BRjo7xkG.js +1 -0
  265. package/src/sap/ui/integration/thirdparty/webcomponents/ro-Dw5Jtk3c.js +1 -0
  266. package/src/sap/ui/integration/thirdparty/webcomponents/ru-bRVzpMO1.js +1 -0
  267. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-yH9t49VE.js +1 -0
  268. package/src/sap/ui/integration/thirdparty/webcomponents/sk-ktZ_lnOE.js +1 -0
  269. package/src/sap/ui/integration/thirdparty/webcomponents/sl-6szndgxW.js +1 -0
  270. package/src/sap/ui/integration/thirdparty/webcomponents/sr-DRtgT5Hw.js +1 -0
  271. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-p1MB0wFz.js +1 -0
  272. package/src/sap/ui/integration/thirdparty/webcomponents/sv-DntJ0Ey3.js +1 -0
  273. package/src/sap/ui/integration/thirdparty/webcomponents/th-Dutmgrkc.js +1 -0
  274. package/src/sap/ui/integration/thirdparty/webcomponents/tr-9l-l0LNP.js +1 -0
  275. package/src/sap/ui/integration/thirdparty/webcomponents/uk-CcFL9rcE.js +1 -0
  276. package/src/sap/ui/integration/thirdparty/webcomponents/vi-BREKmD9Y.js +1 -0
  277. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-DXv6lCaa.js +1 -0
  278. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-DIofxc0M.js +1 -0
  279. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-BYWu8MKW.js +1 -0
  280. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-RlwQTs-Y.js +1 -0
  281. package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
  282. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  283. package/src/sap/ui/integration/util/BindingHelper.js +2 -1
  284. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  285. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  286. package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
  287. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  288. package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
  289. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  290. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  291. package/src/sap/ui/integration/util/Destinations.js +5 -1
  292. package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
  293. package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
  294. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  295. package/src/sap/ui/integration/util/Form.js +1 -1
  296. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  297. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  298. package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
  299. package/src/sap/ui/integration/util/Manifest.js +1 -1
  300. package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
  301. package/src/sap/ui/integration/util/ObjectStatusFactory.js +1 -1
  302. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  303. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  304. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  305. package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
  306. package/src/sap/ui/integration/util/SorterHelper.js +1 -1
  307. package/src/sap/ui/integration/util/Utils.js +40 -3
  308. package/src/sap/ui/integration/util/Validators.js +1 -1
  309. package/src/sap/ui/integration/util/openCardDialog.js +4 -4
  310. package/src/sap/ui/integration/widgets/Card.js +2 -2
  311. package/ui5.yaml +8 -0
  312. package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +0 -1
  313. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +0 -1
  314. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +0 -1
  315. package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +0 -1
  316. package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +0 -1
  317. package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +0 -1
  318. package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +0 -1
  319. package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +0 -1
  320. package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +0 -1
  321. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +0 -1
  322. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +0 -1
  323. package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +0 -1
  324. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +0 -1
  325. package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +0 -1
  326. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +0 -1
  327. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +0 -1
  328. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +0 -1
  329. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +0 -1
  330. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +0 -1
  331. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +0 -1
  332. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +0 -1
  333. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +0 -1
  334. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +0 -1
  335. package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +0 -1
  336. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +0 -1
  337. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +0 -1
  338. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +0 -1
  339. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +0 -1
  340. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +0 -1
  341. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +0 -1
  342. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +0 -1
  343. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +0 -1
  344. package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +0 -1
  345. package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +0 -1
  346. package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +0 -1
  347. package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +0 -1
  348. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +0 -1
  349. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +0 -1
  350. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +0 -1
  351. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +0 -1
  352. package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +0 -1
  353. package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +0 -1
  354. package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +0 -1
  355. package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +0 -1
  356. package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +0 -1
  357. package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +0 -1
  358. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +0 -1
  359. package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +0 -1
  360. package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +0 -1
  361. package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +0 -1
  362. package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +0 -1
  363. package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +0 -1
  364. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +0 -1
  365. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +0 -1
  366. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +0 -1
  367. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +0 -1
  368. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +0 -1
  369. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +0 -1
  370. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +0 -1
  371. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +0 -1
  372. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +0 -1
  373. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +0 -1
  374. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +0 -1
  375. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +0 -1
  376. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +0 -1
  377. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +0 -1
  378. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +0 -1
  379. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +0 -1
  380. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +0 -1
  381. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +0 -1
  382. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +0 -1
  383. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +0 -1
  384. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +0 -1
  385. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +0 -1
  386. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +0 -1
  387. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +0 -1
  388. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +0 -1
  389. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +0 -1
  390. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +0 -1
  391. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +0 -1
  392. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +0 -1
  393. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +0 -1
  394. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +0 -1
  395. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +0 -1
  396. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +0 -1
  397. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +0 -1
  398. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +0 -1
  399. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +0 -1
  400. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +0 -1
  401. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +0 -1
  402. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +0 -1
  403. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +0 -1
  404. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +0 -1
  405. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +0 -1
  406. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +0 -1
  407. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +0 -1
  408. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +0 -1
  409. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +0 -1
  410. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +0 -1
  411. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +0 -1
  412. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +0 -1
  413. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +0 -1
  414. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +0 -1
  415. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +0 -1
  416. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +0 -1
  417. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +0 -1
  418. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +0 -1
  419. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +0 -1
  420. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +0 -1
  421. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +0 -1
  422. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +0 -1
  423. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +0 -1
  424. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +0 -1
  425. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +0 -1
  426. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +0 -1
  427. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +0 -1
  428. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +0 -1
  429. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +0 -1
  430. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +0 -1
  431. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +0 -1
  432. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +0 -1
  433. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +0 -1
  434. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +0 -1
  435. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +0 -1
  436. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +0 -1
  437. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +0 -1
  438. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +0 -1
  439. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +0 -1
  440. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +0 -1
  441. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +0 -1
  442. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +0 -1
  443. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +0 -1
  444. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +0 -1
  445. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +0 -1
  446. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +0 -1
  447. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +0 -1
  448. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +0 -1
  449. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +0 -1
  450. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +0 -1
  451. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +0 -1
  452. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +0 -1
  453. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +0 -1
  454. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +0 -1
  455. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +0 -1
  456. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +0 -1
  457. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +0 -1
  458. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +0 -1
  459. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +0 -1
  460. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +0 -1
  461. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +0 -1
  462. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +0 -1
  463. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +0 -1
  464. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +0 -1
  465. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +0 -1
  466. package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +0 -1
  467. package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +0 -1
  468. package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +0 -1
  469. package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +0 -1
  470. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +0 -1
  471. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +0 -1
  472. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +0 -1
  473. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +0 -1
  474. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +0 -1
  475. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +0 -1
  476. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +0 -1
  477. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +0 -1
  478. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +0 -1
  479. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +0 -1
  480. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +0 -1
  481. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +0 -1
  482. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +0 -1
  483. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +0 -1
  484. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +0 -1
  485. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +0 -1
  486. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +0 -1
  487. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +0 -1
  488. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +0 -1
  489. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +0 -1
  490. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +0 -1
  491. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +0 -1
  492. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +0 -1
  493. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +0 -1
  494. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +0 -1
  495. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +0 -1
  496. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +0 -1
  497. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +0 -1
  498. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +0 -1
  499. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +0 -1
  500. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +0 -1
  501. package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +0 -1
  502. package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +0 -1
  503. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +0 -1
  504. package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +0 -1
  505. package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +0 -1
  506. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +0 -1
  507. package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +0 -1
  508. package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +0 -1
  509. package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +0 -1
  510. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +0 -1
  511. package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +0 -1
  512. package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +0 -1
  513. package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +0 -1
  514. package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +0 -1
  515. package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +0 -1
  516. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +0 -1
  517. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +0 -1
  518. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +0 -1
  519. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.js +0 -1
@@ -1 +0,0 @@
1
- const __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",__version="43.0.0",__buildtime="2023-09-28T11:39:07.908Z",orientation="left-to-right",dateFields={era:{displayName:"纪元"},"year-wide":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}年后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}年前"}},"year-short":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}年后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}年前"}},"year-narrow":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}年后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}年前"}},"quarter-wide":{displayName:"季度","relative-type--1":"上季度","relative-type-0":"本季度","relative-type-1":"下季度","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个季度后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个季度前"}},"quarter-short":{displayName:"季","relative-type--1":"上季度","relative-type-0":"本季度","relative-type-1":"下季度","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个季度后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个季度前"}},"quarter-narrow":{displayName:"季","relative-type--1":"上季度","relative-type-0":"本季度","relative-type-1":"下季度","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个季度后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个季度前"}},"month-wide":{displayName:"月","relative-type--1":"上个月","relative-type-0":"本月","relative-type-1":"下个月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个月后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个月前"}},"month-short":{displayName:"月","relative-type--1":"上个月","relative-type-0":"本月","relative-type-1":"下个月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个月后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个月前"}},"month-narrow":{displayName:"月","relative-type--1":"上个月","relative-type-0":"本月","relative-type-1":"下个月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个月后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个月前"}},"week-wide":{displayName:"周","relative-type--1":"上周","relative-type-0":"本周","relative-type-1":"下周","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}周后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}周前"},relativePeriod:"{0}这周"},"week-short":{displayName:"周","relative-type--1":"上周","relative-type-0":"本周","relative-type-1":"下周","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}周后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}周前"},relativePeriod:"{0}这周"},"week-narrow":{displayName:"周","relative-type--1":"上周","relative-type-0":"本周","relative-type-1":"下周","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}周后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}周前"},relativePeriod:"{0}这周"},"day-wide":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"后天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}天后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}天前"}},"day-short":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"后天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}天后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}天前"}},"day-narrow":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"后天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}天后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}天前"}},weekday:{displayName:"工作日"},"hour-wide":{displayName:"小时","relative-type-0":"这一时间 / 此时","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}小时后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}小时前"}},"hour-short":{displayName:"小时","relative-type-0":"这一时间 / 此时","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}小时后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}小时前"}},"hour-narrow":{displayName:"小时","relative-type-0":"这一时间 / 此时","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}小时后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}小时前"}},"minute-wide":{displayName:"分钟","relative-type-0":"此刻","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}分钟后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}分钟前"}},"minute-short":{displayName:"分","relative-type-0":"此刻","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}分钟后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}分钟前"}},"minute-narrow":{displayName:"分","relative-type-0":"此刻","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}分钟后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}分钟前"}},"second-wide":{displayName:"秒","relative-type-0":"现在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}秒后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}秒前"}},"second-short":{displayName:"秒","relative-type-0":"现在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}秒后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}秒前"}},"second-narrow":{displayName:"秒","relative-type-0":"现在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}秒后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}秒前"}},zone:{displayName:"时区"}},timezoneNamesFormats={gmtFormat:"GMT{0}"},decimalFormat={standard:"#,##0.###"},scientificFormat={standard:"#E0"},percentFormat={standard:"#,##0%"},currencyFormat={standard:"¤#,##0.00",accounting:"¤#,##0.00;(¤#,##0.00)",currencySpacing:{beforeCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00¤","sap-accounting":"#,##0.00¤;(#,##0.00¤)"},miscPattern={approximately:"~{0}",atLeast:"{0}+",atMost:"≤{0}",range:"{0}-{1}"},currencySymbols={AUD:"AU$",BRL:"R$",CAD:"CA$",CNY:"CN¥",EUR:"€",GBP:"£",HKD:"HK$",ILR:"ILS",ILS:"₪",INR:"₹",JPY:"JP¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",TWD:"NT$",USD:"US$",VND:"₫",XAF:"FCFA",XCD:"EC$",XOF:"F CFA",XPF:"CFPF"},rtl=!1,units={short:{"10p-1":{unitPrefixPattern:"d{0}"},"10p-2":{unitPrefixPattern:"c{0}"},"10p-3":{unitPrefixPattern:"m{0}"},"10p-6":{unitPrefixPattern:"μ{0}"},"10p-9":{unitPrefixPattern:"n{0}"},"10p-12":{unitPrefixPattern:"p{0}"},"10p-15":{unitPrefixPattern:"f{0}"},"10p-18":{unitPrefixPattern:"a{0}"},"10p-21":{unitPrefixPattern:"z{0}"},"10p-24":{unitPrefixPattern:"y{0}"},"10p1":{unitPrefixPattern:"da{0}"},"10p2":{unitPrefixPattern:"h{0}"},"10p3":{unitPrefixPattern:"k{0}"},"10p6":{unitPrefixPattern:"M{0}"},"10p9":{unitPrefixPattern:"G{0}"},"10p12":{unitPrefixPattern:"T{0}"},"10p15":{unitPrefixPattern:"P{0}"},"10p18":{unitPrefixPattern:"E{0}"},"10p21":{unitPrefixPattern:"Z{0}"},"10p24":{unitPrefixPattern:"Y{0}"},"1024p1":{unitPrefixPattern:"Ki{0}"},"1024p2":{unitPrefixPattern:"Mi{0}"},"1024p3":{unitPrefixPattern:"Gi{0}"},"1024p4":{unitPrefixPattern:"Ti{0}"},"1024p5":{unitPrefixPattern:"Pi{0}"},"1024p6":{unitPrefixPattern:"Ei{0}"},"1024p7":{unitPrefixPattern:"Zi{0}"},"1024p8":{unitPrefixPattern:"Yi{0}"},per:{compoundUnitPattern:"{0}/{1}"},power2:{compoundUnitPattern1:"{0}²","compoundUnitPattern1-count-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0}⋅{1}"},"acceleration-g-force":{displayName:"G力","unitPattern-count-other":"{0}G"},"acceleration-meter-per-square-second":{displayName:"m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"转","unitPattern-count-other":"{0}转"},"angle-radian":{displayName:"弧度","unitPattern-count-other":"{0}弧度"},"angle-degree":{displayName:"度","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"弧分","unitPattern-count-other":"{0}弧分"},"angle-arc-second":{displayName:"弧秒","unitPattern-count-other":"{0}弧秒"},"area-square-kilometer":{displayName:"平方公里","unitPattern-count-other":"{0}平方公里",perUnitPattern:"{0}/平方公里"},"area-hectare":{displayName:"公顷","unitPattern-count-other":"{0}公顷"},"area-square-meter":{displayName:"平方米","unitPattern-count-other":"{0}平方米",perUnitPattern:"{0}/平方米"},"area-square-centimeter":{displayName:"平方厘米","unitPattern-count-other":"{0}平方厘米",perUnitPattern:"{0}/平方厘米"},"area-square-mile":{displayName:"平方英里","unitPattern-count-other":"{0}平方英里",perUnitPattern:"{0}/平方英里"},"area-acre":{displayName:"英亩","unitPattern-count-other":"{0}英亩"},"area-square-yard":{displayName:"平方码","unitPattern-count-other":"{0}平方码"},"area-square-foot":{displayName:"平方英尺","unitPattern-count-other":"{0}平方英尺"},"area-square-inch":{displayName:"平方英寸","unitPattern-count-other":"{0}平方英寸",perUnitPattern:"{0}/平方英寸"},"area-dunam":{displayName:"杜纳亩","unitPattern-count-other":"{0}杜纳亩"},"concentr-karat":{displayName:"kt","unitPattern-count-other":"{0} kt"},"concentr-milligram-ofglucose-per-deciliter":{displayName:"mg/dL","unitPattern-count-other":"{0} mg/dL"},"concentr-millimole-per-liter":{displayName:"mmol/L","unitPattern-count-other":"{0} mmol/L"},"concentr-item":{displayName:"项","unitPattern-count-other":"{0}项"},"concentr-permillion":{displayName:"ppm","unitPattern-count-other":"{0}ppm"},"concentr-percent":{displayName:"%","unitPattern-count-other":"{0}%"},"concentr-permille":{displayName:"‰","unitPattern-count-other":"{0}‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"mol","unitPattern-count-other":"{0} mol"},"consumption-liter-per-kilometer":{displayName:"L/km","unitPattern-count-other":"{0} L/km"},"consumption-liter-per-100-kilometer":{displayName:"L/100km","unitPattern-count-other":"{0} L/100km"},"consumption-mile-per-gallon":{displayName:"mpg US","unitPattern-count-other":"{0} mpg US"},"consumption-mile-per-gallon-imperial":{displayName:"mpg Imp.","unitPattern-count-other":"{0} mpg Imp."},"digital-petabyte":{displayName:"PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"B","unitPattern-count-other":"{0} B"},"digital-bit":{displayName:"b","unitPattern-count-other":"{0} b"},"duration-century":{displayName:"个世纪","unitPattern-count-other":"{0}个世纪"},"duration-decade":{displayName:"个十年","unitPattern-count-other":"{0}个十年"},"duration-year":{displayName:"年","unitPattern-count-other":"{0}年",perUnitPattern:"{0}/年"},"duration-quarter":{displayName:"季","unitPattern-count-other":"{0}季",perUnitPattern:"{0}/季"},"duration-month":{displayName:"个月","unitPattern-count-other":"{0}个月",perUnitPattern:"{0}/月"},"duration-week":{displayName:"周","unitPattern-count-other":"{0}周",perUnitPattern:"{0}/周"},"duration-day":{displayName:"天","unitPattern-count-other":"{0}天",perUnitPattern:"{0}/天"},"duration-hour":{displayName:"小时","unitPattern-count-other":"{0}小时",perUnitPattern:"{0}/小时"},"duration-minute":{displayName:"分钟","unitPattern-count-other":"{0}分钟",perUnitPattern:"{0}/分钟"},"duration-second":{displayName:"秒","unitPattern-count-other":"{0}秒",perUnitPattern:"{0}/秒"},"duration-millisecond":{displayName:"毫秒","unitPattern-count-other":"{0}毫秒"},"duration-microsecond":{displayName:"微秒","unitPattern-count-other":"{0}微秒"},"duration-nanosecond":{displayName:"纳秒","unitPattern-count-other":"{0}纳秒"},"electric-ampere":{displayName:"A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"千卡","unitPattern-count-other":"{0}千卡"},"energy-calorie":{displayName:"卡","unitPattern-count-other":"{0}卡"},"energy-foodcalorie":{displayName:"大卡","unitPattern-count-other":"{0}大卡"},"energy-kilojoule":{displayName:"千焦","unitPattern-count-other":"{0}千焦"},"energy-joule":{displayName:"焦耳","unitPattern-count-other":"{0}焦耳"},"energy-kilowatt-hour":{displayName:"千瓦时","unitPattern-count-other":"{0}千瓦时"},"energy-electronvolt":{displayName:"电子伏","unitPattern-count-other":"{0}电子伏"},"energy-british-thermal-unit":{displayName:"英热单位","unitPattern-count-other":"{0}英热单位"},"energy-therm-us":{displayName:"美制克卡","unitPattern-count-other":"{0}美制克卡"},"force-pound-force":{displayName:"lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"牛","unitPattern-count-other":"{0}牛"},"force-kilowatt-hour-per-100-kilometer":{displayName:"kWh/100km","unitPattern-count-other":"{0} kWh/100km"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-other":"{0} Hz"},"graphics-em":{displayName:"em","unitPattern-count-other":"{0} em"},"graphics-pixel":{displayName:"px","unitPattern-count-other":"{0} px"},"graphics-megapixel":{displayName:"MP","unitPattern-count-other":"{0} MP"},"graphics-pixel-per-centimeter":{displayName:"ppcm","unitPattern-count-other":"{0} ppcm"},"graphics-pixel-per-inch":{displayName:"ppi","unitPattern-count-other":"{0} ppi"},"graphics-dot-per-centimeter":{displayName:"dpcm","unitPattern-count-other":"{0} dpcm"},"graphics-dot-per-inch":{displayName:"dpi","unitPattern-count-other":"{0} dpi"},"graphics-dot":{displayName:"px","unitPattern-count-other":"{0} px"},"length-earth-radius":{displayName:"R⊕","unitPattern-count-other":"{0} R⊕"},"length-kilometer":{displayName:"公里","unitPattern-count-other":"{0}公里",perUnitPattern:"{0}/公里"},"length-meter":{displayName:"米","unitPattern-count-other":"{0}米",perUnitPattern:"{0}/米"},"length-decimeter":{displayName:"分米","unitPattern-count-other":"{0}分米"},"length-centimeter":{displayName:"厘米","unitPattern-count-other":"{0}厘米",perUnitPattern:"{0}/厘米"},"length-millimeter":{displayName:"毫米","unitPattern-count-other":"{0}毫米"},"length-micrometer":{displayName:"微米","unitPattern-count-other":"{0}微米"},"length-nanometer":{displayName:"纳米","unitPattern-count-other":"{0}纳米"},"length-picometer":{displayName:"皮米","unitPattern-count-other":"{0}皮米"},"length-mile":{displayName:"英里","unitPattern-count-other":"{0}英里"},"length-yard":{displayName:"码","unitPattern-count-other":"{0}码"},"length-foot":{displayName:"英尺","unitPattern-count-other":"{0}英尺",perUnitPattern:"{0}/英尺"},"length-inch":{displayName:"英寸","unitPattern-count-other":"{0}英寸",perUnitPattern:"{0}/英寸"},"length-parsec":{displayName:"秒差距","unitPattern-count-other":"{0}秒差距"},"length-light-year":{displayName:"光年","unitPattern-count-other":"{0}光年"},"length-astronomical-unit":{displayName:"天文单位","unitPattern-count-other":"{0}天文单位"},"length-furlong":{displayName:"弗隆","unitPattern-count-other":"{0}弗隆"},"length-fathom":{displayName:"英寻","unitPattern-count-other":"{0}英寻"},"length-nautical-mile":{displayName:"海里","unitPattern-count-other":"{0}海里"},"length-mile-scandinavian":{displayName:"斯堪的纳维亚英里","unitPattern-count-other":"{0}斯堪的纳维亚英里"},"length-point":{displayName:"pt","unitPattern-count-other":"{0} pt"},"length-solar-radius":{displayName:"太阳半径","unitPattern-count-other":"{0}太阳半径"},"light-lux":{displayName:"lx","unitPattern-count-other":"{0} lx"},"light-candela":{displayName:"cd","unitPattern-count-other":"{0} cd"},"light-lumen":{displayName:"lm","unitPattern-count-other":"{0} lm"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-other":"{0} L☉"},"mass-tonne":{displayName:"t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"克","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"μg","unitPattern-count-other":"{0} μg"},"mass-ton":{displayName:"tn","unitPattern-count-other":"{0} tn"},"mass-stone":{displayName:"英石","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz t","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"CD","unitPattern-count-other":"{0} CD"},"mass-dalton":{displayName:"Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"M☉","unitPattern-count-other":"{0} M☉"},"mass-grain":{displayName:"gr","unitPattern-count-other":"{0} gr"},"power-gigawatt":{displayName:"吉瓦","unitPattern-count-other":"{0}吉瓦"},"power-megawatt":{displayName:"兆瓦","unitPattern-count-other":"{0}兆瓦"},"power-kilowatt":{displayName:"千瓦","unitPattern-count-other":"{0}千瓦"},"power-watt":{displayName:"瓦特","unitPattern-count-other":"{0}瓦"},"power-milliwatt":{displayName:"毫瓦","unitPattern-count-other":"{0}毫瓦"},"power-horsepower":{displayName:"马力","unitPattern-count-other":"{0}马力"},"pressure-millimeter-ofhg":{displayName:"mmHg","unitPattern-count-other":"{0} mmHg"},"pressure-pound-force-per-square-inch":{displayName:"psi","unitPattern-count-other":"{0} psi"},"pressure-inch-ofhg":{displayName:"inHg","unitPattern-count-other":"{0} inHg"},"pressure-bar":{displayName:"bar","unitPattern-count-other":"{0} bar"},"pressure-millibar":{displayName:"mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-other":"{0} atm"},"pressure-pascal":{displayName:"Pa","unitPattern-count-other":"{0} Pa"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-other":"{0} hPa"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"kn","unitPattern-count-other":"{0} kn"},"temperature-generic":{displayName:"°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"K","unitPattern-count-other":"{0}°K"},"torque-pound-force-foot":{displayName:"lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"牛米","unitPattern-count-other":"{0}牛米"},"volume-cubic-kilometer":{displayName:"立方千米","unitPattern-count-other":"{0}立方千米"},"volume-cubic-meter":{displayName:"立方米","unitPattern-count-other":"{0}立方米",perUnitPattern:"{0}/立方米"},"volume-cubic-centimeter":{displayName:"立方厘米","unitPattern-count-other":"{0}立方厘米",perUnitPattern:"{0}/立方厘米"},"volume-cubic-mile":{displayName:"立方英里","unitPattern-count-other":"{0}立方英里"},"volume-cubic-yard":{displayName:"立方码","unitPattern-count-other":"{0}立方码"},"volume-cubic-foot":{displayName:"立方英尺","unitPattern-count-other":"{0}立方英尺"},"volume-cubic-inch":{displayName:"立方英寸","unitPattern-count-other":"{0}立方英寸"},"volume-megaliter":{displayName:"兆升","unitPattern-count-other":"{0}兆升"},"volume-hectoliter":{displayName:"公石","unitPattern-count-other":"{0}公石"},"volume-liter":{displayName:"升","unitPattern-count-other":"{0}升",perUnitPattern:"{0}/升"},"volume-deciliter":{displayName:"分升","unitPattern-count-other":"{0}分升"},"volume-centiliter":{displayName:"厘升","unitPattern-count-other":"{0}厘升"},"volume-milliliter":{displayName:"毫升","unitPattern-count-other":"{0}毫升"},"volume-pint-metric":{displayName:"公制品脱","unitPattern-count-other":"{0}公制品脱"},"volume-cup-metric":{displayName:"公制杯","unitPattern-count-other":"{0}公制杯"},"volume-acre-foot":{displayName:"英亩英尺","unitPattern-count-other":"{0}英亩英尺"},"volume-bushel":{displayName:"蒲式耳","unitPattern-count-other":"{0}蒲式耳"},"volume-gallon":{displayName:"加仑","unitPattern-count-other":"{0}加仑",perUnitPattern:"{0}/加仑"},"volume-gallon-imperial":{displayName:"英制加仑","unitPattern-count-other":"{0}英制加仑",perUnitPattern:"{0}/英制加仑"},"volume-quart":{displayName:"夸脱","unitPattern-count-other":"{0}夸脱"},"volume-pint":{displayName:"品脱","unitPattern-count-other":"{0}品脱"},"volume-cup":{displayName:"杯","unitPattern-count-other":"{0}杯"},"volume-fluid-ounce":{displayName:"液盎司","unitPattern-count-other":"{0}液盎司"},"volume-fluid-ounce-imperial":{displayName:"英制液盎司","unitPattern-count-other":"{0}英制液盎司"},"volume-tablespoon":{displayName:"汤匙","unitPattern-count-other":"{0}汤匙"},"volume-teaspoon":{displayName:"茶匙","unitPattern-count-other":"{0}茶匙"},"volume-barrel":{displayName:"桶","unitPattern-count-other":"{0}桶"},"volume-dessert-spoon":{displayName:"甜点匙","unitPattern-count-other":"{0}甜点匙"},"volume-dessert-spoon-imperial":{displayName:"dstspn Imp","unitPattern-count-other":"{0} dstspn Imp"},"volume-drop":{displayName:"滴","unitPattern-count-other":"{0}滴"},"volume-dram":{displayName:"液量打兰","unitPattern-count-other":"{0}液量打兰"},"volume-jigger":{displayName:"量杯","unitPattern-count-other":"{0}量杯"},"volume-pinch":{displayName:"撮","unitPattern-count-other":"{0}撮"},"volume-quart-imperial":{displayName:"qt Imp","unitPattern-count-other":"{0} qt Imp."},coordinateUnit:{displayName:"方向",east:"东经{0}",north:"北纬{0}",south:"南纬{0}",west:"西经{0}"}}},currencyDigits={ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals={},timeData={_allowed:"h hB hb H",_preferred:"h"},dayPeriodRules={afternoon1:{_before:"13:00",_from:"12:00"},afternoon2:{_before:"19:00",_from:"13:00"},evening1:{_before:"24:00",_from:"19:00"},midnight:{_at:"00:00"},morning1:{_before:"08:00",_from:"05:00"},morning2:{_before:"12:00",_from:"08:00"},night1:{_before:"05:00",_from:"00:00"}},calendarPreference=["gregorian","chinese"],zh_HK={__license:__license,__version:"43.0.0",__buildtime:__buildtime,orientation:orientation,"ca-gregorian":{dateFormats:{full:"y年M月d日EEEE",long:"y年M月d日",medium:"y年M月d日",short:"d/M/yy"},timeFormats:{full:"zzzz ah:mm:ss",long:"z ah:mm:ss",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EBh:mm",EBhms:"EBh:mm:ss",Ed:"d日E",Ehm:"Eah:mm",EHm:"EHH:mm",Ehms:"Eah:mm:ss",EHms:"EHH:mm:ss",Gy:"Gy年",GyMd:"GGGGG y-MM-dd",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah时",H:"H时",HHmm:"HH:mm",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",hmsv:"v ah:mm:ss",Hmsv:"v HH:mm:ss",hmv:"v ah:mm",Hmv:"v HH:mm",M:"M月",Md:"d/M",MEd:"E, d/M",MMdd:"dd/MM",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",MMMMdd:"M月d日",ms:"mm:ss",y:"y年",yM:"M/y",yMd:"d/M/y",yMEd:"d/M/y(E)",yMEEEEd:"y年M月d日EEEE",yMM:"MM/y",yMMM:"y年M月",yMMMd:"y年M月d日",yMMMEd:"y年M月d日E",yMMMM:"y年M月",yQQQ:"y年第Q季度",yQQQQ:"y年第Q季度",MMMMW:"MMMM第W周",yw:"Y年第w周"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{1} {0}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d–d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"vHH–HH"},M:{M:"M–M月"},Md:{d:"M/d – M/d",M:"M/d – M/d"},MEd:{d:"M/dE至M/dE",M:"M/dE至M/dE"},MMM:{M:"MMM – MMM"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},y:{y:"y–y年"},yM:{M:"y年M月至y年M月",y:"y年M月至y年M月"},yMd:{d:"d/M/y至d/M/y",M:"d/M/y至d/M/y",y:"d/M/y至d/M/y"},yMEd:{d:"d/M/yE至d/M/yE",M:"d/M/yE至d/M/yE",y:"d/M/yE至d/M/yE"},yMMM:{M:"y年M月至M月",y:"y年M月至y年M月"},yMMMd:{d:"y年M月d日至d日",M:"y年M月d日至M月d日",y:"y年M月d日至y年M月d日"},yMMMEd:{d:"y年M月d日E至M月d日E",M:"y年M月d日E至M月d日E",y:"y年M月d日E至y年M月d日E"},yMMMM:{M:"y年M月至M月",y:"y年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"公元前",1:"公元"},"era-abbreviated":{0:"公元前",1:"公元"},"era-narrow":{0:"公元前",1:"公元"}},"ca-islamic":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gd/M/yy"},timeFormats:{full:"zzzz ah:mm:ss",long:"z ah:mm:ss",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EB h:mm",EBhms:"EB h:mm:ss",Ed:"d日E",Ehm:"Ea h:mm",EHm:"E HH:mm",Ehms:"Ea h:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"Gy/M/d",GyMEEEEd:"Gy年M月d日EEEE",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah时",H:"H时",HHmm:"HH:mm",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",M:"M月",Md:"M-d",MEd:"M-dE",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",MMMMdd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"M/yGGGGG",yyyyMd:"d/M/yGGGGG",yyyyMEd:"E, d/M/yGGGGG",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年MM月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年第Q季度",yyyyQQQQ:"Gy年第Q季度"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d至d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd日–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"vHH–HH"},M:{M:"M–M月"},Md:{d:"M/d – M/d",M:"M/d – M/d"},MEd:{d:"M/dE至M/dE",M:"M/dE至M/dE"},MMM:{M:"M月至M月"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},y:{y:"Gy–y年"},yM:{M:"y年M月至y年M月",y:"Gy年M月至y年M月"},yMd:{d:"d/M/y至d/M/y",M:"d/M/y至d/M/y",y:"d/M/y至d/M/y"},yMEd:{d:"d/M/yE至d/M/yE",M:"d/M/yE至d/M/yE",y:"d/M/yE至d/M/yE"},yMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"},yMMMd:{d:"Gy年M月d日至d日",M:"Gy年M月d日至M月d日",y:"Gy年M月d日至y年M月d日"},yMMMEd:{d:"y年M月d日E至M月d日E",M:"Gy年M月d日E至M月d日E",y:"Gy年M月d日E至y年M月d日E"},yMMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"伊斯兰历"},"era-abbreviated":{0:"伊斯兰历"},"era-narrow":{0:"伊斯兰历"}},"ca-japanese":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gd/M/yy"},timeFormats:{full:"zzzz ah:mm:ss",long:"z ah:mm:ss",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EB h:mm",EBhms:"EB h:mm:ss",Ed:"d日E",Ehm:"Ea h:mm",EHm:"E HH:mm",Ehms:"Ea h:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"Gy-MM-dd",GyMEEEEd:"Gy年M月d日EEEE",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah时",H:"H时",HHmm:"HH:mm",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",M:"M月",Md:"M/d",MEd:"M/dE",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",MMMMdd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy-MM",yyyyMd:"Gy-MM-dd",yyyyMEd:"Gy-M-d(E)",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年M月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年第Q季度",yyyyQQQQ:"Gy年QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d至d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd日–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"vHH–HH"},M:{M:"M–M月"},Md:{d:"M/d – M/d",M:"M/d – M/d"},MEd:{d:"M/dE至M/dE",M:"M/dE至M/dE"},MMM:{M:"M月至M月"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},y:{y:"Gy–y年",G:"Gy–Gy年"},yM:{M:"y年M月至y年M月",y:"Gy年M月至y年M月",G:"Gy年M月至Gy年M月"},yMd:{d:"d/M/y至d/M/y",M:"d/M/y至d/M/y",y:"d/M/y至d/M/y"},yMEd:{d:"d/M/yE至d/M/yE",M:"d/M/yE至d/M/yE",y:"d/M/yE至d/M/yE"},yMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月",G:"Gy年M月至Gy年M月"},yMMMd:{d:"Gy年M月d日至d日",M:"Gy年M月d日至M月d日",y:"Gy年M月d日至y年M月d日",G:"Gy年M月d日至Gy年M月d日"},yMMMEd:{d:"y年M月d日E至M月d日E",M:"Gy年M月d日E至M月d日E",y:"Gy年M月d日E至y年M月d日E",G:"Gy年M月d日E至Gy年M月d日E"},yMMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月",G:"Gy年M月至Gy年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{232:"明治",233:"大正",234:"昭和",235:"平成",236:"令和"},"era-abbreviated":{232:"明治",233:"大正",234:"昭和",235:"平成",236:"令和"},"era-narrow":{232:"M",233:"T",234:"S",235:"H",236:"R"}},"ca-persian":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"d/M/yyGGGGG"},timeFormats:{full:"zzzz ah:mm:ss",long:"z ah:mm:ss",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EB h:mm",EBhms:"EB h:mm:ss",Ed:"d日E",Ehm:"Ea h:mm",EHm:"E HH:mm",Ehms:"Ea h:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"Gy/M/d",GyMEEEEd:"Gy年M月d日EEEE",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah时",H:"H时",HHmm:"HH:mm",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",M:"L",Md:"d/M",MEd:"E, d/M",MMM:"M月",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",MMMMdd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"M/yGGGGG",yyyyMd:"d/M/yGGGGG",yyyyMEd:"E, d/M/yGGGGG",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年MM月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年第Q季度",yyyyQQQQ:"Gy年第Q季度"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d至d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd日–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"vHH–HH"},M:{M:"M–M月"},Md:{d:"M/d – M/d",M:"M/d – M/d"},MEd:{d:"M/dE至M/dE",M:"M/dE至M/dE"},MMM:{M:"M月至M月"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},y:{y:"Gy–y年"},yM:{M:"y年M月至y年M月",y:"Gy年M月至y年M月"},yMd:{d:"d/M/y至d/M/y",M:"d/M/y至d/M/y",y:"d/M/y至d/M/y"},yMEd:{d:"d/M/yE至d/M/yE",M:"d/M/yE至d/M/yE",y:"d/M/yE至d/M/yE"},yMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"},yMMMd:{d:"Gy年M月d日至d日",M:"Gy年M月d日至M月d日",y:"Gy年M月d日至y年M月d日"},yMMMEd:{d:"y年M月d日E至M月d日E",M:"Gy年M月d日E至M月d日E",y:"Gy年M月d日E至y年M月d日E"},yMMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"波斯历"},"era-abbreviated":{0:"波斯历"},"era-narrow":{0:"波斯历"}},"ca-buddhist":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gd/M/yy"},timeFormats:{full:"zzzz ah:mm:ss",long:"z ah:mm:ss",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EB h:mm",EBhms:"EB h:mm:ss",Ed:"d日E",Ehm:"Ea h:mm",EHm:"E HH:mm",Ehms:"Ea h:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"Gy-M-d",GyMEEEEd:"Gy年M月d日EEEE",GyMMM:"Gy年MM月",GyMMMd:"Gy年MM月d日",GyMMMEd:"Gy年MM月d日E",h:"ah时",H:"H时",HHmm:"HH:mm",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",M:"L",Md:"M-d",MEd:"M/dE",MMM:"M月",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",MMMMdd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy-M",yyyyMd:"Gy-M-d",yyyyMEd:"Gy-M-d(E)",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年M月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年第Q季度",yyyyQQQQ:"Gy年QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d至d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd日–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah时至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"v HH:mm – HH:mm",m:"v HH:mm – HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"vHH–HH"},M:{M:"M–M月"},Md:{d:"M/d – M/d",M:"M/d – M/d"},MEd:{d:"M/dE至M/dE",M:"M/dE至M/dE"},MMM:{M:"MMM – MMM"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},y:{y:"Gy–y年"},yM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"},yMd:{d:"Gy/M/d – y/M/d",M:"Gy/M/d – y/M/d",y:"Gy/M/d – y/M/d"},yMEd:{d:"Gy/M/dE至y/M/dE",M:"Gy/M/dE至y/M/dE",y:"Gy/M/dE至y/M/dE"},yMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"},yMMMd:{d:"Gy年M月d日至d日",M:"Gy年M月d日至M月d日",y:"Gy年M月d日至y年M月d日"},yMMMEd:{d:"Gy年M月d日E至d日E",M:"Gy年M月d日E至M月d日E",y:"Gy年M月d日E至y年M月d日E"},yMMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"佛历"},"era-abbreviated":{0:"佛历"},"era-narrow":{0:"佛历"}},dateFields:dateFields,timezoneNamesFormats:timezoneNamesFormats,decimalFormat:decimalFormat,"decimalFormat-long":{"1000-other":"0","10000-other":"0万","100000-other":"00万","1000000-other":"000万","10000000-other":"0000万","100000000-other":"0亿","1000000000-other":"00亿","10000000000-other":"000亿","100000000000-other":"0000亿","1000000000000-other":"0万亿","10000000000000-other":"00万亿","100000000000000-other":"000万亿"},"decimalFormat-short":{"1000-other":"0","10000-other":"0万","100000-other":"00万","1000000-other":"000万","10000000-other":"0000万","100000000-other":"0亿","1000000000-other":"00亿","10000000000-other":"000亿","100000000000-other":"0000亿","1000000000000-other":"0万亿","10000000000000-other":"00万亿","100000000000000-other":"000万亿"},scientificFormat:scientificFormat,percentFormat:percentFormat,currencyFormat:currencyFormat,miscPattern:miscPattern,"currencyFormat-short":{"1000-other":"0","10000-other":"¤0万","100000-other":"¤00万","1000000-other":"¤000万","10000000-other":"¤0000万","100000000-other":"¤0亿","1000000000-other":"¤00亿","10000000000-other":"¤000亿","100000000000-other":"¤0000亿","1000000000000-other":"¤0万亿","10000000000000-other":"¤00万亿","100000000000000-other":"¤000万亿"},"symbols-latn-decimal":".","symbols-latn-group":",","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"-","symbols-latn-approximatelySign":"~","symbols-latn-exponential":"E","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"NaN","symbols-latn-timeSeparator":":",currencySymbols:currencySymbols,rtl:rtl,units:units,"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-other":"0","10000-other":"0万 ¤","100000-other":"00万 ¤","1000000-other":"000万 ¤","10000000-other":"0000万 ¤","100000000-other":"0亿 ¤","1000000000-other":"00亿 ¤","10000000000-other":"000亿 ¤","100000000000-other":"0000亿 ¤","1000000000000-other":"0万亿 ¤","10000000000000-other":"00万亿 ¤","100000000000000-other":"000万亿 ¤"},currencyDigits:currencyDigits,plurals:plurals,"weekData-minDays":1,"weekData-firstDay":0,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:timeData,"eras-gregorian":{0:{_code:"gregory-inverse",_aliases:"bc bce",_end:"0-12-31"},1:{_code:"gregory",_aliases:"ad ce",_start:"1-01-01"}},"eras-islamic":{0:{_code:"islamic",_aliases:"ah",_start:"622-7-15"}},"eras-persian":{0:{_code:"persian",_aliases:"ap",_start:"622-01-01"}},"eras-buddhist":{0:{_code:"buddhist",_aliases:"be",_start:"-542-01-01"}},"eras-japanese":{232:{_code:"meiji",_start:"1868-9-8"},233:{_code:"taisho",_start:"1912-7-30"},234:{_code:"showa",_start:"1926-12-25"},235:{_code:"heisei",_start:"1989-1-8"},236:{_code:"reiwa",_start:"2019-5-1"}},dayPeriodRules:dayPeriodRules,calendarPreference:calendarPreference};export{__buildtime,__license,__version,calendarPreference,currencyDigits,currencyFormat,currencySymbols,dateFields,dayPeriodRules,decimalFormat,zh_HK as default,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,timeData,timezoneNamesFormats,units};
@@ -1 +0,0 @@
1
- const __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",__version="43.0.0",__buildtime="2023-09-28T11:39:07.908Z",orientation="left-to-right",dateFields={era:{displayName:"纪元"},"year-wide":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}年后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}年前"}},"year-short":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}年后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}年前"}},"year-narrow":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}年后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}年前"}},"quarter-wide":{displayName:"季度","relative-type--1":"上季度","relative-type-0":"本季度","relative-type-1":"下季度","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个季度后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个季度前"}},"quarter-short":{displayName:"季","relative-type--1":"上季度","relative-type-0":"本季度","relative-type-1":"下季度","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个季度后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个季度前"}},"quarter-narrow":{displayName:"季","relative-type--1":"上季度","relative-type-0":"本季度","relative-type-1":"下季度","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个季度后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个季度前"}},"month-wide":{displayName:"月","relative-type--1":"上个月","relative-type-0":"本月","relative-type-1":"下个月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个月后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个月前"}},"month-short":{displayName:"月","relative-type--1":"上个月","relative-type-0":"本月","relative-type-1":"下个月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个月后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个月前"}},"month-narrow":{displayName:"月","relative-type--1":"上个月","relative-type-0":"本月","relative-type-1":"下个月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个月后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个月前"}},"week-wide":{displayName:"周","relative-type--1":"上周","relative-type-0":"本周","relative-type-1":"下周","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}周后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}周前"},relativePeriod:"{0}这周"},"week-short":{displayName:"周","relative-type--1":"上周","relative-type-0":"本周","relative-type-1":"下周","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}周后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}周前"},relativePeriod:"{0}这周"},"week-narrow":{displayName:"周","relative-type--1":"上周","relative-type-0":"本周","relative-type-1":"下周","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}周后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}周前"},relativePeriod:"{0}这周"},"day-wide":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"后天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}天后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}天前"}},"day-short":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"后天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}天后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}天前"}},"day-narrow":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"后天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}天后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}天前"}},weekday:{displayName:"工作日"},"hour-wide":{displayName:"小时","relative-type-0":"这一时间 / 此时","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}小时后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}小时前"}},"hour-short":{displayName:"小时","relative-type-0":"这一时间 / 此时","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}小时后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}小时前"}},"hour-narrow":{displayName:"小时","relative-type-0":"这一时间 / 此时","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}小时后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}小时前"}},"minute-wide":{displayName:"分钟","relative-type-0":"此刻","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}分钟后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}分钟前"}},"minute-short":{displayName:"分","relative-type-0":"此刻","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}分钟后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}分钟前"}},"minute-narrow":{displayName:"分","relative-type-0":"此刻","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}分钟后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}分钟前"}},"second-wide":{displayName:"秒","relative-type-0":"现在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}秒后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}秒前"}},"second-short":{displayName:"秒","relative-type-0":"现在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}秒后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}秒前"}},"second-narrow":{displayName:"秒","relative-type-0":"现在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}秒后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}秒前"}},zone:{displayName:"时区"}},timezoneNamesFormats={gmtFormat:"GMT{0}"},decimalFormat={standard:"#,##0.###"},scientificFormat={standard:"#E0"},percentFormat={standard:"#,##0%"},currencyFormat={standard:"¤#,##0.00",accounting:"¤#,##0.00;(¤#,##0.00)",currencySpacing:{beforeCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00¤","sap-accounting":"#,##0.00¤;(#,##0.00¤)"},miscPattern={approximately:"~{0}",atLeast:"{0}+",atMost:"≤{0}",range:"{0}-{1}"},currencySymbols={AUD:"AU$",BRL:"R$",CAD:"CA$",CNY:"CN¥",EUR:"€",GBP:"£",HKD:"HK$",ILR:"ILS",ILS:"₪",INR:"₹",JPY:"JP¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",SGD:"$",TWD:"NT$",USD:"US$",VND:"₫",XAF:"FCFA",XCD:"EC$",XOF:"F CFA",XPF:"CFPF"},rtl=!1,units={short:{"10p-1":{unitPrefixPattern:"d{0}"},"10p-2":{unitPrefixPattern:"c{0}"},"10p-3":{unitPrefixPattern:"m{0}"},"10p-6":{unitPrefixPattern:"μ{0}"},"10p-9":{unitPrefixPattern:"n{0}"},"10p-12":{unitPrefixPattern:"p{0}"},"10p-15":{unitPrefixPattern:"f{0}"},"10p-18":{unitPrefixPattern:"a{0}"},"10p-21":{unitPrefixPattern:"z{0}"},"10p-24":{unitPrefixPattern:"y{0}"},"10p1":{unitPrefixPattern:"da{0}"},"10p2":{unitPrefixPattern:"h{0}"},"10p3":{unitPrefixPattern:"k{0}"},"10p6":{unitPrefixPattern:"M{0}"},"10p9":{unitPrefixPattern:"G{0}"},"10p12":{unitPrefixPattern:"T{0}"},"10p15":{unitPrefixPattern:"P{0}"},"10p18":{unitPrefixPattern:"E{0}"},"10p21":{unitPrefixPattern:"Z{0}"},"10p24":{unitPrefixPattern:"Y{0}"},"1024p1":{unitPrefixPattern:"Ki{0}"},"1024p2":{unitPrefixPattern:"Mi{0}"},"1024p3":{unitPrefixPattern:"Gi{0}"},"1024p4":{unitPrefixPattern:"Ti{0}"},"1024p5":{unitPrefixPattern:"Pi{0}"},"1024p6":{unitPrefixPattern:"Ei{0}"},"1024p7":{unitPrefixPattern:"Zi{0}"},"1024p8":{unitPrefixPattern:"Yi{0}"},per:{compoundUnitPattern:"{0}/{1}"},power2:{compoundUnitPattern1:"{0}²","compoundUnitPattern1-count-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0}⋅{1}"},"acceleration-g-force":{displayName:"G力","unitPattern-count-other":"{0}G"},"acceleration-meter-per-square-second":{displayName:"m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"转","unitPattern-count-other":"{0}转"},"angle-radian":{displayName:"弧度","unitPattern-count-other":"{0}弧度"},"angle-degree":{displayName:"度","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"弧分","unitPattern-count-other":"{0}弧分"},"angle-arc-second":{displayName:"弧秒","unitPattern-count-other":"{0}弧秒"},"area-square-kilometer":{displayName:"平方公里","unitPattern-count-other":"{0}平方公里",perUnitPattern:"{0}/平方公里"},"area-hectare":{displayName:"公顷","unitPattern-count-other":"{0}公顷"},"area-square-meter":{displayName:"平方米","unitPattern-count-other":"{0}平方米",perUnitPattern:"{0}/平方米"},"area-square-centimeter":{displayName:"平方厘米","unitPattern-count-other":"{0}平方厘米",perUnitPattern:"{0}/平方厘米"},"area-square-mile":{displayName:"平方英里","unitPattern-count-other":"{0}平方英里",perUnitPattern:"{0}/平方英里"},"area-acre":{displayName:"英亩","unitPattern-count-other":"{0}英亩"},"area-square-yard":{displayName:"平方码","unitPattern-count-other":"{0}平方码"},"area-square-foot":{displayName:"平方英尺","unitPattern-count-other":"{0}平方英尺"},"area-square-inch":{displayName:"平方英寸","unitPattern-count-other":"{0}平方英寸",perUnitPattern:"{0}/平方英寸"},"area-dunam":{displayName:"杜纳亩","unitPattern-count-other":"{0}杜纳亩"},"concentr-karat":{displayName:"kt","unitPattern-count-other":"{0} kt"},"concentr-milligram-ofglucose-per-deciliter":{displayName:"mg/dL","unitPattern-count-other":"{0} mg/dL"},"concentr-millimole-per-liter":{displayName:"mmol/L","unitPattern-count-other":"{0} mmol/L"},"concentr-item":{displayName:"项","unitPattern-count-other":"{0}项"},"concentr-permillion":{displayName:"ppm","unitPattern-count-other":"{0}ppm"},"concentr-percent":{displayName:"%","unitPattern-count-other":"{0}%"},"concentr-permille":{displayName:"‰","unitPattern-count-other":"{0}‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"mol","unitPattern-count-other":"{0} mol"},"consumption-liter-per-kilometer":{displayName:"L/km","unitPattern-count-other":"{0} L/km"},"consumption-liter-per-100-kilometer":{displayName:"L/100km","unitPattern-count-other":"{0} L/100km"},"consumption-mile-per-gallon":{displayName:"mpg US","unitPattern-count-other":"{0} mpg US"},"consumption-mile-per-gallon-imperial":{displayName:"mpg Imp.","unitPattern-count-other":"{0} mpg Imp."},"digital-petabyte":{displayName:"PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"B","unitPattern-count-other":"{0} B"},"digital-bit":{displayName:"b","unitPattern-count-other":"{0} b"},"duration-century":{displayName:"个世纪","unitPattern-count-other":"{0}个世纪"},"duration-decade":{displayName:"个十年","unitPattern-count-other":"{0}个十年"},"duration-year":{displayName:"年","unitPattern-count-other":"{0}年",perUnitPattern:"{0}/年"},"duration-quarter":{displayName:"季","unitPattern-count-other":"{0}季",perUnitPattern:"{0}/季"},"duration-month":{displayName:"个月","unitPattern-count-other":"{0}个月",perUnitPattern:"{0}/月"},"duration-week":{displayName:"周","unitPattern-count-other":"{0}周",perUnitPattern:"{0}/周"},"duration-day":{displayName:"天","unitPattern-count-other":"{0}天",perUnitPattern:"{0}/天"},"duration-hour":{displayName:"小时","unitPattern-count-other":"{0}小时",perUnitPattern:"{0}/小时"},"duration-minute":{displayName:"分钟","unitPattern-count-other":"{0}分钟",perUnitPattern:"{0}/分钟"},"duration-second":{displayName:"秒","unitPattern-count-other":"{0}秒",perUnitPattern:"{0}/秒"},"duration-millisecond":{displayName:"毫秒","unitPattern-count-other":"{0}毫秒"},"duration-microsecond":{displayName:"微秒","unitPattern-count-other":"{0}微秒"},"duration-nanosecond":{displayName:"纳秒","unitPattern-count-other":"{0}纳秒"},"electric-ampere":{displayName:"A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"千卡","unitPattern-count-other":"{0}千卡"},"energy-calorie":{displayName:"卡","unitPattern-count-other":"{0}卡"},"energy-foodcalorie":{displayName:"大卡","unitPattern-count-other":"{0}大卡"},"energy-kilojoule":{displayName:"千焦","unitPattern-count-other":"{0}千焦"},"energy-joule":{displayName:"焦耳","unitPattern-count-other":"{0}焦耳"},"energy-kilowatt-hour":{displayName:"千瓦时","unitPattern-count-other":"{0}千瓦时"},"energy-electronvolt":{displayName:"电子伏","unitPattern-count-other":"{0}电子伏"},"energy-british-thermal-unit":{displayName:"英热单位","unitPattern-count-other":"{0}英热单位"},"energy-therm-us":{displayName:"美制克卡","unitPattern-count-other":"{0}美制克卡"},"force-pound-force":{displayName:"lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"牛","unitPattern-count-other":"{0}牛"},"force-kilowatt-hour-per-100-kilometer":{displayName:"kWh/100km","unitPattern-count-other":"{0} kWh/100km"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-other":"{0} Hz"},"graphics-em":{displayName:"em","unitPattern-count-other":"{0} em"},"graphics-pixel":{displayName:"px","unitPattern-count-other":"{0} px"},"graphics-megapixel":{displayName:"MP","unitPattern-count-other":"{0} MP"},"graphics-pixel-per-centimeter":{displayName:"ppcm","unitPattern-count-other":"{0} ppcm"},"graphics-pixel-per-inch":{displayName:"ppi","unitPattern-count-other":"{0} ppi"},"graphics-dot-per-centimeter":{displayName:"dpcm","unitPattern-count-other":"{0} dpcm"},"graphics-dot-per-inch":{displayName:"dpi","unitPattern-count-other":"{0} dpi"},"graphics-dot":{displayName:"px","unitPattern-count-other":"{0} px"},"length-earth-radius":{displayName:"R⊕","unitPattern-count-other":"{0} R⊕"},"length-kilometer":{displayName:"公里","unitPattern-count-other":"{0}公里",perUnitPattern:"{0}/公里"},"length-meter":{displayName:"米","unitPattern-count-other":"{0}米",perUnitPattern:"{0}/米"},"length-decimeter":{displayName:"分米","unitPattern-count-other":"{0}分米"},"length-centimeter":{displayName:"厘米","unitPattern-count-other":"{0}厘米",perUnitPattern:"{0}/厘米"},"length-millimeter":{displayName:"毫米","unitPattern-count-other":"{0}毫米"},"length-micrometer":{displayName:"微米","unitPattern-count-other":"{0}微米"},"length-nanometer":{displayName:"纳米","unitPattern-count-other":"{0}纳米"},"length-picometer":{displayName:"皮米","unitPattern-count-other":"{0}皮米"},"length-mile":{displayName:"英里","unitPattern-count-other":"{0}英里"},"length-yard":{displayName:"码","unitPattern-count-other":"{0}码"},"length-foot":{displayName:"英尺","unitPattern-count-other":"{0}英尺",perUnitPattern:"{0}/英尺"},"length-inch":{displayName:"英寸","unitPattern-count-other":"{0}英寸",perUnitPattern:"{0}/英寸"},"length-parsec":{displayName:"秒差距","unitPattern-count-other":"{0}秒差距"},"length-light-year":{displayName:"光年","unitPattern-count-other":"{0}光年"},"length-astronomical-unit":{displayName:"天文单位","unitPattern-count-other":"{0}天文单位"},"length-furlong":{displayName:"弗隆","unitPattern-count-other":"{0}弗隆"},"length-fathom":{displayName:"英寻","unitPattern-count-other":"{0}英寻"},"length-nautical-mile":{displayName:"海里","unitPattern-count-other":"{0}海里"},"length-mile-scandinavian":{displayName:"斯堪的纳维亚英里","unitPattern-count-other":"{0}斯堪的纳维亚英里"},"length-point":{displayName:"pt","unitPattern-count-other":"{0} pt"},"length-solar-radius":{displayName:"太阳半径","unitPattern-count-other":"{0}太阳半径"},"light-lux":{displayName:"lx","unitPattern-count-other":"{0} lx"},"light-candela":{displayName:"cd","unitPattern-count-other":"{0} cd"},"light-lumen":{displayName:"lm","unitPattern-count-other":"{0} lm"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-other":"{0} L☉"},"mass-tonne":{displayName:"t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"克","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"μg","unitPattern-count-other":"{0} μg"},"mass-ton":{displayName:"tn","unitPattern-count-other":"{0} tn"},"mass-stone":{displayName:"英石","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz t","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"CD","unitPattern-count-other":"{0} CD"},"mass-dalton":{displayName:"Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"M☉","unitPattern-count-other":"{0} M☉"},"mass-grain":{displayName:"gr","unitPattern-count-other":"{0} gr"},"power-gigawatt":{displayName:"吉瓦","unitPattern-count-other":"{0}吉瓦"},"power-megawatt":{displayName:"兆瓦","unitPattern-count-other":"{0}兆瓦"},"power-kilowatt":{displayName:"千瓦","unitPattern-count-other":"{0}千瓦"},"power-watt":{displayName:"瓦特","unitPattern-count-other":"{0}瓦"},"power-milliwatt":{displayName:"毫瓦","unitPattern-count-other":"{0}毫瓦"},"power-horsepower":{displayName:"马力","unitPattern-count-other":"{0}马力"},"pressure-millimeter-ofhg":{displayName:"mmHg","unitPattern-count-other":"{0} mmHg"},"pressure-pound-force-per-square-inch":{displayName:"psi","unitPattern-count-other":"{0} psi"},"pressure-inch-ofhg":{displayName:"inHg","unitPattern-count-other":"{0} inHg"},"pressure-bar":{displayName:"bar","unitPattern-count-other":"{0} bar"},"pressure-millibar":{displayName:"mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-other":"{0} atm"},"pressure-pascal":{displayName:"Pa","unitPattern-count-other":"{0} Pa"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-other":"{0} hPa"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"kn","unitPattern-count-other":"{0} kn"},"temperature-generic":{displayName:"°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"K","unitPattern-count-other":"{0}°K"},"torque-pound-force-foot":{displayName:"lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"牛米","unitPattern-count-other":"{0}牛米"},"volume-cubic-kilometer":{displayName:"立方千米","unitPattern-count-other":"{0}立方千米"},"volume-cubic-meter":{displayName:"立方米","unitPattern-count-other":"{0}立方米",perUnitPattern:"{0}/立方米"},"volume-cubic-centimeter":{displayName:"立方厘米","unitPattern-count-other":"{0}立方厘米",perUnitPattern:"{0}/立方厘米"},"volume-cubic-mile":{displayName:"立方英里","unitPattern-count-other":"{0}立方英里"},"volume-cubic-yard":{displayName:"立方码","unitPattern-count-other":"{0}立方码"},"volume-cubic-foot":{displayName:"立方英尺","unitPattern-count-other":"{0}立方英尺"},"volume-cubic-inch":{displayName:"立方英寸","unitPattern-count-other":"{0}立方英寸"},"volume-megaliter":{displayName:"兆升","unitPattern-count-other":"{0}兆升"},"volume-hectoliter":{displayName:"公石","unitPattern-count-other":"{0}公石"},"volume-liter":{displayName:"升","unitPattern-count-other":"{0}升",perUnitPattern:"{0}/升"},"volume-deciliter":{displayName:"分升","unitPattern-count-other":"{0}分升"},"volume-centiliter":{displayName:"厘升","unitPattern-count-other":"{0}厘升"},"volume-milliliter":{displayName:"毫升","unitPattern-count-other":"{0}毫升"},"volume-pint-metric":{displayName:"公制品脱","unitPattern-count-other":"{0}公制品脱"},"volume-cup-metric":{displayName:"公制杯","unitPattern-count-other":"{0}公制杯"},"volume-acre-foot":{displayName:"英亩英尺","unitPattern-count-other":"{0}英亩英尺"},"volume-bushel":{displayName:"蒲式耳","unitPattern-count-other":"{0}蒲式耳"},"volume-gallon":{displayName:"加仑","unitPattern-count-other":"{0}加仑",perUnitPattern:"{0}/加仑"},"volume-gallon-imperial":{displayName:"英制加仑","unitPattern-count-other":"{0}英制加仑",perUnitPattern:"{0}/英制加仑"},"volume-quart":{displayName:"夸脱","unitPattern-count-other":"{0}夸脱"},"volume-pint":{displayName:"品脱","unitPattern-count-other":"{0}品脱"},"volume-cup":{displayName:"杯","unitPattern-count-other":"{0}杯"},"volume-fluid-ounce":{displayName:"液盎司","unitPattern-count-other":"{0}液盎司"},"volume-fluid-ounce-imperial":{displayName:"英制液盎司","unitPattern-count-other":"{0}英制液盎司"},"volume-tablespoon":{displayName:"汤匙","unitPattern-count-other":"{0}汤匙"},"volume-teaspoon":{displayName:"茶匙","unitPattern-count-other":"{0}茶匙"},"volume-barrel":{displayName:"桶","unitPattern-count-other":"{0}桶"},"volume-dessert-spoon":{displayName:"甜点匙","unitPattern-count-other":"{0}甜点匙"},"volume-dessert-spoon-imperial":{displayName:"dstspn Imp","unitPattern-count-other":"{0} dstspn Imp"},"volume-drop":{displayName:"滴","unitPattern-count-other":"{0}滴"},"volume-dram":{displayName:"液量打兰","unitPattern-count-other":"{0}液量打兰"},"volume-jigger":{displayName:"量杯","unitPattern-count-other":"{0}量杯"},"volume-pinch":{displayName:"撮","unitPattern-count-other":"{0}撮"},"volume-quart-imperial":{displayName:"qt Imp","unitPattern-count-other":"{0} qt Imp."},coordinateUnit:{displayName:"方向",east:"东经{0}",north:"北纬{0}",south:"南纬{0}",west:"西经{0}"}}},currencyDigits={ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals={},timeData={_allowed:"h hb H hB",_preferred:"h"},dayPeriodRules={afternoon1:{_before:"13:00",_from:"12:00"},afternoon2:{_before:"19:00",_from:"13:00"},evening1:{_before:"24:00",_from:"19:00"},midnight:{_at:"00:00"},morning1:{_before:"08:00",_from:"05:00"},morning2:{_before:"12:00",_from:"08:00"},night1:{_before:"05:00",_from:"00:00"}},calendarPreference=["gregorian","chinese"],zh_SG={__license:__license,__version:"43.0.0",__buildtime:__buildtime,orientation:orientation,"ca-gregorian":{dateFormats:{full:"y年M月d日EEEE",long:"y年M月d日",medium:"y年M月d日",short:"dd/MM/yy"},timeFormats:{full:"zzzz ah:mm:ss",long:"z ah:mm:ss",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EBh:mm",EBhms:"EBh:mm:ss",Ed:"d日E",Ehm:"Eah:mm",EHm:"EHH:mm",Ehms:"Eah:mm:ss",EHms:"EHH:mm:ss",Gy:"Gy年",GyMd:"GGGGG y-MM-dd",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah时",H:"H时",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",hmsv:"v ah:mm:ss",Hmsv:"v HH:mm:ss",hmv:"v ah:mm",Hmv:"v HH:mm",M:"M月",Md:"M-d",MEd:"M-dE",MMdd:"MM-dd",MMM:"M月",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",MMMMdd:"M月d日",ms:"mm:ss",y:"y年",yM:"y年M月",yMd:"y年M月d日",yMEd:"y年M月d日,E",yMEEEEd:"y年M月d日EEEE",yMM:"y年M月",yMMM:"y年M月",yMMMd:"y年M月d日",yMMMEd:"y年M月d日E",yMMMM:"y年M月",yQQQ:"y年第Q季度",yQQQQ:"y年第Q季度",MMMMW:"MMMM第W周",yw:"Y年第w周"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{1} {0}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}至{1}",Bh:{B:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d日至d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah时至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"vHH–HH"},M:{M:"M–M月"},Md:{d:"M-d至M-d",M:"M-d至M-d"},MEd:{d:"M-dE至M-dE",M:"M-dE至M-dE"},MMM:{M:"MMM – MMM"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至M月d日E",M:"M月d日E至M月d日E"},y:{y:"y–y年"},yM:{M:"y年M月至y年M月",y:"y年M月至y年M月"},yMd:{d:"d/M/y至d/M/y",M:"d/M/y至d/M/y",y:"d/M/y至d/M/y"},yMEd:{d:"d/M/yE至d/M/yE",M:"d/M/yE至d/M/yE",y:"d/M/yE至d/M/yE"},yMMM:{M:"y年M月至M月",y:"y年M月至y年M月"},yMMMd:{d:"y年M月d日至d日",M:"y年M月d日至M月d日",y:"y年M月d日至y年M月d日"},yMMMEd:{d:"y年M月d日E至d日E",M:"y年M月d日E至M月d日E",y:"y年M月d日E至y年M月d日E"},yMMMM:{M:"y年M月至M月",y:"y年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"公元前",1:"公元"},"era-abbreviated":{0:"公元前",1:"公元"},"era-narrow":{0:"公元前",1:"公元"}},"ca-islamic":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gd/M/yy"},timeFormats:{full:"zzzz ah:mm:ss",long:"z ah:mm:ss",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EB h:mm",EBhms:"EB h:mm:ss",Ed:"d日E",Ehm:"Ea h:mm",EHm:"E HH:mm",Ehms:"Ea h:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"Gy/M/d",GyMEEEEd:"Gy年M月d日EEEE",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah时",H:"H时",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",M:"M月",Md:"M-d",MEd:"M-dE",MMdd:"MM-dd",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",MMMMdd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy年M月",yyyyMd:"Gy年M月d日",yyyyMEd:"Gy年M月d日,E",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年MM月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年第Q季度",yyyyQQQQ:"Gy年第Q季度"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}至{1}",Bh:{B:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d至d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd日–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah时至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"vHH–HH"},M:{M:"M–M月"},Md:{d:"M-d至M-d",M:"M-d至M-d"},MEd:{d:"M-dE至M-dE",M:"M-dE至M-dE"},MMM:{M:"M月至M月"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至M月d日E",M:"M月d日E至M月d日E"},y:{y:"Gy–y年"},yM:{M:"y年M月至y年M月",y:"Gy年M月至y年M月"},yMd:{d:"d/M/y至d/M/y",M:"d/M/y至d/M/y",y:"d/M/y至d/M/y"},yMEd:{d:"d/M/yE至d/M/yE",M:"d/M/yE至d/M/yE",y:"d/M/yE至d/M/yE"},yMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"},yMMMd:{d:"Gy年M月d日至d日",M:"Gy年M月d日至M月d日",y:"Gy年M月d日至y年M月d日"},yMMMEd:{d:"Gy年M月d日E至d日E",M:"Gy年M月d日E至M月d日E",y:"Gy年M月d日E至y年M月d日E"},yMMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"伊斯兰历"},"era-abbreviated":{0:"伊斯兰历"},"era-narrow":{0:"伊斯兰历"}},"ca-japanese":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gd/M/yy"},timeFormats:{full:"zzzz ah:mm:ss",long:"z ah:mm:ss",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EB h:mm",EBhms:"EB h:mm:ss",Ed:"d日E",Ehm:"Ea h:mm",EHm:"E HH:mm",Ehms:"Ea h:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"Gy-MM-dd",GyMEEEEd:"Gy年M月d日EEEE",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah时",H:"H时",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",M:"M月",Md:"M/d",MEd:"M/dE",MMdd:"MM-dd",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",MMMMdd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy-MM",yyyyMd:"Gy-MM-dd",yyyyMEd:"Gy-M-d(E)",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年M月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年第Q季度",yyyyQQQQ:"Gy年QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}至{1}",Bh:{B:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d至d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd日–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah时至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"vHH–HH"},M:{M:"M–M月"},Md:{d:"M-d至M-d",M:"M-d至M-d"},MEd:{d:"M-dE至M-dE",M:"M-dE至M-dE"},MMM:{M:"M月至M月"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至M月d日E",M:"M月d日E至M月d日E"},y:{y:"Gy–y年",G:"Gy–Gy年"},yM:{M:"y年M月至y年M月",y:"Gy年M月至y年M月",G:"Gy年M月至Gy年M月"},yMd:{d:"d/M/y至d/M/y",M:"d/M/y至d/M/y",y:"d/M/y至d/M/y"},yMEd:{d:"d/M/yE至d/M/yE",M:"d/M/yE至d/M/yE",y:"d/M/yE至d/M/yE"},yMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月",G:"Gy年M月至Gy年M月"},yMMMd:{d:"Gy年M月d日至d日",M:"Gy年M月d日至M月d日",y:"Gy年M月d日至y年M月d日",G:"Gy年M月d日至Gy年M月d日"},yMMMEd:{d:"Gy年M月d日E至d日E",M:"Gy年M月d日E至M月d日E",y:"Gy年M月d日E至y年M月d日E",G:"Gy年M月d日E至Gy年M月d日E"},yMMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月",G:"Gy年M月至Gy年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{232:"明治",233:"大正",234:"昭和",235:"平成",236:"令和"},"era-abbreviated":{232:"明治",233:"大正",234:"昭和",235:"平成",236:"令和"},"era-narrow":{232:"M",233:"T",234:"S",235:"H",236:"R"}},"ca-persian":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"dd/MM/yyGGGGG"},timeFormats:{full:"zzzz ah:mm:ss",long:"z ah:mm:ss",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EB h:mm",EBhms:"EB h:mm:ss",Ed:"d日E",Ehm:"Ea h:mm",EHm:"E HH:mm",Ehms:"Ea h:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"Gy/M/d",GyMEEEEd:"Gy年M月d日EEEE",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah时",H:"H时",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",M:"L",Md:"M-d",MEd:"M-dE",MMdd:"MM-dd",MMM:"LL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",MMMMdd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy年M月",yyyyMd:"Gy年M月d日",yyyyMEd:"Gy年M月d日,E",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年MM月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年第Q季度",yyyyQQQQ:"Gy年第Q季度"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}至{1}",Bh:{B:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d至d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd日–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah时至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"vHH–HH"},M:{M:"M–M月"},Md:{d:"M-d至M-d",M:"M-d至M-d"},MEd:{d:"M-dE至M-dE",M:"M-dE至M-dE"},MMM:{M:"M月至M月"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至M月d日E",M:"M月d日E至M月d日E"},y:{y:"Gy–y年"},yM:{M:"y年M月至y年M月",y:"Gy年M月至y年M月"},yMd:{d:"d/M/y至d/M/y",M:"d/M/y至d/M/y",y:"d/M/y至d/M/y"},yMEd:{d:"d/M/yE至d/M/yE",M:"d/M/yE至d/M/yE",y:"d/M/yE至d/M/yE"},yMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"},yMMMd:{d:"Gy年M月d日至d日",M:"Gy年M月d日至M月d日",y:"Gy年M月d日至y年M月d日"},yMMMEd:{d:"Gy年M月d日E至d日E",M:"Gy年M月d日E至M月d日E",y:"Gy年M月d日E至y年M月d日E"},yMMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"波斯历"},"era-abbreviated":{0:"波斯历"},"era-narrow":{0:"波斯历"}},"ca-buddhist":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gd/M/yy"},timeFormats:{full:"zzzz ah:mm:ss",long:"z ah:mm:ss",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EB h:mm",EBhms:"EB h:mm:ss",Ed:"d日E",Ehm:"Ea h:mm",EHm:"E HH:mm",Ehms:"Ea h:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"Gy-M-d",GyMEEEEd:"Gy年M月d日EEEE",GyMMM:"Gy年MM月",GyMMMd:"Gy年MM月d日",GyMMMEd:"Gy年MM月d日E",h:"ah时",H:"H时",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",M:"M月",Md:"M-d",MEd:"M-dE",MMdd:"MM-dd",MMM:"LL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",MMMMdd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy-M",yyyyMd:"Gy-M-d",yyyyMEd:"Gy-M-d(E)",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年M月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年第Q季度",yyyyQQQQ:"Gy年QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}至{1}",Bh:{B:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d至d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd日–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah时至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"v HH:mm – HH:mm",m:"v HH:mm – HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"vHH–HH"},M:{M:"M–M月"},Md:{d:"M/d – M/d",M:"M/d – M/d"},MEd:{d:"M/dE至M/dE",M:"M/dE至M/dE"},MMM:{M:"MMM – MMM"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},y:{y:"Gy–y年"},yM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"},yMd:{d:"Gy/M/d – y/M/d",M:"Gy/M/d – y/M/d",y:"Gy/M/d – y/M/d"},yMEd:{d:"Gy/M/dE至y/M/dE",M:"Gy/M/dE至y/M/dE",y:"Gy/M/dE至y/M/dE"},yMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"},yMMMd:{d:"Gy年M月d日至d日",M:"Gy年M月d日至M月d日",y:"Gy年M月d日至y年M月d日"},yMMMEd:{d:"Gy年M月d日E至d日E",M:"Gy年M月d日E至M月d日E",y:"Gy年M月d日E至y年M月d日E"},yMMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"佛历"},"era-abbreviated":{0:"佛历"},"era-narrow":{0:"佛历"}},dateFields:dateFields,timezoneNamesFormats:timezoneNamesFormats,decimalFormat:decimalFormat,"decimalFormat-long":{"1000-other":"0","10000-other":"0万","100000-other":"00万","1000000-other":"000万","10000000-other":"0000万","100000000-other":"0亿","1000000000-other":"00亿","10000000000-other":"000亿","100000000000-other":"0000亿","1000000000000-other":"0万亿","10000000000000-other":"00万亿","100000000000000-other":"000万亿"},"decimalFormat-short":{"1000-other":"0","10000-other":"0万","100000-other":"00万","1000000-other":"000万","10000000-other":"0000万","100000000-other":"0亿","1000000000-other":"00亿","10000000000-other":"000亿","100000000000-other":"0000亿","1000000000000-other":"0万亿","10000000000000-other":"00万亿","100000000000000-other":"000万亿"},scientificFormat:scientificFormat,percentFormat:percentFormat,currencyFormat:currencyFormat,miscPattern:miscPattern,"currencyFormat-short":{"1000-other":"0","10000-other":"¤0万","100000-other":"¤00万","1000000-other":"¤000万","10000000-other":"¤0000万","100000000-other":"¤0亿","1000000000-other":"¤00亿","10000000000-other":"¤000亿","100000000000-other":"¤0000亿","1000000000000-other":"¤0万亿","10000000000000-other":"¤00万亿","100000000000000-other":"¤000万亿"},"symbols-latn-decimal":".","symbols-latn-group":",","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"-","symbols-latn-approximatelySign":"~","symbols-latn-exponential":"E","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"NaN","symbols-latn-timeSeparator":":",currencySymbols:currencySymbols,rtl:rtl,units:units,"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-other":"0","10000-other":"0万 ¤","100000-other":"00万 ¤","1000000-other":"000万 ¤","10000000-other":"0000万 ¤","100000000-other":"0亿 ¤","1000000000-other":"00亿 ¤","10000000000-other":"000亿 ¤","100000000000-other":"0000亿 ¤","1000000000000-other":"0万亿 ¤","10000000000000-other":"00万亿 ¤","100000000000000-other":"000万亿 ¤"},currencyDigits:currencyDigits,plurals:plurals,"weekData-minDays":1,"weekData-firstDay":0,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:timeData,"eras-gregorian":{0:{_code:"gregory-inverse",_aliases:"bc bce",_end:"0-12-31"},1:{_code:"gregory",_aliases:"ad ce",_start:"1-01-01"}},"eras-islamic":{0:{_code:"islamic",_aliases:"ah",_start:"622-7-15"}},"eras-persian":{0:{_code:"persian",_aliases:"ap",_start:"622-01-01"}},"eras-buddhist":{0:{_code:"buddhist",_aliases:"be",_start:"-542-01-01"}},"eras-japanese":{232:{_code:"meiji",_start:"1868-9-8"},233:{_code:"taisho",_start:"1912-7-30"},234:{_code:"showa",_start:"1926-12-25"},235:{_code:"heisei",_start:"1989-1-8"},236:{_code:"reiwa",_start:"2019-5-1"}},dayPeriodRules:dayPeriodRules,calendarPreference:calendarPreference};export{__buildtime,__license,__version,calendarPreference,currencyDigits,currencyFormat,currencySymbols,dateFields,dayPeriodRules,decimalFormat,zh_SG as default,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,timeData,timezoneNamesFormats,units};