@openui5/sap.ui.integration 1.127.0 → 1.128.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 (757) hide show
  1. package/package.json +7 -7
  2. package/src/sap/ui/integration/.library +1 -1
  3. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  4. package/src/sap/ui/integration/Designtime.js +1 -1
  5. package/src/sap/ui/integration/Extension.js +1 -1
  6. package/src/sap/ui/integration/Host.js +1 -1
  7. package/src/sap/ui/integration/cards/AdaptiveContent.js +5 -4
  8. package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
  9. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  10. package/src/sap/ui/integration/cards/BaseContent.js +76 -17
  11. package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
  12. package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
  13. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  14. package/src/sap/ui/integration/cards/Footer.js +1 -1
  15. package/src/sap/ui/integration/cards/Header.js +1 -1
  16. package/src/sap/ui/integration/cards/ListContent.js +1 -1
  17. package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
  18. package/src/sap/ui/integration/cards/ObjectContent.js +13 -1
  19. package/src/sap/ui/integration/cards/TableContent.js +1 -1
  20. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  21. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  22. package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
  23. package/src/sap/ui/integration/cards/actions/ShowCardAction.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/filters/BaseFilter.js +1 -1
  30. package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
  31. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
  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 +1 -1
  35. package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
  36. package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
  37. package/src/sap/ui/integration/controls/ActionsStrip.js +4 -4
  38. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  39. package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
  40. package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
  41. package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
  42. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  43. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  44. package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
  45. package/src/sap/ui/integration/controls/Paginator.js +1 -1
  46. package/src/sap/ui/integration/customElements/CustomElementCard.js +9 -3
  47. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  48. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  49. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  50. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_sappsd.properties +16 -16
  51. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +80 -80
  52. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  53. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  54. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  55. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  56. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  77. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  81. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  82. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  83. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  84. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  85. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  86. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  87. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  88. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_sappsd.properties +5 -5
  89. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +171 -171
  90. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  91. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  92. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
  93. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  94. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  95. package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
  96. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  97. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  98. package/src/sap/ui/integration/editor/Editor.js +2 -2
  99. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  100. package/src/sap/ui/integration/editor/Extension.js +1 -1
  101. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  102. package/src/sap/ui/integration/editor/Settings.js +1 -1
  103. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  104. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  105. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  106. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  107. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  108. package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
  109. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  110. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  111. package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
  112. package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
  113. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  114. package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
  115. package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
  116. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  117. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  118. package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
  119. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  120. package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
  121. package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
  122. package/src/sap/ui/integration/library.js +58 -3
  123. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  124. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  125. package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
  126. package/src/sap/ui/integration/schemas/sap-card.json +6 -1
  127. package/src/sap/ui/integration/themes/base/Card.less +148 -3
  128. package/src/sap/ui/integration/themes/base/ObjectStatus.less +2 -0
  129. package/src/sap/ui/integration/themes/base/library.source.less +0 -1
  130. package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +1 -0
  131. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +1 -0
  132. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +1 -0
  133. package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +1 -0
  134. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +154 -10
  135. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
  136. package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +1 -0
  137. package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +1 -0
  138. package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +1 -0
  139. package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +1 -0
  140. package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +1 -0
  141. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +1 -0
  142. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +1 -0
  143. package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +1 -0
  144. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +1 -0
  145. package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +1 -0
  146. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +1 -0
  147. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +1 -0
  148. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +1 -0
  149. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +1 -0
  150. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +1 -0
  151. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +1 -0
  152. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +1 -0
  153. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +1 -0
  154. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +1 -0
  155. package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +1 -0
  156. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +1 -0
  157. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +1 -0
  158. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +1 -0
  159. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +1 -0
  160. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +1 -0
  161. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +1 -0
  162. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +1 -0
  163. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +1 -0
  164. package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +1 -0
  165. package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +1 -0
  166. package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +1 -0
  167. package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +1 -0
  168. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +1 -0
  169. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +1 -0
  170. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +1 -0
  171. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +1 -0
  172. package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +1 -0
  173. package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +1 -0
  174. package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +1 -0
  175. package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +1 -0
  176. package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +1 -0
  177. package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +1 -0
  178. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +1 -0
  179. package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +1 -0
  180. package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +1 -0
  181. package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +1 -0
  182. package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +1 -0
  183. package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +1 -0
  184. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +1 -0
  185. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +1 -0
  186. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +1 -0
  187. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +1 -0
  188. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +1 -0
  189. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +1 -0
  190. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +1 -0
  191. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +1 -0
  192. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +1 -0
  193. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +1 -0
  194. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +1 -0
  195. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +1 -0
  196. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +1 -0
  197. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +1 -0
  198. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +1 -0
  199. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +1 -0
  200. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +1 -0
  201. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +1 -0
  202. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +1 -0
  203. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +1 -0
  204. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +1 -0
  205. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +1 -0
  206. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +1 -0
  207. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +1 -0
  208. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +1 -0
  209. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +1 -0
  210. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +1 -0
  211. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +1 -0
  212. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +1 -0
  213. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +1 -0
  214. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +1 -0
  215. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +1 -0
  216. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +1 -0
  217. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +1 -0
  218. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +1 -0
  219. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +1 -0
  220. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +1 -0
  221. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +1 -0
  222. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +1 -0
  223. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +1 -0
  224. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +1 -0
  225. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +1 -0
  226. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +1 -0
  227. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +1 -0
  228. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +1 -0
  229. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +1 -0
  230. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +1 -0
  231. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +1 -0
  232. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +1 -0
  233. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +1 -0
  234. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +1 -0
  235. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +1 -0
  236. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +1 -0
  237. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +1 -0
  238. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +1 -0
  239. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +1 -0
  240. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +1 -0
  241. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +1 -0
  242. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +1 -0
  243. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +1 -0
  244. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +1 -0
  245. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +1 -0
  246. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +1 -0
  247. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +1 -0
  248. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +1 -0
  249. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +1 -0
  250. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +1 -0
  251. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +1 -0
  252. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +1 -0
  253. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +1 -0
  254. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +1 -0
  255. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +1 -0
  256. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +1 -0
  257. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +1 -0
  258. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +1 -0
  259. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +1 -0
  260. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +1 -0
  261. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +1 -0
  262. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +1 -0
  263. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +1 -0
  264. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +1 -0
  265. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +1 -0
  266. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +1 -0
  267. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +1 -0
  268. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +1 -0
  269. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +1 -0
  270. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +1 -0
  271. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +1 -0
  272. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +1 -0
  273. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +1 -0
  274. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +1 -0
  275. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +1 -0
  276. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +1 -0
  277. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +1 -0
  278. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +1 -0
  279. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +1 -0
  280. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +1 -0
  281. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +1 -0
  282. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +1 -0
  283. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +1 -0
  284. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +1 -0
  285. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +1 -0
  286. package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +1 -0
  287. package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +1 -0
  288. package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +1 -0
  289. package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +1 -0
  290. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +1 -0
  291. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +1 -0
  292. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +1 -0
  293. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +1 -0
  294. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +1 -0
  295. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +1 -0
  296. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +1 -0
  297. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +1 -0
  298. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +1 -0
  299. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +1 -0
  300. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +1 -0
  301. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +1 -0
  302. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +1 -0
  303. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +1 -0
  304. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +1 -0
  305. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +1 -0
  306. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +1 -0
  307. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +1 -0
  308. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +1 -0
  309. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +1 -0
  310. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +1 -0
  311. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +1 -0
  312. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +1 -0
  313. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +1 -0
  314. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +1 -0
  315. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +1 -0
  316. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +1 -0
  317. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +1 -0
  318. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +1 -0
  319. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +1 -0
  320. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +1 -0
  321. package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +1 -0
  322. package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +1 -0
  323. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +1 -0
  324. package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +1 -0
  325. package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +1 -0
  326. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +1 -0
  327. package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +1 -0
  328. package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +1 -0
  329. package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +1 -0
  330. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +1 -0
  331. package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +1 -0
  332. package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +1 -0
  333. package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +1 -0
  334. package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +1 -0
  335. package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +1 -0
  336. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +1 -0
  337. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +1 -0
  338. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +1 -0
  339. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.js +1 -0
  340. package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
  341. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  342. package/src/sap/ui/integration/util/BindingHelper.js +1 -1
  343. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  344. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  345. package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
  346. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  347. package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
  348. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  349. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  350. package/src/sap/ui/integration/util/Destinations.js +1 -1
  351. package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
  352. package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
  353. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  354. package/src/sap/ui/integration/util/Form.js +1 -1
  355. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  356. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  357. package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
  358. package/src/sap/ui/integration/util/Manifest.js +1 -1
  359. package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
  360. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  361. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  362. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  363. package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
  364. package/src/sap/ui/integration/util/Utils.js +1 -1
  365. package/src/sap/ui/integration/util/Validators.js +1 -1
  366. package/src/sap/ui/integration/widgets/Card.js +10 -6
  367. package/src/sap/ui/integration/controls/LinkWithIcon.js +0 -79
  368. package/src/sap/ui/integration/controls/LinkWithIconRenderer.js +0 -38
  369. package/src/sap/ui/integration/themes/base/LinkWithIcon.less +0 -11
  370. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js +0 -2
  371. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js.map +0 -1
  372. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js +0 -2
  373. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js.map +0 -1
  374. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js +0 -2
  375. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js.map +0 -1
  376. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js +0 -2
  377. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js.map +0 -1
  378. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js +0 -2
  379. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js.map +0 -1
  380. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js +0 -2
  381. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js.map +0 -1
  382. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js +0 -2
  383. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js.map +0 -1
  384. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js +0 -2
  385. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js.map +0 -1
  386. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js +0 -2
  387. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js.map +0 -1
  388. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js +0 -2
  389. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js.map +0 -1
  390. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js +0 -2
  391. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js.map +0 -1
  392. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js +0 -2
  393. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js.map +0 -1
  394. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js +0 -2
  395. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js.map +0 -1
  396. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js +0 -2
  397. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js.map +0 -1
  398. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js +0 -2
  399. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js.map +0 -1
  400. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js +0 -2
  401. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js.map +0 -1
  402. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js +0 -2
  403. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js.map +0 -1
  404. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js +0 -2
  405. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js.map +0 -1
  406. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js +0 -2
  407. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js.map +0 -1
  408. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js +0 -2
  409. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js.map +0 -1
  410. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js +0 -2
  411. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js.map +0 -1
  412. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js +0 -2
  413. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js.map +0 -1
  414. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js +0 -2
  415. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js.map +0 -1
  416. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js +0 -2
  417. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js.map +0 -1
  418. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js +0 -2
  419. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js.map +0 -1
  420. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js +0 -2
  421. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js.map +0 -1
  422. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js +0 -2
  423. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js.map +0 -1
  424. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js +0 -2
  425. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js.map +0 -1
  426. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js +0 -2
  427. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js.map +0 -1
  428. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js +0 -2
  429. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js.map +0 -1
  430. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js +0 -2
  431. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js.map +0 -1
  432. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js +0 -2
  433. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js.map +0 -1
  434. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js +0 -2
  435. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js.map +0 -1
  436. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js +0 -2
  437. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js.map +0 -1
  438. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js +0 -2
  439. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js.map +0 -1
  440. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js +0 -2
  441. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js.map +0 -1
  442. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js +0 -2
  443. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js.map +0 -1
  444. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js +0 -2
  445. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js.map +0 -1
  446. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js +0 -2
  447. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js.map +0 -1
  448. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js +0 -2
  449. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js.map +0 -1
  450. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js +0 -2
  451. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js.map +0 -1
  452. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js +0 -2
  453. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js.map +0 -1
  454. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js +0 -2
  455. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js.map +0 -1
  456. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js +0 -2
  457. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js.map +0 -1
  458. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js +0 -2
  459. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js.map +0 -1
  460. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js +0 -2
  461. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js.map +0 -1
  462. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js +0 -2
  463. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js.map +0 -1
  464. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js +0 -2
  465. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js.map +0 -1
  466. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js +0 -2
  467. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js.map +0 -1
  468. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js +0 -2
  469. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js.map +0 -1
  470. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js +0 -2
  471. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js.map +0 -1
  472. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js +0 -2
  473. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js.map +0 -1
  474. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js +0 -2
  475. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js.map +0 -1
  476. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js +0 -2
  477. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js.map +0 -1
  478. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js +0 -2
  479. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js.map +0 -1
  480. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js +0 -2
  481. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js.map +0 -1
  482. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js +0 -2
  483. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js.map +0 -1
  484. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js +0 -2
  485. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js.map +0 -1
  486. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js +0 -2
  487. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js.map +0 -1
  488. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js +0 -2
  489. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js.map +0 -1
  490. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js +0 -2
  491. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js.map +0 -1
  492. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js +0 -2
  493. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js.map +0 -1
  494. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js +0 -2
  495. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js.map +0 -1
  496. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js +0 -2
  497. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js.map +0 -1
  498. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js +0 -2
  499. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js.map +0 -1
  500. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js +0 -2
  501. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js.map +0 -1
  502. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js +0 -2
  503. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js.map +0 -1
  504. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js +0 -2
  505. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js.map +0 -1
  506. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js +0 -2
  507. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js.map +0 -1
  508. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js +0 -2
  509. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js.map +0 -1
  510. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js +0 -2
  511. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js.map +0 -1
  512. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js +0 -2
  513. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js.map +0 -1
  514. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js +0 -2
  515. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js.map +0 -1
  516. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js +0 -2
  517. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js.map +0 -1
  518. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js +0 -2
  519. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js.map +0 -1
  520. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js +0 -2
  521. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js.map +0 -1
  522. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js +0 -2
  523. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js.map +0 -1
  524. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js +0 -2
  525. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js.map +0 -1
  526. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js +0 -2
  527. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js.map +0 -1
  528. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js +0 -2
  529. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js.map +0 -1
  530. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js +0 -2
  531. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js.map +0 -1
  532. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js +0 -2
  533. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js.map +0 -1
  534. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js +0 -2
  535. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js.map +0 -1
  536. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js +0 -2
  537. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js.map +0 -1
  538. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js +0 -2
  539. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js.map +0 -1
  540. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js +0 -2
  541. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js.map +0 -1
  542. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js +0 -2
  543. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js.map +0 -1
  544. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js +0 -2
  545. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js.map +0 -1
  546. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js +0 -2
  547. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js.map +0 -1
  548. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js +0 -2
  549. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js.map +0 -1
  550. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js +0 -2
  551. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js.map +0 -1
  552. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js +0 -2
  553. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js.map +0 -1
  554. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js +0 -2
  555. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js.map +0 -1
  556. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js +0 -2
  557. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js.map +0 -1
  558. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js +0 -2
  559. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js.map +0 -1
  560. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js +0 -2
  561. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js.map +0 -1
  562. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js +0 -2
  563. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js.map +0 -1
  564. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js +0 -2
  565. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js.map +0 -1
  566. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js +0 -2
  567. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js.map +0 -1
  568. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js +0 -2
  569. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js.map +0 -1
  570. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js +0 -2
  571. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js.map +0 -1
  572. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js +0 -2
  573. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js.map +0 -1
  574. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js +0 -2
  575. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js.map +0 -1
  576. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js +0 -2
  577. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js.map +0 -1
  578. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js +0 -2
  579. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js.map +0 -1
  580. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js +0 -2
  581. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js.map +0 -1
  582. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js +0 -2
  583. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js.map +0 -1
  584. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js +0 -2
  585. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js.map +0 -1
  586. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js +0 -2
  587. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js.map +0 -1
  588. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js +0 -2
  589. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js.map +0 -1
  590. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js +0 -2
  591. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js.map +0 -1
  592. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js +0 -2
  593. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js.map +0 -1
  594. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js +0 -2
  595. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js.map +0 -1
  596. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js +0 -2
  597. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js.map +0 -1
  598. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js +0 -2
  599. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js.map +0 -1
  600. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js +0 -2
  601. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js.map +0 -1
  602. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js +0 -2
  603. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js.map +0 -1
  604. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js +0 -2
  605. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js.map +0 -1
  606. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js +0 -2
  607. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js.map +0 -1
  608. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js +0 -2
  609. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js.map +0 -1
  610. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js +0 -2
  611. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js.map +0 -1
  612. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js +0 -2
  613. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js.map +0 -1
  614. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js +0 -2
  615. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js.map +0 -1
  616. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js +0 -2
  617. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js.map +0 -1
  618. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js +0 -2
  619. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js.map +0 -1
  620. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js +0 -2
  621. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js.map +0 -1
  622. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js +0 -2
  623. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js.map +0 -1
  624. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js +0 -2
  625. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js.map +0 -1
  626. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js +0 -2
  627. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js.map +0 -1
  628. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js +0 -2
  629. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js.map +0 -1
  630. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js +0 -2
  631. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js.map +0 -1
  632. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js +0 -2
  633. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js.map +0 -1
  634. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js +0 -2
  635. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js.map +0 -1
  636. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js +0 -2
  637. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js.map +0 -1
  638. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js +0 -2
  639. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js.map +0 -1
  640. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js +0 -2
  641. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js.map +0 -1
  642. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js +0 -2
  643. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js.map +0 -1
  644. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js +0 -2
  645. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js.map +0 -1
  646. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js +0 -2
  647. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js.map +0 -1
  648. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js +0 -2
  649. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js.map +0 -1
  650. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js +0 -2
  651. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js.map +0 -1
  652. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js +0 -2
  653. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js.map +0 -1
  654. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js +0 -2
  655. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js.map +0 -1
  656. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js +0 -2
  657. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js.map +0 -1
  658. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js +0 -2
  659. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js.map +0 -1
  660. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js +0 -2
  661. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js.map +0 -1
  662. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js +0 -2
  663. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js.map +0 -1
  664. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js +0 -2
  665. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js.map +0 -1
  666. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js +0 -2
  667. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js.map +0 -1
  668. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js +0 -2
  669. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js.map +0 -1
  670. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js +0 -2
  671. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js.map +0 -1
  672. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js +0 -2
  673. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js.map +0 -1
  674. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js +0 -2
  675. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js.map +0 -1
  676. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js +0 -2
  677. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js.map +0 -1
  678. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js +0 -2
  679. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js.map +0 -1
  680. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js +0 -2
  681. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js.map +0 -1
  682. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js +0 -2
  683. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js.map +0 -1
  684. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js +0 -2
  685. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js.map +0 -1
  686. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js +0 -2
  687. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js.map +0 -1
  688. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js +0 -2
  689. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js.map +0 -1
  690. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js +0 -2
  691. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js.map +0 -1
  692. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js +0 -2
  693. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js.map +0 -1
  694. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js +0 -2
  695. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js.map +0 -1
  696. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js +0 -2
  697. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js.map +0 -1
  698. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js +0 -2
  699. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js.map +0 -1
  700. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js +0 -2
  701. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js.map +0 -1
  702. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js +0 -2
  703. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js.map +0 -1
  704. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js +0 -2
  705. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js.map +0 -1
  706. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js +0 -2
  707. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js.map +0 -1
  708. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js +0 -2
  709. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js.map +0 -1
  710. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js +0 -2
  711. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js.map +0 -1
  712. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js +0 -2
  713. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js.map +0 -1
  714. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js +0 -2
  715. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js.map +0 -1
  716. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js +0 -2
  717. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js.map +0 -1
  718. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js +0 -2
  719. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js.map +0 -1
  720. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js +0 -2
  721. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js.map +0 -1
  722. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js +0 -2
  723. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js.map +0 -1
  724. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js +0 -2
  725. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js.map +0 -1
  726. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js +0 -2
  727. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js.map +0 -1
  728. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js +0 -2
  729. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js.map +0 -1
  730. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js +0 -2
  731. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js.map +0 -1
  732. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js +0 -2
  733. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js.map +0 -1
  734. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js +0 -2
  735. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js.map +0 -1
  736. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js +0 -2
  737. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js.map +0 -1
  738. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js +0 -2
  739. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js.map +0 -1
  740. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js +0 -2
  741. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js.map +0 -1
  742. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js +0 -2
  743. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js.map +0 -1
  744. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js +0 -2
  745. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js.map +0 -1
  746. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js +0 -2
  747. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js.map +0 -1
  748. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js +0 -2
  749. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js.map +0 -1
  750. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js +0 -2
  751. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js.map +0 -1
  752. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js +0 -2
  753. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js.map +0 -1
  754. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js +0 -2
  755. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js.map +0 -1
  756. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js +0 -2
  757. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js.map +0 -1
@@ -1,2 +0,0 @@
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:"afar",ab:"abjasio",ace:"acehnés",ach:"acoli",ada:"adangme",ady:"adigué",ae:"avéstico",af:"afrikáans",afh:"afrihili",agq:"aghem",ain:"ainu",ak:"akan",akk:"acadio",ale:"aleutiano",alt:"altái meridional",am:"amárico",an:"aragonés",ang:"inglés antiguo",anp:"angika",ar:"árabe",ar_001:"árabe estándar moderno",arc:"arameo",arn:"mapuche",arp:"arapaho",ars:"árabe najdí",arw:"arahuaco",as:"asamés",asa:"asu",ast:"asturiano",av:"avar",awa:"avadhi",ay:"aimara",az:"azerbaiyano","az_alt-short":"azerí",ba:"baskir",bal:"baluchi",ban:"balinés",bas:"basaa",bax:"bamún",bbj:"ghomala",be:"bielorruso",bej:"beja",bem:"bemba",bez:"bena",bfd:"bafut",bg:"búlgaro",bgn:"baluchi occidental",bho:"bhoyapurí",bi:"bislama",bik:"bicol",bin:"bini",bkm:"kom",bla:"siksika",bm:"bambara",bn:"bengalí",bo:"tibetano",br:"bretón",bra:"braj",brx:"bodo",bs:"bosnio",bss:"akoose",bua:"buriato",bug:"buginés",bum:"bulu",byn:"blin",byv:"medumba",ca:"catalán",cad:"caddo",car:"caribe",cay:"cayuga",cch:"atsam",ccp:"ccp",ce:"checheno",ceb:"cebuano",cgg:"chiga",ch:"chamorro",chb:"chibcha",chg:"chagatái",chk:"trukés",chm:"marí",chn:"jerga chinuk",cho:"choctaw",chp:"chipewyan",chr:"cheroqui",chy:"cheyene",ckb:"kurdo sorani",co:"corso",cop:"copto",cr:"cree",crh:"tártaro de Crimea",crs:"criollo seychelense",cs:"checo",csb:"casubio",cu:"eslavo eclesiástico",cv:"chuvasio",cy:"galés",da:"danés",dak:"dakota",dar:"dargva",dav:"taita",de:"alemán",de_AT:"alemán austríaco",de_CH:"alto alemán suizo",del:"delaware",den:"slave",dgr:"dogrib",din:"dinka",dje:"zarma",doi:"dogri",dsb:"bajo sorbio",dua:"duala",dum:"neerlandés medio",dv:"divehi",dyo:"jola-fonyi",dyu:"diula",dz:"dzongkha",dzg:"dazaga",ebu:"embu",ee:"ewé",efi:"efik",egy:"egipcio antiguo",eka:"ekajuk",el:"griego",elx:"elamita",en:"inglés",en_AU:"inglés australiano",en_CA:"inglés canadiense",en_GB:"inglés británico","en_GB-alt-short":"inglés (RU)",en_US:"inglés estadounidense","en_US-alt-short":"inglés (EE. UU.)",enm:"inglés medio",eo:"esperanto",es:"español",es_419:"español latinoamericano",es_ES:"español de España",es_MX:"español de México",et:"estonio",eu:"euskera",ewo:"ewondo",fa:"persa",fan:"fang",fat:"fanti",ff:"fula",fi:"finés",fil:"filipino",fj:"fiyiano",fo:"feroés",fon:"fon",fr:"francés",fr_CA:"francés canadiense",fr_CH:"francés suizo",frc:"francés cajún",frm:"francés medio",fro:"francés antiguo",frr:"frisón septentrional",frs:"frisón oriental",fur:"friulano",fy:"frisón occidental",ga:"irlandés",gaa:"ga",gag:"gagauzo",gan:"chino gan",gay:"gayo",gba:"gbaya",gd:"gaélico escocés",gez:"geez",gil:"gilbertés",gl:"gallego",gmh:"alto alemán medio",gn:"guaraní",goh:"alto alemán antiguo",gon:"gondi",gor:"gorontalo",got:"gótico",grb:"grebo",grc:"griego antiguo",gsw:"alemán suizo",gu:"guyaratí",guz:"gusii",gv:"manés",gwi:"kutchin",ha:"hausa",hai:"haida",hak:"chino hakka",haw:"hawaiano",he:"hebreo",hi:"hindi",hil:"hiligaynon",hit:"hitita",hmn:"hmong",ho:"hiri motu",hr:"croata",hsb:"alto sorbio",hsn:"chino xiang",ht:"criollo haitiano",hu:"húngaro",hup:"hupa",hy:"armenio",hz:"herero",ia:"interlingua",iba:"iban",ibb:"ibibio",id:"indonesio",ie:"interlingue",ig:"igbo",ii:"yi de Sichuán",ik:"inupiaq",ilo:"ilocano",inh:"ingush",io:"ido",is:"islandés",it:"italiano",iu:"inuktitut",ja:"japonés",jbo:"lojban",jgo:"ngomba",jmc:"machame",jpr:"judeo-persa",jrb:"judeo-árabe",jv:"javanés",ka:"georgiano",kaa:"karakalpako",kab:"cabila",kac:"kachin",kaj:"jju",kam:"kamba",kaw:"kawi",kbd:"kabardiano",kbl:"kanembu",kcg:"tyap",kde:"makonde",kea:"criollo caboverdiano",kfo:"koro",kg:"kongo",kha:"khasi",kho:"kotanés",khq:"koyra chiini",ki:"kikuyu",kj:"kuanyama",kk:"kazajo",kkj:"kako",kl:"groenlandés",kln:"kalenjin",km:"jemer",kmb:"kimbundu",kn:"canarés",ko:"coreano",koi:"komi permio",kok:"konkaní",kos:"kosraeano",kpe:"kpelle",kr:"kanuri",krc:"karachay-balkar",krl:"carelio",kru:"kurukh",ks:"cachemiro",ksb:"shambala",ksf:"bafia",ksh:"kölsch",ku:"kurdo",kum:"kumyk",kut:"kutenai",kv:"komi",kw:"córnico",ky:"kirguís",la:"latín",lad:"ladino",lag:"langi",lah:"lahnda",lam:"lamba",lb:"luxemburgués",lez:"lezgiano",lg:"ganda",li:"limburgués",lkt:"lakota",ln:"lingala",lo:"lao",lol:"mongo",lou:"criollo de Luisiana",loz:"lozi",lrc:"lorí septentrional",lt:"lituano",lu:"luba-katanga",lua:"luba-lulua",lui:"luiseño",lun:"lunda",luo:"luo",lus:"mizo",luy:"luyia",lv:"letón",mad:"madurés",maf:"mafa",mag:"magahi",mai:"maithili",mak:"macasar",man:"mandingo",mas:"masái",mde:"maba",mdf:"moksha",mdr:"mandar",men:"mende",mer:"meru",mfe:"criollo mauriciano",mg:"malgache",mga:"irlandés medio",mgh:"makhuwa-meetto",mgo:"meta’",mh:"marshalés",mi:"maorí",mic:"micmac",min:"minangkabau",mk:"macedonio",ml:"malayalam",mn:"mongol",mnc:"manchú",mni:"manipuri",moh:"mohawk",mos:"mossi",mr:"maratí",ms:"malayo",mt:"maltés",mua:"mundang",mul:"varios idiomas",mus:"creek",mwl:"mirandés",mwr:"marwari",my:"birmano",mye:"myene",myv:"erzya",mzn:"mazandaraní",na:"nauruano",nan:"chino min nan",nap:"napolitano",naq:"nama",nb:"noruego bokmal",nd:"ndebele septentrional",nds:"bajo alemán",nds_NL:"bajo sajón",ne:"nepalí",new:"newari",ng:"ndonga",nia:"nias",niu:"niueano",nl:"neerlandés",nl_BE:"flamenco",nmg:"kwasio",nn:"noruego nynorsk",nnh:"ngiemboon",no:"noruego",nog:"nogai",non:"nórdico antiguo",nqo:"n’ko",nr:"ndebele meridional",nso:"sotho septentrional",nus:"nuer",nv:"navajo",nwc:"newari clásico",ny:"nyanja",nym:"nyamwezi",nyn:"nyankole",nyo:"nyoro",nzi:"nzima",oc:"occitano",oj:"ojibwa",om:"oromo",or:"oriya",os:"osético",osa:"osage",ota:"turco otomano",pa:"panyabí",pag:"pangasinán",pal:"pahlavi",pam:"pampanga",pap:"papiamento",pau:"palauano",pcm:"pidgin de Nigeria",peo:"persa antiguo",phn:"fenicio",pi:"pali",pl:"polaco",pon:"pohnpeiano",prg:"prusiano",pro:"provenzal antiguo",ps:"pastún","ps_alt-variant":"pastú",pt:"portugués",pt_BR:"portugués de Brasil",pt_PT:"portugués de Portugal",qu:"quechua",quc:"quiché",raj:"rajasthani",rap:"rapanui",rar:"rarotongano",rm:"romanche",rn:"kirundi",ro:"rumano",ro_MD:"moldavo",rof:"rombo",rom:"romaní",root:"raíz",ru:"ruso",rup:"arrumano",rw:"kinyarwanda",rwk:"rwa",sa:"sánscrito",sad:"sandawe",sah:"sakha",sam:"arameo samaritano",saq:"samburu",sas:"sasak",sat:"santali",sba:"ngambay",sbp:"sangu",sc:"sardo",scn:"siciliano",sco:"escocés",sd:"sindhi",sdh:"kurdo meridional",se:"sami septentrional",see:"seneca",seh:"sena",sel:"selkup",ses:"koyraboro senni",sg:"sango",sga:"irlandés antiguo",sh:"serbocroata",shi:"tashelhit",shn:"shan",shu:"árabe chadiano",si:"cingalés",sid:"sidamo",sk:"eslovaco",sl:"esloveno",sm:"samoano",sma:"sami meridional",smj:"sami lule",smn:"sami inari",sms:"sami skolt",sn:"shona",snk:"soninké",so:"somalí",sog:"sogdiano",sq:"albanés",sr:"serbio",srn:"sranan tongo",srr:"serer",ss:"suazi",ssy:"saho",st:"sotho meridional",su:"sundanés",suk:"sukuma",sus:"susu",sux:"sumerio",sv:"sueco",sw:"suajili",sw_CD:"suajili del Congo",swb:"comorense",syc:"siríaco clásico",syr:"siriaco",ta:"tamil",te:"telugu",tem:"temne",teo:"teso",ter:"tereno",tet:"tetún",tg:"tayiko",th:"tailandés",ti:"tigriña",tig:"tigré",tiv:"tiv",tk:"turcomano",tkl:"tokelauano",tl:"tagalo",tlh:"klingon",tli:"tlingit",tmh:"tamashek",tn:"setsuana",to:"tongano",tog:"tonga del Nyasa",tpi:"tok pisin",tr:"turco",trv:"taroko",ts:"tsonga",tsi:"tsimshiano",tt:"tártaro",tum:"tumbuka",tvl:"tuvaluano",tw:"twi",twq:"tasawaq",ty:"tahitiano",tyv:"tuviniano",tzm:"tamazight del Atlas Central",udm:"udmurt",ug:"uigur","ug_alt-variant":"uygur",uga:"ugarítico",uk:"ucraniano",umb:"umbundu",und:"lengua desconocida",ur:"urdu",uz:"uzbeko",vai:"vai",ve:"venda",vi:"vietnamita",vo:"volapük",vot:"vótico",vun:"vunjo",wa:"valón",wae:"walser",wal:"wolayta",war:"waray",was:"washo",wbp:"warlpiri",wo:"wólof",wuu:"chino wu",xal:"kalmyk",xh:"xhosa",xog:"soga",yao:"yao",yap:"yapés",yav:"yangben",ybb:"yemba",yi:"yidis",yo:"yoruba",yue:"cantonés",za:"zhuang",zap:"zapoteco",zbl:"símbolos Bliss",zen:"zenaga",zgh:"tamazight estándar marroquí",zh:"chino",zh_Hans:"chino simplificado",zh_Hant:"chino tradicional",zu:"zulú",zun:"zuñi",zxx:"sin contenido lingüístico",zza:"zazaki"},scripts:{Adlm:"Adlm",Aghb:"Aghb",Ahom:"Ahom",Arab:"árabe","Arab-alt-variant":"perso-árabe",Armi:"Armi",Armn:"armenio",Avst:"avéstico",Bali:"balinés",Bamu:"Bamu",Bass:"Bass",Batk:"batak",Beng:"bengalí",Bhks:"Bhks",Blis:"símbolos blis",Bopo:"bopomofo",Brah:"brahmi",Brai:"braille",Bugi:"buginés",Buhd:"buhid",Cakm:"Cakm",Cans:"silabarios aborígenes canadienses unificados",Cari:"cario",Cham:"cham",Cher:"cherokee",Cirt:"cirth",Copt:"copto",Cprt:"chipriota",Cyrl:"cirílico",Cyrs:"cirílico del antiguo eslavo eclesiástico",Deva:"devanagari",Dogr:"Dogr",Dsrt:"deseret",Dupl:"Dupl",Egyd:"egipcio demótico",Egyh:"egipcio hierático",Egyp:"jeroglíficos egipcios",Elba:"Elba",Elym:"Elym",Ethi:"etiópico",Geok:"georgiano eclesiástico",Geor:"georgiano",Glag:"glagolítico",Gong:"Gong",Gonm:"Gonm",Goth:"gótico",Gran:"Gran",Grek:"griego",Gujr:"gujarati",Guru:"gurmuji",Hanb:"hanb",Hang:"hangul",Hani:"han",Hano:"hanunoo",Hans:"simplificado","Hans-alt-stand-alone":"han simplificado",Hant:"tradicional","Hant-alt-stand-alone":"han tradicional",Hatr:"Hatr",Hebr:"hebreo",Hira:"hiragana",Hluw:"Hluw",Hmng:"pahawh hmong",Hmnp:"Hmnp",Hrkt:"silabarios japoneses",Hung:"húngaro antiguo",Inds:"Indio (harappan)",Ital:"antigua bastardilla",Jamo:"jamo",Java:"javanés",Jpan:"japonés",Kali:"kayah li",Kana:"katakana",Khar:"kharosthi",Khmr:"jemer",Khoj:"Khoj",Knda:"canarés",Kore:"coreano",Kthi:"Kthi",Lana:"lanna",Laoo:"laosiano",Latf:"latino fraktur",Latg:"latino gaélico",Latn:"latino",Lepc:"lepcha",Limb:"limbu",Lina:"lineal A",Linb:"lineal B",Lisu:"Lisu",Lyci:"licio",Lydi:"lidio",Mahj:"Mahj",Maka:"Maka",Mand:"mandeo",Mani:"Mani",Marc:"Marc",Maya:"jeroglíficos mayas",Medf:"Medf",Mend:"Mend",Merc:"Merc",Mero:"meroítico",Mlym:"malayálam",Modi:"Modi",Mong:"mongol",Moon:"moon",Mroo:"Mroo",Mtei:"manipuri",Mult:"Mult",Mymr:"birmano",Nand:"Nand",Narb:"Narb",Nbat:"Nbat",Newa:"Newa",Nkoo:"n’ko",Nshu:"Nshu",Ogam:"ogham",Olck:"ol ciki",Orkh:"orkhon",Orya:"oriya",Osge:"Osge",Osma:"osmaniya",Palm:"Palm",Pauc:"Pauc",Perm:"permiano antiguo",Phag:"phags-pa",Phli:"Phli",Phlp:"Phlp",Phnx:"fenicio",Plrd:"Pollard Miao",Prti:"Prti",Qaag:"Qaag",Rjng:"rejang",Rohg:"Rohg",Roro:"rongo-rongo",Runr:"rúnico",Samr:"Samr",Sara:"sarati",Sarb:"Sarb",Saur:"saurashtra",Sgnw:"SignWriting",Shaw:"shaviano",Shrd:"Shrd",Sidd:"Sidd",Sind:"Sind",Sinh:"cingalés",Sogd:"Sogd",Sogo:"Sogo",Sora:"Sora",Soyo:"Soyo",Sund:"sundanés",Sylo:"syloti nagri",Syrc:"siriaco",Syre:"siriaco estrangelo",Syrj:"siriaco occidental",Syrn:"siriaco oriental",Tagb:"tagbanúa",Takr:"Takr",Tale:"tai le",Talu:"nuevo tai lue",Taml:"tamil",Tang:"Tang",Tavt:"Tavt",Telu:"telugu",Teng:"tengwar",Tfng:"tifinagh",Tglg:"tagalo",Thaa:"thaana",Thai:"tailandés",Tibt:"tibetano",Tirh:"Tirh",Ugar:"ugarítico",Vaii:"vai",Visp:"lenguaje visible",Wara:"Wara",Wcho:"Wcho",Xpeo:"persa antiguo",Xsux:"cuneiforme sumerio-acadio",Yiii:"yi",Zanb:"Zanb",Zinh:"heredado",Zmth:"notación matemática",Zsye:"emojis",Zsym:"símbolos",Zxxx:"no escrito",Zyyy:"común",Zzzz:"alfabeto desconocido"},territories:{142:"Asia",143:"Asia central",145:"Asia occidental",150:"Europa",151:"Europa oriental",154:"Europa septentrional",155:"Europa occidental",202:"África subsahariana",419:"Latinoamérica","001":"Mundo","002":"África","003":"América del Norte","005":"Sudamérica","009":"Oceanía","011":"África occidental","013":"Centroamérica","014":"África oriental","015":"África septentrional","017":"África central","018":"África meridional","019":"América","021":"Norteamérica","029":"Caribe","030":"Asia oriental","034":"Asia meridional","035":"Sudeste asiático","039":"Europa meridional","053":"Australasia","054":"Melanesia","057":"Región de Micronesia","061":"Polinesia",AC:"Isla de la Ascensión",AD:"Andorra",AE:"Emiratos Árabes Unidos",AF:"Afganistán",AG:"Antigua y Barbuda",AI:"Anguila",AL:"Albania",AM:"Armenia",AO:"Angola",AQ:"Antártida",AR:"Argentina",AS:"Samoa Americana",AT:"Austria",AU:"Australia",AW:"Aruba",AX:"Islas Åland",AZ:"Azerbaiyán",BA:"Bosnia y Herzegovina",BB:"Barbados",BD:"Bangladés",BE:"Bélgica",BF:"Burkina Faso",BG:"Bulgaria",BH:"Baréin",BI:"Burundi",BJ:"Benín",BL:"San Bartolomé",BM:"Bermudas",BN:"Brunéi",BO:"Bolivia",BQ:"Caribe neerlandés",BR:"Brasil",BS:"Bahamas",BT:"Bután",BV:"Isla Bouvet",BW:"Botsuana",BY:"Bielorrusia",BZ:"Belice",CA:"Canadá",CC:"Islas Cocos",CD:"República Democrática del Congo","CD-alt-variant":"Congo (RDC)",CF:"República Centroafricana",CG:"Congo","CG-alt-variant":"Congo (República)",CH:"Suiza",CI:"Côte d’Ivoire","CI-alt-variant":"Costa de Marfil",CK:"Islas Cook",CL:"Chile",CM:"Camerún",CN:"China",CO:"Colombia",CP:"Isla Clipperton",CR:"Costa Rica",CU:"Cuba",CV:"Cabo Verde",CW:"Curazao",CX:"Isla de Navidad",CY:"Chipre",CZ:"Chequia","CZ-alt-variant":"República Checa",DE:"Alemania",DG:"Diego García",DJ:"Yibuti",DK:"Dinamarca",DM:"Dominica",DO:"República Dominicana",DZ:"Argelia",EA:"Ceuta y Melilla",EC:"Ecuador",EE:"Estonia",EG:"Egipto",EH:"Sáhara Occidental",ER:"Eritrea",ES:"España",ET:"Etiopía",EU:"Unión Europea",EZ:"zona euro",FI:"Finlandia",FJ:"Fiyi",FK:"Islas Malvinas","FK-alt-variant":"Islas Malvinas (Islas Falkland)",FM:"Micronesia",FO:"Islas Feroe",FR:"Francia",GA:"Gabón",GB:"Reino Unido","GB-alt-short":"RU",GD:"Granada",GE:"Georgia",GF:"Guayana Francesa",GG:"Guernsey",GH:"Ghana",GI:"Gibraltar",GL:"Groenlandia",GM:"Gambia",GN:"Guinea",GP:"Guadalupe",GQ:"Guinea Ecuatorial",GR:"Grecia",GS:"Islas Georgia del Sur y Sandwich del Sur",GT:"Guatemala",GU:"Guam",GW:"Guinea-Bisáu",GY:"Guyana",HK:"Hong Kong","HK-alt-short":"Hong Kong",HM:"Islas Heard y McDonald",HN:"Honduras",HR:"Croacia",HT:"Haití",HU:"Hungría",IC:"Canarias",ID:"Indonesia",IE:"Irlanda",IL:"Israel",IM:"Isla de Man",IN:"India",IO:"Territorio Británico del Océano Índico",IQ:"Irak",IR:"Irán",IS:"Islandia",IT:"Italia",JE:"Jersey",JM:"Jamaica",JO:"Jordania",JP:"Japón",KE:"Kenia",KG:"Kirguistán",KH:"Camboya",KI:"Kiribati",KM:"Comoras",KN:"San Cristóbal y Nieves",KP:"Corea del Norte",KR:"Corea del Sur",KW:"Kuwait",KY:"Islas Caimán",KZ:"Kazajistán",LA:"Laos",LB:"Líbano",LC:"Santa Lucía",LI:"Liechtenstein",LK:"Sri Lanka",LR:"Liberia",LS:"Lesoto",LT:"Lituania",LU:"Luxemburgo",LV:"Letonia",LY:"Libia",MA:"Marruecos",MC:"Mónaco",MD:"Moldavia",ME:"Montenegro",MF:"San Martín",MG:"Madagascar",MH:"Islas Marshall",MK:"Macedonia del Norte","MK-alt-variant":"MK",ML:"Mali",MM:"Myanmar (Birmania)",MN:"Mongolia",MO:"Macao","MO-alt-short":"Macao",MP:"Islas Marianas del Norte",MQ:"Martinica",MR:"Mauritania",MS:"Montserrat",MT:"Malta",MU:"Mauricio",MV:"Maldivas",MW:"Malaui",MX:"México",MY:"Malasia",MZ:"Mozambique",NA:"Namibia",NC:"Nueva Caledonia",NE:"Níger",NF:"Isla Norfolk",NG:"Nigeria",NI:"Nicaragua",NL:"Países Bajos",NO:"Noruega",NP:"Nepal",NR:"Nauru",NU:"Niue",NZ:"Nueva Zelanda",OM:"Omán",PA:"Panamá",PE:"Perú",PF:"Polinesia Francesa",PG:"Papúa Nueva Guinea",PH:"Filipinas",PK:"Pakistán",PL:"Polonia",PM:"San Pedro y Miquelón",PN:"Islas Pitcairn",PR:"Puerto Rico",PS:"Territorios Palestinos","PS-alt-short":"Palestina",PT:"Portugal",PW:"Palaos",PY:"Paraguay",QA:"Catar",QO:"Territorios alejados de Oceanía",RE:"Reunión",RO:"Rumanía",RS:"Serbia",RU:"Rusia",RW:"Ruanda",SA:"Arabia Saudí",SB:"Islas Salomón",SC:"Seychelles",SD:"Sudán",SE:"Suecia",SG:"Singapur",SH:"Santa Elena",SI:"Eslovenia",SJ:"Svalbard y Jan Mayen",SK:"Eslovaquia",SL:"Sierra Leona",SM:"San Marino",SN:"Senegal",SO:"Somalia",SR:"Surinam",SS:"Sudán del Sur",ST:"Santo Tomé y Príncipe",SV:"El Salvador",SX:"Sint Maarten",SY:"Siria",SZ:"Esuatini","SZ-alt-variant":"Suazilandia",TA:"Tristán de Acuña",TC:"Islas Turcas y Caicos",TD:"Chad",TF:"Territorios Australes Franceses",TG:"Togo",TH:"Tailandia",TJ:"Tayikistán",TK:"Tokelau",TL:"Timor-Leste","TL-alt-variant":"Timor Oriental",TM:"Turkmenistán",TN:"Túnez",TO:"Tonga",TR:"Turquía",TT:"Trinidad y Tobago",TV:"Tuvalu",TW:"Taiwán",TZ:"Tanzania",UA:"Ucrania",UG:"Uganda",UM:"Islas menores alejadas de EE. UU.",UN:"Naciones Unidas",US:"Estados Unidos","US-alt-short":"EE. UU.",UY:"Uruguay",UZ:"Uzbekistán",VA:"Ciudad del Vaticano",VC:"San Vicente y las Granadinas",VE:"Venezuela",VG:"Islas Vírgenes Británicas",VI:"Islas Vírgenes de EE. UU.",VN:"Vietnam",VU:"Vanuatu",WF:"Wallis y Futuna",WS:"Samoa",XA:"XA",XB:"XB",XK:"Kosovo",YE:"Yemen",YT:"Mayotte",ZA:"Sudáfrica",ZM:"Zambia",ZW:"Zimbabue",ZZ:"Región desconocida"},orientation:"left-to-right","ca-gregorian":{dateFormats:{full:"EEEE, d 'de' MMMM 'de' y",long:"d 'de' MMMM 'de' y",medium:"d MMM y",short:"d/M/yy"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1} {0}",short:"{1} {0}",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 d",Ehm:"E, h:mm a",EHm:"E, H:mm",Ehms:"E, h:mm:ss a",EHms:"E, H:mm:ss",Gy:"y G",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E, d MMM y G",GyMMMM:"MMMM 'de' y G",GyMMMMd:"d 'de' MMMM 'de' y G",GyMMMMEd:"E, d 'de' MMMM 'de' y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"H:mm:ss v",hmsvvvv:"h:mm:ss a (vvvv)",Hmsvvvv:"H:mm:ss (vvvv)",hmv:"h:mm a v",Hmv:"H:mm v",M:"L",Md:"d/M",MEd:"E, d/M",MMd:"d/M",MMdd:"d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"EEE, d/M/y",yMM:"M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"EEE, d MMM y",yMMMM:"MMMM 'de' y",yMMMMd:"d 'de' MMMM 'de' y",yMMMMEd:"EEE, d 'de' MMMM 'de' y",yQQQ:"QQQ y",yQQQQ:"QQQQ 'de' y",MMMMW:"'semana' W 'de' MMMM",yw:"'semana' w 'de' 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:"d–d"},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"y-MM GGGGG – y-MM GGGGG",M:"y-MM – y-MM GGGGG",y:"y-MM – y-MM GGGGG"},GyMd:{d:"y-MM-dd – y-MM-dd GGGGG",G:"y-MM-dd GGGGG – y-MM-dd GGGGG",M:"y-MM-dd – y-MM-dd GGGGG",y:"y-MM-dd – y-MM-dd GGGGG"},GyMEd:{d:"E y-MM-dd – E y-MM-dd GGGGG",G:"E y-MM-dd GGGGG – E y-MM-dd GGGGG",M:"E y-MM-dd – E y-MM-dd GGGGG",y:"E y-MM-dd – E y-MM-dd GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM–MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"MMM d–d y G",G:"MMM d y G – MMM d y G",M:"MMM d – MMM d y G",y:"MMM d y – MMM d y G"},GyMMMEd:{d:"E d MMM – E d MMM, y G",G:"E, MMM d, y G – E, MMM d, 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:"H–H"},hm:{a:"h:mm a – h:mm a",h:"h:mm – h:mm a",m:"h:mm – h:mm a"},Hm:{H:"H:mm–H:mm",m:"H:mm–H: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:"H:mm–H:mm v",m:"H:mm–H:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"H–H v"},M:{M:"M–M"},Md:{d:"d/M–d/M",M:"d/M–d/M"},MEd:{d:"E, d/M – E, d/M",M:"E, d/M – E, d/M"},MMM:{M:"MMM–MMM"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E, d MMM – E, d MMM",M:"E, d MMM – E, d MMM"},MMMMd:{d:"d–d 'de' MMMM",M:"d 'de' MMMM–d 'de' MMMM"},MMMMEd:{d:"E, d 'de' MMMM–E, d 'de' MMMM",M:"E, d 'de' MMMM–E, d 'de' MMMM"},y:{y:"y–y"},yM:{M:"M/y–M/y",y:"M/y–M/y"},yMd:{d:"d/M/y–d/M/y",M:"d/M/y–d/M/y",y:"d/M/y–d/M/y"},yMEd:{d:"E, d/M/y – E, d/M/y",M:"E, d/M/y – E, d/M/y",y:"E, d/M/y – E, d/M/y"},yMMM:{M:"MMM–MMM y",y:"MMM y – MMM y"},yMMMd:{d:"d–d MMM y",M:"d MMM – d MMM y",y:"d MMM y – d MMM y"},yMMMEd:{d:"E, d MMM – E, d MMM y",M:"E, d MMM – E, d MMM y",y:"E, d MMM y – E, d MMM y"},yMMMM:{M:"MMMM–MMMM 'de' y",y:"MMMM 'de' y – MMMM 'de' y"},yMMMMd:{d:"d–d 'de' MMMM 'de' y",M:"d 'de' MMMM–d 'de' MMMM 'de' y",y:"d 'de' MMMM 'de' y–d 'de' MMMM 'de' y"},yMMMMEd:{d:"E, d 'de' MMMM–E, d 'de' MMMM 'de' y",M:"E, d 'de' MMMM–E, d 'de' MMMM 'de' y",y:"E, d 'de' MMMM 'de' y–E, d 'de' MMMM 'de' y"}}},months:{format:{abbreviated:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],narrow:["E","F","M","A","M","J","J","A","S","O","N","D"],wide:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]},"stand-alone":{abbreviated:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],narrow:["E","F","M","A","M","J","J","A","S","O","N","D"],wide:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]}},days:{format:{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","X","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},"stand-alone":{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","X","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},"era-wide":{0:"antes de Cristo",1:"después de Cristo"},"era-abbreviated":{0:"a. C.",1:"d. C."},"era-narrow":{0:"a. C.",1:"d. C."}},"ca-islamic":{dateFormats:{full:"EEEE, d 'de' MMMM 'de' y G",long:"d 'de' MMMM 'de' y G",medium:"d/M/y G",short:"d/M/yy G"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1} {0}",short:"{1} {0}",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 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:"d MMM y G",GyMMMEd:"E, d MMM y G",GyMMMM:"MMMM 'de' y G",GyMMMMd:"d 'de' MMMM 'de' y G",GyMMMMEd:"E, d 'de' MMMM 'de' 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:"d/M",MEd:"E, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d/M/y GGGGG",yyyyMEd:"E, d/M/y GGGGG",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"EEE, d MMM y G",yyyyMMMM:"MMMM 'de' y G",yyyyMMMMd:"d 'de' MMMM 'de' y G",yyyyMMMMEd:"EEE, d 'de' MMMM 'de' y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ 'de' 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:"d–d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M-y GGGGG – M-y GGGG",M:"M-y – M-y GGGGG",y:"M-y – M-y GGGGG"},GyMd:{d:"d-M-y – d-M-y GGGGG",G:"d-M-y GGGGG – d-M-y GGGGG",M:"d-M-y – d-M-y GGGGG",y:"d-M-y – d-M-y GGGGG"},GyMEd:{d:"E d-M-y – E d-M-y GGGGG",G:"E d-M-y GGGGG – E d-M-y GGGGG",M:"E d-M-y – E d-M-y GGGGG",y:"E d-M-y – E d-M-y GGGGG"},GyMMM:{G:"MMM 'de' y G – MMM 'de' y G",M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},GyMMMd:{d:"d–d 'de' MMM 'de' y G",G:"d 'de' MMM 'de' y G – d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM 'de' y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},GyMMMEd:{d:"E d 'de' MMM – E d 'de' MMM 'de' y G",G:"E d 'de' MMM 'de' y G – E d 'de' MMM 'de' y G",M:"E d 'de' MMM – E d 'de' MMM 'de' y G",y:"E d 'de' MMM 'de' y – E d 'de' MMM 'de' 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:"M–M"},Md:{d:"d/M–d/M",M:"d/M–d/M"},MEd:{d:"E, d/M – E, d/M",M:"E, d/M – E, d/M"},MMM:{M:"MMM–MMM"},MMMd:{d:"d–d 'de' MMM",M:"d 'de' MMM – d 'de' MMM"},MMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM",M:"E, d 'de' MMM – E, d 'de' MMM"},y:{y:"y–y G"},yM:{M:"M/y–M/y G",y:"M/y–M/y G"},yMd:{d:"d/M/y–d/M/y G",M:"d/M/y–d/M/y G",y:"d/M/y–d/M/y G"},yMEd:{d:"E, d/M/y – E, d/M/y G",M:"E, d/M/y – E, d/M/y G",y:"E, d/M/y – E, d/M/y G"},yMMM:{M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},yMMMd:{d:"d–d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},yMMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",M:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",y:"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' 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","ramadán","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","ramadán","shawwal","dhuʻl-qiʻdah","dhuʻl-hijjah"]}},days:{format:{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","X","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},"stand-alone":{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","X","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},"era-wide":{0:"AH"},"era-abbreviated":{0:"AH"},"era-narrow":{0:"AH"}},"ca-japanese":{dateFormats:{full:"EEEE, d 'de' MMMM 'de' y G",long:"d 'de' MMMM 'de' y G",medium:"dd/MM/y G",short:"dd/MM/yy GGGGG"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1} {0}",short:"{1} {0}",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 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:"d MMM y G",GyMMMEd:"E, d MMM y G",GyMMMM:"MMMM 'de' y G",GyMMMMd:"d 'de' MMMM 'de' y G",GyMMMMEd:"E, d 'de' MMMM 'de' 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:"d/M",MEd:"E, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d/M/y GGGGG",yyyyMEd:"E, d/M/y GGGGG",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"EEE, d MMM y G",yyyyMMMM:"MMMM 'de' y G",yyyyMMMMd:"d 'de' MMMM 'de' y G",yyyyMMMMEd:"EEE, d 'de' MMMM 'de' y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ 'de' 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:"d–d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M-y GGGGG – M-y GGGG",M:"M-y – M-y GGGGG",y:"M-y – M-y GGGGG"},GyMd:{d:"d-M-y – d-M-y GGGGG",G:"d-M-y GGGGG – d-M-y GGGGG",M:"d-M-y – d-M-y GGGGG",y:"d-M-y – d-M-y GGGGG"},GyMEd:{d:"E d-M-y – E d-M-y GGGGG",G:"E d-M-y GGGGG – E d-M-y GGGGG",M:"E d-M-y – E d-M-y GGGGG",y:"E d-M-y – E d-M-y GGGGG"},GyMMM:{G:"MMM 'de' y G – MMM 'de' y G",M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},GyMMMd:{d:"d–d 'de' MMM 'de' y G",G:"d 'de' MMM 'de' y G – d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM 'de' y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},GyMMMEd:{d:"E d 'de' MMM – E d 'de' MMM 'de' y G",G:"E d 'de' MMM 'de' y G – E d 'de' MMM 'de' y G",M:"E d 'de' MMM – E d 'de' MMM 'de' y G",y:"E d 'de' MMM 'de' y – E d 'de' MMM 'de' 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:"M–M"},Md:{d:"d/M–d/M",M:"d/M–d/M"},MEd:{d:"E, d/M – E, d/M",M:"E, d/M – E, d/M"},MMM:{M:"MMM–MMM"},MMMd:{d:"d–d 'de' MMM",M:"d 'de' MMM – d 'de' MMM"},MMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM",M:"E, d 'de' MMM – E, d 'de' MMM"},y:{y:"y–y G",G:"y G–y G"},yM:{M:"M/y–M/y G",y:"M/y–M/y G",G:"M/y G–M/y G"},yMd:{d:"d/M/y–d/M/y G",M:"d/M/y–d/M/y G",y:"d/M/y–d/M/y G",G:"d/M/y G–d/M/y G"},yMEd:{d:"E, d/M/y – E, d/M/y G",M:"E, d/M/y – E, d/M/y G",y:"E, d/M/y – E, d/M/y G",G:"E, d/M/y G – E, d/M/y G"},yMMM:{M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G",G:"MMM 'de' y G – MMM 'de' y G"},yMMMd:{d:"d–d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G",G:"d 'de' MMM 'de' y G – d 'de' MMM 'de' y G"},yMMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",M:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",y:"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G",G:"E, d 'de' MMM 'de' y G – E, d 'de' MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' y G",G:"MMMM 'de' y G – MMMM 'de' y G"}}},months:{format:{abbreviated:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],narrow:["E","F","M","A","M","J","J","A","S","O","N","D"],wide:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]},"stand-alone":{abbreviated:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],narrow:["E","F","M","A","M","J","J","A","S","O","N","D"],wide:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]}},days:{format:{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","X","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},"stand-alone":{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","X","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},"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, d 'de' MMMM 'de' y G",long:"d 'de' MMMM 'de' y G",medium:"d/M/y G",short:"d/M/yy G"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1} {0}",short:"{1} {0}",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 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:"d MMM y G",GyMMMEd:"E, d MMM y G",GyMMMM:"MMMM 'de' y G",GyMMMMd:"d 'de' MMMM 'de' y G",GyMMMMEd:"E, d 'de' MMMM 'de' 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:"d/M",MEd:"E, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d/M/y GGGGG",yyyyMEd:"E, d/M/y GGGGG",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"EEE, d MMM y G",yyyyMMMM:"MMMM 'de' y G",yyyyMMMMd:"d 'de' MMMM 'de' y G",yyyyMMMMEd:"EEE, d 'de' MMMM 'de' y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ 'de' 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:"d–d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M-y GGGGG – M-y GGGG",M:"M-y – M-y GGGGG",y:"M-y – M-y GGGGG"},GyMd:{d:"d-M-y – d-M-y GGGGG",G:"d-M-y GGGGG – d-M-y GGGGG",M:"d-M-y – d-M-y GGGGG",y:"d-M-y – d-M-y GGGGG"},GyMEd:{d:"E d-M-y – E d-M-y GGGGG",G:"E d-M-y GGGGG – E d-M-y GGGGG",M:"E d-M-y – E d-M-y GGGGG",y:"E d-M-y – E d-M-y GGGGG"},GyMMM:{G:"MMM 'de' y G – MMM 'de' y G",M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},GyMMMd:{d:"d–d 'de' MMM 'de' y G",G:"d 'de' MMM 'de' y G – d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM 'de' y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},GyMMMEd:{d:"E d 'de' MMM – E d 'de' MMM 'de' y G",G:"E d 'de' MMM 'de' y G – E d 'de' MMM 'de' y G",M:"E d 'de' MMM – E d 'de' MMM 'de' y G",y:"E d 'de' MMM 'de' y – E d 'de' MMM 'de' 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:"M–M"},Md:{d:"d/M–d/M",M:"d/M–d/M"},MEd:{d:"E, d/M – E, d/M",M:"E, d/M – E, d/M"},MMM:{M:"MMM–MMM"},MMMd:{d:"d–d 'de' MMM",M:"d 'de' MMM – d 'de' MMM"},MMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM",M:"E, d 'de' MMM – E, d 'de' MMM"},y:{y:"y–y G"},yM:{M:"M/y–M/y G",y:"M/y–M/y G"},yMd:{d:"d/M/y–d/M/y G",M:"d/M/y–d/M/y G",y:"d/M/y–d/M/y G"},yMEd:{d:"E, d/M/y – E, d/M/y G",M:"E, d/M/y – E, d/M/y G",y:"E, d/M/y – E, d/M/y G"},yMMM:{M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},yMMMd:{d:"d–d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},yMMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",M:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",y:"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' 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:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","X","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},"stand-alone":{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","X","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},"era-wide":{0:"AP"},"era-abbreviated":{0:"AP"},"era-narrow":{0:"AP"}},"ca-buddhist":{dateFormats:{full:"EEEE, d 'de' MMMM 'de' y G",long:"d 'de' MMMM 'de' y G",medium:"d/M/y G",short:"d/M/yy G"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1} {0}",short:"{1} {0}",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 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:"d MMM y G",GyMMMEd:"E, d MMM y G",GyMMMM:"MMMM 'de' y G",GyMMMMd:"d 'de' MMMM 'de' y G",GyMMMMEd:"E, d 'de' MMMM 'de' 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:"d/M",MEd:"E, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d/M/y GGGGG",yyyyMEd:"E, d/M/y GGGGG",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"EEE, d MMM y G",yyyyMMMM:"MMMM 'de' y G",yyyyMMMMd:"d 'de' MMMM 'de' y G",yyyyMMMMEd:"EEE, d 'de' MMMM 'de' y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ 'de' 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:"d–d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M-y GGGGG – M-y GGGG",M:"M-y – M-y GGGGG",y:"M-y – M-y GGGGG"},GyMd:{d:"d-M-y – d-M-y GGGGG",G:"d-M-y GGGGG – d-M-y GGGGG",M:"d-M-y – d-M-y GGGGG",y:"d-M-y – d-M-y GGGGG"},GyMEd:{d:"E d-M-y – E d-M-y GGGGG",G:"E d-M-y GGGGG – E d-M-y GGGGG",M:"E d-M-y – E d-M-y GGGGG",y:"E d-M-y – E d-M-y GGGGG"},GyMMM:{G:"MMM 'de' y G – MMM 'de' y G",M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},GyMMMd:{d:"d–d 'de' MMM 'de' y G",G:"d 'de' MMM 'de' y G – d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM 'de' y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},GyMMMEd:{d:"E d 'de' MMM – E d 'de' MMM 'de' y G",G:"E d 'de' MMM 'de' y G – E d 'de' MMM 'de' y G",M:"E d 'de' MMM – E d 'de' MMM 'de' y G",y:"E d 'de' MMM 'de' y – E d 'de' MMM 'de' 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:"M–M"},Md:{d:"d/M–d/M",M:"d/M–d/M"},MEd:{d:"E, d/M – E, d/M",M:"E, d/M – E, d/M"},MMM:{M:"MMM–MMM"},MMMd:{d:"d–d 'de' MMM",M:"d 'de' MMM – d 'de' MMM"},MMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM",M:"E, d 'de' MMM – E, d 'de' MMM"},y:{y:"y–y G"},yM:{M:"M/y–M/y G",y:"M/y–M/y G"},yMd:{d:"d/M/y–d/M/y G",M:"d/M/y–d/M/y G",y:"d/M/y–d/M/y G"},yMEd:{d:"E, d/M/y – E, d/M/y G",M:"E, d/M/y – E, d/M/y G",y:"E, d/M/y – E, d/M/y G"},yMMM:{M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},yMMMd:{d:"d–d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},yMMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",M:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",y:"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' y G"}}},months:{format:{abbreviated:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],narrow:["E","F","M","A","M","J","J","A","S","O","N","D"],wide:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]},"stand-alone":{abbreviated:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],narrow:["E","F","M","A","M","J","J","A","S","O","N","D"],wide:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]}},days:{format:{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","X","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},"stand-alone":{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","X","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},"era-wide":{0:"BE"},"era-abbreviated":{0:"BE"},"era-narrow":{0:"BE"}},dateFields:{era:{displayName:"era"},"year-wide":{displayName:"año","relative-type--1":"el año pasado","relative-type-0":"este año","relative-type-1":"el próximo año","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} año","relativeTimePattern-count-other":"dentro de {0} años"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} año","relativeTimePattern-count-other":"hace {0} años"}},"year-short":{displayName:"a","relative-type--1":"el año pasado","relative-type-0":"este año","relative-type-1":"el próximo año","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} a","relativeTimePattern-count-other":"dentro de {0} a"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} a","relativeTimePattern-count-other":"hace {0} a"}},"year-narrow":{displayName:"a","relative-type--1":"el año pasado","relative-type-0":"este año","relative-type-1":"el próximo año","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} a","relativeTimePattern-count-other":"dentro de {0} a"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} a","relativeTimePattern-count-other":"hace {0} a"}},"quarter-wide":{displayName:"trimestre","relative-type--1":"el trimestre pasado","relative-type-0":"este trimestre","relative-type-1":"el próximo trimestre","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} trimestre","relativeTimePattern-count-other":"dentro de {0} trimestres"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} trimestre","relativeTimePattern-count-other":"hace {0} trimestres"}},"quarter-short":{displayName:"trim.","relative-type--1":"el trimestre pasado","relative-type-0":"este trimestre","relative-type-1":"el próximo trimestre","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} trim.","relativeTimePattern-count-other":"dentro de {0} trim."},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} trim.","relativeTimePattern-count-other":"hace {0} trim."}},"quarter-narrow":{displayName:"trim.","relative-type--1":"el trimestre pasado","relative-type-0":"este trimestre","relative-type-1":"el próximo trimestre","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} trim.","relativeTimePattern-count-other":"dentro de {0} trim."},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} trim.","relativeTimePattern-count-other":"hace {0} trim."}},"month-wide":{displayName:"mes","relative-type--1":"el mes pasado","relative-type-0":"este mes","relative-type-1":"el próximo mes","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} mes","relativeTimePattern-count-other":"dentro de {0} meses"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} mes","relativeTimePattern-count-other":"hace {0} meses"}},"month-short":{displayName:"m","relative-type--1":"el mes pasado","relative-type-0":"este mes","relative-type-1":"el próximo mes","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} m","relativeTimePattern-count-other":"dentro de {0} m"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} m","relativeTimePattern-count-other":"hace {0} m"}},"month-narrow":{displayName:"m","relative-type--1":"el mes pasado","relative-type-0":"este mes","relative-type-1":"el próximo mes","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} m","relativeTimePattern-count-other":"dentro de {0} m"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} m","relativeTimePattern-count-other":"hace {0} m"}},"week-wide":{displayName:"semana","relative-type--1":"la semana pasada","relative-type-0":"esta semana","relative-type-1":"la próxima semana","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} semana","relativeTimePattern-count-other":"dentro de {0} semanas"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} semana","relativeTimePattern-count-other":"hace {0} semanas"},relativePeriod:"la semana del {0}"},"week-short":{displayName:"sem.","relative-type--1":"la semana pasada","relative-type-0":"esta semana","relative-type-1":"la próxima semana","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} sem.","relativeTimePattern-count-other":"dentro de {0} sem."},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} sem.","relativeTimePattern-count-other":"hace {0} sem."},relativePeriod:"la sem. del {0}"},"week-narrow":{displayName:"sem.","relative-type--1":"la semana pasada","relative-type-0":"esta semana","relative-type-1":"la próxima semana","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} sem.","relativeTimePattern-count-other":"dentro de {0} sem."},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} sem.","relativeTimePattern-count-other":"hace {0} sem."},relativePeriod:"la sem. del {0}"},"day-wide":{displayName:"día","relative-type--2":"anteayer","relative-type--1":"ayer","relative-type-0":"hoy","relative-type-1":"mañana","relative-type-2":"pasado mañana","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} día","relativeTimePattern-count-other":"dentro de {0} días"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} día","relativeTimePattern-count-other":"hace {0} días"}},"day-short":{displayName:"d","relative-type--2":"anteayer","relative-type--1":"ayer","relative-type-0":"hoy","relative-type-1":"mañana","relative-type-2":"pasado mañana","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} día","relativeTimePattern-count-other":"dentro de {0} días"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} día","relativeTimePattern-count-other":"hace {0} días"}},"day-narrow":{displayName:"d","relative-type--2":"anteayer","relative-type--1":"ayer","relative-type-0":"hoy","relative-type-1":"mañana","relative-type-2":"pasado mañana","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} día","relativeTimePattern-count-other":"dentro de {0} días"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} día","relativeTimePattern-count-other":"hace {0} días"}},weekday:{displayName:"día de la semana"},"hour-wide":{displayName:"hora","relative-type-0":"esta hora","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} hora","relativeTimePattern-count-other":"dentro de {0} horas"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} hora","relativeTimePattern-count-other":"hace {0} horas"}},"hour-short":{displayName:"h","relative-type-0":"esta hora","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} h","relativeTimePattern-count-other":"dentro de {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} h","relativeTimePattern-count-other":"hace {0} h"}},"hour-narrow":{displayName:"h","relative-type-0":"esta hora","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} h","relativeTimePattern-count-other":"dentro de {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} h","relativeTimePattern-count-other":"hace {0} h"}},"minute-wide":{displayName:"minuto","relative-type-0":"este minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} minuto","relativeTimePattern-count-other":"dentro de {0} minutos"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} minuto","relativeTimePattern-count-other":"hace {0} minutos"}},"minute-short":{displayName:"min","relative-type-0":"este minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} min","relativeTimePattern-count-other":"dentro de {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} min","relativeTimePattern-count-other":"hace {0} min"}},"minute-narrow":{displayName:"min","relative-type-0":"este minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} min","relativeTimePattern-count-other":"dentro de {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} min","relativeTimePattern-count-other":"hace {0} min"}},"second-wide":{displayName:"segundo","relative-type-0":"ahora","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} segundo","relativeTimePattern-count-other":"dentro de {0} segundos"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} segundo","relativeTimePattern-count-other":"hace {0} segundos"}},"second-short":{displayName:"s","relative-type-0":"ahora","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} s","relativeTimePattern-count-other":"dentro de {0} s"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} s","relativeTimePattern-count-other":"hace {0} s"}},"second-narrow":{displayName:"s","relative-type-0":"ahora","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} s","relativeTimePattern-count-other":"dentro de {0} s"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} s","relativeTimePattern-count-other":"hace {0} s"}},zone:{displayName:"zona horaria"}},decimalFormat:{standard:"#,##0.###"},"decimalFormat-long":{"1000-one":"0 mil","1000-other":"0 mil","10000-one":"00 mil","10000-other":"00 mil","100000-one":"000 mil","100000-other":"000 mil","1000000-one":"0 millón","1000000-other":"0 millones","10000000-one":"00 millones","10000000-other":"00 millones","100000000-one":"000 millones","100000000-other":"000 millones","1000000000-one":"0 mil millones","1000000000-other":"0 mil millones","10000000000-one":"00 mil millones","10000000000-other":"00 mil millones","100000000000-one":"000 mil millones","100000000000-other":"000 mil millones","1000000000000-one":"0 billón","1000000000000-other":"0 billones","10000000000000-one":"00 billones","10000000000000-other":"00 billones","100000000000000-one":"000 billones","100000000000000-other":"000 billones"},"decimalFormat-short":{"1000-one":"0 mil","1000-other":"0 mil","10000-one":"00 mil","10000-other":"00 mil","100000-one":"000 mil","100000-other":"000 mil","1000000-one":"0 M","1000000-other":"0 M","10000000-one":"00 M","10000000-other":"00 M","100000000-one":"000 M","100000000-other":"000 M","1000000000-one":"0000 M","1000000000-other":"0000 M","10000000000-one":"00 mil M","10000000000-other":"00 mil M","100000000000-one":"000 mil M","100000000000-other":"000 mil M","1000000000000-one":"0 B","1000000000000-other":"0 B","10000000000000-one":"00 B","10000000000000-other":"00 B","100000000000000-one":"000 B","100000000000000-other":"000 B"},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:"Más de {0}",atMost:"≤{0}",range:"{0}-{1}"},"currencyFormat-short":{"1000-one":"0 mil ¤","1000-other":"0 mil ¤","10000-one":"00 mil ¤","10000-other":"00 mil ¤","100000-one":"000 mil ¤","100000-other":"000 mil ¤","1000000-one":"0 M¤","1000000-other":"0 M¤","10000000-one":"00 M¤","10000000-other":"00 M¤","100000000-one":"000 M¤","100000000-other":"000 M¤","1000000000-one":"0000 M¤","1000000000-other":"0000 M¤","10000000000-one":"00 mil M¤","10000000000-other":"00 mil M¤","100000000000-one":"000 mil M¤","100000000000-other":"000 mil M¤","1000000000000-one":"0 B¤","1000000000000-other":"0 B¤","10000000000000-one":"00 B¤","10000000000000-other":"00 B¤","100000000000000-one":"000 B¤","100000000000000-other":"000 B¤"},"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:{CAD:"CA$",ESP:"₧",EUR:"€",THB:"฿",USD:"US$",VND:"₫",XPF:"CFPF",XXX:"¤"},rtl:!1,"listPattern-standard-wide":{2:"{0} y {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} y {1}"},"listPattern-or-wide":{2:"{0} o {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} o {1}"},"listPattern-or-short":{2:"{0} o {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} o {1}"},"listPattern-standard-short":{2:"{0} y {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} y {1}"},units:{short:{per:{compoundUnitPattern:"{0}/{1}"},"acceleration-g-force":{displayName:"Fg","unitPattern-count-one":"{0} Fg","unitPattern-count-other":"{0} Fg"},"acceleration-meter-per-second-squared":{displayName:"m/s²","unitPattern-count-one":"{0} m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"rev","unitPattern-count-one":"{0} rev","unitPattern-count-other":"{0} rev"},"angle-radian":{displayName:"rad","unitPattern-count-one":"{0} rad","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"grad.","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"arcmin","unitPattern-count-one":"{0} arcmin","unitPattern-count-other":"{0} arcmin"},"angle-arc-second":{displayName:"arcsec","unitPattern-count-one":"{0} arcsec","unitPattern-count-other":"{0} arcsec"},"area-square-kilometer":{displayName:"km²","unitPattern-count-one":"{0} km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"ha","unitPattern-count-one":"{0} ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"m²","unitPattern-count-one":"{0} m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-one":"{0} cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"mi²","unitPattern-count-one":"{0} mi²","unitPattern-count-other":"{0} mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"ac","unitPattern-count-one":"{0} ac","unitPattern-count-other":"{0} ac"},"area-square-yard":{displayName:"yd²","unitPattern-count-one":"{0} yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"ft²","unitPattern-count-one":"{0} ft²","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"in²","unitPattern-count-one":"{0} in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"dunumes","unitPattern-count-one":"{0} dunum","unitPattern-count-other":"{0} dunumes"},"concentr-karat":{displayName:"ct","unitPattern-count-one":"{0} ct","unitPattern-count-other":"{0} ct"},"concentr-milligram-per-deciliter":{displayName:"mg/dL","unitPattern-count-one":"{0} mg/dL","unitPattern-count-other":"{0} mg/dL"},"concentr-millimole-per-liter":{displayName:"mmol/L","unitPattern-count-one":"{0} mmol/L","unitPattern-count-other":"{0} mmol/L"},"concentr-part-per-million":{displayName:"ppm","unitPattern-count-one":"{0} ppm","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"por ciento","unitPattern-count-one":"{0} %","unitPattern-count-other":"{0} %"},"concentr-permille":{displayName:"por mil","unitPattern-count-one":"{0} ‰","unitPattern-count-other":"{0} ‰"},"concentr-permyriad":{displayName:"por diez mil","unitPattern-count-one":"{0} ‱","unitPattern-count-other":"{0} ‱"},"concentr-mole":{displayName:"mol","unitPattern-count-one":"{0} moles","unitPattern-count-other":"{0} moles"},"consumption-liter-per-kilometer":{displayName:"l/km","unitPattern-count-one":"{0} l/km","unitPattern-count-other":"{0} l/km"},"consumption-liter-per-100kilometers":{displayName:"l/100 km","unitPattern-count-one":"{0} l/100 km","unitPattern-count-other":"{0} l/100 km"},"consumption-mile-per-gallon":{displayName:"mi/gal","unitPattern-count-one":"{0} mi/gal","unitPattern-count-other":"{0} mi/gal"},"consumption-mile-per-gallon-imperial":{displayName:"mi/gal imp.","unitPattern-count-one":"{0} mi/gal imp.","unitPattern-count-other":"{0} mi/gal imp."},"digital-petabyte":{displayName:"PB","unitPattern-count-one":"{0} PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-one":"{0} TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-one":"{0} Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-one":"{0} GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-one":"{0} Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-one":"{0} MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-one":"{0} Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-one":"{0} kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-one":"{0} kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"B","unitPattern-count-one":"{0} B","unitPattern-count-other":"{0} B"},"digital-bit":{displayName:"b","unitPattern-count-one":"{0} b","unitPattern-count-other":"{0} b"},"duration-century":{displayName:"sig.","unitPattern-count-one":"{0} sig.","unitPattern-count-other":"{0} sig."},"duration-year":{displayName:"a","unitPattern-count-one":"{0} a","unitPattern-count-other":"{0} a",perUnitPattern:"{0}/a"},"duration-month":{displayName:"m.","unitPattern-count-one":"{0} m.","unitPattern-count-other":"{0} m.",perUnitPattern:"{0}/m."},"duration-week":{displayName:"sem.","unitPattern-count-one":"{0} sem.","unitPattern-count-other":"{0} sem.",perUnitPattern:"{0}/sem."},"duration-day":{displayName:"d","unitPattern-count-one":"{0} d","unitPattern-count-other":"{0} d",perUnitPattern:"{0}/d"},"duration-hour":{displayName:"horas","unitPattern-count-one":"{0} h","unitPattern-count-other":"{0} h",perUnitPattern:"{0}/h"},"duration-minute":{displayName:"min","unitPattern-count-one":"{0} min","unitPattern-count-other":"{0} min",perUnitPattern:"{0}/min"},"duration-second":{displayName:"s","unitPattern-count-one":"{0} s","unitPattern-count-other":"{0} s",perUnitPattern:"{0}/s"},"duration-millisecond":{displayName:"ms","unitPattern-count-one":"{0} ms","unitPattern-count-other":"{0} ms"},"duration-microsecond":{displayName:"μs","unitPattern-count-one":"{0} μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"ns","unitPattern-count-one":"{0} ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"A","unitPattern-count-one":"{0} A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-one":"{0} mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-one":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"voltios","unitPattern-count-one":"{0} V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-one":"{0} kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"J","unitPattern-count-one":"{0} J","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kWh","unitPattern-count-one":"{0} kWh","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"electronvoltio","unitPattern-count-one":"{0} eV","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"BTU","unitPattern-count-one":"{0} BTU","unitPattern-count-other":"{0} BTU"},"force-pound-force":{displayName:"libra fuerza","unitPattern-count-one":"{0} lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"newton","unitPattern-count-one":"{0} N","unitPattern-count-other":"{0} N"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-one":"{0} GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-one":"{0} MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-one":"{0} kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-one":"{0} Hz","unitPattern-count-other":"{0} Hz"},"length-kilometer":{displayName:"km","unitPattern-count-one":"{0} km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"m","unitPattern-count-one":"{0} m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-one":"{0} dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-one":"{0} cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-one":"{0} mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"µm","unitPattern-count-one":"{0} µm","unitPattern-count-other":"{0} µm"},"length-nanometer":{displayName:"nm","unitPattern-count-one":"{0} nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-one":"{0} pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"mi","unitPattern-count-one":"{0} mi","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"yd","unitPattern-count-one":"{0} yd","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"ft","unitPattern-count-one":"{0} ft","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"in","unitPattern-count-one":"{0} in","unitPattern-count-other":"{0} in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"pc","unitPattern-count-one":"{0} pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"a. l.","unitPattern-count-one":"{0} a. l.","unitPattern-count-other":"{0} a. l."},"length-astronomical-unit":{displayName:"au","unitPattern-count-one":"{0} 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:"M","unitPattern-count-one":"{0} M","unitPattern-count-other":"{0} M"},"length-mile-scandinavian":{displayName:"mi esc.","unitPattern-count-one":"{0} mi esc.","unitPattern-count-other":"{0} mi esc."},"length-point":{displayName:"puntos","unitPattern-count-one":"{0} pto.","unitPattern-count-other":"{0} ptos."},"length-solar-radius":{displayName:"radios solares","unitPattern-count-one":"{0} R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"lx","unitPattern-count-one":"{0} lx","unitPattern-count-other":"{0} lx"},"light-solar-luminosity":{displayName:"luminosidades solares","unitPattern-count-one":"{0} L☉","unitPattern-count-other":"{0} L☉"},"mass-metric-ton":{displayName:"tm","unitPattern-count-one":"{0} tm","unitPattern-count-other":"{0} tm"},"mass-kilogram":{displayName:"kg","unitPattern-count-one":"{0} kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"g","unitPattern-count-one":"{0} g","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-one":"{0} mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"µg","unitPattern-count-one":"{0} µg","unitPattern-count-other":"{0} µg"},"mass-ton":{displayName:"t","unitPattern-count-one":"{0} t","unitPattern-count-other":"{0} t"},"mass-stone":{displayName:"st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"lb","unitPattern-count-one":"{0} lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-one":"{0} oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz t","unitPattern-count-one":"{0} oz t","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"c","unitPattern-count-one":"{0} c","unitPattern-count-other":"{0} c"},"mass-dalton":{displayName:"daltones","unitPattern-count-one":"{0} Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"masas terrestres","unitPattern-count-one":"{0} M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"masas solares","unitPattern-count-one":"{0} M☉","unitPattern-count-other":"{0} M☉"},"power-gigawatt":{displayName:"GW","unitPattern-count-one":"{0} GW","unitPattern-count-other":"{0} GW"},"power-megawatt":{displayName:"MW","unitPattern-count-one":"{0} MW","unitPattern-count-other":"{0} MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-one":"{0} kW","unitPattern-count-other":"{0} kW"},"power-watt":{displayName:"vatios","unitPattern-count-one":"{0} W","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-one":"{0} mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"CV","unitPattern-count-one":"{0} CV","unitPattern-count-other":"{0} CV"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-millimeter-of-mercury":{displayName:"mmHg","unitPattern-count-one":"{0} mmHg","unitPattern-count-other":"{0} mmHg"},"pressure-pound-per-square-inch":{displayName:"psi","unitPattern-count-one":"{0} psi","unitPattern-count-other":"{0} psi"},"pressure-inch-hg":{displayName:"inHg","unitPattern-count-one":"{0} inHg","unitPattern-count-other":"{0} inHg"},"pressure-millibar":{displayName:"mbar","unitPattern-count-one":"{0} mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-one":"{0} atm","unitPattern-count-other":"{0} atm"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-one":"{0} kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-one":"{0} MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-one":"{0} km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-one":"{0} m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-one":"{0} mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"kn","unitPattern-count-one":"{0} kn","unitPattern-count-other":"{0} kn"},"temperature-generic":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-one":"{0} °C","unitPattern-count-other":"{0} °C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-one":"{0} °F","unitPattern-count-other":"{0} °F"},"temperature-kelvin":{displayName:"K","unitPattern-count-one":"{0} K","unitPattern-count-other":"{0} K"},"torque-pound-foot":{displayName:"lbf ft","unitPattern-count-one":"{0} lbf ft","unitPattern-count-other":"{0} lbf ft"},"torque-newton-meter":{displayName:"Nm","unitPattern-count-one":"{0} Nm","unitPattern-count-other":"{0} Nm"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-one":"{0} km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-one":"{0} m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-one":"{0} cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-one":"{0} mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yd³","unitPattern-count-one":"{0} yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-one":"{0} ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"in³","unitPattern-count-one":"{0} in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"Ml","unitPattern-count-one":"{0} Ml","unitPattern-count-other":"{0} Ml"},"volume-hectoliter":{displayName:"hl","unitPattern-count-one":"{0} hl","unitPattern-count-other":"{0} hl"},"volume-liter":{displayName:"l","unitPattern-count-one":"{0} l","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dl","unitPattern-count-one":"{0} dl","unitPattern-count-other":"{0} dl"},"volume-centiliter":{displayName:"cl","unitPattern-count-one":"{0} cl","unitPattern-count-other":"{0} cl"},"volume-milliliter":{displayName:"ml","unitPattern-count-one":"{0} ml","unitPattern-count-other":"{0} ml"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-one":"{0} mpt","unitPattern-count-other":"{0} mpt"},"volume-cup-metric":{displayName:"mc","unitPattern-count-one":"{0} mc","unitPattern-count-other":"{0} mc"},"volume-acre-foot":{displayName:"ac ft","unitPattern-count-one":"{0} ac ft","unitPattern-count-other":"{0} ac ft"},"volume-bushel":{displayName:"bu","unitPattern-count-other":"{0} bu"},"volume-gallon":{displayName:"gal","unitPattern-count-one":"{0} gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"gal imp.","unitPattern-count-one":"{0} gal imp.","unitPattern-count-other":"{0} gal imp.",perUnitPattern:"{0}/gal imp."},"volume-quart":{displayName:"qt","unitPattern-count-one":"{0} qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"tazas","unitPattern-count-one":"{0} tza.","unitPattern-count-other":"{0} tza."},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-one":"{0} fl oz","unitPattern-count-other":"{0} fl oz"},"volume-fluid-ounce-imperial":{displayName:"fl oz imp.","unitPattern-count-one":"{0} fl oz imp.","unitPattern-count-other":"{0} fl oz imp."},"volume-tablespoon":{displayName:"cda","unitPattern-count-one":"{0} cda","unitPattern-count-other":"{0} cda"},"volume-teaspoon":{displayName:"cdta","unitPattern-count-one":"{0} cdta","unitPattern-count-other":"{0} cdta"},"volume-barrel":{displayName:"barril","unitPattern-count-one":"{0} bbl","unitPattern-count-other":"{0} bbl"},coordinateUnit:{displayName:"punto",east:"{0} E",north:"{0} N",south:"{0} S",west:"{0} O"}}},"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-one":"0 mil ¤","1000-other":"0 mil ¤","10000-one":"00 mil ¤","10000-other":"00 mil ¤","100000-one":"000 mil ¤","100000-other":"000 mil ¤","1000000-one":"0 M¤","1000000-other":"0 M¤","10000000-one":"00 M¤","10000000-other":"00 M¤","100000000-one":"000 M¤","100000000-other":"000 M¤","1000000000-one":"0000 M¤","1000000000-other":"0000 M¤","10000000000-one":"00 mil M¤","10000000000-other":"00 mil M¤","100000000000-one":"000 mil M¤","100000000000-other":"000 mil M¤","1000000000000-one":"0 B¤","1000000000000-other":"0 B¤","10000000000000-one":"00 B¤","10000000000000-other":"00 B¤","100000000000000-one":"000 B¤","100000000000000-other":"000 B¤"},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:{one:"n = 1"},"weekData-minDays":4,"weekData-firstDay":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:{_allowed:"H hB h hb",_preferred:"H"},"eras-gregorian":{0:{_end:"0-12-31"},1:{_start:"1-01-01"}},"eras-islamic":{0:{_start:"622-7-15"}},"eras-persian":{0:{_start:"622-01-01"}},"eras-buddhist":{0:{_start:"-542-01-01"}},"eras-japanese":{232:{_start:"1868-9-8"},233:{_start:"1912-7-30"},234:{_start:"1926-12-25"},235:{_start:"1989-1-8"},236:{_start:"2019-5-1"}}};
2
- //# sourceMappingURL=es-2987b3bf.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"es-2987b3bf.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
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:"afar",ab:"abjasio",ace:"acehnés",ach:"acoli",ada:"adangme",ady:"adigeo",ae:"avéstico",af:"afrikáans",afh:"afrihili",agq:"aghem",ain:"ainu",ak:"akan",akk:"acadio",ale:"aleutiano",alt:"altái del sur",am:"amárico",an:"aragonés",ang:"inglés antiguo",anp:"angika",ar:"árabe",ar_001:"árabe estándar moderno",arc:"arameo",arn:"mapuche",arp:"arapaho",ars:"árabe de Néyed",arw:"arahuaco",as:"asamés",asa:"asu",ast:"asturiano",av:"avar",awa:"avadhi",ay:"aimara",az:"azerbaiyano","az_alt-short":"azerí",ba:"baskir",bal:"baluchi",ban:"balinés",bas:"basaa",bax:"bamún",bbj:"ghomala",be:"bielorruso",bej:"beja",bem:"bemba",bez:"bena",bfd:"bafut",bg:"búlgaro",bgn:"baluchi occidental",bho:"bhojpuri",bi:"bislama",bik:"bicol",bin:"bini",bkm:"kom",bla:"siksiká",bm:"bambara",bn:"bengalí",bo:"tibetano",br:"bretón",bra:"braj",brx:"bodo",bs:"bosnio",bss:"akoose",bua:"buriato",bug:"buginés",bum:"bulu",byn:"blin",byv:"medumba",ca:"catalán",cad:"caddo",car:"caribe",cay:"cayuga",cch:"atsam",ccp:"chakma",ce:"checheno",ceb:"cebuano",cgg:"chiga",ch:"chamorro",chb:"chibcha",chg:"chagatái",chk:"trukés",chm:"marí",chn:"jerga chinuk",cho:"choctaw",chp:"chipewyan",chr:"cheroqui",chy:"cheyene",ckb:"kurdo sorani",co:"corso",cop:"copto",cr:"cree",crh:"tártaro de Crimea",crs:"criollo seychelense",cs:"checo",csb:"casubio",cu:"eslavo eclesiástico",cv:"chuvasio",cy:"galés",da:"danés",dak:"dakota",dar:"dargva",dav:"taita",de:"alemán",de_AT:"alemán austríaco",de_CH:"alto alemán suizo",del:"delaware",den:"slave",dgr:"dogrib",din:"dinka",dje:"zarma",doi:"dogri",dsb:"bajo sorbio",dua:"duala",dum:"neerlandés medio",dv:"divehi",dyo:"jola-fonyi",dyu:"diula",dz:"dzongkha",dzg:"dazaga",ebu:"embu",ee:"ewé",efi:"efik",egy:"egipcio antiguo",eka:"ekajuk",el:"griego",elx:"elamita",en:"inglés",en_AU:"inglés australiano",en_CA:"inglés canadiense",en_GB:"inglés británico","en_GB-alt-short":"inglés (R.U.)",en_US:"inglés estadounidense","en_US-alt-short":"inglés (EE. UU.)",enm:"inglés medio",eo:"esperanto",es:"español",es_419:"español latinoamericano",es_ES:"español de España",es_MX:"español de México",et:"estonio",eu:"euskera",ewo:"ewondo",fa:"persa",fan:"fang",fat:"fanti",ff:"fula",fi:"finés",fil:"filipino",fj:"fiyiano",fo:"feroés",fon:"fon",fr:"francés",fr_CA:"francés canadiense",fr_CH:"francés suizo",frc:"francés cajún",frm:"francés medio",fro:"francés antiguo",frr:"frisón septentrional",frs:"frisón oriental",fur:"friulano",fy:"frisón occidental",ga:"irlandés",gaa:"ga",gag:"gagauzo",gan:"chino gan",gay:"gayo",gba:"gbaya",gd:"gaélico escocés",gez:"geez",gil:"gilbertés",gl:"gallego",gmh:"alto alemán medio",gn:"guaraní",goh:"alemán de la alta edad antigua",gon:"gondi",gor:"gorontalo",got:"gótico",grb:"grebo",grc:"griego antiguo",gsw:"alemán suizo",gu:"gujarati",guz:"gusii",gv:"manés",gwi:"kutchin",ha:"hausa",hai:"haida",hak:"chino hakka",haw:"hawaiano",he:"hebreo",hi:"hindi",hil:"hiligaynon",hit:"hitita",hmn:"hmong",ho:"hiri motu",hr:"croata",hsb:"alto sorbio",hsn:"chino xiang",ht:"haitiano",hu:"húngaro",hup:"hupa",hy:"armenio",hz:"herero",ia:"interlingua",iba:"iban",ibb:"ibibio",id:"indonesio",ie:"interlingue",ig:"igbo",ii:"yi de Sichuán",ik:"inupiaq",ilo:"ilocano",inh:"ingush",io:"ido",is:"islandés",it:"italiano",iu:"inuktitut",ja:"japonés",jbo:"lojban",jgo:"ngomba",jmc:"machame",jpr:"judeo-persa",jrb:"judeo-árabe",jv:"javanés",ka:"georgiano",kaa:"karakalpako",kab:"cabila",kac:"kachin",kaj:"jju",kam:"kamba",kaw:"kawi",kbd:"cabardiano",kbl:"kanembu",kcg:"tyap",kde:"makonde",kea:"criollo caboverdiano",kfo:"koro",kg:"kongo",kha:"khasi",kho:"kotanés",khq:"koyra chiini",ki:"kikuyu",kj:"kuanyama",kk:"kazajo",kkj:"kako",kl:"groenlandés",kln:"kalenjin",km:"jemer",kmb:"kimbundu",kn:"canarés",ko:"coreano",koi:"komi permio",kok:"konkaní",kos:"kosraeano",kpe:"kpelle",kr:"kanuri",krc:"karachái-bálkaro",krl:"carelio",kru:"kurukh",ks:"cachemiro",ksb:"shambala",ksf:"bafia",ksh:"kölsch",ku:"kurdo",kum:"kumyk",kut:"kutenai",kv:"komi",kw:"córnico",ky:"kirguís",la:"latín",lad:"ladino",lag:"langi",lah:"lahnda",lam:"lamba",lb:"luxemburgués",lez:"lezgiano",lg:"ganda",li:"limburgués",lkt:"lakota",ln:"lingala",lo:"lao",lol:"mongo",lou:"criollo de Luisiana",loz:"lozi",lrc:"lorí septentrional",lt:"lituano",lu:"luba-katanga",lua:"luba-lulua",lui:"luiseño",lun:"lunda",luo:"luo",lus:"mizo",luy:"luyia",lv:"letón",mad:"madurés",maf:"mafa",mag:"magahi",mai:"maithili",mak:"macasar",man:"mandingo",mas:"masái",mde:"maba",mdf:"moksha",mdr:"mandar",men:"mende",mer:"meru",mfe:"criollo mauriciano",mg:"malgache",mga:"irlandés medio",mgh:"makhuwa-meetto",mgo:"meta’",mh:"marshalés",mi:"maorí",mic:"micmac",min:"minangkabau",mk:"macedonio",ml:"malayalam",mn:"mongol",mnc:"manchú",mni:"manipuri",moh:"mohawk",mos:"mossi",mr:"maratí",ms:"malayo",mt:"maltés",mua:"mundang",mul:"varios idiomas",mus:"creek",mwl:"mirandés",mwr:"marwari",my:"birmano",mye:"myene",myv:"erzya",mzn:"mazandaraní",na:"nauruano",nan:"chino min nan",nap:"napolitano",naq:"nama",nb:"noruego bokmal",nd:"ndebele septentrional",nds:"bajo alemán",nds_NL:"bajo sajón",ne:"nepalí",new:"newari",ng:"ndonga",nia:"nias",niu:"niueano",nl:"neerlandés",nl_BE:"flamenco",nmg:"kwasio",nn:"noruego nynorsk",nnh:"ngiemboon",no:"noruego",nog:"nogai",non:"nórdico antiguo",nqo:"n’ko",nr:"ndebele del sur",nso:"sotho septentrional",nus:"nuer",nv:"navajo",nwc:"newari clásico",ny:"nyanja",nym:"nyamwezi",nyn:"nyankole",nyo:"nyoro",nzi:"nzima",oc:"occitano",oj:"ojibwa",om:"oromo",or:"oriya",os:"osético",osa:"osage",ota:"turco otomano",pa:"punyabí",pag:"pangasinán",pal:"pahlavi",pam:"pampanga",pap:"papiamento",pau:"palauano",pcm:"pidgin de Nigeria",peo:"persa antiguo",phn:"fenicio",pi:"pali",pl:"polaco",pon:"pohnpeiano",prg:"prusiano antiguo",pro:"provenzal antiguo",ps:"pastún","ps_alt-variant":"pashtún",pt:"portugués",pt_BR:"portugués de Brasil",pt_PT:"portugués de Portugal",qu:"quechua",quc:"quiché",raj:"rajasthani",rap:"rapanui",rar:"rarotongano",rm:"retorrománico",rn:"kirundi",ro:"rumano",ro_MD:"moldavo",rof:"rombo",rom:"romaní",root:"raíz",ru:"ruso",rup:"arrumano",rw:"kinyarwanda",rwk:"rwa",sa:"sánscrito",sad:"sandawe",sah:"sakha",sam:"arameo samaritano",saq:"samburu",sas:"sasak",sat:"santali",sba:"ngambay",sbp:"sangu",sc:"sardo",scn:"siciliano",sco:"escocés",sd:"sindhi",sdh:"kurdo meridional",se:"sami septentrional",see:"seneca",seh:"sena",sel:"selkup",ses:"koyraboro senni",sg:"sango",sga:"irlandés antiguo",sh:"serbocroata",shi:"tashelhit",shn:"shan",shu:"árabe (Chad)",si:"cingalés",sid:"sidamo",sk:"eslovaco",sl:"esloveno",sm:"samoano",sma:"sami del sur",smj:"sami lule",smn:"sami inari",sms:"sami skolt",sn:"shona",snk:"soninké",so:"somalí",sog:"sogdiano",sq:"albanés",sr:"serbio",srn:"sranan tongo",srr:"serer",ss:"siswati",ssy:"saho",st:"sesotho del sur",su:"sundanés",suk:"sukuma",sus:"susu",sux:"sumerio",sv:"sueco",sw:"suajili",sw_CD:"suajili del Congo",swb:"comorense",syc:"siríaco clásico",syr:"siríaco",ta:"tamil",te:"telugu",tem:"temne",teo:"teso",ter:"tereno",tet:"tetun",tg:"tayiko",th:"tailandés",ti:"tigriña",tig:"tigré",tiv:"tiv",tk:"turcomano",tkl:"tokelauano",tl:"tagalo",tlh:"klingon",tli:"tlingit",tmh:"tamashek",tn:"setswana",to:"tongano",tog:"tonga del Nyasa",tpi:"tok pisin",tr:"turco",trv:"taroko",ts:"tsonga",tsi:"tsimshiano",tt:"tártaro",tum:"tumbuka",tvl:"tuvaluano",tw:"twi",twq:"tasawaq",ty:"tahitiano",tyv:"tuvano",tzm:"tamazight del Marruecos Central",udm:"udmurt",ug:"uigur","ug_alt-variant":"uighur",uga:"ugarítico",uk:"ucraniano",umb:"umbundu",und:"lengua desconocida",ur:"urdu",uz:"uzbeko",vai:"vai",ve:"venda",vi:"vietnamita",vo:"volapük",vot:"vótico",vun:"vunjo",wa:"valón",wae:"walser",wal:"walamo",war:"waray",was:"washo",wbp:"warlpiri",wo:"wolof",wuu:"wu",xal:"calmuco",xh:"xhosa",xog:"soga",yao:"yao",yap:"yapés",yav:"yangben",ybb:"yemba",yi:"yidis",yo:"yoruba",yue:"cantonés",za:"zhuang",zap:"zapoteco",zbl:"símbolos Bliss",zen:"zenaga",zgh:"tamazight marroquí estándar",zh:"chino",zh_Hans:"chino simplificado",zh_Hant:"chino tradicional",zu:"zulú",zun:"zuni",zxx:"sin contenido lingüístico",zza:"zazaki"},scripts:{Adlm:"Adlm",Aghb:"Aghb",Ahom:"Ahom",Arab:"árabe","Arab-alt-variant":"perso-árabe",Armi:"Armi",Armn:"armenio",Avst:"avéstico",Bali:"balinés",Bamu:"Bamu",Bass:"Bass",Batk:"batak",Beng:"bengalí",Bhks:"Bhks",Blis:"símbolos blis",Bopo:"bopomofo",Brah:"brahmi",Brai:"braille",Bugi:"buginés",Buhd:"buhid",Cakm:"Cakm",Cans:"silabarios aborígenes canadienses unificados",Cari:"cario",Cham:"cham",Cher:"cherokee",Cirt:"cirth",Copt:"copto",Cprt:"chipriota",Cyrl:"cirílico",Cyrs:"cirílico del antiguo eslavo eclesiástico",Deva:"devanagari",Dogr:"Dogr",Dsrt:"deseret",Dupl:"Dupl",Egyd:"egipcio demótico",Egyh:"egipcio hierático",Egyp:"jeroglíficos egipcios",Elba:"Elba",Elym:"Elym",Ethi:"etiópico",Geok:"georgiano eclesiástico",Geor:"georgiano",Glag:"glagolítico",Gong:"Gong",Gonm:"Gonm",Goth:"gótico",Gran:"Gran",Grek:"griego",Gujr:"gujarati",Guru:"gurmuji",Hanb:"han con bopomofo",Hang:"hangul",Hani:"han",Hano:"hanunoo",Hans:"simplificado","Hans-alt-stand-alone":"han simplificado",Hant:"tradicional","Hant-alt-stand-alone":"han tradicional",Hatr:"Hatr",Hebr:"hebreo",Hira:"hiragana",Hluw:"Hluw",Hmng:"pahawh hmong",Hmnp:"Hmnp",Hrkt:"katakana o hiragana",Hung:"húngaro antiguo",Inds:"Indio (harappan)",Ital:"antigua bastardilla",Jamo:"jamo",Java:"javanés",Jpan:"japonés",Kali:"kayah li",Kana:"katakana",Khar:"kharosthi",Khmr:"jemer",Khoj:"Khoj",Knda:"canarés",Kore:"coreano",Kthi:"Kthi",Lana:"lanna",Laoo:"lao",Latf:"latino fraktur",Latg:"latino gaélico",Latn:"latín",Lepc:"lepcha",Limb:"limbu",Lina:"lineal A",Linb:"lineal B",Lisu:"Lisu",Lyci:"licio",Lydi:"lidio",Mahj:"Mahj",Maka:"Maka",Mand:"mandeo",Mani:"Mani",Marc:"Marc",Maya:"jeroglíficos mayas",Medf:"Medf",Mend:"Mend",Merc:"Merc",Mero:"meroítico",Mlym:"malayalam",Modi:"Modi",Mong:"mongol",Moon:"moon",Mroo:"Mroo",Mtei:"manipuri",Mult:"Mult",Mymr:"birmano",Nand:"Nand",Narb:"Narb",Nbat:"Nbat",Newa:"Newa",Nkoo:"n’ko",Nshu:"Nshu",Ogam:"ogham",Olck:"ol ciki",Orkh:"orkhon",Orya:"oriya",Osge:"Osge",Osma:"osmaniya",Palm:"Palm",Pauc:"Pauc",Perm:"permiano antiguo",Phag:"phags-pa",Phli:"Phli",Phlp:"Phlp",Phnx:"fenicio",Plrd:"Pollard Miao",Prti:"Prti",Qaag:"Qaag",Rjng:"rejang",Rohg:"Rohg",Roro:"rongo-rongo",Runr:"rúnico",Samr:"Samr",Sara:"sarati",Sarb:"Sarb",Saur:"saurashtra",Sgnw:"SignWriting",Shaw:"shaviano",Shrd:"Shrd",Sidd:"Sidd",Sind:"Sind",Sinh:"cingalés",Sogd:"Sogd",Sogo:"Sogo",Sora:"Sora",Soyo:"Soyo",Sund:"sundanés",Sylo:"syloti nagri",Syrc:"siriaco",Syre:"siriaco estrangelo",Syrj:"siriaco occidental",Syrn:"siriaco oriental",Tagb:"tagbanúa",Takr:"Takr",Tale:"tai le",Talu:"nuevo tai lue",Taml:"tamil",Tang:"Tang",Tavt:"Tavt",Telu:"telugu",Teng:"tengwar",Tfng:"tifinagh",Tglg:"tagalo",Thaa:"thaana",Thai:"tailandés",Tibt:"tibetano",Tirh:"Tirh",Ugar:"ugarítico",Vaii:"vai",Visp:"lenguaje visible",Wara:"Wara",Wcho:"Wcho",Xpeo:"persa antiguo",Xsux:"cuneiforme sumerio-acadio",Yiii:"yi",Zanb:"Zanb",Zinh:"heredado",Zmth:"notación matemática",Zsye:"emojis",Zsym:"símbolos",Zxxx:"no escrito",Zyyy:"común",Zzzz:"alfabeto desconocido"},territories:{142:"Asia",143:"Asia central",145:"Asia del Oeste",150:"Europa",151:"Europa del Este",154:"Europa del Norte",155:"Europa del Oeste",202:"África subsahariana",419:"Latinoamérica","001":"Mundo","002":"África","003":"América del Norte","005":"Sudamérica","009":"Oceanía","011":"África del Oeste","013":"Centroamérica","014":"África del Este","015":"África del Norte","017":"África central","018":"África del Sur","019":"América","021":"Norteamérica","029":"Caribe","030":"Asia del Este","034":"Asia del Sur","035":"Asia sudoriental","039":"Europa del Sur","053":"Australasia","054":"Melanesia","057":"región de Micronesia","061":"Polinesia",AC:"Isla Ascensión",AD:"Andorra",AE:"Emiratos Árabes Unidos",AF:"Afganistán",AG:"Antigua y Barbuda",AI:"Anguila",AL:"Albania",AM:"Armenia",AO:"Angola",AQ:"Antártida",AR:"Argentina",AS:"Samoa Americana",AT:"Austria",AU:"Australia",AW:"Aruba",AX:"Islas Åland",AZ:"Azerbaiyán",BA:"Bosnia y Herzegovina",BB:"Barbados",BD:"Bangladés",BE:"Bélgica",BF:"Burkina Faso",BG:"Bulgaria",BH:"Baréin",BI:"Burundi",BJ:"Benín",BL:"San Bartolomé",BM:"Bermudas",BN:"Brunéi",BO:"Bolivia",BQ:"Caribe neerlandés",BR:"Brasil",BS:"Bahamas",BT:"Bután",BV:"Isla Bouvet",BW:"Botsuana",BY:"Bielorrusia",BZ:"Belice",CA:"Canadá",CC:"Islas Cocos",CD:"República Democrática del Congo","CD-alt-variant":"Congo (República Democrática del Congo)",CF:"República Centroafricana",CG:"República del Congo","CG-alt-variant":"Congo (República)",CH:"Suiza",CI:"Costa de Marfil","CI-alt-variant":"Costa de Marfil",CK:"Islas Cook",CL:"Chile",CM:"Camerún",CN:"China",CO:"Colombia",CP:"Isla Clipperton",CR:"Costa Rica",CU:"Cuba",CV:"Cabo Verde",CW:"Curazao",CX:"Isla de Navidad",CY:"Chipre",CZ:"Chequia","CZ-alt-variant":"República Checa",DE:"Alemania",DG:"Diego García",DJ:"Yibuti",DK:"Dinamarca",DM:"Dominica",DO:"República Dominicana",DZ:"Argelia",EA:"Ceuta y Melilla",EC:"Ecuador",EE:"Estonia",EG:"Egipto",EH:"Sáhara Occidental",ER:"Eritrea",ES:"España",ET:"Etiopía",EU:"Unión Europea",EZ:"Eurozona",FI:"Finlandia",FJ:"Fiyi",FK:"Islas Malvinas","FK-alt-variant":"Islas Malvinas (Islas Falkland)",FM:"Micronesia",FO:"Islas Feroe",FR:"Francia",GA:"Gabón",GB:"Reino Unido","GB-alt-short":"RU",GD:"Granada",GE:"Georgia",GF:"Guayana Francesa",GG:"Guernesey",GH:"Ghana",GI:"Gibraltar",GL:"Groenlandia",GM:"Gambia",GN:"Guinea",GP:"Guadalupe",GQ:"Guinea Ecuatorial",GR:"Grecia",GS:"Islas Georgia del Sur y Sandwich del Sur",GT:"Guatemala",GU:"Guam",GW:"Guinea-Bisáu",GY:"Guyana",HK:"Hong Kong","HK-alt-short":"Hong Kong",HM:"Islas Heard y McDonald",HN:"Honduras",HR:"Croacia",HT:"Haití",HU:"Hungría",IC:"Islas Canarias",ID:"Indonesia",IE:"Irlanda",IL:"Israel",IM:"Isla de Man",IN:"India",IO:"Territorio Británico del Océano Índico",IQ:"Irak",IR:"Irán",IS:"Islandia",IT:"Italia",JE:"Jersey",JM:"Jamaica",JO:"Jordania",JP:"Japón",KE:"Kenia",KG:"Kirguistán",KH:"Camboya",KI:"Kiribati",KM:"Comoras",KN:"San Cristóbal y Nieves",KP:"Corea del Norte",KR:"Corea del Sur",KW:"Kuwait",KY:"Islas Caimán",KZ:"Kazajistán",LA:"Laos",LB:"Líbano",LC:"Santa Lucía",LI:"Liechtenstein",LK:"Sri Lanka",LR:"Liberia",LS:"Lesoto",LT:"Lituania",LU:"Luxemburgo",LV:"Letonia",LY:"Libia",MA:"Marruecos",MC:"Mónaco",MD:"Moldavia",ME:"Montenegro",MF:"San Martín",MG:"Madagascar",MH:"Islas Marshall",MK:"Macedonia del Norte","MK-alt-variant":"MK",ML:"Mali",MM:"Myanmar (Birmania)",MN:"Mongolia",MO:"Macao","MO-alt-short":"Macao",MP:"Islas Marianas del Norte",MQ:"Martinica",MR:"Mauritania",MS:"Montserrat",MT:"Malta",MU:"Mauricio",MV:"Maldivas",MW:"Malaui",MX:"México",MY:"Malasia",MZ:"Mozambique",NA:"Namibia",NC:"Nueva Caledonia",NE:"Níger",NF:"Isla Norfolk",NG:"Nigeria",NI:"Nicaragua",NL:"Países Bajos",NO:"Noruega",NP:"Nepal",NR:"Nauru",NU:"Niue",NZ:"Nueva Zelanda",OM:"Omán",PA:"Panamá",PE:"Perú",PF:"Polinesia Francesa",PG:"Papúa Nueva Guinea",PH:"Filipinas",PK:"Pakistán",PL:"Polonia",PM:"San Pedro y Miquelón",PN:"Islas Pitcairn",PR:"Puerto Rico",PS:"Territorios Palestinos","PS-alt-short":"Palestina",PT:"Portugal",PW:"Palaos",PY:"Paraguay",QA:"Catar",QO:"Islas Ultramarinas",RE:"Reunión",RO:"Rumanía",RS:"Serbia",RU:"Rusia",RW:"Ruanda",SA:"Arabia Saudí",SB:"Islas Salomón",SC:"Seychelles",SD:"Sudán",SE:"Suecia",SG:"Singapur",SH:"Santa Elena",SI:"Eslovenia",SJ:"Svalbard y Jan Mayen",SK:"Eslovaquia",SL:"Sierra Leona",SM:"San Marino",SN:"Senegal",SO:"Somalia",SR:"Surinam",SS:"Sudán del Sur",ST:"Santo Tomé y Príncipe",SV:"El Salvador",SX:"Sint Maarten",SY:"Siria",SZ:"Suazilandia","SZ-alt-variant":"Suazilandia",TA:"Tristán de Acuña",TC:"Islas Turcas y Caicos",TD:"Chad",TF:"Territorios Australes Franceses",TG:"Togo",TH:"Tailandia",TJ:"Tayikistán",TK:"Tokelau",TL:"Timor-Leste","TL-alt-variant":"Timor Oriental",TM:"Turkmenistán",TN:"Túnez",TO:"Tonga",TR:"Turquía",TT:"Trinidad y Tobago",TV:"Tuvalu",TW:"Taiwán",TZ:"Tanzania",UA:"Ucrania",UG:"Uganda",UM:"Islas menores alejadas de EE. UU.",UN:"Naciones Unidas",US:"Estados Unidos","US-alt-short":"EE. UU.",UY:"Uruguay",UZ:"Uzbekistán",VA:"Ciudad del Vaticano",VC:"San Vicente y las Granadinas",VE:"Venezuela",VG:"Islas Vírgenes Británicas",VI:"Islas Vírgenes de EE. UU.",VN:"Vietnam",VU:"Vanuatu",WF:"Wallis y Futuna",WS:"Samoa",XA:"XA",XB:"XB",XK:"Kosovo",YE:"Yemen",YT:"Mayotte",ZA:"Sudáfrica",ZM:"Zambia",ZW:"Zimbabue",ZZ:"Región desconocida"},orientation:"left-to-right","ca-gregorian":{dateFormats:{full:"EEEE, d 'de' MMMM 'de' y",long:"d 'de' MMMM 'de' y",medium:"d MMM y",short:"d/M/yy"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1} {0}",short:"{1} {0}",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 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:"d MMM y G",GyMMMEd:"E, d 'de' MMM 'de' y G",GyMMMM:"MMMM 'de' y G",GyMMMMd:"d 'de' MMMM 'de' y G",GyMMMMEd:"E, d 'de' MMMM 'de' y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"hh:mm:ss",Hms:"HH:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"HH:mm:ss v",hmsvvvv:"h:mm:ss a (vvvv)",Hmsvvvv:"HH:mm:ss (vvvv)",hmv:"h:mm a v",Hmv:"HH:mm v",M:"L",Md:"d/M",MEd:"E d-M",MMd:"d/M",MMdd:"d/M",MMM:"LLL",MMMd:"d MMM",MMMdd:"dd-MMM",MMMEd:"E, d MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y",yM:"M-y",yMd:"d/M/y",yMEd:"E, d/M/y",yMM:"M/y",yMMM:"MMM y",yMMMd:"d 'de' MMM 'de' y",yMMMEd:"E, d MMM y",yMMMM:"MMMM 'de' y",yMMMMd:"d 'de' MMMM 'de' y",yMMMMEd:"EEE, d 'de' MMMM 'de' y",yQQQ:"QQQ 'de' y",yQQQQ:"QQQQ 'de' y",MMMMW:"'semana' W 'de' MMMM",yw:"'semana' w 'de' 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} a el {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:"d–d"},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"MM/y GGGGG – MM/y GGGGG",M:"MM/y – MM/y GGGGG",y:"MM/y – MM/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:"y-MM-dd – y-MM-dd 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 'de' y G",G:"d MMM 'de' y G – d MMM 'de' y G",M:"d MMM – d MMM 'de' y G",y:"d MMM 'de' y – d MMM 'de' y G"},GyMMMEd:{d:"E d MMM – E d MMM 'de' y G",G:"E d MMM 'de' y G – E d MMM 'de' y G",M:"E d MMM – E d MMM 'de' y G",y:"E d MMM 'de' y – E d MMM 'de' 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:"M–M"},Md:{d:"dd/MM – dd/MM",M:"dd/MM – dd/MM"},MEd:{d:"E dd/MM – E dd/MM",M:"E dd/MM – E dd/MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"dd – dd 'de' MM",M:"d 'de' MMM 'al' d 'de' MMM"},MMMEd:{d:"E d 'al' E d 'de' MMM",M:"E d 'de' MMM 'al' E d 'de' MMM"},MMMMd:{d:"d–d 'de' MMMM",M:"d 'de' MMMM–d 'de' MMMM"},MMMMEd:{d:"E, d 'de' MMMM–E, d 'de' MMMM",M:"E, d 'de' MMMM–E, d 'de' MMMM"},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:"E, dd/MM/y – E, dd/MM/y",M:"E, dd/MM/y – E, dd/MM/y",y:"E, dd/MM/y – E, dd/MM/y"},yMMM:{M:"MMM–MMM y",y:"MMM 'de' y 'a' MMM 'de' y"},yMMMd:{d:"d – d 'de' MMM 'de' y",M:"d 'de' MMM 'al' d 'de' MMM 'de' y",y:"d 'de' MMM 'de' y 'al' d 'de' MMM 'de' y"},yMMMEd:{d:"E, d 'al' E, d 'de' MMM 'de' y",M:"E, d 'de' MMM 'al' E, d 'de' MMM 'de' y",y:"E, d 'de' MMM 'de' y 'al' E, d 'de' MMM 'de' y"},yMMMM:{M:"MMMM 'al' MMMM 'de' y",y:"MMMM 'de' y 'al' MMMM 'de' y"},yMMMMd:{d:"d–d 'de' MMMM 'de' y",M:"d 'de' MMMM–d 'de' MMMM 'de' y",y:"d 'de' MMMM 'de' y–d 'de' MMMM 'de' y"},yMMMMEd:{d:"E, d 'de' MMMM–E, d 'de' MMMM 'de' y",M:"E, d 'de' MMMM–E, d 'de' MMMM 'de' y",y:"E, d 'de' MMMM 'de' y–E, d 'de' MMMM 'de' y"}}},months:{format:{abbreviated:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],narrow:["E","F","M","A","M","J","J","A","S","O","N","D"],wide:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]},"stand-alone":{abbreviated:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],narrow:["E","F","M","A","M","J","J","A","S","O","N","D"],wide:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]}},days:{format:{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","M","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},"stand-alone":{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","M","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},"era-wide":{0:"antes de Cristo",1:"después de Cristo"},"era-abbreviated":{0:"a. C.",1:"d. C."},"era-narrow":{0:"a. C.",1:"d. C."}},"ca-islamic":{dateFormats:{full:"EEEE, d 'de' MMMM 'de' y G",long:"d 'de' MMMM 'de' y G",medium:"d 'de' MMM 'de' y G",short:"dd/MM/yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1} {0}",short:"{1} {0}",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 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 'de' y G",GyMMMd:"d 'de' MMM 'de' y G",GyMMMEd:"E, d 'de' MMM 'de' y G",GyMMMM:"MMMM 'de' y G",GyMMMMd:"d 'de' MMMM 'de' y G",GyMMMMEd:"E, d 'de' MMMM 'de' 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:"d/M",MEd:"E d-M",MMM:"LLL",MMMd:"d 'de' MMM",MMMEd:"E, d 'de' MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y G",yMEd:"E d/M/y G",yyyy:"y G",yyyyM:"M-y G",yyyyMd:"d/M/y GGGGG",yyyyMEd:"E d/M/y GGGGG",yyyyMMM:"MMM 'de' y G",yyyyMMMd:"d 'de' MMM 'de' y G",yyyyMMMEd:"EEE, d 'de' MMM 'de' y G",yyyyMMMM:"MMMM 'de' y G",yyyyMMMMd:"d 'de' MMMM 'de' y G",yyyyMMMMEd:"EEE, d 'de' MMMM 'de' y G",yyyyQQQ:"QQQ 'de' y G",yyyyQQQQ:"QQQQ 'de' 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:"d–d"},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"MM/y GGGGG – MM/y GGGGG",M:"MM/y – MM/y GGGGG",y:"MM/y – MM/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 'de' y G – MMM 'de' y G",M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},GyMMMd:{d:"d–d 'de' MMM 'de' y G",G:"d 'de' MMM 'de' y G – d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM 'de' y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},GyMMMEd:{d:"E d 'de' MMM – E d 'de' MMM 'de' y G",G:"E d 'de' MMM 'de' y G – E d 'de' MMM 'de' y G",M:"E d 'de' MMM – E d 'de' MMM 'de' y G",y:"E d 'de' MMM 'de' y – E d 'de' MMM 'de' 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:"M–M"},Md:{d:"d/M–d/M",M:"d/M–d/M"},MEd:{d:"E, d/M–E, d/M",M:"E, d/M–E, d/M"},MMM:{M:"MMM–MMM"},MMMd:{d:"d–d 'de' MMM",M:"d 'de' MMM–d 'de' MMM"},MMMEd:{d:"E, d 'de' MMM–E, d 'de' MMM",M:"E, d 'de' MMM–E, d 'de' MMM"},y:{y:"y–y G"},yM:{M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},yMd:{d:"d/M/y – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},yMEd:{d:"E, d/M/y – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/y GGGGG"},yMMM:{M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},yMMMd:{d:"d–d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},yMMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",M:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",y:"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' 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:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","M","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},"stand-alone":{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","M","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},"era-wide":{0:"AH"},"era-abbreviated":{0:"AH"},"era-narrow":{0:"AH"}},"ca-japanese":{dateFormats:{full:"EEEE, d 'de' MMMM 'de' y G",long:"d 'de' MMMM 'de' y G",medium:"dd/MM/y G",short:"dd/MM/yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1} {0}",short:"{1} {0}",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 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 'de' y G",GyMMMd:"d 'de' MMM 'de' y G",GyMMMEd:"E, d 'de' MMM 'de' y G",GyMMMM:"MMMM 'de' y G",GyMMMMd:"d 'de' MMMM 'de' y G",GyMMMMEd:"E, d 'de' MMMM 'de' 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:"d/M",MEd:"E d-M",MMM:"LLL",MMMd:"d 'de' MMM",MMMEd:"E, d 'de' MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y G",yMEd:"E d/M/y G",yyyy:"y G",yyyyM:"M-y G",yyyyMd:"d/M/y GGGGG",yyyyMEd:"E d/M/y GGGGG",yyyyMMM:"MMM 'de' y G",yyyyMMMd:"d 'de' MMM 'de' y G",yyyyMMMEd:"EEE, d 'de' MMM 'de' y G",yyyyMMMM:"MMMM 'de' y G",yyyyMMMMd:"d 'de' MMMM 'de' y G",yyyyMMMMEd:"EEE, d 'de' MMMM 'de' y G",yyyyQQQ:"QQQ 'de' y G",yyyyQQQQ:"QQQQ 'de' 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:"d–d"},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"MM/y GGGGG – MM/y GGGGG",M:"MM/y – MM/y GGGGG",y:"MM/y – MM/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 'de' y G – MMM 'de' y G",M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},GyMMMd:{d:"d–d 'de' MMM 'de' y G",G:"d 'de' MMM 'de' y G – d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM 'de' y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},GyMMMEd:{d:"E d 'de' MMM – E d 'de' MMM 'de' y G",G:"E d 'de' MMM 'de' y G – E d 'de' MMM 'de' y G",M:"E d 'de' MMM – E d 'de' MMM 'de' y G",y:"E d 'de' MMM 'de' y – E d 'de' MMM 'de' 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:"M–M"},Md:{d:"d/M–d/M",M:"d/M–d/M"},MEd:{d:"E, d/M–E, d/M",M:"E, d/M–E, d/M"},MMM:{M:"MMM–MMM"},MMMd:{d:"d–d 'de' MMM",M:"d 'de' MMM–d 'de' MMM"},MMMEd:{d:"E, d 'de' MMM–E, d 'de' MMM",M:"E, d 'de' MMM–E, d 'de' MMM"},y:{y:"y–y G",G:"y G–y G"},yM:{M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG",G:"M/y GGGGG – M/y GGGGG"},yMd:{d:"d/M/y – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG"},yMEd:{d:"E, d/M/y – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y GGGGG – E, d/M/y GGGGG"},yMMM:{M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G",G:"MMM 'de' y G – MMM 'de' y G"},yMMMd:{d:"d–d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G",G:"d 'de' MMM 'de' y G – d 'de' MMM 'de' y G"},yMMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",M:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",y:"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G",G:"E, d 'de' MMM 'de' y G – E, d 'de' MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' y G",G:"MMMM 'de' y G – MMMM 'de' y G"}}},months:{format:{abbreviated:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],narrow:["E","F","M","A","M","J","J","A","S","O","N","D"],wide:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]},"stand-alone":{abbreviated:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],narrow:["E","F","M","A","M","J","J","A","S","O","N","D"],wide:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]}},days:{format:{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","M","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},"stand-alone":{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","M","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},"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, d 'de' MMMM 'de' y G",long:"d 'de' MMMM 'de' y G",medium:"d 'de' MMM 'de' y G",short:"dd/MM/yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1} {0}",short:"{1} {0}",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 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 'de' y G",GyMMMd:"d 'de' MMM 'de' y G",GyMMMEd:"E, d 'de' MMM 'de' y G",GyMMMM:"MMMM 'de' y G",GyMMMMd:"d 'de' MMMM 'de' y G",GyMMMMEd:"E, d 'de' MMMM 'de' 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:"d/M",MEd:"E d-M",MMM:"LLL",MMMd:"d 'de' MMM",MMMEd:"E, d 'de' MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y G",yMEd:"E d/M/y G",yyyy:"y G",yyyyM:"M-y G",yyyyMd:"d/M/y GGGGG",yyyyMEd:"E d/M/y GGGGG",yyyyMMM:"MMM 'de' y G",yyyyMMMd:"d 'de' MMM 'de' y G",yyyyMMMEd:"EEE, d 'de' MMM 'de' y G",yyyyMMMM:"MMMM 'de' y G",yyyyMMMMd:"d 'de' MMMM 'de' y G",yyyyMMMMEd:"EEE, d 'de' MMMM 'de' y G",yyyyQQQ:"QQQ 'de' y G",yyyyQQQQ:"QQQQ 'de' 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:"d–d"},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"MM/y GGGGG – MM/y GGGGG",M:"MM/y – MM/y GGGGG",y:"MM/y – MM/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 'de' y G – MMM 'de' y G",M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},GyMMMd:{d:"d–d 'de' MMM 'de' y G",G:"d 'de' MMM 'de' y G – d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM 'de' y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},GyMMMEd:{d:"E d 'de' MMM – E d 'de' MMM 'de' y G",G:"E d 'de' MMM 'de' y G – E d 'de' MMM 'de' y G",M:"E d 'de' MMM – E d 'de' MMM 'de' y G",y:"E d 'de' MMM 'de' y – E d 'de' MMM 'de' 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:"M–M"},Md:{d:"d/M–d/M",M:"d/M–d/M"},MEd:{d:"E, d/M–E, d/M",M:"E, d/M–E, d/M"},MMM:{M:"MMM–MMM"},MMMd:{d:"d–d 'de' MMM",M:"d 'de' MMM–d 'de' MMM"},MMMEd:{d:"E, d 'de' MMM–E, d 'de' MMM",M:"E, d 'de' MMM–E, d 'de' MMM"},y:{y:"y–y G"},yM:{M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},yMd:{d:"d/M/y – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},yMEd:{d:"E, d/M/y – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/y GGGGG"},yMMM:{M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},yMMMd:{d:"d–d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},yMMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",M:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",y:"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' 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:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","M","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},"stand-alone":{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","M","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},"era-wide":{0:"AP"},"era-abbreviated":{0:"AP"},"era-narrow":{0:"AP"}},"ca-buddhist":{dateFormats:{full:"EEEE, d 'de' MMMM 'de' y G",long:"d 'de' MMMM 'de' y G",medium:"d 'de' MMM 'de' y G",short:"dd/MM/yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1} {0}",short:"{1} {0}",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 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 'de' y G",GyMMMd:"d 'de' MMM 'de' y G",GyMMMEd:"E, d 'de' MMM 'de' y G",GyMMMM:"MMMM 'de' y G",GyMMMMd:"d 'de' MMMM 'de' y G",GyMMMMEd:"E, d 'de' MMMM 'de' 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:"d/M",MEd:"E d-M",MMM:"LLL",MMMd:"d 'de' MMM",MMMEd:"E, d 'de' MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y G",yMEd:"E d/M/y G",yyyy:"y G",yyyyM:"M-y G",yyyyMd:"d/M/y GGGGG",yyyyMEd:"E d/M/y GGGGG",yyyyMMM:"MMM 'de' y G",yyyyMMMd:"d 'de' MMM 'de' y G",yyyyMMMEd:"EEE, d 'de' MMM 'de' y G",yyyyMMMM:"MMMM 'de' y G",yyyyMMMMd:"d 'de' MMMM 'de' y G",yyyyMMMMEd:"EEE, d 'de' MMMM 'de' y G",yyyyQQQ:"QQQ 'de' y G",yyyyQQQQ:"QQQQ 'de' 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:"d–d"},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"MM/y GGGGG – MM/y GGGGG",M:"MM/y – MM/y GGGGG",y:"MM/y – MM/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 'de' y G – MMM 'de' y G",M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},GyMMMd:{d:"d–d 'de' MMM 'de' y G",G:"d 'de' MMM 'de' y G – d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM 'de' y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},GyMMMEd:{d:"E d 'de' MMM – E d 'de' MMM 'de' y G",G:"E d 'de' MMM 'de' y G – E d 'de' MMM 'de' y G",M:"E d 'de' MMM – E d 'de' MMM 'de' y G",y:"E d 'de' MMM 'de' y – E d 'de' MMM 'de' 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:"M–M"},Md:{d:"d/M–d/M",M:"d/M–d/M"},MEd:{d:"E, d/M–E, d/M",M:"E, d/M–E, d/M"},MMM:{M:"MMM–MMM"},MMMd:{d:"d–d 'de' MMM",M:"d 'de' MMM–d 'de' MMM"},MMMEd:{d:"E, d 'de' MMM–E, d 'de' MMM",M:"E, d 'de' MMM–E, d 'de' MMM"},y:{y:"y–y G"},yM:{M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},yMd:{d:"d/M/y – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},yMEd:{d:"E, d/M/y – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/y GGGGG"},yMMM:{M:"MMM–MMM 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},yMMMd:{d:"d–d 'de' MMM 'de' y G",M:"d 'de' MMM – d 'de' MMM y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},yMMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",M:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",y:"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' y G"}}},months:{format:{abbreviated:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],narrow:["E","F","M","A","M","J","J","A","S","O","N","D"],wide:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]},"stand-alone":{abbreviated:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],narrow:["E","F","M","A","M","J","J","A","S","O","N","D"],wide:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]}},days:{format:{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","M","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},"stand-alone":{abbreviated:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],narrow:["D","L","M","M","J","V","S"],short:["DO","LU","MA","MI","JU","VI","SA"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1.er trimestre","2.º trimestre","3.er trimestre","4.º trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},"era-wide":{0:"BE"},"era-abbreviated":{0:"BE"},"era-narrow":{0:"BE"}},dateFields:{era:{displayName:"era"},"year-wide":{displayName:"año","relative-type--1":"el año pasado","relative-type-0":"este año","relative-type-1":"el próximo año","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} año","relativeTimePattern-count-other":"dentro de {0} años"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} año","relativeTimePattern-count-other":"hace {0} años"}},"year-short":{displayName:"a","relative-type--1":"el año pasado","relative-type-0":"este año","relative-type-1":"el próximo año","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} a","relativeTimePattern-count-other":"dentro de {0} a"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} a","relativeTimePattern-count-other":"hace {0} a"}},"year-narrow":{displayName:"a","relative-type--1":"el año pasado","relative-type-0":"este año","relative-type-1":"el próximo año","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} a","relativeTimePattern-count-other":"dentro de {0} a"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} a","relativeTimePattern-count-other":"hace {0} a"}},"quarter-wide":{displayName:"trimestre","relative-type--1":"el trimestre pasado","relative-type-0":"este trimestre","relative-type-1":"el próximo trimestre","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} trimestre","relativeTimePattern-count-other":"dentro de {0} trimestres"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} trimestre","relativeTimePattern-count-other":"hace {0} trimestres"}},"quarter-short":{displayName:"trim.","relative-type--1":"el trimestre pasado","relative-type-0":"este trimestre","relative-type-1":"el próximo trimestre","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} trim.","relativeTimePattern-count-other":"dentro de {0} trim."},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} trim.","relativeTimePattern-count-other":"hace {0} trim."}},"quarter-narrow":{displayName:"trim.","relative-type--1":"el trimestre pasado","relative-type-0":"este trimestre","relative-type-1":"el próximo trimestre","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} trim.","relativeTimePattern-count-other":"dentro de {0} trim."},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} trim.","relativeTimePattern-count-other":"hace {0} trim."}},"month-wide":{displayName:"mes","relative-type--1":"el mes pasado","relative-type-0":"este mes","relative-type-1":"el próximo mes","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} mes","relativeTimePattern-count-other":"dentro de {0} meses"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} mes","relativeTimePattern-count-other":"hace {0} meses"}},"month-short":{displayName:"m","relative-type--1":"el mes pasado","relative-type-0":"este mes","relative-type-1":"el próximo mes","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} m","relativeTimePattern-count-other":"dentro de {0} m"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} m","relativeTimePattern-count-other":"hace {0} m"}},"month-narrow":{displayName:"m","relative-type--1":"el mes pasado","relative-type-0":"este mes","relative-type-1":"el próximo mes","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} m","relativeTimePattern-count-other":"dentro de {0} m"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} m","relativeTimePattern-count-other":"hace {0} m"}},"week-wide":{displayName:"semana","relative-type--1":"la semana pasada","relative-type-0":"esta semana","relative-type-1":"la próxima semana","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} semana","relativeTimePattern-count-other":"dentro de {0} semanas"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} semana","relativeTimePattern-count-other":"hace {0} semanas"},relativePeriod:"la semana del {0}"},"week-short":{displayName:"sem.","relative-type--1":"la semana pasada","relative-type-0":"esta semana","relative-type-1":"la próxima semana","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} sem.","relativeTimePattern-count-other":"dentro de {0} sem."},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} sem.","relativeTimePattern-count-other":"hace {0} sem."},relativePeriod:"la semana del {0}"},"week-narrow":{displayName:"sem.","relative-type--1":"la semana pasada","relative-type-0":"esta semana","relative-type-1":"la próxima semana","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} sem.","relativeTimePattern-count-other":"dentro de {0} sem."},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} sem.","relativeTimePattern-count-other":"hace {0} sem."},relativePeriod:"la semana del {0}"},"day-wide":{displayName:"día","relative-type--2":"anteayer","relative-type--1":"ayer","relative-type-0":"hoy","relative-type-1":"mañana","relative-type-2":"pasado mañana","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} día","relativeTimePattern-count-other":"dentro de {0} días"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} día","relativeTimePattern-count-other":"hace {0} días"}},"day-short":{displayName:"d","relative-type--2":"anteayer","relative-type--1":"ayer","relative-type-0":"hoy","relative-type-1":"mañana","relative-type-2":"pasado mañana","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} días","relativeTimePattern-count-other":"dentro de {0} días"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} días","relativeTimePattern-count-other":"hace {0} días"}},"day-narrow":{displayName:"d","relative-type--2":"anteayer","relative-type--1":"ayer","relative-type-0":"hoy","relative-type-1":"mañana","relative-type-2":"pasado mañana","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} días","relativeTimePattern-count-other":"dentro de {0} días"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} días","relativeTimePattern-count-other":"hace {0} días"}},weekday:{displayName:"día de la semana"},"hour-wide":{displayName:"hora","relative-type-0":"esta hora","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} hora","relativeTimePattern-count-other":"dentro de {0} horas"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} hora","relativeTimePattern-count-other":"hace {0} horas"}},"hour-short":{displayName:"h","relative-type-0":"esta hora","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} h","relativeTimePattern-count-other":"dentro de {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} h","relativeTimePattern-count-other":"hace {0} h"}},"hour-narrow":{displayName:"h","relative-type-0":"esta hora","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} h","relativeTimePattern-count-other":"dentro de {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} h","relativeTimePattern-count-other":"hace {0} h"}},"minute-wide":{displayName:"minuto","relative-type-0":"este minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} minuto","relativeTimePattern-count-other":"dentro de {0} minutos"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} minuto","relativeTimePattern-count-other":"hace {0} minutos"}},"minute-short":{displayName:"min","relative-type-0":"este minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} min","relativeTimePattern-count-other":"dentro de {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} min","relativeTimePattern-count-other":"hace {0} min"}},"minute-narrow":{displayName:"min","relative-type-0":"este minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} min","relativeTimePattern-count-other":"dentro de {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} min","relativeTimePattern-count-other":"hace {0} min"}},"second-wide":{displayName:"segundo","relative-type-0":"ahora","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} segundo","relativeTimePattern-count-other":"dentro de {0} segundos"},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} segundo","relativeTimePattern-count-other":"hace {0} segundos"}},"second-short":{displayName:"seg.","relative-type-0":"ahora","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} seg.","relativeTimePattern-count-other":"dentro de {0} seg."},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} seg.","relativeTimePattern-count-other":"hace {0} seg."}},"second-narrow":{displayName:"seg.","relative-type-0":"ahora","relativeTime-type-future":{"relativeTimePattern-count-one":"dentro de {0} seg.","relativeTimePattern-count-other":"dentro de {0} seg."},"relativeTime-type-past":{"relativeTimePattern-count-one":"hace {0} seg.","relativeTimePattern-count-other":"hace {0} seg."}},zone:{displayName:"zona horaria"}},decimalFormat:{standard:"#,##0.###"},"decimalFormat-long":{"1000-one":"0 mil","1000-other":"0 mil","10000-one":"00 mil","10000-other":"00 mil","100000-one":"000 mil","100000-other":"000 mil","1000000-one":"0 millón","1000000-other":"0 millones","10000000-one":"00 millones","10000000-other":"00 millones","100000000-one":"000 millones","100000000-other":"000 millones","1000000000-one":"0 mil millones","1000000000-other":"0 mil millones","10000000000-one":"00 mil millones","10000000000-other":"00 mil millones","100000000000-one":"000 mil millones","100000000000-other":"000 mil millones","1000000000000-one":"0 billón","1000000000000-other":"0 billón","10000000000000-one":"00 billones","10000000000000-other":"00 billones","100000000000000-one":"000 billones","100000000000000-other":"000 billones"},"decimalFormat-short":{"1000-one":"0 K","1000-other":"0 K","10000-one":"00 k","10000-other":"00 k","100000-one":"000 k","100000-other":"000 k","1000000-one":"0 M","1000000-other":"0 M","10000000-one":"00 M","10000000-other":"00 M","100000000-one":"000 M","100000000-other":"000 M","1000000000-one":"0k M","1000000000-other":"0k M","10000000000-one":"00k M","10000000000-other":"00k M","100000000000-one":"000k M","100000000000-other":"000k M","1000000000000-one":"0 B","1000000000000-other":"0 B","10000000000000-one":"00 B","10000000000000-other":"00 B","100000000000000-one":"000 B","100000000000000-other":"000 B"},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:"Más de {0}",atMost:"≤{0}",range:"{0}-{1}"},"currencyFormat-short":{"1000-one":"¤0 K","1000-other":"¤0 K","10000-one":"¤00 K","10000-other":"¤00 K","100000-one":"¤000 K","100000-other":"¤000 K","1000000-one":"¤0 M","1000000-other":"¤0 M","10000000-one":"¤00 M","10000000-other":"¤00 M","100000000-one":"¤000 M","100000000-other":"¤000 M","1000000000-one":"¤0000 M","1000000000-other":"¤0000 M","10000000000-one":"¤00 MRD","10000000000-other":"¤00 MRD","100000000000-one":"¤000 MRD","100000000000-other":"¤000 MRD","1000000000000-one":"¤0 B","1000000000000-other":"¤0 B","10000000000000-one":"¤00 B","10000000000000-other":"¤00 B","100000000000000-one":"¤000 B","100000000000000-other":"¤000 B"},"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:{ARS:"$",ESP:"₧",USD:"US$",XPF:"CFPF",XXX:"¤"},rtl:!1,"listPattern-standard-wide":{2:"{0} y {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} y {1}"},"listPattern-or-wide":{2:"{0} o {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} o {1}"},"listPattern-or-short":{2:"{0} o {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} o {1}"},"listPattern-standard-short":{2:"{0} y {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} y {1}"},units:{short:{per:{compoundUnitPattern:"{0}/{1}"},"acceleration-g-force":{displayName:"G","unitPattern-count-one":"{0} G","unitPattern-count-other":"{0} G"},"acceleration-meter-per-second-squared":{displayName:"m/s²","unitPattern-count-one":"{0} m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"rev","unitPattern-count-one":"{0} rev","unitPattern-count-other":"{0} rev"},"angle-radian":{displayName:"rad","unitPattern-count-one":"{0} rad","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"grados","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"arcmin","unitPattern-count-one":"{0} arcmin","unitPattern-count-other":"{0} arcmin"},"angle-arc-second":{displayName:"arcsec","unitPattern-count-one":"{0} arcsec","unitPattern-count-other":"{0} arcsec"},"area-square-kilometer":{displayName:"km²","unitPattern-count-one":"{0} km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"ha","unitPattern-count-one":"{0} ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"m²","unitPattern-count-one":"{0} m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-one":"{0} cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"mi²","unitPattern-count-one":"{0} mi²","unitPattern-count-other":"{0} mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"ac","unitPattern-count-one":"{0} ac","unitPattern-count-other":"{0} ac"},"area-square-yard":{displayName:"yd²","unitPattern-count-one":"{0} yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"ft²","unitPattern-count-one":"{0} ft²","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"in²","unitPattern-count-one":"{0} in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"dunumes","unitPattern-count-one":"{0} dunum","unitPattern-count-other":"{0} dunumes"},"concentr-karat":{displayName:"c","unitPattern-count-one":"{0} c","unitPattern-count-other":"{0} c"},"concentr-milligram-per-deciliter":{displayName:"mg/dL","unitPattern-count-one":"{0} mg/dL","unitPattern-count-other":"{0} mg/dL"},"concentr-millimole-per-liter":{displayName:"mmol/L","unitPattern-count-one":"{0} mmol/L","unitPattern-count-other":"{0} mmol/L"},"concentr-part-per-million":{displayName:"ppm","unitPattern-count-one":"{0} ppm","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"por ciento","unitPattern-count-one":"{0} %","unitPattern-count-other":"{0} %"},"concentr-permille":{displayName:"por mil","unitPattern-count-one":"{0} ‰","unitPattern-count-other":"{0} ‰"},"concentr-permyriad":{displayName:"por diez mil","unitPattern-count-one":"{0} ‱","unitPattern-count-other":"{0} ‱"},"concentr-mole":{displayName:"mol","unitPattern-count-one":"{0} moles","unitPattern-count-other":"{0} moles"},"consumption-liter-per-kilometer":{displayName:"l/km","unitPattern-count-one":"{0} l/km","unitPattern-count-other":"{0} l/km"},"consumption-liter-per-100kilometers":{displayName:"l/100 km","unitPattern-count-one":"{0} l/100 km","unitPattern-count-other":"{0} l/100 km"},"consumption-mile-per-gallon":{displayName:"mi/gal","unitPattern-count-one":"{0} mi/gal","unitPattern-count-other":"{0} mi/gal"},"consumption-mile-per-gallon-imperial":{displayName:"mi/gal imp.","unitPattern-count-one":"{0} mpg imp.","unitPattern-count-other":"{0} mpg imp."},"digital-petabyte":{displayName:"PB","unitPattern-count-one":"{0} PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-one":"{0} TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-one":"{0} Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-one":"{0} GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-one":"{0} Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-one":"{0} MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-one":"{0} Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-one":"{0} kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-one":"{0} kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"B","unitPattern-count-one":"{0} B","unitPattern-count-other":"{0} B"},"digital-bit":{displayName:"b","unitPattern-count-one":"{0} b","unitPattern-count-other":"{0} b"},"duration-century":{displayName:"s","unitPattern-count-one":"{0} s","unitPattern-count-other":"{0} s"},"duration-year":{displayName:"años","unitPattern-count-one":"{0} año","unitPattern-count-other":"{0} años",perUnitPattern:"{0}/a"},"duration-month":{displayName:"mm.","unitPattern-count-one":"{0} m.","unitPattern-count-other":"{0} mm.",perUnitPattern:"{0}/m."},"duration-week":{displayName:"sems.","unitPattern-count-one":"{0} sem.","unitPattern-count-other":"{0} sems.",perUnitPattern:"{0}/sem."},"duration-day":{displayName:"dd.","unitPattern-count-one":"{0} d.","unitPattern-count-other":"{0} dd.",perUnitPattern:"{0}/d."},"duration-hour":{displayName:"hs.","unitPattern-count-one":"{0} h","unitPattern-count-other":"{0} h",perUnitPattern:"{0}/h"},"duration-minute":{displayName:"min","unitPattern-count-one":"{0} min","unitPattern-count-other":"{0} min",perUnitPattern:"{0}/min"},"duration-second":{displayName:"seg.","unitPattern-count-one":"{0} seg.","unitPattern-count-other":"{0} seg.",perUnitPattern:"{0}/seg."},"duration-millisecond":{displayName:"ms","unitPattern-count-one":"{0} ms","unitPattern-count-other":"{0} ms"},"duration-microsecond":{displayName:"μs","unitPattern-count-one":"{0} μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"ns","unitPattern-count-one":"{0} ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"A","unitPattern-count-one":"{0} A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-one":"{0} mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-one":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"voltios","unitPattern-count-one":"{0} V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-one":"{0} kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"J","unitPattern-count-one":"{0} J","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kWh","unitPattern-count-one":"{0} kWh","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"electronvoltio","unitPattern-count-one":"{0} eV","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"BTU","unitPattern-count-one":"{0} BTU","unitPattern-count-other":"{0} BTU"},"force-pound-force":{displayName:"libra fuerza","unitPattern-count-one":"{0} lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"newton","unitPattern-count-one":"{0} N","unitPattern-count-other":"{0} N"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-one":"{0} GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-one":"{0} MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-one":"{0} kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-one":"{0} Hz","unitPattern-count-other":"{0} Hz"},"length-kilometer":{displayName:"km","unitPattern-count-one":"{0} km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"m","unitPattern-count-one":"{0} m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-one":"{0} dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-one":"{0} cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-one":"{0} mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"µm","unitPattern-count-one":"{0} µm","unitPattern-count-other":"{0} µm"},"length-nanometer":{displayName:"nm","unitPattern-count-one":"{0} nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-one":"{0} pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"mi","unitPattern-count-one":"{0} mi","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"yardas","unitPattern-count-one":"{0} yd","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"ft","unitPattern-count-one":"{0} ft","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"in","unitPattern-count-one":"{0} in","unitPattern-count-other":"{0} in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"parsecs","unitPattern-count-one":"{0} pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"aa. l.","unitPattern-count-one":"{0} a. l.","unitPattern-count-other":"{0} aa. l."},"length-astronomical-unit":{displayName:"ua","unitPattern-count-one":"{0} ua","unitPattern-count-other":"{0} ua"},"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-one":"{0} nmi","unitPattern-count-other":"{0} nmi"},"length-mile-scandinavian":{displayName:"mi esc.","unitPattern-count-one":"{0} mi esc.","unitPattern-count-other":"{0} mi esc."},"length-point":{displayName:"pto.","unitPattern-count-one":"{0} pto.","unitPattern-count-other":"{0} ptos."},"length-solar-radius":{displayName:"radios solares","unitPattern-count-one":"{0} R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"lx","unitPattern-count-one":"{0} lx","unitPattern-count-other":"{0} lx"},"light-solar-luminosity":{displayName:"luminosidades solares","unitPattern-count-one":"{0} L☉","unitPattern-count-other":"{0} L☉"},"mass-metric-ton":{displayName:"t","unitPattern-count-one":"{0} t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-one":"{0} kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"g","unitPattern-count-one":"{0} g","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-one":"{0} mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"µg","unitPattern-count-one":"{0} µg","unitPattern-count-other":"{0} µg"},"mass-ton":{displayName:"ton","unitPattern-count-one":"{0} ton","unitPattern-count-other":"{0} ton"},"mass-stone":{displayName:"stones","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"lb","unitPattern-count-one":"{0} lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-one":"{0} oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"ozt","unitPattern-count-one":"{0} ozt","unitPattern-count-other":"{0} ozt"},"mass-carat":{displayName:"ct","unitPattern-count-one":"{0} ct","unitPattern-count-other":"{0} ct"},"mass-dalton":{displayName:"daltones","unitPattern-count-one":"{0} Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"masas terrestres","unitPattern-count-one":"{0} M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"masas solares","unitPattern-count-one":"{0} M☉","unitPattern-count-other":"{0} M☉"},"power-gigawatt":{displayName:"GW","unitPattern-count-one":"{0} GW","unitPattern-count-other":"{0} GW"},"power-megawatt":{displayName:"MW","unitPattern-count-one":"{0} MW","unitPattern-count-other":"{0} MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-one":"{0} kW","unitPattern-count-other":"{0} kW"},"power-watt":{displayName:"vatios","unitPattern-count-one":"{0} W","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-one":"{0} mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"hp","unitPattern-count-one":"{0} hp","unitPattern-count-other":"{0} hp"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-millimeter-of-mercury":{displayName:"mmHg","unitPattern-count-one":"{0} mmHg","unitPattern-count-other":"{0} mmHg"},"pressure-pound-per-square-inch":{displayName:"psi","unitPattern-count-one":"{0} psi","unitPattern-count-other":"{0} psi"},"pressure-inch-hg":{displayName:"inHg","unitPattern-count-one":"{0} inHg","unitPattern-count-other":"{0} inHg"},"pressure-millibar":{displayName:"mbar","unitPattern-count-one":"{0} mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-one":"{0} atm","unitPattern-count-other":"{0} atm"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-one":"{0} kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-one":"{0} MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-one":"{0} km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-one":"{0} m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-one":"{0} mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"kn","unitPattern-count-one":"{0} kn","unitPattern-count-other":"{0} kn"},"temperature-generic":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-one":"{0} °C","unitPattern-count-other":"{0} °C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-one":"{0} °F","unitPattern-count-other":"{0} °F"},"temperature-kelvin":{displayName:"K","unitPattern-count-one":"{0} K","unitPattern-count-other":"{0} K"},"torque-pound-foot":{displayName:"lbf ft","unitPattern-count-one":"{0} lbf ft","unitPattern-count-other":"{0} lbf ft"},"torque-newton-meter":{displayName:"Nm","unitPattern-count-one":"{0} Nm","unitPattern-count-other":"{0} Nm"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-one":"{0} km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-one":"{0} m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-one":"{0} cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-one":"{0} mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yd³","unitPattern-count-one":"{0} yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-one":"{0} ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"in³","unitPattern-count-one":"{0} in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"Ml","unitPattern-count-one":"{0} Ml","unitPattern-count-other":"{0} Ml"},"volume-hectoliter":{displayName:"hl","unitPattern-count-one":"{0} hl","unitPattern-count-other":"{0} hl"},"volume-liter":{displayName:"l","unitPattern-count-one":"{0} l","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dl","unitPattern-count-one":"{0} dl","unitPattern-count-other":"{0} dl"},"volume-centiliter":{displayName:"cl","unitPattern-count-one":"{0} cl","unitPattern-count-other":"{0} cl"},"volume-milliliter":{displayName:"ml","unitPattern-count-one":"{0} ml","unitPattern-count-other":"{0} ml"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-one":"{0} mpt","unitPattern-count-other":"{0} mpt"},"volume-cup-metric":{displayName:"mc","unitPattern-count-one":"{0} mc","unitPattern-count-other":"{0} mc"},"volume-acre-foot":{displayName:"ac ft","unitPattern-count-one":"{0} ac ft","unitPattern-count-other":"{0} ac ft"},"volume-bushel":{displayName:"bu","unitPattern-count-other":"{0} bu"},"volume-gallon":{displayName:"gal","unitPattern-count-one":"{0} gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"gal imp.","unitPattern-count-one":"{0} gal imp.","unitPattern-count-other":"{0} gal imp.",perUnitPattern:"{0}/gal Imp."},"volume-quart":{displayName:"qt","unitPattern-count-one":"{0} qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pintas","unitPattern-count-one":"{0} pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"tazas","unitPattern-count-one":"{0} tza.","unitPattern-count-other":"{0} tza."},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-one":"{0} fl oz","unitPattern-count-other":"{0} fl oz"},"volume-fluid-ounce-imperial":{displayName:"fl oz imp.","unitPattern-count-one":"{0} fl oz imp.","unitPattern-count-other":"{0} fl oz imp."},"volume-tablespoon":{displayName:"cdas.","unitPattern-count-one":"{0} cda.","unitPattern-count-other":"{0} cdas."},"volume-teaspoon":{displayName:"cdtas.","unitPattern-count-one":"{0} cdta.","unitPattern-count-other":"{0} cdtas."},"volume-barrel":{displayName:"barril","unitPattern-count-one":"{0} bbl","unitPattern-count-other":"{0} bbl"},coordinateUnit:{displayName:"punto",east:"{0} E",north:"{0} N",south:"{0} S",west:"{0} O"}}},"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-one":"0 K ¤","1000-other":"0 K ¤","10000-one":"00 K ¤","10000-other":"00 K ¤","100000-one":"000 K ¤","100000-other":"000 K ¤","1000000-one":"0 M ¤","1000000-other":"0 M ¤","10000000-one":"00 M ¤","10000000-other":"00 M ¤","100000000-one":"000 M ¤","100000000-other":"000 M ¤","1000000000-one":"0000 M ¤","1000000000-other":"0000 M ¤","10000000000-one":"00 MRD ¤","10000000000-other":"00 MRD ¤","100000000000-one":"000 MRD ¤","100000000000-other":"000 MRD ¤","1000000000000-one":"0 B ¤","1000000000000-other":"0 B ¤","10000000000000-one":"00 B ¤","10000000000000-other":"00 B ¤","100000000000000-one":"000 B ¤","100000000000000-other":"000 B ¤"},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:{one:"n = 1"},"weekData-minDays":1,"weekData-firstDay":0,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:{_allowed:"H h hB hb",_preferred:"H"},"eras-gregorian":{0:{_end:"0-12-31"},1:{_start:"1-01-01"}},"eras-islamic":{0:{_start:"622-7-15"}},"eras-persian":{0:{_start:"622-01-01"}},"eras-buddhist":{0:{_start:"-542-01-01"}},"eras-japanese":{232:{_start:"1868-9-8"},233:{_start:"1912-7-30"},234:{_start:"1926-12-25"},235:{_start:"1989-1-8"},236:{_start:"2019-5-1"}}};
2
- //# sourceMappingURL=es_AR-c9568bef.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"es_AR-c9568bef.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}