@univerjs/preset-docs-advanced 0.23.0 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/lib/cjs/locales/ar-SA.js +1 -0
  2. package/lib/cjs/locales/ca-ES.js +1 -1
  3. package/lib/cjs/locales/de-DE.js +1 -0
  4. package/lib/cjs/locales/en-US.js +1 -1
  5. package/lib/cjs/locales/es-ES.js +1 -1
  6. package/lib/cjs/locales/fa-IR.js +1 -1
  7. package/lib/cjs/locales/fr-FR.js +1 -1
  8. package/lib/cjs/locales/id-ID.js +1 -0
  9. package/lib/cjs/locales/it-IT.js +1 -0
  10. package/lib/cjs/locales/ja-JP.js +1 -1
  11. package/lib/cjs/locales/ko-KR.js +1 -1
  12. package/lib/cjs/locales/pl-PL.js +1 -0
  13. package/lib/cjs/locales/pt-BR.js +1 -0
  14. package/lib/cjs/locales/ru-RU.js +1 -1
  15. package/lib/cjs/locales/sk-SK.js +1 -1
  16. package/lib/cjs/locales/vi-VN.js +1 -1
  17. package/lib/cjs/locales/zh-CN.js +1 -1
  18. package/lib/cjs/locales/zh-HK.js +1 -0
  19. package/lib/cjs/locales/zh-TW.js +1 -1
  20. package/lib/es/locales/ar-SA.js +12 -0
  21. package/lib/es/locales/ca-ES.js +9 -7
  22. package/lib/es/locales/de-DE.js +12 -0
  23. package/lib/es/locales/en-US.js +7 -5
  24. package/lib/es/locales/es-ES.js +7 -5
  25. package/lib/es/locales/fa-IR.js +9 -7
  26. package/lib/es/locales/fr-FR.js +7 -5
  27. package/lib/es/locales/id-ID.js +12 -0
  28. package/lib/es/locales/it-IT.js +12 -0
  29. package/lib/es/locales/ja-JP.js +9 -7
  30. package/lib/es/locales/ko-KR.js +7 -5
  31. package/lib/es/locales/pl-PL.js +12 -0
  32. package/lib/es/locales/pt-BR.js +12 -0
  33. package/lib/es/locales/ru-RU.js +7 -5
  34. package/lib/es/locales/sk-SK.js +9 -7
  35. package/lib/es/locales/vi-VN.js +9 -7
  36. package/lib/es/locales/zh-CN.js +9 -7
  37. package/lib/es/locales/zh-HK.js +12 -0
  38. package/lib/es/locales/zh-TW.js +9 -7
  39. package/lib/locales/ar-SA.js +12 -0
  40. package/lib/locales/ca-ES.js +9 -7
  41. package/lib/locales/de-DE.js +12 -0
  42. package/lib/locales/en-US.js +7 -5
  43. package/lib/locales/es-ES.js +7 -5
  44. package/lib/locales/fa-IR.js +9 -7
  45. package/lib/locales/fr-FR.js +7 -5
  46. package/lib/locales/id-ID.js +12 -0
  47. package/lib/locales/it-IT.js +12 -0
  48. package/lib/locales/ja-JP.js +9 -7
  49. package/lib/locales/ko-KR.js +7 -5
  50. package/lib/locales/pl-PL.js +12 -0
  51. package/lib/locales/pt-BR.js +12 -0
  52. package/lib/locales/ru-RU.js +7 -5
  53. package/lib/locales/sk-SK.js +9 -7
  54. package/lib/locales/vi-VN.js +9 -7
  55. package/lib/locales/zh-CN.js +9 -7
  56. package/lib/locales/zh-HK.js +12 -0
  57. package/lib/locales/zh-TW.js +9 -7
  58. package/lib/types/locales/ar-SA.d.ts +4 -0
  59. package/lib/types/locales/de-DE.d.ts +4 -0
  60. package/lib/types/locales/id-ID.d.ts +4 -0
  61. package/lib/types/locales/it-IT.d.ts +4 -0
  62. package/lib/types/locales/pl-PL.d.ts +4 -0
  63. package/lib/types/locales/pt-BR.d.ts +4 -0
  64. package/lib/types/locales/zh-HK.d.ts +4 -0
  65. package/lib/umd/index.js +7 -7
  66. package/lib/umd/locales/ar-SA.js +11 -0
  67. package/lib/umd/locales/ca-ES.js +6 -3
  68. package/lib/umd/locales/de-DE.js +11 -0
  69. package/lib/umd/locales/en-US.js +6 -3
  70. package/lib/umd/locales/es-ES.js +6 -3
  71. package/lib/umd/locales/fa-IR.js +6 -3
  72. package/lib/umd/locales/fr-FR.js +6 -3
  73. package/lib/umd/locales/id-ID.js +11 -0
  74. package/lib/umd/locales/it-IT.js +11 -0
  75. package/lib/umd/locales/ja-JP.js +6 -3
  76. package/lib/umd/locales/ko-KR.js +6 -3
  77. package/lib/umd/locales/pl-PL.js +11 -0
  78. package/lib/umd/locales/pt-BR.js +11 -0
  79. package/lib/umd/locales/ru-RU.js +6 -3
  80. package/lib/umd/locales/sk-SK.js +6 -3
  81. package/lib/umd/locales/vi-VN.js +6 -3
  82. package/lib/umd/locales/zh-CN.js +6 -3
  83. package/lib/umd/locales/zh-HK.js +11 -0
  84. package/lib/umd/locales/zh-TW.js +6 -3
  85. package/package.json +9 -9
@@ -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 _0x1303(_0x5e16c6,_0x4009bd){_0x5e16c6=_0x5e16c6-0xa5;var _0x264a37=_0x264a();var _0x13030f=_0x264a37[_0x5e16c6];return _0x13030f;}function _0x264a(){var _0x484d46=['Downloading','293cTJcfV','69DgQgPu','Internal\x20unknown\x20error','Uploading','Open(File)','{0}\x20file(s)\x20uploaded\x20successfully','Download\x20success','324608NZwAgu','Network\x20error','File','1756OtySwu','Upload\x20again','1923895bSVeQP','The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','amd','function','Cancel','31847400yGoXxT','Please\x20wait...','exports','Save\x20As','UniverProExchangeClientCaES','169612FOvrjD','7256053FPTmgi','5088492ocwviz','object'];_0x264a=function(){return _0x484d46;};return _0x264a();}(function(_0x2fab39,_0x40db65){var _0x27b312=_0x1303,_0x587369=_0x2fab39();while(!![]){try{var _0x3a6ba2=-parseInt(_0x27b312(0xb9))/0x1*(-parseInt(_0x27b312(0xa8))/0x2)+parseInt(_0x27b312(0xba))/0x3*(-parseInt(_0x27b312(0xb4))/0x4)+-parseInt(_0x27b312(0xaa))/0x5+-parseInt(_0x27b312(0xb6))/0x6+-parseInt(_0x27b312(0xb5))/0x7+parseInt(_0x27b312(0xa5))/0x8+parseInt(_0x27b312(0xaf))/0x9;if(_0x3a6ba2===_0x40db65)break;else _0x587369['push'](_0x587369['shift']());}catch(_0x2f9d49){_0x587369['push'](_0x587369['shift']());}}}(_0x264a,0x90769),function(_0xec9bc9,_0x1e0a20){var _0x10c903=_0x1303;typeof exports==_0x10c903(0xb7)&&typeof module<'u'?module[_0x10c903(0xb1)]=_0x1e0a20():typeof define==_0x10c903(0xad)&&define[_0x10c903(0xac)]?define([],_0x1e0a20):(_0xec9bc9=typeof globalThis<'u'?globalThis:_0xec9bc9||self,_0xec9bc9[_0x10c903(0xb3)]=_0x1e0a20());}(this,function(){var _0x275e72=_0x1303;return{'exchange':{'file':_0x275e72(0xa7),'upload':_0x275e72(0xbd),'download':_0x275e72(0xb2),'uploading':_0x275e72(0xbc),'uploadSuccess':'File\x20uploaded\x20successfully','uploadSuccessTip':_0x275e72(0xbe),'downloading':_0x275e72(0xb8),'downloadSuccess':_0x275e72(0xbf),'unknownMistake':'Unknown\x20mistake','networkError':_0x275e72(0xa6),'tooLarge':'Data\x20is\x20too\x20large','internalError':_0x275e72(0xbb),'interrupt':_0x275e72(0xab),'fileTypeError':'Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','wait':_0x275e72(0xb0),'cancel':_0x275e72(0xae),'uploadAgain':_0x275e72(0xa9)}};}));
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 _0x4f0b(_0x1a4828,_0x169ce9){_0x1a4828=_0x1a4828-0x80;var _0x31f258=_0x31f2();var _0x4f0ba9=_0x31f258[_0x1a4828];return _0x4f0ba9;}function _0x31f2(){var _0xd04a90=['UniverProDocsPrintCaES','12vfoDjZ','Print','function','90879euxOmh','543914tgswwJ','14yaVKBS','1803264IwUJma','193266VRXHPX','485635SWDBkO','1628472ekInrk','2853OKTagg','11030uYxMMo'];_0x31f2=function(){return _0xd04a90;};return _0x31f2();}(function(_0x363e00,_0x31e5a2){var _0x1a6e87=_0x4f0b,_0x156c24=_0x363e00();while(!![]){try{var _0x53fcb7=-parseInt(_0x1a6e87(0x85))/0x1+parseInt(_0x1a6e87(0x83))/0x2*(-parseInt(_0x1a6e87(0x81))/0x3)+-parseInt(_0x1a6e87(0x8b))/0x4*(-parseInt(_0x1a6e87(0x86))/0x5)+-parseInt(_0x1a6e87(0x84))/0x6+parseInt(_0x1a6e87(0x82))/0x7+parseInt(_0x1a6e87(0x87))/0x8+-parseInt(_0x1a6e87(0x88))/0x9*(-parseInt(_0x1a6e87(0x89))/0xa);if(_0x53fcb7===_0x31e5a2)break;else _0x156c24['push'](_0x156c24['shift']());}catch(_0x72a927){_0x156c24['push'](_0x156c24['shift']());}}}(_0x31f2,0x34d70),function(_0x540a5e,_0xc83d14){var _0x420cb0=_0x4f0b;typeof exports=='object'&&typeof module<'u'?module['exports']=_0xc83d14():typeof define==_0x420cb0(0x80)&&define['amd']?define([],_0xc83d14):(_0x540a5e=typeof globalThis<'u'?globalThis:_0x540a5e||self,_0x540a5e[_0x420cb0(0x8a)]=_0xc83d14());}(this,function(){var _0x1e260f=_0x4f0b;return{'print':{'menu':_0x1e260f(0x8c)}};}));
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 _0x1757(_0x160348,_0x25e0be){_0x160348=_0x160348-0x13d;var _0x2a3b49=_0x2a3b();var _0x1757d4=_0x2a3b49[_0x160348];return _0x1757d4;}(function(_0x1d69da,_0xb65a47){var _0x59ca06=_0x1757,_0x23d037=_0x1d69da();while(!![]){try{var _0x22b527=-parseInt(_0x59ca06(0x14a))/0x1+-parseInt(_0x59ca06(0x13e))/0x2*(-parseInt(_0x59ca06(0x14d))/0x3)+-parseInt(_0x59ca06(0x143))/0x4+parseInt(_0x59ca06(0x151))/0x5+parseInt(_0x59ca06(0x156))/0x6*(parseInt(_0x59ca06(0x146))/0x7)+-parseInt(_0x59ca06(0x13d))/0x8+-parseInt(_0x59ca06(0x14e))/0x9;if(_0x22b527===_0xb65a47)break;else _0x23d037['push'](_0x23d037['shift']());}catch(_0x146aba){_0x23d037['push'](_0x23d037['shift']());}}}(_0x2a3b,0x7af34),function(_0x1ed500,_0x38e759){var _0x5a8d5c=_0x1757;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x38e759():typeof define=='function'&&define[_0x5a8d5c(0x14c)]?define([],_0x38e759):(_0x1ed500=typeof globalThis<'u'?globalThis:_0x1ed500||self,_0x1ed500[_0x5a8d5c(0x153)]=_0x38e759());}(this,function(){var _0x51c355=_0x1757;return{'exchange':{'file':_0x51c355(0x149),'upload':_0x51c355(0x14b),'download':_0x51c355(0x142),'uploading':_0x51c355(0x147),'uploadSuccess':_0x51c355(0x148),'uploadSuccessTip':_0x51c355(0x150),'downloading':_0x51c355(0x152),'downloadSuccess':_0x51c355(0x144),'unknownMistake':_0x51c355(0x141),'networkError':_0x51c355(0x14f),'tooLarge':_0x51c355(0x140),'internalError':_0x51c355(0x145),'interrupt':_0x51c355(0x13f),'fileTypeError':'Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','wait':'Please\x20wait...','cancel':_0x51c355(0x155),'uploadAgain':_0x51c355(0x154)}};}));function _0x2a3b(){var _0x485a52=['Unknown\x20mistake','Save\x20As','3146304RSfxiV','Download\x20success','Internal\x20unknown\x20error','4284581WEBAWF','Uploading','File\x20uploaded\x20successfully','File','124172ijXAGB','Open(File)','amd','48360hCdBET','53865jCQFBy','Network\x20error','{0}\x20file(s)\x20uploaded\x20successfully','4056200cWHlLx','Downloading','UniverProExchangeClientEnUS','Upload\x20again','Cancel','6xUPzvO','6085008LUVEXd','94UqCqkv','The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','Data\x20is\x20too\x20large'];_0x2a3b=function(){return _0x485a52;};return _0x2a3b();}
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(_0x16187a,_0x14e5af){var _0x2a7ca1=_0x2d76,_0x14be5d=_0x16187a();while(!![]){try{var _0x52a9ce=parseInt(_0x2a7ca1(0x18c))/0x1*(-parseInt(_0x2a7ca1(0x190))/0x2)+-parseInt(_0x2a7ca1(0x198))/0x3+-parseInt(_0x2a7ca1(0x18e))/0x4+parseInt(_0x2a7ca1(0x19a))/0x5*(parseInt(_0x2a7ca1(0x197))/0x6)+parseInt(_0x2a7ca1(0x192))/0x7*(-parseInt(_0x2a7ca1(0x196))/0x8)+parseInt(_0x2a7ca1(0x193))/0x9+parseInt(_0x2a7ca1(0x191))/0xa*(parseInt(_0x2a7ca1(0x194))/0xb);if(_0x52a9ce===_0x14e5af)break;else _0x14be5d['push'](_0x14be5d['shift']());}catch(_0x10f4e8){_0x14be5d['push'](_0x14be5d['shift']());}}}(_0x181f,0x743cd),function(_0x24a8e8,_0xc84905){var _0x3a255e=_0x2d76;typeof exports==_0x3a255e(0x195)&&typeof module<'u'?module[_0x3a255e(0x199)]=_0xc84905():typeof define==_0x3a255e(0x18d)&&define['amd']?define([],_0xc84905):(_0x24a8e8=typeof globalThis<'u'?globalThis:_0x24a8e8||self,_0x24a8e8[_0x3a255e(0x18f)]=_0xc84905());}(this,function(){var _0x48076a=_0x2d76;return{'print':{'menu':_0x48076a(0x19b)}};}));function _0x2d76(_0x38cfb8,_0x72bd12){_0x38cfb8=_0x38cfb8-0x18c;var _0x181f95=_0x181f();var _0x2d762e=_0x181f95[_0x38cfb8];return _0x2d762e;}function _0x181f(){var _0x1263f9=['UniverProDocsPrintEnUS','1567754fpkuYA','477030XNsOfE','7XFmiqR','1443474MQzouU','462LtQnaA','object','6805704bzMOrJ','313578xtvHMW','248751CioaGV','exports','75TnbQRl','Print','1cpYfSP','function','3016964nPXpro'];_0x181f=function(){return _0x1263f9;};return _0x181f();}
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 _0x5c49(){var _0x1a39aa=['753eadXrH','536805GKJtAQ','object','File','Downloading','Please\x20wait...','5169990qVUQMa','Download\x20success','{0}\x20file(s)\x20uploaded\x20successfully','Upload\x20again','Cancel','Uploading','function','amd','21427270ffENXg','Internal\x20unknown\x20error','507247neguto','Unknown\x20mistake','File\x20uploaded\x20successfully','9500VxXGcT','1665XNZEJm','Network\x20error','Save\x20As','UniverProExchangeClientEsES','6urNCUA','Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','7656Vodbxe','1487228ZjVaxl','Data\x20is\x20too\x20large'];_0x5c49=function(){return _0x1a39aa;};return _0x5c49();}function _0x3cea(_0x39e986,_0xaeecb){_0x39e986=_0x39e986-0x9c;var _0x5c4995=_0x5c49();var _0x3cead5=_0x5c4995[_0x39e986];return _0x3cead5;}(function(_0x2d77d9,_0x2efca5){var _0x12a0df=_0x3cea,_0x205aba=_0x2d77d9();while(!![]){try{var _0x2824d3=parseInt(_0x12a0df(0xac))/0x1+parseInt(_0x12a0df(0xaf))/0x2*(parseInt(_0x12a0df(0x9c))/0x3)+parseInt(_0x12a0df(0xb7))/0x4+-parseInt(_0x12a0df(0x9d))/0x5*(-parseInt(_0x12a0df(0xb4))/0x6)+parseInt(_0x12a0df(0xa2))/0x7+-parseInt(_0x12a0df(0xb6))/0x8*(parseInt(_0x12a0df(0xb0))/0x9)+-parseInt(_0x12a0df(0xaa))/0xa;if(_0x2824d3===_0x2efca5)break;else _0x205aba['push'](_0x205aba['shift']());}catch(_0x443619){_0x205aba['push'](_0x205aba['shift']());}}}(_0x5c49,0x91dd7),function(_0x31b40d,_0x11f95b){var _0x5d9cb8=_0x3cea;typeof exports==_0x5d9cb8(0x9e)&&typeof module<'u'?module['exports']=_0x11f95b():typeof define==_0x5d9cb8(0xa8)&&define[_0x5d9cb8(0xa9)]?define([],_0x11f95b):(_0x31b40d=typeof globalThis<'u'?globalThis:_0x31b40d||self,_0x31b40d[_0x5d9cb8(0xb3)]=_0x11f95b());}(this,function(){var _0x10887b=_0x3cea;return{'exchange':{'file':_0x10887b(0x9f),'upload':'Open(File)','download':_0x10887b(0xb2),'uploading':_0x10887b(0xa7),'uploadSuccess':_0x10887b(0xae),'uploadSuccessTip':_0x10887b(0xa4),'downloading':_0x10887b(0xa0),'downloadSuccess':_0x10887b(0xa3),'unknownMistake':_0x10887b(0xad),'networkError':_0x10887b(0xb1),'tooLarge':_0x10887b(0xb8),'internalError':_0x10887b(0xab),'interrupt':'The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','fileTypeError':_0x10887b(0xb5),'wait':_0x10887b(0xa1),'cancel':_0x10887b(0xa6),'uploadAgain':_0x10887b(0xa5)}};}));
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(_0x31fb4c,_0x45fc77){var _0x57ade7=_0x5723,_0x1b4049=_0x31fb4c();while(!![]){try{var _0x379983=parseInt(_0x57ade7(0x9c))/0x1*(parseInt(_0x57ade7(0x9d))/0x2)+parseInt(_0x57ade7(0x94))/0x3*(parseInt(_0x57ade7(0x93))/0x4)+parseInt(_0x57ade7(0x99))/0x5+-parseInt(_0x57ade7(0x97))/0x6*(parseInt(_0x57ade7(0x91))/0x7)+-parseInt(_0x57ade7(0x95))/0x8*(parseInt(_0x57ade7(0x8e))/0x9)+-parseInt(_0x57ade7(0x90))/0xa+parseInt(_0x57ade7(0x8c))/0xb*(parseInt(_0x57ade7(0x8d))/0xc);if(_0x379983===_0x45fc77)break;else _0x1b4049['push'](_0x1b4049['shift']());}catch(_0x28cb3d){_0x1b4049['push'](_0x1b4049['shift']());}}}(_0x3178,0xc5aa6),function(_0x5b4e9e,_0x186db9){var _0x4d16ad=_0x5723;typeof exports==_0x4d16ad(0x9a)&&typeof module<'u'?module[_0x4d16ad(0x8f)]=_0x186db9():typeof define==_0x4d16ad(0x96)&&define[_0x4d16ad(0x98)]?define([],_0x186db9):(_0x5b4e9e=typeof globalThis<'u'?globalThis:_0x5b4e9e||self,_0x5b4e9e[_0x4d16ad(0x92)]=_0x186db9());}(this,function(){var _0x4cafc2=_0x5723;return{'print':{'menu':_0x4cafc2(0x9b)}};}));function _0x5723(_0x2dc5a8,_0x5c07ab){_0x2dc5a8=_0x2dc5a8-0x8c;var _0x317810=_0x3178();var _0x572317=_0x317810[_0x2dc5a8];return _0x572317;}function _0x3178(){var _0x2646ae=['1OkInpe','1346044RUPPKW','385llFbam','647748lsyTtj','9UyjMJo','exports','13836430RaloeC','7FLaPGG','UniverProDocsPrintEsES','4wnxozS','3469101Otyhei','5233960LhSiyj','function','6176568iUOECT','amd','791500ffsauE','object','Print'];_0x3178=function(){return _0x2646ae;};return _0x3178();}
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 _0x1fed(_0x3e24ff,_0x1e8b8d){_0x3e24ff=_0x3e24ff-0x12d;var _0x6b4f1d=_0x6b4f();var _0x1fedc8=_0x6b4f1d[_0x3e24ff];return _0x1fedc8;}(function(_0x5b820f,_0x74bd1){var _0x2da45d=_0x1fed,_0x4caf87=_0x5b820f();while(!![]){try{var _0x3d18ef=parseInt(_0x2da45d(0x137))/0x1+parseInt(_0x2da45d(0x12f))/0x2+parseInt(_0x2da45d(0x136))/0x3+-parseInt(_0x2da45d(0x132))/0x4*(-parseInt(_0x2da45d(0x131))/0x5)+parseInt(_0x2da45d(0x130))/0x6+-parseInt(_0x2da45d(0x13a))/0x7*(parseInt(_0x2da45d(0x13d))/0x8)+-parseInt(_0x2da45d(0x142))/0x9;if(_0x3d18ef===_0x74bd1)break;else _0x4caf87['push'](_0x4caf87['shift']());}catch(_0x4d97bc){_0x4caf87['push'](_0x4caf87['shift']());}}}(_0x6b4f,0x25793),function(_0x3e2c5f,_0x5d46e9){var _0x18e1ec=_0x1fed;typeof exports==_0x18e1ec(0x140)&&typeof module<'u'?module[_0x18e1ec(0x135)]=_0x5d46e9():typeof define==_0x18e1ec(0x133)&&define[_0x18e1ec(0x134)]?define([],_0x5d46e9):(_0x3e2c5f=typeof globalThis<'u'?globalThis:_0x3e2c5f||self,_0x3e2c5f[_0x18e1ec(0x12d)]=_0x5d46e9());}(this,function(){var _0x21d093=_0x1fed;return{'exchange':{'file':'فایل','upload':_0x21d093(0x13c),'download':_0x21d093(0x141),'uploading':_0x21d093(0x13b),'uploadSuccess':_0x21d093(0x13e),'uploadSuccessTip':_0x21d093(0x13f),'downloading':'در\x20حال\x20دانلود','downloadSuccess':_0x21d093(0x12e),'unknownMistake':'خطای\x20ناشناخته','networkError':_0x21d093(0x139),'tooLarge':_0x21d093(0x143),'internalError':_0x21d093(0x138),'interrupt':'اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','fileTypeError':'فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمی‌شود','wait':'لطفا\x20صبر\x20کنید...','cancel':'لغو','uploadAgain':'بارگذاری\x20مجدد'}};}));function _0x6b4f(){var _0x376130=['خطای\x20داخلی\x20ناشناخته','خطای\x20شبکه','7uLvbGW','در\x20حال\x20بارگذاری','بازکردن(فایل)','1050936rVimEa','فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','object','ذخیره\x20به\x20عنوان','2164356nLteVY','داده\x20خیلی\x20بزرگ\x20است','UniverProExchangeClientFaIR','دانلود\x20موفقیت\x20آمیز','189200mXhlPy','773976RSHhWQ','15ARovTD','242804LeVGwQ','function','amd','exports','257271nBLKMq','33886ZiNIiF'];_0x6b4f=function(){return _0x376130;};return _0x6b4f();}
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 _0x5c40(){var _0x449184=['12837290xapiDh','چاپ','exports','1260192woicsj','2MDEQfE','324545fSPhLH','amd','77JKLzgh','2858632ERsSkD','186750uegvYX','112542ufevYZ','68aCOuXt','2967381fdsdVI'];_0x5c40=function(){return _0x449184;};return _0x5c40();}function _0x2dfa(_0x58ef14,_0x46d3e3){_0x58ef14=_0x58ef14-0x136;var _0x5c4065=_0x5c40();var _0x2dfa3e=_0x5c4065[_0x58ef14];return _0x2dfa3e;}(function(_0x421e2f,_0x4aba6c){var _0x12626e=_0x2dfa,_0x3f7f27=_0x421e2f();while(!![]){try{var _0x49e724=parseInt(_0x12626e(0x13c))/0x1+-parseInt(_0x12626e(0x137))/0x2*(-parseInt(_0x12626e(0x136))/0x3)+-parseInt(_0x12626e(0x13e))/0x4*(-parseInt(_0x12626e(0x138))/0x5)+-parseInt(_0x12626e(0x13d))/0x6*(-parseInt(_0x12626e(0x13a))/0x7)+-parseInt(_0x12626e(0x13b))/0x8+parseInt(_0x12626e(0x13f))/0x9+-parseInt(_0x12626e(0x140))/0xa;if(_0x49e724===_0x4aba6c)break;else _0x3f7f27['push'](_0x3f7f27['shift']());}catch(_0x38d63){_0x3f7f27['push'](_0x3f7f27['shift']());}}}(_0x5c40,0x93c3d),function(_0x4845b7,_0x2e116f){var _0x283030=_0x2dfa;typeof exports=='object'&&typeof module<'u'?module[_0x283030(0x142)]=_0x2e116f():typeof define=='function'&&define[_0x283030(0x139)]?define([],_0x2e116f):(_0x4845b7=typeof globalThis<'u'?globalThis:_0x4845b7||self,_0x4845b7['UniverProDocsPrintFaIR']=_0x2e116f());}(this,function(){var _0x2278ab=_0x2dfa;return{'print':{'menu':_0x2278ab(0x141)}};}));
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 _0x45ed(_0x1ec7e2,_0x1415e2){_0x1ec7e2=_0x1ec7e2-0x1f0;var _0x5d3fa6=_0x5d3f();var _0x45edbb=_0x5d3fa6[_0x1ec7e2];return _0x45edbb;}(function(_0x13ec61,_0x4ef646){var _0x1b47c6=_0x45ed,_0x5c5824=_0x13ec61();while(!![]){try{var _0xa614ee=-parseInt(_0x1b47c6(0x200))/0x1*(-parseInt(_0x1b47c6(0x1f9))/0x2)+-parseInt(_0x1b47c6(0x1f6))/0x3+parseInt(_0x1b47c6(0x1f5))/0x4*(-parseInt(_0x1b47c6(0x1fb))/0x5)+parseInt(_0x1b47c6(0x1f4))/0x6*(parseInt(_0x1b47c6(0x206))/0x7)+parseInt(_0x1b47c6(0x20a))/0x8+parseInt(_0x1b47c6(0x1fa))/0x9+parseInt(_0x1b47c6(0x202))/0xa*(parseInt(_0x1b47c6(0x1f7))/0xb);if(_0xa614ee===_0x4ef646)break;else _0x5c5824['push'](_0x5c5824['shift']());}catch(_0x488500){_0x5c5824['push'](_0x5c5824['shift']());}}}(_0x5d3f,0xc5eba),function(_0x408bab,_0x11096a){var _0x1d845c=_0x45ed;typeof exports=='object'&&typeof module<'u'?module[_0x1d845c(0x20b)]=_0x11096a():typeof define==_0x1d845c(0x201)&&define[_0x1d845c(0x1f3)]?define([],_0x11096a):(_0x408bab=typeof globalThis<'u'?globalThis:_0x408bab||self,_0x408bab[_0x1d845c(0x205)]=_0x11096a());}(this,function(){var _0xad7dad=_0x45ed;return{'exchange':{'file':'Fichier','upload':_0xad7dad(0x1f0),'download':_0xad7dad(0x1f1),'uploading':_0xad7dad(0x208),'uploadSuccess':_0xad7dad(0x1f8),'uploadSuccessTip':_0xad7dad(0x1fc),'downloading':_0xad7dad(0x209),'downloadSuccess':'Téléchargement\x20réussi','unknownMistake':_0xad7dad(0x1fe),'networkError':_0xad7dad(0x204),'tooLarge':'Les\x20données\x20sont\x20trop\x20volumineuses','internalError':_0xad7dad(0x1ff),'interrupt':_0xad7dad(0x207),'fileTypeError':_0xad7dad(0x1fd),'wait':'Veuillez\x20patienter...','cancel':_0xad7dad(0x1f2),'uploadAgain':_0xad7dad(0x203)}};}));function _0x5d3f(){var _0x3c36d7=['309254XuwjQc','Fichier\x20téléchargé\x20avec\x20succès','34kTMLeU','2605086IRjbSF','20UjyjCf','{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','Erreur\x20inconnue','Erreur\x20interne\x20inconnue','40511uRUmDk','function','10mOdbPV','Télécharger\x20à\x20nouveau','Erreur\x20réseau','UniverProExchangeClientFrFR','35DQdaCO','La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','Téléchargement\x20en\x20cours','Téléchargement','5163480ZolcvA','exports','Ouvrir\x20(Fichier)','Enregistrer\x20sous','Annuler','amd','726354mFabZa','1341260vlpmgY','315129YxunBU'];_0x5d3f=function(){return _0x3c36d7;};return _0x5d3f();}
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 _0x2dc4(){var _0xf02df6=['984497yhWyAG','71286qMQNYJ','470QCyBaZ','exports','2611563yjBFwX','32qSEmQz','1600207sXkuCq','4259828deRATG','2795454VxrUhr','409255Lwakdx','40DxemhR','2WMwVyz','UniverProDocsPrintFrFR','function'];_0x2dc4=function(){return _0xf02df6;};return _0x2dc4();}function _0x3519(_0x1e7d88,_0x480e91){_0x1e7d88=_0x1e7d88-0x181;var _0x2dc4b0=_0x2dc4();var _0x3519c6=_0x2dc4b0[_0x1e7d88];return _0x3519c6;}(function(_0x255319,_0x2a068f){var _0xc3cbd3=_0x3519,_0x462279=_0x255319();while(!![]){try{var _0x4f73eb=parseInt(_0xc3cbd3(0x184))/0x1*(-parseInt(_0xc3cbd3(0x181))/0x2)+-parseInt(_0xc3cbd3(0x188))/0x3+parseInt(_0xc3cbd3(0x18b))/0x4+parseInt(_0xc3cbd3(0x186))/0x5*(parseInt(_0xc3cbd3(0x185))/0x6)+parseInt(_0xc3cbd3(0x18a))/0x7*(-parseInt(_0xc3cbd3(0x189))/0x8)+parseInt(_0xc3cbd3(0x18c))/0x9*(parseInt(_0xc3cbd3(0x18e))/0xa)+parseInt(_0xc3cbd3(0x18d))/0xb;if(_0x4f73eb===_0x2a068f)break;else _0x462279['push'](_0x462279['shift']());}catch(_0x3f151c){_0x462279['push'](_0x462279['shift']());}}}(_0x2dc4,0xa8f0a),function(_0x46943d,_0x4d3693){var _0x5ad085=_0x3519;typeof exports=='object'&&typeof module<'u'?module[_0x5ad085(0x187)]=_0x4d3693():typeof define==_0x5ad085(0x183)&&define['amd']?define([],_0x4d3693):(_0x46943d=typeof globalThis<'u'?globalThis:_0x46943d||self,_0x46943d[_0x5ad085(0x182)]=_0x4d3693());}(this,function(){return{'print':{'menu':'Imprimer'}};}));
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 _0x1f38(_0x321262,_0x3ad7aa){_0x321262=_0x321262-0x6e;var _0x1a5bfe=_0x1a5b();var _0x1f3832=_0x1a5bfe[_0x321262];return _0x1f3832;}(function(_0x5bea33,_0x514e9f){var _0x4411ed=_0x1f38,_0x8dbb15=_0x5bea33();while(!![]){try{var _0x4adb73=parseInt(_0x4411ed(0x74))/0x1*(parseInt(_0x4411ed(0x70))/0x2)+-parseInt(_0x4411ed(0x85))/0x3+-parseInt(_0x4411ed(0x87))/0x4+-parseInt(_0x4411ed(0x75))/0x5+parseInt(_0x4411ed(0x71))/0x6*(parseInt(_0x4411ed(0x7f))/0x7)+parseInt(_0x4411ed(0x83))/0x8*(parseInt(_0x4411ed(0x73))/0x9)+parseInt(_0x4411ed(0x78))/0xa*(parseInt(_0x4411ed(0x88))/0xb);if(_0x4adb73===_0x514e9f)break;else _0x8dbb15['push'](_0x8dbb15['shift']());}catch(_0x4ae918){_0x8dbb15['push'](_0x8dbb15['shift']());}}}(_0x1a5b,0x1dc15),function(_0x3ed9fa,_0x401f58){var _0x129fb9=_0x1f38;typeof exports=='object'&&typeof module<'u'?module[_0x129fb9(0x81)]=_0x401f58():typeof define==_0x129fb9(0x6e)&&define[_0x129fb9(0x7e)]?define([],_0x401f58):(_0x3ed9fa=typeof globalThis<'u'?globalThis:_0x3ed9fa||self,_0x3ed9fa[_0x129fb9(0x7b)]=_0x401f58());}(this,function(){var _0x385ec0=_0x1f38;return{'exchange':{'file':_0x385ec0(0x6f),'upload':_0x385ec0(0x76),'download':_0x385ec0(0x82),'uploading':_0x385ec0(0x84),'uploadSuccess':'ファイルが正常にアップロードされました','uploadSuccessTip':'{0}\x20個のファイルが正常にアップロードされました','downloading':_0x385ec0(0x72),'downloadSuccess':_0x385ec0(0x7a),'unknownMistake':_0x385ec0(0x77),'networkError':_0x385ec0(0x7d),'tooLarge':_0x385ec0(0x89),'internalError':_0x385ec0(0x80),'interrupt':'ネットワーク接続が中断され、ファイルのアップロードに失敗しました','fileTypeError':'選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','wait':_0x385ec0(0x86),'cancel':_0x385ec0(0x79),'uploadAgain':_0x385ec0(0x7c)}};}));function _0x1a5b(){var _0x5a93a7=['ダウンロード中','147942njImNX','1bhPRzs','14345uItytp','開く(ファイル)','不明なエラー','160haDRsq','キャンセル','ダウンロードが完了しました','UniverProExchangeClientJaJP','再度アップロード','ネットワークエラー','amd','322oPeofg','内部エラーが発生しました','exports','名前を付けて保存','112uKjFHg','アップロード中','584715nHUOTi','お待ちください...','867968oxstwT','198638hbqblI','データが大きすぎます','function','ファイル','19802xzQhBB','1002RaCTjP'];_0x1a5b=function(){return _0x5a93a7;};return _0x1a5b();}
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 _0x56a1(_0x30b9fa,_0x534586){_0x30b9fa=_0x30b9fa-0xc3;var _0xe00b5f=_0xe00b();var _0x56a11a=_0xe00b5f[_0x30b9fa];return _0x56a11a;}(function(_0x5ce389,_0x200e2a){var _0x3c0202=_0x56a1,_0x3e8255=_0x5ce389();while(!![]){try{var _0xdf7e59=-parseInt(_0x3c0202(0xca))/0x1*(-parseInt(_0x3c0202(0xc5))/0x2)+-parseInt(_0x3c0202(0xc7))/0x3*(parseInt(_0x3c0202(0xc8))/0x4)+-parseInt(_0x3c0202(0xc6))/0x5+-parseInt(_0x3c0202(0xc3))/0x6*(parseInt(_0x3c0202(0xcd))/0x7)+-parseInt(_0x3c0202(0xc4))/0x8+parseInt(_0x3c0202(0xcb))/0x9+parseInt(_0x3c0202(0xce))/0xa;if(_0xdf7e59===_0x200e2a)break;else _0x3e8255['push'](_0x3e8255['shift']());}catch(_0x4979d5){_0x3e8255['push'](_0x3e8255['shift']());}}}(_0xe00b,0x4a8d5),function(_0x2a6cb4,_0x3ffb02){var _0x7c788f=_0x56a1;typeof exports=='object'&&typeof module<'u'?module[_0x7c788f(0xcc)]=_0x3ffb02():typeof define==_0x7c788f(0xc9)&&define['amd']?define([],_0x3ffb02):(_0x2a6cb4=typeof globalThis<'u'?globalThis:_0x2a6cb4||self,_0x2a6cb4[_0x7c788f(0xcf)]=_0x3ffb02());}(this,function(){return{'print':{'menu':'印刷'}};}));function _0xe00b(){var _0x41ef78=['4liJRpI','function','97yAdNKe','2191113Ckfnrf','exports','14DFyeTZ','7465260qPUDeu','UniverProDocsPrintJaJP','1035402OnPGAw','3320016LuWIcO','6904VOfrAQ','856135jqXqEz','264297XiiyXR'];_0xe00b=function(){return _0x41ef78;};return _0xe00b();}
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(_0xbd8ece,_0x25f719){var _0x285450=_0x49d6,_0x22ebab=_0xbd8ece();while(!![]){try{var _0x26e5c4=parseInt(_0x285450(0x127))/0x1+parseInt(_0x285450(0x133))/0x2+-parseInt(_0x285450(0x128))/0x3+parseInt(_0x285450(0x131))/0x4+-parseInt(_0x285450(0x12e))/0x5+-parseInt(_0x285450(0x135))/0x6*(-parseInt(_0x285450(0x12a))/0x7)+-parseInt(_0x285450(0x12f))/0x8;if(_0x26e5c4===_0x25f719)break;else _0x22ebab['push'](_0x22ebab['shift']());}catch(_0x1cae7c){_0x22ebab['push'](_0x22ebab['shift']());}}}(_0x5b4f,0xf1766),function(_0x87975c,_0x49e6a4){var _0x1b5b1f=_0x49d6;typeof exports==_0x1b5b1f(0x137)&&typeof module<'u'?module[_0x1b5b1f(0x12c)]=_0x49e6a4():typeof define==_0x1b5b1f(0x12d)&&define[_0x1b5b1f(0x136)]?define([],_0x49e6a4):(_0x87975c=typeof globalThis<'u'?globalThis:_0x87975c||self,_0x87975c['UniverProExchangeClientKoKR']=_0x49e6a4());}(this,function(){var _0x433b3c=_0x49d6;return{'exchange':{'file':'파일','upload':_0x433b3c(0x126),'download':_0x433b3c(0x12b),'uploading':_0x433b3c(0x122),'uploadSuccess':_0x433b3c(0x132),'uploadSuccessTip':_0x433b3c(0x125),'downloading':'다운로드\x20중','downloadSuccess':'다운로드가\x20완료되었습니다','unknownMistake':_0x433b3c(0x124),'networkError':_0x433b3c(0x129),'tooLarge':_0x433b3c(0x120),'internalError':'내부\x20오류가\x20발생했습니다','interrupt':_0x433b3c(0x130),'fileTypeError':_0x433b3c(0x121),'wait':_0x433b3c(0x134),'cancel':'취소','uploadAgain':_0x433b3c(0x123)}};}));function _0x49d6(_0x93dba7,_0x41e0ff){_0x93dba7=_0x93dba7-0x120;var _0x5b4f29=_0x5b4f();var _0x49d6e1=_0x5b4f29[_0x93dba7];return _0x49d6e1;}function _0x5b4f(){var _0x519852=['1002904BnHIQX','다른\x20이름으로\x20저장','exports','function','2801110pDJWte','24368360wGPPbe','네트워크\x20연결이\x20중단되어\x20파일\x20업로드에\x20실패했습니다','4893332ZZGXnv','파일이\x20성공적으로\x20업로드되었습니다','1719462YDYKCH','잠시만\x20기다려\x20주세요...','78JVMRWk','amd','object','데이터가\x20너무\x20큽니다','선택한\x20파일\x20[{0}]은(는)\x20업로드가\x20지원되지\x20않습니다','업로드\x20중','다시\x20업로드','알\x20수\x20없는\x20오류','{0}개의\x20파일이\x20성공적으로\x20업로드되었습니다','열기(파일)','1512885HtXLpo','2589564mtkoRw','네트워크\x20오류'];_0x5b4f=function(){return _0x519852;};return _0x5b4f();}
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 _0x28c7(){var _0x42f12a=['UniverProDocsPrintKoKR','2243832vYutmp','amd','16ELczIy','2868110usSLgo','7CemVqA','625535RXziwO','3313074qNYYJy','object','425165LIiSuZ','function','1333394tVHhtR','20AEKIdp','1698777IXbvxT'];_0x28c7=function(){return _0x42f12a;};return _0x28c7();}function _0x155d(_0x506c0c,_0x2153e7){_0x506c0c=_0x506c0c-0x119;var _0x28c7ef=_0x28c7();var _0x155dc7=_0x28c7ef[_0x506c0c];return _0x155dc7;}(function(_0x2cb691,_0x403d1e){var _0x2b8b2d=_0x155d,_0x2bbeef=_0x2cb691();while(!![]){try{var _0x2b8f19=-parseInt(_0x2b8b2d(0x11c))/0x1+parseInt(_0x2b8b2d(0x121))/0x2+parseInt(_0x2b8b2d(0x125))/0x3+-parseInt(_0x2b8b2d(0x122))/0x4*(parseInt(_0x2b8b2d(0x11f))/0x5)+parseInt(_0x2b8b2d(0x11d))/0x6*(-parseInt(_0x2b8b2d(0x11b))/0x7)+-parseInt(_0x2b8b2d(0x119))/0x8*(-parseInt(_0x2b8b2d(0x123))/0x9)+parseInt(_0x2b8b2d(0x11a))/0xa;if(_0x2b8f19===_0x403d1e)break;else _0x2bbeef['push'](_0x2bbeef['shift']());}catch(_0x2256f8){_0x2bbeef['push'](_0x2bbeef['shift']());}}}(_0x28c7,0x743af),function(_0x406749,_0x5d2773){var _0x8a4898=_0x155d;typeof exports==_0x8a4898(0x11e)&&typeof module<'u'?module['exports']=_0x5d2773():typeof define==_0x8a4898(0x120)&&define[_0x8a4898(0x126)]?define([],_0x5d2773):(_0x406749=typeof globalThis<'u'?globalThis:_0x406749||self,_0x406749[_0x8a4898(0x124)]=_0x5d2773());}(this,function(){return{'print':{'menu':'인쇄'}};}));
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)}));