@univerjs-pro/exchange-client 1.0.0-alpha.7 → 1.0.0-alpha.8

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 (91) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.js +1 -1
  45. package/lib/locale/ar-SA.js +1 -1
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -1
  48. package/lib/locale/en-US.js +1 -1
  49. package/lib/locale/es-ES.js +1 -1
  50. package/lib/locale/fa-IR.js +1 -1
  51. package/lib/locale/fr-FR.js +1 -1
  52. package/lib/locale/id-ID.js +1 -1
  53. package/lib/locale/it-IT.js +1 -1
  54. package/lib/locale/ja-JP.js +1 -1
  55. package/lib/locale/ko-KR.js +1 -1
  56. package/lib/locale/pl-PL.js +1 -1
  57. package/lib/locale/pt-BR.js +1 -1
  58. package/lib/locale/ru-RU.js +1 -1
  59. package/lib/locale/sk-SK.js +1 -1
  60. package/lib/locale/vi-VN.js +1 -1
  61. package/lib/locale/zh-CN.js +1 -1
  62. package/lib/locale/zh-HK.js +1 -1
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/index.d.ts +2 -3
  65. package/lib/types/services/exchange.service.d.ts +10 -17
  66. package/lib/types/services/operate.service.d.ts +33 -44
  67. package/lib/types/services/utils/collaboration.d.ts +2 -0
  68. package/lib/types/services/utils/snapshot.d.ts +14 -15
  69. package/lib/types/services/utils/tool.d.ts +0 -7
  70. package/lib/umd/facade.js +1 -1
  71. package/lib/umd/index.js +1 -1
  72. package/lib/umd/locale/ar-SA.js +1 -1
  73. package/lib/umd/locale/ca-ES.js +1 -1
  74. package/lib/umd/locale/de-DE.js +1 -1
  75. package/lib/umd/locale/en-US.js +1 -1
  76. package/lib/umd/locale/es-ES.js +1 -1
  77. package/lib/umd/locale/fa-IR.js +1 -1
  78. package/lib/umd/locale/fr-FR.js +1 -1
  79. package/lib/umd/locale/id-ID.js +1 -1
  80. package/lib/umd/locale/it-IT.js +1 -1
  81. package/lib/umd/locale/ja-JP.js +1 -1
  82. package/lib/umd/locale/ko-KR.js +1 -1
  83. package/lib/umd/locale/pl-PL.js +1 -1
  84. package/lib/umd/locale/pt-BR.js +1 -1
  85. package/lib/umd/locale/ru-RU.js +1 -1
  86. package/lib/umd/locale/sk-SK.js +1 -1
  87. package/lib/umd/locale/vi-VN.js +1 -1
  88. package/lib/umd/locale/zh-CN.js +1 -1
  89. package/lib/umd/locale/zh-HK.js +1 -1
  90. package/lib/umd/locale/zh-TW.js +1 -1
  91. package/package.json +11 -10
@@ -1 +1 @@
1
- function _0x41cd(){const _0x5012e0=['106804Dubhhy','7416899QaaElV','Wird\x20hochgeladen','Download\x20erfolgreich','Bitte\x20warten...','6DiyQCb','6903cGnJgo','28905294BywGPD','136GbRUcT','Die\x20ausgewählte\x20Datei\x20[{0}]\x20wird\x20für\x20den\x20Upload\x20nicht\x20unterstützt','Erneut\x20hochladen','Netzwerkfehler','424956nkwFCs','30174tnGjFS','Daten\x20sind\x20zu\x20groß','Datei\x20erfolgreich\x20hochgeladen','Interner\x20unbekannter\x20Fehler','78qNAzaE','11004570pylnQr','Die\x20Netzwerkverbindung\x20wurde\x20unterbrochen\x20und\x20der\x20Datei-Upload\x20ist\x20fehlgeschlagen','Wird\x20heruntergeladen','{0}\x20Datei(en)\x20erfolgreich\x20hochgeladen','590OuyMCt'];_0x41cd=function(){return _0x5012e0;};return _0x41cd();}function _0x38c2(_0x4edb56,_0x503e61){_0x4edb56=_0x4edb56-0xa5;const _0x41cdb6=_0x41cd();let _0x38c248=_0x41cdb6[_0x4edb56];return _0x38c248;}const _0x5117ae=_0x38c2;(function(_0x9a418b,_0x5426de){const _0x54ac0b=_0x38c2,_0x345c23=_0x9a418b();while(!![]){try{const _0x48d681=parseInt(_0x54ac0b(0xb0))/0x1*(parseInt(_0x54ac0b(0xb7))/0x2)+parseInt(_0x54ac0b(0xa5))/0x3*(-parseInt(_0x54ac0b(0xab))/0x4)+-parseInt(_0x54ac0b(0xaa))/0x5*(-parseInt(_0x54ac0b(0xb8))/0x6)+parseInt(_0x54ac0b(0xac))/0x7+parseInt(_0x54ac0b(0xb3))/0x8*(-parseInt(_0x54ac0b(0xb1))/0x9)+parseInt(_0x54ac0b(0xa6))/0xa+-parseInt(_0x54ac0b(0xb2))/0xb;if(_0x48d681===_0x5426de)break;else _0x345c23['push'](_0x345c23['shift']());}catch(_0x348e9f){_0x345c23['push'](_0x345c23['shift']());}}}(_0x41cd,0xa9425));const e={'exchange-client':{'uploading':_0x5117ae(0xad),'uploadSuccess':_0x5117ae(0xba),'uploadSuccessTip':_0x5117ae(0xa9),'downloading':_0x5117ae(0xa8),'downloadSuccess':_0x5117ae(0xae),'unknownMistake':'Unbekannter\x20Fehler','networkError':_0x5117ae(0xb6),'tooLarge':_0x5117ae(0xb9),'internalError':_0x5117ae(0xbb),'interrupt':_0x5117ae(0xa7),'fileTypeError':_0x5117ae(0xb4),'wait':_0x5117ae(0xaf),'cancel':'Abbrechen','uploadAgain':_0x5117ae(0xb5)}};export{e as default};
1
+ function _0x4ce3(_0x18616b,_0x198dee){_0x18616b=_0x18616b-0xdd;const _0x261668=_0x2616();let _0x4ce3df=_0x261668[_0x18616b];return _0x4ce3df;}function _0x2616(){const _0x4e73d9=['Die\x20Netzwerkverbindung\x20wurde\x20unterbrochen\x20und\x20der\x20Datei-Upload\x20ist\x20fehlgeschlagen','1392dZmQLt','Interner\x20unbekannter\x20Fehler','325njhDmf','2514DhUddo','Wird\x20heruntergeladen','2943813nZUETY','Unbekannter\x20Fehler','859850tWlKmB','9023fspdRp','4FwaioJ','Bitte\x20warten...','1740UnWvAQ','25484910ikkipV','Download\x20erfolgreich','1172300bsmdVK','Erneut\x20hochladen','54819qTwxjJ'];_0x2616=function(){return _0x4e73d9;};return _0x2616();}const _0x4542bc=_0x4ce3;(function(_0x418ff5,_0x148ebd){const _0x2c773e=_0x4ce3,_0x55cceb=_0x418ff5();while(!![]){try{const _0x3f4346=parseInt(_0x2c773e(0xe3))/0x1+parseInt(_0x2c773e(0xea))/0x2+parseInt(_0x2c773e(0xe1))/0x3*(parseInt(_0x2c773e(0xe5))/0x4)+-parseInt(_0x2c773e(0xde))/0x5*(parseInt(_0x2c773e(0xdf))/0x6)+-parseInt(_0x2c773e(0xe4))/0x7*(parseInt(_0x2c773e(0xee))/0x8)+parseInt(_0x2c773e(0xec))/0x9*(parseInt(_0x2c773e(0xe7))/0xa)+-parseInt(_0x2c773e(0xe8))/0xb;if(_0x3f4346===_0x148ebd)break;else _0x55cceb['push'](_0x55cceb['shift']());}catch(_0x4f2c16){_0x55cceb['push'](_0x55cceb['shift']());}}}(_0x2616,0xe04f6));const e={'exchange-client':{'uploading':'Wird\x20hochgeladen','uploadSuccess':'Datei\x20erfolgreich\x20hochgeladen','uploadSuccessTip':'{0}\x20Datei(en)\x20erfolgreich\x20hochgeladen','downloading':_0x4542bc(0xe0),'downloadSuccess':_0x4542bc(0xe9),'unknownMistake':_0x4542bc(0xe2),'networkError':'Netzwerkfehler','tooLarge':'Daten\x20sind\x20zu\x20groß','internalError':_0x4542bc(0xdd),'interrupt':_0x4542bc(0xed),'fileTypeError':'Die\x20ausgewählte\x20Datei\x20[{0}]\x20wird\x20für\x20den\x20Upload\x20nicht\x20unterstützt','wait':_0x4542bc(0xe6),'cancel':'Abbrechen','uploadAgain':_0x4542bc(0xeb)}};export{e as default};
@@ -1 +1 @@
1
- const _0x29772b=_0x2a21;(function(_0x37d6ed,_0x5b89a6){const _0x306d61=_0x2a21,_0x1c5307=_0x37d6ed();while(!![]){try{const _0x341688=-parseInt(_0x306d61(0xd4))/0x1*(parseInt(_0x306d61(0xd3))/0x2)+parseInt(_0x306d61(0xce))/0x3*(-parseInt(_0x306d61(0xd9))/0x4)+parseInt(_0x306d61(0xcd))/0x5+-parseInt(_0x306d61(0xc6))/0x6+parseInt(_0x306d61(0xcb))/0x7+parseInt(_0x306d61(0xd0))/0x8*(-parseInt(_0x306d61(0xcc))/0x9)+parseInt(_0x306d61(0xc8))/0xa;if(_0x341688===_0x5b89a6)break;else _0x1c5307['push'](_0x1c5307['shift']());}catch(_0x2dce47){_0x1c5307['push'](_0x1c5307['shift']());}}}(_0x1027,0x29486));function _0x2a21(_0x391901,_0x59c950){_0x391901=_0x391901-0xc4;const _0x102725=_0x1027();let _0x2a2109=_0x102725[_0x391901];return _0x2a2109;}const e={'exchange-client':{'uploading':'Uploading','uploadSuccess':_0x29772b(0xc4),'uploadSuccessTip':_0x29772b(0xcf),'downloading':_0x29772b(0xca),'downloadSuccess':_0x29772b(0xd8),'unknownMistake':_0x29772b(0xd2),'networkError':_0x29772b(0xd6),'tooLarge':_0x29772b(0xc7),'internalError':_0x29772b(0xc9),'interrupt':'The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','fileTypeError':_0x29772b(0xc5),'wait':_0x29772b(0xd1),'cancel':_0x29772b(0xd5),'uploadAgain':_0x29772b(0xd7)}};function _0x1027(){const _0x31e13b=['9OAfXcC','1255840FSoMYX','6npfcJG','{0}\x20file(s)\x20uploaded\x20successfully','1609824vzizlc','Please\x20wait...','Unknown\x20mistake','169566ZeGCPZ','1IdAlem','Cancel','Network\x20error','Upload\x20again','Download\x20success','205704zpRyWc','File\x20uploaded\x20successfully','Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','380958FjltVW','Data\x20is\x20too\x20large','1675530FkXxqH','Internal\x20unknown\x20error','Downloading','1419103mlcFbw'];_0x1027=function(){return _0x31e13b;};return _0x1027();}export{e as default};
1
+ const _0x239a51=_0x3802;function _0x3802(_0x461c4b,_0xe0a810){_0x461c4b=_0x461c4b-0x8e;const _0x3a0b86=_0x3a0b();let _0x3802d6=_0x3a0b86[_0x461c4b];return _0x3802d6;}(function(_0x5061bb,_0x5ccb1e){const _0xc2484a=_0x3802,_0x3c3dd9=_0x5061bb();while(!![]){try{const _0x36cee7=-parseInt(_0xc2484a(0x99))/0x1+-parseInt(_0xc2484a(0x92))/0x2*(-parseInt(_0xc2484a(0x9f))/0x3)+-parseInt(_0xc2484a(0xa0))/0x4+parseInt(_0xc2484a(0x8e))/0x5+-parseInt(_0xc2484a(0x9c))/0x6*(-parseInt(_0xc2484a(0x9b))/0x7)+-parseInt(_0xc2484a(0x91))/0x8+-parseInt(_0xc2484a(0x94))/0x9*(parseInt(_0xc2484a(0x9a))/0xa);if(_0x36cee7===_0x5ccb1e)break;else _0x3c3dd9['push'](_0x3c3dd9['shift']());}catch(_0x564300){_0x3c3dd9['push'](_0x3c3dd9['shift']());}}}(_0x3a0b,0xc6abf));const e={'exchange-client':{'uploading':'Uploading','uploadSuccess':_0x239a51(0x93),'uploadSuccessTip':'{0}\x20file(s)\x20uploaded\x20successfully','downloading':_0x239a51(0x97),'downloadSuccess':_0x239a51(0x9e),'unknownMistake':_0x239a51(0x90),'networkError':_0x239a51(0x95),'tooLarge':_0x239a51(0x8f),'internalError':_0x239a51(0x98),'interrupt':_0x239a51(0x96),'fileTypeError':'Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','wait':'Please\x20wait...','cancel':'Cancel','uploadAgain':_0x239a51(0x9d)}};export{e as default};function _0x3a0b(){const _0x190252=['1394950JeLKXt','File\x20uploaded\x20successfully','9xIDGfo','Network\x20error','The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','Downloading','Internal\x20unknown\x20error','401195lOVIor','5788190KkcOpg','151473mERJqO','222GIdzYf','Upload\x20again','Download\x20success','6iSjJXp','3240976xTGygq','3049580cLroQU','Data\x20is\x20too\x20large','Unknown\x20mistake','1611936Xmigut'];_0x3a0b=function(){return _0x190252;};return _0x3a0b();}
@@ -1 +1 @@
1
- const _0x5a3945=_0x577e;(function(_0x4b0f8f,_0x5f2588){const _0x2fa73d=_0x577e,_0x1386d4=_0x4b0f8f();while(!![]){try{const _0x4a3872=-parseInt(_0x2fa73d(0x76))/0x1*(-parseInt(_0x2fa73d(0x67))/0x2)+-parseInt(_0x2fa73d(0x72))/0x3*(parseInt(_0x2fa73d(0x6b))/0x4)+parseInt(_0x2fa73d(0x68))/0x5*(-parseInt(_0x2fa73d(0x6a))/0x6)+-parseInt(_0x2fa73d(0x66))/0x7+parseInt(_0x2fa73d(0x73))/0x8+-parseInt(_0x2fa73d(0x6e))/0x9+-parseInt(_0x2fa73d(0x74))/0xa*(-parseInt(_0x2fa73d(0x69))/0xb);if(_0x4a3872===_0x5f2588)break;else _0x1386d4['push'](_0x1386d4['shift']());}catch(_0x52b0f9){_0x1386d4['push'](_0x1386d4['shift']());}}}(_0x4e25,0xb7a2f));function _0x577e(_0x1687ef,_0x24ca34){_0x1687ef=_0x1687ef-0x64;const _0x4e25bb=_0x4e25();let _0x577eb6=_0x4e25bb[_0x1687ef];return _0x577eb6;}function _0x4e25(){const _0x1dee98=['12SCXRGe','Los\x20datos\x20son\x20demasiado\x20grandes','Subiendo','1608363MTgnnE','Archivo\x20subido\x20exitosamente','Error\x20interno\x20desconocido','Cancelar','276387lbZiTK','1182648qHpNiS','19744840BVlewT','El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','104fOTxsr','Error\x20desconocido','Descargando','7702282wtjOxu','22070jbTKCu','10HnfhKN','11MkSfbk','2887080fRBXqd'];_0x4e25=function(){return _0x1dee98;};return _0x4e25();}const e={'exchange-client':{'uploading':_0x5a3945(0x6d),'uploadSuccess':_0x5a3945(0x6f),'uploadSuccessTip':'{0}\x20archivo(s)\x20subido(s)\x20exitosamente','downloading':_0x5a3945(0x65),'downloadSuccess':'Descarga\x20exitosa','unknownMistake':_0x5a3945(0x64),'networkError':'Error\x20de\x20red','tooLarge':_0x5a3945(0x6c),'internalError':_0x5a3945(0x70),'interrupt':'La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','fileTypeError':_0x5a3945(0x75),'wait':'Espere...','cancel':_0x5a3945(0x71),'uploadAgain':'Subir\x20de\x20nuevo'}};export{e as default};
1
+ const _0x3a9575=_0x4f2b;(function(_0x479f02,_0x4bf969){const _0x4bb5c4=_0x4f2b,_0x175d2b=_0x479f02();while(!![]){try{const _0x1058e2=parseInt(_0x4bb5c4(0x7c))/0x1+parseInt(_0x4bb5c4(0x69))/0x2+-parseInt(_0x4bb5c4(0x70))/0x3*(parseInt(_0x4bb5c4(0x7b))/0x4)+parseInt(_0x4bb5c4(0x6a))/0x5+parseInt(_0x4bb5c4(0x6e))/0x6*(parseInt(_0x4bb5c4(0x6b))/0x7)+parseInt(_0x4bb5c4(0x79))/0x8*(parseInt(_0x4bb5c4(0x74))/0x9)+parseInt(_0x4bb5c4(0x78))/0xa*(-parseInt(_0x4bb5c4(0x73))/0xb);if(_0x1058e2===_0x4bf969)break;else _0x175d2b['push'](_0x175d2b['shift']());}catch(_0x3e44ac){_0x175d2b['push'](_0x175d2b['shift']());}}}(_0x4eaa,0xd25e5));function _0x4f2b(_0x256953,_0x3c3314){_0x256953=_0x256953-0x67;const _0x4eaad9=_0x4eaa();let _0x4f2b49=_0x4eaad9[_0x256953];return _0x4f2b49;}const e={'exchange-client':{'uploading':_0x3a9575(0x75),'uploadSuccess':_0x3a9575(0x6f),'uploadSuccessTip':_0x3a9575(0x7a),'downloading':'Descargando','downloadSuccess':'Descarga\x20exitosa','unknownMistake':_0x3a9575(0x6d),'networkError':_0x3a9575(0x71),'tooLarge':'Los\x20datos\x20son\x20demasiado\x20grandes','internalError':_0x3a9575(0x68),'interrupt':_0x3a9575(0x67),'fileTypeError':_0x3a9575(0x76),'wait':_0x3a9575(0x77),'cancel':_0x3a9575(0x6c),'uploadAgain':_0x3a9575(0x72)}};export{e as default};function _0x4eaa(){const _0x49694e=['324817JZKIAv','La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','Error\x20interno\x20desconocido','2236732HOIXEt','8576480fXEfUW','1371202bzYPdH','Cancelar','Error\x20desconocido','30qaPeYc','Archivo\x20subido\x20exitosamente','3fjztjs','Error\x20de\x20red','Subir\x20de\x20nuevo','3264811RmhnUc','882QIoPsL','Subiendo','El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','Espere...','110hmpsGh','120440qRTWsu','{0}\x20archivo(s)\x20subido(s)\x20exitosamente','5947276MVqHHx'];_0x4eaa=function(){return _0x49694e;};return _0x4eaa();}
@@ -1 +1 @@
1
- const _0x12ebbb=_0x1af7;function _0x5fa5(){const _0x273dc6=['اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','لغو','16118325RSONfd','در\x20حال\x20دانلود','داده\x20خیلی\x20بزرگ\x20است','376365SvAmLp','2603804LuBIoP','بارگذاری\x20مجدد','خطای\x20شبکه','54aZXfFJ','8502112FEydEy','972516gXrPgH','138524jvAQlm','63eCLnHZ','خطای\x20ناشناخته','فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمی‌شود','1579050YInXoA','خطای\x20داخلی\x20ناشناخته','فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','لطفا\x20صبر\x20کنید...','دانلود\x20موفقیت\x20آمیز'];_0x5fa5=function(){return _0x273dc6;};return _0x5fa5();}(function(_0x289c26,_0x4cfa73){const _0x371e41=_0x1af7,_0x4f293e=_0x289c26();while(!![]){try{const _0x5f16a1=parseInt(_0x371e41(0x10e))/0x1+parseInt(_0x371e41(0x109))/0x2+-parseInt(_0x371e41(0x10b))/0x3*(parseInt(_0x371e41(0x10a))/0x4)+parseInt(_0x371e41(0x103))/0x5*(parseInt(_0x371e41(0x107))/0x6)+-parseInt(_0x371e41(0x104))/0x7+parseInt(_0x371e41(0x108))/0x8+-parseInt(_0x371e41(0x100))/0x9;if(_0x5f16a1===_0x4cfa73)break;else _0x4f293e['push'](_0x4f293e['shift']());}catch(_0x22a574){_0x4f293e['push'](_0x4f293e['shift']());}}}(_0x5fa5,0xdf7b5));const e={'exchange-client':{'uploading':'در\x20حال\x20بارگذاری','uploadSuccess':_0x12ebbb(0x110),'uploadSuccessTip':_0x12ebbb(0xfe),'downloading':_0x12ebbb(0x101),'downloadSuccess':_0x12ebbb(0xfc),'unknownMistake':_0x12ebbb(0x10c),'networkError':_0x12ebbb(0x106),'tooLarge':_0x12ebbb(0x102),'internalError':_0x12ebbb(0x10f),'interrupt':_0x12ebbb(0xfd),'fileTypeError':_0x12ebbb(0x10d),'wait':_0x12ebbb(0xfb),'cancel':_0x12ebbb(0xff),'uploadAgain':_0x12ebbb(0x105)}};function _0x1af7(_0x5f1661,_0x30d036){_0x5f1661=_0x5f1661-0xfb;const _0x5fa54b=_0x5fa5();let _0x1af723=_0x5fa54b[_0x5f1661];return _0x1af723;}export{e as default};
1
+ const _0x2490ae=_0x5cb3;function _0x494d(){const _0x50ff36=['فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمی‌شود','داده\x20خیلی\x20بزرگ\x20است','در\x20حال\x20بارگذاری','خطای\x20ناشناخته','1948317QuyJVh','368QQAEWi','خطای\x20شبکه','3722630qbEOvo','564860vBjFac','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','لغو','844FoAIRK','629PGvDNF','در\x20حال\x20دانلود','اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','20rgALhd','لطفا\x20صبر\x20کنید...','2975508NNDgVZ','فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','119315sXoApc','دانلود\x20موفقیت\x20آمیز','10587231IgGEDs'];_0x494d=function(){return _0x50ff36;};return _0x494d();}(function(_0x7cf1d0,_0x2c69ef){const _0x1cab69=_0x5cb3,_0x3c1b97=_0x7cf1d0();while(!![]){try{const _0x99cfd5=-parseInt(_0x1cab69(0x155))/0x1*(-parseInt(_0x1cab69(0x154))/0x2)+-parseInt(_0x1cab69(0x14d))/0x3+parseInt(_0x1cab69(0x158))/0x4*(parseInt(_0x1cab69(0x151))/0x5)+parseInt(_0x1cab69(0x15a))/0x6+-parseInt(_0x1cab69(0x15c))/0x7*(parseInt(_0x1cab69(0x14e))/0x8)+parseInt(_0x1cab69(0x15e))/0x9+-parseInt(_0x1cab69(0x150))/0xa;if(_0x99cfd5===_0x2c69ef)break;else _0x3c1b97['push'](_0x3c1b97['shift']());}catch(_0xf4514){_0x3c1b97['push'](_0x3c1b97['shift']());}}}(_0x494d,0xaa1e3));const e={'exchange-client':{'uploading':_0x2490ae(0x161),'uploadSuccess':_0x2490ae(0x15b),'uploadSuccessTip':_0x2490ae(0x152),'downloading':_0x2490ae(0x156),'downloadSuccess':_0x2490ae(0x15d),'unknownMistake':_0x2490ae(0x162),'networkError':_0x2490ae(0x14f),'tooLarge':_0x2490ae(0x160),'internalError':'خطای\x20داخلی\x20ناشناخته','interrupt':_0x2490ae(0x157),'fileTypeError':_0x2490ae(0x15f),'wait':_0x2490ae(0x159),'cancel':_0x2490ae(0x153),'uploadAgain':'بارگذاری\x20مجدد'}};function _0x5cb3(_0x3e50cd,_0x45cf86){_0x3e50cd=_0x3e50cd-0x14d;const _0x494d8f=_0x494d();let _0x5cb362=_0x494d8f[_0x3e50cd];return _0x5cb362;}export{e as default};
@@ -1 +1 @@
1
- function _0x5b8a(_0x12385a,_0x482b06){_0x12385a=_0x12385a-0x70;const _0x1c51f5=_0x1c51();let _0x5b8aaf=_0x1c51f5[_0x12385a];return _0x5b8aaf;}const _0x456f14=_0x5b8a;function _0x1c51(){const _0x2b70aa=['Erreur\x20réseau','Fichier\x20téléchargé\x20avec\x20succès','334376MylklN','1556990tNSHpW','10254MGyKFn','Veuillez\x20patienter...','11039830GyPcrD','106564ehAFhT','9gJMeCa','Téléchargement','2202858gmgNjo','9BiKpVw','Téléchargement\x20réussi','Erreur\x20inconnue','Erreur\x20interne\x20inconnue','Télécharger\x20à\x20nouveau','1280PCDMFA','7155688xeOvDg','{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès'];_0x1c51=function(){return _0x2b70aa;};return _0x1c51();}(function(_0x387cef,_0x71cc66){const _0x42289b=_0x5b8a,_0x20905a=_0x387cef();while(!![]){try{const _0x592333=parseInt(_0x42289b(0x7c))/0x1+parseInt(_0x42289b(0x7d))/0x2+-parseInt(_0x42289b(0x82))/0x3*(-parseInt(_0x42289b(0x81))/0x4)+-parseInt(_0x42289b(0x77))/0x5*(parseInt(_0x42289b(0x7e))/0x6)+-parseInt(_0x42289b(0x71))/0x7+parseInt(_0x42289b(0x78))/0x8*(-parseInt(_0x42289b(0x72))/0x9)+parseInt(_0x42289b(0x80))/0xa;if(_0x592333===_0x71cc66)break;else _0x20905a['push'](_0x20905a['shift']());}catch(_0x436b47){_0x20905a['push'](_0x20905a['shift']());}}}(_0x1c51,0x9eb86));const e={'exchange-client':{'uploading':'Téléchargement\x20en\x20cours','uploadSuccess':_0x456f14(0x7b),'uploadSuccessTip':_0x456f14(0x79),'downloading':_0x456f14(0x70),'downloadSuccess':_0x456f14(0x73),'unknownMistake':_0x456f14(0x74),'networkError':_0x456f14(0x7a),'tooLarge':'Les\x20données\x20sont\x20trop\x20volumineuses','internalError':_0x456f14(0x75),'interrupt':'La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','fileTypeError':'Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','wait':_0x456f14(0x7f),'cancel':'Annuler','uploadAgain':_0x456f14(0x76)}};export{e as default};
1
+ const _0xac827=_0x4922;function _0x4922(_0x1f1d26,_0x35dec4){_0x1f1d26=_0x1f1d26-0x1ba;const _0x5c918b=_0x5c91();let _0x492213=_0x5c918b[_0x1f1d26];return _0x492213;}(function(_0x4ef770,_0x13c8c1){const _0x4abd45=_0x4922,_0x2cb63c=_0x4ef770();while(!![]){try{const _0xccf2c1=-parseInt(_0x4abd45(0x1bc))/0x1*(-parseInt(_0x4abd45(0x1bb))/0x2)+-parseInt(_0x4abd45(0x1c4))/0x3*(-parseInt(_0x4abd45(0x1c0))/0x4)+parseInt(_0x4abd45(0x1c1))/0x5*(-parseInt(_0x4abd45(0x1d2))/0x6)+-parseInt(_0x4abd45(0x1d1))/0x7+parseInt(_0x4abd45(0x1c3))/0x8+-parseInt(_0x4abd45(0x1cf))/0x9*(-parseInt(_0x4abd45(0x1cb))/0xa)+parseInt(_0x4abd45(0x1bf))/0xb*(-parseInt(_0x4abd45(0x1bd))/0xc);if(_0xccf2c1===_0x13c8c1)break;else _0x2cb63c['push'](_0x2cb63c['shift']());}catch(_0x1e18c6){_0x2cb63c['push'](_0x2cb63c['shift']());}}}(_0x5c91,0xa8f9c));function _0x5c91(){const _0x3f2fe5=['9135917yTmRSc','3738eRRZHC','Erreur\x20inconnue','2lpADuW','806093xRAKxs','12vmGHMC','Téléchargement','10119010Oldquv','740632mZpFLu','1585tQfgHc','Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','9960408IcoUDB','3nQtQaZ','Veuillez\x20patienter...','Erreur\x20interne\x20inconnue','Erreur\x20réseau','Fichier\x20téléchargé\x20avec\x20succès','La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','Télécharger\x20à\x20nouveau','283340oNGCGu','{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','Téléchargement\x20en\x20cours','Les\x20données\x20sont\x20trop\x20volumineuses','279RNLoqE','Téléchargement\x20réussi'];_0x5c91=function(){return _0x3f2fe5;};return _0x5c91();}const e={'exchange-client':{'uploading':_0xac827(0x1cd),'uploadSuccess':_0xac827(0x1c8),'uploadSuccessTip':_0xac827(0x1cc),'downloading':_0xac827(0x1be),'downloadSuccess':_0xac827(0x1d0),'unknownMistake':_0xac827(0x1ba),'networkError':_0xac827(0x1c7),'tooLarge':_0xac827(0x1ce),'internalError':_0xac827(0x1c6),'interrupt':_0xac827(0x1c9),'fileTypeError':_0xac827(0x1c2),'wait':_0xac827(0x1c5),'cancel':'Annuler','uploadAgain':_0xac827(0x1ca)}};export{e as default};
@@ -1 +1 @@
1
- function _0x3a6f(_0x1e3314,_0x56aa0d){_0x1e3314=_0x1e3314-0x88;const _0x139f0a=_0x139f();let _0x3a6ff5=_0x139f0a[_0x1e3314];return _0x3a6ff5;}const _0x27f484=_0x3a6f;function _0x139f(){const _0x4584cc=['{0}\x20file\x20berhasil\x20diunggah','Harap\x20tunggu...','Mengunggah','3014230NQvuHx','File\x20berhasil\x20diunggah','Mengunduh','3560620Oggkgo','Unggah\x20ulang','740838kxYLRc','Data\x20terlalu\x20besar','3990632FMyzdD','Kesalahan\x20jaringan','Unduhan\x20berhasil','35LxdILz','217734XUZjlH','1919268lShzBp','1241954uIyVJC'];_0x139f=function(){return _0x4584cc;};return _0x139f();}(function(_0x462c35,_0x521b0c){const _0x9bae6c=_0x3a6f,_0x2b3606=_0x462c35();while(!![]){try{const _0x5edbda=-parseInt(_0x9bae6c(0x98))/0x1+-parseInt(_0x9bae6c(0x89))/0x2+parseInt(_0x9bae6c(0x88))/0x3+-parseInt(_0x9bae6c(0x90))/0x4+-parseInt(_0x9bae6c(0x8d))/0x5+-parseInt(_0x9bae6c(0x92))/0x6+parseInt(_0x9bae6c(0x97))/0x7*(parseInt(_0x9bae6c(0x94))/0x8);if(_0x5edbda===_0x521b0c)break;else _0x2b3606['push'](_0x2b3606['shift']());}catch(_0x41437f){_0x2b3606['push'](_0x2b3606['shift']());}}}(_0x139f,0xa5b3c));const e={'exchange-client':{'uploading':_0x27f484(0x8c),'uploadSuccess':_0x27f484(0x8e),'uploadSuccessTip':_0x27f484(0x8a),'downloading':_0x27f484(0x8f),'downloadSuccess':_0x27f484(0x96),'unknownMistake':'Kesalahan\x20tidak\x20diketahui','networkError':_0x27f484(0x95),'tooLarge':_0x27f484(0x93),'internalError':'Kesalahan\x20internal\x20tidak\x20diketahui','interrupt':'Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','fileTypeError':'File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah','wait':_0x27f484(0x8b),'cancel':'Batal','uploadAgain':_0x27f484(0x91)}};export{e as default};
1
+ function _0x1f24(){const _0x352abd=['126039lKSbiO','674592DtnfRo','13XrXugu','1193522NRPGIn','59288JGYEDR','760318VJhBTX','File\x20berhasil\x20diunggah','5vRjUCu','Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','329cyJkkx','Unggah\x20ulang','1fwGDDx','Batal','3748158DNvkmb','File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah','Mengunduh','20bmQGMx','Kesalahan\x20tidak\x20diketahui','{0}\x20file\x20berhasil\x20diunggah','Mengunggah','Kesalahan\x20jaringan','2075724vnHWwa','Data\x20terlalu\x20besar','4vIbRiz','Harap\x20tunggu...','Unduhan\x20berhasil','Kesalahan\x20internal\x20tidak\x20diketahui'];_0x1f24=function(){return _0x352abd;};return _0x1f24();}const _0x5bb0fc=_0x256d;(function(_0x271d3d,_0xa88566){const _0x33bd52=_0x256d,_0x80ac6d=_0x271d3d();while(!![]){try{const _0x5d3843=parseInt(_0x33bd52(0x127))/0x1*(parseInt(_0x33bd52(0x121))/0x2)+-parseInt(_0x33bd52(0x11c))/0x3*(-parseInt(_0x33bd52(0x118))/0x4)+parseInt(_0x33bd52(0x123))/0x5*(parseInt(_0x33bd52(0x11d))/0x6)+parseInt(_0x33bd52(0x125))/0x7*(-parseInt(_0x33bd52(0x120))/0x8)+parseInt(_0x33bd52(0x129))/0x9+-parseInt(_0x33bd52(0x111))/0xa*(parseInt(_0x33bd52(0x11f))/0xb)+-parseInt(_0x33bd52(0x116))/0xc*(parseInt(_0x33bd52(0x11e))/0xd);if(_0x5d3843===_0xa88566)break;else _0x80ac6d['push'](_0x80ac6d['shift']());}catch(_0x5333c7){_0x80ac6d['push'](_0x80ac6d['shift']());}}}(_0x1f24,0x33f20));const e={'exchange-client':{'uploading':_0x5bb0fc(0x114),'uploadSuccess':_0x5bb0fc(0x122),'uploadSuccessTip':_0x5bb0fc(0x113),'downloading':_0x5bb0fc(0x12b),'downloadSuccess':_0x5bb0fc(0x11a),'unknownMistake':_0x5bb0fc(0x112),'networkError':_0x5bb0fc(0x115),'tooLarge':_0x5bb0fc(0x117),'internalError':_0x5bb0fc(0x11b),'interrupt':_0x5bb0fc(0x124),'fileTypeError':_0x5bb0fc(0x12a),'wait':_0x5bb0fc(0x119),'cancel':_0x5bb0fc(0x128),'uploadAgain':_0x5bb0fc(0x126)}};function _0x256d(_0x4faf5d,_0x1596ab){_0x4faf5d=_0x4faf5d-0x111;const _0x1f24fc=_0x1f24();let _0x256d68=_0x1f24fc[_0x4faf5d];return _0x256d68;}export{e as default};
@@ -1 +1 @@
1
- const _0x17d630=_0x3d75;function _0x3d75(_0x2fd84a,_0x35dea5){_0x2fd84a=_0x2fd84a-0x1ce;const _0x598793=_0x5987();let _0x3d752b=_0x598793[_0x2fd84a];return _0x3d752b;}(function(_0x2ca9ce,_0x57f820){const _0x2d6365=_0x3d75,_0x2501a4=_0x2ca9ce();while(!![]){try{const _0x22106b=-parseInt(_0x2d6365(0x1db))/0x1+parseInt(_0x2d6365(0x1ce))/0x2*(-parseInt(_0x2d6365(0x1d2))/0x3)+parseInt(_0x2d6365(0x1e1))/0x4+parseInt(_0x2d6365(0x1e0))/0x5+parseInt(_0x2d6365(0x1df))/0x6*(-parseInt(_0x2d6365(0x1cf))/0x7)+parseInt(_0x2d6365(0x1d5))/0x8*(-parseInt(_0x2d6365(0x1d4))/0x9)+parseInt(_0x2d6365(0x1d0))/0xa*(parseInt(_0x2d6365(0x1e3))/0xb);if(_0x22106b===_0x57f820)break;else _0x2501a4['push'](_0x2501a4['shift']());}catch(_0x5cb172){_0x2501a4['push'](_0x2501a4['shift']());}}}(_0x5987,0xb3e3e));const e={'exchange-client':{'uploading':_0x17d630(0x1d8),'uploadSuccess':_0x17d630(0x1d1),'uploadSuccessTip':'{0}\x20file\x20caricati\x20con\x20successo','downloading':'Download\x20in\x20corso','downloadSuccess':_0x17d630(0x1d3),'unknownMistake':_0x17d630(0x1dd),'networkError':_0x17d630(0x1d6),'tooLarge':_0x17d630(0x1d9),'internalError':'Errore\x20interno\x20sconosciuto','interrupt':_0x17d630(0x1dc),'fileTypeError':_0x17d630(0x1de),'wait':_0x17d630(0x1da),'cancel':_0x17d630(0x1e2),'uploadAgain':_0x17d630(0x1d7)}};function _0x5987(){const _0x487135=['147693iDemAk','Download\x20riuscito','18189kXIFSK','1336SYJVJW','Errore\x20di\x20rete','Carica\x20di\x20nuovo','Caricamento\x20in\x20corso','I\x20dati\x20sono\x20troppo\x20grandi','Attendi...','424780JCnAHG','La\x20connessione\x20di\x20rete\x20è\x20stata\x20interrotta\x20e\x20il\x20caricamento\x20del\x20file\x20è\x20fallito','Errore\x20sconosciuto','Il\x20file\x20selezionato\x20[{0}]\x20non\x20è\x20supportato\x20per\x20il\x20caricamento','6pFNjXd','2220230erCdgb','3541444mWEArJ','Annulla','12836549yYWojI','10GgoFvj','5257658PXAwaM','10AaRPvm','File\x20caricato\x20con\x20successo'];_0x5987=function(){return _0x487135;};return _0x5987();}export{e as default};
1
+ function _0x38a2(_0x30182f,_0x4e6009){_0x30182f=_0x30182f-0x111;const _0x61a98d=_0x61a9();let _0x38a2b7=_0x61a98d[_0x30182f];return _0x38a2b7;}const _0x261e30=_0x38a2;(function(_0x5d8dc4,_0xaa4718){const _0x5e11b7=_0x38a2,_0x33715d=_0x5d8dc4();while(!![]){try{const _0x24effc=parseInt(_0x5e11b7(0x116))/0x1+parseInt(_0x5e11b7(0x11d))/0x2*(parseInt(_0x5e11b7(0x11c))/0x3)+parseInt(_0x5e11b7(0x114))/0x4*(parseInt(_0x5e11b7(0x113))/0x5)+-parseInt(_0x5e11b7(0x118))/0x6+parseInt(_0x5e11b7(0x120))/0x7+-parseInt(_0x5e11b7(0x117))/0x8+-parseInt(_0x5e11b7(0x121))/0x9;if(_0x24effc===_0xaa4718)break;else _0x33715d['push'](_0x33715d['shift']());}catch(_0xae9c09){_0x33715d['push'](_0x33715d['shift']());}}}(_0x61a9,0xd3f4a));const e={'exchange-client':{'uploading':'Caricamento\x20in\x20corso','uploadSuccess':'File\x20caricato\x20con\x20successo','uploadSuccessTip':_0x261e30(0x115),'downloading':_0x261e30(0x122),'downloadSuccess':_0x261e30(0x111),'unknownMistake':_0x261e30(0x112),'networkError':_0x261e30(0x123),'tooLarge':_0x261e30(0x11b),'internalError':_0x261e30(0x119),'interrupt':_0x261e30(0x11e),'fileTypeError':_0x261e30(0x11f),'wait':'Attendi...','cancel':'Annulla','uploadAgain':_0x261e30(0x11a)}};function _0x61a9(){const _0x3a309a=['12272283PwaACn','Download\x20in\x20corso','Errore\x20di\x20rete','Download\x20riuscito','Errore\x20sconosciuto','863795svVFUo','16VBpJcq','{0}\x20file\x20caricati\x20con\x20successo','1545158cXfMGB','10788000eKdQBT','1804872fAtpFZ','Errore\x20interno\x20sconosciuto','Carica\x20di\x20nuovo','I\x20dati\x20sono\x20troppo\x20grandi','4450683rWsyxn','2dCQwZJ','La\x20connessione\x20di\x20rete\x20è\x20stata\x20interrotta\x20e\x20il\x20caricamento\x20del\x20file\x20è\x20fallito','Il\x20file\x20selezionato\x20[{0}]\x20non\x20è\x20supportato\x20per\x20il\x20caricamento','1129198QjwBmR'];_0x61a9=function(){return _0x3a309a;};return _0x61a9();}export{e as default};
@@ -1 +1 @@
1
- const _0x1227be=_0x3ad0;(function(_0x3a3bbc,_0x1bf760){const _0x3b5fe2=_0x3ad0,_0x5eb0ad=_0x3a3bbc();while(!![]){try{const _0x35cee7=-parseInt(_0x3b5fe2(0x177))/0x1*(parseInt(_0x3b5fe2(0x16d))/0x2)+-parseInt(_0x3b5fe2(0x171))/0x3*(-parseInt(_0x3b5fe2(0x16a))/0x4)+parseInt(_0x3b5fe2(0x170))/0x5*(parseInt(_0x3b5fe2(0x16c))/0x6)+parseInt(_0x3b5fe2(0x176))/0x7+-parseInt(_0x3b5fe2(0x175))/0x8*(parseInt(_0x3b5fe2(0x172))/0x9)+-parseInt(_0x3b5fe2(0x167))/0xa+parseInt(_0x3b5fe2(0x169))/0xb*(parseInt(_0x3b5fe2(0x173))/0xc);if(_0x35cee7===_0x1bf760)break;else _0x5eb0ad['push'](_0x5eb0ad['shift']());}catch(_0xab0f35){_0x5eb0ad['push'](_0x5eb0ad['shift']());}}}(_0x7ef0,0x94984));function _0x3ad0(_0x6ea2ad,_0x3a7fc2){_0x6ea2ad=_0x6ea2ad-0x166;const _0x7ef072=_0x7ef0();let _0x3ad06b=_0x7ef072[_0x6ea2ad];return _0x3ad06b;}const e={'exchange-client':{'uploading':'アップロード中','uploadSuccess':_0x1227be(0x174),'uploadSuccessTip':_0x1227be(0x17a),'downloading':_0x1227be(0x16b),'downloadSuccess':_0x1227be(0x179),'unknownMistake':_0x1227be(0x16e),'networkError':_0x1227be(0x17b),'tooLarge':_0x1227be(0x16f),'internalError':'内部エラーが発生しました','interrupt':_0x1227be(0x178),'fileTypeError':'選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','wait':_0x1227be(0x168),'cancel':_0x1227be(0x166),'uploadAgain':'再度アップロード'}};function _0x7ef0(){const _0x53d4e8=['82062OtvRkX','不明なエラー','データが大きすぎます','380885ZOSBDr','3NjgUtX','168732rOTddq','331680ZvMfNt','ファイルが正常にアップロードされました','208RZNGwi','7249718ceibsB','9WCYgDp','ネットワーク接続が中断され、ファイルのアップロードに失敗しました','ダウンロードが完了しました','{0}\x20個のファイルが正常にアップロードされました','ネットワークエラー','キャンセル','828010pShNQZ','お待ちください...','143Jaroch','3296ysFwKo','ダウンロード中','12scynzI'];_0x7ef0=function(){return _0x53d4e8;};return _0x7ef0();}export{e as default};
1
+ const _0x166dba=_0x2277;(function(_0x25c6b7,_0x4ac618){const _0x38f447=_0x2277,_0x4cd521=_0x25c6b7();while(!![]){try{const _0xbd98d3=parseInt(_0x38f447(0x142))/0x1*(-parseInt(_0x38f447(0x143))/0x2)+-parseInt(_0x38f447(0x146))/0x3*(-parseInt(_0x38f447(0x155))/0x4)+parseInt(_0x38f447(0x141))/0x5+parseInt(_0x38f447(0x13f))/0x6*(-parseInt(_0x38f447(0x14c))/0x7)+parseInt(_0x38f447(0x14e))/0x8*(-parseInt(_0x38f447(0x151))/0x9)+parseInt(_0x38f447(0x140))/0xa*(-parseInt(_0x38f447(0x153))/0xb)+-parseInt(_0x38f447(0x149))/0xc*(-parseInt(_0x38f447(0x150))/0xd);if(_0xbd98d3===_0x4ac618)break;else _0x4cd521['push'](_0x4cd521['shift']());}catch(_0x3d339e){_0x4cd521['push'](_0x4cd521['shift']());}}}(_0x52b4,0x69f12));const e={'exchange-client':{'uploading':_0x166dba(0x154),'uploadSuccess':_0x166dba(0x14f),'uploadSuccessTip':_0x166dba(0x144),'downloading':_0x166dba(0x156),'downloadSuccess':_0x166dba(0x14b),'unknownMistake':_0x166dba(0x145),'networkError':_0x166dba(0x14a),'tooLarge':'データが大きすぎます','internalError':_0x166dba(0x147),'interrupt':'ネットワーク接続が中断され、ファイルのアップロードに失敗しました','fileTypeError':_0x166dba(0x152),'wait':_0x166dba(0x148),'cancel':'キャンセル','uploadAgain':_0x166dba(0x14d)}};function _0x52b4(){const _0x17e771=['ネットワークエラー','ダウンロードが完了しました','3535ZZgHvc','再度アップロード','32584tztGdv','ファイルが正常にアップロードされました','13kSUCPk','1629lYonHH','選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','87153mBlXeM','アップロード中','8SqNmek','ダウンロード中','8070KkDzyZ','1060QGNGau','971850RPSsdz','79817oPSEPZ','6xnMXBf','{0}\x20個のファイルが正常にアップロードされました','不明なエラー','497373ThlWFJ','内部エラーが発生しました','お待ちください...','28844556SIBWop'];_0x52b4=function(){return _0x17e771;};return _0x52b4();}function _0x2277(_0x5a77a9,_0x12f703){_0x5a77a9=_0x5a77a9-0x13f;const _0x52b4bd=_0x52b4();let _0x2277a5=_0x52b4bd[_0x5a77a9];return _0x2277a5;}export{e as default};
@@ -1 +1 @@
1
- const _0x9a1893=_0x1b14;function _0x493d(){const _0xf34ba6=['773145qOCsZv','66292XSAzqS','2938632VnBBRh','890xNLjLi','95PPwlIw','379519ESHgIv','데이터가\x20너무\x20큽니다','내부\x20오류가\x20발생했습니다','535182YbqBps','{0}개의\x20파일이\x20성공적으로\x20업로드되었습니다','834064fRwoMH','다운로드가\x20완료되었습니다','알\x20수\x20없는\x20오류','네트워크\x20연결이\x20중단되어\x20파일\x20업로드에\x20실패했습니다','59499ughDJT','7nvoNKn','파일이\x20성공적으로\x20업로드되었습니다','잠시만\x20기다려\x20주세요...'];_0x493d=function(){return _0xf34ba6;};return _0x493d();}(function(_0x244c82,_0x5a0a8e){const _0x3090ac=_0x1b14,_0x141b34=_0x244c82();while(!![]){try{const _0xde8468=-parseInt(_0x3090ac(0x93))/0x1+parseInt(_0x3090ac(0x98))/0x2+-parseInt(_0x3090ac(0x8e))/0x3+-parseInt(_0x3090ac(0x8f))/0x4*(-parseInt(_0x3090ac(0x92))/0x5)+-parseInt(_0x3090ac(0x96))/0x6+-parseInt(_0x3090ac(0x8b))/0x7*(parseInt(_0x3090ac(0x90))/0x8)+-parseInt(_0x3090ac(0x8a))/0x9*(-parseInt(_0x3090ac(0x91))/0xa);if(_0xde8468===_0x5a0a8e)break;else _0x141b34['push'](_0x141b34['shift']());}catch(_0x2a2e4c){_0x141b34['push'](_0x141b34['shift']());}}}(_0x493d,0x374ea));function _0x1b14(_0x1da340,_0x1bb6d4){_0x1da340=_0x1da340-0x88;const _0x493d2d=_0x493d();let _0x1b14a4=_0x493d2d[_0x1da340];return _0x1b14a4;}const e={'exchange-client':{'uploading':'업로드\x20중','uploadSuccess':_0x9a1893(0x8c),'uploadSuccessTip':_0x9a1893(0x97),'downloading':'다운로드\x20','downloadSuccess':_0x9a1893(0x99),'unknownMistake':_0x9a1893(0x88),'networkError':'네트워크\x20오류','tooLarge':_0x9a1893(0x94),'internalError':_0x9a1893(0x95),'interrupt':_0x9a1893(0x89),'fileTypeError':'선택한\x20파일\x20[{0}]은(는)\x20업로드가\x20지원되지\x20않습니다','wait':_0x9a1893(0x8d),'cancel':'취소','uploadAgain':'다시\x20업로드'}};export{e as default};
1
+ const _0x58b8f3=_0x5b95;function _0x5b95(_0x28f9ca,_0x349608){_0x28f9ca=_0x28f9ca-0x1e9;const _0x38f7c3=_0x38f7();let _0x5b9526=_0x38f7c3[_0x28f9ca];return _0x5b9526;}(function(_0x3baf12,_0x3c827f){const _0x2f03e8=_0x5b95,_0x49e24f=_0x3baf12();while(!![]){try{const _0x58b039=-parseInt(_0x2f03e8(0x1f2))/0x1*(-parseInt(_0x2f03e8(0x1f5))/0x2)+-parseInt(_0x2f03e8(0x1eb))/0x3+parseInt(_0x2f03e8(0x1f6))/0x4+parseInt(_0x2f03e8(0x1ec))/0x5*(parseInt(_0x2f03e8(0x1f1))/0x6)+parseInt(_0x2f03e8(0x1f3))/0x7+-parseInt(_0x2f03e8(0x1ed))/0x8+parseInt(_0x2f03e8(0x1ea))/0x9*(-parseInt(_0x2f03e8(0x1ef))/0xa);if(_0x58b039===_0x3c827f)break;else _0x49e24f['push'](_0x49e24f['shift']());}catch(_0x430f76){_0x49e24f['push'](_0x49e24f['shift']());}}}(_0x38f7,0xe22e5));const e={'exchange-client':{'uploading':_0x58b8f3(0x1ee),'uploadSuccess':_0x58b8f3(0x1fa),'uploadSuccessTip':'{0}개의\x20파일이\x20성공적으로\x20업로드되었습니다','downloading':_0x58b8f3(0x1fc),'downloadSuccess':_0x58b8f3(0x1f4),'unknownMistake':'알\x20수\x20없는\x20오류','networkError':_0x58b8f3(0x1f9),'tooLarge':_0x58b8f3(0x1f8),'internalError':_0x58b8f3(0x1f7),'interrupt':'네트워크\x20연결이\x20중단되어\x20파일\x20업로드에\x20실패했습니다','fileTypeError':_0x58b8f3(0x1fb),'wait':_0x58b8f3(0x1e9),'cancel':'취소','uploadAgain':_0x58b8f3(0x1f0)}};function _0x38f7(){const _0x2f8622=['다운로드\x20중','잠시만\x20기다려\x20주세요...','9iMcAcL','3606000vtbVXT','23195FYbizV','10445608NgDycg','업로드\x20중','19613470jYaEWp','다시\x20업로드','2274parVQE','1QDrYNo','8752338tMuapo','다운로드가\x20완료되었습니다','2728946IXlDWl','4089988RIHJQe','내부\x20오류가\x20발생했습니다','데이터가\x20너무\x20큽니다','네트워크\x20오류','파일이\x20성공적으로\x20업로드되었습니다','선택한\x20파일\x20[{0}]은(는)\x20업로드가\x20지원되지\x20않습니다'];_0x38f7=function(){return _0x2f8622;};return _0x38f7();}export{e as default};
@@ -1 +1 @@
1
- const _0xf526ab=_0x4d51;function _0x4d51(_0x4a0184,_0x413a4f){_0x4a0184=_0x4a0184-0x84;const _0x22b464=_0x22b4();let _0x4d51f3=_0x22b464[_0x4a0184];return _0x4d51f3;}(function(_0x40fa20,_0x29047d){const _0x54d4a0=_0x4d51,_0x2807c0=_0x40fa20();while(!![]){try{const _0x1b9fd2=-parseInt(_0x54d4a0(0x84))/0x1+-parseInt(_0x54d4a0(0x88))/0x2+parseInt(_0x54d4a0(0x94))/0x3*(-parseInt(_0x54d4a0(0x85))/0x4)+parseInt(_0x54d4a0(0x89))/0x5+parseInt(_0x54d4a0(0x93))/0x6*(parseInt(_0x54d4a0(0x98))/0x7)+-parseInt(_0x54d4a0(0x8e))/0x8*(-parseInt(_0x54d4a0(0x8c))/0x9)+parseInt(_0x54d4a0(0x91))/0xa;if(_0x1b9fd2===_0x29047d)break;else _0x2807c0['push'](_0x2807c0['shift']());}catch(_0xcf7ae1){_0x2807c0['push'](_0x2807c0['shift']());}}}(_0x22b4,0x73b6a));const e={'exchange-client':{'uploading':_0xf526ab(0x8f),'uploadSuccess':'Plik\x20przesłany\x20pomyślnie','uploadSuccessTip':'Pomyślnie\x20przesłano\x20{0}\x20plik(ów)','downloading':_0xf526ab(0x8b),'downloadSuccess':_0xf526ab(0x97),'unknownMistake':'Nieznany\x20błąd','networkError':_0xf526ab(0x86),'tooLarge':_0xf526ab(0x87),'internalError':_0xf526ab(0x8d),'interrupt':_0xf526ab(0x95),'fileTypeError':_0xf526ab(0x90),'wait':_0xf526ab(0x8a),'cancel':_0xf526ab(0x92),'uploadAgain':_0xf526ab(0x96)}};export{e as default};function _0x22b4(){const _0xdeceb3=['Wewnętrzny\x20nieznany\x20błąd','22648imtfqb','Przesyłanie','Wybrany\x20plik\x20[{0}]\x20nie\x20jest\x20obsługiwany\x20do\x20przesyłania','1390920MpNeby','Anuluj','6QBuLUU','31422PKEvHM','Połączenie\x20sieciowe\x20zostało\x20przerwane\x20i\x20przesyłanie\x20pliku\x20nie\x20powiodło\x20się','Prześlij\x20ponownie','Pobieranie\x20zakończone\x20sukcesem','752311foviIu','301024MZzmxA','312IOUUEz','Błąd\x20sieci','Dane\x20są\x20zbyt\x20duże','654258VBCZXo','4031180kAerQl','Proszę\x20czekać...','Pobieranie','2754tIqyqI'];_0x22b4=function(){return _0xdeceb3;};return _0x22b4();}
1
+ const _0x16cd58=_0x3fb0;(function(_0x44ac02,_0x4e9192){const _0x32fcbf=_0x3fb0,_0x53f3e3=_0x44ac02();while(!![]){try{const _0x2209cf=-parseInt(_0x32fcbf(0xc8))/0x1+-parseInt(_0x32fcbf(0xca))/0x2*(parseInt(_0x32fcbf(0xd2))/0x3)+parseInt(_0x32fcbf(0xc2))/0x4*(-parseInt(_0x32fcbf(0xcd))/0x5)+parseInt(_0x32fcbf(0xd6))/0x6*(parseInt(_0x32fcbf(0xcb))/0x7)+-parseInt(_0x32fcbf(0xd8))/0x8+-parseInt(_0x32fcbf(0xc3))/0x9*(parseInt(_0x32fcbf(0xc7))/0xa)+parseInt(_0x32fcbf(0xce))/0xb*(parseInt(_0x32fcbf(0xc6))/0xc);if(_0x2209cf===_0x4e9192)break;else _0x53f3e3['push'](_0x53f3e3['shift']());}catch(_0x3c6b6d){_0x53f3e3['push'](_0x53f3e3['shift']());}}}(_0x1f29,0x6b406));function _0x3fb0(_0x374149,_0x1fe37e){_0x374149=_0x374149-0xc2;const _0x1f2980=_0x1f29();let _0x3fb083=_0x1f2980[_0x374149];return _0x3fb083;}const e={'exchange-client':{'uploading':'Przesyłanie','uploadSuccess':_0x16cd58(0xd5),'uploadSuccessTip':_0x16cd58(0xcc),'downloading':'Pobieranie','downloadSuccess':_0x16cd58(0xcf),'unknownMistake':_0x16cd58(0xc5),'networkError':_0x16cd58(0xd0),'tooLarge':_0x16cd58(0xc4),'internalError':'Wewnętrzny\x20nieznany\x20błąd','interrupt':_0x16cd58(0xc9),'fileTypeError':_0x16cd58(0xd3),'wait':_0x16cd58(0xd4),'cancel':_0x16cd58(0xd7),'uploadAgain':_0x16cd58(0xd1)}};export{e as default};function _0x1f29(){const _0x5236ae=['Połączenie\x20sieciowe\x20zostało\x20przerwane\x20i\x20przesyłanie\x20pliku\x20nie\x20powiodło\x20się','24lIejHw','1869StJczj','Pomyślnie\x20przesłano\x20{0}\x20plik(ów)','3121295sGgIIu','28036602nPTAwT','Pobieranie\x20zakończone\x20sukcesem','Błąd\x20sieci','Prześlij\x20ponownie','118254BPAGOa','Wybrany\x20plik\x20[{0}]\x20nie\x20jest\x20obsługiwany\x20do\x20przesyłania','Proszę\x20czekać...','Plik\x20przesłany\x20pomyślnie','18132OVpBLm','Anuluj','2963184zWDgkC','4qfIbhf','58257DBINxb','Dane\x20są\x20zbyt\x20duże','Nieznany\x20błąd','12RTmCgE','1150PrVDEx','704286zstUVv'];_0x1f29=function(){return _0x5236ae;};return _0x1f29();}
@@ -1 +1 @@
1
- function _0x2e6b(_0x44007c,_0x1ab1e4){_0x44007c=_0x44007c-0x90;const _0x5bb97b=_0x5bb9();let _0x2e6b0d=_0x5bb97b[_0x44007c];return _0x2e6b0d;}const _0x194a1c=_0x2e6b;(function(_0x1e1e7f,_0x13ee18){const _0x5b7d6d=_0x2e6b,_0x504799=_0x1e1e7f();while(!![]){try{const _0x244183=parseInt(_0x5b7d6d(0x92))/0x1+-parseInt(_0x5b7d6d(0x98))/0x2+parseInt(_0x5b7d6d(0x90))/0x3+parseInt(_0x5b7d6d(0x94))/0x4+parseInt(_0x5b7d6d(0x9a))/0x5+-parseInt(_0x5b7d6d(0x95))/0x6+-parseInt(_0x5b7d6d(0x91))/0x7;if(_0x244183===_0x13ee18)break;else _0x504799['push'](_0x504799['shift']());}catch(_0x18abd7){_0x504799['push'](_0x504799['shift']());}}}(_0x5bb9,0x5de39));const e={'exchange-client':{'uploading':_0x194a1c(0x9b),'uploadSuccess':_0x194a1c(0xa0),'uploadSuccessTip':_0x194a1c(0x9d),'downloading':_0x194a1c(0x9c),'downloadSuccess':'Download\x20concluído\x20com\x20sucesso','unknownMistake':_0x194a1c(0x9e),'networkError':_0x194a1c(0xa1),'tooLarge':_0x194a1c(0xa2),'internalError':_0x194a1c(0x96),'interrupt':_0x194a1c(0x99),'fileTypeError':_0x194a1c(0x93),'wait':'Aguarde...','cancel':_0x194a1c(0x9f),'uploadAgain':_0x194a1c(0x97)}};function _0x5bb9(){const _0x4ac234=['Erro\x20de\x20rede','Os\x20dados\x20são\x20muito\x20grandes','1951515psVJfn','2972501JmyjeW','570265oXyjxs','O\x20arquivo\x20selecionado\x20[{0}]\x20não\x20é\x20suportado\x20para\x20envio','505960CZnXRV','2172498kiEjNC','Erro\x20interno\x20desconhecido','Enviar\x20novamente','766944gqQrsE','A\x20conexão\x20de\x20rede\x20foi\x20interrompida\x20e\x20o\x20envio\x20do\x20arquivo\x20falhou','1037535LWMkFi','Enviando','Baixando','{0}\x20arquivo(s)\x20enviado(s)\x20com\x20sucesso','Erro\x20desconhecido','Cancelar','Arquivo\x20enviado\x20com\x20sucesso'];_0x5bb9=function(){return _0x4ac234;};return _0x5bb9();}export{e as default};
1
+ const _0x4733a3=_0x592a;(function(_0x35e2e5,_0x2cfe19){const _0x48581c=_0x592a,_0x4ca606=_0x35e2e5();while(!![]){try{const _0x1947d2=parseInt(_0x48581c(0x1d1))/0x1+-parseInt(_0x48581c(0x1d0))/0x2+-parseInt(_0x48581c(0x1d9))/0x3+parseInt(_0x48581c(0x1d4))/0x4*(parseInt(_0x48581c(0x1da))/0x5)+-parseInt(_0x48581c(0x1db))/0x6*(parseInt(_0x48581c(0x1d8))/0x7)+parseInt(_0x48581c(0x1d6))/0x8*(parseInt(_0x48581c(0x1de))/0x9)+-parseInt(_0x48581c(0x1dd))/0xa;if(_0x1947d2===_0x2cfe19)break;else _0x4ca606['push'](_0x4ca606['shift']());}catch(_0x59761e){_0x4ca606['push'](_0x4ca606['shift']());}}}(_0x283d,0xf3b1a));function _0x592a(_0x5c42f6,_0x56a198){_0x5c42f6=_0x5c42f6-0x1cb;const _0x283d03=_0x283d();let _0x592a1c=_0x283d03[_0x5c42f6];return _0x592a1c;}const e={'exchange-client':{'uploading':_0x4733a3(0x1d3),'uploadSuccess':'Arquivo\x20enviado\x20com\x20sucesso','uploadSuccessTip':_0x4733a3(0x1dc),'downloading':_0x4733a3(0x1d7),'downloadSuccess':_0x4733a3(0x1cc),'unknownMistake':_0x4733a3(0x1cb),'networkError':_0x4733a3(0x1cf),'tooLarge':_0x4733a3(0x1cd),'internalError':'Erro\x20interno\x20desconhecido','interrupt':_0x4733a3(0x1ce),'fileTypeError':_0x4733a3(0x1d2),'wait':'Aguarde...','cancel':_0x4733a3(0x1d5),'uploadAgain':'Enviar\x20novamente'}};function _0x283d(){const _0x4f65f6=['O\x20arquivo\x20selecionado\x20[{0}]\x20não\x20é\x20suportado\x20para\x20envio','Enviando','4PMwvWO','Cancelar','8DQORUZ','Baixando','350hhqPfq','1614843SPrFmy','8015HMXWrJ','52728lJSHRa','{0}\x20arquivo(s)\x20enviado(s)\x20com\x20sucesso','7143480AaNGLq','12756213ANJLCI','Erro\x20desconhecido','Download\x20concluído\x20com\x20sucesso','Os\x20dados\x20são\x20muito\x20grandes','A\x20conexão\x20de\x20rede\x20foi\x20interrompida\x20e\x20o\x20envio\x20do\x20arquivo\x20falhou','Erro\x20de\x20rede','1099120BuWfbs','1820799TbTiDt'];_0x283d=function(){return _0x4f65f6;};return _0x283d();}export{e as default};
@@ -1 +1 @@
1
- function _0x35db(_0x584b07,_0x5b378c){_0x584b07=_0x584b07-0xa2;const _0x527b31=_0x527b();let _0x35dbb4=_0x527b31[_0x584b07];return _0x35dbb4;}const _0x2061ac=_0x35db;(function(_0x207aad,_0x2857ac){const _0x2ac569=_0x35db,_0x12f53d=_0x207aad();while(!![]){try{const _0x8b47ba=parseInt(_0x2ac569(0xac))/0x1*(parseInt(_0x2ac569(0xb4))/0x2)+parseInt(_0x2ac569(0xa5))/0x3+-parseInt(_0x2ac569(0xb6))/0x4+parseInt(_0x2ac569(0xae))/0x5*(parseInt(_0x2ac569(0xab))/0x6)+-parseInt(_0x2ac569(0xaa))/0x7*(parseInt(_0x2ac569(0xa6))/0x8)+-parseInt(_0x2ac569(0xb2))/0x9*(-parseInt(_0x2ac569(0xb0))/0xa)+parseInt(_0x2ac569(0xa3))/0xb*(-parseInt(_0x2ac569(0xb3))/0xc);if(_0x8b47ba===_0x2857ac)break;else _0x12f53d['push'](_0x12f53d['shift']());}catch(_0x17f10e){_0x12f53d['push'](_0x12f53d['shift']());}}}(_0x527b,0x67821));const e={'exchange-client':{'uploading':_0x2061ac(0xa7),'uploadSuccess':'Файл\x20успешно\x20загружен','uploadSuccessTip':_0x2061ac(0xa8),'downloading':_0x2061ac(0xa9),'downloadSuccess':_0x2061ac(0xb1),'unknownMistake':_0x2061ac(0xb7),'networkError':_0x2061ac(0xa4),'tooLarge':_0x2061ac(0xb8),'internalError':_0x2061ac(0xaf),'interrupt':_0x2061ac(0xa2),'fileTypeError':_0x2061ac(0xb5),'wait':'Пожалуйста,\x20подождите...','cancel':_0x2061ac(0xad),'uploadAgain':'Загрузить\x20снова'}};export{e as default};function _0x527b(){const _0x37a157=['2129319WvurNW','12xAFAyJ','784666iTJZMS','Выбранный\x20файл\x20[{0}]\x20не\x20поддерживается\x20для\x20загрузки','113376xtruUB','Неизвестная\x20ошибка','Данные\x20слишком\x20большие','Сетевое\x20соединение\x20было\x20прервано,\x20и\x20загрузка\x20файла\x20не\x20удалась','23252911ckolHH','Сетевая\x20ошибка','2062995ggUPmh','1816GOjiWf','Загрузка','{0}\x20файл(ов)\x20успешно\x20загружен(о)','Скачивание','11718DyiOXe','12kXhsEn','2QBNTNW','Отмена','1910270wVXCLa','Внутренняя\x20неизвестная\x20ошибка','30bymjma','Скачивание\x20успешно'];_0x527b=function(){return _0x37a157;};return _0x527b();}
1
+ const _0x3c6c4c=_0x670a;(function(_0x404e72,_0x569404){const _0x24ef9f=_0x670a,_0xa59449=_0x404e72();while(!![]){try{const _0x4b0e41=parseInt(_0x24ef9f(0x16e))/0x1*(-parseInt(_0x24ef9f(0x16c))/0x2)+parseInt(_0x24ef9f(0x166))/0x3+-parseInt(_0x24ef9f(0x15f))/0x4*(parseInt(_0x24ef9f(0x168))/0x5)+-parseInt(_0x24ef9f(0x173))/0x6*(parseInt(_0x24ef9f(0x164))/0x7)+-parseInt(_0x24ef9f(0x163))/0x8+parseInt(_0x24ef9f(0x16b))/0x9+parseInt(_0x24ef9f(0x174))/0xa*(parseInt(_0x24ef9f(0x162))/0xb);if(_0x4b0e41===_0x569404)break;else _0xa59449['push'](_0xa59449['shift']());}catch(_0x329b9d){_0xa59449['push'](_0xa59449['shift']());}}}(_0x2fc8,0x2d543));function _0x670a(_0x619781,_0x4c5ae3){_0x619781=_0x619781-0x15f;const _0x2fc86c=_0x2fc8();let _0x670a40=_0x2fc86c[_0x619781];return _0x670a40;}function _0x2fc8(){const _0x31d4a8=['495mdykkX','2793072DzDWkf','7231ymyVwT','Скачивание','172161ZdPYaL','Сетевая\x20ошибка','5vIeyTx','{0}\x20файл(ов)\x20успешно\x20загружен(о)','Пожалуйста,\x20подождите...','2646441ubYVln','36230vfekBO','Загрузка','13UaCnHF','Выбранный\x20файл\x20[{0}]\x20не\x20поддерживается\x20для\x20загрузки','Сетевое\x20соединение\x20было\x20прервано,\x20и\x20загрузка\x20файла\x20не\x20удалась','Скачивание\x20успешно','Данные\x20слишком\x20большие','1254FiBEgW','176140svaKWT','Внутренняя\x20неизвестная\x20ошибка','631492yCOZga','Файл\x20успешно\x20загружен','Загрузить\x20снова'];_0x2fc8=function(){return _0x31d4a8;};return _0x2fc8();}const e={'exchange-client':{'uploading':_0x3c6c4c(0x16d),'uploadSuccess':_0x3c6c4c(0x160),'uploadSuccessTip':_0x3c6c4c(0x169),'downloading':_0x3c6c4c(0x165),'downloadSuccess':_0x3c6c4c(0x171),'unknownMistake':'Неизвестная\x20ошибка','networkError':_0x3c6c4c(0x167),'tooLarge':_0x3c6c4c(0x172),'internalError':_0x3c6c4c(0x175),'interrupt':_0x3c6c4c(0x170),'fileTypeError':_0x3c6c4c(0x16f),'wait':_0x3c6c4c(0x16a),'cancel':'Отмена','uploadAgain':_0x3c6c4c(0x161)}};export{e as default};
@@ -1 +1 @@
1
- const _0x46ac54=_0x3dd1;(function(_0x2dd855,_0x39a549){const _0xa1a475=_0x3dd1,_0x518868=_0x2dd855();while(!![]){try{const _0x3f50fc=parseInt(_0xa1a475(0x15c))/0x1+-parseInt(_0xa1a475(0x16d))/0x2+parseInt(_0xa1a475(0x169))/0x3*(-parseInt(_0xa1a475(0x15a))/0x4)+parseInt(_0xa1a475(0x15f))/0x5*(-parseInt(_0xa1a475(0x163))/0x6)+-parseInt(_0xa1a475(0x166))/0x7+-parseInt(_0xa1a475(0x167))/0x8+-parseInt(_0xa1a475(0x16c))/0x9*(-parseInt(_0xa1a475(0x16a))/0xa);if(_0x3f50fc===_0x39a549)break;else _0x518868['push'](_0x518868['shift']());}catch(_0x3ee801){_0x518868['push'](_0x518868['shift']());}}}(_0x48f9,0x9d0bd));function _0x48f9(){const _0x12820e=['108SVzKuP','Nahrávanie','Dáta\x20sú\x20príliš\x20veľké','8656760lWSesc','3874072QTZzIg','Prosím\x20počkajte...','1494BrjYLk','14366730lZqDHO','Sťahovanie','27FOPjSR','227132GOkvCy','9012XyMQyh','Úspešne\x20nahraných\x20{0}\x20súborov','553287RjShSe','Interná\x20neznáma\x20chyba','Súbor\x20bol\x20úspešne\x20nahraný','350985OODQYw','Sťahovanie\x20úspešné','Nahrať\x20znova','Neznáma\x20chyba'];_0x48f9=function(){return _0x12820e;};return _0x48f9();}const e={'exchange-client':{'uploading':_0x46ac54(0x164),'uploadSuccess':_0x46ac54(0x15e),'uploadSuccessTip':_0x46ac54(0x15b),'downloading':_0x46ac54(0x16b),'downloadSuccess':_0x46ac54(0x160),'unknownMistake':_0x46ac54(0x162),'networkError':'Sieťová\x20chyba','tooLarge':_0x46ac54(0x165),'internalError':_0x46ac54(0x15d),'interrupt':'Sieťové\x20pripojenie\x20bolo\x20prerušené\x20a\x20nahrávanie\x20súboru\x20zlyhalo','fileTypeError':'Vybraný\x20súbor\x20[{0}]\x20nie\x20je\x20podporovaný\x20na\x20nahrávanie','wait':_0x46ac54(0x168),'cancel':'Zrušiť','uploadAgain':_0x46ac54(0x161)}};function _0x3dd1(_0x2de238,_0x4ce965){_0x2de238=_0x2de238-0x15a;const _0x48f908=_0x48f9();let _0x3dd1b2=_0x48f908[_0x2de238];return _0x3dd1b2;}export{e as default};
1
+ const _0x2fbc9b=_0x53d2;function _0x299a(){const _0x20ad34=['24WIwzRz','139746vzsXOR','Sieťová\x20chyba','Vybraný\x20súbor\x20[{0}]\x20nie\x20je\x20podporovaný\x20na\x20nahrávanie','3492896cysgMZ','Sieťové\x20pripojenie\x20bolo\x20prerušené\x20a\x20nahrávanie\x20súboru\x20zlyhalo','3221410exCVsE','14XwXsYx','Sťahovanie','9kQJkrJ','Prosím\x20počkajte...','Nahrať\x20znova','2907785nTUots','7557BxZpVc','1864afLPtQ','Interná\x20neznáma\x20chyba','244tmUHSA','Nahrávanie','Neznáma\x20chyba','Dáta\x20sú\x20príliš\x20veľké','1044942Uibcep','Súbor\x20bol\x20úspešne\x20nahraný'];_0x299a=function(){return _0x20ad34;};return _0x299a();}(function(_0x4d1f40,_0x4d599c){const _0x4c20e8=_0x53d2,_0x1c344a=_0x4d1f40();while(!![]){try{const _0x3030f7=parseInt(_0x4c20e8(0x9f))/0x1*(-parseInt(_0x4c20e8(0xa1))/0x2)+parseInt(_0x4c20e8(0xa8))/0x3*(parseInt(_0x4c20e8(0xa7))/0x4)+parseInt(_0x4c20e8(0x9d))/0x5+-parseInt(_0x4c20e8(0xa5))/0x6*(parseInt(_0x4c20e8(0x98))/0x7)+parseInt(_0x4c20e8(0x95))/0x8*(parseInt(_0x4c20e8(0x9a))/0x9)+-parseInt(_0x4c20e8(0x97))/0xa+-parseInt(_0x4c20e8(0x9e))/0xb;if(_0x3030f7===_0x4d599c)break;else _0x1c344a['push'](_0x1c344a['shift']());}catch(_0x26192d){_0x1c344a['push'](_0x1c344a['shift']());}}}(_0x299a,0x61707));function _0x53d2(_0x3ec542,_0x5b61ff){_0x3ec542=_0x3ec542-0x93;const _0x299aa6=_0x299a();let _0x53d2be=_0x299aa6[_0x3ec542];return _0x53d2be;}const e={'exchange-client':{'uploading':_0x2fbc9b(0xa2),'uploadSuccess':_0x2fbc9b(0xa6),'uploadSuccessTip':'Úspešne\x20nahraných\x20{0}\x20súborov','downloading':_0x2fbc9b(0x99),'downloadSuccess':'Sťahovanie\x20úspešné','unknownMistake':_0x2fbc9b(0xa3),'networkError':_0x2fbc9b(0x93),'tooLarge':_0x2fbc9b(0xa4),'internalError':_0x2fbc9b(0xa0),'interrupt':_0x2fbc9b(0x96),'fileTypeError':_0x2fbc9b(0x94),'wait':_0x2fbc9b(0x9b),'cancel':'Zrušiť','uploadAgain':_0x2fbc9b(0x9c)}};export{e as default};
@@ -1 +1 @@
1
- function _0x264f(){const _0x6b780c=['273030OulGiZ','Kết\x20nối\x20mạng\x20bị\x20gián\x20đoạn,\x20tải\x20lên\x20tệp\x20thất\x20bại','3093976nFmbqh','49jDVmhi','Tải\x20lên\x20lại','Luồng\x20dữ\x20liệu\x20quá\x20lớn','Lỗi\x20không\x20xác\x20định','199815OJpIqm','18JZlGru','6LPuhmv','Tải\x20xuống\x20thành\x20công','Tệp\x20được\x20chọn\x20[{0}]\x20không\x20được\x20hỗ\x20trợ\x20để\x20tải\x20lên','4229ogOsol','44300wunHKf','362136xoKSEg','Đang\x20tải\x20lên','Lỗi\x20mạng','Đang\x20tải\x20xuống','Hủy\x20bỏ','Tải\x20lên\x20tệp\x20thành\x20công','1988272UPrVHt','68nTdjsP'];_0x264f=function(){return _0x6b780c;};return _0x264f();}const _0x24dc48=_0x3837;(function(_0x3182cb,_0x5e6482){const _0x24be44=_0x3837,_0x1a86b1=_0x3182cb();while(!![]){try{const _0x3dee27=parseInt(_0x24be44(0x1ee))/0x1*(parseInt(_0x24be44(0x1eb))/0x2)+parseInt(_0x24be44(0x1e9))/0x3+-parseInt(_0x24be44(0x1e1))/0x4*(parseInt(_0x24be44(0x1ef))/0x5)+-parseInt(_0x24be44(0x1f0))/0x6*(-parseInt(_0x24be44(0x1e5))/0x7)+parseInt(_0x24be44(0x1e4))/0x8+parseInt(_0x24be44(0x1ea))/0x9*(parseInt(_0x24be44(0x1e2))/0xa)+parseInt(_0x24be44(0x1e0))/0xb;if(_0x3dee27===_0x5e6482)break;else _0x1a86b1['push'](_0x1a86b1['shift']());}catch(_0x411fcf){_0x1a86b1['push'](_0x1a86b1['shift']());}}}(_0x264f,0xed9d5));const e={'exchange-client':{'uploading':_0x24dc48(0x1f1),'uploadSuccess':_0x24dc48(0x1df),'uploadSuccessTip':'{0}\x20tệp\x20đã\x20được\x20tải\x20lên\x20thành\x20công','downloading':_0x24dc48(0x1dd),'downloadSuccess':_0x24dc48(0x1ec),'unknownMistake':_0x24dc48(0x1e8),'networkError':_0x24dc48(0x1dc),'tooLarge':_0x24dc48(0x1e7),'internalError':'Lỗi\x20không\x20xác\x20định\x20bên\x20trong','interrupt':_0x24dc48(0x1e3),'fileTypeError':_0x24dc48(0x1ed),'wait':'Vui\x20lòng\x20đợi...','cancel':_0x24dc48(0x1de),'uploadAgain':_0x24dc48(0x1e6)}};function _0x3837(_0x2a2685,_0x1e6441){_0x2a2685=_0x2a2685-0x1dc;const _0x264f08=_0x264f();let _0x3837e1=_0x264f08[_0x2a2685];return _0x3837e1;}export{e as default};
1
+ function _0x1285(){const _0x4f2d4c=['24521OxPBTd','52773lsSARH','45NOOsbh','{0}\x20tệp\x20đã\x20được\x20tải\x20lên\x20thành\x20công','Đang\x20tải\x20xuống','86884RtuqmX','Kết\x20nối\x20mạng\x20bị\x20gián\x20đoạn,\x20tải\x20lên\x20tệp\x20thất\x20bại','237462htiHte','15846kRelwa','Hủy\x20bỏ','923292dHtupt','Vui\x20lòng\x20đợi...','Tải\x20lên\x20tệp\x20thành\x20công','Lỗi\x20mạng','152cWOMhr','1181010XWPFPD','Tệp\x20được\x20chọn\x20[{0}]\x20không\x20được\x20hỗ\x20trợ\x20để\x20tải\x20lên','Tải\x20lên\x20lại','395oGKRWO','Tải\x20xuống\x20thành\x20công'];_0x1285=function(){return _0x4f2d4c;};return _0x1285();}const _0x5df3c6=_0x582d;(function(_0x5b9c12,_0x529d8d){const _0x1bbb44=_0x582d,_0x514647=_0x5b9c12();while(!![]){try{const _0x10c06d=parseInt(_0x1bbb44(0x180))/0x1+-parseInt(_0x1bbb44(0x17e))/0x2+parseInt(_0x1bbb44(0x17a))/0x3+parseInt(_0x1bbb44(0x16f))/0x4+-parseInt(_0x1bbb44(0x177))/0x5*(-parseInt(_0x1bbb44(0x181))/0x6)+parseInt(_0x1bbb44(0x179))/0x7*(parseInt(_0x1bbb44(0x173))/0x8)+-parseInt(_0x1bbb44(0x17b))/0x9*(parseInt(_0x1bbb44(0x174))/0xa);if(_0x10c06d===_0x529d8d)break;else _0x514647['push'](_0x514647['shift']());}catch(_0x38df48){_0x514647['push'](_0x514647['shift']());}}}(_0x1285,0x1f095));function _0x582d(_0xea8c10,_0x1fbfe2){_0xea8c10=_0xea8c10-0x16f;const _0x128523=_0x1285();let _0x582dfa=_0x128523[_0xea8c10];return _0x582dfa;}const e={'exchange-client':{'uploading':'Đang\x20tải\x20lên','uploadSuccess':_0x5df3c6(0x171),'uploadSuccessTip':_0x5df3c6(0x17c),'downloading':_0x5df3c6(0x17d),'downloadSuccess':_0x5df3c6(0x178),'unknownMistake':'Lỗi\x20không\x20xác\x20định','networkError':_0x5df3c6(0x172),'tooLarge':'Luồng\x20dữ\x20liệu\x20quá\x20lớn','internalError':'Lỗi\x20không\x20xác\x20định\x20bên\x20trong','interrupt':_0x5df3c6(0x17f),'fileTypeError':_0x5df3c6(0x175),'wait':_0x5df3c6(0x170),'cancel':_0x5df3c6(0x182),'uploadAgain':_0x5df3c6(0x176)}};export{e as default};
@@ -1 +1 @@
1
- const _0x3171fc=_0x9d0e;(function(_0x365433,_0x2fec29){const _0x2ab279=_0x9d0e,_0x242068=_0x365433();while(!![]){try{const _0x1df3b0=-parseInt(_0x2ab279(0x1af))/0x1*(-parseInt(_0x2ab279(0x1ac))/0x2)+-parseInt(_0x2ab279(0x1ab))/0x3*(-parseInt(_0x2ab279(0x1a4))/0x4)+parseInt(_0x2ab279(0x1b1))/0x5*(parseInt(_0x2ab279(0x1a9))/0x6)+parseInt(_0x2ab279(0x1a2))/0x7*(parseInt(_0x2ab279(0x19f))/0x8)+parseInt(_0x2ab279(0x1a3))/0x9*(-parseInt(_0x2ab279(0x1ad))/0xa)+-parseInt(_0x2ab279(0x1a1))/0xb*(-parseInt(_0x2ab279(0x1a0))/0xc)+-parseInt(_0x2ab279(0x19e))/0xd*(parseInt(_0x2ab279(0x1b0))/0xe);if(_0x1df3b0===_0x2fec29)break;else _0x242068['push'](_0x242068['shift']());}catch(_0x5c96c7){_0x242068['push'](_0x242068['shift']());}}}(_0x5625,0xaf16a));const e={'exchange-client':{'uploading':'上传中','uploadSuccess':_0x3171fc(0x1ae),'uploadSuccessTip':'{0}个文件上传成功','downloading':_0x3171fc(0x1a8),'downloadSuccess':_0x3171fc(0x19c),'unknownMistake':_0x3171fc(0x19d),'networkError':_0x3171fc(0x1aa),'tooLarge':_0x3171fc(0x1a7),'internalError':'内部未知错误','interrupt':_0x3171fc(0x1a6),'fileTypeError':'所选文件\x20[{0}]\x20不支持上传','wait':_0x3171fc(0x1a5),'cancel':'取消','uploadAgain':'再次上传'}};function _0x9d0e(_0x32f496,_0x22d2ab){_0x32f496=_0x32f496-0x19c;const _0x5625a9=_0x5625();let _0x9d0e42=_0x5625a9[_0x32f496];return _0x9d0e42;}function _0x5625(){const _0x463cb4=['81wFHefq','2541436OrsJnA','请稍等...','网络连接中断,文件上传失败','数据流过大','下载中','6vKOjDE','网络异常','3eefkfK','502lKCiEP','667760ClnAem','文件上传成功','5635LzJgqY','114394ZTTupi','5346335BuIlGk','下载成功','未知错误','3523nHegyN','112TWRSUl','84biELaV','86262sNOMXh','179291EWPFEU'];_0x5625=function(){return _0x463cb4;};return _0x5625();}export{e as default};
1
+ const _0x242af7=_0x5b1a;function _0x5b1a(_0x2bd721,_0x45f881){_0x2bd721=_0x2bd721-0xc0;const _0x85c1d8=_0x85c1();let _0x5b1a6f=_0x85c1d8[_0x2bd721];return _0x5b1a6f;}function _0x85c1(){const _0x50d596=['请稍等...','1359896BOcRpX','5278860UYoKMU','未知错误','2964928jtQDPd','文件上传成功','内部未知错误','14954233vPIzpZ','7074010evczOM','网络异常','下载成功','下载中','586558nKtLjt','再次上传','8534436yiIKZK','所选文件\x20[{0}]\x20不支持上传'];_0x85c1=function(){return _0x50d596;};return _0x85c1();}(function(_0xb22067,_0x132f57){const _0x22be40=_0x5b1a,_0x1bf78f=_0xb22067();while(!![]){try{const _0x38cfb7=-parseInt(_0x22be40(0xcb))/0x1+parseInt(_0x22be40(0xc3))/0x2+-parseInt(_0x22be40(0xc1))/0x3+-parseInt(_0x22be40(0xc0))/0x4+-parseInt(_0x22be40(0xc7))/0x5+parseInt(_0x22be40(0xcd))/0x6+parseInt(_0x22be40(0xc6))/0x7;if(_0x38cfb7===_0x132f57)break;else _0x1bf78f['push'](_0x1bf78f['shift']());}catch(_0x242278){_0x1bf78f['push'](_0x1bf78f['shift']());}}}(_0x85c1,0xe58cb));const e={'exchange-client':{'uploading':'上传中','uploadSuccess':_0x242af7(0xc4),'uploadSuccessTip':'{0}个文件上传成功','downloading':_0x242af7(0xca),'downloadSuccess':_0x242af7(0xc9),'unknownMistake':_0x242af7(0xc2),'networkError':_0x242af7(0xc8),'tooLarge':'数据流过大','internalError':_0x242af7(0xc5),'interrupt':'网络连接中断,文件上传失败','fileTypeError':_0x242af7(0xce),'wait':_0x242af7(0xcf),'cancel':'取消','uploadAgain':_0x242af7(0xcc)}};export{e as default};
@@ -1 +1 @@
1
- const _0x2902c9=_0x26bd;function _0x26bd(_0x4ee5e8,_0x1a9577){_0x4ee5e8=_0x4ee5e8-0x187;const _0x5a2c39=_0x5a2c();let _0x26bdb7=_0x5a2c39[_0x4ee5e8];return _0x26bdb7;}(function(_0x32344b,_0x2156f5){const _0x106957=_0x26bd,_0xc214dc=_0x32344b();while(!![]){try{const _0x41124e=parseInt(_0x106957(0x188))/0x1*(-parseInt(_0x106957(0x18b))/0x2)+-parseInt(_0x106957(0x187))/0x3+parseInt(_0x106957(0x199))/0x4*(-parseInt(_0x106957(0x190))/0x5)+-parseInt(_0x106957(0x195))/0x6+parseInt(_0x106957(0x193))/0x7+-parseInt(_0x106957(0x18e))/0x8*(-parseInt(_0x106957(0x192))/0x9)+parseInt(_0x106957(0x18f))/0xa;if(_0x41124e===_0x2156f5)break;else _0xc214dc['push'](_0xc214dc['shift']());}catch(_0x188f18){_0xc214dc['push'](_0xc214dc['shift']());}}}(_0x5a2c,0x315cd));function _0x5a2c(){const _0x28d135=['573305RBPFOV','下載中','63pXVQkm','2707355QiZaiS','檔案上傳成功','1845828zuytbU','未知錯誤','網絡異常','所選檔案\x20[{0}]\x20不支援上傳','4hrtcfF','下載成功','1185327kbaJjQ','1KknDxU','內部未知錯誤','再次上傳','610156AgtHyQ','網絡連線中斷,檔案上傳失敗','資料流過大','16296hwaRZM','9236510oQjaGk'];_0x5a2c=function(){return _0x28d135;};return _0x5a2c();}const e={'exchange-client':{'uploading':'上傳中','uploadSuccess':_0x2902c9(0x194),'uploadSuccessTip':'{0}個檔案上傳成功','downloading':_0x2902c9(0x191),'downloadSuccess':_0x2902c9(0x19a),'unknownMistake':_0x2902c9(0x196),'networkError':_0x2902c9(0x197),'tooLarge':_0x2902c9(0x18d),'internalError':_0x2902c9(0x189),'interrupt':_0x2902c9(0x18c),'fileTypeError':_0x2902c9(0x198),'wait':'請稍等...','cancel':'取消','uploadAgain':_0x2902c9(0x18a)}};export{e as default};
1
+ const _0x3debc8=_0x30f3;(function(_0x4f70a8,_0x5a06f7){const _0x1b642b=_0x30f3,_0x413a57=_0x4f70a8();while(!![]){try{const _0x2439d0=-parseInt(_0x1b642b(0x143))/0x1*(-parseInt(_0x1b642b(0x13d))/0x2)+-parseInt(_0x1b642b(0x147))/0x3*(-parseInt(_0x1b642b(0x142))/0x4)+parseInt(_0x1b642b(0x140))/0x5+parseInt(_0x1b642b(0x146))/0x6*(-parseInt(_0x1b642b(0x14a))/0x7)+-parseInt(_0x1b642b(0x149))/0x8*(parseInt(_0x1b642b(0x14c))/0x9)+-parseInt(_0x1b642b(0x145))/0xa+parseInt(_0x1b642b(0x14e))/0xb;if(_0x2439d0===_0x5a06f7)break;else _0x413a57['push'](_0x413a57['shift']());}catch(_0x1e1741){_0x413a57['push'](_0x413a57['shift']());}}}(_0x3337,0xb264a));function _0x30f3(_0x342412,_0x30fc3a){_0x342412=_0x342412-0x13b;const _0x33371d=_0x3337();let _0x30f397=_0x33371d[_0x342412];return _0x30f397;}function _0x3337(){const _0x5e6759=['資料流過大','1048912aHyFIb','10051WjkFSn','所選檔案\x20[{0}]\x20不支援上傳','665260WmVEcG','16782bWpena','6GLAPNj','下載成功','692352jQzgQj','2828oERgva','{0}個檔案上傳成功','108VLXajl','請稍等...','13496670mpnIrr','再次上傳','網絡異常','108raDeFp','下載中','檔案上傳成功','3357800hTYuPa'];_0x3337=function(){return _0x5e6759;};return _0x3337();}const e={'exchange-client':{'uploading':'上傳中','uploadSuccess':_0x3debc8(0x13f),'uploadSuccessTip':_0x3debc8(0x14b),'downloading':_0x3debc8(0x13e),'downloadSuccess':_0x3debc8(0x148),'unknownMistake':'未知錯誤','networkError':_0x3debc8(0x13c),'tooLarge':_0x3debc8(0x141),'internalError':'內部未知錯誤','interrupt':'網絡連線中斷,檔案上傳失敗','fileTypeError':_0x3debc8(0x144),'wait':_0x3debc8(0x14d),'cancel':'取消','uploadAgain':_0x3debc8(0x13b)}};export{e as default};
@@ -1 +1 @@
1
- const _0x33dda0=_0x37a3;(function(_0x3b53f3,_0x315a5a){const _0x1d02f4=_0x37a3,_0x1d0467=_0x3b53f3();while(!![]){try{const _0xfc2936=-parseInt(_0x1d02f4(0x125))/0x1+-parseInt(_0x1d02f4(0x130))/0x2*(parseInt(_0x1d02f4(0x123))/0x3)+-parseInt(_0x1d02f4(0x12c))/0x4*(parseInt(_0x1d02f4(0x11f))/0x5)+parseInt(_0x1d02f4(0x126))/0x6*(-parseInt(_0x1d02f4(0x122))/0x7)+parseInt(_0x1d02f4(0x128))/0x8+-parseInt(_0x1d02f4(0x131))/0x9*(-parseInt(_0x1d02f4(0x120))/0xa)+-parseInt(_0x1d02f4(0x132))/0xb*(-parseInt(_0x1d02f4(0x127))/0xc);if(_0xfc2936===_0x315a5a)break;else _0x1d0467['push'](_0x1d0467['shift']());}catch(_0x5bb769){_0x1d0467['push'](_0x1d0467['shift']());}}}(_0x1187,0x97a95));function _0x37a3(_0x4c8204,_0x10ce0e){_0x4c8204=_0x4c8204-0x11d;const _0x118791=_0x1187();let _0x37a3c3=_0x118791[_0x4c8204];return _0x37a3c3;}const e={'exchange-client':{'uploading':_0x33dda0(0x124),'uploadSuccess':_0x33dda0(0x12e),'uploadSuccessTip':_0x33dda0(0x12f),'downloading':_0x33dda0(0x11d),'downloadSuccess':'下載成功','unknownMistake':'未知錯誤','networkError':_0x33dda0(0x11e),'tooLarge':_0x33dda0(0x12b),'internalError':_0x33dda0(0x12a),'interrupt':'網路連線中斷,檔案上傳失敗','fileTypeError':_0x33dda0(0x129),'wait':_0x33dda0(0x12d),'cancel':'取消','uploadAgain':_0x33dda0(0x121)}};export{e as default};function _0x1187(){const _0x49a118=['網路異常','29470LwoCxz','110LJCpcg','再次上傳','14zNAcsV','3016929Lkfrdr','上傳中','94665WWXBFQ','1640208tYHssM','222672aFQfIi','5340336nIjCba','所選檔案\x20[{0}]\x20不支援上傳','內部未知錯誤','資料流過大','340qJLMAA','請稍等...','檔案上傳成功','{0}個檔案上傳成功','2VRzOnQ','611271qiGYyN','803bvBYLP','下載中'];_0x1187=function(){return _0x49a118;};return _0x1187();}
1
+ function _0x4746(_0x1d2261,_0x310531){_0x1d2261=_0x1d2261-0xd7;const _0x190e63=_0x190e();let _0x47468b=_0x190e63[_0x1d2261];return _0x47468b;}const _0x155241=_0x4746;(function(_0x426a5b,_0x86b4c6){const _0x5417c7=_0x4746,_0x53f1b0=_0x426a5b();while(!![]){try{const _0x59b225=-parseInt(_0x5417c7(0xe2))/0x1*(-parseInt(_0x5417c7(0xdc))/0x2)+parseInt(_0x5417c7(0xdd))/0x3+-parseInt(_0x5417c7(0xe9))/0x4*(-parseInt(_0x5417c7(0xe4))/0x5)+parseInt(_0x5417c7(0xd7))/0x6+-parseInt(_0x5417c7(0xde))/0x7*(parseInt(_0x5417c7(0xe0))/0x8)+parseInt(_0x5417c7(0xe5))/0x9*(parseInt(_0x5417c7(0xdb))/0xa)+-parseInt(_0x5417c7(0xd8))/0xb;if(_0x59b225===_0x86b4c6)break;else _0x53f1b0['push'](_0x53f1b0['shift']());}catch(_0x5ad2f2){_0x53f1b0['push'](_0x53f1b0['shift']());}}}(_0x190e,0xe7385));function _0x190e(){const _0x2ddd85=['{0}個檔案上傳成功','再次上傳','未知錯誤','2174820urFNMA','檔案上傳成功','2998362Hlmmyu','24053700aeoJkw','上傳中','資料流過大','20XHuBnn','24FNwxGm','1031955hEOMHj','35xirvhO','下載中','1498088PiBxuV','網路異常','27428oCKBND','所選檔案\x20[{0}]\x20不支援上傳','10Yjdjxo','8144208ydIJAG'];_0x190e=function(){return _0x2ddd85;};return _0x190e();}const e={'exchange-client':{'uploading':_0x155241(0xd9),'uploadSuccess':_0x155241(0xea),'uploadSuccessTip':_0x155241(0xe6),'downloading':_0x155241(0xdf),'downloadSuccess':'下載成功','unknownMistake':_0x155241(0xe8),'networkError':_0x155241(0xe1),'tooLarge':_0x155241(0xda),'internalError':'內部未知錯誤','interrupt':'網路連線中斷,檔案上傳失敗','fileTypeError':_0x155241(0xe3),'wait':'請稍等...','cancel':'取消','uploadAgain':_0x155241(0xe7)}};export{e as default};
@@ -3,6 +3,5 @@ export type { IUniverExchangeClientOptions } from './config/config';
3
3
  export { UniverExchangeClientPlugin } from './plugin';
4
4
  export { IExchangeService } from './services/exchange.service';
5
5
  export { IExchangeOperateService } from './services/operate.service';
6
- export { transformSnapshotJsonToWorkbookData, transformWorkbookDataToSnapshotJson, } from './services/utils/snapshot';
7
- export type { IExchangeSlideDocumentData, ISnapshotBlockJson, ISnapshotBlockJsonResponse, } from './services/utils/snapshot';
8
- export { downloadFile } from './services/utils/tool';
6
+ export { isCurrentUnitLoadedFromServer } from './services/utils/collaboration';
7
+ export type { IExchangeSlideDocumentData, IPdfMetaJson, ISnapshotBlockJson, ISnapshotBlockJsonResponse, } from './services/utils/snapshot';
@@ -1,3 +1,4 @@
1
+ import type { IPdfUnitData } from '@univerjs-pro/pdfs';
1
2
  import type { IDisposable, IDocumentData, IWorkbookData } from '@univerjs/core';
2
3
  import type { IError } from '@univerjs/protocol';
3
4
  import type { Observable } from 'rxjs';
@@ -34,67 +35,56 @@ export interface IExchangeService {
34
35
  transformWorkbookDataToSnapshotJson(workbookData: IWorkbookData): Promise<ISnapshotBlockJson>;
35
36
  /**
36
37
  * Import XLSX file to workbook data
37
- * @param file
38
38
  */
39
39
  importXLSXToSnapshot(file: File | string): Promise<IWorkbookData | undefined>;
40
40
  /**
41
41
  * Export XLSX file by unit id
42
- * @param unitId
43
42
  */
44
43
  exportXLSXByUnitId(unitId: string): Promise<File | undefined>;
45
44
  /**
46
45
  * Export XLSX file by workbook data
47
- * @param snapshot
48
- * @returns
49
46
  */
50
47
  exportXLSXBySnapshot(snapshot: IWorkbookData): Promise<File | undefined>;
51
48
  /**
52
49
  * Import DOCX file to document data
53
- * @param file
54
50
  */
55
51
  importDOCXToSnapshot(file: File | string): Promise<IDocumentData | undefined>;
56
52
  /**
57
53
  * Export DOCX file by unit id
58
- * @param unitId
59
54
  */
60
55
  exportDOCXByUnitId(unitId: string): Promise<File | undefined>;
61
56
  /**
62
57
  * Export DOCX file by document data
63
- * @param snapshot
64
- * @returns Exported DOCX file
65
58
  */
66
59
  exportDOCXBySnapshot(snapshot: IDocumentData): Promise<File | undefined>;
67
60
  /**
68
61
  * Import PPTX file to slide data
69
- * @param file
70
62
  */
71
63
  importPPTXToSnapshot(file: File | string): Promise<IExchangeSlideDocumentData | undefined>;
72
64
  /**
73
65
  * Export PPTX file by unit id
74
- * @param unitId
75
66
  */
76
67
  exportPPTXByUnitId(unitId: string): Promise<File | undefined>;
77
68
  /**
78
69
  * Export PPTX file by slide data
79
- * @param snapshot
80
- * @returns Exported PPTX file
81
70
  */
82
71
  exportPPTXBySnapshot(snapshot: IExchangeSlideDocumentData): Promise<File | undefined>;
72
+ /** Import PDF file to PDF unit data. */
73
+ importPDFToSnapshot(file: File | string): Promise<IPdfUnitData | undefined>;
74
+ /** Export PDF file by unit id. */
75
+ exportPDFByUnitId(unitId: string): Promise<File | undefined>;
76
+ /** Export PDF file by PDF unit data. */
77
+ exportPDFBySnapshot(snapshot: IPdfUnitData): Promise<File | undefined>;
83
78
  /**
84
79
  * Import file to unit id
85
- * @param file
86
- * @param univerType
87
80
  */
88
81
  importFileToUnitId(file: File | string, univerType: UniverInstanceType): Promise<string | undefined>;
89
82
  /**
90
83
  * Import file to json without creating a unit
91
- * @param file
92
- * @param univerType
93
84
  */
94
85
  importFileToJson<T = unknown>(file: File | string, univerType: UniverInstanceType): Promise<T | undefined>;
95
86
  /**
96
87
  * Import workbook data to unit id
97
- * @param snapshot
98
88
  */
99
89
  importWorkbookDataToUnitId(snapshot: IWorkbookData): Promise<string | undefined>;
100
90
  interruptImportTask(): void;
@@ -118,6 +108,9 @@ export declare class ExchangeService extends Disposable implements IExchangeServ
118
108
  importPPTXToSnapshot(file: File | string): Promise<IExchangeSlideDocumentData | undefined>;
119
109
  exportPPTXByUnitId(unitId: string): Promise<File | undefined>;
120
110
  exportPPTXBySnapshot(data: IExchangeSlideDocumentData): Promise<File | undefined>;
111
+ importPDFToSnapshot(file: File | string): Promise<IPdfUnitData | undefined>;
112
+ exportPDFByUnitId(unitId: string): Promise<File | undefined>;
113
+ exportPDFBySnapshot(data: IPdfUnitData): Promise<File | undefined>;
121
114
  importXLSXToSnapshot(file: File | string): Promise<IWorkbookData | undefined>;
122
115
  exportXLSXByUnitId(unitId: string): Promise<File | undefined>;
123
116
  exportXLSXBySnapshot(data: IWorkbookData): Promise<File | undefined>;
@@ -1,4 +1,5 @@
1
- import type { IDisposable } from '@univerjs/core';
1
+ import type { IPdfUnitData } from '@univerjs-pro/pdfs';
2
+ import type { IDisposable, IDocumentData } from '@univerjs/core';
2
3
  import type { Observable } from 'rxjs';
3
4
  import type { ExchangeService } from './exchange.service';
4
5
  import type { UploadNotificationService } from './upload-notification.service';
@@ -8,44 +9,36 @@ export interface IExchangeOperateService {
8
9
  interrupt(): void;
9
10
  /**
10
11
  * Upload file to server, get unitId and open unit
11
- * @param file
12
12
  */
13
13
  importXLSXToUnitId(): Promise<string | undefined>;
14
14
  /**
15
15
  * Upload xlsx file to server, get snapshot and refresh current sheet
16
- * @param file
17
16
  */
18
17
  importXLSXToSnapshot(): Promise<void>;
19
18
  /**
20
19
  * Export xlsx file by unitId
21
- * @returns
22
20
  */
23
- exportXLSXByUnitId(unitId?: string, unitName?: string, unitType?: UniverInstanceType): Promise<void>;
21
+ exportXLSXByUnitId(unitId?: string, unitName?: string): Promise<void>;
24
22
  /**
25
23
  * Export xlsx file by snapshot
26
- * @returns
27
24
  */
28
25
  exportXLSXBySnapshot(): Promise<void>;
29
26
  /**
30
27
  * Upload file to server, get unitId and open unit
31
- * @param file
32
28
  */
33
29
  importDOCXToUnitId(): Promise<string | undefined>;
34
30
  /**
35
31
  * Upload docx file to server, get snapshot and refresh current doc
36
- * @param file
37
32
  */
38
33
  importDOCXToSnapshot(): Promise<void>;
39
34
  /**
40
35
  * Export docx file by unitId
41
- * @returns
42
36
  */
43
- exportDOCXByUnitId(unitId?: string, unitName?: string, unitType?: UniverInstanceType): Promise<void>;
37
+ exportDOCXByUnitId(unitId?: string, unitName?: string): Promise<void>;
44
38
  /**
45
39
  * Export docx file by snapshot
46
- * @returns
47
40
  */
48
- exportDOCXBySnapshot(): Promise<void>;
41
+ exportDOCXBySnapshot(snapshot?: IDocumentData): Promise<void>;
49
42
  /**
50
43
  * Upload pptx file to server, get unitId and open unit
51
44
  */
@@ -56,17 +49,22 @@ export interface IExchangeOperateService {
56
49
  importPPTXToSnapshot(): Promise<void>;
57
50
  /**
58
51
  * Export pptx file by unitId
59
- * @returns A promise that resolves after the export flow finishes.
60
52
  */
61
- exportPPTXByUnitId(unitId?: string, unitName?: string, unitType?: UniverInstanceType): Promise<void>;
53
+ exportPPTXByUnitId(unitId?: string, unitName?: string): Promise<void>;
62
54
  /**
63
55
  * Export pptx file by snapshot
64
- * @returns A promise that resolves after the export flow finishes.
65
56
  */
66
57
  exportPPTXBySnapshot(): Promise<void>;
58
+ /** Import a PDF file to a new backend unit. */
59
+ importPDFToUnitId(): Promise<string | undefined>;
60
+ /** Import a PDF file as snapshot data without changing the current Unit. */
61
+ importPDFToSnapshot(): Promise<IPdfUnitData | undefined>;
62
+ /** Export a PDF file by unit id. */
63
+ exportPDFByUnitId(unitId?: string, unitName?: string, unitType?: UniverInstanceType): Promise<void>;
64
+ /** Export the current local PDF unit snapshot. */
65
+ exportPDFBySnapshot(): Promise<void>;
67
66
  /**
68
67
  * Upload file, supports multiple types
69
- * @param file
70
68
  */
71
69
  uploadFileToUnitId(types: UniverInstanceType[]): Promise<{
72
70
  unitId: string;
@@ -78,7 +76,6 @@ export interface IExchangeOperateService {
78
76
  importFileToUnitIdByCurrentType(): Promise<string | undefined>;
79
77
  /**
80
78
  * Customize the imported Unit URL format according to the needs of your own scene
81
- * @param getLink
82
79
  */
83
80
  registerLink(getLink: (unitId: string, univerType: UniverInstanceType) => string): void;
84
81
  /**
@@ -107,42 +104,37 @@ export declare class ExchangeOperateService extends Disposable implements IExcha
107
104
  private _doneUploadTaskCount;
108
105
  constructor(_univerInstanceService: IUniverInstanceService, _messageService: IMessageService, _localeService: LocaleService, _exchangeService: ExchangeService, _uploadNotificationService: UploadNotificationService, _logService: ILogService, _resourceLoaderService: IResourceLoaderService);
109
106
  interrupt(): void;
110
- uploadFileToUnitId(types: UniverInstanceType[]): Promise<{
111
- unitId: string;
112
- type: UniverInstanceType;
113
- } | undefined>;
114
- importFileToUnitIdByCurrentType(): Promise<string | undefined>;
107
+ importXLSXToUnitId(): Promise<string | undefined>;
108
+ importXLSXToSnapshot(): Promise<void>;
109
+ exportXLSXByUnitId(unitId?: string, unitName?: string): Promise<void>;
110
+ exportXLSXBySnapshot(): Promise<void>;
115
111
  importDOCXToUnitId(): Promise<string | undefined>;
116
112
  importDOCXToSnapshot(): Promise<void>;
117
- exportDOCXByUnitId(unitId?: string, unitName?: string, unitType?: UniverInstanceType): Promise<void>;
118
- exportDOCXBySnapshot(): Promise<void>;
113
+ exportDOCXByUnitId(unitId?: string, unitName?: string): Promise<void>;
114
+ exportDOCXBySnapshot(snapshot?: IDocumentData): Promise<void>;
119
115
  importPPTXToUnitId(): Promise<string | undefined>;
116
+ importPDFToUnitId(): Promise<string | undefined>;
117
+ importPDFToSnapshot(): Promise<IPdfUnitData | undefined>;
118
+ exportPDFByUnitId(unitId?: string, unitName?: string, unitType?: UniverInstanceType): Promise<void>;
119
+ exportPDFBySnapshot(): Promise<void>;
120
120
  importPPTXToSnapshot(): Promise<void>;
121
- exportPPTXByUnitId(unitId?: string, unitName?: string, unitType?: UniverInstanceType): Promise<void>;
121
+ exportPPTXByUnitId(unitId?: string, unitName?: string): Promise<void>;
122
122
  exportPPTXBySnapshot(): Promise<void>;
123
- importXLSXToUnitId(): Promise<string | undefined>;
124
- importXLSXToSnapshot(): Promise<void>;
125
- exportXLSXByUnitId(unitId?: string, unitName?: string, unitType?: UniverInstanceType): Promise<void>;
126
- exportXLSXBySnapshot(): Promise<void>;
123
+ uploadFileToUnitId(_types: UniverInstanceType[]): Promise<{
124
+ unitId: string;
125
+ type: UniverInstanceType;
126
+ } | undefined>;
127
+ importFileToUnitIdByCurrentType(): Promise<string | undefined>;
127
128
  registerLink(getLink: (unitId: string, univerType: UniverInstanceType) => string): void;
128
129
  private _importFileToUnitId;
129
130
  private _getUnitID;
130
- private _getUnitIDDoc;
131
- private _getUnitIDSlide;
132
- private _getUnitName;
133
131
  private _getUnitNameByType;
134
132
  private _getUnitJson;
135
- private _getUnitDocJson;
136
- private _getUnitSlideJson;
133
+ private _refreshUnit;
137
134
  /**
138
135
  * Get unit link /?unit={unitId}&type=2
139
- * @param unitId
140
- * @param type
141
- * @returns
142
136
  */
143
137
  private _getLinkByUnitId;
144
- private _refresh;
145
- private _refreshSlide;
146
138
  private _showNetworkError;
147
139
  private _showDownloadMessage;
148
140
  private _showUploadMessage;
@@ -152,11 +144,8 @@ export declare class ExchangeOperateService extends Disposable implements IExcha
152
144
  private _completeProgress;
153
145
  private _clearProgress;
154
146
  /**
155
- * Although we have specified the supported file types in advance, users can still switch to select all types of files.
156
- In order to prevent such unsupported files from being transmitted to the server, they need to be intercepted in advance.
157
- * @param fileList
158
- * @param type
159
- * @returns
147
+ * Although we have specified the supported file types in advance, users can still switch to select all types of files.
148
+ * In order to prevent such unsupported files from being transmitted to the server, they need to be intercepted in advance.
160
149
  */
161
150
  private _fileTypeError;
162
151
  private _uploadTaskNotDone;
@@ -0,0 +1,2 @@
1
+ import type { IAccessor, UniverInstanceType } from '@univerjs/core';
2
+ export declare function isCurrentUnitLoadedFromServer(accessor: IAccessor, type: UniverInstanceType): boolean;