@univerjs/preset-docs-advanced 0.23.0 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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/ru-RU
2
- function _0x5d21(_0x5a927a,_0x547454){_0x5a927a=_0x5a927a-0x1ad;var _0x28db6b=_0x28db();var _0x5d218d=_0x28db6b[_0x5a927a];return _0x5d218d;}(function(_0x3b4756,_0x3faa3a){var _0x30cffd=_0x5d21,_0x1aa65c=_0x3b4756();while(!![]){try{var _0x52fc3f=-parseInt(_0x30cffd(0x1c1))/0x1+parseInt(_0x30cffd(0x1b7))/0x2+parseInt(_0x30cffd(0x1b9))/0x3*(-parseInt(_0x30cffd(0x1ad))/0x4)+parseInt(_0x30cffd(0x1b0))/0x5*(-parseInt(_0x30cffd(0x1be))/0x6)+-parseInt(_0x30cffd(0x1c0))/0x7+-parseInt(_0x30cffd(0x1af))/0x8+parseInt(_0x30cffd(0x1ba))/0x9;if(_0x52fc3f===_0x3faa3a)break;else _0x1aa65c['push'](_0x1aa65c['shift']());}catch(_0x13721d){_0x1aa65c['push'](_0x1aa65c['shift']());}}}(_0x28db,0x29be3),function(_0x4009a8,_0x1816b6){var _0x41c025=_0x5d21;typeof exports==_0x41c025(0x1bd)&&typeof module<'u'?module[_0x41c025(0x1bf)]=_0x1816b6():typeof define==_0x41c025(0x1b3)&&define[_0x41c025(0x1c5)]?define([],_0x1816b6):(_0x4009a8=typeof globalThis<'u'?globalThis:_0x4009a8||self,_0x4009a8['UniverProExchangeClientRuRU']=_0x1816b6());}(this,function(){var _0x17b920=_0x5d21;return{'exchange':{'file':_0x17b920(0x1b6),'upload':_0x17b920(0x1c4),'download':_0x17b920(0x1b8),'uploading':_0x17b920(0x1bb),'uploadSuccess':_0x17b920(0x1b1),'uploadSuccessTip':'{0}\x20файл(ов)\x20успешно\x20загружен(о)','downloading':_0x17b920(0x1b5),'downloadSuccess':_0x17b920(0x1c2),'unknownMistake':'Неизвестная\x20ошибка','networkError':_0x17b920(0x1c3),'tooLarge':_0x17b920(0x1bc),'internalError':'Внутренняя\x20неизвестная\x20ошибка','interrupt':_0x17b920(0x1ae),'fileTypeError':_0x17b920(0x1b4),'wait':_0x17b920(0x1b2),'cancel':'Отмена','uploadAgain':'Загрузить\x20снова'}};}));function _0x28db(){var _0x24e4b1=['object','198qzRRAx','exports','685776Qnvytw','170332ztevnj','Скачивание\x20успешно','Сетевая\x20ошибка','Открыть(Файл)','amd','77536kpBsvn','Сетевое\x20соединение\x20было\x20прервано,\x20и\x20загрузка\x20файла\x20не\x20удалась','1682744EFhbKw','29545TXUGxk','Файл\x20успешно\x20загружен','Пожалуйста,\x20подождите...','function','Выбранный\x20файл\x20[{0}]\x20не\x20поддерживается\x20для\x20загрузки','Скачивание','Файл','473424CWeGQB','Сохранить\x20как','48zFxwjs','8262459dWFGyO','Загрузка','Данные\x20слишком\x20большие'];_0x28db=function(){return _0x24e4b1;};return _0x28db();}
2
+ (function(_0x38b2d9,_0xb23b10){var _0x57e6de=_0x2aa4,_0x31fe59=_0x38b2d9();while(!![]){try{var _0x45f4a7=-parseInt(_0x57e6de(0x1a9))/0x1*(parseInt(_0x57e6de(0x1ab))/0x2)+parseInt(_0x57e6de(0x1bf))/0x3*(parseInt(_0x57e6de(0x1ad))/0x4)+-parseInt(_0x57e6de(0x1bd))/0x5*(parseInt(_0x57e6de(0x1af))/0x6)+parseInt(_0x57e6de(0x1b9))/0x7+parseInt(_0x57e6de(0x1ba))/0x8+-parseInt(_0x57e6de(0x1ae))/0x9+-parseInt(_0x57e6de(0x1aa))/0xa*(-parseInt(_0x57e6de(0x1be))/0xb);if(_0x45f4a7===_0xb23b10)break;else _0x31fe59['push'](_0x31fe59['shift']());}catch(_0x57dd44){_0x31fe59['push'](_0x31fe59['shift']());}}}(_0xe2a6,0x8b956),function(_0x1d2c3b,_0x124702){var _0x31c813=_0x2aa4;typeof exports=='object'&&typeof module<'u'?module[_0x31c813(0x1b6)]=_0x124702():typeof define=='function'&&define[_0x31c813(0x1b8)]?define([],_0x124702):(_0x1d2c3b=typeof globalThis<'u'?globalThis:_0x1d2c3b||self,_0x1d2c3b[_0x31c813(0x1b0)]=_0x124702());}(this,function(){var _0x34e822=_0x2aa4;return{'exchange-client':{'uploading':_0x34e822(0x1bb),'uploadSuccess':'Файл\x20успешно\x20загружен','uploadSuccessTip':_0x34e822(0x1b2),'downloading':_0x34e822(0x1c0),'downloadSuccess':_0x34e822(0x1b1),'unknownMistake':_0x34e822(0x1ac),'networkError':'Сетевая\x20ошибка','tooLarge':_0x34e822(0x1b7),'internalError':'Внутренняя\x20неизвестная\x20ошибка','interrupt':_0x34e822(0x1b4),'fileTypeError':_0x34e822(0x1bc),'wait':_0x34e822(0x1b3),'cancel':'Отмена','uploadAgain':_0x34e822(0x1b5)}};}));function _0x2aa4(_0x9b9bec,_0xe89b4d){_0x9b9bec=_0x9b9bec-0x1a9;var _0xe2a654=_0xe2a6();var _0x2aa413=_0xe2a654[_0x9b9bec];return _0x2aa413;}function _0xe2a6(){var _0x16473a=['Загрузить\x20снова','exports','Данные\x20слишком\x20большие','amd','4213573hDNtui','4757648KRldhf','Загрузка','Выбранный\x20файл\x20[{0}]\x20не\x20поддерживается\x20для\x20загрузки','10UGJFbL','2297933poykEj','3Pxcysq','Скачивание','589789QQedot','20rFiYlH','2iSQwRn','Неизвестная\x20ошибка','1820584MJSFzo','523314HqoNvs','2549784tiVUrb','UniverProExchangeClientRuRU','Скачивание\x20успешно','{0}\x20файл(ов)\x20успешно\x20загружен(о)','Пожалуйста,\x20подождите...','Сетевое\x20соединение\x20было\x20прервано,\x20и\x20загрузка\x20файла\x20не\x20удалась'];_0xe2a6=function(){return _0x16473a;};return _0xe2a6();}
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/ru-RU
5
+ function _0x6433(_0x1e7ab8,_0x2a0e33){_0x1e7ab8=_0x1e7ab8-0x177;var _0x197753=_0x1977();var _0x6433c4=_0x197753[_0x1e7ab8];return _0x6433c4;}(function(_0x4a49d7,_0x49fbee){var _0xc2ff40=_0x6433,_0x1db32e=_0x4a49d7();while(!![]){try{var _0x298ebc=-parseInt(_0xc2ff40(0x178))/0x1*(parseInt(_0xc2ff40(0x183))/0x2)+-parseInt(_0xc2ff40(0x17a))/0x3+-parseInt(_0xc2ff40(0x17f))/0x4*(-parseInt(_0xc2ff40(0x181))/0x5)+parseInt(_0xc2ff40(0x179))/0x6*(-parseInt(_0xc2ff40(0x17b))/0x7)+parseInt(_0xc2ff40(0x17c))/0x8+parseInt(_0xc2ff40(0x17d))/0x9+-parseInt(_0xc2ff40(0x177))/0xa;if(_0x298ebc===_0x49fbee)break;else _0x1db32e['push'](_0x1db32e['shift']());}catch(_0x245fcf){_0x1db32e['push'](_0x1db32e['shift']());}}}(_0x1977,0x26af1),function(_0x13b98,_0x433688){var _0x4a7e7d=_0x6433;typeof exports=='object'&&typeof module<'u'?module[_0x4a7e7d(0x180)]=_0x433688():typeof define==_0x4a7e7d(0x17e)&&define[_0x4a7e7d(0x184)]?define([],_0x433688):(_0x13b98=typeof globalThis<'u'?globalThis:_0x13b98||self,_0x13b98[_0x4a7e7d(0x182)]=_0x433688());}(this,function(){var _0x40cf20=_0x6433;return{'docs-exchange-client':{'file':'Файл','upload':_0x40cf20(0x185),'download':'Сохранить\x20как'}};}));function _0x1977(){var _0x2d0c0e=['function','153548QFqntv','exports','20VJoGjd','UniverProDocsExchangeClientRuRU','26696PJjbnp','amd','Открыть(Файл)','1788120KVjGqC','2yjwMUo','18QclIqp','211527xyOlxs','460838kRprqD','1486096wSSmdE','2633922DcmnlN'];_0x1977=function(){return _0x2d0c0e;};return _0x1977();}
3
6
 
4
7
  // @univerjs-pro/docs-print/locale/ru-RU
5
- (function(_0x20d911,_0x31dfcf){var _0xf9e52c=_0x8243,_0x1dfb7f=_0x20d911();while(!![]){try{var _0x45e135=parseInt(_0xf9e52c(0x17e))/0x1*(-parseInt(_0xf9e52c(0x187))/0x2)+parseInt(_0xf9e52c(0x17d))/0x3*(parseInt(_0xf9e52c(0x181))/0x4)+-parseInt(_0xf9e52c(0x180))/0x5*(-parseInt(_0xf9e52c(0x17a))/0x6)+parseInt(_0xf9e52c(0x183))/0x7+-parseInt(_0xf9e52c(0x182))/0x8*(parseInt(_0xf9e52c(0x17f))/0x9)+parseInt(_0xf9e52c(0x185))/0xa+-parseInt(_0xf9e52c(0x179))/0xb;if(_0x45e135===_0x31dfcf)break;else _0x1dfb7f['push'](_0x1dfb7f['shift']());}catch(_0x20f16){_0x1dfb7f['push'](_0x1dfb7f['shift']());}}}(_0x2afc,0x1aa33),function(_0x99fdb9,_0x27eace){var _0x584bf2=_0x8243;typeof exports==_0x584bf2(0x184)&&typeof module<'u'?module[_0x584bf2(0x17b)]=_0x27eace():typeof define=='function'&&define[_0x584bf2(0x186)]?define([],_0x27eace):(_0x99fdb9=typeof globalThis<'u'?globalThis:_0x99fdb9||self,_0x99fdb9[_0x584bf2(0x178)]=_0x27eace());}(this,function(){var _0x26821e=_0x8243;return{'print':{'menu':_0x26821e(0x17c)}};}));function _0x8243(_0x342daf,_0x40e544){_0x342daf=_0x342daf-0x178;var _0x2afc99=_0x2afc();var _0x824384=_0x2afc99[_0x342daf];return _0x824384;}function _0x2afc(){var _0x1c3729=['6887nrWrtC','23967dGWtbZ','15Ktiqnu','4YEaqqK','616ykpiyR','1390438eSlpSG','object','2161860YkwcXf','amd','16hLDHRt','UniverProDocsPrintRuRU','4943466CSVzkG','417348TZQtwS','exports','Печать','585498KxVMTV'];_0x2afc=function(){return _0x1c3729;};return _0x2afc();}
8
+ function _0x360c(){var _0x1ded09=['10CYMvFU','amd','object','992800DxNyas','1887011kBqACZ','678033vgHPIe','UniverProDocsPrintRuRU','137037UeMybQ','function','6WnWfEt','30ksDAjI','151718dLiryC','Печать','424212QRiYyn','1341365VwTewD'];_0x360c=function(){return _0x1ded09;};return _0x360c();}function _0xafc9(_0x42b88e,_0x2f4421){_0x42b88e=_0x42b88e-0x10c;var _0x360cdd=_0x360c();var _0xafc91a=_0x360cdd[_0x42b88e];return _0xafc91a;}(function(_0x21ff4c,_0x47b8dc){var _0x18f08d=_0xafc9,_0x690cb5=_0x21ff4c();while(!![]){try{var _0x1a6562=parseInt(_0x18f08d(0x119))/0x1+-parseInt(_0x18f08d(0x10e))/0x2*(parseInt(_0x18f08d(0x115))/0x3)+-parseInt(_0x18f08d(0x10c))/0x4+parseInt(_0x18f08d(0x10d))/0x5+parseInt(_0x18f08d(0x117))/0x6*(-parseInt(_0x18f08d(0x112))/0x7)+parseInt(_0x18f08d(0x111))/0x8+-parseInt(_0x18f08d(0x113))/0x9*(-parseInt(_0x18f08d(0x118))/0xa);if(_0x1a6562===_0x47b8dc)break;else _0x690cb5['push'](_0x690cb5['shift']());}catch(_0x2f2081){_0x690cb5['push'](_0x690cb5['shift']());}}}(_0x360c,0x288c1),function(_0x2e4906,_0x473624){var _0x106f44=_0xafc9;typeof exports==_0x106f44(0x110)&&typeof module<'u'?module['exports']=_0x473624():typeof define==_0x106f44(0x116)&&define[_0x106f44(0x10f)]?define([],_0x473624):(_0x2e4906=typeof globalThis<'u'?globalThis:_0x2e4906||self,_0x2e4906[_0x106f44(0x114)]=_0x473624());}(this,function(){var _0x3097a3=_0xafc9;return{'docs-print':{'menu':_0x3097a3(0x11a)}};}));
6
9
 
7
10
  // locale/ru-RU
8
- (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/docs-print/locale/ru-RU"),require("@univerjs-pro/exchange-client/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-print/locale/ru-RU","@univerjs-pro/exchange-client/locale/ru-RU"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedRuRU=r(e.UniverCore,e.UniverProDocsPrintRuRU,e.UniverProExchangeClientRuRU))})(this,(function(e,r,n){"use strict";return e.mergeLocales(r,n)}));
11
+ (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/ru-RU"),require("@univerjs-pro/docs-print/locale/ru-RU"),require("@univerjs-pro/exchange-client/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/ru-RU","@univerjs-pro/docs-print/locale/ru-RU","@univerjs-pro/exchange-client/locale/ru-RU"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedRuRU=r(e.UniverCore,e.UniverProDocsExchangeClientRuRU,e.UniverProDocsPrintRuRU,e.UniverProExchangeClientRuRU))})(this,(function(e,r,n,i){"use strict";return e.mergeLocales(r,n,i)}));
@@ -1,8 +1,11 @@
1
1
  // @univerjs-pro/exchange-client/locale/sk-SK
2
- function _0x4c73(_0x4e8bc1,_0x4fc730){_0x4e8bc1=_0x4e8bc1-0x123;var _0x506035=_0x5060();var _0x4c739d=_0x506035[_0x4e8bc1];return _0x4c739d;}function _0x5060(){var _0x23b20d=['303KuzzVQ','Interná\x20neznáma\x20chyba','Súbor','Otvoriť\x20(súbor)','Súbor\x20bol\x20úspešne\x20nahraný','Zrušiť','function','exports','Sťahovanie','2154180cMILxI','Nahrať\x20znova','2990380aiMaYl','5467VsmNXC','3076xaUNlR','Nahrávanie','amd','Dáta\x20sú\x20príliš\x20veľké','UniverProExchangeClientSkSK','640187lknKnM','Uložiť\x20ako','1035lcVtKh','Vybraný\x20súbor\x20[{0}]\x20nie\x20je\x20podporovaný\x20na\x20nahrávanie','26248vVZLCy','1401412TLibAW','Neznáma\x20chyba','Sťahovanie\x20úspešné','1266Jbarqj','object'];_0x5060=function(){return _0x23b20d;};return _0x5060();}(function(_0xacb9e6,_0x46cf94){var _0x15a40c=_0x4c73,_0x3bb378=_0xacb9e6();while(!![]){try{var _0xf2d9ad=parseInt(_0x15a40c(0x137))/0x1+-parseInt(_0x15a40c(0x132))/0x2*(parseInt(_0x15a40c(0x125))/0x3)+-parseInt(_0x15a40c(0x13c))/0x4+parseInt(_0x15a40c(0x12e))/0x5+parseInt(_0x15a40c(0x123))/0x6*(-parseInt(_0x15a40c(0x131))/0x7)+-parseInt(_0x15a40c(0x13b))/0x8*(parseInt(_0x15a40c(0x139))/0x9)+parseInt(_0x15a40c(0x130))/0xa;if(_0xf2d9ad===_0x46cf94)break;else _0x3bb378['push'](_0x3bb378['shift']());}catch(_0x567632){_0x3bb378['push'](_0x3bb378['shift']());}}}(_0x5060,0x4ead8),function(_0x348bd6,_0x46e75f){var _0x50ee0c=_0x4c73;typeof exports==_0x50ee0c(0x124)&&typeof module<'u'?module[_0x50ee0c(0x12c)]=_0x46e75f():typeof define==_0x50ee0c(0x12b)&&define[_0x50ee0c(0x134)]?define([],_0x46e75f):(_0x348bd6=typeof globalThis<'u'?globalThis:_0x348bd6||self,_0x348bd6[_0x50ee0c(0x136)]=_0x46e75f());}(this,function(){var _0x561307=_0x4c73;return{'exchange':{'file':_0x561307(0x127),'upload':_0x561307(0x128),'download':_0x561307(0x138),'uploading':_0x561307(0x133),'uploadSuccess':_0x561307(0x129),'uploadSuccessTip':'Úspešne\x20nahraných\x20{0}\x20súborov','downloading':_0x561307(0x12d),'downloadSuccess':_0x561307(0x13e),'unknownMistake':_0x561307(0x13d),'networkError':'Sieťová\x20chyba','tooLarge':_0x561307(0x135),'internalError':_0x561307(0x126),'interrupt':'Sieťové\x20pripojenie\x20bolo\x20prerušené\x20a\x20nahrávanie\x20súboru\x20zlyhalo','fileTypeError':_0x561307(0x13a),'wait':'Prosím\x20počkajte...','cancel':_0x561307(0x12a),'uploadAgain':_0x561307(0x12f)}};}));
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(_0x488724,_0x514288){var _0x59bdc1=_0x3228,_0x24f57c=_0x488724();while(!![]){try{var _0x1c15b2=parseInt(_0x59bdc1(0x179))/0x1*(parseInt(_0x59bdc1(0x187))/0x2)+parseInt(_0x59bdc1(0x186))/0x3*(parseInt(_0x59bdc1(0x17e))/0x4)+parseInt(_0x59bdc1(0x180))/0x5+-parseInt(_0x59bdc1(0x17b))/0x6*(-parseInt(_0x59bdc1(0x185))/0x7)+-parseInt(_0x59bdc1(0x181))/0x8+parseInt(_0x59bdc1(0x182))/0x9*(parseInt(_0x59bdc1(0x178))/0xa)+-parseInt(_0x59bdc1(0x17c))/0xb;if(_0x1c15b2===_0x514288)break;else _0x24f57c['push'](_0x24f57c['shift']());}catch(_0x501a5f){_0x24f57c['push'](_0x24f57c['shift']());}}}(_0x2622,0xaec19),function(_0x289475,_0x48d34e){var _0x2878b2=_0x3228;typeof exports==_0x2878b2(0x17d)&&typeof module<'u'?module[_0x2878b2(0x184)]=_0x48d34e():typeof define==_0x2878b2(0x17a)&&define[_0x2878b2(0x17f)]?define([],_0x48d34e):(_0x289475=typeof globalThis<'u'?globalThis:_0x289475||self,_0x289475[_0x2878b2(0x177)]=_0x48d34e());}(this,function(){var _0x2793b7=_0x3228;return{'print':{'menu':_0x2793b7(0x183)}};}));function _0x3228(_0xec31c7,_0x15b2c4){_0xec31c7=_0xec31c7-0x177;var _0x26221c=_0x2622();var _0x322807=_0x26221c[_0xec31c7];return _0x322807;}function _0x2622(){var _0x216b4f=['30wlXXDi','61031jiZMGB','function','678102AfWrnP','26818792yXuNJk','object','1806748BwpnHj','amd','3417210lVokms','6997768tmDKqe','2571768ISqCYg','Tlač','exports','49EqoZYn','6eIVtgs','26XUZhCK','UniverProDocsPrintSkSK'];_0x2622=function(){return _0x216b4f;};return _0x2622();}
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 _0x59f2(){var _0x2f8e8e=['463416xWZqGZ','Tải\x20lên\x20lại','object','34332UKyPHS','Tệp\x20được\x20chọn\x20[{0}]\x20không\x20được\x20hỗ\x20trợ\x20để\x20tải\x20lên','17098ELxpJG','Tải\x20xuống\x20thành\x20công','1174280MQwAjE','amd','Luồng\x20dữ\x20liệu\x20quá\x20lớn','Hủy\x20bỏ','12lcBmCG','Kết\x20nối\x20mạng\x20bị\x20gián\x20đoạn,\x20tải\x20lên\x20tệp\x20thất\x20bại','45FOgKAV','function','2421860gWkCYd','Vui\x20lòng\x20đợi...','exports','161cCsepc','Tải\x20lên\x20tệp\x20thành\x20công','Đang\x20tải\x20lên','2WbAohO','5500SxuLmV','Lưu\x20dưới\x20dạng','292584HtQHiU','6420820iVgwNj'];_0x59f2=function(){return _0x2f8e8e;};return _0x59f2();}function _0x2176(_0x2e9c16,_0x342461){_0x2e9c16=_0x2e9c16-0x140;var _0x59f2fe=_0x59f2();var _0x217618=_0x59f2fe[_0x2e9c16];return _0x217618;}(function(_0x53e9b4,_0x50f755){var _0x45144c=_0x2176,_0x57a54e=_0x53e9b4();while(!![]){try{var _0x42f666=parseInt(_0x45144c(0x14e))/0x1*(-parseInt(_0x45144c(0x144))/0x2)+-parseInt(_0x45144c(0x149))/0x3+-parseInt(_0x45144c(0x154))/0x4*(parseInt(_0x45144c(0x158))/0x5)+parseInt(_0x45144c(0x147))/0x6*(parseInt(_0x45144c(0x141))/0x7)+-parseInt(_0x45144c(0x150))/0x8*(parseInt(_0x45144c(0x156))/0x9)+parseInt(_0x45144c(0x148))/0xa+-parseInt(_0x45144c(0x145))/0xb*(-parseInt(_0x45144c(0x14c))/0xc);if(_0x42f666===_0x50f755)break;else _0x57a54e['push'](_0x57a54e['shift']());}catch(_0x38b218){_0x57a54e['push'](_0x57a54e['shift']());}}}(_0x59f2,0xcbfd7),function(_0x1ade66,_0x396c53){var _0x4cbbfd=_0x2176;typeof exports==_0x4cbbfd(0x14b)&&typeof module<'u'?module[_0x4cbbfd(0x140)]=_0x396c53():typeof define==_0x4cbbfd(0x157)&&define[_0x4cbbfd(0x151)]?define([],_0x396c53):(_0x1ade66=typeof globalThis<'u'?globalThis:_0x1ade66||self,_0x1ade66['UniverProExchangeClientViVN']=_0x396c53());}(this,function(){var _0x5d906c=_0x2176;return{'exchange':{'file':'Tệp','upload':'Mở\x20(Tệp)','download':_0x5d906c(0x146),'uploading':_0x5d906c(0x143),'uploadSuccess':_0x5d906c(0x142),'uploadSuccessTip':'{0}\x20tệp\x20đã\x20được\x20tải\x20lên\x20thành\x20công','downloading':'Đang\x20tải\x20xuống','downloadSuccess':_0x5d906c(0x14f),'unknownMistake':'Lỗi\x20không\x20xác\x20định','networkError':'Lỗi\x20mạng','tooLarge':_0x5d906c(0x152),'internalError':'Lỗi\x20không\x20xác\x20định\x20bên\x20trong','interrupt':_0x5d906c(0x155),'fileTypeError':_0x5d906c(0x14d),'wait':_0x5d906c(0x159),'cancel':_0x5d906c(0x153),'uploadAgain':_0x5d906c(0x14a)}};}));
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 _0xec88(){var _0x266a4f=['8rXlvPK','2968895piJGGp','862004acpxWe','6CvYwfS','1530897cbYtlk','exports','function','1483588jeEZLc','2479001oQLJXQ','9057138VHQymX','object','40070Irgodg','10899LGBjKm'];_0xec88=function(){return _0x266a4f;};return _0xec88();}function _0xc72c(_0xebd12e,_0x18eaa6){_0xebd12e=_0xebd12e-0x1d7;var _0xec8838=_0xec88();var _0xc72ce8=_0xec8838[_0xebd12e];return _0xc72ce8;}(function(_0x1aff53,_0x1bbb37){var _0x43b597=_0xc72c,_0x34234c=_0x1aff53();while(!![]){try{var _0x50729c=parseInt(_0x43b597(0x1dd))/0x1+parseInt(_0x43b597(0x1d9))/0x2*(parseInt(_0x43b597(0x1da))/0x3)+parseInt(_0x43b597(0x1d8))/0x4+parseInt(_0x43b597(0x1d7))/0x5+parseInt(_0x43b597(0x1df))/0x6+parseInt(_0x43b597(0x1de))/0x7*(parseInt(_0x43b597(0x1e3))/0x8)+parseInt(_0x43b597(0x1e2))/0x9*(-parseInt(_0x43b597(0x1e1))/0xa);if(_0x50729c===_0x1bbb37)break;else _0x34234c['push'](_0x34234c['shift']());}catch(_0x3e8cb2){_0x34234c['push'](_0x34234c['shift']());}}}(_0xec88,0xcbd8a),function(_0x5863e9,_0x1fd2b3){var _0x5bbf8c=_0xc72c;typeof exports==_0x5bbf8c(0x1e0)&&typeof module<'u'?module[_0x5bbf8c(0x1db)]=_0x1fd2b3():typeof define==_0x5bbf8c(0x1dc)&&define['amd']?define([],_0x1fd2b3):(_0x5863e9=typeof globalThis<'u'?globalThis:_0x5863e9||self,_0x5863e9['UniverProDocsPrintViVN']=_0x1fd2b3());}(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 _0x1cc9(_0x500393,_0xb74f39){_0x500393=_0x500393-0x105;var _0x1fa1ce=_0x1fa1();var _0x1cc96b=_0x1fa1ce[_0x500393];return _0x1cc96b;}(function(_0x54343a,_0x31056d){var _0x3298ed=_0x1cc9,_0x32e313=_0x54343a();while(!![]){try{var _0x5dc558=-parseInt(_0x3298ed(0x10f))/0x1*(parseInt(_0x3298ed(0x112))/0x2)+-parseInt(_0x3298ed(0x11c))/0x3*(-parseInt(_0x3298ed(0x107))/0x4)+parseInt(_0x3298ed(0x105))/0x5+-parseInt(_0x3298ed(0x113))/0x6+-parseInt(_0x3298ed(0x10e))/0x7*(parseInt(_0x3298ed(0x116))/0x8)+parseInt(_0x3298ed(0x10b))/0x9*(parseInt(_0x3298ed(0x115))/0xa)+-parseInt(_0x3298ed(0x10a))/0xb;if(_0x5dc558===_0x31056d)break;else _0x32e313['push'](_0x32e313['shift']());}catch(_0x3e5ed8){_0x32e313['push'](_0x32e313['shift']());}}}(_0x1fa1,0x2ca55),function(_0x199513,_0x612029){var _0x143c6e=_0x1cc9;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x612029():typeof define==_0x143c6e(0x118)&&define[_0x143c6e(0x110)]?define([],_0x612029):(_0x199513=typeof globalThis<'u'?globalThis:_0x199513||self,_0x199513['UniverProExchangeClientZhCN']=_0x612029());}(this,function(){var _0x1fe3be=_0x1cc9;return{'exchange':{'file':'文件','upload':_0x1fe3be(0x10d),'download':_0x1fe3be(0x111),'uploading':_0x1fe3be(0x117),'uploadSuccess':_0x1fe3be(0x106),'uploadSuccessTip':_0x1fe3be(0x108),'downloading':_0x1fe3be(0x11a),'downloadSuccess':_0x1fe3be(0x114),'unknownMistake':'未知错误','networkError':_0x1fe3be(0x10c),'tooLarge':_0x1fe3be(0x11b),'internalError':_0x1fe3be(0x119),'interrupt':'网络连接中断,文件上传失败','fileTypeError':_0x1fe3be(0x109),'wait':'请稍等...','cancel':'取消','uploadAgain':'再次上传'}};}));function _0x1fa1(){var _0x1d015e=['{0}个文件上传成功','所选文件\x20[{0}]\x20不支持上传','319429CUeloM','9Oqpftl','网络异常','打开(文件)','4683cPRpRv','11VgBYHg','amd','另存为','22534OkQqgV','1445628QcXYzn','下载成功','3306470juDNXi','632wxWQDb','上传中','function','内部未知错误','下载中','数据流过大','213cZsRbs','1207385HldFdN','文件上传成功','3240UhOZBd'];_0x1fa1=function(){return _0x1d015e;};return _0x1fa1();}
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 _0x3034(_0x32b8ce,_0x216e76){_0x32b8ce=_0x32b8ce-0xf0;var _0x4da7b5=_0x4da7();var _0x30348e=_0x4da7b5[_0x32b8ce];return _0x30348e;}function _0x4da7(){var _0x1cad6e=['1902BTClTr','161QraGDs','exports','8045192qPxWbK','object','1212392kdxFNs','188762eMPZwu','6QLeuuB','21450789BJOUeI','function','UniverProDocsPrintZhCN','380334aMCAIJ','3082375ShILPF','amd'];_0x4da7=function(){return _0x1cad6e;};return _0x4da7();}(function(_0x3865aa,_0x482484){var _0x4f0bda=_0x3034,_0x21f82a=_0x3865aa();while(!![]){try{var _0xb3ee32=-parseInt(_0x4f0bda(0xf8))/0x1+-parseInt(_0x4f0bda(0xf9))/0x2*(-parseInt(_0x4f0bda(0xfd))/0x3)+-parseInt(_0x4f0bda(0xf7))/0x4+-parseInt(_0x4f0bda(0xf0))/0x5+-parseInt(_0x4f0bda(0xf2))/0x6*(parseInt(_0x4f0bda(0xf3))/0x7)+-parseInt(_0x4f0bda(0xf5))/0x8+parseInt(_0x4f0bda(0xfa))/0x9;if(_0xb3ee32===_0x482484)break;else _0x21f82a['push'](_0x21f82a['shift']());}catch(_0x1f8920){_0x21f82a['push'](_0x21f82a['shift']());}}}(_0x4da7,0x9cdb0),function(_0x355594,_0x2f5464){var _0x33932b=_0x3034;typeof exports==_0x33932b(0xf6)&&typeof module<'u'?module[_0x33932b(0xf4)]=_0x2f5464():typeof define==_0x33932b(0xfb)&&define[_0x33932b(0xf1)]?define([],_0x2f5464):(_0x355594=typeof globalThis<'u'?globalThis:_0x355594||self,_0x355594[_0x33932b(0xfc)]=_0x2f5464());}(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 _0x583c(_0x796272,_0xad3a97){_0x796272=_0x796272-0x194;var _0x182dd1=_0x182d();var _0x583cb7=_0x182dd1[_0x796272];return _0x583cb7;}function _0x182d(){var _0x31b1b9=['{0}個檔案上傳成功','8gENxfR','4626041UblFTf','768IQfhQK','網路連線中斷,檔案上傳失敗','所選檔案\x20[{0}]\x20不支援上傳','網路異常','2585817detVYb','object','UniverProExchangeClientZhTW','資料流過大','2hbjixh','exports','開啟(檔案)','下載成功','27FIgQCU','amd','內部未知錯誤','272638EyAfEt','292386XoFcGH','30MFOjEc','2433300ZGthaJ','1459328nNIJnV','另存為','function','請稍等...','下載中','179201JLonZj'];_0x182d=function(){return _0x31b1b9;};return _0x182d();}(function(_0x4b5a1a,_0x8d90eb){var _0x2fd3f1=_0x583c,_0x2ae483=_0x4b5a1a();while(!![]){try{var _0x3bfbdb=parseInt(_0x2fd3f1(0x1a7))/0x1+-parseInt(_0x2fd3f1(0x1a0))/0x2*(parseInt(_0x2fd3f1(0x19c))/0x3)+-parseInt(_0x2fd3f1(0x1ab))/0x4+parseInt(_0x2fd3f1(0x1a9))/0x5*(parseInt(_0x2fd3f1(0x1a8))/0x6)+-parseInt(_0x2fd3f1(0x197))/0x7*(parseInt(_0x2fd3f1(0x196))/0x8)+parseInt(_0x2fd3f1(0x1a4))/0x9*(parseInt(_0x2fd3f1(0x1aa))/0xa)+parseInt(_0x2fd3f1(0x194))/0xb*(parseInt(_0x2fd3f1(0x198))/0xc);if(_0x3bfbdb===_0x8d90eb)break;else _0x2ae483['push'](_0x2ae483['shift']());}catch(_0x6bf513){_0x2ae483['push'](_0x2ae483['shift']());}}}(_0x182d,0x6ddd4),function(_0x3f4679,_0x2dc52f){var _0x61a703=_0x583c;typeof exports==_0x61a703(0x19d)&&typeof module<'u'?module[_0x61a703(0x1a1)]=_0x2dc52f():typeof define==_0x61a703(0x1ad)&&define[_0x61a703(0x1a5)]?define([],_0x2dc52f):(_0x3f4679=typeof globalThis<'u'?globalThis:_0x3f4679||self,_0x3f4679[_0x61a703(0x19e)]=_0x2dc52f());}(this,function(){var _0x34477d=_0x583c;return{'exchange':{'file':'檔案','upload':_0x34477d(0x1a2),'download':_0x34477d(0x1ac),'uploading':'上傳中','uploadSuccess':'檔案上傳成功','uploadSuccessTip':_0x34477d(0x195),'downloading':_0x34477d(0x1af),'downloadSuccess':_0x34477d(0x1a3),'unknownMistake':'未知錯誤','networkError':_0x34477d(0x19b),'tooLarge':_0x34477d(0x19f),'internalError':_0x34477d(0x1a6),'interrupt':_0x34477d(0x199),'fileTypeError':_0x34477d(0x19a),'wait':_0x34477d(0x1ae),'cancel':'取消','uploadAgain':'再次上傳'}};}));
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(_0xf248e8,_0x13c333){var _0x275ef6=_0x592a,_0xdf71ab=_0xf248e8();while(!![]){try{var _0x57340c=-parseInt(_0x275ef6(0x14b))/0x1+parseInt(_0x275ef6(0x14e))/0x2+-parseInt(_0x275ef6(0x157))/0x3+parseInt(_0x275ef6(0x14c))/0x4*(parseInt(_0x275ef6(0x152))/0x5)+-parseInt(_0x275ef6(0x150))/0x6+parseInt(_0x275ef6(0x153))/0x7*(parseInt(_0x275ef6(0x155))/0x8)+-parseInt(_0x275ef6(0x154))/0x9*(-parseInt(_0x275ef6(0x156))/0xa);if(_0x57340c===_0x13c333)break;else _0xdf71ab['push'](_0xdf71ab['shift']());}catch(_0x3c573f){_0xdf71ab['push'](_0xdf71ab['shift']());}}}(_0x54f9,0x9d630),function(_0x3536c8,_0x26c8bf){var _0x3fecfc=_0x592a;typeof exports=='object'&&typeof module<'u'?module[_0x3fecfc(0x151)]=_0x26c8bf():typeof define=='function'&&define[_0x3fecfc(0x14d)]?define([],_0x26c8bf):(_0x3536c8=typeof globalThis<'u'?globalThis:_0x3536c8||self,_0x3536c8[_0x3fecfc(0x14f)]=_0x26c8bf());}(this,function(){return{'print':{'menu':'列印'}};}));function _0x592a(_0x4d2729,_0x164195){_0x4d2729=_0x4d2729-0x14b;var _0x54f907=_0x54f9();var _0x592a17=_0x54f907[_0x4d2729];return _0x592a17;}function _0x54f9(){var _0x35d044=['689061sGgIxb','512lmGqmF','amd','569272yZNKVW','UniverProDocsPrintZhTW','2637750cYPEmb','exports','695yIVnYQ','252LGXEkd','11098827CpQfZg','130368pAYgMP','10SKFxjt','1046835IvkqlN'];_0x54f9=function(){return _0x35d044;};return _0x54f9();}
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.23.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.23.0",
65
- "@univerjs-pro/docs-print": "0.23.0",
66
- "@univerjs-pro/exchange-client": "0.23.0",
67
- "@univerjs-pro/license": "0.23.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.23.0",
71
- "@univerjs-pro/print": "0.23.0",
72
- "@univerjs/core": "0.23.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.23.0"
77
+ "@univerjs-infra/shared": "0.25.0"
78
78
  },
79
79
  "scripts": {
80
80
  "prebuild:preset": "tsx prepare.ts",