@univerjs/preset-sheets-advanced 0.24.0 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/lib/cjs/locales/ar-SA.js +1 -0
  2. package/lib/cjs/locales/ca-ES.js +1 -1
  3. package/lib/cjs/locales/de-DE.js +1 -0
  4. package/lib/cjs/locales/en-US.js +1 -1
  5. package/lib/cjs/locales/es-ES.js +1 -1
  6. package/lib/cjs/locales/fa-IR.js +1 -1
  7. package/lib/cjs/locales/fr-FR.js +1 -1
  8. package/lib/cjs/locales/id-ID.js +1 -0
  9. package/lib/cjs/locales/it-IT.js +1 -0
  10. package/lib/cjs/locales/ja-JP.js +1 -1
  11. package/lib/cjs/locales/ko-KR.js +1 -1
  12. package/lib/cjs/locales/pl-PL.js +1 -0
  13. package/lib/cjs/locales/pt-BR.js +1 -0
  14. package/lib/cjs/locales/ru-RU.js +1 -1
  15. package/lib/cjs/locales/sk-SK.js +1 -1
  16. package/lib/cjs/locales/vi-VN.js +1 -1
  17. package/lib/cjs/locales/zh-CN.js +1 -1
  18. package/lib/cjs/locales/zh-HK.js +1 -0
  19. package/lib/cjs/locales/zh-TW.js +1 -1
  20. package/lib/es/locales/ar-SA.js +26 -0
  21. package/lib/es/locales/ca-ES.js +9 -7
  22. package/lib/es/locales/de-DE.js +26 -0
  23. package/lib/es/locales/en-US.js +11 -9
  24. package/lib/es/locales/es-ES.js +9 -7
  25. package/lib/es/locales/fa-IR.js +9 -7
  26. package/lib/es/locales/fr-FR.js +9 -7
  27. package/lib/es/locales/id-ID.js +26 -0
  28. package/lib/es/locales/it-IT.js +26 -0
  29. package/lib/es/locales/ja-JP.js +9 -7
  30. package/lib/es/locales/ko-KR.js +9 -7
  31. package/lib/es/locales/pl-PL.js +26 -0
  32. package/lib/es/locales/pt-BR.js +26 -0
  33. package/lib/es/locales/ru-RU.js +9 -7
  34. package/lib/es/locales/sk-SK.js +9 -7
  35. package/lib/es/locales/vi-VN.js +9 -7
  36. package/lib/es/locales/zh-CN.js +9 -7
  37. package/lib/es/locales/zh-HK.js +26 -0
  38. package/lib/es/locales/zh-TW.js +9 -7
  39. package/lib/locales/ar-SA.js +26 -0
  40. package/lib/locales/ca-ES.js +9 -7
  41. package/lib/locales/de-DE.js +26 -0
  42. package/lib/locales/en-US.js +11 -9
  43. package/lib/locales/es-ES.js +9 -7
  44. package/lib/locales/fa-IR.js +9 -7
  45. package/lib/locales/fr-FR.js +9 -7
  46. package/lib/locales/id-ID.js +26 -0
  47. package/lib/locales/it-IT.js +26 -0
  48. package/lib/locales/ja-JP.js +9 -7
  49. package/lib/locales/ko-KR.js +9 -7
  50. package/lib/locales/pl-PL.js +26 -0
  51. package/lib/locales/pt-BR.js +26 -0
  52. package/lib/locales/ru-RU.js +9 -7
  53. package/lib/locales/sk-SK.js +9 -7
  54. package/lib/locales/vi-VN.js +9 -7
  55. package/lib/locales/zh-CN.js +9 -7
  56. package/lib/locales/zh-HK.js +26 -0
  57. package/lib/locales/zh-TW.js +9 -7
  58. package/lib/types/locales/ar-SA.d.ts +4 -0
  59. package/lib/types/locales/de-DE.d.ts +4 -0
  60. package/lib/types/locales/id-ID.d.ts +4 -0
  61. package/lib/types/locales/it-IT.d.ts +4 -0
  62. package/lib/types/locales/pl-PL.d.ts +4 -0
  63. package/lib/types/locales/pt-BR.d.ts +4 -0
  64. package/lib/types/locales/zh-HK.d.ts +4 -0
  65. package/lib/umd/index.js +29 -29
  66. package/lib/umd/locales/ar-SA.js +32 -0
  67. package/lib/umd/locales/ca-ES.js +13 -10
  68. package/lib/umd/locales/de-DE.js +32 -0
  69. package/lib/umd/locales/en-US.js +13 -10
  70. package/lib/umd/locales/es-ES.js +13 -10
  71. package/lib/umd/locales/fa-IR.js +13 -10
  72. package/lib/umd/locales/fr-FR.js +13 -10
  73. package/lib/umd/locales/id-ID.js +32 -0
  74. package/lib/umd/locales/it-IT.js +32 -0
  75. package/lib/umd/locales/ja-JP.js +13 -10
  76. package/lib/umd/locales/ko-KR.js +13 -10
  77. package/lib/umd/locales/pl-PL.js +32 -0
  78. package/lib/umd/locales/pt-BR.js +32 -0
  79. package/lib/umd/locales/ru-RU.js +13 -10
  80. package/lib/umd/locales/sk-SK.js +13 -10
  81. package/lib/umd/locales/vi-VN.js +13 -10
  82. package/lib/umd/locales/zh-CN.js +13 -10
  83. package/lib/umd/locales/zh-HK.js +32 -0
  84. package/lib/umd/locales/zh-TW.js +13 -10
  85. package/package.json +24 -24
@@ -1,29 +1,32 @@
1
1
  // @univerjs-pro/exchange-client/locale/zh-TW
2
- function _0x688e(_0x4473ad,_0x535fb3){_0x4473ad=_0x4473ad-0x1b3;var _0x25d6d5=_0x25d6();var _0x688ef4=_0x25d6d5[_0x4473ad];return _0x688ef4;}function _0x25d6(){var _0x148bde=['23187bNWKMP','上傳中','140yxWhWE','請稍等...','另存為','所選檔案\x20[{0}]\x20不支援上傳','7fnpxMD','13IkAXjQ','資料流過大','檔案上傳成功','6bhFmAA','3450bHTpGK','再次上傳','507890FBmsRu','object','7406472areRxS','3000716cBmyDJ','內部未知錯誤','未知錯誤','amd','8921OXgtAF','UniverProExchangeClientZhTW','網路連線中斷,檔案上傳失敗','944271PNErFq','exports','6877128eoxPtQ','function','1niCEik','{0}個檔案上傳成功'];_0x25d6=function(){return _0x148bde;};return _0x25d6();}(function(_0xa2a144,_0x456cd7){var _0x1f73cf=_0x688e,_0x12b203=_0xa2a144();while(!![]){try{var _0x3bc64b=-parseInt(_0x1f73cf(0x1bf))/0x1*(-parseInt(_0x1f73cf(0x1b4))/0x2)+-parseInt(_0x1f73cf(0x1c1))/0x3*(-parseInt(_0x1f73cf(0x1c3))/0x4)+-parseInt(_0x1f73cf(0x1ce))/0x5*(-parseInt(_0x1f73cf(0x1cb))/0x6)+parseInt(_0x1f73cf(0x1c7))/0x7*(-parseInt(_0x1f73cf(0x1b3))/0x8)+parseInt(_0x1f73cf(0x1bb))/0x9+parseInt(_0x1f73cf(0x1cc))/0xa*(parseInt(_0x1f73cf(0x1b8))/0xb)+-parseInt(_0x1f73cf(0x1bd))/0xc*(parseInt(_0x1f73cf(0x1c8))/0xd);if(_0x3bc64b===_0x456cd7)break;else _0x12b203['push'](_0x12b203['shift']());}catch(_0x3cc823){_0x12b203['push'](_0x12b203['shift']());}}}(_0x25d6,0xb91f6),function(_0x155d77,_0x303da2){var _0x523a2c=_0x688e;typeof exports==_0x523a2c(0x1cf)&&typeof module<'u'?module[_0x523a2c(0x1bc)]=_0x303da2():typeof define==_0x523a2c(0x1be)&&define[_0x523a2c(0x1b7)]?define([],_0x303da2):(_0x155d77=typeof globalThis<'u'?globalThis:_0x155d77||self,_0x155d77[_0x523a2c(0x1b9)]=_0x303da2());}(this,function(){var _0xcf7d4a=_0x688e;return{'exchange':{'file':'檔案','upload':'開啟(檔案)','download':_0xcf7d4a(0x1c5),'uploading':_0xcf7d4a(0x1c2),'uploadSuccess':_0xcf7d4a(0x1ca),'uploadSuccessTip':_0xcf7d4a(0x1c0),'downloading':'下載中','downloadSuccess':'下載成功','unknownMistake':_0xcf7d4a(0x1b6),'networkError':'網路異常','tooLarge':_0xcf7d4a(0x1c9),'internalError':_0xcf7d4a(0x1b5),'interrupt':_0xcf7d4a(0x1ba),'fileTypeError':_0xcf7d4a(0x1c6),'wait':_0xcf7d4a(0x1c4),'cancel':'取消','uploadAgain':_0xcf7d4a(0x1cd)}};}));
2
+ function _0x2707(_0x19a877,_0x5c9e26){_0x19a877=_0x19a877-0x1e9;var _0x63aaba=_0x63aa();var _0x2707a0=_0x63aaba[_0x19a877];return _0x2707a0;}(function(_0x1de103,_0x247997){var _0x4e43f7=_0x2707,_0xc2d5a2=_0x1de103();while(!![]){try{var _0x47ef19=-parseInt(_0x4e43f7(0x1ea))/0x1*(-parseInt(_0x4e43f7(0x1f3))/0x2)+-parseInt(_0x4e43f7(0x1ef))/0x3+parseInt(_0x4e43f7(0x1f6))/0x4*(parseInt(_0x4e43f7(0x1f8))/0x5)+parseInt(_0x4e43f7(0x1ec))/0x6+parseInt(_0x4e43f7(0x1eb))/0x7*(parseInt(_0x4e43f7(0x1fd))/0x8)+-parseInt(_0x4e43f7(0x1f1))/0x9+-parseInt(_0x4e43f7(0x1ee))/0xa*(parseInt(_0x4e43f7(0x1fc))/0xb);if(_0x47ef19===_0x247997)break;else _0xc2d5a2['push'](_0xc2d5a2['shift']());}catch(_0x5cd137){_0xc2d5a2['push'](_0xc2d5a2['shift']());}}}(_0x63aa,0x88cb5),function(_0x2afa62,_0x429197){var _0xaf0595=_0x2707;typeof exports=='object'&&typeof module<'u'?module[_0xaf0595(0x1f0)]=_0x429197():typeof define=='function'&&define['amd']?define([],_0x429197):(_0x2afa62=typeof globalThis<'u'?globalThis:_0x2afa62||self,_0x2afa62['UniverProExchangeClientZhTW']=_0x429197());}(this,function(){var _0x275f4b=_0x2707;return{'exchange-client':{'uploading':_0x275f4b(0x1e9),'uploadSuccess':_0x275f4b(0x1f2),'uploadSuccessTip':_0x275f4b(0x1f9),'downloading':_0x275f4b(0x1f7),'downloadSuccess':_0x275f4b(0x1f4),'unknownMistake':_0x275f4b(0x1f5),'networkError':'網路異常','tooLarge':_0x275f4b(0x1fb),'internalError':'內部未知錯誤','interrupt':_0x275f4b(0x1ff),'fileTypeError':_0x275f4b(0x1fe),'wait':_0x275f4b(0x1ed),'cancel':'取消','uploadAgain':_0x275f4b(0x1fa)}};}));function _0x63aa(){var _0x552dac=['上傳中','59024xnKHnM','617722Gqgvbx','4287984UNOKDL','請稍等...','220eQAjiv','1090323NUjxBt','exports','4621194jPjPyv','檔案上傳成功','6hQwhdA','下載成功','未知錯誤','88612DXlEoH','下載中','230jowdDi','{0}個檔案上傳成功','再次上傳','資料流過大','633886bytoFW','72Nipqac','所選檔案\x20[{0}]\x20不支援上傳','網路連線中斷,檔案上傳失敗'];_0x63aa=function(){return _0x552dac;};return _0x63aa();}
3
+
4
+ // @univerjs-pro/sheets-exchange-client/locale/zh-TW
5
+ (function(_0xd0ec4d,_0xbd6d25){var _0x1ede15=_0x5911,_0x56b7b3=_0xd0ec4d();while(!![]){try{var _0x4c45f7=-parseInt(_0x1ede15(0xfc))/0x1+parseInt(_0x1ede15(0xfa))/0x2*(-parseInt(_0x1ede15(0x108))/0x3)+-parseInt(_0x1ede15(0x100))/0x4+parseInt(_0x1ede15(0xfe))/0x5+-parseInt(_0x1ede15(0x104))/0x6+parseInt(_0x1ede15(0x107))/0x7*(parseInt(_0x1ede15(0x101))/0x8)+-parseInt(_0x1ede15(0xfb))/0x9*(-parseInt(_0x1ede15(0x109))/0xa);if(_0x4c45f7===_0xbd6d25)break;else _0x56b7b3['push'](_0x56b7b3['shift']());}catch(_0xa9ff01){_0x56b7b3['push'](_0x56b7b3['shift']());}}}(_0x4eaa,0x656b3),function(_0x13e7b4,_0x48e005){var _0x1ec698=_0x5911;typeof exports==_0x1ec698(0x103)&&typeof module<'u'?module[_0x1ec698(0x106)]=_0x48e005():typeof define==_0x1ec698(0x102)&&define[_0x1ec698(0x105)]?define([],_0x48e005):(_0x13e7b4=typeof globalThis<'u'?globalThis:_0x13e7b4||self,_0x13e7b4[_0x1ec698(0xfd)]=_0x48e005());}(this,function(){var _0x267849=_0x5911;return{'sheets-exchange-client':{'file':'檔案','upload':_0x267849(0xff),'download':'另存為'}};}));function _0x5911(_0x5e3371,_0x162dea){_0x5e3371=_0x5e3371-0xfa;var _0x4eaa37=_0x4eaa();var _0x5911f2=_0x4eaa37[_0x5e3371];return _0x5911f2;}function _0x4eaa(){var _0x8eb8ad=['706394mebfyd','UniverProSheetsExchangeClientZhTW','2140795KcgdLu','開啟(檔案)','297032UEZabW','64ZtHMRx','function','object','3000660ylvotW','amd','exports','359863sznJtg','16233epoHEN','2280BnWgmq','244ZrWBGE','59877iHfdNl'];_0x4eaa=function(){return _0x8eb8ad;};return _0x4eaa();}
3
6
 
4
7
  // @univerjs-pro/sheets-pivot/locale/zh-TW
5
- (function(_0x9fca9a,_0x1ed8da){var _0x3849e0=_0x1db5,_0x1a769c=_0x9fca9a();while(!![]){try{var _0x3590fc=-parseInt(_0x3849e0(0x1d9))/0x1*(-parseInt(_0x3849e0(0x1e5))/0x2)+-parseInt(_0x3849e0(0x1f0))/0x3+parseInt(_0x3849e0(0x1e8))/0x4+-parseInt(_0x3849e0(0x1ed))/0x5*(-parseInt(_0x3849e0(0x1ec))/0x6)+-parseInt(_0x3849e0(0x1ee))/0x7*(-parseInt(_0x3849e0(0x1d7))/0x8)+parseInt(_0x3849e0(0x1f1))/0x9+-parseInt(_0x3849e0(0x1dd))/0xa;if(_0x3590fc===_0x1ed8da)break;else _0x1a769c['push'](_0x1a769c['shift']());}catch(_0x142999){_0x1a769c['push'](_0x1a769c['shift']());}}}(_0xffa6,0xa09f6),function(_0x12525f,_0x430c6f){var _0x3927cc=_0x1db5;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x430c6f():typeof define==_0x3927cc(0x1f6)&&define[_0x3927cc(0x1de)]?define([],_0x430c6f):(_0x12525f=typeof globalThis<'u'?globalThis:_0x12525f||self,_0x12525f['UniverProSheetsPivotZhTW']=_0x430c6f());}(this,function(){var _0x38f505=_0x1db5;return{'sheets-pivot':{'blankValue':_0x38f505(0x1d4),'otherValue':_0x38f505(0x1e2),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0x38f505(0x1dc),'countName':_0x38f505(0x1f4),'countNumsName':_0x38f505(0x1db),'maxName':'最大值項:','minName':_0x38f505(0x1e0),'productName':'乘積項:','stdDevName':'標準差項:','stdDevpName':_0x38f505(0x1eb),'sumName':_0x38f505(0x1df),'varName':_0x38f505(0x1f7),'varpName':'總體方差項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':_0x38f505(0x1f3),'yearQuarter':_0x38f505(0x1ef),'yearMonth':_0x38f505(0x1d6),'yearMonthDate':_0x38f505(0x1f5)},'cellDateGroupDisplay':{'minute':_0x38f505(0x1e6),'hour':_0x38f505(0x1ea),'hourMinute':_0x38f505(0x1e3),'date':_0x38f505(0x1e9),'month':_0x38f505(0x1d5),'monthDate':_0x38f505(0x1e7),'quarter':_0x38f505(0x1da),'year':_0x38f505(0x1e4),'yearMonth':_0x38f505(0x1e1),'yearMonthDate':_0x38f505(0x1f2),'yearQuarter':_0x38f505(0x1d8)}}};}));function _0x1db5(_0x2968ed,_0x20a8fc){_0x2968ed=_0x2968ed-0x1d4;var _0xffa6f0=_0xffa6();var _0x1db587=_0xffa6f0[_0x2968ed];return _0x1db587;}function _0xffa6(){var _0x56a6f7=['6eWMewd','1737085OUSqsG','112fxCwLq','年-季度','1854324zleOdt','6183909bPVFPC','{0}年{1}月{2}日','月-日','計數項:','年-月-日','function','方差項:','(空白)','{0}月','年-月','146728JwsyzV','{0}年{1}季度','1COyvbR','{0}季度','數值計數項:','平均值項:','20569830JJFkQa','amd','求和項:','最小值項:','{0}年{1}月','(其他)','{0}時\x20{1}分','{0}年','1885290XnkJtW','{0}分','{0}月{1}日','4249528TMthJX','{0}日','{0}時','總體標準差項:'];_0xffa6=function(){return _0x56a6f7;};return _0xffa6();}
8
+ function _0x4e59(){var _0x4b00e6=['1378942LOlmhm','{0}時\x20{1}分','最小值項:','22DEbvDt','年-季度','UniverProSheetsPivotZhTW','(其他)','object','總體標準差項:','{0}分','21921jPlGPt','1575gjoOLg','乘積項:','amd','數值計數項:','年-月','最大值項:','324042VSGwcG','{0}年{1}季度','372CuDBvq','exports','{0}時','標準差項:','(空白)','3117015iYyxJS','{0}年{1}月{2}日','{0}年','{0}日','工作表','168fxQUSr','計數項:','平均值項:','{0}月{1}日','方差項:','21672bIIIOe','6730AvYNXv','1810330blPYYA','function'];_0x4e59=function(){return _0x4b00e6;};return _0x4e59();}function _0x4617(_0x4e5b57,_0x7c74d1){_0x4e5b57=_0x4e5b57-0x125;var _0x4e59c5=_0x4e59();var _0x461728=_0x4e59c5[_0x4e5b57];return _0x461728;}(function(_0x2ca2c1,_0x507729){var _0x31f436=_0x4617,_0x4ccb82=_0x2ca2c1();while(!![]){try{var _0x2a130e=-parseInt(_0x31f436(0x12f))/0x1+parseInt(_0x31f436(0x144))/0x2+parseInt(_0x31f436(0x128))/0x3*(parseInt(_0x31f436(0x13b))/0x4)+-parseInt(_0x31f436(0x141))/0x5*(parseInt(_0x31f436(0x131))/0x6)+parseInt(_0x31f436(0x129))/0x7*(parseInt(_0x31f436(0x140))/0x8)+-parseInt(_0x31f436(0x136))/0x9+-parseInt(_0x31f436(0x142))/0xa*(parseInt(_0x31f436(0x147))/0xb);if(_0x2a130e===_0x507729)break;else _0x4ccb82['push'](_0x4ccb82['shift']());}catch(_0x138ed2){_0x4ccb82['push'](_0x4ccb82['shift']());}}}(_0x4e59,0x77a0b),function(_0x5c8710,_0x1d33f5){var _0x40ebbf=_0x4617;typeof exports==_0x40ebbf(0x125)&&typeof module<'u'?module[_0x40ebbf(0x132)]=_0x1d33f5():typeof define==_0x40ebbf(0x143)&&define[_0x40ebbf(0x12b)]?define([],_0x1d33f5):(_0x5c8710=typeof globalThis<'u'?globalThis:_0x5c8710||self,_0x5c8710[_0x40ebbf(0x149)]=_0x1d33f5());}(this,function(){var _0xa76459=_0x4617;return{'sheets-pivot':{'sheet':_0xa76459(0x13a),'blankValue':_0xa76459(0x135),'otherValue':_0xa76459(0x14a),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0xa76459(0x13d),'countName':_0xa76459(0x13c),'countNumsName':_0xa76459(0x12c),'maxName':_0xa76459(0x12e),'minName':_0xa76459(0x146),'productName':_0xa76459(0x12a),'stdDevName':_0xa76459(0x134),'stdDevpName':_0xa76459(0x126),'sumName':'求和項:','varName':_0xa76459(0x13f),'varpName':'總體方差項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':'月-日','yearQuarter':_0xa76459(0x148),'yearMonth':_0xa76459(0x12d),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0xa76459(0x127),'hour':_0xa76459(0x133),'hourMinute':_0xa76459(0x145),'date':_0xa76459(0x139),'month':'{0}月','monthDate':_0xa76459(0x13e),'quarter':'{0}季度','year':_0xa76459(0x138),'yearMonth':'{0}年{1}月','yearMonthDate':_0xa76459(0x137),'yearQuarter':_0xa76459(0x130)}}};}));
6
9
 
7
10
  // @univerjs-pro/sheets-pivot-ui/locale/zh-TW
8
- function _0x5994(){var _0x174833=['每列欄位數','顯示列總計','透視表放置位置','小計與總計','無法編輯受保護的工作表中的數據透視表','顯示欄小計','會計數字格式可對一欄數值進行貨幣符號和小數點對齊。','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','清除篩選','現有工作表','(空白)','最大值','數據源範圍','源字段名:','添加到篩選','匯總方式','插入數據透視表','欄位設定','2883159tpBmrE','小數位數','添加到值','資料透視表','總體標準差','數據源已經更新','不能和源數據重疊','格式類型','UniverProSheetsPivotUiZhTW','先列後欄','移動到欄','移動到列','字段名稱','總體方差','常規格式不包含任何特定的數字格式。','負數類型','數字格式','日期類型','505iOBnqH','最小值','字段設置','顯示列小計','日期格式將日期和時間系列數值顯示為日期值。','排列方向','合併單元格無法插入數據透視表','無效的數據大小','6696256AAxDPM','千分位符','7664489IxrnDg','拖動字段填充為欄','數據源字段','拖動字段填充為列','18774FxpwQX','重複列標籤','1542770BFiCEv','1451979HyPxtV','平均值','標準差','Σ數值','4108512mmJRZR','數據源','列和欄的計算結果','function','顯示欄總計','篩選欄位配置','object','新工作表','請選擇數據源','無法對所選單元格進行此更改,因為它會影響資料透視表。請使用字段列表更改報表。如果您試圖插入或刪除單元格,請移動資料透視表,然後再試。','拖入字段篩選數據','添加到欄','拖動字段到以下區域','amd','1MWFVRD','exports'];_0x5994=function(){return _0x174833;};return _0x5994();}function _0x55da(_0x540342,_0x26ceb8){_0x540342=_0x540342-0x79;var _0x599403=_0x5994();var _0x55dae1=_0x599403[_0x540342];return _0x55dae1;}(function(_0x52b166,_0x1a4d47){var _0x47c0d9=_0x55da,_0x258875=_0x52b166();while(!![]){try{var _0x358a1c=-parseInt(_0x47c0d9(0x88))/0x1*(-parseInt(_0x47c0d9(0xbe))/0x2)+-parseInt(_0x47c0d9(0xbf))/0x3+-parseInt(_0x47c0d9(0x7a))/0x4+parseInt(_0x47c0d9(0xae))/0x5*(-parseInt(_0x47c0d9(0xbc))/0x6)+parseInt(_0x47c0d9(0xb8))/0x7+parseInt(_0x47c0d9(0xb6))/0x8+-parseInt(_0x47c0d9(0x9c))/0x9;if(_0x358a1c===_0x1a4d47)break;else _0x258875['push'](_0x258875['shift']());}catch(_0x46f455){_0x258875['push'](_0x258875['shift']());}}}(_0x5994,0x87b43),function(_0x56dc6c,_0x51ff44){var _0x496c9a=_0x55da;typeof exports==_0x496c9a(0x80)&&typeof module<'u'?module[_0x496c9a(0x89)]=_0x51ff44():typeof define==_0x496c9a(0x7d)&&define[_0x496c9a(0x87)]?define([],_0x51ff44):(_0x56dc6c=typeof globalThis<'u'?globalThis:_0x56dc6c||self,_0x56dc6c[_0x496c9a(0xa4)]=_0x51ff44());}(this,function(){var _0x59a1cd=_0x55da;return{'sheets-pivot-panel':{'title':_0x59a1cd(0x9f),'sourceRangeLabel':_0x59a1cd(0x7b),'sourceRangePlaceholder':_0x59a1cd(0xa1),'sourceFieldTile':_0x59a1cd(0xba),'sourceFieldDescription':_0x59a1cd(0x86),'filter':'篩選','column':'欄','row':'列','value':'值','multipleValue':_0x59a1cd(0x79),'filterDesc':_0x59a1cd(0x84),'columnDesc':_0x59a1cd(0xb9),'rowDesc':_0x59a1cd(0xbb),'valueDesc':_0x59a1cd(0x7c),'addToFilter':_0x59a1cd(0x98),'addToColumn':_0x59a1cd(0x85),'addToRow':'添加到列','addToValue':_0x59a1cd(0x9e),'removeField':'移除字段','filterField':'篩選字段','fieldSettings':_0x59a1cd(0xb0),'moveToRow':_0x59a1cd(0xa7),'moveToColumn':_0x59a1cd(0xa6),'dialog':{'fieldName':_0x59a1cd(0xa8),'sourceName':_0x59a1cd(0x97),'summarizeBy':_0x59a1cd(0x99),'format':_0x59a1cd(0xac),'ok':'確定','cancel':'取消','filter':{'ascending':'升序','descending':'降序','selectAll':'全選','clearFilter':_0x59a1cd(0x92),'blank':_0x59a1cd(0x94),'cancel':'取消','confirm':'確定'},'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x59a1cd(0xb7),'fieldSetting':'字段設置','formatTypes':_0x59a1cd(0xa3),'confirm':'確定','cancel':'取消','generalDesc':_0x59a1cd(0xaa),'accountingDesc':_0x59a1cd(0x90),'currencyDesc':'貨幣格式用於表示一般貨幣數值,會計格式可以對一欄數值進行小數點對齊。','dateDesc':_0x59a1cd(0xb2),'thousandthPercentileDesc':_0x59a1cd(0x91),'decimalPlaces':_0x59a1cd(0x9d),'currencyTypes':'貨幣類型','negativeNumberTypes':_0x59a1cd(0xab),'dateTypes':_0x59a1cd(0xad)},'source':{'insertPivotTable':_0x59a1cd(0x9a),'sourceData':_0x59a1cd(0x96),'position':_0x59a1cd(0x8c),'newSheet':_0x59a1cd(0x81),'existingSheet':_0x59a1cd(0x93),'intersect':_0x59a1cd(0xa2)}},'subtotal':{'average':_0x59a1cd(0xc0),'count':'計數','countNums':'數值計數','max':_0x59a1cd(0x95),'min':_0x59a1cd(0xaf),'product':'乘積','stdDev':_0x59a1cd(0xc1),'stdDevp':_0x59a1cd(0xa0),'sum':'求和','var':'方差','varp':_0x59a1cd(0xa9)},'subTotalText':'匯總','grandTotalText':'總計','fieldPanel':_0x59a1cd(0x9b),'configPanel':'進階選項','config':{'totalsSection':_0x59a1cd(0x8d),'showRowSubtotal':_0x59a1cd(0xb1),'showRowGrandTotal':_0x59a1cd(0x8b),'showColSubtotal':_0x59a1cd(0x8f),'showColGrandTotal':_0x59a1cd(0x7e),'pageSection':_0x59a1cd(0x7f),'pageWrap':_0x59a1cd(0x8a),'pageDirection':_0x59a1cd(0xb3),'pageDownThenOver':'先欄後列','pageOverThenDown':_0x59a1cd(0xa5),'displaySection':'顯示','repeatRowLabels':_0x59a1cd(0xbd)},'perform':{'tips':'提示','info':'目標區域中已有數據,該操作將覆蓋原有數據,是否繼續?','confirm':'確認','cancel':'取消','rowColError':_0x59a1cd(0x83)},'msg':{'emptySourceRange':_0x59a1cd(0x82),'invalidSize':_0x59a1cd(0xb5),'mergeCellError':_0x59a1cd(0xb4),'editCellError':'無法編輯數據透視表中的單元格','permissionError':_0x59a1cd(0x8e)}}};}));
11
+ function _0x2809(){var _0x20c9ad=['數據源已經更新','標準差','拖動字段填充為欄','689328FrEQMv','篩選字段','1848248QEkIsg','93474PLCuiv','340zAqsBi','9612BcFCdd','每列欄位數','最小值項:','無效的數據大小','無法編輯受保護的工作表中的數據透視表','添加到篩選','最大值項:','拖動字段到以下區域','總體方差','現有工作表','小計與總計','方差項:','工作表','先列後欄','5kYrPip','顯示欄小計','清除篩選','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','總體方差項:','目標區域中已有數據,該操作將覆蓋原有數據,是否繼續?','拖入字段篩選數據','重複列標籤','數字格式','添加到列','最大值','平均值','日期格式將日期和時間系列數值顯示為日期值。','無法編輯數據透視表中的單元格','數據源','字段名稱','排列方向','amd','2847825AlZsWI','合併單元格無法插入數據透視表','Σ數值','請選擇數據源','3123792qjwUMB','(空白)','950538DYxYRw','先欄後列','拖動字段填充為列','數據源範圍','千分位符','顯示欄總計','乘積項:','小數位數','數據源字段','新工作表','負數類型','移動到列','匯總方式','function','透視表放置位置','UniverProSheetsPivotUiZhTW','資料透視表','總體標準差項:','格式類型','平均值項:','無法對所選單元格進行此更改,因為它會影響資料透視表。請使用字段列表更改報表。如果您試圖插入或刪除單元格,請移動資料透視表,然後再試。','會計數字格式可對一欄數值進行貨幣符號和小數點對齊。','顯示列小計','移除字段','總體標準差','數值計數','移動到欄','計數項:'];_0x2809=function(){return _0x20c9ad;};return _0x2809();}function _0x311c(_0x1b8e2b,_0x21c433){_0x1b8e2b=_0x1b8e2b-0x135;var _0x280956=_0x2809();var _0x311ce0=_0x280956[_0x1b8e2b];return _0x311ce0;}(function(_0x341759,_0x409aca){var _0x203948=_0x311c,_0x491cdb=_0x341759();while(!![]){try{var _0x2cf7d8=parseInt(_0x203948(0x153))/0x1+-parseInt(_0x203948(0x150))/0x2+-parseInt(_0x203948(0x155))/0x3*(-parseInt(_0x203948(0x154))/0x4)+parseInt(_0x203948(0x163))/0x5*(-parseInt(_0x203948(0x17b))/0x6)+parseInt(_0x203948(0x179))/0x7+parseInt(_0x203948(0x152))/0x8+-parseInt(_0x203948(0x175))/0x9;if(_0x2cf7d8===_0x409aca)break;else _0x491cdb['push'](_0x491cdb['shift']());}catch(_0x18a3c7){_0x491cdb['push'](_0x491cdb['shift']());}}}(_0x2809,0x36965),function(_0x46c4bc,_0x131ef4){var _0x293771=_0x311c;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x131ef4():typeof define==_0x293771(0x13e)&&define[_0x293771(0x174)]?define([],_0x131ef4):(_0x46c4bc=typeof globalThis<'u'?globalThis:_0x46c4bc||self,_0x46c4bc[_0x293771(0x140)]=_0x131ef4());}(this,function(){var _0x4476cd=_0x311c;return{'sheets-pivot-ui':{'sheet':_0x4476cd(0x161),'title':_0x4476cd(0x141),'sourceRangeLabel':_0x4476cd(0x171),'sourceRangePlaceholder':_0x4476cd(0x14d),'sourceFieldTile':_0x4476cd(0x139),'sourceFieldDescription':_0x4476cd(0x15c),'filter':'篩選','column':'欄','row':'列','value':'值','multipleValue':_0x4476cd(0x177),'filterDesc':_0x4476cd(0x169),'columnDesc':_0x4476cd(0x14f),'rowDesc':_0x4476cd(0x17d),'valueDesc':'列和欄的計算結果','addToFilter':_0x4476cd(0x15a),'addToColumn':'添加到欄','addToRow':_0x4476cd(0x16c),'addToValue':'添加到值','removeField':_0x4476cd(0x148),'filterField':_0x4476cd(0x151),'fieldSettings':'字段設置','moveToRow':_0x4476cd(0x13c),'moveToColumn':_0x4476cd(0x14b),'dialog':{'fieldName':_0x4476cd(0x172),'sourceName':'源字段名:','summarizeBy':_0x4476cd(0x13d),'format':_0x4476cd(0x16b),'ok':'確定','cancel':'取消','filter':{'ascending':'升序','descending':'降序','selectAll':'全選','clearFilter':_0x4476cd(0x165),'blank':_0x4476cd(0x17a),'cancel':'取消','confirm':'確定'},'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x4476cd(0x135),'fieldSetting':'字段設置','formatTypes':_0x4476cd(0x143),'confirm':'確定','cancel':'取消','generalDesc':'常規格式不包含任何特定的數字格式。','accountingDesc':_0x4476cd(0x146),'currencyDesc':'貨幣格式用於表示一般貨幣數值,會計格式可以對一欄數值進行小數點對齊。','dateDesc':_0x4476cd(0x16f),'thousandthPercentileDesc':_0x4476cd(0x166),'decimalPlaces':_0x4476cd(0x138),'currencyTypes':'貨幣類型','negativeNumberTypes':_0x4476cd(0x13b),'dateTypes':'日期類型'},'source':{'insertPivotTable':'插入數據透視表','sourceData':_0x4476cd(0x17e),'position':_0x4476cd(0x13f),'newSheet':_0x4476cd(0x13a),'existingSheet':_0x4476cd(0x15e),'intersect':'不能和源數據重疊'}},'subtotal':{'average':_0x4476cd(0x16e),'count':'計數','countNums':_0x4476cd(0x14a),'max':_0x4476cd(0x16d),'min':'最小值','product':'乘積','stdDev':_0x4476cd(0x14e),'stdDevp':_0x4476cd(0x149),'sum':'求和','var':'方差','varp':_0x4476cd(0x15d)},'subTotalText':'匯總','grandTotalText':'總計','fieldPanel':'欄位設定','configPanel':'進階選項','config':{'totalsSection':_0x4476cd(0x15f),'showRowSubtotal':_0x4476cd(0x147),'showRowGrandTotal':'顯示列總計','showColSubtotal':_0x4476cd(0x164),'showColGrandTotal':_0x4476cd(0x136),'pageSection':'篩選欄位配置','pageWrap':_0x4476cd(0x156),'pageDirection':_0x4476cd(0x173),'pageDownThenOver':_0x4476cd(0x17c),'pageOverThenDown':_0x4476cd(0x162),'displaySection':'顯示','repeatRowLabels':_0x4476cd(0x16a)},'perform':{'tips':'提示','info':_0x4476cd(0x168),'confirm':'確認','cancel':'取消','rowColError':_0x4476cd(0x145)},'msg':{'emptySourceRange':_0x4476cd(0x178),'invalidSize':_0x4476cd(0x158),'mergeCellError':_0x4476cd(0x176),'editCellError':_0x4476cd(0x170),'permissionError':_0x4476cd(0x159)},'averageName':_0x4476cd(0x144),'countName':_0x4476cd(0x14c),'countNumsName':'數值計數項:','maxName':_0x4476cd(0x15b),'minName':_0x4476cd(0x157),'productName':_0x4476cd(0x137),'stdDevName':'標準差項:','stdDevpName':_0x4476cd(0x142),'sumName':'求和項:','varName':_0x4476cd(0x160),'varpName':_0x4476cd(0x167)}};}));
9
12
 
10
13
  // @univerjs-pro/sheets-print/locale/zh-TW
11
- (function(_0x12bc88,_0x1b94a9){var _0x36f85f=_0x3f71,_0x420d1=_0x12bc88();while(!![]){try{var _0x17d2cb=-parseInt(_0x36f85f(0x208))/0x1+-parseInt(_0x36f85f(0x1f4))/0x2+parseInt(_0x36f85f(0x1f3))/0x3*(-parseInt(_0x36f85f(0x204))/0x4)+-parseInt(_0x36f85f(0x1fc))/0x5+parseInt(_0x36f85f(0x237))/0x6*(parseInt(_0x36f85f(0x1fa))/0x7)+-parseInt(_0x36f85f(0x23b))/0x8*(-parseInt(_0x36f85f(0x207))/0x9)+parseInt(_0x36f85f(0x23a))/0xa;if(_0x17d2cb===_0x1b94a9)break;else _0x420d1['push'](_0x420d1['shift']());}catch(_0x26a7ff){_0x420d1['push'](_0x420d1['shift']());}}}(_0x129e,0x7490b),function(_0x58df0b,_0x3ef805){var _0x221b7f=_0x3f71;typeof exports==_0x221b7f(0x203)&&typeof module<'u'?module[_0x221b7f(0x23c)]=_0x3ef805():typeof define==_0x221b7f(0x1f6)&&define[_0x221b7f(0x202)]?define([],_0x3ef805):(_0x58df0b=typeof globalThis<'u'?globalThis:_0x58df0b||self,_0x58df0b[_0x221b7f(0x1f9)]=_0x3ef805());}(this,function(){var _0x2776b8=_0x3f71;return{'print':{'header':{'total':_0x2776b8(0x233),'pages':'頁','cancel':'取消','next':'下一步','printing':'列印中,請勿關閉頁面'},'menu':'列印','title':'列印','grid':{'title':_0x2776b8(0x209),'showGrid':_0x2776b8(0x21d),'showGridLabel':'顯示分頁線','closeAndHide':_0x2776b8(0x230)},'screenshot':{'title':'複製為圖片','success':_0x2776b8(0x200),'fail':_0x2776b8(0x211)},'size':{'title':'紙張大小','letter':_0x2776b8(0x20b),'tabloid':_0x2776b8(0x213),'legal':'Legal\x20(8.5\x22\x20x\x2014\x22)','statement':_0x2776b8(0x232),'executive':_0x2776b8(0x223),'folio':_0x2776b8(0x221),'a3':_0x2776b8(0x20e),'a4':_0x2776b8(0x229),'a5':_0x2776b8(0x224),'b4':_0x2776b8(0x22e),'b5':'B5\x20(6.93\x22\x20x\x209.84\x22)'},'margin':{'title':'邊距','normal':'標準','narrow':'窄','wide':'寬','custom':_0x2776b8(0x20a),'top':'上','bottom':'下','left':'左','right':'右'},'area':{'title':'列印','currentSheet':'目前工作表','workbook':_0x2776b8(0x206),'currentSelection':_0x2776b8(0x217),'maxRowsEachPage':'每頁最大列數','maxColumnsEachPage':_0x2776b8(0x226),'limit':'列與欄限制','allSelection':_0x2776b8(0x234)},'selection':{'title':_0x2776b8(0x212),'allWorkbook':'所有工作表','workbookUnit':_0x2776b8(0x1ff)},'scale':{'title':'縮放','normal':_0x2776b8(0x220),'fitWidth':_0x2776b8(0x210),'fitHeight':_0x2776b8(0x215),'fitPage':_0x2776b8(0x222),'custom':_0x2776b8(0x22c)},'orientation':{'title':_0x2776b8(0x20c),'landscape':'橫向','portrait':'直向'},'formatting':{'title':_0x2776b8(0x228),'skeleton':_0x2776b8(0x20f),'waterMark':_0x2776b8(0x225)},'align':{'title':'對齊','horizontal':{'title':_0x2776b8(0x21e),'middle':'置中','start':'靠左','end':'靠右'},'vertical':{'title':'垂直對齊','start':'靠上','end':'靠下','middle':'置中'}},'headerFooter':{'title':_0x2776b8(0x214),'page':'頁碼','workbook':_0x2776b8(0x227),'sheet':_0x2776b8(0x21f),'date':_0x2776b8(0x22b),'time':'目前時間','customHeadFooter':_0x2776b8(0x219),'editCustomHeadFooter':_0x2776b8(0x216),'header':'頁首','footer':'頁尾','left':'左側','right':'右側','center':'中間','dateFormat':_0x2776b8(0x22f),'dateA':_0x2776b8(0x236),'dateB':_0x2776b8(0x1f5),'dateC':'L','dateD':_0x2776b8(0x1f2),'timeA':_0x2776b8(0x1f7),'timeB':_0x2776b8(0x1fb),'timeC':_0x2776b8(0x1fe),'timeD':_0x2776b8(0x231),'display':{'page':'頁碼','title':'活頁簿標題','sheet':_0x2776b8(0x21f),'dateA':'日期A','dateB':_0x2776b8(0x201),'dateC':_0x2776b8(0x218),'dateD':'日期D','dateE':_0x2776b8(0x21c),'dateF':_0x2776b8(0x239),'timeA':_0x2776b8(0x22a),'timeB':_0x2776b8(0x205),'timeC':_0x2776b8(0x20d),'timeD':'時間D','sheetPage':_0x2776b8(0x1f8),'pageTotal':'總頁數','sheetPageTotal':_0x2776b8(0x1fd)},'placeholder':'點擊以新增文字','submit':'確定'},'freeze':{'title':'列與欄標題','desc':_0x2776b8(0x238),'row':_0x2776b8(0x21b),'column':_0x2776b8(0x235)},'limit':{'page':_0x2776b8(0x22d),'waterMark':_0x2776b8(0x21a),'link':'https://univer.ai/pro'}}};}));function _0x3f71(_0x2b93dd,_0x3a1549){_0x2b93dd=_0x2b93dd-0x1f2;var _0x129ef3=_0x129e();var _0x3f7156=_0x129ef3[_0x2b93dd];return _0x3f7156;}function _0x129e(){var _0x51eca7=['amd','object','3064EvoVHo','時間B','活頁簿','9nqAgIE','146852PFifbS','列印版面配置','自訂义頁邊距','Letter\x20(8.5\x22\x20x\x2011\x22)','頁面方向','時間C','A3\x20(11.69\x22\x20x\x2016.54\x22)','顯示格線','調整至頁面寬度','圖片複製到剪貼簿失敗!','選取範圍','Tabloid\x20(11\x22\x20x\x2017\x22)','頁首和頁尾','調整至頁面高度','編輯自訂頁首/頁尾','已選取的儲存格','日期C','自訂頁首/頁尾','Univer\x20免費版本,由\x20univer.ai\x20提供支援。','重複凍結的列','日期E','顯示分頁符號','水平對齊','工作表名稱','標準\x20(100%)','Folio\x20(8.5\x22\x20x\x2013\x22)','調整至頁面大小','Executive\x20(7.25\x22\x20x\x2010.5\x22)','A5\x20(5.83\x22\x20x\x208.27\x22)','顯示浮水印','每頁最大欄數','活頁簿標題','格式設定','A4\x20(8.27\x22\x20x\x2011.69\x22)','時間A','目前日期','自訂比例','免費版僅支援\x20{limit}\x20頁列印,進階功能請購買商業版!','B4\x20(9.84\x22\x20x\x2013.90\x22)','日期格式','關閉並隱藏分頁線','hh:mm','Statement\x20(5.5\x22\x20x\x208.5\x22)','總計:','所有選取的儲存格','重複凍結的欄','YYYY-MM-DD','2768664yadNXE','前往\x20檢視\x20>\x20凍結\x20以選擇要在所有頁面重複的列/欄','日期F','6179410psgBsl','4234088YZXfCK','exports','MM/DD','2433nvZOWP','632880XMtxkG','MM-DD','function','HH:mm:ss','工作表頁碼','UniverProSheetsPrintZhTW','14ZXTqrw','HH:mm','2540605YGzuEW','工作表總頁數','hh:mm:ss','張工作表','圖片已成功複製到剪貼簿!','日期B'];_0x129e=function(){return _0x51eca7;};return _0x129e();}
14
+ function _0x21c7(_0x28750d,_0x50d815){_0x28750d=_0x28750d-0xc9;var _0x3a7c6e=_0x3a7c();var _0x21c719=_0x3a7c6e[_0x28750d];return _0x21c719;}function _0x3a7c(){var _0x1b250c=['活頁簿標題','B4\x20(9.84\x22\x20x\x2013.90\x22)','7gRRGwH','調整至頁面大小','4ZXMzOt','MM-DD','59846424ZddlTx','重複凍結的列','編輯自訂頁首/頁尾','20640ucccmi','標準\x20(100%)','自訂比例','A3\x20(11.69\x22\x20x\x2016.54\x22)','日期B','複製為圖片','UniverProSheetsPrintZhTW','目前工作表','該工作表已被保護,目前無列印權限。如需列印,請聯絡創作者。\x20','紙張大小','選取範圍','10924488KXaCfk','4514930NslUwR','列印中,請勿關閉頁面','時間D','張工作表','1764fjWDZO','下一步','水平對齊','工作表名稱','object','頁面方向','關閉並隱藏分頁線','時間A','Legal\x20(8.5\x22\x20x\x2014\x22)','hh:mm:ss','列印版面配置','4189110rYgtgI','Folio\x20(8.5\x22\x20x\x2013\x22)','目前時間','所有工作表','時間C','日期A','Tabloid\x20(11\x22\x20x\x2017\x22)','HH:mm:ss','活頁簿','Univer\x20免費版本,由\x20univer.ai\x20提供支援。','function','日期F','5406243oUbQuB','所有選取的儲存格','日期C','免費版僅支援\x20{limit}\x20頁列印,進階功能請購買商業版!','B5\x20(6.93\x22\x20x\x209.84\x22)','Letter\x20(8.5\x22\x20x\x2011\x22)','顯示浮水印','A4\x20(8.27\x22\x20x\x2011.69\x22)','自訂頁首/頁尾','已選取的儲存格','MM/DD','目前日期','列與欄限制','圖片複製到剪貼簿失敗!','總頁數','重複凍結的欄','Statement\x20(5.5\x22\x20x\x208.5\x22)','hh:mm','HH:mm','頁首和頁尾','amd','調整至頁面高度','列與欄標題','1hlpoph','每頁最大列數','工作表總頁數','日期D','每頁最大欄數','前往\x20檢視\x20>\x20凍結\x20以選擇要在所有頁面重複的列/欄','點擊以新增文字','圖片已成功複製到剪貼簿!','346124bTPTFD'];_0x3a7c=function(){return _0x1b250c;};return _0x3a7c();}(function(_0x18867a,_0x4c512b){var _0x3a51ef=_0x21c7,_0x2aa1a0=_0x18867a();while(!![]){try{var _0x348f49=-parseInt(_0x3a51ef(0x115))/0x1*(parseInt(_0x3a51ef(0xcd))/0x2)+-parseInt(_0x3a51ef(0xfe))/0x3*(parseInt(_0x3a51ef(0xd2))/0x4)+-parseInt(_0x3a51ef(0xe3))/0x5+parseInt(_0x3a51ef(0xf2))/0x6*(-parseInt(_0x3a51ef(0xd0))/0x7)+-parseInt(_0x3a51ef(0xe2))/0x8+parseInt(_0x3a51ef(0xe7))/0x9*(parseInt(_0x3a51ef(0xd7))/0xa)+parseInt(_0x3a51ef(0xd4))/0xb;if(_0x348f49===_0x4c512b)break;else _0x2aa1a0['push'](_0x2aa1a0['shift']());}catch(_0x5aea76){_0x2aa1a0['push'](_0x2aa1a0['shift']());}}}(_0x3a7c,0xdc855),function(_0x45e662,_0x52fc66){var _0x3de13e=_0x21c7;typeof exports==_0x3de13e(0xeb)&&typeof module<'u'?module['exports']=_0x52fc66():typeof define==_0x3de13e(0xfc)&&define[_0x3de13e(0x112)]?define([],_0x52fc66):(_0x45e662=typeof globalThis<'u'?globalThis:_0x45e662||self,_0x45e662[_0x3de13e(0xdd)]=_0x52fc66());}(this,function(){var _0x8d33f1=_0x21c7;return{'sheets-print':{'permission':{'printErr':_0x8d33f1(0xdf)},'header':{'total':'總計:','pages':'頁','cancel':'取消','next':_0x8d33f1(0xe8),'printing':_0x8d33f1(0xe4)},'menu':'列印','title':'列印','grid':{'title':_0x8d33f1(0xf1),'showGrid':'顯示分頁符號','showGridLabel':'顯示分頁線','closeAndHide':_0x8d33f1(0xed)},'screenshot':{'title':_0x8d33f1(0xdc),'success':_0x8d33f1(0xcc),'fail':_0x8d33f1(0x10b)},'size':{'title':_0x8d33f1(0xe0),'letter':_0x8d33f1(0x103),'tabloid':_0x8d33f1(0xf8),'legal':_0x8d33f1(0xef),'statement':_0x8d33f1(0x10e),'executive':'Executive\x20(7.25\x22\x20x\x2010.5\x22)','folio':_0x8d33f1(0xf3),'a3':_0x8d33f1(0xda),'a4':_0x8d33f1(0x105),'a5':'A5\x20(5.83\x22\x20x\x208.27\x22)','b4':_0x8d33f1(0xcf),'b5':_0x8d33f1(0x102)},'margin':{'title':'邊距','normal':'標準','narrow':'窄','wide':'寬','custom':'自訂义頁邊距','top':'上','bottom':'下','left':'左','right':'右'},'area':{'title':'列印','currentSheet':_0x8d33f1(0xde),'workbook':_0x8d33f1(0xfa),'currentSelection':_0x8d33f1(0x107),'maxRowsEachPage':_0x8d33f1(0x116),'maxColumnsEachPage':_0x8d33f1(0xc9),'limit':_0x8d33f1(0x10a),'allSelection':_0x8d33f1(0xff)},'selection':{'title':_0x8d33f1(0xe1),'allWorkbook':_0x8d33f1(0xf5),'workbookUnit':_0x8d33f1(0xe6)},'scale':{'title':'縮放','normal':_0x8d33f1(0xd8),'fitWidth':'調整至頁面寬度','fitHeight':_0x8d33f1(0x113),'fitPage':_0x8d33f1(0xd1),'custom':_0x8d33f1(0xd9)},'orientation':{'title':_0x8d33f1(0xec),'landscape':'橫向','portrait':'直向'},'formatting':{'title':'格式設定','skeleton':'顯示格線','waterMark':_0x8d33f1(0x104)},'align':{'title':'對齊','horizontal':{'title':_0x8d33f1(0xe9),'middle':'置中','start':'靠左','end':'靠右'},'vertical':{'title':'垂直對齊','start':'靠上','end':'靠下','middle':'置中'}},'headerFooter':{'title':_0x8d33f1(0x111),'page':'頁碼','workbook':_0x8d33f1(0xce),'sheet':_0x8d33f1(0xea),'date':_0x8d33f1(0x109),'time':_0x8d33f1(0xf4),'customHeadFooter':_0x8d33f1(0x106),'editCustomHeadFooter':_0x8d33f1(0xd6),'header':'頁首','footer':'頁尾','left':'左側','right':'右側','center':'中間','dateFormat':'日期格式','dateA':'YYYY-MM-DD','dateB':_0x8d33f1(0xd3),'dateC':'L','dateD':_0x8d33f1(0x108),'timeA':_0x8d33f1(0xf9),'timeB':_0x8d33f1(0x110),'timeC':_0x8d33f1(0xf0),'timeD':_0x8d33f1(0x10f),'display':{'page':'頁碼','title':_0x8d33f1(0xce),'sheet':'工作表名稱','dateA':_0x8d33f1(0xf7),'dateB':_0x8d33f1(0xdb),'dateC':_0x8d33f1(0x100),'dateD':_0x8d33f1(0x118),'dateE':'日期E','dateF':_0x8d33f1(0xfd),'timeA':_0x8d33f1(0xee),'timeB':'時間B','timeC':_0x8d33f1(0xf6),'timeD':_0x8d33f1(0xe5),'sheetPage':'工作表頁碼','pageTotal':_0x8d33f1(0x10c),'sheetPageTotal':_0x8d33f1(0x117)},'placeholder':_0x8d33f1(0xcb),'submit':'確定'},'freeze':{'title':_0x8d33f1(0x114),'desc':_0x8d33f1(0xca),'row':_0x8d33f1(0xd5),'column':_0x8d33f1(0x10d)},'limit':{'page':_0x8d33f1(0x101),'waterMark':_0x8d33f1(0xfb),'link':'https://univer.ai/pro'}}};}));
12
15
 
13
16
  // @univerjs-pro/sheets-chart/locale/zh-TW
14
- (function(_0x56247e,_0x40f12a){var _0x8649e4=_0x45bf,_0x884468=_0x56247e();while(!![]){try{var _0x4eb5ce=-parseInt(_0x8649e4(0xb3))/0x1*(-parseInt(_0x8649e4(0xae))/0x2)+parseInt(_0x8649e4(0xb9))/0x3*(-parseInt(_0x8649e4(0xb7))/0x4)+-parseInt(_0x8649e4(0xa9))/0x5*(-parseInt(_0x8649e4(0xb6))/0x6)+parseInt(_0x8649e4(0xaf))/0x7*(parseInt(_0x8649e4(0xab))/0x8)+parseInt(_0x8649e4(0xb8))/0x9*(-parseInt(_0x8649e4(0xaa))/0xa)+parseInt(_0x8649e4(0xb1))/0xb*(parseInt(_0x8649e4(0xb5))/0xc)+parseInt(_0x8649e4(0xb2))/0xd*(-parseInt(_0x8649e4(0xac))/0xe);if(_0x4eb5ce===_0x40f12a)break;else _0x884468['push'](_0x884468['shift']());}catch(_0x213b65){_0x884468['push'](_0x884468['shift']());}}}(_0x5c6b,0x9a86d),function(_0x65454e,_0xaca32d){var _0x216d2c=_0x45bf;typeof exports==_0x216d2c(0xad)&&typeof module<'u'?module[_0x216d2c(0xb0)]=_0xaca32d():typeof define=='function'&&define['amd']?define([],_0xaca32d):(_0x65454e=typeof globalThis<'u'?globalThis:_0x65454e||self,_0x65454e[_0x216d2c(0xb4)]=_0xaca32d());}(this,function(){return{'chart':{'category':'類別','series':'系列'}};}));function _0x45bf(_0x25740f,_0x3207a3){_0x25740f=_0x25740f-0xa9;var _0x5c6b16=_0x5c6b();var _0x45bf77=_0x5c6b16[_0x25740f];return _0x45bf77;}function _0x5c6b(){var _0x41e34b=['4269588LAIPCq','9116lBnbsP','204084ZPIQJq','606xxOoAU','5mVFfkT','270PrNrjn','8CUoUbJ','20619550NnnJkY','object','34RjhtTc','513527SmPBMX','exports','3136562FyjcHS','13RkYUfo','73697HtxJOC','UniverProSheetsChartZhTW','48itytKY'];_0x5c6b=function(){return _0x41e34b;};return _0x5c6b();}
17
+ function _0x410a(){var _0x4041ff=['3dTYKfN','第三四分位數','3wCKdzv','(空)','function','exports','402874dXnsBP','amd','累積占比','中位數','1210mixScv','UniverProSheetsChartZhTW','4159592iolifI','17001zYQjuN','11130kkOjUf','470068GtSMQu','類別\x20{0}','第一四分位數','1250650EKiWXV','10361538YLhWpM','Series','氣泡圖至少需要2欄,X軸、Y軸。','Category','最小值','1494gElMjH'];_0x410a=function(){return _0x4041ff;};return _0x410a();}function _0x4b65(_0x17d74f,_0x392265){_0x17d74f=_0x17d74f-0xf9;var _0x410a5e=_0x410a();var _0x4b6577=_0x410a5e[_0x17d74f];return _0x4b6577;}(function(_0x542efd,_0x50e0ae){var _0x25e318=_0x4b65,_0x530ce1=_0x542efd();while(!![]){try{var _0x31e9d4=-parseInt(_0x25e318(0x101))/0x1*(-parseInt(_0x25e318(0x105))/0x2)+-parseInt(_0x25e318(0xff))/0x3*(-parseInt(_0x25e318(0x10e))/0x4)+parseInt(_0x25e318(0x111))/0x5+parseInt(_0x25e318(0xfe))/0x6*(-parseInt(_0x25e318(0x10d))/0x7)+parseInt(_0x25e318(0x10b))/0x8+parseInt(_0x25e318(0x10c))/0x9*(parseInt(_0x25e318(0x109))/0xa)+-parseInt(_0x25e318(0xf9))/0xb;if(_0x31e9d4===_0x50e0ae)break;else _0x530ce1['push'](_0x530ce1['shift']());}catch(_0x415ceb){_0x530ce1['push'](_0x530ce1['shift']());}}}(_0x410a,0x5d690),function(_0x48c231,_0x44f834){var _0x283cfe=_0x4b65;typeof exports=='object'&&typeof module<'u'?module[_0x283cfe(0x104)]=_0x44f834():typeof define==_0x283cfe(0x103)&&define[_0x283cfe(0x106)]?define([],_0x44f834):(_0x48c231=typeof globalThis<'u'?globalThis:_0x48c231||self,_0x48c231[_0x283cfe(0x10a)]=_0x44f834());}(this,function(){var _0x3bfdfd=_0x4b65;return{'sheets-chart':{'category':_0x3bfdfd(0xfc),'series':_0x3bfdfd(0xfa),'seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x3bfdfd(0x10f),'blank':_0x3bfdfd(0x102),'msg':{'emptyTips':'請先添加系列開始數據可視化','sankeyCircularTips':'桑基圖不能包含循環數據'},'bubble':{'emptyTips':_0x3bfdfd(0xfb)},'relation':{'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x3bfdfd(0x107)},'boxplot':{'min':_0x3bfdfd(0xfd),'q1':_0x3bfdfd(0x110),'median':_0x3bfdfd(0x108),'q3':_0x3bfdfd(0x100),'max':'最大值'}}};}));
15
18
 
16
19
  // @univerjs-pro/sheets-chart-ui/locale/zh-TW
17
- function _0x3ea5(){var _0x1b616a=['X軸標題','箱型圖','重複詞雲標籤','累積占比','趨勢線粗細','空心菱形','圖表類型','使用日期軸','顯示空單元格為','{0}\x20粗細','氣泡圖','{0}\x20大小','玫瑰圖','三角形','面積圖','第\x20{0}\x20項','左對齊','常規格式不包含任何特定的數字格式。','桑基圖','第三四分位數','柱狀圖','更多設置','節點距離','多項式','(空)','股票圖','標題格式','顯示標籤','使用值作為節點大小','百分比堆疊','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','標題位置','添加系列','編輯圖表','線類型','右垂直軸','刪除圖表','插入圖表','副標題','圖表邊框顏色','正方形','884760XXUtzm','空心箭頭','桑基圖不能包含循環數據','指示值','96rziTRg','76111JDBOXx','3934719eZlylL','旋轉標籤','空心正方形','第一四分位數','設置圖表','右Y軸標題','{0}\x20類型','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','水平軸','指示線顏色','{0}\x20格式','垂直軸','標題文本','貨幣類型','長條圖系列','主刻度線','關係圖','2933cArNwb','{0}\x20顏色','系列\x20{0}','小計圖例文本','設置標籤格式','格式類型','所有系列','顯示軸線','圓角矩形','1931410WXhXGK','日期類型','多項式階數','趨勢線類型','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','用直線連接數據點','散點圖','刻度線長度','請先添加系列開始數據可視化','刻度線位置','exports','數據標籤','標籤文本','圖表樣式','力導向選項','R平方','條形圖','氣泡標籤','扇形間距','負值圖例文本','千分位符','438530jLYfpH','力導向','類別\x20{0}','趨勢線線類型','隱藏圖表面板','指示線','62196YqcMjU','熱力圖','空心三角形','小數位數','逆序軸','累積占比系列','{0}\x20形狀','166maHMFc','function','圖表和軸標題','自定義圖表','網格線','開啟選中淡入特效','多邊形','使用絕對值','環形圖','排列圖','組合圖','移動平均周期','日期格式將日期和時間系列數值顯示為日期值。','漏斗圖','字段設置','中位數','顯示R平方','移動平均','顯示小計','視覺映射範圍','標籤位置','数值比例','22wzyHQh','添加數據點','256MKLNbv','主標題','節點形狀','圓環孔','主網格線','使用右軸','顯示標籤線','軸選項','object','正值樣式','UniverProSheetsChartUiZhTW','Y軸標題','數據範圍'];_0x3ea5=function(){return _0x1b616a;};return _0x3ea5();}function _0x17d6(_0x48b478,_0x472c97){_0x48b478=_0x48b478-0xd5;var _0x3ea521=_0x3ea5();var _0x17d6f1=_0x3ea521[_0x48b478];return _0x17d6f1;}(function(_0x1f63e2,_0x47702f){var _0x39c154=_0x17d6,_0x146385=_0x1f63e2();while(!![]){try{var _0x5e7d31=parseInt(_0x39c154(0x158))/0x1*(parseInt(_0x39c154(0xf3))/0x2)+parseInt(_0x39c154(0x145))/0x3*(parseInt(_0x39c154(0xec))/0x4)+parseInt(_0x39c154(0x161))/0x5+parseInt(_0x39c154(0x141))/0x6+-parseInt(_0x39c154(0x146))/0x7*(parseInt(_0x39c154(0x10b))/0x8)+-parseInt(_0x39c154(0x147))/0x9+parseInt(_0x39c154(0xe6))/0xa*(parseInt(_0x39c154(0x109))/0xb);if(_0x5e7d31===_0x47702f)break;else _0x146385['push'](_0x146385['shift']());}catch(_0x5117b2){_0x146385['push'](_0x146385['shift']());}}}(_0x3ea5,0x8cf30),function(_0x552692,_0x1b25b3){var _0xd9aeac=_0x17d6;typeof exports==_0xd9aeac(0x113)&&typeof module<'u'?module[_0xd9aeac(0xdb)]=_0x1b25b3():typeof define==_0xd9aeac(0xf4)&&define['amd']?define([],_0x1b25b3):(_0x552692=typeof globalThis<'u'?globalThis:_0x552692||self,_0x552692[_0xd9aeac(0x115)]=_0x1b25b3());}(this,function(){var _0x4981de=_0x17d6;return{'chart':{'insertChart':_0x4981de(0x13d),'editChart':_0x4981de(0x139),'openChartPanel':'打開圖表面板','deleteChart':_0x4981de(0x13c),'hideChartPanel':_0x4981de(0xea),'setupChart':_0x4981de(0x14b),'customChart':_0x4981de(0xf6),'default':'默認','reset':'重置','chartType':_0x4981de(0x11e),'themes':'主題','dataRange':_0x4981de(0x117),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0x4981de(0x15e),'series':'系列','addSeries':_0x4981de(0x138),'moreSettings':_0x4981de(0x12d),'min':'最小值','max':'最大值','invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':_0x4981de(0xd6)},'blank':_0x4981de(0x130),'seriesBlock':{'format':'格式','dataPointStyle':'數據點樣式'},'backgroundColor':'背景顏色','chartBorderColor':_0x4981de(0x13f),'titles':{'title':'標題','mainTitle':_0x4981de(0x10c),'subTitle':_0x4981de(0x13e),'xAxisTitle':_0x4981de(0x118),'yAxisTitle':_0x4981de(0x116),'rightYAxisTitle':_0x4981de(0x14c),'titleFormat':_0x4981de(0x132),'titleText':_0x4981de(0x153),'titlePosition':_0x4981de(0x137),'titleAlign':'標題對齊'},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':'漸變填充','settingsLabels':{'switchToRowOrColumn':'切換列或欄','useAsCategoryLabels':'使用\x20{0}\x20作為類別標籤','showEmptyCellsAs':_0x4981de(0x120)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0x4981de(0x128),'center':'居中','right':'右對齊'},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0x4981de(0xde),'chartAndAxisTitles':_0x4981de(0xf5),'legend':'圖例','legendSelectMode':'圖例選擇模式','legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x4981de(0x112),'horizontalAxis':_0x4981de(0x14f),'verticalAxis':_0x4981de(0x152),'rightVerticalAxis':_0x4981de(0x13b),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x4981de(0x110)},'position':'位置','dataLabels':_0x4981de(0xdc),'gridlinesAndTicks':'網格線和刻度線','indicatorLine':_0x4981de(0xeb),'indicatorLineType':'指示線類型','indicatorLineColor':_0x4981de(0x150),'indicatorLabel':'指示標籤','indicatorValue':_0x4981de(0x144),'shape':{'polygon':_0x4981de(0xf9),'circle':'圓形','square':_0x4981de(0x140),'triangle':_0x4981de(0x125),'diamond':'菱形','rect':'矩形','roundRect':_0x4981de(0x160),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':'空心圓形','emptySquare':_0x4981de(0x149),'emptyTriangle':_0x4981de(0xee),'emptyDiamond':_0x4981de(0x11d),'emptyRect':'空心矩形','emptyRoundRect':'空心圓角矩形','emptyPin':'空心針形','emptyArrow':_0x4981de(0x142)},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':'{0}\x20透明度','withColor':_0x4981de(0x159),'withThickness':_0x4981de(0x121),'withType':_0x4981de(0x14d),'withSize':_0x4981de(0x123),'withShape':_0x4981de(0xf2),'withFormat':_0x4981de(0x151),'dataPoint':'數據點','dataNodeShape':_0x4981de(0x10d),'addDataPoint':_0x4981de(0x10a),'point':'數據點','percentage':'百分比','lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x4981de(0x135)},'lineDashType':_0x4981de(0x13a),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x4981de(0x10f),'text':_0x4981de(0xf7)},'ticks':{'majorTick':_0x4981de(0x156),'tickPosition':_0x4981de(0xda),'tickLength':_0x4981de(0xd8)},'none':'無','theIndexItem':_0x4981de(0x127),'seriesDefaultName':_0x4981de(0x15a),'categoryDefaultName':_0x4981de(0xe8),'styleEditPanel':{'showLabels':_0x4981de(0x133),'showDataLabels':'顯示數據標籤','padAngle':_0x4981de(0xe3),'halfPie':'半餅','rosePie':_0x4981de(0x124),'pieValScale':_0x4981de(0x108),'pieValSuffix':'数值后缀','pieDigitalFixed':'小數位數','showLabelLine':_0x4981de(0x111),'reverseAxisOrder':_0x4981de(0xf0),'showAxisLine':_0x4981de(0x15f),'labelPosition':_0x4981de(0x107),'labelText':_0x4981de(0xdd),'repeatWordCould':_0x4981de(0x11a),'gap':'間隔','useAbsValue':_0x4981de(0xfa),'labelRotate':'標籤旋轉','wordCloudShape':'詞雲形狀','useDateAxis':_0x4981de(0x11f),'dateAxisTips':'日期軸僅在數據全部為日期格式時可用'},'radar':{'fill':'填充'},'doughnutHole':_0x4981de(0x10e),'msg':{'invalidSource':'圖表數據源必須包含多於1列和1欄。','emptyTips':_0x4981de(0xd9),'sankeyCircularTips':_0x4981de(0x143)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':'趨勢線','displayName':'趨勢線名稱','addTrendLine':'添加趨勢線','trendlineType':_0x4981de(0x164),'trendlineName':'趨勢線名稱','trendlineColor':'趨勢線顏色','trendlineThickness':_0x4981de(0x11c),'trendlineDashType':_0x4981de(0xe9),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':_0x4981de(0x104),'poly':_0x4981de(0x12f),'order':_0x4981de(0x163),'period':_0x4981de(0xfe),'showFormula':'顯示公式','showR2':_0x4981de(0x103),'formula':'公式','r2':_0x4981de(0xe0)},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':'氣泡大小','label':_0x4981de(0xe2),'emptyTips':'氣泡圖至少需要2欄,X軸、Y軸。'},'relation':{'title':_0x4981de(0x157),'auto':'自動','circular':'環形','force':_0x4981de(0xe7),'useValueAsSymbolSize':_0x4981de(0x134),'layoutType':'佈局類型','forceOptions':_0x4981de(0xdf),'repulsion':'斥力','gravity':'引力','edgeLength':_0x4981de(0x12e),'rotateLabel':_0x4981de(0x148),'emphasis':_0x4981de(0xf8),'emptyTips':_0x4981de(0x165)},'waterfall':{'stackType':'堆疊方式','arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x4981de(0x105),'positiveStyle':_0x4981de(0x114),'negativeStyle':'負值樣式','subtotalStyle':'小計樣式','positiveLegendText':'正值圖例文本','negativeLegendText':_0x4981de(0xe4),'subtotalLegendText':_0x4981de(0x15b)},'pareto':{'lineName':_0x4981de(0x11b),'lineSeries':_0x4981de(0xf1),'barSeries':_0x4981de(0x155)},'visualMapScope':_0x4981de(0x106),'boxplot':{'min':'最小值','q1':_0x4981de(0x14a),'median':_0x4981de(0x102),'q3':_0x4981de(0x12b),'max':'最大值'}},'chartTypes':{'line':'折線圖','area':_0x4981de(0x126),'areaStacked':'堆疊面積圖','areaPercentStacked':'百分比堆疊面積圖','column':_0x4981de(0x12c),'bar':_0x4981de(0xe1),'barStacked':'堆疊條形圖','barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0x4981de(0xfb),'scatter':_0x4981de(0xd7),'radar':'雷達圖','bubble':_0x4981de(0x122),'stock':_0x4981de(0x131),'combination':_0x4981de(0xfd),'wordCloud':'詞雲圖','funnel':_0x4981de(0x100),'relation':_0x4981de(0x157),'waterfall':'瀑布圖','pareto':_0x4981de(0xfc),'sankey':_0x4981de(0x12a),'heatmap':_0x4981de(0xed),'boxplot':_0x4981de(0x119)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x4981de(0xe5),'fieldSetting':_0x4981de(0x101),'formatTypes':_0x4981de(0x15d),'confirm':'確定','cancel':'取消','generalDesc':_0x4981de(0x129),'accountingDesc':_0x4981de(0xd5),'currencyDesc':_0x4981de(0x14e),'dateDesc':_0x4981de(0xff),'thousandthPercentileDesc':_0x4981de(0x136),'decimalPlaces':_0x4981de(0xef),'currencyTypes':_0x4981de(0x154),'negativeNumberTypes':'負數類型','dateTypes':_0x4981de(0x162)},'setFormat':_0x4981de(0x15c)}};}));
20
+ function _0x12ad(_0x3fb4b3,_0x1b15ca){_0x3fb4b3=_0x3fb4b3-0x7a;var _0x5abe6f=_0x5abe();var _0x12ad8c=_0x5abe6f[_0x3fb4b3];return _0x12ad8c;}(function(_0x10747f,_0x1f7351){var _0x593553=_0x12ad,_0x4cbc44=_0x10747f();while(!![]){try{var _0x17984f=-parseInt(_0x593553(0x9e))/0x1+-parseInt(_0x593553(0xc4))/0x2*(-parseInt(_0x593553(0xbe))/0x3)+parseInt(_0x593553(0xa6))/0x4+-parseInt(_0x593553(0xb3))/0x5*(-parseInt(_0x593553(0xc1))/0x6)+-parseInt(_0x593553(0xe8))/0x7*(-parseInt(_0x593553(0x92))/0x8)+parseInt(_0x593553(0xf8))/0x9*(parseInt(_0x593553(0x7b))/0xa)+-parseInt(_0x593553(0x7d))/0xb*(parseInt(_0x593553(0xd6))/0xc);if(_0x17984f===_0x1f7351)break;else _0x4cbc44['push'](_0x4cbc44['shift']());}catch(_0x1f3952){_0x4cbc44['push'](_0x4cbc44['shift']());}}}(_0x5abe,0x1c259),function(_0x2dd918,_0x19d8da){var _0x5478a4=_0x12ad;typeof exports==_0x5478a4(0xcf)&&typeof module<'u'?module['exports']=_0x19d8da():typeof define==_0x5478a4(0xc2)&&define[_0x5478a4(0xd9)]?define([],_0x19d8da):(_0x2dd918=typeof globalThis<'u'?globalThis:_0x2dd918||self,_0x2dd918[_0x5478a4(0xa7)]=_0x19d8da());}(this,function(){var _0x47cef5=_0x12ad;return{'sheets-chart-ui':{'permission':{'editErr':_0x47cef5(0x81)},'insertChart':_0x47cef5(0xe6),'editChart':_0x47cef5(0x8f),'openChartPanel':'打開圖表面板','deleteChart':_0x47cef5(0xba),'hideChartPanel':'隱藏圖表面板','setupChart':_0x47cef5(0xb4),'customChart':'自定義圖表','default':'默認','reset':'重置','chartType':_0x47cef5(0x87),'themes':'主題','dataRange':_0x47cef5(0xad),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0x47cef5(0xc5),'series':'系列','addSeries':_0x47cef5(0xd3),'moreSettings':_0x47cef5(0xfc),'min':_0x47cef5(0xdc),'max':_0x47cef5(0x8e),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':_0x47cef5(0xa9)},'blank':_0x47cef5(0x95),'seriesBlock':{'format':'格式','dataPointStyle':_0x47cef5(0x83)},'backgroundColor':_0x47cef5(0x109),'chartBorderColor':'圖表邊框顏色','titles':{'title':'標題','mainTitle':'主標題','subTitle':_0x47cef5(0xca),'xAxisTitle':_0x47cef5(0xd1),'yAxisTitle':_0x47cef5(0x94),'rightYAxisTitle':_0x47cef5(0xa5),'titleFormat':'標題格式','titleText':_0x47cef5(0x8d),'titlePosition':_0x47cef5(0xc3),'titleAlign':_0x47cef5(0xa2)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':'漸變填充','settingsLabels':{'switchToRowOrColumn':_0x47cef5(0xa1),'useAsCategoryLabels':_0x47cef5(0xd0),'showEmptyCellsAs':_0x47cef5(0x85)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0x47cef5(0xde),'center':'居中','right':_0x47cef5(0x93)},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0x47cef5(0xb7),'chartAndAxisTitles':'圖表和軸標題','legend':'圖例','legendSelectMode':'圖例選擇模式','legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x47cef5(0xa0),'horizontalAxis':_0x47cef5(0xdd),'verticalAxis':_0x47cef5(0xe7),'rightVerticalAxis':_0x47cef5(0x84),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x47cef5(0xae)},'position':'位置','dataLabels':'數據標籤','gridlinesAndTicks':_0x47cef5(0xf5),'indicatorLine':_0x47cef5(0x89),'indicatorLineType':_0x47cef5(0xf2),'indicatorLineColor':_0x47cef5(0xf6),'indicatorLabel':_0x47cef5(0x98),'indicatorValue':_0x47cef5(0xa8),'shape':{'polygon':'多邊形','circle':'圓形','square':'正方形','triangle':'三角形','diamond':'菱形','rect':'矩形','roundRect':_0x47cef5(0xc8),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':'空心圓形','emptySquare':_0x47cef5(0x102),'emptyTriangle':_0x47cef5(0x91),'emptyDiamond':'空心菱形','emptyRect':'空心矩形','emptyRoundRect':_0x47cef5(0xfe),'emptyPin':_0x47cef5(0xfa),'emptyArrow':'空心箭頭'},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':_0x47cef5(0xdf),'withColor':_0x47cef5(0x100),'withThickness':_0x47cef5(0xb5),'withType':_0x47cef5(0xb8),'withSize':_0x47cef5(0xb1),'withShape':_0x47cef5(0xea),'withFormat':_0x47cef5(0x101),'dataPoint':_0x47cef5(0xc0),'dataNodeShape':_0x47cef5(0xcb),'addDataPoint':_0x47cef5(0xd2),'point':_0x47cef5(0xc0),'percentage':'百分比','lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':'百分比堆疊'},'lineDashType':_0x47cef5(0x86),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':'主網格線','text':_0x47cef5(0xaa)},'ticks':{'majorTick':'主刻度線','tickPosition':_0x47cef5(0xe4),'tickLength':_0x47cef5(0xe2)},'none':'無','theIndexItem':_0x47cef5(0xcc),'seriesDefaultName':_0x47cef5(0x107),'categoryDefaultName':_0x47cef5(0xbf),'styleEditPanel':{'showLabels':_0x47cef5(0x97),'showDataLabels':_0x47cef5(0xda),'padAngle':_0x47cef5(0xf9),'halfPie':'半餅','rosePie':'玫瑰圖','pieValScale':_0x47cef5(0xec),'pieValSuffix':'数值后缀','pieDigitalFixed':_0x47cef5(0x7f),'showLabelLine':'顯示標籤線','reverseAxisOrder':'逆序軸','showAxisLine':_0x47cef5(0x88),'labelPosition':_0x47cef5(0xce),'labelText':_0x47cef5(0xfb),'repeatWordCould':_0x47cef5(0x82),'gap':'間隔','useAbsValue':_0x47cef5(0x9f),'labelRotate':_0x47cef5(0xf3),'wordCloudShape':_0x47cef5(0x8a),'useDateAxis':_0x47cef5(0x9a),'dateAxisTips':'日期軸僅在數據全部為日期格式時可用'},'radar':{'fill':'填充'},'doughnutHole':'圓環孔','msg':{'invalidSource':_0x47cef5(0xd7),'emptyTips':'請先添加系列開始數據可視化','sankeyCircularTips':_0x47cef5(0x80)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0x47cef5(0x96),'displayName':'趨勢線名稱','addTrendLine':_0x47cef5(0xbd),'trendlineType':_0x47cef5(0xff),'trendlineName':_0x47cef5(0xa3),'trendlineColor':_0x47cef5(0xb6),'trendlineThickness':_0x47cef5(0xd8),'trendlineDashType':_0x47cef5(0xe0),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':_0x47cef5(0xe1),'poly':_0x47cef5(0xcd),'order':_0x47cef5(0x105),'period':_0x47cef5(0xab),'showFormula':_0x47cef5(0xf7),'showR2':_0x47cef5(0xef),'formula':'公式','r2':_0x47cef5(0xc6)},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':'氣泡大小','label':_0x47cef5(0xc9),'emptyTips':'氣泡圖至少需要2欄,X軸、Y軸。'},'relation':{'title':_0x47cef5(0xb9),'auto':'自動','circular':'環形','force':_0x47cef5(0xee),'useValueAsSymbolSize':_0x47cef5(0xd5),'layoutType':_0x47cef5(0x8c),'forceOptions':_0x47cef5(0x7c),'repulsion':'斥力','gravity':'引力','edgeLength':_0x47cef5(0x103),'rotateLabel':_0x47cef5(0xf0),'emphasis':_0x47cef5(0x9d),'emptyTips':_0x47cef5(0xbc)},'waterfall':{'stackType':'堆疊方式','arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x47cef5(0x104),'positiveStyle':_0x47cef5(0xc7),'negativeStyle':'負值樣式','subtotalStyle':_0x47cef5(0xb0),'positiveLegendText':_0x47cef5(0x9c),'negativeLegendText':_0x47cef5(0x106),'subtotalLegendText':'小計圖例文本'},'pareto':{'lineName':_0x47cef5(0xe9),'lineSeries':'累積占比系列','barSeries':_0x47cef5(0xa4)},'visualMapScope':'視覺映射範圍','boxplot':{'min':_0x47cef5(0xdc),'q1':'第一四分位數','median':_0x47cef5(0x108),'q3':_0x47cef5(0xf1),'max':_0x47cef5(0x8e)},'chartTypes':{'line':_0x47cef5(0xdb),'area':_0x47cef5(0xfd),'areaStacked':_0x47cef5(0x90),'areaPercentStacked':_0x47cef5(0xf4),'column':'柱狀圖','bar':_0x47cef5(0x9b),'barStacked':_0x47cef5(0xed),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0x47cef5(0x7a),'scatter':_0x47cef5(0x7e),'radar':_0x47cef5(0xd4),'bubble':'氣泡圖','stock':'股票圖','combination':_0x47cef5(0x8b),'wordCloud':_0x47cef5(0x99),'funnel':'漏斗圖','relation':_0x47cef5(0xb9),'waterfall':'瀑布圖','pareto':_0x47cef5(0xe3),'sankey':'桑基圖','heatmap':'熱力圖','boxplot':'箱型圖'},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':'千分位符','fieldSetting':'字段設置','formatTypes':_0x47cef5(0xaf),'confirm':'確定','cancel':'取消','generalDesc':_0x47cef5(0xe5),'accountingDesc':'會計數字格式可對一列數值進行貨幣符號和小數點對齊。','currencyDesc':_0x47cef5(0xac),'dateDesc':'日期格式將日期和時間系列數值顯示為日期值。','thousandthPercentileDesc':_0x47cef5(0xbb),'decimalPlaces':_0x47cef5(0x7f),'currencyTypes':'貨幣類型','negativeNumberTypes':'負數類型','dateTypes':_0x47cef5(0xeb)},'setFormat':_0x47cef5(0xb2)}}};}));function _0x5abe(){var _0x5b2f0f=['Y軸標題','(空)','趨勢線','顯示標籤','指示標籤','詞雲圖','使用日期軸','條形圖','正值圖例文本','開啟選中淡入特效','114670pJDNuH','使用絕對值','軸選項','切換列或欄','標題對齊','趨勢線名稱','長條圖系列','右Y軸標題','386404JSvRfU','UniverProSheetsChartUiZhTW','指示值','用直線連接數據點','網格線','移動平均周期','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','數據範圍','使用右軸','格式類型','小計樣式','{0}\x20大小','設置標籤格式','5OlJyPr','設置圖表','{0}\x20粗細','趨勢線顏色','圖表樣式','{0}\x20類型','關係圖','刪除圖表','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','添加趨勢線','3ALfxIL','類別\x20{0}','數據點','1022406RLQQLv','function','標題位置','566vMIBer','所有系列','R平方','正值樣式','圓角矩形','氣泡標籤','副標題','節點形狀','第\x20{0}\x20項','多項式','標籤位置','object','使用\x20{0}\x20作為類別標籤','X軸標題','添加數據點','添加系列','雷達圖','使用值作為節點大小','12XKseAY','圖表數據源必須包含多於1列和1欄。','趨勢線粗細','amd','顯示數據標籤','折線圖','最小值','水平軸','左對齊','{0}\x20透明度','趨勢線線類型','移動平均','刻度線長度','排列圖','刻度線位置','常規格式不包含任何特定的數字格式。','插入圖表','垂直軸','1043xAGsvh','累積占比','{0}\x20形狀','日期類型','数值比例','堆疊條形圖','力導向','顯示R平方','旋轉標籤','第三四分位數','指示線類型','標籤旋轉','百分比堆疊面積圖','網格線和刻度線','指示線顏色','顯示公式','18amnaVO','扇形間距','空心針形','標籤文本','更多設置','面積圖','空心圓角矩形','趨勢線類型','{0}\x20顏色','{0}\x20格式','空心正方形','節點距離','顯示小計','多項式階數','負值圖例文本','系列\x20{0}','中位數','背景顏色','環形圖','281310GKSXQX','力導向選項','2122681pWPOFp','散點圖','小數位數','桑基圖不能包含循環數據','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','重複詞雲標籤','數據點樣式','右垂直軸','顯示空單元格為','線類型','圖表類型','顯示軸線','指示線','詞雲形狀','組合圖','佈局類型','標題文本','最大值','編輯圖表','堆疊面積圖','空心三角形','5336JGJnBT','右對齊'];_0x5abe=function(){return _0x5b2f0f;};return _0x5abe();}
18
21
 
19
22
  // @univerjs-pro/sheets-sparkline-ui/locale/zh-TW
20
- (function(_0x225112,_0x4f4bd3){var _0x2c7c2d=_0x25b8,_0xd98f53=_0x225112();while(!![]){try{var _0x34fd53=-parseInt(_0x2c7c2d(0x18c))/0x1+parseInt(_0x2c7c2d(0x18d))/0x2+parseInt(_0x2c7c2d(0x18a))/0x3+-parseInt(_0x2c7c2d(0x1ad))/0x4*(parseInt(_0x2c7c2d(0x1a5))/0x5)+-parseInt(_0x2c7c2d(0x191))/0x6+parseInt(_0x2c7c2d(0x1a1))/0x7*(-parseInt(_0x2c7c2d(0x19e))/0x8)+parseInt(_0x2c7c2d(0x1af))/0x9;if(_0x34fd53===_0x4f4bd3)break;else _0xd98f53['push'](_0xd98f53['shift']());}catch(_0x49bb23){_0xd98f53['push'](_0xd98f53['shift']());}}}(_0x1e99,0x41319),function(_0x11f94c,_0xea1aa9){var _0x10aba2=_0x25b8;typeof exports=='object'&&typeof module<'u'?module['exports']=_0xea1aa9():typeof define==_0x10aba2(0x1a2)&&define[_0x10aba2(0x1a6)]?define([],_0xea1aa9):(_0x11f94c=typeof globalThis<'u'?globalThis:_0x11f94c||self,_0x11f94c[_0x10aba2(0x198)]=_0xea1aa9());}(this,function(){var _0xb286ee=_0x25b8;return{'sheets-sparkline':{'title':_0xb286ee(0x19d),'remove':'刪除迷你圖','edit':_0xb286ee(0x19a),'panel':{'title':_0xb286ee(0x190),'basic':_0xb286ee(0x196),'advanced':_0xb286ee(0x1a0),'sourceAndPosition':_0xb286ee(0x193),'type':'類型','line':'折線','bar':'柱狀','pie':'餅圖','profitAndLoss':'盈虧','theme':'主題','standard':'標準','custom':_0xb286ee(0x189),'specialty':'專業','distinctive':'鮮明','soft':'柔和','fresh':'清新','adjustStyle':'調整樣式','sparklineColor':_0xb286ee(0x195),'lineWidth':_0xb286ee(0x197),'gradient':_0xb286ee(0x1b0),'radius':'顯示圓角','marker':'標記','highPoint':'高點','lowPoint':'低點','firstPoint':'首點','lastPoint':'尾點','negativePoint':'負點','markersPoint':'標記','manager':'管理','removeItem':'刪除迷你圖','removeGroup':_0xb286ee(0x18b),'composeManager':_0xb286ee(0x19b),'compose':'組合','unCompose':'取消組合','horizontal':'橫軸','showZeroAxis':_0xb286ee(0x1a9),'axisColor':'軸線顏色','reverse':'從右到左繪製數據','vertical':'縱軸','min':_0xb286ee(0x199),'itemMin':_0xb286ee(0x1a7),'groupMin':'取迷你圖組中的最小值','customMin':_0xb286ee(0x1a4),'max':_0xb286ee(0x194),'itemMax':'取每個迷你圖的最大值','groupMax':_0xb286ee(0x18e),'customMax':_0xb286ee(0x1a4),'moreSetting':_0xb286ee(0x1ac),'showHidden':_0xb286ee(0x1ae),'showEmptyAs':_0xb286ee(0x18f),'showNonNumAs':_0xb286ee(0x19c),'spacing':'間距','zeroValue':'零值','connectWithLine':_0xb286ee(0x1aa),'default':'默認'},'selector':{'title':_0xb286ee(0x19a),'changeType':_0xb286ee(0x1a3),'sparkline':_0xb286ee(0x19d),'sparklineGroup':_0xb286ee(0x1ab),'setSource':'選擇數據範圍','setTarget':'選擇放置位置','confirm':'確定','cancel':'取消','targetError':'目標範圍不合法','singleSourceError':_0xb286ee(0x192),'multSourceError':_0xb286ee(0x1a8),'resetSourceError':_0xb286ee(0x19f)}}};}));function _0x25b8(_0x45fe77,_0x43356c){_0x45fe77=_0x45fe77-0x189;var _0x1e9930=_0x1e99();var _0x25b837=_0x1e9930[_0x45fe77];return _0x25b837;}function _0x1e99(){var _0x4bea73=['1184nKezbk','單個放置位置時不支持多列多欄','高級設置','6790SrVRbI','function','修改选区內的','自定義值','5RmyBvN','amd','取每個迷你圖的最小值','多個區域時不支持多列多欄','顯示零刻度線','用直線連接數據點','迷你圖組','更多設置','968368ZskmyW','顯示隱藏的數據','6724332cUfZIh','漸變填充','自定義','226740miPwmu','刪除迷你圖組','121598kGMNKo','906558kCjtkv','取迷你圖組中的最大值','顯示空單元格為','迷你圖設置','3010344CDPCOE','修改單迷你圖時不支持多選','數據範圍和位置','最大值','迷你圖顏色','基礎設置','折線粗細','UniverProSheetsSparklineUiZhTW','最小值','編輯迷你圖','組合管理','顯示非數字單元格為','迷你圖'];_0x1e99=function(){return _0x4bea73;};return _0x1e99();}
23
+ function _0x587c(){var _0x4cbcc4=['UniverProSheetsSparklineUiZhTW','3796110qpVNZz','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','602NWflbn','高級設置','調整樣式','數據範圍和位置','更多設置','顯示非數字單元格為','最大值','取每個迷你圖的最小值','取消組合','exports','169146KdQIXe','顯示零刻度線','顯示圓角','最小值','顯示隱藏的數據','9528berRjW','取每個迷你圖的最大值','選擇數據範圍','迷你圖顏色','12xVCRXc','function','刪除迷你圖組','215245LRyveb','基礎設置','單個放置位置時不支持多列多欄','刪除迷你圖','amd','取迷你圖組中的最大值','折線粗細','顯示空單元格為','2211oDMYdU','從右到左繪製數據','軸線顏色','7YlyVCB','自定義','507FnKHuo','編輯迷你圖','648668KYzkxl','多個區域時不支持多列多欄','935752UNFVGd','組合管理','自定義值','3yXfPiI','迷你圖組','迷你圖設置'];_0x587c=function(){return _0x4cbcc4;};return _0x587c();}function _0x1dfa(_0xeebda3,_0x1c492a){_0xeebda3=_0xeebda3-0x79;var _0x587c6c=_0x587c();var _0x1dfa87=_0x587c6c[_0xeebda3];return _0x1dfa87;}(function(_0x389774,_0x1ca487){var _0x3f652f=_0x1dfa,_0x1ca533=_0x389774();while(!![]){try{var _0x26e480=parseInt(_0x3f652f(0x8b))/0x1*(parseInt(_0x3f652f(0x98))/0x2)+parseInt(_0x3f652f(0x92))/0x3*(-parseInt(_0x3f652f(0x8d))/0x4)+parseInt(_0x3f652f(0x7e))/0x5*(parseInt(_0x3f652f(0x7b))/0x6)+-parseInt(_0x3f652f(0x89))/0x7*(parseInt(_0x3f652f(0x8f))/0x8)+parseInt(_0x3f652f(0xa2))/0x9+parseInt(_0x3f652f(0x96))/0xa+parseInt(_0x3f652f(0x86))/0xb*(-parseInt(_0x3f652f(0xa7))/0xc);if(_0x26e480===_0x1ca487)break;else _0x1ca533['push'](_0x1ca533['shift']());}catch(_0x139806){_0x1ca533['push'](_0x1ca533['shift']());}}}(_0x587c,0x306ec),function(_0x3aaf24,_0x2ea41f){var _0x11c9b=_0x1dfa;typeof exports=='object'&&typeof module<'u'?module[_0x11c9b(0xa1)]=_0x2ea41f():typeof define==_0x11c9b(0x7c)&&define[_0x11c9b(0x82)]?define([],_0x2ea41f):(_0x3aaf24=typeof globalThis<'u'?globalThis:_0x3aaf24||self,_0x3aaf24[_0x11c9b(0x95)]=_0x2ea41f());}(this,function(){var _0x31b51b=_0x1dfa;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x31b51b(0x97)},'title':'迷你圖','remove':_0x31b51b(0x81),'edit':_0x31b51b(0x8c),'panel':{'title':_0x31b51b(0x94),'basic':_0x31b51b(0x7f),'advanced':_0x31b51b(0x99),'sourceAndPosition':_0x31b51b(0x9b),'type':'類型','line':'折線','bar':'柱狀','pie':'餅圖','profitAndLoss':'盈虧','theme':'主題','standard':'標準','custom':_0x31b51b(0x8a),'specialty':'專業','distinctive':'鮮明','soft':'柔和','fresh':'清新','adjustStyle':_0x31b51b(0x9a),'sparklineColor':_0x31b51b(0x7a),'lineWidth':_0x31b51b(0x84),'gradient':'漸變填充','radius':_0x31b51b(0xa4),'marker':'標記','highPoint':'高點','lowPoint':'低點','firstPoint':'首點','lastPoint':'尾點','negativePoint':'負點','markersPoint':'標記','manager':'管理','removeItem':_0x31b51b(0x81),'removeGroup':_0x31b51b(0x7d),'composeManager':_0x31b51b(0x90),'compose':'組合','unCompose':_0x31b51b(0xa0),'horizontal':'橫軸','showZeroAxis':_0x31b51b(0xa3),'axisColor':_0x31b51b(0x88),'reverse':_0x31b51b(0x87),'vertical':'縱軸','min':_0x31b51b(0xa5),'itemMin':_0x31b51b(0x9f),'groupMin':'取迷你圖組中的最小值','customMin':_0x31b51b(0x91),'max':_0x31b51b(0x9e),'itemMax':_0x31b51b(0xa8),'groupMax':_0x31b51b(0x83),'customMax':'自定義值','moreSetting':_0x31b51b(0x9c),'showHidden':_0x31b51b(0xa6),'showEmptyAs':_0x31b51b(0x85),'showNonNumAs':_0x31b51b(0x9d),'spacing':'間距','zeroValue':'零值','connectWithLine':'用直線連接數據點','default':'默認'},'selector':{'title':_0x31b51b(0x8c),'changeType':'修改选区內的','sparkline':'迷你圖','sparklineGroup':_0x31b51b(0x93),'setSource':_0x31b51b(0x79),'setTarget':'選擇放置位置','confirm':'確定','cancel':'取消','targetError':'目標範圍不合法','singleSourceError':'修改單迷你圖時不支持多選','multSourceError':_0x31b51b(0x8e),'resetSourceError':_0x31b51b(0x80)}}};}));
21
24
 
22
25
  // @univerjs-pro/sheets-shape-ui/locale/zh-TW
23
- function _0x54de(_0x531aaa,_0x4ccc88){_0x531aaa=_0x531aaa-0xda;var _0x266585=_0x2665();var _0x54debb=_0x266585[_0x531aaa];return _0x54debb;}(function(_0x20ddf7,_0x1a156e){var _0x415bb7=_0x54de,_0x4a173f=_0x20ddf7();while(!![]){try{var _0xc34f23=-parseInt(_0x415bb7(0x175))/0x1+-parseInt(_0x415bb7(0x168))/0x2+parseInt(_0x415bb7(0x155))/0x3+parseInt(_0x415bb7(0x15b))/0x4+parseInt(_0x415bb7(0x16e))/0x5+-parseInt(_0x415bb7(0x173))/0x6*(parseInt(_0x415bb7(0x12b))/0x7)+parseInt(_0x415bb7(0xf4))/0x8*(parseInt(_0x415bb7(0x14d))/0x9);if(_0xc34f23===_0x1a156e)break;else _0x4a173f['push'](_0x4a173f['shift']());}catch(_0x4adadf){_0x4a173f['push'](_0x4a173f['shift']());}}}(_0x2665,0x7ce5f),function(_0x2036e9,_0x1d46e2){var _0x5e0ef8=_0x54de;typeof exports==_0x5e0ef8(0x10b)&&typeof module<'u'?module['exports']=_0x1d46e2():typeof define=='function'&&define[_0x5e0ef8(0x150)]?define([],_0x1d46e2):(_0x2036e9=typeof globalThis<'u'?globalThis:_0x2036e9||self,_0x2036e9[_0x5e0ef8(0x15d)]=_0x1d46e2());}(this,function(){var _0x4f7f46=_0x54de;return{'sheets-shape':{'title':'形狀','insertShape':'插入形狀','openPanel':'打開形狀面板','deleteShape':'刪除形狀','hidePanel':'隱藏形狀面板','formatShape':_0x4f7f46(0x149),'shapeStyle':_0x4f7f46(0x11f),'shapePosition':_0x4f7f46(0x160),'toggleFlipH':_0x4f7f46(0x130),'toggleFlipV':_0x4f7f46(0xf6),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x4f7f46(0x103),'toggleTextVertical':'切換文本竖排','fill':{'title':'填充','noFill':_0x4f7f46(0x132),'solidFill':_0x4f7f46(0x15e),'gradientFill':_0x4f7f46(0x135),'pictureFill':'圖片或紋理填充','patternFill':_0x4f7f46(0x16a),'color':'顏色','transparency':_0x4f7f46(0x123),'picture':{'source':'圖片來源','insert':_0x4f7f46(0x13e),'tileAsTexture':_0x4f7f46(0x137),'offsetX':_0x4f7f46(0x153),'offsetY':_0x4f7f46(0xf1),'scaleX':_0x4f7f46(0xe7),'scaleY':_0x4f7f46(0x136),'alignment':'對齊方式','rotateWithShape':_0x4f7f46(0xdf),'align':{'tl':'左上對齊','t':'頂部對齊','tr':_0x4f7f46(0x139),'l':_0x4f7f46(0x146),'ctr':_0x4f7f46(0x113),'r':_0x4f7f46(0x11c),'bl':'左下對齊','b':_0x4f7f46(0x148),'br':_0x4f7f46(0x11d)}}},'line':{'title':'線條','noLine':_0x4f7f46(0xfe),'solidLine':'實線','gradientLine':_0x4f7f46(0x165),'color':'顏色','transparency':_0x4f7f46(0x123),'width':'寬度','dashType':{'title':_0x4f7f46(0x179),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x4f7f46(0x145),'longDashDot':_0x4f7f46(0x117),'longDashDotDot':_0x4f7f46(0x178)},'capType':{'title':_0x4f7f46(0x141),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x4f7f46(0x170),'beginArrowSize':'起點箭頭大小','endArrowType':'終點箭頭類型','endArrowSize':'終點箭頭大小','arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x4f7f46(0xf0),'stealthArrow':_0x4f7f46(0x13f),'diamondArrow':_0x4f7f46(0x12e),'ovalArrow':_0x4f7f46(0xf7)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x4f7f46(0xf3),'blockArrow':_0x4f7f46(0x114),'equationShape':_0x4f7f46(0x10f),'flowchart':_0x4f7f46(0xea),'starAndBanner':'星與旗幟','callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x4f7f46(0x121),'straight-connector2':_0x4f7f46(0x157),'bent-connector3':'折線','bent-connector3-arrow1':_0x4f7f46(0x101),'bent-connector3-arrow2':_0x4f7f46(0xe6),'curved-connector3':'曲線','curved-connector3-arrow1':_0x4f7f46(0x120),'curved-connector3-arrow2':_0x4f7f46(0xe2),'rect':'矩形','round-rect':_0x4f7f46(0x105),'snip1-rect':_0x4f7f46(0xec),'snip2-same-rect':_0x4f7f46(0x169),'snip2-diag-rect':_0x4f7f46(0x104),'snip-round-rect':_0x4f7f46(0x133),'round1-rect':'矩形:單圓角','round2-same-rect':'矩形:圓頂角','round2-diag-rect':_0x4f7f46(0xe4),'rect-textbox-horizontal':_0x4f7f46(0x11b),'rect-textbox-vertical':'縱向文字方塊','ellipse':'橢圓','triangle':_0x4f7f46(0x119),'rt-triangle':_0x4f7f46(0xe5),'parallelogram':_0x4f7f46(0xff),'trapezoid':'梯形','non-isosceles-trapezoid':_0x4f7f46(0x17a),'diamond':'菱形','pentagon':'五邊形','hexagon':_0x4f7f46(0x106),'heptagon':_0x4f7f46(0x109),'octagon':_0x4f7f46(0x12c),'decagon':_0x4f7f46(0xfc),'dodecagon':_0x4f7f46(0x17c),'pie':_0x4f7f46(0x16c),'chord':'弦形','teardrop':_0x4f7f46(0x10d),'frame':'圖文框','half-frame':_0x4f7f46(0xfb),'corner':'L形','diag-stripe':'斜紋','plus':_0x4f7f46(0x10e),'plaque':'缺角矩形','can':'圓柱形','cube':_0x4f7f46(0x108),'bevel':'矩形:棱台','donut':'圓:空心','no-smoking':'禁止符','block-arc':_0x4f7f46(0x10a),'folder-corner':_0x4f7f46(0xe9),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x4f7f46(0x152),'sun':_0x4f7f46(0x13d),'moon':_0x4f7f46(0x111),'cloud':'雲形','arc':'弧形','bracket-pair':_0x4f7f46(0x13b),'brace-pair':_0x4f7f46(0x143),'left-bracket':_0x4f7f46(0x107),'right-bracket':_0x4f7f46(0x112),'left-brace':'左大括號','right-brace':_0x4f7f46(0x17b),'right-arrow':_0x4f7f46(0x134),'left-arrow':'箭頭:左','up-arrow':_0x4f7f46(0xda),'down-arrow':_0x4f7f46(0xe3),'left-right-arrow':'箭頭:左右','up-down-arrow':'箭頭:上下','quad-arrow':_0x4f7f46(0x10c),'left-right-up-arrow':_0x4f7f46(0x181),'bent-arrow':_0x4f7f46(0x17f),'uturn-arrow':'箭頭:手杖形','left-up-arrow':'箭頭:直角雙向','bent-up-arrow':'箭頭:直角上','curved-right-arrow':_0x4f7f46(0x16d),'curved-left-arrow':'箭頭:左弧形','curved-up-arrow':'箭頭:上弧形','curved-down-arrow':_0x4f7f46(0x17d),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':_0x4f7f46(0xfd),'home-plate':_0x4f7f46(0x17e),'chevron':_0x4f7f46(0xf5),'right-arrow-callout':_0x4f7f46(0x127),'down-arrow-callout':_0x4f7f46(0x15f),'left-arrow-callout':'標註:左箭頭','up-arrow-callout':'標註:上箭頭','left-right-arrow-callout':_0x4f7f46(0x161),'quad-arrow-callout':_0x4f7f46(0x126),'circular-arrow':_0x4f7f46(0x159),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':'不等號','flow-chart-process':_0x4f7f46(0x138),'flow-chart-alternate-process':_0x4f7f46(0x171),'flow-chart-decision':'流程圖:決策','flow-chart-input-output':_0x4f7f46(0x14c),'flow-chart-predefined-process':_0x4f7f46(0xde),'flow-chart-internal-storage':_0x4f7f46(0x14b),'flow-chart-document':_0x4f7f46(0xfa),'flow-chart-multidocument':'流程圖:多文檔','flow-chart-terminator':'流程圖:終止','flow-chart-preparation':'流程圖:準備','flow-chart-manual-input':_0x4f7f46(0x128),'flow-chart-manual-operation':_0x4f7f46(0xe0),'flow-chart-connector':_0x4f7f46(0x115),'flow-chart-offpage-connector':_0x4f7f46(0x174),'flow-chart-punched-card':_0x4f7f46(0xef),'flow-chart-punched-tape':_0x4f7f46(0x13a),'flow-chart-summing-junction':'流程圖:匯總連接','flow-chart-or':_0x4f7f46(0xe8),'flow-chart-collate':'流程圖:對照','flow-chart-sort':_0x4f7f46(0xf2),'flow-chart-extract':_0x4f7f46(0xdc),'flow-chart-merge':_0x4f7f46(0x162),'flow-chart-online-storage':_0x4f7f46(0x125),'flow-chart-delay':_0x4f7f46(0x102),'flow-chart-magnetic-tape':_0x4f7f46(0x14a),'flow-chart-magnetic-disk':'流程圖:磁盤','flow-chart-magnetic-drum':_0x4f7f46(0x110),'flow-chart-display':_0x4f7f46(0xf9),'irregular-seal1':_0x4f7f46(0x183),'irregular-seal2':'爆炸形:14pt','star4':_0x4f7f46(0x131),'star5':_0x4f7f46(0x154),'star6':_0x4f7f46(0x118),'star7':'星形:七角','star8':'星形:八角','star10':_0x4f7f46(0x180),'star12':_0x4f7f46(0x156),'star16':_0x4f7f46(0x142),'star24':'星形:二十四角','star32':_0x4f7f46(0x129),'ribbon2':'帶形:上凸','ribbon':'帶形:前凸','ellipse-ribbon2':_0x4f7f46(0x12d),'ellipse-ribbon':_0x4f7f46(0x158),'vertical-scroll':_0x4f7f46(0x16b),'horizontal-scroll':_0x4f7f46(0x140),'wave':'波形','double-wave':_0x4f7f46(0x13c),'wedge-rect-callout':_0x4f7f46(0x14f),'wedge-round-rect-callout':_0x4f7f46(0x122),'wedge-ellipse-callout':_0x4f7f46(0x184),'cloud-callout':_0x4f7f46(0x124),'border-callout1':_0x4f7f46(0x147),'border-callout2':_0x4f7f46(0x12a),'border-callout3':_0x4f7f46(0x151),'accent-callout1':_0x4f7f46(0xdb),'accent-callout2':_0x4f7f46(0x164),'accent-callout3':_0x4f7f46(0x11a),'callout1':_0x4f7f46(0x177),'callout2':_0x4f7f46(0xed),'callout3':_0x4f7f46(0x12f),'accent-border-callout1':_0x4f7f46(0x11e),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':_0x4f7f46(0xee),'left-circular-arrow':_0x4f7f46(0x14e),'left-right-circular-arrow':_0x4f7f46(0x172),'swoosh-arrow':_0x4f7f46(0x176),'left-right-ribbon':_0x4f7f46(0x15a),'pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x4f7f46(0x144),'gear9':'9齒齒輪','corner-tabs':'角標','action-button-back-previous':_0x4f7f46(0xf8),'action-button-forward-next':_0x4f7f46(0x16f),'action-button-beginning':_0x4f7f46(0x15c),'action-button-end':'結束按鈕','action-button-home':_0x4f7f46(0xeb),'action-button-information':_0x4f7f46(0xdd),'action-button-return':'返回按鈕','action-button-movie':_0x4f7f46(0x167),'action-button-document':_0x4f7f46(0xe1),'action-button-sound':'聲音按鈕','action-button-help':'幫助按鈕','action-button-blank':'空白按鈕','chart-plus':_0x4f7f46(0x116),'chart-star':_0x4f7f46(0x163),'chart-x':'圖表X','flow-chart-offline-storage':_0x4f7f46(0x182),'line-inv':'線反向','plaque-tabs':_0x4f7f46(0x166),'square-tabs':'方形標籤','up-down-arrow-callout':_0x4f7f46(0x100)}}};}));function _0x2665(){var _0x2789cb=['右中括號','置中對齊','箭頭總匯','流程圖:接點','圖表加號','長虛線-點','星形:六角','等腰三角形','標註:雙彎曲線形(帶強調線)','橫向文字方塊','右對齊','右下對齊','標註:線形(帶邊框和強調線)','圖形樣式','曲線:箭頭','直線箭頭','對話氣泡:圓角矩形','透明度','氣泡:雲','流程圖:存儲數據','標註:十字箭頭','標註:右箭頭','流程圖:手動輸入','星形:三十二角','標註:彎曲線形','6753642YoCsOJ','八邊形','帶形:上凸彎','菱形箭頭','標註:雙彎曲線形(無邊框)','切換水平翻轉','星形:四角','無填充','矩形:一個圓頂角,剪去另一個頂角','箭頭:右','漸層填充','縮放\x20Y','將圖片平鋪為紋理','流程圖:過程','右上對齊','流程圖:資料帶','雙括號','雙波形','太陽形','插入...','隱形箭頭','卷形:水平','端點類型','星形:十六角','雙大括號','6齒齒輪','長虛線','左對齊','標註:線形','底部對齊','格式化形狀','流程圖:順序訪問存儲器','流程圖:內部貯存','流程圖:數據','9DDepDd','左圓形箭頭','對話氣泡:矩形','amd','標註:雙彎曲線形','閃電形','偏移量\x20X','星形:五角','1216977UTVHcP','星形:十二角','雙箭頭直線','帶形:前凸彎','箭頭:環形','左右帶形','2183140vFGETm','開始按鈕','UniverProSheetsShapeUiZhTW','純色填充','標註:下箭頭','圖形位置','標註:左右箭頭','流程圖:合併','圖表星號','標註:彎曲線形(帶強調線)','漸層線','牌匾標籤','電影按鈕','357192RHuoqg','矩形:剪去頂角','圖案填充','卷形:垂直','不完整圓','箭頭:右弧形','176445lapkDz','前進/下一個按鈕','起點箭頭類型','流程圖:可選過程','左右圓形箭頭','6vRSavb','流程圖:離頁連接符','206635IDRXDq','彎曲箭頭','標註:線形(無邊框)','長虛線-點-點','虛線類型','非等腰梯形','右大括號','十二邊形','箭頭:下弧形','五邊形','箭頭:圓角右','星形:十角','箭頭:丁字','流程圖:離線存儲','爆炸形:8pt','對話氣泡:圓形','箭頭:上','標註:線形(帶強調線)','流程圖:摘錄','信息按鈕','流程圖:預定義過程','隨形狀旋轉','流程圖:手動操作','文檔按鈕','雙箭頭曲線','箭頭:下','矩形:對角圓角','直角三角形','雙箭頭折線','縮放\x20X','流程圖:或者','矩形:折角','流程圖','主頁按鈕','剪去單角矩形','標註:彎曲線形(無邊框)','標註:雙彎曲線形(帶邊框和強調線)','流程圖:卡片','開放箭頭','偏移量\x20Y','流程圖:排序','基本形狀','6999096WQsPzl','箭頭:V型','切換垂直翻轉','橢圓箭頭','返回/上一個按鈕','流程圖:顯示','流程圖:文檔','半閉框','十邊形','箭頭:燕尾形','無線條','平行四邊形','上下箭頭標註','折線:箭頭','流程圖:延期','逆時針\x2090\x20度旋轉','矩形:剪去對角','圓角矩形','六邊形','左中括號','立方體','七邊形','空心弧','object','箭頭:十字','淚滴形','十字形','公式形狀','流程圖:直接訪問存儲器','新月形'];_0x2665=function(){return _0x2789cb;};return _0x2665();}
26
+ function _0x78c7(_0x2250d5,_0x28e8e8){_0x2250d5=_0x2250d5-0x1c1;var _0x48c365=_0x48c3();var _0x78c7a0=_0x48c365[_0x2250d5];return _0x78c7a0;}(function(_0x3c020d,_0x3decb4){var _0x5dc49c=_0x78c7,_0x26f0bc=_0x3c020d();while(!![]){try{var _0x5a03de=parseInt(_0x5dc49c(0x245))/0x1+parseInt(_0x5dc49c(0x279))/0x2+-parseInt(_0x5dc49c(0x24b))/0x3*(-parseInt(_0x5dc49c(0x213))/0x4)+parseInt(_0x5dc49c(0x20c))/0x5*(parseInt(_0x5dc49c(0x237))/0x6)+parseInt(_0x5dc49c(0x21f))/0x7*(parseInt(_0x5dc49c(0x1df))/0x8)+parseInt(_0x5dc49c(0x264))/0x9+-parseInt(_0x5dc49c(0x1ec))/0xa;if(_0x5a03de===_0x3decb4)break;else _0x26f0bc['push'](_0x26f0bc['shift']());}catch(_0x50c983){_0x26f0bc['push'](_0x26f0bc['shift']());}}}(_0x48c3,0xd2f55),function(_0x6b9885,_0x565e21){var _0x12364b=_0x78c7;typeof exports=='object'&&typeof module<'u'?module[_0x12364b(0x246)]=_0x565e21():typeof define==_0x12364b(0x26b)&&define[_0x12364b(0x1f7)]?define([],_0x565e21):(_0x6b9885=typeof globalThis<'u'?globalThis:_0x6b9885||self,_0x6b9885[_0x12364b(0x25a)]=_0x565e21());}(this,function(){var _0x2ec228=_0x78c7;return{'sheets-shape-ui':{'align':{'top':_0x2ec228(0x23b),'middle':_0x2ec228(0x1db),'bottom':_0x2ec228(0x26f),'left':_0x2ec228(0x20e),'center':'置中','right':'靠右對齊'},'toolbar':{'verticalAlignMode':{'main':_0x2ec228(0x252)},'horizontalAlignMode':{'main':'水平對齊'},'fillColor':{'main':'填滿色彩'},'fontSize':_0x2ec228(0x1dc),'fontSizeIncrease':'放大字型','fontSizeDecrease':_0x2ec228(0x1c3),'resetColor':_0x2ec228(0x240)},'imagePanel':{'crop':{'shape':_0x2ec228(0x27f)}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':'插入形狀','openPanel':'打開形狀面板','deleteShape':_0x2ec228(0x1d0),'hidePanel':_0x2ec228(0x254),'formatShape':'格式化形狀','shapeStyle':_0x2ec228(0x270),'shapePosition':'圖形位置','toggleFlipH':'切換水平翻轉','toggleFlipV':'切換垂直翻轉','rotateRight90':_0x2ec228(0x280),'rotateLeft90':_0x2ec228(0x265),'toggleTextVertical':_0x2ec228(0x1e0),'fill':{'title':'填充','noFill':'無填充','solidFill':_0x2ec228(0x201),'gradientFill':_0x2ec228(0x212),'pictureFill':_0x2ec228(0x27b),'patternFill':_0x2ec228(0x22f),'color':'顏色','transparency':_0x2ec228(0x1d6),'picture':{'source':_0x2ec228(0x277),'insert':_0x2ec228(0x210),'tileAsTexture':_0x2ec228(0x20a),'offsetX':'偏移量\x20X','offsetY':_0x2ec228(0x20f),'scaleX':_0x2ec228(0x258),'scaleY':_0x2ec228(0x273),'alignment':_0x2ec228(0x1e1),'rotateWithShape':_0x2ec228(0x221),'align':{'tl':'左上對齊','t':_0x2ec228(0x1c4),'tr':'右上對齊','l':'左對齊','ctr':_0x2ec228(0x274),'r':'右對齊','bl':_0x2ec228(0x1c5),'b':'底部對齊','br':_0x2ec228(0x243)}}},'line':{'title':'線條','noLine':_0x2ec228(0x1e3),'solidLine':'實線','gradientLine':_0x2ec228(0x1cc),'color':'顏色','transparency':_0x2ec228(0x1d6),'width':'寬度','dashType':{'title':_0x2ec228(0x22b),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':'長虛線','longDashDot':'長虛線-點','longDashDotDot':_0x2ec228(0x263)},'capType':{'title':'端點類型','flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x2ec228(0x275),'beginArrowSize':'起點箭頭大小','endArrowType':_0x2ec228(0x1fa),'endArrowSize':_0x2ec228(0x1d9),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x2ec228(0x1c8),'stealthArrow':'隱形箭頭','diamondArrow':_0x2ec228(0x23f),'ovalArrow':_0x2ec228(0x1ff)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x2ec228(0x215),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':'基本形狀','blockArrow':'箭頭總匯','equationShape':_0x2ec228(0x21e),'flowchart':_0x2ec228(0x226),'starAndBanner':'星與旗幟','callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x2ec228(0x259),'straight-connector2':_0x2ec228(0x1c1),'bent-connector3':'折線','bent-connector3-arrow1':_0x2ec228(0x1f5),'bent-connector3-arrow2':_0x2ec228(0x1c9),'curved-connector3':'曲線','curved-connector3-arrow1':_0x2ec228(0x1d8),'curved-connector3-arrow2':_0x2ec228(0x241),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x2ec228(0x24d),'snip2-same-rect':_0x2ec228(0x25f),'snip2-diag-rect':_0x2ec228(0x22c),'snip-round-rect':'矩形:一個圓頂角,剪去另一個頂角','round1-rect':_0x2ec228(0x217),'round2-same-rect':'矩形:圓頂角','round2-diag-rect':_0x2ec228(0x250),'rect-textbox-horizontal':_0x2ec228(0x256),'rect-textbox-vertical':_0x2ec228(0x229),'ellipse':'橢圓','triangle':_0x2ec228(0x1dd),'rt-triangle':_0x2ec228(0x1c2),'parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':_0x2ec228(0x257),'diamond':'菱形','pentagon':_0x2ec228(0x223),'hexagon':'六邊形','heptagon':'七邊形','octagon':_0x2ec228(0x1ce),'decagon':_0x2ec228(0x27d),'dodecagon':_0x2ec228(0x248),'pie':'不完整圓','chord':'弦形','teardrop':_0x2ec228(0x1e9),'frame':_0x2ec228(0x269),'half-frame':_0x2ec228(0x24a),'corner':'L形','diag-stripe':'斜紋','plus':_0x2ec228(0x271),'plaque':_0x2ec228(0x1e2),'can':_0x2ec228(0x219),'cube':'立方體','bevel':'矩形:棱台','donut':'圓:空心','no-smoking':_0x2ec228(0x1e7),'block-arc':_0x2ec228(0x24c),'folder-corner':_0x2ec228(0x266),'smiley-face':'笑臉','heart':'心形','lightning-bolt':'閃電形','sun':_0x2ec228(0x1cd),'moon':_0x2ec228(0x20d),'cloud':'雲形','arc':'弧形','bracket-pair':_0x2ec228(0x255),'brace-pair':'雙大括號','left-bracket':_0x2ec228(0x211),'right-bracket':_0x2ec228(0x1eb),'left-brace':_0x2ec228(0x214),'right-brace':_0x2ec228(0x1ee),'right-arrow':'箭頭:右','left-arrow':_0x2ec228(0x224),'up-arrow':_0x2ec228(0x1f6),'down-arrow':_0x2ec228(0x1f1),'left-right-arrow':_0x2ec228(0x1e6),'up-down-arrow':_0x2ec228(0x268),'quad-arrow':_0x2ec228(0x1d1),'left-right-up-arrow':_0x2ec228(0x1f8),'bent-arrow':_0x2ec228(0x208),'uturn-arrow':_0x2ec228(0x1d3),'left-up-arrow':_0x2ec228(0x251),'bent-up-arrow':_0x2ec228(0x276),'curved-right-arrow':'箭頭:右弧形','curved-left-arrow':'箭頭:左弧形','curved-up-arrow':_0x2ec228(0x227),'curved-down-arrow':_0x2ec228(0x239),'striped-right-arrow':_0x2ec228(0x1de),'notched-right-arrow':_0x2ec228(0x1e4),'home-plate':_0x2ec228(0x223),'chevron':_0x2ec228(0x26d),'right-arrow-callout':_0x2ec228(0x222),'down-arrow-callout':_0x2ec228(0x1e8),'left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0x2ec228(0x1cb),'left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':_0x2ec228(0x281),'circular-arrow':_0x2ec228(0x1ea),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x2ec228(0x262),'flow-chart-process':'流程圖:過程','flow-chart-alternate-process':_0x2ec228(0x207),'flow-chart-decision':'流程圖:決策','flow-chart-input-output':_0x2ec228(0x253),'flow-chart-predefined-process':_0x2ec228(0x27e),'flow-chart-internal-storage':_0x2ec228(0x260),'flow-chart-document':_0x2ec228(0x282),'flow-chart-multidocument':_0x2ec228(0x1d2),'flow-chart-terminator':_0x2ec228(0x267),'flow-chart-preparation':_0x2ec228(0x23e),'flow-chart-manual-input':_0x2ec228(0x1ca),'flow-chart-manual-operation':'流程圖:手動操作','flow-chart-connector':_0x2ec228(0x23c),'flow-chart-offpage-connector':_0x2ec228(0x26a),'flow-chart-punched-card':_0x2ec228(0x218),'flow-chart-punched-tape':_0x2ec228(0x25d),'flow-chart-summing-junction':_0x2ec228(0x244),'flow-chart-or':_0x2ec228(0x23a),'flow-chart-collate':_0x2ec228(0x26c),'flow-chart-sort':_0x2ec228(0x200),'flow-chart-extract':'流程圖:摘錄','flow-chart-merge':_0x2ec228(0x261),'flow-chart-online-storage':_0x2ec228(0x1f9),'flow-chart-delay':_0x2ec228(0x206),'flow-chart-magnetic-tape':_0x2ec228(0x232),'flow-chart-magnetic-disk':_0x2ec228(0x209),'flow-chart-magnetic-drum':_0x2ec228(0x249),'flow-chart-display':'流程圖:顯示','irregular-seal1':_0x2ec228(0x20b),'irregular-seal2':_0x2ec228(0x27c),'star4':_0x2ec228(0x22d),'star5':_0x2ec228(0x25b),'star6':_0x2ec228(0x21b),'star7':_0x2ec228(0x21d),'star8':_0x2ec228(0x202),'star10':_0x2ec228(0x1c7),'star12':'星形:十二角','star16':_0x2ec228(0x22a),'star24':_0x2ec228(0x1f2),'star32':_0x2ec228(0x1d5),'ribbon2':_0x2ec228(0x1e5),'ribbon':_0x2ec228(0x21c),'ellipse-ribbon2':_0x2ec228(0x247),'ellipse-ribbon':_0x2ec228(0x220),'vertical-scroll':_0x2ec228(0x1fe),'horizontal-scroll':_0x2ec228(0x1ed),'wave':'波形','double-wave':_0x2ec228(0x1d4),'wedge-rect-callout':_0x2ec228(0x1f4),'wedge-round-rect-callout':_0x2ec228(0x235),'wedge-ellipse-callout':_0x2ec228(0x233),'cloud-callout':_0x2ec228(0x25c),'border-callout1':_0x2ec228(0x1c6),'border-callout2':_0x2ec228(0x1fd),'border-callout3':_0x2ec228(0x216),'accent-callout1':_0x2ec228(0x22e),'accent-callout2':_0x2ec228(0x24e),'accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x2ec228(0x1da),'callout2':'標註:彎曲線形(無邊框)','callout3':_0x2ec228(0x278),'accent-border-callout1':_0x2ec228(0x1d7),'accent-border-callout2':_0x2ec228(0x228),'accent-border-callout3':_0x2ec228(0x205),'left-circular-arrow':_0x2ec228(0x1f0),'left-right-circular-arrow':_0x2ec228(0x203),'swoosh-arrow':_0x2ec228(0x231),'left-right-ribbon':_0x2ec228(0x234),'pie-wedge':_0x2ec228(0x21a),'funnel':'漏斗','gear6':'6齒齒輪','gear9':'9齒齒輪','corner-tabs':'角標','action-button-back-previous':_0x2ec228(0x272),'action-button-forward-next':_0x2ec228(0x225),'action-button-beginning':_0x2ec228(0x1cf),'action-button-end':_0x2ec228(0x204),'action-button-home':_0x2ec228(0x23d),'action-button-information':'信息按鈕','action-button-return':_0x2ec228(0x26e),'action-button-movie':_0x2ec228(0x1fc),'action-button-document':'文檔按鈕','action-button-sound':_0x2ec228(0x27a),'action-button-help':_0x2ec228(0x1f3),'action-button-blank':_0x2ec228(0x230),'chart-plus':_0x2ec228(0x1ef),'chart-star':'圖表星號','chart-x':_0x2ec228(0x238),'flow-chart-offline-storage':_0x2ec228(0x1fb),'line-inv':_0x2ec228(0x242),'plaque-tabs':_0x2ec228(0x24f),'square-tabs':_0x2ec228(0x236),'up-down-arrow-callout':_0x2ec228(0x25e)}}}};}));function _0x48c3(){var _0x39db1b=['箭頭:圓角右','流程圖:磁盤','將圖片平鋪為紋理','爆炸形:8pt','5mrmnzr','新月形','靠左對齊','偏移量\x20Y','插入...','左中括號','漸層填充','8BrBRsm','左大括號','草繪樣式','標註:雙彎曲線形','矩形:單圓角','流程圖:卡片','圓柱形','餅形楔','星形:六角','帶形:前凸','星形:七角','公式形狀','46823ZOzHXk','帶形:前凸彎','隨形狀旋轉','標註:右箭頭','五邊形','箭頭:左','前進/下一個按鈕','流程圖','箭頭:上弧形','標註:彎曲線形(帶邊框和強調線)','縱向文字方塊','星形:十六角','虛線類型','矩形:剪去對角','星形:四角','標註:線形(帶強調線)','圖案填充','空白按鈕','彎曲箭頭','流程圖:順序訪問存儲器','對話氣泡:圓形','左右帶形','對話氣泡:圓角矩形','方形標籤','1508370dWWXiw','圖表X','箭頭:下弧形','流程圖:或者','靠上對齊','流程圖:接點','主頁按鈕','流程圖:準備','菱形箭頭','重置顏色','雙箭頭曲線','線反向','右下對齊','流程圖:匯總連接','455063ohbUgA','exports','帶形:上凸彎','十二邊形','流程圖:直接訪問存儲器','半閉框','851049usaVdN','空心弧','剪去單角矩形','標註:彎曲線形(帶強調線)','牌匾標籤','矩形:對角圓角','箭頭:直角雙向','垂直對齊','流程圖:數據','隱藏形狀面板','雙括號','橫向文字方塊','非等腰梯形','縮放\x20X','直線箭頭','UniverProSheetsShapeUiZhTW','星形:五角','氣泡:雲','流程圖:資料帶','上下箭頭標註','矩形:剪去頂角','流程圖:內部貯存','流程圖:合併','不等號','長虛線-點-點','11887002JhhKZH','逆時針\x2090\x20度旋轉','矩形:折角','流程圖:終止','箭頭:上下','圖文框','流程圖:離頁連接符','function','流程圖:對照','箭頭:V型','返回按鈕','靠下對齊','圖形樣式','十字形','返回/上一個按鈕','縮放\x20Y','置中對齊','起點箭頭類型','箭頭:直角上','圖片來源','標註:雙彎曲線形(無邊框)','741342qyphLs','聲音按鈕','圖片或紋理填充','爆炸形:14pt','十邊形','流程圖:預定義過程','裁切為形狀','順時針\x2090\x20度旋轉','標註:十字箭頭','流程圖:文檔','雙箭頭直線','直角三角形','縮小字型','頂部對齊','左下對齊','標註:線形','星形:十角','開放箭頭','雙箭頭折線','流程圖:手動輸入','標註:上箭頭','漸層線','太陽形','八邊形','開始按鈕','刪除形狀','箭頭:十字','流程圖:多文檔','箭頭:手杖形','雙波形','星形:三十二角','透明度','標註:線形(帶邊框和強調線)','曲線:箭頭','終點箭頭大小','標註:線形(無邊框)','垂直置中','字型大小','等腰三角形','箭頭:虛尾','1256hHhpdM','切換文本竖排','對齊方式','缺角矩形','無線條','箭頭:燕尾形','帶形:上凸','箭頭:左右','禁止符','標註:下箭頭','淚滴形','箭頭:環形','右中括號','31513610NuvRsO','卷形:水平','右大括號','圖表加號','左圓形箭頭','箭頭:下','星形:二十四角','幫助按鈕','對話氣泡:矩形','折線:箭頭','箭頭:上','amd','箭頭:丁字','流程圖:存儲數據','終點箭頭類型','流程圖:離線存儲','電影按鈕','標註:彎曲線形','卷形:垂直','橢圓箭頭','流程圖:排序','純色填充','星形:八角','左右圓形箭頭','結束按鈕','標註:雙彎曲線形(帶邊框和強調線)','流程圖:延期','流程圖:可選過程'];_0x48c3=function(){return _0x39db1b;};return _0x48c3();}
24
27
 
25
28
  // @univerjs-pro/sheets-outline-ui/locale/zh-TW
26
- function _0x1bd5(_0x422bcd,_0x4baa06){_0x422bcd=_0x422bcd-0x111;var _0x50c22b=_0x50c2();var _0x1bd509=_0x50c22b[_0x422bcd];return _0x1bd509;}(function(_0x28f25c,_0x24a198){var _0x15d1b2=_0x1bd5,_0x2e8ff4=_0x28f25c();while(!![]){try{var _0x47d8a0=-parseInt(_0x15d1b2(0x11c))/0x1+-parseInt(_0x15d1b2(0x11a))/0x2+-parseInt(_0x15d1b2(0x11f))/0x3*(parseInt(_0x15d1b2(0x116))/0x4)+parseInt(_0x15d1b2(0x119))/0x5*(parseInt(_0x15d1b2(0x11e))/0x6)+-parseInt(_0x15d1b2(0x11b))/0x7+parseInt(_0x15d1b2(0x11d))/0x8+parseInt(_0x15d1b2(0x125))/0x9;if(_0x47d8a0===_0x24a198)break;else _0x2e8ff4['push'](_0x2e8ff4['shift']());}catch(_0x4b6b4f){_0x2e8ff4['push'](_0x2e8ff4['shift']());}}}(_0x50c2,0x8177f),function(_0x113773,_0x19058e){var _0x360d62=_0x1bd5;typeof exports==_0x360d62(0x118)&&typeof module<'u'?module['exports']=_0x19058e():typeof define==_0x360d62(0x113)&&define[_0x360d62(0x115)]?define([],_0x19058e):(_0x113773=typeof globalThis<'u'?globalThis:_0x113773||self,_0x113773['UniverProSheetsOutlineUiZhTW']=_0x19058e());}(this,function(){var _0x4d3149=_0x1bd5;return{'sheetsGroup':{'group':'群組','ungroup':_0x4d3149(0x124),'groupRows':_0x4d3149(0x117),'groupColumns':'群組欄\x20{0}\x20-\x20{1}','ungroupRows':'取消群組列\x20{0}\x20-\x20{1}','ungroupColumns':_0x4d3149(0x120),'error':{'permission':'目前沒有檢視權限,無法進行分組相關操作。','invalidRange':_0x4d3149(0x114),'outOfBounds':_0x4d3149(0x122),'crossing':_0x4d3149(0x123),'maxDepth':'無法建立群組,為相容\x20Excel\x20匯出,群組最多支援\x208\x20層。','moveSplitsOutline':_0x4d3149(0x112),'clearRangeNotContainOutline':_0x4d3149(0x111),'unknown':_0x4d3149(0x121)}}};}));function _0x50c2(){var _0x1a600=['amd','112316iuDuZS','群組列\x20{0}\x20-\x20{1}','object','75440cJxCAJ','909520dmrXQR','986132SSXmrD','281607zRltcs','2051752LcxKRj','54IAhKPK','21nfOqJt','取消群組欄\x20{0}\x20-\x20{1}','無法更新群組,該操作無效。','無法建立群組,所選範圍超出了目前工作表。','無法更新群組,操作後會產生交叉群組。','取消群組','10906542clpgwp','無法取消群組,所選範圍未完全包含群組範圍','無法移動列或欄,該操作會拆分既有群組。請先取消相關群組後再移動。','function','無法建立群組,所選範圍無效。'];_0x50c2=function(){return _0x1a600;};return _0x50c2();}
29
+ function _0x20e1(){var _0x26f745=['取消群組欄\x20{0}\x20-\x20{1}','目前沒有檢視權限,無法進行分組相關操作。','無法建立群組,所選範圍無效。','20YHwXJX','1112YGqWBD','508295cjHuBr','8024532uKfDBy','取消群組','取消群組列\x20{0}\x20-\x20{1}','UniverProSheetsOutlineUiZhTW','無法取消群組,所選範圍未完全包含群組範圍','2197455QZpymp','7607781JxsqVe','84399rzIarP','無法移動列或欄,該操作會拆分既有群組。請先取消相關群組後再移動。','無法建立群組,為相容\x20Excel\x20匯出,群組最多支援\x208\x20層。','群組列\x20{0}\x20-\x20{1}','群組欄\x20{0}\x20-\x20{1}','4beKfnx','91629yESMhQ','exports','10yCIlMb','amd','41926610IyAjJo','function','無法更新群組,操作後會產生交叉群組。'];_0x20e1=function(){return _0x26f745;};return _0x20e1();}function _0x1f93(_0x4034a3,_0x35fbbf){_0x4034a3=_0x4034a3-0xed;var _0x20e180=_0x20e1();var _0x1f939f=_0x20e180[_0x4034a3];return _0x1f939f;}(function(_0x356cd4,_0x4a0017){var _0x3a3e8f=_0x1f93,_0x264f13=_0x356cd4();while(!![]){try{var _0x11a46c=parseInt(_0x3a3e8f(0xff))/0x1*(-parseInt(_0x3a3e8f(0xef))/0x2)+-parseInt(_0x3a3e8f(0xf7))/0x3*(parseInt(_0x3a3e8f(0xfe))/0x4)+-parseInt(_0x3a3e8f(0xf1))/0x5+parseInt(_0x3a3e8f(0xf2))/0x6+-parseInt(_0x3a3e8f(0xf9))/0x7*(parseInt(_0x3a3e8f(0xf0))/0x8)+-parseInt(_0x3a3e8f(0xf8))/0x9*(parseInt(_0x3a3e8f(0x101))/0xa)+parseInt(_0x3a3e8f(0x103))/0xb;if(_0x11a46c===_0x4a0017)break;else _0x264f13['push'](_0x264f13['shift']());}catch(_0x267630){_0x264f13['push'](_0x264f13['shift']());}}}(_0x20e1,0xd62d2),function(_0x52034d,_0x10abe9){var _0x32c602=_0x1f93;typeof exports=='object'&&typeof module<'u'?module[_0x32c602(0x100)]=_0x10abe9():typeof define==_0x32c602(0x104)&&define[_0x32c602(0x102)]?define([],_0x10abe9):(_0x52034d=typeof globalThis<'u'?globalThis:_0x52034d||self,_0x52034d[_0x32c602(0xf5)]=_0x10abe9());}(this,function(){var _0x5f3eeb=_0x1f93;return{'sheets-outline-ui':{'cancel':'取消','group':'群組','ungroup':_0x5f3eeb(0xf3),'groupRows':_0x5f3eeb(0xfc),'groupColumns':_0x5f3eeb(0xfd),'ungroupRows':_0x5f3eeb(0xf4),'ungroupColumns':_0x5f3eeb(0x106),'error':{'permission':_0x5f3eeb(0xed),'invalidRange':_0x5f3eeb(0xee),'outOfBounds':'無法建立群組,所選範圍超出了目前工作表。','crossing':_0x5f3eeb(0x105),'maxDepth':_0x5f3eeb(0xfb),'moveSplitsOutline':_0x5f3eeb(0xfa),'clearRangeNotContainOutline':_0x5f3eeb(0xf6),'unknown':'無法更新群組,該操作無效。'}}};}));
27
30
 
28
31
  // locale/zh-TW
29
- (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/exchange-client/locale/zh-TW"),require("@univerjs-pro/sheets-chart/locale/zh-TW"),require("@univerjs-pro/sheets-chart-ui/locale/zh-TW"),require("@univerjs-pro/sheets-outline-ui/locale/zh-TW"),require("@univerjs-pro/sheets-pivot/locale/zh-TW"),require("@univerjs-pro/sheets-pivot-ui/locale/zh-TW"),require("@univerjs-pro/sheets-print/locale/zh-TW"),require("@univerjs-pro/sheets-shape-ui/locale/zh-TW"),require("@univerjs-pro/sheets-sparkline-ui/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/exchange-client/locale/zh-TW","@univerjs-pro/sheets-chart/locale/zh-TW","@univerjs-pro/sheets-chart-ui/locale/zh-TW","@univerjs-pro/sheets-outline-ui/locale/zh-TW","@univerjs-pro/sheets-pivot/locale/zh-TW","@univerjs-pro/sheets-pivot-ui/locale/zh-TW","@univerjs-pro/sheets-print/locale/zh-TW","@univerjs-pro/sheets-shape-ui/locale/zh-TW","@univerjs-pro/sheets-sparkline-ui/locale/zh-TW"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsAdvancedZhTW=r(e.UniverCore,e.UniverProExchangeClientZhTW,e.UniverProSheetsChartZhTW,e.UniverProSheetsChartUiZhTW,e.UniverProSheetsOutlineUiZhTW,e.UniverProSheetsPivotZhTW,e.UniverProSheetsPivotUiZhTW,e.UniverProSheetsPrintZhTW,e.UniverProSheetsShapeUiZhTW,e.UniverProSheetsSparklineUiZhTW))})(this,(function(e,r,i,s,h,n,t,o,u,v){"use strict";return e.mergeLocales(r,i,s,h,n,t,o,u,v)}));
32
+ (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/exchange-client/locale/zh-TW"),require("@univerjs-pro/sheets-chart/locale/zh-TW"),require("@univerjs-pro/sheets-chart-ui/locale/zh-TW"),require("@univerjs-pro/sheets-exchange-client/locale/zh-TW"),require("@univerjs-pro/sheets-outline-ui/locale/zh-TW"),require("@univerjs-pro/sheets-pivot/locale/zh-TW"),require("@univerjs-pro/sheets-pivot-ui/locale/zh-TW"),require("@univerjs-pro/sheets-print/locale/zh-TW"),require("@univerjs-pro/sheets-shape-ui/locale/zh-TW"),require("@univerjs-pro/sheets-sparkline-ui/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/exchange-client/locale/zh-TW","@univerjs-pro/sheets-chart/locale/zh-TW","@univerjs-pro/sheets-chart-ui/locale/zh-TW","@univerjs-pro/sheets-exchange-client/locale/zh-TW","@univerjs-pro/sheets-outline-ui/locale/zh-TW","@univerjs-pro/sheets-pivot/locale/zh-TW","@univerjs-pro/sheets-pivot-ui/locale/zh-TW","@univerjs-pro/sheets-print/locale/zh-TW","@univerjs-pro/sheets-shape-ui/locale/zh-TW","@univerjs-pro/sheets-sparkline-ui/locale/zh-TW"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsAdvancedZhTW=r(e.UniverCore,e.UniverProExchangeClientZhTW,e.UniverProSheetsChartZhTW,e.UniverProSheetsChartUiZhTW,e.UniverProSheetsExchangeClientZhTW,e.UniverProSheetsOutlineUiZhTW,e.UniverProSheetsPivotZhTW,e.UniverProSheetsPivotUiZhTW,e.UniverProSheetsPrintZhTW,e.UniverProSheetsShapeUiZhTW,e.UniverProSheetsSparklineUiZhTW))})(this,(function(e,r,i,s,h,n,t,o,u,c,v){"use strict";return e.mergeLocales(r,i,s,h,n,t,o,u,c,v)}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-sheets-advanced",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "private": false,
5
5
  "description": "Preset for advanced Univer Sheets with charts, pivot tables, and print capabilities.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -66,35 +66,35 @@
66
66
  "rxjs": ">=7.0.0"
67
67
  },
68
68
  "dependencies": {
69
- "@univerjs-pro/engine-chart": "0.24.0",
70
- "@univerjs-pro/engine-formula": "0.24.0",
71
- "@univerjs-pro/engine-shape": "0.24.0",
72
- "@univerjs-pro/exchange-client": "0.24.0",
73
- "@univerjs-pro/license": "0.24.0",
74
- "@univerjs-pro/sheets-chart": "0.24.0",
75
- "@univerjs-pro/sheets-chart-ui": "0.24.0",
76
- "@univerjs-pro/sheets-exchange-client": "0.24.0",
77
- "@univerjs-pro/sheets-outline": "0.24.0",
78
- "@univerjs-pro/sheets-outline-ui": "0.24.0",
79
- "@univerjs-pro/sheets-pivot": "0.24.0",
80
- "@univerjs-pro/sheets-pivot-ui": "0.24.0",
81
- "@univerjs-pro/sheets-print": "0.24.0",
82
- "@univerjs-pro/sheets-shape": "0.24.0",
83
- "@univerjs-pro/sheets-shape-ui": "0.24.0",
84
- "@univerjs-pro/sheets-sparkline": "0.24.0",
85
- "@univerjs-pro/sheets-sparkline-ui": "0.24.0",
86
- "@univerjs/sheets-graphics": "0.24.0"
69
+ "@univerjs-pro/engine-chart": "0.25.0",
70
+ "@univerjs-pro/engine-formula": "0.25.0",
71
+ "@univerjs-pro/engine-shape": "0.25.0",
72
+ "@univerjs-pro/exchange-client": "0.25.0",
73
+ "@univerjs-pro/license": "0.25.0",
74
+ "@univerjs-pro/sheets-chart": "0.25.0",
75
+ "@univerjs-pro/sheets-chart-ui": "0.25.0",
76
+ "@univerjs-pro/sheets-exchange-client": "0.25.0",
77
+ "@univerjs-pro/sheets-outline": "0.25.0",
78
+ "@univerjs-pro/sheets-outline-ui": "0.25.0",
79
+ "@univerjs-pro/sheets-pivot": "0.25.0",
80
+ "@univerjs-pro/sheets-pivot-ui": "0.25.0",
81
+ "@univerjs-pro/sheets-print": "0.25.0",
82
+ "@univerjs-pro/sheets-shape": "0.25.0",
83
+ "@univerjs-pro/sheets-shape-ui": "0.25.0",
84
+ "@univerjs-pro/sheets-sparkline": "0.25.0",
85
+ "@univerjs-pro/sheets-sparkline-ui": "0.25.0",
86
+ "@univerjs/sheets-graphics": "0.25.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@univerjs-pro/collaboration": "0.24.0",
90
- "@univerjs-pro/engine-pivot": "0.24.0",
91
- "@univerjs-pro/print": "0.24.0",
92
- "@univerjs/core": "0.24.0",
89
+ "@univerjs-pro/collaboration": "0.25.0",
90
+ "@univerjs-pro/engine-pivot": "0.25.0",
91
+ "@univerjs-pro/print": "0.25.0",
92
+ "@univerjs/core": "0.25.0",
93
93
  "react": "18.3.1",
94
94
  "react-dom": "18.3.1",
95
95
  "rxjs": "7.8.2",
96
96
  "typescript": "^6.0.3",
97
- "@univerjs-infra/shared": "0.24.0"
97
+ "@univerjs-infra/shared": "0.25.0"
98
98
  },
99
99
  "scripts": {
100
100
  "prebuild:preset": "tsx prepare.ts",