@openui5/sap.ui.integration 1.107.0 → 1.108.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 (614) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +3 -3
  3. package/src/sap/ui/integration/.library +7 -7
  4. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  5. package/src/sap/ui/integration/Designtime.js +1 -1
  6. package/src/sap/ui/integration/Extension.js +3 -3
  7. package/src/sap/ui/integration/Host.js +1 -1
  8. package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
  9. package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
  10. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  11. package/src/sap/ui/integration/cards/BaseContent.js +1 -1
  12. package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
  13. package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
  14. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  15. package/src/sap/ui/integration/cards/Footer.js +3 -2
  16. package/src/sap/ui/integration/cards/Header.js +2 -4
  17. package/src/sap/ui/integration/cards/ListContent.js +3 -1
  18. package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
  19. package/src/sap/ui/integration/cards/ObjectContent.js +32 -17
  20. package/src/sap/ui/integration/cards/TableContent.js +3 -2
  21. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  22. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  23. package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
  24. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
  25. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
  26. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
  27. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
  28. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
  29. package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +1 -1
  30. package/src/sap/ui/integration/cards/filters/BaseFilter.js +9 -2
  31. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +11 -2
  32. package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
  33. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
  34. package/src/sap/ui/integration/cards/filters/SearchFilter.js +10 -2
  35. package/src/sap/ui/integration/cards/filters/SelectFilter.js +35 -12
  36. package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
  37. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  38. package/src/sap/ui/integration/controls/LinkWithIcon.js +1 -1
  39. package/src/sap/ui/integration/controls/ListContentItem.js +9 -3
  40. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  41. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  42. package/src/sap/ui/integration/controls/Paginator.js +2 -2
  43. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  44. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  45. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  46. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  47. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  48. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  49. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  50. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
  51. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  52. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  53. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  54. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  55. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  56. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  77. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  81. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  82. package/src/sap/ui/integration/designtime/cardEditor/CardEditor.js +0 -160
  83. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  84. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  85. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
  86. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  87. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  88. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  89. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  90. package/src/sap/ui/integration/editor/Editor.js +3 -3
  91. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  92. package/src/sap/ui/integration/editor/Extension.js +1 -1
  93. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  94. package/src/sap/ui/integration/editor/Settings.js +1 -1
  95. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  96. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  97. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  98. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  99. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  100. package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
  101. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  102. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  103. package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
  104. package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
  105. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  106. package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
  107. package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
  108. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  109. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  110. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  111. package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
  112. package/src/sap/ui/integration/library.js +2 -2
  113. package/src/sap/ui/integration/messagebundle.properties +4 -1
  114. package/src/sap/ui/integration/messagebundle_ar.properties +3 -1
  115. package/src/sap/ui/integration/messagebundle_bg.properties +3 -1
  116. package/src/sap/ui/integration/messagebundle_ca.properties +3 -1
  117. package/src/sap/ui/integration/messagebundle_cs.properties +3 -1
  118. package/src/sap/ui/integration/messagebundle_cy.properties +3 -1
  119. package/src/sap/ui/integration/messagebundle_da.properties +3 -1
  120. package/src/sap/ui/integration/messagebundle_de.properties +3 -1
  121. package/src/sap/ui/integration/messagebundle_el.properties +3 -1
  122. package/src/sap/ui/integration/messagebundle_en.properties +3 -1
  123. package/src/sap/ui/integration/messagebundle_en_GB.properties +3 -1
  124. package/src/sap/ui/integration/messagebundle_en_US_sappsd.properties +3 -1
  125. package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +3 -1
  126. package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +3 -1
  127. package/src/sap/ui/integration/messagebundle_es.properties +3 -1
  128. package/src/sap/ui/integration/messagebundle_es_MX.properties +3 -1
  129. package/src/sap/ui/integration/messagebundle_et.properties +3 -1
  130. package/src/sap/ui/integration/messagebundle_fi.properties +2 -0
  131. package/src/sap/ui/integration/messagebundle_fr.properties +2 -0
  132. package/src/sap/ui/integration/messagebundle_fr_CA.properties +2 -0
  133. package/src/sap/ui/integration/messagebundle_hi.properties +3 -1
  134. package/src/sap/ui/integration/messagebundle_hr.properties +3 -1
  135. package/src/sap/ui/integration/messagebundle_hu.properties +3 -1
  136. package/src/sap/ui/integration/messagebundle_id.properties +3 -1
  137. package/src/sap/ui/integration/messagebundle_it.properties +3 -1
  138. package/src/sap/ui/integration/messagebundle_iw.properties +3 -1
  139. package/src/sap/ui/integration/messagebundle_ja.properties +3 -1
  140. package/src/sap/ui/integration/messagebundle_kk.properties +3 -1
  141. package/src/sap/ui/integration/messagebundle_ko.properties +2 -0
  142. package/src/sap/ui/integration/messagebundle_lt.properties +3 -1
  143. package/src/sap/ui/integration/messagebundle_lv.properties +3 -1
  144. package/src/sap/ui/integration/messagebundle_ms.properties +3 -1
  145. package/src/sap/ui/integration/messagebundle_nl.properties +3 -1
  146. package/src/sap/ui/integration/messagebundle_no.properties +3 -1
  147. package/src/sap/ui/integration/messagebundle_pl.properties +3 -1
  148. package/src/sap/ui/integration/messagebundle_pt.properties +3 -1
  149. package/src/sap/ui/integration/messagebundle_pt_PT.properties +3 -1
  150. package/src/sap/ui/integration/messagebundle_ro.properties +3 -1
  151. package/src/sap/ui/integration/messagebundle_ru.properties +3 -1
  152. package/src/sap/ui/integration/messagebundle_sh.properties +3 -1
  153. package/src/sap/ui/integration/messagebundle_sk.properties +2 -0
  154. package/src/sap/ui/integration/messagebundle_sl.properties +3 -1
  155. package/src/sap/ui/integration/messagebundle_sv.properties +3 -1
  156. package/src/sap/ui/integration/messagebundle_th.properties +2 -0
  157. package/src/sap/ui/integration/messagebundle_tr.properties +3 -1
  158. package/src/sap/ui/integration/messagebundle_uk.properties +3 -1
  159. package/src/sap/ui/integration/messagebundle_vi.properties +3 -1
  160. package/src/sap/ui/integration/messagebundle_zh_CN.properties +3 -1
  161. package/src/sap/ui/integration/messagebundle_zh_TW.properties +3 -1
  162. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  163. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  164. package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
  165. package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +57 -6
  166. package/src/sap/ui/integration/schemas/sap-card.json +31 -2
  167. package/src/sap/ui/integration/themes/base/AdaptiveCard.less +8 -0
  168. package/src/sap/ui/integration/themes/base/library.source.less +1 -0
  169. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js +2 -0
  170. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js.map +1 -0
  171. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js +2 -0
  172. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js.map +1 -0
  173. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js +2 -0
  174. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js.map +1 -0
  175. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js +2 -0
  176. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js.map +1 -0
  177. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +9 -14
  178. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
  179. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js +2 -0
  180. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js.map +1 -0
  181. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js +2 -0
  182. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js.map +1 -0
  183. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js +2 -0
  184. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js.map +1 -0
  185. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js +2 -0
  186. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js.map +1 -0
  187. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js +2 -0
  188. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js.map +1 -0
  189. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js +2 -0
  190. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js.map +1 -0
  191. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js +2 -0
  192. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js.map +1 -0
  193. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js +2 -0
  194. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js.map +1 -0
  195. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js +2 -0
  196. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js.map +1 -0
  197. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js +2 -0
  198. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js.map +1 -0
  199. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js +2 -0
  200. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js.map +1 -0
  201. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js +2 -0
  202. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js.map +1 -0
  203. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js +2 -0
  204. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js.map +1 -0
  205. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js +2 -0
  206. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js.map +1 -0
  207. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js +2 -0
  208. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js.map +1 -0
  209. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js +2 -0
  210. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js.map +1 -0
  211. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js +2 -0
  212. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js.map +1 -0
  213. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js +2 -0
  214. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js.map +1 -0
  215. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js +2 -0
  216. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js.map +1 -0
  217. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js +2 -0
  218. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js.map +1 -0
  219. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js +2 -0
  220. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js.map +1 -0
  221. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js +2 -0
  222. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js.map +1 -0
  223. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js +2 -0
  224. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js.map +1 -0
  225. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js +2 -0
  226. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js.map +1 -0
  227. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js +2 -0
  228. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js.map +1 -0
  229. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js +2 -0
  230. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js.map +1 -0
  231. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js +2 -0
  232. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js.map +1 -0
  233. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js +2 -0
  234. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js.map +1 -0
  235. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js +2 -0
  236. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js.map +1 -0
  237. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js +2 -0
  238. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js.map +1 -0
  239. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js +2 -0
  240. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js.map +1 -0
  241. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js +2 -0
  242. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js.map +1 -0
  243. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js +2 -0
  244. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js.map +1 -0
  245. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js +2 -0
  246. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js.map +1 -0
  247. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js +2 -0
  248. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js.map +1 -0
  249. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js +2 -0
  250. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js.map +1 -0
  251. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js +2 -0
  252. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js.map +1 -0
  253. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js +2 -0
  254. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js.map +1 -0
  255. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js +2 -0
  256. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js.map +1 -0
  257. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js +2 -0
  258. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js.map +1 -0
  259. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js +2 -0
  260. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js.map +1 -0
  261. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js +2 -0
  262. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js.map +1 -0
  263. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js +2 -0
  264. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js.map +1 -0
  265. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js +2 -0
  266. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js.map +1 -0
  267. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js +2 -0
  268. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js.map +1 -0
  269. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js +2 -0
  270. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js.map +1 -0
  271. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js +2 -0
  272. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js.map +1 -0
  273. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js +2 -0
  274. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js.map +1 -0
  275. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js +2 -0
  276. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js.map +1 -0
  277. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js +2 -0
  278. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js.map +1 -0
  279. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js +2 -0
  280. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js.map +1 -0
  281. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js +2 -0
  282. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js.map +1 -0
  283. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js +2 -0
  284. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js.map +1 -0
  285. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js +2 -0
  286. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js.map +1 -0
  287. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js +2 -0
  288. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js.map +1 -0
  289. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js +2 -0
  290. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js.map +1 -0
  291. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js +2 -0
  292. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js.map +1 -0
  293. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js +2 -0
  294. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js.map +1 -0
  295. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js +2 -0
  296. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js.map +1 -0
  297. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js +2 -0
  298. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js.map +1 -0
  299. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js +2 -0
  300. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js.map +1 -0
  301. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js +2 -0
  302. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js.map +1 -0
  303. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js +2 -0
  304. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js.map +1 -0
  305. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js +2 -0
  306. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js.map +1 -0
  307. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js +2 -0
  308. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js.map +1 -0
  309. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js +2 -0
  310. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js.map +1 -0
  311. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js +2 -0
  312. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js.map +1 -0
  313. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js +2 -0
  314. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js.map +1 -0
  315. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js +2 -0
  316. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js.map +1 -0
  317. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js +2 -0
  318. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js.map +1 -0
  319. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js +2 -0
  320. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js.map +1 -0
  321. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js +2 -0
  322. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js.map +1 -0
  323. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js +2 -0
  324. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js.map +1 -0
  325. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js +2 -0
  326. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js.map +1 -0
  327. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js +2 -0
  328. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js.map +1 -0
  329. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js +2 -0
  330. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js.map +1 -0
  331. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js +2 -0
  332. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js.map +1 -0
  333. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js +2 -0
  334. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js.map +1 -0
  335. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js +2 -0
  336. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js.map +1 -0
  337. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js +2 -0
  338. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js.map +1 -0
  339. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js +2 -0
  340. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js.map +1 -0
  341. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js +2 -0
  342. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js.map +1 -0
  343. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js +2 -0
  344. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js.map +1 -0
  345. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js +2 -0
  346. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js.map +1 -0
  347. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js +2 -0
  348. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js.map +1 -0
  349. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js +2 -0
  350. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js.map +1 -0
  351. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js +2 -0
  352. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js.map +1 -0
  353. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js +2 -0
  354. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js.map +1 -0
  355. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js +2 -0
  356. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js.map +1 -0
  357. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js +2 -0
  358. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js.map +1 -0
  359. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js +2 -0
  360. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js.map +1 -0
  361. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js +2 -0
  362. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js.map +1 -0
  363. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js +2 -0
  364. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js.map +1 -0
  365. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js +2 -0
  366. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js.map +1 -0
  367. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js +2 -0
  368. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js.map +1 -0
  369. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js +2 -0
  370. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js.map +1 -0
  371. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js +2 -0
  372. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js.map +1 -0
  373. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js +2 -0
  374. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js.map +1 -0
  375. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js +2 -0
  376. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js.map +1 -0
  377. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js +2 -0
  378. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js.map +1 -0
  379. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js +2 -0
  380. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js.map +1 -0
  381. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js +2 -0
  382. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js.map +1 -0
  383. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js +2 -0
  384. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js.map +1 -0
  385. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js +2 -0
  386. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js.map +1 -0
  387. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js +2 -0
  388. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js.map +1 -0
  389. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js +2 -0
  390. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js.map +1 -0
  391. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js +2 -0
  392. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js.map +1 -0
  393. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js +2 -0
  394. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js.map +1 -0
  395. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js +2 -0
  396. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js.map +1 -0
  397. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js +2 -0
  398. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js.map +1 -0
  399. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js +2 -0
  400. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js.map +1 -0
  401. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js +2 -0
  402. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js.map +1 -0
  403. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js +2 -0
  404. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js.map +1 -0
  405. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js +2 -0
  406. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js.map +1 -0
  407. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js +2 -0
  408. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js.map +1 -0
  409. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js +2 -0
  410. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js.map +1 -0
  411. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js +2 -0
  412. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js.map +1 -0
  413. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js +2 -0
  414. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js.map +1 -0
  415. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js +2 -0
  416. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js.map +1 -0
  417. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js +2 -0
  418. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js.map +1 -0
  419. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js +2 -0
  420. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js.map +1 -0
  421. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js +2 -0
  422. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js.map +1 -0
  423. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js +2 -0
  424. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js.map +1 -0
  425. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js +2 -0
  426. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js.map +1 -0
  427. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js +2 -0
  428. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js.map +1 -0
  429. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js +2 -0
  430. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js.map +1 -0
  431. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js +2 -0
  432. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js.map +1 -0
  433. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js +2 -0
  434. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js.map +1 -0
  435. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js +2 -0
  436. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js.map +1 -0
  437. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js +2 -0
  438. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js.map +1 -0
  439. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js +2 -0
  440. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js.map +1 -0
  441. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js +2 -0
  442. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js.map +1 -0
  443. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js +2 -0
  444. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js.map +1 -0
  445. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js +2 -0
  446. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js.map +1 -0
  447. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js +2 -0
  448. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js.map +1 -0
  449. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js +2 -0
  450. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js.map +1 -0
  451. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js +2 -0
  452. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js.map +1 -0
  453. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js +2 -0
  454. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js.map +1 -0
  455. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js +2 -0
  456. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js.map +1 -0
  457. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js +2 -0
  458. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js.map +1 -0
  459. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js +2 -0
  460. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js.map +1 -0
  461. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  462. package/src/sap/ui/integration/util/BindingHelper.js +1 -1
  463. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  464. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  465. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  466. package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
  467. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  468. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  469. package/src/sap/ui/integration/util/Destinations.js +3 -3
  470. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  471. package/src/sap/ui/integration/util/Forms.js +42 -7
  472. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  473. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  474. package/src/sap/ui/integration/util/LoadingProvider.js +14 -3
  475. package/src/sap/ui/integration/util/Manifest.js +1 -1
  476. package/src/sap/ui/integration/util/ManifestResolver.js +61 -11
  477. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  478. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  479. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  480. package/src/sap/ui/integration/util/SkeletonCard.js +2 -2
  481. package/src/sap/ui/integration/util/Utils.js +1 -1
  482. package/src/sap/ui/integration/util/Validators.js +1 -1
  483. package/src/sap/ui/integration/widgets/Card.js +66 -31
  484. package/src/sap/ui/integration/widgets/CardRenderer.js +1 -1
  485. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js +0 -2
  486. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js.map +0 -1
  487. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js +0 -2
  488. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js.map +0 -1
  489. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js +0 -2
  490. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js.map +0 -1
  491. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js +0 -2
  492. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js.map +0 -1
  493. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js +0 -2
  494. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js.map +0 -1
  495. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js +0 -2
  496. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js.map +0 -1
  497. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js +0 -2
  498. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js.map +0 -1
  499. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js +0 -2
  500. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js.map +0 -1
  501. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js +0 -2
  502. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js.map +0 -1
  503. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js +0 -2
  504. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js.map +0 -1
  505. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js +0 -2
  506. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js.map +0 -1
  507. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js +0 -2
  508. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js.map +0 -1
  509. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js +0 -2
  510. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js.map +0 -1
  511. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js +0 -2
  512. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js.map +0 -1
  513. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js +0 -2
  514. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js.map +0 -1
  515. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js +0 -2
  516. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js.map +0 -1
  517. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js +0 -2
  518. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js.map +0 -1
  519. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js +0 -2
  520. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js.map +0 -1
  521. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js +0 -2
  522. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js.map +0 -1
  523. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js +0 -2
  524. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js.map +0 -1
  525. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js +0 -2
  526. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js.map +0 -1
  527. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js +0 -2
  528. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js.map +0 -1
  529. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js +0 -2
  530. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js.map +0 -1
  531. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js +0 -2
  532. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js.map +0 -1
  533. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js +0 -2
  534. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js.map +0 -1
  535. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js +0 -2
  536. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js.map +0 -1
  537. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js +0 -2
  538. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js.map +0 -1
  539. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js +0 -2
  540. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js.map +0 -1
  541. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js +0 -2
  542. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js.map +0 -1
  543. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js +0 -2
  544. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js.map +0 -1
  545. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js +0 -2
  546. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js.map +0 -1
  547. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js +0 -2
  548. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js.map +0 -1
  549. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js +0 -2
  550. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js.map +0 -1
  551. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js +0 -2
  552. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js.map +0 -1
  553. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js +0 -2
  554. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js.map +0 -1
  555. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js +0 -2
  556. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js.map +0 -1
  557. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js +0 -2
  558. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js.map +0 -1
  559. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js +0 -2
  560. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js.map +0 -1
  561. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js +0 -2
  562. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js.map +0 -1
  563. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js +0 -2
  564. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js.map +0 -1
  565. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js +0 -2
  566. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js.map +0 -1
  567. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js +0 -2
  568. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js.map +0 -1
  569. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js +0 -2
  570. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js.map +0 -1
  571. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js +0 -2
  572. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js.map +0 -1
  573. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js +0 -2
  574. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js.map +0 -1
  575. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js +0 -2
  576. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js.map +0 -1
  577. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js +0 -2
  578. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js.map +0 -1
  579. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js +0 -2
  580. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js.map +0 -1
  581. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js +0 -2
  582. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js.map +0 -1
  583. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js +0 -2
  584. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js.map +0 -1
  585. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js +0 -2
  586. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js.map +0 -1
  587. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js +0 -2
  588. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js.map +0 -1
  589. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js +0 -2
  590. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js.map +0 -1
  591. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js +0 -2
  592. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js.map +0 -1
  593. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js +0 -2
  594. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js.map +0 -1
  595. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js +0 -2
  596. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js.map +0 -1
  597. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js +0 -2
  598. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js.map +0 -1
  599. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js +0 -2
  600. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js.map +0 -1
  601. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js +0 -2
  602. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js.map +0 -1
  603. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js +0 -2
  604. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js.map +0 -1
  605. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js +0 -2
  606. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js.map +0 -1
  607. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js +0 -2
  608. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js.map +0 -1
  609. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js +0 -2
  610. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js.map +0 -1
  611. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js +0 -2
  612. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js.map +0 -1
  613. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js +0 -2
  614. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js.map +0 -1
@@ -0,0 +1,2 @@
1
+ export default{__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:"35.1.0",__buildtime:"2020-10-20T05:15:22.539Z",languages:{aa:"阿法尔语",ab:"阿布哈西亚语",ace:"亚齐语",ach:"阿乔利语",ada:"阿当梅语",ady:"阿迪格语",ae:"阿维斯塔语",af:"南非荷兰语",afh:"阿弗里希利语",agq:"亚罕语",ain:"阿伊努语",ak:"阿肯语",akk:"阿卡德语",ale:"阿留申语",alt:"南阿尔泰语",am:"阿姆哈拉语",an:"阿拉贡语",ang:"古英语",anp:"昂加语",ar:"阿拉伯语",ar_001:"现代标准阿拉伯语",arc:"阿拉米语",arn:"马普切语",arp:"阿拉帕霍语",ars:"纳吉迪阿拉伯语",arw:"阿拉瓦克语",as:"阿萨姆语",asa:"帕雷语",ast:"阿斯图里亚斯语",av:"阿瓦尔语",awa:"阿瓦德语",ay:"艾马拉语",az:"阿塞拜疆语","az_alt-short":"阿塞语",az_Arab:"南阿塞拜疆语",ba:"巴什基尔语",bal:"俾路支语",ban:"巴厘语",bas:"巴萨语",bax:"巴姆穆语",bbj:"戈马拉语",be:"白俄罗斯语",bej:"贝沙语",bem:"本巴语",bez:"贝纳语",bfd:"巴非特语",bg:"保加利亚语",bgn:"西俾路支语",bho:"博杰普尔语",bi:"比斯拉马语",bik:"比科尔语",bin:"比尼语",bkm:"科姆语",bla:"西克西卡语",bm:"班巴拉语",bn:"孟加拉语",bo:"藏语",br:"布列塔尼语",bra:"布拉杰语",brx:"博多语",bs:"波斯尼亚语",bss:"阿库色语",bua:"布里亚特语",bug:"布吉语",bum:"布鲁语",byn:"比林语",byv:"梅敦巴语",ca:"加泰罗尼亚语",cad:"卡多语",car:"加勒比语",cay:"卡尤加语",cch:"阿灿语",ccp:"查克玛语",ce:"车臣语",ceb:"宿务语",cgg:"奇加语",ch:"查莫罗语",chb:"奇布查语",chg:"察合台语",chk:"楚克语",chm:"马里语",chn:"奇努克混合语",cho:"乔克托语",chp:"奇佩维安语",chr:"切罗基语",chy:"夏延语",ckb:"中库尔德语",co:"科西嘉语",cop:"科普特语",cr:"克里族语",crh:"克里米亚土耳其语",crs:"塞舌尔克里奥尔语",cs:"捷克语",csb:"卡舒比语",cu:"教会斯拉夫语",cv:"楚瓦什语",cy:"威尔士语",da:"丹麦语",dak:"达科他语",dar:"达尔格瓦语",dav:"台塔语",de:"德语",de_AT:"奥地利德语",de_CH:"瑞士高地德语",del:"特拉华语",den:"史拉维语",dgr:"多格里布语",din:"丁卡语",dje:"哲尔马语",doi:"多格拉语",dsb:"下索布语",dua:"都阿拉语",dum:"中古荷兰语",dv:"迪维希语",dyo:"朱拉语",dyu:"迪尤拉语",dz:"宗卡语",dzg:"达扎葛语",ebu:"恩布语",ee:"埃维语",efi:"埃菲克语",egy:"古埃及语",eka:"艾卡朱克语",el:"希腊语",elx:"埃兰语",en:"英语",en_AU:"澳大利亚英语",en_CA:"加拿大英语",en_GB:"英国英语","en_GB-alt-short":"英式英语",en_US:"美国英语","en_US-alt-short":"美式英语",enm:"中古英语",eo:"世界语",es:"西班牙语",es_419:"拉丁美洲西班牙语",es_ES:"欧洲西班牙语",es_MX:"墨西哥西班牙语",et:"爱沙尼亚语",eu:"巴斯克语",ewo:"旺杜语",fa:"波斯语",fan:"芳格语",fat:"芳蒂语",ff:"富拉语",fi:"芬兰语",fil:"菲律宾语",fj:"斐济语",fo:"法罗语",fon:"丰语",fr:"法语",fr_CA:"加拿大法语",fr_CH:"瑞士法语",frc:"卡真法语",frm:"中古法语",fro:"古法语",frr:"北弗里西亚语",frs:"东弗里西亚语",fur:"弗留利语",fy:"西弗里西亚语",ga:"爱尔兰语",gaa:"加族语",gag:"加告兹语",gan:"赣语",gay:"迦约语",gba:"格巴亚语",gd:"苏格兰盖尔语",gez:"吉兹语",gil:"吉尔伯特语",gl:"加利西亚语",gmh:"中古高地德语",gn:"瓜拉尼语",goh:"古高地德语",gon:"冈德语",gor:"哥伦打洛语",got:"哥特语",grb:"格列博语",grc:"古希腊语",gsw:"瑞士德语",gu:"古吉拉特语",guz:"古西语",gv:"马恩语",gwi:"哥威迅语",ha:"豪萨语",hai:"海达语",hak:"客家语",haw:"夏威夷语",he:"希伯来语",hi:"印地语",hil:"希利盖农语",hit:"赫梯语",hmn:"苗语",ho:"希里莫图语",hr:"克罗地亚语",hsb:"上索布语",hsn:"湘语",ht:"海地克里奥尔语",hu:"匈牙利语",hup:"胡帕语",hy:"亚美尼亚语",hz:"赫雷罗语",ia:"国际语",iba:"伊班语",ibb:"伊比比奥语",id:"印度尼西亚语",ie:"国际文字(E)",ig:"伊博语",ii:"四川彝语",ik:"伊努皮克语",ilo:"伊洛卡诺语",inh:"印古什语",io:"伊多语",is:"冰岛语",it:"意大利语",iu:"因纽特语",ja:"日语",jbo:"逻辑语",jgo:"恩艮巴语",jmc:"马切姆语",jpr:"犹太波斯语",jrb:"犹太阿拉伯语",jv:"爪哇语",ka:"格鲁吉亚语",kaa:"卡拉卡尔帕克语",kab:"卡拜尔语",kac:"克钦语",kaj:"卡捷语",kam:"卡姆巴语",kaw:"卡威语",kbd:"卡巴尔德语",kbl:"加涅姆布语",kcg:"卡塔布语",kde:"马孔德语",kea:"卡布佛得鲁语",kfo:"克罗语",kg:"刚果语",kha:"卡西语",kho:"和田语",khq:"西桑海语",ki:"吉库尤语",kj:"宽亚玛语",kk:"哈萨克语",kkj:"卡库语",kl:"格陵兰语",kln:"卡伦金语",km:"高棉语",kmb:"金邦杜语",kn:"卡纳达语",ko:"韩语",koi:"科米-彼尔米亚克语",kok:"孔卡尼语",kos:"科斯拉伊语",kpe:"克佩列语",kr:"卡努里语",krc:"卡拉恰伊巴尔卡尔语",krl:"卡累利阿语",kru:"库鲁克语",ks:"克什米尔语",ksb:"香巴拉语",ksf:"巴菲亚语",ksh:"科隆语",ku:"库尔德语",kum:"库梅克语",kut:"库特奈语",kv:"科米语",kw:"康沃尔语",ky:"柯尔克孜语",la:"拉丁语",lad:"拉迪诺语",lag:"朗吉语",lah:"印度-雅利安语",lam:"兰巴语",lb:"卢森堡语",lez:"列兹金语",lg:"卢干达语",li:"林堡语",lkt:"拉科塔语",ln:"林加拉语",lo:"老挝语",lol:"蒙戈语",lou:"路易斯安那克里奥尔语",loz:"洛齐语",lrc:"北卢尔语",lt:"立陶宛语",lu:"鲁巴加丹加语",lua:"卢巴-卢拉语",lui:"卢伊塞诺语",lun:"隆达语",luo:"卢奥语",lus:"米佐语",luy:"卢雅语",lv:"拉脱维亚语",mad:"马都拉语",maf:"马法语",mag:"摩揭陀语",mai:"迈蒂利语",mak:"望加锡语",man:"曼丁哥语",mas:"马赛语",mde:"马坝语",mdf:"莫克沙语",mdr:"曼达尔语",men:"门德语",mer:"梅鲁语",mfe:"毛里求斯克里奥尔语",mg:"马拉加斯语",mga:"中古爱尔兰语",mgh:"马库阿语",mgo:"梅塔语",mh:"马绍尔语",mi:"毛利语",mic:"密克马克语",min:"米南佳保语",mk:"马其顿语",ml:"马拉雅拉姆语",mn:"蒙古语",mnc:"满语",mni:"曼尼普尔语",moh:"摩霍克语",mos:"莫西语",mr:"马拉地语",ms:"马来语",mt:"马耳他语",mua:"蒙当语",mul:"多语种",mus:"克里克语",mwl:"米兰德斯语",mwr:"马尔瓦里语",my:"缅甸语",mye:"姆耶内语",myv:"厄尔兹亚语",mzn:"马赞德兰语",na:"瑙鲁语",nan:"闽南语",nap:"那不勒斯语",naq:"纳马语",nb:"书面挪威语",nd:"北恩德贝勒语",nds:"低地德语",nds_NL:"低萨克森语",ne:"尼泊尔语",new:"尼瓦尔语",ng:"恩东加语",nia:"尼亚斯语",niu:"纽埃语",nl:"荷兰语",nl_BE:"弗拉芒语",nmg:"夸西奥语",nn:"挪威尼诺斯克语",nnh:"恩甘澎语",no:"挪威语",nog:"诺盖语",non:"古诺尔斯语",nqo:"西非书面文字",nr:"南恩德贝勒语",nso:"北索托语",nus:"努埃尔语",nv:"纳瓦霍语",nwc:"古典尼瓦尔语",ny:"齐切瓦语",nym:"尼扬韦齐语",nyn:"尼昂科勒语",nyo:"尼奥罗语",nzi:"恩济马语",oc:"奥克语",oj:"奥吉布瓦语",om:"奥罗莫语",or:"奥里亚语",os:"奥塞梯语",osa:"奥塞治语",ota:"奥斯曼土耳其语",pa:"旁遮普语",pag:"邦阿西南语",pal:"巴拉维语",pam:"邦板牙语",pap:"帕皮阿门托语",pau:"帕劳语",pcm:"尼日利亚皮钦语",peo:"古波斯语",phn:"腓尼基语",pi:"巴利语",pl:"波兰语",pon:"波纳佩语",prg:"普鲁士语",pro:"古普罗文斯语",ps:"普什图语",pt:"葡萄牙语",pt_BR:"巴西葡萄牙语",pt_PT:"欧洲葡萄牙语",qu:"克丘亚语",quc:"基切语",raj:"拉贾斯坦语",rap:"拉帕努伊语",rar:"拉罗汤加语",rm:"罗曼什语",rn:"隆迪语",ro:"罗马尼亚语",ro_MD:"摩尔多瓦语",rof:"兰博语",rom:"吉普赛语",root:"根语言",ru:"俄语",rup:"阿罗马尼亚语",rw:"卢旺达语",rwk:"罗瓦语",sa:"梵语",sad:"桑达韦语",sah:"萨哈语",sam:"萨马利亚阿拉姆语",saq:"桑布鲁语",sas:"萨萨克文",sat:"桑塔利语",sba:"甘拜语",sbp:"桑古语",sc:"萨丁语",scn:"西西里语",sco:"苏格兰语",sd:"信德语",sdh:"南库尔德语",se:"北方萨米语",see:"塞内卡语",seh:"塞纳语",sel:"塞尔库普语",ses:"东桑海语",sg:"桑戈语",sga:"古爱尔兰语",sh:"塞尔维亚-克罗地亚语",shi:"希尔哈语",shn:"掸语",shu:"乍得阿拉伯语",si:"僧伽罗语",sid:"悉达摩语",sk:"斯洛伐克语",sl:"斯洛文尼亚语",sm:"萨摩亚语",sma:"南萨米语",smj:"吕勒萨米语",smn:"伊纳里萨米语",sms:"斯科特萨米语",sn:"绍纳语",snk:"索宁克语",so:"索马里语",sog:"粟特语",sq:"阿尔巴尼亚语",sr:"塞尔维亚语",srn:"苏里南汤加语",srr:"塞雷尔语",ss:"斯瓦蒂语",ssy:"萨霍语",st:"南索托语",su:"巽他语",suk:"苏库马语",sus:"苏苏语",sux:"苏美尔语",sv:"瑞典语",sw:"斯瓦希里语",sw_CD:"刚果斯瓦希里语",swb:"科摩罗语",syc:"古典叙利亚语",syr:"叙利亚语",ta:"泰米尔语",te:"泰卢固语",tem:"泰姆奈语",teo:"特索语",ter:"特伦诺语",tet:"德顿语",tg:"塔吉克语",th:"泰语",ti:"提格利尼亚语",tig:"提格雷语",tiv:"蒂夫语",tk:"土库曼语",tkl:"托克劳语",tl:"他加禄语",tlh:"克林贡语",tli:"特林吉特语",tmh:"塔马奇克语",tn:"茨瓦纳语",to:"汤加语",tog:"尼亚萨汤加语",tpi:"托克皮辛语",tr:"土耳其语",trv:"赛德克语",ts:"聪加语",tsi:"钦西安语",tt:"鞑靼语",tum:"通布卡语",tvl:"图瓦卢语",tw:"契维语",twq:"北桑海语",ty:"塔希提语",tyv:"图瓦语",tzm:"塔马齐格特语",udm:"乌德穆尔特语",ug:"维吾尔语",uga:"乌加里特语",uk:"乌克兰语",umb:"翁本杜语",und:"未知语言",ur:"乌尔都语",uz:"乌兹别克语",vai:"瓦伊语",ve:"文达语",vep:"维普森语",vi:"越南语",vo:"沃拉普克语",vot:"沃提克语",vun:"温旧语",wa:"瓦隆语",wae:"瓦尔瑟语",wal:"瓦拉莫语",war:"瓦瑞语",was:"瓦绍语",wbp:"瓦尔皮瑞语",wo:"沃洛夫语",wuu:"吴语",xal:"卡尔梅克语",xh:"科萨语",xog:"索加语",yao:"瑶族语",yap:"雅浦语",yav:"洋卞语",ybb:"耶姆巴语",yi:"意第绪语",yo:"约鲁巴语",yue:"粤语",za:"壮语",zap:"萨波蒂克语",zbl:"布里斯符号",zen:"泽纳加语",zgh:"标准摩洛哥塔马塞特语",zh:"中文",zh_Hans:"简体中文",zh_Hant:"繁体中文",zu:"祖鲁语",zun:"祖尼语",zxx:"无语言内容",zza:"扎扎语"},scripts:{Adlm:"阿德拉姆文",Afak:"阿法卡文",Aghb:"Aghb",Ahom:"Ahom",Arab:"阿拉伯文","Arab-alt-variant":"波斯阿拉伯文",Armi:"皇室亚拉姆文",Armn:"亚美尼亚文",Avst:"阿维斯陀文",Bali:"巴厘文",Bamu:"巴姆穆文",Bass:"巴萨文",Batk:"巴塔克文",Beng:"孟加拉文",Bhks:"拜克舒克文",Blis:"布列斯符号",Bopo:"汉语拼音",Brah:"婆罗米文字",Brai:"布莱叶盲文",Bugi:"布吉文",Buhd:"布希德文",Cakm:"查克马文",Cans:"加拿大土著统一音节",Cari:"卡里亚文",Cham:"占文",Cher:"切罗基文",Cirt:"色斯文",Copt:"克普特文",Cprt:"塞浦路斯文",Cyrl:"西里尔文",Cyrs:"西里尔文字(古教会斯拉夫文的变体)",Deva:"天城文",Dogr:"多格拉文",Dsrt:"德塞莱特文",Dupl:"杜普洛伊速记",Egyd:"后期埃及文",Egyh:"古埃及僧侣书写体",Egyp:"古埃及象形文",Elba:"爱尔巴桑文",Elym:"Elym",Ethi:"埃塞俄比亚文",Geok:"格鲁吉亚文(教堂体)",Geor:"格鲁吉亚文",Glag:"格拉哥里文",Gong:"贡贾拉贡德文",Gonm:"马萨拉姆冈德文",Goth:"哥特文",Gran:"格兰塔文",Grek:"希腊文",Gujr:"古吉拉特文",Guru:"果鲁穆奇文",Hanb:"汉语注音",Hang:"谚文",Hani:"汉字",Hano:"汉奴罗文",Hans:"简体","Hans-alt-stand-alone":"简体中文",Hant:"繁体","Hant-alt-stand-alone":"繁体中文",Hatr:"Hatr",Hebr:"希伯来文",Hira:"平假名",Hluw:"安那托利亚象形文字",Hmng:"杨松录苗文",Hmnp:"尼亚肯蒲丘苗文",Hrkt:"假名表",Hung:"古匈牙利文",Inds:"印度河文字",Ital:"古意大利文",Jamo:"韩文字母",Java:"爪哇文",Jpan:"日文",Jurc:"女真文",Kali:"克耶李文字",Kana:"片假名",Khar:"卡罗须提文",Khmr:"高棉文",Khoj:"克吉奇文字",Knda:"卡纳达文",Kore:"韩文",Kpel:"克佩列文",Kthi:"凯提文",Lana:"兰拿文",Laoo:"老挝文",Latf:"拉丁文(哥特式字体变体)",Latg:"拉丁文(盖尔文变体)",Latn:"拉丁文",Lepc:"雷布查文",Limb:"林布文",Lina:"线形文字(A)",Linb:"线形文字(B)",Lisu:"傈僳文",Loma:"洛马文",Lyci:"利西亚文",Lydi:"吕底亚文",Mahj:"Mahj",Maka:"望加锡文",Mand:"阿拉米文",Mani:"摩尼教文",Marc:"大玛尔文",Maya:"玛雅圣符文",Medf:"梅德法伊德林文",Mend:"门迪文",Merc:"麦罗埃草书",Mero:"麦若提克文",Mlym:"马拉雅拉姆文",Modi:"Modi",Mong:"蒙古文",Moon:"韩文语系",Mroo:"谬文",Mtei:"曼尼普尔文",Mult:"Mult",Mymr:"缅甸文",Nand:"楠迪梵文",Narb:"古北方阿拉伯文",Nbat:"纳巴泰文",Newa:"尼瓦文",Nkgb:"纳西格巴文",Nkoo:"西非书面文字(N’Ko)",Nshu:"女书",Ogam:"欧甘文",Olck:"桑塔利文",Orkh:"鄂尔浑文",Orya:"奥里亚文",Osge:"欧塞奇文",Osma:"奥斯曼亚文",Palm:"帕尔迈拉文",Pauc:"包金豪文",Perm:"古彼尔姆文",Phag:"八思巴文",Phli:"巴列维文碑铭体",Phlp:"巴列维文(圣诗体)",Phlv:"巴列维文(书体)",Phnx:"腓尼基文",Plrd:"波拉德音标文字",Prti:"帕提亚文碑铭体",Qaag:"Qaag",Rjng:"拉让文",Rohg:"哈乃斐罗兴亚文",Roro:"朗格朗格文",Runr:"古代北欧文",Samr:"撒马利亚文",Sara:"沙拉堤文",Sarb:"古南阿拉伯文",Saur:"索拉什特拉文",Sgnw:"书写符号",Shaw:"萧伯纳式文",Shrd:"夏拉达文",Sidd:"悉昙",Sind:"信德文",Sinh:"僧伽罗文",Sogd:"粟特文",Sogo:"古粟特文",Sora:"索朗桑朋文",Soyo:"索永布文",Sund:"巽他文",Sylo:"锡尔赫特文",Syrc:"叙利亚文",Syre:"福音体叙利亚文",Syrj:"西叙利亚文",Syrn:"东叙利亚文",Tagb:"塔格班瓦文",Takr:"泰克里文",Tale:"泰乐文",Talu:"新傣文",Taml:"泰米尔文",Tang:"唐古特文",Tavt:"越南傣文",Telu:"泰卢固文",Teng:"腾格瓦文字",Tfng:"提非纳文",Tglg:"塔加路文",Thaa:"塔安那文",Thai:"泰文",Tibt:"藏文",Tirh:"迈蒂利文",Ugar:"乌加里特文",Vaii:"瓦依文",Visp:"可见语言",Wara:"瓦郎奇蒂文字",Wcho:"Wcho",Wole:"沃莱艾文",Xpeo:"古波斯文",Xsux:"苏美尔-阿卡德楔形文字",Yiii:"彝文",Zanb:"札那巴札尔方块文字",Zinh:"遗传学术语",Zmth:"数学符号",Zsye:"表情符号",Zsym:"符号",Zxxx:"非书面文字",Zyyy:"通用",Zzzz:"未知文字"},territories:{142:"亚洲",143:"中亚",145:"西亚",150:"欧洲",151:"东欧",154:"北欧",155:"西欧",202:"撒哈拉以南非洲",419:"拉丁美洲","001":"世界","002":"非洲","003":"北美洲","005":"南美洲","009":"大洋洲","011":"西非","013":"中美洲","014":"东非","015":"北非","017":"中非","018":"南部非洲","019":"美洲","021":"美洲北部","029":"加勒比地区","030":"东亚","034":"南亚","035":"东南亚","039":"南欧","053":"澳大拉西亚","054":"美拉尼西亚","057":"密克罗尼西亚地区","061":"玻利尼西亚",AC:"阿森松岛",AD:"安道尔",AE:"阿拉伯联合酋长国",AF:"阿富汗",AG:"安提瓜和巴布达",AI:"安圭拉",AL:"阿尔巴尼亚",AM:"亚美尼亚",AO:"安哥拉",AQ:"南极洲",AR:"阿根廷",AS:"美属萨摩亚",AT:"奥地利",AU:"澳大利亚",AW:"阿鲁巴",AX:"奥兰群岛",AZ:"阿塞拜疆",BA:"波斯尼亚和黑塞哥维那",BB:"巴巴多斯",BD:"孟加拉国",BE:"比利时",BF:"布基纳法索",BG:"保加利亚",BH:"巴林",BI:"布隆迪",BJ:"贝宁",BL:"圣巴泰勒米",BM:"百慕大",BN:"文莱",BO:"玻利维亚",BQ:"荷属加勒比区",BR:"巴西",BS:"巴哈马",BT:"不丹",BV:"布韦岛",BW:"博茨瓦纳",BY:"白俄罗斯",BZ:"伯利兹",CA:"加拿大",CC:"科科斯(基林)群岛",CD:"刚果(金)","CD-alt-variant":"刚果民主共和国",CF:"中非共和国",CG:"刚果(布)","CG-alt-variant":"刚果共和国",CH:"瑞士",CI:"科特迪瓦","CI-alt-variant":"象牙海岸",CK:"库克群岛",CL:"智利",CM:"喀麦隆",CN:"中国",CO:"哥伦比亚",CP:"克利珀顿岛",CR:"哥斯达黎加",CU:"古巴",CV:"佛得角",CW:"库拉索",CX:"圣诞岛",CY:"塞浦路斯",CZ:"捷克","CZ-alt-variant":"捷克共和国",DE:"德国",DG:"迪戈加西亚岛",DJ:"吉布提",DK:"丹麦",DM:"多米尼克",DO:"多米尼加共和国",DZ:"阿尔及利亚",EA:"休达及梅利利亚",EC:"厄瓜多尔",EE:"爱沙尼亚",EG:"埃及",EH:"西撒哈拉",ER:"厄立特里亚",ES:"西班牙",ET:"埃塞俄比亚",EU:"欧盟",EZ:"欧元区",FI:"芬兰",FJ:"斐济",FK:"福克兰群岛","FK-alt-variant":"福克兰群岛(马尔维纳斯群岛)",FM:"密克罗尼西亚",FO:"法罗群岛",FR:"法国",GA:"加蓬",GB:"英国","GB-alt-short":"英国",GD:"格林纳达",GE:"格鲁吉亚",GF:"法属圭亚那",GG:"根西岛",GH:"加纳",GI:"直布罗陀",GL:"格陵兰",GM:"冈比亚",GN:"几内亚",GP:"瓜德罗普",GQ:"赤道几内亚",GR:"希腊",GS:"南乔治亚和南桑威奇群岛",GT:"危地马拉",GU:"关岛",GW:"几内亚比绍",GY:"圭亚那",HK:"香港","HK-alt-short":"香港",HM:"赫德岛和麦克唐纳群岛",HN:"洪都拉斯",HR:"克罗地亚",HT:"海地",HU:"匈牙利",IC:"加纳利群岛",ID:"印度尼西亚",IE:"爱尔兰",IL:"以色列",IM:"马恩岛",IN:"印度",IO:"英属印度洋领地",IQ:"伊拉克",IR:"伊朗",IS:"冰岛",IT:"意大利",JE:"泽西岛",JM:"牙买加",JO:"约旦",JP:"日本",KE:"肯尼亚",KG:"吉尔吉斯斯坦",KH:"柬埔寨",KI:"基里巴斯",KM:"科摩罗",KN:"圣基茨和尼维斯",KP:"朝鲜",KR:"韩国",KW:"科威特",KY:"开曼群岛",KZ:"哈萨克斯坦",LA:"老挝",LB:"黎巴嫩",LC:"圣卢西亚",LI:"列支敦士登",LK:"斯里兰卡",LR:"利比里亚",LS:"莱索托",LT:"立陶宛",LU:"卢森堡",LV:"拉脱维亚",LY:"利比亚",MA:"摩洛哥",MC:"摩纳哥",MD:"摩尔多瓦",ME:"黑山",MF:"法属圣马丁",MG:"马达加斯加",MH:"马绍尔群岛",MK:"北马其顿","MK-alt-variant":"MK",ML:"马里",MM:"缅甸",MN:"蒙古",MO:"澳门","MO-alt-short":"澳门",MP:"北马里亚纳群岛",MQ:"马提尼克",MR:"毛里塔尼亚",MS:"蒙特塞拉特",MT:"马耳他",MU:"毛里求斯",MV:"马尔代夫",MW:"马拉维",MX:"墨西哥",MY:"马来西亚",MZ:"莫桑比克",NA:"纳米比亚",NC:"新喀里多尼亚",NE:"尼日尔",NF:"诺福克岛",NG:"尼日利亚",NI:"尼加拉瓜",NL:"荷兰",NO:"挪威",NP:"尼泊尔",NR:"瑙鲁",NU:"纽埃",NZ:"新西兰",OM:"阿曼",PA:"巴拿马",PE:"秘鲁",PF:"法属波利尼西亚",PG:"巴布亚新几内亚",PH:"菲律宾",PK:"巴基斯坦",PL:"波兰",PM:"圣皮埃尔和密克隆群岛",PN:"皮特凯恩群岛",PR:"波多黎各",PS:"巴勒斯坦领土","PS-alt-short":"巴勒斯坦",PT:"葡萄牙",PW:"帕劳",PY:"巴拉圭",QA:"卡塔尔",QO:"大洋洲边远群岛",RE:"留尼汪",RO:"罗马尼亚",RS:"塞尔维亚",RU:"俄罗斯",RW:"卢旺达",SA:"沙特阿拉伯",SB:"所罗门群岛",SC:"塞舌尔",SD:"苏丹",SE:"瑞典",SG:"新加坡",SH:"圣赫勒拿",SI:"斯洛文尼亚",SJ:"斯瓦尔巴和扬马延",SK:"斯洛伐克",SL:"塞拉利昂",SM:"圣马力诺",SN:"塞内加尔",SO:"索马里",SR:"苏里南",SS:"南苏丹",ST:"圣多美和普林西比",SV:"萨尔瓦多",SX:"荷属圣马丁",SY:"叙利亚",SZ:"斯威士兰","SZ-alt-variant":"SZ",TA:"特里斯坦-达库尼亚群岛",TC:"特克斯和凯科斯群岛",TD:"乍得",TF:"法属南部领地",TG:"多哥",TH:"泰国",TJ:"塔吉克斯坦",TK:"托克劳",TL:"东帝汶","TL-alt-variant":"TL",TM:"土库曼斯坦",TN:"突尼斯",TO:"汤加",TR:"土耳其",TT:"特立尼达和多巴哥",TV:"图瓦卢",TW:"台湾",TZ:"坦桑尼亚",UA:"乌克兰",UG:"乌干达",UM:"美国本土外小岛屿",UN:"联合国","UN-alt-short":"联合国",US:"美国","US-alt-short":"美国",UY:"乌拉圭",UZ:"乌兹别克斯坦",VA:"梵蒂冈",VC:"圣文森特和格林纳丁斯",VE:"委内瑞拉",VG:"英属维尔京群岛",VI:"美属维尔京群岛",VN:"越南",VU:"瓦努阿图",WF:"瓦利斯和富图纳",WS:"萨摩亚",XA:"伪地区",XB:"伪双向语言地区",XK:"科索沃",YE:"也门",YT:"马约特",ZA:"南非",ZM:"赞比亚",ZW:"津巴布韦",ZZ:"未知地区"},orientation:"left-to-right","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年",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)",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:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, 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:"vah:mm至ah:mm",h:"vah:mm至h:mm",m:"vah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"vah时至ah时",h:"vah时至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:["上午","下午"]}},"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年",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:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, 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:"vah:mm至ah:mm",h:"vah:mm至h:mm",m:"vah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"vah时至ah时",h:"vah时至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:["上午","下午"]}},"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年",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:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, 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:"vah:mm至ah:mm",h:"vah:mm至h:mm",m:"vah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"vah时至ah时",h:"vah时至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:["上午","下午"]}},"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年",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:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, 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:"vah:mm至ah:mm",h:"vah:mm至h:mm",m:"vah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"vah时至ah时",h:"vah时至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:["上午","下午"]}},"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年",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:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, 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:"vah:mm至ah:mm",h:"vah:mm至h:mm",m:"vah:mm至h:mm"},Hmv:{H:"v HH:mm – HH:mm",m:"v HH:mm – HH:mm"},hv:{a:"vah时至ah时",h:"vah时至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:["上午","下午"]}},"era-wide":{0:"佛历"},"era-abbreviated":{0:"佛历"},"era-narrow":{0:"佛历"}},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:"时区"}},decimalFormat:{standard:"#,##0.###"},"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:{standard:"#E0"},percentFormat:{standard:"#,##0%"},currencyFormat:{standard:"¤#,##0.00",accounting:"¤#,##0.00;(¤#,##0.00)",currencySpacing:{beforeCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00¤","sap-accounting":"#,##0.00¤;(#,##0.00¤)"},miscPattern:{approximately:"~{0}",atLeast:"{0}+",atMost:"≤{0}",range:"{0}-{1}"},"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-exponential":"E","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"NaN","symbols-latn-timeSeparator":":",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:"CFA",XPF:"CFPF"},rtl:!1,"listPattern-standard-wide":{2:"{0}和{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}和{1}"},"listPattern-or-wide":{2:"{0}或{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}或{1}"},"listPattern-or-short":{2:"{0}或{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}或{1}"},"listPattern-standard-short":{2:"{0}和{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}和{1}"},units:{short:{per:{compoundUnitPattern:"{0}/{1}"},"acceleration-g-force":{displayName:"G力","unitPattern-count-other":"{0}G"},"acceleration-meter-per-second-squared":{displayName:"米/秒²","unitPattern-count-other":"{0}米/秒²"},"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:"克拉","unitPattern-count-other":"{0}克拉"},"concentr-milligram-per-deciliter":{displayName:"毫克/分升","unitPattern-count-other":"{0}毫克/分升"},"concentr-millimole-per-liter":{displayName:"毫摩尔/升","unitPattern-count-other":"{0}毫摩尔/升"},"concentr-part-per-million":{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:"摩尔","unitPattern-count-other":"{0}摩尔"},"consumption-liter-per-kilometer":{displayName:"升/公里","unitPattern-count-other":"{0}升/公里"},"consumption-liter-per-100kilometers":{displayName:"升/100千米","unitPattern-count-other":"{0}升/100千米"},"consumption-mile-per-gallon":{displayName:"英里/加仑","unitPattern-count-other":"{0}英里/加仑"},"consumption-mile-per-gallon-imperial":{displayName:"英里/英制加仑","unitPattern-count-other":"{0}英里/英制加仑"},"digital-petabyte":{displayName:"PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"太字节","unitPattern-count-other":"{0}太字节"},"digital-terabit":{displayName:"太比特","unitPattern-count-other":"{0}太比特"},"digital-gigabyte":{displayName:"吉字节","unitPattern-count-other":"{0}吉字节"},"digital-gigabit":{displayName:"吉比特","unitPattern-count-other":"{0}吉比特"},"digital-megabyte":{displayName:"兆字节","unitPattern-count-other":"{0}兆字节"},"digital-megabit":{displayName:"兆比特","unitPattern-count-other":"{0}兆比特"},"digital-kilobyte":{displayName:"千字节","unitPattern-count-other":"{0}千字节"},"digital-kilobit":{displayName:"千比特","unitPattern-count-other":"{0}千比特"},"digital-byte":{displayName:"字节","unitPattern-count-other":"{0}字节"},"digital-bit":{displayName:"比特","unitPattern-count-other":"{0}比特"},"duration-century":{displayName:"世纪","unitPattern-count-other":"{0}个世纪"},"duration-year":{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:"安培","unitPattern-count-other":"{0}安"},"electric-milliampere":{displayName:"毫安","unitPattern-count-other":"{0}毫安"},"electric-ohm":{displayName:"欧姆","unitPattern-count-other":"{0}欧"},"electric-volt":{displayName:"伏特","unitPattern-count-other":"{0}伏"},"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}英热单位"},"force-pound-force":{displayName:"磅力","unitPattern-count-other":"{0}磅力"},"force-newton":{displayName:"牛","unitPattern-count-other":"{0}牛"},"frequency-gigahertz":{displayName:"吉赫","unitPattern-count-other":"{0}吉赫"},"frequency-megahertz":{displayName:"兆赫","unitPattern-count-other":"{0}兆赫"},"frequency-kilohertz":{displayName:"千赫","unitPattern-count-other":"{0}千赫"},"frequency-hertz":{displayName:"赫兹","unitPattern-count-other":"{0}赫"},"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:"勒克斯","unitPattern-count-other":"{0}勒克斯"},"light-solar-luminosity":{displayName:"太阳光度","unitPattern-count-other":"{0}太阳光度"},"mass-metric-ton":{displayName:"公吨","unitPattern-count-other":"{0}公吨"},"mass-kilogram":{displayName:"千克","unitPattern-count-other":"{0}千克",perUnitPattern:"{0}/千克"},"mass-gram":{displayName:"克","unitPattern-count-other":"{0}克",perUnitPattern:"{0}/克"},"mass-milligram":{displayName:"毫克","unitPattern-count-other":"{0}毫克"},"mass-microgram":{displayName:"微克","unitPattern-count-other":"{0}微克"},"mass-ton":{displayName:"吨","unitPattern-count-other":"{0}吨"},"mass-stone":{displayName:"英石","unitPattern-count-other":"{0}英石"},"mass-pound":{displayName:"磅","unitPattern-count-other":"{0}磅",perUnitPattern:"{0}/磅"},"mass-ounce":{displayName:"盎司","unitPattern-count-other":"{0}盎司",perUnitPattern:"{0}/盎司"},"mass-ounce-troy":{displayName:"金衡盎司","unitPattern-count-other":"{0}金衡盎司"},"mass-carat":{displayName:"克拉","unitPattern-count-other":"{0}克拉"},"mass-dalton":{displayName:"道尔顿","unitPattern-count-other":"{0}道尔顿"},"mass-earth-mass":{displayName:"地球质量","unitPattern-count-other":"{0}地球质量"},"mass-solar-mass":{displayName:"太阳质量","unitPattern-count-other":"{0}太阳质量"},"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-hectopascal":{displayName:"百帕","unitPattern-count-other":"{0}百帕"},"pressure-millimeter-of-mercury":{displayName:"毫米汞柱","unitPattern-count-other":"{0}毫米汞柱"},"pressure-pound-per-square-inch":{displayName:"磅/平方英寸","unitPattern-count-other":"每平方英寸{0}磅"},"pressure-inch-hg":{displayName:"英寸汞柱","unitPattern-count-other":"{0}英寸汞柱"},"pressure-millibar":{displayName:"毫巴","unitPattern-count-other":"{0}毫巴"},"pressure-atmosphere":{displayName:"大气压","unitPattern-count-other":"{0}个大气压"},"pressure-kilopascal":{displayName:"千帕","unitPattern-count-other":"{0}千帕"},"pressure-megapascal":{displayName:"兆帕","unitPattern-count-other":"{0}兆帕"},"speed-kilometer-per-hour":{displayName:"公里/小时","unitPattern-count-other":"每小时{0}公里"},"speed-meter-per-second":{displayName:"米/秒","unitPattern-count-other":"{0}米/秒"},"speed-mile-per-hour":{displayName:"英里/小时","unitPattern-count-other":"{0}英里/小时"},"speed-knot":{displayName:"节","unitPattern-count-other":"{0}节"},"temperature-generic":{displayName:"°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"摄氏度","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"华氏度","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"开","unitPattern-count-other":"{0}°K"},"torque-pound-foot":{displayName:"磅英尺","unitPattern-count-other":"{0}磅英尺"},"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}桶"},coordinateUnit:{displayName:"方向",east:"东经{0}",north:"北纬{0}",south:"南纬{0}",west:"西经{0}"}}},"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:{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:{},"weekData-minDays":1,"weekData-firstDay":0,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:{_allowed:"hB hb h H",_preferred:"h"},"eras-gregorian":{0:{_end:"0-12-31"},1:{_start:"1-01-01"}},"eras-islamic":{0:{_start:"622-7-15"}},"eras-persian":{0:{_start:"622-01-01"}},"eras-buddhist":{0:{_start:"-542-01-01"}},"eras-japanese":{232:{_start:"1868-9-8"},233:{_start:"1912-7-30"},234:{_start:"1926-12-25"},235:{_start:"1989-1-8"},236:{_start:"2019-5-1"}},calendarPreference:"gregorian chinese"};
2
+ //# sourceMappingURL=zh_HK-402bf471.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zh_HK-402bf471.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export default{__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:"35.1.0",__buildtime:"2020-10-20T05:15:22.539Z",languages:{aa:"阿法尔语",ab:"阿布哈西亚语",ace:"亚齐语",ach:"阿乔利语",ada:"阿当梅语",ady:"阿迪格语",ae:"阿维斯塔语",af:"南非荷兰语",afh:"阿弗里希利语",agq:"亚罕语",ain:"阿伊努语",ak:"阿肯语",akk:"阿卡德语",ale:"阿留申语",alt:"南阿尔泰语",am:"阿姆哈拉语",an:"阿拉贡语",ang:"古英语",anp:"昂加语",ar:"阿拉伯语",ar_001:"现代标准阿拉伯语",arc:"阿拉米语",arn:"马普切语",arp:"阿拉帕霍语",ars:"纳吉迪阿拉伯语",arw:"阿拉瓦克语",as:"阿萨姆语",asa:"帕雷语",ast:"阿斯图里亚斯语",av:"阿瓦尔语",awa:"阿瓦德语",ay:"艾马拉语",az:"阿塞拜疆语","az_alt-short":"阿塞语",az_Arab:"南阿塞拜疆语",ba:"巴什基尔语",bal:"俾路支语",ban:"巴厘语",bas:"巴萨语",bax:"巴姆穆语",bbj:"戈马拉语",be:"白俄罗斯语",bej:"贝沙语",bem:"本巴语",bez:"贝纳语",bfd:"巴非特语",bg:"保加利亚语",bgn:"西俾路支语",bho:"博杰普尔语",bi:"比斯拉马语",bik:"比科尔语",bin:"比尼语",bkm:"科姆语",bla:"西克西卡语",bm:"班巴拉语",bn:"孟加拉语",bo:"藏语",br:"布列塔尼语",bra:"布拉杰语",brx:"博多语",bs:"波斯尼亚语",bss:"阿库色语",bua:"布里亚特语",bug:"布吉语",bum:"布鲁语",byn:"比林语",byv:"梅敦巴语",ca:"加泰罗尼亚语",cad:"卡多语",car:"加勒比语",cay:"卡尤加语",cch:"阿灿语",ccp:"查克玛语",ce:"车臣语",ceb:"宿务语",cgg:"奇加语",ch:"查莫罗语",chb:"奇布查语",chg:"察合台语",chk:"楚克语",chm:"马里语",chn:"奇努克混合语",cho:"乔克托语",chp:"奇佩维安语",chr:"切罗基语",chy:"夏延语",ckb:"中库尔德语",co:"科西嘉语",cop:"科普特语",cr:"克里族语",crh:"克里米亚土耳其语",crs:"塞舌尔克里奥尔语",cs:"捷克语",csb:"卡舒比语",cu:"教会斯拉夫语",cv:"楚瓦什语",cy:"威尔士语",da:"丹麦语",dak:"达科他语",dar:"达尔格瓦语",dav:"台塔语",de:"德语",de_AT:"奥地利德语",de_CH:"瑞士高地德语",del:"特拉华语",den:"史拉维语",dgr:"多格里布语",din:"丁卡语",dje:"哲尔马语",doi:"多格拉语",dsb:"下索布语",dua:"都阿拉语",dum:"中古荷兰语",dv:"迪维希语",dyo:"朱拉语",dyu:"迪尤拉语",dz:"宗卡语",dzg:"达扎葛语",ebu:"恩布语",ee:"埃维语",efi:"埃菲克语",egy:"古埃及语",eka:"艾卡朱克语",el:"希腊语",elx:"埃兰语",en:"英语",en_AU:"澳大利亚英语",en_CA:"加拿大英语",en_GB:"英国英语","en_GB-alt-short":"英式英语",en_US:"美国英语","en_US-alt-short":"美式英语",enm:"中古英语",eo:"世界语",es:"西班牙语",es_419:"拉丁美洲西班牙语",es_ES:"欧洲西班牙语",es_MX:"墨西哥西班牙语",et:"爱沙尼亚语",eu:"巴斯克语",ewo:"旺杜语",fa:"波斯语",fan:"芳格语",fat:"芳蒂语",ff:"富拉语",fi:"芬兰语",fil:"菲律宾语",fj:"斐济语",fo:"法罗语",fon:"丰语",fr:"法语",fr_CA:"加拿大法语",fr_CH:"瑞士法语",frc:"卡真法语",frm:"中古法语",fro:"古法语",frr:"北弗里西亚语",frs:"东弗里西亚语",fur:"弗留利语",fy:"西弗里西亚语",ga:"爱尔兰语",gaa:"加族语",gag:"加告兹语",gan:"赣语",gay:"迦约语",gba:"格巴亚语",gd:"苏格兰盖尔语",gez:"吉兹语",gil:"吉尔伯特语",gl:"加利西亚语",gmh:"中古高地德语",gn:"瓜拉尼语",goh:"古高地德语",gon:"冈德语",gor:"哥伦打洛语",got:"哥特语",grb:"格列博语",grc:"古希腊语",gsw:"瑞士德语",gu:"古吉拉特语",guz:"古西语",gv:"马恩语",gwi:"哥威迅语",ha:"豪萨语",hai:"海达语",hak:"客家语",haw:"夏威夷语",he:"希伯来语",hi:"印地语",hil:"希利盖农语",hit:"赫梯语",hmn:"苗语",ho:"希里莫图语",hr:"克罗地亚语",hsb:"上索布语",hsn:"湘语",ht:"海地克里奥尔语",hu:"匈牙利语",hup:"胡帕语",hy:"亚美尼亚语",hz:"赫雷罗语",ia:"国际语",iba:"伊班语",ibb:"伊比比奥语",id:"印度尼西亚语",ie:"国际文字(E)",ig:"伊博语",ii:"四川彝语",ik:"伊努皮克语",ilo:"伊洛卡诺语",inh:"印古什语",io:"伊多语",is:"冰岛语",it:"意大利语",iu:"因纽特语",ja:"日语",jbo:"逻辑语",jgo:"恩艮巴语",jmc:"马切姆语",jpr:"犹太波斯语",jrb:"犹太阿拉伯语",jv:"爪哇语",ka:"格鲁吉亚语",kaa:"卡拉卡尔帕克语",kab:"卡拜尔语",kac:"克钦语",kaj:"卡捷语",kam:"卡姆巴语",kaw:"卡威语",kbd:"卡巴尔德语",kbl:"加涅姆布语",kcg:"卡塔布语",kde:"马孔德语",kea:"卡布佛得鲁语",kfo:"克罗语",kg:"刚果语",kha:"卡西语",kho:"和田语",khq:"西桑海语",ki:"吉库尤语",kj:"宽亚玛语",kk:"哈萨克语",kkj:"卡库语",kl:"格陵兰语",kln:"卡伦金语",km:"高棉语",kmb:"金邦杜语",kn:"卡纳达语",ko:"韩语",koi:"科米-彼尔米亚克语",kok:"孔卡尼语",kos:"科斯拉伊语",kpe:"克佩列语",kr:"卡努里语",krc:"卡拉恰伊巴尔卡尔语",krl:"卡累利阿语",kru:"库鲁克语",ks:"克什米尔语",ksb:"香巴拉语",ksf:"巴菲亚语",ksh:"科隆语",ku:"库尔德语",kum:"库梅克语",kut:"库特奈语",kv:"科米语",kw:"康沃尔语",ky:"柯尔克孜语",la:"拉丁语",lad:"拉迪诺语",lag:"朗吉语",lah:"印度-雅利安语",lam:"兰巴语",lb:"卢森堡语",lez:"列兹金语",lg:"卢干达语",li:"林堡语",lkt:"拉科塔语",ln:"林加拉语",lo:"老挝语",lol:"蒙戈语",lou:"路易斯安那克里奥尔语",loz:"洛齐语",lrc:"北卢尔语",lt:"立陶宛语",lu:"鲁巴加丹加语",lua:"卢巴-卢拉语",lui:"卢伊塞诺语",lun:"隆达语",luo:"卢奥语",lus:"米佐语",luy:"卢雅语",lv:"拉脱维亚语",mad:"马都拉语",maf:"马法语",mag:"摩揭陀语",mai:"迈蒂利语",mak:"望加锡语",man:"曼丁哥语",mas:"马赛语",mde:"马坝语",mdf:"莫克沙语",mdr:"曼达尔语",men:"门德语",mer:"梅鲁语",mfe:"毛里求斯克里奥尔语",mg:"马拉加斯语",mga:"中古爱尔兰语",mgh:"马库阿语",mgo:"梅塔语",mh:"马绍尔语",mi:"毛利语",mic:"密克马克语",min:"米南佳保语",mk:"马其顿语",ml:"马拉雅拉姆语",mn:"蒙古语",mnc:"满语",mni:"曼尼普尔语",moh:"摩霍克语",mos:"莫西语",mr:"马拉地语",ms:"马来语",mt:"马耳他语",mua:"蒙当语",mul:"多语种",mus:"克里克语",mwl:"米兰德斯语",mwr:"马尔瓦里语",my:"缅甸语",mye:"姆耶内语",myv:"厄尔兹亚语",mzn:"马赞德兰语",na:"瑙鲁语",nan:"闽南语",nap:"那不勒斯语",naq:"纳马语",nb:"书面挪威语",nd:"北恩德贝勒语",nds:"低地德语",nds_NL:"低萨克森语",ne:"尼泊尔语",new:"尼瓦尔语",ng:"恩东加语",nia:"尼亚斯语",niu:"纽埃语",nl:"荷兰语",nl_BE:"弗拉芒语",nmg:"夸西奥语",nn:"挪威尼诺斯克语",nnh:"恩甘澎语",no:"挪威语",nog:"诺盖语",non:"古诺尔斯语",nqo:"西非书面文字",nr:"南恩德贝勒语",nso:"北索托语",nus:"努埃尔语",nv:"纳瓦霍语",nwc:"古典尼瓦尔语",ny:"齐切瓦语",nym:"尼扬韦齐语",nyn:"尼昂科勒语",nyo:"尼奥罗语",nzi:"恩济马语",oc:"奥克语",oj:"奥吉布瓦语",om:"奥罗莫语",or:"奥里亚语",os:"奥塞梯语",osa:"奥塞治语",ota:"奥斯曼土耳其语",pa:"旁遮普语",pag:"邦阿西南语",pal:"巴拉维语",pam:"邦板牙语",pap:"帕皮阿门托语",pau:"帕劳语",pcm:"尼日利亚皮钦语",peo:"古波斯语",phn:"腓尼基语",pi:"巴利语",pl:"波兰语",pon:"波纳佩语",prg:"普鲁士语",pro:"古普罗文斯语",ps:"普什图语",pt:"葡萄牙语",pt_BR:"巴西葡萄牙语",pt_PT:"欧洲葡萄牙语",qu:"克丘亚语",quc:"基切语",raj:"拉贾斯坦语",rap:"拉帕努伊语",rar:"拉罗汤加语",rm:"罗曼什语",rn:"隆迪语",ro:"罗马尼亚语",ro_MD:"摩尔多瓦语",rof:"兰博语",rom:"吉普赛语",root:"根语言",ru:"俄语",rup:"阿罗马尼亚语",rw:"卢旺达语",rwk:"罗瓦语",sa:"梵语",sad:"桑达韦语",sah:"萨哈语",sam:"萨马利亚阿拉姆语",saq:"桑布鲁语",sas:"萨萨克文",sat:"桑塔利语",sba:"甘拜语",sbp:"桑古语",sc:"萨丁语",scn:"西西里语",sco:"苏格兰语",sd:"信德语",sdh:"南库尔德语",se:"北方萨米语",see:"塞内卡语",seh:"塞纳语",sel:"塞尔库普语",ses:"东桑海语",sg:"桑戈语",sga:"古爱尔兰语",sh:"塞尔维亚-克罗地亚语",shi:"希尔哈语",shn:"掸语",shu:"乍得阿拉伯语",si:"僧伽罗语",sid:"悉达摩语",sk:"斯洛伐克语",sl:"斯洛文尼亚语",sm:"萨摩亚语",sma:"南萨米语",smj:"吕勒萨米语",smn:"伊纳里萨米语",sms:"斯科特萨米语",sn:"绍纳语",snk:"索宁克语",so:"索马里语",sog:"粟特语",sq:"阿尔巴尼亚语",sr:"塞尔维亚语",srn:"苏里南汤加语",srr:"塞雷尔语",ss:"斯瓦蒂语",ssy:"萨霍语",st:"南索托语",su:"巽他语",suk:"苏库马语",sus:"苏苏语",sux:"苏美尔语",sv:"瑞典语",sw:"斯瓦希里语",sw_CD:"刚果斯瓦希里语",swb:"科摩罗语",syc:"古典叙利亚语",syr:"叙利亚语",ta:"泰米尔语",te:"泰卢固语",tem:"泰姆奈语",teo:"特索语",ter:"特伦诺语",tet:"德顿语",tg:"塔吉克语",th:"泰语",ti:"提格利尼亚语",tig:"提格雷语",tiv:"蒂夫语",tk:"土库曼语",tkl:"托克劳语",tl:"他加禄语",tlh:"克林贡语",tli:"特林吉特语",tmh:"塔马奇克语",tn:"茨瓦纳语",to:"汤加语",tog:"尼亚萨汤加语",tpi:"托克皮辛语",tr:"土耳其语",trv:"赛德克语",ts:"聪加语",tsi:"钦西安语",tt:"鞑靼语",tum:"通布卡语",tvl:"图瓦卢语",tw:"契维语",twq:"北桑海语",ty:"塔希提语",tyv:"图瓦语",tzm:"塔马齐格特语",udm:"乌德穆尔特语",ug:"维吾尔语",uga:"乌加里特语",uk:"乌克兰语",umb:"翁本杜语",und:"未知语言",ur:"乌尔都语",uz:"乌兹别克语",vai:"瓦伊语",ve:"文达语",vep:"维普森语",vi:"越南语",vo:"沃拉普克语",vot:"沃提克语",vun:"温旧语",wa:"瓦隆语",wae:"瓦尔瑟语",wal:"瓦拉莫语",war:"瓦瑞语",was:"瓦绍语",wbp:"瓦尔皮瑞语",wo:"沃洛夫语",wuu:"吴语",xal:"卡尔梅克语",xh:"科萨语",xog:"索加语",yao:"瑶族语",yap:"雅浦语",yav:"洋卞语",ybb:"耶姆巴语",yi:"意第绪语",yo:"约鲁巴语",yue:"粤语",za:"壮语",zap:"萨波蒂克语",zbl:"布里斯符号",zen:"泽纳加语",zgh:"标准摩洛哥塔马塞特语",zh:"中文",zh_Hans:"简体中文",zh_Hant:"繁体中文",zu:"祖鲁语",zun:"祖尼语",zxx:"无语言内容",zza:"扎扎语"},scripts:{Adlm:"阿德拉姆文",Afak:"阿法卡文",Aghb:"Aghb",Ahom:"Ahom",Arab:"阿拉伯文","Arab-alt-variant":"波斯阿拉伯文",Armi:"皇室亚拉姆文",Armn:"亚美尼亚文",Avst:"阿维斯陀文",Bali:"巴厘文",Bamu:"巴姆穆文",Bass:"巴萨文",Batk:"巴塔克文",Beng:"孟加拉文",Bhks:"拜克舒克文",Blis:"布列斯符号",Bopo:"汉语拼音",Brah:"婆罗米文字",Brai:"布莱叶盲文",Bugi:"布吉文",Buhd:"布希德文",Cakm:"查克马文",Cans:"加拿大土著统一音节",Cari:"卡里亚文",Cham:"占文",Cher:"切罗基文",Cirt:"色斯文",Copt:"克普特文",Cprt:"塞浦路斯文",Cyrl:"西里尔文",Cyrs:"西里尔文字(古教会斯拉夫文的变体)",Deva:"天城文",Dogr:"多格拉文",Dsrt:"德塞莱特文",Dupl:"杜普洛伊速记",Egyd:"后期埃及文",Egyh:"古埃及僧侣书写体",Egyp:"古埃及象形文",Elba:"爱尔巴桑文",Elym:"Elym",Ethi:"埃塞俄比亚文",Geok:"格鲁吉亚文(教堂体)",Geor:"格鲁吉亚文",Glag:"格拉哥里文",Gong:"贡贾拉贡德文",Gonm:"马萨拉姆冈德文",Goth:"哥特文",Gran:"格兰塔文",Grek:"希腊文",Gujr:"古吉拉特文",Guru:"果鲁穆奇文",Hanb:"汉语注音",Hang:"谚文",Hani:"汉字",Hano:"汉奴罗文",Hans:"简体","Hans-alt-stand-alone":"简体中文",Hant:"繁体","Hant-alt-stand-alone":"繁体中文",Hatr:"Hatr",Hebr:"希伯来文",Hira:"平假名",Hluw:"安那托利亚象形文字",Hmng:"杨松录苗文",Hmnp:"尼亚肯蒲丘苗文",Hrkt:"假名表",Hung:"古匈牙利文",Inds:"印度河文字",Ital:"古意大利文",Jamo:"韩文字母",Java:"爪哇文",Jpan:"日文",Jurc:"女真文",Kali:"克耶李文字",Kana:"片假名",Khar:"卡罗须提文",Khmr:"高棉文",Khoj:"克吉奇文字",Knda:"卡纳达文",Kore:"韩文",Kpel:"克佩列文",Kthi:"凯提文",Lana:"兰拿文",Laoo:"老挝文",Latf:"拉丁文(哥特式字体变体)",Latg:"拉丁文(盖尔文变体)",Latn:"拉丁文",Lepc:"雷布查文",Limb:"林布文",Lina:"线形文字(A)",Linb:"线形文字(B)",Lisu:"傈僳文",Loma:"洛马文",Lyci:"利西亚文",Lydi:"吕底亚文",Mahj:"Mahj",Maka:"望加锡文",Mand:"阿拉米文",Mani:"摩尼教文",Marc:"大玛尔文",Maya:"玛雅圣符文",Medf:"梅德法伊德林文",Mend:"门迪文",Merc:"麦罗埃草书",Mero:"麦若提克文",Mlym:"马拉雅拉姆文",Modi:"Modi",Mong:"蒙古文",Moon:"韩文语系",Mroo:"谬文",Mtei:"曼尼普尔文",Mult:"Mult",Mymr:"缅甸文",Nand:"楠迪梵文",Narb:"古北方阿拉伯文",Nbat:"纳巴泰文",Newa:"尼瓦文",Nkgb:"纳西格巴文",Nkoo:"西非书面文字(N’Ko)",Nshu:"女书",Ogam:"欧甘文",Olck:"桑塔利文",Orkh:"鄂尔浑文",Orya:"奥里亚文",Osge:"欧塞奇文",Osma:"奥斯曼亚文",Palm:"帕尔迈拉文",Pauc:"包金豪文",Perm:"古彼尔姆文",Phag:"八思巴文",Phli:"巴列维文碑铭体",Phlp:"巴列维文(圣诗体)",Phlv:"巴列维文(书体)",Phnx:"腓尼基文",Plrd:"波拉德音标文字",Prti:"帕提亚文碑铭体",Qaag:"Qaag",Rjng:"拉让文",Rohg:"哈乃斐罗兴亚文",Roro:"朗格朗格文",Runr:"古代北欧文",Samr:"撒马利亚文",Sara:"沙拉堤文",Sarb:"古南阿拉伯文",Saur:"索拉什特拉文",Sgnw:"书写符号",Shaw:"萧伯纳式文",Shrd:"夏拉达文",Sidd:"悉昙",Sind:"信德文",Sinh:"僧伽罗文",Sogd:"粟特文",Sogo:"古粟特文",Sora:"索朗桑朋文",Soyo:"索永布文",Sund:"巽他文",Sylo:"锡尔赫特文",Syrc:"叙利亚文",Syre:"福音体叙利亚文",Syrj:"西叙利亚文",Syrn:"东叙利亚文",Tagb:"塔格班瓦文",Takr:"泰克里文",Tale:"泰乐文",Talu:"新傣文",Taml:"泰米尔文",Tang:"唐古特文",Tavt:"越南傣文",Telu:"泰卢固文",Teng:"腾格瓦文字",Tfng:"提非纳文",Tglg:"塔加路文",Thaa:"塔安那文",Thai:"泰文",Tibt:"藏文",Tirh:"迈蒂利文",Ugar:"乌加里特文",Vaii:"瓦依文",Visp:"可见语言",Wara:"瓦郎奇蒂文字",Wcho:"Wcho",Wole:"沃莱艾文",Xpeo:"古波斯文",Xsux:"苏美尔-阿卡德楔形文字",Yiii:"彝文",Zanb:"札那巴札尔方块文字",Zinh:"遗传学术语",Zmth:"数学符号",Zsye:"表情符号",Zsym:"符号",Zxxx:"非书面文字",Zyyy:"通用",Zzzz:"未知文字"},territories:{142:"亚洲",143:"中亚",145:"西亚",150:"欧洲",151:"东欧",154:"北欧",155:"西欧",202:"撒哈拉以南非洲",419:"拉丁美洲","001":"世界","002":"非洲","003":"北美洲","005":"南美洲","009":"大洋洲","011":"西非","013":"中美洲","014":"东非","015":"北非","017":"中非","018":"南部非洲","019":"美洲","021":"美洲北部","029":"加勒比地区","030":"东亚","034":"南亚","035":"东南亚","039":"南欧","053":"澳大拉西亚","054":"美拉尼西亚","057":"密克罗尼西亚地区","061":"玻利尼西亚",AC:"阿森松岛",AD:"安道尔",AE:"阿拉伯联合酋长国",AF:"阿富汗",AG:"安提瓜和巴布达",AI:"安圭拉",AL:"阿尔巴尼亚",AM:"亚美尼亚",AO:"安哥拉",AQ:"南极洲",AR:"阿根廷",AS:"美属萨摩亚",AT:"奥地利",AU:"澳大利亚",AW:"阿鲁巴",AX:"奥兰群岛",AZ:"阿塞拜疆",BA:"波斯尼亚和黑塞哥维那",BB:"巴巴多斯",BD:"孟加拉国",BE:"比利时",BF:"布基纳法索",BG:"保加利亚",BH:"巴林",BI:"布隆迪",BJ:"贝宁",BL:"圣巴泰勒米",BM:"百慕大",BN:"文莱",BO:"玻利维亚",BQ:"荷属加勒比区",BR:"巴西",BS:"巴哈马",BT:"不丹",BV:"布韦岛",BW:"博茨瓦纳",BY:"白俄罗斯",BZ:"伯利兹",CA:"加拿大",CC:"科科斯(基林)群岛",CD:"刚果(金)","CD-alt-variant":"刚果民主共和国",CF:"中非共和国",CG:"刚果(布)","CG-alt-variant":"刚果共和国",CH:"瑞士",CI:"科特迪瓦","CI-alt-variant":"象牙海岸",CK:"库克群岛",CL:"智利",CM:"喀麦隆",CN:"中国",CO:"哥伦比亚",CP:"克利珀顿岛",CR:"哥斯达黎加",CU:"古巴",CV:"佛得角",CW:"库拉索",CX:"圣诞岛",CY:"塞浦路斯",CZ:"捷克","CZ-alt-variant":"捷克共和国",DE:"德国",DG:"迪戈加西亚岛",DJ:"吉布提",DK:"丹麦",DM:"多米尼克",DO:"多米尼加共和国",DZ:"阿尔及利亚",EA:"休达及梅利利亚",EC:"厄瓜多尔",EE:"爱沙尼亚",EG:"埃及",EH:"西撒哈拉",ER:"厄立特里亚",ES:"西班牙",ET:"埃塞俄比亚",EU:"欧盟",EZ:"欧元区",FI:"芬兰",FJ:"斐济",FK:"福克兰群岛","FK-alt-variant":"福克兰群岛(马尔维纳斯群岛)",FM:"密克罗尼西亚",FO:"法罗群岛",FR:"法国",GA:"加蓬",GB:"英国","GB-alt-short":"英国",GD:"格林纳达",GE:"格鲁吉亚",GF:"法属圭亚那",GG:"根西岛",GH:"加纳",GI:"直布罗陀",GL:"格陵兰",GM:"冈比亚",GN:"几内亚",GP:"瓜德罗普",GQ:"赤道几内亚",GR:"希腊",GS:"南乔治亚和南桑威奇群岛",GT:"危地马拉",GU:"关岛",GW:"几内亚比绍",GY:"圭亚那",HK:"香港","HK-alt-short":"香港",HM:"赫德岛和麦克唐纳群岛",HN:"洪都拉斯",HR:"克罗地亚",HT:"海地",HU:"匈牙利",IC:"加纳利群岛",ID:"印度尼西亚",IE:"爱尔兰",IL:"以色列",IM:"马恩岛",IN:"印度",IO:"英属印度洋领地",IQ:"伊拉克",IR:"伊朗",IS:"冰岛",IT:"意大利",JE:"泽西岛",JM:"牙买加",JO:"约旦",JP:"日本",KE:"肯尼亚",KG:"吉尔吉斯斯坦",KH:"柬埔寨",KI:"基里巴斯",KM:"科摩罗",KN:"圣基茨和尼维斯",KP:"朝鲜",KR:"韩国",KW:"科威特",KY:"开曼群岛",KZ:"哈萨克斯坦",LA:"老挝",LB:"黎巴嫩",LC:"圣卢西亚",LI:"列支敦士登",LK:"斯里兰卡",LR:"利比里亚",LS:"莱索托",LT:"立陶宛",LU:"卢森堡",LV:"拉脱维亚",LY:"利比亚",MA:"摩洛哥",MC:"摩纳哥",MD:"摩尔多瓦",ME:"黑山",MF:"法属圣马丁",MG:"马达加斯加",MH:"马绍尔群岛",MK:"北马其顿","MK-alt-variant":"MK",ML:"马里",MM:"缅甸",MN:"蒙古",MO:"澳门","MO-alt-short":"澳门",MP:"北马里亚纳群岛",MQ:"马提尼克",MR:"毛里塔尼亚",MS:"蒙特塞拉特",MT:"马耳他",MU:"毛里求斯",MV:"马尔代夫",MW:"马拉维",MX:"墨西哥",MY:"马来西亚",MZ:"莫桑比克",NA:"纳米比亚",NC:"新喀里多尼亚",NE:"尼日尔",NF:"诺福克岛",NG:"尼日利亚",NI:"尼加拉瓜",NL:"荷兰",NO:"挪威",NP:"尼泊尔",NR:"瑙鲁",NU:"纽埃",NZ:"新西兰",OM:"阿曼",PA:"巴拿马",PE:"秘鲁",PF:"法属波利尼西亚",PG:"巴布亚新几内亚",PH:"菲律宾",PK:"巴基斯坦",PL:"波兰",PM:"圣皮埃尔和密克隆群岛",PN:"皮特凯恩群岛",PR:"波多黎各",PS:"巴勒斯坦领土","PS-alt-short":"巴勒斯坦",PT:"葡萄牙",PW:"帕劳",PY:"巴拉圭",QA:"卡塔尔",QO:"大洋洲边远群岛",RE:"留尼汪",RO:"罗马尼亚",RS:"塞尔维亚",RU:"俄罗斯",RW:"卢旺达",SA:"沙特阿拉伯",SB:"所罗门群岛",SC:"塞舌尔",SD:"苏丹",SE:"瑞典",SG:"新加坡",SH:"圣赫勒拿",SI:"斯洛文尼亚",SJ:"斯瓦尔巴和扬马延",SK:"斯洛伐克",SL:"塞拉利昂",SM:"圣马力诺",SN:"塞内加尔",SO:"索马里",SR:"苏里南",SS:"南苏丹",ST:"圣多美和普林西比",SV:"萨尔瓦多",SX:"荷属圣马丁",SY:"叙利亚",SZ:"斯威士兰","SZ-alt-variant":"SZ",TA:"特里斯坦-达库尼亚群岛",TC:"特克斯和凯科斯群岛",TD:"乍得",TF:"法属南部领地",TG:"多哥",TH:"泰国",TJ:"塔吉克斯坦",TK:"托克劳",TL:"东帝汶","TL-alt-variant":"TL",TM:"土库曼斯坦",TN:"突尼斯",TO:"汤加",TR:"土耳其",TT:"特立尼达和多巴哥",TV:"图瓦卢",TW:"台湾",TZ:"坦桑尼亚",UA:"乌克兰",UG:"乌干达",UM:"美国本土外小岛屿",UN:"联合国","UN-alt-short":"联合国",US:"美国","US-alt-short":"美国",UY:"乌拉圭",UZ:"乌兹别克斯坦",VA:"梵蒂冈",VC:"圣文森特和格林纳丁斯",VE:"委内瑞拉",VG:"英属维尔京群岛",VI:"美属维尔京群岛",VN:"越南",VU:"瓦努阿图",WF:"瓦利斯和富图纳",WS:"萨摩亚",XA:"伪地区",XB:"伪双向语言地区",XK:"科索沃",YE:"也门",YT:"马约特",ZA:"南非",ZM:"赞比亚",ZW:"津巴布韦",ZZ:"未知地区"},orientation:"left-to-right","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年",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",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:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, 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:"vah:mm至ah:mm",h:"vah:mm至h:mm",m:"vah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"vah时至ah时",h:"vah时至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:["上午","下午"]}},"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年",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:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, 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:"vah:mm至ah:mm",h:"vah:mm至h:mm",m:"vah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"vah时至ah时",h:"vah时至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:["上午","下午"]}},"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年",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:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, 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:"vah:mm至ah:mm",h:"vah:mm至h:mm",m:"vah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"vah时至ah时",h:"vah时至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:["上午","下午"]}},"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年",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:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, 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:"vah:mm至ah:mm",h:"vah:mm至h:mm",m:"vah:mm至h:mm"},Hmv:{H:"vHH:mm–HH:mm",m:"vHH:mm–HH:mm"},hv:{a:"vah时至ah时",h:"vah时至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:["上午","下午"]}},"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年",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:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, 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:"vah:mm至ah:mm",h:"vah:mm至h:mm",m:"vah:mm至h:mm"},Hmv:{H:"v HH:mm – HH:mm",m:"v HH:mm – HH:mm"},hv:{a:"vah时至ah时",h:"vah时至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:["上午","下午"]}},"era-wide":{0:"佛历"},"era-abbreviated":{0:"佛历"},"era-narrow":{0:"佛历"}},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:"时区"}},decimalFormat:{standard:"#,##0.###"},"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:{standard:"#E0"},percentFormat:{standard:"#,##0%"},currencyFormat:{standard:"¤#,##0.00",accounting:"¤#,##0.00;(¤#,##0.00)",currencySpacing:{beforeCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00¤","sap-accounting":"#,##0.00¤;(#,##0.00¤)"},miscPattern:{approximately:"~{0}",atLeast:"{0}+",atMost:"≤{0}",range:"{0}-{1}"},"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-exponential":"E","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"NaN","symbols-latn-timeSeparator":":",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:"CFA",XPF:"CFPF"},rtl:!1,"listPattern-standard-wide":{2:"{0}和{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}和{1}"},"listPattern-or-wide":{2:"{0}或{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}或{1}"},"listPattern-or-short":{2:"{0}或{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}或{1}"},"listPattern-standard-short":{2:"{0}和{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}和{1}"},units:{short:{per:{compoundUnitPattern:"{0}/{1}"},"acceleration-g-force":{displayName:"G力","unitPattern-count-other":"{0}G"},"acceleration-meter-per-second-squared":{displayName:"米/秒²","unitPattern-count-other":"{0}米/秒²"},"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:"克拉","unitPattern-count-other":"{0}克拉"},"concentr-milligram-per-deciliter":{displayName:"毫克/分升","unitPattern-count-other":"{0}毫克/分升"},"concentr-millimole-per-liter":{displayName:"毫摩尔/升","unitPattern-count-other":"{0}毫摩尔/升"},"concentr-part-per-million":{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:"摩尔","unitPattern-count-other":"{0}摩尔"},"consumption-liter-per-kilometer":{displayName:"升/公里","unitPattern-count-other":"{0}升/公里"},"consumption-liter-per-100kilometers":{displayName:"升/100千米","unitPattern-count-other":"{0}升/100千米"},"consumption-mile-per-gallon":{displayName:"英里/加仑","unitPattern-count-other":"{0}英里/加仑"},"consumption-mile-per-gallon-imperial":{displayName:"英里/英制加仑","unitPattern-count-other":"{0}英里/英制加仑"},"digital-petabyte":{displayName:"PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"太字节","unitPattern-count-other":"{0}太字节"},"digital-terabit":{displayName:"太比特","unitPattern-count-other":"{0}太比特"},"digital-gigabyte":{displayName:"吉字节","unitPattern-count-other":"{0}吉字节"},"digital-gigabit":{displayName:"吉比特","unitPattern-count-other":"{0}吉比特"},"digital-megabyte":{displayName:"兆字节","unitPattern-count-other":"{0}兆字节"},"digital-megabit":{displayName:"兆比特","unitPattern-count-other":"{0}兆比特"},"digital-kilobyte":{displayName:"千字节","unitPattern-count-other":"{0}千字节"},"digital-kilobit":{displayName:"千比特","unitPattern-count-other":"{0}千比特"},"digital-byte":{displayName:"字节","unitPattern-count-other":"{0}字节"},"digital-bit":{displayName:"比特","unitPattern-count-other":"{0}比特"},"duration-century":{displayName:"世纪","unitPattern-count-other":"{0}个世纪"},"duration-year":{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:"安培","unitPattern-count-other":"{0}安"},"electric-milliampere":{displayName:"毫安","unitPattern-count-other":"{0}毫安"},"electric-ohm":{displayName:"欧姆","unitPattern-count-other":"{0}欧"},"electric-volt":{displayName:"伏特","unitPattern-count-other":"{0}伏"},"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}英热单位"},"force-pound-force":{displayName:"磅力","unitPattern-count-other":"{0}磅力"},"force-newton":{displayName:"牛","unitPattern-count-other":"{0}牛"},"frequency-gigahertz":{displayName:"吉赫","unitPattern-count-other":"{0}吉赫"},"frequency-megahertz":{displayName:"兆赫","unitPattern-count-other":"{0}兆赫"},"frequency-kilohertz":{displayName:"千赫","unitPattern-count-other":"{0}千赫"},"frequency-hertz":{displayName:"赫兹","unitPattern-count-other":"{0}赫"},"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:"勒克斯","unitPattern-count-other":"{0}勒克斯"},"light-solar-luminosity":{displayName:"太阳光度","unitPattern-count-other":"{0}太阳光度"},"mass-metric-ton":{displayName:"公吨","unitPattern-count-other":"{0}公吨"},"mass-kilogram":{displayName:"千克","unitPattern-count-other":"{0}千克",perUnitPattern:"{0}/千克"},"mass-gram":{displayName:"克","unitPattern-count-other":"{0}克",perUnitPattern:"{0}/克"},"mass-milligram":{displayName:"毫克","unitPattern-count-other":"{0}毫克"},"mass-microgram":{displayName:"微克","unitPattern-count-other":"{0}微克"},"mass-ton":{displayName:"吨","unitPattern-count-other":"{0}吨"},"mass-stone":{displayName:"英石","unitPattern-count-other":"{0}英石"},"mass-pound":{displayName:"磅","unitPattern-count-other":"{0}磅",perUnitPattern:"{0}/磅"},"mass-ounce":{displayName:"盎司","unitPattern-count-other":"{0}盎司",perUnitPattern:"{0}/盎司"},"mass-ounce-troy":{displayName:"金衡盎司","unitPattern-count-other":"{0}金衡盎司"},"mass-carat":{displayName:"克拉","unitPattern-count-other":"{0}克拉"},"mass-dalton":{displayName:"道尔顿","unitPattern-count-other":"{0}道尔顿"},"mass-earth-mass":{displayName:"地球质量","unitPattern-count-other":"{0}地球质量"},"mass-solar-mass":{displayName:"太阳质量","unitPattern-count-other":"{0}太阳质量"},"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-hectopascal":{displayName:"百帕","unitPattern-count-other":"{0}百帕"},"pressure-millimeter-of-mercury":{displayName:"毫米汞柱","unitPattern-count-other":"{0}毫米汞柱"},"pressure-pound-per-square-inch":{displayName:"磅/平方英寸","unitPattern-count-other":"每平方英寸{0}磅"},"pressure-inch-hg":{displayName:"英寸汞柱","unitPattern-count-other":"{0}英寸汞柱"},"pressure-millibar":{displayName:"毫巴","unitPattern-count-other":"{0}毫巴"},"pressure-atmosphere":{displayName:"大气压","unitPattern-count-other":"{0}个大气压"},"pressure-kilopascal":{displayName:"千帕","unitPattern-count-other":"{0}千帕"},"pressure-megapascal":{displayName:"兆帕","unitPattern-count-other":"{0}兆帕"},"speed-kilometer-per-hour":{displayName:"公里/小时","unitPattern-count-other":"每小时{0}公里"},"speed-meter-per-second":{displayName:"米/秒","unitPattern-count-other":"{0}米/秒"},"speed-mile-per-hour":{displayName:"英里/小时","unitPattern-count-other":"{0}英里/小时"},"speed-knot":{displayName:"节","unitPattern-count-other":"{0}节"},"temperature-generic":{displayName:"°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"摄氏度","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"华氏度","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"开","unitPattern-count-other":"{0}°K"},"torque-pound-foot":{displayName:"磅英尺","unitPattern-count-other":"{0}磅英尺"},"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}桶"},coordinateUnit:{displayName:"方向",east:"东经{0}",north:"北纬{0}",south:"南纬{0}",west:"西经{0}"}}},"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:{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:{},"weekData-minDays":1,"weekData-firstDay":0,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:{_allowed:"h hb H hB",_preferred:"h"},"eras-gregorian":{0:{_end:"0-12-31"},1:{_start:"1-01-01"}},"eras-islamic":{0:{_start:"622-7-15"}},"eras-persian":{0:{_start:"622-01-01"}},"eras-buddhist":{0:{_start:"-542-01-01"}},"eras-japanese":{232:{_start:"1868-9-8"},233:{_start:"1912-7-30"},234:{_start:"1926-12-25"},235:{_start:"1989-1-8"},236:{_start:"2019-5-1"}},calendarPreference:"gregorian chinese"};
2
+ //# sourceMappingURL=zh_SG-decc6172.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zh_SG-decc6172.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}