@univerjs/preset-sheets-advanced 0.24.0 → 0.25.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 (85) hide show
  1. package/lib/cjs/locales/ar-SA.js +1 -0
  2. package/lib/cjs/locales/ca-ES.js +1 -1
  3. package/lib/cjs/locales/de-DE.js +1 -0
  4. package/lib/cjs/locales/en-US.js +1 -1
  5. package/lib/cjs/locales/es-ES.js +1 -1
  6. package/lib/cjs/locales/fa-IR.js +1 -1
  7. package/lib/cjs/locales/fr-FR.js +1 -1
  8. package/lib/cjs/locales/id-ID.js +1 -0
  9. package/lib/cjs/locales/it-IT.js +1 -0
  10. package/lib/cjs/locales/ja-JP.js +1 -1
  11. package/lib/cjs/locales/ko-KR.js +1 -1
  12. package/lib/cjs/locales/pl-PL.js +1 -0
  13. package/lib/cjs/locales/pt-BR.js +1 -0
  14. package/lib/cjs/locales/ru-RU.js +1 -1
  15. package/lib/cjs/locales/sk-SK.js +1 -1
  16. package/lib/cjs/locales/vi-VN.js +1 -1
  17. package/lib/cjs/locales/zh-CN.js +1 -1
  18. package/lib/cjs/locales/zh-HK.js +1 -0
  19. package/lib/cjs/locales/zh-TW.js +1 -1
  20. package/lib/es/locales/ar-SA.js +26 -0
  21. package/lib/es/locales/ca-ES.js +9 -7
  22. package/lib/es/locales/de-DE.js +26 -0
  23. package/lib/es/locales/en-US.js +11 -9
  24. package/lib/es/locales/es-ES.js +9 -7
  25. package/lib/es/locales/fa-IR.js +9 -7
  26. package/lib/es/locales/fr-FR.js +9 -7
  27. package/lib/es/locales/id-ID.js +26 -0
  28. package/lib/es/locales/it-IT.js +26 -0
  29. package/lib/es/locales/ja-JP.js +9 -7
  30. package/lib/es/locales/ko-KR.js +9 -7
  31. package/lib/es/locales/pl-PL.js +26 -0
  32. package/lib/es/locales/pt-BR.js +26 -0
  33. package/lib/es/locales/ru-RU.js +9 -7
  34. package/lib/es/locales/sk-SK.js +9 -7
  35. package/lib/es/locales/vi-VN.js +9 -7
  36. package/lib/es/locales/zh-CN.js +9 -7
  37. package/lib/es/locales/zh-HK.js +26 -0
  38. package/lib/es/locales/zh-TW.js +9 -7
  39. package/lib/locales/ar-SA.js +26 -0
  40. package/lib/locales/ca-ES.js +9 -7
  41. package/lib/locales/de-DE.js +26 -0
  42. package/lib/locales/en-US.js +11 -9
  43. package/lib/locales/es-ES.js +9 -7
  44. package/lib/locales/fa-IR.js +9 -7
  45. package/lib/locales/fr-FR.js +9 -7
  46. package/lib/locales/id-ID.js +26 -0
  47. package/lib/locales/it-IT.js +26 -0
  48. package/lib/locales/ja-JP.js +9 -7
  49. package/lib/locales/ko-KR.js +9 -7
  50. package/lib/locales/pl-PL.js +26 -0
  51. package/lib/locales/pt-BR.js +26 -0
  52. package/lib/locales/ru-RU.js +9 -7
  53. package/lib/locales/sk-SK.js +9 -7
  54. package/lib/locales/vi-VN.js +9 -7
  55. package/lib/locales/zh-CN.js +9 -7
  56. package/lib/locales/zh-HK.js +26 -0
  57. package/lib/locales/zh-TW.js +9 -7
  58. package/lib/types/locales/ar-SA.d.ts +4 -0
  59. package/lib/types/locales/de-DE.d.ts +4 -0
  60. package/lib/types/locales/id-ID.d.ts +4 -0
  61. package/lib/types/locales/it-IT.d.ts +4 -0
  62. package/lib/types/locales/pl-PL.d.ts +4 -0
  63. package/lib/types/locales/pt-BR.d.ts +4 -0
  64. package/lib/types/locales/zh-HK.d.ts +4 -0
  65. package/lib/umd/index.js +29 -29
  66. package/lib/umd/locales/ar-SA.js +32 -0
  67. package/lib/umd/locales/ca-ES.js +13 -10
  68. package/lib/umd/locales/de-DE.js +32 -0
  69. package/lib/umd/locales/en-US.js +13 -10
  70. package/lib/umd/locales/es-ES.js +13 -10
  71. package/lib/umd/locales/fa-IR.js +13 -10
  72. package/lib/umd/locales/fr-FR.js +13 -10
  73. package/lib/umd/locales/id-ID.js +32 -0
  74. package/lib/umd/locales/it-IT.js +32 -0
  75. package/lib/umd/locales/ja-JP.js +13 -10
  76. package/lib/umd/locales/ko-KR.js +13 -10
  77. package/lib/umd/locales/pl-PL.js +32 -0
  78. package/lib/umd/locales/pt-BR.js +32 -0
  79. package/lib/umd/locales/ru-RU.js +13 -10
  80. package/lib/umd/locales/sk-SK.js +13 -10
  81. package/lib/umd/locales/vi-VN.js +13 -10
  82. package/lib/umd/locales/zh-CN.js +13 -10
  83. package/lib/umd/locales/zh-HK.js +32 -0
  84. package/lib/umd/locales/zh-TW.js +13 -10
  85. package/package.json +24 -24
@@ -1,29 +1,32 @@
1
1
  // @univerjs-pro/exchange-client/locale/es-ES
2
- function _0xe49b(){var _0x139079=['Data\x20is\x20too\x20large','401208ObKwlg','2842670qJwjwH','1750998PZlXxO','amd','File\x20uploaded\x20successfully','{0}\x20file(s)\x20uploaded\x20successfully','UniverProExchangeClientEsES','45FuzAXn','5WhlnAe','Uploading','object','function','Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','Open(File)','Download\x20success','437363wsBaWv','The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','Upload\x20again','3229232EfGpQt','5812mwRenP','1083838zLoBCT','Unknown\x20mistake','177xkNdsz','Save\x20As','Cancel','Please\x20wait...'];_0xe49b=function(){return _0x139079;};return _0xe49b();}function _0x3882(_0x38c512,_0x313fc0){_0x38c512=_0x38c512-0x1bb;var _0xe49b44=_0xe49b();var _0x388291=_0xe49b44[_0x38c512];return _0x388291;}(function(_0x1f22af,_0x1b2522){var _0x34246d=_0x3882,_0x219dd1=_0x1f22af();while(!![]){try{var _0x15bca6=-parseInt(_0x34246d(0x1d5))/0x1+-parseInt(_0x34246d(0x1c6))/0x2+parseInt(_0x34246d(0x1c1))/0x3*(parseInt(_0x34246d(0x1be))/0x4)+-parseInt(_0x34246d(0x1ce))/0x5*(parseInt(_0x34246d(0x1c8))/0x6)+parseInt(_0x34246d(0x1bf))/0x7+-parseInt(_0x34246d(0x1bd))/0x8+parseInt(_0x34246d(0x1cd))/0x9*(parseInt(_0x34246d(0x1c7))/0xa);if(_0x15bca6===_0x1b2522)break;else _0x219dd1['push'](_0x219dd1['shift']());}catch(_0x499170){_0x219dd1['push'](_0x219dd1['shift']());}}}(_0xe49b,0x502fa),function(_0x350877,_0x2a1ca4){var _0x5ab8d4=_0x3882;typeof exports==_0x5ab8d4(0x1d0)&&typeof module<'u'?module['exports']=_0x2a1ca4():typeof define==_0x5ab8d4(0x1d1)&&define[_0x5ab8d4(0x1c9)]?define([],_0x2a1ca4):(_0x350877=typeof globalThis<'u'?globalThis:_0x350877||self,_0x350877[_0x5ab8d4(0x1cc)]=_0x2a1ca4());}(this,function(){var _0x345a4a=_0x3882;return{'exchange':{'file':'File','upload':_0x345a4a(0x1d3),'download':_0x345a4a(0x1c2),'uploading':_0x345a4a(0x1cf),'uploadSuccess':_0x345a4a(0x1ca),'uploadSuccessTip':_0x345a4a(0x1cb),'downloading':'Downloading','downloadSuccess':_0x345a4a(0x1d4),'unknownMistake':_0x345a4a(0x1c0),'networkError':'Network\x20error','tooLarge':_0x345a4a(0x1c5),'internalError':'Internal\x20unknown\x20error','interrupt':_0x345a4a(0x1bb),'fileTypeError':_0x345a4a(0x1d2),'wait':_0x345a4a(0x1c4),'cancel':_0x345a4a(0x1c3),'uploadAgain':_0x345a4a(0x1bc)}};}));
2
+ function _0x55c6(_0x1bfc91,_0x41b4ef){_0x1bfc91=_0x1bfc91-0x76;var _0x38e09e=_0x38e0();var _0x55c677=_0x38e09e[_0x1bfc91];return _0x55c677;}(function(_0x50fb2a,_0x3b0b7c){var _0x36dd5f=_0x55c6,_0x462b30=_0x50fb2a();while(!![]){try{var _0x154188=parseInt(_0x36dd5f(0x7c))/0x1+-parseInt(_0x36dd5f(0x76))/0x2*(parseInt(_0x36dd5f(0x79))/0x3)+parseInt(_0x36dd5f(0x85))/0x4+-parseInt(_0x36dd5f(0x8d))/0x5+parseInt(_0x36dd5f(0x8a))/0x6*(parseInt(_0x36dd5f(0x88))/0x7)+parseInt(_0x36dd5f(0x7f))/0x8*(parseInt(_0x36dd5f(0x77))/0x9)+-parseInt(_0x36dd5f(0x7b))/0xa;if(_0x154188===_0x3b0b7c)break;else _0x462b30['push'](_0x462b30['shift']());}catch(_0x23f0c6){_0x462b30['push'](_0x462b30['shift']());}}}(_0x38e0,0x35693),function(_0x298412,_0x4761cf){var _0x4010cb=_0x55c6;typeof exports==_0x4010cb(0x80)&&typeof module<'u'?module[_0x4010cb(0x82)]=_0x4761cf():typeof define==_0x4010cb(0x7e)&&define[_0x4010cb(0x81)]?define([],_0x4761cf):(_0x298412=typeof globalThis<'u'?globalThis:_0x298412||self,_0x298412[_0x4010cb(0x78)]=_0x4761cf());}(this,function(){var _0x30f0ba=_0x55c6;return{'exchange-client':{'uploading':_0x30f0ba(0x87),'uploadSuccess':'Archivo\x20subido\x20exitosamente','uploadSuccessTip':_0x30f0ba(0x83),'downloading':'Descargando','downloadSuccess':_0x30f0ba(0x7d),'unknownMistake':_0x30f0ba(0x89),'networkError':'Error\x20de\x20red','tooLarge':_0x30f0ba(0x8f),'internalError':_0x30f0ba(0x86),'interrupt':_0x30f0ba(0x8c),'fileTypeError':_0x30f0ba(0x8b),'wait':_0x30f0ba(0x8e),'cancel':_0x30f0ba(0x7a),'uploadAgain':_0x30f0ba(0x84)}};}));function _0x38e0(){var _0x56e48a=['Subiendo','27853ggoHoK','Error\x20desconocido','18KCyxbO','El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','259695NlwpgR','Espere...','Los\x20datos\x20son\x20demasiado\x20grandes','49804ZWPTOl','64161cHDXjt','UniverProExchangeClientEsES','6IIgGcQ','Cancelar','3659310NPgMNX','32949DHkGTx','Descarga\x20exitosa','function','280QNftux','object','amd','exports','{0}\x20archivo(s)\x20subido(s)\x20exitosamente','Subir\x20de\x20nuevo','1568176TrMSue','Error\x20interno\x20desconocido'];_0x38e0=function(){return _0x56e48a;};return _0x38e0();}
3
+
4
+ // @univerjs-pro/sheets-exchange-client/locale/es-ES
5
+ function _0x3197(_0x388752,_0x6986e6){_0x388752=_0x388752-0x131;var _0x390781=_0x3907();var _0x319700=_0x390781[_0x388752];return _0x319700;}(function(_0x56551a,_0xfb6909){var _0x19765a=_0x3197,_0x58beb5=_0x56551a();while(!![]){try{var _0x569fc5=-parseInt(_0x19765a(0x13d))/0x1*(-parseInt(_0x19765a(0x142))/0x2)+-parseInt(_0x19765a(0x141))/0x3+parseInt(_0x19765a(0x136))/0x4*(-parseInt(_0x19765a(0x131))/0x5)+-parseInt(_0x19765a(0x13a))/0x6*(-parseInt(_0x19765a(0x13e))/0x7)+parseInt(_0x19765a(0x143))/0x8+parseInt(_0x19765a(0x13c))/0x9*(-parseInt(_0x19765a(0x135))/0xa)+-parseInt(_0x19765a(0x132))/0xb*(parseInt(_0x19765a(0x134))/0xc);if(_0x569fc5===_0xfb6909)break;else _0x58beb5['push'](_0x58beb5['shift']());}catch(_0xa0d3a){_0x58beb5['push'](_0x58beb5['shift']());}}}(_0x3907,0xc8d25),function(_0x1a73f3,_0x21c450){var _0x1ee052=_0x3197;typeof exports==_0x1ee052(0x133)&&typeof module<'u'?module[_0x1ee052(0x140)]=_0x21c450():typeof define==_0x1ee052(0x13f)&&define[_0x1ee052(0x13b)]?define([],_0x21c450):(_0x1a73f3=typeof globalThis<'u'?globalThis:_0x1a73f3||self,_0x1a73f3[_0x1ee052(0x137)]=_0x21c450());}(this,function(){var _0x348f7a=_0x3197;return{'sheets-exchange-client':{'file':'Archivo','upload':_0x348f7a(0x138),'download':_0x348f7a(0x139)}};}));function _0x3907(){var _0x597ffc=['735994PgNsoO','54159rciazf','function','exports','4764378TrICiB','4moFaGV','5896712hSoHQR','2315MYIAwm','3529229zrbsPU','object','12yrcAdQ','25780KRnHPK','7964zFZvSC','UniverProSheetsExchangeClientEsES','Abrir(Archivo)','Guardar\x20como','1212sKJeKt','amd','414ujzlBo'];_0x3907=function(){return _0x597ffc;};return _0x3907();}
3
6
 
4
7
  // @univerjs-pro/sheets-pivot/locale/es-ES
5
- function _0x4717(_0x176467,_0x21fa79){_0x176467=_0x176467-0xca;var _0x2dcf56=_0x2dcf();var _0x4717d5=_0x2dcf56[_0x176467];return _0x4717d5;}(function(_0x156599,_0x7b9627){var _0xaa80a6=_0x4717,_0x48b0f4=_0x156599();while(!![]){try{var _0xfcab56=parseInt(_0xaa80a6(0xe4))/0x1*(-parseInt(_0xaa80a6(0xcb))/0x2)+-parseInt(_0xaa80a6(0xf6))/0x3*(parseInt(_0xaa80a6(0xde))/0x4)+-parseInt(_0xaa80a6(0xeb))/0x5+parseInt(_0xaa80a6(0xd7))/0x6+-parseInt(_0xaa80a6(0xd0))/0x7+-parseInt(_0xaa80a6(0xf4))/0x8+parseInt(_0xaa80a6(0xd1))/0x9*(parseInt(_0xaa80a6(0xe2))/0xa);if(_0xfcab56===_0x7b9627)break;else _0x48b0f4['push'](_0x48b0f4['shift']());}catch(_0x32cf14){_0x48b0f4['push'](_0x48b0f4['shift']());}}}(_0x2dcf,0x9ea11),function(_0x4a344d,_0x993f8f){var _0x47781c=_0x4717;typeof exports==_0x47781c(0xd8)&&typeof module<'u'?module[_0x47781c(0xd9)]=_0x993f8f():typeof define==_0x47781c(0xdb)&&define['amd']?define([],_0x993f8f):(_0x4a344d=typeof globalThis<'u'?globalThis:_0x4a344d||self,_0x4a344d['UniverProSheetsPivotEsES']=_0x993f8f());}(this,function(){var _0x518d3e=_0x4717;return{'sheets-pivot':{'blankValue':_0x518d3e(0xf2),'otherValue':_0x518d3e(0xea),'columnName':_0x518d3e(0xe6),'subTotalText':_0x518d3e(0xdf),'grandTotalText':_0x518d3e(0xcd),'valueText':_0x518d3e(0xec),'averageName':_0x518d3e(0xe1),'countName':_0x518d3e(0xd2),'countNumsName':_0x518d3e(0xd2),'maxName':_0x518d3e(0xef),'minName':_0x518d3e(0xee),'productName':'Product\x20of\x20','stdDevName':'StdDev\x20of\x20','stdDevpName':'StdDevp\x20of\x20','sumName':_0x518d3e(0xf5),'varName':'Var\x20of\x20','varpName':_0x518d3e(0xcc),'subTotal':'Subtotal','grandTotal':_0x518d3e(0xcd),'value':'value','blank':_0x518d3e(0xe3),'other':_0x518d3e(0xdd),'emptyPivot':{'filter':_0x518d3e(0xe0),'row':_0x518d3e(0xdc),'column':_0x518d3e(0xce),'values':'Values'},'dateGroup':{'year':_0x518d3e(0xe9),'month':_0x518d3e(0xcf),'day':_0x518d3e(0xf0),'hour':'Hour','minute':_0x518d3e(0xda),'quarter':'Quarter','monthDate':'Month-Day','yearQuarter':_0x518d3e(0xd3),'yearMonth':_0x518d3e(0xca),'yearMonthDate':_0x518d3e(0xe7)},'cellDateGroupDisplay':{'minute':'{0}\x20minute','hour':'{0}\x20hour','hourMinute':'{0}\x20hour\x20{1}\x20minute','date':_0x518d3e(0xd4),'month':_0x518d3e(0xd6),'monthDate':_0x518d3e(0xd5),'quarter':_0x518d3e(0xf3),'year':_0x518d3e(0xe5),'yearMonth':_0x518d3e(0xf1),'yearMonthDate':_0x518d3e(0xed),'yearQuarter':_0x518d3e(0xe8)}}};}));function _0x2dcf(){var _0x75afa5=['Year-Quarter','{0}\x20day','{0}\x20month\x20{1}\x20day','{0}\x20month','952638OzrbzX','object','exports','Minute','function','Row','other','1296pUXKZd','Total','Filter','Average\x20of\x20','26245490VSyckZ','blank','319lqkyax','{0}\x20year','Column\x20','Year-Month-Day','{0}\x20year\x20{1}\x20quarter','Year','(Other)','4029825EvGbTA','Value','{0}\x20year\x20{1}\x20month\x20{2}\x20day','Min\x20of\x20','Max\x20of\x20','Day','{0}\x20year\x20{1}\x20month','(Blank)','{0}\x20quarter','597208mGJEzK','Sum\x20of\x20','4743OayUyv','Year-Month','206gwLads','Varp\x20of\x20','Grand\x20Total','Column','Month','4955020pPxopx','9Zpwbps','Count\x20of\x20'];_0x2dcf=function(){return _0x75afa5;};return _0x2dcf();}
8
+ (function(_0x59edea,_0x302542){var _0xf5edd8=_0xc1c9,_0x156362=_0x59edea();while(!![]){try{var _0x366beb=-parseInt(_0xf5edd8(0x1a2))/0x1+parseInt(_0xf5edd8(0x1c5))/0x2+parseInt(_0xf5edd8(0x1be))/0x3+parseInt(_0xf5edd8(0x1b8))/0x4*(-parseInt(_0xf5edd8(0x1ad))/0x5)+parseInt(_0xf5edd8(0x1a8))/0x6*(parseInt(_0xf5edd8(0x1b5))/0x7)+-parseInt(_0xf5edd8(0x199))/0x8+parseInt(_0xf5edd8(0x1ba))/0x9*(parseInt(_0xf5edd8(0x1b0))/0xa);if(_0x366beb===_0x302542)break;else _0x156362['push'](_0x156362['shift']());}catch(_0x2c9a2d){_0x156362['push'](_0x156362['shift']());}}}(_0x5559,0x50aea),function(_0x5e5bf3,_0x3f8467){var _0x23603c=_0xc1c9;typeof exports==_0x23603c(0x19d)&&typeof module<'u'?module['exports']=_0x3f8467():typeof define==_0x23603c(0x1b6)&&define[_0x23603c(0x1a0)]?define([],_0x3f8467):(_0x5e5bf3=typeof globalThis<'u'?globalThis:_0x5e5bf3||self,_0x5e5bf3[_0x23603c(0x1ab)]=_0x3f8467());}(this,function(){var _0x221f43=_0xc1c9;return{'sheets-pivot':{'sheet':_0x221f43(0x1b4),'blankValue':'(Vacío)','otherValue':_0x221f43(0x1a9),'columnName':'Columna\x20','subTotalText':_0x221f43(0x1b1),'grandTotalText':_0x221f43(0x1c2),'valueText':'Valor','averageName':_0x221f43(0x1af),'countName':_0x221f43(0x1ae),'countNumsName':_0x221f43(0x1ae),'maxName':'Máx\x20de\x20','minName':_0x221f43(0x1aa),'productName':_0x221f43(0x1c1),'stdDevName':_0x221f43(0x1bd),'stdDevpName':_0x221f43(0x1c3),'sumName':_0x221f43(0x1bc),'varName':'Var\x20de\x20','varpName':'VarP\x20de\x20','subTotal':'Subtotal','grandTotal':'Total\x20general','value':'valor','blank':'vacío','other':_0x221f43(0x19b),'emptyPivot':{'filter':_0x221f43(0x19e),'row':_0x221f43(0x1a4),'column':_0x221f43(0x1b3),'values':_0x221f43(0x1a3)},'dateGroup':{'year':_0x221f43(0x1bf),'month':_0x221f43(0x19a),'day':_0x221f43(0x1c4),'hour':'Hora','minute':_0x221f43(0x1a1),'quarter':_0x221f43(0x1c0),'monthDate':_0x221f43(0x1ac),'yearQuarter':_0x221f43(0x1a5),'yearMonth':_0x221f43(0x1a6),'yearMonthDate':'Año-Mes-Día'},'cellDateGroupDisplay':{'minute':_0x221f43(0x1bb),'hour':_0x221f43(0x1b2),'hourMinute':_0x221f43(0x19f),'date':'{0}\x20día','month':_0x221f43(0x1b7),'monthDate':'{0}\x20mes\x20{1}\x20día','quarter':_0x221f43(0x1a7),'year':_0x221f43(0x1b9),'yearMonth':_0x221f43(0x198),'yearMonthDate':_0x221f43(0x19c),'yearQuarter':'{0}\x20año\x20{1}\x20trimestre'}}};}));function _0xc1c9(_0x2090da,_0x6f2f19){_0x2090da=_0x2090da-0x198;var _0x55591d=_0x5559();var _0xc1c998=_0x55591d[_0x2090da];return _0xc1c998;}function _0x5559(){var _0xfead6d=['object','Filtro','{0}\x20hora\x20{1}\x20minuto','amd','Minuto','394478wMFkPP','Valores','Fila','Año-Trimestre','Año-Mes','{0}\x20trimestre','2436SfZGvb','(Otro)','Mín\x20de\x20','UniverProSheetsPivotEsES','Mes-Día','19820ADXZzo','Conteo\x20de\x20','Promedio\x20de\x20','40GkPNys','Subtotal','{0}\x20hora','Columna','Hoja','3073dYDGNA','function','{0}\x20mes','292ZIFhGP','{0}\x20año','862362pQaIIW','{0}\x20minuto','Suma\x20de\x20','DesvEst\x20de\x20','1907109oJpazG','Año','Trimestre','Producto\x20de\x20','Total\x20general','DesvEstP\x20de\x20','Día','276882yEoTNW','{0}\x20año\x20{1}\x20mes','2570608XCXbvY','Mes','otro','{0}\x20año\x20{1}\x20mes\x20{2}\x20día'];_0x5559=function(){return _0xfead6d;};return _0x5559();}
6
9
 
7
10
  // @univerjs-pro/sheets-pivot-ui/locale/es-ES
8
- function _0x4c22(){var _0x4d9090=['Existing\x20Sheet','amd','Cannot\x20insert\x20merged\x20cells\x20into\x20pivot\x20table','7353PUPZnj','Source\x20Field\x20Name:','Show\x20column\x20grand\x20total','General','Drag\x20fields\x20to\x20columns','Data\x20source\x20range\x20is\x20invalid','42435ZXRKWr','534QDDuVN','Add\x20to\x20Row','Format\x20Types','Show\x20row\x20grand\x20total','Confirm','Field\x20Name','Data\x20Source\x20Fields','UniverProSheetsPivotUiEsES','15535890SLsvyP','Cannot\x20overlap\x20with\x20source\x20data','Cancel','Count','Product','2188fYkAkL','Drag\x20fields\x20to\x20rows','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Add\x20to\x20Column','Insert\x20Pivot\x20Table','Pivot\x20Table\x20Placement','Subtotal','Negative\x20Number\x20Types','Add\x20to\x20Value','Display','Sum','Accounting','Ascending','Add\x20to\x20Filter','Summarize\x20by','Move\x20to\x20Column','7136829kCUbdc','Calculated\x20results\x20of\x20rows\x20and\x20columns','New\x20Sheet','Layout\x20direction','Thousandth\x20Percentile','Subtotals\x20&\x20Grand\x20Totals','222311ycgmWp','object','Drag\x20fields\x20to\x20the\x20areas\x20below','(Blank)','There\x20is\x20already\x20data\x20in\x20the\x20target\x20area.\x20This\x20action\x20will\x20overwrite\x20the\x20existing\x20data.\x20Do\x20you\x20want\x20to\x20continue?','Field\x20Settings','Σ\x20Values','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Number\x20Format','7472lVAPmA','2202MzhQGY','Cannot\x20edit\x20pivot\x20table\x20in\x20a\x20protected\x20sheet','Grand\x20Total','Remove\x20Field','Count\x20Numbers','Tips','Show\x20column\x20subtotals','exports','Repeat\x20item\x20labels','Cannot\x20edit\x20cells\x20in\x20pivot\x20table','325006eTnUVu','Filter\x20Field','Standard\x20Deviation','Drag\x20fields\x20to\x20filter\x20data','Average','Show\x20row\x20subtotals','Decimal\x20Places','Pivot\x20Table','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Field\x20Configuration','Column','Select\x20All','Filter\x20Field\x20Layout','Fields\x20per\x20row','Currency','This\x20change\x20cannot\x20be\x20made\x20to\x20the\x20selected\x20cells\x20because\x20it\x20would\x20affect\x20the\x20pivot\x20table.\x20Please\x20use\x20the\x20field\x20list\x20to\x20modify\x20the\x20report.\x20If\x20you\x20are\x20trying\x20to\x20insert\x20or\x20delete\x20cells,\x20move\x20the\x20pivot\x20table\x20and\x20try\x20again.','Population\x20Standard\x20Deviation','Filter','Data\x20Source\x20Range','Data\x20source\x20has\x20been\x20updated','Clear\x20Filter','Data\x20source\x20range\x20is\x20empty'];_0x4c22=function(){return _0x4d9090;};return _0x4c22();}function _0x24c6(_0x3c9432,_0x87f6c7){_0x3c9432=_0x3c9432-0x70;var _0x4c2250=_0x4c22();var _0x24c6d3=_0x4c2250[_0x3c9432];return _0x24c6d3;}(function(_0x8c9ea1,_0x36ef1c){var _0x5ce93a=_0x24c6,_0x2625c1=_0x8c9ea1();while(!![]){try{var _0x53f0e8=-parseInt(_0x5ce93a(0x71))/0x1+parseInt(_0x5ce93a(0x85))/0x2+parseInt(_0x5ce93a(0x7b))/0x3*(-parseInt(_0x5ce93a(0xb2))/0x4)+-parseInt(_0x5ce93a(0xa4))/0x5*(-parseInt(_0x5ce93a(0xa5))/0x6)+parseInt(_0x5ce93a(0xc2))/0x7+parseInt(_0x5ce93a(0x7a))/0x8*(parseInt(_0x5ce93a(0x9e))/0x9)+-parseInt(_0x5ce93a(0xad))/0xa;if(_0x53f0e8===_0x36ef1c)break;else _0x2625c1['push'](_0x2625c1['shift']());}catch(_0x297b82){_0x2625c1['push'](_0x2625c1['shift']());}}}(_0x4c22,0x7fb41),function(_0x242d2a,_0x451fda){var _0x3c0876=_0x24c6;typeof exports==_0x3c0876(0x72)&&typeof module<'u'?module[_0x3c0876(0x82)]=_0x451fda():typeof define=='function'&&define[_0x3c0876(0x9c)]?define([],_0x451fda):(_0x242d2a=typeof globalThis<'u'?globalThis:_0x242d2a||self,_0x242d2a[_0x3c0876(0xac)]=_0x451fda());}(this,function(){var _0x49069d=_0x24c6;return{'sheets-pivot-panel':{'title':_0x49069d(0x8c),'sourceRangeLabel':'Data\x20Source','sourceRangePlaceholder':_0x49069d(0x98),'sourceFieldTile':_0x49069d(0xab),'sourceFieldDescription':_0x49069d(0x73),'filter':_0x49069d(0x96),'column':_0x49069d(0x8f),'row':'Row','value':'Value','multipleValue':_0x49069d(0x77),'filterDesc':_0x49069d(0x88),'columnDesc':_0x49069d(0xa2),'rowDesc':_0x49069d(0xb3),'valueDesc':_0x49069d(0xc3),'addToFilter':_0x49069d(0xbf),'addToColumn':_0x49069d(0xb5),'addToRow':_0x49069d(0xa6),'addToValue':_0x49069d(0xba),'removeField':_0x49069d(0x7e),'filterField':_0x49069d(0x86),'fieldSettings':_0x49069d(0x76),'moveToRow':'Move\x20to\x20Row','moveToColumn':_0x49069d(0xc1),'dialog':{'fieldName':_0x49069d(0xaa),'sourceName':_0x49069d(0x9f),'summarizeBy':_0x49069d(0xc0),'format':_0x49069d(0x79),'ok':'OK','cancel':'Cancel','filter':{'ascending':_0x49069d(0xbe),'descending':'Descending','selectAll':_0x49069d(0x90),'clearFilter':_0x49069d(0x99),'blank':_0x49069d(0x74),'cancel':_0x49069d(0xaf),'confirm':'OK'},'numfmt':{'general':_0x49069d(0xa1),'accounting':_0x49069d(0xbd),'currency':_0x49069d(0x93),'date':'Date','thousandthPercentile':_0x49069d(0xc6),'fieldSetting':'Field\x20Settings','formatTypes':_0x49069d(0xa7),'confirm':'OK','cancel':_0x49069d(0xaf),'generalDesc':_0x49069d(0x8d),'accountingDesc':_0x49069d(0x78),'currencyDesc':'Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','dateDesc':'Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','thousandthPercentileDesc':_0x49069d(0xb4),'decimalPlaces':_0x49069d(0x8b),'currencyTypes':'Currency\x20Types','negativeNumberTypes':_0x49069d(0xb9),'dateTypes':'Date\x20Types'},'source':{'insertPivotTable':_0x49069d(0xb6),'sourceData':_0x49069d(0x97),'position':_0x49069d(0xb7),'newSheet':_0x49069d(0xc4),'existingSheet':_0x49069d(0x9b),'intersect':_0x49069d(0xae)}},'subtotal':{'average':_0x49069d(0x89),'count':_0x49069d(0xb0),'countNums':_0x49069d(0x7f),'max':'Maximum','min':'Minimum','product':_0x49069d(0xb1),'stdDev':_0x49069d(0x87),'stdDevp':_0x49069d(0x95),'sum':_0x49069d(0xbc),'var':'Variance','varp':'Population\x20Variance'},'subTotalText':_0x49069d(0xb8),'grandTotalText':_0x49069d(0x7d),'fieldPanel':_0x49069d(0x8e),'configPanel':'Advanced\x20Options','config':{'totalsSection':_0x49069d(0x70),'showRowSubtotal':_0x49069d(0x8a),'showRowGrandTotal':_0x49069d(0xa8),'showColSubtotal':_0x49069d(0x81),'showColGrandTotal':_0x49069d(0xa0),'pageSection':_0x49069d(0x91),'pageWrap':_0x49069d(0x92),'pageDirection':_0x49069d(0xc5),'pageDownThenOver':'Down,\x20then\x20over','pageOverThenDown':'Over,\x20then\x20down','displaySection':_0x49069d(0xbb),'repeatRowLabels':_0x49069d(0x83)},'perform':{'tips':_0x49069d(0x80),'info':_0x49069d(0x75),'confirm':_0x49069d(0xa9),'cancel':_0x49069d(0xaf),'rowColError':_0x49069d(0x94)},'msg':{'emptySourceRange':_0x49069d(0x9a),'invalidSize':_0x49069d(0xa3),'mergeCellError':_0x49069d(0x9d),'editCellError':_0x49069d(0x84),'permissionError':_0x49069d(0x7c)}}};}));
11
+ function _0x1889(_0x1d61da,_0x2c0213){_0x1d61da=_0x1d61da-0xb5;var _0xdbe5fd=_0xdbe5();var _0x18896d=_0xdbe5fd[_0x1d61da];return _0x18896d;}(function(_0x3991f0,_0xc5939){var _0x5d5345=_0x1889,_0x4f65d8=_0x3991f0();while(!![]){try{var _0x3b6a45=parseInt(_0x5d5345(0x110))/0x1*(parseInt(_0x5d5345(0xd3))/0x2)+-parseInt(_0x5d5345(0x10d))/0x3*(-parseInt(_0x5d5345(0x118))/0x4)+parseInt(_0x5d5345(0x116))/0x5+-parseInt(_0x5d5345(0xef))/0x6+-parseInt(_0x5d5345(0xc4))/0x7*(parseInt(_0x5d5345(0xf9))/0x8)+parseInt(_0x5d5345(0xea))/0x9+-parseInt(_0x5d5345(0xe2))/0xa*(parseInt(_0x5d5345(0xf4))/0xb);if(_0x3b6a45===_0xc5939)break;else _0x4f65d8['push'](_0x4f65d8['shift']());}catch(_0x1383e0){_0x4f65d8['push'](_0x4f65d8['shift']());}}}(_0xdbe5,0x524fa),function(_0x11ecc6,_0x58e53a){var _0x56505c=_0x1889;typeof exports==_0x56505c(0xcf)&&typeof module<'u'?module[_0x56505c(0xfa)]=_0x58e53a():typeof define==_0x56505c(0xbc)&&define[_0x56505c(0xcd)]?define([],_0x58e53a):(_0x11ecc6=typeof globalThis<'u'?globalThis:_0x11ecc6||self,_0x11ecc6[_0x56505c(0xdb)]=_0x58e53a());}(this,function(){var _0x3a1c99=_0x1889;return{'sheets-pivot-ui':{'sheet':_0x3a1c99(0xec),'title':_0x3a1c99(0xd2),'sourceRangeLabel':_0x3a1c99(0x10f),'sourceRangePlaceholder':_0x3a1c99(0xdc),'sourceFieldTile':'Campos\x20de\x20la\x20fuente\x20de\x20datos','sourceFieldDescription':_0x3a1c99(0x100),'filter':_0x3a1c99(0xe8),'column':_0x3a1c99(0xf7),'row':_0x3a1c99(0xbf),'value':_0x3a1c99(0xc8),'multipleValue':_0x3a1c99(0xe3),'filterDesc':_0x3a1c99(0xdf),'columnDesc':_0x3a1c99(0xca),'rowDesc':'Arrastre\x20campos\x20a\x20filas','valueDesc':_0x3a1c99(0x114),'addToFilter':_0x3a1c99(0x10e),'addToColumn':_0x3a1c99(0x109),'addToRow':_0x3a1c99(0xc3),'addToValue':'Agregar\x20al\x20valor','removeField':_0x3a1c99(0xb6),'filterField':_0x3a1c99(0xbe),'fieldSettings':_0x3a1c99(0xb5),'moveToRow':_0x3a1c99(0xe9),'moveToColumn':_0x3a1c99(0xd8),'dialog':{'fieldName':_0x3a1c99(0xc6),'sourceName':_0x3a1c99(0xd0),'summarizeBy':_0x3a1c99(0xf6),'format':_0x3a1c99(0xf0),'ok':'Aceptar','cancel':_0x3a1c99(0x103),'filter':{'ascending':'Ascendente','descending':'Descendente','selectAll':_0x3a1c99(0x108),'clearFilter':_0x3a1c99(0xd4),'blank':_0x3a1c99(0x111),'cancel':_0x3a1c99(0x103),'confirm':_0x3a1c99(0x10b)},'numfmt':{'general':_0x3a1c99(0xee),'accounting':'Contabilidad','currency':'Moneda','date':_0x3a1c99(0xfc),'thousandthPercentile':_0x3a1c99(0xe7),'fieldSetting':'Configuración\x20de\x20campo','formatTypes':_0x3a1c99(0x10a),'confirm':_0x3a1c99(0x10b),'cancel':_0x3a1c99(0x103),'generalDesc':_0x3a1c99(0x11b),'accountingDesc':_0x3a1c99(0x10c),'currencyDesc':_0x3a1c99(0xba),'dateDesc':_0x3a1c99(0xc0),'thousandthPercentileDesc':_0x3a1c99(0x112),'decimalPlaces':_0x3a1c99(0xc1),'currencyTypes':_0x3a1c99(0xfb),'negativeNumberTypes':_0x3a1c99(0xbb),'dateTypes':_0x3a1c99(0xd5)},'source':{'insertPivotTable':_0x3a1c99(0xcb),'sourceData':'Rango\x20de\x20la\x20fuente\x20de\x20datos','position':_0x3a1c99(0x102),'newSheet':_0x3a1c99(0x119),'existingSheet':_0x3a1c99(0x104),'intersect':_0x3a1c99(0xdd)}},'subtotal':{'average':_0x3a1c99(0xfe),'count':_0x3a1c99(0xce),'countNums':_0x3a1c99(0xbd),'max':_0x3a1c99(0x117),'min':_0x3a1c99(0xf1),'product':_0x3a1c99(0xf3),'stdDev':_0x3a1c99(0xe4),'stdDevp':_0x3a1c99(0xb7),'sum':_0x3a1c99(0xe1),'var':_0x3a1c99(0x115),'varp':_0x3a1c99(0xf5)},'subTotalText':_0x3a1c99(0xb8),'grandTotalText':'Total\x20general','fieldPanel':_0x3a1c99(0x106),'configPanel':_0x3a1c99(0xeb),'config':{'totalsSection':'Subtotales\x20y\x20totales\x20generales','showRowSubtotal':_0x3a1c99(0xc9),'showRowGrandTotal':_0x3a1c99(0xff),'showColSubtotal':_0x3a1c99(0xc7),'showColGrandTotal':_0x3a1c99(0xb9),'pageSection':_0x3a1c99(0xde),'pageWrap':_0x3a1c99(0x107),'pageDirection':_0x3a1c99(0xe5),'pageDownThenOver':'Abajo,\x20luego\x20a\x20la\x20derecha','pageOverThenDown':_0x3a1c99(0xd9),'displaySection':_0x3a1c99(0xc2),'repeatRowLabels':_0x3a1c99(0xd7)},'perform':{'tips':_0x3a1c99(0xda),'info':_0x3a1c99(0xe6),'confirm':_0x3a1c99(0xf2),'cancel':_0x3a1c99(0x103),'rowColError':_0x3a1c99(0x113)},'msg':{'emptySourceRange':_0x3a1c99(0x105),'invalidSize':_0x3a1c99(0xd6),'mergeCellError':_0x3a1c99(0xf8),'editCellError':_0x3a1c99(0xc5),'permissionError':_0x3a1c99(0x101)},'averageName':_0x3a1c99(0x11a),'countName':'Conteo\x20de\x20','countNumsName':_0x3a1c99(0xe0),'maxName':'Máx\x20de\x20','minName':'Mín\x20de\x20','productName':_0x3a1c99(0xfd),'stdDevName':_0x3a1c99(0xed),'stdDevpName':_0x3a1c99(0x11c),'sumName':_0x3a1c99(0xd1),'varName':_0x3a1c99(0xcc),'varpName':'VarP\x20de\x20'}};}));function _0xdbe5(){var _0x2cbc21=['object','Nombre\x20del\x20campo\x20fuente:','Suma\x20de\x20','Tabla\x20dinámica','408538qBjQCr','Borrar\x20filtro','Tipos\x20de\x20fecha','El\x20rango\x20de\x20la\x20fuente\x20de\x20datos\x20no\x20es\x20válido','Repetir\x20etiquetas\x20de\x20elementos','Mover\x20a\x20columna','A\x20la\x20derecha,\x20luego\x20abajo','Consejos','UniverProSheetsPivotUiEsES','La\x20fuente\x20de\x20datos\x20se\x20ha\x20actualizado','No\x20puede\x20superponerse\x20con\x20la\x20fuente\x20de\x20datos','Diseño\x20del\x20campo\x20de\x20filtro','Arrastre\x20campos\x20para\x20filtrar\x20datos','Conteo\x20de\x20','Suma','10MJwgqH','Σ\x20Valores','Desviación\x20estándar','Dirección\x20del\x20diseño','Ya\x20hay\x20datos\x20en\x20el\x20área\x20de\x20destino.\x20Esta\x20acción\x20sobrescribirá\x20los\x20datos\x20existentes.\x20¿Desea\x20continuar?','Percentil\x20milésimo','Filtro','Mover\x20a\x20fila','3619206HuJyGO','Opciones\x20avanzadas','Hoja','DesvEst\x20de\x20','General','164316MklLmQ','Formato\x20de\x20número','Mínimo','Confirmar','Producto','6559003zjzPSG','Varianza\x20de\x20población','Resumir\x20por','Columna','No\x20se\x20pueden\x20insertar\x20celdas\x20combinadas\x20en\x20una\x20tabla\x20dinámica','2029128TyheXl','exports','Tipos\x20de\x20moneda','Fecha','Producto\x20de\x20','Promedio','Mostrar\x20total\x20general\x20de\x20fila','Arrastre\x20los\x20campos\x20a\x20las\x20áreas\x20de\x20abajo','No\x20se\x20puede\x20editar\x20la\x20tabla\x20dinámica\x20en\x20una\x20hoja\x20protegida','Ubicación\x20de\x20la\x20tabla\x20dinámica','Cancelar','Hoja\x20existente','El\x20rango\x20de\x20la\x20fuente\x20de\x20datos\x20está\x20vacío','Configuración\x20de\x20campos','Campos\x20por\x20fila','Seleccionar\x20todo','Agregar\x20a\x20la\x20columna','Tipos\x20de\x20formato','Aceptar','El\x20formato\x20de\x20número\x20contable\x20alinea\x20los\x20símbolos\x20de\x20moneda\x20y\x20los\x20puntos\x20decimales\x20en\x20una\x20columna.','3PQWfoE','Agregar\x20al\x20filtro','Fuente\x20de\x20datos','1WXYAyH','(Vacío)','El\x20formato\x20de\x20percentil\x20milésimo\x20se\x20utiliza\x20para\x20números\x20generales,\x20los\x20formatos\x20de\x20moneda\x20y\x20contable\x20proporcionan\x20formatos\x20especializados\x20para\x20valores\x20monetarios.','Este\x20cambio\x20no\x20se\x20puede\x20realizar\x20en\x20las\x20celdas\x20seleccionadas\x20porque\x20afectaría\x20la\x20tabla\x20dinámica.\x20Use\x20la\x20lista\x20de\x20campos\x20para\x20modificar\x20el\x20informe.\x20Si\x20intenta\x20insertar\x20o\x20eliminar\x20celdas,\x20mueva\x20la\x20tabla\x20dinámica\x20e\x20inténtelo\x20de\x20nuevo.','Resultados\x20calculados\x20de\x20filas\x20y\x20columnas','Varianza','2244685XbXScL','Máximo','1650988UycDBp','Nueva\x20hoja','Promedio\x20de\x20','El\x20formato\x20general\x20no\x20contiene\x20ningún\x20formato\x20de\x20número\x20específico.','DesvEstP\x20de\x20','Configuración\x20de\x20campo','Eliminar\x20campo','Desviación\x20estándar\x20de\x20población','Subtotal','Mostrar\x20total\x20general\x20de\x20columna','El\x20formato\x20de\x20moneda\x20se\x20utiliza\x20para\x20valores\x20monetarios\x20generales,\x20el\x20formato\x20contable\x20alinea\x20los\x20puntos\x20decimales\x20en\x20una\x20columna\x20de\x20valores.','Tipos\x20de\x20números\x20negativos','function','Conteo\x20de\x20números','Campo\x20de\x20filtro','Fila','El\x20formato\x20de\x20fecha\x20muestra\x20los\x20números\x20de\x20serie\x20de\x20fecha\x20y\x20hora\x20como\x20valores\x20de\x20fecha.','Decimales','Visualización','Agregar\x20a\x20la\x20fila','14VsSPwz','No\x20se\x20pueden\x20editar\x20celdas\x20en\x20una\x20tabla\x20dinámica','Nombre\x20del\x20campo','Mostrar\x20subtotales\x20de\x20columna','Valor','Mostrar\x20subtotales\x20de\x20fila','Arrastre\x20campos\x20a\x20columnas','Insertar\x20tabla\x20dinámica','Var\x20de\x20','amd','Conteo'];_0xdbe5=function(){return _0x2cbc21;};return _0xdbe5();}
9
12
 
10
13
  // @univerjs-pro/sheets-print/locale/es-ES
11
- function _0x18b6(){var _0x32681a=['Show\x20water\x20mark','Current\x20time','SheetPageNumber','Show\x20Page\x20Breaks','B5\x20(6.93\x22\x20x\x209.84\x22)','Max\x20rows\x20per\x20page','Custom\x20number','DateA','Current\x20date','TimeA','SheetName','https://univer.ai/pro','Selection','Narrow','All\x20selected\x20cells','Workbook\x20title','Paper\x20Size','Fit\x20to\x20width','TimeC','Picture\x20failed\x20to\x20save\x20to\x20clipboard!','3811136xLzDMr','HH:mm:ss','7nonUle','Custom\x20header/footer','TimeD','MM-DD','DateB','Normal','Footer','Executive\x20(7.25\x22\x20x\x2010.5\x22)','12130363OkTkCi','Legal\x20(8.5\x22\x20x\x2014\x22)','2159424wZHOdb','Workbook','Show\x20page\x20break\x20lines','Picture\x20successfully\x20saved\x20to\x20clipboard!','Date\x20format','Total:\x20','The\x20free\x20version\x20only\x20supports\x20{limit}\x20pages\x20of\x20printing,\x20please\x20purchase\x20the\x20commercial\x20version\x20for\x20advanced\x20features!','B4\x20(9.84\x22\x20x\x2013.90\x22)','pages','YYYY-MM-DD','Current\x20sheet','Custom\x20Margins','Print','amd','Repeat\x20frozen\x20columns','Header','Univer\x20free\x20version,\x20powered\x20by\x20univer.ai.','Right','Align','Center','Portrait','65748930WpSGXp','Wide','Normal\x20(100%)','NEXT','Top','Show\x20gridlines','function','Scale','exports','Vertical','Go\x20to\x20View\x20>\x20Freeze\x20to\x20select\x20which\x20rows/columns\x20to\x20repeat\x20on\x20all\x20pages','object','Margins','Max\x20columns\x20per\x20page','Click\x20to\x20add\x20text','Formatting','DateF','Repeat\x20frozen\x20rows','hh:mm','Row\x20&\x20Column\x20limit','Fit\x20to\x20page','hh:mm:ss','8002050VftRzV','DateC','Left','TotalPages','Bottom','A4\x20(8.27\x22\x20x\x2011.69\x22)','54eSsJaM','Print\x20Layout','A3\x20(11.69\x22\x20x\x2016.54\x22)','Letter\x20(8.5\x22\x20x\x2011\x22)','TimeB','HH:mm','Statement\x20(5.5\x22\x20x\x208.5\x22)','5085378Yzqfbz','6PqcghW','DateE','Fit\x20to\x20height','394636irvkQL'];_0x18b6=function(){return _0x32681a;};return _0x18b6();}function _0x17b5(_0x2f27f7,_0x1985ee){_0x2f27f7=_0x2f27f7-0x7b;var _0x18b6c5=_0x18b6();var _0x17b515=_0x18b6c5[_0x2f27f7];return _0x17b515;}(function(_0x3c3462,_0x11030d){var _0x354619=_0x17b5,_0x13af63=_0x3c3462();while(!![]){try{var _0x3ea952=parseInt(_0x354619(0x82))/0x1*(-parseInt(_0x354619(0xc8))/0x2)+parseInt(_0x354619(0xc4))/0x3+-parseInt(_0x354619(0x80))/0x4+-parseInt(_0x354619(0xb7))/0x5+parseInt(_0x354619(0xc5))/0x6*(-parseInt(_0x354619(0x8a))/0x7)+-parseInt(_0x354619(0x8c))/0x8*(parseInt(_0x354619(0xbd))/0x9)+parseInt(_0x354619(0xa1))/0xa;if(_0x3ea952===_0x11030d)break;else _0x13af63['push'](_0x13af63['shift']());}catch(_0x3e58bc){_0x13af63['push'](_0x13af63['shift']());}}}(_0x18b6,0xf0052),function(_0x19c40e,_0x20f94b){var _0x1e1a17=_0x17b5;typeof exports==_0x1e1a17(0xac)&&typeof module<'u'?module[_0x1e1a17(0xa9)]=_0x20f94b():typeof define==_0x1e1a17(0xa7)&&define[_0x1e1a17(0x99)]?define([],_0x20f94b):(_0x19c40e=typeof globalThis<'u'?globalThis:_0x19c40e||self,_0x19c40e['UniverProSheetsPrintEsES']=_0x20f94b());}(this,function(){var _0x5d853f=_0x17b5;return{'print':{'header':{'total':_0x5d853f(0x91),'pages':_0x5d853f(0x94),'cancel':'CANCEL','next':_0x5d853f(0xa4),'printing':'Printing,\x20please\x20do\x20not\x20close\x20the\x20page'},'menu':'Print','title':'Print','grid':{'title':_0x5d853f(0xbe),'showGrid':_0x5d853f(0xcc),'showGridLabel':_0x5d853f(0x8e),'closeAndHide':'Close\x20and\x20hide\x20page\x20breaks'},'screenshot':{'title':'Copy\x20as\x20picture','success':_0x5d853f(0x8f),'fail':_0x5d853f(0x7f)},'size':{'title':_0x5d853f(0x7c),'letter':_0x5d853f(0xc0),'tabloid':'Tabloid\x20(11\x22\x20x\x2017\x22)','legal':_0x5d853f(0x8b),'statement':_0x5d853f(0xc3),'executive':_0x5d853f(0x89),'folio':'Folio\x20(8.5\x22\x20x\x2013\x22)','a3':_0x5d853f(0xbf),'a4':_0x5d853f(0xbc),'a5':'A5\x20(5.83\x22\x20x\x208.27\x22)','b4':_0x5d853f(0x93),'b5':_0x5d853f(0xcd)},'margin':{'title':_0x5d853f(0xad),'normal':_0x5d853f(0x87),'narrow':_0x5d853f(0xd6),'wide':_0x5d853f(0xa2),'custom':_0x5d853f(0x97),'top':'Top','bottom':_0x5d853f(0xbb),'left':_0x5d853f(0xb9),'right':_0x5d853f(0x9d)},'area':{'title':_0x5d853f(0x98),'currentSheet':_0x5d853f(0x96),'workbook':_0x5d853f(0x8d),'currentSelection':'Selected\x20cells','maxRowsEachPage':_0x5d853f(0xce),'maxColumnsEachPage':_0x5d853f(0xae),'limit':_0x5d853f(0xb4),'allSelection':_0x5d853f(0xd7)},'selection':{'title':_0x5d853f(0xd5),'allWorkbook':'All\x20sheets','workbookUnit':'sheets'},'scale':{'title':_0x5d853f(0xa8),'normal':_0x5d853f(0xa3),'fitWidth':_0x5d853f(0x7d),'fitHeight':_0x5d853f(0xc7),'fitPage':_0x5d853f(0xb5),'custom':_0x5d853f(0xcf)},'orientation':{'title':'Page\x20orientation','landscape':'Landscape','portrait':_0x5d853f(0xa0)},'formatting':{'title':_0x5d853f(0xb0),'skeleton':_0x5d853f(0xa6),'waterMark':_0x5d853f(0xc9)},'align':{'title':_0x5d853f(0x9e),'horizontal':{'title':'Horizontal','middle':_0x5d853f(0x9f),'start':'Left','end':_0x5d853f(0x9d)},'vertical':{'title':_0x5d853f(0xaa),'start':_0x5d853f(0xa5),'end':'Bottom','middle':'Center'}},'headerFooter':{'title':'Headers\x20&\x20footers','page':'Page\x20numbers','workbook':_0x5d853f(0x7b),'sheet':'Sheet\x20name','date':_0x5d853f(0xd1),'time':_0x5d853f(0xca),'customHeadFooter':_0x5d853f(0x83),'editCustomHeadFooter':'Edit\x20custom\x20header/footer','header':_0x5d853f(0x9b),'footer':_0x5d853f(0x88),'left':'Left','right':_0x5d853f(0x9d),'center':'Center','dateFormat':_0x5d853f(0x90),'dateA':_0x5d853f(0x95),'dateB':_0x5d853f(0x85),'dateC':'L','dateD':'MM/DD','timeA':_0x5d853f(0x81),'timeB':_0x5d853f(0xc2),'timeC':_0x5d853f(0xb6),'timeD':_0x5d853f(0xb3),'display':{'page':'PageBumber','title':'WorkbookTitle','sheet':_0x5d853f(0xd3),'dateA':_0x5d853f(0xd0),'dateB':_0x5d853f(0x86),'dateC':_0x5d853f(0xb8),'dateD':'DateD','dateE':_0x5d853f(0xc6),'dateF':_0x5d853f(0xb1),'timeA':_0x5d853f(0xd2),'timeB':_0x5d853f(0xc1),'timeC':_0x5d853f(0x7e),'timeD':_0x5d853f(0x84),'sheetPage':_0x5d853f(0xcb),'pageTotal':_0x5d853f(0xba),'sheetPageTotal':'TotalSheetPages'},'placeholder':_0x5d853f(0xaf),'submit':'Ok'},'freeze':{'title':'Row\x20&\x20column\x20headers','desc':_0x5d853f(0xab),'row':_0x5d853f(0xb2),'column':_0x5d853f(0x9a)},'limit':{'page':_0x5d853f(0x92),'waterMark':_0x5d853f(0x9c),'link':_0x5d853f(0xd4)}}};}));
14
+ function _0x437d(_0x2f1e5c,_0x332e20){_0x2f1e5c=_0x2f1e5c-0x1bc;var _0x538cf6=_0x538c();var _0x437d3d=_0x538cf6[_0x2f1e5c];return _0x437d3d;}(function(_0x48e811,_0x37033e){var _0x4a0581=_0x437d,_0x21700c=_0x48e811();while(!![]){try{var _0x5774e5=parseInt(_0x4a0581(0x1d2))/0x1*(-parseInt(_0x4a0581(0x1f1))/0x2)+-parseInt(_0x4a0581(0x1ef))/0x3+-parseInt(_0x4a0581(0x1bd))/0x4+-parseInt(_0x4a0581(0x1e6))/0x5*(parseInt(_0x4a0581(0x1c9))/0x6)+parseInt(_0x4a0581(0x1ed))/0x7*(-parseInt(_0x4a0581(0x1be))/0x8)+-parseInt(_0x4a0581(0x1d4))/0x9*(-parseInt(_0x4a0581(0x1d0))/0xa)+parseInt(_0x4a0581(0x1cc))/0xb;if(_0x5774e5===_0x37033e)break;else _0x21700c['push'](_0x21700c['shift']());}catch(_0x262cc3){_0x21700c['push'](_0x21700c['shift']());}}}(_0x538c,0x47772),function(_0x551760,_0x582171){var _0xd42c27=_0x437d;typeof exports==_0xd42c27(0x1f7)&&typeof module<'u'?module[_0xd42c27(0x1d5)]=_0x582171():typeof define==_0xd42c27(0x1f3)&&define[_0xd42c27(0x1f6)]?define([],_0x582171):(_0x551760=typeof globalThis<'u'?globalThis:_0x551760||self,_0x551760[_0xd42c27(0x210)]=_0x582171());}(this,function(){var _0x5c26c0=_0x437d;return{'sheets-print':{'permission':{'printErr':'La\x20hoja\x20de\x20cálculo\x20está\x20protegida\x20y\x20no\x20tienes\x20permiso\x20para\x20imprimir.\x20Para\x20imprimir,\x20contacta\x20al\x20creador.'},'header':{'total':_0x5c26c0(0x1cb),'pages':_0x5c26c0(0x209),'cancel':'CANCELAR','next':_0x5c26c0(0x1c0),'printing':_0x5c26c0(0x211)},'menu':_0x5c26c0(0x1da),'title':'Imprimir','grid':{'title':_0x5c26c0(0x1c4),'showGrid':'Mostrar\x20saltos\x20de\x20página','showGridLabel':_0x5c26c0(0x1e2),'closeAndHide':_0x5c26c0(0x1dc)},'screenshot':{'title':_0x5c26c0(0x1e9),'success':_0x5c26c0(0x1d6),'fail':_0x5c26c0(0x20a)},'size':{'title':_0x5c26c0(0x1e7),'letter':_0x5c26c0(0x1d7),'tabloid':_0x5c26c0(0x1c8),'legal':_0x5c26c0(0x1f4),'statement':'Declaración\x20(5.5\x22\x20x\x208.5\x22)','executive':_0x5c26c0(0x20c),'folio':'Folio\x20(8.5\x22\x20x\x2013\x22)','a3':_0x5c26c0(0x20d),'a4':'A4\x20(8.27\x22\x20x\x2011.69\x22)','a5':_0x5c26c0(0x20b),'b4':_0x5c26c0(0x1ee),'b5':_0x5c26c0(0x200)},'margin':{'title':_0x5c26c0(0x1ca),'normal':'Normal','narrow':_0x5c26c0(0x1bc),'wide':_0x5c26c0(0x1fa),'custom':_0x5c26c0(0x1c6),'top':_0x5c26c0(0x1cf),'bottom':'Inferior','left':'Izquierdo','right':_0x5c26c0(0x1c3)},'area':{'title':_0x5c26c0(0x1da),'currentSheet':_0x5c26c0(0x201),'workbook':_0x5c26c0(0x207),'currentSelection':_0x5c26c0(0x1e8),'maxRowsEachPage':_0x5c26c0(0x1d3),'maxColumnsEachPage':_0x5c26c0(0x1f8),'limit':'Límite\x20de\x20filas\x20y\x20columnas','allSelection':_0x5c26c0(0x1f5)},'selection':{'title':'Selección','allWorkbook':'Todas\x20las\x20hojas','workbookUnit':'hojas'},'scale':{'title':'Escala','normal':'Normal\x20(100%)','fitWidth':'Ajustar\x20al\x20ancho','fitHeight':'Ajustar\x20al\x20alto','fitPage':_0x5c26c0(0x208),'custom':_0x5c26c0(0x1fb)},'orientation':{'title':'Orientación\x20de\x20página','landscape':_0x5c26c0(0x204),'portrait':_0x5c26c0(0x1fd)},'formatting':{'title':_0x5c26c0(0x1ff),'skeleton':'Mostrar\x20líneas\x20de\x20cuadrícula','waterMark':_0x5c26c0(0x1e0)},'align':{'title':'Alinear','horizontal':{'title':_0x5c26c0(0x204),'middle':_0x5c26c0(0x1df),'start':_0x5c26c0(0x205),'end':'Derecha'},'vertical':{'title':_0x5c26c0(0x1fd),'start':'Arriba','end':'Abajo','middle':_0x5c26c0(0x1df)}},'headerFooter':{'title':'Encabezados\x20y\x20pies\x20de\x20página','page':'Números\x20de\x20página','workbook':_0x5c26c0(0x1bf),'sheet':_0x5c26c0(0x1c7),'date':_0x5c26c0(0x206),'time':_0x5c26c0(0x1c1),'customHeadFooter':_0x5c26c0(0x1c5),'editCustomHeadFooter':_0x5c26c0(0x1dd),'header':'Encabezado','footer':_0x5c26c0(0x1d1),'left':_0x5c26c0(0x205),'right':'Derecha','center':_0x5c26c0(0x1df),'dateFormat':_0x5c26c0(0x1db),'dateA':'AAAA-MM-DD','dateB':_0x5c26c0(0x1f0),'dateC':'L','dateD':'MM/DD','timeA':_0x5c26c0(0x1eb),'timeB':'HH:mm','timeC':_0x5c26c0(0x1de),'timeD':_0x5c26c0(0x1ea),'display':{'page':_0x5c26c0(0x1e3),'title':_0x5c26c0(0x20e),'sheet':_0x5c26c0(0x1f9),'dateA':'FechaA','dateB':_0x5c26c0(0x1fe),'dateC':_0x5c26c0(0x1e5),'dateD':_0x5c26c0(0x202),'dateE':_0x5c26c0(0x1ce),'dateF':_0x5c26c0(0x203),'timeA':_0x5c26c0(0x1c2),'timeB':_0x5c26c0(0x1f2),'timeC':_0x5c26c0(0x1fc),'timeD':_0x5c26c0(0x1e1),'sheetPage':_0x5c26c0(0x1e4),'pageTotal':'TotalDePáginas','sheetPageTotal':_0x5c26c0(0x1d8)},'placeholder':'Haga\x20clic\x20para\x20agregar\x20texto','submit':'Aceptar'},'freeze':{'title':_0x5c26c0(0x1ec),'desc':'Vaya\x20a\x20Ver\x20>\x20Inmovilizar\x20para\x20seleccionar\x20qué\x20filas/columnas\x20repetir\x20en\x20todas\x20las\x20páginas','row':_0x5c26c0(0x1d9),'column':'Repetir\x20columnas\x20inmovilizadas'},'limit':{'page':_0x5c26c0(0x20f),'waterMark':_0x5c26c0(0x1cd),'link':'https://univer.ai/pro'}}};}));function _0x538c(){var _0x57320a=['A5\x20(5.83\x22\x20x\x208.27\x22)','Ejecutivo\x20(7.25\x22\x20x\x2010.5\x22)','A3\x20(11.69\x22\x20x\x2016.54\x22)','TítuloDelLibro','La\x20versión\x20gratuita\x20solo\x20admite\x20la\x20impresión\x20de\x20{limit}\x20páginas,\x20¡compre\x20la\x20versión\x20comercial\x20para\x20funciones\x20avanzadas!','UniverProSheetsPrintEsES','Imprimiendo,\x20no\x20cierre\x20la\x20página','Estrecho','298108KPYSoc','340496mNCvWy','Título\x20del\x20libro','SIGUIENTE','Hora\x20actual','HoraA','Derecho','Diseño\x20de\x20impresión','Encabezado/pie\x20personalizado','Márgenes\x20personalizados','Nombre\x20de\x20la\x20hoja','Tabloide\x20(11\x22\x20x\x2017\x22)','411180LqUZYv','Márgenes','Total:\x20','10568228acKHKF','Versión\x20gratuita\x20de\x20Univer,\x20impulsada\x20por\x20univer.ai.','FechaE','Superior','30BUrHgT','Pie\x20de\x20página','53959RzUtYR','Máximo\x20de\x20filas\x20por\x20página','1519029BjZjdt','exports','¡Imagen\x20guardada\x20exitosamente\x20en\x20el\x20portapapeles!','Carta\x20(8.5\x22\x20x\x2011\x22)','TotalDePáginasDeHoja','Repetir\x20filas\x20inmovilizadas','Imprimir','Formato\x20de\x20fecha','Cerrar\x20y\x20ocultar\x20saltos\x20de\x20página','Editar\x20encabezado/pie\x20personalizado','hh:mm:ss','Centro','Mostrar\x20marca\x20de\x20agua','HoraD','Mostrar\x20líneas\x20de\x20salto\x20de\x20página','NúmeroDePágina','PáginaDeHoja','FechaC','10RINYtq','Tamaño\x20de\x20papel','Celdas\x20seleccionadas','Copiar\x20como\x20imagen','hh:mm','HH:mm:ss','Encabezados\x20de\x20fila\x20y\x20columna','14wZxfnp','B4\x20(9.84\x22\x20x\x2013.90\x22)','1014204VnxRhA','MM-DD','20mhNsTJ','HoraB','function','Legal\x20(8.5\x22\x20x\x2014\x22)','Todas\x20las\x20celdas\x20seleccionadas','amd','object','Máximo\x20de\x20columnas\x20por\x20página','NombreDeHoja','Ancho','Número\x20personalizado','HoraC','Vertical','FechaB','Formato','B5\x20(6.93\x22\x20x\x209.84\x22)','Hoja\x20actual','FechaD','FechaF','Horizontal','Izquierda','Fecha\x20actual','Libro','Ajustar\x20a\x20la\x20página','páginas','¡Error\x20al\x20guardar\x20la\x20imagen\x20en\x20el\x20portapapeles!'];_0x538c=function(){return _0x57320a;};return _0x538c();}
12
15
 
13
16
  // @univerjs-pro/sheets-chart/locale/es-ES
14
- (function(_0x3a788e,_0x253d99){var _0x3e6da2=_0x32c4,_0x3287b1=_0x3a788e();while(!![]){try{var _0x29ac83=parseInt(_0x3e6da2(0x18b))/0x1*(-parseInt(_0x3e6da2(0x188))/0x2)+-parseInt(_0x3e6da2(0x189))/0x3+-parseInt(_0x3e6da2(0x186))/0x4+parseInt(_0x3e6da2(0x18d))/0x5+parseInt(_0x3e6da2(0x187))/0x6*(-parseInt(_0x3e6da2(0x191))/0x7)+-parseInt(_0x3e6da2(0x190))/0x8*(-parseInt(_0x3e6da2(0x18f))/0x9)+parseInt(_0x3e6da2(0x18c))/0xa;if(_0x29ac83===_0x253d99)break;else _0x3287b1['push'](_0x3287b1['shift']());}catch(_0x1a7e62){_0x3287b1['push'](_0x3287b1['shift']());}}}(_0x3c27,0x3f8d5),function(_0x589d84,_0x789404){var _0x19f6b4=_0x32c4;typeof exports==_0x19f6b4(0x18a)&&typeof module<'u'?module[_0x19f6b4(0x185)]=_0x789404():typeof define=='function'&&define[_0x19f6b4(0x18e)]?define([],_0x789404):(_0x589d84=typeof globalThis<'u'?globalThis:_0x589d84||self,_0x589d84[_0x19f6b4(0x192)]=_0x789404());}(this,function(){var _0x3d3671=_0x32c4;return{'chart':{'category':'Category','series':_0x3d3671(0x184)}};}));function _0x32c4(_0xb5ba6c,_0x4cf9a3){_0xb5ba6c=_0xb5ba6c-0x184;var _0x3c2788=_0x3c27();var _0x32c4f0=_0x3c2788[_0xb5ba6c];return _0x32c4f0;}function _0x3c27(){var _0x174e2c=['amd','27aeruaT','239672MoFVVp','413RmIAaM','UniverProSheetsChartEsES','Series','exports','1388800foiFyv','4758lYxAbL','2MAdiet','145038XoCVrt','object','315127BsNhEX','4410510KFbcna','2434205yDroKE'];_0x3c27=function(){return _0x174e2c;};return _0x3c27();}
17
+ function _0x5a60(_0x38d8f0,_0x5aa27f){_0x38d8f0=_0x38d8f0-0x65;var _0x32d916=_0x32d9();var _0x5a60c2=_0x32d916[_0x38d8f0];return _0x5a60c2;}(function(_0x2e0304,_0x16919e){var _0x420c2a=_0x5a60,_0x1831a7=_0x2e0304();while(!![]){try{var _0x85bc8=-parseInt(_0x420c2a(0x7e))/0x1+parseInt(_0x420c2a(0x83))/0x2+parseInt(_0x420c2a(0x76))/0x3*(parseInt(_0x420c2a(0x66))/0x4)+parseInt(_0x420c2a(0x6b))/0x5+parseInt(_0x420c2a(0x7f))/0x6*(parseInt(_0x420c2a(0x67))/0x7)+-parseInt(_0x420c2a(0x73))/0x8*(-parseInt(_0x420c2a(0x70))/0x9)+-parseInt(_0x420c2a(0x6a))/0xa;if(_0x85bc8===_0x16919e)break;else _0x1831a7['push'](_0x1831a7['shift']());}catch(_0x2d2e11){_0x1831a7['push'](_0x1831a7['shift']());}}}(_0x32d9,0xb9489),function(_0x3f4232,_0x12ac58){var _0x507efc=_0x5a60;typeof exports==_0x507efc(0x6f)&&typeof module<'u'?module[_0x507efc(0x82)]=_0x12ac58():typeof define==_0x507efc(0x71)&&define[_0x507efc(0x69)]?define([],_0x12ac58):(_0x3f4232=typeof globalThis<'u'?globalThis:_0x3f4232||self,_0x3f4232[_0x507efc(0x78)]=_0x12ac58());}(this,function(){var _0x48b1de=_0x5a60;return{'sheets-chart':{'category':'Category','series':_0x48b1de(0x74),'seriesDefaultName':_0x48b1de(0x77),'categoryDefaultName':_0x48b1de(0x79),'blank':_0x48b1de(0x68),'msg':{'emptyTips':_0x48b1de(0x65),'sankeyCircularTips':_0x48b1de(0x7c)},'bubble':{'emptyTips':'El\x20gráfico\x20de\x20burbujas\x20requiere\x20al\x20menos\x202\x20columnas:\x20Eje\x20X,\x20Eje\x20Y'},'relation':{'emptyTips':'La\x20fuente\x20de\x20datos\x20para\x20el\x20gráfico\x20de\x20relación\x20es\x20la\x20matriz\x20de\x20co-palabras\x20con\x20la\x20columna\x20adicional\x20de\x20tipo\x20en\x20la\x20segunda\x20columna'},'cloud':{'word':_0x48b1de(0x7b),'frequency':_0x48b1de(0x6c)},'waterfall':{'positive':_0x48b1de(0x72),'negative':_0x48b1de(0x6d),'subtotal':_0x48b1de(0x7d)},'pareto':{'lineName':_0x48b1de(0x7a)},'boxplot':{'min':_0x48b1de(0x84),'q1':_0x48b1de(0x80),'median':_0x48b1de(0x6e),'q3':_0x48b1de(0x81),'max':_0x48b1de(0x75)}}};}));function _0x32d9(){var _0x50e3b0=['Agregue\x20una\x20serie\x20para\x20comenzar\x20a\x20visualizar\x20sus\x20datos','4yfXvUM','453929isibAa','(En\x20blanco)','amd','4509770QikQYI','6299055lNYfbo','Frecuencia','Negativo','Mediana','object','1503513SaJcsj','function','Positivo','8grPAkJ','Series','Máximo','1391394kMxZQZ','Serie\x20{0}','UniverProSheetsChartEsES','Categoría\x20{0}','Porcentaje\x20acumulado','Palabra','El\x20gráfico\x20Sankey\x20no\x20puede\x20contener\x20datos\x20circulares','Subtotal','823818EXkHlZ','6JVYDLb','Primer\x20cuartil','Tercer\x20cuartil','exports','156406ffbdEo','Mínimo'];_0x32d9=function(){return _0x50e3b0;};return _0x32d9();}
15
18
 
16
19
  // @univerjs-pro/sheets-chart-ui/locale/es-ES
17
- function _0xd8c0(_0x42d0aa,_0x2b0934){_0x42d0aa=_0x42d0aa-0x1a8;var _0x433ea1=_0x433e();var _0xd8c028=_0x433ea1[_0x42d0aa];return _0xd8c028;}function _0x433e(){var _0x258845=['Trendline','Square','Word\x20cloud\x20shape','Empty\x20triangle','Gridlines','Date\x20Types','Logarithmic','Cumulative\x20Percentage','Visual\x20map\x20scope','Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','Stacked','Bubble\x20size','Area\x20chart','Auto','Chart\x20type','Bar\x20Chart\x20Series','Relation\x20chart','Indicator\x20line\x20type','Rotate\x20label','Series','Horizontal\x20axis','Aggregate','Doughnut\x20hole','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','gaps','Donut\x20chart','Add\x20trendline','Delete\x20chart','Piecewise','Round\x20rectangle','8721176UoeWWu','Tick\x20length','Solid','Left\x20axis','Polygon','Pareto\x20chart','Negative\x20Legend\x20Text','Data\x20point','Gravity','Empty\x20arrow','The\x20{0}\x20item','Negative\x20Style','Single','Date','Third\x20quartile','Layout\x20type','Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','{0}\x20with\x20color','Trendline\x20name','10Ruwtoc','Use\x20absolute\x20value','Empty\x20pin','Show\x20data\x20labels','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Line','Indicator\x20line\x20color','Column\x20chart','Outside','Value','Close','Inside','Title\x20format','Chart\x20style','39odQjre','Chart\x20border\x20color','Position','Use\x20{0}\x20as\x20category','Positive','Chart\x20and\x20axis\x20titles','Show\x20axis\x20line','Data\x20point\x20style','Switch\x20to\x20row/column','9036600QhCzNA','Stack','Top','Negative','Polynomial\x20order','Linear','Thousandth\x20Percentile','Value\x20suffix','2234118TvCHzF','Percent\x20stack','Major\x20gridlines','9QyGMrl','R\x20squared','Continuous','Word\x20cloud','3794NebfxP','Polynomial','Triangle','Empty\x20square','Default','Force-directed','Legend\x20select\x20mode','(Blank)','Reverse\x20axis\x20order','Data\x20node\x20shape','Circle','Stacked\x20bar\x20chart','Hide\x20chart\x20panel','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Line\x20chart','Right','Word\x20cloud\x20chart','21QExyRy','{0}\x20with\x20thickness','Circular','Setup','Indicator\x20label','Moving\x20average','Axis\x20options','Trendline\x20thickness','Fill','Indicator\x20value','Percentage','Smooth','Stock\x20chart','{0}\x20with\x20opacity','Line\x20dash\x20type','41166972lwqnOW','Sequential','Gridlines\x20and\x20ticks','Trendline\x20type','Background\x20color','Bottom','Reset','Left','Positive\x20Style','Category\x20{0}','Sankey\x20chart','exports','Title','Data\x20labels','Half\x20pie','Heatmap','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Formula','Gap','Force-directed\x20options','Cancel','Use\x20date\x20axis','Digital\x20fixed','Rectangle','Format','Subtotal\x20Style','Use\x20right\x20axis','Trendline\x20dash\x20type','Axis','Node\x20distance','Step','Multiple','Diamond','Customize','Data\x20range','X-axis','Max','Bubble\x20chart','Show\x20labels','Major\x20tick','Border','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','Bubble\x20label','Trendline\x20color','Stacked\x20area\x20chart','Subtotal','{0}\x20with\x20size','Word','Open\x20chart\x20panel','Cumulative\x20Percentage\x20Series','13112QvWtoG','Frequency','Rose\x20pie','Show\x20formula','Repeat\x20word\x20cloud','Show\x20empty\x20cells\x20as','Scatter\x20chart','Right\x20Y-axis\x20title','object','Show\x20label\x20line','Pin','Median','Label\x20position','Empty\x20diamond','Point','Hide','Add\x20data\x20point','Negative\x20Number\x20Types','Show\x20Subtotal','Boxplot\x20chart','Themes','Enable\x20selection\x20fade-in\x20effect','3463704IOIOaZ'];_0x433e=function(){return _0x258845;};return _0x433e();}(function(_0x3538a7,_0x45919f){var _0x7436f8=_0xd8c0,_0x1e8b59=_0x3538a7();while(!![]){try{var _0x5dac91=-parseInt(_0x7436f8(0x245))/0x1*(-parseInt(_0x7436f8(0x25d))/0x2)+parseInt(_0x7436f8(0x205))/0x3+parseInt(_0x7436f8(0x1ef))/0x4*(parseInt(_0x7436f8(0x237))/0x5)+parseInt(_0x7436f8(0x256))/0x6*(parseInt(_0x7436f8(0x1ae))/0x7)+parseInt(_0x7436f8(0x224))/0x8*(parseInt(_0x7436f8(0x259))/0x9)+parseInt(_0x7436f8(0x24e))/0xa+-parseInt(_0x7436f8(0x1bd))/0xb;if(_0x5dac91===_0x45919f)break;else _0x1e8b59['push'](_0x1e8b59['shift']());}catch(_0x32bc35){_0x1e8b59['push'](_0x1e8b59['shift']());}}}(_0x433e,0x93581),function(_0x1fc6a6,_0x3c7c3a){var _0x177ada=_0xd8c0;typeof exports==_0x177ada(0x1f7)&&typeof module<'u'?module[_0x177ada(0x1c8)]=_0x3c7c3a():typeof define=='function'&&define['amd']?define([],_0x3c7c3a):(_0x1fc6a6=typeof globalThis<'u'?globalThis:_0x1fc6a6||self,_0x1fc6a6['UniverProSheetsChartUiEsES']=_0x3c7c3a());}(this,function(){var _0x1b31c3=_0xd8c0;return{'chart':{'insertChart':'Insert\x20chart','editChart':'Chart\x20editor','openChartPanel':_0x1b31c3(0x1ed),'deleteChart':_0x1b31c3(0x221),'hideChartPanel':_0x1b31c3(0x1a9),'setupChart':_0x1b31c3(0x1b1),'customChart':_0x1b31c3(0x1de),'default':_0x1b31c3(0x261),'reset':_0x1b31c3(0x1c3),'chartType':_0x1b31c3(0x214),'themes':_0x1b31c3(0x203),'dataRange':_0x1b31c3(0x1df),'stack':_0x1b31c3(0x24f),'category':'Category','aggregate':_0x1b31c3(0x21b),'allSeries':'All\x20series','series':_0x1b31c3(0x219),'addSeries':'Add\x20series','moreSettings':'More\x20settings','min':'Min','max':_0x1b31c3(0x1e1),'invalidType':{'gaps':_0x1b31c3(0x21e),'zero':'zero','connectDataPointsWithStraightLines':'Connect\x20data\x20points\x20with\x20straight\x20lines'},'blank':_0x1b31c3(0x264),'seriesBlock':{'format':_0x1b31c3(0x1d5),'dataPointStyle':_0x1b31c3(0x24c)},'backgroundColor':_0x1b31c3(0x1c1),'chartBorderColor':_0x1b31c3(0x246),'titles':{'title':_0x1b31c3(0x1c9),'mainTitle':'Main\x20title','subTitle':'Sub\x20title','xAxisTitle':'X-axis\x20title','yAxisTitle':'Y-axis\x20title','rightYAxisTitle':_0x1b31c3(0x1f6),'titleFormat':_0x1b31c3(0x243),'titleText':'Title\x20text','titlePosition':'Title\x20position','titleAlign':'Axis\x20title\x20align'},'axisPositionType':{'start':'Start','center':'Center','end':'End'},'gradientFill':'Gradient\x20fill','settingsLabels':{'switchToRowOrColumn':_0x1b31c3(0x24d),'useAsCategoryLabels':_0x1b31c3(0x248),'showEmptyCellsAs':_0x1b31c3(0x1f4)},'positionType':{'auto':'Auto','inside':_0x1b31c3(0x242),'outside':_0x1b31c3(0x23f),'top':'Top','bottom':'Bottom','left':_0x1b31c3(0x1c4),'right':_0x1b31c3(0x1ac),'hide':_0x1b31c3(0x1fe)},'align':{'left':_0x1b31c3(0x1c4),'center':'Center','right':_0x1b31c3(0x1ac)},'alignY':{'top':_0x1b31c3(0x250),'middle':'Middle','bottom':_0x1b31c3(0x1c2)},'chartStyle':_0x1b31c3(0x244),'chartAndAxisTitles':_0x1b31c3(0x24a),'legend':'Legend','legendSelectMode':_0x1b31c3(0x263),'legendSelectModeType':{'single':_0x1b31c3(0x230),'multiple':_0x1b31c3(0x1dc),'close':_0x1b31c3(0x241)},'legendVisualMapType':{'continuous':_0x1b31c3(0x25b),'piecewise':_0x1b31c3(0x222)},'axes':{'axis':_0x1b31c3(0x1d9),'axisOptions':_0x1b31c3(0x1b4),'horizontalAxis':_0x1b31c3(0x21a),'verticalAxis':'Vertical\x20axis','rightVerticalAxis':'Right\x20vertical\x20axis','leftAxis':_0x1b31c3(0x227),'rightAxis':'Right\x20axis','useRightAxis':_0x1b31c3(0x1d7)},'position':_0x1b31c3(0x247),'dataLabels':_0x1b31c3(0x1ca),'gridlinesAndTicks':_0x1b31c3(0x1bf),'indicatorLine':'Indicator\x20line','indicatorLineType':_0x1b31c3(0x217),'indicatorLineColor':_0x1b31c3(0x23d),'indicatorLabel':_0x1b31c3(0x1b2),'indicatorValue':_0x1b31c3(0x1b7),'shape':{'polygon':_0x1b31c3(0x228),'circle':_0x1b31c3(0x267),'square':_0x1b31c3(0x207),'triangle':_0x1b31c3(0x25f),'diamond':_0x1b31c3(0x1dd),'rect':_0x1b31c3(0x1d4),'roundRect':_0x1b31c3(0x223),'pin':_0x1b31c3(0x1f9),'arrow':'Arrow','none':'None','emptyCircle':'Empty\x20circle','emptySquare':_0x1b31c3(0x260),'emptyTriangle':_0x1b31c3(0x209),'emptyDiamond':_0x1b31c3(0x1fc),'emptyRect':'Empty\x20rectangle','emptyRoundRect':'Empty\x20round\x20rectangle','emptyPin':_0x1b31c3(0x239),'emptyArrow':_0x1b31c3(0x22d)},'border':_0x1b31c3(0x1e5),'value':_0x1b31c3(0x240),'fill':_0x1b31c3(0x1b6),'line':_0x1b31c3(0x23c),'withOpacity':_0x1b31c3(0x1bb),'withColor':_0x1b31c3(0x235),'withThickness':_0x1b31c3(0x1af),'withType':'{0}\x20with\x20type','withSize':_0x1b31c3(0x1eb),'withShape':'{0}\x20with\x20shape','withFormat':'{0}\x20with\x20format','dataPoint':_0x1b31c3(0x22b),'dataNodeShape':_0x1b31c3(0x266),'addDataPoint':_0x1b31c3(0x1ff),'point':_0x1b31c3(0x1fd),'percentage':_0x1b31c3(0x1b8),'lineType':{'line':_0x1b31c3(0x23c),'smooth':_0x1b31c3(0x1b9),'step':_0x1b31c3(0x1db)},'stackType':{'stack':_0x1b31c3(0x24f),'percent':_0x1b31c3(0x257)},'lineDashType':_0x1b31c3(0x1bc),'dashType':{'solid':_0x1b31c3(0x226),'dash':'Dash','dot':'Dot'},'color':'Color','gridlines':{'majorGridlines':_0x1b31c3(0x258),'text':_0x1b31c3(0x20a)},'ticks':{'majorTick':_0x1b31c3(0x1e4),'tickPosition':'Tick\x20position','tickLength':_0x1b31c3(0x225)},'none':'None','theIndexItem':_0x1b31c3(0x22e),'seriesDefaultName':'Series\x20{0}','categoryDefaultName':_0x1b31c3(0x1c6),'styleEditPanel':{'showLabels':_0x1b31c3(0x1e3),'showDataLabels':_0x1b31c3(0x23a),'padAngle':'Label\x20padding\x20angle','halfPie':_0x1b31c3(0x1cb),'rosePie':_0x1b31c3(0x1f1),'pieValScale':'Value\x20scale','pieValSuffix':_0x1b31c3(0x255),'pieDigitalFixed':_0x1b31c3(0x1d3),'showLabelLine':_0x1b31c3(0x1f8),'reverseAxisOrder':_0x1b31c3(0x265),'showAxisLine':_0x1b31c3(0x24b),'labelPosition':_0x1b31c3(0x1fb),'labelText':'Label\x20text','repeatWordCould':_0x1b31c3(0x1f3),'gap':_0x1b31c3(0x1cf),'useAbsValue':_0x1b31c3(0x238),'labelRotate':'Label\x20rotate','wordCloudShape':_0x1b31c3(0x208),'useDateAxis':_0x1b31c3(0x1d2),'dateAxisTips':_0x1b31c3(0x1cd)},'doughnutHole':_0x1b31c3(0x21c),'radar':{'fill':_0x1b31c3(0x1b6)},'msg':{'invalidSource':_0x1b31c3(0x20f),'emptyTips':_0x1b31c3(0x1e6),'sankeyCircularTips':'Sankey\x20chart\x20cannot\x20contain\x20circular\x20data'},'cloud':{'title':_0x1b31c3(0x25c),'word':_0x1b31c3(0x1ec),'frequency':_0x1b31c3(0x1f0)},'trendline':{'name':_0x1b31c3(0x206),'displayName':'Trendline\x20name','addTrendLine':_0x1b31c3(0x220),'trendlineType':_0x1b31c3(0x1c0),'trendlineName':_0x1b31c3(0x236),'trendlineColor':_0x1b31c3(0x1e8),'trendlineThickness':_0x1b31c3(0x1b5),'trendlineDashType':_0x1b31c3(0x1d8),'exp':'Exponential','linear':_0x1b31c3(0x253),'log':_0x1b31c3(0x20c),'pow':'Power','movingAvg':_0x1b31c3(0x1b3),'poly':_0x1b31c3(0x25e),'order':_0x1b31c3(0x252),'period':'Moving\x20average\x20period','showFormula':_0x1b31c3(0x1f2),'showR2':'Show\x20R\x20squared','formula':_0x1b31c3(0x1ce),'r2':_0x1b31c3(0x25a)},'bubble':{'xAxis':_0x1b31c3(0x1e0),'yAxis':'Y-axis','size':_0x1b31c3(0x211),'label':_0x1b31c3(0x1e7),'emptyTips':_0x1b31c3(0x234)},'relation':{'title':'Relation\x20chart','auto':_0x1b31c3(0x213),'circular':_0x1b31c3(0x1b0),'force':_0x1b31c3(0x262),'useValueAsSymbolSize':'Use\x20value\x20as\x20node\x20size','layoutType':_0x1b31c3(0x233),'forceOptions':_0x1b31c3(0x1d0),'repulsion':'Repulsion','gravity':_0x1b31c3(0x22c),'edgeLength':_0x1b31c3(0x1da),'rotateLabel':_0x1b31c3(0x218),'emphasis':_0x1b31c3(0x204),'emptyTips':_0x1b31c3(0x23b)},'waterfall':{'stackType':'Stack\x20Type','arrangement':_0x1b31c3(0x1be),'stacked':_0x1b31c3(0x210),'positive':_0x1b31c3(0x249),'negative':_0x1b31c3(0x251),'subtotal':_0x1b31c3(0x1ea),'showSubtotal':_0x1b31c3(0x201),'positiveStyle':_0x1b31c3(0x1c5),'negativeStyle':_0x1b31c3(0x22f),'subtotalStyle':_0x1b31c3(0x1d6),'positiveLegendText':'Positive\x20Legend\x20Text','negativeLegendText':_0x1b31c3(0x22a),'subtotalLegendText':'Subtotal\x20Legend\x20Text'},'pareto':{'lineName':_0x1b31c3(0x20d),'lineSeries':_0x1b31c3(0x1ee),'barSeries':_0x1b31c3(0x215)},'visualMapScope':_0x1b31c3(0x20e),'boxplot':{'min':'Minimum','q1':'First\x20quartile','median':_0x1b31c3(0x1fa),'q3':_0x1b31c3(0x232),'max':'Maximum'}},'chartTypes':{'line':_0x1b31c3(0x1ab),'area':_0x1b31c3(0x212),'areaStacked':_0x1b31c3(0x1e9),'areaPercentStacked':'Percent\x20stacked\x20area\x20chart','column':_0x1b31c3(0x23e),'bar':'Bar\x20chart','barStacked':_0x1b31c3(0x1a8),'barPercentStacked':'Percent\x20stacked\x20bar\x20chart','pie':'Pie\x20chart','donut':_0x1b31c3(0x21f),'scatter':_0x1b31c3(0x1f5),'radar':'Radar\x20chart','bubble':_0x1b31c3(0x1e2),'stock':_0x1b31c3(0x1ba),'combination':'Combination\x20chart','wordCloud':_0x1b31c3(0x1ad),'funnel':'Funnel\x20chart','relation':_0x1b31c3(0x216),'waterfall':'Waterfall\x20chart','pareto':_0x1b31c3(0x229),'sankey':_0x1b31c3(0x1c7),'heatmap':_0x1b31c3(0x1cc),'boxplot':_0x1b31c3(0x202)},'dialog':{'numfmt':{'general':'General','accounting':'Accounting','currency':'Currency','date':_0x1b31c3(0x231),'thousandthPercentile':_0x1b31c3(0x254),'fieldSetting':'Field\x20Settings','formatTypes':'Format\x20Types','confirm':'OK','cancel':_0x1b31c3(0x1d1),'generalDesc':_0x1b31c3(0x1aa),'accountingDesc':'Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','currencyDesc':'Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','dateDesc':_0x1b31c3(0x21d),'thousandthPercentileDesc':'Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','decimalPlaces':'Decimal\x20Places','currencyTypes':'Currency\x20Types','negativeNumberTypes':_0x1b31c3(0x200),'dateTypes':_0x1b31c3(0x20b)},'setFormat':'Set\x20label\x20format'}};}));
20
+ function _0x3a7a(_0x5ead6c,_0x3737e1){_0x5ead6c=_0x5ead6c-0x17d;var _0x143eef=_0x143e();var _0x3a7abc=_0x143eef[_0x5ead6c];return _0x3a7abc;}function _0x143e(){var _0x3a7c8c=['exports','Cambiar\x20a\x20fila/columna','Arriba','Ángulo\x20de\x20relleno\x20de\x20etiqueta','Usar\x20eje\x20de\x20fecha','Tipos\x20de\x20formato','Longitud\x20de\x20marca','Título','Derecha','Tipo\x20de\x20discontinuidad\x20de\x20línea\x20de\x20tendencia','Tamaño\x20de\x20burbuja','{0}\x20con\x20forma','Línea\x20indicadora','Izquierda','Formato\x20del\x20título','Tipo\x20de\x20gráfico','6081579gBcnyC','Gráfico\x20de\x20dona','Relleno\x20degradado','Serie\x20de\x20porcentaje\x20acumulado','Frecuencia','Categoría\x20{0}','Estilo\x20de\x20gráfico','Ocultar','Editor\x20de\x20gráficos','Nube\x20de\x20palabras','Título\x20principal','Modo\x20de\x20selección\x20de\x20leyenda','Restablecer','Sufijo\x20de\x20valor','{0}\x20con\x20opacidad','Círculo','Punteada','Cuadrado','Usar\x20{0}\x20como\x20categoría','Agregue\x20una\x20serie\x20para\x20comenzar\x20a\x20visualizar\x20sus\x20datos','Individual','{0}\x20con\x20tamaño','Color','Agujero\x20de\x20dona','Contabilidad','Subtítulo','Líneas\x20de\x20cuadrícula','56216uNtuwj','Secuencial','Personalizar','El\x20formato\x20de\x20fecha\x20muestra\x20los\x20números\x20de\x20serie\x20de\x20fecha\x20y\x20hora\x20como\x20valores\x20de\x20fecha.','Alineación\x20del\x20título\x20del\x20eje','Posición','Habilitar\x20efecto\x20de\x20desvanecimiento\x20de\x20selección','{0}\x20con\x20tipo','Flecha\x20vacía','Diagrama\x20de\x20caja','Mostrar\x20subtotal','Mostrar\x20fórmula','Fijación\x20digital','amd','Cuadrado\x20vacío','Triángulo','Rectángulo\x20redondeado\x20vacío','Gráfico\x20de\x20Sankey','Tipos\x20de\x20moneda','Mostrar\x20celdas\x20vacías\x20como','Opciones\x20de\x20fuerza\x20dirigida','Agregar\x20línea\x20de\x20tendencia','General','4795218FnMEEP','Texto\x20de\x20leyenda\x20positiva','Título\x20del\x20eje\x20Y','Gráfico\x20de\x20embudo','Gráfico\x20de\x20líneas','Gráfico\x20de\x20relación','Triángulo\x20vacío','Ocultar\x20panel\x20de\x20gráficos','Color\x20de\x20línea\x20de\x20tendencia','Fin','Fórmula','El\x20formato\x20de\x20moneda\x20se\x20utiliza\x20para\x20valores\x20monetarios\x20generales,\x20el\x20formato\x20contable\x20alinea\x20los\x20puntos\x20decimales\x20en\x20una\x20columna\x20de\x20valores.','Etiquetas\x20de\x20datos','El\x20eje\x20de\x20fecha\x20solo\x20está\x20disponible\x20cuando\x20todos\x20los\x20datos\x20están\x20en\x20formato\x20de\x20fecha','El\x20gráfico\x20de\x20burbujas\x20requiere\x20al\x20menos\x202\x20columnas:\x20Eje\x20X,\x20Eje\x20Y','Texto\x20de\x20etiqueta','Color\x20de\x20fondo','El\x20formato\x20general\x20no\x20contiene\x20ningún\x20formato\x20de\x20número\x20específico.','Orden\x20polinomial','Temas','Moneda','Gráfico\x20de\x20Pareto','Gráfico\x20de\x20barras\x20apiladas\x20porcentual','Tipo\x20de\x20línea\x20discontinua','Medio','7wVoubB','Insertar\x20gráfico','Suave','Título\x20del\x20eje\x20X','Eje\x20horizontal','Porcentaje\x20acumulado','Logarítmica','Color\x20del\x20borde\x20del\x20gráfico','Centro','Forma\x20de\x20nodo\x20de\x20datos','Gráfico\x20de\x20burbujas','Color\x20de\x20línea\x20indicadora','Apilar\x20porcentaje','Agregar\x20punto\x20de\x20datos','Marcador\x20vacío','Gráfico\x20circular','Rotación\x20de\x20etiqueta','Relleno','4754232fInqAu','Eje','El\x20formato\x20de\x20percentil\x20milésimo\x20se\x20utiliza\x20para\x20números\x20generales,\x20los\x20formatos\x20de\x20moneda\x20y\x20contable\x20proporcionan\x20formatos\x20especializados\x20para\x20valores\x20monetarios.','Fuera','Potencia','Espacios','Más\x20configuraciones','Apilar','Círculo\x20vacío','Marca\x20principal','Eje\x20Y','Rectángulo','Gráfico\x20de\x20cascada','Positivo','Eje\x20X','Mostrar\x20R\x20cuadrado','Gravedad','(En\x20blanco)','Gráfico\x20de\x20columnas','Formato','Espacio','Tipos\x20de\x20fecha','Título\x20del\x20eje\x20Y\x20derecho','Polígono','Gráfico\x20de\x20área\x20apilada\x20porcentual','Auto','Por\x20tramos','Negativo','4088988xrirgU','1195560CGMCWJ','Gráfico\x20de\x20barras','Mediana','Primer\x20cuartil','Todas\x20las\x20series','Gráfico\x20de\x20área','2537356lTVyGq','Rotar\x20etiqueta','El\x20formato\x20de\x20número\x20contable\x20alinea\x20los\x20símbolos\x20de\x20moneda\x20y\x20los\x20puntos\x20decimales\x20en\x20una\x20columna.','La\x20fuente\x20de\x20datos\x20del\x20gráfico\x20debe\x20tener\x20más\x20de\x201\x20fila\x20y\x201\x20columna.','Apilado','Serie\x20de\x20gráfico\x20de\x20barras','Subtotal','Predeterminado','Agregar\x20serie','Repulsión','Discontinua','Mín','Abajo','Rango\x20de\x20datos','Porcentaje','Polinomial','Mostrar\x20línea\x20de\x20etiqueta','Gráfico\x20de\x20dispersión','Ninguno','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','3eBWJIu','Lineal','Etiqueta\x20indicadora','Gráfico\x20de\x20barras\x20apiladas','Palabra','Valor\x20indicador','Tipos\x20de\x20números\x20negativos','object','{0}\x20con\x20formato','Gráfico\x20de\x20radar','Repetir\x20nube\x20de\x20palabras','Serie','Múltiple','Tipo\x20de\x20línea\x20de\x20tendencia','Rombo','Posición\x20del\x20título','Flecha','La\x20fuente\x20de\x20datos\x20para\x20el\x20gráfico\x20de\x20relación\x20es\x20la\x20matriz\x20de\x20co-palabras\x20con\x20la\x20columna\x20adicional\x20de\x20tipo\x20en\x20la\x20segunda\x20columna','Alcance\x20del\x20mapa\x20visual','Eje\x20izquierdo','40sBuLHn','Nombre\x20de\x20línea\x20de\x20tendencia','Decimales','Tipo\x20de\x20línea\x20indicadora','Conectar\x20puntos\x20de\x20datos\x20con\x20líneas\x20rectas','Posición\x20de\x20marca','Línea','Texto\x20de\x20leyenda\x20de\x20subtotal','Rombo\x20vacío','Tipo\x20de\x20diseño','Establecer\x20formato\x20de\x20etiqueta','Tercer\x20cuartil','Media\x20pastilla','Rectángulo\x20vacío','Invertir\x20orden\x20del\x20eje','Usar\x20eje\x20derecho','Mapa\x20de\x20calor','Distancia\x20entre\x20nodos','El\x20elemento\x20{0}','Inicio','R\x20cuadrado','Punto','Estilo\x20de\x20punto\x20de\x20datos','Agregar'];_0x143e=function(){return _0x3a7c8c;};return _0x143e();}(function(_0x2bbc5b,_0x1b755c){var _0x499983=_0x3a7a,_0x266fa9=_0x2bbc5b();while(!![]){try{var _0x510677=parseInt(_0x499983(0x198))/0x1*(parseInt(_0x499983(0x238))/0x2)+parseInt(_0x499983(0x1e1))/0x3*(-parseInt(_0x499983(0x1cd))/0x4)+-parseInt(_0x499983(0x1c7))/0x5+-parseInt(_0x499983(0x1c6))/0x6+-parseInt(_0x499983(0x21d))/0x7+parseInt(_0x499983(0x1aa))/0x8+-parseInt(_0x499983(0x17f))/0x9*(-parseInt(_0x499983(0x1f5))/0xa);if(_0x510677===_0x1b755c)break;else _0x266fa9['push'](_0x266fa9['shift']());}catch(_0x17b76d){_0x266fa9['push'](_0x266fa9['shift']());}}}(_0x143e,0x79b41),function(_0x35fba8,_0x1b6a77){var _0x485dd4=_0x3a7a;typeof exports==_0x485dd4(0x1e8)&&typeof module<'u'?module[_0x485dd4(0x20d)]=_0x1b6a77():typeof define=='function'&&define[_0x485dd4(0x245)]?define([],_0x1b6a77):(_0x35fba8=typeof globalThis<'u'?globalThis:_0x35fba8||self,_0x35fba8['UniverProSheetsChartUiEsES']=_0x1b6a77());}(this,function(){var _0x5cd59d=_0x3a7a;return{'sheets-chart-ui':{'permission':{'editErr':_0x5cd59d(0x1e0)},'insertChart':_0x5cd59d(0x199),'editChart':_0x5cd59d(0x225),'openChartPanel':'Abrir\x20panel\x20de\x20gráficos','deleteChart':'Eliminar\x20gráfico','hideChartPanel':_0x5cd59d(0x186),'setupChart':'Configurar','customChart':_0x5cd59d(0x23a),'default':_0x5cd59d(0x1d4),'reset':_0x5cd59d(0x229),'chartType':_0x5cd59d(0x21c),'themes':_0x5cd59d(0x192),'dataRange':_0x5cd59d(0x1da),'stack':_0x5cd59d(0x1b1),'category':'Categoría','aggregate':_0x5cd59d(0x20c),'allSeries':_0x5cd59d(0x1cb),'series':_0x5cd59d(0x1ec),'addSeries':_0x5cd59d(0x1d5),'moreSettings':_0x5cd59d(0x1b0),'min':_0x5cd59d(0x1d8),'max':'Máx','invalidType':{'gaps':_0x5cd59d(0x1af),'zero':'Cero','connectDataPointsWithStraightLines':_0x5cd59d(0x1f9)},'blank':_0x5cd59d(0x1bb),'seriesBlock':{'format':_0x5cd59d(0x1bd),'dataPointStyle':_0x5cd59d(0x20b)},'backgroundColor':_0x5cd59d(0x18f),'chartBorderColor':_0x5cd59d(0x19f),'titles':{'title':_0x5cd59d(0x214),'mainTitle':_0x5cd59d(0x227),'subTitle':_0x5cd59d(0x236),'xAxisTitle':_0x5cd59d(0x19b),'yAxisTitle':_0x5cd59d(0x181),'rightYAxisTitle':_0x5cd59d(0x1c0),'titleFormat':_0x5cd59d(0x21b),'titleText':'Texto\x20del\x20título','titlePosition':_0x5cd59d(0x1f0),'titleAlign':_0x5cd59d(0x23c)},'axisPositionType':{'start':_0x5cd59d(0x208),'center':_0x5cd59d(0x1a0),'end':_0x5cd59d(0x188)},'gradientFill':_0x5cd59d(0x21f),'settingsLabels':{'switchToRowOrColumn':_0x5cd59d(0x20e),'useAsCategoryLabels':_0x5cd59d(0x22f),'showEmptyCellsAs':_0x5cd59d(0x24b)},'positionType':{'auto':_0x5cd59d(0x1c3),'inside':'Dentro','outside':_0x5cd59d(0x1ad),'top':_0x5cd59d(0x20f),'bottom':'Abajo','left':_0x5cd59d(0x21a),'right':_0x5cd59d(0x215),'hide':_0x5cd59d(0x224)},'align':{'left':_0x5cd59d(0x21a),'center':'Centro','right':_0x5cd59d(0x215)},'alignY':{'top':_0x5cd59d(0x20f),'middle':_0x5cd59d(0x197),'bottom':_0x5cd59d(0x1d9)},'chartStyle':_0x5cd59d(0x223),'chartAndAxisTitles':'Títulos\x20del\x20gráfico\x20y\x20ejes','legend':'Leyenda','legendSelectMode':_0x5cd59d(0x228),'legendSelectModeType':{'single':_0x5cd59d(0x231),'multiple':_0x5cd59d(0x1ed),'close':'Cerrar'},'legendVisualMapType':{'continuous':'Continuo','piecewise':_0x5cd59d(0x1c4)},'axes':{'axis':_0x5cd59d(0x1ab),'axisOptions':'Opciones\x20de\x20eje','horizontalAxis':_0x5cd59d(0x19c),'verticalAxis':'Eje\x20vertical','rightVerticalAxis':'Eje\x20vertical\x20derecho','leftAxis':_0x5cd59d(0x1f4),'rightAxis':'Eje\x20derecho','useRightAxis':_0x5cd59d(0x204)},'position':_0x5cd59d(0x23d),'dataLabels':_0x5cd59d(0x18b),'gridlinesAndTicks':'Líneas\x20de\x20cuadrícula\x20y\x20marcas','indicatorLine':_0x5cd59d(0x219),'indicatorLineType':_0x5cd59d(0x1f8),'indicatorLineColor':_0x5cd59d(0x1a3),'indicatorLabel':_0x5cd59d(0x1e3),'indicatorValue':_0x5cd59d(0x1e6),'shape':{'polygon':_0x5cd59d(0x1c1),'circle':_0x5cd59d(0x22c),'square':_0x5cd59d(0x22e),'triangle':_0x5cd59d(0x247),'diamond':_0x5cd59d(0x1ef),'rect':_0x5cd59d(0x1b5),'roundRect':'Rectángulo\x20redondeado','pin':'Marcador','arrow':_0x5cd59d(0x1f1),'none':'Ninguno','emptyCircle':_0x5cd59d(0x1b2),'emptySquare':_0x5cd59d(0x246),'emptyTriangle':_0x5cd59d(0x185),'emptyDiamond':_0x5cd59d(0x1fd),'emptyRect':_0x5cd59d(0x202),'emptyRoundRect':_0x5cd59d(0x248),'emptyPin':_0x5cd59d(0x1a6),'emptyArrow':_0x5cd59d(0x240)},'border':'Borde','value':'Valor','fill':_0x5cd59d(0x1a9),'line':'Línea','withOpacity':_0x5cd59d(0x22b),'withColor':'{0}\x20con\x20color','withThickness':'{0}\x20con\x20grosor','withType':_0x5cd59d(0x23f),'withSize':_0x5cd59d(0x232),'withShape':_0x5cd59d(0x218),'withFormat':_0x5cd59d(0x1e9),'dataPoint':'Punto\x20de\x20datos','dataNodeShape':_0x5cd59d(0x1a1),'addDataPoint':_0x5cd59d(0x1a5),'point':_0x5cd59d(0x20a),'percentage':_0x5cd59d(0x1db),'lineType':{'line':_0x5cd59d(0x1fb),'smooth':_0x5cd59d(0x19a),'step':'Escalón'},'stackType':{'stack':_0x5cd59d(0x1b1),'percent':_0x5cd59d(0x1a4)},'lineDashType':_0x5cd59d(0x196),'dashType':{'solid':'Sólida','dash':_0x5cd59d(0x1d7),'dot':_0x5cd59d(0x22d)},'color':_0x5cd59d(0x233),'gridlines':{'majorGridlines':'Líneas\x20de\x20cuadrícula\x20principales','text':_0x5cd59d(0x237)},'ticks':{'majorTick':_0x5cd59d(0x1b3),'tickPosition':_0x5cd59d(0x1fa),'tickLength':_0x5cd59d(0x213)},'none':_0x5cd59d(0x1df),'theIndexItem':_0x5cd59d(0x207),'seriesDefaultName':'Serie\x20{0}','categoryDefaultName':_0x5cd59d(0x222),'styleEditPanel':{'showLabels':'Mostrar\x20etiquetas','showDataLabels':'Mostrar\x20etiquetas\x20de\x20datos','padAngle':_0x5cd59d(0x210),'halfPie':_0x5cd59d(0x201),'rosePie':'Pastilla\x20rosa','pieValScale':'Escala\x20de\x20valor','pieValSuffix':_0x5cd59d(0x22a),'pieDigitalFixed':_0x5cd59d(0x244),'showLabelLine':_0x5cd59d(0x1dd),'reverseAxisOrder':_0x5cd59d(0x203),'showAxisLine':'Mostrar\x20línea\x20del\x20eje','labelPosition':'Posición\x20de\x20etiqueta','labelText':_0x5cd59d(0x18e),'repeatWordCould':_0x5cd59d(0x1eb),'gap':_0x5cd59d(0x1be),'useAbsValue':'Usar\x20valor\x20absoluto','labelRotate':_0x5cd59d(0x1a8),'wordCloudShape':'Forma\x20de\x20nube\x20de\x20palabras','useDateAxis':_0x5cd59d(0x211),'dateAxisTips':_0x5cd59d(0x18c)},'doughnutHole':_0x5cd59d(0x234),'radar':{'fill':'Relleno'},'msg':{'invalidSource':_0x5cd59d(0x1d0),'emptyTips':_0x5cd59d(0x230),'sankeyCircularTips':'El\x20gráfico\x20Sankey\x20no\x20puede\x20contener\x20datos\x20circulares'},'cloud':{'title':_0x5cd59d(0x226),'word':_0x5cd59d(0x1e5),'frequency':_0x5cd59d(0x221)},'trendline':{'name':'Línea\x20de\x20tendencia','displayName':_0x5cd59d(0x1f6),'addTrendLine':_0x5cd59d(0x17d),'trendlineType':_0x5cd59d(0x1ee),'trendlineName':_0x5cd59d(0x1f6),'trendlineColor':_0x5cd59d(0x187),'trendlineThickness':'Grosor\x20de\x20línea\x20de\x20tendencia','trendlineDashType':_0x5cd59d(0x216),'exp':'Exponencial','linear':_0x5cd59d(0x1e2),'log':_0x5cd59d(0x19e),'pow':_0x5cd59d(0x1ae),'movingAvg':'Media\x20móvil','poly':_0x5cd59d(0x1dc),'order':_0x5cd59d(0x191),'period':'Período\x20de\x20media\x20móvil','showFormula':_0x5cd59d(0x243),'showR2':_0x5cd59d(0x1b9),'formula':_0x5cd59d(0x189),'r2':_0x5cd59d(0x209)},'bubble':{'xAxis':_0x5cd59d(0x1b8),'yAxis':_0x5cd59d(0x1b4),'size':_0x5cd59d(0x217),'label':'Etiqueta\x20de\x20burbuja','emptyTips':_0x5cd59d(0x18d)},'relation':{'title':_0x5cd59d(0x184),'auto':_0x5cd59d(0x1c3),'circular':'Circular','force':'Fuerza\x20dirigida','useValueAsSymbolSize':'Usar\x20valor\x20como\x20tamaño\x20de\x20nodo','layoutType':_0x5cd59d(0x1fe),'forceOptions':_0x5cd59d(0x24c),'repulsion':_0x5cd59d(0x1d6),'gravity':_0x5cd59d(0x1ba),'edgeLength':_0x5cd59d(0x206),'rotateLabel':_0x5cd59d(0x1ce),'emphasis':_0x5cd59d(0x23e),'emptyTips':_0x5cd59d(0x1f2)},'waterfall':{'stackType':'Tipo\x20de\x20apilamiento','arrangement':_0x5cd59d(0x239),'stacked':_0x5cd59d(0x1d1),'positive':_0x5cd59d(0x1b7),'negative':_0x5cd59d(0x1c5),'subtotal':_0x5cd59d(0x1d3),'showSubtotal':_0x5cd59d(0x242),'positiveStyle':'Estilo\x20positivo','negativeStyle':'Estilo\x20negativo','subtotalStyle':'Estilo\x20de\x20subtotal','positiveLegendText':_0x5cd59d(0x180),'negativeLegendText':'Texto\x20de\x20leyenda\x20negativa','subtotalLegendText':_0x5cd59d(0x1fc)},'pareto':{'lineName':_0x5cd59d(0x19d),'lineSeries':_0x5cd59d(0x220),'barSeries':_0x5cd59d(0x1d2)},'visualMapScope':_0x5cd59d(0x1f3),'boxplot':{'min':'Mínimo','q1':_0x5cd59d(0x1ca),'median':_0x5cd59d(0x1c9),'q3':_0x5cd59d(0x200),'max':'Máximo'},'chartTypes':{'line':_0x5cd59d(0x183),'area':_0x5cd59d(0x1cc),'areaStacked':'Gráfico\x20de\x20área\x20apilada','areaPercentStacked':_0x5cd59d(0x1c2),'column':_0x5cd59d(0x1bc),'bar':_0x5cd59d(0x1c8),'barStacked':_0x5cd59d(0x1e4),'barPercentStacked':_0x5cd59d(0x195),'pie':_0x5cd59d(0x1a7),'donut':_0x5cd59d(0x21e),'scatter':_0x5cd59d(0x1de),'radar':_0x5cd59d(0x1ea),'bubble':_0x5cd59d(0x1a2),'stock':'Gráfico\x20de\x20acciones','combination':'Gráfico\x20combinado','wordCloud':_0x5cd59d(0x226),'funnel':_0x5cd59d(0x182),'relation':_0x5cd59d(0x184),'waterfall':_0x5cd59d(0x1b6),'pareto':_0x5cd59d(0x194),'sankey':_0x5cd59d(0x249),'heatmap':_0x5cd59d(0x205),'boxplot':_0x5cd59d(0x241)},'dialog':{'numfmt':{'general':_0x5cd59d(0x17e),'accounting':_0x5cd59d(0x235),'currency':_0x5cd59d(0x193),'date':'Fecha','thousandthPercentile':'Percentil\x20milésimo','fieldSetting':'Configuración\x20de\x20campo','formatTypes':_0x5cd59d(0x212),'confirm':'Aceptar','cancel':'Cancelar','generalDesc':_0x5cd59d(0x190),'accountingDesc':_0x5cd59d(0x1cf),'currencyDesc':_0x5cd59d(0x18a),'dateDesc':_0x5cd59d(0x23b),'thousandthPercentileDesc':_0x5cd59d(0x1ac),'decimalPlaces':_0x5cd59d(0x1f7),'currencyTypes':_0x5cd59d(0x24a),'negativeNumberTypes':_0x5cd59d(0x1e7),'dateTypes':_0x5cd59d(0x1bf)},'setFormat':_0x5cd59d(0x1ff)}}};}));
18
21
 
19
22
  // @univerjs-pro/sheets-sparkline-ui/locale/es-ES
20
- function _0x507a(_0x42329f,_0x307449){_0x42329f=_0x42329f-0x16d;var _0x489d5f=_0x489d();var _0x507a50=_0x489d5f[_0x42329f];return _0x507a50;}(function(_0x29c10a,_0x4a3998){var _0x594dc6=_0x507a,_0x50cab9=_0x29c10a();while(!![]){try{var _0x2e4b5f=parseInt(_0x594dc6(0x19a))/0x1+-parseInt(_0x594dc6(0x18b))/0x2+parseInt(_0x594dc6(0x19c))/0x3+parseInt(_0x594dc6(0x1a7))/0x4+-parseInt(_0x594dc6(0x173))/0x5*(parseInt(_0x594dc6(0x1a1))/0x6)+-parseInt(_0x594dc6(0x177))/0x7*(-parseInt(_0x594dc6(0x18f))/0x8)+-parseInt(_0x594dc6(0x190))/0x9;if(_0x2e4b5f===_0x4a3998)break;else _0x50cab9['push'](_0x50cab9['shift']());}catch(_0xbac9ad){_0x50cab9['push'](_0x50cab9['shift']());}}}(_0x489d,0xbf4db),function(_0x1b3e9b,_0x4175b1){var _0x1e5453=_0x507a;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x4175b1():typeof define==_0x1e5453(0x180)&&define[_0x1e5453(0x1a3)]?define([],_0x4175b1):(_0x1b3e9b=typeof globalThis<'u'?globalThis:_0x1b3e9b||self,_0x1b3e9b['UniverProSheetsSparklineUiEsES']=_0x4175b1());}(this,function(){var _0x217d56=_0x507a;return{'sheets-sparkline':{'title':_0x217d56(0x1ab),'remove':_0x217d56(0x175),'edit':_0x217d56(0x184),'panel':{'title':_0x217d56(0x19d),'basic':'Basic\x20Settings','advanced':_0x217d56(0x1a9),'sourceAndPosition':_0x217d56(0x18c),'type':'Type','line':'Line','bar':_0x217d56(0x185),'pie':_0x217d56(0x17c),'profitAndLoss':_0x217d56(0x181),'theme':_0x217d56(0x17f),'standard':_0x217d56(0x18e),'custom':_0x217d56(0x192),'specialty':'Specialty','distinctive':_0x217d56(0x182),'soft':_0x217d56(0x1a5),'fresh':_0x217d56(0x193),'adjustStyle':_0x217d56(0x187),'sparklineColor':_0x217d56(0x1a8),'lineWidth':_0x217d56(0x1a4),'gradient':_0x217d56(0x176),'radius':'Show\x20Rounded\x20Corners','marker':_0x217d56(0x186),'highPoint':_0x217d56(0x189),'lowPoint':_0x217d56(0x16e),'firstPoint':_0x217d56(0x198),'lastPoint':'Last\x20Point','negativePoint':_0x217d56(0x1a2),'markersPoint':'Markers','manager':_0x217d56(0x1aa),'removeItem':'Remove\x20Item','removeGroup':_0x217d56(0x178),'composeManager':_0x217d56(0x183),'compose':_0x217d56(0x194),'unCompose':_0x217d56(0x18d),'horizontal':_0x217d56(0x196),'showZeroAxis':'Show\x20Zero\x20Axis','axisColor':_0x217d56(0x174),'reverse':_0x217d56(0x16f),'vertical':_0x217d56(0x19f),'min':'Minimum\x20Value','itemMin':_0x217d56(0x191),'groupMin':'Use\x20Group\x20Minimum\x20Value','customMin':_0x217d56(0x179),'max':_0x217d56(0x16d),'itemMax':'Use\x20Each\x20Sparkline’s\x20Maximum\x20Value','groupMax':_0x217d56(0x188),'customMax':'Custom\x20Value','moreSetting':'More\x20Settings','showHidden':_0x217d56(0x19b),'showEmptyAs':_0x217d56(0x170),'showNonNumAs':_0x217d56(0x195),'spacing':_0x217d56(0x172),'zeroValue':_0x217d56(0x17d),'connectWithLine':'Connect\x20Data\x20Points\x20with\x20a\x20Line','default':_0x217d56(0x17e)},'selector':{'title':_0x217d56(0x184),'changeType':_0x217d56(0x19e),'sparkline':_0x217d56(0x1ab),'sparklineGroup':'Sparkline\x20Group','setSource':_0x217d56(0x1a6),'setTarget':_0x217d56(0x171),'confirm':_0x217d56(0x197),'cancel':_0x217d56(0x17b),'targetError':_0x217d56(0x17a),'singleSourceError':_0x217d56(0x199),'multSourceError':_0x217d56(0x18a),'resetSourceError':_0x217d56(0x1a0)}}};}));function _0x489d(){var _0x4e3e9c=['Gradient\x20Fill','616RqtFfL','Remove\x20Group','Custom\x20Value','Invalid\x20target\x20range','Cancel','Pie','Zero\x20Value','Default','Theme','function','W/L','Distinctive','Group\x20Manager','Edit\x20Sparkline','Bar','Marker','Adjust\x20Style','Use\x20Group\x20Maximum\x20Value','High\x20Point','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20multiple\x20areas','1087974TdUndZ','Data\x20Range\x20and\x20Position','Ungroup','Standard','75664IAQKKk','5941575gyJFYj','Use\x20Each\x20Sparkline’s\x20Minimum\x20Value','Custom','Fresh','Group','Display\x20Non-Numeric\x20Cells\x20As','Horizontal\x20Axis','Confirm','First\x20Point','Multi-selection\x20is\x20not\x20supported\x20when\x20editing\x20a\x20single\x20sparkline','54508iCthag','Show\x20Hidden\x20Data','4482786blyvTH','Sparkline\x20Settings','Change\x20Type','Vertical\x20Axis','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20a\x20single\x20placement','368202GiVQhC','Negative\x20Point','amd','Line\x20Width','Soft','Select\x20Data\x20Range','4072432jxWijL','Sparkline\x20Color','Advanced\x20Settings','Manager','Sparkline','Maximum\x20Value','Low\x20Point','Draw\x20Data\x20from\x20Right\x20to\x20Left','Display\x20Empty\x20Cells\x20As','Select\x20Placement','Spacing','115pAVfjU','Axis\x20Color','Remove\x20Sparkline'];_0x489d=function(){return _0x4e3e9c;};return _0x489d();}
23
+ function _0x50c9(_0x4731da,_0x1e8f0c){_0x4731da=_0x4731da-0x18e;var _0x3d07c1=_0x3d07();var _0x50c9d2=_0x3d07c1[_0x4731da];return _0x50c9d2;}(function(_0x52a8f8,_0x1bb8f9){var _0x3eee7b=_0x50c9,_0x186096=_0x52a8f8();while(!![]){try{var _0x599fb0=parseInt(_0x3eee7b(0x1ab))/0x1*(-parseInt(_0x3eee7b(0x193))/0x2)+parseInt(_0x3eee7b(0x1d2))/0x3+parseInt(_0x3eee7b(0x1d1))/0x4+parseInt(_0x3eee7b(0x199))/0x5*(-parseInt(_0x3eee7b(0x1af))/0x6)+-parseInt(_0x3eee7b(0x1bb))/0x7+parseInt(_0x3eee7b(0x1c2))/0x8+parseInt(_0x3eee7b(0x1a7))/0x9*(parseInt(_0x3eee7b(0x1cf))/0xa);if(_0x599fb0===_0x1bb8f9)break;else _0x186096['push'](_0x186096['shift']());}catch(_0x4fb77b){_0x186096['push'](_0x186096['shift']());}}}(_0x3d07,0x189bf),function(_0x12a90d,_0x3b9336){var _0x2fe206=_0x50c9;typeof exports=='object'&&typeof module<'u'?module[_0x2fe206(0x190)]=_0x3b9336():typeof define==_0x2fe206(0x1aa)&&define[_0x2fe206(0x18e)]?define([],_0x3b9336):(_0x12a90d=typeof globalThis<'u'?globalThis:_0x12a90d||self,_0x12a90d['UniverProSheetsSparklineUiEsES']=_0x3b9336());}(this,function(){var _0x1687c8=_0x50c9;return{'sheets-sparkline-ui':{'permission':{'editErr':'El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.'},'title':_0x1687c8(0x196),'remove':_0x1687c8(0x1a4),'edit':_0x1687c8(0x1c4),'panel':{'title':_0x1687c8(0x1ad),'basic':_0x1687c8(0x1a1),'advanced':_0x1687c8(0x19e),'sourceAndPosition':'Rango\x20de\x20datos\x20y\x20posición','type':'Tipo','line':_0x1687c8(0x1c7),'bar':_0x1687c8(0x1d0),'pie':_0x1687c8(0x194),'profitAndLoss':_0x1687c8(0x19f),'theme':_0x1687c8(0x1bf),'standard':'Estándar','custom':_0x1687c8(0x198),'specialty':_0x1687c8(0x1a8),'distinctive':_0x1687c8(0x1bc),'soft':'Suave','fresh':_0x1687c8(0x1b7),'adjustStyle':'Ajustar\x20estilo','sparklineColor':_0x1687c8(0x1b1),'lineWidth':_0x1687c8(0x1ac),'gradient':_0x1687c8(0x1a0),'radius':_0x1687c8(0x1b8),'marker':'Marcador','highPoint':_0x1687c8(0x192),'lowPoint':_0x1687c8(0x197),'firstPoint':_0x1687c8(0x1cb),'lastPoint':_0x1687c8(0x1a9),'negativePoint':_0x1687c8(0x1ce),'markersPoint':_0x1687c8(0x1be),'manager':'Administrador','removeItem':_0x1687c8(0x1cd),'removeGroup':_0x1687c8(0x191),'composeManager':'Administrador\x20de\x20grupo','compose':_0x1687c8(0x1bd),'unCompose':_0x1687c8(0x19d),'horizontal':_0x1687c8(0x1a2),'showZeroAxis':_0x1687c8(0x1c0),'axisColor':_0x1687c8(0x1b4),'reverse':_0x1687c8(0x1ba),'vertical':_0x1687c8(0x1c9),'min':_0x1687c8(0x1b9),'itemMin':_0x1687c8(0x19c),'groupMin':_0x1687c8(0x1b6),'customMin':'Valor\x20personalizado','max':_0x1687c8(0x195),'itemMax':_0x1687c8(0x1a6),'groupMax':_0x1687c8(0x1b3),'customMax':_0x1687c8(0x1b2),'moreSetting':_0x1687c8(0x1cc),'showHidden':_0x1687c8(0x1c6),'showEmptyAs':_0x1687c8(0x1c1),'showNonNumAs':_0x1687c8(0x19b),'spacing':'Espaciado','zeroValue':_0x1687c8(0x18f),'connectWithLine':'Conectar\x20puntos\x20de\x20datos\x20con\x20una\x20línea','default':_0x1687c8(0x1b5)},'selector':{'title':_0x1687c8(0x1c4),'changeType':_0x1687c8(0x1ca),'sparkline':_0x1687c8(0x196),'sparklineGroup':_0x1687c8(0x1c3),'setSource':_0x1687c8(0x1a3),'setTarget':_0x1687c8(0x1a5),'confirm':_0x1687c8(0x1c5),'cancel':_0x1687c8(0x19a),'targetError':_0x1687c8(0x1c8),'singleSourceError':_0x1687c8(0x1b0),'multSourceError':_0x1687c8(0x1ae),'resetSourceError':'Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20una\x20sola\x20ubicación'}}};}));function _0x3d07(){var _0x4ff009=['626031fGgAFa','Distintivo','Agrupar','Marcadores','Tema','Mostrar\x20eje\x20cero','Mostrar\x20celdas\x20vacías\x20como','325208SDThnQ','Grupo\x20de\x20minigráficos','Editar\x20minigráfico','Confirmar','Mostrar\x20datos\x20ocultos','Línea','Rango\x20de\x20destino\x20no\x20válido','Eje\x20vertical','Cambiar\x20tipo','Primer\x20punto','Más\x20configuraciones','Eliminar\x20elemento','Punto\x20negativo','8090OrzpER','Barra','395128zAKZCH','37005FMShrd','amd','Valor\x20cero','exports','Eliminar\x20grupo','Punto\x20alto','9198tapnsR','Pastilla','Valor\x20máximo','Minigráfico','Punto\x20bajo','Personalizado','135pqNWmc','Cancelar','Mostrar\x20celdas\x20no\x20numéricas\x20como','Usar\x20el\x20valor\x20mínimo\x20de\x20cada\x20minigráfico','Desagrupar','Configuración\x20avanzada','G/P','Relleno\x20degradado','Configuración\x20básica','Eje\x20horizontal','Seleccionar\x20rango\x20de\x20datos','Eliminar\x20minigráfico','Seleccionar\x20ubicación','Usar\x20el\x20valor\x20máximo\x20de\x20cada\x20minigráfico','2367caQgJE','Especial','Último\x20punto','function','26rnvUPJ','Ancho\x20de\x20línea','Configuración\x20de\x20minigráfico','Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20múltiples\x20áreas','12162AAsvvl','La\x20selección\x20múltiple\x20no\x20es\x20compatible\x20al\x20editar\x20un\x20solo\x20minigráfico','Color\x20de\x20minigráfico','Valor\x20personalizado','Usar\x20el\x20valor\x20máximo\x20del\x20grupo','Color\x20del\x20eje','Predeterminado','Usar\x20el\x20valor\x20mínimo\x20del\x20grupo','Fresco','Mostrar\x20esquinas\x20redondeadas','Valor\x20mínimo','Dibujar\x20datos\x20de\x20derecha\x20a\x20izquierda'];_0x3d07=function(){return _0x4ff009;};return _0x3d07();}
21
24
 
22
25
  // @univerjs-pro/sheets-shape-ui/locale/es-ES
23
- (function(_0x30093c,_0x752e04){var _0x3701c0=_0x192e,_0x515592=_0x30093c();while(!![]){try{var _0x5ccef1=parseInt(_0x3701c0(0x165))/0x1*(parseInt(_0x3701c0(0x15e))/0x2)+-parseInt(_0x3701c0(0x1c4))/0x3*(-parseInt(_0x3701c0(0x208))/0x4)+parseInt(_0x3701c0(0x1da))/0x5+-parseInt(_0x3701c0(0x210))/0x6+-parseInt(_0x3701c0(0x1bf))/0x7*(-parseInt(_0x3701c0(0x147))/0x8)+-parseInt(_0x3701c0(0x1a0))/0x9+parseInt(_0x3701c0(0x193))/0xa;if(_0x5ccef1===_0x752e04)break;else _0x515592['push'](_0x515592['shift']());}catch(_0x595f25){_0x515592['push'](_0x515592['shift']());}}}(_0x3647,0x62a83),function(_0x4dbcae,_0x2a60ae){var _0x163425=_0x192e;typeof exports==_0x163425(0x17c)&&typeof module<'u'?module[_0x163425(0x20b)]=_0x2a60ae():typeof define==_0x163425(0x1f0)&&define['amd']?define([],_0x2a60ae):(_0x4dbcae=typeof globalThis<'u'?globalThis:_0x4dbcae||self,_0x4dbcae['UniverProSheetsShapeUiEsES']=_0x2a60ae());}(this,function(){var _0x55e88c=_0x192e;return{'sheets-shape':{'title':_0x55e88c(0x167),'insertShape':_0x55e88c(0x16e),'openPanel':_0x55e88c(0x212),'deleteShape':_0x55e88c(0x20c),'hidePanel':_0x55e88c(0x20f),'formatShape':_0x55e88c(0x1d2),'shapeStyle':'Shape\x20Style','shapePosition':_0x55e88c(0x194),'toggleFlipH':_0x55e88c(0x1a9),'toggleFlipV':_0x55e88c(0x1f2),'rotateRight90':'Rotate\x20Right\x2090°','rotateLeft90':_0x55e88c(0x19d),'toggleTextVertical':_0x55e88c(0x1a2),'fill':{'title':'Fill','noFill':_0x55e88c(0x218),'solidFill':_0x55e88c(0x18b),'gradientFill':_0x55e88c(0x161),'pictureFill':_0x55e88c(0x175),'patternFill':_0x55e88c(0x1f9),'color':'Color','transparency':_0x55e88c(0x205),'picture':{'source':_0x55e88c(0x162),'insert':_0x55e88c(0x172),'tileAsTexture':_0x55e88c(0x1c6),'offsetX':'Offset\x20X','offsetY':_0x55e88c(0x197),'scaleX':'Scale\x20X','scaleY':_0x55e88c(0x1b4),'alignment':_0x55e88c(0x168),'rotateWithShape':_0x55e88c(0x21c),'align':{'tl':'Top\x20Left','t':'Top','tr':_0x55e88c(0x16a),'l':_0x55e88c(0x1ac),'ctr':'Center','r':_0x55e88c(0x15f),'bl':_0x55e88c(0x174),'b':'Bottom','br':'Bottom\x20Right'}}},'line':{'title':_0x55e88c(0x1b6),'noLine':'No\x20line','solidLine':_0x55e88c(0x1c1),'gradientLine':_0x55e88c(0x189),'color':_0x55e88c(0x216),'transparency':_0x55e88c(0x205),'width':_0x55e88c(0x166),'dashType':{'title':_0x55e88c(0x203),'solid':'Solid','roundDot':_0x55e88c(0x1b5),'squareDot':'Square\x20Dot','dash':_0x55e88c(0x14e),'dashDot':_0x55e88c(0x18c),'longDash':_0x55e88c(0x14f),'longDashDot':_0x55e88c(0x1e5),'longDashDotDot':_0x55e88c(0x19a)},'capType':{'title':_0x55e88c(0x1c8),'flat':_0x55e88c(0x19e),'round':'Round','square':_0x55e88c(0x1eb)},'joinType':{'title':_0x55e88c(0x1b2),'miter':_0x55e88c(0x1fe),'round':'Round','bevel':_0x55e88c(0x14d)},'beginArrowType':_0x55e88c(0x154),'beginArrowSize':'Begin\x20Arrow\x20size','endArrowType':_0x55e88c(0x1af),'endArrowSize':_0x55e88c(0x206),'arrowType':{'none':_0x55e88c(0x202),'arrow':_0x55e88c(0x1c2),'openArrow':_0x55e88c(0x169),'stealthArrow':_0x55e88c(0x15c),'diamondArrow':_0x55e88c(0x1cc),'ovalArrow':_0x55e88c(0x178)},'arrowSize':{'small':'Small','medium':_0x55e88c(0x1e6),'large':'Large'},'sketchType':{'title':_0x55e88c(0x16d),'none':_0x55e88c(0x202),'curved':_0x55e88c(0x1bb),'freehand':_0x55e88c(0x17d),'handDrawn':'Hand-drawn'}}},'shape':{'group':{'line':_0x55e88c(0x1d5),'rectangle':_0x55e88c(0x187),'basicShape':'Basic\x20Shapes','blockArrow':_0x55e88c(0x1bd),'equationShape':_0x55e88c(0x180),'flowchart':_0x55e88c(0x1ba),'starAndBanner':'Stars\x20and\x20Banners','callout':_0x55e88c(0x207),'other':_0x55e88c(0x1e4)},'type':{'line':_0x55e88c(0x1b6),'straight-connector1':_0x55e88c(0x1b3),'straight-connector2':_0x55e88c(0x183),'bent-connector3':_0x55e88c(0x17a),'bent-connector3-arrow1':_0x55e88c(0x1e1),'bent-connector3-arrow2':_0x55e88c(0x1ce),'curved-connector3':'Curved\x20Connector','curved-connector3-arrow1':'Curved\x20Arrow\x20Connector','curved-connector3-arrow2':_0x55e88c(0x20d),'rect':'Rectangle','round-rect':'Rounded\x20Rectangle','snip1-rect':'Snip\x20Single\x20Corner\x20Rectangle','snip2-same-rect':'Snip\x20Same\x20Side\x20Corner\x20Rectangle','snip2-diag-rect':_0x55e88c(0x17e),'snip-round-rect':_0x55e88c(0x1a8),'round1-rect':'Round\x20Single\x20Corner\x20Rectangle','round2-same-rect':_0x55e88c(0x173),'round2-diag-rect':_0x55e88c(0x1d7),'rect-textbox-horizontal':'Horizontal\x20Text\x20Box','rect-textbox-vertical':_0x55e88c(0x1ec),'ellipse':_0x55e88c(0x1c5),'triangle':_0x55e88c(0x15d),'rt-triangle':_0x55e88c(0x156),'parallelogram':_0x55e88c(0x1fa),'trapezoid':'Trapezoid','non-isosceles-trapezoid':_0x55e88c(0x17b),'diamond':_0x55e88c(0x159),'pentagon':_0x55e88c(0x1b0),'hexagon':_0x55e88c(0x1f4),'heptagon':_0x55e88c(0x1db),'octagon':_0x55e88c(0x215),'decagon':_0x55e88c(0x1bc),'dodecagon':_0x55e88c(0x1e9),'pie':_0x55e88c(0x1b1),'chord':'Chord','teardrop':'Teardrop','frame':_0x55e88c(0x152),'half-frame':_0x55e88c(0x170),'corner':'L-Shape','diag-stripe':'Diagonal\x20Stripe','plus':_0x55e88c(0x192),'plaque':_0x55e88c(0x182),'can':_0x55e88c(0x1d4),'cube':_0x55e88c(0x14a),'bevel':_0x55e88c(0x14d),'donut':'Donut','no-smoking':'No\x20Smoking','block-arc':'Block\x20Arc','folder-corner':_0x55e88c(0x160),'smiley-face':_0x55e88c(0x1a4),'heart':_0x55e88c(0x1b7),'lightning-bolt':_0x55e88c(0x1d9),'sun':_0x55e88c(0x14c),'moon':_0x55e88c(0x1a6),'cloud':_0x55e88c(0x18e),'arc':'Arc','bracket-pair':_0x55e88c(0x188),'brace-pair':_0x55e88c(0x1f5),'left-bracket':_0x55e88c(0x1dc),'right-bracket':_0x55e88c(0x21a),'left-brace':_0x55e88c(0x1cf),'right-brace':'Right\x20Brace','right-arrow':_0x55e88c(0x151),'left-arrow':_0x55e88c(0x1de),'up-arrow':_0x55e88c(0x186),'down-arrow':_0x55e88c(0x1dd),'left-right-arrow':'Left-Right\x20Arrow','up-down-arrow':_0x55e88c(0x16b),'quad-arrow':'Quad\x20Arrow','left-right-up-arrow':'Left-Right-Up\x20Arrow','bent-arrow':_0x55e88c(0x21d),'uturn-arrow':_0x55e88c(0x209),'left-up-arrow':_0x55e88c(0x191),'bent-up-arrow':_0x55e88c(0x150),'curved-right-arrow':_0x55e88c(0x16f),'curved-left-arrow':'Curved\x20Left\x20Arrow','curved-up-arrow':_0x55e88c(0x158),'curved-down-arrow':_0x55e88c(0x1e8),'striped-right-arrow':_0x55e88c(0x1d3),'notched-right-arrow':_0x55e88c(0x1f8),'home-plate':_0x55e88c(0x1b0),'chevron':_0x55e88c(0x1c9),'right-arrow-callout':'Right\x20Arrow\x20Callout','down-arrow-callout':_0x55e88c(0x1aa),'left-arrow-callout':_0x55e88c(0x1c0),'up-arrow-callout':_0x55e88c(0x1e0),'left-right-arrow-callout':_0x55e88c(0x198),'quad-arrow-callout':_0x55e88c(0x19f),'circular-arrow':_0x55e88c(0x214),'math-plus':_0x55e88c(0x1df),'math-minus':_0x55e88c(0x1f3),'math-multiply':_0x55e88c(0x1fd),'math-divide':_0x55e88c(0x14b),'math-equal':_0x55e88c(0x1fb),'math-not-equal':_0x55e88c(0x1e7),'flow-chart-process':_0x55e88c(0x18f),'flow-chart-alternate-process':_0x55e88c(0x1d1),'flow-chart-decision':_0x55e88c(0x199),'flow-chart-input-output':_0x55e88c(0x184),'flow-chart-predefined-process':'Predefined\x20Process','flow-chart-internal-storage':_0x55e88c(0x21f),'flow-chart-document':'Document','flow-chart-multidocument':_0x55e88c(0x195),'flow-chart-terminator':_0x55e88c(0x176),'flow-chart-preparation':_0x55e88c(0x213),'flow-chart-manual-input':'Manual\x20Input','flow-chart-manual-operation':_0x55e88c(0x1b8),'flow-chart-connector':_0x55e88c(0x157),'flow-chart-offpage-connector':_0x55e88c(0x155),'flow-chart-punched-card':_0x55e88c(0x1f1),'flow-chart-punched-tape':_0x55e88c(0x21e),'flow-chart-summing-junction':_0x55e88c(0x1ee),'flow-chart-or':'Or','flow-chart-collate':_0x55e88c(0x196),'flow-chart-sort':_0x55e88c(0x21b),'flow-chart-extract':_0x55e88c(0x1e3),'flow-chart-merge':_0x55e88c(0x1fc),'flow-chart-online-storage':'Stored\x20Data','flow-chart-delay':'Delay','flow-chart-magnetic-tape':_0x55e88c(0x1cd),'flow-chart-magnetic-disk':_0x55e88c(0x1ed),'flow-chart-magnetic-drum':_0x55e88c(0x20e),'flow-chart-display':_0x55e88c(0x1d0),'irregular-seal1':_0x55e88c(0x18a),'irregular-seal2':'Explosion\x202','star4':_0x55e88c(0x1be),'star5':_0x55e88c(0x219),'star6':'6-Point\x20Star','star7':_0x55e88c(0x190),'star8':_0x55e88c(0x1ab),'star10':_0x55e88c(0x149),'star12':_0x55e88c(0x1a7),'star16':_0x55e88c(0x185),'star24':_0x55e88c(0x18d),'star32':_0x55e88c(0x20a),'ribbon2':_0x55e88c(0x1d6),'ribbon':'Down\x20Ribbon','ellipse-ribbon2':_0x55e88c(0x177),'ellipse-ribbon':_0x55e88c(0x163),'vertical-scroll':'Vertical\x20Scroll','horizontal-scroll':_0x55e88c(0x1a3),'wave':'Wave','double-wave':_0x55e88c(0x1d8),'wedge-rect-callout':_0x55e88c(0x19c),'wedge-round-rect-callout':_0x55e88c(0x1f6),'wedge-ellipse-callout':'Oval\x20Callout','cloud-callout':'Cloud\x20Callout','border-callout1':_0x55e88c(0x1cb),'border-callout2':_0x55e88c(0x19b),'border-callout3':_0x55e88c(0x17f),'accent-callout1':_0x55e88c(0x15a),'accent-callout2':'Accent\x20Callout\x202','accent-callout3':_0x55e88c(0x1c3),'callout1':_0x55e88c(0x204),'callout2':'Callout\x202','callout3':_0x55e88c(0x15b),'accent-border-callout1':'Accent\x20Border\x20Callout\x201','accent-border-callout2':_0x55e88c(0x1c7),'accent-border-callout3':_0x55e88c(0x1a1),'left-circular-arrow':_0x55e88c(0x1f7),'left-right-circular-arrow':_0x55e88c(0x1ae),'swoosh-arrow':'Swoosh\x20Arrow','left-right-ribbon':_0x55e88c(0x16c),'pie-wedge':_0x55e88c(0x201),'funnel':'Funnel','gear6':_0x55e88c(0x1ad),'gear9':'Gear\x209','corner-tabs':_0x55e88c(0x1ff),'action-button-back-previous':_0x55e88c(0x153),'action-button-forward-next':_0x55e88c(0x164),'action-button-beginning':_0x55e88c(0x200),'action-button-end':_0x55e88c(0x179),'action-button-home':_0x55e88c(0x171),'action-button-information':_0x55e88c(0x1b9),'action-button-return':_0x55e88c(0x1e2),'action-button-movie':_0x55e88c(0x217),'action-button-document':'Action\x20Button:\x20Document','action-button-sound':_0x55e88c(0x1ef),'action-button-help':_0x55e88c(0x1a5),'action-button-blank':_0x55e88c(0x211),'chart-plus':_0x55e88c(0x181),'chart-star':_0x55e88c(0x1ea),'chart-x':'Chart\x20X','flow-chart-offline-storage':'Offline\x20Storage','line-inv':_0x55e88c(0x148),'plaque-tabs':'Plaque\x20Tabs','square-tabs':'Square\x20Tabs','up-down-arrow-callout':_0x55e88c(0x1ca)}}};}));function _0x192e(_0x47649a,_0x53bfea){_0x47649a=_0x47649a-0x147;var _0x3647fb=_0x3647();var _0x192edd=_0x3647fb[_0x47649a];return _0x192edd;}function _0x3647(){var _0x2240d1=['Equation\x20Shapes','Chart\x20Plus','Plaque','Double\x20Arrow\x20Line','Data','16-Point\x20Star','Up\x20Arrow','Rectangles','Double\x20Bracket','Gradient\x20line','Explosion\x201','Solid\x20fill','Dash\x20Dot','24-Point\x20Star','Cloud','Process','7-Point\x20Star','Left-Up\x20Arrow','Cross','4462480WckIAZ','Shape\x20Position','Multidocument','Collate','Offset\x20Y','Left-Right\x20Arrow\x20Callout','Decision','Long\x20Dash\x20Dot\x20Dot','Line\x20Callout\x202','Rectangular\x20Callout','Rotate\x20Left\x2090°','Flat','Quad\x20Arrow\x20Callout','5026554ILFABc','Accent\x20Border\x20Callout\x203','Toggle\x20Text\x20Vertical','Horizontal\x20Scroll','Smiley\x20Face','Action\x20Button:\x20Help','Moon','12-Point\x20Star','Snip\x20and\x20Round\x20Single\x20Corner\x20Rectangle','Toggle\x20Horizontal\x20Flip','Down\x20Arrow\x20Callout','8-Point\x20Star','Left','Gear\x206','Left-Right\x20Circular\x20Arrow','End\x20Arrow\x20type','Pentagon','Pie','Join\x20type','Line\x20Arrow','Scale\x20Y','Round\x20Dot','Line','Heart','Manual\x20Operation','Action\x20Button:\x20Information','Flowchart','Curved','Decagon','Block\x20Arrows','4-Point\x20Star','14wqMfYC','Left\x20Arrow\x20Callout','Solid\x20line','Arrow','Accent\x20Callout\x203','830289UzAEMb','Oval','Tile\x20picture\x20as\x20texture','Accent\x20Border\x20Callout\x202','Cap\x20type','Chevron','Up-Down\x20Arrow\x20Callout','Line\x20Callout\x201','Diamond\x20Arrow','Sequential\x20Access\x20Storage','Double\x20Arrow\x20Elbow\x20Connector','Left\x20Brace','Display','Alternate\x20Process','Format\x20Shape','Striped\x20Right\x20Arrow','Cylinder','Lines','Up\x20Ribbon','Round\x20Diagonal\x20Corner\x20Rectangle','Double\x20Wave','Lightning\x20Bolt','279460TOtayc','Heptagon','Left\x20Bracket','Down\x20Arrow','Left\x20Arrow','Plus','Up\x20Arrow\x20Callout','Elbow\x20Arrow\x20Connector','Action\x20Button:\x20Return','Extract','Others','Long\x20Dash\x20Dot','Medium','Not\x20Equal','Curved\x20Down\x20Arrow','Dodecagon','Chart\x20Star','Square','Vertical\x20Text\x20Box','Magnetic\x20Disk','Summing\x20Junction','Action\x20Button:\x20Sound','function','Card','Toggle\x20Vertical\x20Flip','Minus','Hexagon','Double\x20Brace','Rounded\x20Rectangular\x20Callout','Left\x20Circular\x20Arrow','Notched\x20Right\x20Arrow','Pattern\x20fill','Parallelogram','Equal','Merge','Multiply','Miter','Corner\x20Tabs','Action\x20Button:\x20Beginning','Pie\x20Wedge','None','Dash\x20type','Callout\x201','Transparency','End\x20Arrow\x20size','Callouts','4dPwaUp','U-Turn\x20Arrow','32-Point\x20Star','exports','Delete\x20Shape','Double\x20Arrow\x20Curved\x20Connector','Direct\x20Access\x20Storage','Hide\x20Shape\x20Panel','2717568lJsZhN','Action\x20Button:\x20Blank','Open\x20Shape\x20Panel','Preparation','Circular\x20Arrow','Octagon','Color','Action\x20Button:\x20Movie','No\x20fill','5-Point\x20Star','Right\x20Bracket','Sort','Rotate\x20with\x20shape','Bent\x20Arrow','Punched\x20Tape','Internal\x20Storage','1050184nlGFhm','Line\x20Inverse','10-Point\x20Star','Cube','Divide','Sun','Bevel','Dash','Long\x20Dash','Bent-Up\x20Arrow','Right\x20Arrow','Frame','Action\x20Button:\x20Back\x20or\x20Previous','Begin\x20Arrow\x20type','Off-page\x20Connector','Right\x20Triangle','Connector','Curved\x20Up\x20Arrow','Diamond','Accent\x20Callout\x201','Callout\x203','Stealth\x20Arrow','Isosceles\x20Triangle','4vaMaAs','Right','Folded\x20Corner','Gradient\x20fill','Image\x20source','Curved\x20Down\x20Ribbon','Action\x20Button:\x20Forward\x20or\x20Next','187042AxthDS','Width','Shape','Alignment','Open\x20Arrow','Top\x20Right','Up-Down\x20Arrow','Left-Right\x20Ribbon','Sketch\x20style','Insert\x20Shape','Curved\x20Right\x20Arrow','Half\x20Frame','Action\x20Button:\x20Home','Insert...','Round\x20Same\x20Side\x20Corner\x20Rectangle','Bottom\x20Left','Picture\x20or\x20texture\x20fill','Terminator','Curved\x20Up\x20Ribbon','Oval\x20Arrow','Action\x20Button:\x20End','Elbow\x20Connector','Non-isosceles\x20Trapezoid','object','Freehand','Snip\x20Diagonal\x20Corner\x20Rectangle','Line\x20Callout\x203'];_0x3647=function(){return _0x2240d1;};return _0x3647();}
26
+ function _0x35f5(_0x29720b,_0x27c964){_0x29720b=_0x29720b-0x10c;var _0x329cb5=_0x329c();var _0x35f510=_0x329cb5[_0x29720b];return _0x35f510;}(function(_0x3c3b18,_0x18eb2f){var _0x33a82e=_0x35f5,_0xb1735c=_0x3c3b18();while(!![]){try{var _0x20e6d8=-parseInt(_0x33a82e(0x17d))/0x1+parseInt(_0x33a82e(0x168))/0x2+parseInt(_0x33a82e(0x16a))/0x3*(parseInt(_0x33a82e(0x137))/0x4)+parseInt(_0x33a82e(0x197))/0x5+-parseInt(_0x33a82e(0x1a9))/0x6+-parseInt(_0x33a82e(0x11f))/0x7*(parseInt(_0x33a82e(0x11e))/0x8)+parseInt(_0x33a82e(0x18d))/0x9;if(_0x20e6d8===_0x18eb2f)break;else _0xb1735c['push'](_0xb1735c['shift']());}catch(_0x518eb3){_0xb1735c['push'](_0xb1735c['shift']());}}}(_0x329c,0xea9dc),function(_0x584afa,_0x17ee31){var _0x27debc=_0x35f5;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x17ee31():typeof define==_0x27debc(0x144)&&define['amd']?define([],_0x17ee31):(_0x584afa=typeof globalThis<'u'?globalThis:_0x584afa||self,_0x584afa[_0x27debc(0x154)]=_0x17ee31());}(this,function(){var _0xde223=_0x35f5;return{'sheets-shape-ui':{'align':{'top':_0xde223(0x169),'middle':_0xde223(0x10d),'bottom':_0xde223(0x1d3),'left':'izquierda','center':'centro','right':_0xde223(0x13f)},'toolbar':{'verticalAlignMode':{'main':'Alineación\x20vertical'},'horizontalAlignMode':{'main':_0xde223(0x153)},'fillColor':{'main':'Color\x20de\x20relleno'},'fontSize':_0xde223(0x1ce),'fontSizeIncrease':_0xde223(0x1aa),'fontSizeDecrease':_0xde223(0x1ca),'resetColor':_0xde223(0x14c)},'imagePanel':{'crop':{'shape':'Recortar\x20a\x20forma'}},'permission':{'editErr':_0xde223(0x1cf)},'title':_0xde223(0x136),'insertShape':'Insertar\x20forma','openPanel':'Abrir\x20panel\x20de\x20formas','deleteShape':'Eliminar\x20forma','hidePanel':_0xde223(0x15e),'formatShape':_0xde223(0x16e),'shapeStyle':_0xde223(0x177),'shapePosition':_0xde223(0x123),'toggleFlipH':_0xde223(0x1d8),'toggleFlipV':_0xde223(0x12d),'rotateRight90':'Rotar\x2090°\x20a\x20la\x20derecha','rotateLeft90':_0xde223(0x174),'toggleTextVertical':'Alternar\x20texto\x20vertical','fill':{'title':_0xde223(0x14a),'noFill':_0xde223(0x18b),'solidFill':_0xde223(0x145),'gradientFill':_0xde223(0x164),'pictureFill':_0xde223(0x193),'patternFill':_0xde223(0x11d),'color':_0xde223(0x1d5),'transparency':'Transparencia','picture':{'source':'Origen\x20de\x20imagen','insert':_0xde223(0x14e),'tileAsTexture':_0xde223(0x189),'offsetX':_0xde223(0x1c3),'offsetY':'Desplazamiento\x20Y','scaleX':_0xde223(0x143),'scaleY':'Escala\x20Y','alignment':'Alineación','rotateWithShape':_0xde223(0x13d),'align':{'tl':'Superior\x20izquierda','t':_0xde223(0x125),'tr':'Superior\x20derecha','l':'Izquierda','ctr':_0xde223(0x173),'r':_0xde223(0x1ba),'bl':'Inferior\x20izquierda','b':_0xde223(0x139),'br':_0xde223(0x119)}}},'line':{'title':_0xde223(0x12e),'noLine':'Sin\x20línea','solidLine':_0xde223(0x133),'gradientLine':_0xde223(0x1c4),'color':_0xde223(0x1d5),'transparency':'Transparencia','width':_0xde223(0x152),'dashType':{'title':_0xde223(0x112),'solid':_0xde223(0x181),'roundDot':_0xde223(0x1a6),'squareDot':_0xde223(0x1b4),'dash':_0xde223(0x121),'dashDot':_0xde223(0x188),'longDash':'Guion\x20largo','longDashDot':_0xde223(0x1bf),'longDashDotDot':_0xde223(0x15c)},'capType':{'title':_0xde223(0x1b7),'flat':_0xde223(0x11c),'round':_0xde223(0x1c2),'square':'Cuadrado'},'joinType':{'title':_0xde223(0x187),'miter':_0xde223(0x13a),'round':'Redondo','bevel':'Bisel'},'beginArrowType':_0xde223(0x178),'beginArrowSize':_0xde223(0x1c0),'endArrowType':'Tipo\x20de\x20flecha\x20final','endArrowSize':_0xde223(0x157),'arrowType':{'none':'Ninguna','arrow':_0xde223(0x171),'openArrow':_0xde223(0x115),'stealthArrow':_0xde223(0x128),'diamondArrow':_0xde223(0x1a1),'ovalArrow':'Flecha\x20ovalada'},'arrowSize':{'small':_0xde223(0x192),'medium':'Mediana','large':_0xde223(0x199)},'sketchType':{'title':'Estilo\x20de\x20boceto','none':_0xde223(0x17b),'curved':_0xde223(0x1d2),'freehand':'Mano\x20alzada','handDrawn':_0xde223(0x1b8)}},'shape':{'group':{'line':_0xde223(0x1d0),'rectangle':_0xde223(0x150),'basicShape':_0xde223(0x1d7),'blockArrow':_0xde223(0x151),'equationShape':_0xde223(0x1d9),'flowchart':'Diagrama\x20de\x20flujo','starAndBanner':'Estrellas\x20y\x20banners','callout':'Llamadas','other':'Otros'},'type':{'line':'Línea','straight-connector1':_0xde223(0x19f),'straight-connector2':_0xde223(0x1c5),'bent-connector3':'Conector\x20acodado','bent-connector3-arrow1':_0xde223(0x159),'bent-connector3-arrow2':_0xde223(0x17a),'curved-connector3':_0xde223(0x1bc),'curved-connector3-arrow1':_0xde223(0x18e),'curved-connector3-arrow2':_0xde223(0x135),'rect':_0xde223(0x12c),'round-rect':_0xde223(0x14b),'snip1-rect':_0xde223(0x147),'snip2-same-rect':'Rectángulo\x20con\x20esquinas\x20recortadas\x20del\x20mismo\x20lado','snip2-diag-rect':_0xde223(0x113),'snip-round-rect':'Rectángulo\x20con\x20una\x20esquina\x20recortada\x20y\x20otra\x20redondeada','round1-rect':_0xde223(0x1b6),'round2-same-rect':'Rectángulo\x20con\x20esquinas\x20redondeadas\x20del\x20mismo\x20lado','round2-diag-rect':_0xde223(0x1c7),'rect-textbox-horizontal':_0xde223(0x130),'rect-textbox-vertical':'Cuadro\x20de\x20texto\x20vertical','ellipse':_0xde223(0x198),'triangle':_0xde223(0x175),'rt-triangle':'Triángulo\x20rectángulo','parallelogram':_0xde223(0x1b2),'trapezoid':_0xde223(0x13e),'non-isosceles-trapezoid':_0xde223(0x15b),'diamond':_0xde223(0x16f),'pentagon':_0xde223(0x111),'hexagon':_0xde223(0x162),'heptagon':_0xde223(0x15d),'octagon':_0xde223(0x1b1),'decagon':_0xde223(0x1ac),'dodecagon':_0xde223(0x131),'pie':_0xde223(0x129),'chord':'Cuerda','teardrop':_0xde223(0x122),'frame':_0xde223(0x160),'half-frame':_0xde223(0x1da),'corner':_0xde223(0x114),'diag-stripe':_0xde223(0x1a8),'plus':_0xde223(0x11a),'plaque':_0xde223(0x132),'can':'Cilindro','cube':_0xde223(0x176),'bevel':'Bisel','donut':'Dona','no-smoking':_0xde223(0x158),'block-arc':_0xde223(0x12f),'folder-corner':_0xde223(0x14d),'smiley-face':'Carita\x20sonriente','heart':_0xde223(0x15f),'lightning-bolt':'Rayo','sun':_0xde223(0x1bb),'moon':_0xde223(0x163),'cloud':_0xde223(0x149),'arc':_0xde223(0x16b),'bracket-pair':_0xde223(0x140),'brace-pair':_0xde223(0x166),'left-bracket':'Corchete\x20izquierdo','right-bracket':_0xde223(0x182),'left-brace':_0xde223(0x17c),'right-brace':_0xde223(0x1ae),'right-arrow':'Flecha\x20derecha','left-arrow':_0xde223(0x1b0),'up-arrow':_0xde223(0x165),'down-arrow':'Flecha\x20abajo','left-right-arrow':'Flecha\x20izquierda-derecha','up-down-arrow':_0xde223(0x10f),'quad-arrow':_0xde223(0x10c),'left-right-up-arrow':_0xde223(0x18c),'bent-arrow':_0xde223(0x1d6),'uturn-arrow':'Flecha\x20de\x20retorno','left-up-arrow':_0xde223(0x16c),'bent-up-arrow':_0xde223(0x1bd),'curved-right-arrow':_0xde223(0x19c),'curved-left-arrow':'Flecha\x20curva\x20izquierda','curved-up-arrow':_0xde223(0x1cd),'curved-down-arrow':_0xde223(0x1b9),'striped-right-arrow':_0xde223(0x141),'notched-right-arrow':_0xde223(0x19e),'home-plate':_0xde223(0x111),'chevron':_0xde223(0x138),'right-arrow-callout':_0xde223(0x156),'down-arrow-callout':_0xde223(0x1b3),'left-arrow-callout':_0xde223(0x1c8),'up-arrow-callout':_0xde223(0x124),'left-right-arrow-callout':'Llamada\x20flecha\x20izquierda-derecha','quad-arrow-callout':_0xde223(0x16d),'circular-arrow':'Flecha\x20circular','math-plus':'Más','math-minus':_0xde223(0x1ab),'math-multiply':_0xde223(0x161),'math-divide':_0xde223(0x172),'math-equal':'Igual','math-not-equal':'Diferente','flow-chart-process':_0xde223(0x117),'flow-chart-alternate-process':_0xde223(0x18f),'flow-chart-decision':_0xde223(0x155),'flow-chart-input-output':'Datos','flow-chart-predefined-process':_0xde223(0x170),'flow-chart-internal-storage':'Almacenamiento\x20interno','flow-chart-document':_0xde223(0x19a),'flow-chart-multidocument':_0xde223(0x1a3),'flow-chart-terminator':_0xde223(0x17e),'flow-chart-preparation':'Preparación','flow-chart-manual-input':'Entrada\x20manual','flow-chart-manual-operation':'Operación\x20manual','flow-chart-connector':_0xde223(0x12a),'flow-chart-offpage-connector':'Conector\x20fuera\x20de\x20página','flow-chart-punched-card':_0xde223(0x1af),'flow-chart-punched-tape':_0xde223(0x142),'flow-chart-summing-junction':'Unión\x20de\x20suma','flow-chart-or':'O','flow-chart-collate':_0xde223(0x19d),'flow-chart-sort':_0xde223(0x18a),'flow-chart-extract':_0xde223(0x195),'flow-chart-merge':'Fusionar','flow-chart-online-storage':_0xde223(0x185),'flow-chart-delay':_0xde223(0x126),'flow-chart-magnetic-tape':'Acceso\x20secuencial','flow-chart-magnetic-disk':_0xde223(0x1db),'flow-chart-magnetic-drum':'Almacenamiento\x20de\x20acceso\x20directo','flow-chart-display':_0xde223(0x146),'irregular-seal1':'Explosión\x201','irregular-seal2':_0xde223(0x191),'star4':_0xde223(0x1a4),'star5':_0xde223(0x183),'star6':'Estrella\x20de\x206\x20puntas','star7':_0xde223(0x1d4),'star8':_0xde223(0x11b),'star10':'Estrella\x20de\x2010\x20puntas','star12':_0xde223(0x1b5),'star16':_0xde223(0x13b),'star24':_0xde223(0x12b),'star32':_0xde223(0x13c),'ribbon2':_0xde223(0x1c9),'ribbon':_0xde223(0x186),'ellipse-ribbon2':_0xde223(0x1a2),'ellipse-ribbon':_0xde223(0x1cc),'vertical-scroll':_0xde223(0x1a7),'horizontal-scroll':_0xde223(0x1d1),'wave':_0xde223(0x1cb),'double-wave':'Onda\x20doble','wedge-rect-callout':_0xde223(0x118),'wedge-round-rect-callout':_0xde223(0x19b),'wedge-ellipse-callout':_0xde223(0x127),'cloud-callout':'Llamada\x20de\x20nube','border-callout1':'Llamada\x20de\x20línea\x201','border-callout2':'Llamada\x20de\x20línea\x202','border-callout3':'Llamada\x20de\x20línea\x203','accent-callout1':_0xde223(0x1a0),'accent-callout2':_0xde223(0x196),'accent-callout3':'Llamada\x20de\x20acento\x203','callout1':_0xde223(0x14f),'callout2':_0xde223(0x167),'callout3':'Llamada\x203','accent-border-callout1':_0xde223(0x15a),'accent-border-callout2':_0xde223(0x179),'accent-border-callout3':_0xde223(0x1ad),'left-circular-arrow':_0xde223(0x1be),'left-right-circular-arrow':_0xde223(0x1c1),'swoosh-arrow':_0xde223(0x17f),'left-right-ribbon':_0xde223(0x148),'pie-wedge':_0xde223(0x129),'funnel':'Embudo','gear6':_0xde223(0x134),'gear9':'Engranaje\x209','corner-tabs':'Pestañas\x20de\x20esquina','action-button-back-previous':'Botón\x20de\x20acción:\x20Atrás\x20o\x20Anterior','action-button-forward-next':_0xde223(0x184),'action-button-beginning':_0xde223(0x110),'action-button-end':_0xde223(0x120),'action-button-home':_0xde223(0x110),'action-button-information':_0xde223(0x194),'action-button-return':_0xde223(0x1c6),'action-button-movie':_0xde223(0x10e),'action-button-document':'Botón\x20de\x20acción:\x20Documento','action-button-sound':_0xde223(0x1a5),'action-button-help':_0xde223(0x116),'action-button-blank':_0xde223(0x180),'chart-plus':'Gráfico\x20Más','chart-star':'Gráfico\x20Estrella','chart-x':'Gráfico\x20X','flow-chart-offline-storage':'Almacenamiento\x20fuera\x20de\x20línea','line-inv':'Línea\x20inversa','plaque-tabs':_0xde223(0x190),'square-tabs':'Pestañas\x20cuadradas','up-down-arrow-callout':'Llamada\x20flecha\x20arriba-abajo'}}}};}));function _0x329c(){var _0x1dd6bf=['Redondo','Desplazamiento\x20X','Línea\x20degradada','Línea\x20con\x20doble\x20flecha','Botón\x20de\x20acción:\x20Regresar','Rectángulo\x20con\x20esquinas\x20redondeadas\x20diagonales','Llamada\x20flecha\x20izquierda','Cinta\x20hacia\x20arriba','Disminuir\x20tamaño\x20de\x20fuente','Onda','Cinta\x20curva\x20hacia\x20abajo','Flecha\x20curva\x20arriba','Tamaño\x20de\x20fuente','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Líneas','Desplazamiento\x20horizontal','Curvado','inferior','Estrella\x20de\x207\x20puntas','Color','Flecha\x20doblada','Formas\x20básicas','Alternar\x20volteo\x20horizontal','Formas\x20de\x20ecuación','Medio\x20marco','Disco\x20magnético','Flecha\x20cuádruple','medio','Botón\x20de\x20acción:\x20Película','Flecha\x20arriba-abajo','Botón\x20de\x20acción:\x20Inicio','Pentágono','Tipo\x20de\x20guion','Rectángulo\x20con\x20esquinas\x20recortadas\x20diagonales','Forma\x20en\x20L','Flecha\x20abierta','Botón\x20de\x20acción:\x20Ayuda','Proceso','Llamada\x20rectangular','Inferior\x20derecha','Cruz','Estrella\x20de\x208\x20puntas','Plano','Relleno\x20de\x20patrón','16FQLOTt','2783116KKmqhp','Botón\x20de\x20acción:\x20Fin','Guion','Lágrima','Posición\x20de\x20forma','Llamada\x20flecha\x20arriba','Superior','Retraso','Llamada\x20ovalada','Flecha\x20sigilosa','Sector\x20circular','Conector','Estrella\x20de\x2024\x20puntas','Rectángulo','Alternar\x20volteo\x20vertical','Línea','Arco\x20en\x20bloque','Cuadro\x20de\x20texto\x20horizontal','Dodecágono','Placa','Línea\x20sólida','Engranaje\x206','Conector\x20curvo\x20con\x20doble\x20flecha','Forma','210044BWvogk','Cheurón','Inferior','Inglete','Estrella\x20de\x2016\x20puntas','Estrella\x20de\x2032\x20puntas','Rotar\x20con\x20la\x20forma','Trapecio','derecha','Doble\x20corchete','Flecha\x20derecha\x20rayada','Cinta\x20perforada','Escala\x20X','function','Relleno\x20sólido','Pantalla','Rectángulo\x20con\x20una\x20esquina\x20recortada','Cinta\x20izquierda-derecha','Nube','Relleno','Rectángulo\x20redondeado','Restablecer','Esquina\x20doblada','Insertar...','Llamada\x201','Rectángulos','Flechas\x20de\x20bloque','Ancho','Alineación\x20horizontal','UniverProSheetsShapeUiEsES','Decisión','Llamada\x20flecha\x20derecha','Tamaño\x20de\x20flecha\x20final','Prohibido\x20fumar','Conector\x20acodado\x20con\x20flecha','Llamada\x20de\x20borde\x20con\x20acento\x201','Trapecio\x20no\x20isósceles','Guion\x20largo-punto-punto','Heptágono','Ocultar\x20panel\x20de\x20formas','Corazón','Marco','Multiplicar','Hexágono','Luna','Relleno\x20degradado','Flecha\x20arriba','Doble\x20llave','Llamada\x202','3132520SchLxE','superior','15qKeCUs','Arco','Flecha\x20izquierda-arriba','Llamada\x20flecha\x20cuádruple','Formato\x20de\x20forma','Rombo','Proceso\x20predefinido','Flecha','Dividir','Centro','Rotar\x2090°\x20a\x20la\x20izquierda','Triángulo\x20isósceles','Cubo','Estilo\x20de\x20forma','Tipo\x20de\x20flecha\x20inicial','Llamada\x20de\x20borde\x20con\x20acento\x202','Conector\x20acodado\x20con\x20doble\x20flecha','Ninguno','Llave\x20izquierda','612982GuXzDk','Terminador','Flecha\x20swoosh','Botón\x20de\x20acción:\x20En\x20blanco','Sólida','Corchete\x20derecho','Estrella\x20de\x205\x20puntas','Botón\x20de\x20acción:\x20Adelante\x20o\x20Siguiente','Datos\x20almacenados','Cinta\x20hacia\x20abajo','Tipo\x20de\x20unión','Guion-punto','Mosaico\x20de\x20imagen\x20como\x20textura','Ordenar','Sin\x20relleno','Flecha\x20izquierda-derecha-arriba','7210332jReoze','Conector\x20curvo\x20con\x20flecha','Proceso\x20alternativo','Pestañas\x20de\x20placa','Explosión\x202','Pequeña','Relleno\x20de\x20imagen\x20o\x20textura','Botón\x20de\x20acción:\x20Información','Extraer','Llamada\x20de\x20acento\x202','6566435xBzMkM','Óvalo','Grande','Documento','Llamada\x20rectangular\x20redondeada','Flecha\x20curva\x20derecha','Componer','Flecha\x20derecha\x20muescada','Línea\x20con\x20flecha','Llamada\x20de\x20acento\x201','Flecha\x20de\x20diamante','Cinta\x20curva\x20hacia\x20arriba','Multidocumento','Estrella\x20de\x204\x20puntas','Botón\x20de\x20acción:\x20Sonido','Punto\x20redondo','Desplazamiento\x20vertical','Raya\x20diagonal','9444624jPSgrF','Aumentar\x20tamaño\x20de\x20fuente','Menos','Decágono','Llamada\x20de\x20borde\x20con\x20acento\x203','Llave\x20derecha','Tarjeta','Flecha\x20izquierda','Octágono','Paralelogramo','Llamada\x20flecha\x20abajo','Punto\x20cuadrado','Estrella\x20de\x2012\x20puntas','Rectángulo\x20con\x20una\x20esquina\x20redondeada','Tipo\x20de\x20extremo','Dibujado\x20a\x20mano','Flecha\x20curva\x20abajo','Derecha','Sol','Conector\x20curvo','Flecha\x20doblada\x20hacia\x20arriba','Flecha\x20circular\x20izquierda','Guion\x20largo-punto','Tamaño\x20de\x20flecha\x20inicial','Flecha\x20circular\x20izquierda-derecha'];_0x329c=function(){return _0x1dd6bf;};return _0x329c();}
24
27
 
25
28
  // @univerjs-pro/sheets-outline-ui/locale/es-ES
26
- function _0x506d(_0x1fe75e,_0xf4fe78){_0x1fe75e=_0x1fe75e-0x126;var _0x413848=_0x4138();var _0x506dd7=_0x413848[_0x1fe75e];return _0x506dd7;}(function(_0x4f0f9c,_0x3f9512){var _0x1348ff=_0x506d,_0x412fcd=_0x4f0f9c();while(!![]){try{var _0x10a99d=parseInt(_0x1348ff(0x13c))/0x1+-parseInt(_0x1348ff(0x12e))/0x2*(-parseInt(_0x1348ff(0x136))/0x3)+parseInt(_0x1348ff(0x12a))/0x4*(-parseInt(_0x1348ff(0x131))/0x5)+parseInt(_0x1348ff(0x127))/0x6*(parseInt(_0x1348ff(0x137))/0x7)+-parseInt(_0x1348ff(0x13a))/0x8*(parseInt(_0x1348ff(0x13d))/0x9)+parseInt(_0x1348ff(0x138))/0xa+parseInt(_0x1348ff(0x129))/0xb*(-parseInt(_0x1348ff(0x134))/0xc);if(_0x10a99d===_0x3f9512)break;else _0x412fcd['push'](_0x412fcd['shift']());}catch(_0x2c9ed0){_0x412fcd['push'](_0x412fcd['shift']());}}}(_0x4138,0x2ee18),function(_0x5bf3e2,_0x340c8d){var _0x5e55fb=_0x506d;typeof exports==_0x5e55fb(0x135)&&typeof module<'u'?module[_0x5e55fb(0x139)]=_0x340c8d():typeof define==_0x5e55fb(0x130)&&define[_0x5e55fb(0x12f)]?define([],_0x340c8d):(_0x5bf3e2=typeof globalThis<'u'?globalThis:_0x5bf3e2||self,_0x5bf3e2['UniverProSheetsOutlineUiEsES']=_0x340c8d());}(this,function(){var _0x2b3195=_0x506d;return{'sheetsGroup':{'group':'Agrupar','ungroup':_0x2b3195(0x13e),'groupRows':_0x2b3195(0x128),'groupColumns':'Agrupar\x20columnas\x20{0}\x20-\x20{1}','ungroupRows':_0x2b3195(0x12d),'ungroupColumns':'Desagrupar\x20columnas\x20{0}\x20-\x20{1}','error':{'permission':'No\x20tienes\x20permiso\x20de\x20visualización,\x20por\x20lo\x20que\x20no\x20se\x20pueden\x20realizar\x20operaciones\x20de\x20agrupación.','invalidRange':_0x2b3195(0x126),'outOfBounds':_0x2b3195(0x132),'crossing':'No\x20se\x20puede\x20actualizar\x20el\x20esquema\x20porque\x20el\x20resultado\x20crearía\x20grupos\x20superpuestos.','maxDepth':_0x2b3195(0x13b),'moveSplitsOutline':_0x2b3195(0x133),'clearRangeNotContainOutline':_0x2b3195(0x12c),'unknown':_0x2b3195(0x12b)}}};}));function _0x4138(){var _0xe29948=['5ZHSeZO','No\x20se\x20puede\x20crear\x20el\x20esquema\x20porque\x20el\x20intervalo\x20seleccionado\x20está\x20fuera\x20de\x20la\x20hoja.','No\x20se\x20pueden\x20mover\x20filas\x20o\x20columnas\x20porque\x20se\x20dividiría\x20un\x20esquema\x20existente.\x20Quite\x20primero\x20el\x20esquema\x20relacionado.','5052MwPBrN','object','267ZsOhnz','1495641sPiskM','260810izqngp','exports','4136sICrsR','No\x20se\x20puede\x20crear\x20el\x20esquema\x20porque\x20los\x20esquemas\x20compatibles\x20con\x20Excel\x20admiten\x20hasta\x208\x20niveles.','49823nNxZvw','5445FgMZfe','Desagrupar','No\x20se\x20puede\x20crear\x20el\x20esquema\x20porque\x20el\x20intervalo\x20seleccionado\x20no\x20es\x20válido.','6DqdmKm','Agrupar\x20filas\x20{0}\x20-\x20{1}','11yYzMXq','19160OuDwri','No\x20se\x20puede\x20actualizar\x20el\x20esquema\x20porque\x20la\x20operación\x20no\x20es\x20válida.','No\x20se\x20puede\x20desagrupar\x20porque\x20el\x20intervalo\x20seleccionado\x20no\x20contiene\x20completamente\x20el\x20intervalo\x20del\x20grupo\x20de\x20esquema.','Desagrupar\x20filas\x20{0}\x20-\x20{1}','4954GEOQPj','amd','function'];_0x4138=function(){return _0xe29948;};return _0x4138();}
29
+ function _0x199c(){var _0x400673=['130gjUWdw','No\x20se\x20pueden\x20mover\x20filas\x20o\x20columnas\x20porque\x20se\x20dividiría\x20un\x20esquema\x20existente.\x20Quite\x20primero\x20el\x20esquema\x20relacionado.','43324YEDjcA','90456udBpPY','Agrupar\x20filas\x20{0}\x20-\x20{1}','function','No\x20se\x20puede\x20crear\x20el\x20esquema\x20porque\x20el\x20intervalo\x20seleccionado\x20está\x20fuera\x20de\x20la\x20hoja.','1987926BrqnPM','343071IWdqMC','No\x20tienes\x20permiso\x20de\x20visualización,\x20por\x20lo\x20que\x20no\x20se\x20pueden\x20realizar\x20operaciones\x20de\x20agrupación.','Desagrupar','4181513hqbuvY','Agrupar\x20columnas\x20{0}\x20-\x20{1}','Cancelar','4EZHKQE','amd','3035656stPGXq','object','No\x20se\x20puede\x20actualizar\x20el\x20esquema\x20porque\x20el\x20resultado\x20crearía\x20grupos\x20superpuestos.','UniverProSheetsOutlineUiEsES','335252nyaUsk','Agrupar','No\x20se\x20puede\x20crear\x20el\x20esquema\x20porque\x20los\x20esquemas\x20compatibles\x20con\x20Excel\x20admiten\x20hasta\x208\x20niveles.','5XtaaBe','Desagrupar\x20filas\x20{0}\x20-\x20{1}','exports'];_0x199c=function(){return _0x400673;};return _0x199c();}function _0x1b3b(_0x5eebf4,_0x34b8a8){_0x5eebf4=_0x5eebf4-0x130;var _0x199c0c=_0x199c();var _0x1b3b9f=_0x199c0c[_0x5eebf4];return _0x1b3b9f;}(function(_0x1d9963,_0x360f9f){var _0x3e8ba4=_0x1b3b,_0x263ff1=_0x1d9963();while(!![]){try{var _0x2a1a00=parseInt(_0x3e8ba4(0x135))/0x1*(parseInt(_0x3e8ba4(0x143))/0x2)+parseInt(_0x3e8ba4(0x148))/0x3+parseInt(_0x3e8ba4(0x13b))/0x4*(-parseInt(_0x3e8ba4(0x13e))/0x5)+parseInt(_0x3e8ba4(0x144))/0x6+parseInt(_0x3e8ba4(0x132))/0x7+-parseInt(_0x3e8ba4(0x137))/0x8+parseInt(_0x3e8ba4(0x149))/0x9*(-parseInt(_0x3e8ba4(0x141))/0xa);if(_0x2a1a00===_0x360f9f)break;else _0x263ff1['push'](_0x263ff1['shift']());}catch(_0x468ca2){_0x263ff1['push'](_0x263ff1['shift']());}}}(_0x199c,0x625dc),function(_0x5f1fef,_0xeea8c0){var _0x380401=_0x1b3b;typeof exports==_0x380401(0x138)&&typeof module<'u'?module[_0x380401(0x140)]=_0xeea8c0():typeof define==_0x380401(0x146)&&define[_0x380401(0x136)]?define([],_0xeea8c0):(_0x5f1fef=typeof globalThis<'u'?globalThis:_0x5f1fef||self,_0x5f1fef[_0x380401(0x13a)]=_0xeea8c0());}(this,function(){var _0x49ae93=_0x1b3b;return{'sheets-outline-ui':{'cancel':_0x49ae93(0x134),'group':_0x49ae93(0x13c),'ungroup':_0x49ae93(0x131),'groupRows':_0x49ae93(0x145),'groupColumns':_0x49ae93(0x133),'ungroupRows':_0x49ae93(0x13f),'ungroupColumns':'Desagrupar\x20columnas\x20{0}\x20-\x20{1}','error':{'permission':_0x49ae93(0x130),'invalidRange':'No\x20se\x20puede\x20crear\x20el\x20esquema\x20porque\x20el\x20intervalo\x20seleccionado\x20no\x20es\x20válido.','outOfBounds':_0x49ae93(0x147),'crossing':_0x49ae93(0x139),'maxDepth':_0x49ae93(0x13d),'moveSplitsOutline':_0x49ae93(0x142),'clearRangeNotContainOutline':'No\x20se\x20puede\x20desagrupar\x20porque\x20el\x20intervalo\x20seleccionado\x20no\x20contiene\x20completamente\x20el\x20intervalo\x20del\x20grupo\x20de\x20esquema.','unknown':'No\x20se\x20puede\x20actualizar\x20el\x20esquema\x20porque\x20la\x20operación\x20no\x20es\x20válida.'}}};}));
27
30
 
28
31
  // locale/es-ES
29
- (function(e,s){typeof exports=="object"&&typeof module<"u"?module.exports=s(require("@univerjs/core"),require("@univerjs-pro/exchange-client/locale/es-ES"),require("@univerjs-pro/sheets-chart/locale/es-ES"),require("@univerjs-pro/sheets-chart-ui/locale/es-ES"),require("@univerjs-pro/sheets-outline-ui/locale/es-ES"),require("@univerjs-pro/sheets-pivot/locale/es-ES"),require("@univerjs-pro/sheets-pivot-ui/locale/es-ES"),require("@univerjs-pro/sheets-print/locale/es-ES"),require("@univerjs-pro/sheets-shape-ui/locale/es-ES"),require("@univerjs-pro/sheets-sparkline-ui/locale/es-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/exchange-client/locale/es-ES","@univerjs-pro/sheets-chart/locale/es-ES","@univerjs-pro/sheets-chart-ui/locale/es-ES","@univerjs-pro/sheets-outline-ui/locale/es-ES","@univerjs-pro/sheets-pivot/locale/es-ES","@univerjs-pro/sheets-pivot-ui/locale/es-ES","@univerjs-pro/sheets-print/locale/es-ES","@univerjs-pro/sheets-shape-ui/locale/es-ES","@univerjs-pro/sheets-sparkline-ui/locale/es-ES"],s):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsAdvancedEsES=s(e.UniverCore,e.UniverProExchangeClientEsES,e.UniverProSheetsChartEsES,e.UniverProSheetsChartUiEsES,e.UniverProSheetsOutlineUiEsES,e.UniverProSheetsPivotEsES,e.UniverProSheetsPivotUiEsES,e.UniverProSheetsPrintEsES,e.UniverProSheetsShapeUiEsES,e.UniverProSheetsSparklineUiEsES))})(this,(function(e,s,r,i,n,t,o,u,E,S){"use strict";return e.mergeLocales(s,r,i,n,t,o,u,E,S)}));
32
+ (function(e,s){typeof exports=="object"&&typeof module<"u"?module.exports=s(require("@univerjs/core"),require("@univerjs-pro/exchange-client/locale/es-ES"),require("@univerjs-pro/sheets-chart/locale/es-ES"),require("@univerjs-pro/sheets-chart-ui/locale/es-ES"),require("@univerjs-pro/sheets-exchange-client/locale/es-ES"),require("@univerjs-pro/sheets-outline-ui/locale/es-ES"),require("@univerjs-pro/sheets-pivot/locale/es-ES"),require("@univerjs-pro/sheets-pivot-ui/locale/es-ES"),require("@univerjs-pro/sheets-print/locale/es-ES"),require("@univerjs-pro/sheets-shape-ui/locale/es-ES"),require("@univerjs-pro/sheets-sparkline-ui/locale/es-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/exchange-client/locale/es-ES","@univerjs-pro/sheets-chart/locale/es-ES","@univerjs-pro/sheets-chart-ui/locale/es-ES","@univerjs-pro/sheets-exchange-client/locale/es-ES","@univerjs-pro/sheets-outline-ui/locale/es-ES","@univerjs-pro/sheets-pivot/locale/es-ES","@univerjs-pro/sheets-pivot-ui/locale/es-ES","@univerjs-pro/sheets-print/locale/es-ES","@univerjs-pro/sheets-shape-ui/locale/es-ES","@univerjs-pro/sheets-sparkline-ui/locale/es-ES"],s):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsAdvancedEsES=s(e.UniverCore,e.UniverProExchangeClientEsES,e.UniverProSheetsChartEsES,e.UniverProSheetsChartUiEsES,e.UniverProSheetsExchangeClientEsES,e.UniverProSheetsOutlineUiEsES,e.UniverProSheetsPivotEsES,e.UniverProSheetsPivotUiEsES,e.UniverProSheetsPrintEsES,e.UniverProSheetsShapeUiEsES,e.UniverProSheetsSparklineUiEsES))})(this,(function(e,s,r,i,n,t,o,u,h,E,S){"use strict";return e.mergeLocales(s,r,i,n,t,o,u,h,E,S)}));