@univerjs/preset-docs-advanced 0.24.0 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/lib/cjs/locales/ar-SA.js +1 -0
  2. package/lib/cjs/locales/ca-ES.js +1 -1
  3. package/lib/cjs/locales/de-DE.js +1 -0
  4. package/lib/cjs/locales/en-US.js +1 -1
  5. package/lib/cjs/locales/es-ES.js +1 -1
  6. package/lib/cjs/locales/fa-IR.js +1 -1
  7. package/lib/cjs/locales/fr-FR.js +1 -1
  8. package/lib/cjs/locales/id-ID.js +1 -0
  9. package/lib/cjs/locales/it-IT.js +1 -0
  10. package/lib/cjs/locales/ja-JP.js +1 -1
  11. package/lib/cjs/locales/ko-KR.js +1 -1
  12. package/lib/cjs/locales/pl-PL.js +1 -0
  13. package/lib/cjs/locales/pt-BR.js +1 -0
  14. package/lib/cjs/locales/ru-RU.js +1 -1
  15. package/lib/cjs/locales/sk-SK.js +1 -1
  16. package/lib/cjs/locales/vi-VN.js +1 -1
  17. package/lib/cjs/locales/zh-CN.js +1 -1
  18. package/lib/cjs/locales/zh-HK.js +1 -0
  19. package/lib/cjs/locales/zh-TW.js +1 -1
  20. package/lib/es/locales/ar-SA.js +12 -0
  21. package/lib/es/locales/ca-ES.js +9 -7
  22. package/lib/es/locales/de-DE.js +12 -0
  23. package/lib/es/locales/en-US.js +7 -5
  24. package/lib/es/locales/es-ES.js +7 -5
  25. package/lib/es/locales/fa-IR.js +9 -7
  26. package/lib/es/locales/fr-FR.js +7 -5
  27. package/lib/es/locales/id-ID.js +12 -0
  28. package/lib/es/locales/it-IT.js +12 -0
  29. package/lib/es/locales/ja-JP.js +9 -7
  30. package/lib/es/locales/ko-KR.js +7 -5
  31. package/lib/es/locales/pl-PL.js +12 -0
  32. package/lib/es/locales/pt-BR.js +12 -0
  33. package/lib/es/locales/ru-RU.js +7 -5
  34. package/lib/es/locales/sk-SK.js +9 -7
  35. package/lib/es/locales/vi-VN.js +9 -7
  36. package/lib/es/locales/zh-CN.js +9 -7
  37. package/lib/es/locales/zh-HK.js +12 -0
  38. package/lib/es/locales/zh-TW.js +9 -7
  39. package/lib/locales/ar-SA.js +12 -0
  40. package/lib/locales/ca-ES.js +9 -7
  41. package/lib/locales/de-DE.js +12 -0
  42. package/lib/locales/en-US.js +7 -5
  43. package/lib/locales/es-ES.js +7 -5
  44. package/lib/locales/fa-IR.js +9 -7
  45. package/lib/locales/fr-FR.js +7 -5
  46. package/lib/locales/id-ID.js +12 -0
  47. package/lib/locales/it-IT.js +12 -0
  48. package/lib/locales/ja-JP.js +9 -7
  49. package/lib/locales/ko-KR.js +7 -5
  50. package/lib/locales/pl-PL.js +12 -0
  51. package/lib/locales/pt-BR.js +12 -0
  52. package/lib/locales/ru-RU.js +7 -5
  53. package/lib/locales/sk-SK.js +9 -7
  54. package/lib/locales/vi-VN.js +9 -7
  55. package/lib/locales/zh-CN.js +9 -7
  56. package/lib/locales/zh-HK.js +12 -0
  57. package/lib/locales/zh-TW.js +9 -7
  58. package/lib/types/locales/ar-SA.d.ts +4 -0
  59. package/lib/types/locales/de-DE.d.ts +4 -0
  60. package/lib/types/locales/id-ID.d.ts +4 -0
  61. package/lib/types/locales/it-IT.d.ts +4 -0
  62. package/lib/types/locales/pl-PL.d.ts +4 -0
  63. package/lib/types/locales/pt-BR.d.ts +4 -0
  64. package/lib/types/locales/zh-HK.d.ts +4 -0
  65. package/lib/umd/index.js +7 -7
  66. package/lib/umd/locales/ar-SA.js +11 -0
  67. package/lib/umd/locales/ca-ES.js +6 -3
  68. package/lib/umd/locales/de-DE.js +11 -0
  69. package/lib/umd/locales/en-US.js +6 -3
  70. package/lib/umd/locales/es-ES.js +6 -3
  71. package/lib/umd/locales/fa-IR.js +6 -3
  72. package/lib/umd/locales/fr-FR.js +6 -3
  73. package/lib/umd/locales/id-ID.js +11 -0
  74. package/lib/umd/locales/it-IT.js +11 -0
  75. package/lib/umd/locales/ja-JP.js +6 -3
  76. package/lib/umd/locales/ko-KR.js +6 -3
  77. package/lib/umd/locales/pl-PL.js +11 -0
  78. package/lib/umd/locales/pt-BR.js +11 -0
  79. package/lib/umd/locales/ru-RU.js +6 -3
  80. package/lib/umd/locales/sk-SK.js +6 -3
  81. package/lib/umd/locales/vi-VN.js +6 -3
  82. package/lib/umd/locales/zh-CN.js +6 -3
  83. package/lib/umd/locales/zh-HK.js +11 -0
  84. package/lib/umd/locales/zh-TW.js +6 -3
  85. package/package.json +9 -9
@@ -0,0 +1,11 @@
1
+ // @univerjs-pro/exchange-client/locale/ar-SA
2
+ function _0xe539(_0x5ecd25,_0x321de0){_0x5ecd25=_0x5ecd25-0x149;var _0x3df076=_0x3df0();var _0xe53965=_0x3df076[_0x5ecd25];return _0xe53965;}function _0x3df0(){var _0x44dcc0=['716048vvFWUx','نوع\x20الملف\x20المحدد\x20[{0}]\x20غير\x20مدعوم\x20للرفع','1279440wKzBIg','object','amd','تم\x20التحميل\x20بنجاح','20KZABZZ','function','exports','2772266IFRHgV','جارٍ\x20الرفع','1042UPKgkt','جارٍ\x20التحميل','يرجى\x20الانتظار...','البيانات\x20كبيرة\x20جداً','تم\x20رفع\x20الملف\x20بنجاح','132DOgDUl','إلغاء','خطأ\x20في\x20الشبكة','908286pHcYXV','إعادة\x20الرفع','خطأ\x20غير\x20معروف','81620TSkdAG','631899UbQPJX','101cSlFDy'];_0x3df0=function(){return _0x44dcc0;};return _0x3df0();}(function(_0x3c220f,_0x5b9625){var _0x2056be=_0xe539,_0x3adca3=_0x3c220f();while(!![]){try{var _0x165e72=-parseInt(_0x2056be(0x15e))/0x1*(-parseInt(_0x2056be(0x151))/0x2)+parseInt(_0x2056be(0x159))/0x3+-parseInt(_0x2056be(0x15f))/0x4+parseInt(_0x2056be(0x15c))/0x5*(-parseInt(_0x2056be(0x156))/0x6)+parseInt(_0x2056be(0x14f))/0x7+parseInt(_0x2056be(0x161))/0x8+parseInt(_0x2056be(0x15d))/0x9*(-parseInt(_0x2056be(0x14c))/0xa);if(_0x165e72===_0x5b9625)break;else _0x3adca3['push'](_0x3adca3['shift']());}catch(_0x15fea8){_0x3adca3['push'](_0x3adca3['shift']());}}}(_0x3df0,0x38d55),function(_0x2af85d,_0xc7db5f){var _0x165724=_0xe539;typeof exports==_0x165724(0x149)&&typeof module<'u'?module[_0x165724(0x14e)]=_0xc7db5f():typeof define==_0x165724(0x14d)&&define[_0x165724(0x14a)]?define([],_0xc7db5f):(_0x2af85d=typeof globalThis<'u'?globalThis:_0x2af85d||self,_0x2af85d['UniverProExchangeClientArSA']=_0xc7db5f());}(this,function(){var _0x1b7166=_0xe539;return{'exchange-client':{'uploading':_0x1b7166(0x150),'uploadSuccess':_0x1b7166(0x155),'uploadSuccessTip':'تم\x20رفع\x20{0}\x20ملف/ملفات\x20بنجاح','downloading':_0x1b7166(0x152),'downloadSuccess':_0x1b7166(0x14b),'unknownMistake':_0x1b7166(0x15b),'networkError':_0x1b7166(0x158),'tooLarge':_0x1b7166(0x154),'internalError':'خطأ\x20داخلي\x20غير\x20معروف','interrupt':'تمت\x20مقاطعة\x20الاتصال\x20بالشبكة\x20وفشل\x20رفع\x20الملف','fileTypeError':_0x1b7166(0x160),'wait':_0x1b7166(0x153),'cancel':_0x1b7166(0x157),'uploadAgain':_0x1b7166(0x15a)}};}));
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/ar-SA
5
+ function _0x179b(){var _0x241507=['فتح\x20(ملف)','1025067DTIKWz','ملف','4ALlEeW','2926987DdaHVs','exports','amd','9005139COlnRM','3036IwIxAN','object','1392570uhkLFS','20SdHNqn','1903648qvVPif','2755ZcSlOd','UniverProDocsExchangeClientArSA','5NnsjpN','126548sFNbNq','حفظ\x20باسم'];_0x179b=function(){return _0x241507;};return _0x179b();}function _0x54ad(_0x26961e,_0x8b111f){_0x26961e=_0x26961e-0x16f;var _0x179bfa=_0x179b();var _0x54adfa=_0x179bfa[_0x26961e];return _0x54adfa;}(function(_0x2ec366,_0x28e785){var _0x221247=_0x54ad,_0x38f8af=_0x2ec366();while(!![]){try{var _0x3d45b7=parseInt(_0x221247(0x180))/0x1*(parseInt(_0x221247(0x16f))/0x2)+parseInt(_0x221247(0x172))/0x3*(parseInt(_0x221247(0x174))/0x4)+-parseInt(_0x221247(0x17e))/0x5*(parseInt(_0x221247(0x179))/0x6)+-parseInt(_0x221247(0x175))/0x7+-parseInt(_0x221247(0x17d))/0x8+parseInt(_0x221247(0x17b))/0x9*(-parseInt(_0x221247(0x17c))/0xa)+parseInt(_0x221247(0x178))/0xb;if(_0x3d45b7===_0x28e785)break;else _0x38f8af['push'](_0x38f8af['shift']());}catch(_0x4fa529){_0x38f8af['push'](_0x38f8af['shift']());}}}(_0x179b,0x38b99),function(_0x31fef3,_0x251b2e){var _0x1311c6=_0x54ad;typeof exports==_0x1311c6(0x17a)&&typeof module<'u'?module[_0x1311c6(0x176)]=_0x251b2e():typeof define=='function'&&define[_0x1311c6(0x177)]?define([],_0x251b2e):(_0x31fef3=typeof globalThis<'u'?globalThis:_0x31fef3||self,_0x31fef3[_0x1311c6(0x17f)]=_0x251b2e());}(this,function(){var _0x362b7f=_0x54ad;return{'docs-exchange-client':{'file':_0x362b7f(0x173),'upload':_0x362b7f(0x171),'download':_0x362b7f(0x170)}};}));
6
+
7
+ // @univerjs-pro/docs-print/locale/ar-SA
8
+ function _0x1df8(){var _0x27cd8a=['function','5150369VvuCsI','UniverProDocsPrintArSA','2931052TZZnIU','2264IuCcsM','exports','733623hqLsja','amd','24291RRnHLZ','11FHXYvO','31685MgsvOU','660LbQMyq','طباعة','4pTmnVw','533470KZLTue','633756vcEMiY'];_0x1df8=function(){return _0x27cd8a;};return _0x1df8();}function _0x260f(_0x13e420,_0x3b8607){_0x13e420=_0x13e420-0x11c;var _0x1df871=_0x1df8();var _0x260f62=_0x1df871[_0x13e420];return _0x260f62;}(function(_0x10be49,_0x5e2fa0){var _0xfd6eea=_0x260f,_0x3c3244=_0x10be49();while(!![]){try{var _0x570ed1=-parseInt(_0xfd6eea(0x11d))/0x1+parseInt(_0xfd6eea(0x124))/0x2*(-parseInt(_0xfd6eea(0x126))/0x3)+parseInt(_0xfd6eea(0x12a))/0x4+-parseInt(_0xfd6eea(0x121))/0x5*(parseInt(_0xfd6eea(0x122))/0x6)+parseInt(_0xfd6eea(0x128))/0x7+parseInt(_0xfd6eea(0x12b))/0x8*(parseInt(_0xfd6eea(0x11f))/0x9)+parseInt(_0xfd6eea(0x125))/0xa*(parseInt(_0xfd6eea(0x120))/0xb);if(_0x570ed1===_0x5e2fa0)break;else _0x3c3244['push'](_0x3c3244['shift']());}catch(_0x3e12a9){_0x3c3244['push'](_0x3c3244['shift']());}}}(_0x1df8,0x69971),function(_0x2895c6,_0x4b36a3){var _0x5940f2=_0x260f;typeof exports=='object'&&typeof module<'u'?module[_0x5940f2(0x11c)]=_0x4b36a3():typeof define==_0x5940f2(0x127)&&define[_0x5940f2(0x11e)]?define([],_0x4b36a3):(_0x2895c6=typeof globalThis<'u'?globalThis:_0x2895c6||self,_0x2895c6[_0x5940f2(0x129)]=_0x4b36a3());}(this,function(){var _0x3d6567=_0x260f;return{'docs-print':{'menu':_0x3d6567(0x123)}};}));
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,8 +1,11 @@
1
1
  // @univerjs-pro/exchange-client/locale/ca-ES
2
- (function(_0x40479b,_0x1c8c1a){var _0x27f26f=_0xeb36,_0x1f2934=_0x40479b();while(!![]){try{var _0x3855f0=-parseInt(_0x27f26f(0x1a0))/0x1*(-parseInt(_0x27f26f(0x191))/0x2)+-parseInt(_0x27f26f(0x19d))/0x3*(-parseInt(_0x27f26f(0x1a7))/0x4)+-parseInt(_0x27f26f(0x199))/0x5+parseInt(_0x27f26f(0x196))/0x6*(parseInt(_0x27f26f(0x19c))/0x7)+parseInt(_0x27f26f(0x1a3))/0x8+-parseInt(_0x27f26f(0x1a1))/0x9+-parseInt(_0x27f26f(0x1a5))/0xa;if(_0x3855f0===_0x1c8c1a)break;else _0x1f2934['push'](_0x1f2934['shift']());}catch(_0x147613){_0x1f2934['push'](_0x1f2934['shift']());}}}(_0x3191,0x32011),function(_0x545934,_0x26cd81){var _0x4e8d95=_0xeb36;typeof exports==_0x4e8d95(0x193)&&typeof module<'u'?module[_0x4e8d95(0x1a8)]=_0x26cd81():typeof define=='function'&&define['amd']?define([],_0x26cd81):(_0x545934=typeof globalThis<'u'?globalThis:_0x545934||self,_0x545934['UniverProExchangeClientCaES']=_0x26cd81());}(this,function(){var _0x35325c=_0xeb36;return{'exchange':{'file':_0x35325c(0x1a2),'upload':_0x35325c(0x19a),'download':_0x35325c(0x19b),'uploading':_0x35325c(0x19f),'uploadSuccess':_0x35325c(0x1a4),'uploadSuccessTip':_0x35325c(0x192),'downloading':'Downloading','downloadSuccess':'Download\x20success','unknownMistake':'Unknown\x20mistake','networkError':'Network\x20error','tooLarge':'Data\x20is\x20too\x20large','internalError':_0x35325c(0x198),'interrupt':_0x35325c(0x197),'fileTypeError':_0x35325c(0x195),'wait':_0x35325c(0x19e),'cancel':_0x35325c(0x1a6),'uploadAgain':_0x35325c(0x194)}};}));function _0xeb36(_0x19f566,_0x1d5eb6){_0x19f566=_0x19f566-0x191;var _0x319131=_0x3191();var _0xeb36a9=_0x319131[_0x19f566];return _0xeb36a9;}function _0x3191(){var _0x567518=['Internal\x20unknown\x20error','188150PfmzvB','Open(File)','Save\x20As','42pDfOCA','471090NThUhI','Please\x20wait...','Uploading','37xoOhkD','3304287yTrQsH','File','3001424WScgCD','File\x20uploaded\x20successfully','8129530AGIyDM','Cancel','8flvtrt','exports','19206IeCbxv','{0}\x20file(s)\x20uploaded\x20successfully','object','Upload\x20again','Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','377994OUFbIZ','The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed'];_0x3191=function(){return _0x567518;};return _0x3191();}
2
+ function _0x5b7f(_0x8a816d,_0x17d42f){_0x8a816d=_0x8a816d-0xa4;var _0x108e3b=_0x108e();var _0x5b7ff4=_0x108e3b[_0x8a816d];return _0x5b7ff4;}function _0x108e(){var _0x592f9d=['1429419SKhyML','2098626iOEOAA','10476020OhQaUA','La\x20connexió\x20de\x20xarxa\x20s\x27ha\x20interromput\x20i\x20la\x20pujada\x20del\x20fitxer\x20ha\x20fallat','21aMrYfd','Error\x20desconegut','9RiObGg','Descàrrega\x20correcta','UniverProExchangeClientCaES','{0}\x20fitxer(s)\x20pujat(s)\x20correctament','Pujant','Error\x20de\x20xarxa','1671256GxSJwT','24XsjMVe','15zQqLLN','exports','Fitxer\x20pujat\x20correctament','8539333HdVKLw','El\x20fitxer\x20seleccionat\x20[{0}]\x20no\x20és\x20compatible\x20per\x20pujar','1492368rYeIsH','object','Descarregant','Les\x20dades\x20són\x20massa\x20grans','amd','function','Cancel·lar','3714524EgcIYX','Error\x20intern\x20desconegut','Espereu...','6YNWCcQ'];_0x108e=function(){return _0x592f9d;};return _0x108e();}(function(_0x2dd148,_0x4d450e){var _0x13557f=_0x5b7f,_0x5d6f73=_0x2dd148();while(!![]){try{var _0x11fa90=parseInt(_0x13557f(0xa5))/0x1+parseInt(_0x13557f(0xaf))/0x2*(parseInt(_0x13557f(0xb0))/0x3)+parseInt(_0x13557f(0xac))/0x4+parseInt(_0x13557f(0xbe))/0x5*(-parseInt(_0x13557f(0xb1))/0x6)+-parseInt(_0x13557f(0xb4))/0x7*(-parseInt(_0x13557f(0xbc))/0x8)+parseInt(_0x13557f(0xb6))/0x9*(-parseInt(_0x13557f(0xb2))/0xa)+-parseInt(_0x13557f(0xc1))/0xb*(parseInt(_0x13557f(0xbd))/0xc);if(_0x11fa90===_0x4d450e)break;else _0x5d6f73['push'](_0x5d6f73['shift']());}catch(_0x2f7f80){_0x5d6f73['push'](_0x5d6f73['shift']());}}}(_0x108e,0xca0e2),function(_0x10b6c9,_0x194b62){var _0x5b744f=_0x5b7f;typeof exports==_0x5b744f(0xa6)&&typeof module<'u'?module[_0x5b744f(0xbf)]=_0x194b62():typeof define==_0x5b744f(0xaa)&&define[_0x5b744f(0xa9)]?define([],_0x194b62):(_0x10b6c9=typeof globalThis<'u'?globalThis:_0x10b6c9||self,_0x10b6c9[_0x5b744f(0xb8)]=_0x194b62());}(this,function(){var _0x907283=_0x5b7f;return{'exchange-client':{'uploading':_0x907283(0xba),'uploadSuccess':_0x907283(0xc0),'uploadSuccessTip':_0x907283(0xb9),'downloading':_0x907283(0xa7),'downloadSuccess':_0x907283(0xb7),'unknownMistake':_0x907283(0xb5),'networkError':_0x907283(0xbb),'tooLarge':_0x907283(0xa8),'internalError':_0x907283(0xad),'interrupt':_0x907283(0xb3),'fileTypeError':_0x907283(0xa4),'wait':_0x907283(0xae),'cancel':_0x907283(0xab),'uploadAgain':'Tornar\x20a\x20pujar'}};}));
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/ca-ES
5
+ (function(_0x3db66b,_0x39a49c){var _0x21a442=_0x408c,_0x2fb11e=_0x3db66b();while(!![]){try{var _0x439a09=-parseInt(_0x21a442(0x13e))/0x1+parseInt(_0x21a442(0x134))/0x2+-parseInt(_0x21a442(0x136))/0x3+parseInt(_0x21a442(0x133))/0x4+parseInt(_0x21a442(0x139))/0x5*(-parseInt(_0x21a442(0x13d))/0x6)+-parseInt(_0x21a442(0x132))/0x7*(-parseInt(_0x21a442(0x138))/0x8)+-parseInt(_0x21a442(0x13c))/0x9;if(_0x439a09===_0x39a49c)break;else _0x2fb11e['push'](_0x2fb11e['shift']());}catch(_0x4917be){_0x2fb11e['push'](_0x2fb11e['shift']());}}}(_0x5444,0xe675c),function(_0x45f628,_0x15d140){var _0x19ceab=_0x408c;typeof exports==_0x19ceab(0x131)&&typeof module<'u'?module['exports']=_0x15d140():typeof define=='function'&&define[_0x19ceab(0x13b)]?define([],_0x15d140):(_0x45f628=typeof globalThis<'u'?globalThis:_0x45f628||self,_0x45f628[_0x19ceab(0x135)]=_0x15d140());}(this,function(){var _0x226c71=_0x408c;return{'docs-exchange-client':{'file':_0x226c71(0x13f),'upload':_0x226c71(0x13a),'download':_0x226c71(0x137)}};}));function _0x408c(_0x1ed620,_0x1f219e){_0x1ed620=_0x1ed620-0x131;var _0x5444f0=_0x5444();var _0x408ccc=_0x5444f0[_0x1ed620];return _0x408ccc;}function _0x5444(){var _0x1fa65a=['588578CVDmgr','UniverProDocsExchangeClientCaES','738384MOTVwU','Anomena\x20i\x20desa','16ZjxPIK','3034545rtdCRE','Obrir(Fitxer)','amd','13302432KUpscw','6mklJRz','737768KAVimQ','Fitxer','object','6505289IOddcU','7439496XLaseR'];_0x5444=function(){return _0x1fa65a;};return _0x5444();}
3
6
 
4
7
  // @univerjs-pro/docs-print/locale/ca-ES
5
- (function(_0x50ce95,_0x4439ef){var _0x2b1b0d=_0x4999,_0x2a54d6=_0x50ce95();while(!![]){try{var _0x61adb1=parseInt(_0x2b1b0d(0x15c))/0x1+parseInt(_0x2b1b0d(0x162))/0x2*(-parseInt(_0x2b1b0d(0x15e))/0x3)+parseInt(_0x2b1b0d(0x15d))/0x4*(parseInt(_0x2b1b0d(0x154))/0x5)+-parseInt(_0x2b1b0d(0x157))/0x6*(-parseInt(_0x2b1b0d(0x153))/0x7)+-parseInt(_0x2b1b0d(0x155))/0x8*(parseInt(_0x2b1b0d(0x159))/0x9)+parseInt(_0x2b1b0d(0x160))/0xa+-parseInt(_0x2b1b0d(0x161))/0xb*(parseInt(_0x2b1b0d(0x15a))/0xc);if(_0x61adb1===_0x4439ef)break;else _0x2a54d6['push'](_0x2a54d6['shift']());}catch(_0x2e1c76){_0x2a54d6['push'](_0x2a54d6['shift']());}}}(_0x2151,0xc89f9),function(_0x257a6b,_0x3606a3){var _0x26e185=_0x4999;typeof exports=='object'&&typeof module<'u'?module[_0x26e185(0x15b)]=_0x3606a3():typeof define==_0x26e185(0x158)&&define[_0x26e185(0x15f)]?define([],_0x3606a3):(_0x257a6b=typeof globalThis<'u'?globalThis:_0x257a6b||self,_0x257a6b[_0x26e185(0x156)]=_0x3606a3());}(this,function(){var _0x493e5a=_0x4999;return{'print':{'menu':_0x493e5a(0x163)}};}));function _0x4999(_0x5b9d8e,_0x2bd14c){_0x5b9d8e=_0x5b9d8e-0x153;var _0x2151ce=_0x2151();var _0x49991c=_0x2151ce[_0x5b9d8e];return _0x49991c;}function _0x2151(){var _0x5578e3=['785604uUexOD','exports','528832bgNqyO','4jqJGmX','598569QJfByu','amd','5795100WSuuDu','44wAQxKJ','14IFieWN','Print','84GwaoCx','7749285ITarKO','8tjRvqx','UniverProDocsPrintCaES','381162PXvpcR','function','8462169kGQMFT'];_0x2151=function(){return _0x5578e3;};return _0x2151();}
8
+ function _0x1265(_0x13e41b,_0x252aa2){_0x13e41b=_0x13e41b-0x11f;var _0x1d3b92=_0x1d3b();var _0x1265e7=_0x1d3b92[_0x13e41b];return _0x1265e7;}(function(_0x5a0dab,_0x5044c4){var _0x319183=_0x1265,_0x17b04c=_0x5a0dab();while(!![]){try{var _0xfa288b=parseInt(_0x319183(0x12c))/0x1+-parseInt(_0x319183(0x124))/0x2+parseInt(_0x319183(0x120))/0x3+parseInt(_0x319183(0x12d))/0x4*(parseInt(_0x319183(0x122))/0x5)+parseInt(_0x319183(0x123))/0x6*(-parseInt(_0x319183(0x12a))/0x7)+-parseInt(_0x319183(0x121))/0x8+-parseInt(_0x319183(0x12b))/0x9*(-parseInt(_0x319183(0x125))/0xa);if(_0xfa288b===_0x5044c4)break;else _0x17b04c['push'](_0x17b04c['shift']());}catch(_0x135266){_0x17b04c['push'](_0x17b04c['shift']());}}}(_0x1d3b,0xcd7f9),function(_0x562c72,_0x567fcf){var _0xeb7e96=_0x1265;typeof exports==_0xeb7e96(0x126)&&typeof module<'u'?module[_0xeb7e96(0x128)]=_0x567fcf():typeof define=='function'&&define[_0xeb7e96(0x129)]?define([],_0x567fcf):(_0x562c72=typeof globalThis<'u'?globalThis:_0x562c72||self,_0x562c72[_0xeb7e96(0x127)]=_0x567fcf());}(this,function(){var _0x2729c0=_0x1265;return{'docs-print':{'menu':_0x2729c0(0x11f)}};}));function _0x1d3b(){var _0x18d61c=['98NzKeMS','81jSJeWs','1031530pzSGnE','12tlQazr','Imprimir','3197166IOyLBl','13015272jvAesn','2155030NxHfzC','680970yvRSUs','1469514ipOfAr','1557830aXonDg','object','UniverProDocsPrintCaES','exports','amd'];_0x1d3b=function(){return _0x18d61c;};return _0x1d3b();}
6
9
 
7
10
  // locale/ca-ES
8
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),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-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.UniverProDocsPrintCaES,e.UniverProExchangeClientCaES))})(this,(function(e,n,r){"use strict";return e.mergeLocales(n,r)}));
11
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/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)}));
@@ -0,0 +1,11 @@
1
+ // @univerjs-pro/exchange-client/locale/de-DE
2
+ function _0x2fa7(){var _0x7bf469=['1574664cXStys','Wird\x20heruntergeladen','Datei\x20erfolgreich\x20hochgeladen','Wird\x20hochgeladen','Netzwerkfehler','object','121HHZBet','amd','23618pCZqpb','Die\x20Netzwerkverbindung\x20wurde\x20unterbrochen\x20und\x20der\x20Datei-Upload\x20ist\x20fehlgeschlagen','Download\x20erfolgreich','10236210HGVenB','Abbrechen','935696SIHYqA','10132ncUNul','UniverProExchangeClientDeDE','10762USbwmK','Erneut\x20hochladen','5438213pixKmy','24kQJhYN','Die\x20ausgewählte\x20Datei\x20[{0}]\x20wird\x20für\x20den\x20Upload\x20nicht\x20unterstützt','Bitte\x20warten...','156lnfgzN','9fLAaMT','210eGoKhq','function','Interner\x20unbekannter\x20Fehler'];_0x2fa7=function(){return _0x7bf469;};return _0x2fa7();}function _0x1240(_0x5e1349,_0x531edd){_0x5e1349=_0x5e1349-0x1f1;var _0x2fa77c=_0x2fa7();var _0x124035=_0x2fa77c[_0x5e1349];return _0x124035;}(function(_0x163c5e,_0x493057){var _0x5c0ec6=_0x1240,_0x241004=_0x163c5e();while(!![]){try{var _0xa6de69=parseInt(_0x5c0ec6(0x207))/0x1*(-parseInt(_0x5c0ec6(0x1f6))/0x2)+-parseInt(_0x5c0ec6(0x201))/0x3+-parseInt(_0x5c0ec6(0x1f4))/0x4*(parseInt(_0x5c0ec6(0x1fe))/0x5)+parseInt(_0x5c0ec6(0x1fc))/0x6*(-parseInt(_0x5c0ec6(0x209))/0x7)+parseInt(_0x5c0ec6(0x1f3))/0x8*(-parseInt(_0x5c0ec6(0x1fd))/0x9)+parseInt(_0x5c0ec6(0x1f1))/0xa+-parseInt(_0x5c0ec6(0x1f8))/0xb*(-parseInt(_0x5c0ec6(0x1f9))/0xc);if(_0xa6de69===_0x493057)break;else _0x241004['push'](_0x241004['shift']());}catch(_0x971eaf){_0x241004['push'](_0x241004['shift']());}}}(_0x2fa7,0x8040e),function(_0x354c53,_0x4f5768){var _0x4ded5=_0x1240;typeof exports==_0x4ded5(0x206)&&typeof module<'u'?module['exports']=_0x4f5768():typeof define==_0x4ded5(0x1ff)&&define[_0x4ded5(0x208)]?define([],_0x4f5768):(_0x354c53=typeof globalThis<'u'?globalThis:_0x354c53||self,_0x354c53[_0x4ded5(0x1f5)]=_0x4f5768());}(this,function(){var _0x5ec24f=_0x1240;return{'exchange-client':{'uploading':_0x5ec24f(0x204),'uploadSuccess':_0x5ec24f(0x203),'uploadSuccessTip':'{0}\x20Datei(en)\x20erfolgreich\x20hochgeladen','downloading':_0x5ec24f(0x202),'downloadSuccess':_0x5ec24f(0x20b),'unknownMistake':'Unbekannter\x20Fehler','networkError':_0x5ec24f(0x205),'tooLarge':'Daten\x20sind\x20zu\x20groß','internalError':_0x5ec24f(0x200),'interrupt':_0x5ec24f(0x20a),'fileTypeError':_0x5ec24f(0x1fa),'wait':_0x5ec24f(0x1fb),'cancel':_0x5ec24f(0x1f2),'uploadAgain':_0x5ec24f(0x1f7)}};}));
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/de-DE
5
+ function _0x7d92(){var _0xca19fd=['1790286wyhamb','function','object','Speichern\x20unter','22175mNoMrw','amd','177852bpDHtA','2zpwLbt','2925063MqAzSj','40rOOZrD','2683260YvYtWB','Öffnen\x20(Datei)','exports','7825632WwazhC','122857SfyaAn','Datei','340yMWKEr'];_0x7d92=function(){return _0xca19fd;};return _0x7d92();}function _0x5270(_0x209d8c,_0xbac832){_0x209d8c=_0x209d8c-0x7c;var _0x7d928a=_0x7d92();var _0x527030=_0x7d928a[_0x209d8c];return _0x527030;}(function(_0x30bf5f,_0x4cbdbb){var _0x5770ac=_0x5270,_0x317049=_0x30bf5f();while(!![]){try{var _0x4a4d10=parseInt(_0x5770ac(0x85))/0x1+parseInt(_0x5770ac(0x86))/0x2*(parseInt(_0x5770ac(0x7f))/0x3)+parseInt(_0x5770ac(0x7e))/0x4*(-parseInt(_0x5770ac(0x83))/0x5)+parseInt(_0x5770ac(0x89))/0x6+parseInt(_0x5770ac(0x7c))/0x7+parseInt(_0x5770ac(0x8c))/0x8+-parseInt(_0x5770ac(0x87))/0x9*(parseInt(_0x5770ac(0x88))/0xa);if(_0x4a4d10===_0x4cbdbb)break;else _0x317049['push'](_0x317049['shift']());}catch(_0x2de267){_0x317049['push'](_0x317049['shift']());}}}(_0x7d92,0x83fa0),function(_0x3422ee,_0x34a45f){var _0x4f59a5=_0x5270;typeof exports==_0x4f59a5(0x81)&&typeof module<'u'?module[_0x4f59a5(0x8b)]=_0x34a45f():typeof define==_0x4f59a5(0x80)&&define[_0x4f59a5(0x84)]?define([],_0x34a45f):(_0x3422ee=typeof globalThis<'u'?globalThis:_0x3422ee||self,_0x3422ee['UniverProDocsExchangeClientDeDE']=_0x34a45f());}(this,function(){var _0x44a5c1=_0x5270;return{'docs-exchange-client':{'file':_0x44a5c1(0x7d),'upload':_0x44a5c1(0x8a),'download':_0x44a5c1(0x82)}};}));
6
+
7
+ // @univerjs-pro/docs-print/locale/de-DE
8
+ function _0x4484(_0x1b5ed3,_0x108b0a){_0x1b5ed3=_0x1b5ed3-0xc8;var _0x193640=_0x1936();var _0x4484e2=_0x193640[_0x1b5ed3];return _0x4484e2;}function _0x1936(){var _0x35899f=['4AdeEyX','134577FzNRNr','Drucken','function','20aGeaRc','1931433vpaWMu','133137ArHKIP','2014146ghVgVj','amd','1895665gsXjuo','115422jKrXMb','40LnpfEH','exports','5IchalS','4622959bgRsfc'];_0x1936=function(){return _0x35899f;};return _0x1936();}(function(_0x329349,_0x4a8a02){var _0x1f9ebb=_0x4484,_0x145faa=_0x329349();while(!![]){try{var _0x51f026=parseInt(_0x1f9ebb(0xd6))/0x1*(-parseInt(_0x1f9ebb(0xd3))/0x2)+-parseInt(_0x1f9ebb(0xca))/0x3+parseInt(_0x1f9ebb(0xc9))/0x4*(parseInt(_0x1f9ebb(0xd2))/0x5)+-parseInt(_0x1f9ebb(0xd0))/0x6+-parseInt(_0x1f9ebb(0xce))/0x7+parseInt(_0x1f9ebb(0xd4))/0x8*(-parseInt(_0x1f9ebb(0xcf))/0x9)+parseInt(_0x1f9ebb(0xcd))/0xa*(parseInt(_0x1f9ebb(0xc8))/0xb);if(_0x51f026===_0x4a8a02)break;else _0x145faa['push'](_0x145faa['shift']());}catch(_0x18d718){_0x145faa['push'](_0x145faa['shift']());}}}(_0x1936,0x30fea),function(_0xc1a062,_0x414c2d){var _0x3ea216=_0x4484;typeof exports=='object'&&typeof module<'u'?module[_0x3ea216(0xd5)]=_0x414c2d():typeof define==_0x3ea216(0xcc)&&define[_0x3ea216(0xd1)]?define([],_0x414c2d):(_0xc1a062=typeof globalThis<'u'?globalThis:_0xc1a062||self,_0xc1a062['UniverProDocsPrintDeDE']=_0x414c2d());}(this,function(){var _0x5d1925=_0x4484;return{'docs-print':{'menu':_0x5d1925(0xcb)}};}));
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,8 +1,11 @@
1
1
  // @univerjs-pro/exchange-client/locale/en-US
2
- (function(_0x267241,_0x2edeb8){var _0x13a34a=_0x2fc6,_0x22c6b8=_0x267241();while(!![]){try{var _0x3f32ee=-parseInt(_0x13a34a(0x1dc))/0x1*(-parseInt(_0x13a34a(0x1e0))/0x2)+parseInt(_0x13a34a(0x1d5))/0x3*(parseInt(_0x13a34a(0x1cc))/0x4)+-parseInt(_0x13a34a(0x1c5))/0x5*(-parseInt(_0x13a34a(0x1dd))/0x6)+parseInt(_0x13a34a(0x1cf))/0x7+-parseInt(_0x13a34a(0x1de))/0x8*(-parseInt(_0x13a34a(0x1ca))/0x9)+parseInt(_0x13a34a(0x1d7))/0xa*(-parseInt(_0x13a34a(0x1cd))/0xb)+-parseInt(_0x13a34a(0x1d4))/0xc*(parseInt(_0x13a34a(0x1c9))/0xd);if(_0x3f32ee===_0x2edeb8)break;else _0x22c6b8['push'](_0x22c6b8['shift']());}catch(_0x15601a){_0x22c6b8['push'](_0x22c6b8['shift']());}}}(_0x49f3,0x9d703),function(_0x2a9195,_0x7ec339){var _0x5983e1=_0x2fc6;typeof exports==_0x5983e1(0x1d8)&&typeof module<'u'?module[_0x5983e1(0x1ce)]=_0x7ec339():typeof define==_0x5983e1(0x1c4)&&define['amd']?define([],_0x7ec339):(_0x2a9195=typeof globalThis<'u'?globalThis:_0x2a9195||self,_0x2a9195[_0x5983e1(0x1df)]=_0x7ec339());}(this,function(){var _0x2904f9=_0x2fc6;return{'exchange':{'file':'File','upload':_0x2904f9(0x1d2),'download':_0x2904f9(0x1e1),'uploading':_0x2904f9(0x1d1),'uploadSuccess':_0x2904f9(0x1d0),'uploadSuccessTip':'{0}\x20file(s)\x20uploaded\x20successfully','downloading':_0x2904f9(0x1d3),'downloadSuccess':_0x2904f9(0x1c6),'unknownMistake':_0x2904f9(0x1d9),'networkError':_0x2904f9(0x1da),'tooLarge':_0x2904f9(0x1d6),'internalError':_0x2904f9(0x1c8),'interrupt':_0x2904f9(0x1c7),'fileTypeError':'Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','wait':_0x2904f9(0x1cb),'cancel':_0x2904f9(0x1db),'uploadAgain':_0x2904f9(0x1e2)}};}));function _0x2fc6(_0x1519bd,_0x55eb6e){_0x1519bd=_0x1519bd-0x1c4;var _0x49f3fb=_0x49f3();var _0x2fc6db=_0x49f3fb[_0x1519bd];return _0x2fc6db;}function _0x49f3(){var _0x560468=['12zNaTjW','427600MyYYKO','UniverProExchangeClientEnUS','162DpVqBG','Save\x20As','Upload\x20again','function','548785tmujGx','Download\x20success','The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','Internal\x20unknown\x20error','13TTjRnX','90IlrpVG','Please\x20wait...','212UMPgzK','253cGswwh','exports','5753685XVSCKP','File\x20uploaded\x20successfully','Uploading','Open(File)','Downloading','18619908NFNOWc','29661XCSSXR','Data\x20is\x20too\x20large','178590PGmksi','object','Unknown\x20mistake','Network\x20error','Cancel','6263GEMrxK'];_0x49f3=function(){return _0x560468;};return _0x49f3();}
2
+ function _0x7512(){var _0x2f1f55=['25103466mRTcwj','Download\x20success','Unknown\x20mistake','amd','17194VUoRrW','File\x20uploaded\x20successfully','Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','3626850IcNAsc','Internal\x20unknown\x20error','Upload\x20again','function','Downloading','4848844OJXSnU','Network\x20error','object','92kYevnn','546182hiBgNT','Data\x20is\x20too\x20large','Cancel','Please\x20wait...','exports','Uploading','225685QsqgCX','UniverProExchangeClientEnUS','{0}\x20file(s)\x20uploaded\x20successfully','The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','4962224dawzJZ','354HrnzGV'];_0x7512=function(){return _0x2f1f55;};return _0x7512();}function _0x3676(_0x511a27,_0x35cebe){_0x511a27=_0x511a27-0xbc;var _0x751281=_0x7512();var _0x3676a7=_0x751281[_0x511a27];return _0x3676a7;}(function(_0x498195,_0xd6cea1){var _0x258ee6=_0x3676,_0x4e6e40=_0x498195();while(!![]){try{var _0x4214a1=parseInt(_0x258ee6(0xc3))/0x1+parseInt(_0x258ee6(0xd3))/0x2*(-parseInt(_0x258ee6(0xce))/0x3)+-parseInt(_0x258ee6(0xc2))/0x4*(parseInt(_0x258ee6(0xc9))/0x5)+-parseInt(_0x258ee6(0xd6))/0x6+-parseInt(_0x258ee6(0xbf))/0x7+parseInt(_0x258ee6(0xcd))/0x8+parseInt(_0x258ee6(0xcf))/0x9;if(_0x4214a1===_0xd6cea1)break;else _0x4e6e40['push'](_0x4e6e40['shift']());}catch(_0x2a1d1a){_0x4e6e40['push'](_0x4e6e40['shift']());}}}(_0x7512,0x93f12),function(_0x1aaf4e,_0x8978c6){var _0xcbac9e=_0x3676;typeof exports==_0xcbac9e(0xc1)&&typeof module<'u'?module[_0xcbac9e(0xc7)]=_0x8978c6():typeof define==_0xcbac9e(0xbd)&&define[_0xcbac9e(0xd2)]?define([],_0x8978c6):(_0x1aaf4e=typeof globalThis<'u'?globalThis:_0x1aaf4e||self,_0x1aaf4e[_0xcbac9e(0xca)]=_0x8978c6());}(this,function(){var _0xfa9800=_0x3676;return{'exchange-client':{'uploading':_0xfa9800(0xc8),'uploadSuccess':_0xfa9800(0xd4),'uploadSuccessTip':_0xfa9800(0xcb),'downloading':_0xfa9800(0xbe),'downloadSuccess':_0xfa9800(0xd0),'unknownMistake':_0xfa9800(0xd1),'networkError':_0xfa9800(0xc0),'tooLarge':_0xfa9800(0xc4),'internalError':_0xfa9800(0xd7),'interrupt':_0xfa9800(0xcc),'fileTypeError':_0xfa9800(0xd5),'wait':_0xfa9800(0xc6),'cancel':_0xfa9800(0xc5),'uploadAgain':_0xfa9800(0xbc)}};}));
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/en-US
5
+ (function(_0x19ea71,_0x4770fb){var _0x32138c=_0x5981,_0x5c3252=_0x19ea71();while(!![]){try{var _0x592c5c=parseInt(_0x32138c(0x90))/0x1+-parseInt(_0x32138c(0x91))/0x2*(parseInt(_0x32138c(0x96))/0x3)+-parseInt(_0x32138c(0x92))/0x4*(parseInt(_0x32138c(0x9a))/0x5)+-parseInt(_0x32138c(0x8b))/0x6*(parseInt(_0x32138c(0x94))/0x7)+-parseInt(_0x32138c(0x8a))/0x8*(-parseInt(_0x32138c(0x8c))/0x9)+parseInt(_0x32138c(0x8e))/0xa*(parseInt(_0x32138c(0x99))/0xb)+-parseInt(_0x32138c(0x8f))/0xc*(-parseInt(_0x32138c(0x95))/0xd);if(_0x592c5c===_0x4770fb)break;else _0x5c3252['push'](_0x5c3252['shift']());}catch(_0x443f0b){_0x5c3252['push'](_0x5c3252['shift']());}}}(_0x5bc4,0x8847a),function(_0x5989c0,_0x46030f){var _0xd7172d=_0x5981;typeof exports==_0xd7172d(0x97)&&typeof module<'u'?module['exports']=_0x46030f():typeof define==_0xd7172d(0x98)&&define[_0xd7172d(0x89)]?define([],_0x46030f):(_0x5989c0=typeof globalThis<'u'?globalThis:_0x5989c0||self,_0x5989c0[_0xd7172d(0x8d)]=_0x46030f());}(this,function(){var _0x3fc1de=_0x5981;return{'docs-exchange-client':{'file':_0x3fc1de(0x93),'upload':'Open(File)','download':_0x3fc1de(0x9b)}};}));function _0x5981(_0x8331b8,_0xef64e4){_0x8331b8=_0x8331b8-0x89;var _0x5bc4bb=_0x5bc4();var _0x598151=_0x5bc4bb[_0x8331b8];return _0x598151;}function _0x5bc4(){var _0x551bd9=['117cxDivX','3JIYaxS','object','function','4127057QlaVnW','15BcHyYG','Save\x20As','amd','514336ugCzBq','361362lxTlcC','81LhgDRj','UniverProDocsExchangeClientEnUS','10qQsMFD','845868DwIoEz','209796wQPSjv','1084172pyCmFK','849996sJmCSN','File','7DMkbts'];_0x5bc4=function(){return _0x551bd9;};return _0x5bc4();}
3
6
 
4
7
  // @univerjs-pro/docs-print/locale/en-US
5
- function _0x1aff(_0x4d8913,_0xd48b00){_0x4d8913=_0x4d8913-0x16f;var _0x5babab=_0x5bab();var _0x1aff3c=_0x5babab[_0x4d8913];return _0x1aff3c;}(function(_0x53c28a,_0xaaa3db){var _0x43ff64=_0x1aff,_0x2eb308=_0x53c28a();while(!![]){try{var _0x533cb8=parseInt(_0x43ff64(0x173))/0x1+parseInt(_0x43ff64(0x179))/0x2+parseInt(_0x43ff64(0x177))/0x3+parseInt(_0x43ff64(0x172))/0x4*(-parseInt(_0x43ff64(0x171))/0x5)+-parseInt(_0x43ff64(0x178))/0x6+-parseInt(_0x43ff64(0x174))/0x7+parseInt(_0x43ff64(0x176))/0x8;if(_0x533cb8===_0xaaa3db)break;else _0x2eb308['push'](_0x2eb308['shift']());}catch(_0x2ecac2){_0x2eb308['push'](_0x2eb308['shift']());}}}(_0x5bab,0xb7c1e),function(_0x5b9197,_0x19bc1c){var _0x26e1a0=_0x1aff;typeof exports==_0x26e1a0(0x170)&&typeof module<'u'?module[_0x26e1a0(0x175)]=_0x19bc1c():typeof define==_0x26e1a0(0x16f)&&define['amd']?define([],_0x19bc1c):(_0x5b9197=typeof globalThis<'u'?globalThis:_0x5b9197||self,_0x5b9197['UniverProDocsPrintEnUS']=_0x19bc1c());}(this,function(){return{'print':{'menu':'Print'}};}));function _0x5bab(){var _0x4c81b3=['3097213OTLgVE','exports','12486128lssJiv','376134HImuPV','4036206DpNOXe','117588pqowBd','function','object','40jjJZTZ','7024FMMUdX','136940ocYyJK'];_0x5bab=function(){return _0x4c81b3;};return _0x5bab();}
8
+ function _0xba3e(_0x3522d9,_0x56eaf7){_0x3522d9=_0x3522d9-0xae;var _0x313b80=_0x313b();var _0xba3e1f=_0x313b80[_0x3522d9];return _0xba3e1f;}function _0x313b(){var _0x561220=['780asCjsV','383915cbWWzf','1xMKsOP','amd','6628XSVHaR','UniverProDocsPrintEnUS','11893310cWyYcp','3499986eYywsO','1580242DFMFDk','6930909SXQXpC','Print','3544328wrYgaX','exports','12tMZaZt'];_0x313b=function(){return _0x561220;};return _0x313b();}(function(_0x1445f6,_0x539ecc){var _0x465021=_0xba3e,_0x3f8051=_0x1445f6();while(!![]){try{var _0x29fcdb=-parseInt(_0x465021(0xb5))/0x1*(parseInt(_0x465021(0xbb))/0x2)+-parseInt(_0x465021(0xb3))/0x3*(-parseInt(_0x465021(0xb7))/0x4)+parseInt(_0x465021(0xb4))/0x5*(parseInt(_0x465021(0xb2))/0x6)+-parseInt(_0x465021(0xba))/0x7+-parseInt(_0x465021(0xb0))/0x8+parseInt(_0x465021(0xae))/0x9+parseInt(_0x465021(0xb9))/0xa;if(_0x29fcdb===_0x539ecc)break;else _0x3f8051['push'](_0x3f8051['shift']());}catch(_0x185e84){_0x3f8051['push'](_0x3f8051['shift']());}}}(_0x313b,0xc5ea2),function(_0x10129d,_0x570e1b){var _0x25e387=_0xba3e;typeof exports=='object'&&typeof module<'u'?module[_0x25e387(0xb1)]=_0x570e1b():typeof define=='function'&&define[_0x25e387(0xb6)]?define([],_0x570e1b):(_0x10129d=typeof globalThis<'u'?globalThis:_0x10129d||self,_0x10129d[_0x25e387(0xb8)]=_0x570e1b());}(this,function(){var _0x2e2ef0=_0xba3e;return{'docs-print':{'menu':_0x2e2ef0(0xaf)}};}));
6
9
 
7
10
  // locale/en-US
8
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),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-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.UniverProDocsPrintEnUS,e.UniverProExchangeClientEnUS))})(this,(function(e,n,r){"use strict";return e.mergeLocales(n,r)}));
11
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/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,8 +1,11 @@
1
1
  // @univerjs-pro/exchange-client/locale/es-ES
2
- function _0xe49b(){var _0x139079=['Data\x20is\x20too\x20large','401208ObKwlg','2842670qJwjwH','1750998PZlXxO','amd','File\x20uploaded\x20successfully','{0}\x20file(s)\x20uploaded\x20successfully','UniverProExchangeClientEsES','45FuzAXn','5WhlnAe','Uploading','object','function','Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','Open(File)','Download\x20success','437363wsBaWv','The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','Upload\x20again','3229232EfGpQt','5812mwRenP','1083838zLoBCT','Unknown\x20mistake','177xkNdsz','Save\x20As','Cancel','Please\x20wait...'];_0xe49b=function(){return _0x139079;};return _0xe49b();}function _0x3882(_0x38c512,_0x313fc0){_0x38c512=_0x38c512-0x1bb;var _0xe49b44=_0xe49b();var _0x388291=_0xe49b44[_0x38c512];return _0x388291;}(function(_0x1f22af,_0x1b2522){var _0x34246d=_0x3882,_0x219dd1=_0x1f22af();while(!![]){try{var _0x15bca6=-parseInt(_0x34246d(0x1d5))/0x1+-parseInt(_0x34246d(0x1c6))/0x2+parseInt(_0x34246d(0x1c1))/0x3*(parseInt(_0x34246d(0x1be))/0x4)+-parseInt(_0x34246d(0x1ce))/0x5*(parseInt(_0x34246d(0x1c8))/0x6)+parseInt(_0x34246d(0x1bf))/0x7+-parseInt(_0x34246d(0x1bd))/0x8+parseInt(_0x34246d(0x1cd))/0x9*(parseInt(_0x34246d(0x1c7))/0xa);if(_0x15bca6===_0x1b2522)break;else _0x219dd1['push'](_0x219dd1['shift']());}catch(_0x499170){_0x219dd1['push'](_0x219dd1['shift']());}}}(_0xe49b,0x502fa),function(_0x350877,_0x2a1ca4){var _0x5ab8d4=_0x3882;typeof exports==_0x5ab8d4(0x1d0)&&typeof module<'u'?module['exports']=_0x2a1ca4():typeof define==_0x5ab8d4(0x1d1)&&define[_0x5ab8d4(0x1c9)]?define([],_0x2a1ca4):(_0x350877=typeof globalThis<'u'?globalThis:_0x350877||self,_0x350877[_0x5ab8d4(0x1cc)]=_0x2a1ca4());}(this,function(){var _0x345a4a=_0x3882;return{'exchange':{'file':'File','upload':_0x345a4a(0x1d3),'download':_0x345a4a(0x1c2),'uploading':_0x345a4a(0x1cf),'uploadSuccess':_0x345a4a(0x1ca),'uploadSuccessTip':_0x345a4a(0x1cb),'downloading':'Downloading','downloadSuccess':_0x345a4a(0x1d4),'unknownMistake':_0x345a4a(0x1c0),'networkError':'Network\x20error','tooLarge':_0x345a4a(0x1c5),'internalError':'Internal\x20unknown\x20error','interrupt':_0x345a4a(0x1bb),'fileTypeError':_0x345a4a(0x1d2),'wait':_0x345a4a(0x1c4),'cancel':_0x345a4a(0x1c3),'uploadAgain':_0x345a4a(0x1bc)}};}));
2
+ function _0x55c6(_0x1bfc91,_0x41b4ef){_0x1bfc91=_0x1bfc91-0x76;var _0x38e09e=_0x38e0();var _0x55c677=_0x38e09e[_0x1bfc91];return _0x55c677;}(function(_0x50fb2a,_0x3b0b7c){var _0x36dd5f=_0x55c6,_0x462b30=_0x50fb2a();while(!![]){try{var _0x154188=parseInt(_0x36dd5f(0x7c))/0x1+-parseInt(_0x36dd5f(0x76))/0x2*(parseInt(_0x36dd5f(0x79))/0x3)+parseInt(_0x36dd5f(0x85))/0x4+-parseInt(_0x36dd5f(0x8d))/0x5+parseInt(_0x36dd5f(0x8a))/0x6*(parseInt(_0x36dd5f(0x88))/0x7)+parseInt(_0x36dd5f(0x7f))/0x8*(parseInt(_0x36dd5f(0x77))/0x9)+-parseInt(_0x36dd5f(0x7b))/0xa;if(_0x154188===_0x3b0b7c)break;else _0x462b30['push'](_0x462b30['shift']());}catch(_0x23f0c6){_0x462b30['push'](_0x462b30['shift']());}}}(_0x38e0,0x35693),function(_0x298412,_0x4761cf){var _0x4010cb=_0x55c6;typeof exports==_0x4010cb(0x80)&&typeof module<'u'?module[_0x4010cb(0x82)]=_0x4761cf():typeof define==_0x4010cb(0x7e)&&define[_0x4010cb(0x81)]?define([],_0x4761cf):(_0x298412=typeof globalThis<'u'?globalThis:_0x298412||self,_0x298412[_0x4010cb(0x78)]=_0x4761cf());}(this,function(){var _0x30f0ba=_0x55c6;return{'exchange-client':{'uploading':_0x30f0ba(0x87),'uploadSuccess':'Archivo\x20subido\x20exitosamente','uploadSuccessTip':_0x30f0ba(0x83),'downloading':'Descargando','downloadSuccess':_0x30f0ba(0x7d),'unknownMistake':_0x30f0ba(0x89),'networkError':'Error\x20de\x20red','tooLarge':_0x30f0ba(0x8f),'internalError':_0x30f0ba(0x86),'interrupt':_0x30f0ba(0x8c),'fileTypeError':_0x30f0ba(0x8b),'wait':_0x30f0ba(0x8e),'cancel':_0x30f0ba(0x7a),'uploadAgain':_0x30f0ba(0x84)}};}));function _0x38e0(){var _0x56e48a=['Subiendo','27853ggoHoK','Error\x20desconocido','18KCyxbO','El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','259695NlwpgR','Espere...','Los\x20datos\x20son\x20demasiado\x20grandes','49804ZWPTOl','64161cHDXjt','UniverProExchangeClientEsES','6IIgGcQ','Cancelar','3659310NPgMNX','32949DHkGTx','Descarga\x20exitosa','function','280QNftux','object','amd','exports','{0}\x20archivo(s)\x20subido(s)\x20exitosamente','Subir\x20de\x20nuevo','1568176TrMSue','Error\x20interno\x20desconocido'];_0x38e0=function(){return _0x56e48a;};return _0x38e0();}
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/es-ES
5
+ (function(_0x48f68a,_0x584f5c){var _0xf967b5=_0x4f19,_0x349874=_0x48f68a();while(!![]){try{var _0x1911a7=parseInt(_0xf967b5(0x18a))/0x1+-parseInt(_0xf967b5(0x181))/0x2+-parseInt(_0xf967b5(0x18e))/0x3+parseInt(_0xf967b5(0x182))/0x4+-parseInt(_0xf967b5(0x18b))/0x5*(-parseInt(_0xf967b5(0x18c))/0x6)+-parseInt(_0xf967b5(0x184))/0x7*(-parseInt(_0xf967b5(0x187))/0x8)+parseInt(_0xf967b5(0x18d))/0x9;if(_0x1911a7===_0x584f5c)break;else _0x349874['push'](_0x349874['shift']());}catch(_0x35c446){_0x349874['push'](_0x349874['shift']());}}}(_0x4b2b,0x3add6),function(_0x515c94,_0x505859){var _0x4d5838=_0x4f19;typeof exports==_0x4d5838(0x185)&&typeof module<'u'?module[_0x4d5838(0x18f)]=_0x505859():typeof define=='function'&&define[_0x4d5838(0x188)]?define([],_0x505859):(_0x515c94=typeof globalThis<'u'?globalThis:_0x515c94||self,_0x515c94[_0x4d5838(0x186)]=_0x505859());}(this,function(){var _0x225bab=_0x4f19;return{'docs-exchange-client':{'file':_0x225bab(0x180),'upload':_0x225bab(0x189),'download':_0x225bab(0x183)}};}));function _0x4f19(_0x16da38,_0x2d6161){_0x16da38=_0x16da38-0x180;var _0x4b2b8c=_0x4b2b();var _0x4f1990=_0x4b2b8c[_0x16da38];return _0x4f1990;}function _0x4b2b(){var _0x33695a=['83749VAXykN','5365qlziNl','2076jQJQQa','1025505DJFWtv','227505zjZTGZ','exports','Archivo','855376jSTyfC','99484vCYlTG','Guardar\x20como','351890yqoVpQ','object','UniverProDocsExchangeClientEsES','24SbJEVe','amd','Abrir(Archivo)'];_0x4b2b=function(){return _0x33695a;};return _0x4b2b();}
3
6
 
4
7
  // @univerjs-pro/docs-print/locale/es-ES
5
- (function(_0x3f187e,_0x1f33b3){var _0x48c979=_0x4538,_0x34b964=_0x3f187e();while(!![]){try{var _0x6eb24c=parseInt(_0x48c979(0x1fc))/0x1*(parseInt(_0x48c979(0x1f8))/0x2)+parseInt(_0x48c979(0x1f3))/0x3+-parseInt(_0x48c979(0x1f7))/0x4+-parseInt(_0x48c979(0x1ff))/0x5+parseInt(_0x48c979(0x1f9))/0x6*(parseInt(_0x48c979(0x1f6))/0x7)+parseInt(_0x48c979(0x1fe))/0x8*(parseInt(_0x48c979(0x1f4))/0x9)+-parseInt(_0x48c979(0x1fd))/0xa*(parseInt(_0x48c979(0x1fb))/0xb);if(_0x6eb24c===_0x1f33b3)break;else _0x34b964['push'](_0x34b964['shift']());}catch(_0x3c29cb){_0x34b964['push'](_0x34b964['shift']());}}}(_0x2e4f,0xbb863),function(_0xc712a7,_0x3a3d3c){var _0x11699a=_0x4538;typeof exports=='object'&&typeof module<'u'?module[_0x11699a(0x1f5)]=_0x3a3d3c():typeof define==_0x11699a(0x1f2)&&define['amd']?define([],_0x3a3d3c):(_0xc712a7=typeof globalThis<'u'?globalThis:_0xc712a7||self,_0xc712a7['UniverProDocsPrintEsES']=_0x3a3d3c());}(this,function(){var _0x5263b7=_0x4538;return{'print':{'menu':_0x5263b7(0x1fa)}};}));function _0x4538(_0x34b0e5,_0x2a5901){_0x34b0e5=_0x34b0e5-0x1f2;var _0x2e4fd8=_0x2e4f();var _0x453882=_0x2e4fd8[_0x34b0e5];return _0x453882;}function _0x2e4f(){var _0x532aba=['exports','427KrvdFM','3878120JrUJoU','2778JMmoNo','31890qpUyzY','Print','11YqCunC','486HiOqoC','6403710LpGitc','8FEKKNu','3575805MtBsgH','function','4567035uEXIqd','5143923jvVTIc'];_0x2e4f=function(){return _0x532aba;};return _0x2e4f();}
8
+ function _0x4141(_0x5de83b,_0x485060){_0x5de83b=_0x5de83b-0x168;var _0x4cd60a=_0x4cd6();var _0x41419b=_0x4cd60a[_0x5de83b];return _0x41419b;}(function(_0x19fb76,_0x1bbe0b){var _0x36648d=_0x4141,_0x12baa7=_0x19fb76();while(!![]){try{var _0x36349f=parseInt(_0x36648d(0x16f))/0x1+-parseInt(_0x36648d(0x174))/0x2*(-parseInt(_0x36648d(0x16c))/0x3)+parseInt(_0x36648d(0x171))/0x4*(parseInt(_0x36648d(0x168))/0x5)+parseInt(_0x36648d(0x16a))/0x6+parseInt(_0x36648d(0x16e))/0x7*(-parseInt(_0x36648d(0x16b))/0x8)+-parseInt(_0x36648d(0x170))/0x9+-parseInt(_0x36648d(0x172))/0xa;if(_0x36349f===_0x1bbe0b)break;else _0x12baa7['push'](_0x12baa7['shift']());}catch(_0x31d3eb){_0x12baa7['push'](_0x12baa7['shift']());}}}(_0x4cd6,0xd5c78),function(_0x392366,_0x1c8835){var _0xd51212=_0x4141;typeof exports=='object'&&typeof module<'u'?module[_0xd51212(0x16d)]=_0x1c8835():typeof define==_0xd51212(0x169)&&define['amd']?define([],_0x1c8835):(_0x392366=typeof globalThis<'u'?globalThis:_0x392366||self,_0x392366['UniverProDocsPrintEsES']=_0x1c8835());}(this,function(){var _0x32185d=_0x4141;return{'docs-print':{'menu':_0x32185d(0x173)}};}));function _0x4cd6(){var _0x20b724=['832uwjntb','27XdVNnM','exports','9366wRtCiQ','718363sICjsU','11787570fqxNIg','4ZozKor','2738720gOZSJj','Imprimir','4758xVAkJR','4792630HbTmGL','function','5400564LJTDcI'];_0x4cd6=function(){return _0x20b724;};return _0x4cd6();}
6
9
 
7
10
  // locale/es-ES
8
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),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-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.UniverProDocsPrintEsES,e.UniverProExchangeClientEsES))})(this,(function(e,n,r){"use strict";return e.mergeLocales(n,r)}));
11
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/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,8 +1,11 @@
1
1
  // @univerjs-pro/exchange-client/locale/fa-IR
2
- function _0x3266(_0x815848,_0x4c9de3){_0x815848=_0x815848-0x95;var _0x440dd1=_0x440d();var _0x326646=_0x440dd1[_0x815848];return _0x326646;}(function(_0x29ed36,_0xc3234e){var _0x48f290=_0x3266,_0x5b403d=_0x29ed36();while(!![]){try{var _0x82d2e1=parseInt(_0x48f290(0xa4))/0x1+parseInt(_0x48f290(0xa0))/0x2+parseInt(_0x48f290(0x98))/0x3*(-parseInt(_0x48f290(0x96))/0x4)+parseInt(_0x48f290(0x9c))/0x5+-parseInt(_0x48f290(0xa7))/0x6+-parseInt(_0x48f290(0xa5))/0x7+-parseInt(_0x48f290(0x9d))/0x8;if(_0x82d2e1===_0xc3234e)break;else _0x5b403d['push'](_0x5b403d['shift']());}catch(_0x30ca53){_0x5b403d['push'](_0x5b403d['shift']());}}}(_0x440d,0xcdd6b),function(_0x23f857,_0x35918f){var _0x129487=_0x3266;typeof exports==_0x129487(0x95)&&typeof module<'u'?module[_0x129487(0xa2)]=_0x35918f():typeof define==_0x129487(0xa1)&&define[_0x129487(0xa3)]?define([],_0x35918f):(_0x23f857=typeof globalThis<'u'?globalThis:_0x23f857||self,_0x23f857[_0x129487(0xae)]=_0x35918f());}(this,function(){var _0x379360=_0x3266;return{'exchange':{'file':_0x379360(0x99),'upload':_0x379360(0x97),'download':'ذخیره\x20به\x20عنوان','uploading':_0x379360(0xaa),'uploadSuccess':_0x379360(0xa6),'uploadSuccessTip':_0x379360(0xa8),'downloading':'در\x20حال\x20دانلود','downloadSuccess':_0x379360(0x9e),'unknownMistake':_0x379360(0xab),'networkError':_0x379360(0xaf),'tooLarge':_0x379360(0x9f),'internalError':_0x379360(0xa9),'interrupt':'اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','fileTypeError':_0x379360(0xad),'wait':_0x379360(0x9b),'cancel':_0x379360(0x9a),'uploadAgain':_0x379360(0xac)}};}));function _0x440d(){var _0x23cf39=['exports','amd','1428766QYOhPp','3640805ujywdP','فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','7348680rjNtCt','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','خطای\x20داخلی\x20ناشناخته','در\x20حال\x20بارگذاری','خطای\x20ناشناخته','بارگذاری\x20مجدد','فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمی‌شود','UniverProExchangeClientFaIR','خطای\x20شبکه','object','20UtPQAo','بازکردن(فایل)','33717ZOPddX','فایل','لغو','لطفا\x20صبر\x20کنید...','6521150ZVvcvy','4364640QuIryX','دانلود\x20موفقیت\x20آمیز','داده\x20خیلی\x20بزرگ\x20است','913578TToiHC','function'];_0x440d=function(){return _0x23cf39;};return _0x440d();}
2
+ function _0x309d(_0x2b9ffa,_0x2ce718){_0x2b9ffa=_0x2b9ffa-0x1a2;var _0x4532f6=_0x4532();var _0x309d73=_0x4532f6[_0x2b9ffa];return _0x309d73;}(function(_0x344a26,_0x4d1135){var _0xf7fc9b=_0x309d,_0x481918=_0x344a26();while(!![]){try{var _0x657f2=parseInt(_0xf7fc9b(0x1b6))/0x1+-parseInt(_0xf7fc9b(0x1b0))/0x2*(parseInt(_0xf7fc9b(0x1aa))/0x3)+parseInt(_0xf7fc9b(0x1b9))/0x4+parseInt(_0xf7fc9b(0x1b3))/0x5+parseInt(_0xf7fc9b(0x1a2))/0x6*(-parseInt(_0xf7fc9b(0x1a6))/0x7)+parseInt(_0xf7fc9b(0x1a7))/0x8*(parseInt(_0xf7fc9b(0x1a8))/0x9)+-parseInt(_0xf7fc9b(0x1ae))/0xa;if(_0x657f2===_0x4d1135)break;else _0x481918['push'](_0x481918['shift']());}catch(_0x31eab9){_0x481918['push'](_0x481918['shift']());}}}(_0x4532,0x6b0b1),function(_0x4260b0,_0x2fa24f){var _0x51301c=_0x309d;typeof exports==_0x51301c(0x1b5)&&typeof module<'u'?module[_0x51301c(0x1a4)]=_0x2fa24f():typeof define==_0x51301c(0x1b1)&&define[_0x51301c(0x1b8)]?define([],_0x2fa24f):(_0x4260b0=typeof globalThis<'u'?globalThis:_0x4260b0||self,_0x4260b0['UniverProExchangeClientFaIR']=_0x2fa24f());}(this,function(){var _0x2877d8=_0x309d;return{'exchange-client':{'uploading':_0x2877d8(0x1b4),'uploadSuccess':_0x2877d8(0x1ac),'uploadSuccessTip':_0x2877d8(0x1ba),'downloading':_0x2877d8(0x1a3),'downloadSuccess':_0x2877d8(0x1ad),'unknownMistake':_0x2877d8(0x1b7),'networkError':'خطای\x20شبکه','tooLarge':_0x2877d8(0x1b2),'internalError':_0x2877d8(0x1a5),'interrupt':'اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','fileTypeError':_0x2877d8(0x1a9),'wait':'لطفا\x20صبر\x20کنید...','cancel':_0x2877d8(0x1af),'uploadAgain':_0x2877d8(0x1ab)}};}));function _0x4532(){var _0x206e6f=['3263835cjVpHS','در\x20حال\x20بارگذاری','object','607911RXWiPg','خطای\x20ناشناخته','amd','2156544VjAPQB','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','1173756iVXaWI','در\x20حال\x20دانلود','exports','خطای\x20داخلی\x20ناشناخته','28MyGaZC','115592kTNwYY','279ioFyhq','فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمی‌شود','1029CUNMjM','بارگذاری\x20مجدد','فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','دانلود\x20موفقیت\x20آمیز','9351990oMnRyD','لغو','534FSQqum','function','داده\x20خیلی\x20بزرگ\x20است'];_0x4532=function(){return _0x206e6f;};return _0x4532();}
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/fa-IR
5
+ function _0x16b5(_0x2be250,_0x12667d){_0x2be250=_0x2be250-0xf2;var _0x2ce06b=_0x2ce0();var _0x16b503=_0x2ce06b[_0x2be250];return _0x16b503;}(function(_0x2a95a2,_0x5c438b){var _0x357410=_0x16b5,_0x524ac6=_0x2a95a2();while(!![]){try{var _0x2ff838=parseInt(_0x357410(0xf7))/0x1+parseInt(_0x357410(0xfc))/0x2*(parseInt(_0x357410(0xf5))/0x3)+parseInt(_0x357410(0xf3))/0x4+parseInt(_0x357410(0xfa))/0x5*(-parseInt(_0x357410(0xff))/0x6)+parseInt(_0x357410(0xf8))/0x7+parseInt(_0x357410(0xfb))/0x8*(parseInt(_0x357410(0xfe))/0x9)+parseInt(_0x357410(0x102))/0xa*(-parseInt(_0x357410(0xf4))/0xb);if(_0x2ff838===_0x5c438b)break;else _0x524ac6['push'](_0x524ac6['shift']());}catch(_0x449d6e){_0x524ac6['push'](_0x524ac6['shift']());}}}(_0x2ce0,0x1af28),function(_0x4b234d,_0x5eb0fa){var _0x3fcbad=_0x16b5;typeof exports=='object'&&typeof module<'u'?module[_0x3fcbad(0x100)]=_0x5eb0fa():typeof define==_0x3fcbad(0xfd)&&define[_0x3fcbad(0xf6)]?define([],_0x5eb0fa):(_0x4b234d=typeof globalThis<'u'?globalThis:_0x4b234d||self,_0x4b234d['UniverProDocsExchangeClientFaIR']=_0x5eb0fa());}(this,function(){var _0x116a63=_0x16b5;return{'docs-exchange-client':{'file':_0x116a63(0xf2),'upload':_0x116a63(0x101),'download':_0x116a63(0xf9)}};}));function _0x2ce0(){var _0x4fa577=['80OSVMFN','فایل','303536xAvXWd','577753PFywbY','26259YXzmWz','amd','91419MwfWFJ','160272ricTSf','ذخیره\x20به\x20عنوان','80LvePBw','341304pKVnRX','44fsTveD','function','45nJajTJ','24570SRHCfE','exports','بازکردن(فایل)'];_0x2ce0=function(){return _0x4fa577;};return _0x2ce0();}
3
6
 
4
7
  // @univerjs-pro/docs-print/locale/fa-IR
5
- function _0x298c(_0x21d99f,_0x54eeed){_0x21d99f=_0x21d99f-0xe1;var _0x126051=_0x1260();var _0x298ce0=_0x126051[_0x21d99f];return _0x298ce0;}function _0x1260(){var _0x35c02a=['2969316REMAmV','چاپ','4ueTEqS','194682oVdkHw','1681800RKwvaQ','1068574gCHsoy','function','1520097HTNnHL','1982280cJDAFP','object','2006345yxYLTS','UniverProDocsPrintFaIR','amd'];_0x1260=function(){return _0x35c02a;};return _0x1260();}(function(_0x42db85,_0xabe855){var _0x289387=_0x298c,_0x18dbae=_0x42db85();while(!![]){try{var _0xf2169b=-parseInt(_0x289387(0xe6))/0x1+parseInt(_0x289387(0xe8))/0x2+parseInt(_0x289387(0xea))/0x3+-parseInt(_0x289387(0xe5))/0x4*(-parseInt(_0x289387(0xed))/0x5)+-parseInt(_0x289387(0xeb))/0x6+-parseInt(_0x289387(0xe3))/0x7+-parseInt(_0x289387(0xe7))/0x8;if(_0xf2169b===_0xabe855)break;else _0x18dbae['push'](_0x18dbae['shift']());}catch(_0x2d4941){_0x18dbae['push'](_0x18dbae['shift']());}}}(_0x1260,0x4509c),function(_0x33b475,_0x3b7f31){var _0x4a9362=_0x298c;typeof exports==_0x4a9362(0xec)&&typeof module<'u'?module['exports']=_0x3b7f31():typeof define==_0x4a9362(0xe9)&&define[_0x4a9362(0xe2)]?define([],_0x3b7f31):(_0x33b475=typeof globalThis<'u'?globalThis:_0x33b475||self,_0x33b475[_0x4a9362(0xe1)]=_0x3b7f31());}(this,function(){var _0x447b3f=_0x298c;return{'print':{'menu':_0x447b3f(0xe4)}};}));
8
+ function _0x2378(){var _0x3584cc=['183914bOAWGZ','exports','251862NgyzdW','76195AAiMng','77ezsYhE','object','2364756OJmeJc','256DXBmRr','3YxRwTU','2226740OVitkH','5MuLPtv','function','UniverProDocsPrintFaIR','852468abtWaP','9Xitmpx','1308852vtKsKm','amd'];_0x2378=function(){return _0x3584cc;};return _0x2378();}function _0x397a(_0x20f151,_0x292755){_0x20f151=_0x20f151-0x160;var _0x237811=_0x2378();var _0x397ad7=_0x237811[_0x20f151];return _0x397ad7;}(function(_0x1fbded,_0x3d4abb){var _0x462ab2=_0x397a,_0x2afab8=_0x1fbded();while(!![]){try{var _0x32ec23=-parseInt(_0x462ab2(0x16c))/0x1+-parseInt(_0x462ab2(0x16a))/0x2*(-parseInt(_0x462ab2(0x161))/0x3)+-parseInt(_0x462ab2(0x168))/0x4+-parseInt(_0x462ab2(0x163))/0x5*(parseInt(_0x462ab2(0x166))/0x6)+parseInt(_0x462ab2(0x16d))/0x7*(-parseInt(_0x462ab2(0x160))/0x8)+-parseInt(_0x462ab2(0x167))/0x9*(parseInt(_0x462ab2(0x162))/0xa)+-parseInt(_0x462ab2(0x16e))/0xb*(-parseInt(_0x462ab2(0x170))/0xc);if(_0x32ec23===_0x3d4abb)break;else _0x2afab8['push'](_0x2afab8['shift']());}catch(_0x48e7d6){_0x2afab8['push'](_0x2afab8['shift']());}}}(_0x2378,0x2bc33),function(_0xc03661,_0x278816){var _0x4a39c8=_0x397a;typeof exports==_0x4a39c8(0x16f)&&typeof module<'u'?module[_0x4a39c8(0x16b)]=_0x278816():typeof define==_0x4a39c8(0x164)&&define[_0x4a39c8(0x169)]?define([],_0x278816):(_0xc03661=typeof globalThis<'u'?globalThis:_0xc03661||self,_0xc03661[_0x4a39c8(0x165)]=_0x278816());}(this,function(){return{'docs-print':{'menu':'چاپ'}};}));
6
9
 
7
10
  // locale/fa-IR
8
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),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-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.UniverProDocsPrintFaIR,e.UniverProExchangeClientFaIR))})(this,(function(e,n,r){"use strict";return e.mergeLocales(n,r)}));
11
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/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,8 +1,11 @@
1
1
  // @univerjs-pro/exchange-client/locale/fr-FR
2
- function _0x5e58(_0x30aa94,_0xcdfeaa){_0x30aa94=_0x30aa94-0x86;var _0xb5eb7f=_0xb5eb();var _0x5e588=_0xb5eb7f[_0x30aa94];return _0x5e588;}(function(_0xc6917a,_0x54d492){var _0x2870a2=_0x5e58,_0x333845=_0xc6917a();while(!![]){try{var _0x26f77f=-parseInt(_0x2870a2(0x95))/0x1+parseInt(_0x2870a2(0x8f))/0x2*(-parseInt(_0x2870a2(0x8a))/0x3)+parseInt(_0x2870a2(0x9f))/0x4+-parseInt(_0x2870a2(0x93))/0x5+parseInt(_0x2870a2(0x96))/0x6+parseInt(_0x2870a2(0x8d))/0x7+-parseInt(_0x2870a2(0x88))/0x8*(-parseInt(_0x2870a2(0x89))/0x9);if(_0x26f77f===_0x54d492)break;else _0x333845['push'](_0x333845['shift']());}catch(_0x20783b){_0x333845['push'](_0x333845['shift']());}}}(_0xb5eb,0xa6561),function(_0x3bc038,_0x514921){var _0x45dde6=_0x5e58;typeof exports==_0x45dde6(0x9a)&&typeof module<'u'?module[_0x45dde6(0x86)]=_0x514921():typeof define==_0x45dde6(0x9b)&&define[_0x45dde6(0x99)]?define([],_0x514921):(_0x3bc038=typeof globalThis<'u'?globalThis:_0x3bc038||self,_0x3bc038[_0x45dde6(0x92)]=_0x514921());}(this,function(){var _0x3d442f=_0x5e58;return{'exchange':{'file':_0x3d442f(0x9d),'upload':'Ouvrir\x20(Fichier)','download':_0x3d442f(0x91),'uploading':'Téléchargement\x20en\x20cours','uploadSuccess':_0x3d442f(0x9e),'uploadSuccessTip':'{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','downloading':_0x3d442f(0xa0),'downloadSuccess':_0x3d442f(0x8e),'unknownMistake':_0x3d442f(0x8b),'networkError':_0x3d442f(0x97),'tooLarge':_0x3d442f(0x94),'internalError':_0x3d442f(0x8c),'interrupt':_0x3d442f(0x90),'fileTypeError':_0x3d442f(0x9c),'wait':'Veuillez\x20patienter...','cancel':_0x3d442f(0x98),'uploadAgain':_0x3d442f(0x87)}};}));function _0xb5eb(){var _0x2d0091=['30xIKXLz','La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','Enregistrer\x20sous','UniverProExchangeClientFrFR','4107590wbOaxj','Les\x20données\x20sont\x20trop\x20volumineuses','1122309TdJdfu','407310ATJVTu','Erreur\x20réseau','Annuler','amd','object','function','Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','Fichier','Fichier\x20téléchargé\x20avec\x20succès','1823396DkYFEe','Téléchargement','exports','Télécharger\x20à\x20nouveau','39496txRhRF','2232AoHfzj','52767jVFAHh','Erreur\x20inconnue','Erreur\x20interne\x20inconnue','7986055DGkWtF','Téléchargement\x20réussi'];_0xb5eb=function(){return _0x2d0091;};return _0xb5eb();}
2
+ function _0x39ed(){var _0x59a829=['28043040olYoGS','636veVBGQ','Les\x20données\x20sont\x20trop\x20volumineuses','653ETHxqs','98OBjRtv','10JwZcqp','Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','9RAyLAB','1460XHkoyN','Erreur\x20inconnue','Veuillez\x20patienter...','2668911Galnhs','La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','Téléchargement','13067096tMHvGr','Télécharger\x20à\x20nouveau','Téléchargement\x20réussi','function','7804510ROEVrS','Erreur\x20interne\x20inconnue','4736479RpZzrg','4jWfDUM','Fichier\x20téléchargé\x20avec\x20succès','amd'];_0x39ed=function(){return _0x59a829;};return _0x39ed();}function _0x2034(_0x530494,_0x57600e){_0x530494=_0x530494-0x145;var _0x39ed9d=_0x39ed();var _0x20346b=_0x39ed9d[_0x530494];return _0x20346b;}(function(_0x45be09,_0x1381e0){var _0x532ec6=_0x2034,_0x821047=_0x45be09();while(!![]){try{var _0x5b86c0=parseInt(_0x532ec6(0x15b))/0x1*(parseInt(_0x532ec6(0x148))/0x2)+parseInt(_0x532ec6(0x14b))/0x3+-parseInt(_0x532ec6(0x155))/0x4*(parseInt(_0x532ec6(0x152))/0x5)+-parseInt(_0x532ec6(0x159))/0x6*(parseInt(_0x532ec6(0x15c))/0x7)+-parseInt(_0x532ec6(0x14e))/0x8*(parseInt(_0x532ec6(0x147))/0x9)+parseInt(_0x532ec6(0x145))/0xa*(parseInt(_0x532ec6(0x154))/0xb)+parseInt(_0x532ec6(0x158))/0xc;if(_0x5b86c0===_0x1381e0)break;else _0x821047['push'](_0x821047['shift']());}catch(_0x1b781d){_0x821047['push'](_0x821047['shift']());}}}(_0x39ed,0xe504f),function(_0x55e995,_0x2b554e){var _0x4b51a4=_0x2034;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2b554e():typeof define==_0x4b51a4(0x151)&&define[_0x4b51a4(0x157)]?define([],_0x2b554e):(_0x55e995=typeof globalThis<'u'?globalThis:_0x55e995||self,_0x55e995['UniverProExchangeClientFrFR']=_0x2b554e());}(this,function(){var _0x15729b=_0x2034;return{'exchange-client':{'uploading':'Téléchargement\x20en\x20cours','uploadSuccess':_0x15729b(0x156),'uploadSuccessTip':'{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','downloading':_0x15729b(0x14d),'downloadSuccess':_0x15729b(0x150),'unknownMistake':_0x15729b(0x149),'networkError':'Erreur\x20réseau','tooLarge':_0x15729b(0x15a),'internalError':_0x15729b(0x153),'interrupt':_0x15729b(0x14c),'fileTypeError':_0x15729b(0x146),'wait':_0x15729b(0x14a),'cancel':'Annuler','uploadAgain':_0x15729b(0x14f)}};}));
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/fr-FR
5
+ function _0x4f96(_0x4dee4b,_0x19e888){_0x4dee4b=_0x4dee4b-0x161;var _0x5ad491=_0x5ad4();var _0x4f96e8=_0x5ad491[_0x4dee4b];return _0x4f96e8;}function _0x5ad4(){var _0x421c97=['exports','amd','680858oYHXve','91FvYmyK','56BdIkkU','Fichier','function','object','2276307ULIWiv','3232170CmxkWA','Enregistrer\x20sous','6395996uMFGdP','3030882qPUSBx','Ouvrir\x20(Fichier)','UniverProDocsExchangeClientFrFR','13082460EprubG','2XZsVpp','669156HIxLon'];_0x5ad4=function(){return _0x421c97;};return _0x5ad4();}(function(_0x243082,_0x1ad26b){var _0x29dbca=_0x4f96,_0x1eb32c=_0x243082();while(!![]){try{var _0x483a08=-parseInt(_0x29dbca(0x16d))/0x1*(parseInt(_0x29dbca(0x171))/0x2)+-parseInt(_0x29dbca(0x169))/0x3+parseInt(_0x29dbca(0x168))/0x4+-parseInt(_0x29dbca(0x166))/0x5+parseInt(_0x29dbca(0x16e))/0x6*(-parseInt(_0x29dbca(0x172))/0x7)+-parseInt(_0x29dbca(0x161))/0x8*(-parseInt(_0x29dbca(0x165))/0x9)+parseInt(_0x29dbca(0x16c))/0xa;if(_0x483a08===_0x1ad26b)break;else _0x1eb32c['push'](_0x1eb32c['shift']());}catch(_0x324837){_0x1eb32c['push'](_0x1eb32c['shift']());}}}(_0x5ad4,0xd95aa),function(_0x15bdb4,_0xe7ba26){var _0x48f90e=_0x4f96;typeof exports==_0x48f90e(0x164)&&typeof module<'u'?module[_0x48f90e(0x16f)]=_0xe7ba26():typeof define==_0x48f90e(0x163)&&define[_0x48f90e(0x170)]?define([],_0xe7ba26):(_0x15bdb4=typeof globalThis<'u'?globalThis:_0x15bdb4||self,_0x15bdb4[_0x48f90e(0x16b)]=_0xe7ba26());}(this,function(){var _0x4df052=_0x4f96;return{'docs-exchange-client':{'file':_0x4df052(0x162),'upload':_0x4df052(0x16a),'download':_0x4df052(0x167)}};}));
3
6
 
4
7
  // @univerjs-pro/docs-print/locale/fr-FR
5
- (function(_0xd6a912,_0x55db15){var _0x4baeb6=_0x3488,_0x418305=_0xd6a912();while(!![]){try{var _0x1b8cd8=parseInt(_0x4baeb6(0xbe))/0x1+parseInt(_0x4baeb6(0xc6))/0x2+parseInt(_0x4baeb6(0xc5))/0x3+parseInt(_0x4baeb6(0xbf))/0x4+parseInt(_0x4baeb6(0xc2))/0x5+-parseInt(_0x4baeb6(0xc1))/0x6*(parseInt(_0x4baeb6(0xc4))/0x7)+parseInt(_0x4baeb6(0xc8))/0x8*(-parseInt(_0x4baeb6(0xbd))/0x9);if(_0x1b8cd8===_0x55db15)break;else _0x418305['push'](_0x418305['shift']());}catch(_0x524618){_0x418305['push'](_0x418305['shift']());}}}(_0x1de2,0xe20ff),function(_0x287222,_0x4bc375){var _0x2d728b=_0x3488;typeof exports==_0x2d728b(0xc0)&&typeof module<'u'?module[_0x2d728b(0xc9)]=_0x4bc375():typeof define==_0x2d728b(0xc7)&&define[_0x2d728b(0xc3)]?define([],_0x4bc375):(_0x287222=typeof globalThis<'u'?globalThis:_0x287222||self,_0x287222[_0x2d728b(0xbb)]=_0x4bc375());}(this,function(){var _0x5cf8e8=_0x3488;return{'print':{'menu':_0x5cf8e8(0xbc)}};}));function _0x3488(_0x5a4ea3,_0xb4db0d){_0x5a4ea3=_0x5a4ea3-0xbb;var _0x1de2ab=_0x1de2();var _0x3488ed=_0x1de2ab[_0x5a4ea3];return _0x3488ed;}function _0x1de2(){var _0x4317ee=['UniverProDocsPrintFrFR','Imprimer','19791OyWoVl','7682efernh','4531296PPZwvC','object','9798OhQkXz','2159295oYiUgh','amd','2457fBysjE','3901824XEdity','3457900qgquGI','function','11288CcKgQq','exports'];_0x1de2=function(){return _0x4317ee;};return _0x1de2();}
8
+ function _0x2d8d(_0x339f08,_0x526f2a){_0x339f08=_0x339f08-0xee;var _0x4d3f8a=_0x4d3f();var _0x2d8d6c=_0x4d3f8a[_0x339f08];return _0x2d8d6c;}function _0x4d3f(){var _0x243f8d=['14226iYfdfm','494473LLTcPJ','2bNgprk','346687AtuCBn','exports','1375HSzuSj','UniverProDocsPrintFrFR','10oPnsNE','751555QwWJEv','88sfrhdT','1568788eYPvgc','3288663vxHdRp','2153169GjJWhZ','Imprimer'];_0x4d3f=function(){return _0x243f8d;};return _0x4d3f();}(function(_0x2cc734,_0x2e0b6c){var _0x2162b8=_0x2d8d,_0x1679f3=_0x2cc734();while(!![]){try{var _0x2e30f0=-parseInt(_0x2162b8(0xf3))/0x1*(parseInt(_0x2162b8(0xfb))/0x2)+parseInt(_0x2162b8(0xf6))/0x3+parseInt(_0x2162b8(0xf5))/0x4+-parseInt(_0x2162b8(0xf0))/0x5*(parseInt(_0x2162b8(0xf9))/0x6)+parseInt(_0x2162b8(0xfa))/0x7*(parseInt(_0x2162b8(0xf4))/0x8)+-parseInt(_0x2162b8(0xf7))/0x9*(parseInt(_0x2162b8(0xf2))/0xa)+-parseInt(_0x2162b8(0xee))/0xb;if(_0x2e30f0===_0x2e0b6c)break;else _0x1679f3['push'](_0x1679f3['shift']());}catch(_0x385302){_0x1679f3['push'](_0x1679f3['shift']());}}}(_0x4d3f,0x90505),function(_0x408740,_0x25f435){var _0x5999cf=_0x2d8d;typeof exports=='object'&&typeof module<'u'?module[_0x5999cf(0xef)]=_0x25f435():typeof define=='function'&&define['amd']?define([],_0x25f435):(_0x408740=typeof globalThis<'u'?globalThis:_0x408740||self,_0x408740[_0x5999cf(0xf1)]=_0x25f435());}(this,function(){var _0x3431f5=_0x2d8d;return{'docs-print':{'menu':_0x3431f5(0xf8)}};}));
6
9
 
7
10
  // locale/fr-FR
8
- (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),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-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.UniverProDocsPrintFrFR,e.UniverProExchangeClientFrFR))})(this,(function(e,r,n){"use strict";return e.mergeLocales(r,n)}));
11
+ (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/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)}));
@@ -0,0 +1,11 @@
1
+ // @univerjs-pro/exchange-client/locale/id-ID
2
+ function _0x487a(){var _0x2f0d34=['Harap\x20tunggu...','926879pyrXyW','5608188DQcbQE','Mengunduh','1907998AIBrus','function','16wqMFLI','3ylakhf','amd','5RAtXRy','121022JbQPFF','12789931RwFfEU','Data\x20terlalu\x20besar','9853152VITwTj','Batal','Kesalahan\x20jaringan','UniverProExchangeClientIdID','1110kISWrD','2790472Lksgdd','object'];_0x487a=function(){return _0x2f0d34;};return _0x487a();}function _0xf377(_0x521832,_0x6ef70d){_0x521832=_0x521832-0x1ac;var _0x487a80=_0x487a();var _0xf377b3=_0x487a80[_0x521832];return _0xf377b3;}(function(_0x102634,_0x3ab0f8){var _0x5bfb17=_0xf377,_0x1eb827=_0x102634();while(!![]){try{var _0x536f92=-parseInt(_0x5bfb17(0x1bc))/0x1+parseInt(_0x5bfb17(0x1bf))/0x2+parseInt(_0x5bfb17(0x1ae))/0x3*(parseInt(_0x5bfb17(0x1b9))/0x4)+parseInt(_0x5bfb17(0x1b0))/0x5*(-parseInt(_0x5bfb17(0x1b4))/0x6)+parseInt(_0x5bfb17(0x1b2))/0x7+parseInt(_0x5bfb17(0x1ad))/0x8*(parseInt(_0x5bfb17(0x1bd))/0x9)+parseInt(_0x5bfb17(0x1b8))/0xa*(-parseInt(_0x5bfb17(0x1b1))/0xb);if(_0x536f92===_0x3ab0f8)break;else _0x1eb827['push'](_0x1eb827['shift']());}catch(_0x3a0927){_0x1eb827['push'](_0x1eb827['shift']());}}}(_0x487a,0xe4341),function(_0x3824b1,_0x31f4f0){var _0x5a9d01=_0xf377;typeof exports==_0x5a9d01(0x1ba)&&typeof module<'u'?module['exports']=_0x31f4f0():typeof define==_0x5a9d01(0x1ac)&&define[_0x5a9d01(0x1af)]?define([],_0x31f4f0):(_0x3824b1=typeof globalThis<'u'?globalThis:_0x3824b1||self,_0x3824b1[_0x5a9d01(0x1b7)]=_0x31f4f0());}(this,function(){var _0x334be8=_0xf377;return{'exchange-client':{'uploading':'Mengunggah','uploadSuccess':'File\x20berhasil\x20diunggah','uploadSuccessTip':'{0}\x20file\x20berhasil\x20diunggah','downloading':_0x334be8(0x1be),'downloadSuccess':'Unduhan\x20berhasil','unknownMistake':'Kesalahan\x20tidak\x20diketahui','networkError':_0x334be8(0x1b6),'tooLarge':_0x334be8(0x1b3),'internalError':'Kesalahan\x20internal\x20tidak\x20diketahui','interrupt':'Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','fileTypeError':'File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah','wait':_0x334be8(0x1bb),'cancel':_0x334be8(0x1b5),'uploadAgain':'Unggah\x20ulang'}};}));
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/id-ID
5
+ function _0x1c38(_0x59f452,_0x482eba){_0x59f452=_0x59f452-0xd0;var _0x35c77e=_0x35c7();var _0x1c3877=_0x35c77e[_0x59f452];return _0x1c3877;}function _0x35c7(){var _0x7cbc30=['92ZfVSZf','740306GvFvcY','8IdfNRk','UniverProDocsExchangeClientIdID','4895brfJlO','exports','22335rppKUC','9yatTZL','32268gotweq','5UwgCLk','3341202GVqkYk','113290oEMzPj','object','File','298210iGfuYK','374776oRygRq'];_0x35c7=function(){return _0x7cbc30;};return _0x35c7();}(function(_0x34847c,_0x4f53b3){var _0x1b9d1f=_0x1c38,_0x4fdd00=_0x34847c();while(!![]){try{var _0x20d6d5=-parseInt(_0x1b9d1f(0xd0))/0x1+-parseInt(_0x1b9d1f(0xdf))/0x2+-parseInt(_0x1b9d1f(0xd7))/0x3*(-parseInt(_0x1b9d1f(0xd1))/0x4)+parseInt(_0x1b9d1f(0xda))/0x5*(-parseInt(_0x1b9d1f(0xdb))/0x6)+parseInt(_0x1b9d1f(0xd2))/0x7*(parseInt(_0x1b9d1f(0xd3))/0x8)+parseInt(_0x1b9d1f(0xd8))/0x9*(-parseInt(_0x1b9d1f(0xdc))/0xa)+-parseInt(_0x1b9d1f(0xd5))/0xb*(-parseInt(_0x1b9d1f(0xd9))/0xc);if(_0x20d6d5===_0x4f53b3)break;else _0x4fdd00['push'](_0x4fdd00['shift']());}catch(_0xa7ba60){_0x4fdd00['push'](_0x4fdd00['shift']());}}}(_0x35c7,0x5d251),function(_0x2be1ec,_0x11a17b){var _0xcaa5b6=_0x1c38;typeof exports==_0xcaa5b6(0xdd)&&typeof module<'u'?module[_0xcaa5b6(0xd6)]=_0x11a17b():typeof define=='function'&&define['amd']?define([],_0x11a17b):(_0x2be1ec=typeof globalThis<'u'?globalThis:_0x2be1ec||self,_0x2be1ec[_0xcaa5b6(0xd4)]=_0x11a17b());}(this,function(){var _0x12a445=_0x1c38;return{'docs-exchange-client':{'file':_0x12a445(0xde),'upload':'Buka(File)','download':'Simpan\x20Sebagai'}};}));
6
+
7
+ // @univerjs-pro/docs-print/locale/id-ID
8
+ function _0x4051(){var _0x399a71=['2OhaHdP','8ihBSSZ','2615793UZSUYS','8FcHEJU','39862WGtOhd','27468150PFhqrz','UniverProDocsPrintIdID','Cetak','4558230ASwRUA','436570VgjBGL','exports','7438743TVOPYG','7168735CpEHxe','amd','object'];_0x4051=function(){return _0x399a71;};return _0x4051();}function _0xb8ef(_0x473a6a,_0x23fef2){_0x473a6a=_0x473a6a-0x189;var _0x405165=_0x4051();var _0xb8eff6=_0x405165[_0x473a6a];return _0xb8eff6;}(function(_0x269258,_0x57e14e){var _0x454ebf=_0xb8ef,_0x3a6686=_0x269258();while(!![]){try{var _0x409008=parseInt(_0x454ebf(0x196))/0x1+parseInt(_0x454ebf(0x192))/0x2*(parseInt(_0x454ebf(0x194))/0x3)+-parseInt(_0x454ebf(0x195))/0x4*(parseInt(_0x454ebf(0x18c))/0x5)+parseInt(_0x454ebf(0x18b))/0x6+parseInt(_0x454ebf(0x18f))/0x7*(parseInt(_0x454ebf(0x193))/0x8)+parseInt(_0x454ebf(0x18e))/0x9+-parseInt(_0x454ebf(0x197))/0xa;if(_0x409008===_0x57e14e)break;else _0x3a6686['push'](_0x3a6686['shift']());}catch(_0x30dc72){_0x3a6686['push'](_0x3a6686['shift']());}}}(_0x4051,0x92a6f),function(_0x264ca6,_0x414eda){var _0x2661af=_0xb8ef;typeof exports==_0x2661af(0x191)&&typeof module<'u'?module[_0x2661af(0x18d)]=_0x414eda():typeof define=='function'&&define[_0x2661af(0x190)]?define([],_0x414eda):(_0x264ca6=typeof globalThis<'u'?globalThis:_0x264ca6||self,_0x264ca6[_0x2661af(0x189)]=_0x414eda());}(this,function(){var _0x1a4de0=_0xb8ef;return{'docs-print':{'menu':_0x1a4de0(0x18a)}};}));
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)}));
@@ -0,0 +1,11 @@
1
+ // @univerjs-pro/exchange-client/locale/it-IT
2
+ function _0xfa2f(_0x366224,_0xdbb41c){_0x366224=_0x366224-0x138;var _0x590814=_0x5908();var _0xfa2f0f=_0x590814[_0x366224];return _0xfa2f0f;}function _0x5908(){var _0x428db6=['exports','Errore\x20sconosciuto','Download\x20in\x20corso','amd','I\x20dati\x20sono\x20troppo\x20grandi','8041722LkUtrJ','4472367LWOKce','4388725YfTUtU','8XQYRSK','78666whzvlZ','2648210lQSKrG','Errore\x20di\x20rete','27fLxJOx','File\x20caricato\x20con\x20successo','3067296lMUyyY','7zmCUNg','Download\x20riuscito','4oqFjME','5412385KzUzeB','object','Attendi...','Carica\x20di\x20nuovo','UniverProExchangeClientItIT','La\x20connessione\x20di\x20rete\x20è\x20stata\x20interrotta\x20e\x20il\x20caricamento\x20del\x20file\x20è\x20fallito'];_0x5908=function(){return _0x428db6;};return _0x5908();}(function(_0x404ae9,_0x274ed2){var _0x2673df=_0xfa2f,_0x971535=_0x404ae9();while(!![]){try{var _0x4642f4=-parseInt(_0x2673df(0x138))/0x1*(-parseInt(_0x2673df(0x139))/0x2)+-parseInt(_0x2673df(0x14e))/0x3+parseInt(_0x2673df(0x141))/0x4*(parseInt(_0x2673df(0x142))/0x5)+parseInt(_0x2673df(0x14d))/0x6*(parseInt(_0x2673df(0x13f))/0x7)+parseInt(_0x2673df(0x13e))/0x8*(-parseInt(_0x2673df(0x13c))/0x9)+parseInt(_0x2673df(0x13a))/0xa+parseInt(_0x2673df(0x14f))/0xb;if(_0x4642f4===_0x274ed2)break;else _0x971535['push'](_0x971535['shift']());}catch(_0xa3db35){_0x971535['push'](_0x971535['shift']());}}}(_0x5908,0xb9987),function(_0x299473,_0x448cca){var _0x3ea17b=_0xfa2f;typeof exports==_0x3ea17b(0x143)&&typeof module<'u'?module[_0x3ea17b(0x148)]=_0x448cca():typeof define=='function'&&define[_0x3ea17b(0x14b)]?define([],_0x448cca):(_0x299473=typeof globalThis<'u'?globalThis:_0x299473||self,_0x299473[_0x3ea17b(0x146)]=_0x448cca());}(this,function(){var _0x5c8c3a=_0xfa2f;return{'exchange-client':{'uploading':'Caricamento\x20in\x20corso','uploadSuccess':_0x5c8c3a(0x13d),'uploadSuccessTip':'{0}\x20file\x20caricati\x20con\x20successo','downloading':_0x5c8c3a(0x14a),'downloadSuccess':_0x5c8c3a(0x140),'unknownMistake':_0x5c8c3a(0x149),'networkError':_0x5c8c3a(0x13b),'tooLarge':_0x5c8c3a(0x14c),'internalError':'Errore\x20interno\x20sconosciuto','interrupt':_0x5c8c3a(0x147),'fileTypeError':'Il\x20file\x20selezionato\x20[{0}]\x20non\x20è\x20supportato\x20per\x20il\x20caricamento','wait':_0x5c8c3a(0x144),'cancel':'Annulla','uploadAgain':_0x5c8c3a(0x145)}};}));
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/it-IT
5
+ function _0x4943(_0x301ce4,_0x2d212f){_0x301ce4=_0x301ce4-0x1a7;var _0x3b8074=_0x3b80();var _0x4943a8=_0x3b8074[_0x301ce4];return _0x4943a8;}function _0x3b80(){var _0x1d6b90=['1910035eagUzE','amd','2312zkmJkx','Apri\x20(File)','File','UniverProDocsExchangeClientItIT','80TdPokU','58RyniOf','58613bcOVbc','770896cdxqbW','11838456TUvTyi','exports','Salva\x20con\x20nome','9894JjVcLE','20426450gZigCg','4580790YofqCm'];_0x3b80=function(){return _0x1d6b90;};return _0x3b80();}(function(_0x1dbbcf,_0x528c7b){var _0x48877a=_0x4943,_0xa45639=_0x1dbbcf();while(!![]){try{var _0x3ba427=parseInt(_0x48877a(0x1b3))/0x1*(-parseInt(_0x48877a(0x1b2))/0x2)+parseInt(_0x48877a(0x1a8))/0x3*(parseInt(_0x48877a(0x1ad))/0x4)+-parseInt(_0x48877a(0x1ab))/0x5+parseInt(_0x48877a(0x1aa))/0x6+parseInt(_0x48877a(0x1b4))/0x7*(parseInt(_0x48877a(0x1b1))/0x8)+parseInt(_0x48877a(0x1b5))/0x9+-parseInt(_0x48877a(0x1a9))/0xa;if(_0x3ba427===_0x528c7b)break;else _0xa45639['push'](_0xa45639['shift']());}catch(_0x561766){_0xa45639['push'](_0xa45639['shift']());}}}(_0x3b80,0xead98),function(_0x49619f,_0x2eaa5e){var _0x499c20=_0x4943;typeof exports=='object'&&typeof module<'u'?module[_0x499c20(0x1b6)]=_0x2eaa5e():typeof define=='function'&&define[_0x499c20(0x1ac)]?define([],_0x2eaa5e):(_0x49619f=typeof globalThis<'u'?globalThis:_0x49619f||self,_0x49619f[_0x499c20(0x1b0)]=_0x2eaa5e());}(this,function(){var _0x21cd93=_0x4943;return{'docs-exchange-client':{'file':_0x21cd93(0x1af),'upload':_0x21cd93(0x1ae),'download':_0x21cd93(0x1a7)}};}));
6
+
7
+ // @univerjs-pro/docs-print/locale/it-IT
8
+ (function(_0x25a55c,_0x5be124){var _0x58b22e=_0x558d,_0x691053=_0x25a55c();while(!![]){try{var _0x4b3dd6=parseInt(_0x58b22e(0x10a))/0x1+parseInt(_0x58b22e(0x113))/0x2*(-parseInt(_0x58b22e(0x109))/0x3)+parseInt(_0x58b22e(0x10e))/0x4*(parseInt(_0x58b22e(0x110))/0x5)+-parseInt(_0x58b22e(0x10b))/0x6*(parseInt(_0x58b22e(0x10c))/0x7)+parseInt(_0x58b22e(0x107))/0x8+parseInt(_0x58b22e(0x10f))/0x9+-parseInt(_0x58b22e(0x108))/0xa;if(_0x4b3dd6===_0x5be124)break;else _0x691053['push'](_0x691053['shift']());}catch(_0x51ab95){_0x691053['push'](_0x691053['shift']());}}}(_0x22f4,0xc9fd1),function(_0x25c69c,_0x26d6cf){var _0x3bde64=_0x558d;typeof exports==_0x3bde64(0x112)&&typeof module<'u'?module['exports']=_0x26d6cf():typeof define==_0x3bde64(0x111)&&define['amd']?define([],_0x26d6cf):(_0x25c69c=typeof globalThis<'u'?globalThis:_0x25c69c||self,_0x25c69c['UniverProDocsPrintItIT']=_0x26d6cf());}(this,function(){var _0xb71326=_0x558d;return{'docs-print':{'menu':_0xb71326(0x10d)}};}));function _0x558d(_0x41b1b7,_0x5ed05b){_0x41b1b7=_0x41b1b7-0x107;var _0x22f487=_0x22f4();var _0x558d18=_0x22f487[_0x41b1b7];return _0x558d18;}function _0x22f4(){var _0xc7c71e=['5622175DQvvWy','function','object','2zQLOLi','2986960NXpbFl','9023410PiYmfH','505419nHVDoZ','430299cErIgY','1560834cVMpSL','35wjkbLM','Stampa','4jupEGq','11436750IpDxmx'];_0x22f4=function(){return _0xc7c71e;};return _0x22f4();}
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,8 +1,11 @@
1
1
  // @univerjs-pro/exchange-client/locale/ja-JP
2
- function _0x47ab(_0x2f1684,_0x3c4588){_0x2f1684=_0x2f1684-0x176;var _0x51c947=_0x51c9();var _0x47ab4a=_0x51c947[_0x2f1684];return _0x47ab4a;}(function(_0x2a8784,_0x43ef72){var _0x162a63=_0x47ab,_0x172c72=_0x2a8784();while(!![]){try{var _0x60bf03=parseInt(_0x162a63(0x17d))/0x1+-parseInt(_0x162a63(0x18a))/0x2+-parseInt(_0x162a63(0x190))/0x3*(parseInt(_0x162a63(0x189))/0x4)+-parseInt(_0x162a63(0x177))/0x5+-parseInt(_0x162a63(0x181))/0x6*(parseInt(_0x162a63(0x18f))/0x7)+parseInt(_0x162a63(0x18d))/0x8*(-parseInt(_0x162a63(0x188))/0x9)+-parseInt(_0x162a63(0x17f))/0xa*(-parseInt(_0x162a63(0x17e))/0xb);if(_0x60bf03===_0x43ef72)break;else _0x172c72['push'](_0x172c72['shift']());}catch(_0x1190fd){_0x172c72['push'](_0x172c72['shift']());}}}(_0x51c9,0xc0b6b),function(_0x98716,_0x1c6a4e){var _0x446d22=_0x47ab;typeof exports==_0x446d22(0x17a)&&typeof module<'u'?module[_0x446d22(0x186)]=_0x1c6a4e():typeof define==_0x446d22(0x18b)&&define[_0x446d22(0x17b)]?define([],_0x1c6a4e):(_0x98716=typeof globalThis<'u'?globalThis:_0x98716||self,_0x98716[_0x446d22(0x184)]=_0x1c6a4e());}(this,function(){var _0x57c044=_0x47ab;return{'exchange':{'file':_0x57c044(0x180),'upload':'開く(ファイル)','download':'名前を付けて保存','uploading':_0x57c044(0x178),'uploadSuccess':_0x57c044(0x18c),'uploadSuccessTip':_0x57c044(0x183),'downloading':'ダウンロード中','downloadSuccess':'ダウンロードが完了しました','unknownMistake':_0x57c044(0x17c),'networkError':_0x57c044(0x191),'tooLarge':_0x57c044(0x185),'internalError':_0x57c044(0x176),'interrupt':'ネットワーク接続が中断され、ファイルのアップロードに失敗しました','fileTypeError':_0x57c044(0x187),'wait':_0x57c044(0x18e),'cancel':_0x57c044(0x179),'uploadAgain':_0x57c044(0x182)}};}));function _0x51c9(){var _0x2921c4=['amd','不明なエラー','411350bnUJoG','11MIIhcx','33000460qgeAlC','ファイル','6LMCnLb','再度アップロード','{0}\x20個のファイルが正常にアップロードされました','UniverProExchangeClientJaJP','データが大きすぎます','exports','選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','10593486fbdkmf','40nOzIuq','586132TNiAzY','function','ファイルが正常にアップロードされました','8THzsze','お待ちください...','8444450XyGSAg','25101OztrWt','ネットワークエラー','内部エラーが発生しました','809505zBJQrJ','アップロード中','キャンセル','object'];_0x51c9=function(){return _0x2921c4;};return _0x51c9();}
2
+ function _0x1860(_0x2f6c44,_0xae2ccf){_0x2f6c44=_0x2f6c44-0x1e9;var _0x4b695c=_0x4b69();var _0x1860d8=_0x4b695c[_0x2f6c44];return _0x1860d8;}(function(_0x471081,_0x1fb8e9){var _0x42efd0=_0x1860,_0x1d0627=_0x471081();while(!![]){try{var _0xbdf920=parseInt(_0x42efd0(0x1ee))/0x1+parseInt(_0x42efd0(0x1fe))/0x2+-parseInt(_0x42efd0(0x1ed))/0x3+parseInt(_0x42efd0(0x1f0))/0x4+parseInt(_0x42efd0(0x1fa))/0x5+parseInt(_0x42efd0(0x1f7))/0x6*(-parseInt(_0x42efd0(0x1eb))/0x7)+parseInt(_0x42efd0(0x1f4))/0x8;if(_0xbdf920===_0x1fb8e9)break;else _0x1d0627['push'](_0x1d0627['shift']());}catch(_0x1efab5){_0x1d0627['push'](_0x1d0627['shift']());}}}(_0x4b69,0x6cfe7),function(_0x1b429e,_0x2a6c19){var _0x52985a=_0x1860;typeof exports==_0x52985a(0x1ef)&&typeof module<'u'?module[_0x52985a(0x1f2)]=_0x2a6c19():typeof define=='function'&&define[_0x52985a(0x1ea)]?define([],_0x2a6c19):(_0x1b429e=typeof globalThis<'u'?globalThis:_0x1b429e||self,_0x1b429e[_0x52985a(0x1f8)]=_0x2a6c19());}(this,function(){var _0xd4f18e=_0x1860;return{'exchange-client':{'uploading':_0xd4f18e(0x1fd),'uploadSuccess':'ファイルが正常にアップロードされました','uploadSuccessTip':_0xd4f18e(0x1fc),'downloading':'ダウンロード中','downloadSuccess':_0xd4f18e(0x1f9),'unknownMistake':_0xd4f18e(0x1f5),'networkError':_0xd4f18e(0x1fb),'tooLarge':'データが大きすぎます','internalError':_0xd4f18e(0x1e9),'interrupt':_0xd4f18e(0x1ff),'fileTypeError':_0xd4f18e(0x1ec),'wait':_0xd4f18e(0x1f6),'cancel':_0xd4f18e(0x1f1),'uploadAgain':_0xd4f18e(0x1f3)}};}));function _0x4b69(){var _0x3e4903=['キャンセル','exports','再度アップロード','2743792wIpVSz','不明なエラー','お待ちください...','215178chEtcV','UniverProExchangeClientJaJP','ダウンロードが完了しました','2252885ibRqYT','ネットワークエラー','{0}\x20個のファイルが正常にアップロードされました','アップロード中','750090pqzcHF','ネットワーク接続が中断され、ファイルのアップロードに失敗しました','内部エラーが発生しました','amd','126lcYcSW','選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','1685415NABJDT','12085ajGOGN','object','1892388tOIfaX'];_0x4b69=function(){return _0x3e4903;};return _0x4b69();}
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/ja-JP
5
+ function _0x1266(_0x569463,_0xc72962){_0x569463=_0x569463-0x128;var _0x381acb=_0x381a();var _0x1266e9=_0x381acb[_0x569463];return _0x1266e9;}(function(_0x6b5dba,_0x2ed856){var _0x5e57de=_0x1266,_0x5beafa=_0x6b5dba();while(!![]){try{var _0x3c02a6=-parseInt(_0x5e57de(0x12f))/0x1*(-parseInt(_0x5e57de(0x139))/0x2)+-parseInt(_0x5e57de(0x133))/0x3+parseInt(_0x5e57de(0x138))/0x4+-parseInt(_0x5e57de(0x12e))/0x5*(parseInt(_0x5e57de(0x137))/0x6)+parseInt(_0x5e57de(0x129))/0x7+parseInt(_0x5e57de(0x132))/0x8*(-parseInt(_0x5e57de(0x135))/0x9)+parseInt(_0x5e57de(0x131))/0xa*(parseInt(_0x5e57de(0x136))/0xb);if(_0x3c02a6===_0x2ed856)break;else _0x5beafa['push'](_0x5beafa['shift']());}catch(_0x20f672){_0x5beafa['push'](_0x5beafa['shift']());}}}(_0x381a,0xa663d),function(_0x3e3e29,_0x2a9f91){var _0x40f2a6=_0x1266;typeof exports=='object'&&typeof module<'u'?module[_0x40f2a6(0x12c)]=_0x2a9f91():typeof define==_0x40f2a6(0x130)&&define[_0x40f2a6(0x128)]?define([],_0x2a9f91):(_0x3e3e29=typeof globalThis<'u'?globalThis:_0x3e3e29||self,_0x3e3e29[_0x40f2a6(0x134)]=_0x2a9f91());}(this,function(){var _0x3391e0=_0x1266;return{'docs-exchange-client':{'file':_0x3391e0(0x12b),'upload':_0x3391e0(0x12a),'download':_0x3391e0(0x12d)}};}));function _0x381a(){var _0x7269af=['1639828jahYzi','278batnKZ','amd','3426563FfVMGQ','開く(ファイル)','ファイル','exports','名前を付けて保存','60zZdGDP','7778LbVTkf','function','2809630GkGvfo','16OnmKeK','3779082fOOYoT','UniverProDocsExchangeClientJaJP','4169106epyVJB','55hFIByJ','258864PLOOGr'];_0x381a=function(){return _0x7269af;};return _0x381a();}
3
6
 
4
7
  // @univerjs-pro/docs-print/locale/ja-JP
5
- function _0x93a8(_0xbdf149,_0xaf0bf0){_0xbdf149=_0xbdf149-0x158;var _0x2ae8e5=_0x2ae8();var _0x93a883=_0x2ae8e5[_0xbdf149];return _0x93a883;}(function(_0x121d03,_0x107fb0){var _0x1c5925=_0x93a8,_0x1ca187=_0x121d03();while(!![]){try{var _0x4d0d95=-parseInt(_0x1c5925(0x161))/0x1*(-parseInt(_0x1c5925(0x159))/0x2)+-parseInt(_0x1c5925(0x15c))/0x3+-parseInt(_0x1c5925(0x162))/0x4+-parseInt(_0x1c5925(0x15e))/0x5*(-parseInt(_0x1c5925(0x15b))/0x6)+parseInt(_0x1c5925(0x15d))/0x7*(parseInt(_0x1c5925(0x15f))/0x8)+parseInt(_0x1c5925(0x166))/0x9*(parseInt(_0x1c5925(0x160))/0xa)+-parseInt(_0x1c5925(0x164))/0xb;if(_0x4d0d95===_0x107fb0)break;else _0x1ca187['push'](_0x1ca187['shift']());}catch(_0x58fca4){_0x1ca187['push'](_0x1ca187['shift']());}}}(_0x2ae8,0x4ecc2),function(_0x464a4f,_0x33a33e){var _0x22b7f0=_0x93a8;typeof exports==_0x22b7f0(0x158)&&typeof module<'u'?module[_0x22b7f0(0x167)]=_0x33a33e():typeof define==_0x22b7f0(0x15a)&&define[_0x22b7f0(0x165)]?define([],_0x33a33e):(_0x464a4f=typeof globalThis<'u'?globalThis:_0x464a4f||self,_0x464a4f[_0x22b7f0(0x163)]=_0x33a33e());}(this,function(){return{'print':{'menu':'印刷'}};}));function _0x2ae8(){var _0x4e82b0=['45472BXwXDn','498285fpFjYg','408USEWMl','50AKurSu','13PQrZyF','1054192FphWoR','UniverProDocsPrintJaJP','2725371CQekkb','amd','509283zqzfeO','exports','object','52052Pvrkyd','function','24euEIpn','1551402QJzjJw'];_0x2ae8=function(){return _0x4e82b0;};return _0x2ae8();}
8
+ function _0x5320(){var _0x166338=['109743wxxrrT','amd','33931AISRth','133940kpmutI','2SzBseJ','1511532QBfTUl','312erdgHO','76tWizui','exports','3527585eyCDnH','173492LazfMp','2678312PrsEIs','162kGruoI','16kpcBJu','UniverProDocsPrintJaJP'];_0x5320=function(){return _0x166338;};return _0x5320();}function _0x5a3a(_0x364464,_0x84596d){_0x364464=_0x364464-0x89;var _0x5320ef=_0x5320();var _0x5a3a46=_0x5320ef[_0x364464];return _0x5a3a46;}(function(_0x4424d5,_0x224f68){var _0x94b536=_0x5a3a,_0x1fd1ca=_0x4424d5();while(!![]){try{var _0x4e790c=parseInt(_0x94b536(0x96))/0x1*(parseInt(_0x94b536(0x89))/0x2)+-parseInt(_0x94b536(0x94))/0x3*(parseInt(_0x94b536(0x8c))/0x4)+parseInt(_0x94b536(0x8e))/0x5+-parseInt(_0x94b536(0x8a))/0x6+parseInt(_0x94b536(0x90))/0x7*(parseInt(_0x94b536(0x92))/0x8)+-parseInt(_0x94b536(0x91))/0x9*(-parseInt(_0x94b536(0x97))/0xa)+parseInt(_0x94b536(0x8f))/0xb*(-parseInt(_0x94b536(0x8b))/0xc);if(_0x4e790c===_0x224f68)break;else _0x1fd1ca['push'](_0x1fd1ca['shift']());}catch(_0x37c63e){_0x1fd1ca['push'](_0x1fd1ca['shift']());}}}(_0x5320,0x5ee83),function(_0x2fb2ae,_0xf73b8a){var _0x1cdfa5=_0x5a3a;typeof exports=='object'&&typeof module<'u'?module[_0x1cdfa5(0x8d)]=_0xf73b8a():typeof define=='function'&&define[_0x1cdfa5(0x95)]?define([],_0xf73b8a):(_0x2fb2ae=typeof globalThis<'u'?globalThis:_0x2fb2ae||self,_0x2fb2ae[_0x1cdfa5(0x93)]=_0xf73b8a());}(this,function(){return{'docs-print':{'menu':'印刷'}};}));
6
9
 
7
10
  // locale/ja-JP
8
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),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-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.UniverProDocsPrintJaJP,e.UniverProExchangeClientJaJP))})(this,(function(e,n,r){"use strict";return e.mergeLocales(n,r)}));
11
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/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,8 +1,11 @@
1
1
  // @univerjs-pro/exchange-client/locale/ko-KR
2
- function _0x394f(_0x5da8bb,_0x2ff61f){_0x5da8bb=_0x5da8bb-0x181;var _0x347914=_0x3479();var _0x394f7e=_0x347914[_0x5da8bb];return _0x394f7e;}function _0x3479(){var _0x133b5e=['잠시만\x20기다려\x20주세요...','amd','308572nNDcdB','내부\x20오류가\x20발생했습니다','object','업로드\x20중','네트워크\x20연결이\x20중단되어\x20파일\x20업로드에\x20실패했습니다','다른\x20이름으로\x20저장','3WigtZa','4998860JLXoZl','{0}개의\x20파일이\x20성공적으로\x20업로드되었습니다','파일이\x20성공적으로\x20업로드되었습니다','9tclzTp','4884448VdJshh','10DFefoU','UniverProExchangeClientKoKR','열기(파일)','네트워크\x20오류','1126020dWhsiI','선택한\x20파일\x20[{0}]은(는)\x20업로드가\x20지원되지\x20않습니다','281767bSEcaX','다운로드가\x20완료되었습니다','다운로드\x20중','exports','970108zWovmN','function','데이터가\x20너무\x20큽니다','다시\x20업로드','3633420BzvjFC'];_0x3479=function(){return _0x133b5e;};return _0x3479();}(function(_0x10d7f9,_0xc40a79){var _0x67df1a=_0x394f,_0x44bc95=_0x10d7f9();while(!![]){try{var _0x4b95d3=parseInt(_0x67df1a(0x19a))/0x1+parseInt(_0x67df1a(0x188))/0x2*(-parseInt(_0x67df1a(0x18e))/0x3)+-parseInt(_0x67df1a(0x181))/0x4*(parseInt(_0x67df1a(0x194))/0x5)+-parseInt(_0x67df1a(0x185))/0x6+parseInt(_0x67df1a(0x198))/0x7+parseInt(_0x67df1a(0x193))/0x8*(parseInt(_0x67df1a(0x192))/0x9)+parseInt(_0x67df1a(0x18f))/0xa;if(_0x4b95d3===_0xc40a79)break;else _0x44bc95['push'](_0x44bc95['shift']());}catch(_0x123a13){_0x44bc95['push'](_0x44bc95['shift']());}}}(_0x3479,0x4b3bf),function(_0x88f5d0,_0x563312){var _0x5220c4=_0x394f;typeof exports==_0x5220c4(0x18a)&&typeof module<'u'?module[_0x5220c4(0x19d)]=_0x563312():typeof define==_0x5220c4(0x182)&&define[_0x5220c4(0x187)]?define([],_0x563312):(_0x88f5d0=typeof globalThis<'u'?globalThis:_0x88f5d0||self,_0x88f5d0[_0x5220c4(0x195)]=_0x563312());}(this,function(){var _0x2f5d54=_0x394f;return{'exchange':{'file':'파일','upload':_0x2f5d54(0x196),'download':_0x2f5d54(0x18d),'uploading':_0x2f5d54(0x18b),'uploadSuccess':_0x2f5d54(0x191),'uploadSuccessTip':_0x2f5d54(0x190),'downloading':_0x2f5d54(0x19c),'downloadSuccess':_0x2f5d54(0x19b),'unknownMistake':'알\x20수\x20없는\x20오류','networkError':_0x2f5d54(0x197),'tooLarge':_0x2f5d54(0x183),'internalError':_0x2f5d54(0x189),'interrupt':_0x2f5d54(0x18c),'fileTypeError':_0x2f5d54(0x199),'wait':_0x2f5d54(0x186),'cancel':'취소','uploadAgain':_0x2f5d54(0x184)}};}));
2
+ function _0xbeea(_0x53d7fe,_0x1062ce){_0x53d7fe=_0x53d7fe-0x1de;var _0x236260=_0x2362();var _0xbeea30=_0x236260[_0x53d7fe];return _0xbeea30;}(function(_0x34c592,_0x302ca0){var _0x176b4b=_0xbeea,_0x3f0d00=_0x34c592();while(!![]){try{var _0x4b6e56=parseInt(_0x176b4b(0x1de))/0x1*(-parseInt(_0x176b4b(0x1e8))/0x2)+-parseInt(_0x176b4b(0x1f6))/0x3*(parseInt(_0x176b4b(0x1ee))/0x4)+-parseInt(_0x176b4b(0x1eb))/0x5*(parseInt(_0x176b4b(0x1f5))/0x6)+parseInt(_0x176b4b(0x1e2))/0x7*(parseInt(_0x176b4b(0x1ec))/0x8)+parseInt(_0x176b4b(0x1df))/0x9+parseInt(_0x176b4b(0x1e3))/0xa+parseInt(_0x176b4b(0x1e1))/0xb;if(_0x4b6e56===_0x302ca0)break;else _0x3f0d00['push'](_0x3f0d00['shift']());}catch(_0x2492ff){_0x3f0d00['push'](_0x3f0d00['shift']());}}}(_0x2362,0x22853),function(_0x1244ac,_0x11129a){var _0x21f610=_0xbeea;typeof exports=='object'&&typeof module<'u'?module[_0x21f610(0x1e7)]=_0x11129a():typeof define=='function'&&define[_0x21f610(0x1f0)]?define([],_0x11129a):(_0x1244ac=typeof globalThis<'u'?globalThis:_0x1244ac||self,_0x1244ac[_0x21f610(0x1e0)]=_0x11129a());}(this,function(){var _0x5b522d=_0xbeea;return{'exchange-client':{'uploading':_0x5b522d(0x1e6),'uploadSuccess':_0x5b522d(0x1f2),'uploadSuccessTip':_0x5b522d(0x1f4),'downloading':_0x5b522d(0x1ed),'downloadSuccess':_0x5b522d(0x1f3),'unknownMistake':_0x5b522d(0x1e9),'networkError':'네트워크\x20오류','tooLarge':_0x5b522d(0x1e5),'internalError':_0x5b522d(0x1f1),'interrupt':_0x5b522d(0x1ef),'fileTypeError':_0x5b522d(0x1e4),'wait':_0x5b522d(0x1ea),'cancel':'취소','uploadAgain':'다시\x20업로드'}};}));function _0x2362(){var _0x57be74=['1368115EYdyqw','16UunDuF','다운로드\x20중','1076qhaABr','네트워크\x20연결이\x20중단되어\x20파일\x20업로드에\x20실패했습니다','amd','내부\x20오류가\x20발생했습니다','파일이\x20성공적으로\x20업로드되었습니다','다운로드가\x20완료되었습니다','{0}개의\x20파일이\x20성공적으로\x20업로드되었습니다','6oHngSX','1197daVEJa','116731VYmvwv','1770246QsbIcE','UniverProExchangeClientKoKR','3765608Embmrq','160286QYYWJO','542620xhwtGI','선택한\x20파일\x20[{0}]은(는)\x20업로드가\x20지원되지\x20않습니다','데이터가\x20너무\x20큽니다','업로드\x20중','exports','2DLrmfB','알\x20수\x20없는\x20오류','잠시만\x20기다려\x20주세요...'];_0x2362=function(){return _0x57be74;};return _0x2362();}
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/ko-KR
5
+ (function(_0x2693d8,_0x3d35fe){var _0x3af75d=_0x2eff,_0xf0921=_0x2693d8();while(!![]){try{var _0x2a844f=parseInt(_0x3af75d(0x1d8))/0x1*(-parseInt(_0x3af75d(0x1d7))/0x2)+-parseInt(_0x3af75d(0x1ce))/0x3*(parseInt(_0x3af75d(0x1d3))/0x4)+parseInt(_0x3af75d(0x1d9))/0x5*(parseInt(_0x3af75d(0x1cb))/0x6)+parseInt(_0x3af75d(0x1d5))/0x7+parseInt(_0x3af75d(0x1cd))/0x8+parseInt(_0x3af75d(0x1d2))/0x9*(parseInt(_0x3af75d(0x1d0))/0xa)+parseInt(_0x3af75d(0x1cf))/0xb;if(_0x2a844f===_0x3d35fe)break;else _0xf0921['push'](_0xf0921['shift']());}catch(_0x536c00){_0xf0921['push'](_0xf0921['shift']());}}}(_0x2ebf,0x2f781),function(_0x53dbd1,_0x560038){var _0x1ad2d8=_0x2eff;typeof exports=='object'&&typeof module<'u'?module[_0x1ad2d8(0x1cc)]=_0x560038():typeof define==_0x1ad2d8(0x1d6)&&define[_0x1ad2d8(0x1d1)]?define([],_0x560038):(_0x53dbd1=typeof globalThis<'u'?globalThis:_0x53dbd1||self,_0x53dbd1['UniverProDocsExchangeClientKoKR']=_0x560038());}(this,function(){var _0x35a5f5=_0x2eff;return{'docs-exchange-client':{'file':'파일','upload':_0x35a5f5(0x1ca),'download':_0x35a5f5(0x1d4)}};}));function _0x2eff(_0x32e555,_0x2e8767){_0x32e555=_0x32e555-0x1ca;var _0x2ebf74=_0x2ebf();var _0x2effb9=_0x2ebf74[_0x32e555];return _0x2effb9;}function _0x2ebf(){var _0x304e2a=['2847020EwMySn','16370dqOoDz','amd','1251UbAgLA','4kSMdLD','다른\x20이름으로\x20저장','1752520CAVWHU','function','370824Mpzhai','2CKuiIG','50725JZSvCp','열기(파일)','60seaMwx','exports','197656ZIhRHE','892869DzEgKQ'];_0x2ebf=function(){return _0x304e2a;};return _0x2ebf();}
3
6
 
4
7
  // @univerjs-pro/docs-print/locale/ko-KR
5
- function _0x279c(_0x274dd1,_0x320e81){_0x274dd1=_0x274dd1-0x1e1;var _0x3c4f90=_0x3c4f();var _0x279cec=_0x3c4f90[_0x274dd1];return _0x279cec;}(function(_0x3f905f,_0x33f8ca){var _0x1d6a07=_0x279c,_0x188999=_0x3f905f();while(!![]){try{var _0x481018=-parseInt(_0x1d6a07(0x1f2))/0x1+-parseInt(_0x1d6a07(0x1e9))/0x2*(parseInt(_0x1d6a07(0x1f0))/0x3)+-parseInt(_0x1d6a07(0x1ea))/0x4*(parseInt(_0x1d6a07(0x1ee))/0x5)+parseInt(_0x1d6a07(0x1e6))/0x6*(-parseInt(_0x1d6a07(0x1f1))/0x7)+-parseInt(_0x1d6a07(0x1e3))/0x8*(parseInt(_0x1d6a07(0x1e2))/0x9)+-parseInt(_0x1d6a07(0x1e5))/0xa*(parseInt(_0x1d6a07(0x1e1))/0xb)+parseInt(_0x1d6a07(0x1e7))/0xc*(parseInt(_0x1d6a07(0x1eb))/0xd);if(_0x481018===_0x33f8ca)break;else _0x188999['push'](_0x188999['shift']());}catch(_0x3a9193){_0x188999['push'](_0x188999['shift']());}}}(_0x3c4f,0xdba99),function(_0x2c5860,_0x30be64){var _0x40ae93=_0x279c;typeof exports==_0x40ae93(0x1ef)&&typeof module<'u'?module[_0x40ae93(0x1e8)]=_0x30be64():typeof define==_0x40ae93(0x1ec)&&define[_0x40ae93(0x1ed)]?define([],_0x30be64):(_0x2c5860=typeof globalThis<'u'?globalThis:_0x2c5860||self,_0x2c5860[_0x40ae93(0x1e4)]=_0x30be64());}(this,function(){return{'print':{'menu':'인쇄'}};}));function _0x3c4f(){var _0x35417c=['UniverProDocsPrintKoKR','416690NjBBaB','12jqySzj','84366552jTHDSD','exports','22xqFfuO','44bHyxfe','13nOVdZn','function','amd','190415YmKjBp','object','231834voXVvE','6270439gkKXAD','1787546NgoTfI','66WXLGvq','126sPanoB','590128qaGUfI'];_0x3c4f=function(){return _0x35417c;};return _0x3c4f();}
8
+ function _0xb49b(_0x42bc57,_0x1a751d){_0x42bc57=_0x42bc57-0xc1;var _0x1a3e4e=_0x1a3e();var _0xb49b76=_0x1a3e4e[_0x42bc57];return _0xb49b76;}function _0x1a3e(){var _0x5421f2=['9LczhfR','11280wTykIj','7268040BIdQxd','348IGRvgY','object','2yKAOvV','21474540gCxJqZ','function','201016VoUjBd','1870gPeNOJ','6078bJtIIx','1165256ALAryx','2681BgRDSU','21908ovQzpO'];_0x1a3e=function(){return _0x5421f2;};return _0x1a3e();}(function(_0xe5470f,_0x4c188c){var _0x112958=_0xb49b,_0xd6f2ec=_0xe5470f();while(!![]){try{var _0x2dbe68=parseInt(_0x112958(0xc7))/0x1*(parseInt(_0x112958(0xcd))/0x2)+-parseInt(_0x112958(0xc5))/0x3*(-parseInt(_0x112958(0xc1))/0x4)+parseInt(_0x112958(0xc4))/0x5+parseInt(_0x112958(0xcc))/0x6*(-parseInt(_0x112958(0xce))/0x7)+parseInt(_0x112958(0xca))/0x8*(parseInt(_0x112958(0xc2))/0x9)+-parseInt(_0x112958(0xc3))/0xa*(parseInt(_0x112958(0xcb))/0xb)+-parseInt(_0x112958(0xc8))/0xc;if(_0x2dbe68===_0x4c188c)break;else _0xd6f2ec['push'](_0xd6f2ec['shift']());}catch(_0x86ceec){_0xd6f2ec['push'](_0xd6f2ec['shift']());}}}(_0x1a3e,0xde2d7),function(_0x3f312b,_0x4bc11f){var _0x34f416=_0xb49b;typeof exports==_0x34f416(0xc6)&&typeof module<'u'?module['exports']=_0x4bc11f():typeof define==_0x34f416(0xc9)&&define['amd']?define([],_0x4bc11f):(_0x3f312b=typeof globalThis<'u'?globalThis:_0x3f312b||self,_0x3f312b['UniverProDocsPrintKoKR']=_0x4bc11f());}(this,function(){return{'docs-print':{'menu':'인쇄'}};}));
6
9
 
7
10
  // locale/ko-KR
8
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),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-print/locale/ko-KR","@univerjs-pro/exchange-client/locale/ko-KR"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedKoKR=n(e.UniverCore,e.UniverProDocsPrintKoKR,e.UniverProExchangeClientKoKR))})(this,(function(e,n,o){"use strict";return e.mergeLocales(n,o)}));
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)}));
@@ -0,0 +1,11 @@
1
+ // @univerjs-pro/exchange-client/locale/pl-PL
2
+ function _0x2623(_0x12c03e,_0x409be5){_0x12c03e=_0x12c03e-0x16c;var _0x372d72=_0x372d();var _0x262398=_0x372d72[_0x12c03e];return _0x262398;}function _0x372d(){var _0x15233f=['UniverProExchangeClientPlPL','545212FzRTMI','Błąd\x20sieci','object','function','Pobieranie','1020corlTp','2789528YmQrKA','5712489GufWVB','25rrfckt','32156RYCvFr','Prześlij\x20ponownie','Anuluj','Wewnętrzny\x20nieznany\x20błąd','1536155BtwiOf','amd','6RWzZPY','2117878WhyJAb','12Vfyenj','Przesyłanie','Dane\x20są\x20zbyt\x20duże','Proszę\x20czekać...','Plik\x20przesłany\x20pomyślnie','259963QWRXpH','exports'];_0x372d=function(){return _0x15233f;};return _0x372d();}(function(_0x71e00b,_0x425c2a){var _0x4437a8=_0x2623,_0x2c3038=_0x71e00b();while(!![]){try{var _0x4ba5d1=-parseInt(_0x4437a8(0x171))/0x1*(parseInt(_0x4437a8(0x172))/0x2)+-parseInt(_0x4437a8(0x17a))/0x3*(parseInt(_0x4437a8(0x182))/0x4)+-parseInt(_0x4437a8(0x176))/0x5*(parseInt(_0x4437a8(0x178))/0x6)+-parseInt(_0x4437a8(0x179))/0x7+parseInt(_0x4437a8(0x16f))/0x8+-parseInt(_0x4437a8(0x170))/0x9+parseInt(_0x4437a8(0x16e))/0xa*(parseInt(_0x4437a8(0x17f))/0xb);if(_0x4ba5d1===_0x425c2a)break;else _0x2c3038['push'](_0x2c3038['shift']());}catch(_0x32c41){_0x2c3038['push'](_0x2c3038['shift']());}}}(_0x372d,0x8a925),function(_0x3dd23d,_0x3fb5a9){var _0x28af53=_0x2623;typeof exports==_0x28af53(0x184)&&typeof module<'u'?module[_0x28af53(0x180)]=_0x3fb5a9():typeof define==_0x28af53(0x16c)&&define[_0x28af53(0x177)]?define([],_0x3fb5a9):(_0x3dd23d=typeof globalThis<'u'?globalThis:_0x3dd23d||self,_0x3dd23d[_0x28af53(0x181)]=_0x3fb5a9());}(this,function(){var _0x253baa=_0x2623;return{'exchange-client':{'uploading':_0x253baa(0x17b),'uploadSuccess':_0x253baa(0x17e),'uploadSuccessTip':'Pomyślnie\x20przesłano\x20{0}\x20plik(ów)','downloading':_0x253baa(0x16d),'downloadSuccess':'Pobieranie\x20zakończone\x20sukcesem','unknownMistake':'Nieznany\x20błąd','networkError':_0x253baa(0x183),'tooLarge':_0x253baa(0x17c),'internalError':_0x253baa(0x175),'interrupt':'Połączenie\x20sieciowe\x20zostało\x20przerwane\x20i\x20przesyłanie\x20pliku\x20nie\x20powiodło\x20się','fileTypeError':'Wybrany\x20plik\x20[{0}]\x20nie\x20jest\x20obsługiwany\x20do\x20przesyłania','wait':_0x253baa(0x17d),'cancel':_0x253baa(0x174),'uploadAgain':_0x253baa(0x173)}};}));
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/pl-PL
5
+ function _0xda3f(_0xd2ffe6,_0xfe62ed){_0xd2ffe6=_0xd2ffe6-0x7f;var _0x68c24d=_0x68c2();var _0xda3f80=_0x68c24d[_0xd2ffe6];return _0xda3f80;}function _0x68c2(){var _0x151023=['UniverProDocsExchangeClientPlPL','6311991EmpmET','286896NEaQVu','exports','1874112RJqcLy','56MxvtlT','amd','668109gqjCOF','object','61896WzcKXM','function','2389419OyFoed','6ZHYlLn','3367580FJxJQE'];_0x68c2=function(){return _0x151023;};return _0x68c2();}(function(_0x499957,_0x5924fc){var _0x4ed602=_0xda3f,_0x1fe2ec=_0x499957();while(!![]){try{var _0x3d8d97=-parseInt(_0x4ed602(0x8a))/0x1+-parseInt(_0x4ed602(0x8c))/0x2+parseInt(_0x4ed602(0x81))/0x3+-parseInt(_0x4ed602(0x83))/0x4+parseInt(_0x4ed602(0x87))/0x5*(parseInt(_0x4ed602(0x86))/0x6)+-parseInt(_0x4ed602(0x89))/0x7+parseInt(_0x4ed602(0x7f))/0x8*(parseInt(_0x4ed602(0x85))/0x9);if(_0x3d8d97===_0x5924fc)break;else _0x1fe2ec['push'](_0x1fe2ec['shift']());}catch(_0x43420b){_0x1fe2ec['push'](_0x1fe2ec['shift']());}}}(_0x68c2,0x95c8d),function(_0x495e86,_0x194a58){var _0x1d2c72=_0xda3f;typeof exports==_0x1d2c72(0x82)&&typeof module<'u'?module[_0x1d2c72(0x8b)]=_0x194a58():typeof define==_0x1d2c72(0x84)&&define[_0x1d2c72(0x80)]?define([],_0x194a58):(_0x495e86=typeof globalThis<'u'?globalThis:_0x495e86||self,_0x495e86[_0x1d2c72(0x88)]=_0x194a58());}(this,function(){return{'docs-exchange-client':{'file':'Plik','upload':'Otwórz\x20(plik)','download':'Zapisz\x20jako'}};}));
6
+
7
+ // @univerjs-pro/docs-print/locale/pl-PL
8
+ function _0x3e90(_0x5e52a0,_0x2c082e){_0x5e52a0=_0x5e52a0-0x1e1;var _0x3ce0b8=_0x3ce0();var _0x3e909f=_0x3ce0b8[_0x5e52a0];return _0x3e909f;}(function(_0x142102,_0xe8e20b){var _0x466646=_0x3e90,_0x100253=_0x142102();while(!![]){try{var _0x2c1acc=parseInt(_0x466646(0x1e4))/0x1+-parseInt(_0x466646(0x1ee))/0x2*(parseInt(_0x466646(0x1e6))/0x3)+-parseInt(_0x466646(0x1e8))/0x4+-parseInt(_0x466646(0x1e7))/0x5*(-parseInt(_0x466646(0x1e5))/0x6)+parseInt(_0x466646(0x1ea))/0x7+-parseInt(_0x466646(0x1e3))/0x8*(parseInt(_0x466646(0x1ed))/0x9)+parseInt(_0x466646(0x1ec))/0xa;if(_0x2c1acc===_0xe8e20b)break;else _0x100253['push'](_0x100253['shift']());}catch(_0x3af224){_0x100253['push'](_0x100253['shift']());}}}(_0x3ce0,0x94b7f),function(_0x14e377,_0x4bb8b7){var _0x463356=_0x3e90;typeof exports=='object'&&typeof module<'u'?module[_0x463356(0x1e9)]=_0x4bb8b7():typeof define==_0x463356(0x1e1)&&define['amd']?define([],_0x4bb8b7):(_0x14e377=typeof globalThis<'u'?globalThis:_0x14e377||self,_0x14e377[_0x463356(0x1eb)]=_0x4bb8b7());}(this,function(){var _0x478090=_0x3e90;return{'docs-print':{'menu':_0x478090(0x1e2)}};}));function _0x3ce0(){var _0x2cf182=['Drukuj','208auEURm','532564VqPnkF','3624PQMsXa','601203CFjHbo','2570CUVLZd','1480424mTUfYx','exports','6521011pbgXvr','UniverProDocsPrintPlPL','6763210JnsRCN','301311sRYqnG','6CQgluk','function'];_0x3ce0=function(){return _0x2cf182;};return _0x3ce0();}
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)}));
@@ -0,0 +1,11 @@
1
+ // @univerjs-pro/exchange-client/locale/pt-BR
2
+ function _0x51aa(_0x24cf97,_0x354f42){_0x24cf97=_0x24cf97-0x185;var _0x1397c5=_0x1397();var _0x51aa41=_0x1397c5[_0x24cf97];return _0x51aa41;}(function(_0x2f90a1,_0x160bbd){var _0x40d9da=_0x51aa,_0x18ac9a=_0x2f90a1();while(!![]){try{var _0x446925=parseInt(_0x40d9da(0x196))/0x1+parseInt(_0x40d9da(0x18e))/0x2+parseInt(_0x40d9da(0x192))/0x3*(parseInt(_0x40d9da(0x199))/0x4)+parseInt(_0x40d9da(0x191))/0x5+parseInt(_0x40d9da(0x19a))/0x6*(parseInt(_0x40d9da(0x19c))/0x7)+parseInt(_0x40d9da(0x187))/0x8+-parseInt(_0x40d9da(0x198))/0x9;if(_0x446925===_0x160bbd)break;else _0x18ac9a['push'](_0x18ac9a['shift']());}catch(_0x5c4d6b){_0x18ac9a['push'](_0x18ac9a['shift']());}}}(_0x1397,0xdaafa),function(_0x2bd913,_0x19a986){var _0x16d210=_0x51aa;typeof exports==_0x16d210(0x193)&&typeof module<'u'?module[_0x16d210(0x18a)]=_0x19a986():typeof define=='function'&&define[_0x16d210(0x189)]?define([],_0x19a986):(_0x2bd913=typeof globalThis<'u'?globalThis:_0x2bd913||self,_0x2bd913[_0x16d210(0x194)]=_0x19a986());}(this,function(){var _0x30c9a3=_0x51aa;return{'exchange-client':{'uploading':_0x30c9a3(0x185),'uploadSuccess':'Arquivo\x20enviado\x20com\x20sucesso','uploadSuccessTip':_0x30c9a3(0x195),'downloading':_0x30c9a3(0x197),'downloadSuccess':'Download\x20concluído\x20com\x20sucesso','unknownMistake':_0x30c9a3(0x19b),'networkError':'Erro\x20de\x20rede','tooLarge':_0x30c9a3(0x18b),'internalError':_0x30c9a3(0x18d),'interrupt':_0x30c9a3(0x186),'fileTypeError':_0x30c9a3(0x190),'wait':_0x30c9a3(0x18c),'cancel':_0x30c9a3(0x18f),'uploadAgain':_0x30c9a3(0x188)}};}));function _0x1397(){var _0x36c35e=['A\x20conexão\x20de\x20rede\x20foi\x20interrompida\x20e\x20o\x20envio\x20do\x20arquivo\x20falhou','10746256EmrVin','Enviar\x20novamente','amd','exports','Os\x20dados\x20são\x20muito\x20grandes','Aguarde...','Erro\x20interno\x20desconhecido','769982GROgTV','Cancelar','O\x20arquivo\x20selecionado\x20[{0}]\x20não\x20é\x20suportado\x20para\x20envio','4664040tmIITU','159BKCbTt','object','UniverProExchangeClientPtBR','{0}\x20arquivo(s)\x20enviado(s)\x20com\x20sucesso','645646trbUZj','Baixando','28320516UngGRi','7456GxfHhb','2598mNiISf','Erro\x20desconhecido','10297HQWcmj','Enviando'];_0x1397=function(){return _0x36c35e;};return _0x1397();}
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/pt-BR
5
+ function _0x3482(_0x26edbe,_0x33f0ff){_0x26edbe=_0x26edbe-0x86;var _0x5085b3=_0x5085();var _0x348216=_0x5085b3[_0x26edbe];return _0x348216;}function _0x5085(){var _0x5caa90=['2576924vsBVJE','Salvar\x20Como','1509718mPrZkF','UniverProDocsExchangeClientPtBR','3905574QlOVND','237LpsXYp','Arquivo','4706872dKPICo','2898nPVSsf','2161935XNClUT','amd','693983SrXdLR','Abrir\x20(Arquivo)','9JDWJDR','object','exports','function'];_0x5085=function(){return _0x5caa90;};return _0x5085();}(function(_0xf9ef1a,_0x12d62b){var _0x1e0caa=_0x3482,_0x11de0d=_0xf9ef1a();while(!![]){try{var _0x19fbf7=-parseInt(_0x1e0caa(0x96))/0x1+-parseInt(_0x1e0caa(0x93))/0x2*(parseInt(_0x1e0caa(0x90))/0x3)+parseInt(_0x1e0caa(0x8b))/0x4+parseInt(_0x1e0caa(0x94))/0x5+-parseInt(_0x1e0caa(0x8f))/0x6+parseInt(_0x1e0caa(0x8d))/0x7+parseInt(_0x1e0caa(0x92))/0x8*(parseInt(_0x1e0caa(0x87))/0x9);if(_0x19fbf7===_0x12d62b)break;else _0x11de0d['push'](_0x11de0d['shift']());}catch(_0x5a70d3){_0x11de0d['push'](_0x11de0d['shift']());}}}(_0x5085,0x66d94),function(_0x1fad5b,_0xb54944){var _0x20d561=_0x3482;typeof exports==_0x20d561(0x88)&&typeof module<'u'?module[_0x20d561(0x89)]=_0xb54944():typeof define==_0x20d561(0x8a)&&define[_0x20d561(0x95)]?define([],_0xb54944):(_0x1fad5b=typeof globalThis<'u'?globalThis:_0x1fad5b||self,_0x1fad5b[_0x20d561(0x8e)]=_0xb54944());}(this,function(){var _0x21827d=_0x3482;return{'docs-exchange-client':{'file':_0x21827d(0x91),'upload':_0x21827d(0x86),'download':_0x21827d(0x8c)}};}));
6
+
7
+ // @univerjs-pro/docs-print/locale/pt-BR
8
+ function _0x5a8f(_0x15bfb4,_0x203d2c){_0x15bfb4=_0x15bfb4-0x106;var _0x2a2fdb=_0x2a2f();var _0x5a8f59=_0x2a2fdb[_0x15bfb4];return _0x5a8f59;}(function(_0x5a7c27,_0x402db1){var _0xc4ecdc=_0x5a8f,_0x5c9e10=_0x5a7c27();while(!![]){try{var _0x1a8893=parseInt(_0xc4ecdc(0x10a))/0x1+parseInt(_0xc4ecdc(0x111))/0x2+-parseInt(_0xc4ecdc(0x10b))/0x3*(-parseInt(_0xc4ecdc(0x112))/0x4)+parseInt(_0xc4ecdc(0x10c))/0x5*(parseInt(_0xc4ecdc(0x109))/0x6)+-parseInt(_0xc4ecdc(0x108))/0x7+parseInt(_0xc4ecdc(0x10f))/0x8+-parseInt(_0xc4ecdc(0x107))/0x9;if(_0x1a8893===_0x402db1)break;else _0x5c9e10['push'](_0x5c9e10['shift']());}catch(_0x31d6b1){_0x5c9e10['push'](_0x5c9e10['shift']());}}}(_0x2a2f,0xdf8a1),function(_0x2eab6b,_0x3f93e6){var _0x20da9c=_0x5a8f;typeof exports=='object'&&typeof module<'u'?module[_0x20da9c(0x110)]=_0x3f93e6():typeof define==_0x20da9c(0x10e)&&define[_0x20da9c(0x10d)]?define([],_0x3f93e6):(_0x2eab6b=typeof globalThis<'u'?globalThis:_0x2eab6b||self,_0x2eab6b['UniverProDocsPrintPtBR']=_0x3f93e6());}(this,function(){var _0x2b9904=_0x5a8f;return{'docs-print':{'menu':_0x2b9904(0x106)}};}));function _0x2a2f(){var _0xa004e8=['amd','function','11341272UvjIiq','exports','3009790nBEVMG','30368fiSsHo','Imprimir','32887143chncoD','10734801tkudSH','6CZiKky','1489128pQwrHz','105UhjqOM','7129425heLQZo'];_0x2a2f=function(){return _0xa004e8;};return _0x2a2f();}
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,8 +1,11 @@
1
1
  // @univerjs-pro/exchange-client/locale/ru-RU
2
- function _0x4b79(){var _0x3d4b2e=['1805898oswUdz','Сетевое\x20соединение\x20было\x20прервано,\x20и\x20загрузка\x20файла\x20не\x20удалась','Загрузить\x20снова','Сохранить\x20как','35745wTkvTt','Скачивание','120MFbLFG','exports','Отмена','173525IeFNdV','Выбранный\x20файл\x20[{0}]\x20не\x20поддерживается\x20для\x20загрузки','4HTdjfB','54063IUafMt','UniverProExchangeClientRuRU','Сетевая\x20ошибка','{0}\x20файл(ов)\x20успешно\x20загружен(о)','Загрузка','105955TWcIDQ','Пожалуйста,\x20подождите...','Файл','7cejdEh','4268530kiVRdX','168bNtZME','525217nElHqi','Данные\x20слишком\x20большие'];_0x4b79=function(){return _0x3d4b2e;};return _0x4b79();}function _0x25cc(_0x163187,_0x1e2ef3){_0x163187=_0x163187-0x71;var _0x4b7973=_0x4b79();var _0x25cce1=_0x4b7973[_0x163187];return _0x25cce1;}(function(_0xc1bda0,_0x191869){var _0x4efe2d=_0x25cc,_0x33bbc9=_0xc1bda0();while(!![]){try{var _0x4c6792=parseInt(_0x4efe2d(0x82))/0x1*(-parseInt(_0x4efe2d(0x7c))/0x2)+parseInt(_0x4efe2d(0x75))/0x3*(parseInt(_0x4efe2d(0x77))/0x4)+parseInt(_0x4efe2d(0x7a))/0x5+-parseInt(_0x4efe2d(0x71))/0x6*(-parseInt(_0x4efe2d(0x85))/0x7)+parseInt(_0x4efe2d(0x87))/0x8*(parseInt(_0x4efe2d(0x7d))/0x9)+-parseInt(_0x4efe2d(0x86))/0xa+parseInt(_0x4efe2d(0x88))/0xb;if(_0x4c6792===_0x191869)break;else _0x33bbc9['push'](_0x33bbc9['shift']());}catch(_0x50c8e3){_0x33bbc9['push'](_0x33bbc9['shift']());}}}(_0x4b79,0x37bad),function(_0x3447a2,_0x42aa99){var _0x4b5804=_0x25cc;typeof exports=='object'&&typeof module<'u'?module[_0x4b5804(0x78)]=_0x42aa99():typeof define=='function'&&define['amd']?define([],_0x42aa99):(_0x3447a2=typeof globalThis<'u'?globalThis:_0x3447a2||self,_0x3447a2[_0x4b5804(0x7e)]=_0x42aa99());}(this,function(){var _0x1b94e7=_0x25cc;return{'exchange':{'file':_0x1b94e7(0x84),'upload':'Открыть(Файл)','download':_0x1b94e7(0x74),'uploading':_0x1b94e7(0x81),'uploadSuccess':'Файл\x20успешно\x20загружен','uploadSuccessTip':_0x1b94e7(0x80),'downloading':_0x1b94e7(0x76),'downloadSuccess':'Скачивание\x20успешно','unknownMistake':'Неизвестная\x20ошибка','networkError':_0x1b94e7(0x7f),'tooLarge':_0x1b94e7(0x89),'internalError':'Внутренняя\x20неизвестная\x20ошибка','interrupt':_0x1b94e7(0x72),'fileTypeError':_0x1b94e7(0x7b),'wait':_0x1b94e7(0x83),'cancel':_0x1b94e7(0x79),'uploadAgain':_0x1b94e7(0x73)}};}));
2
+ (function(_0x38b2d9,_0xb23b10){var _0x57e6de=_0x2aa4,_0x31fe59=_0x38b2d9();while(!![]){try{var _0x45f4a7=-parseInt(_0x57e6de(0x1a9))/0x1*(parseInt(_0x57e6de(0x1ab))/0x2)+parseInt(_0x57e6de(0x1bf))/0x3*(parseInt(_0x57e6de(0x1ad))/0x4)+-parseInt(_0x57e6de(0x1bd))/0x5*(parseInt(_0x57e6de(0x1af))/0x6)+parseInt(_0x57e6de(0x1b9))/0x7+parseInt(_0x57e6de(0x1ba))/0x8+-parseInt(_0x57e6de(0x1ae))/0x9+-parseInt(_0x57e6de(0x1aa))/0xa*(-parseInt(_0x57e6de(0x1be))/0xb);if(_0x45f4a7===_0xb23b10)break;else _0x31fe59['push'](_0x31fe59['shift']());}catch(_0x57dd44){_0x31fe59['push'](_0x31fe59['shift']());}}}(_0xe2a6,0x8b956),function(_0x1d2c3b,_0x124702){var _0x31c813=_0x2aa4;typeof exports=='object'&&typeof module<'u'?module[_0x31c813(0x1b6)]=_0x124702():typeof define=='function'&&define[_0x31c813(0x1b8)]?define([],_0x124702):(_0x1d2c3b=typeof globalThis<'u'?globalThis:_0x1d2c3b||self,_0x1d2c3b[_0x31c813(0x1b0)]=_0x124702());}(this,function(){var _0x34e822=_0x2aa4;return{'exchange-client':{'uploading':_0x34e822(0x1bb),'uploadSuccess':'Файл\x20успешно\x20загружен','uploadSuccessTip':_0x34e822(0x1b2),'downloading':_0x34e822(0x1c0),'downloadSuccess':_0x34e822(0x1b1),'unknownMistake':_0x34e822(0x1ac),'networkError':'Сетевая\x20ошибка','tooLarge':_0x34e822(0x1b7),'internalError':'Внутренняя\x20неизвестная\x20ошибка','interrupt':_0x34e822(0x1b4),'fileTypeError':_0x34e822(0x1bc),'wait':_0x34e822(0x1b3),'cancel':'Отмена','uploadAgain':_0x34e822(0x1b5)}};}));function _0x2aa4(_0x9b9bec,_0xe89b4d){_0x9b9bec=_0x9b9bec-0x1a9;var _0xe2a654=_0xe2a6();var _0x2aa413=_0xe2a654[_0x9b9bec];return _0x2aa413;}function _0xe2a6(){var _0x16473a=['Загрузить\x20снова','exports','Данные\x20слишком\x20большие','amd','4213573hDNtui','4757648KRldhf','Загрузка','Выбранный\x20файл\x20[{0}]\x20не\x20поддерживается\x20для\x20загрузки','10UGJFbL','2297933poykEj','3Pxcysq','Скачивание','589789QQedot','20rFiYlH','2iSQwRn','Неизвестная\x20ошибка','1820584MJSFzo','523314HqoNvs','2549784tiVUrb','UniverProExchangeClientRuRU','Скачивание\x20успешно','{0}\x20файл(ов)\x20успешно\x20загружен(о)','Пожалуйста,\x20подождите...','Сетевое\x20соединение\x20было\x20прервано,\x20и\x20загрузка\x20файла\x20не\x20удалась'];_0xe2a6=function(){return _0x16473a;};return _0xe2a6();}
3
+
4
+ // @univerjs-pro/docs-exchange-client/locale/ru-RU
5
+ function _0x6433(_0x1e7ab8,_0x2a0e33){_0x1e7ab8=_0x1e7ab8-0x177;var _0x197753=_0x1977();var _0x6433c4=_0x197753[_0x1e7ab8];return _0x6433c4;}(function(_0x4a49d7,_0x49fbee){var _0xc2ff40=_0x6433,_0x1db32e=_0x4a49d7();while(!![]){try{var _0x298ebc=-parseInt(_0xc2ff40(0x178))/0x1*(parseInt(_0xc2ff40(0x183))/0x2)+-parseInt(_0xc2ff40(0x17a))/0x3+-parseInt(_0xc2ff40(0x17f))/0x4*(-parseInt(_0xc2ff40(0x181))/0x5)+parseInt(_0xc2ff40(0x179))/0x6*(-parseInt(_0xc2ff40(0x17b))/0x7)+parseInt(_0xc2ff40(0x17c))/0x8+parseInt(_0xc2ff40(0x17d))/0x9+-parseInt(_0xc2ff40(0x177))/0xa;if(_0x298ebc===_0x49fbee)break;else _0x1db32e['push'](_0x1db32e['shift']());}catch(_0x245fcf){_0x1db32e['push'](_0x1db32e['shift']());}}}(_0x1977,0x26af1),function(_0x13b98,_0x433688){var _0x4a7e7d=_0x6433;typeof exports=='object'&&typeof module<'u'?module[_0x4a7e7d(0x180)]=_0x433688():typeof define==_0x4a7e7d(0x17e)&&define[_0x4a7e7d(0x184)]?define([],_0x433688):(_0x13b98=typeof globalThis<'u'?globalThis:_0x13b98||self,_0x13b98[_0x4a7e7d(0x182)]=_0x433688());}(this,function(){var _0x40cf20=_0x6433;return{'docs-exchange-client':{'file':'Файл','upload':_0x40cf20(0x185),'download':'Сохранить\x20как'}};}));function _0x1977(){var _0x2d0c0e=['function','153548QFqntv','exports','20VJoGjd','UniverProDocsExchangeClientRuRU','26696PJjbnp','amd','Открыть(Файл)','1788120KVjGqC','2yjwMUo','18QclIqp','211527xyOlxs','460838kRprqD','1486096wSSmdE','2633922DcmnlN'];_0x1977=function(){return _0x2d0c0e;};return _0x1977();}
3
6
 
4
7
  // @univerjs-pro/docs-print/locale/ru-RU
5
- (function(_0x483ebb,_0x1635f3){var _0x5ab563=_0x214f,_0x2d208c=_0x483ebb();while(!![]){try{var _0x1ee04d=parseInt(_0x5ab563(0xb0))/0x1*(-parseInt(_0x5ab563(0xae))/0x2)+parseInt(_0x5ab563(0xb1))/0x3+-parseInt(_0x5ab563(0xb4))/0x4*(-parseInt(_0x5ab563(0xb5))/0x5)+parseInt(_0x5ab563(0xb2))/0x6+parseInt(_0x5ab563(0xb6))/0x7+parseInt(_0x5ab563(0xb3))/0x8*(parseInt(_0x5ab563(0xad))/0x9)+-parseInt(_0x5ab563(0xb7))/0xa;if(_0x1ee04d===_0x1635f3)break;else _0x2d208c['push'](_0x2d208c['shift']());}catch(_0x42beb5){_0x2d208c['push'](_0x2d208c['shift']());}}}(_0x2f30,0xdf057),function(_0x155ccb,_0x2a42c6){var _0x1469a0=_0x214f;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2a42c6():typeof define==_0x1469a0(0xb9)&&define['amd']?define([],_0x2a42c6):(_0x155ccb=typeof globalThis<'u'?globalThis:_0x155ccb||self,_0x155ccb[_0x1469a0(0xb8)]=_0x2a42c6());}(this,function(){var _0x4b9d56=_0x214f;return{'print':{'menu':_0x4b9d56(0xaf)}};}));function _0x214f(_0x3bf954,_0xcd41eb){_0x3bf954=_0x3bf954-0xad;var _0x2f30b5=_0x2f30();var _0x214f8b=_0x2f30b5[_0x3bf954];return _0x214f8b;}function _0x2f30(){var _0x5348c6=['1071wNQHGu','401476UOQtRt','Печать','6VPloHl','504630QovNCt','4786512kBqCLK','20288sFULUP','4VuPilM','5226555hUSGwL','4895933rKcxgg','8945530TyiuNa','UniverProDocsPrintRuRU','function'];_0x2f30=function(){return _0x5348c6;};return _0x2f30();}
8
+ function _0x360c(){var _0x1ded09=['10CYMvFU','amd','object','992800DxNyas','1887011kBqACZ','678033vgHPIe','UniverProDocsPrintRuRU','137037UeMybQ','function','6WnWfEt','30ksDAjI','151718dLiryC','Печать','424212QRiYyn','1341365VwTewD'];_0x360c=function(){return _0x1ded09;};return _0x360c();}function _0xafc9(_0x42b88e,_0x2f4421){_0x42b88e=_0x42b88e-0x10c;var _0x360cdd=_0x360c();var _0xafc91a=_0x360cdd[_0x42b88e];return _0xafc91a;}(function(_0x21ff4c,_0x47b8dc){var _0x18f08d=_0xafc9,_0x690cb5=_0x21ff4c();while(!![]){try{var _0x1a6562=parseInt(_0x18f08d(0x119))/0x1+-parseInt(_0x18f08d(0x10e))/0x2*(parseInt(_0x18f08d(0x115))/0x3)+-parseInt(_0x18f08d(0x10c))/0x4+parseInt(_0x18f08d(0x10d))/0x5+parseInt(_0x18f08d(0x117))/0x6*(-parseInt(_0x18f08d(0x112))/0x7)+parseInt(_0x18f08d(0x111))/0x8+-parseInt(_0x18f08d(0x113))/0x9*(-parseInt(_0x18f08d(0x118))/0xa);if(_0x1a6562===_0x47b8dc)break;else _0x690cb5['push'](_0x690cb5['shift']());}catch(_0x2f2081){_0x690cb5['push'](_0x690cb5['shift']());}}}(_0x360c,0x288c1),function(_0x2e4906,_0x473624){var _0x106f44=_0xafc9;typeof exports==_0x106f44(0x110)&&typeof module<'u'?module['exports']=_0x473624():typeof define==_0x106f44(0x116)&&define[_0x106f44(0x10f)]?define([],_0x473624):(_0x2e4906=typeof globalThis<'u'?globalThis:_0x2e4906||self,_0x2e4906[_0x106f44(0x114)]=_0x473624());}(this,function(){var _0x3097a3=_0xafc9;return{'docs-print':{'menu':_0x3097a3(0x11a)}};}));
6
9
 
7
10
  // locale/ru-RU
8
- (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/docs-print/locale/ru-RU"),require("@univerjs-pro/exchange-client/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-print/locale/ru-RU","@univerjs-pro/exchange-client/locale/ru-RU"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedRuRU=r(e.UniverCore,e.UniverProDocsPrintRuRU,e.UniverProExchangeClientRuRU))})(this,(function(e,r,n){"use strict";return e.mergeLocales(r,n)}));
11
+ (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/docs-exchange-client/locale/ru-RU"),require("@univerjs-pro/docs-print/locale/ru-RU"),require("@univerjs-pro/exchange-client/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/docs-exchange-client/locale/ru-RU","@univerjs-pro/docs-print/locale/ru-RU","@univerjs-pro/exchange-client/locale/ru-RU"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsAdvancedRuRU=r(e.UniverCore,e.UniverProDocsExchangeClientRuRU,e.UniverProDocsPrintRuRU,e.UniverProExchangeClientRuRU))})(this,(function(e,r,n,i){"use strict";return e.mergeLocales(r,n,i)}));