@univerjs/preset-sheets-advanced 0.23.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 (90) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locales/ar-SA.js +1 -0
  3. package/lib/cjs/locales/ca-ES.js +1 -1
  4. package/lib/cjs/locales/de-DE.js +1 -0
  5. package/lib/cjs/locales/en-US.js +1 -1
  6. package/lib/cjs/locales/es-ES.js +1 -1
  7. package/lib/cjs/locales/fa-IR.js +1 -1
  8. package/lib/cjs/locales/fr-FR.js +1 -1
  9. package/lib/cjs/locales/id-ID.js +1 -0
  10. package/lib/cjs/locales/it-IT.js +1 -0
  11. package/lib/cjs/locales/ja-JP.js +1 -1
  12. package/lib/cjs/locales/ko-KR.js +1 -1
  13. package/lib/cjs/locales/pl-PL.js +1 -0
  14. package/lib/cjs/locales/pt-BR.js +1 -0
  15. package/lib/cjs/locales/ru-RU.js +1 -1
  16. package/lib/cjs/locales/sk-SK.js +1 -1
  17. package/lib/cjs/locales/vi-VN.js +1 -1
  18. package/lib/cjs/locales/zh-CN.js +1 -1
  19. package/lib/cjs/locales/zh-HK.js +1 -0
  20. package/lib/cjs/locales/zh-TW.js +1 -1
  21. package/lib/es/index.js +24 -17
  22. package/lib/es/locales/ar-SA.js +26 -0
  23. package/lib/es/locales/ca-ES.js +15 -11
  24. package/lib/es/locales/de-DE.js +26 -0
  25. package/lib/es/locales/en-US.js +15 -11
  26. package/lib/es/locales/es-ES.js +12 -8
  27. package/lib/es/locales/fa-IR.js +15 -11
  28. package/lib/es/locales/fr-FR.js +18 -14
  29. package/lib/es/locales/id-ID.js +26 -0
  30. package/lib/es/locales/it-IT.js +26 -0
  31. package/lib/es/locales/ja-JP.js +15 -11
  32. package/lib/es/locales/ko-KR.js +15 -11
  33. package/lib/es/locales/pl-PL.js +26 -0
  34. package/lib/es/locales/pt-BR.js +26 -0
  35. package/lib/es/locales/ru-RU.js +17 -13
  36. package/lib/es/locales/sk-SK.js +12 -8
  37. package/lib/es/locales/vi-VN.js +12 -8
  38. package/lib/es/locales/zh-CN.js +15 -11
  39. package/lib/es/locales/zh-HK.js +26 -0
  40. package/lib/es/locales/zh-TW.js +15 -11
  41. package/lib/index.js +24 -17
  42. package/lib/locales/ar-SA.js +26 -0
  43. package/lib/locales/ca-ES.js +15 -11
  44. package/lib/locales/de-DE.js +26 -0
  45. package/lib/locales/en-US.js +15 -11
  46. package/lib/locales/es-ES.js +12 -8
  47. package/lib/locales/fa-IR.js +15 -11
  48. package/lib/locales/fr-FR.js +18 -14
  49. package/lib/locales/id-ID.js +26 -0
  50. package/lib/locales/it-IT.js +26 -0
  51. package/lib/locales/ja-JP.js +15 -11
  52. package/lib/locales/ko-KR.js +15 -11
  53. package/lib/locales/pl-PL.js +26 -0
  54. package/lib/locales/pt-BR.js +26 -0
  55. package/lib/locales/ru-RU.js +17 -13
  56. package/lib/locales/sk-SK.js +12 -8
  57. package/lib/locales/vi-VN.js +12 -8
  58. package/lib/locales/zh-CN.js +15 -11
  59. package/lib/locales/zh-HK.js +26 -0
  60. package/lib/locales/zh-TW.js +15 -11
  61. package/lib/types/index.d.ts +2 -0
  62. package/lib/types/locales/ar-SA.d.ts +4 -0
  63. package/lib/types/locales/de-DE.d.ts +4 -0
  64. package/lib/types/locales/id-ID.d.ts +4 -0
  65. package/lib/types/locales/it-IT.d.ts +4 -0
  66. package/lib/types/locales/pl-PL.d.ts +4 -0
  67. package/lib/types/locales/pt-BR.d.ts +4 -0
  68. package/lib/types/locales/zh-HK.d.ts +4 -0
  69. package/lib/types/umd.d.ts +3 -0
  70. package/lib/umd/index.js +38 -29
  71. package/lib/umd/locales/ar-SA.js +32 -0
  72. package/lib/umd/locales/ca-ES.js +15 -9
  73. package/lib/umd/locales/de-DE.js +32 -0
  74. package/lib/umd/locales/en-US.js +15 -9
  75. package/lib/umd/locales/es-ES.js +15 -9
  76. package/lib/umd/locales/fa-IR.js +15 -9
  77. package/lib/umd/locales/fr-FR.js +15 -9
  78. package/lib/umd/locales/id-ID.js +32 -0
  79. package/lib/umd/locales/it-IT.js +32 -0
  80. package/lib/umd/locales/ja-JP.js +15 -9
  81. package/lib/umd/locales/ko-KR.js +15 -9
  82. package/lib/umd/locales/pl-PL.js +32 -0
  83. package/lib/umd/locales/pt-BR.js +32 -0
  84. package/lib/umd/locales/ru-RU.js +15 -9
  85. package/lib/umd/locales/sk-SK.js +15 -9
  86. package/lib/umd/locales/vi-VN.js +15 -9
  87. package/lib/umd/locales/zh-CN.js +15 -9
  88. package/lib/umd/locales/zh-HK.js +32 -0
  89. package/lib/umd/locales/zh-TW.js +15 -9
  90. package/package.json +24 -22
@@ -1,26 +1,32 @@
1
1
  // @univerjs-pro/exchange-client/locale/es-ES
2
- function _0x5c49(){var _0x1a39aa=['753eadXrH','536805GKJtAQ','object','File','Downloading','Please\x20wait...','5169990qVUQMa','Download\x20success','{0}\x20file(s)\x20uploaded\x20successfully','Upload\x20again','Cancel','Uploading','function','amd','21427270ffENXg','Internal\x20unknown\x20error','507247neguto','Unknown\x20mistake','File\x20uploaded\x20successfully','9500VxXGcT','1665XNZEJm','Network\x20error','Save\x20As','UniverProExchangeClientEsES','6urNCUA','Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','7656Vodbxe','1487228ZjVaxl','Data\x20is\x20too\x20large'];_0x5c49=function(){return _0x1a39aa;};return _0x5c49();}function _0x3cea(_0x39e986,_0xaeecb){_0x39e986=_0x39e986-0x9c;var _0x5c4995=_0x5c49();var _0x3cead5=_0x5c4995[_0x39e986];return _0x3cead5;}(function(_0x2d77d9,_0x2efca5){var _0x12a0df=_0x3cea,_0x205aba=_0x2d77d9();while(!![]){try{var _0x2824d3=parseInt(_0x12a0df(0xac))/0x1+parseInt(_0x12a0df(0xaf))/0x2*(parseInt(_0x12a0df(0x9c))/0x3)+parseInt(_0x12a0df(0xb7))/0x4+-parseInt(_0x12a0df(0x9d))/0x5*(-parseInt(_0x12a0df(0xb4))/0x6)+parseInt(_0x12a0df(0xa2))/0x7+-parseInt(_0x12a0df(0xb6))/0x8*(parseInt(_0x12a0df(0xb0))/0x9)+-parseInt(_0x12a0df(0xaa))/0xa;if(_0x2824d3===_0x2efca5)break;else _0x205aba['push'](_0x205aba['shift']());}catch(_0x443619){_0x205aba['push'](_0x205aba['shift']());}}}(_0x5c49,0x91dd7),function(_0x31b40d,_0x11f95b){var _0x5d9cb8=_0x3cea;typeof exports==_0x5d9cb8(0x9e)&&typeof module<'u'?module['exports']=_0x11f95b():typeof define==_0x5d9cb8(0xa8)&&define[_0x5d9cb8(0xa9)]?define([],_0x11f95b):(_0x31b40d=typeof globalThis<'u'?globalThis:_0x31b40d||self,_0x31b40d[_0x5d9cb8(0xb3)]=_0x11f95b());}(this,function(){var _0x10887b=_0x3cea;return{'exchange':{'file':_0x10887b(0x9f),'upload':'Open(File)','download':_0x10887b(0xb2),'uploading':_0x10887b(0xa7),'uploadSuccess':_0x10887b(0xae),'uploadSuccessTip':_0x10887b(0xa4),'downloading':_0x10887b(0xa0),'downloadSuccess':_0x10887b(0xa3),'unknownMistake':_0x10887b(0xad),'networkError':_0x10887b(0xb1),'tooLarge':_0x10887b(0xb8),'internalError':_0x10887b(0xab),'interrupt':'The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','fileTypeError':_0x10887b(0xb5),'wait':_0x10887b(0xa1),'cancel':_0x10887b(0xa6),'uploadAgain':_0x10887b(0xa5)}};}));
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 _0x43d6(){var _0x295f14=['Column','Year-Month-Day','2797884ojcQUG','27446270PxVYOl','{0}\x20day','Max\x20of\x20','Var\x20of\x20','15qXDjVs','{0}\x20month','Day','9CKCjBD','{0}\x20month\x20{1}\x20day','(Blank)','exports','Grand\x20Total','Hour','StdDev\x20of\x20','Value','Year-Quarter','Values','2631789gxEWBw','{0}\x20hour\x20{1}\x20minute','Row','(Other)','{0}\x20year\x20{1}\x20month\x20{2}\x20day','59038TXqiOM','Column\x20','Count\x20of\x20','other','UniverProSheetsPivotEsES','{0}\x20quarter','Quarter','Sum\x20of\x20','Min\x20of\x20','Year','amd','{0}\x20year','Product\x20of\x20','633540TovGfB','288dQrREA','Month','{0}\x20minute','{0}\x20hour','function','Filter','Total','Minute','2785820ftvurt','7159748GJTkgH','Month-Day','object'];_0x43d6=function(){return _0x295f14;};return _0x43d6();}function _0x4dcf(_0x55b95d,_0x22c3bd){_0x55b95d=_0x55b95d-0x1d7;var _0x43d60a=_0x43d6();var _0x4dcfdf=_0x43d60a[_0x55b95d];return _0x4dcfdf;}(function(_0x5ca713,_0x5202b6){var _0x44f6a2=_0x4dcf,_0x289fe7=_0x5ca713();while(!![]){try{var _0x1f8a97=-parseInt(_0x44f6a2(0x1e0))/0x1+-parseInt(_0x44f6a2(0x1e9))/0x2+parseInt(_0x44f6a2(0x201))/0x3+-parseInt(_0x44f6a2(0x1ea))/0x4+-parseInt(_0x44f6a2(0x1f4))/0x5*(-parseInt(_0x44f6a2(0x1ef))/0x6)+parseInt(_0x44f6a2(0x206))/0x7*(-parseInt(_0x44f6a2(0x1e1))/0x8)+-parseInt(_0x44f6a2(0x1f7))/0x9*(-parseInt(_0x44f6a2(0x1f0))/0xa);if(_0x1f8a97===_0x5202b6)break;else _0x289fe7['push'](_0x289fe7['shift']());}catch(_0xfd0e33){_0x289fe7['push'](_0x289fe7['shift']());}}}(_0x43d6,0xdbed5),function(_0x4bb6f4,_0xbea9cd){var _0x4dd365=_0x4dcf;typeof exports==_0x4dd365(0x1ec)&&typeof module<'u'?module[_0x4dd365(0x1fa)]=_0xbea9cd():typeof define==_0x4dd365(0x1e5)&&define[_0x4dd365(0x1dd)]?define([],_0xbea9cd):(_0x4bb6f4=typeof globalThis<'u'?globalThis:_0x4bb6f4||self,_0x4bb6f4[_0x4dd365(0x1d7)]=_0xbea9cd());}(this,function(){var _0x378136=_0x4dcf;return{'sheets-pivot':{'blankValue':_0x378136(0x1f9),'otherValue':_0x378136(0x204),'columnName':_0x378136(0x207),'subTotalText':_0x378136(0x1e7),'grandTotalText':_0x378136(0x1fb),'valueText':_0x378136(0x1fe),'averageName':'Average\x20of\x20','countName':_0x378136(0x208),'countNumsName':_0x378136(0x208),'maxName':_0x378136(0x1f2),'minName':_0x378136(0x1db),'productName':_0x378136(0x1df),'stdDevName':_0x378136(0x1fd),'stdDevpName':'StdDevp\x20of\x20','sumName':_0x378136(0x1da),'varName':_0x378136(0x1f3),'varpName':'Varp\x20of\x20','subTotal':'Subtotal','grandTotal':_0x378136(0x1fb),'value':'value','blank':'blank','other':_0x378136(0x209),'emptyPivot':{'filter':_0x378136(0x1e6),'row':_0x378136(0x203),'column':_0x378136(0x1ed),'values':_0x378136(0x200)},'dateGroup':{'year':_0x378136(0x1dc),'month':_0x378136(0x1e2),'day':_0x378136(0x1f6),'hour':_0x378136(0x1fc),'minute':_0x378136(0x1e8),'quarter':_0x378136(0x1d9),'monthDate':_0x378136(0x1eb),'yearQuarter':_0x378136(0x1ff),'yearMonth':'Year-Month','yearMonthDate':_0x378136(0x1ee)},'cellDateGroupDisplay':{'minute':_0x378136(0x1e3),'hour':_0x378136(0x1e4),'hourMinute':_0x378136(0x202),'date':_0x378136(0x1f1),'month':_0x378136(0x1f5),'monthDate':_0x378136(0x1f8),'quarter':_0x378136(0x1d8),'year':_0x378136(0x1de),'yearMonth':'{0}\x20year\x20{1}\x20month','yearMonthDate':_0x378136(0x205),'yearQuarter':'{0}\x20year\x20{1}\x20quarter'}}};}));
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 _0x5809(){var _0xeb4cdc=['Pivot\x20Table\x20Placement','Σ\x20Values','1803570zQTQRo','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Remove\x20Field','exports','Thousandth\x20Percentile','Minimum','Decimal\x20Places','Drag\x20fields\x20to\x20rows','2110JzNtBN','Fields\x20per\x20row','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','There\x20is\x20already\x20data\x20in\x20the\x20target\x20area.\x20This\x20action\x20will\x20overwrite\x20the\x20existing\x20data.\x20Do\x20you\x20want\x20to\x20continue?','Date','8xKWlXS','Column','Sum','General','Data\x20Source\x20Fields','Subtotals\x20&\x20Grand\x20Totals','Average','410879xgcgoH','Cannot\x20insert\x20merged\x20cells\x20into\x20pivot\x20table','Cancel','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.','Filter\x20Field\x20Layout','Currency\x20Types','531152pjejmM','934980ANDDzf','Display','Drag\x20fields\x20to\x20filter\x20data','Field\x20Settings','Down,\x20then\x20over','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Pivot\x20Table','112MbRMto','Format\x20Types','Show\x20column\x20grand\x20total','Accounting','Population\x20Standard\x20Deviation','Show\x20column\x20subtotals','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Add\x20to\x20Row','345162DKffvK','New\x20Sheet','Count','Grand\x20Total','Descending','Move\x20to\x20Row','Cannot\x20edit\x20cells\x20in\x20pivot\x20table','Move\x20to\x20Column','Select\x20All','Advanced\x20Options','Show\x20row\x20grand\x20total','Add\x20to\x20Filter','Data\x20source\x20has\x20been\x20updated','Over,\x20then\x20down','Summarize\x20by','Show\x20row\x20subtotals','Product','Maximum','Cannot\x20overlap\x20with\x20source\x20data','Subtotal','Data\x20Source\x20Range','object','(Blank)','Existing\x20Sheet','Count\x20Numbers','Clear\x20Filter','2271590CJEUfI','Field\x20Configuration','Cannot\x20edit\x20pivot\x20table\x20in\x20a\x20protected\x20sheet','Data\x20Source','Data\x20source\x20range\x20is\x20empty','amd','Drag\x20fields\x20to\x20the\x20areas\x20below','Add\x20to\x20Value','77661tUYIEZ','Add\x20to\x20Column','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.'];_0x5809=function(){return _0xeb4cdc;};return _0x5809();}function _0x1014(_0x160f34,_0x18121c){_0x160f34=_0x160f34-0x1b4;var _0x58094e=_0x5809();var _0x1014ab=_0x58094e[_0x160f34];return _0x1014ab;}(function(_0x2681a3,_0x36a9ff){var _0x4acf94=_0x1014,_0x7825a1=_0x2681a3();while(!![]){try{var _0x5959b8=-parseInt(_0x4acf94(0x1e5))/0x1+parseInt(_0x4acf94(0x1d1))/0x2+-parseInt(_0x4acf94(0x1fb))/0x3+-parseInt(_0x4acf94(0x1de))/0x4*(-parseInt(_0x4acf94(0x1c4))/0x5)+parseInt(_0x4acf94(0x1ec))/0x6+parseInt(_0x4acf94(0x1f3))/0x7*(parseInt(_0x4acf94(0x1eb))/0x8)+parseInt(_0x4acf94(0x1cc))/0x9*(-parseInt(_0x4acf94(0x1d9))/0xa);if(_0x5959b8===_0x36a9ff)break;else _0x7825a1['push'](_0x7825a1['shift']());}catch(_0x178833){_0x7825a1['push'](_0x7825a1['shift']());}}}(_0x5809,0xa67af),function(_0x5f1c89,_0x1a7475){var _0x1c8a0c=_0x1014;typeof exports==_0x1c8a0c(0x1bf)&&typeof module<'u'?module[_0x1c8a0c(0x1d4)]=_0x1a7475():typeof define=='function'&&define[_0x1c8a0c(0x1c9)]?define([],_0x1a7475):(_0x5f1c89=typeof globalThis<'u'?globalThis:_0x5f1c89||self,_0x5f1c89['UniverProSheetsPivotUiEsES']=_0x1a7475());}(this,function(){var _0x20a057=_0x1014;return{'sheets-pivot-panel':{'title':_0x20a057(0x1f2),'sourceRangeLabel':_0x20a057(0x1c7),'sourceRangePlaceholder':_0x20a057(0x1b6),'sourceFieldTile':_0x20a057(0x1e2),'sourceFieldDescription':_0x20a057(0x1ca),'filter':'Filter','column':_0x20a057(0x1df),'row':'Row','value':'Value','multipleValue':_0x20a057(0x1d0),'filterDesc':_0x20a057(0x1ee),'columnDesc':'Drag\x20fields\x20to\x20columns','rowDesc':_0x20a057(0x1d8),'valueDesc':'Calculated\x20results\x20of\x20rows\x20and\x20columns','addToFilter':_0x20a057(0x1b5),'addToColumn':_0x20a057(0x1cd),'addToRow':_0x20a057(0x1fa),'addToValue':_0x20a057(0x1cb),'removeField':_0x20a057(0x1d3),'filterField':'Filter\x20Field','fieldSettings':_0x20a057(0x1ef),'moveToRow':_0x20a057(0x200),'moveToColumn':_0x20a057(0x202),'dialog':{'fieldName':'Field\x20Name','sourceName':'Source\x20Field\x20Name:','summarizeBy':_0x20a057(0x1b8),'format':'Number\x20Format','ok':'OK','cancel':_0x20a057(0x1e7),'filter':{'ascending':'Ascending','descending':_0x20a057(0x1ff),'selectAll':_0x20a057(0x203),'clearFilter':_0x20a057(0x1c3),'blank':_0x20a057(0x1c0),'cancel':_0x20a057(0x1e7),'confirm':'OK'},'numfmt':{'general':_0x20a057(0x1e1),'accounting':_0x20a057(0x1f6),'currency':'Currency','date':_0x20a057(0x1dd),'thousandthPercentile':_0x20a057(0x1d5),'fieldSetting':'Field\x20Settings','formatTypes':_0x20a057(0x1f4),'confirm':'OK','cancel':_0x20a057(0x1e7),'generalDesc':_0x20a057(0x1ce),'accountingDesc':_0x20a057(0x1db),'currencyDesc':_0x20a057(0x1f9),'dateDesc':_0x20a057(0x1f1),'thousandthPercentileDesc':_0x20a057(0x1d2),'decimalPlaces':_0x20a057(0x1d7),'currencyTypes':_0x20a057(0x1ea),'negativeNumberTypes':'Negative\x20Number\x20Types','dateTypes':'Date\x20Types'},'source':{'insertPivotTable':'Insert\x20Pivot\x20Table','sourceData':_0x20a057(0x1be),'position':_0x20a057(0x1cf),'newSheet':_0x20a057(0x1fc),'existingSheet':_0x20a057(0x1c1),'intersect':_0x20a057(0x1bc)}},'subtotal':{'average':_0x20a057(0x1e4),'count':_0x20a057(0x1fd),'countNums':_0x20a057(0x1c2),'max':_0x20a057(0x1bb),'min':_0x20a057(0x1d6),'product':_0x20a057(0x1ba),'stdDev':'Standard\x20Deviation','stdDevp':_0x20a057(0x1f7),'sum':_0x20a057(0x1e0),'var':'Variance','varp':'Population\x20Variance'},'subTotalText':_0x20a057(0x1bd),'grandTotalText':_0x20a057(0x1fe),'fieldPanel':_0x20a057(0x1c5),'configPanel':_0x20a057(0x204),'config':{'totalsSection':_0x20a057(0x1e3),'showRowSubtotal':_0x20a057(0x1b9),'showRowGrandTotal':_0x20a057(0x1b4),'showColSubtotal':_0x20a057(0x1f8),'showColGrandTotal':_0x20a057(0x1f5),'pageSection':_0x20a057(0x1e9),'pageWrap':_0x20a057(0x1da),'pageDirection':'Layout\x20direction','pageDownThenOver':_0x20a057(0x1f0),'pageOverThenDown':_0x20a057(0x1b7),'displaySection':_0x20a057(0x1ed),'repeatRowLabels':'Repeat\x20item\x20labels'},'perform':{'tips':'Tips','info':_0x20a057(0x1dc),'confirm':'Confirm','cancel':_0x20a057(0x1e7),'rowColError':_0x20a057(0x1e8)},'msg':{'emptySourceRange':_0x20a057(0x1c8),'invalidSize':'Data\x20source\x20range\x20is\x20invalid','mergeCellError':_0x20a057(0x1e6),'editCellError':_0x20a057(0x201),'permissionError':_0x20a057(0x1c6)}}};}));
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 _0x1877(_0x329952,_0x2f4bc5){_0x329952=_0x329952-0xd4;var _0x884c73=_0x884c();var _0x1877c0=_0x884c73[_0x329952];return _0x1877c0;}(function(_0x1cafee,_0x5abefa){var _0x299f81=_0x1877,_0x3ed14a=_0x1cafee();while(!![]){try{var _0x3405c4=-parseInt(_0x299f81(0xe1))/0x1*(-parseInt(_0x299f81(0xde))/0x2)+-parseInt(_0x299f81(0x101))/0x3+parseInt(_0x299f81(0x130))/0x4+-parseInt(_0x299f81(0xfc))/0x5+parseInt(_0x299f81(0x131))/0x6*(-parseInt(_0x299f81(0xda))/0x7)+-parseInt(_0x299f81(0x116))/0x8+parseInt(_0x299f81(0xff))/0x9*(parseInt(_0x299f81(0x128))/0xa);if(_0x3405c4===_0x5abefa)break;else _0x3ed14a['push'](_0x3ed14a['shift']());}catch(_0x5b59a8){_0x3ed14a['push'](_0x3ed14a['shift']());}}}(_0x884c,0x89d99),function(_0x4e6bf8,_0x507ba9){var _0x56a85d=_0x1877;typeof exports==_0x56a85d(0x111)&&typeof module<'u'?module[_0x56a85d(0x114)]=_0x507ba9():typeof define=='function'&&define[_0x56a85d(0x122)]?define([],_0x507ba9):(_0x4e6bf8=typeof globalThis<'u'?globalThis:_0x4e6bf8||self,_0x4e6bf8[_0x56a85d(0x11c)]=_0x507ba9());}(this,function(){var _0x193130=_0x1877;return{'print':{'header':{'total':_0x193130(0xe7),'pages':_0x193130(0xef),'cancel':_0x193130(0xdc),'next':_0x193130(0xd4),'printing':_0x193130(0x12c)},'menu':'Print','title':_0x193130(0x10f),'grid':{'title':_0x193130(0x132),'showGrid':_0x193130(0xf5),'showGridLabel':_0x193130(0xea),'closeAndHide':'Close\x20and\x20hide\x20page\x20breaks'},'screenshot':{'title':_0x193130(0xdf),'success':_0x193130(0x11e),'fail':_0x193130(0x120)},'size':{'title':_0x193130(0x129),'letter':_0x193130(0x119),'tabloid':'Tabloid\x20(11\x22\x20x\x2017\x22)','legal':'Legal\x20(8.5\x22\x20x\x2014\x22)','statement':_0x193130(0xed),'executive':_0x193130(0x108),'folio':_0x193130(0xe3),'a3':_0x193130(0xe4),'a4':_0x193130(0xf1),'a5':_0x193130(0x11b),'b4':'B4\x20(9.84\x22\x20x\x2013.90\x22)','b5':_0x193130(0x124)},'margin':{'title':'Margins','normal':_0x193130(0x117),'narrow':_0x193130(0xf9),'wide':'Wide','custom':_0x193130(0x104),'top':_0x193130(0x10c),'bottom':'Bottom','left':'Left','right':_0x193130(0x10d)},'area':{'title':'Print','currentSheet':'Current\x20sheet','workbook':_0x193130(0xe6),'currentSelection':'Selected\x20cells','maxRowsEachPage':_0x193130(0xd8),'maxColumnsEachPage':_0x193130(0xf2),'limit':_0x193130(0x103),'allSelection':'All\x20selected\x20cells'},'selection':{'title':'Selection','allWorkbook':'All\x20sheets','workbookUnit':'sheets'},'scale':{'title':_0x193130(0x11f),'normal':_0x193130(0xf7),'fitWidth':_0x193130(0x121),'fitHeight':_0x193130(0xd9),'fitPage':_0x193130(0x127),'custom':'Custom\x20number'},'orientation':{'title':_0x193130(0x115),'landscape':_0x193130(0xdb),'portrait':'Portrait'},'formatting':{'title':_0x193130(0xf8),'skeleton':_0x193130(0x12e),'waterMark':_0x193130(0x102)},'align':{'title':_0x193130(0x11d),'horizontal':{'title':_0x193130(0xd6),'middle':_0x193130(0x106),'start':'Left','end':_0x193130(0x10d)},'vertical':{'title':_0x193130(0x123),'start':_0x193130(0x10c),'end':_0x193130(0xfa),'middle':_0x193130(0x106)}},'headerFooter':{'title':_0x193130(0xe2),'page':_0x193130(0x12f),'workbook':_0x193130(0xe0),'sheet':_0x193130(0xf3),'date':_0x193130(0xfe),'time':_0x193130(0xe8),'customHeadFooter':_0x193130(0xe9),'editCustomHeadFooter':_0x193130(0x100),'header':_0x193130(0x12d),'footer':_0x193130(0xfb),'left':_0x193130(0x11a),'right':_0x193130(0x10d),'center':_0x193130(0x106),'dateFormat':_0x193130(0x109),'dateA':_0x193130(0xfd),'dateB':_0x193130(0x10b),'dateC':'L','dateD':_0x193130(0xf4),'timeA':_0x193130(0x118),'timeB':_0x193130(0x12b),'timeC':'hh:mm:ss','timeD':_0x193130(0x107),'display':{'page':_0x193130(0x125),'title':'WorkbookTitle','sheet':_0x193130(0xec),'dateA':_0x193130(0x10a),'dateB':_0x193130(0x113),'dateC':_0x193130(0xeb),'dateD':_0x193130(0x134),'dateE':_0x193130(0x10e),'dateF':_0x193130(0x126),'timeA':'TimeA','timeB':_0x193130(0xf0),'timeC':_0x193130(0xdd),'timeD':_0x193130(0xd5),'sheetPage':_0x193130(0xd7),'pageTotal':_0x193130(0xf6),'sheetPageTotal':_0x193130(0x12a)},'placeholder':_0x193130(0xee),'submit':'Ok'},'freeze':{'title':_0x193130(0x112),'desc':'Go\x20to\x20View\x20>\x20Freeze\x20to\x20select\x20which\x20rows/columns\x20to\x20repeat\x20on\x20all\x20pages','row':'Repeat\x20frozen\x20rows','column':_0x193130(0x133)},'limit':{'page':_0x193130(0x110),'waterMark':_0x193130(0x105),'link':_0x193130(0xe5)}}};}));function _0x884c(){var _0x49d723=['SheetPageNumber','Max\x20rows\x20per\x20page','Fit\x20to\x20height','699419SppmfQ','Landscape','CANCEL','TimeC','142KZGHpY','Copy\x20as\x20picture','Workbook\x20title','6098mcAvPl','Headers\x20&\x20footers','Folio\x20(8.5\x22\x20x\x2013\x22)','A3\x20(11.69\x22\x20x\x2016.54\x22)','https://univer.ai/pro','Workbook','Total:\x20','Current\x20time','Custom\x20header/footer','Show\x20page\x20break\x20lines','DateC','SheetName','Statement\x20(5.5\x22\x20x\x208.5\x22)','Click\x20to\x20add\x20text','pages','TimeB','A4\x20(8.27\x22\x20x\x2011.69\x22)','Max\x20columns\x20per\x20page','Sheet\x20name','MM/DD','Show\x20Page\x20Breaks','TotalPages','Normal\x20(100%)','Formatting','Narrow','Bottom','Footer','3585030sDJBXe','YYYY-MM-DD','Current\x20date','27KdNPHb','Edit\x20custom\x20header/footer','2622258tkiCqI','Show\x20water\x20mark','Row\x20&\x20Column\x20limit','Custom\x20Margins','Univer\x20free\x20version,\x20powered\x20by\x20univer.ai.','Center','hh:mm','Executive\x20(7.25\x22\x20x\x2010.5\x22)','Date\x20format','DateA','MM-DD','Top','Right','DateE','Print','The\x20free\x20version\x20only\x20supports\x20{limit}\x20pages\x20of\x20printing,\x20please\x20purchase\x20the\x20commercial\x20version\x20for\x20advanced\x20features!','object','Row\x20&\x20column\x20headers','DateB','exports','Page\x20orientation','5265976ufuQxP','Normal','HH:mm:ss','Letter\x20(8.5\x22\x20x\x2011\x22)','Left','A5\x20(5.83\x22\x20x\x208.27\x22)','UniverProSheetsPrintEsES','Align','Picture\x20successfully\x20saved\x20to\x20clipboard!','Scale','Picture\x20failed\x20to\x20save\x20to\x20clipboard!','Fit\x20to\x20width','amd','Vertical','B5\x20(6.93\x22\x20x\x209.84\x22)','PageBumber','DateF','Fit\x20to\x20page','5726890lZHmPu','Paper\x20Size','TotalSheetPages','HH:mm','Printing,\x20please\x20do\x20not\x20close\x20the\x20page','Header','Show\x20gridlines','Page\x20numbers','3850792ROBcSd','18EyheMR','Print\x20Layout','Repeat\x20frozen\x20columns','DateD','NEXT','TimeD','Horizontal'];_0x884c=function(){return _0x49d723;};return _0x884c();}
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 _0x53b0(_0x25bc99,_0x32ef3c){_0x25bc99=_0x25bc99-0xa5;var _0x31e383=_0x31e3();var _0x53b0ba=_0x31e383[_0x25bc99];return _0x53b0ba;}function _0x31e3(){var _0x2f77e3=['4hwDuXH','1136576MkuQlx','3wPvrWw','969765POpRFH','1293196GZYKhB','751530lOxVmO','1502592Tgebib','UniverProSheetsChartEsES','function','194272dsNWZe','object','126UKjAvg','exports','90392GJsDcA'];_0x31e3=function(){return _0x2f77e3;};return _0x31e3();}(function(_0x55191a,_0x3094ca){var _0x3b8368=_0x53b0,_0x5613ab=_0x55191a();while(!![]){try{var _0x37a55e=-parseInt(_0x3b8368(0xb0))/0x1*(parseInt(_0x3b8368(0xab))/0x2)+-parseInt(_0x3b8368(0xb2))/0x3*(-parseInt(_0x3b8368(0xa6))/0x4)+parseInt(_0x3b8368(0xa5))/0x5+parseInt(_0x3b8368(0xa8))/0x6+-parseInt(_0x3b8368(0xb1))/0x7+-parseInt(_0x3b8368(0xaf))/0x8*(-parseInt(_0x3b8368(0xad))/0x9)+-parseInt(_0x3b8368(0xa7))/0xa;if(_0x37a55e===_0x3094ca)break;else _0x5613ab['push'](_0x5613ab['shift']());}catch(_0x1ae265){_0x5613ab['push'](_0x5613ab['shift']());}}}(_0x31e3,0x4931d),function(_0x333f58,_0x15b155){var _0x8791eb=_0x53b0;typeof exports==_0x8791eb(0xac)&&typeof module<'u'?module[_0x8791eb(0xae)]=_0x15b155():typeof define==_0x8791eb(0xaa)&&define['amd']?define([],_0x15b155):(_0x333f58=typeof globalThis<'u'?globalThis:_0x333f58||self,_0x333f58[_0x8791eb(0xa9)]=_0x15b155());}(this,function(){return{'chart':{'category':'Category','series':'Series'}};}));
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(_0x15407b,_0x291214){var _0x248740=_0x570f,_0x3ff9fb=_0x15407b();while(!![]){try{var _0x1c82f5=parseInt(_0x248740(0x1e6))/0x1*(-parseInt(_0x248740(0x1c2))/0x2)+parseInt(_0x248740(0x173))/0x3*(-parseInt(_0x248740(0x18d))/0x4)+parseInt(_0x248740(0x198))/0x5+-parseInt(_0x248740(0x1dc))/0x6*(-parseInt(_0x248740(0x1c9))/0x7)+-parseInt(_0x248740(0x1f3))/0x8*(parseInt(_0x248740(0x1d6))/0x9)+-parseInt(_0x248740(0x1fe))/0xa+parseInt(_0x248740(0x1f4))/0xb*(parseInt(_0x248740(0x159))/0xc);if(_0x1c82f5===_0x291214)break;else _0x3ff9fb['push'](_0x3ff9fb['shift']());}catch(_0x2c7553){_0x3ff9fb['push'](_0x3ff9fb['shift']());}}}(_0x5a31,0x8a14b),function(_0x22fbd9,_0x356217){var _0x204af1=_0x570f;typeof exports=='object'&&typeof module<'u'?module[_0x204af1(0x1c5)]=_0x356217():typeof define==_0x204af1(0x1d8)&&define[_0x204af1(0x148)]?define([],_0x356217):(_0x22fbd9=typeof globalThis<'u'?globalThis:_0x22fbd9||self,_0x22fbd9[_0x204af1(0x14a)]=_0x356217());}(this,function(){var _0x167c9e=_0x570f;return{'chart':{'insertChart':_0x167c9e(0x1cf),'editChart':'Chart\x20editor','openChartPanel':'Open\x20chart\x20panel','deleteChart':'Delete\x20chart','hideChartPanel':_0x167c9e(0x176),'setupChart':_0x167c9e(0x192),'customChart':'Customize','default':_0x167c9e(0x1b0),'reset':_0x167c9e(0x14c),'chartType':_0x167c9e(0x183),'themes':'Themes','dataRange':_0x167c9e(0x1ee),'stack':_0x167c9e(0x1e9),'category':_0x167c9e(0x162),'aggregate':'Aggregate','allSeries':_0x167c9e(0x19d),'series':_0x167c9e(0x19b),'addSeries':_0x167c9e(0x1c7),'moreSettings':'More\x20settings','min':'Min','max':_0x167c9e(0x1e0),'invalidType':{'gaps':_0x167c9e(0x1e7),'zero':_0x167c9e(0x1f0),'connectDataPointsWithStraightLines':_0x167c9e(0x16f)},'blank':_0x167c9e(0x16c),'seriesBlock':{'format':'Format','dataPointStyle':_0x167c9e(0x1d5)},'backgroundColor':_0x167c9e(0x1bb),'chartBorderColor':'Chart\x20border\x20color','titles':{'title':_0x167c9e(0x1c3),'mainTitle':_0x167c9e(0x1a1),'subTitle':_0x167c9e(0x1dd),'xAxisTitle':_0x167c9e(0x15e),'yAxisTitle':_0x167c9e(0x1bf),'rightYAxisTitle':_0x167c9e(0x145),'titleFormat':_0x167c9e(0x15c),'titleText':'Title\x20text','titlePosition':_0x167c9e(0x201),'titleAlign':_0x167c9e(0x1d2)},'axisPositionType':{'start':_0x167c9e(0x175),'center':_0x167c9e(0x1c8),'end':_0x167c9e(0x1a2)},'gradientFill':_0x167c9e(0x156),'settingsLabels':{'switchToRowOrColumn':'Switch\x20to\x20row/column','useAsCategoryLabels':_0x167c9e(0x15a),'showEmptyCellsAs':_0x167c9e(0x1da)},'positionType':{'auto':'Auto','inside':'Inside','outside':_0x167c9e(0x142),'top':_0x167c9e(0x1aa),'bottom':_0x167c9e(0x147),'left':_0x167c9e(0x1be),'right':_0x167c9e(0x186),'hide':'Hide'},'align':{'left':'Left','center':_0x167c9e(0x1c8),'right':'Right'},'alignY':{'top':_0x167c9e(0x1aa),'middle':_0x167c9e(0x1a4),'bottom':'Bottom'},'chartStyle':_0x167c9e(0x190),'chartAndAxisTitles':'Chart\x20and\x20axis\x20titles','legend':'Legend','legendSelectMode':_0x167c9e(0x1bd),'legendSelectModeType':{'single':_0x167c9e(0x1d7),'multiple':_0x167c9e(0x13d),'close':_0x167c9e(0x146)},'legendVisualMapType':{'continuous':'Continuous','piecewise':_0x167c9e(0x1cd)},'axes':{'axis':_0x167c9e(0x1ec),'axisOptions':'Axis\x20options','horizontalAxis':'Horizontal\x20axis','verticalAxis':_0x167c9e(0x161),'rightVerticalAxis':_0x167c9e(0x1b9),'leftAxis':_0x167c9e(0x1a6),'rightAxis':_0x167c9e(0x1df),'useRightAxis':_0x167c9e(0x184)},'position':'Position','dataLabels':'Data\x20labels','gridlinesAndTicks':_0x167c9e(0x14e),'indicatorLine':_0x167c9e(0x172),'indicatorLineType':_0x167c9e(0x19a),'indicatorLineColor':_0x167c9e(0x18f),'indicatorLabel':_0x167c9e(0x1b3),'indicatorValue':_0x167c9e(0x17a),'shape':{'polygon':_0x167c9e(0x1cb),'circle':_0x167c9e(0x1c1),'square':_0x167c9e(0x16e),'triangle':_0x167c9e(0x1c6),'diamond':_0x167c9e(0x141),'rect':_0x167c9e(0x1eb),'roundRect':_0x167c9e(0x1ff),'pin':_0x167c9e(0x182),'arrow':_0x167c9e(0x179),'none':_0x167c9e(0x160),'emptyCircle':'Empty\x20circle','emptySquare':_0x167c9e(0x1e4),'emptyTriangle':_0x167c9e(0x1ce),'emptyDiamond':_0x167c9e(0x14f),'emptyRect':'Empty\x20rectangle','emptyRoundRect':'Empty\x20round\x20rectangle','emptyPin':'Empty\x20pin','emptyArrow':'Empty\x20arrow'},'border':'Border','value':'Value','fill':'Fill','line':_0x167c9e(0x17f),'withOpacity':_0x167c9e(0x18b),'withColor':_0x167c9e(0x195),'withThickness':_0x167c9e(0x1de),'withType':_0x167c9e(0x13a),'withSize':_0x167c9e(0x15b),'withShape':_0x167c9e(0x1ab),'withFormat':'{0}\x20with\x20format','dataPoint':_0x167c9e(0x144),'dataNodeShape':_0x167c9e(0x185),'addDataPoint':_0x167c9e(0x149),'point':_0x167c9e(0x1a9),'percentage':'Percentage','lineType':{'line':'Line','smooth':_0x167c9e(0x140),'step':_0x167c9e(0x1ba)},'stackType':{'stack':_0x167c9e(0x1e9),'percent':_0x167c9e(0x167)},'lineDashType':_0x167c9e(0x1e5),'dashType':{'solid':_0x167c9e(0x1e2),'dash':'Dash','dot':'Dot'},'color':_0x167c9e(0x1ad),'gridlines':{'majorGridlines':_0x167c9e(0x181),'text':'Gridlines'},'ticks':{'majorTick':_0x167c9e(0x13b),'tickPosition':_0x167c9e(0x174),'tickLength':'Tick\x20length'},'none':_0x167c9e(0x160),'theIndexItem':'The\x20{0}\x20item','seriesDefaultName':_0x167c9e(0x1db),'categoryDefaultName':'Category\x20{0}','styleEditPanel':{'showLabels':_0x167c9e(0x1d3),'showDataLabels':_0x167c9e(0x152),'padAngle':'Label\x20padding\x20angle','halfPie':'Half\x20pie','rosePie':_0x167c9e(0x157),'pieValScale':_0x167c9e(0x1fb),'pieValSuffix':'Value\x20suffix','pieDigitalFixed':_0x167c9e(0x193),'showLabelLine':_0x167c9e(0x1bc),'reverseAxisOrder':'Reverse\x20axis\x20order','showAxisLine':_0x167c9e(0x137),'labelPosition':_0x167c9e(0x171),'labelText':_0x167c9e(0x194),'repeatWordCould':'Repeat\x20word\x20cloud','gap':_0x167c9e(0x1cc),'useAbsValue':_0x167c9e(0x1b5),'labelRotate':_0x167c9e(0x1d9),'wordCloudShape':_0x167c9e(0x196),'useDateAxis':_0x167c9e(0x14d),'dateAxisTips':'Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format'},'doughnutHole':'Doughnut\x20hole','radar':{'fill':_0x167c9e(0x1f8)},'msg':{'invalidSource':'Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','emptyTips':_0x167c9e(0x15f),'sankeyCircularTips':_0x167c9e(0x165)},'cloud':{'title':_0x167c9e(0x13c),'word':_0x167c9e(0x1a8),'frequency':_0x167c9e(0x1b2)},'trendline':{'name':_0x167c9e(0x1ae),'displayName':_0x167c9e(0x13e),'addTrendLine':_0x167c9e(0x199),'trendlineType':_0x167c9e(0x139),'trendlineName':_0x167c9e(0x13e),'trendlineColor':_0x167c9e(0x18e),'trendlineThickness':_0x167c9e(0x1ac),'trendlineDashType':_0x167c9e(0x153),'exp':_0x167c9e(0x1fc),'linear':_0x167c9e(0x178),'log':'Logarithmic','pow':'Power','movingAvg':_0x167c9e(0x1f7),'poly':_0x167c9e(0x170),'order':_0x167c9e(0x1c4),'period':_0x167c9e(0x1ed),'showFormula':_0x167c9e(0x1a5),'showR2':_0x167c9e(0x1e1),'formula':_0x167c9e(0x1b7),'r2':_0x167c9e(0x1af)},'bubble':{'xAxis':_0x167c9e(0x1b1),'yAxis':_0x167c9e(0x168),'size':_0x167c9e(0x187),'label':'Bubble\x20label','emptyTips':'Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis'},'relation':{'title':'Relation\x20chart','auto':'Auto','circular':_0x167c9e(0x1a3),'force':_0x167c9e(0x1ea),'useValueAsSymbolSize':_0x167c9e(0x18c),'layoutType':_0x167c9e(0x164),'forceOptions':'Force-directed\x20options','repulsion':_0x167c9e(0x17c),'gravity':_0x167c9e(0x1f1),'edgeLength':_0x167c9e(0x17e),'rotateLabel':_0x167c9e(0x143),'emphasis':_0x167c9e(0x18a),'emptyTips':_0x167c9e(0x150)},'waterfall':{'stackType':_0x167c9e(0x189),'arrangement':_0x167c9e(0x138),'stacked':_0x167c9e(0x15d),'positive':_0x167c9e(0x1e8),'negative':_0x167c9e(0x1d1),'subtotal':_0x167c9e(0x17d),'showSubtotal':_0x167c9e(0x191),'positiveStyle':_0x167c9e(0x155),'negativeStyle':'Negative\x20Style','subtotalStyle':_0x167c9e(0x19c),'positiveLegendText':_0x167c9e(0x197),'negativeLegendText':_0x167c9e(0x1a0),'subtotalLegendText':_0x167c9e(0x16a)},'pareto':{'lineName':'Cumulative\x20Percentage','lineSeries':'Cumulative\x20Percentage\x20Series','barSeries':_0x167c9e(0x1a7)},'visualMapScope':_0x167c9e(0x1f9),'boxplot':{'min':_0x167c9e(0x1f5),'q1':'First\x20quartile','median':_0x167c9e(0x1b6),'q3':_0x167c9e(0x1c0),'max':'Maximum'}},'chartTypes':{'line':'Line\x20chart','area':_0x167c9e(0x136),'areaStacked':'Stacked\x20area\x20chart','areaPercentStacked':_0x167c9e(0x188),'column':'Column\x20chart','bar':'Bar\x20chart','barStacked':_0x167c9e(0x151),'barPercentStacked':_0x167c9e(0x154),'pie':'Pie\x20chart','donut':_0x167c9e(0x169),'scatter':'Scatter\x20chart','radar':_0x167c9e(0x19e),'bubble':_0x167c9e(0x1d0),'stock':_0x167c9e(0x1e3),'combination':_0x167c9e(0x158),'wordCloud':_0x167c9e(0x1ef),'funnel':_0x167c9e(0x163),'relation':_0x167c9e(0x177),'waterfall':'Waterfall\x20chart','pareto':_0x167c9e(0x1f2),'sankey':_0x167c9e(0x14b),'heatmap':_0x167c9e(0x1b8),'boxplot':_0x167c9e(0x1fd)},'dialog':{'numfmt':{'general':'General','accounting':_0x167c9e(0x19f),'currency':_0x167c9e(0x16d),'date':_0x167c9e(0x166),'thousandthPercentile':_0x167c9e(0x1ca),'fieldSetting':_0x167c9e(0x180),'formatTypes':_0x167c9e(0x1b4),'confirm':'OK','cancel':_0x167c9e(0x1d4),'generalDesc':'General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','accountingDesc':'Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','currencyDesc':_0x167c9e(0x1fa),'dateDesc':_0x167c9e(0x17b),'thousandthPercentileDesc':'Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','decimalPlaces':'Decimal\x20Places','currencyTypes':_0x167c9e(0x1f6),'negativeNumberTypes':_0x167c9e(0x200),'dateTypes':_0x167c9e(0x16b)},'setFormat':_0x167c9e(0x13f)}};}));function _0x570f(_0x50de92,_0x3c4dbf){_0x50de92=_0x50de92-0x136;var _0x5a3149=_0x5a31();var _0x570ff5=_0x5a3149[_0x50de92];return _0x570ff5;}function _0x5a31(){var _0x2cf2e6=['Cancel','Data\x20point\x20style','5691654IqXpjo','Single','function','Label\x20rotate','Show\x20empty\x20cells\x20as','Series\x20{0}','24XMUoff','Sub\x20title','{0}\x20with\x20thickness','Right\x20axis','Max','Show\x20R\x20squared','Solid','Stock\x20chart','Empty\x20square','Line\x20dash\x20type','2661dEVqdB','gaps','Positive','Stack','Force-directed','Rectangle','Axis','Moving\x20average\x20period','Data\x20range','Word\x20cloud\x20chart','zero','Gravity','Pareto\x20chart','8vOxgEP','4906rbgbju','Minimum','Currency\x20Types','Moving\x20average','Fill','Visual\x20map\x20scope','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Value\x20scale','Exponential','Boxplot\x20chart','9414530eBnxFH','Round\x20rectangle','Negative\x20Number\x20Types','Title\x20position','Area\x20chart','Show\x20axis\x20line','Sequential','Trendline\x20type','{0}\x20with\x20type','Major\x20tick','Word\x20cloud','Multiple','Trendline\x20name','Set\x20label\x20format','Smooth','Diamond','Outside','Rotate\x20label','Data\x20point','Right\x20Y-axis\x20title','Close','Bottom','amd','Add\x20data\x20point','UniverProSheetsChartUiEsES','Sankey\x20chart','Reset','Use\x20date\x20axis','Gridlines\x20and\x20ticks','Empty\x20diamond','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Stacked\x20bar\x20chart','Show\x20data\x20labels','Trendline\x20dash\x20type','Percent\x20stacked\x20bar\x20chart','Positive\x20Style','Gradient\x20fill','Rose\x20pie','Combination\x20chart','45756QLhwup','Use\x20{0}\x20as\x20category','{0}\x20with\x20size','Title\x20format','Stacked','X-axis\x20title','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','None','Vertical\x20axis','Category','Funnel\x20chart','Layout\x20type','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Date','Percent\x20stack','Y-axis','Donut\x20chart','Subtotal\x20Legend\x20Text','Date\x20Types','(Blank)','Currency','Square','Connect\x20data\x20points\x20with\x20straight\x20lines','Polynomial','Label\x20position','Indicator\x20line','3YxmShU','Tick\x20position','Start','Hide\x20chart\x20panel','Relation\x20chart','Linear','Arrow','Indicator\x20value','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Repulsion','Subtotal','Node\x20distance','Line','Field\x20Settings','Major\x20gridlines','Pin','Chart\x20type','Use\x20right\x20axis','Data\x20node\x20shape','Right','Bubble\x20size','Percent\x20stacked\x20area\x20chart','Stack\x20Type','Enable\x20selection\x20fade-in\x20effect','{0}\x20with\x20opacity','Use\x20value\x20as\x20node\x20size','1772812YqEkEw','Trendline\x20color','Indicator\x20line\x20color','Chart\x20style','Show\x20Subtotal','Setup','Digital\x20fixed','Label\x20text','{0}\x20with\x20color','Word\x20cloud\x20shape','Positive\x20Legend\x20Text','2079170lPWGcV','Add\x20trendline','Indicator\x20line\x20type','Series','Subtotal\x20Style','All\x20series','Radar\x20chart','Accounting','Negative\x20Legend\x20Text','Main\x20title','End','Circular','Middle','Show\x20formula','Left\x20axis','Bar\x20Chart\x20Series','Word','Point','Top','{0}\x20with\x20shape','Trendline\x20thickness','Color','Trendline','R\x20squared','Default','X-axis','Frequency','Indicator\x20label','Format\x20Types','Use\x20absolute\x20value','Median','Formula','Heatmap','Right\x20vertical\x20axis','Step','Background\x20color','Show\x20label\x20line','Legend\x20select\x20mode','Left','Y-axis\x20title','Third\x20quartile','Circle','294gnbJdS','Title','Polynomial\x20order','exports','Triangle','Add\x20series','Center','1500408IoIAeh','Thousandth\x20Percentile','Polygon','Gap','Piecewise','Empty\x20triangle','Insert\x20chart','Bubble\x20chart','Negative','Axis\x20title\x20align','Show\x20labels'];_0x5a31=function(){return _0x2cf2e6;};return _0x5a31();}
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 _0x1245(_0x5ee40d,_0x566fb2){_0x5ee40d=_0x5ee40d-0x1e0;var _0xcfaa2a=_0xcfaa();var _0x12459c=_0xcfaa2a[_0x5ee40d];return _0x12459c;}function _0xcfaa(){var _0xcc5be7=['Spacing','Horizontal\x20Axis','Show\x20Zero\x20Axis','Cancel','11995624jqmuZN','Line','Custom\x20Value','exports','Negative\x20Point','Select\x20Placement','Soft','Vertical\x20Axis','3355720cXdjPD','W/L','Remove\x20Sparkline','Fresh','Marker','Zero\x20Value','Sparkline\x20Settings','Manager','Custom','114CNoYCJ','Specialty','5508282jwWsSM','Display\x20Non-Numeric\x20Cells\x20As','Axis\x20Color','Ungroup','Show\x20Hidden\x20Data','Edit\x20Sparkline','Group','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20a\x20single\x20placement','UniverProSheetsSparklineUiEsES','Standard','8227639hDQXgi','582640jLaXok','Use\x20Group\x20Maximum\x20Value','Data\x20Range\x20and\x20Position','Minimum\x20Value','Connect\x20Data\x20Points\x20with\x20a\x20Line','Theme','Low\x20Point','Gradient\x20Fill','Draw\x20Data\x20from\x20Right\x20to\x20Left','Bar','9915UIikNx','Show\x20Rounded\x20Corners','Confirm','Line\x20Width','Display\x20Empty\x20Cells\x20As','Distinctive','994915BvIRNJ','High\x20Point','Advanced\x20Settings','Sparkline','Group\x20Manager','Default','More\x20Settings'];_0xcfaa=function(){return _0xcc5be7;};return _0xcfaa();}(function(_0x22a4ef,_0x4ddff6){var _0x3431bf=_0x1245,_0x49de74=_0x22a4ef();while(!![]){try{var _0x26bb90=parseInt(_0x3431bf(0x212))/0x1+parseInt(_0x3431bf(0x1f5))/0x2*(parseInt(_0x3431bf(0x20c))/0x3)+-parseInt(_0x3431bf(0x1ec))/0x4+-parseInt(_0x3431bf(0x202))/0x5+parseInt(_0x3431bf(0x1f7))/0x6+parseInt(_0x3431bf(0x201))/0x7+-parseInt(_0x3431bf(0x1e4))/0x8;if(_0x26bb90===_0x4ddff6)break;else _0x49de74['push'](_0x49de74['shift']());}catch(_0x4d4c1a){_0x49de74['push'](_0x49de74['shift']());}}}(_0xcfaa,0xc8a35),function(_0x24366c,_0x147afe){var _0x350ecc=_0x1245;typeof exports=='object'&&typeof module<'u'?module[_0x350ecc(0x1e7)]=_0x147afe():typeof define=='function'&&define['amd']?define([],_0x147afe):(_0x24366c=typeof globalThis<'u'?globalThis:_0x24366c||self,_0x24366c[_0x350ecc(0x1ff)]=_0x147afe());}(this,function(){var _0x2875be=_0x1245;return{'sheets-sparkline':{'title':_0x2875be(0x215),'remove':_0x2875be(0x1ee),'edit':_0x2875be(0x1fc),'panel':{'title':_0x2875be(0x1f2),'basic':'Basic\x20Settings','advanced':_0x2875be(0x214),'sourceAndPosition':_0x2875be(0x204),'type':'Type','line':_0x2875be(0x1e5),'bar':_0x2875be(0x20b),'pie':'Pie','profitAndLoss':_0x2875be(0x1ed),'theme':_0x2875be(0x207),'standard':_0x2875be(0x200),'custom':_0x2875be(0x1f4),'specialty':_0x2875be(0x1f6),'distinctive':_0x2875be(0x211),'soft':_0x2875be(0x1ea),'fresh':_0x2875be(0x1ef),'adjustStyle':'Adjust\x20Style','sparklineColor':'Sparkline\x20Color','lineWidth':_0x2875be(0x20f),'gradient':_0x2875be(0x209),'radius':_0x2875be(0x20d),'marker':_0x2875be(0x1f0),'highPoint':_0x2875be(0x213),'lowPoint':_0x2875be(0x208),'firstPoint':'First\x20Point','lastPoint':'Last\x20Point','negativePoint':_0x2875be(0x1e8),'markersPoint':'Markers','manager':_0x2875be(0x1f3),'removeItem':'Remove\x20Item','removeGroup':'Remove\x20Group','composeManager':_0x2875be(0x216),'compose':_0x2875be(0x1fd),'unCompose':_0x2875be(0x1fa),'horizontal':_0x2875be(0x1e1),'showZeroAxis':_0x2875be(0x1e2),'axisColor':_0x2875be(0x1f9),'reverse':_0x2875be(0x20a),'vertical':_0x2875be(0x1eb),'min':_0x2875be(0x205),'itemMin':'Use\x20Each\x20Sparkline’s\x20Minimum\x20Value','groupMin':'Use\x20Group\x20Minimum\x20Value','customMin':_0x2875be(0x1e6),'max':'Maximum\x20Value','itemMax':'Use\x20Each\x20Sparkline’s\x20Maximum\x20Value','groupMax':_0x2875be(0x203),'customMax':_0x2875be(0x1e6),'moreSetting':_0x2875be(0x218),'showHidden':_0x2875be(0x1fb),'showEmptyAs':_0x2875be(0x210),'showNonNumAs':_0x2875be(0x1f8),'spacing':_0x2875be(0x1e0),'zeroValue':_0x2875be(0x1f1),'connectWithLine':_0x2875be(0x206),'default':_0x2875be(0x217)},'selector':{'title':_0x2875be(0x1fc),'changeType':'Change\x20Type','sparkline':'Sparkline','sparklineGroup':'Sparkline\x20Group','setSource':'Select\x20Data\x20Range','setTarget':_0x2875be(0x1e9),'confirm':_0x2875be(0x20e),'cancel':_0x2875be(0x1e3),'targetError':'Invalid\x20target\x20range','singleSourceError':'Multi-selection\x20is\x20not\x20supported\x20when\x20editing\x20a\x20single\x20sparkline','multSourceError':'Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20multiple\x20areas','resetSourceError':_0x2875be(0x1fe)}}};}));
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 _0x3fe8(_0x32f7ea,_0x4ed14f){_0x32f7ea=_0x32f7ea-0x152;var _0x35523d=_0x3552();var _0x3fe8b3=_0x35523d[_0x32f7ea];return _0x3fe8b3;}function _0x3552(){var _0x4fed46=['Connector','function','Top','Off-page\x20Connector','Toggle\x20Vertical\x20Flip','Action\x20Button:\x20End','Plaque','Callout\x203','Color','Toggle\x20Horizontal\x20Flip','Line\x20Callout\x202','Cylinder','Heart','Right\x20Arrow','Left\x20Brace','Hide\x20Shape\x20Panel','Action\x20Button:\x20Return','Pattern\x20fill','Internal\x20Storage','Not\x20Equal','Accent\x20Border\x20Callout\x201','Right\x20Arrow\x20Callout','Elbow\x20Arrow\x20Connector','Double\x20Arrow\x20Elbow\x20Connector','Toggle\x20Text\x20Vertical','Line\x20Arrow','Line\x20Callout\x201','Explosion\x202','Curved\x20Left\x20Arrow','Half\x20Frame','Cloud\x20Callout','Minus','Accent\x20Border\x20Callout\x202','Callout\x202','Long\x20Dash\x20Dot','Bent-Up\x20Arrow','Oval\x20Arrow','Down\x20Arrow\x20Callout','Left-Right\x20Ribbon','Diamond','Curved\x20Right\x20Arrow','L-Shape','Fill','Parallelogram','Small','Action\x20Button:\x20Movie','Scale\x20X','Trapezoid','Curved\x20Down\x20Arrow','Data','Equal','Collate','Bottom','Insert...','Left-Up\x20Arrow','Curved\x20Up\x20Ribbon','Predefined\x20Process','Action\x20Button:\x20Blank','Flat','12-Point\x20Star','1991025GYAVVF','Long\x20Dash','Left\x20Arrow\x20Callout','Left','Bevel','Lightning\x20Bolt','Hexagon','Top\x20Right','975558yhCvPx','Right','Basic\x20Shapes','Document','Scale\x20Y','No\x20fill','Rectangles','Up-Down\x20Arrow\x20Callout','Rounded\x20Rectangular\x20Callout','Snip\x20and\x20Round\x20Single\x20Corner\x20Rectangle','Donut','Offset\x20X','12IWSfrN','Action\x20Button:\x20Help','Chart\x20X','Accent\x20Callout\x203','Curved','Double\x20Bracket','Bottom\x20Right','Callouts','16PimTwG','Octagon','Rotate\x20Left\x2090°','Folded\x20Corner','Solid\x20fill','Pentagon','Accent\x20Border\x20Callout\x203','8-Point\x20Star','Begin\x20Arrow\x20type','Miter','Multiply','Magnetic\x20Disk','Begin\x20Arrow\x20size','Action\x20Button:\x20Document','Rectangle','No\x20line','Left-Right\x20Arrow','Horizontal\x20Scroll','7644644FYKDtF','Tile\x20picture\x20as\x20texture','Square','Right\x20Bracket','exports','Manual\x20Operation','None','Bottom\x20Left','Left-Right\x20Arrow\x20Callout','Notched\x20Right\x20Arrow','Line\x20Callout\x203','Equation\x20Shapes','Left\x20Bracket','35401DtIyFw','Medium','Chart\x20Star','Width','Curved\x20Connector','UniverProSheetsShapeUiEsES','Chord','Display','Others','Chart\x20Plus','Decagon','Snip\x20Diagonal\x20Corner\x20Rectangle','6-Point\x20Star','Open\x20Shape\x20Panel','Sun','Block\x20Arrows','Cross','Stored\x20Data','Diamond\x20Arrow','Line\x20Inverse','Stars\x20and\x20Banners','Rotate\x20with\x20shape','Oval\x20Callout','U-Turn\x20Arrow','Snip\x20Single\x20Corner\x20Rectangle','29134690WxohwH','Image\x20source','Curved\x20Down\x20Ribbon','Terminator','Curved\x20Arrow\x20Connector','Square\x20Tabs','Left-Right\x20Circular\x20Arrow','Divide','Dash','Alternate\x20Process','Shape','Left-Right-Up\x20Arrow','Smiley\x20Face','Delete\x20Shape','Solid','Round\x20Diagonal\x20Corner\x20Rectangle','Offline\x20Storage','Curved\x20Up\x20Arrow','Square\x20Dot','Gear\x206','Round','Sketch\x20style','Vertical\x20Scroll','Oval','Accent\x20Callout\x201','Gear\x209','Explosion\x201','Round\x20Single\x20Corner\x20Rectangle','Dash\x20Dot','Delay','Gradient\x20line','Non-isosceles\x20Trapezoid','104ssohkm','Lines','Solid\x20line','Diagonal\x20Stripe','End\x20Arrow\x20type','Line','Manual\x20Input','Hand-drawn','Rectangular\x20Callout','Plaque\x20Tabs','Dash\x20type','Heptagon','Decision','Bent\x20Arrow','Double\x20Arrow\x20Curved\x20Connector','Up\x20Arrow','Chevron','Sort','amd','Right\x20Brace','Snip\x20Same\x20Side\x20Corner\x20Rectangle','2255915guQXDu','Up\x20Arrow\x20Callout','Striped\x20Right\x20Arrow','Dodecagon','Cloud','Rotate\x20Right\x2090°','Shape\x20Position','Sequential\x20Access\x20Storage','Offset\x20Y','Right\x20Triangle','Transparency','24-Point\x20Star','Round\x20Dot','Format\x20Shape','Direct\x20Access\x20Storage','Action\x20Button:\x20Home','Multidocument','9147528RyrsuR','Double\x20Arrow\x20Line','Pie','Accent\x20Callout\x202','Freehand','Up-Down\x20Arrow','Action\x20Button:\x20Sound','Arc','Insert\x20Shape','Gradient\x20fill'];_0x3552=function(){return _0x4fed46;};return _0x3552();}(function(_0x58c3aa,_0x4b6ae0){var _0x3f2bd2=_0x3fe8,_0x261ebe=_0x58c3aa();while(!![]){try{var _0x22fea7=-parseInt(_0x3f2bd2(0x200))/0x1*(-parseInt(_0x3f2bd2(0x159))/0x2)+parseInt(_0x3f2bd2(0x1cd))/0x3+parseInt(_0x3f2bd2(0x1d9))/0x4*(-parseInt(_0x3f2bd2(0x16e))/0x5)+parseInt(_0x3f2bd2(0x17f))/0x6+parseInt(_0x3f2bd2(0x1f3))/0x7+parseInt(_0x3f2bd2(0x1e1))/0x8*(parseInt(_0x3f2bd2(0x1c5))/0x9)+-parseInt(_0x3f2bd2(0x219))/0xa;if(_0x22fea7===_0x4b6ae0)break;else _0x261ebe['push'](_0x261ebe['shift']());}catch(_0x5e2d73){_0x261ebe['push'](_0x261ebe['shift']());}}}(_0x3552,0xe9ec6),function(_0x4f9cff,_0xfdcf77){var _0x2ede45=_0x3fe8;typeof exports=='object'&&typeof module<'u'?module[_0x2ede45(0x1f7)]=_0xfdcf77():typeof define==_0x2ede45(0x18a)&&define[_0x2ede45(0x16b)]?define([],_0xfdcf77):(_0x4f9cff=typeof globalThis<'u'?globalThis:_0x4f9cff||self,_0x4f9cff[_0x2ede45(0x205)]=_0xfdcf77());}(this,function(){var _0xf4b968=_0x3fe8;return{'sheets-shape':{'title':_0xf4b968(0x223),'insertShape':_0xf4b968(0x187),'openPanel':_0xf4b968(0x20d),'deleteShape':_0xf4b968(0x226),'hidePanel':_0xf4b968(0x198),'formatShape':_0xf4b968(0x17b),'shapeStyle':'Shape\x20Style','shapePosition':_0xf4b968(0x174),'toggleFlipH':_0xf4b968(0x192),'toggleFlipV':_0xf4b968(0x18d),'rotateRight90':_0xf4b968(0x173),'rotateLeft90':_0xf4b968(0x1e3),'toggleTextVertical':_0xf4b968(0x1a1),'fill':{'title':_0xf4b968(0x1b3),'noFill':_0xf4b968(0x1d2),'solidFill':_0xf4b968(0x1e5),'gradientFill':_0xf4b968(0x188),'pictureFill':'Picture\x20or\x20texture\x20fill','patternFill':_0xf4b968(0x19a),'color':_0xf4b968(0x191),'transparency':_0xf4b968(0x178),'picture':{'source':_0xf4b968(0x21a),'insert':_0xf4b968(0x1be),'tileAsTexture':_0xf4b968(0x1f4),'offsetX':_0xf4b968(0x1d8),'offsetY':_0xf4b968(0x176),'scaleX':_0xf4b968(0x1b7),'scaleY':_0xf4b968(0x1d1),'alignment':'Alignment','rotateWithShape':_0xf4b968(0x215),'align':{'tl':'Top\x20Left','t':_0xf4b968(0x18b),'tr':_0xf4b968(0x1cc),'l':_0xf4b968(0x1c8),'ctr':'Center','r':_0xf4b968(0x1ce),'bl':_0xf4b968(0x1fa),'b':_0xf4b968(0x1bd),'br':_0xf4b968(0x1df)}}},'line':{'title':_0xf4b968(0x15e),'noLine':_0xf4b968(0x1f0),'solidLine':_0xf4b968(0x15b),'gradientLine':_0xf4b968(0x157),'color':_0xf4b968(0x191),'transparency':'Transparency','width':_0xf4b968(0x203),'dashType':{'title':_0xf4b968(0x163),'solid':_0xf4b968(0x227),'roundDot':_0xf4b968(0x17a),'squareDot':_0xf4b968(0x22b),'dash':_0xf4b968(0x221),'dashDot':_0xf4b968(0x155),'longDash':_0xf4b968(0x1c6),'longDashDot':_0xf4b968(0x1ab),'longDashDotDot':'Long\x20Dash\x20Dot\x20Dot'},'capType':{'title':'Cap\x20type','flat':_0xf4b968(0x1c3),'round':_0xf4b968(0x22d),'square':_0xf4b968(0x1f5)},'joinType':{'title':'Join\x20type','miter':_0xf4b968(0x1ea),'round':_0xf4b968(0x22d),'bevel':_0xf4b968(0x1c9)},'beginArrowType':_0xf4b968(0x1e9),'beginArrowSize':_0xf4b968(0x1ed),'endArrowType':_0xf4b968(0x15d),'endArrowSize':'End\x20Arrow\x20size','arrowType':{'none':_0xf4b968(0x1f9),'arrow':'Arrow','openArrow':'Open\x20Arrow','stealthArrow':'Stealth\x20Arrow','diamondArrow':_0xf4b968(0x212),'ovalArrow':_0xf4b968(0x1ad)},'arrowSize':{'small':_0xf4b968(0x1b5),'medium':_0xf4b968(0x201),'large':'Large'},'sketchType':{'title':_0xf4b968(0x22e),'none':_0xf4b968(0x1f9),'curved':_0xf4b968(0x1dd),'freehand':_0xf4b968(0x183),'handDrawn':_0xf4b968(0x160)}}},'shape':{'group':{'line':_0xf4b968(0x15a),'rectangle':_0xf4b968(0x1d3),'basicShape':_0xf4b968(0x1cf),'blockArrow':_0xf4b968(0x20f),'equationShape':_0xf4b968(0x1fe),'flowchart':'Flowchart','starAndBanner':_0xf4b968(0x214),'callout':_0xf4b968(0x1e0),'other':_0xf4b968(0x208)},'type':{'line':_0xf4b968(0x15e),'straight-connector1':_0xf4b968(0x1a2),'straight-connector2':_0xf4b968(0x180),'bent-connector3':'Elbow\x20Connector','bent-connector3-arrow1':_0xf4b968(0x19f),'bent-connector3-arrow2':_0xf4b968(0x1a0),'curved-connector3':_0xf4b968(0x204),'curved-connector3-arrow1':_0xf4b968(0x21d),'curved-connector3-arrow2':_0xf4b968(0x167),'rect':_0xf4b968(0x1ef),'round-rect':'Rounded\x20Rectangle','snip1-rect':_0xf4b968(0x218),'snip2-same-rect':_0xf4b968(0x16d),'snip2-diag-rect':_0xf4b968(0x20b),'snip-round-rect':_0xf4b968(0x1d6),'round1-rect':_0xf4b968(0x154),'round2-same-rect':'Round\x20Same\x20Side\x20Corner\x20Rectangle','round2-diag-rect':_0xf4b968(0x228),'rect-textbox-horizontal':'Horizontal\x20Text\x20Box','rect-textbox-vertical':'Vertical\x20Text\x20Box','ellipse':_0xf4b968(0x230),'triangle':'Isosceles\x20Triangle','rt-triangle':_0xf4b968(0x177),'parallelogram':_0xf4b968(0x1b4),'trapezoid':_0xf4b968(0x1b8),'non-isosceles-trapezoid':_0xf4b968(0x158),'diamond':_0xf4b968(0x1b0),'pentagon':_0xf4b968(0x1e6),'hexagon':_0xf4b968(0x1cb),'heptagon':_0xf4b968(0x164),'octagon':_0xf4b968(0x1e2),'decagon':_0xf4b968(0x20a),'dodecagon':_0xf4b968(0x171),'pie':_0xf4b968(0x181),'chord':_0xf4b968(0x206),'teardrop':'Teardrop','frame':'Frame','half-frame':_0xf4b968(0x1a6),'corner':_0xf4b968(0x1b2),'diag-stripe':_0xf4b968(0x15c),'plus':_0xf4b968(0x210),'plaque':_0xf4b968(0x18f),'can':_0xf4b968(0x194),'cube':'Cube','bevel':_0xf4b968(0x1c9),'donut':_0xf4b968(0x1d7),'no-smoking':'No\x20Smoking','block-arc':'Block\x20Arc','folder-corner':_0xf4b968(0x1e4),'smiley-face':_0xf4b968(0x225),'heart':_0xf4b968(0x195),'lightning-bolt':_0xf4b968(0x1ca),'sun':_0xf4b968(0x20e),'moon':'Moon','cloud':_0xf4b968(0x172),'arc':_0xf4b968(0x186),'bracket-pair':_0xf4b968(0x1de),'brace-pair':'Double\x20Brace','left-bracket':_0xf4b968(0x1ff),'right-bracket':_0xf4b968(0x1f6),'left-brace':_0xf4b968(0x197),'right-brace':_0xf4b968(0x16c),'right-arrow':_0xf4b968(0x196),'left-arrow':'Left\x20Arrow','up-arrow':_0xf4b968(0x168),'down-arrow':'Down\x20Arrow','left-right-arrow':_0xf4b968(0x1f1),'up-down-arrow':_0xf4b968(0x184),'quad-arrow':'Quad\x20Arrow','left-right-up-arrow':_0xf4b968(0x224),'bent-arrow':_0xf4b968(0x166),'uturn-arrow':_0xf4b968(0x217),'left-up-arrow':_0xf4b968(0x1bf),'bent-up-arrow':_0xf4b968(0x1ac),'curved-right-arrow':_0xf4b968(0x1b1),'curved-left-arrow':_0xf4b968(0x1a5),'curved-up-arrow':_0xf4b968(0x22a),'curved-down-arrow':_0xf4b968(0x1b9),'striped-right-arrow':_0xf4b968(0x170),'notched-right-arrow':_0xf4b968(0x1fc),'home-plate':_0xf4b968(0x1e6),'chevron':_0xf4b968(0x169),'right-arrow-callout':_0xf4b968(0x19e),'down-arrow-callout':_0xf4b968(0x1ae),'left-arrow-callout':_0xf4b968(0x1c7),'up-arrow-callout':_0xf4b968(0x16f),'left-right-arrow-callout':_0xf4b968(0x1fb),'quad-arrow-callout':'Quad\x20Arrow\x20Callout','circular-arrow':'Circular\x20Arrow','math-plus':'Plus','math-minus':_0xf4b968(0x1a8),'math-multiply':_0xf4b968(0x1eb),'math-divide':_0xf4b968(0x220),'math-equal':_0xf4b968(0x1bb),'math-not-equal':_0xf4b968(0x19c),'flow-chart-process':'Process','flow-chart-alternate-process':_0xf4b968(0x222),'flow-chart-decision':_0xf4b968(0x165),'flow-chart-input-output':_0xf4b968(0x1ba),'flow-chart-predefined-process':_0xf4b968(0x1c1),'flow-chart-internal-storage':_0xf4b968(0x19b),'flow-chart-document':_0xf4b968(0x1d0),'flow-chart-multidocument':_0xf4b968(0x17e),'flow-chart-terminator':_0xf4b968(0x21c),'flow-chart-preparation':'Preparation','flow-chart-manual-input':_0xf4b968(0x15f),'flow-chart-manual-operation':_0xf4b968(0x1f8),'flow-chart-connector':_0xf4b968(0x189),'flow-chart-offpage-connector':_0xf4b968(0x18c),'flow-chart-punched-card':'Card','flow-chart-punched-tape':'Punched\x20Tape','flow-chart-summing-junction':'Summing\x20Junction','flow-chart-or':'Or','flow-chart-collate':_0xf4b968(0x1bc),'flow-chart-sort':_0xf4b968(0x16a),'flow-chart-extract':'Extract','flow-chart-merge':'Merge','flow-chart-online-storage':_0xf4b968(0x211),'flow-chart-delay':_0xf4b968(0x156),'flow-chart-magnetic-tape':_0xf4b968(0x175),'flow-chart-magnetic-disk':_0xf4b968(0x1ec),'flow-chart-magnetic-drum':_0xf4b968(0x17c),'flow-chart-display':_0xf4b968(0x207),'irregular-seal1':_0xf4b968(0x153),'irregular-seal2':_0xf4b968(0x1a4),'star4':'4-Point\x20Star','star5':'5-Point\x20Star','star6':_0xf4b968(0x20c),'star7':'7-Point\x20Star','star8':_0xf4b968(0x1e8),'star10':'10-Point\x20Star','star12':_0xf4b968(0x1c4),'star16':'16-Point\x20Star','star24':_0xf4b968(0x179),'star32':'32-Point\x20Star','ribbon2':'Up\x20Ribbon','ribbon':'Down\x20Ribbon','ellipse-ribbon2':_0xf4b968(0x1c0),'ellipse-ribbon':_0xf4b968(0x21b),'vertical-scroll':_0xf4b968(0x22f),'horizontal-scroll':_0xf4b968(0x1f2),'wave':'Wave','double-wave':'Double\x20Wave','wedge-rect-callout':_0xf4b968(0x161),'wedge-round-rect-callout':_0xf4b968(0x1d5),'wedge-ellipse-callout':_0xf4b968(0x216),'cloud-callout':_0xf4b968(0x1a7),'border-callout1':_0xf4b968(0x1a3),'border-callout2':_0xf4b968(0x193),'border-callout3':_0xf4b968(0x1fd),'accent-callout1':_0xf4b968(0x231),'accent-callout2':_0xf4b968(0x182),'accent-callout3':_0xf4b968(0x1dc),'callout1':'Callout\x201','callout2':_0xf4b968(0x1aa),'callout3':_0xf4b968(0x190),'accent-border-callout1':_0xf4b968(0x19d),'accent-border-callout2':_0xf4b968(0x1a9),'accent-border-callout3':_0xf4b968(0x1e7),'left-circular-arrow':'Left\x20Circular\x20Arrow','left-right-circular-arrow':_0xf4b968(0x21f),'swoosh-arrow':'Swoosh\x20Arrow','left-right-ribbon':_0xf4b968(0x1af),'pie-wedge':'Pie\x20Wedge','funnel':'Funnel','gear6':_0xf4b968(0x22c),'gear9':_0xf4b968(0x152),'corner-tabs':'Corner\x20Tabs','action-button-back-previous':'Action\x20Button:\x20Back\x20or\x20Previous','action-button-forward-next':'Action\x20Button:\x20Forward\x20or\x20Next','action-button-beginning':'Action\x20Button:\x20Beginning','action-button-end':_0xf4b968(0x18e),'action-button-home':_0xf4b968(0x17d),'action-button-information':'Action\x20Button:\x20Information','action-button-return':_0xf4b968(0x199),'action-button-movie':_0xf4b968(0x1b6),'action-button-document':_0xf4b968(0x1ee),'action-button-sound':_0xf4b968(0x185),'action-button-help':_0xf4b968(0x1da),'action-button-blank':_0xf4b968(0x1c2),'chart-plus':_0xf4b968(0x209),'chart-star':_0xf4b968(0x202),'chart-x':_0xf4b968(0x1db),'flow-chart-offline-storage':_0xf4b968(0x229),'line-inv':_0xf4b968(0x213),'plaque-tabs':_0xf4b968(0x162),'square-tabs':_0xf4b968(0x21e),'up-down-arrow-callout':_0xf4b968(0x1d4)}}};}));
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();}
27
+
28
+ // @univerjs-pro/sheets-outline-ui/locale/es-ES
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.'}}};}));
24
30
 
25
31
  // locale/es-ES
26
- (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-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-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.UniverProSheetsPivotEsES,e.UniverProSheetsPivotUiEsES,e.UniverProSheetsPrintEsES,e.UniverProSheetsShapeUiEsES,e.UniverProSheetsSparklineUiEsES))})(this,(function(e,s,r,i,n,t,o,u,h){"use strict";return e.mergeLocales(s,r,i,n,t,o,u,h)}));
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)}));