@univerjs/preset-docs-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 +12 -0
  21. package/lib/es/locales/ca-ES.js +9 -7
  22. package/lib/es/locales/de-DE.js +12 -0
  23. package/lib/es/locales/en-US.js +7 -5
  24. package/lib/es/locales/es-ES.js +7 -5
  25. package/lib/es/locales/fa-IR.js +9 -7
  26. package/lib/es/locales/fr-FR.js +7 -5
  27. package/lib/es/locales/id-ID.js +12 -0
  28. package/lib/es/locales/it-IT.js +12 -0
  29. package/lib/es/locales/ja-JP.js +9 -7
  30. package/lib/es/locales/ko-KR.js +7 -5
  31. package/lib/es/locales/pl-PL.js +12 -0
  32. package/lib/es/locales/pt-BR.js +12 -0
  33. package/lib/es/locales/ru-RU.js +7 -5
  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 +12 -0
  38. package/lib/es/locales/zh-TW.js +9 -7
  39. package/lib/locales/ar-SA.js +12 -0
  40. package/lib/locales/ca-ES.js +9 -7
  41. package/lib/locales/de-DE.js +12 -0
  42. package/lib/locales/en-US.js +7 -5
  43. package/lib/locales/es-ES.js +7 -5
  44. package/lib/locales/fa-IR.js +9 -7
  45. package/lib/locales/fr-FR.js +7 -5
  46. package/lib/locales/id-ID.js +12 -0
  47. package/lib/locales/it-IT.js +12 -0
  48. package/lib/locales/ja-JP.js +9 -7
  49. package/lib/locales/ko-KR.js +7 -5
  50. package/lib/locales/pl-PL.js +12 -0
  51. package/lib/locales/pt-BR.js +12 -0
  52. package/lib/locales/ru-RU.js +7 -5
  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 +12 -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 +7 -7
  66. package/lib/umd/locales/ar-SA.js +11 -0
  67. package/lib/umd/locales/ca-ES.js +6 -3
  68. package/lib/umd/locales/de-DE.js +11 -0
  69. package/lib/umd/locales/en-US.js +6 -3
  70. package/lib/umd/locales/es-ES.js +6 -3
  71. package/lib/umd/locales/fa-IR.js +6 -3
  72. package/lib/umd/locales/fr-FR.js +6 -3
  73. package/lib/umd/locales/id-ID.js +11 -0
  74. package/lib/umd/locales/it-IT.js +11 -0
  75. package/lib/umd/locales/ja-JP.js +6 -3
  76. package/lib/umd/locales/ko-KR.js +6 -3
  77. package/lib/umd/locales/pl-PL.js +11 -0
  78. package/lib/umd/locales/pt-BR.js +11 -0
  79. package/lib/umd/locales/ru-RU.js +6 -3
  80. package/lib/umd/locales/sk-SK.js +6 -3
  81. package/lib/umd/locales/vi-VN.js +6 -3
  82. package/lib/umd/locales/zh-CN.js +6 -3
  83. package/lib/umd/locales/zh-HK.js +11 -0
  84. package/lib/umd/locales/zh-TW.js +6 -3
  85. package/package.json +9 -9
@@ -1,8 +1,11 @@
1
1
  // @univerjs-pro/exchange-client/locale/sk-SK
2
- function _0x42ef(){var _0x4391f6=['Úspešne\x20nahraných\x20{0}\x20súborov','Sieťová\x20chyba','UniverProExchangeClientSkSK','665163rJQdTy','Sťahovanie\x20úspešné','2210urTLUF','192032AbiEmj','exports','20sEXFDq','10035744aQsPaZ','Uložiť\x20ako','Otvoriť\x20(súbor)','Súbor','12dkSgNR','function','Sťahovanie','3815392gFPSfl','4126KvpZSy','Sieťové\x20pripojenie\x20bolo\x20prerušené\x20a\x20nahrávanie\x20súboru\x20zlyhalo','Nahrávanie','Zrušiť','359PHcqQz','Súbor\x20bol\x20úspešne\x20nahraný','amd','1879809LyZqtK','Nahrať\x20znova','100771BmFtDl','Prosím\x20počkajte...'];_0x42ef=function(){return _0x4391f6;};return _0x42ef();}function _0x4986(_0x4f39bb,_0x2bcd30){_0x4f39bb=_0x4f39bb-0xa7;var _0x42ef50=_0x42ef();var _0x4986f4=_0x42ef50[_0x4f39bb];return _0x4986f4;}(function(_0x439c26,_0x66c545){var _0x29ea28=_0x4986,_0x9939c2=_0x439c26();while(!![]){try{var _0x400098=-parseInt(_0x29ea28(0xb2))/0x1*(-parseInt(_0x29ea28(0xae))/0x2)+-parseInt(_0x29ea28(0xb5))/0x3+parseInt(_0x29ea28(0xbf))/0x4*(parseInt(_0x29ea28(0xc1))/0x5)+-parseInt(_0x29ea28(0xaa))/0x6*(-parseInt(_0x29ea28(0xad))/0x7)+parseInt(_0x29ea28(0xc2))/0x8+parseInt(_0x29ea28(0xbc))/0x9+-parseInt(_0x29ea28(0xbe))/0xa*(parseInt(_0x29ea28(0xb7))/0xb);if(_0x400098===_0x66c545)break;else _0x9939c2['push'](_0x9939c2['shift']());}catch(_0x30b665){_0x9939c2['push'](_0x9939c2['shift']());}}}(_0x42ef,0xaae30),function(_0x14f492,_0x10e01f){var _0x322bfc=_0x4986;typeof exports=='object'&&typeof module<'u'?module[_0x322bfc(0xc0)]=_0x10e01f():typeof define==_0x322bfc(0xab)&&define[_0x322bfc(0xb4)]?define([],_0x10e01f):(_0x14f492=typeof globalThis<'u'?globalThis:_0x14f492||self,_0x14f492[_0x322bfc(0xbb)]=_0x10e01f());}(this,function(){var _0xfa6702=_0x4986;return{'exchange':{'file':_0xfa6702(0xa9),'upload':_0xfa6702(0xa8),'download':_0xfa6702(0xa7),'uploading':_0xfa6702(0xb0),'uploadSuccess':_0xfa6702(0xb3),'uploadSuccessTip':_0xfa6702(0xb9),'downloading':_0xfa6702(0xac),'downloadSuccess':_0xfa6702(0xbd),'unknownMistake':'Neznáma\x20chyba','networkError':_0xfa6702(0xba),'tooLarge':'Dáta\x20sú\x20príliš\x20veľké','internalError':'Interná\x20neznáma\x20chyba','interrupt':_0xfa6702(0xaf),'fileTypeError':'Vybraný\x20súbor\x20[{0}]\x20nie\x20je\x20podporovaný\x20na\x20nahrávanie','wait':_0xfa6702(0xb8),'cancel':_0xfa6702(0xb1),'uploadAgain':_0xfa6702(0xb6)}};}));
2
+ (function(_0x3882c2,_0x18fb49){var _0x474082=_0x3916,_0x4dd98d=_0x3882c2();while(!![]){try{var _0x585491=-parseInt(_0x474082(0x106))/0x1+-parseInt(_0x474082(0x105))/0x2+parseInt(_0x474082(0x103))/0x3*(-parseInt(_0x474082(0x102))/0x4)+parseInt(_0x474082(0x108))/0x5*(-parseInt(_0x474082(0x10c))/0x6)+parseInt(_0x474082(0x111))/0x7+-parseInt(_0x474082(0x10e))/0x8+-parseInt(_0x474082(0x10f))/0x9*(-parseInt(_0x474082(0x100))/0xa);if(_0x585491===_0x18fb49)break;else _0x4dd98d['push'](_0x4dd98d['shift']());}catch(_0x58c544){_0x4dd98d['push'](_0x4dd98d['shift']());}}}(_0x23c3,0x941cd),function(_0x356890,_0x256f0f){var _0x4c3c8a=_0x3916;typeof exports==_0x4c3c8a(0x110)&&typeof module<'u'?module[_0x4c3c8a(0x114)]=_0x256f0f():typeof define=='function'&&define[_0x4c3c8a(0x101)]?define([],_0x256f0f):(_0x356890=typeof globalThis<'u'?globalThis:_0x356890||self,_0x356890[_0x4c3c8a(0x112)]=_0x256f0f());}(this,function(){var _0x533436=_0x3916;return{'exchange-client':{'uploading':'Nahrávanie','uploadSuccess':_0x533436(0x10b),'uploadSuccessTip':_0x533436(0x109),'downloading':_0x533436(0x107),'downloadSuccess':'Sťahovanie\x20úspešné','unknownMistake':_0x533436(0x10a),'networkError':'Sieťová\x20chyba','tooLarge':'Dáta\x20sú\x20príliš\x20veľké','internalError':_0x533436(0x10d),'interrupt':_0x533436(0x113),'fileTypeError':'Vybraný\x20súbor\x20[{0}]\x20nie\x20je\x20podporovaný\x20na\x20nahrávanie','wait':_0x533436(0x104),'cancel':'Zrušiť','uploadAgain':'Nahrať\x20znova'}};}));function _0x3916(_0x11c7f5,_0x5e0d44){_0x11c7f5=_0x11c7f5-0x100;var _0x23c3b7=_0x23c3();var _0x391636=_0x23c3b7[_0x11c7f5];return _0x391636;}function _0x23c3(){var _0x45970c=['9452240oVxHnA','44793KidUzD','object','3811955mJcyOS','UniverProExchangeClientSkSK','Sieťové\x20pripojenie\x20bolo\x20prerušené\x20a\x20nahrávanie\x20súboru\x20zlyhalo','exports','7010pZcWeg','amd','409576LiDMXD','27nBPFMN','Prosím\x20počkajte...','1367778RohKBg','306745URqWwJ','Sťahovanie','15CDPmaV','Úspešne\x20nahraných\x20{0}\x20súborov','Neznáma\x20chyba','Súbor\x20bol\x20úspešne\x20nahraný','666126orExIw','Interná\x20neznáma\x20chyba'];_0x23c3=function(){return _0x45970c;};return _0x23c3();}
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/sk-SK
5
+ function _0xc7ec(){var _0x56f037=['2614895WYStgZ','7ugNyDz','Otvoriť\x20(súbor)','14892vDjGeK','exports','5229306TMGHJm','Uložiť\x20ako','3432253MEhXXO','function','1868598VBRrri','Súbor','8FQGefE','8ejTmJS','1xYIKTj','5619798MXypUN','19513hJsCXN','388509RukiCy','UniverProDocsExchangeClientSkSK','20gCYhsA'];_0xc7ec=function(){return _0x56f037;};return _0xc7ec();}function _0x3379(_0x2ceb3b,_0x213da7){_0x2ceb3b=_0x2ceb3b-0x113;var _0xc7ec4f=_0xc7ec();var _0x337993=_0xc7ec4f[_0x2ceb3b];return _0x337993;}(function(_0x41d3c0,_0x253ec1){var _0x2e1604=_0x3379,_0x47ac4d=_0x41d3c0();while(!![]){try{var _0x2146dd=-parseInt(_0x2e1604(0x11b))/0x1*(parseInt(_0x2e1604(0x117))/0x2)+parseInt(_0x2e1604(0x11e))/0x3*(-parseInt(_0x2e1604(0x11a))/0x4)+-parseInt(_0x2e1604(0x121))/0x5+-parseInt(_0x2e1604(0x113))/0x6*(parseInt(_0x2e1604(0x122))/0x7)+-parseInt(_0x2e1604(0x119))/0x8*(-parseInt(_0x2e1604(0x11c))/0x9)+-parseInt(_0x2e1604(0x120))/0xa*(-parseInt(_0x2e1604(0x115))/0xb)+parseInt(_0x2e1604(0x124))/0xc*(parseInt(_0x2e1604(0x11d))/0xd);if(_0x2146dd===_0x253ec1)break;else _0x47ac4d['push'](_0x47ac4d['shift']());}catch(_0xa5d4c6){_0x47ac4d['push'](_0x47ac4d['shift']());}}}(_0xc7ec,0x7fc6e),function(_0xeaed42,_0x41559a){var _0x5ce2ca=_0x3379;typeof exports=='object'&&typeof module<'u'?module[_0x5ce2ca(0x125)]=_0x41559a():typeof define==_0x5ce2ca(0x116)&&define['amd']?define([],_0x41559a):(_0xeaed42=typeof globalThis<'u'?globalThis:_0xeaed42||self,_0xeaed42[_0x5ce2ca(0x11f)]=_0x41559a());}(this,function(){var _0x488bb7=_0x3379;return{'docs-exchange-client':{'file':_0x488bb7(0x118),'upload':_0x488bb7(0x123),'download':_0x488bb7(0x114)}};}));
3
6
 
4
7
  // @univerjs-pro/docs-print/locale/sk-SK
5
- function _0x205a(_0x1d21c0,_0x14be65){_0x1d21c0=_0x1d21c0-0x18e;var _0x384a4a=_0x384a();var _0x205aef=_0x384a4a[_0x1d21c0];return _0x205aef;}function _0x384a(){var _0x418f89=['500ntjcJz','91832XvXzBf','14211RfZHmk','88PnzjWT','amd','exports','function','34984OHyotv','Tlač','4504osjvuV','36TzyuYG','2014054rziSjG','4659545NaVPnt','66HVSOib','100470bYCzZI'];_0x384a=function(){return _0x418f89;};return _0x384a();}(function(_0x5813ed,_0x4c912d){var _0x227668=_0x205a,_0x5269f9=_0x5813ed();while(!![]){try{var _0x1d778e=parseInt(_0x227668(0x196))/0x1*(-parseInt(_0x227668(0x19c))/0x2)+parseInt(_0x227668(0x18e))/0x3*(-parseInt(_0x227668(0x19a))/0x4)+-parseInt(_0x227668(0x192))/0x5*(-parseInt(_0x227668(0x191))/0x6)+-parseInt(_0x227668(0x18f))/0x7+parseInt(_0x227668(0x194))/0x8+parseInt(_0x227668(0x195))/0x9*(parseInt(_0x227668(0x193))/0xa)+parseInt(_0x227668(0x190))/0xb;if(_0x1d778e===_0x4c912d)break;else _0x5269f9['push'](_0x5269f9['shift']());}catch(_0x919a93){_0x5269f9['push'](_0x5269f9['shift']());}}}(_0x384a,0x23350),function(_0x41b1d9,_0x348226){var _0x2edd7b=_0x205a;typeof exports=='object'&&typeof module<'u'?module[_0x2edd7b(0x198)]=_0x348226():typeof define==_0x2edd7b(0x199)&&define[_0x2edd7b(0x197)]?define([],_0x348226):(_0x41b1d9=typeof globalThis<'u'?globalThis:_0x41b1d9||self,_0x41b1d9['UniverProDocsPrintSkSK']=_0x348226());}(this,function(){var _0x53f4f3=_0x205a;return{'print':{'menu':_0x53f4f3(0x19b)}};}));
8
+ function _0xb1e6(_0x56d023,_0x14a3e5){_0x56d023=_0x56d023-0x99;var _0x383c8d=_0x383c();var _0xb1e639=_0x383c8d[_0x56d023];return _0xb1e639;}(function(_0x398551,_0x725f56){var _0x18e02e=_0xb1e6,_0x3a1a14=_0x398551();while(!![]){try{var _0x49b1ce=-parseInt(_0x18e02e(0xa5))/0x1+-parseInt(_0x18e02e(0x9d))/0x2*(-parseInt(_0x18e02e(0xa0))/0x3)+-parseInt(_0x18e02e(0x9a))/0x4*(-parseInt(_0x18e02e(0xa8))/0x5)+parseInt(_0x18e02e(0xa6))/0x6*(-parseInt(_0x18e02e(0x99))/0x7)+-parseInt(_0x18e02e(0x9b))/0x8*(-parseInt(_0x18e02e(0xa9))/0x9)+-parseInt(_0x18e02e(0x9c))/0xa+parseInt(_0x18e02e(0xa1))/0xb*(parseInt(_0x18e02e(0x9f))/0xc);if(_0x49b1ce===_0x725f56)break;else _0x3a1a14['push'](_0x3a1a14['shift']());}catch(_0xfa91bc){_0x3a1a14['push'](_0x3a1a14['shift']());}}}(_0x383c,0x83b89),function(_0xf52d0b,_0x15b119){var _0x238c3a=_0xb1e6;typeof exports==_0x238c3a(0x9e)&&typeof module<'u'?module[_0x238c3a(0xa3)]=_0x15b119():typeof define==_0x238c3a(0xa7)&&define[_0x238c3a(0xa4)]?define([],_0x15b119):(_0xf52d0b=typeof globalThis<'u'?globalThis:_0xf52d0b||self,_0xf52d0b[_0x238c3a(0xa2)]=_0x15b119());}(this,function(){return{'docs-print':{'menu':'Tlač'}};}));function _0x383c(){var _0x8d4592=['90500XkaAzi','795474aXbmcD','107254sMzYcO','152PlgLJl','24WKPQhp','6362790rQoEsn','268bePdCu','object','615948cGQgSL','7878gzDIKG','154fbnaDw','UniverProDocsPrintSkSK','exports','amd','127506nTzcxf','282rUuMao','function'];_0x383c=function(){return _0x8d4592;};return _0x383c();}
6
9
 
7
10
  // locale/sk-SK
8
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-print/locale/sk-SK"),require("@univerjs-pro/exchange-client/locale/sk-SK")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-print/locale/sk-SK","@univerjs-pro/exchange-client/locale/sk-SK"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedSkSK=n(e.UniverCore,e.UniverProDocsPrintSkSK,e.UniverProExchangeClientSkSK))})(this,(function(e,n,r){"use strict";return e.mergeLocales(n,r)}));
11
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/sk-SK"),require("@univerjs-pro/docs-print/locale/sk-SK"),require("@univerjs-pro/exchange-client/locale/sk-SK")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/sk-SK","@univerjs-pro/docs-print/locale/sk-SK","@univerjs-pro/exchange-client/locale/sk-SK"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedSkSK=n(e.UniverCore,e.UniverProDocsExchangeClientSkSK,e.UniverProDocsPrintSkSK,e.UniverProExchangeClientSkSK))})(this,(function(e,n,r,i){"use strict";return e.mergeLocales(n,r,i)}));
@@ -1,8 +1,11 @@
1
1
  // @univerjs-pro/exchange-client/locale/vi-VN
2
- function _0x42f7(_0xec4af2,_0x212d3a){_0xec4af2=_0xec4af2-0x173;var _0x38dc84=_0x38dc();var _0x42f7a8=_0x38dc84[_0xec4af2];return _0x42f7a8;}function _0x38dc(){var _0x2e65ee=['Tệp\x20được\x20chọn\x20[{0}]\x20không\x20được\x20hỗ\x20trợ\x20để\x20tải\x20lên','819956dkiHME','5275545dxyEGC','10UpnEwv','Hủy\x20bỏ','Đang\x20tải\x20xuống','Lỗi\x20mạng','Vui\x20lòng\x20đợi...','Đang\x20tải\x20lên','Tải\x20lên\x20lại','Tải\x20xuống\x20thành\x20công','127848VWQbLU','3441656kpckoh','amd','object','exports','Lỗi\x20không\x20xác\x20định','153623GKBGrZ','25072101UwynzR','5493509VVcsxR','Mở\x20(Tệp)','function','20IDwsCb','Tệp','155qQybkf','UniverProExchangeClientViVN','Tải\x20lên\x20tệp\x20thành\x20công','Kết\x20nối\x20mạng\x20bị\x20gián\x20đoạn,\x20tải\x20lên\x20tệp\x20thất\x20bại'];_0x38dc=function(){return _0x2e65ee;};return _0x38dc();}(function(_0x16b98d,_0x3312dc){var _0x515462=_0x42f7,_0x1a5367=_0x16b98d();while(!![]){try{var _0x228d1b=parseInt(_0x515462(0x189))/0x1*(parseInt(_0x515462(0x18e))/0x2)+-parseInt(_0x515462(0x17a))/0x3+parseInt(_0x515462(0x179))/0x4+parseInt(_0x515462(0x174))/0x5*(-parseInt(_0x515462(0x183))/0x6)+-parseInt(_0x515462(0x18b))/0x7+-parseInt(_0x515462(0x184))/0x8+parseInt(_0x515462(0x18a))/0x9*(parseInt(_0x515462(0x17b))/0xa);if(_0x228d1b===_0x3312dc)break;else _0x1a5367['push'](_0x1a5367['shift']());}catch(_0x1bd7bd){_0x1a5367['push'](_0x1a5367['shift']());}}}(_0x38dc,0xda017),function(_0x42a11d,_0x3c4638){var _0xb60ad4=_0x42f7;typeof exports==_0xb60ad4(0x186)&&typeof module<'u'?module[_0xb60ad4(0x187)]=_0x3c4638():typeof define==_0xb60ad4(0x18d)&&define[_0xb60ad4(0x185)]?define([],_0x3c4638):(_0x42a11d=typeof globalThis<'u'?globalThis:_0x42a11d||self,_0x42a11d[_0xb60ad4(0x175)]=_0x3c4638());}(this,function(){var _0x332585=_0x42f7;return{'exchange':{'file':_0x332585(0x173),'upload':_0x332585(0x18c),'download':'Lưu\x20dưới\x20dạng','uploading':_0x332585(0x180),'uploadSuccess':_0x332585(0x176),'uploadSuccessTip':'{0}\x20tệp\x20đã\x20được\x20tải\x20lên\x20thành\x20công','downloading':_0x332585(0x17d),'downloadSuccess':_0x332585(0x182),'unknownMistake':_0x332585(0x188),'networkError':_0x332585(0x17e),'tooLarge':'Luồng\x20dữ\x20liệu\x20quá\x20lớn','internalError':'Lỗi\x20không\x20xác\x20định\x20bên\x20trong','interrupt':_0x332585(0x177),'fileTypeError':_0x332585(0x178),'wait':_0x332585(0x17f),'cancel':_0x332585(0x17c),'uploadAgain':_0x332585(0x181)}};}));
2
+ function _0x2f38(){var _0x8668a5=['object','11wimfRb','16WkxRem','1670135isCsJo','Hủy\x20bỏ','1291234EzfLQV','35041880kowwao','7770469RyZpIh','Đang\x20tải\x20lên','6836931AgDsgG','amd','5849192kMUMpZ','Lỗi\x20không\x20xác\x20định','Tải\x20lên\x20tệp\x20thành\x20công','Lỗi\x20không\x20xác\x20định\x20bên\x20trong','Đang\x20tải\x20xuống','Tải\x20lên\x20lại','8aUhWYQ','Vui\x20lòng\x20đợi...','552489mKZHVD','function','Kết\x20nối\x20mạng\x20bị\x20gián\x20đoạn,\x20tải\x20lên\x20tệp\x20thất\x20bại','30gjhFxn','UniverProExchangeClientViVN'];_0x2f38=function(){return _0x8668a5;};return _0x2f38();}function _0x3921(_0x2801f8,_0x418161){_0x2801f8=_0x2801f8-0x6b;var _0x2f38d5=_0x2f38();var _0x39213f=_0x2f38d5[_0x2801f8];return _0x39213f;}(function(_0xe6df6c,_0x3383d9){var _0xcfdc71=_0x3921,_0x49d141=_0xe6df6c();while(!![]){try{var _0x25970e=parseInt(_0xcfdc71(0x77))/0x1+-parseInt(_0xcfdc71(0x74))/0x2*(-parseInt(_0xcfdc71(0x6d))/0x3)+parseInt(_0xcfdc71(0x7d))/0x4+parseInt(_0xcfdc71(0x75))/0x5*(-parseInt(_0xcfdc71(0x70))/0x6)+parseInt(_0xcfdc71(0x79))/0x7+-parseInt(_0xcfdc71(0x6b))/0x8*(-parseInt(_0xcfdc71(0x7b))/0x9)+-parseInt(_0xcfdc71(0x78))/0xa*(parseInt(_0xcfdc71(0x73))/0xb);if(_0x25970e===_0x3383d9)break;else _0x49d141['push'](_0x49d141['shift']());}catch(_0x3ca3ac){_0x49d141['push'](_0x49d141['shift']());}}}(_0x2f38,0xe127f),function(_0x1a64b6,_0xb1b876){var _0x25c52a=_0x3921;typeof exports==_0x25c52a(0x72)&&typeof module<'u'?module['exports']=_0xb1b876():typeof define==_0x25c52a(0x6e)&&define[_0x25c52a(0x7c)]?define([],_0xb1b876):(_0x1a64b6=typeof globalThis<'u'?globalThis:_0x1a64b6||self,_0x1a64b6[_0x25c52a(0x71)]=_0xb1b876());}(this,function(){var _0x348ff3=_0x3921;return{'exchange-client':{'uploading':_0x348ff3(0x7a),'uploadSuccess':_0x348ff3(0x7f),'uploadSuccessTip':'{0}\x20tệp\x20đã\x20được\x20tải\x20lên\x20thành\x20công','downloading':_0x348ff3(0x81),'downloadSuccess':'Tải\x20xuống\x20thành\x20công','unknownMistake':_0x348ff3(0x7e),'networkError':'Lỗi\x20mạng','tooLarge':'Luồng\x20dữ\x20liệu\x20quá\x20lớn','internalError':_0x348ff3(0x80),'interrupt':_0x348ff3(0x6f),'fileTypeError':'Tệp\x20được\x20chọn\x20[{0}]\x20không\x20được\x20hỗ\x20trợ\x20để\x20tải\x20lên','wait':_0x348ff3(0x6c),'cancel':_0x348ff3(0x76),'uploadAgain':_0x348ff3(0x82)}};}));
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/vi-VN
5
+ function _0x1bb7(){var _0x2b3a91=['exports','7275576XZOJeX','75858eeiEst','Mở\x20(Tệp)','469POkvIf','673550REoPwl','16006810tbxwEd','8WWkaDJ','function','Tệp','object','Lưu\x20dưới\x20dạng','UniverProDocsExchangeClientViVN','5843685BoeIjZ','5744727iDxqUW','712468LKoMOh','12TOeCKn'];_0x1bb7=function(){return _0x2b3a91;};return _0x1bb7();}function _0x3c94(_0x50308b,_0x3bb915){_0x50308b=_0x50308b-0x78;var _0x1bb799=_0x1bb7();var _0x3c9441=_0x1bb799[_0x50308b];return _0x3c9441;}(function(_0x111914,_0x3bcf67){var _0x42744b=_0x3c94,_0x4e1584=_0x111914();while(!![]){try{var _0x1c2f2f=parseInt(_0x42744b(0x7a))/0x1+parseInt(_0x42744b(0x84))/0x2*(parseInt(_0x42744b(0x85))/0x3)+parseInt(_0x42744b(0x87))/0x4+-parseInt(_0x42744b(0x82))/0x5+-parseInt(_0x42744b(0x88))/0x6*(parseInt(_0x42744b(0x79))/0x7)+parseInt(_0x42744b(0x7c))/0x8*(parseInt(_0x42744b(0x83))/0x9)+-parseInt(_0x42744b(0x7b))/0xa;if(_0x1c2f2f===_0x3bcf67)break;else _0x4e1584['push'](_0x4e1584['shift']());}catch(_0x25c430){_0x4e1584['push'](_0x4e1584['shift']());}}}(_0x1bb7,0xe54b0),function(_0x465edc,_0x2e9546){var _0x1493ad=_0x3c94;typeof exports==_0x1493ad(0x7f)&&typeof module<'u'?module[_0x1493ad(0x86)]=_0x2e9546():typeof define==_0x1493ad(0x7d)&&define['amd']?define([],_0x2e9546):(_0x465edc=typeof globalThis<'u'?globalThis:_0x465edc||self,_0x465edc[_0x1493ad(0x81)]=_0x2e9546());}(this,function(){var _0x20892f=_0x3c94;return{'docs-exchange-client':{'file':_0x20892f(0x7e),'upload':_0x20892f(0x78),'download':_0x20892f(0x80)}};}));
3
6
 
4
7
  // @univerjs-pro/docs-print/locale/vi-VN
5
- function _0x2c99(){var _0x386642=['exports','4144458eWxUQv','5663490DCbVUc','32018768nYHrxb','UniverProDocsPrintViVN','object','7819NjGRqX','amd','4926LzAfmn','613243GPUdXy','4602148jXNdOU','543320KqFSCh'];_0x2c99=function(){return _0x386642;};return _0x2c99();}function _0x4b62(_0x582c84,_0x3097e1){_0x582c84=_0x582c84-0x1e3;var _0x2c99ea=_0x2c99();var _0x4b620e=_0x2c99ea[_0x582c84];return _0x4b620e;}(function(_0x4d7626,_0x5e0eed){var _0x8a35=_0x4b62,_0x599b54=_0x4d7626();while(!![]){try{var _0x1af110=-parseInt(_0x8a35(0x1e5))/0x1+parseInt(_0x8a35(0x1e7))/0x2+-parseInt(_0x8a35(0x1e9))/0x3+-parseInt(_0x8a35(0x1e6))/0x4+-parseInt(_0x8a35(0x1ea))/0x5+-parseInt(_0x8a35(0x1e4))/0x6*(-parseInt(_0x8a35(0x1ee))/0x7)+parseInt(_0x8a35(0x1eb))/0x8;if(_0x1af110===_0x5e0eed)break;else _0x599b54['push'](_0x599b54['shift']());}catch(_0x39904f){_0x599b54['push'](_0x599b54['shift']());}}}(_0x2c99,0xdeecb),function(_0x157fea,_0xc14120){var _0x3fd754=_0x4b62;typeof exports==_0x3fd754(0x1ed)&&typeof module<'u'?module[_0x3fd754(0x1e8)]=_0xc14120():typeof define=='function'&&define[_0x3fd754(0x1e3)]?define([],_0xc14120):(_0x157fea=typeof globalThis<'u'?globalThis:_0x157fea||self,_0x157fea[_0x3fd754(0x1ec)]=_0xc14120());}(this,function(){return{'print':{'menu':'In'}};}));
8
+ (function(_0x450477,_0x439e00){var _0x307144=_0x347c,_0x43a0cb=_0x450477();while(!![]){try{var _0xc5196b=parseInt(_0x307144(0xe4))/0x1+parseInt(_0x307144(0xea))/0x2+parseInt(_0x307144(0xdf))/0x3+parseInt(_0x307144(0xe1))/0x4*(-parseInt(_0x307144(0xeb))/0x5)+-parseInt(_0x307144(0xe5))/0x6*(parseInt(_0x307144(0xe6))/0x7)+-parseInt(_0x307144(0xe8))/0x8*(parseInt(_0x307144(0xe3))/0x9)+-parseInt(_0x307144(0xe9))/0xa;if(_0xc5196b===_0x439e00)break;else _0x43a0cb['push'](_0x43a0cb['shift']());}catch(_0x3634e3){_0x43a0cb['push'](_0x43a0cb['shift']());}}}(_0x44ad,0x6e571),function(_0x8e14e7,_0x2b7b45){var _0x1edda4=_0x347c;typeof exports==_0x1edda4(0xe2)&&typeof module<'u'?module[_0x1edda4(0xec)]=_0x2b7b45():typeof define==_0x1edda4(0xe0)&&define['amd']?define([],_0x2b7b45):(_0x8e14e7=typeof globalThis<'u'?globalThis:_0x8e14e7||self,_0x8e14e7[_0x1edda4(0xe7)]=_0x2b7b45());}(this,function(){return{'docs-print':{'menu':'In'}};}));function _0x347c(_0x5ca115,_0x445264){_0x5ca115=_0x5ca115-0xdf;var _0x44adda=_0x44ad();var _0x347cbe=_0x44adda[_0x5ca115];return _0x347cbe;}function _0x44ad(){var _0x221ff0=['1785286lBwiWm','210cEVrFg','exports','1520331EcsAWs','function','26464wGHFXc','object','27aQVHeV','867943TRzrtb','919650ykHmki','35GiylZT','UniverProDocsPrintViVN','1560544HHoNgP','1859590TcasZE'];_0x44ad=function(){return _0x221ff0;};return _0x44ad();}
6
9
 
7
10
  // locale/vi-VN
8
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs-pro/docs-print/locale/vi-VN"),require("@univerjs-pro/exchange-client/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-print/locale/vi-VN","@univerjs-pro/exchange-client/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedViVN=i(e.UniverCore,e.UniverProDocsPrintViVN,e.UniverProExchangeClientViVN))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
11
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/vi-VN"),require("@univerjs-pro/docs-print/locale/vi-VN"),require("@univerjs-pro/exchange-client/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/vi-VN","@univerjs-pro/docs-print/locale/vi-VN","@univerjs-pro/exchange-client/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedViVN=i(e.UniverCore,e.UniverProDocsExchangeClientViVN,e.UniverProDocsPrintViVN,e.UniverProExchangeClientViVN))})(this,(function(e,i,n,r){"use strict";return e.mergeLocales(i,n,r)}));
@@ -1,8 +1,11 @@
1
1
  // @univerjs-pro/exchange-client/locale/zh-CN
2
- function _0x26db(_0x38cf66,_0x1506e2){_0x38cf66=_0x38cf66-0x15d;var _0xa2bcc4=_0xa2bc();var _0x26dbf6=_0xa2bcc4[_0x38cf66];return _0x26dbf6;}function _0xa2bc(){var _0x54a8d5=['下载成功','1203982RfpQAg','266886DETXUd','820020uEECUz','982950tsCGWf','下载中','6065871bXzada','1849713EvNMrY','数据流过大','exports','UniverProExchangeClientZhCN','上传中','3216744BbHaJe','文件上传成功','内部未知错误','打开(文件)','4uYCPBB','function','另存为','未知错误','amd','请稍等...'];_0xa2bc=function(){return _0x54a8d5;};return _0xa2bc();}(function(_0x5d7717,_0x206ddc){var _0x58e0f0=_0x26db,_0x3bdd15=_0x5d7717();while(!![]){try{var _0x19e01c=parseInt(_0x58e0f0(0x161))/0x1+parseInt(_0x58e0f0(0x15f))/0x2+-parseInt(_0x58e0f0(0x165))/0x3*(parseInt(_0x58e0f0(0x16e))/0x4)+parseInt(_0x58e0f0(0x162))/0x5+-parseInt(_0x58e0f0(0x160))/0x6+-parseInt(_0x58e0f0(0x164))/0x7+parseInt(_0x58e0f0(0x16a))/0x8;if(_0x19e01c===_0x206ddc)break;else _0x3bdd15['push'](_0x3bdd15['shift']());}catch(_0x1287b1){_0x3bdd15['push'](_0x3bdd15['shift']());}}}(_0xa2bc,0x78621),function(_0x4596f8,_0x4f3a2c){var _0x4b8da4=_0x26db;typeof exports=='object'&&typeof module<'u'?module[_0x4b8da4(0x167)]=_0x4f3a2c():typeof define==_0x4b8da4(0x16f)&&define[_0x4b8da4(0x172)]?define([],_0x4f3a2c):(_0x4596f8=typeof globalThis<'u'?globalThis:_0x4596f8||self,_0x4596f8[_0x4b8da4(0x168)]=_0x4f3a2c());}(this,function(){var _0x3cd742=_0x26db;return{'exchange':{'file':'文件','upload':_0x3cd742(0x16d),'download':_0x3cd742(0x170),'uploading':_0x3cd742(0x169),'uploadSuccess':_0x3cd742(0x16b),'uploadSuccessTip':'{0}个文件上传成功','downloading':_0x3cd742(0x163),'downloadSuccess':_0x3cd742(0x15e),'unknownMistake':_0x3cd742(0x171),'networkError':'网络异常','tooLarge':_0x3cd742(0x166),'internalError':_0x3cd742(0x16c),'interrupt':'网络连接中断,文件上传失败','fileTypeError':'所选文件\x20[{0}]\x20不支持上传','wait':_0x3cd742(0x15d),'cancel':'取消','uploadAgain':'再次上传'}};}));
2
+ function _0x4bc8(){var _0x30434f=['1885724HrLOwy','function','UniverProExchangeClientZhCN','上传中','网络异常','16wroIjf','1787140InJjBT','下载成功','未知错误','下载中','57fDTHxH','712161kHnjER','26000WQGHOG','3290976DKRAmI','{0}个文件上传成功','object','160629CdgFJE','exports','270123apgDWt','网络连接中断,文件上传失败'];_0x4bc8=function(){return _0x30434f;};return _0x4bc8();}function _0x5966(_0x1f7436,_0x2e7757){_0x1f7436=_0x1f7436-0x1e2;var _0x4bc858=_0x4bc8();var _0x59666=_0x4bc858[_0x1f7436];return _0x59666;}(function(_0x3c775f,_0x490544){var _0x3f5289=_0x5966,_0x536fa2=_0x3c775f();while(!![]){try{var _0x582728=-parseInt(_0x3f5289(0x1f1))/0x1*(-parseInt(_0x3f5289(0x1f3))/0x2)+-parseInt(_0x3f5289(0x1e5))/0x3+parseInt(_0x3f5289(0x1e7))/0x4+-parseInt(_0x3f5289(0x1ed))/0x5+-parseInt(_0x3f5289(0x1f4))/0x6+parseInt(_0x3f5289(0x1e3))/0x7+parseInt(_0x3f5289(0x1ec))/0x8*(parseInt(_0x3f5289(0x1f2))/0x9);if(_0x582728===_0x490544)break;else _0x536fa2['push'](_0x536fa2['shift']());}catch(_0x45e892){_0x536fa2['push'](_0x536fa2['shift']());}}}(_0x4bc8,0x61167),function(_0xafeae4,_0xbced9){var _0x29dd21=_0x5966;typeof exports==_0x29dd21(0x1e2)&&typeof module<'u'?module[_0x29dd21(0x1e4)]=_0xbced9():typeof define==_0x29dd21(0x1e8)&&define['amd']?define([],_0xbced9):(_0xafeae4=typeof globalThis<'u'?globalThis:_0xafeae4||self,_0xafeae4[_0x29dd21(0x1e9)]=_0xbced9());}(this,function(){var _0x569f76=_0x5966;return{'exchange-client':{'uploading':_0x569f76(0x1ea),'uploadSuccess':'文件上传成功','uploadSuccessTip':_0x569f76(0x1f5),'downloading':_0x569f76(0x1f0),'downloadSuccess':_0x569f76(0x1ee),'unknownMistake':_0x569f76(0x1ef),'networkError':_0x569f76(0x1eb),'tooLarge':'数据流过大','internalError':'内部未知错误','interrupt':_0x569f76(0x1e6),'fileTypeError':'所选文件\x20[{0}]\x20不支持上传','wait':'请稍等...','cancel':'取消','uploadAgain':'再次上传'}};}));
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/zh-CN
5
+ (function(_0x53da8f,_0x402e76){var _0x1698f5=_0x5775,_0x5b60ca=_0x53da8f();while(!![]){try{var _0xb8601c=-parseInt(_0x1698f5(0x190))/0x1*(parseInt(_0x1698f5(0x19b))/0x2)+parseInt(_0x1698f5(0x199))/0x3*(-parseInt(_0x1698f5(0x193))/0x4)+parseInt(_0x1698f5(0x197))/0x5*(parseInt(_0x1698f5(0x192))/0x6)+-parseInt(_0x1698f5(0x19c))/0x7+parseInt(_0x1698f5(0x19d))/0x8*(-parseInt(_0x1698f5(0x194))/0x9)+-parseInt(_0x1698f5(0x191))/0xa+-parseInt(_0x1698f5(0x19a))/0xb*(-parseInt(_0x1698f5(0x196))/0xc);if(_0xb8601c===_0x402e76)break;else _0x5b60ca['push'](_0x5b60ca['shift']());}catch(_0x481bd3){_0x5b60ca['push'](_0x5b60ca['shift']());}}}(_0x3d50,0x5ab5b),function(_0x56aebc,_0x40468a){var _0x2571db=_0x5775;typeof exports==_0x2571db(0x19e)&&typeof module<'u'?module[_0x2571db(0x19f)]=_0x40468a():typeof define=='function'&&define['amd']?define([],_0x40468a):(_0x56aebc=typeof globalThis<'u'?globalThis:_0x56aebc||self,_0x56aebc[_0x2571db(0x195)]=_0x40468a());}(this,function(){var _0x3d080a=_0x5775;return{'docs-exchange-client':{'file':'文件','upload':_0x3d080a(0x18f),'download':_0x3d080a(0x198)}};}));function _0x5775(_0x56df74,_0x862c12){_0x56df74=_0x56df74-0x18f;var _0x3d50d8=_0x3d50();var _0x57755c=_0x3d50d8[_0x56df74];return _0x57755c;}function _0x3d50(){var _0x3b9320=['20mqBMZp','另存为','63lpaoHj','33330UZSOzD','6IhaMsL','3351467QjBcOi','2116792dqcdKl','object','exports','打开(文件)','208239hNeRvH','299730FhXePP','218868ZZShXs','46820pWbyyO','9aEwLPm','UniverProDocsExchangeClientZhCN','7404glNZmm'];_0x3d50=function(){return _0x3b9320;};return _0x3d50();}
3
6
 
4
7
  // @univerjs-pro/docs-print/locale/zh-CN
5
- function _0xd4af(){var _0x11da69=['77tiZHfS','exports','899037amMjik','1662588NJaIUi','2890240nKvVFH','620jBHGPc','14EbppXR','object','179343rUzDYy','344KXQOoD','1024299jSupmR','80706EdqvST','amd','function','24408nAmBvC','2qDnfCu'];_0xd4af=function(){return _0x11da69;};return _0xd4af();}function _0xe0f0(_0x44c273,_0x63aa3b){_0x44c273=_0x44c273-0x9b;var _0xd4af6a=_0xd4af();var _0x33fe9c=_0xd4af6a[_0x44c273];return _0x33fe9c;}(function(_0x57dc59,_0x376135){var _0x4053ac=_0xe0f0,_0xa51f64=_0x57dc59();while(!![]){try{var _0x434d6d=-parseInt(_0x4053ac(0xa1))/0x1*(-parseInt(_0x4053ac(0xa6))/0x2)+parseInt(_0x4053ac(0xa9))/0x3+-parseInt(_0x4053ac(0xa5))/0x4*(-parseInt(_0x4053ac(0x9c))/0x5)+parseInt(_0x4053ac(0xa2))/0x6*(-parseInt(_0x4053ac(0x9d))/0x7)+parseInt(_0x4053ac(0xa0))/0x8*(-parseInt(_0x4053ac(0x9f))/0x9)+parseInt(_0x4053ac(0x9b))/0xa+-parseInt(_0x4053ac(0xa7))/0xb*(parseInt(_0x4053ac(0xaa))/0xc);if(_0x434d6d===_0x376135)break;else _0xa51f64['push'](_0xa51f64['shift']());}catch(_0xcf9225){_0xa51f64['push'](_0xa51f64['shift']());}}}(_0xd4af,0x7dfcc),function(_0x4e51b7,_0x514fb5){var _0xe38e6e=_0xe0f0;typeof exports==_0xe38e6e(0x9e)&&typeof module<'u'?module[_0xe38e6e(0xa8)]=_0x514fb5():typeof define==_0xe38e6e(0xa4)&&define[_0xe38e6e(0xa3)]?define([],_0x514fb5):(_0x4e51b7=typeof globalThis<'u'?globalThis:_0x4e51b7||self,_0x4e51b7['UniverProDocsPrintZhCN']=_0x514fb5());}(this,function(){return{'print':{'menu':'打印'}};}));
8
+ function _0x26a4(_0x2fd08f,_0x12f846){_0x2fd08f=_0x2fd08f-0x86;var _0x4a3cf3=_0x4a3c();var _0x26a43d=_0x4a3cf3[_0x2fd08f];return _0x26a43d;}(function(_0x517c3e,_0x248f9f){var _0xd35018=_0x26a4,_0x5ea989=_0x517c3e();while(!![]){try{var _0x2937dd=-parseInt(_0xd35018(0x86))/0x1+parseInt(_0xd35018(0x8a))/0x2*(parseInt(_0xd35018(0x91))/0x3)+parseInt(_0xd35018(0x93))/0x4*(parseInt(_0xd35018(0x89))/0x5)+parseInt(_0xd35018(0x92))/0x6+parseInt(_0xd35018(0x90))/0x7*(parseInt(_0xd35018(0x8d))/0x8)+parseInt(_0xd35018(0x94))/0x9*(parseInt(_0xd35018(0x8e))/0xa)+-parseInt(_0xd35018(0x8b))/0xb*(parseInt(_0xd35018(0x8c))/0xc);if(_0x2937dd===_0x248f9f)break;else _0x5ea989['push'](_0x5ea989['shift']());}catch(_0x51d445){_0x5ea989['push'](_0x5ea989['shift']());}}}(_0x4a3c,0x58263),function(_0x1ee0af,_0x9e0927){var _0x5472bc=_0x26a4;typeof exports==_0x5472bc(0x87)&&typeof module<'u'?module[_0x5472bc(0x8f)]=_0x9e0927():typeof define==_0x5472bc(0x88)&&define['amd']?define([],_0x9e0927):(_0x1ee0af=typeof globalThis<'u'?globalThis:_0x1ee0af||self,_0x1ee0af['UniverProDocsPrintZhCN']=_0x9e0927());}(this,function(){return{'docs-print':{'menu':'打印'}};}));function _0x4a3c(){var _0xb55988=['62196MdFMzD','8swuLpF','2068180wNlVcc','exports','760529ZTlEES','3EFzJRm','3630048vawPhP','4HwGswv','9PfxhsE','368836VZaqon','object','function','1770220tJlzsf','247970vIxbnp','1419YGEwSA'];_0x4a3c=function(){return _0xb55988;};return _0x4a3c();}
6
9
 
7
10
  // locale/zh-CN
8
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-print/locale/zh-CN"),require("@univerjs-pro/exchange-client/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-print/locale/zh-CN","@univerjs-pro/exchange-client/locale/zh-CN"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedZhCN=n(e.UniverCore,e.UniverProDocsPrintZhCN,e.UniverProExchangeClientZhCN))})(this,(function(e,n,r){"use strict";return e.mergeLocales(n,r)}));
11
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/zh-CN"),require("@univerjs-pro/docs-print/locale/zh-CN"),require("@univerjs-pro/exchange-client/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/zh-CN","@univerjs-pro/docs-print/locale/zh-CN","@univerjs-pro/exchange-client/locale/zh-CN"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedZhCN=n(e.UniverCore,e.UniverProDocsExchangeClientZhCN,e.UniverProDocsPrintZhCN,e.UniverProExchangeClientZhCN))})(this,(function(e,n,r,i){"use strict";return e.mergeLocales(n,r,i)}));
@@ -0,0 +1,11 @@
1
+ // @univerjs-pro/exchange-client/locale/zh-HK
2
+ (function(_0x8c08ed,_0x3cbc95){var _0xf01393=_0x1495,_0x5e2d36=_0x8c08ed();while(!![]){try{var _0x21b8e7=-parseInt(_0xf01393(0x205))/0x1*(parseInt(_0xf01393(0x1f7))/0x2)+-parseInt(_0xf01393(0x203))/0x3*(parseInt(_0xf01393(0x1f6))/0x4)+-parseInt(_0xf01393(0x1fd))/0x5+parseInt(_0xf01393(0x1f1))/0x6+-parseInt(_0xf01393(0x1fb))/0x7*(-parseInt(_0xf01393(0x1f5))/0x8)+parseInt(_0xf01393(0x1f8))/0x9*(-parseInt(_0xf01393(0x1ff))/0xa)+parseInt(_0xf01393(0x1f2))/0xb;if(_0x21b8e7===_0x3cbc95)break;else _0x5e2d36['push'](_0x5e2d36['shift']());}catch(_0x3bb29d){_0x5e2d36['push'](_0x5e2d36['shift']());}}}(_0x1d6b,0x7ef98),function(_0xf5f6a4,_0x47b4bd){var _0x4067aa=_0x1495;typeof exports==_0x4067aa(0x1fc)&&typeof module<'u'?module['exports']=_0x47b4bd():typeof define==_0x4067aa(0x1f0)&&define[_0x4067aa(0x1f9)]?define([],_0x47b4bd):(_0xf5f6a4=typeof globalThis<'u'?globalThis:_0xf5f6a4||self,_0xf5f6a4[_0x4067aa(0x1ef)]=_0x47b4bd());}(this,function(){var _0x53a24e=_0x1495;return{'exchange-client':{'uploading':_0x53a24e(0x202),'uploadSuccess':_0x53a24e(0x1f4),'uploadSuccessTip':_0x53a24e(0x1fa),'downloading':_0x53a24e(0x200),'downloadSuccess':_0x53a24e(0x1ee),'unknownMistake':'未知錯誤','networkError':'網絡異常','tooLarge':_0x53a24e(0x1ed),'internalError':_0x53a24e(0x1fe),'interrupt':_0x53a24e(0x1f3),'fileTypeError':_0x53a24e(0x201),'wait':_0x53a24e(0x204),'cancel':'取消','uploadAgain':'再次上傳'}};}));function _0x1495(_0x5577bc,_0x4f6f61){_0x5577bc=_0x5577bc-0x1ed;var _0x1d6be0=_0x1d6b();var _0x1495fd=_0x1d6be0[_0x5577bc];return _0x1495fd;}function _0x1d6b(){var _0x222396=['下載成功','UniverProExchangeClientZhHK','function','5446788DXzyZm','21725484DMjWuj','網絡連線中斷,檔案上傳失敗','檔案上傳成功','32saZaoC','14356bUKBil','453578mCptPR','9kjCbBj','amd','{0}個檔案上傳成功','26124nTpHAI','object','4065285tORgof','內部未知錯誤','1449240KdjiTT','下載中','所選檔案\x20[{0}]\x20不支援上傳','上傳中','618dueWPI','請稍等...','3hfNbew','資料流過大'];_0x1d6b=function(){return _0x222396;};return _0x1d6b();}
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/zh-HK
5
+ function _0x4d61(){var _0x5de26d=['2381748VovveS','85596tazLJJ','380218sRegHm','exports','object','5206860CWEQlP','8OOsyrN','307483dIAUoY','2115282wXAbjt','198bbFrHV','1IymIVM','UniverProDocsExchangeClientZhHK','60ZzmZEF','14745KHyTjN','636mMDDfd','65vmFuHD','function'];_0x4d61=function(){return _0x5de26d;};return _0x4d61();}function _0x2be0(_0x14cbcb,_0x1c4c43){_0x14cbcb=_0x14cbcb-0x11c;var _0x4d616a=_0x4d61();var _0x2be092=_0x4d616a[_0x14cbcb];return _0x2be092;}(function(_0x328ad1,_0x4ddf2c){var _0x41a9f7=_0x2be0,_0x448f28=_0x328ad1();while(!![]){try{var _0x4ea142=-parseInt(_0x41a9f7(0x11d))/0x1*(-parseInt(_0x41a9f7(0x126))/0x2)+parseInt(_0x41a9f7(0x12c))/0x3+parseInt(_0x41a9f7(0x121))/0x4*(parseInt(_0x41a9f7(0x120))/0x5)+-parseInt(_0x41a9f7(0x11c))/0x6*(parseInt(_0x41a9f7(0x125))/0x7)+-parseInt(_0x41a9f7(0x12a))/0x8*(-parseInt(_0x41a9f7(0x129))/0x9)+-parseInt(_0x41a9f7(0x11f))/0xa*(parseInt(_0x41a9f7(0x12b))/0xb)+-parseInt(_0x41a9f7(0x124))/0xc*(parseInt(_0x41a9f7(0x122))/0xd);if(_0x4ea142===_0x4ddf2c)break;else _0x448f28['push'](_0x448f28['shift']());}catch(_0x135127){_0x448f28['push'](_0x448f28['shift']());}}}(_0x4d61,0x5c875),function(_0x19490f,_0x8abed8){var _0x40cf6a=_0x2be0;typeof exports==_0x40cf6a(0x128)&&typeof module<'u'?module[_0x40cf6a(0x127)]=_0x8abed8():typeof define==_0x40cf6a(0x123)&&define['amd']?define([],_0x8abed8):(_0x19490f=typeof globalThis<'u'?globalThis:_0x19490f||self,_0x19490f[_0x40cf6a(0x11e)]=_0x8abed8());}(this,function(){return{'docs-exchange-client':{'file':'檔案','upload':'開啟(檔案)','download':'另存為'}};}));
6
+
7
+ // @univerjs-pro/docs-print/locale/zh-HK
8
+ (function(_0x15e487,_0x2dda16){var _0x41311f=_0x325f,_0x2d2bd6=_0x15e487();while(!![]){try{var _0xc8c85b=parseInt(_0x41311f(0x12c))/0x1*(-parseInt(_0x41311f(0x130))/0x2)+parseInt(_0x41311f(0x12e))/0x3+-parseInt(_0x41311f(0x12d))/0x4*(parseInt(_0x41311f(0x12a))/0x5)+parseInt(_0x41311f(0x125))/0x6+parseInt(_0x41311f(0x126))/0x7*(parseInt(_0x41311f(0x128))/0x8)+parseInt(_0x41311f(0x123))/0x9*(-parseInt(_0x41311f(0x131))/0xa)+parseInt(_0x41311f(0x124))/0xb;if(_0xc8c85b===_0x2dda16)break;else _0x2d2bd6['push'](_0x2d2bd6['shift']());}catch(_0x72c7bf){_0x2d2bd6['push'](_0x2d2bd6['shift']());}}}(_0x5f31,0x93783),function(_0x480a2e,_0x41a6b2){var _0x23d59e=_0x325f;typeof exports==_0x23d59e(0x129)&&typeof module<'u'?module[_0x23d59e(0x12f)]=_0x41a6b2():typeof define=='function'&&define[_0x23d59e(0x12b)]?define([],_0x41a6b2):(_0x480a2e=typeof globalThis<'u'?globalThis:_0x480a2e||self,_0x480a2e[_0x23d59e(0x127)]=_0x41a6b2());}(this,function(){return{'docs-print':{'menu':'列印'}};}));function _0x325f(_0x471743,_0x3c5974){_0x471743=_0x471743-0x123;var _0x5f3139=_0x5f31();var _0x325f9f=_0x5f3139[_0x471743];return _0x325f9f;}function _0x5f31(){var _0x23a9f7=['amd','11IYrVXv','3967528ROXGGg','1701246RplAHi','exports','91236ZjhMPF','80yjNoPK','409896zptiXG','6904040ZimGHp','4944042QIvReB','1551683yeXPMh','UniverProDocsPrintZhHK','16pQINyw','object','5XKXCkc'];_0x5f31=function(){return _0x23a9f7;};return _0x5f31();}
9
+
10
+ // locale/zh-HK
11
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/zh-HK"),require("@univerjs-pro/docs-print/locale/zh-HK"),require("@univerjs-pro/exchange-client/locale/zh-HK")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/zh-HK","@univerjs-pro/docs-print/locale/zh-HK","@univerjs-pro/exchange-client/locale/zh-HK"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedZhHK=n(e.UniverCore,e.UniverProDocsExchangeClientZhHK,e.UniverProDocsPrintZhHK,e.UniverProExchangeClientZhHK))})(this,(function(e,n,r,i){"use strict";return e.mergeLocales(n,r,i)}));
@@ -1,8 +1,11 @@
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/docs-exchange-client/locale/zh-TW
5
+ function _0x5bf9(_0x59774f,_0x180bb4){_0x59774f=_0x59774f-0x167;var _0x3c63bf=_0x3c63();var _0x5bf983=_0x3c63bf[_0x59774f];return _0x5bf983;}function _0x3c63(){var _0x1ce171=['UniverProDocsExchangeClientZhTW','194691vkutcg','348lHTjuu','另存為','10539344EPHmst','function','32849949RTZmie','amd','2212215KNLOky','76509BiXPfq','2695636TDWjFt','2fbiTJs','10sJBKqx','220fsnQyG','1030421pXROBK'];_0x3c63=function(){return _0x1ce171;};return _0x3c63();}(function(_0x43f986,_0x3a5b5b){var _0x274d51=_0x5bf9,_0x3ecf9e=_0x43f986();while(!![]){try{var _0x22cd04=-parseInt(_0x274d51(0x174))/0x1+-parseInt(_0x274d51(0x171))/0x2*(-parseInt(_0x274d51(0x16e))/0x3)+-parseInt(_0x274d51(0x170))/0x4*(-parseInt(_0x274d51(0x172))/0x5)+-parseInt(_0x274d51(0x168))/0x6*(parseInt(_0x274d51(0x167))/0x7)+-parseInt(_0x274d51(0x16a))/0x8+-parseInt(_0x274d51(0x16f))/0x9*(parseInt(_0x274d51(0x173))/0xa)+parseInt(_0x274d51(0x16c))/0xb;if(_0x22cd04===_0x3a5b5b)break;else _0x3ecf9e['push'](_0x3ecf9e['shift']());}catch(_0x51fdde){_0x3ecf9e['push'](_0x3ecf9e['shift']());}}}(_0x3c63,0xe17af),function(_0x35ae36,_0x486449){var _0x3e4c57=_0x5bf9;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x486449():typeof define==_0x3e4c57(0x16b)&&define[_0x3e4c57(0x16d)]?define([],_0x486449):(_0x35ae36=typeof globalThis<'u'?globalThis:_0x35ae36||self,_0x35ae36[_0x3e4c57(0x175)]=_0x486449());}(this,function(){var _0x5737a9=_0x5bf9;return{'docs-exchange-client':{'file':'檔案','upload':'開啟(檔案)','download':_0x5737a9(0x169)}};}));
3
6
 
4
7
  // @univerjs-pro/docs-print/locale/zh-TW
5
- function _0x92ae(){var _0x557751=['3nxZVjH','12683416KohSsJ','1209856GLmCAw','UniverProDocsPrintZhTW','7TIlttB','2465308bBTElc','object','function','8332810BukaHJ','1122156EXWHLm','amd','27qzJniD','1297782oEOSYb','3513965FLXGTL'];_0x92ae=function(){return _0x557751;};return _0x92ae();}function _0x2abf(_0xf1887d,_0x516505){_0xf1887d=_0xf1887d-0x97;var _0x92ae4=_0x92ae();var _0x2abf4d=_0x92ae4[_0xf1887d];return _0x2abf4d;}(function(_0x58c438,_0x20fc65){var _0x4e94e4=_0x2abf,_0x42eed1=_0x58c438();while(!![]){try{var _0x4c1d66=parseInt(_0x4e94e4(0x9e))/0x1+-parseInt(_0x4e94e4(0x9a))/0x2*(-parseInt(_0x4e94e4(0x9c))/0x3)+-parseInt(_0x4e94e4(0xa1))/0x4+parseInt(_0x4e94e4(0x9b))/0x5+-parseInt(_0x4e94e4(0x97))/0x6+-parseInt(_0x4e94e4(0xa0))/0x7*(-parseInt(_0x4e94e4(0x9d))/0x8)+parseInt(_0x4e94e4(0x99))/0x9*(-parseInt(_0x4e94e4(0xa4))/0xa);if(_0x4c1d66===_0x20fc65)break;else _0x42eed1['push'](_0x42eed1['shift']());}catch(_0x4e62d6){_0x42eed1['push'](_0x42eed1['shift']());}}}(_0x92ae,0xcdffb),function(_0x17310f,_0x15a4dd){var _0x2bb3ec=_0x2abf;typeof exports==_0x2bb3ec(0xa2)&&typeof module<'u'?module['exports']=_0x15a4dd():typeof define==_0x2bb3ec(0xa3)&&define[_0x2bb3ec(0x98)]?define([],_0x15a4dd):(_0x17310f=typeof globalThis<'u'?globalThis:_0x17310f||self,_0x17310f[_0x2bb3ec(0x9f)]=_0x15a4dd());}(this,function(){return{'print':{'menu':'列印'}};}));
8
+ function _0x5451(_0xa8da77,_0x13c4d9){_0xa8da77=_0xa8da77-0xdb;var _0xd69184=_0xd691();var _0x545100=_0xd69184[_0xa8da77];return _0x545100;}function _0xd691(){var _0x1ef35d=['226193ETNrAM','10410NGlEzJ','exports','2018788yvozCd','36ATtrSn','UniverProDocsPrintZhTW','3676918KziQmK','160MTtJbl','1080376EEvYfy','5EdNhvX','amd','object','170IhpeSs','648093TFFCaA','125638TDMaFp'];_0xd691=function(){return _0x1ef35d;};return _0xd691();}(function(_0x514900,_0x5beb59){var _0x5b267b=_0x5451,_0x5c6de1=_0x514900();while(!![]){try{var _0x2296cc=-parseInt(_0x5b267b(0xe9))/0x1*(-parseInt(_0x5b267b(0xdf))/0x2)+parseInt(_0x5b267b(0xde))/0x3+-parseInt(_0x5b267b(0xe3))/0x4+-parseInt(_0x5b267b(0xe7))/0x5*(parseInt(_0x5b267b(0xe1))/0x6)+parseInt(_0x5b267b(0xe6))/0x7+-parseInt(_0x5b267b(0xe8))/0x8*(parseInt(_0x5b267b(0xe4))/0x9)+-parseInt(_0x5b267b(0xdd))/0xa*(-parseInt(_0x5b267b(0xe0))/0xb);if(_0x2296cc===_0x5beb59)break;else _0x5c6de1['push'](_0x5c6de1['shift']());}catch(_0x1c4e8c){_0x5c6de1['push'](_0x5c6de1['shift']());}}}(_0xd691,0x4a5b6),function(_0x850928,_0x291158){var _0x3293a4=_0x5451;typeof exports==_0x3293a4(0xdc)&&typeof module<'u'?module[_0x3293a4(0xe2)]=_0x291158():typeof define=='function'&&define[_0x3293a4(0xdb)]?define([],_0x291158):(_0x850928=typeof globalThis<'u'?globalThis:_0x850928||self,_0x850928[_0x3293a4(0xe5)]=_0x291158());}(this,function(){return{'docs-print':{'menu':'列印'}};}));
6
9
 
7
10
  // locale/zh-TW
8
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-print/locale/zh-TW"),require("@univerjs-pro/exchange-client/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-print/locale/zh-TW","@univerjs-pro/exchange-client/locale/zh-TW"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedZhTW=n(e.UniverCore,e.UniverProDocsPrintZhTW,e.UniverProExchangeClientZhTW))})(this,(function(e,n,r){"use strict";return e.mergeLocales(n,r)}));
11
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/zh-TW"),require("@univerjs-pro/docs-print/locale/zh-TW"),require("@univerjs-pro/exchange-client/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/zh-TW","@univerjs-pro/docs-print/locale/zh-TW","@univerjs-pro/exchange-client/locale/zh-TW"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedZhTW=n(e.UniverCore,e.UniverProDocsExchangeClientZhTW,e.UniverProDocsPrintZhTW,e.UniverProExchangeClientZhTW))})(this,(function(e,n,r,i){"use strict";return e.mergeLocales(n,r,i)}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-docs-advanced",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "private": false,
5
5
  "description": "Preset for advanced Univer Docs with print and exchange capabilities.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -61,20 +61,20 @@
61
61
  "rxjs": ">=7.0.0"
62
62
  },
63
63
  "dependencies": {
64
- "@univerjs-pro/docs-exchange-client": "0.24.0",
65
- "@univerjs-pro/docs-print": "0.24.0",
66
- "@univerjs-pro/exchange-client": "0.24.0",
67
- "@univerjs-pro/license": "0.24.0"
64
+ "@univerjs-pro/docs-exchange-client": "0.25.0",
65
+ "@univerjs-pro/docs-print": "0.25.0",
66
+ "@univerjs-pro/exchange-client": "0.25.0",
67
+ "@univerjs-pro/license": "0.25.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@univerjs-pro/collaboration": "0.24.0",
71
- "@univerjs-pro/print": "0.24.0",
72
- "@univerjs/core": "0.24.0",
70
+ "@univerjs-pro/collaboration": "0.25.0",
71
+ "@univerjs-pro/print": "0.25.0",
72
+ "@univerjs/core": "0.25.0",
73
73
  "react": "18.3.1",
74
74
  "react-dom": "18.3.1",
75
75
  "rxjs": "7.8.2",
76
76
  "typescript": "^6.0.3",
77
- "@univerjs-infra/shared": "0.24.0"
77
+ "@univerjs-infra/shared": "0.25.0"
78
78
  },
79
79
  "scripts": {
80
80
  "prebuild:preset": "tsx prepare.ts",