@univerjs/preset-docs-advanced 0.25.1 → 1.0.0-alpha.1

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 (107) hide show
  1. package/README.md +3 -3
  2. package/lib/cjs/index.js +62 -1
  3. package/lib/cjs/locales/ar-SA.js +13 -1
  4. package/lib/cjs/locales/ca-ES.js +13 -1
  5. package/lib/cjs/locales/de-DE.js +13 -1
  6. package/lib/cjs/locales/en-US.js +13 -1
  7. package/lib/cjs/locales/es-ES.js +13 -1
  8. package/lib/cjs/locales/fa-IR.js +13 -1
  9. package/lib/cjs/locales/fr-FR.js +13 -1
  10. package/lib/cjs/locales/id-ID.js +13 -1
  11. package/lib/cjs/locales/it-IT.js +13 -1
  12. package/lib/cjs/locales/ja-JP.js +13 -1
  13. package/lib/cjs/locales/ko-KR.js +13 -1
  14. package/lib/cjs/locales/pl-PL.js +13 -1
  15. package/lib/cjs/locales/pt-BR.js +13 -1
  16. package/lib/cjs/locales/ru-RU.js +13 -1
  17. package/lib/cjs/locales/sk-SK.js +13 -1
  18. package/lib/cjs/locales/vi-VN.js +13 -1
  19. package/lib/cjs/locales/zh-CN.js +13 -1
  20. package/lib/cjs/locales/zh-HK.js +13 -1
  21. package/lib/cjs/locales/zh-TW.js +13 -1
  22. package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
  23. package/lib/es/index.js +40 -36
  24. package/lib/es/locales/ar-SA.js +9 -12
  25. package/lib/es/locales/ca-ES.js +9 -12
  26. package/lib/es/locales/de-DE.js +9 -12
  27. package/lib/es/locales/en-US.js +9 -12
  28. package/lib/es/locales/es-ES.js +9 -12
  29. package/lib/es/locales/fa-IR.js +9 -12
  30. package/lib/es/locales/fr-FR.js +9 -12
  31. package/lib/es/locales/id-ID.js +9 -12
  32. package/lib/es/locales/it-IT.js +9 -12
  33. package/lib/es/locales/ja-JP.js +9 -12
  34. package/lib/es/locales/ko-KR.js +9 -12
  35. package/lib/es/locales/pl-PL.js +9 -12
  36. package/lib/es/locales/pt-BR.js +9 -12
  37. package/lib/es/locales/ru-RU.js +9 -12
  38. package/lib/es/locales/sk-SK.js +9 -12
  39. package/lib/es/locales/vi-VN.js +9 -12
  40. package/lib/es/locales/zh-CN.js +9 -12
  41. package/lib/es/locales/zh-HK.js +9 -12
  42. package/lib/es/locales/zh-TW.js +9 -12
  43. package/lib/index.css +353 -1
  44. package/lib/index.js +40 -36
  45. package/lib/locales/ar-SA.js +9 -12
  46. package/lib/locales/ca-ES.js +9 -12
  47. package/lib/locales/de-DE.js +9 -12
  48. package/lib/locales/en-US.js +9 -12
  49. package/lib/locales/es-ES.js +9 -12
  50. package/lib/locales/fa-IR.js +9 -12
  51. package/lib/locales/fr-FR.js +9 -12
  52. package/lib/locales/id-ID.js +9 -12
  53. package/lib/locales/it-IT.js +9 -12
  54. package/lib/locales/ja-JP.js +9 -12
  55. package/lib/locales/ko-KR.js +9 -12
  56. package/lib/locales/pl-PL.js +9 -12
  57. package/lib/locales/pt-BR.js +9 -12
  58. package/lib/locales/ru-RU.js +9 -12
  59. package/lib/locales/sk-SK.js +9 -12
  60. package/lib/locales/vi-VN.js +9 -12
  61. package/lib/locales/zh-CN.js +9 -12
  62. package/lib/locales/zh-HK.js +9 -12
  63. package/lib/locales/zh-TW.js +9 -12
  64. package/lib/types/index.d.ts +1 -1
  65. package/lib/types/locales/ar-SA.d.ts +26 -1
  66. package/lib/types/locales/ca-ES.d.ts +26 -1
  67. package/lib/types/locales/de-DE.d.ts +26 -1
  68. package/lib/types/locales/en-US.d.ts +26 -1
  69. package/lib/types/locales/es-ES.d.ts +26 -1
  70. package/lib/types/locales/fa-IR.d.ts +26 -1
  71. package/lib/types/locales/fr-FR.d.ts +26 -1
  72. package/lib/types/locales/id-ID.d.ts +26 -1
  73. package/lib/types/locales/it-IT.d.ts +26 -1
  74. package/lib/types/locales/ja-JP.d.ts +26 -1
  75. package/lib/types/locales/ko-KR.d.ts +26 -1
  76. package/lib/types/locales/pl-PL.d.ts +26 -1
  77. package/lib/types/locales/pt-BR.d.ts +26 -1
  78. package/lib/types/locales/ru-RU.d.ts +26 -1
  79. package/lib/types/locales/sk-SK.d.ts +26 -1
  80. package/lib/types/locales/vi-VN.d.ts +26 -1
  81. package/lib/types/locales/zh-CN.d.ts +26 -1
  82. package/lib/types/locales/zh-HK.d.ts +26 -1
  83. package/lib/types/locales/zh-TW.d.ts +26 -1
  84. package/lib/types/{umd.d.ts → preset.d.ts} +4 -5
  85. package/package.json +20 -23
  86. package/LICENSE +0 -176
  87. package/lib/types/types.d.ts +0 -11
  88. package/lib/umd/index.js +0 -23
  89. package/lib/umd/locales/ar-SA.js +0 -11
  90. package/lib/umd/locales/ca-ES.js +0 -11
  91. package/lib/umd/locales/de-DE.js +0 -11
  92. package/lib/umd/locales/en-US.js +0 -11
  93. package/lib/umd/locales/es-ES.js +0 -11
  94. package/lib/umd/locales/fa-IR.js +0 -11
  95. package/lib/umd/locales/fr-FR.js +0 -11
  96. package/lib/umd/locales/id-ID.js +0 -11
  97. package/lib/umd/locales/it-IT.js +0 -11
  98. package/lib/umd/locales/ja-JP.js +0 -11
  99. package/lib/umd/locales/ko-KR.js +0 -11
  100. package/lib/umd/locales/pl-PL.js +0 -11
  101. package/lib/umd/locales/pt-BR.js +0 -11
  102. package/lib/umd/locales/ru-RU.js +0 -11
  103. package/lib/umd/locales/sk-SK.js +0 -11
  104. package/lib/umd/locales/vi-VN.js +0 -11
  105. package/lib/umd/locales/zh-CN.js +0 -11
  106. package/lib/umd/locales/zh-HK.js +0 -11
  107. package/lib/umd/locales/zh-TW.js +0 -11
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/ar-SA
2
- function _0x1621(_0x46b33a,_0x4d74fe){_0x46b33a=_0x46b33a-0xd7;var _0x26d881=_0x26d8();var _0x1621b7=_0x26d881[_0x46b33a];return _0x1621b7;}function _0x26d8(){var _0x1d6f74=['تمت\x20مقاطعة\x20الاتصال\x20بالشبكة\x20وفشل\x20رفع\x20الملف','تم\x20التحميل\x20بنجاح','8NywyQC','187yXiRwU','تم\x20رفع\x20الملف\x20بنجاح','426789OXgxXc','خطأ\x20غير\x20معروف','function','تم\x20رفع\x20{0}\x20ملف/ملفات\x20بنجاح','إعادة\x20الرفع','يرجى\x20الانتظار...','8477900MImeFa','خطأ\x20داخلي\x20غير\x20معروف','3JZDxjX','object','679970ugQiKW','2203208oawPrW','إلغاء','1747414BPZrIk','جارٍ\x20التحميل','23751YelPPy','جارٍ\x20الرفع','UniverProExchangeClientArSA','1092bAEHYU','خطأ\x20في\x20الشبكة','1069284EfMxjs','9wejWtr','exports'];_0x26d8=function(){return _0x1d6f74;};return _0x26d8();}(function(_0x510c54,_0x2a0c4f){var _0x77266e=_0x1621,_0x4b22e9=_0x510c54();while(!![]){try{var _0x1a69a9=-parseInt(_0x77266e(0xe3))/0x1+-parseInt(_0x77266e(0xf0))/0x2*(-parseInt(_0x77266e(0xeb))/0x3)+parseInt(_0x77266e(0xe0))/0x4*(-parseInt(_0x77266e(0xed))/0x5)+parseInt(_0x77266e(0xd9))/0x6*(-parseInt(_0x77266e(0xf2))/0x7)+parseInt(_0x77266e(0xee))/0x8+parseInt(_0x77266e(0xdc))/0x9*(-parseInt(_0x77266e(0xe9))/0xa)+-parseInt(_0x77266e(0xe1))/0xb*(-parseInt(_0x77266e(0xdb))/0xc);if(_0x1a69a9===_0x2a0c4f)break;else _0x4b22e9['push'](_0x4b22e9['shift']());}catch(_0x43966e){_0x4b22e9['push'](_0x4b22e9['shift']());}}}(_0x26d8,0x7a07a),function(_0xb45931,_0x47370d){var _0x16677d=_0x1621;typeof exports==_0x16677d(0xec)&&typeof module<'u'?module[_0x16677d(0xdd)]=_0x47370d():typeof define==_0x16677d(0xe5)&&define['amd']?define([],_0x47370d):(_0xb45931=typeof globalThis<'u'?globalThis:_0xb45931||self,_0xb45931[_0x16677d(0xd8)]=_0x47370d());}(this,function(){var _0x39d9c9=_0x1621;return{'exchange-client':{'uploading':_0x39d9c9(0xd7),'uploadSuccess':_0x39d9c9(0xe2),'uploadSuccessTip':_0x39d9c9(0xe6),'downloading':_0x39d9c9(0xf1),'downloadSuccess':_0x39d9c9(0xdf),'unknownMistake':_0x39d9c9(0xe4),'networkError':_0x39d9c9(0xda),'tooLarge':'البيانات\x20كبيرة\x20جداً','internalError':_0x39d9c9(0xea),'interrupt':_0x39d9c9(0xde),'fileTypeError':'نوع\x20الملف\x20المحدد\x20[{0}]\x20غير\x20مدعوم\x20للرفع','wait':_0x39d9c9(0xe8),'cancel':_0x39d9c9(0xef),'uploadAgain':_0x39d9c9(0xe7)}};}));
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/ar-SA
5
- function _0x1e59(_0x4c16db,_0x57267a){_0x4c16db=_0x4c16db-0x171;var _0x32f49c=_0x32f4();var _0x1e59c4=_0x32f49c[_0x4c16db];return _0x1e59c4;}function _0x32f4(){var _0x160b8b=['ملف','52461tbSbgV','1569654WIqEgM','فتح\x20(ملف)','حفظ\x20باسم','776SEWDLo','8624945VPukti','6569430CcCwVj','4aqXlpd','amd','162910VpAzZu','680605hrudzd','6eclkvb','UniverProDocsExchangeClientArSA','183948EZqzla'];_0x32f4=function(){return _0x160b8b;};return _0x32f4();}(function(_0x212e0c,_0x231259){var _0x3e7421=_0x1e59,_0x4235c7=_0x212e0c();while(!![]){try{var _0x1926b7=-parseInt(_0x3e7421(0x177))/0x1+-parseInt(_0x3e7421(0x17b))/0x2+-parseInt(_0x3e7421(0x17e))/0x3+-parseInt(_0x3e7421(0x175))/0x4*(-parseInt(_0x3e7421(0x178))/0x5)+parseInt(_0x3e7421(0x179))/0x6*(parseInt(_0x3e7421(0x173))/0x7)+-parseInt(_0x3e7421(0x172))/0x8*(parseInt(_0x3e7421(0x17d))/0x9)+parseInt(_0x3e7421(0x174))/0xa;if(_0x1926b7===_0x231259)break;else _0x4235c7['push'](_0x4235c7['shift']());}catch(_0x5699c3){_0x4235c7['push'](_0x4235c7['shift']());}}}(_0x32f4,0xa66d4),function(_0x493b9e,_0x26800e){var _0x486916=_0x1e59;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x26800e():typeof define=='function'&&define[_0x486916(0x176)]?define([],_0x26800e):(_0x493b9e=typeof globalThis<'u'?globalThis:_0x493b9e||self,_0x493b9e[_0x486916(0x17a)]=_0x26800e());}(this,function(){var _0x1cadf3=_0x1e59;return{'docs-exchange-client':{'file':_0x1cadf3(0x17c),'upload':_0x1cadf3(0x17f),'download':_0x1cadf3(0x171)}};}));
6
-
7
- // @univerjs-pro/docs-print/locale/ar-SA
8
- function _0x4343(){var _0x46617b=['8768SCxHED','object','22XPpZWz','648234nRgogA','301ihzqiJ','399448VUpqzn','amd','113091nOUSUg','110sHcWuB','453312UQCujf','568315YjVVHO','exports','16115xHeSid','6pcQdYA'];_0x4343=function(){return _0x46617b;};return _0x4343();}function _0x6dbf(_0x7525d7,_0x471edc){_0x7525d7=_0x7525d7-0x1d4;var _0x434365=_0x4343();var _0x6dbff8=_0x434365[_0x7525d7];return _0x6dbff8;}(function(_0x291c5b,_0x1e4c97){var _0x510eb7=_0x6dbf,_0x4aaf56=_0x291c5b();while(!![]){try{var _0x10fd1d=-parseInt(_0x510eb7(0x1e1))/0x1*(-parseInt(_0x510eb7(0x1d7))/0x2)+-parseInt(_0x510eb7(0x1de))/0x3+parseInt(_0x510eb7(0x1da))/0x4+-parseInt(_0x510eb7(0x1df))/0x5*(parseInt(_0x510eb7(0x1d4))/0x6)+parseInt(_0x510eb7(0x1d9))/0x7*(parseInt(_0x510eb7(0x1d5))/0x8)+-parseInt(_0x510eb7(0x1d8))/0x9+parseInt(_0x510eb7(0x1dd))/0xa*(parseInt(_0x510eb7(0x1dc))/0xb);if(_0x10fd1d===_0x1e4c97)break;else _0x4aaf56['push'](_0x4aaf56['shift']());}catch(_0x5389bb){_0x4aaf56['push'](_0x4aaf56['shift']());}}}(_0x4343,0x188c9),function(_0x1fcb4b,_0x5d6ea1){var _0x3e4e77=_0x6dbf;typeof exports==_0x3e4e77(0x1d6)&&typeof module<'u'?module[_0x3e4e77(0x1e0)]=_0x5d6ea1():typeof define=='function'&&define[_0x3e4e77(0x1db)]?define([],_0x5d6ea1):(_0x1fcb4b=typeof globalThis<'u'?globalThis:_0x1fcb4b||self,_0x1fcb4b['UniverProDocsPrintArSA']=_0x5d6ea1());}(this,function(){return{'docs-print':{'menu':'طباعة'}};}));
9
-
10
- // locale/ar-SA
11
- (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/ar-SA"),require("@univerjs-pro/docs-print/locale/ar-SA"),require("@univerjs-pro/exchange-client/locale/ar-SA")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/ar-SA","@univerjs-pro/docs-print/locale/ar-SA","@univerjs-pro/exchange-client/locale/ar-SA"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedArSA=r(e.UniverCore,e.UniverProDocsExchangeClientArSA,e.UniverProDocsPrintArSA,e.UniverProExchangeClientArSA))})(this,(function(e,r,n,i){"use strict";return e.mergeLocales(r,n,i)}));
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/ca-ES
2
- (function(_0x14b525,_0xe41c4d){var _0x59a1ce=_0x13c3,_0x1e82d6=_0x14b525();while(!![]){try{var _0x2275f2=parseInt(_0x59a1ce(0x147))/0x1+parseInt(_0x59a1ce(0x142))/0x2*(-parseInt(_0x59a1ce(0x13c))/0x3)+-parseInt(_0x59a1ce(0x132))/0x4*(parseInt(_0x59a1ce(0x145))/0x5)+-parseInt(_0x59a1ce(0x136))/0x6*(-parseInt(_0x59a1ce(0x13f))/0x7)+parseInt(_0x59a1ce(0x135))/0x8+parseInt(_0x59a1ce(0x144))/0x9*(parseInt(_0x59a1ce(0x143))/0xa)+parseInt(_0x59a1ce(0x13d))/0xb*(-parseInt(_0x59a1ce(0x138))/0xc);if(_0x2275f2===_0xe41c4d)break;else _0x1e82d6['push'](_0x1e82d6['shift']());}catch(_0x53c495){_0x1e82d6['push'](_0x1e82d6['shift']());}}}(_0x1ee5,0x234f6),function(_0x6787d3,_0x2fa266){var _0x1b4de1=_0x13c3;typeof exports==_0x1b4de1(0x141)&&typeof module<'u'?module[_0x1b4de1(0x13e)]=_0x2fa266():typeof define==_0x1b4de1(0x140)&&define[_0x1b4de1(0x12e)]?define([],_0x2fa266):(_0x6787d3=typeof globalThis<'u'?globalThis:_0x6787d3||self,_0x6787d3[_0x1b4de1(0x134)]=_0x2fa266());}(this,function(){var _0x22c54b=_0x13c3;return{'exchange-client':{'uploading':_0x22c54b(0x149),'uploadSuccess':_0x22c54b(0x131),'uploadSuccessTip':'{0}\x20fitxer(s)\x20pujat(s)\x20correctament','downloading':'Descarregant','downloadSuccess':_0x22c54b(0x13a),'unknownMistake':_0x22c54b(0x137),'networkError':_0x22c54b(0x146),'tooLarge':_0x22c54b(0x133),'internalError':_0x22c54b(0x12f),'interrupt':_0x22c54b(0x139),'fileTypeError':_0x22c54b(0x130),'wait':_0x22c54b(0x13b),'cancel':'Cancel·lar','uploadAgain':_0x22c54b(0x148)}};}));function _0x13c3(_0x235b7e,_0x460522){_0x235b7e=_0x235b7e-0x12e;var _0x1ee5ef=_0x1ee5();var _0x13c3f4=_0x1ee5ef[_0x235b7e];return _0x13c3f4;}function _0x1ee5(){var _0x2b967a=['exports','21AgMbhe','function','object','1640ybEHKt','2047830UYBrBd','9KqUTsw','135910FIjgBK','Error\x20de\x20xarxa','87955cErbQm','Tornar\x20a\x20pujar','Pujant','amd','Error\x20intern\x20desconegut','El\x20fitxer\x20seleccionat\x20[{0}]\x20no\x20és\x20compatible\x20per\x20pujar','Fitxer\x20pujat\x20correctament','4QcpHTS','Les\x20dades\x20són\x20massa\x20grans','UniverProExchangeClientCaES','1712664kxTSvT','142398ZUrHiK','Error\x20desconegut','64752gGjYaL','La\x20connexió\x20de\x20xarxa\x20s\x27ha\x20interromput\x20i\x20la\x20pujada\x20del\x20fitxer\x20ha\x20fallat','Descàrrega\x20correcta','Espereu...','45WMGRSr','803aYLNkt'];_0x1ee5=function(){return _0x2b967a;};return _0x1ee5();}
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/ca-ES
5
- function _0x2451(_0x11aef4,_0x5376c1){_0x11aef4=_0x11aef4-0x157;var _0x3ce604=_0x3ce6();var _0x245141=_0x3ce604[_0x11aef4];return _0x245141;}(function(_0x2ea5a0,_0x1314a3){var _0x5aaca1=_0x2451,_0x4648a0=_0x2ea5a0();while(!![]){try{var _0x58eb8f=-parseInt(_0x5aaca1(0x158))/0x1*(-parseInt(_0x5aaca1(0x15a))/0x2)+parseInt(_0x5aaca1(0x157))/0x3+-parseInt(_0x5aaca1(0x164))/0x4+-parseInt(_0x5aaca1(0x162))/0x5+parseInt(_0x5aaca1(0x159))/0x6+parseInt(_0x5aaca1(0x15c))/0x7*(parseInt(_0x5aaca1(0x15f))/0x8)+-parseInt(_0x5aaca1(0x163))/0x9*(parseInt(_0x5aaca1(0x15b))/0xa);if(_0x58eb8f===_0x1314a3)break;else _0x4648a0['push'](_0x4648a0['shift']());}catch(_0x296e25){_0x4648a0['push'](_0x4648a0['shift']());}}}(_0x3ce6,0xd184f),function(_0x53c7c1,_0x24b423){var _0x4fb26b=_0x2451;typeof exports=='object'&&typeof module<'u'?module[_0x4fb26b(0x15d)]=_0x24b423():typeof define==_0x4fb26b(0x161)&&define[_0x4fb26b(0x15e)]?define([],_0x24b423):(_0x53c7c1=typeof globalThis<'u'?globalThis:_0x53c7c1||self,_0x53c7c1[_0x4fb26b(0x160)]=_0x24b423());}(this,function(){return{'docs-exchange-client':{'file':'Fitxer','upload':'Obrir(Fitxer)','download':'Anomena\x20i\x20desa'}};}));function _0x3ce6(){var _0x167b0f=['7641115lrSGcr','81LJefSK','2194924yTKyjf','4540533wIoQBv','529807LsDSGr','1603308msIxkm','6oiWyAE','606090wFnnkp','497XRPmfX','exports','amd','12448dwjyyk','UniverProDocsExchangeClientCaES','function'];_0x3ce6=function(){return _0x167b0f;};return _0x3ce6();}
6
-
7
- // @univerjs-pro/docs-print/locale/ca-ES
8
- function _0x2d74(){var _0x1bd882=['2431992RfTYVw','226412VBYRhN','amd','2557055FSkeYQ','function','Imprimir','48705LmqaVw','11332896MmlDgu','2286wVTWsK','object','2961KqBGTS','224769fOPVLQ'];_0x2d74=function(){return _0x1bd882;};return _0x2d74();}function _0x4a02(_0x1762fe,_0x102512){_0x1762fe=_0x1762fe-0x120;var _0x2d74a8=_0x2d74();var _0x4a026c=_0x2d74a8[_0x1762fe];return _0x4a026c;}(function(_0x551f12,_0x22273f){var _0x484060=_0x4a02,_0x18bacb=_0x551f12();while(!![]){try{var _0x3f9d63=-parseInt(_0x484060(0x126))/0x1+-parseInt(_0x484060(0x121))/0x2+parseInt(_0x484060(0x12b))/0x3+-parseInt(_0x484060(0x120))/0x4+-parseInt(_0x484060(0x123))/0x5+parseInt(_0x484060(0x128))/0x6*(parseInt(_0x484060(0x12a))/0x7)+parseInt(_0x484060(0x127))/0x8;if(_0x3f9d63===_0x22273f)break;else _0x18bacb['push'](_0x18bacb['shift']());}catch(_0x5613f7){_0x18bacb['push'](_0x18bacb['shift']());}}}(_0x2d74,0x5aab2),function(_0x48d7f1,_0x18b949){var _0x1fe1cb=_0x4a02;typeof exports==_0x1fe1cb(0x129)&&typeof module<'u'?module['exports']=_0x18b949():typeof define==_0x1fe1cb(0x124)&&define[_0x1fe1cb(0x122)]?define([],_0x18b949):(_0x48d7f1=typeof globalThis<'u'?globalThis:_0x48d7f1||self,_0x48d7f1['UniverProDocsPrintCaES']=_0x18b949());}(this,function(){var _0x1d3ba3=_0x4a02;return{'docs-print':{'menu':_0x1d3ba3(0x125)}};}));
9
-
10
- // locale/ca-ES
11
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/ca-ES"),require("@univerjs-pro/docs-print/locale/ca-ES"),require("@univerjs-pro/exchange-client/locale/ca-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/ca-ES","@univerjs-pro/docs-print/locale/ca-ES","@univerjs-pro/exchange-client/locale/ca-ES"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedCaES=n(e.UniverCore,e.UniverProDocsExchangeClientCaES,e.UniverProDocsPrintCaES,e.UniverProExchangeClientCaES))})(this,(function(e,n,r,c){"use strict";return e.mergeLocales(n,r,c)}));
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/de-DE
2
- function _0x5656(){var _0x89ead=['amd','Interner\x20unbekannter\x20Fehler','267IljHiw','3606aDNyeL','4140EIXGNm','3778384FdmoCW','4406wgMsHP','Download\x20erfolgreich','Daten\x20sind\x20zu\x20groß','620gkzdqD','Wird\x20hochgeladen','Wird\x20heruntergeladen','Unbekannter\x20Fehler','UniverProExchangeClientDeDE','object','Abbrechen','function','14794109hHzDef','Netzwerkfehler','Datei\x20erfolgreich\x20hochgeladen','Bitte\x20warten...','14721HbQbkj','32085RRXJsT','Erneut\x20hochladen','5299750ZrgDdw','1896fgOUgq'];_0x5656=function(){return _0x89ead;};return _0x5656();}function _0x4e1c(_0x1b7e26,_0x9a950f){_0x1b7e26=_0x1b7e26-0x195;var _0x5656c3=_0x5656();var _0x4e1c3e=_0x5656c3[_0x1b7e26];return _0x4e1c3e;}(function(_0x3d956d,_0x54d7c5){var _0x32b57f=_0x4e1c,_0x3163a9=_0x3d956d();while(!![]){try{var _0x5d3d09=parseInt(_0x32b57f(0x1a0))/0x1*(-parseInt(_0x32b57f(0x1a4))/0x2)+parseInt(_0x32b57f(0x1a1))/0x3*(-parseInt(_0x32b57f(0x1a7))/0x4)+-parseInt(_0x32b57f(0x19c))/0x5+parseInt(_0x32b57f(0x19d))/0x6*(-parseInt(_0x32b57f(0x199))/0x7)+parseInt(_0x32b57f(0x1a3))/0x8+-parseInt(_0x32b57f(0x19a))/0x9*(-parseInt(_0x32b57f(0x1a2))/0xa)+parseInt(_0x32b57f(0x195))/0xb;if(_0x5d3d09===_0x54d7c5)break;else _0x3163a9['push'](_0x3163a9['shift']());}catch(_0x13c985){_0x3163a9['push'](_0x3163a9['shift']());}}}(_0x5656,0xc1e06),function(_0x4f295f,_0x9c22d0){var _0x334781=_0x4e1c;typeof exports==_0x334781(0x1ac)&&typeof module<'u'?module['exports']=_0x9c22d0():typeof define==_0x334781(0x1ae)&&define[_0x334781(0x19e)]?define([],_0x9c22d0):(_0x4f295f=typeof globalThis<'u'?globalThis:_0x4f295f||self,_0x4f295f[_0x334781(0x1ab)]=_0x9c22d0());}(this,function(){var _0x2d1c3d=_0x4e1c;return{'exchange-client':{'uploading':_0x2d1c3d(0x1a8),'uploadSuccess':_0x2d1c3d(0x197),'uploadSuccessTip':'{0}\x20Datei(en)\x20erfolgreich\x20hochgeladen','downloading':_0x2d1c3d(0x1a9),'downloadSuccess':_0x2d1c3d(0x1a5),'unknownMistake':_0x2d1c3d(0x1aa),'networkError':_0x2d1c3d(0x196),'tooLarge':_0x2d1c3d(0x1a6),'internalError':_0x2d1c3d(0x19f),'interrupt':'Die\x20Netzwerkverbindung\x20wurde\x20unterbrochen\x20und\x20der\x20Datei-Upload\x20ist\x20fehlgeschlagen','fileTypeError':'Die\x20ausgewählte\x20Datei\x20[{0}]\x20wird\x20für\x20den\x20Upload\x20nicht\x20unterstützt','wait':_0x2d1c3d(0x198),'cancel':_0x2d1c3d(0x1ad),'uploadAgain':_0x2d1c3d(0x19b)}};}));
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/de-DE
5
- (function(_0x204791,_0x58d61b){var _0x24aada=_0x444d,_0x2e5139=_0x204791();while(!![]){try{var _0x1d8b7d=parseInt(_0x24aada(0x150))/0x1*(parseInt(_0x24aada(0x14b))/0x2)+parseInt(_0x24aada(0x15a))/0x3*(-parseInt(_0x24aada(0x158))/0x4)+-parseInt(_0x24aada(0x14c))/0x5+parseInt(_0x24aada(0x159))/0x6*(parseInt(_0x24aada(0x157))/0x7)+-parseInt(_0x24aada(0x14d))/0x8+-parseInt(_0x24aada(0x151))/0x9+parseInt(_0x24aada(0x14f))/0xa*(parseInt(_0x24aada(0x155))/0xb);if(_0x1d8b7d===_0x58d61b)break;else _0x2e5139['push'](_0x2e5139['shift']());}catch(_0x1e9f5e){_0x2e5139['push'](_0x2e5139['shift']());}}}(_0x1add,0x4d997),function(_0x2aee59,_0x4e383d){var _0x14c971=_0x444d;typeof exports==_0x14c971(0x14e)&&typeof module<'u'?module[_0x14c971(0x153)]=_0x4e383d():typeof define==_0x14c971(0x156)&&define['amd']?define([],_0x4e383d):(_0x2aee59=typeof globalThis<'u'?globalThis:_0x2aee59||self,_0x2aee59[_0x14c971(0x152)]=_0x4e383d());}(this,function(){var _0x132f30=_0x444d;return{'docs-exchange-client':{'file':_0x132f30(0x154),'upload':'Öffnen\x20(Datei)','download':_0x132f30(0x15b)}};}));function _0x444d(_0x5cb46c,_0x3ad91b){_0x5cb46c=_0x5cb46c-0x14b;var _0x1add1a=_0x1add();var _0x444dd5=_0x1add1a[_0x5cb46c];return _0x444dd5;}function _0x1add(){var _0x468359=['function','28SpFyOR','236djhznT','78102KFhNtD','25131uuoXmq','Speichern\x20unter','10bLjcaH','19200yduyoL','3828336wrCjla','object','1529390RbWntQ','8002bCVSyG','1566513zoFqXr','UniverProDocsExchangeClientDeDE','exports','Datei','99LCWbVm'];_0x1add=function(){return _0x468359;};return _0x1add();}
6
-
7
- // @univerjs-pro/docs-print/locale/de-DE
8
- function _0x315a(_0x3a58e8,_0x49e9b3){_0x3a58e8=_0x3a58e8-0x1d1;var _0x4d3abb=_0x4d3a();var _0x315a5c=_0x4d3abb[_0x3a58e8];return _0x315a5c;}function _0x4d3a(){var _0x2f41f0=['204580FLgnfG','1148313KuRyGn','14600090HXlBXA','186tqZxfA','2040725WhvSli','function','Drucken','9UNZeNd','1117240ypNEor','5266616RGHUUm','4wYsbGc','amd','exports','205562NUuXQM'];_0x4d3a=function(){return _0x2f41f0;};return _0x4d3a();}(function(_0x320764,_0x25349a){var _0x1ad7e5=_0x315a,_0x2ddab2=_0x320764();while(!![]){try{var _0x5f2fe0=parseInt(_0x1ad7e5(0x1dd))/0x1+-parseInt(_0x1ad7e5(0x1d5))/0x2+-parseInt(_0x1ad7e5(0x1d6))/0x3*(-parseInt(_0x1ad7e5(0x1d1))/0x4)+parseInt(_0x1ad7e5(0x1d9))/0x5+-parseInt(_0x1ad7e5(0x1d8))/0x6*(-parseInt(_0x1ad7e5(0x1d4))/0x7)+parseInt(_0x1ad7e5(0x1de))/0x8*(-parseInt(_0x1ad7e5(0x1dc))/0x9)+-parseInt(_0x1ad7e5(0x1d7))/0xa;if(_0x5f2fe0===_0x25349a)break;else _0x2ddab2['push'](_0x2ddab2['shift']());}catch(_0x3b1ff1){_0x2ddab2['push'](_0x2ddab2['shift']());}}}(_0x4d3a,0x91f74),function(_0x3cad12,_0x27a75a){var _0xe222ef=_0x315a;typeof exports=='object'&&typeof module<'u'?module[_0xe222ef(0x1d3)]=_0x27a75a():typeof define==_0xe222ef(0x1da)&&define[_0xe222ef(0x1d2)]?define([],_0x27a75a):(_0x3cad12=typeof globalThis<'u'?globalThis:_0x3cad12||self,_0x3cad12['UniverProDocsPrintDeDE']=_0x27a75a());}(this,function(){var _0x262319=_0x315a;return{'docs-print':{'menu':_0x262319(0x1db)}};}));
9
-
10
- // locale/de-DE
11
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/de-DE"),require("@univerjs-pro/docs-print/locale/de-DE"),require("@univerjs-pro/exchange-client/locale/de-DE")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/de-DE","@univerjs-pro/docs-print/locale/de-DE","@univerjs-pro/exchange-client/locale/de-DE"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedDeDE=n(e.UniverCore,e.UniverProDocsExchangeClientDeDE,e.UniverProDocsPrintDeDE,e.UniverProExchangeClientDeDE))})(this,(function(e,n,r,i){"use strict";return e.mergeLocales(n,r,i)}));
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/en-US
2
- (function(_0x4321b6,_0x3ee14b){var _0x2c5148=_0x35ea,_0x199de3=_0x4321b6();while(!![]){try{var _0x625fee=-parseInt(_0x2c5148(0xce))/0x1+parseInt(_0x2c5148(0xc8))/0x2*(parseInt(_0x2c5148(0xbd))/0x3)+-parseInt(_0x2c5148(0xc3))/0x4*(parseInt(_0x2c5148(0xbe))/0x5)+-parseInt(_0x2c5148(0xcd))/0x6*(parseInt(_0x2c5148(0xc4))/0x7)+-parseInt(_0x2c5148(0xca))/0x8+-parseInt(_0x2c5148(0xc9))/0x9+-parseInt(_0x2c5148(0xc1))/0xa*(-parseInt(_0x2c5148(0xd3))/0xb);if(_0x625fee===_0x3ee14b)break;else _0x199de3['push'](_0x199de3['shift']());}catch(_0x5419dc){_0x199de3['push'](_0x199de3['shift']());}}}(_0x510a,0xba1bf),function(_0x84bddf,_0x235b0e){var _0x58c918=_0x35ea;typeof exports=='object'&&typeof module<'u'?module[_0x58c918(0xc5)]=_0x235b0e():typeof define==_0x58c918(0xc0)&&define[_0x58c918(0xc6)]?define([],_0x235b0e):(_0x84bddf=typeof globalThis<'u'?globalThis:_0x84bddf||self,_0x84bddf[_0x58c918(0xd1)]=_0x235b0e());}(this,function(){var _0x2254f2=_0x35ea;return{'exchange-client':{'uploading':_0x2254f2(0xcf),'uploadSuccess':_0x2254f2(0xbf),'uploadSuccessTip':'{0}\x20file(s)\x20uploaded\x20successfully','downloading':_0x2254f2(0xbc),'downloadSuccess':_0x2254f2(0xd0),'unknownMistake':_0x2254f2(0xc2),'networkError':_0x2254f2(0xd2),'tooLarge':_0x2254f2(0xcc),'internalError':'Internal\x20unknown\x20error','interrupt':_0x2254f2(0xcb),'fileTypeError':_0x2254f2(0xc7),'wait':'Please\x20wait...','cancel':_0x2254f2(0xbb),'uploadAgain':'Upload\x20again'}};}));function _0x35ea(_0x337d07,_0x13ec92){_0x337d07=_0x337d07-0xbb;var _0x510a17=_0x510a();var _0x35ea16=_0x510a17[_0x337d07];return _0x35ea16;}function _0x510a(){var _0x232e6f=['exports','amd','Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','44386LHTNIW','13308282bUygzj','8587352XCZVGU','The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','Data\x20is\x20too\x20large','1923078fPTIPe','701880OrKHkK','Uploading','Download\x20success','UniverProExchangeClientEnUS','Network\x20error','12067EDORYF','Cancel','Downloading','93ZhkeBh','611515KFiHEr','File\x20uploaded\x20successfully','function','42450Cdbxua','Unknown\x20mistake','12neZqSy','21yLTAbD'];_0x510a=function(){return _0x232e6f;};return _0x510a();}
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/en-US
5
- function _0x1ae6(_0x54954b,_0x445c1e){_0x54954b=_0x54954b-0x1ba;var _0x580750=_0x5807();var _0x1ae6e9=_0x580750[_0x54954b];return _0x1ae6e9;}function _0x5807(){var _0x2ab6f2=['60929agruHE','1410WTcdBq','15XODEgj','3784uOxqmd','amd','3347088YHHoff','10719bEznHC','File','function','7mzKiWM','66909WkJJgz','UniverProDocsExchangeClientEnUS','1285128oDWjOi','523420pkGvud','object','507292thdyoO','exports','38tCxewQ'];_0x5807=function(){return _0x2ab6f2;};return _0x5807();}(function(_0x2b6b18,_0x515ad2){var _0x1814e6=_0x1ae6,_0x241f89=_0x2b6b18();while(!![]){try{var _0x97909a=parseInt(_0x1814e6(0x1c1))/0x1+-parseInt(_0x1814e6(0x1c5))/0x2*(parseInt(_0x1814e6(0x1be))/0x3)+parseInt(_0x1814e6(0x1c3))/0x4*(-parseInt(_0x1814e6(0x1c8))/0x5)+-parseInt(_0x1814e6(0x1cb))/0x6*(parseInt(_0x1814e6(0x1bd))/0x7)+parseInt(_0x1814e6(0x1c9))/0x8*(parseInt(_0x1814e6(0x1ba))/0x9)+parseInt(_0x1814e6(0x1c7))/0xa*(parseInt(_0x1814e6(0x1c6))/0xb)+parseInt(_0x1814e6(0x1c0))/0xc;if(_0x97909a===_0x515ad2)break;else _0x241f89['push'](_0x241f89['shift']());}catch(_0x4fc2cf){_0x241f89['push'](_0x241f89['shift']());}}}(_0x5807,0x959ae),function(_0x1f211e,_0x367dfe){var _0x222338=_0x1ae6;typeof exports==_0x222338(0x1c2)&&typeof module<'u'?module[_0x222338(0x1c4)]=_0x367dfe():typeof define==_0x222338(0x1bc)&&define[_0x222338(0x1ca)]?define([],_0x367dfe):(_0x1f211e=typeof globalThis<'u'?globalThis:_0x1f211e||self,_0x1f211e[_0x222338(0x1bf)]=_0x367dfe());}(this,function(){var _0x3301d6=_0x1ae6;return{'docs-exchange-client':{'file':_0x3301d6(0x1bb),'upload':'Open(File)','download':'Save\x20As'}};}));
6
-
7
- // @univerjs-pro/docs-print/locale/en-US
8
- function _0x19f3(){var _0x4345f7=['385gJmiWP','amd','366747TolPkJ','exports','3896rHjPwo','50298Hlryks','2317684nHIgQO','25872BlDMUd','6269652qYRtZn','321EsZNNc','Print','9154350drTEUp','16513KASCqL','object','UniverProDocsPrintEnUS','function'];_0x19f3=function(){return _0x4345f7;};return _0x19f3();}function _0x2fa3(_0x3efb03,_0x29421f){_0x3efb03=_0x3efb03-0x1cb;var _0x19f3d7=_0x19f3();var _0x2fa3dd=_0x19f3d7[_0x3efb03];return _0x2fa3dd;}(function(_0x46db87,_0x481713){var _0x4a9974=_0x2fa3,_0x30883c=_0x46db87();while(!![]){try{var _0x37e5f7=-parseInt(_0x4a9974(0x1d0))/0x1+parseInt(_0x4a9974(0x1d4))/0x2+parseInt(_0x4a9974(0x1d7))/0x3*(parseInt(_0x4a9974(0x1d5))/0x4)+parseInt(_0x4a9974(0x1ce))/0x5*(parseInt(_0x4a9974(0x1d3))/0x6)+-parseInt(_0x4a9974(0x1da))/0x7*(parseInt(_0x4a9974(0x1d2))/0x8)+parseInt(_0x4a9974(0x1d6))/0x9+-parseInt(_0x4a9974(0x1d9))/0xa;if(_0x37e5f7===_0x481713)break;else _0x30883c['push'](_0x30883c['shift']());}catch(_0x49484f){_0x30883c['push'](_0x30883c['shift']());}}}(_0x19f3,0xba0a6),function(_0x58a33a,_0x45eb67){var _0xf8ecf0=_0x2fa3;typeof exports==_0xf8ecf0(0x1cb)&&typeof module<'u'?module[_0xf8ecf0(0x1d1)]=_0x45eb67():typeof define==_0xf8ecf0(0x1cd)&&define[_0xf8ecf0(0x1cf)]?define([],_0x45eb67):(_0x58a33a=typeof globalThis<'u'?globalThis:_0x58a33a||self,_0x58a33a[_0xf8ecf0(0x1cc)]=_0x45eb67());}(this,function(){var _0x48df8d=_0x2fa3;return{'docs-print':{'menu':_0x48df8d(0x1d8)}};}));
9
-
10
- // locale/en-US
11
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/en-US"),require("@univerjs-pro/docs-print/locale/en-US"),require("@univerjs-pro/exchange-client/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/en-US","@univerjs-pro/docs-print/locale/en-US","@univerjs-pro/exchange-client/locale/en-US"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedEnUS=n(e.UniverCore,e.UniverProDocsExchangeClientEnUS,e.UniverProDocsPrintEnUS,e.UniverProExchangeClientEnUS))})(this,(function(e,n,r,i){"use strict";return e.mergeLocales(n,r,i)}));
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/es-ES
2
- function _0xdfce(_0x3cfe57,_0x31fa33){_0x3cfe57=_0x3cfe57-0x10e;var _0x497edb=_0x497e();var _0xdfce4f=_0x497edb[_0x3cfe57];return _0xdfce4f;}(function(_0x4b4436,_0x4ab48c){var _0x167fc5=_0xdfce,_0xc0f5d1=_0x4b4436();while(!![]){try{var _0x4e7664=parseInt(_0x167fc5(0x11a))/0x1*(-parseInt(_0x167fc5(0x115))/0x2)+parseInt(_0x167fc5(0x10e))/0x3*(-parseInt(_0x167fc5(0x11d))/0x4)+parseInt(_0x167fc5(0x10f))/0x5*(-parseInt(_0x167fc5(0x123))/0x6)+-parseInt(_0x167fc5(0x11f))/0x7+-parseInt(_0x167fc5(0x110))/0x8+-parseInt(_0x167fc5(0x124))/0x9*(parseInt(_0x167fc5(0x118))/0xa)+parseInt(_0x167fc5(0x117))/0xb;if(_0x4e7664===_0x4ab48c)break;else _0xc0f5d1['push'](_0xc0f5d1['shift']());}catch(_0x1b52ee){_0xc0f5d1['push'](_0xc0f5d1['shift']());}}}(_0x497e,0xf2afb),function(_0x4fccf2,_0x29a285){var _0x32d520=_0xdfce;typeof exports==_0x32d520(0x11e)&&typeof module<'u'?module[_0x32d520(0x116)]=_0x29a285():typeof define==_0x32d520(0x111)&&define[_0x32d520(0x125)]?define([],_0x29a285):(_0x4fccf2=typeof globalThis<'u'?globalThis:_0x4fccf2||self,_0x4fccf2[_0x32d520(0x11b)]=_0x29a285());}(this,function(){var _0x1f7748=_0xdfce;return{'exchange-client':{'uploading':_0x1f7748(0x120),'uploadSuccess':'Archivo\x20subido\x20exitosamente','uploadSuccessTip':'{0}\x20archivo(s)\x20subido(s)\x20exitosamente','downloading':_0x1f7748(0x121),'downloadSuccess':_0x1f7748(0x112),'unknownMistake':'Error\x20desconocido','networkError':_0x1f7748(0x122),'tooLarge':_0x1f7748(0x114),'internalError':_0x1f7748(0x119),'interrupt':'La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','fileTypeError':'El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','wait':'Espere...','cancel':_0x1f7748(0x113),'uploadAgain':_0x1f7748(0x11c)}};}));function _0x497e(){var _0x38df16=['30150WZdfBo','Error\x20interno\x20desconocido','36429aPgdFa','UniverProExchangeClientEsES','Subir\x20de\x20nuevo','7132DgNUVv','object','8491385DjsNtJ','Subiendo','Descargando','Error\x20de\x20red','7909086ZrlnHL','2241rKcVwj','amd','66nVTbmP','5WTJklI','11558992XStdyF','function','Descarga\x20exitosa','Cancelar','Los\x20datos\x20son\x20demasiado\x20grandes','108aurHTP','exports','85000080SZPEZA'];_0x497e=function(){return _0x38df16;};return _0x497e();}
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/es-ES
5
- function _0x4673(_0x296c99,_0x9872e0){_0x296c99=_0x296c99-0x1b2;var _0x10e10b=_0x10e1();var _0x4673b9=_0x10e10b[_0x296c99];return _0x4673b9;}(function(_0x351718,_0x1e83f1){var _0x4b86c1=_0x4673,_0x168079=_0x351718();while(!![]){try{var _0x19af97=parseInt(_0x4b86c1(0x1bd))/0x1*(parseInt(_0x4b86c1(0x1b2))/0x2)+parseInt(_0x4b86c1(0x1c0))/0x3+-parseInt(_0x4b86c1(0x1b7))/0x4*(-parseInt(_0x4b86c1(0x1b9))/0x5)+parseInt(_0x4b86c1(0x1c5))/0x6*(-parseInt(_0x4b86c1(0x1bb))/0x7)+-parseInt(_0x4b86c1(0x1b4))/0x8*(-parseInt(_0x4b86c1(0x1c2))/0x9)+-parseInt(_0x4b86c1(0x1b3))/0xa*(-parseInt(_0x4b86c1(0x1bc))/0xb)+-parseInt(_0x4b86c1(0x1b8))/0xc*(parseInt(_0x4b86c1(0x1c1))/0xd);if(_0x19af97===_0x1e83f1)break;else _0x168079['push'](_0x168079['shift']());}catch(_0x5c2bd0){_0x168079['push'](_0x168079['shift']());}}}(_0x10e1,0xb0abf),function(_0x51b8e6,_0x15215b){var _0x90c1b6=_0x4673;typeof exports=='object'&&typeof module<'u'?module[_0x90c1b6(0x1b6)]=_0x15215b():typeof define==_0x90c1b6(0x1b5)&&define[_0x90c1b6(0x1ba)]?define([],_0x15215b):(_0x51b8e6=typeof globalThis<'u'?globalThis:_0x51b8e6||self,_0x51b8e6[_0x90c1b6(0x1be)]=_0x15215b());}(this,function(){var _0x2b243f=_0x4673;return{'docs-exchange-client':{'file':_0x2b243f(0x1c4),'upload':_0x2b243f(0x1c3),'download':_0x2b243f(0x1bf)}};}));function _0x10e1(){var _0x148680=['9FiBohT','Abrir(Archivo)','Archivo','33792sXjlLA','2BfgHBF','10mPfDmC','1651816HSkDft','function','exports','336DTErrq','186456SXxaUo','66305droTVl','amd','602wBzUPF','1839101THHWFP','1423243HscaQl','UniverProDocsExchangeClientEsES','Guardar\x20como','3561696wwqTst','2418GArTzr'];_0x10e1=function(){return _0x148680;};return _0x10e1();}
6
-
7
- // @univerjs-pro/docs-print/locale/es-ES
8
- function _0x39fd(_0x4f2674,_0xe131f3){_0x4f2674=_0x4f2674-0x1b3;var _0x185aab=_0x185a();var _0x39fd0c=_0x185aab[_0x4f2674];return _0x39fd0c;}(function(_0x407eb0,_0xfb8bf9){var _0x51009b=_0x39fd,_0x227f93=_0x407eb0();while(!![]){try{var _0x3ae0c5=-parseInt(_0x51009b(0x1b8))/0x1*(parseInt(_0x51009b(0x1be))/0x2)+-parseInt(_0x51009b(0x1c1))/0x3*(parseInt(_0x51009b(0x1bc))/0x4)+parseInt(_0x51009b(0x1b7))/0x5+parseInt(_0x51009b(0x1ba))/0x6*(parseInt(_0x51009b(0x1b5))/0x7)+-parseInt(_0x51009b(0x1c0))/0x8*(-parseInt(_0x51009b(0x1b3))/0x9)+-parseInt(_0x51009b(0x1b6))/0xa+-parseInt(_0x51009b(0x1bd))/0xb;if(_0x3ae0c5===_0xfb8bf9)break;else _0x227f93['push'](_0x227f93['shift']());}catch(_0x384bf4){_0x227f93['push'](_0x227f93['shift']());}}}(_0x185a,0x4abe2),function(_0x336978,_0x1a37a1){var _0x324f81=_0x39fd;typeof exports==_0x324f81(0x1c2)&&typeof module<'u'?module[_0x324f81(0x1b4)]=_0x1a37a1():typeof define==_0x324f81(0x1bb)&&define[_0x324f81(0x1bf)]?define([],_0x1a37a1):(_0x336978=typeof globalThis<'u'?globalThis:_0x336978||self,_0x336978['UniverProDocsPrintEsES']=_0x1a37a1());}(this,function(){var _0x27e037=_0x39fd;return{'docs-print':{'menu':_0x27e037(0x1b9)}};}));function _0x185a(){var _0x1739d5=['8164090AjdJty','6722ROVsCO','amd','672JEfZcn','378603yoppjQ','object','63441FHFVwg','exports','7cuxVGu','770650FRTpoo','1700370TENXcs','13lkDipb','Imprimir','2178630aavWfX','function','4hYdGSg'];_0x185a=function(){return _0x1739d5;};return _0x185a();}
9
-
10
- // locale/es-ES
11
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/es-ES"),require("@univerjs-pro/docs-print/locale/es-ES"),require("@univerjs-pro/exchange-client/locale/es-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/es-ES","@univerjs-pro/docs-print/locale/es-ES","@univerjs-pro/exchange-client/locale/es-ES"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedEsES=n(e.UniverCore,e.UniverProDocsExchangeClientEsES,e.UniverProDocsPrintEsES,e.UniverProExchangeClientEsES))})(this,(function(e,n,r,i){"use strict";return e.mergeLocales(n,r,i)}));
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/fa-IR
2
- function _0xc710(){var _0x14c9be=['در\x20حال\x20بارگذاری','خطای\x20ناشناخته','exports','خطای\x20داخلی\x20ناشناخته','فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','24TNHnGR','2291695XVdesp','بارگذاری\x20مجدد','در\x20حال\x20دانلود','9dGWjDF','object','827529eqlVyL','4WShAbM','لطفا\x20صبر\x20کنید...','4361912CiAYlP','1193684BIQGwq','فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمی‌شود','1122848aWPPiW','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','16583468VXyIoE','دانلود\x20موفقیت\x20آمیز','13058900OoRJef','function','10eGhgPv','amd'];_0xc710=function(){return _0x14c9be;};return _0xc710();}function _0x1c49(_0x2f78ce,_0x3055ff){_0x2f78ce=_0x2f78ce-0x1bb;var _0xc71012=_0xc710();var _0x1c497a=_0xc71012[_0x2f78ce];return _0x1c497a;}(function(_0x3792b8,_0x3acca5){var _0x35a38d=_0x1c49,_0x433c17=_0x3792b8();while(!![]){try{var _0x29c149=-parseInt(_0x35a38d(0x1cb))/0x1+-parseInt(_0x35a38d(0x1c6))/0x2*(-parseInt(_0x35a38d(0x1c5))/0x3)+parseInt(_0x35a38d(0x1c9))/0x4*(-parseInt(_0x35a38d(0x1d1))/0x5)+parseInt(_0x35a38d(0x1bf))/0x6*(parseInt(_0x35a38d(0x1c0))/0x7)+parseInt(_0x35a38d(0x1c8))/0x8+-parseInt(_0x35a38d(0x1c3))/0x9*(parseInt(_0x35a38d(0x1cf))/0xa)+parseInt(_0x35a38d(0x1cd))/0xb;if(_0x29c149===_0x3acca5)break;else _0x433c17['push'](_0x433c17['shift']());}catch(_0x813bdc){_0x433c17['push'](_0x433c17['shift']());}}}(_0xc710,0xd8e99),function(_0xd00d1,_0x2cb1ea){var _0x2678fb=_0x1c49;typeof exports==_0x2678fb(0x1c4)&&typeof module<'u'?module[_0x2678fb(0x1bc)]=_0x2cb1ea():typeof define==_0x2678fb(0x1d0)&&define[_0x2678fb(0x1d2)]?define([],_0x2cb1ea):(_0xd00d1=typeof globalThis<'u'?globalThis:_0xd00d1||self,_0xd00d1['UniverProExchangeClientFaIR']=_0x2cb1ea());}(this,function(){var _0x49e130=_0x1c49;return{'exchange-client':{'uploading':_0x49e130(0x1d3),'uploadSuccess':_0x49e130(0x1be),'uploadSuccessTip':_0x49e130(0x1cc),'downloading':_0x49e130(0x1c2),'downloadSuccess':_0x49e130(0x1ce),'unknownMistake':_0x49e130(0x1bb),'networkError':'خطای\x20شبکه','tooLarge':'داده\x20خیلی\x20بزرگ\x20است','internalError':_0x49e130(0x1bd),'interrupt':'اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','fileTypeError':_0x49e130(0x1ca),'wait':_0x49e130(0x1c7),'cancel':'لغو','uploadAgain':_0x49e130(0x1c1)}};}));
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/fa-IR
5
- function _0x2ce4(_0x2bb612,_0x2db536){_0x2bb612=_0x2bb612-0x1e8;var _0x68fbdc=_0x68fb();var _0x2ce438=_0x68fbdc[_0x2bb612];return _0x2ce438;}(function(_0x30ea47,_0x2c6661){var _0x838037=_0x2ce4,_0x3edf60=_0x30ea47();while(!![]){try{var _0x22b756=-parseInt(_0x838037(0x1f4))/0x1*(-parseInt(_0x838037(0x1ec))/0x2)+-parseInt(_0x838037(0x1eb))/0x3*(parseInt(_0x838037(0x1f0))/0x4)+parseInt(_0x838037(0x1f5))/0x5*(-parseInt(_0x838037(0x1ef))/0x6)+-parseInt(_0x838037(0x1f3))/0x7*(-parseInt(_0x838037(0x1e9))/0x8)+-parseInt(_0x838037(0x1f2))/0x9*(parseInt(_0x838037(0x1f9))/0xa)+-parseInt(_0x838037(0x1f6))/0xb*(-parseInt(_0x838037(0x1f7))/0xc)+parseInt(_0x838037(0x1ea))/0xd;if(_0x22b756===_0x2c6661)break;else _0x3edf60['push'](_0x3edf60['shift']());}catch(_0x769e58){_0x3edf60['push'](_0x3edf60['shift']());}}}(_0x68fb,0xca045),function(_0x8e0c21,_0x242a41){var _0x34cf19=_0x2ce4;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x242a41():typeof define==_0x34cf19(0x1f8)&&define[_0x34cf19(0x1ee)]?define([],_0x242a41):(_0x8e0c21=typeof globalThis<'u'?globalThis:_0x8e0c21||self,_0x8e0c21['UniverProDocsExchangeClientFaIR']=_0x242a41());}(this,function(){var _0x34fa3a=_0x2ce4;return{'docs-exchange-client':{'file':_0x34fa3a(0x1ed),'upload':_0x34fa3a(0x1e8),'download':_0x34fa3a(0x1f1)}};}));function _0x68fb(){var _0x566096=['function','3640Yglnhe','بازکردن(فایل)','8dhRWby','21386326QPdzSA','321LIbWIR','40GoqYEG','فایل','amd','1615926oXMECN','57544PsdJRH','ذخیره\x20به\x20عنوان','6687QbnSPw','1136401jFqWNt','50391JSHNRd','5TfhDOU','1177NRsrsm','10236XyygXn'];_0x68fb=function(){return _0x566096;};return _0x68fb();}
6
-
7
- // @univerjs-pro/docs-print/locale/fa-IR
8
- function _0x4226(_0x1f2cc2,_0x355d04){_0x1f2cc2=_0x1f2cc2-0x1be;var _0x58db86=_0x58db();var _0x422631=_0x58db86[_0x1f2cc2];return _0x422631;}(function(_0x321f0d,_0x388bb1){var _0x4f9ed6=_0x4226,_0x5e49ee=_0x321f0d();while(!![]){try{var _0x4c9f9d=-parseInt(_0x4f9ed6(0x1c8))/0x1*(parseInt(_0x4f9ed6(0x1c6))/0x2)+parseInt(_0x4f9ed6(0x1bf))/0x3+parseInt(_0x4f9ed6(0x1c3))/0x4*(-parseInt(_0x4f9ed6(0x1c4))/0x5)+parseInt(_0x4f9ed6(0x1ca))/0x6*(parseInt(_0x4f9ed6(0x1c7))/0x7)+parseInt(_0x4f9ed6(0x1c5))/0x8+parseInt(_0x4f9ed6(0x1cb))/0x9*(parseInt(_0x4f9ed6(0x1c2))/0xa)+parseInt(_0x4f9ed6(0x1c0))/0xb;if(_0x4c9f9d===_0x388bb1)break;else _0x5e49ee['push'](_0x5e49ee['shift']());}catch(_0x46aa2a){_0x5e49ee['push'](_0x5e49ee['shift']());}}}(_0x58db,0xd1929),function(_0x581862,_0x1e1af1){var _0x52eef8=_0x4226;typeof exports=='object'&&typeof module<'u'?module[_0x52eef8(0x1cc)]=_0x1e1af1():typeof define==_0x52eef8(0x1be)&&define['amd']?define([],_0x1e1af1):(_0x581862=typeof globalThis<'u'?globalThis:_0x581862||self,_0x581862[_0x52eef8(0x1c9)]=_0x1e1af1());}(this,function(){var _0x5efe1b=_0x4226;return{'docs-print':{'menu':_0x5efe1b(0x1c1)}};}));function _0x58db(){var _0x16d0f2=['4UNOnYf','UniverProDocsPrintFaIR','42isaVGk','45WhRJVu','exports','function','4354437ImKxZL','1523181mMaMRe','چاپ','365410hMILWn','770172xfsrSu','20sOfLOU','1001928Zmwssl','618494WPPTlL','967673teTlWr'];_0x58db=function(){return _0x16d0f2;};return _0x58db();}
9
-
10
- // locale/fa-IR
11
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/fa-IR"),require("@univerjs-pro/docs-print/locale/fa-IR"),require("@univerjs-pro/exchange-client/locale/fa-IR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/fa-IR","@univerjs-pro/docs-print/locale/fa-IR","@univerjs-pro/exchange-client/locale/fa-IR"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedFaIR=n(e.UniverCore,e.UniverProDocsExchangeClientFaIR,e.UniverProDocsPrintFaIR,e.UniverProExchangeClientFaIR))})(this,(function(e,n,r,i){"use strict";return e.mergeLocales(n,r,i)}));
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/fr-FR
2
- (function(_0x41f80b,_0x2bc6ab){var _0x23b299=_0x3cdd,_0xafc3cc=_0x41f80b();while(!![]){try{var _0x3e55cb=-parseInt(_0x23b299(0x1bb))/0x1+parseInt(_0x23b299(0x1ae))/0x2+-parseInt(_0x23b299(0x1ba))/0x3+parseInt(_0x23b299(0x1c0))/0x4*(parseInt(_0x23b299(0x1b3))/0x5)+parseInt(_0x23b299(0x1b9))/0x6*(parseInt(_0x23b299(0x1b8))/0x7)+parseInt(_0x23b299(0x1b7))/0x8*(parseInt(_0x23b299(0x1b5))/0x9)+-parseInt(_0x23b299(0x1bc))/0xa;if(_0x3e55cb===_0x2bc6ab)break;else _0xafc3cc['push'](_0xafc3cc['shift']());}catch(_0x5a3507){_0xafc3cc['push'](_0xafc3cc['shift']());}}}(_0x2509,0x582da),function(_0x1f7c27,_0x28f84c){var _0x251b26=_0x3cdd;typeof exports==_0x251b26(0x1bd)&&typeof module<'u'?module[_0x251b26(0x1c1)]=_0x28f84c():typeof define=='function'&&define[_0x251b26(0x1bf)]?define([],_0x28f84c):(_0x1f7c27=typeof globalThis<'u'?globalThis:_0x1f7c27||self,_0x1f7c27[_0x251b26(0x1b1)]=_0x28f84c());}(this,function(){var _0x1a0307=_0x3cdd;return{'exchange-client':{'uploading':'Téléchargement\x20en\x20cours','uploadSuccess':'Fichier\x20téléchargé\x20avec\x20succès','uploadSuccessTip':'{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','downloading':_0x1a0307(0x1c2),'downloadSuccess':'Téléchargement\x20réussi','unknownMistake':_0x1a0307(0x1b2),'networkError':_0x1a0307(0x1c3),'tooLarge':_0x1a0307(0x1b4),'internalError':_0x1a0307(0x1ad),'interrupt':_0x1a0307(0x1b6),'fileTypeError':_0x1a0307(0x1b0),'wait':_0x1a0307(0x1c4),'cancel':_0x1a0307(0x1be),'uploadAgain':_0x1a0307(0x1af)}};}));function _0x3cdd(_0x41657d,_0x5453cc){_0x41657d=_0x41657d-0x1ad;var _0x250949=_0x2509();var _0x3cdd8f=_0x250949[_0x41657d];return _0x3cdd8f;}function _0x2509(){var _0x35632c=['Les\x20données\x20sont\x20trop\x20volumineuses','648801UqJaZd','La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','16NjFTxj','757771fJdTOU','18jYeftc','599313IfDYOB','69688nmDDTC','5657100uEJTLC','object','Annuler','amd','8VIEtzn','exports','Téléchargement','Erreur\x20réseau','Veuillez\x20patienter...','Erreur\x20interne\x20inconnue','1043932BCUPMp','Télécharger\x20à\x20nouveau','Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','UniverProExchangeClientFrFR','Erreur\x20inconnue','513610lReFyh'];_0x2509=function(){return _0x35632c;};return _0x2509();}
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/fr-FR
5
- function _0x32a8(_0x12ff5c,_0x4f58a9){_0x12ff5c=_0x12ff5c-0xcb;var _0x2e4a4d=_0x2e4a();var _0x32a8bd=_0x2e4a4d[_0x12ff5c];return _0x32a8bd;}(function(_0x4cb2a8,_0x251a6f){var _0x4e4dc6=_0x32a8,_0x2550ee=_0x4cb2a8();while(!![]){try{var _0xa723dd=-parseInt(_0x4e4dc6(0xcb))/0x1*(parseInt(_0x4e4dc6(0xd1))/0x2)+-parseInt(_0x4e4dc6(0xd4))/0x3+-parseInt(_0x4e4dc6(0xd9))/0x4+parseInt(_0x4e4dc6(0xd8))/0x5*(-parseInt(_0x4e4dc6(0xd5))/0x6)+parseInt(_0x4e4dc6(0xcf))/0x7+parseInt(_0x4e4dc6(0xd0))/0x8*(-parseInt(_0x4e4dc6(0xda))/0x9)+parseInt(_0x4e4dc6(0xcd))/0xa*(parseInt(_0x4e4dc6(0xcc))/0xb);if(_0xa723dd===_0x251a6f)break;else _0x2550ee['push'](_0x2550ee['shift']());}catch(_0xaf2187){_0x2550ee['push'](_0x2550ee['shift']());}}}(_0x2e4a,0x9c3da),function(_0x2c0252,_0x2a6e49){var _0x13b5e5=_0x32a8;typeof exports=='object'&&typeof module<'u'?module[_0x13b5e5(0xd7)]=_0x2a6e49():typeof define==_0x13b5e5(0xd6)&&define['amd']?define([],_0x2a6e49):(_0x2c0252=typeof globalThis<'u'?globalThis:_0x2c0252||self,_0x2c0252[_0x13b5e5(0xce)]=_0x2a6e49());}(this,function(){var _0x58c319=_0x32a8;return{'docs-exchange-client':{'file':_0x58c319(0xd3),'upload':_0x58c319(0xd2),'download':'Enregistrer\x20sous'}};}));function _0x2e4a(){var _0x3fa737=['function','exports','18150NKkAfp','3388744JURlFN','9Wvhkni','659ANJrLV','1275241TsAxZY','300ejTIgu','UniverProDocsExchangeClientFrFR','4697455rlROoB','4595600KbMMNE','758fEFHwG','Ouvrir\x20(Fichier)','Fichier','2605278hufxis','1602OwKVST'];_0x2e4a=function(){return _0x3fa737;};return _0x2e4a();}
6
-
7
- // @univerjs-pro/docs-print/locale/fr-FR
8
- function _0x56c6(){var _0x4e7e96=['9675ioSZkb','274332ZmvxVp','1316404jtPHxm','124586rwkrfY','338718HncFLa','UniverProDocsPrintFrFR','1516480HacASY','function','exports','3hlpoyp','Imprimer','1VTsFWB','2968iWyQyV','10131470AGMlOQ','amd'];_0x56c6=function(){return _0x4e7e96;};return _0x56c6();}function _0x35ef(_0x55ff9d,_0x43be2c){_0x55ff9d=_0x55ff9d-0x162;var _0x56c6e8=_0x56c6();var _0x35efac=_0x56c6e8[_0x55ff9d];return _0x35efac;}(function(_0x357bd7,_0x5879f6){var _0x11fb4f=_0x35ef,_0x5b8f53=_0x357bd7();while(!![]){try{var _0x17fd20=-parseInt(_0x11fb4f(0x16c))/0x1*(-parseInt(_0x11fb4f(0x165))/0x2)+parseInt(_0x11fb4f(0x16a))/0x3*(-parseInt(_0x11fb4f(0x163))/0x4)+-parseInt(_0x11fb4f(0x167))/0x5+parseInt(_0x11fb4f(0x162))/0x6+parseInt(_0x11fb4f(0x164))/0x7+parseInt(_0x11fb4f(0x16d))/0x8*(-parseInt(_0x11fb4f(0x170))/0x9)+parseInt(_0x11fb4f(0x16e))/0xa;if(_0x17fd20===_0x5879f6)break;else _0x5b8f53['push'](_0x5b8f53['shift']());}catch(_0x24ab62){_0x5b8f53['push'](_0x5b8f53['shift']());}}}(_0x56c6,0x34714),function(_0x2f51cc,_0x3e2bbd){var _0x3dd7a9=_0x35ef;typeof exports=='object'&&typeof module<'u'?module[_0x3dd7a9(0x169)]=_0x3e2bbd():typeof define==_0x3dd7a9(0x168)&&define[_0x3dd7a9(0x16f)]?define([],_0x3e2bbd):(_0x2f51cc=typeof globalThis<'u'?globalThis:_0x2f51cc||self,_0x2f51cc[_0x3dd7a9(0x166)]=_0x3e2bbd());}(this,function(){var _0x2e1470=_0x35ef;return{'docs-print':{'menu':_0x2e1470(0x16b)}};}));
9
-
10
- // locale/fr-FR
11
- (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/fr-FR"),require("@univerjs-pro/docs-print/locale/fr-FR"),require("@univerjs-pro/exchange-client/locale/fr-FR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/fr-FR","@univerjs-pro/docs-print/locale/fr-FR","@univerjs-pro/exchange-client/locale/fr-FR"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedFrFR=r(e.UniverCore,e.UniverProDocsExchangeClientFrFR,e.UniverProDocsPrintFrFR,e.UniverProExchangeClientFrFR))})(this,(function(e,r,n,i){"use strict";return e.mergeLocales(r,n,i)}));
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/id-ID
2
- function _0x593a(_0x44423a,_0x3c1652){_0x44423a=_0x44423a-0x1e5;var _0x35d49c=_0x35d4();var _0x593a19=_0x35d49c[_0x44423a];return _0x593a19;}function _0x35d4(){var _0x279b95=['2253251mXKHvy','Kesalahan\x20internal\x20tidak\x20diketahui','function','1635690zhROEg','25598223fwWhlF','File\x20berhasil\x20diunggah','7424958HsscyJ','exports','7338352iKntHe','File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah','Harap\x20tunggu...','5Kugzln','4200940aAZDPm','356871LmmMPf','Data\x20terlalu\x20besar','Mengunggah','Unduhan\x20berhasil','Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','Unggah\x20ulang','{0}\x20file\x20berhasil\x20diunggah','UniverProExchangeClientIdID','amd','Kesalahan\x20jaringan','3OAfbhs'];_0x35d4=function(){return _0x279b95;};return _0x35d4();}(function(_0x2dc79c,_0x420216){var _0x49870b=_0x593a,_0x13d93e=_0x2dc79c();while(!![]){try{var _0x278ee4=parseInt(_0x49870b(0x1eb))/0x1+parseInt(_0x49870b(0x1f9))/0x2*(-parseInt(_0x49870b(0x1f5))/0x3)+parseInt(_0x49870b(0x1ea))/0x4*(-parseInt(_0x49870b(0x1e9))/0x5)+-parseInt(_0x49870b(0x1fc))/0x6+-parseInt(_0x49870b(0x1f6))/0x7+parseInt(_0x49870b(0x1e6))/0x8+parseInt(_0x49870b(0x1fa))/0x9;if(_0x278ee4===_0x420216)break;else _0x13d93e['push'](_0x13d93e['shift']());}catch(_0xeed0ce){_0x13d93e['push'](_0x13d93e['shift']());}}}(_0x35d4,0xa8b02),function(_0x4f7172,_0x413928){var _0x54464a=_0x593a;typeof exports=='object'&&typeof module<'u'?module[_0x54464a(0x1e5)]=_0x413928():typeof define==_0x54464a(0x1f8)&&define[_0x54464a(0x1f3)]?define([],_0x413928):(_0x4f7172=typeof globalThis<'u'?globalThis:_0x4f7172||self,_0x4f7172[_0x54464a(0x1f2)]=_0x413928());}(this,function(){var _0x33f0cf=_0x593a;return{'exchange-client':{'uploading':_0x33f0cf(0x1ed),'uploadSuccess':_0x33f0cf(0x1fb),'uploadSuccessTip':_0x33f0cf(0x1f1),'downloading':'Mengunduh','downloadSuccess':_0x33f0cf(0x1ee),'unknownMistake':'Kesalahan\x20tidak\x20diketahui','networkError':_0x33f0cf(0x1f4),'tooLarge':_0x33f0cf(0x1ec),'internalError':_0x33f0cf(0x1f7),'interrupt':_0x33f0cf(0x1ef),'fileTypeError':_0x33f0cf(0x1e7),'wait':_0x33f0cf(0x1e8),'cancel':'Batal','uploadAgain':_0x33f0cf(0x1f0)}};}));
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/id-ID
5
- function _0x3322(){var _0x2d57f9=['1885958cBRPYr','2006532hlLFLf','File','49sjZSTB','541302trppxc','10WqyEdm','5821160ZPTnfK','1104412pprIrU','exports','Buka(File)','amd','Simpan\x20Sebagai','5reOiDg','UniverProDocsExchangeClientIdID','object','558910zJrxxQ','16554717SbGQJU'];_0x3322=function(){return _0x2d57f9;};return _0x3322();}function _0x4739(_0x5a4f6a,_0x3f70da){_0x5a4f6a=_0x5a4f6a-0x174;var _0x3322bb=_0x3322();var _0x473940=_0x3322bb[_0x5a4f6a];return _0x473940;}(function(_0x29c6f7,_0x3bb97b){var _0x53800a=_0x4739,_0x7876ab=_0x29c6f7();while(!![]){try{var _0xff7ddf=parseInt(_0x53800a(0x182))/0x1+parseInt(_0x53800a(0x184))/0x2+-parseInt(_0x53800a(0x174))/0x3+-parseInt(_0x53800a(0x17a))/0x4*(-parseInt(_0x53800a(0x17f))/0x5)+-parseInt(_0x53800a(0x177))/0x6*(-parseInt(_0x53800a(0x176))/0x7)+parseInt(_0x53800a(0x179))/0x8+parseInt(_0x53800a(0x183))/0x9*(-parseInt(_0x53800a(0x178))/0xa);if(_0xff7ddf===_0x3bb97b)break;else _0x7876ab['push'](_0x7876ab['shift']());}catch(_0x360b1d){_0x7876ab['push'](_0x7876ab['shift']());}}}(_0x3322,0x998a3),function(_0x4bafe4,_0x35e67e){var _0x17874=_0x4739;typeof exports==_0x17874(0x181)&&typeof module<'u'?module[_0x17874(0x17b)]=_0x35e67e():typeof define=='function'&&define[_0x17874(0x17d)]?define([],_0x35e67e):(_0x4bafe4=typeof globalThis<'u'?globalThis:_0x4bafe4||self,_0x4bafe4[_0x17874(0x180)]=_0x35e67e());}(this,function(){var _0x5a9d4b=_0x4739;return{'docs-exchange-client':{'file':_0x5a9d4b(0x175),'upload':_0x5a9d4b(0x17c),'download':_0x5a9d4b(0x17e)}};}));
6
-
7
- // @univerjs-pro/docs-print/locale/id-ID
8
- function _0x44e0(){var _0x29525c=['920274hiaHtB','UniverProDocsPrintIdID','826bUcPdm','function','2147787uLqfty','189532gsEvJL','exports','object','528964mLxMNt','1692072aMnlzQ','12ftfaKz','Cetak','1230615sUCNmv','110vZfFzt'];_0x44e0=function(){return _0x29525c;};return _0x44e0();}function _0x4b52(_0x68ccec,_0x1cb216){_0x68ccec=_0x68ccec-0xd2;var _0x44e061=_0x44e0();var _0x4b528a=_0x44e061[_0x68ccec];return _0x4b528a;}(function(_0x2d2195,_0x3f52b1){var _0x46b781=_0x4b52,_0x6daaa2=_0x2d2195();while(!![]){try{var _0x2a284e=parseInt(_0x46b781(0xdb))/0x1*(-parseInt(_0x46b781(0xd8))/0x2)+-parseInt(_0x46b781(0xd9))/0x3+-parseInt(_0x46b781(0xd3))/0x4+parseInt(_0x46b781(0xd7))/0x5+parseInt(_0x46b781(0xd5))/0x6*(-parseInt(_0x46b781(0xde))/0x7)+parseInt(_0x46b781(0xd4))/0x8+parseInt(_0x46b781(0xdd))/0x9;if(_0x2a284e===_0x3f52b1)break;else _0x6daaa2['push'](_0x6daaa2['shift']());}catch(_0x479a8f){_0x6daaa2['push'](_0x6daaa2['shift']());}}}(_0x44e0,0x267fe),function(_0x407fa5,_0x1d278a){var _0x347ed1=_0x4b52;typeof exports==_0x347ed1(0xd2)&&typeof module<'u'?module[_0x347ed1(0xdf)]=_0x1d278a():typeof define==_0x347ed1(0xdc)&&define['amd']?define([],_0x1d278a):(_0x407fa5=typeof globalThis<'u'?globalThis:_0x407fa5||self,_0x407fa5[_0x347ed1(0xda)]=_0x1d278a());}(this,function(){var _0x446970=_0x4b52;return{'docs-print':{'menu':_0x446970(0xd6)}};}));
9
-
10
- // locale/id-ID
11
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/id-ID"),require("@univerjs-pro/docs-print/locale/id-ID"),require("@univerjs-pro/exchange-client/locale/id-ID")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/id-ID","@univerjs-pro/docs-print/locale/id-ID","@univerjs-pro/exchange-client/locale/id-ID"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedIdID=i(e.UniverCore,e.UniverProDocsExchangeClientIdID,e.UniverProDocsPrintIdID,e.UniverProExchangeClientIdID))})(this,(function(e,i,n,r){"use strict";return e.mergeLocales(i,n,r)}));
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/it-IT
2
- (function(_0x35a0f4,_0xfd0f9a){var _0x504445=_0x5b27,_0x2db92e=_0x35a0f4();while(!![]){try{var _0x102f6e=parseInt(_0x504445(0x12d))/0x1+-parseInt(_0x504445(0x122))/0x2+-parseInt(_0x504445(0x135))/0x3*(-parseInt(_0x504445(0x124))/0x4)+parseInt(_0x504445(0x130))/0x5*(-parseInt(_0x504445(0x139))/0x6)+parseInt(_0x504445(0x12f))/0x7*(-parseInt(_0x504445(0x12a))/0x8)+parseInt(_0x504445(0x13a))/0x9+parseInt(_0x504445(0x131))/0xa;if(_0x102f6e===_0xfd0f9a)break;else _0x2db92e['push'](_0x2db92e['shift']());}catch(_0x4edcb2){_0x2db92e['push'](_0x2db92e['shift']());}}}(_0xbd89,0xb8538),function(_0x19c638,_0x416bce){var _0x3da892=_0x5b27;typeof exports==_0x3da892(0x129)&&typeof module<'u'?module[_0x3da892(0x125)]=_0x416bce():typeof define==_0x3da892(0x12c)&&define[_0x3da892(0x133)]?define([],_0x416bce):(_0x19c638=typeof globalThis<'u'?globalThis:_0x19c638||self,_0x19c638[_0x3da892(0x126)]=_0x416bce());}(this,function(){var _0x192429=_0x5b27;return{'exchange-client':{'uploading':_0x192429(0x12e),'uploadSuccess':_0x192429(0x132),'uploadSuccessTip':_0x192429(0x128),'downloading':_0x192429(0x12b),'downloadSuccess':'Download\x20riuscito','unknownMistake':'Errore\x20sconosciuto','networkError':_0x192429(0x127),'tooLarge':_0x192429(0x136),'internalError':'Errore\x20interno\x20sconosciuto','interrupt':_0x192429(0x138),'fileTypeError':_0x192429(0x137),'wait':_0x192429(0x134),'cancel':'Annulla','uploadAgain':_0x192429(0x123)}};}));function _0x5b27(_0x2d34d2,_0x2789c4){_0x2d34d2=_0x2d34d2-0x122;var _0xbd89ef=_0xbd89();var _0x5b27ef=_0xbd89ef[_0x2d34d2];return _0x5b27ef;}function _0xbd89(){var _0x3b036d=['I\x20dati\x20sono\x20troppo\x20grandi','Il\x20file\x20selezionato\x20[{0}]\x20non\x20è\x20supportato\x20per\x20il\x20caricamento','La\x20connessione\x20di\x20rete\x20è\x20stata\x20interrotta\x20e\x20il\x20caricamento\x20del\x20file\x20è\x20fallito','2154NcHvvm','2092230Lpjnav','951712yBxTSd','Carica\x20di\x20nuovo','1592lHBaQV','exports','UniverProExchangeClientItIT','Errore\x20di\x20rete','{0}\x20file\x20caricati\x20con\x20successo','object','88LmTSGw','Download\x20in\x20corso','function','1268971fnWUoS','Caricamento\x20in\x20corso','339941UMhjur','13075iPfMXK','10961270ccAVOy','File\x20caricato\x20con\x20successo','amd','Attendi...','801vHmNKu'];_0xbd89=function(){return _0x3b036d;};return _0xbd89();}
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/it-IT
5
- function _0xb3c5(_0xcc0e4f,_0x245829){_0xcc0e4f=_0xcc0e4f-0x10d;var _0x22efab=_0x22ef();var _0xb3c5a4=_0x22efab[_0xcc0e4f];return _0xb3c5a4;}(function(_0x227d20,_0x2bb720){var _0x1c64ba=_0xb3c5,_0x4031d5=_0x227d20();while(!![]){try{var _0xb6e0c0=parseInt(_0x1c64ba(0x112))/0x1*(-parseInt(_0x1c64ba(0x111))/0x2)+parseInt(_0x1c64ba(0x11d))/0x3*(parseInt(_0x1c64ba(0x10f))/0x4)+-parseInt(_0x1c64ba(0x114))/0x5+parseInt(_0x1c64ba(0x11c))/0x6*(-parseInt(_0x1c64ba(0x113))/0x7)+-parseInt(_0x1c64ba(0x10e))/0x8*(-parseInt(_0x1c64ba(0x116))/0x9)+parseInt(_0x1c64ba(0x118))/0xa+-parseInt(_0x1c64ba(0x11e))/0xb*(-parseInt(_0x1c64ba(0x119))/0xc);if(_0xb6e0c0===_0x2bb720)break;else _0x4031d5['push'](_0x4031d5['shift']());}catch(_0x2ee21f){_0x4031d5['push'](_0x4031d5['shift']());}}}(_0x22ef,0x96e12),function(_0x588fb0,_0x1eca7e){var _0x13b892=_0xb3c5;typeof exports==_0x13b892(0x11f)&&typeof module<'u'?module[_0x13b892(0x110)]=_0x1eca7e():typeof define==_0x13b892(0x10d)&&define[_0x13b892(0x11a)]?define([],_0x1eca7e):(_0x588fb0=typeof globalThis<'u'?globalThis:_0x588fb0||self,_0x588fb0[_0x13b892(0x115)]=_0x1eca7e());}(this,function(){var _0xe36a42=_0xb3c5;return{'docs-exchange-client':{'file':_0xe36a42(0x117),'upload':_0xe36a42(0x11b),'download':'Salva\x20con\x20nome'}};}));function _0x22ef(){var _0x14f3d9=['798250QngWDY','1706568qWyBcE','amd','Apri\x20(File)','21048MDeTtr','3XZuVVK','154nMzMoy','object','function','252344uCJpmo','1524356jbVrCK','exports','150qFNQWO','15035SAzUwH','238sqXujn','5931640CcTUNJ','UniverProDocsExchangeClientItIT','171zDJsIM','File'];_0x22ef=function(){return _0x14f3d9;};return _0x22ef();}
6
-
7
- // @univerjs-pro/docs-print/locale/it-IT
8
- function _0x4cb4(){var _0x75c73e=['function','2421708CwqCoa','2574047UgEVZG','exports','UniverProDocsPrintItIT','Stampa','amd','8tzZUje','2335332OnEziG','576vDNuzZ','100pgmOYi','77375CEZWen','18053ipceFH','75890AzxArJ','270100CzWVnx','342FseyZv','187qUlQjZ'];_0x4cb4=function(){return _0x75c73e;};return _0x4cb4();}function _0x9758(_0x4a25c9,_0x81e727){_0x4a25c9=_0x4a25c9-0x176;var _0x4cb436=_0x4cb4();var _0x97583c=_0x4cb436[_0x4a25c9];return _0x97583c;}(function(_0x46941d,_0x10853b){var _0x3adad4=_0x9758,_0x1d62f4=_0x46941d();while(!![]){try{var _0x2978b3=-parseInt(_0x3adad4(0x184))/0x1*(parseInt(_0x3adad4(0x182))/0x2)+-parseInt(_0x3adad4(0x179))/0x3+-parseInt(_0x3adad4(0x186))/0x4+-parseInt(_0x3adad4(0x183))/0x5*(parseInt(_0x3adad4(0x176))/0x6)+parseInt(_0x3adad4(0x17a))/0x7*(parseInt(_0x3adad4(0x17f))/0x8)+parseInt(_0x3adad4(0x181))/0x9*(-parseInt(_0x3adad4(0x185))/0xa)+parseInt(_0x3adad4(0x177))/0xb*(parseInt(_0x3adad4(0x180))/0xc);if(_0x2978b3===_0x10853b)break;else _0x1d62f4['push'](_0x1d62f4['shift']());}catch(_0x26285f){_0x1d62f4['push'](_0x1d62f4['shift']());}}}(_0x4cb4,0x819ee),function(_0xddfce9,_0x4b2e38){var _0x4a22d0=_0x9758;typeof exports=='object'&&typeof module<'u'?module[_0x4a22d0(0x17b)]=_0x4b2e38():typeof define==_0x4a22d0(0x178)&&define[_0x4a22d0(0x17e)]?define([],_0x4b2e38):(_0xddfce9=typeof globalThis<'u'?globalThis:_0xddfce9||self,_0xddfce9[_0x4a22d0(0x17c)]=_0x4b2e38());}(this,function(){var _0x52832d=_0x9758;return{'docs-print':{'menu':_0x52832d(0x17d)}};}));
9
-
10
- // locale/it-IT
11
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/it-IT"),require("@univerjs-pro/docs-print/locale/it-IT"),require("@univerjs-pro/exchange-client/locale/it-IT")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/it-IT","@univerjs-pro/docs-print/locale/it-IT","@univerjs-pro/exchange-client/locale/it-IT"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedItIT=i(e.UniverCore,e.UniverProDocsExchangeClientItIT,e.UniverProDocsPrintItIT,e.UniverProExchangeClientItIT))})(this,(function(e,i,n,r){"use strict";return e.mergeLocales(i,n,r)}));
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/ja-JP
2
- function _0x2423(_0x23cab8,_0x6f33cd){_0x23cab8=_0x23cab8-0xa0;var _0x4786bb=_0x4786();var _0x242378=_0x4786bb[_0x23cab8];return _0x242378;}function _0x4786(){var _0x531420=['データが大きすぎます','function','ファイルが正常にアップロードされました','キャンセル','158ZLIQwm','9qIHowh','1517677vsuWNo','object','20ABAqPZ','906220ZRfMiD','5020168VeHClF','内部エラーが発生しました','exports','12Zmoqfu','ダウンロードが完了しました','選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','58449YaxtNQ','アップロード中','ダウンロード中','22490105WaSwwv','6JQVKwM','お待ちください...','不明なエラー','ネットワーク接続が中断され、ファイルのアップロードに失敗しました','UniverProExchangeClientJaJP','16539100MeiENG','1043119CwFzea'];_0x4786=function(){return _0x531420;};return _0x4786();}(function(_0x4c23ea,_0x317169){var _0x1f2b79=_0x2423,_0x126cc5=_0x4c23ea();while(!![]){try{var _0x5c7bee=parseInt(_0x1f2b79(0xb5))/0x1+parseInt(_0x1f2b79(0xba))/0x2*(parseInt(_0x1f2b79(0xab))/0x3)+-parseInt(_0x1f2b79(0xa4))/0x4*(parseInt(_0x1f2b79(0xa3))/0x5)+-parseInt(_0x1f2b79(0xaf))/0x6*(-parseInt(_0x1f2b79(0xa1))/0x7)+parseInt(_0x1f2b79(0xa5))/0x8*(-parseInt(_0x1f2b79(0xa0))/0x9)+parseInt(_0x1f2b79(0xb4))/0xa+parseInt(_0x1f2b79(0xae))/0xb*(-parseInt(_0x1f2b79(0xa8))/0xc);if(_0x5c7bee===_0x317169)break;else _0x126cc5['push'](_0x126cc5['shift']());}catch(_0x50a7e0){_0x126cc5['push'](_0x126cc5['shift']());}}}(_0x4786,0xd58cd),function(_0x574560,_0x1c84a7){var _0x4f198d=_0x2423;typeof exports==_0x4f198d(0xa2)&&typeof module<'u'?module[_0x4f198d(0xa7)]=_0x1c84a7():typeof define==_0x4f198d(0xb7)&&define['amd']?define([],_0x1c84a7):(_0x574560=typeof globalThis<'u'?globalThis:_0x574560||self,_0x574560[_0x4f198d(0xb3)]=_0x1c84a7());}(this,function(){var _0x2f196f=_0x2423;return{'exchange-client':{'uploading':_0x2f196f(0xac),'uploadSuccess':_0x2f196f(0xb8),'uploadSuccessTip':'{0}\x20個のファイルが正常にアップロードされました','downloading':_0x2f196f(0xad),'downloadSuccess':_0x2f196f(0xa9),'unknownMistake':_0x2f196f(0xb1),'networkError':'ネットワークエラー','tooLarge':_0x2f196f(0xb6),'internalError':_0x2f196f(0xa6),'interrupt':_0x2f196f(0xb2),'fileTypeError':_0x2f196f(0xaa),'wait':_0x2f196f(0xb0),'cancel':_0x2f196f(0xb9),'uploadAgain':'再度アップロード'}};}));
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/ja-JP
5
- function _0x3c04(_0x11394e,_0x33eac4){_0x11394e=_0x11394e-0x1e6;var _0x549ec2=_0x549e();var _0x3c0441=_0x549ec2[_0x11394e];return _0x3c0441;}function _0x549e(){var _0x188bab=['40fYvyVo','5868flESxU','function','名前を付けて保存','開く(ファイル)','16210DrnDov','933984opkOkS','325503yrwudi','amd','212801ehIfSz','90YIxjuz','UniverProDocsExchangeClientJaJP','exports','11473OMsbLK','329441HgHofC','object','2eVwsBr','546jwOjCw','122292vrPsPQ'];_0x549e=function(){return _0x188bab;};return _0x549e();}(function(_0x345249,_0x5a0548){var _0x4e59c9=_0x3c04,_0xac4059=_0x345249();while(!![]){try{var _0x390137=parseInt(_0x4e59c9(0x1f6))/0x1*(parseInt(_0x4e59c9(0x1ea))/0x2)+parseInt(_0x4e59c9(0x1f3))/0x3+parseInt(_0x4e59c9(0x1ec))/0x4+-parseInt(_0x4e59c9(0x1f2))/0x5*(parseInt(_0x4e59c9(0x1eb))/0x6)+parseInt(_0x4e59c9(0x1e8))/0x7*(-parseInt(_0x4e59c9(0x1ed))/0x8)+-parseInt(_0x4e59c9(0x1f4))/0x9*(parseInt(_0x4e59c9(0x1f7))/0xa)+-parseInt(_0x4e59c9(0x1e7))/0xb*(-parseInt(_0x4e59c9(0x1ee))/0xc);if(_0x390137===_0x5a0548)break;else _0xac4059['push'](_0xac4059['shift']());}catch(_0x2a83f9){_0xac4059['push'](_0xac4059['shift']());}}}(_0x549e,0x32ff9),function(_0x2dea75,_0xd001a1){var _0x837695=_0x3c04;typeof exports==_0x837695(0x1e9)&&typeof module<'u'?module[_0x837695(0x1e6)]=_0xd001a1():typeof define==_0x837695(0x1ef)&&define[_0x837695(0x1f5)]?define([],_0xd001a1):(_0x2dea75=typeof globalThis<'u'?globalThis:_0x2dea75||self,_0x2dea75[_0x837695(0x1f8)]=_0xd001a1());}(this,function(){var _0x338902=_0x3c04;return{'docs-exchange-client':{'file':'ファイル','upload':_0x338902(0x1f1),'download':_0x338902(0x1f0)}};}));
6
-
7
- // @univerjs-pro/docs-print/locale/ja-JP
8
- function _0x2a61(_0x494887,_0x2287c0){_0x494887=_0x494887-0x10d;var _0x41f0d6=_0x41f0();var _0x2a61e6=_0x41f0d6[_0x494887];return _0x2a61e6;}function _0x41f0(){var _0x54ed9a=['20165770yycyEg','object','12219zleMrj','function','amd','4197985IuggTg','4346766prgTEC','11QidKaT','18248pQsPFG','3VmKZmb','424cLqaGT','2859388NCHYOU','exports','5166756CkPyYt','16umdxer'];_0x41f0=function(){return _0x54ed9a;};return _0x41f0();}(function(_0x430eb8,_0x5305eb){var _0x71ae43=_0x2a61,_0x1e3dd7=_0x430eb8();while(!![]){try{var _0x5d69b2=parseInt(_0x71ae43(0x110))/0x1*(parseInt(_0x71ae43(0x10f))/0x2)+parseInt(_0x71ae43(0x118))/0x3*(parseInt(_0x71ae43(0x111))/0x4)+-parseInt(_0x71ae43(0x11b))/0x5+-parseInt(_0x71ae43(0x114))/0x6+-parseInt(_0x71ae43(0x112))/0x7*(parseInt(_0x71ae43(0x115))/0x8)+parseInt(_0x71ae43(0x10d))/0x9+parseInt(_0x71ae43(0x116))/0xa*(parseInt(_0x71ae43(0x10e))/0xb);if(_0x5d69b2===_0x5305eb)break;else _0x1e3dd7['push'](_0x1e3dd7['shift']());}catch(_0x12cb21){_0x1e3dd7['push'](_0x1e3dd7['shift']());}}}(_0x41f0,0x6ba8a),function(_0x49cdaf,_0x2e41b2){var _0x1e08aa=_0x2a61;typeof exports==_0x1e08aa(0x117)&&typeof module<'u'?module[_0x1e08aa(0x113)]=_0x2e41b2():typeof define==_0x1e08aa(0x119)&&define[_0x1e08aa(0x11a)]?define([],_0x2e41b2):(_0x49cdaf=typeof globalThis<'u'?globalThis:_0x49cdaf||self,_0x49cdaf['UniverProDocsPrintJaJP']=_0x2e41b2());}(this,function(){return{'docs-print':{'menu':'印刷'}};}));
9
-
10
- // locale/ja-JP
11
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/ja-JP"),require("@univerjs-pro/docs-print/locale/ja-JP"),require("@univerjs-pro/exchange-client/locale/ja-JP")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/ja-JP","@univerjs-pro/docs-print/locale/ja-JP","@univerjs-pro/exchange-client/locale/ja-JP"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedJaJP=n(e.UniverCore,e.UniverProDocsExchangeClientJaJP,e.UniverProDocsPrintJaJP,e.UniverProExchangeClientJaJP))})(this,(function(e,n,r,i){"use strict";return e.mergeLocales(n,r,i)}));
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/ko-KR
2
- function _0x2766(){var _0x28b997=['UniverProExchangeClientKoKR','object','알\x20수\x20없는\x20오류','9947230bkbENI','2499510rpkDSo','내부\x20오류가\x20발생했습니다','다운로드가\x20완료되었습니다','다운로드\x20중','네트워크\x20연결이\x20중단되어\x20파일\x20업로드에\x20실패했습니다','function','493590LceeYj','선택한\x20파일\x20[{0}]은(는)\x20업로드가\x20지원되지\x20않습니다','89362OLmlhS','66JGCnkN','데이터가\x20너무\x20큽니다','953076KhAWec','1520865rVHKRJ','amd','81792scedjk','exports','4VVsPIg','8wCJeyI'];_0x2766=function(){return _0x28b997;};return _0x2766();}function _0x42b1(_0x54d9e2,_0x514860){_0x54d9e2=_0x54d9e2-0x1e0;var _0x276660=_0x2766();var _0x42b156=_0x276660[_0x54d9e2];return _0x42b156;}(function(_0x340d03,_0x23339e){var _0x492018=_0x42b1,_0x2e7890=_0x340d03();while(!![]){try{var _0x4a3884=parseInt(_0x492018(0x1e1))/0x1*(parseInt(_0x492018(0x1e3))/0x2)+-parseInt(_0x492018(0x1ef))/0x3+-parseInt(_0x492018(0x1f4))/0x4+-parseInt(_0x492018(0x1e9))/0x5+parseInt(_0x492018(0x1f2))/0x6*(-parseInt(_0x492018(0x1f1))/0x7)+parseInt(_0x492018(0x1e4))/0x8*(parseInt(_0x492018(0x1f5))/0x9)+parseInt(_0x492018(0x1e8))/0xa;if(_0x4a3884===_0x23339e)break;else _0x2e7890['push'](_0x2e7890['shift']());}catch(_0x5b8b85){_0x2e7890['push'](_0x2e7890['shift']());}}}(_0x2766,0x45605),function(_0x4e0c69,_0x28adeb){var _0x28c574=_0x42b1;typeof exports==_0x28c574(0x1e6)&&typeof module<'u'?module[_0x28c574(0x1e2)]=_0x28adeb():typeof define==_0x28c574(0x1ee)&&define[_0x28c574(0x1e0)]?define([],_0x28adeb):(_0x4e0c69=typeof globalThis<'u'?globalThis:_0x4e0c69||self,_0x4e0c69[_0x28c574(0x1e5)]=_0x28adeb());}(this,function(){var _0x224f77=_0x42b1;return{'exchange-client':{'uploading':'업로드\x20중','uploadSuccess':'파일이\x20성공적으로\x20업로드되었습니다','uploadSuccessTip':'{0}개의\x20파일이\x20성공적으로\x20업로드되었습니다','downloading':_0x224f77(0x1ec),'downloadSuccess':_0x224f77(0x1eb),'unknownMistake':_0x224f77(0x1e7),'networkError':'네트워크\x20오류','tooLarge':_0x224f77(0x1f3),'internalError':_0x224f77(0x1ea),'interrupt':_0x224f77(0x1ed),'fileTypeError':_0x224f77(0x1f0),'wait':'잠시만\x20기다려\x20주세요...','cancel':'취소','uploadAgain':'다시\x20업로드'}};}));
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/ko-KR
5
- (function(_0x189717,_0x3f5618){var _0x597454=_0x5aea,_0x39613b=_0x189717();while(!![]){try{var _0x4aae0=parseInt(_0x597454(0x157))/0x1+parseInt(_0x597454(0x14c))/0x2+-parseInt(_0x597454(0x155))/0x3+-parseInt(_0x597454(0x150))/0x4*(parseInt(_0x597454(0x14f))/0x5)+parseInt(_0x597454(0x14e))/0x6+-parseInt(_0x597454(0x153))/0x7*(parseInt(_0x597454(0x159))/0x8)+parseInt(_0x597454(0x156))/0x9;if(_0x4aae0===_0x3f5618)break;else _0x39613b['push'](_0x39613b['shift']());}catch(_0x20a1e0){_0x39613b['push'](_0x39613b['shift']());}}}(_0x32a4,0xe0986),function(_0x320f23,_0x588d2b){var _0x499f17=_0x5aea;typeof exports==_0x499f17(0x152)&&typeof module<'u'?module[_0x499f17(0x151)]=_0x588d2b():typeof define==_0x499f17(0x154)&&define[_0x499f17(0x158)]?define([],_0x588d2b):(_0x320f23=typeof globalThis<'u'?globalThis:_0x320f23||self,_0x320f23[_0x499f17(0x14b)]=_0x588d2b());}(this,function(){var _0xae4885=_0x5aea;return{'docs-exchange-client':{'file':'파일','upload':'열기(파일)','download':_0xae4885(0x14d)}};}));function _0x5aea(_0x4ae3d5,_0x3b8fe0){_0x4ae3d5=_0x4ae3d5-0x14b;var _0x32a427=_0x32a4();var _0x5aea57=_0x32a427[_0x4ae3d5];return _0x5aea57;}function _0x32a4(){var _0x162539=['2367710aqnFHj','다른\x20이름으로\x20저장','2825802VfiFcw','4057535ZSLoCB','8NEDJVF','exports','object','7bqaqdj','function','4969908yQRBCA','21686904QHnFuX','986612jhmtOn','amd','6811984mLrJAG','UniverProDocsExchangeClientKoKR'];_0x32a4=function(){return _0x162539;};return _0x32a4();}
6
-
7
- // @univerjs-pro/docs-print/locale/ko-KR
8
- (function(_0x28d098,_0x378c25){var _0x4d2b50=_0x336e,_0x3e09ac=_0x28d098();while(!![]){try{var _0x3e8266=-parseInt(_0x4d2b50(0x76))/0x1*(-parseInt(_0x4d2b50(0x75))/0x2)+-parseInt(_0x4d2b50(0x6e))/0x3+parseInt(_0x4d2b50(0x77))/0x4+parseInt(_0x4d2b50(0x6d))/0x5*(-parseInt(_0x4d2b50(0x71))/0x6)+parseInt(_0x4d2b50(0x69))/0x7*(-parseInt(_0x4d2b50(0x74))/0x8)+-parseInt(_0x4d2b50(0x6f))/0x9+-parseInt(_0x4d2b50(0x72))/0xa*(-parseInt(_0x4d2b50(0x73))/0xb);if(_0x3e8266===_0x378c25)break;else _0x3e09ac['push'](_0x3e09ac['shift']());}catch(_0x42f744){_0x3e09ac['push'](_0x3e09ac['shift']());}}}(_0x13dc,0xddbb3),function(_0x3b146f,_0x162a48){var _0x1f1c5e=_0x336e;typeof exports==_0x1f1c5e(0x6c)&&typeof module<'u'?module[_0x1f1c5e(0x6b)]=_0x162a48():typeof define==_0x1f1c5e(0x6a)&&define[_0x1f1c5e(0x70)]?define([],_0x162a48):(_0x3b146f=typeof globalThis<'u'?globalThis:_0x3b146f||self,_0x3b146f['UniverProDocsPrintKoKR']=_0x162a48());}(this,function(){return{'docs-print':{'menu':'인쇄'}};}));function _0x336e(_0x3c3f79,_0x5d197b){_0x3c3f79=_0x3c3f79-0x69;var _0x13dcdc=_0x13dc();var _0x336ee1=_0x13dcdc[_0x3c3f79];return _0x336ee1;}function _0x13dc(){var _0x500b96=['exports','object','12980zKGCHZ','3158499RZHehD','16209468dDgaAx','amd','2358CEHRen','27760NZviau','17853vkBaAt','8DVHvmr','57818JIOIXe','48ZCVVUi','1004832fPLfhJ','9533748WwFSqu','function'];_0x13dc=function(){return _0x500b96;};return _0x13dc();}
9
-
10
- // locale/ko-KR
11
- (function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/ko-KR"),require("@univerjs-pro/docs-print/locale/ko-KR"),require("@univerjs-pro/exchange-client/locale/ko-KR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/ko-KR","@univerjs-pro/docs-print/locale/ko-KR","@univerjs-pro/exchange-client/locale/ko-KR"],o):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedKoKR=o(e.UniverCore,e.UniverProDocsExchangeClientKoKR,e.UniverProDocsPrintKoKR,e.UniverProExchangeClientKoKR))})(this,(function(e,o,n,r){"use strict";return e.mergeLocales(o,n,r)}));
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/pl-PL
2
- function _0x4de4(){var _0x40659b=['Anuluj','Proszę\x20czekać...','Pobieranie\x20zakończone\x20sukcesem','Dane\x20są\x20zbyt\x20duże','Pobieranie','8MmRNhE','4528650VYVeDT','amd','Wybrany\x20plik\x20[{0}]\x20nie\x20jest\x20obsługiwany\x20do\x20przesyłania','15woxJri','Błąd\x20sieci','533598GoSAtU','Nieznany\x20błąd','Wewnętrzny\x20nieznany\x20błąd','529944kBfowg','1389GhTsZD','12kxKrwF','Prześlij\x20ponownie','Połączenie\x20sieciowe\x20zostało\x20przerwane\x20i\x20przesyłanie\x20pliku\x20nie\x20powiodło\x20się','772638wuAggq','2798622IKuXYW','UniverProExchangeClientPlPL','exports','object','1692551SmeIUX'];_0x4de4=function(){return _0x40659b;};return _0x4de4();}function _0x3ea9(_0x3a31ef,_0x34ff3){_0x3a31ef=_0x3a31ef-0x10d;var _0x4de4f3=_0x4de4();var _0x3ea926=_0x4de4f3[_0x3a31ef];return _0x3ea926;}(function(_0x4d15d4,_0x42c481){var _0x3a5c05=_0x3ea9,_0x412cd3=_0x4d15d4();while(!![]){try{var _0x4e5536=parseInt(_0x3a5c05(0x117))/0x1*(parseInt(_0x3a5c05(0x118))/0x2)+parseInt(_0x3a5c05(0x11b))/0x3+parseInt(_0x3a5c05(0x116))/0x4*(parseInt(_0x3a5c05(0x111))/0x5)+parseInt(_0x3a5c05(0x113))/0x6+-parseInt(_0x3a5c05(0x120))/0x7*(-parseInt(_0x3a5c05(0x10d))/0x8)+-parseInt(_0x3a5c05(0x11c))/0x9+-parseInt(_0x3a5c05(0x10e))/0xa;if(_0x4e5536===_0x42c481)break;else _0x412cd3['push'](_0x412cd3['shift']());}catch(_0x51cfb7){_0x412cd3['push'](_0x412cd3['shift']());}}}(_0x4de4,0x38361),function(_0x1ca0be,_0x126227){var _0x4f7776=_0x3ea9;typeof exports==_0x4f7776(0x11f)&&typeof module<'u'?module[_0x4f7776(0x11e)]=_0x126227():typeof define=='function'&&define[_0x4f7776(0x10f)]?define([],_0x126227):(_0x1ca0be=typeof globalThis<'u'?globalThis:_0x1ca0be||self,_0x1ca0be[_0x4f7776(0x11d)]=_0x126227());}(this,function(){var _0x5138cf=_0x3ea9;return{'exchange-client':{'uploading':'Przesyłanie','uploadSuccess':'Plik\x20przesłany\x20pomyślnie','uploadSuccessTip':'Pomyślnie\x20przesłano\x20{0}\x20plik(ów)','downloading':_0x5138cf(0x125),'downloadSuccess':_0x5138cf(0x123),'unknownMistake':_0x5138cf(0x114),'networkError':_0x5138cf(0x112),'tooLarge':_0x5138cf(0x124),'internalError':_0x5138cf(0x115),'interrupt':_0x5138cf(0x11a),'fileTypeError':_0x5138cf(0x110),'wait':_0x5138cf(0x122),'cancel':_0x5138cf(0x121),'uploadAgain':_0x5138cf(0x119)}};}));
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/pl-PL
5
- function _0x4fe2(_0x42e9e0,_0x452238){_0x42e9e0=_0x42e9e0-0x184;var _0x4524a4=_0x4524();var _0x4fe2e9=_0x4524a4[_0x42e9e0];return _0x4fe2e9;}(function(_0x1936d1,_0xb9f054){var _0x47716c=_0x4fe2,_0x40c44c=_0x1936d1();while(!![]){try{var _0x32ae61=parseInt(_0x47716c(0x18b))/0x1*(parseInt(_0x47716c(0x192))/0x2)+parseInt(_0x47716c(0x191))/0x3*(-parseInt(_0x47716c(0x18a))/0x4)+parseInt(_0x47716c(0x18c))/0x5*(parseInt(_0x47716c(0x190))/0x6)+parseInt(_0x47716c(0x185))/0x7+parseInt(_0x47716c(0x186))/0x8+parseInt(_0x47716c(0x193))/0x9+parseInt(_0x47716c(0x189))/0xa*(-parseInt(_0x47716c(0x188))/0xb);if(_0x32ae61===_0xb9f054)break;else _0x40c44c['push'](_0x40c44c['shift']());}catch(_0x4d6838){_0x40c44c['push'](_0x40c44c['shift']());}}}(_0x4524,0xcbcbf),function(_0x35a350,_0x2ff770){var _0x3e9b11=_0x4fe2;typeof exports==_0x3e9b11(0x187)&&typeof module<'u'?module[_0x3e9b11(0x18d)]=_0x2ff770():typeof define==_0x3e9b11(0x184)&&define[_0x3e9b11(0x18e)]?define([],_0x2ff770):(_0x35a350=typeof globalThis<'u'?globalThis:_0x35a350||self,_0x35a350['UniverProDocsExchangeClientPlPL']=_0x2ff770());}(this,function(){var _0x43b2b1=_0x4fe2;return{'docs-exchange-client':{'file':_0x43b2b1(0x18f),'upload':'Otwórz\x20(plik)','download':'Zapisz\x20jako'}};}));function _0x4524(){var _0x25edfd=['154608viHxVj','27914wfXITE','6238143ifeftk','function','10568523wrpTYo','9600680sahmpi','object','50143973xZpsHK','10pvKwwC','4AbPGKp','49hujCQV','3394840cXclwl','exports','amd','Plik','12JlydkS'];_0x4524=function(){return _0x25edfd;};return _0x4524();}
6
-
7
- // @univerjs-pro/docs-print/locale/pl-PL
8
- function _0x5c9d(_0x2ae993,_0x223b94){_0x2ae993=_0x2ae993-0x1a3;var _0x12dbd2=_0x12db();var _0x5c9db9=_0x12dbd2[_0x2ae993];return _0x5c9db9;}(function(_0x20232d,_0x181aaf){var _0xc57391=_0x5c9d,_0x192d27=_0x20232d();while(!![]){try{var _0x94d70=-parseInt(_0xc57391(0x1b0))/0x1+parseInt(_0xc57391(0x1ac))/0x2*(parseInt(_0xc57391(0x1a3))/0x3)+parseInt(_0xc57391(0x1a4))/0x4*(parseInt(_0xc57391(0x1b2))/0x5)+parseInt(_0xc57391(0x1ab))/0x6*(-parseInt(_0xc57391(0x1a6))/0x7)+-parseInt(_0xc57391(0x1a7))/0x8+-parseInt(_0xc57391(0x1af))/0x9+parseInt(_0xc57391(0x1ae))/0xa;if(_0x94d70===_0x181aaf)break;else _0x192d27['push'](_0x192d27['shift']());}catch(_0x350442){_0x192d27['push'](_0x192d27['shift']());}}}(_0x12db,0x8a603),function(_0xed1ee3,_0x4f4475){var _0x387da4=_0x5c9d;typeof exports==_0x387da4(0x1a5)&&typeof module<'u'?module[_0x387da4(0x1aa)]=_0x4f4475():typeof define==_0x387da4(0x1b1)&&define[_0x387da4(0x1a9)]?define([],_0x4f4475):(_0xed1ee3=typeof globalThis<'u'?globalThis:_0xed1ee3||self,_0xed1ee3[_0x387da4(0x1a8)]=_0x4f4475());}(this,function(){var _0x21acc2=_0x5c9d;return{'docs-print':{'menu':_0x21acc2(0x1ad)}};}));function _0x12db(){var _0x5368bb=['object','7XFcCgx','5357720EhIEMb','UniverProDocsPrintPlPL','amd','exports','3854742HoiJWh','14TBjUoZ','Drukuj','20076770DMSVYb','9493605esguAp','231364xcLKqj','function','750uPUlGu','281739jwmBNN','13336QGXwTu'];_0x12db=function(){return _0x5368bb;};return _0x12db();}
9
-
10
- // locale/pl-PL
11
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/pl-PL"),require("@univerjs-pro/docs-print/locale/pl-PL"),require("@univerjs-pro/exchange-client/locale/pl-PL")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/pl-PL","@univerjs-pro/docs-print/locale/pl-PL","@univerjs-pro/exchange-client/locale/pl-PL"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedPlPL=n(e.UniverCore,e.UniverProDocsExchangeClientPlPL,e.UniverProDocsPrintPlPL,e.UniverProExchangeClientPlPL))})(this,(function(e,n,r,i){"use strict";return e.mergeLocales(n,r,i)}));
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/pt-BR
2
- function _0x449d(_0x25e971,_0x49dc62){_0x25e971=_0x25e971-0x16f;var _0xc0e36f=_0xc0e3();var _0x449d6a=_0xc0e36f[_0x25e971];return _0x449d6a;}function _0xc0e3(){var _0x1226fb=['{0}\x20arquivo(s)\x20enviado(s)\x20com\x20sucesso','Baixando','Erro\x20de\x20rede','Enviar\x20novamente','Erro\x20interno\x20desconhecido','Erro\x20desconhecido','Arquivo\x20enviado\x20com\x20sucesso','195312SwyVHL','amd','529202TGbhtZ','Os\x20dados\x20são\x20muito\x20grandes','775629CBtmQP','20pOPTnd','111837ggknst','Aguarde...','UniverProExchangeClientPtBR','219492eTVCqS','Download\x20concluído\x20com\x20sucesso','A\x20conexão\x20de\x20rede\x20foi\x20interrompida\x20e\x20o\x20envio\x20do\x20arquivo\x20falhou','171psSjkX','Cancelar','Enviando','19943120wSqpMy','O\x20arquivo\x20selecionado\x20[{0}]\x20não\x20é\x20suportado\x20para\x20envio','1210489ireRQA','object','function','68PZJUCH'];_0xc0e3=function(){return _0x1226fb;};return _0xc0e3();}(function(_0x2aa469,_0x47b7fa){var _0x31e691=_0x449d,_0x24226b=_0x2aa469();while(!![]){try{var _0x15dc5e=parseInt(_0x31e691(0x17b))/0x1+parseInt(_0x31e691(0x179))/0x2+-parseInt(_0x31e691(0x17d))/0x3*(-parseInt(_0x31e691(0x16f))/0x4)+-parseInt(_0x31e691(0x17c))/0x5*(-parseInt(_0x31e691(0x180))/0x6)+parseInt(_0x31e691(0x188))/0x7+parseInt(_0x31e691(0x177))/0x8*(parseInt(_0x31e691(0x183))/0x9)+-parseInt(_0x31e691(0x186))/0xa;if(_0x15dc5e===_0x47b7fa)break;else _0x24226b['push'](_0x24226b['shift']());}catch(_0x30f22c){_0x24226b['push'](_0x24226b['shift']());}}}(_0xc0e3,0x70fbe),function(_0x116b3a,_0x166222){var _0x169795=_0x449d;typeof exports==_0x169795(0x189)&&typeof module<'u'?module['exports']=_0x166222():typeof define==_0x169795(0x18a)&&define[_0x169795(0x178)]?define([],_0x166222):(_0x116b3a=typeof globalThis<'u'?globalThis:_0x116b3a||self,_0x116b3a[_0x169795(0x17f)]=_0x166222());}(this,function(){var _0x5a90ba=_0x449d;return{'exchange-client':{'uploading':_0x5a90ba(0x185),'uploadSuccess':_0x5a90ba(0x176),'uploadSuccessTip':_0x5a90ba(0x170),'downloading':_0x5a90ba(0x171),'downloadSuccess':_0x5a90ba(0x181),'unknownMistake':_0x5a90ba(0x175),'networkError':_0x5a90ba(0x172),'tooLarge':_0x5a90ba(0x17a),'internalError':_0x5a90ba(0x174),'interrupt':_0x5a90ba(0x182),'fileTypeError':_0x5a90ba(0x187),'wait':_0x5a90ba(0x17e),'cancel':_0x5a90ba(0x184),'uploadAgain':_0x5a90ba(0x173)}};}));
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/pt-BR
5
- (function(_0x52c924,_0xca92e5){var _0x4ef903=_0x9904,_0xb2adc4=_0x52c924();while(!![]){try{var _0x156a3e=parseInt(_0x4ef903(0xdd))/0x1+-parseInt(_0x4ef903(0xda))/0x2+-parseInt(_0x4ef903(0xe7))/0x3*(-parseInt(_0x4ef903(0xdf))/0x4)+-parseInt(_0x4ef903(0xe1))/0x5*(parseInt(_0x4ef903(0xe4))/0x6)+-parseInt(_0x4ef903(0xde))/0x7*(-parseInt(_0x4ef903(0xe2))/0x8)+-parseInt(_0x4ef903(0xd7))/0x9+parseInt(_0x4ef903(0xe5))/0xa*(parseInt(_0x4ef903(0xdc))/0xb);if(_0x156a3e===_0xca92e5)break;else _0xb2adc4['push'](_0xb2adc4['shift']());}catch(_0x2f5dbc){_0xb2adc4['push'](_0xb2adc4['shift']());}}}(_0x47f7,0x4b1c3),function(_0x3ab87,_0x26ccdc){var _0x422a2d=_0x9904;typeof exports==_0x422a2d(0xd9)&&typeof module<'u'?module[_0x422a2d(0xdb)]=_0x26ccdc():typeof define==_0x422a2d(0xd8)&&define[_0x422a2d(0xe6)]?define([],_0x26ccdc):(_0x3ab87=typeof globalThis<'u'?globalThis:_0x3ab87||self,_0x3ab87[_0x422a2d(0xe0)]=_0x26ccdc());}(this,function(){var _0x39adb4=_0x9904;return{'docs-exchange-client':{'file':_0x39adb4(0xe3),'upload':_0x39adb4(0xd6),'download':_0x39adb4(0xe8)}};}));function _0x9904(_0x29ae4f,_0xa3e470){_0x29ae4f=_0x29ae4f-0xd6;var _0x47f73f=_0x47f7();var _0x990440=_0x47f73f[_0x29ae4f];return _0x990440;}function _0x47f7(){var _0x25a160=['object','13260zAkqnL','exports','33fzrcgH','91573AvmqlB','7OhtlVJ','4SdRHKh','UniverProDocsExchangeClientPtBR','844275cHTIhV','1550608sbyNLw','Arquivo','6XsZEtL','676450HvzUsW','amd','678246CwxvbR','Salvar\x20Como','Abrir\x20(Arquivo)','2081520ozMlQa','function'];_0x47f7=function(){return _0x25a160;};return _0x47f7();}
6
-
7
- // @univerjs-pro/docs-print/locale/pt-BR
8
- function _0x3653(_0x43bc5b,_0x4fdeb7){_0x43bc5b=_0x43bc5b-0x1dc;var _0x4876cd=_0x4876();var _0x365347=_0x4876cd[_0x43bc5b];return _0x365347;}function _0x4876(){var _0x175440=['978796Kikujv','1299527epjjMA','21345280UBcfkh','object','7QrOGgq','UniverProDocsPrintPtBR','1712440OskRez','1402758VaZBIc','Imprimir','409878baGCCf','function','amd','3155886NTOGcs'];_0x4876=function(){return _0x175440;};return _0x4876();}(function(_0x3cff01,_0x41fff6){var _0xce42ba=_0x3653,_0x8f3844=_0x3cff01();while(!![]){try{var _0x45598f=parseInt(_0xce42ba(0x1e3))/0x1+parseInt(_0xce42ba(0x1de))/0x2+parseInt(_0xce42ba(0x1e1))/0x3+parseInt(_0xce42ba(0x1e2))/0x4+parseInt(_0xce42ba(0x1e8))/0x5+parseInt(_0xce42ba(0x1dc))/0x6*(parseInt(_0xce42ba(0x1e6))/0x7)+-parseInt(_0xce42ba(0x1e4))/0x8;if(_0x45598f===_0x41fff6)break;else _0x8f3844['push'](_0x8f3844['shift']());}catch(_0x368e17){_0x8f3844['push'](_0x8f3844['shift']());}}}(_0x4876,0xad280),function(_0x69ac11,_0x5ec742){var _0x190789=_0x3653;typeof exports==_0x190789(0x1e5)&&typeof module<'u'?module['exports']=_0x5ec742():typeof define==_0x190789(0x1df)&&define[_0x190789(0x1e0)]?define([],_0x5ec742):(_0x69ac11=typeof globalThis<'u'?globalThis:_0x69ac11||self,_0x69ac11[_0x190789(0x1e7)]=_0x5ec742());}(this,function(){var _0x107828=_0x3653;return{'docs-print':{'menu':_0x107828(0x1dd)}};}));
9
-
10
- // locale/pt-BR
11
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/pt-BR"),require("@univerjs-pro/docs-print/locale/pt-BR"),require("@univerjs-pro/exchange-client/locale/pt-BR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/pt-BR","@univerjs-pro/docs-print/locale/pt-BR","@univerjs-pro/exchange-client/locale/pt-BR"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedPtBR=n(e.UniverCore,e.UniverProDocsExchangeClientPtBR,e.UniverProDocsPrintPtBR,e.UniverProExchangeClientPtBR))})(this,(function(e,n,r,i){"use strict";return e.mergeLocales(n,r,i)}));
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/ru-RU
2
- function _0x38ed(_0x48c4a9,_0x463fd1){_0x48c4a9=_0x48c4a9-0x75;var _0x2d581a=_0x2d58();var _0x38ed38=_0x2d581a[_0x48c4a9];return _0x38ed38;}(function(_0x83bcc4,_0x50aa3){var _0x431b4a=_0x38ed,_0x27a902=_0x83bcc4();while(!![]){try{var _0x122969=parseInt(_0x431b4a(0x76))/0x1+-parseInt(_0x431b4a(0x8a))/0x2*(parseInt(_0x431b4a(0x83))/0x3)+parseInt(_0x431b4a(0x79))/0x4*(parseInt(_0x431b4a(0x77))/0x5)+-parseInt(_0x431b4a(0x75))/0x6*(parseInt(_0x431b4a(0x7b))/0x7)+parseInt(_0x431b4a(0x8b))/0x8*(-parseInt(_0x431b4a(0x7c))/0x9)+parseInt(_0x431b4a(0x8c))/0xa*(parseInt(_0x431b4a(0x85))/0xb)+-parseInt(_0x431b4a(0x89))/0xc;if(_0x122969===_0x50aa3)break;else _0x27a902['push'](_0x27a902['shift']());}catch(_0x11783f){_0x27a902['push'](_0x27a902['shift']());}}}(_0x2d58,0xa0154),function(_0x2bfd0d,_0x1f9cfd){var _0x25b009=_0x38ed;typeof exports==_0x25b009(0x7e)&&typeof module<'u'?module['exports']=_0x1f9cfd():typeof define==_0x25b009(0x88)&&define[_0x25b009(0x7a)]?define([],_0x1f9cfd):(_0x2bfd0d=typeof globalThis<'u'?globalThis:_0x2bfd0d||self,_0x2bfd0d[_0x25b009(0x87)]=_0x1f9cfd());}(this,function(){var _0x2e58b4=_0x38ed;return{'exchange-client':{'uploading':_0x2e58b4(0x84),'uploadSuccess':_0x2e58b4(0x81),'uploadSuccessTip':'{0}\x20файл(ов)\x20успешно\x20загружен(о)','downloading':'Скачивание','downloadSuccess':_0x2e58b4(0x78),'unknownMistake':_0x2e58b4(0x86),'networkError':_0x2e58b4(0x7d),'tooLarge':'Данные\x20слишком\x20большие','internalError':_0x2e58b4(0x82),'interrupt':'Сетевое\x20соединение\x20было\x20прервано,\x20и\x20загрузка\x20файла\x20не\x20удалась','fileTypeError':'Выбранный\x20файл\x20[{0}]\x20не\x20поддерживается\x20для\x20загрузки','wait':'Пожалуйста,\x20подождите...','cancel':_0x2e58b4(0x7f),'uploadAgain':_0x2e58b4(0x80)}};}));function _0x2d58(){var _0x4182e8=['function','5487780gJEGlk','63508ORgiVv','32SAkfqV','438370YWvaJX','6QcHDdP','1222127kLiLha','230uHyYgt','Скачивание\x20успешно','58508zYRFvl','amd','4242609BOqnDf','89037yZMRij','Сетевая\x20ошибка','object','Отмена','Загрузить\x20снова','Файл\x20успешно\x20загружен','Внутренняя\x20неизвестная\x20ошибка','75iVKkMs','Загрузка','165qdkTAF','Неизвестная\x20ошибка','UniverProExchangeClientRuRU'];_0x2d58=function(){return _0x4182e8;};return _0x2d58();}
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/ru-RU
5
- function _0x35c7(_0x4aac32,_0x3d0cf8){_0x4aac32=_0x4aac32-0xcd;var _0x774100=_0x7741();var _0x35c704=_0x774100[_0x4aac32];return _0x35c704;}function _0x7741(){var _0x130205=['Сохранить\x20как','function','18888jedkuS','710647AielRG','185630VLAGvp','4oTkJpC','240576PPRFKa','Файл','510846xuPZJH','222562DChukV','646865SQGEHB','amd','Открыть(Файл)','object','exports','UniverProDocsExchangeClientRuRU'];_0x7741=function(){return _0x130205;};return _0x7741();}(function(_0x2b002e,_0x203c50){var _0x4b0b65=_0x35c7,_0x136bff=_0x2b002e();while(!![]){try{var _0x50d116=-parseInt(_0x4b0b65(0xcf))/0x1+parseInt(_0x4b0b65(0xd4))/0x2+parseInt(_0x4b0b65(0xd3))/0x3+-parseInt(_0x4b0b65(0xd0))/0x4*(parseInt(_0x4b0b65(0xd5))/0x5)+parseInt(_0x4b0b65(0xcd))/0x6+parseInt(_0x4b0b65(0xce))/0x7+parseInt(_0x4b0b65(0xd1))/0x8;if(_0x50d116===_0x203c50)break;else _0x136bff['push'](_0x136bff['shift']());}catch(_0x5598e1){_0x136bff['push'](_0x136bff['shift']());}}}(_0x7741,0x18bb5),function(_0x44573e,_0x356410){var _0x59657b=_0x35c7;typeof exports==_0x59657b(0xd8)&&typeof module<'u'?module[_0x59657b(0xd9)]=_0x356410():typeof define==_0x59657b(0xdc)&&define[_0x59657b(0xd6)]?define([],_0x356410):(_0x44573e=typeof globalThis<'u'?globalThis:_0x44573e||self,_0x44573e[_0x59657b(0xda)]=_0x356410());}(this,function(){var _0x4adaa9=_0x35c7;return{'docs-exchange-client':{'file':_0x4adaa9(0xd2),'upload':_0x4adaa9(0xd7),'download':_0x4adaa9(0xdb)}};}));
6
-
7
- // @univerjs-pro/docs-print/locale/ru-RU
8
- function _0x3e47(_0x4c88a3,_0x372271){_0x4c88a3=_0x4c88a3-0x66;var _0xb1ea54=_0xb1ea();var _0x3e47ba=_0xb1ea54[_0x4c88a3];return _0x3e47ba;}function _0xb1ea(){var _0x4e16cf=['102016eimiHY','object','30KgeEyg','2718807SPQpVs','370258fLQytH','790840NZOHoI','1738320EmwXIn','Печать','UniverProDocsPrintRuRU','38726tMsyQr','6709920hWCdci','amd'];_0xb1ea=function(){return _0x4e16cf;};return _0xb1ea();}(function(_0x423e29,_0x4f205f){var _0x46339c=_0x3e47,_0x27e465=_0x423e29();while(!![]){try{var _0x293126=parseInt(_0x46339c(0x69))/0x1+parseInt(_0x46339c(0x6e))/0x2*(-parseInt(_0x46339c(0x67))/0x3)+parseInt(_0x46339c(0x71))/0x4+parseInt(_0x46339c(0x6a))/0x5+parseInt(_0x46339c(0x6b))/0x6+parseInt(_0x46339c(0x68))/0x7+-parseInt(_0x46339c(0x6f))/0x8;if(_0x293126===_0x4f205f)break;else _0x27e465['push'](_0x27e465['shift']());}catch(_0x461f82){_0x27e465['push'](_0x27e465['shift']());}}}(_0xb1ea,0x30c01),function(_0x48ca36,_0x3abd27){var _0x577fd8=_0x3e47;typeof exports==_0x577fd8(0x66)&&typeof module<'u'?module['exports']=_0x3abd27():typeof define=='function'&&define[_0x577fd8(0x70)]?define([],_0x3abd27):(_0x48ca36=typeof globalThis<'u'?globalThis:_0x48ca36||self,_0x48ca36[_0x577fd8(0x6d)]=_0x3abd27());}(this,function(){var _0x16f76f=_0x3e47;return{'docs-print':{'menu':_0x16f76f(0x6c)}};}));
9
-
10
- // locale/ru-RU
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,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/sk-SK
2
- function _0x34a4(_0x4a0233,_0x551e3f){_0x4a0233=_0x4a0233-0x113;var _0x5a49ad=_0x5a49();var _0x34a419=_0x5a49ad[_0x4a0233];return _0x34a419;}(function(_0x69a795,_0x48e08c){var _0x2310ab=_0x34a4,_0x24fa55=_0x69a795();while(!![]){try{var _0x56f9d0=-parseInt(_0x2310ab(0x115))/0x1*(-parseInt(_0x2310ab(0x11b))/0x2)+-parseInt(_0x2310ab(0x121))/0x3+-parseInt(_0x2310ab(0x127))/0x4+parseInt(_0x2310ab(0x124))/0x5+parseInt(_0x2310ab(0x11c))/0x6*(-parseInt(_0x2310ab(0x126))/0x7)+-parseInt(_0x2310ab(0x11a))/0x8+parseInt(_0x2310ab(0x11d))/0x9;if(_0x56f9d0===_0x48e08c)break;else _0x24fa55['push'](_0x24fa55['shift']());}catch(_0x259fc2){_0x24fa55['push'](_0x24fa55['shift']());}}}(_0x5a49,0x9e510),function(_0x1ef5be,_0x3416dd){var _0x350ae5=_0x34a4;typeof exports==_0x350ae5(0x122)&&typeof module<'u'?module['exports']=_0x3416dd():typeof define==_0x350ae5(0x125)&&define[_0x350ae5(0x123)]?define([],_0x3416dd):(_0x1ef5be=typeof globalThis<'u'?globalThis:_0x1ef5be||self,_0x1ef5be['UniverProExchangeClientSkSK']=_0x3416dd());}(this,function(){var _0x6f2fa9=_0x34a4;return{'exchange-client':{'uploading':_0x6f2fa9(0x116),'uploadSuccess':'Súbor\x20bol\x20úspešne\x20nahraný','uploadSuccessTip':_0x6f2fa9(0x118),'downloading':_0x6f2fa9(0x11f),'downloadSuccess':'Sťahovanie\x20úspešné','unknownMistake':_0x6f2fa9(0x114),'networkError':_0x6f2fa9(0x11e),'tooLarge':'Dáta\x20sú\x20príliš\x20veľké','internalError':_0x6f2fa9(0x113),'interrupt':_0x6f2fa9(0x120),'fileTypeError':_0x6f2fa9(0x117),'wait':'Prosím\x20počkajte...','cancel':_0x6f2fa9(0x119),'uploadAgain':'Nahrať\x20znova'}};}));function _0x5a49(){var _0xc96289=['object','amd','4164115VBAgnr','function','357hjDUsv','1921364qdfbzH','Interná\x20neznáma\x20chyba','Neznáma\x20chyba','101AJbfKZ','Nahrávanie','Vybraný\x20súbor\x20[{0}]\x20nie\x20je\x20podporovaný\x20na\x20nahrávanie','Úspešne\x20nahraných\x20{0}\x20súborov','Zrušiť','6336552NJepGg','22234pdqQnW','144078BbGjWz','12571443lWEzSg','Sieťová\x20chyba','Sťahovanie','Sieťové\x20pripojenie\x20bolo\x20prerušené\x20a\x20nahrávanie\x20súboru\x20zlyhalo','620790wjPJoG'];_0x5a49=function(){return _0xc96289;};return _0x5a49();}
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/sk-SK
5
- function _0x51c0(_0x48c98a,_0x5673d1){_0x48c98a=_0x48c98a-0xf5;var _0x33b186=_0x33b1();var _0x51c015=_0x33b186[_0x48c98a];return _0x51c015;}function _0x33b1(){var _0x9de407=['582390mFMKBr','UniverProDocsExchangeClientSkSK','24ggJgQR','85892hRfoWe','amd','Otvoriť\x20(súbor)','2925805AhCjRf','1574188oexuCp','function','4665402RYOafQ','15jNopgf','338178evphYK','Súbor','551916xjciPm'];_0x33b1=function(){return _0x9de407;};return _0x33b1();}(function(_0xb2bacf,_0x563044){var _0x5caba0=_0x51c0,_0x4135bb=_0xb2bacf();while(!![]){try{var _0x327148=-parseInt(_0x5caba0(0xf7))/0x1+-parseInt(_0x5caba0(0xfa))/0x2*(parseInt(_0x5caba0(0x101))/0x3)+-parseInt(_0x5caba0(0xf6))/0x4+-parseInt(_0x5caba0(0xfd))/0x5+parseInt(_0x5caba0(0x102))/0x6+parseInt(_0x5caba0(0xfe))/0x7+parseInt(_0x5caba0(0xf9))/0x8*(parseInt(_0x5caba0(0x100))/0x9);if(_0x327148===_0x563044)break;else _0x4135bb['push'](_0x4135bb['shift']());}catch(_0x4ee86f){_0x4135bb['push'](_0x4135bb['shift']());}}}(_0x33b1,0x4d2d9),function(_0x5e0654,_0x3b2001){var _0x3f57c5=_0x51c0;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x3b2001():typeof define==_0x3f57c5(0xff)&&define[_0x3f57c5(0xfb)]?define([],_0x3b2001):(_0x5e0654=typeof globalThis<'u'?globalThis:_0x5e0654||self,_0x5e0654[_0x3f57c5(0xf8)]=_0x3b2001());}(this,function(){var _0xcbb00e=_0x51c0;return{'docs-exchange-client':{'file':_0xcbb00e(0xf5),'upload':_0xcbb00e(0xfc),'download':'Uložiť\x20ako'}};}));
6
-
7
- // @univerjs-pro/docs-print/locale/sk-SK
8
- function _0x4c5d(_0x3e3015,_0x299b23){_0x3e3015=_0x3e3015-0x1c7;var _0x945068=_0x9450();var _0x4c5d74=_0x945068[_0x3e3015];return _0x4c5d74;}function _0x9450(){var _0x57fa93=['126QnAnJn','3983696koJlsc','27652QQwlnu','1153370heIVXB','228YQzwGw','object','100AhELrG','function','amd','UniverProDocsPrintSkSK','Tlač','425474ESCjBc','214505FkndKk','120oclmlc','644115TcXKjt','719400gmQiJL'];_0x9450=function(){return _0x57fa93;};return _0x9450();}(function(_0x1071ff,_0x8e7905){var _0x315df1=_0x4c5d,_0x5afb28=_0x1071ff();while(!![]){try{var _0x3f6ed1=parseInt(_0x315df1(0x1c9))/0x1+-parseInt(_0x315df1(0x1cd))/0x2*(parseInt(_0x315df1(0x1cf))/0x3)+parseInt(_0x315df1(0x1d1))/0x4*(parseInt(_0x315df1(0x1c7))/0x5)+parseInt(_0x315df1(0x1c8))/0x6*(parseInt(_0x315df1(0x1d6))/0x7)+parseInt(_0x315df1(0x1cc))/0x8+-parseInt(_0x315df1(0x1cb))/0x9*(parseInt(_0x315df1(0x1ce))/0xa)+parseInt(_0x315df1(0x1ca))/0xb;if(_0x3f6ed1===_0x8e7905)break;else _0x5afb28['push'](_0x5afb28['shift']());}catch(_0x3743a6){_0x5afb28['push'](_0x5afb28['shift']());}}}(_0x9450,0xcaac4),function(_0x4b69d0,_0x5f3695){var _0x2540c3=_0x4c5d;typeof exports==_0x2540c3(0x1d0)&&typeof module<'u'?module['exports']=_0x5f3695():typeof define==_0x2540c3(0x1d2)&&define[_0x2540c3(0x1d3)]?define([],_0x5f3695):(_0x4b69d0=typeof globalThis<'u'?globalThis:_0x4b69d0||self,_0x4b69d0[_0x2540c3(0x1d4)]=_0x5f3695());}(this,function(){var _0x3cdd46=_0x4c5d;return{'docs-print':{'menu':_0x3cdd46(0x1d5)}};}));
9
-
10
- // locale/sk-SK
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,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/vi-VN
2
- function _0x2220(_0x295064,_0x48a496){_0x295064=_0x295064-0x7e;var _0xcdf7c5=_0xcdf7();var _0x2220aa=_0xcdf7c5[_0x295064];return _0x2220aa;}function _0xcdf7(){var _0x45c449=['Kết\x20nối\x20mạng\x20bị\x20gián\x20đoạn,\x20tải\x20lên\x20tệp\x20thất\x20bại','4519938PjexgB','Tải\x20xuống\x20thành\x20công','Lỗi\x20không\x20xác\x20định','911592tcrGWn','amd','79124ZgPCRK','2000sPFuEa','Hủy\x20bỏ','1201004Efsyko','7ldmdAV','9OKcMEB','Vui\x20lòng\x20đợi...','Lỗi\x20mạng','Đang\x20tải\x20xuống','Tải\x20lên\x20lại','Tải\x20lên\x20tệp\x20thành\x20công','6249740CsLBuO','{0}\x20tệp\x20đã\x20được\x20tải\x20lên\x20thành\x20công','912575jwQzXp','Lỗi\x20không\x20xác\x20định\x20bên\x20trong','750NpizPn','Tệp\x20được\x20chọn\x20[{0}]\x20không\x20được\x20hỗ\x20trợ\x20để\x20tải\x20lên','UniverProExchangeClientViVN','function','Luồng\x20dữ\x20liệu\x20quá\x20lớn','Đang\x20tải\x20lên'];_0xcdf7=function(){return _0x45c449;};return _0xcdf7();}(function(_0x59d397,_0x1bd5b1){var _0x1f127c=_0x2220,_0xe60c84=_0x59d397();while(!![]){try{var _0x2f7763=parseInt(_0x1f127c(0x8d))/0x1+parseInt(_0x1f127c(0x90))/0x2+-parseInt(_0x1f127c(0x81))/0x3*(-parseInt(_0x1f127c(0x8e))/0x4)+-parseInt(_0x1f127c(0x7f))/0x5+-parseInt(_0x1f127c(0x88))/0x6*(parseInt(_0x1f127c(0x91))/0x7)+-parseInt(_0x1f127c(0x8b))/0x8*(parseInt(_0x1f127c(0x92))/0x9)+parseInt(_0x1f127c(0x98))/0xa;if(_0x2f7763===_0x1bd5b1)break;else _0xe60c84['push'](_0xe60c84['shift']());}catch(_0x4d61ae){_0xe60c84['push'](_0xe60c84['shift']());}}}(_0xcdf7,0x5cba5),function(_0x2913ba,_0x573d74){var _0x4547db=_0x2220;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x573d74():typeof define==_0x4547db(0x84)&&define[_0x4547db(0x8c)]?define([],_0x573d74):(_0x2913ba=typeof globalThis<'u'?globalThis:_0x2913ba||self,_0x2913ba[_0x4547db(0x83)]=_0x573d74());}(this,function(){var _0x5343d0=_0x2220;return{'exchange-client':{'uploading':_0x5343d0(0x86),'uploadSuccess':_0x5343d0(0x97),'uploadSuccessTip':_0x5343d0(0x7e),'downloading':_0x5343d0(0x95),'downloadSuccess':_0x5343d0(0x89),'unknownMistake':_0x5343d0(0x8a),'networkError':_0x5343d0(0x94),'tooLarge':_0x5343d0(0x85),'internalError':_0x5343d0(0x80),'interrupt':_0x5343d0(0x87),'fileTypeError':_0x5343d0(0x82),'wait':_0x5343d0(0x93),'cancel':_0x5343d0(0x8f),'uploadAgain':_0x5343d0(0x96)}};}));
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/vi-VN
5
- function _0x275f(){var _0x9420e2=['337748ZBifWb','function','172800wSjSia','8185okdMHv','983892BuTsmS','813579bCxyGj','object','191474mZNAyN','UniverProDocsExchangeClientViVN','58066OCqNfP','Lưu\x20dưới\x20dạng','Tệp','Mở\x20(Tệp)','12cmZoar','amd'];_0x275f=function(){return _0x9420e2;};return _0x275f();}function _0x3169(_0x5f42fb,_0x1ffdfa){_0x5f42fb=_0x5f42fb-0xb4;var _0x275f65=_0x275f();var _0x3169ee=_0x275f65[_0x5f42fb];return _0x3169ee;}(function(_0x3c2b04,_0x18da17){var _0x2e47c0=_0x3169,_0x1a75b4=_0x3c2b04();while(!![]){try{var _0x44557a=parseInt(_0x2e47c0(0xba))/0x1+parseInt(_0x2e47c0(0xb8))/0x2+-parseInt(_0x2e47c0(0xb6))/0x3+parseInt(_0x2e47c0(0xc0))/0x4+parseInt(_0x2e47c0(0xb4))/0x5+parseInt(_0x2e47c0(0xbe))/0x6*(parseInt(_0x2e47c0(0xb5))/0x7)+-parseInt(_0x2e47c0(0xc2))/0x8;if(_0x44557a===_0x18da17)break;else _0x1a75b4['push'](_0x1a75b4['shift']());}catch(_0x464b09){_0x1a75b4['push'](_0x1a75b4['shift']());}}}(_0x275f,0x37b64),function(_0x301f96,_0x1b18df){var _0x35db2d=_0x3169;typeof exports==_0x35db2d(0xb7)&&typeof module<'u'?module['exports']=_0x1b18df():typeof define==_0x35db2d(0xc1)&&define[_0x35db2d(0xbf)]?define([],_0x1b18df):(_0x301f96=typeof globalThis<'u'?globalThis:_0x301f96||self,_0x301f96[_0x35db2d(0xb9)]=_0x1b18df());}(this,function(){var _0x2aeb95=_0x3169;return{'docs-exchange-client':{'file':_0x2aeb95(0xbc),'upload':_0x2aeb95(0xbd),'download':_0x2aeb95(0xbb)}};}));
6
-
7
- // @univerjs-pro/docs-print/locale/vi-VN
8
- (function(_0x2074b8,_0x1898a0){var _0x4fd4ed=_0x9991,_0x37fd80=_0x2074b8();while(!![]){try{var _0xb934f8=-parseInt(_0x4fd4ed(0x126))/0x1+-parseInt(_0x4fd4ed(0x11f))/0x2*(-parseInt(_0x4fd4ed(0x11e))/0x3)+-parseInt(_0x4fd4ed(0x121))/0x4+parseInt(_0x4fd4ed(0x127))/0x5+parseInt(_0x4fd4ed(0x122))/0x6+-parseInt(_0x4fd4ed(0x124))/0x7*(-parseInt(_0x4fd4ed(0x129))/0x8)+-parseInt(_0x4fd4ed(0x125))/0x9;if(_0xb934f8===_0x1898a0)break;else _0x37fd80['push'](_0x37fd80['shift']());}catch(_0x5b3d1f){_0x37fd80['push'](_0x37fd80['shift']());}}}(_0x29f5,0x627b1),function(_0x147573,_0x3b5893){var _0x4b9f37=_0x9991;typeof exports==_0x4b9f37(0x120)&&typeof module<'u'?module[_0x4b9f37(0x123)]=_0x3b5893():typeof define=='function'&&define[_0x4b9f37(0x128)]?define([],_0x3b5893):(_0x147573=typeof globalThis<'u'?globalThis:_0x147573||self,_0x147573['UniverProDocsPrintViVN']=_0x3b5893());}(this,function(){return{'docs-print':{'menu':'In'}};}));function _0x9991(_0x26b441,_0x393f33){_0x26b441=_0x26b441-0x11e;var _0x29f5b7=_0x29f5();var _0x9991c8=_0x29f5b7[_0x26b441];return _0x9991c8;}function _0x29f5(){var _0x2cd5e8=['106ZuwmWp','object','1600344hSupjZ','452988sCXxxM','exports','52773qrqVzK','4856022dOKSqR','100172iBkkhh','3498015TxmNqb','amd','408HlrUke','16053gvMhSi'];_0x29f5=function(){return _0x2cd5e8;};return _0x29f5();}
9
-
10
- // locale/vi-VN
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,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/zh-CN
2
- function _0x1e6c(_0x400e6e,_0x37e80d){_0x400e6e=_0x400e6e-0xa2;var _0x226bb6=_0x226b();var _0x1e6c40=_0x226bb6[_0x400e6e];return _0x1e6c40;}(function(_0x187fc1,_0x46c38b){var _0x5d26a1=_0x1e6c,_0x379664=_0x187fc1();while(!![]){try{var _0x192a40=parseInt(_0x5d26a1(0xa2))/0x1*(-parseInt(_0x5d26a1(0xac))/0x2)+parseInt(_0x5d26a1(0xa7))/0x3*(parseInt(_0x5d26a1(0xaf))/0x4)+parseInt(_0x5d26a1(0xb9))/0x5*(-parseInt(_0x5d26a1(0xa6))/0x6)+parseInt(_0x5d26a1(0xaa))/0x7+parseInt(_0x5d26a1(0xb3))/0x8*(-parseInt(_0x5d26a1(0xa9))/0x9)+parseInt(_0x5d26a1(0xb1))/0xa*(parseInt(_0x5d26a1(0xab))/0xb)+parseInt(_0x5d26a1(0xb6))/0xc*(parseInt(_0x5d26a1(0xb8))/0xd);if(_0x192a40===_0x46c38b)break;else _0x379664['push'](_0x379664['shift']());}catch(_0x3fd9de){_0x379664['push'](_0x379664['shift']());}}}(_0x226b,0x2db79),function(_0x2e94dd,_0x25b1b3){var _0x189c0e=_0x1e6c;typeof exports=='object'&&typeof module<'u'?module[_0x189c0e(0xa8)]=_0x25b1b3():typeof define=='function'&&define[_0x189c0e(0xa4)]?define([],_0x25b1b3):(_0x2e94dd=typeof globalThis<'u'?globalThis:_0x2e94dd||self,_0x2e94dd[_0x189c0e(0xae)]=_0x25b1b3());}(this,function(){var _0xea8d02=_0x1e6c;return{'exchange-client':{'uploading':'上传中','uploadSuccess':_0xea8d02(0xad),'uploadSuccessTip':'{0}个文件上传成功','downloading':_0xea8d02(0xb5),'downloadSuccess':_0xea8d02(0xb2),'unknownMistake':_0xea8d02(0xbb),'networkError':_0xea8d02(0xb4),'tooLarge':_0xea8d02(0xa5),'internalError':_0xea8d02(0xa3),'interrupt':_0xea8d02(0xb7),'fileTypeError':_0xea8d02(0xb0),'wait':_0xea8d02(0xba),'cancel':'取消','uploadAgain':'再次上传'}};}));function _0x226b(){var _0x25ba3c=['593201WPUrlc','2090aSCneE','284980xrouGW','文件上传成功','UniverProExchangeClientZhCN','2276yGDJzO','所选文件\x20[{0}]\x20不支持上传','12000wdSXGI','下载成功','174376bLgzJb','网络异常','下载中','2025756ndXwBk','网络连接中断,文件上传失败','13fDTTsr','20EyAjAY','请稍等...','未知错误','1kXJgSg','内部未知错误','amd','数据流过大','213336iulIiA','639UPotLx','exports','54KjMPcN'];_0x226b=function(){return _0x25ba3c;};return _0x226b();}
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/zh-CN
5
- function _0x3b42(){var _0x405875=['240670YioWWB','786374gdiTWu','389312ycQGCn','6702jiISGC','163026uMQNsy','amd','另存为','UniverProDocsExchangeClientZhCN','object','806163vDaroe','24QHuPRi','233872srkOsL','2625hpkRtj','exports','function'];_0x3b42=function(){return _0x405875;};return _0x3b42();}function _0x2cd8(_0x5ec180,_0x233bc8){_0x5ec180=_0x5ec180-0x1b7;var _0x3b4208=_0x3b42();var _0x2cd806=_0x3b4208[_0x5ec180];return _0x2cd806;}(function(_0x3171d1,_0x11ca78){var _0x5a958e=_0x2cd8,_0x2e8cb7=_0x3171d1();while(!![]){try{var _0x460999=-parseInt(_0x5a958e(0x1c2))/0x1+parseInt(_0x5a958e(0x1c1))/0x2+-parseInt(_0x5a958e(0x1ba))/0x3+parseInt(_0x5a958e(0x1bc))/0x4+-parseInt(_0x5a958e(0x1c0))/0x5+-parseInt(_0x5a958e(0x1c3))/0x6*(-parseInt(_0x5a958e(0x1bd))/0x7)+parseInt(_0x5a958e(0x1bb))/0x8*(parseInt(_0x5a958e(0x1c4))/0x9);if(_0x460999===_0x11ca78)break;else _0x2e8cb7['push'](_0x2e8cb7['shift']());}catch(_0x4fb04b){_0x2e8cb7['push'](_0x2e8cb7['shift']());}}}(_0x3b42,0x35651),function(_0x55e1ca,_0x8dadca){var _0x44f903=_0x2cd8;typeof exports==_0x44f903(0x1b9)&&typeof module<'u'?module[_0x44f903(0x1be)]=_0x8dadca():typeof define==_0x44f903(0x1bf)&&define[_0x44f903(0x1c5)]?define([],_0x8dadca):(_0x55e1ca=typeof globalThis<'u'?globalThis:_0x55e1ca||self,_0x55e1ca[_0x44f903(0x1b8)]=_0x8dadca());}(this,function(){var _0x52398a=_0x2cd8;return{'docs-exchange-client':{'file':'文件','upload':'打开(文件)','download':_0x52398a(0x1b7)}};}));
6
-
7
- // @univerjs-pro/docs-print/locale/zh-CN
8
- (function(_0x49ccc0,_0x3eed33){var _0xd002aa=_0x3d3a,_0x4e16e4=_0x49ccc0();while(!![]){try{var _0x13543c=-parseInt(_0xd002aa(0x8f))/0x1*(-parseInt(_0xd002aa(0x97))/0x2)+-parseInt(_0xd002aa(0x96))/0x3+parseInt(_0xd002aa(0x93))/0x4+-parseInt(_0xd002aa(0x8c))/0x5*(parseInt(_0xd002aa(0x91))/0x6)+-parseInt(_0xd002aa(0x92))/0x7+parseInt(_0xd002aa(0x94))/0x8*(parseInt(_0xd002aa(0x8d))/0x9)+parseInt(_0xd002aa(0x8a))/0xa*(parseInt(_0xd002aa(0x90))/0xb);if(_0x13543c===_0x3eed33)break;else _0x4e16e4['push'](_0x4e16e4['shift']());}catch(_0x36df4c){_0x4e16e4['push'](_0x4e16e4['shift']());}}}(_0x4db5,0xcdee4),function(_0x41ac7d,_0x45c6d9){var _0x875675=_0x3d3a;typeof exports==_0x875675(0x8e)&&typeof module<'u'?module[_0x875675(0x89)]=_0x45c6d9():typeof define==_0x875675(0x88)&&define[_0x875675(0x8b)]?define([],_0x45c6d9):(_0x41ac7d=typeof globalThis<'u'?globalThis:_0x41ac7d||self,_0x41ac7d[_0x875675(0x95)]=_0x45c6d9());}(this,function(){return{'docs-print':{'menu':'打印'}};}));function _0x3d3a(_0x5d0af0,_0x100891){_0x5d0af0=_0x5d0af0-0x88;var _0x4db5a5=_0x4db5();var _0x3d3a07=_0x4db5a5[_0x5d0af0];return _0x3d3a07;}function _0x4db5(){var _0x260d78=['9CsOqPR','object','268807WTocTP','11jYnnlU','387192gHTlpM','2243367vXGPRL','3084096NCtbiS','10554984UhrMYW','UniverProDocsPrintZhCN','4616391RlcIdx','2zCGEoq','function','exports','19568660zvtiLL','amd','125AylKWm'];_0x4db5=function(){return _0x260d78;};return _0x4db5();}
9
-
10
- // locale/zh-CN
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)}));
@@ -1,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/zh-HK
2
- function _0x1ef2(_0x269cce,_0x5b9cf4){_0x269cce=_0x269cce-0x1d8;var _0x84236b=_0x8423();var _0x1ef28e=_0x84236b[_0x269cce];return _0x1ef28e;}function _0x8423(){var _0x44ff17=['34392RexUGk','509108bdrRKn','網絡連線中斷,檔案上傳失敗','網絡異常','exports','{0}個檔案上傳成功','965181Ukublj','4IejfNi','請稍等...','檔案上傳成功','1778995jtoZWX','再次上傳','內部未知錯誤','80781FmQEol','2561290WnflCd','function','1EvacMK','所選檔案\x20[{0}]\x20不支援上傳','9316098GHGzUl','object','上傳中','amd','1026IHbtGN','下載中','6QwammB'];_0x8423=function(){return _0x44ff17;};return _0x8423();}(function(_0x20fdeb,_0x66279c){var _0x53180d=_0x1ef2,_0x491bda=_0x20fdeb();while(!![]){try{var _0x269534=-parseInt(_0x53180d(0x1db))/0x1*(-parseInt(_0x53180d(0x1e5))/0x2)+parseInt(_0x53180d(0x1d8))/0x3*(-parseInt(_0x53180d(0x1eb))/0x4)+parseInt(_0x53180d(0x1ee))/0x5*(-parseInt(_0x53180d(0x1e3))/0x6)+-parseInt(_0x53180d(0x1ea))/0x7+-parseInt(_0x53180d(0x1e4))/0x8*(parseInt(_0x53180d(0x1e1))/0x9)+parseInt(_0x53180d(0x1d9))/0xa+parseInt(_0x53180d(0x1dd))/0xb;if(_0x269534===_0x66279c)break;else _0x491bda['push'](_0x491bda['shift']());}catch(_0x4eb31d){_0x491bda['push'](_0x491bda['shift']());}}}(_0x8423,0x54b1a),function(_0x4cf30d,_0x5a98cd){var _0x4892ac=_0x1ef2;typeof exports==_0x4892ac(0x1de)&&typeof module<'u'?module[_0x4892ac(0x1e8)]=_0x5a98cd():typeof define==_0x4892ac(0x1da)&&define[_0x4892ac(0x1e0)]?define([],_0x5a98cd):(_0x4cf30d=typeof globalThis<'u'?globalThis:_0x4cf30d||self,_0x4cf30d['UniverProExchangeClientZhHK']=_0x5a98cd());}(this,function(){var _0x3b4914=_0x1ef2;return{'exchange-client':{'uploading':_0x3b4914(0x1df),'uploadSuccess':_0x3b4914(0x1ed),'uploadSuccessTip':_0x3b4914(0x1e9),'downloading':_0x3b4914(0x1e2),'downloadSuccess':'下載成功','unknownMistake':'未知錯誤','networkError':_0x3b4914(0x1e7),'tooLarge':'資料流過大','internalError':_0x3b4914(0x1f0),'interrupt':_0x3b4914(0x1e6),'fileTypeError':_0x3b4914(0x1dc),'wait':_0x3b4914(0x1ec),'cancel':'取消','uploadAgain':_0x3b4914(0x1ef)}};}));
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/zh-HK
5
- function _0x478a(_0x3d0ee1,_0x31bd70){_0x3d0ee1=_0x3d0ee1-0xd8;var _0x896fd0=_0x896f();var _0x478a47=_0x896fd0[_0x3d0ee1];return _0x478a47;}function _0x896f(){var _0xab8336=['1501950iDnTwz','UniverProDocsExchangeClientZhHK','1639941vsGdHM','15HbhzWB','function','開啟(檔案)','exports','13464963QfQPqB','1236956DdcqGQ','70744sqtIpX','2176962meMLXp','10iTBfWo','48xozUiw','amd','1399426dRokOF'];_0x896f=function(){return _0xab8336;};return _0x896f();}(function(_0x137b98,_0x56d368){var _0x2bc700=_0x478a,_0x40534a=_0x137b98();while(!![]){try{var _0x4e68b9=parseInt(_0x2bc700(0xdc))/0x1+-parseInt(_0x2bc700(0xdd))/0x2+parseInt(_0x2bc700(0xe4))/0x3+parseInt(_0x2bc700(0xdb))/0x4+-parseInt(_0x2bc700(0xe5))/0x5*(-parseInt(_0x2bc700(0xe2))/0x6)+-parseInt(_0x2bc700(0xe1))/0x7*(parseInt(_0x2bc700(0xdf))/0x8)+parseInt(_0x2bc700(0xda))/0x9*(parseInt(_0x2bc700(0xde))/0xa);if(_0x4e68b9===_0x56d368)break;else _0x40534a['push'](_0x40534a['shift']());}catch(_0x2f850d){_0x40534a['push'](_0x40534a['shift']());}}}(_0x896f,0xd83db),function(_0x476e83,_0x5e3aaa){var _0x3cd8cd=_0x478a;typeof exports=='object'&&typeof module<'u'?module[_0x3cd8cd(0xd9)]=_0x5e3aaa():typeof define==_0x3cd8cd(0xe6)&&define[_0x3cd8cd(0xe0)]?define([],_0x5e3aaa):(_0x476e83=typeof globalThis<'u'?globalThis:_0x476e83||self,_0x476e83[_0x3cd8cd(0xe3)]=_0x5e3aaa());}(this,function(){var _0x4081a7=_0x478a;return{'docs-exchange-client':{'file':'檔案','upload':_0x4081a7(0xd8),'download':'另存為'}};}));
6
-
7
- // @univerjs-pro/docs-print/locale/zh-HK
8
- function _0x253d(_0xc321b4,_0x223e32){_0xc321b4=_0xc321b4-0xeb;var _0x5a6eac=_0x5a6e();var _0x253dc3=_0x5a6eac[_0xc321b4];return _0x253dc3;}(function(_0x4cdcfa,_0x2a482f){var _0xeea6be=_0x253d,_0x1f7a2e=_0x4cdcfa();while(!![]){try{var _0xace342=-parseInt(_0xeea6be(0xf1))/0x1*(parseInt(_0xeea6be(0xf6))/0x2)+parseInt(_0xeea6be(0xf0))/0x3*(-parseInt(_0xeea6be(0xf5))/0x4)+parseInt(_0xeea6be(0xf4))/0x5+parseInt(_0xeea6be(0xef))/0x6*(parseInt(_0xeea6be(0xeb))/0x7)+parseInt(_0xeea6be(0xed))/0x8*(parseInt(_0xeea6be(0xf9))/0x9)+parseInt(_0xeea6be(0xee))/0xa+parseInt(_0xeea6be(0xf7))/0xb*(parseInt(_0xeea6be(0xf8))/0xc);if(_0xace342===_0x2a482f)break;else _0x1f7a2e['push'](_0x1f7a2e['shift']());}catch(_0x5a9dc7){_0x1f7a2e['push'](_0x1f7a2e['shift']());}}}(_0x5a6e,0x29867),function(_0x21ba80,_0x1d6564){var _0x1a512a=_0x253d;typeof exports=='object'&&typeof module<'u'?module[_0x1a512a(0xf2)]=_0x1d6564():typeof define==_0x1a512a(0xf3)&&define['amd']?define([],_0x1d6564):(_0x21ba80=typeof globalThis<'u'?globalThis:_0x21ba80||self,_0x21ba80[_0x1a512a(0xec)]=_0x1d6564());}(this,function(){return{'docs-print':{'menu':'列印'}};}));function _0x5a6e(){var _0x2224fe=['572240pOMmAy','42GUXWhJ','3MLEgue','249427McQdJI','exports','function','303380KJfTjH','1049876xkJhcK','2OJMiIX','3614776fudKgz','12CXZjfE','644472tyNjQa','20643CQlHbv','UniverProDocsPrintZhHK','24BKihZj'];_0x5a6e=function(){return _0x2224fe;};return _0x5a6e();}
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,11 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/zh-TW
2
- function _0x153d(_0x27618e,_0x405e06){_0x27618e=_0x27618e-0x7e;var _0x420d29=_0x420d();var _0x153d0f=_0x420d29[_0x27618e];return _0x153d0f;}function _0x420d(){var _0x123e5f=['282wZtMTA','121mWDiPF','2565249XKTpjT','4azwuTD','上傳中','UniverProExchangeClientZhTW','資料流過大','object','未知錯誤','140MBnNrv','amd','283977NQjuAV','190mEMGEd','請稍等...','3549KJnssD','再次上傳','10549272VTHnsp','2677140xxiyuM','function','網路異常','檔案上傳成功','6609175RTxpxg','網路連線中斷,檔案上傳失敗','exports','2364opmIvn','下載中'];_0x420d=function(){return _0x123e5f;};return _0x420d();}(function(_0x5264a2,_0x93a5d0){var _0x4c624f=_0x153d,_0x5126cd=_0x5264a2();while(!![]){try{var _0x3abef1=parseInt(_0x4c624f(0x8c))/0x1*(-parseInt(_0x4c624f(0x81))/0x2)+-parseInt(_0x4c624f(0x85))/0x3*(parseInt(_0x4c624f(0x86))/0x4)+parseInt(_0x4c624f(0x7e))/0x5+parseInt(_0x4c624f(0x83))/0x6*(-parseInt(_0x4c624f(0x91))/0x7)+-parseInt(_0x4c624f(0x93))/0x8+parseInt(_0x4c624f(0x8e))/0x9*(-parseInt(_0x4c624f(0x8f))/0xa)+parseInt(_0x4c624f(0x84))/0xb*(parseInt(_0x4c624f(0x94))/0xc);if(_0x3abef1===_0x93a5d0)break;else _0x5126cd['push'](_0x5126cd['shift']());}catch(_0x2162f6){_0x5126cd['push'](_0x5126cd['shift']());}}}(_0x420d,0xc690a),function(_0xe86dd2,_0x43578a){var _0x1ca6eb=_0x153d;typeof exports==_0x1ca6eb(0x8a)&&typeof module<'u'?module[_0x1ca6eb(0x80)]=_0x43578a():typeof define==_0x1ca6eb(0x95)&&define[_0x1ca6eb(0x8d)]?define([],_0x43578a):(_0xe86dd2=typeof globalThis<'u'?globalThis:_0xe86dd2||self,_0xe86dd2[_0x1ca6eb(0x88)]=_0x43578a());}(this,function(){var _0x2b2d8c=_0x153d;return{'exchange-client':{'uploading':_0x2b2d8c(0x87),'uploadSuccess':_0x2b2d8c(0x97),'uploadSuccessTip':'{0}個檔案上傳成功','downloading':_0x2b2d8c(0x82),'downloadSuccess':'下載成功','unknownMistake':_0x2b2d8c(0x8b),'networkError':_0x2b2d8c(0x96),'tooLarge':_0x2b2d8c(0x89),'internalError':'內部未知錯誤','interrupt':_0x2b2d8c(0x7f),'fileTypeError':'所選檔案\x20[{0}]\x20不支援上傳','wait':_0x2b2d8c(0x90),'cancel':'取消','uploadAgain':_0x2b2d8c(0x92)}};}));
3
-
4
- // @univerjs-pro/docs-exchange-client/locale/zh-TW
5
- function _0x345d(){var _0x2e0e64=['1405040NJcNbc','另存為','7128QbhqTU','24jrrIwL','exports','11QBHmPF','6lOHuUA','UniverProDocsExchangeClientZhTW','4246VizxTn','145095ZCNNJx','開啟(檔案)','amd','5623890ljocec','function','291TQYvZw','164682XHvudn','1269486IFOMML'];_0x345d=function(){return _0x2e0e64;};return _0x345d();}function _0x2d58(_0x3162c8,_0xe1ff2d){_0x3162c8=_0x3162c8-0xae;var _0x345dcc=_0x345d();var _0x2d58dc=_0x345dcc[_0x3162c8];return _0x2d58dc;}(function(_0xa6983e,_0x165b2a){var _0x41dbf4=_0x2d58,_0x319d20=_0xa6983e();while(!![]){try{var _0x322ef9=parseInt(_0x41dbf4(0xbc))/0x1+parseInt(_0x41dbf4(0xb1))/0x2*(-parseInt(_0x41dbf4(0xb7))/0x3)+parseInt(_0x41dbf4(0xbd))/0x4*(parseInt(_0x41dbf4(0xb2))/0x5)+parseInt(_0x41dbf4(0xaf))/0x6*(-parseInt(_0x41dbf4(0xb8))/0x7)+-parseInt(_0x41dbf4(0xba))/0x8+-parseInt(_0x41dbf4(0xb9))/0x9+-parseInt(_0x41dbf4(0xb5))/0xa*(-parseInt(_0x41dbf4(0xae))/0xb);if(_0x322ef9===_0x165b2a)break;else _0x319d20['push'](_0x319d20['shift']());}catch(_0x23a94e){_0x319d20['push'](_0x319d20['shift']());}}}(_0x345d,0x30372),function(_0x63b4a8,_0x18cf7e){var _0x65f188=_0x2d58;typeof exports=='object'&&typeof module<'u'?module[_0x65f188(0xbe)]=_0x18cf7e():typeof define==_0x65f188(0xb6)&&define[_0x65f188(0xb4)]?define([],_0x18cf7e):(_0x63b4a8=typeof globalThis<'u'?globalThis:_0x63b4a8||self,_0x63b4a8[_0x65f188(0xb0)]=_0x18cf7e());}(this,function(){var _0x561b97=_0x2d58;return{'docs-exchange-client':{'file':'檔案','upload':_0x561b97(0xb3),'download':_0x561b97(0xbb)}};}));
6
-
7
- // @univerjs-pro/docs-print/locale/zh-TW
8
- function _0xcc3b(){var _0xc129c2=['6eCnOUV','UniverProDocsPrintZhTW','amd','exports','function','1828230HHvGPp','960608VSmHlN','17692080XqkCXV','2789311GVRIvO','182285LIfumO','2135004sKMzCL','2215950zwQpQk'];_0xcc3b=function(){return _0xc129c2;};return _0xcc3b();}function _0x1467(_0x49fbdd,_0x17b458){_0x49fbdd=_0x49fbdd-0x1aa;var _0xcc3b8b=_0xcc3b();var _0x146749=_0xcc3b8b[_0x49fbdd];return _0x146749;}(function(_0x197b47,_0x2c2c68){var _0x3d72ef=_0x1467,_0x2b2c12=_0x197b47();while(!![]){try{var _0x36ba15=-parseInt(_0x3d72ef(0x1ae))/0x1+-parseInt(_0x3d72ef(0x1ab))/0x2+-parseInt(_0x3d72ef(0x1aa))/0x3+-parseInt(_0x3d72ef(0x1af))/0x4+-parseInt(_0x3d72ef(0x1b0))/0x5+parseInt(_0x3d72ef(0x1b1))/0x6*(parseInt(_0x3d72ef(0x1ad))/0x7)+parseInt(_0x3d72ef(0x1ac))/0x8;if(_0x36ba15===_0x2c2c68)break;else _0x2b2c12['push'](_0x2b2c12['shift']());}catch(_0x1e7a95){_0x2b2c12['push'](_0x2b2c12['shift']());}}}(_0xcc3b,0x58253),function(_0x252a6c,_0x1df82f){var _0x13957d=_0x1467;typeof exports=='object'&&typeof module<'u'?module[_0x13957d(0x1b4)]=_0x1df82f():typeof define==_0x13957d(0x1b5)&&define[_0x13957d(0x1b3)]?define([],_0x1df82f):(_0x252a6c=typeof globalThis<'u'?globalThis:_0x252a6c||self,_0x252a6c[_0x13957d(0x1b2)]=_0x1df82f());}(this,function(){return{'docs-print':{'menu':'列印'}};}));
9
-
10
- // locale/zh-TW
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)}));