@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:"Tiếng Afar",ab:"Tiếng Abkhazia",ace:"Tiếng Achinese",ach:"Tiếng Acoli",ada:"Tiếng Adangme",ady:"Tiếng Adyghe",ae:"Tiếng Avestan",af:"Tiếng Afrikaans",afh:"Tiếng Afrihili",agq:"Tiếng Aghem",ain:"Tiếng Ainu",ak:"Tiếng Akan",akk:"Tiếng Akkadia",akz:"Tiếng Alabama",ale:"Tiếng Aleut",aln:"Tiếng Gheg Albani",alt:"Tiếng Altai Miền Nam",am:"Tiếng Amharic",an:"Tiếng Aragon",ang:"Tiếng Anh cổ",anp:"Tiếng Angika",ar:"Tiếng Ả Rập",ar_001:"Tiếng Ả Rập Hiện đại",arc:"Tiếng Aramaic",arn:"Tiếng Mapuche",aro:"Tiếng Araona",arp:"Tiếng Arapaho",arq:"Tiếng Ả Rập Algeria",ars:"Tiếng Ả Rập Najdi",arw:"Tiếng Arawak",arz:"Tiếng Ả Rập Ai Cập",as:"Tiếng Assam",asa:"Tiếng Asu",ase:"Ngôn ngữ Ký hiệu Mỹ",ast:"Tiếng Asturias",av:"Tiếng Avaric",awa:"Tiếng Awadhi",ay:"Tiếng Aymara",az:"Tiếng Azerbaijan","az_alt-short":"Tiếng Azeri",ba:"Tiếng Bashkir",bal:"Tiếng Baluchi",ban:"Tiếng Bali",bar:"Tiếng Bavaria",bas:"Tiếng Basaa",bax:"Tiếng Bamun",bbc:"Tiếng Batak Toba",bbj:"Tiếng Ghomala",be:"Tiếng Belarus",bej:"Tiếng Beja",bem:"Tiếng Bemba",bew:"Tiếng Betawi",bez:"Tiếng Bena",bfd:"Tiếng Bafut",bfq:"Tiếng Badaga",bg:"Tiếng Bulgaria",bgn:"Tiếng Tây Balochi",bho:"Tiếng Bhojpuri",bi:"Tiếng Bislama",bik:"Tiếng Bikol",bin:"Tiếng Bini",bjn:"Tiếng Banjar",bkm:"Tiếng Kom",bla:"Tiếng Siksika",bm:"Tiếng Bambara",bn:"Tiếng Bangla",bo:"Tiếng Tây Tạng",bpy:"Tiếng Bishnupriya",bqi:"Tiếng Bakhtiari",br:"Tiếng Breton",bra:"Tiếng Braj",brh:"Tiếng Brahui",brx:"Tiếng Bodo",bs:"Tiếng Bosnia",bss:"Tiếng Akoose",bua:"Tiếng Buriat",bug:"Tiếng Bugin",bum:"Tiếng Bulu",byn:"Tiếng Blin",byv:"Tiếng Medumba",ca:"Tiếng Catalan",cad:"Tiếng Caddo",car:"Tiếng Carib",cay:"Tiếng Cayuga",cch:"Tiếng Atsam",ccp:"Tiếng Chakma",ce:"Tiếng Chechen",ceb:"Tiếng Cebuano",cgg:"Tiếng Chiga",ch:"Tiếng Chamorro",chb:"Tiếng Chibcha",chg:"Tiếng Chagatai",chk:"Tiếng Chuuk",chm:"Tiếng Mari",chn:"Biệt ngữ Chinook",cho:"Tiếng Choctaw",chp:"Tiếng Chipewyan",chr:"Tiếng Cherokee",chy:"Tiếng Cheyenne",ckb:"Tiếng Kurd Miền Trung",co:"Tiếng Corsica",cop:"Tiếng Coptic",cps:"Tiếng Capiznon",cr:"Tiếng Cree",crh:"Tiếng Thổ Nhĩ Kỳ Crimean",crs:"Tiếng Pháp Seselwa Creole",cs:"Tiếng Séc",csb:"Tiếng Kashubia",cu:"Tiếng Slavơ Nhà thờ",cv:"Tiếng Chuvash",cy:"Tiếng Wales",da:"Tiếng Đan Mạch",dak:"Tiếng Dakota",dar:"Tiếng Dargwa",dav:"Tiếng Taita",de:"Tiếng Đức",de_AT:"Tiếng Đức (Áo)",de_CH:"Tiếng Thượng Giéc-man (Thụy Sĩ)",del:"Tiếng Delaware",den:"Tiếng Slave",dgr:"Tiếng Dogrib",din:"Tiếng Dinka",dje:"Tiếng Zarma",doi:"Tiếng Dogri",dsb:"Tiếng Hạ Sorbia",dtp:"Tiếng Dusun Miền Trung",dua:"Tiếng Duala",dum:"Tiếng Hà Lan Trung cổ",dv:"Tiếng Divehi",dyo:"Tiếng Jola-Fonyi",dyu:"Tiếng Dyula",dz:"Tiếng Dzongkha",dzg:"Tiếng Dazaga",ebu:"Tiếng Embu",ee:"Tiếng Ewe",efi:"Tiếng Efik",egl:"Tiếng Emilia",egy:"Tiếng Ai Cập cổ",eka:"Tiếng Ekajuk",el:"Tiếng Hy Lạp",elx:"Tiếng Elamite",en:"Tiếng Anh",en_AU:"Tiếng Anh (Australia)",en_CA:"Tiếng Anh (Canada)",en_GB:"Tiếng Anh (Anh)","en_GB-alt-short":"Tiếng Anh (Anh)",en_US:"Tiếng Anh (Mỹ)","en_US-alt-short":"Tiếng Anh (Mỹ)",enm:"Tiếng Anh Trung cổ",eo:"Tiếng Quốc Tế Ngữ",es:"Tiếng Tây Ban Nha",es_419:"Tiếng Tây Ban Nha (Mỹ La tinh)",es_ES:"Tiếng Tây Ban Nha (Châu Âu)",es_MX:"Tiếng Tây Ban Nha (Mexico)",esu:"Tiếng Yupik Miền Trung",et:"Tiếng Estonia",eu:"Tiếng Basque",ewo:"Tiếng Ewondo",ext:"Tiếng Extremadura",fa:"Tiếng Ba Tư",fan:"Tiếng Fang",fat:"Tiếng Fanti",ff:"Tiếng Fulah",fi:"Tiếng Phần Lan",fil:"Tiếng Philippines",fj:"Tiếng Fiji",fo:"Tiếng Faroe",fon:"Tiếng Fon",fr:"Tiếng Pháp",fr_CA:"Tiếng Pháp (Canada)",fr_CH:"Tiếng Pháp (Thụy Sĩ)",frc:"Tiếng Pháp Cajun",frm:"Tiếng Pháp Trung cổ",fro:"Tiếng Pháp cổ",frp:"Tiếng Arpitan",frr:"Tiếng Frisia Miền Bắc",frs:"Tiếng Frisian Miền Đông",fur:"Tiếng Friulian",fy:"Tiếng Frisia",ga:"Tiếng Ireland",gaa:"Tiếng Ga",gag:"Tiếng Gagauz",gan:"Tiếng Cám",gay:"Tiếng Gayo",gba:"Tiếng Gbaya",gd:"Tiếng Gael Scotland",gez:"Tiếng Geez",gil:"Tiếng Gilbert",gl:"Tiếng Galician",glk:"Tiếng Gilaki",gmh:"Tiếng Thượng Giéc-man Trung cổ",gn:"Tiếng Guarani",goh:"Tiếng Thượng Giéc-man cổ",gom:"Tiếng Goan Konkani",gon:"Tiếng Gondi",gor:"Tiếng Gorontalo",got:"Tiếng Gô-tích",grb:"Tiếng Grebo",grc:"Tiếng Hy Lạp cổ",gsw:"Tiếng Đức (Thụy Sĩ)",gu:"Tiếng Gujarati",gur:"Tiếng Frafra",guz:"Tiếng Gusii",gv:"Tiếng Manx",gwi:"Tiếng Gwichʼin",ha:"Tiếng Hausa",hai:"Tiếng Haida",hak:"Tiếng Khách Gia",haw:"Tiếng Hawaii",he:"Tiếng Do Thái",hi:"Tiếng Hindi",hif:"Tiếng Fiji Hindi",hil:"Tiếng Hiligaynon",hit:"Tiếng Hittite",hmn:"Tiếng Hmông",ho:"Tiếng Hiri Motu",hr:"Tiếng Croatia",hsb:"Tiếng Thượng Sorbia",hsn:"Tiếng Tương",ht:"Tiếng Haiti",hu:"Tiếng Hungary",hup:"Tiếng Hupa",hy:"Tiếng Armenia",hz:"Tiếng Herero",ia:"Tiếng Khoa Học Quốc Tế",iba:"Tiếng Iban",ibb:"Tiếng Ibibio",id:"Tiếng Indonesia",ie:"Tiếng Interlingue",ig:"Tiếng Igbo",ii:"Tiếng Di Tứ Xuyên",ik:"Tiếng Inupiaq",ilo:"Tiếng Iloko",inh:"Tiếng Ingush",io:"Tiếng Ido",is:"Tiếng Iceland",it:"Tiếng Italy",iu:"Tiếng Inuktitut",izh:"Tiếng Ingria",ja:"Tiếng Nhật",jam:"Tiếng Anh Jamaica Creole",jbo:"Tiếng Lojban",jgo:"Tiếng Ngomba",jmc:"Tiếng Machame",jpr:"Tiếng Judeo-Ba Tư",jrb:"Tiếng Judeo-Ả Rập",jut:"Tiếng Jutish",jv:"Tiếng Java",ka:"Tiếng Georgia",kaa:"Tiếng Kara-Kalpak",kab:"Tiếng Kabyle",kac:"Tiếng Kachin",kaj:"Tiếng Jju",kam:"Tiếng Kamba",kaw:"Tiếng Kawi",kbd:"Tiếng Kabardian",kbl:"Tiếng Kanembu",kcg:"Tiếng Tyap",kde:"Tiếng Makonde",kea:"Tiếng Kabuverdianu",kfo:"Tiếng Koro",kg:"Tiếng Kongo",kha:"Tiếng Khasi",kho:"Tiếng Khotan",khq:"Tiếng Koyra Chiini",ki:"Tiếng Kikuyu",kj:"Tiếng Kuanyama",kk:"Tiếng Kazakh",kkj:"Tiếng Kako",kl:"Tiếng Kalaallisut",kln:"Tiếng Kalenjin",km:"Tiếng Khmer",kmb:"Tiếng Kimbundu",kn:"Tiếng Kannada",ko:"Tiếng Hàn",koi:"Tiếng Komi-Permyak",kok:"Tiếng Konkani",kos:"Tiếng Kosrae",kpe:"Tiếng Kpelle",kr:"Tiếng Kanuri",krc:"Tiếng Karachay-Balkar",krl:"Tiếng Karelian",kru:"Tiếng Kurukh",ks:"Tiếng Kashmir",ksb:"Tiếng Shambala",ksf:"Tiếng Bafia",ksh:"Tiếng Cologne",ku:"Tiếng Kurd",kum:"Tiếng Kumyk",kut:"Tiếng Kutenai",kv:"Tiếng Komi",kw:"Tiếng Cornwall",ky:"Tiếng Kyrgyz",la:"Tiếng La-tinh",lad:"Tiếng Ladino",lag:"Tiếng Langi",lah:"Tiếng Lahnda",lam:"Tiếng Lamba",lb:"Tiếng Luxembourg",lez:"Tiếng Lezghian",lg:"Tiếng Ganda",li:"Tiếng Limburg",lkt:"Tiếng Lakota",ln:"Tiếng Lingala",lo:"Tiếng Lào",lol:"Tiếng Mongo",lou:"Tiếng Creole Louisiana",loz:"Tiếng Lozi",lrc:"Tiếng Bắc Luri",lt:"Tiếng Litva",lu:"Tiếng Luba-Katanga",lua:"Tiếng Luba-Lulua",lui:"Tiếng Luiseno",lun:"Tiếng Lunda",luo:"Tiếng Luo",lus:"Tiếng Lushai",luy:"Tiếng Luyia",lv:"Tiếng Latvia",mad:"Tiếng Madura",maf:"Tiếng Mafa",mag:"Tiếng Magahi",mai:"Tiếng Maithili",mak:"Tiếng Makasar",man:"Tiếng Mandingo",mas:"Tiếng Masai",mde:"Tiếng Maba",mdf:"Tiếng Moksha",mdr:"Tiếng Mandar",men:"Tiếng Mende",mer:"Tiếng Meru",mfe:"Tiếng Morisyen",mg:"Tiếng Malagasy",mga:"Tiếng Ai-len Trung cổ",mgh:"Tiếng Makhuwa-Meetto",mgo:"Tiếng Meta’",mh:"Tiếng Marshall",mi:"Tiếng Maori",mic:"Tiếng Micmac",min:"Tiếng Minangkabau",mk:"Tiếng Macedonia",ml:"Tiếng Malayalam",mn:"Tiếng Mông Cổ",mnc:"Tiếng Mãn Châu",mni:"Tiếng Manipuri",moh:"Tiếng Mohawk",mos:"Tiếng Mossi",mr:"Tiếng Marathi",ms:"Tiếng Mã Lai",mt:"Tiếng Malta",mua:"Tiếng Mundang",mul:"Nhiều Ngôn ngữ",mus:"Tiếng Creek",mwl:"Tiếng Miranda",mwr:"Tiếng Marwari",my:"Tiếng Miến Điện",mye:"Tiếng Myene",myv:"Tiếng Erzya",mzn:"Tiếng Mazanderani",na:"Tiếng Nauru",nan:"Tiếng Mân Nam",nap:"Tiếng Napoli",naq:"Tiếng Nama",nb:"Tiếng Na Uy (Bokmål)",nd:"Tiếng Ndebele Miền Bắc",nds:"Tiếng Hạ Giéc-man",nds_NL:"Tiếng Hạ Saxon",ne:"Tiếng Nepal",new:"Tiếng Newari",ng:"Tiếng Ndonga",nia:"Tiếng Nias",niu:"Tiếng Niuean",njo:"Tiếng Ao Naga",nl:"Tiếng Hà Lan",nl_BE:"Tiếng Flemish",nmg:"Tiếng Kwasio",nn:"Tiếng Na Uy (Nynorsk)",nnh:"Tiếng Ngiemboon",no:"Tiếng Na Uy",nog:"Tiếng Nogai",non:"Tiếng Na Uy cổ",nqo:"Tiếng N’Ko",nr:"Tiếng Ndebele Miền Nam",nso:"Tiếng Sotho Miền Bắc",nus:"Tiếng Nuer",nv:"Tiếng Navajo",nwc:"Tiếng Newari cổ",ny:"Tiếng Nyanja",nym:"Tiếng Nyamwezi",nyn:"Tiếng Nyankole",nyo:"Tiếng Nyoro",nzi:"Tiếng Nzima",oc:"Tiếng Occitan",oj:"Tiếng Ojibwa",om:"Tiếng Oromo",or:"Tiếng Odia",os:"Tiếng Ossetic",osa:"Tiếng Osage",ota:"Tiếng Thổ Nhĩ Kỳ Ottoman",pa:"Tiếng Punjab",pag:"Tiếng Pangasinan",pal:"Tiếng Pahlavi",pam:"Tiếng Pampanga",pap:"Tiếng Papiamento",pau:"Tiếng Palauan",pcm:"Tiếng Nigeria Pidgin",peo:"Tiếng Ba Tư cổ",phn:"Tiếng Phoenicia",pi:"Tiếng Pali",pl:"Tiếng Ba Lan",pon:"Tiếng Pohnpeian",prg:"Tiếng Prussia",pro:"Tiếng Provençal cổ",ps:"Tiếng Pashto","ps_alt-variant":"Tiếng Pushto",pt:"Tiếng Bồ Đào Nha",pt_BR:"Tiếng Bồ Đào Nha (Brazil)",pt_PT:"Tiếng Bồ Đào Nha (Châu Âu)",qu:"Tiếng Quechua",quc:"Tiếng Kʼicheʼ",qug:"Tiếng Quechua ở Cao nguyên Chimborazo",raj:"Tiếng Rajasthani",rap:"Tiếng Rapanui",rar:"Tiếng Rarotongan",rm:"Tiếng Romansh",rn:"Tiếng Rundi",ro:"Tiếng Romania",ro_MD:"Tiếng Moldova",rof:"Tiếng Rombo",rom:"Tiếng Romany",root:"Tiếng Root",ru:"Tiếng Nga",rup:"Tiếng Aromania",rw:"Tiếng Kinyarwanda",rwk:"Tiếng Rwa",sa:"Tiếng Phạn",sad:"Tiếng Sandawe",sah:"Tiếng Sakha",sam:"Tiếng Samaritan Aramaic",saq:"Tiếng Samburu",sas:"Tiếng Sasak",sat:"Tiếng Santali",sba:"Tiếng Ngambay",sbp:"Tiếng Sangu",sc:"Tiếng Sardinia",scn:"Tiếng Sicilia",sco:"Tiếng Scots",sd:"Tiếng Sindhi",sdh:"Tiếng Kurd Miền Nam",se:"Tiếng Sami Miền Bắc",see:"Tiếng Seneca",seh:"Tiếng Sena",sel:"Tiếng Selkup",ses:"Tiếng Koyraboro Senni",sg:"Tiếng Sango",sga:"Tiếng Ai-len cổ",sh:"Tiếng Serbo-Croatia",shi:"Tiếng Tachelhit",shn:"Tiếng Shan",shu:"Tiếng Ả-Rập Chad",si:"Tiếng Sinhala",sid:"Tiếng Sidamo",sk:"Tiếng Slovak",sl:"Tiếng Slovenia",sm:"Tiếng Samoa",sma:"Tiếng Sami Miền Nam",smj:"Tiếng Lule Sami",smn:"Tiếng Inari Sami",sms:"Tiếng Skolt Sami",sn:"Tiếng Shona",snk:"Tiếng Soninke",so:"Tiếng Somali",sog:"Tiếng Sogdien",sq:"Tiếng Albania",sr:"Tiếng Serbia",srn:"Tiếng Sranan Tongo",srr:"Tiếng Serer",ss:"Tiếng Swati",ssy:"Tiếng Saho",st:"Tiếng Sotho Miền Nam",su:"Tiếng Sunda",suk:"Tiếng Sukuma",sus:"Tiếng Susu",sux:"Tiếng Sumeria",sv:"Tiếng Thụy Điển",sw:"Tiếng Swahili",sw_CD:"Tiếng Swahili Congo",swb:"Tiếng Cômo",syc:"Tiếng Syriac cổ",syr:"Tiếng Syriac",ta:"Tiếng Tamil",te:"Tiếng Telugu",tem:"Tiếng Timne",teo:"Tiếng Teso",ter:"Tiếng Tereno",tet:"Tiếng Tetum",tg:"Tiếng Tajik",th:"Tiếng Thái",ti:"Tiếng Tigrinya",tig:"Tiếng Tigre",tiv:"Tiếng Tiv",tk:"Tiếng Turkmen",tkl:"Tiếng Tokelau",tl:"Tiếng Tagalog",tlh:"Tiếng Klingon",tli:"Tiếng Tlingit",tmh:"Tiếng Tamashek",tn:"Tiếng Tswana",to:"Tiếng Tonga",tog:"Tiếng Nyasa Tonga",tpi:"Tiếng Tok Pisin",tr:"Tiếng Thổ Nhĩ Kỳ",trv:"Tiếng Taroko",ts:"Tiếng Tsonga",tsi:"Tiếng Tsimshian",tt:"Tiếng Tatar",tum:"Tiếng Tumbuka",tvl:"Tiếng Tuvalu",tw:"Tiếng Twi",twq:"Tiếng Tasawaq",ty:"Tiếng Tahiti",tyv:"Tiếng Tuvinian",tzm:"Tiếng Tamazight Miền Trung Ma-rốc",udm:"Tiếng Udmurt",ug:"Tiếng Uyghur",uga:"Tiếng Ugaritic",uk:"Tiếng Ucraina",umb:"Tiếng Umbundu",und:"Ngôn ngữ không xác định",ur:"Tiếng Urdu",uz:"Tiếng Uzbek",vai:"Tiếng Vai",ve:"Tiếng Venda",vi:"Tiếng Việt",vo:"Tiếng Volapük",vot:"Tiếng Votic",vun:"Tiếng Vunjo",wa:"Tiếng Walloon",wae:"Tiếng Walser",wal:"Tiếng Walamo",war:"Tiếng Waray",was:"Tiếng Washo",wbp:"Tiếng Warlpiri",wo:"Tiếng Wolof",wuu:"Tiếng Ngô",xal:"Tiếng Kalmyk",xh:"Tiếng Xhosa",xog:"Tiếng Soga",yao:"Tiếng Yao",yap:"Tiếng Yap",yav:"Tiếng Yangben",ybb:"Tiếng Yemba",yi:"Tiếng Yiddish",yo:"Tiếng Yoruba",yue:"Tiếng Quảng Đông",za:"Tiếng Choang",zap:"Tiếng Zapotec",zbl:"Ký hiệu Blissymbols",zen:"Tiếng Zenaga",zgh:"Tiếng Tamazight Chuẩn của Ma-rốc",zh:"Tiếng Trung",zh_Hans:"Tiếng Trung (Giản thể)",zh_Hant:"Tiếng Trung (Phồn thể)",zu:"Tiếng Zulu",zun:"Tiếng Zuni",zxx:"Không có nội dung ngôn ngữ",zza:"Tiếng Zaza"},scripts:{Adlm:"Adlm",Afak:"Chữ Afaka",Aghb:"Aghb",Ahom:"Ahom",Arab:"Chữ Ả Rập","Arab-alt-variant":"Chữ Ba Tư-Ả Rập",Armi:"Chữ Imperial Aramaic",Armn:"Chữ Armenia",Avst:"Chữ Avestan",Bali:"Chữ Bali",Bamu:"Chữ Bamum",Bass:"Chữ Bassa Vah",Batk:"Chữ Batak",Beng:"Chữ Bangladesh",Bhks:"Bhks",Blis:"Chữ Blissymbols",Bopo:"Chữ Bopomofo",Brah:"Chữ Brahmi",Brai:"Chữ nổi Braille",Bugi:"Chữ Bugin",Buhd:"Chữ Buhid",Cakm:"Chữ Chakma",Cans:"Âm tiết Thổ dân Canada Hợp nhất",Cari:"Chữ Caria",Cham:"Chữ Chăm",Cher:"Chữ Cherokee",Cirt:"Chữ Cirth",Copt:"Chữ Coptic",Cprt:"Chứ Síp",Cyrl:"Chữ Kirin",Cyrs:"Chữ Kirin Slavơ Nhà thờ cổ",Deva:"Chữ Devanagari",Dogr:"Dogr",Dsrt:"Chữ Deseret",Dupl:"Chữ tốc ký Duployan",Egyd:"Chữ Ai Cập bình dân",Egyh:"Chữ Ai Cập thày tu",Egyp:"Chữ tượng hình Ai Cập",Elba:"Elba",Elym:"Elym",Ethi:"Chữ Ethiopia",Geok:"Chữ Khutsuri Georgia",Geor:"Chữ Gruzia",Glag:"Chữ Glagolitic",Gong:"Gong",Gonm:"Gonm",Goth:"Chữ Gô-tích",Gran:"Chữ Grantha",Grek:"Chữ Hy Lạp",Gujr:"Chữ Gujarati",Guru:"Chữ Gurmukhi",Hanb:"Chữ Hanb",Hang:"Chữ Hangul",Hani:"Chữ Hán",Hano:"Chữ Hanunoo",Hans:"Giản thể","Hans-alt-stand-alone":"Chữ Hán giản thể",Hant:"Phồn thể","Hant-alt-stand-alone":"Chữ Hán phồn thể",Hatr:"Hatr",Hebr:"Chữ Do Thái",Hira:"Chữ Hiragana",Hluw:"Chữ tượng hình Anatolia",Hmng:"Chữ Pahawh Hmong",Hmnp:"Hmnp",Hrkt:"Bảng ký hiệu âm tiết Tiếng Nhật",Hung:"Chữ Hungary cổ",Inds:"Chữ Indus",Ital:"Chữ Italic cổ",Jamo:"Chữ Jamo",Java:"Chữ Java",Jpan:"Chữ Nhật Bản",Jurc:"Chữ Jurchen",Kali:"Chữ Kayah Li",Kana:"Chữ Katakana",Khar:"Chữ Kharoshthi",Khmr:"Chữ Khơ-me",Khoj:"Chữ Khojki",Knda:"Chữ Kannada",Kore:"Chữ Hàn Quốc",Kpel:"Chữ Kpelle",Kthi:"Chữ Kaithi",Lana:"Chữ Lanna",Laoo:"Chữ Lào",Latf:"Chữ La-tinh Fraktur",Latg:"Chữ La-tinh Xcốt-len",Latn:"Chữ La tinh",Lepc:"Chữ Lepcha",Limb:"Chữ Limbu",Lina:"Chữ Linear A",Linb:"Chữ Linear B",Lisu:"Chữ Fraser",Loma:"Chữ Loma",Lyci:"Chữ Lycia",Lydi:"Chữ Lydia",Mahj:"Mahj",Maka:"Maka",Mand:"Chữ Mandaean",Mani:"Chữ Manichaean",Marc:"Marc",Maya:"Chữ tượng hình Maya",Medf:"Medf",Mend:"Chữ Mende",Merc:"Chữ Meroitic Nét thảo",Mero:"Chữ Meroitic",Mlym:"Chữ Malayalam",Modi:"Modi",Mong:"Chữ Mông Cổ",Moon:"Chữ nổi Moon",Mroo:"Chữ Mro",Mtei:"Chữ Meitei Mayek",Mult:"Mult",Mymr:"Chữ Myanmar",Nand:"Nand",Narb:"Chữ Bắc Ả Rập cổ",Nbat:"Chữ Nabataean",Newa:"Newa",Nkgb:"Chữ Naxi Geba",Nkoo:"Chữ N’Ko",Nshu:"Chữ Nüshu",Ogam:"Chữ Ogham",Olck:"Chữ Ol Chiki",Orkh:"Chữ Orkhon",Orya:"Chữ Odia",Osge:"Osge",Osma:"Chữ Osmanya",Palm:"Chữ Palmyrene",Pauc:"Pauc",Perm:"Chữ Permic cổ",Phag:"Chữ Phags-pa",Phli:"Chữ Pahlavi Văn bia",Phlp:"Chữ Pahlavi Thánh ca",Phlv:"Chữ Pahlavi Sách",Phnx:"Chữ Phoenicia",Plrd:"Ngữ âm Pollard",Prti:"Chữ Parthia Văn bia",Qaag:"Qaag",Rjng:"Chữ Rejang",Rohg:"Rohg",Roro:"Chữ Rongorongo",Runr:"Chữ Runic",Samr:"Chữ Samaritan",Sara:"Chữ Sarati",Sarb:"Chữ Nam Ả Rập cổ",Saur:"Chữ Saurashtra",Sgnw:"Chữ viết Ký hiệu",Shaw:"Chữ Shavian",Shrd:"Chữ Sharada",Sidd:"Sidd",Sind:"Chữ Khudawadi",Sinh:"Chữ Sinhala",Sogd:"Sogd",Sogo:"Sogo",Sora:"Chữ Sora Sompeng",Soyo:"Soyo",Sund:"Chữ Xu-đăng",Sylo:"Chữ Syloti Nagri",Syrc:"Chữ Syria",Syre:"Chữ Estrangelo Syriac",Syrj:"Chữ Tây Syria",Syrn:"Chữ Đông Syria",Tagb:"Chữ Tagbanwa",Takr:"Chữ Takri",Tale:"Chữ Thái Na",Talu:"Chữ Thái Lặc mới",Taml:"Chữ Tamil",Tang:"Chữ Tangut",Tavt:"Chữ Thái Việt",Telu:"Chữ Telugu",Teng:"Chữ Tengwar",Tfng:"Chữ Tifinagh",Tglg:"Chữ Tagalog",Thaa:"Chữ Thaana",Thai:"Chữ Thái",Tibt:"Chữ Tây Tạng",Tirh:"Chữ Tirhuta",Ugar:"Chữ Ugarit",Vaii:"Chữ Vai",Visp:"Tiếng nói Nhìn thấy được",Wara:"Chữ Varang Kshiti",Wcho:"Wcho",Wole:"Chữ Woleai",Xpeo:"Chữ Ba Tư cổ",Xsux:"Chữ hình nêm Sumero-Akkadian",Yiii:"Chữ Di",Zanb:"Zanb",Zinh:"Chữ Kế thừa",Zmth:"Ký hiệu Toán học",Zsye:"Biểu tượng",Zsym:"Ký hiệu",Zxxx:"Chưa có chữ viết",Zyyy:"Chung",Zzzz:"Chữ viết không xác định"},territories:{142:"Châu Á",143:"Trung Á",145:"Tây Á",150:"Châu Âu",151:"Đông Âu",154:"Bắc Âu",155:"Tây Âu",202:"Châu Phi hạ Sahara",419:"Châu Mỹ La-tinh","001":"Thế giới","002":"Châu Phi","003":"Bắc Mỹ","005":"Nam Mỹ","009":"Châu Đại Dương","011":"Tây Phi","013":"Trung Mỹ","014":"Đông Phi","015":"Bắc Phi","017":"Trung Phi","018":"Miền Nam Châu Phi","019":"Châu Mỹ","021":"Miền Bắc Châu Mỹ","029":"Ca-ri-bê","030":"Đông Á","034":"Nam Á","035":"Đông Nam Á","039":"Nam Âu","053":"Úc và New Zealand","054":"Melanesia","057":"Vùng Micronesian","061":"Polynesia",AC:"Đảo Ascension",AD:"Andorra",AE:"Các Tiểu Vương quốc Ả Rập Thống nhất",AF:"Afghanistan",AG:"Antigua và Barbuda",AI:"Anguilla",AL:"Albania",AM:"Armenia",AO:"Angola",AQ:"Nam Cực",AR:"Argentina",AS:"Samoa thuộc Mỹ",AT:"Áo",AU:"Australia",AW:"Aruba",AX:"Quần đảo Åland",AZ:"Azerbaijan",BA:"Bosnia và Herzegovina",BB:"Barbados",BD:"Bangladesh",BE:"Bỉ",BF:"Burkina Faso",BG:"Bulgaria",BH:"Bahrain",BI:"Burundi",BJ:"Benin",BL:"St. Barthélemy",BM:"Bermuda",BN:"Brunei",BO:"Bolivia",BQ:"Ca-ri-bê Hà Lan",BR:"Brazil",BS:"Bahamas",BT:"Bhutan",BV:"Đảo Bouvet",BW:"Botswana",BY:"Belarus",BZ:"Belize",CA:"Canada",CC:"Quần đảo Cocos (Keeling)",CD:"Congo - Kinshasa","CD-alt-variant":"Cộng hòa Dân chủ Congo",CF:"Cộng hòa Trung Phi",CG:"Congo - Brazzaville","CG-alt-variant":"Cộng hòa Congo",CH:"Thụy Sĩ",CI:"Côte d’Ivoire","CI-alt-variant":"Bờ Biển Ngà",CK:"Quần đảo Cook",CL:"Chile",CM:"Cameroon",CN:"Trung Quốc",CO:"Colombia",CP:"Đảo Clipperton",CR:"Costa Rica",CU:"Cuba",CV:"Cape Verde",CW:"Curaçao",CX:"Đảo Giáng Sinh",CY:"Síp",CZ:"Séc","CZ-alt-variant":"Cộng hòa Séc",DE:"Đức",DG:"Diego Garcia",DJ:"Djibouti",DK:"Đan Mạch",DM:"Dominica",DO:"Cộng hòa Dominica",DZ:"Algeria",EA:"Ceuta và Melilla",EC:"Ecuador",EE:"Estonia",EG:"Ai Cập",EH:"Tây Sahara",ER:"Eritrea",ES:"Tây Ban Nha",ET:"Ethiopia",EU:"Liên Minh Châu Âu",EZ:"Khu vực đồng Euro",FI:"Phần Lan",FJ:"Fiji",FK:"Quần đảo Falkland","FK-alt-variant":"Quần đảo Falkland (Islas Malvinas)",FM:"Micronesia",FO:"Quần đảo Faroe",FR:"Pháp",GA:"Gabon",GB:"Vương quốc Anh","GB-alt-short":"Vương quốc Anh",GD:"Grenada",GE:"Gruzia",GF:"Guiana thuộc Pháp",GG:"Guernsey",GH:"Ghana",GI:"Gibraltar",GL:"Greenland",GM:"Gambia",GN:"Guinea",GP:"Guadeloupe",GQ:"Guinea Xích Đạo",GR:"Hy Lạp",GS:"Nam Georgia & Quần đảo Nam Sandwich",GT:"Guatemala",GU:"Guam",GW:"Guinea-Bissau",GY:"Guyana",HK:"Hồng Kông","HK-alt-short":"Hồng Kông",HM:"Quần đảo Heard và McDonald",HN:"Honduras",HR:"Croatia",HT:"Haiti",HU:"Hungary",IC:"Quần đảo Canary",ID:"Indonesia",IE:"Ireland",IL:"Israel",IM:"Đảo Man",IN:"Ấn Độ",IO:"Lãnh thổ Ấn Độ Dương thuộc Anh",IQ:"Iraq",IR:"Iran",IS:"Iceland",IT:"Italy",JE:"Jersey",JM:"Jamaica",JO:"Jordan",JP:"Nhật Bản",KE:"Kenya",KG:"Kyrgyzstan",KH:"Campuchia",KI:"Kiribati",KM:"Comoros",KN:"St. Kitts và Nevis",KP:"Triều Tiên",KR:"Hàn Quốc",KW:"Kuwait",KY:"Quần đảo Cayman",KZ:"Kazakhstan",LA:"Lào",LB:"Li-băng",LC:"St. Lucia",LI:"Liechtenstein",LK:"Sri Lanka",LR:"Liberia",LS:"Lesotho",LT:"Litva",LU:"Luxembourg",LV:"Latvia",LY:"Libya",MA:"Ma-rốc",MC:"Monaco",MD:"Moldova",ME:"Montenegro",MF:"St. Martin",MG:"Madagascar",MH:"Quần đảo Marshall",MK:"Bắc Macedonia","MK-alt-variant":"MK",ML:"Mali",MM:"Myanmar (Miến Điện)",MN:"Mông Cổ",MO:"Macao","MO-alt-short":"Macao",MP:"Quần đảo Bắc Mariana",MQ:"Martinique",MR:"Mauritania",MS:"Montserrat",MT:"Malta",MU:"Mauritius",MV:"Maldives",MW:"Malawi",MX:"Mexico",MY:"Malaysia",MZ:"Mozambique",NA:"Namibia",NC:"New Caledonia",NE:"Niger",NF:"Đảo Norfolk",NG:"Nigeria",NI:"Nicaragua",NL:"Hà Lan",NO:"Na Uy",NP:"Nepal",NR:"Nauru",NU:"Niue",NZ:"New Zealand",OM:"Oman",PA:"Panama",PE:"Peru",PF:"Polynesia thuộc Pháp",PG:"Papua New Guinea",PH:"Philippines",PK:"Pakistan",PL:"Ba Lan",PM:"Saint Pierre và Miquelon",PN:"Quần đảo Pitcairn",PR:"Puerto Rico",PS:"Lãnh thổ Palestine","PS-alt-short":"Palestine",PT:"Bồ Đào Nha",PW:"Palau",PY:"Paraguay",QA:"Qatar",QO:"Vùng xa xôi thuộc Châu Đại Dương",RE:"Réunion",RO:"Romania",RS:"Serbia",RU:"Nga",RW:"Rwanda",SA:"Ả Rập Xê-út",SB:"Quần đảo Solomon",SC:"Seychelles",SD:"Sudan",SE:"Thụy Điển",SG:"Singapore",SH:"St. Helena",SI:"Slovenia",SJ:"Svalbard và Jan Mayen",SK:"Slovakia",SL:"Sierra Leone",SM:"San Marino",SN:"Senegal",SO:"Somalia",SR:"Suriname",SS:"Nam Sudan",ST:"São Tomé và Príncipe",SV:"El Salvador",SX:"Sint Maarten",SY:"Syria",SZ:"Swaziland","SZ-alt-variant":"SZ",TA:"Tristan da Cunha",TC:"Quần đảo Turks và Caicos",TD:"Chad",TF:"Lãnh thổ phía Nam Thuộc Pháp",TG:"Togo",TH:"Thái Lan",TJ:"Tajikistan",TK:"Tokelau",TL:"Timor-Leste","TL-alt-variant":"Đông Timor",TM:"Turkmenistan",TN:"Tunisia",TO:"Tonga",TR:"Thổ Nhĩ Kỳ",TT:"Trinidad và Tobago",TV:"Tuvalu",TW:"Đài Loan",TZ:"Tanzania",UA:"Ukraina",UG:"Uganda",UM:"Các tiểu đảo xa của Hoa Kỳ",UN:"Liên hiệp quốc","UN-alt-short":"Liên hiệp quốc",US:"Hoa Kỳ","US-alt-short":"Hoa Kỳ",UY:"Uruguay",UZ:"Uzbekistan",VA:"Thành Vatican",VC:"St. Vincent và Grenadines",VE:"Venezuela",VG:"Quần đảo Virgin thuộc Anh",VI:"Quần đảo Virgin thuộc Mỹ",VN:"Việt Nam",VU:"Vanuatu",WF:"Wallis và Futuna",WS:"Samoa",XA:"XA",XB:"XB",XK:"Kosovo",YE:"Yemen",YT:"Mayotte",ZA:"Nam Phi",ZM:"Zambia",ZW:"Zimbabwe",ZZ:"Vùng không xác định"},orientation:"left-to-right","ca-gregorian":{dateFormats:{full:"EEEE, d MMMM, y",long:"d MMMM, y",medium:"d MMM, y",short:"dd/MM/y"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{0} {1}",long:"{0} {1}",medium:"{0}, {1}",short:"{0}, {1}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, 'ngày' d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM y G",GyMMMd:"dd MMM, y G",GyMMMEd:"E, dd/MM/y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"HH:mm:ss v",hmv:"h:mm a v",Hmv:"HH:mm v",M:"L",Md:"dd/M",MEd:"E, dd/M",MMdd:"dd-MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d MMMM",MMMMEd:"E, d MMMM",mmss:"mm:ss",ms:"mm:ss",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"E, dd/M/y",yMM:"'tháng' MM, y",yMMM:"MMM y",yMMMd:"d MMM, y",yMMMEd:"E, d MMM, y",yMMMM:"MMMM 'năm' y",yQQQ:"QQQ y",yQQQQ:"QQQQ 'năm' y",MMMMW:"'tuần' W 'của' 'tháng' M",yw:"'tuần' w 'của' 'năm' Y"},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:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"'Ngày' dd–dd"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"dd-MM-y – dd-MM-y GGGGG",G:"dd-MM-y GGGGG – dd-MM-y GGGGG",M:"dd-MM-y – dd-MM-y GGGGG",y:"dd-MM-y – dd-MM-y GGGGG"},GyMEd:{d:"E, dd-MM-y – E, dd-MM-y GGGGG",G:"E, dd-MM-y GGGGG – E, dd-MM-y GGGGG",M:"E, dd-MM-y – E, dd-MM-y GGGGG",y:"E, dd-MM-y – E, dd-MM-y GGGGG"},GyMMM:{G:"MM y G – MM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d – d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E, d MMM – E, d MMM y G",G:"E, d MMM y G – E, d MMM y G",M:"E, d MMM – E, d MMM y G",y:"E, d MMM y – E, d MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"'Tháng' M – M"},Md:{d:"dd/MM – dd/MM",M:"dd/MM – dd/MM"},MEd:{d:"EEEE, dd/MM – EEEE, dd/MM",M:"EEEE, dd/MM – EEEE, dd/MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"'Ngày' dd - 'Ngày' dd 'tháng' M",M:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M"},MMMEd:{d:"E, d MMM – E, d MMM",M:"E, d MMM – E, d MMM"},y:{y:"y–y"},yM:{M:"MM/y – MM/y",y:"MM/y – MM/y"},yMd:{d:"dd/MM/y – dd/MM/y",M:"dd/MM/y – dd/MM/y",y:"dd/MM/y – dd/MM/y"},yMEd:{d:"EEEE, dd/MM/y – EEEE, dd/MM/y",M:"EEEE, dd/MM/y – EEEE, dd/MM/y",y:"EEEE, dd/MM/y – EEEE, dd/MM/y"},yMMM:{M:"'Tháng' M - 'Tháng' M 'năm' y",y:"'Tháng' M 'năm' y - 'Tháng' M 'năm' y"},yMMMd:{d:"d – d MMM, y",M:"d MMM – d MMM, y",y:"'Ngày' dd 'tháng' M 'năm' y - 'Ngày' dd 'tháng' M 'năm' y"},yMMMEd:{d:"EEEE, 'ngày' dd MMM – EEEE, 'ngày' dd MMM 'năm' y",M:"E, dd 'tháng' M – E, dd 'tháng' M, y",y:"E, dd 'tháng' M, y – E, dd 'tháng' M, y"},yMMMM:{M:"MMMM–MMMM 'năm' y",y:"MMMM, y – MMMM, y"}}},months:{format:{abbreviated:["thg 1","thg 2","thg 3","thg 4","thg 5","thg 6","thg 7","thg 8","thg 9","thg 10","thg 11","thg 12"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["tháng 1","tháng 2","tháng 3","tháng 4","tháng 5","tháng 6","tháng 7","tháng 8","tháng 9","tháng 10","tháng 11","tháng 12"]},"stand-alone":{abbreviated:["Thg 1","Thg 2","Thg 3","Thg 4","Thg 5","Thg 6","Thg 7","Thg 8","Thg 9","Thg 10","Thg 11","Thg 12"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Tháng 1","Tháng 2","Tháng 3","Tháng 4","Tháng 5","Tháng 6","Tháng 7","Tháng 8","Tháng 9","Tháng 10","Tháng 11","Tháng 12"]}},days:{format:{abbreviated:["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],narrow:["CN","T2","T3","T4","T5","T6","T7"],short:["CN","T2","T3","T4","T5","T6","T7"],wide:["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"]},"stand-alone":{abbreviated:["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],narrow:["CN","T2","T3","T4","T5","T6","T7"],short:["CN","T2","T3","T4","T5","T6","T7"],wide:["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["Quý 1","Quý 2","Quý 3","Quý 4"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["quý 1","quý 2","quý 3","quý 4"]}},dayPeriods:{format:{abbreviated:["SA","CH"],narrow:["s","c"],wide:["SA","CH"]},"stand-alone":{abbreviated:["SA","CH"],narrow:["SA","CH"],wide:["SA","CH"]}},"era-wide":{0:"Trước CN",1:"sau CN"},"era-abbreviated":{0:"Trước CN",1:"sau CN"},"era-narrow":{0:"tr. CN",1:"sau CN"}},"ca-islamic":{dateFormats:{full:"EEEE, 'ngày' dd 'tháng' MM 'năm' y G",long:"'Ngày' dd 'tháng' M 'năm' y G",medium:"dd-MM-y G",short:"dd/MM/y GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} 'lúc' {0}",long:"{1} 'lúc' {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"'Ngày' dd",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, dd",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM y G",GyMMMd:"d MMM, y G",GyMMMEd:"E, d MMM, y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"dd/M",MEd:"E, dd/M",MMdd:"dd-MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"dd MMMM",MMMMEd:"E, dd MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y G",yyyyMd:"d/M/y G",yyyyMEd:"E, d/M/y GGGGG",yyyyMM:"MM-y G",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM, y G",yyyyMMMEd:"E, d MMM, y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},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:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"'Ngày' dd–dd"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"dd-MM-y – dd-MM-y GGGGG",G:"dd-MM-y GGGGG – dd-MM-y GGGGG",M:"dd-MM-y – dd-MM-y GGGGG",y:"dd-MM-y – dd-MM-y GGGGG"},GyMEd:{d:"E, dd-MM-y – E, dd-MM-y GGGGG",G:"E, dd-MM-y GGGGG – E, dd-MM-y GGGGG",M:"E, dd-MM-y – E, dd-MM-y GGGGG",y:"E, dd-MM-y – E, dd-MM-y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d – d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E, d MMM – E, d MMM y G",G:"E, d MMM y G – E, d MMM y G",M:"E, d MMM – E, d MMM y G",y:"E, d MMM y – E, d MMM y G"},h:{a:"h'h' a – h'h' a",h:"h'h' - h'h' a"},H:{H:"HH'h' - HH'h'"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h'h' a – h'h' a v",h:"h'h'-h'h' a v"},Hv:{H:"HH'h'-HH'h' v"},M:{M:"'Tháng' M - 'Tháng' M"},Md:{d:"dd/MM – dd/MM",M:"dd/MM – dd/MM"},MEd:{d:"EEEE, dd/MM – EEEE, dd/MM",M:"EEEE, dd/MM – EEEE, dd/MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M",M:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M"},MMMEd:{d:"EEEE, 'ngày' dd – EEEE, 'ngày' dd 'tháng' M",M:"EEEE, 'ngày' dd 'tháng' M – EEEE, 'ngày' dd 'tháng' M"},y:{y:"y–y G"},yM:{M:"MM/y – MM/y G",y:"MM/y – MM/y G"},yMd:{d:"dd/MM/y – dd/MM/y G",M:"dd/MM/y – dd/MM/y G",y:"dd/MM/y – dd/MM/y G"},yMEd:{d:"EEEE, dd/MM/y – EEEE, dd/MM/y G",M:"EEEE, dd/MM/y – EEEE, dd/MM/y G",y:"EEEE, dd/MM/y – EEEE, dd/MM/y G"},yMMM:{M:"'Tháng' M - 'Tháng' M 'năm' y G",y:"'Tháng' M 'năm' y - 'Tháng' M 'năm' y G"},yMMMd:{d:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y G",M:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y G",y:"'Ngày' dd 'tháng' M 'năm' y - 'Ngày' dd 'tháng' M 'năm' y G"},yMMMEd:{d:"EEEE, 'ngày' dd MMM – EEEE, 'ngày' dd MMM 'năm' y G",M:"E, dd 'tháng' M – E, dd 'tháng' M, y G",y:"E, dd 'tháng' M, y – E, dd 'tháng' M, y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G"}}},months:{format:{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Jumada I","Jumada II","Rajab","Shaʻban","Ramadan","Shawwal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"]},"stand-alone":{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Jumada I","Jumada II","Rajab","Shaʻban","Ramadan","Shawwal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"]}},days:{format:{abbreviated:["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],narrow:["CN","T2","T3","T4","T5","T6","T7"],short:["CN","T2","T3","T4","T5","T6","T7"],wide:["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"]},"stand-alone":{abbreviated:["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],narrow:["CN","T2","T3","T4","T5","T6","T7"],short:["CN","T2","T3","T4","T5","T6","T7"],wide:["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["Quý 1","Quý 2","Quý 3","Quý 4"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["quý 1","quý 2","quý 3","quý 4"]}},dayPeriods:{format:{abbreviated:["SA","CH"],narrow:["s","c"],wide:["SA","CH"]},"stand-alone":{abbreviated:["SA","CH"],narrow:["SA","CH"],wide:["SA","CH"]}},"era-wide":{0:"AH"},"era-abbreviated":{0:"AH"},"era-narrow":{0:"AH"}},"ca-japanese":{dateFormats:{full:"EEEE, 'ngày' dd MMMM 'năm' y G",long:"'Ngày' dd 'tháng' M 'năm' y G",medium:"dd-MM-y G",short:"dd/MM/y G"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} 'lúc' {0}",long:"{1} 'lúc' {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"'Ngày' dd",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, dd",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM y G",GyMMMd:"d MMM, y G",GyMMMEd:"E, d MMM, y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"dd/M",MEd:"E, dd/M",MMdd:"dd-MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"dd MMMM",MMMMEd:"E, dd MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y G",yyyyMd:"d/M/y G",yyyyMEd:"E, d/M/y GGGGG",yyyyMM:"MM-y G",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM, y G",yyyyMMMEd:"E, d MMM, y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},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:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"'Ngày' dd–dd"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"dd-MM-y – dd-MM-y GGGGG",G:"dd-MM-y GGGGG – dd-MM-y GGGGG",M:"dd-MM-y – dd-MM-y GGGGG",y:"dd-MM-y – dd-MM-y GGGGG"},GyMEd:{d:"E, dd-MM-y – E, dd-MM-y GGGGG",G:"E, dd-MM-y GGGGG – E, dd-MM-y GGGGG",M:"E, dd-MM-y – E, dd-MM-y GGGGG",y:"E, dd-MM-y – E, dd-MM-y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d – d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E, d MMM – E, d MMM y G",G:"E, d MMM y G – E, d MMM y G",M:"E, d MMM – E, d MMM y G",y:"E, d MMM y – E, d MMM y G"},h:{a:"h'h' a – h'h' a",h:"h'h' - h'h' a"},H:{H:"HH'h' - HH'h'"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h'h' a – h'h' a v",h:"h'h'-h'h' a v"},Hv:{H:"HH'h'-HH'h' v"},M:{M:"'Tháng' M - 'Tháng' M"},Md:{d:"dd/MM – dd/MM",M:"dd/MM – dd/MM"},MEd:{d:"EEEE, dd/MM – EEEE, dd/MM",M:"EEEE, dd/MM – EEEE, dd/MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M",M:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M"},MMMEd:{d:"EEEE, 'ngày' dd – EEEE, 'ngày' dd 'tháng' M",M:"EEEE, 'ngày' dd 'tháng' M – EEEE, 'ngày' dd 'tháng' M"},y:{y:"y–y G",G:"y G–y G"},yM:{M:"MM/y – MM/y G",y:"MM/y – MM/y G",G:"MM/y G – MM/y G"},yMd:{d:"dd/MM/y – dd/MM/y G",M:"dd/MM/y – dd/MM/y G",y:"dd/MM/y – dd/MM/y G",G:"dd/MM/y G – dd/MM/y G"},yMEd:{d:"EEEE, dd/MM/y – EEEE, dd/MM/y G",M:"EEEE, dd/MM/y – EEEE, dd/MM/y G",y:"EEEE, dd/MM/y – EEEE, dd/MM/y G",G:"EEEE, dd/MM/y G – EEEE, dd/MM/y G"},yMMM:{M:"'Tháng' M - 'Tháng' M 'năm' y G",y:"'Tháng' M 'năm' y - 'Tháng' M 'năm' y G",G:"'Tháng' M 'năm' y G - 'Tháng' M 'năm' y G"},yMMMd:{d:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y G",M:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y G",y:"'Ngày' dd 'tháng' M 'năm' y - 'Ngày' dd 'tháng' M 'năm' y G",G:"'Ngày G' dd 'tháng' M 'năm' y G - 'Ngày G' dd 'tháng' M 'năm' y G"},yMMMEd:{d:"EEEE, 'ngày' dd MMM – EEEE, 'ngày' dd MMM 'năm' y G",M:"E, dd 'tháng' M – E, dd 'tháng' M, y G",y:"E, dd 'tháng' M, y – E, dd 'tháng' M, y G",G:"E, dd 'tháng' M, y G – E, dd 'tháng' M, y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G",G:"MMMM y G – MMMM y G"}}},months:{format:{abbreviated:["thg 1","thg 2","thg 3","thg 4","thg 5","thg 6","thg 7","thg 8","thg 9","thg 10","thg 11","thg 12"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["tháng 1","tháng 2","tháng 3","tháng 4","tháng 5","tháng 6","tháng 7","tháng 8","tháng 9","tháng 10","tháng 11","tháng 12"]},"stand-alone":{abbreviated:["Thg 1","Thg 2","Thg 3","Thg 4","Thg 5","Thg 6","Thg 7","Thg 8","Thg 9","Thg 10","Thg 11","Thg 12"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Tháng 1","Tháng 2","Tháng 3","Tháng 4","Tháng 5","Tháng 6","Tháng 7","Tháng 8","Tháng 9","Tháng 10","Tháng 11","Tháng 12"]}},days:{format:{abbreviated:["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],narrow:["CN","T2","T3","T4","T5","T6","T7"],short:["CN","T2","T3","T4","T5","T6","T7"],wide:["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"]},"stand-alone":{abbreviated:["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],narrow:["CN","T2","T3","T4","T5","T6","T7"],short:["CN","T2","T3","T4","T5","T6","T7"],wide:["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["Quý 1","Quý 2","Quý 3","Quý 4"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["quý 1","quý 2","quý 3","quý 4"]}},dayPeriods:{format:{abbreviated:["SA","CH"],narrow:["s","c"],wide:["SA","CH"]},"stand-alone":{abbreviated:["SA","CH"],narrow:["SA","CH"],wide:["SA","CH"]}},"era-wide":{232:"Meiji",233:"Taishō",234:"Shōwa",235:"Heisei",236:"Reiwa"},"era-abbreviated":{232:"Meiji",233:"Taishō",234:"Shōwa",235:"Heisei",236:"Reiwa"},"era-narrow":{232:"M",233:"T",234:"S",235:"H",236:"R"}},"ca-persian":{dateFormats:{full:"EEEE, 'ngày' dd 'tháng' MM 'năm' y G",long:"'Ngày' dd 'tháng' M 'năm' y G",medium:"dd-MM-y G",short:"dd/MM/y GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} 'lúc' {0}",long:"{1} 'lúc' {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"'Ngày' dd",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, dd",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM y G",GyMMMd:"d MMM, y G",GyMMMEd:"E, d MMM, y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"dd/M",MEd:"E, dd/M",MMdd:"dd-MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"dd MMMM",MMMMEd:"E, dd MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y G",yyyyMd:"d/M/y G",yyyyMEd:"E, d/M/y GGGGG",yyyyMM:"MM-y G",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM, y G",yyyyMMMEd:"E, d MMM, y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},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:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"'Ngày' dd–dd"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"dd-MM-y – dd-MM-y GGGGG",G:"dd-MM-y GGGGG – dd-MM-y GGGGG",M:"dd-MM-y – dd-MM-y GGGGG",y:"dd-MM-y – dd-MM-y GGGGG"},GyMEd:{d:"E, dd-MM-y – E, dd-MM-y GGGGG",G:"E, dd-MM-y GGGGG – E, dd-MM-y GGGGG",M:"E, dd-MM-y – E, dd-MM-y GGGGG",y:"E, dd-MM-y – E, dd-MM-y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d – d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E, d MMM – E, d MMM y G",G:"E, d MMM y G – E, d MMM y G",M:"E, d MMM – E, d MMM y G",y:"E, d MMM y – E, d MMM y G"},h:{a:"h'h' a – h'h' a",h:"h'h' - h'h' a"},H:{H:"HH'h' - HH'h'"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h'h' a – h'h' a v",h:"h'h'-h'h' a v"},Hv:{H:"HH'h'-HH'h' v"},M:{M:"'Tháng' M - 'Tháng' M"},Md:{d:"dd/MM – dd/MM",M:"dd/MM – dd/MM"},MEd:{d:"EEEE, dd/MM – EEEE, dd/MM",M:"EEEE, dd/MM – EEEE, dd/MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M",M:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M"},MMMEd:{d:"EEEE, 'ngày' dd – EEEE, 'ngày' dd 'tháng' M",M:"EEEE, 'ngày' dd 'tháng' M – EEEE, 'ngày' dd 'tháng' M"},y:{y:"y–y G"},yM:{M:"MM/y – MM/y G",y:"MM/y – MM/y G"},yMd:{d:"dd/MM/y – dd/MM/y G",M:"dd/MM/y – dd/MM/y G",y:"dd/MM/y – dd/MM/y G"},yMEd:{d:"EEEE, dd/MM/y – EEEE, dd/MM/y G",M:"EEEE, dd/MM/y – EEEE, dd/MM/y G",y:"EEEE, dd/MM/y – EEEE, dd/MM/y G"},yMMM:{M:"'Tháng' M - 'Tháng' M 'năm' y G",y:"'Tháng' M 'năm' y - 'Tháng' M 'năm' y G"},yMMMd:{d:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y G",M:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y G",y:"'Ngày' dd 'tháng' M 'năm' y - 'Ngày' dd 'tháng' M 'năm' y G"},yMMMEd:{d:"EEEE, 'ngày' dd MMM – EEEE, 'ngày' dd MMM 'năm' y G",M:"E, dd 'tháng' M – E, dd 'tháng' M, y G",y:"E, dd 'tháng' M, y – E, dd 'tháng' M, y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G"}}},months:{format:{abbreviated:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"]},"stand-alone":{abbreviated:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"]}},days:{format:{abbreviated:["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],narrow:["CN","T2","T3","T4","T5","T6","T7"],short:["CN","T2","T3","T4","T5","T6","T7"],wide:["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"]},"stand-alone":{abbreviated:["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],narrow:["CN","T2","T3","T4","T5","T6","T7"],short:["CN","T2","T3","T4","T5","T6","T7"],wide:["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["Quý 1","Quý 2","Quý 3","Quý 4"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["quý 1","quý 2","quý 3","quý 4"]}},dayPeriods:{format:{abbreviated:["SA","CH"],narrow:["s","c"],wide:["SA","CH"]},"stand-alone":{abbreviated:["SA","CH"],narrow:["SA","CH"],wide:["SA","CH"]}},"era-wide":{0:"AP"},"era-abbreviated":{0:"AP"},"era-narrow":{0:"AP"}},"ca-buddhist":{dateFormats:{full:"EEEE, 'ngày' dd MMMM 'năm' y G",long:"'Ngày' dd 'tháng' M 'năm' y G",medium:"dd-MM-y G",short:"dd/MM/y GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} 'lúc' {0}",long:"{1} 'lúc' {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"'Ngày' dd",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, dd",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM y G",GyMMMd:"d MMM, y G",GyMMMEd:"E, d MMM, y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"'tháng' L",Md:"dd/M",MEd:"E, dd-M",MMdd:"dd-MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"dd MMMM",MMMMEd:"E, dd MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y G",yyyyMd:"d/M/y G",yyyyMEd:"E, d/M/y GGGGG",yyyyMM:"MM-y G",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM, y G",yyyyMMMEd:"E, d MMM, y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},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:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"'Ngày' dd–dd"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"dd-MM-y – dd-MM-y GGGGG",G:"dd-MM-y GGGGG – dd-MM-y GGGGG",M:"dd-MM-y – dd-MM-y GGGGG",y:"dd-MM-y – dd-MM-y GGGGG"},GyMEd:{d:"E, dd-MM-y – E, dd-MM-y GGGGG",G:"E, dd-MM-y GGGGG – E, dd-MM-y GGGGG",M:"E, dd-MM-y – E, dd-MM-y GGGGG",y:"E, dd-MM-y – E, dd-MM-y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d – d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E, d MMM – E, d MMM y G",G:"E, d MMM y G – E, d MMM y G",M:"E, d MMM – E, d MMM y G",y:"E, d MMM y – E, d MMM y G"},h:{a:"h'h' a – h'h' a",h:"h'h' - h'h' a"},H:{H:"HH'h' - HH'h'"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h'h' a – h'h' a v",h:"h'h'-h'h' a v"},Hv:{H:"HH'h'-HH'h' v"},M:{M:"'Tháng' M - 'Tháng' M"},Md:{d:"dd/MM – dd/MM",M:"dd/MM – dd/MM"},MEd:{d:"EEEE, dd/MM – EEEE, dd/MM",M:"EEEE, dd/MM – EEEE, dd/MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M",M:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M"},MMMEd:{d:"EEEE, 'ngày' dd – EEEE, 'ngày' dd 'tháng' M",M:"EEEE, 'ngày' dd 'tháng' M – EEEE, 'ngày' dd 'tháng' M"},y:{y:"y–y G"},yM:{M:"MM/y – MM/y G",y:"MM/y – MM/y G"},yMd:{d:"dd/MM/y – dd/MM/y G",M:"dd/MM/y – dd/MM/y G",y:"dd/MM/y – dd/MM/y G"},yMEd:{d:"EEEE, dd/MM/y – EEEE, dd/MM/y G",M:"EEEE, dd/MM/y – EEEE, dd/MM/y G",y:"EEEE, dd/MM/y – EEEE, dd/MM/y G"},yMMM:{M:"'Tháng' M - 'Tháng' M 'năm' y G",y:"'Tháng' M 'năm' y - 'Tháng' M 'năm' y G"},yMMMd:{d:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y G",M:"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y G",y:"'Ngày' dd 'tháng' M 'năm' y - 'Ngày' dd 'tháng' M 'năm' y G"},yMMMEd:{d:"EEEE, 'ngày' dd MMM – EEEE, 'ngày' dd MMM 'năm' y G",M:"E, dd 'tháng' M – E, dd 'tháng' M, y G",y:"E, dd 'tháng' M, y – E, dd 'tháng' M, y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G"}}},months:{format:{abbreviated:["thg 1","thg 2","thg 3","thg 4","thg 5","thg 6","thg 7","thg 8","thg 9","thg 10","thg 11","thg 12"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["tháng 1","tháng 2","tháng 3","tháng 4","tháng 5","tháng 6","tháng 7","tháng 8","tháng 9","tháng 10","tháng 11","tháng 12"]},"stand-alone":{abbreviated:["Thg 1","Thg 2","Thg 3","Thg 4","Thg 5","Thg 6","Thg 7","Thg 8","Thg 9","Thg 10","Thg 11","Thg 12"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Tháng 1","Tháng 2","Tháng 3","Tháng 4","Tháng 5","Tháng 6","Tháng 7","Tháng 8","Tháng 9","Tháng 10","Tháng 11","Tháng 12"]}},days:{format:{abbreviated:["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],narrow:["CN","T2","T3","T4","T5","T6","T7"],short:["CN","T2","T3","T4","T5","T6","T7"],wide:["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"]},"stand-alone":{abbreviated:["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],narrow:["CN","T2","T3","T4","T5","T6","T7"],short:["CN","T2","T3","T4","T5","T6","T7"],wide:["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["Quý 1","Quý 2","Quý 3","Quý 4"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["quý 1","quý 2","quý 3","quý 4"]}},dayPeriods:{format:{abbreviated:["SA","CH"],narrow:["s","c"],wide:["SA","CH"]},"stand-alone":{abbreviated:["SA","CH"],narrow:["SA","CH"],wide:["SA","CH"]}},"era-wide":{0:"BE"},"era-abbreviated":{0:"BE"},"era-narrow":{0:"BE"}},dateFields:{era:{displayName:"thời đại"},"year-wide":{displayName:"Năm","relative-type--1":"năm ngoái","relative-type-0":"năm nay","relative-type-1":"năm sau","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} năm nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} năm trước"}},"year-short":{displayName:"Năm","relative-type--1":"năm ngoái","relative-type-0":"năm nay","relative-type-1":"năm sau","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} năm nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} năm trước"}},"year-narrow":{displayName:"Năm","relative-type--1":"năm ngoái","relative-type-0":"năm nay","relative-type-1":"năm sau","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} năm nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} năm trước"}},"quarter-wide":{displayName:"Quý","relative-type--1":"quý trước","relative-type-0":"quý này","relative-type-1":"quý sau","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} quý nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} quý trước"}},"quarter-short":{displayName:"Quý","relative-type--1":"quý trước","relative-type-0":"quý này","relative-type-1":"quý sau","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} quý nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} quý trước"}},"quarter-narrow":{displayName:"Quý","relative-type--1":"quý trước","relative-type-0":"quý này","relative-type-1":"quý sau","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} quý nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} quý trước"}},"month-wide":{displayName:"Tháng","relative-type--1":"tháng trước","relative-type-0":"tháng này","relative-type-1":"tháng sau","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} tháng nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} tháng trước"}},"month-short":{displayName:"Tháng","relative-type--1":"tháng trước","relative-type-0":"tháng này","relative-type-1":"tháng sau","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} tháng nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} tháng trước"}},"month-narrow":{displayName:"Tháng","relative-type--1":"tháng trước","relative-type-0":"tháng này","relative-type-1":"tháng sau","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} tháng nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} tháng trước"}},"week-wide":{displayName:"Tuần","relative-type--1":"tuần trước","relative-type-0":"tuần này","relative-type-1":"tuần sau","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} tuần nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} tuần trước"},relativePeriod:"tuần {0}"},"week-short":{displayName:"Tuần","relative-type--1":"tuần trước","relative-type-0":"tuần này","relative-type-1":"tuần sau","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} tuần nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} tuần trước"},relativePeriod:"tuần {0}"},"week-narrow":{displayName:"Tuần","relative-type--1":"tuần trước","relative-type-0":"tuần này","relative-type-1":"tuần sau","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} tuần nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} tuần trước"},relativePeriod:"tuần {0}"},"day-wide":{displayName:"Ngày","relative-type--2":"Hôm kia","relative-type--1":"Hôm qua","relative-type-0":"Hôm nay","relative-type-1":"Ngày mai","relative-type-2":"Ngày kia","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} ngày nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} ngày trước"}},"day-short":{displayName:"Ngày","relative-type--2":"Hôm kia","relative-type--1":"Hôm qua","relative-type-0":"Hôm nay","relative-type-1":"Ngày mai","relative-type-2":"Ngày kia","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} ngày nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} ngày trước"}},"day-narrow":{displayName:"Ngày","relative-type--2":"Hôm kia","relative-type--1":"Hôm qua","relative-type-0":"Hôm nay","relative-type-1":"Ngày mai","relative-type-2":"Ngày kia","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} ngày nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} ngày trước"}},weekday:{displayName:"ngày trong tuần"},"hour-wide":{displayName:"Giờ","relative-type-0":"giờ này","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} giờ nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} giờ trước"}},"hour-short":{displayName:"Giờ","relative-type-0":"giờ này","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} giờ nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} giờ trước"}},"hour-narrow":{displayName:"Giờ","relative-type-0":"giờ này","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} giờ nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} giờ trước"}},"minute-wide":{displayName:"Phút","relative-type-0":"phút này","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} phút nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} phút trước"}},"minute-short":{displayName:"Phút","relative-type-0":"phút này","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} phút nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} phút trước"}},"minute-narrow":{displayName:"Phút","relative-type-0":"phút này","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} phút nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} phút trước"}},"second-wide":{displayName:"Giây","relative-type-0":"bây giờ","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} giây nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} giây trước"}},"second-short":{displayName:"Giây","relative-type-0":"bây giờ","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} giây nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} giây trước"}},"second-narrow":{displayName:"Giây","relative-type-0":"bây giờ","relativeTime-type-future":{"relativeTimePattern-count-other":"sau {0} giây nữa"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} giây trước"}},zone:{displayName:"Múi giờ"}},decimalFormat:{standard:"#,##0.###"},"decimalFormat-long":{"1000-other":"0 nghìn","10000-other":"00 nghìn","100000-other":"000 nghìn","1000000-other":"0 triệu","10000000-other":"00 triệu","100000000-other":"000 triệu","1000000000-other":"0 tỷ","10000000000-other":"00 tỷ","100000000000-other":"000 tỷ","1000000000000-other":"0 nghìn tỷ","10000000000000-other":"00 nghìn tỷ","100000000000000-other":"000 nghìn tỷ"},"decimalFormat-short":{"1000-other":"0 N","10000-other":"00 N","100000-other":"000 N","1000000-other":"0 Tr","10000000-other":"00 Tr","100000000-other":"000 Tr","1000000000-other":"0 T","10000000000-other":"00 T","100000000000-other":"000 T","1000000000000-other":"0 NT","10000000000000-other":"00 NT","100000000000000-other":"000 NT"},scientificFormat:{standard:"#E0"},percentFormat:{standard:"#,##0%"},currencyFormat:{standard:"#,##0.00 ¤",accounting:"#,##0.00 ¤",currencySpacing:{beforeCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00 ¤","sap-accounting":"#,##0.00 ¤"},miscPattern:{approximately:"~{0}",atLeast:"{0}+",atMost:"≤{0}",range:"{0}-{1}"},"currencyFormat-short":{"1000-other":"0 N ¤","10000-other":"00 N ¤","100000-other":"000 N ¤","1000000-other":"0 Tr ¤","10000000-other":"00 Tr ¤","100000000-other":"000 Tr ¤","1000000000-other":"0 T ¤","10000000000-other":"00 T ¤","100000000000-other":"000 T ¤","1000000000000-other":"0 NT ¤","10000000000000-other":"00 NT ¤","100000000000000-other":"000 NT ¤"},"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$",ILS:"₪",INR:"₹",JPY:"JP¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",THB:"฿",TWD:"NT$",USD:"US$",VND:"₫",XAF:"FCFA",XCD:"EC$",XOF:"CFA",XPF:"CFPF"},rtl:!1,"listPattern-standard-wide":{2:"{0} và {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} và {1}"},"listPattern-or-wide":{2:"{0} hoặc {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} hoặc {1}"},"listPattern-or-short":{2:"{0} hoặc {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} hoặc {1}"},"listPattern-standard-short":{2:"{0} và {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} và {1}"},units:{short:{per:{compoundUnitPattern:"{0}/{1}"},"acceleration-g-force":{displayName:"lực g","unitPattern-count-other":"{0} G"},"acceleration-meter-per-second-squared":{displayName:"m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"rev","unitPattern-count-other":"{0} rev"},"angle-radian":{displayName:"rad","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"độ","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"phút","unitPattern-count-other":"{0}′"},"angle-arc-second":{displayName:"giây","unitPattern-count-other":"{0}″"},"area-square-kilometer":{displayName:"km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"mi²","unitPattern-count-other":"{0} mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"mẫu","unitPattern-count-other":"{0} mẫu"},"area-square-yard":{displayName:"yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"ft²","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"dunam","unitPattern-count-other":"{0} dunam"},"concentr-karat":{displayName:"kt","unitPattern-count-other":"{0} kt"},"concentr-milligram-per-deciliter":{displayName:"mg/dL","unitPattern-count-other":"{0} mg/dL"},"concentr-millimole-per-liter":{displayName:"mmol/L","unitPattern-count-other":"{0} mmol/L"},"concentr-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:"phần vạn","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"mol","unitPattern-count-other":"{0} mol"},"consumption-liter-per-kilometer":{displayName:"l/km","unitPattern-count-other":"{0} l/km"},"consumption-liter-per-100kilometers":{displayName:"L/100km","unitPattern-count-other":"{0} L/100km"},"consumption-mile-per-gallon":{displayName:"mpg","unitPattern-count-other":"{0} mpg"},"consumption-mile-per-gallon-imperial":{displayName:"mpg Imp.","unitPattern-count-other":"{0} mpg Imp."},"digital-petabyte":{displayName:"PByte","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"byte","unitPattern-count-other":"{0} byte"},"digital-bit":{displayName:"bit","unitPattern-count-other":"{0} bit"},"duration-century":{displayName:"thế kỷ","unitPattern-count-other":"{0} thế kỷ"},"duration-year":{displayName:"năm","unitPattern-count-other":"{0} năm",perUnitPattern:"{0}/năm"},"duration-month":{displayName:"tháng","unitPattern-count-other":"{0} tháng",perUnitPattern:"{0}/tháng"},"duration-week":{displayName:"tuần","unitPattern-count-other":"{0} tuần",perUnitPattern:"{0}/tuần"},"duration-day":{displayName:"ngày","unitPattern-count-other":"{0} ngày",perUnitPattern:"{0}/ngày"},"duration-hour":{displayName:"giờ","unitPattern-count-other":"{0} giờ",perUnitPattern:"{0}/giờ"},"duration-minute":{displayName:"phút","unitPattern-count-other":"{0} phút",perUnitPattern:"{0}/phút"},"duration-second":{displayName:"giây","unitPattern-count-other":"{0} giây",perUnitPattern:"{0}/giây"},"duration-millisecond":{displayName:"mili giây","unitPattern-count-other":"{0} mili giây"},"duration-microsecond":{displayName:"μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"nano giây","unitPattern-count-other":"{0} nano giây"},"electric-ampere":{displayName:"A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"v","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"Cal","unitPattern-count-other":"{0} Cal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"J","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kWh","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"electronvôn","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"BTU","unitPattern-count-other":"{0} Btu"},"force-pound-force":{displayName:"pound-lực","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"newton","unitPattern-count-other":"{0} N"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-other":"{0} Hz"},"length-kilometer":{displayName:"km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"µm","unitPattern-count-other":"{0} µm"},"length-nanometer":{displayName:"nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"dặm","unitPattern-count-other":"{0} dặm"},"length-yard":{displayName:"yd","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"ft","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"inch","unitPattern-count-other":"{0} inch",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"ly","unitPattern-count-other":"{0} ly"},"length-astronomical-unit":{displayName:"au","unitPattern-count-other":"{0} au"},"length-furlong":{displayName:"fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"fm","unitPattern-count-other":"{0} fth"},"length-nautical-mile":{displayName:"nmi","unitPattern-count-other":"{0} nmi"},"length-mile-scandinavian":{displayName:"smi","unitPattern-count-other":"{0} smi"},"length-point":{displayName:"đ","unitPattern-count-other":"{0} đ"},"length-solar-radius":{displayName:"bán kính mặt trời","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"lx","unitPattern-count-other":"{0} lx"},"light-solar-luminosity":{displayName:"độ sáng của mặt trời","unitPattern-count-other":"{0} L☉"},"mass-metric-ton":{displayName:"t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"g","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"µg","unitPattern-count-other":"{0} µg"},"mass-ton":{displayName:"tn","unitPattern-count-other":"{0} tn"},"mass-stone":{displayName:"st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"pao","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz t","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"CD","unitPattern-count-other":"{0} CD"},"mass-dalton":{displayName:"dalton","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"Trọng lượng trái đất","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"trọng lượng mặt trời","unitPattern-count-other":"{0} M☉"},"power-gigawatt":{displayName:"GW","unitPattern-count-other":"{0} GW"},"power-megawatt":{displayName:"MW","unitPattern-count-other":"{0} MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-other":"{0} kW"},"power-watt":{displayName:"W","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"hp","unitPattern-count-other":"{0} hp"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-other":"{0} hPa"},"pressure-millimeter-of-mercury":{displayName:"mm Hg","unitPattern-count-other":"{0} mm Hg"},"pressure-pound-per-square-inch":{displayName:"psi","unitPattern-count-other":"{0} psi"},"pressure-inch-hg":{displayName:"inHg","unitPattern-count-other":"{0} inHg"},"pressure-millibar":{displayName:"mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-other":"{0} atm"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"kn","unitPattern-count-other":"{0} kn"},"temperature-generic":{displayName:"°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"K","unitPattern-count-other":"{0} K"},"torque-pound-foot":{displayName:"lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"N⋅m","unitPattern-count-other":"{0} N⋅m"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"ML","unitPattern-count-other":"{0} ML"},"volume-hectoliter":{displayName:"hL","unitPattern-count-other":"{0} hL"},"volume-liter":{displayName:"l","unitPattern-count-other":"{0} L",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dL","unitPattern-count-other":"{0} dL"},"volume-centiliter":{displayName:"cL","unitPattern-count-other":"{0} cL"},"volume-milliliter":{displayName:"mL","unitPattern-count-other":"{0} mL"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-other":"{0} mpt"},"volume-cup-metric":{displayName:"mcup","unitPattern-count-other":"{0} mc"},"volume-acre-foot":{displayName:"ac ft","unitPattern-count-other":"{0} ac ft"},"volume-bushel":{displayName:"bu","unitPattern-count-other":"{0} bu"},"volume-gallon":{displayName:"gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"gal Anh","unitPattern-count-other":"{0} gal Anh",perUnitPattern:"{0}/gal Anh"},"volume-quart":{displayName:"qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"c","unitPattern-count-other":"{0} c"},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-other":"{0} fl oz"},"volume-fluid-ounce-imperial":{displayName:"Oz","unitPattern-count-other":"{0} fl oz Imp."},"volume-tablespoon":{displayName:"thìa xúp","unitPattern-count-other":"{0} tbsp"},"volume-teaspoon":{displayName:"tsp","unitPattern-count-other":"{0} tsp"},"volume-barrel":{displayName:"thùng","unitPattern-count-other":"{0} thùng"},coordinateUnit:{displayName:"hướng",east:"{0}Đ",north:"{0}B",south:"{0}N",west:"{0}T"}}},"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-other":"0 N ¤","10000-other":"00 N ¤","100000-other":"000 N ¤","1000000-other":"0 Tr ¤","10000000-other":"00 Tr ¤","100000000-other":"000 Tr ¤","1000000000-other":"0 T ¤","10000000000-other":"00 T ¤","100000000000-other":"000 T ¤","1000000000000-other":"0 NT ¤","10000000000000-other":"00 NT ¤","100000000000000-other":"000 NT ¤"},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":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:{_allowed:"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"}}};
2
+ //# sourceMappingURL=vi-0ee42fc7.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vi-0ee42fc7.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:"y/M/d"},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:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",ms:"mm:ss",y:"y年",yM:"y年M月",yMd:"y/M/d",yMEd:"y/M/dE",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:"v HH:mm–HH:mm",m:"v HH:mm–HH:mm"},hv:{a:"vah时至ah时",h:"vah时至h时"},Hv:{H:"v HH–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月至M月",y:"y年M月至y年M月"},yMd:{d:"y/M/d – y/M/d",M:"y/M/d – y/M/d",y:"y/M/d – y/M/d"},yMEd:{d:"y/M/dE至y/M/dE",M:"y/M/dE至y/M/dE",y:"y/M/dE至y/M/dE"},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:"Gy/M/d"},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",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy年M月",yyyyMd:"G y/M/d",yyyyMEd:"G y/M/dE",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:"v HH:mm – HH:mm",m:"v HH:mm – HH:mm"},hv:{a:"vah时至ah时",h:"vah时至h时"},Hv:{H:"HH–HH v"},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:"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:"伊斯兰历"}},"ca-japanese":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gyy-MM-dd"},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",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"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:"v HH:mm – HH:mm",m:"v HH:mm – HH:mm"},hv:{a:"vah时至ah时",h:"vah时至h时"},Hv:{H:"HH–HH v"},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:"Gy年M月至M月",y:"Gy年M月至y年M月",G:"Gy年M月至Gy年M月"},yMd:{d:"Gy/M/d – y/M/d",M:"Gy/M/d – y/M/d",y:"Gy/M/d – y/M/d",G:"Gy/M/d – Gy/M/d"},yMEd:{d:"Gy/M/dE至y/M/dE",M:"Gy/M/dE至y/M/dE",y:"Gy/M/dE至y/M/dE",G:"Gy/M/dE至Gy/M/dE"},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:"Gy/M/d"},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",MMM:"LL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy年M月",yyyyMd:"G y/M/d",yyyyMEd:"G y/M/dE",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:"v HH:mm – HH:mm",m:"v HH:mm – HH:mm"},hv:{a:"vah时至ah时",h:"vah时至h时"},Hv:{H:"HH–HH v"},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:"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:"波斯历"}},"ca-buddhist":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gy-M-d"},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",MMM:"LL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"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:"HH–HH v"},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:"¥",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_CN-9347b38b.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zh_CN-9347b38b.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}