@univerjs-pro/exchange-client 1.0.0-alpha.6 → 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 +12 -11
@@ -1 +1 @@
1
- function _0x1481(){const _0x3b180f=['{0}\x20fitxer(s)\x20pujat(s)\x20correctament','85kdUBWa','471096dcnntk','5MBoIIG','87108dwgZaS','Fitxer\x20pujat\x20correctament','7wjzOwx','229239UanIFo','12WYNhdL','El\x20fitxer\x20seleccionat\x20[{0}]\x20no\x20és\x20compatible\x20per\x20pujar','Error\x20desconegut','Descarregant','Descàrrega\x20correcta','6631977EVrUXV','Les\x20dades\x20són\x20massa\x20grans','110qAiGwc','Error\x20intern\x20desconegut','3095088ORMSgn','La\x20connexió\x20de\x20xarxa\x20s\x27ha\x20interromput\x20i\x20la\x20pujada\x20del\x20fitxer\x20ha\x20fallat','253383lDfBAL','140324FsCUOc'];_0x1481=function(){return _0x3b180f;};return _0x1481();}function _0x107f(_0x2d4b2b,_0x9b7f9d){_0x2d4b2b=_0x2d4b2b-0xe4;const _0x1481d2=_0x1481();let _0x107faf=_0x1481d2[_0x2d4b2b];return _0x107faf;}const _0x30d855=_0x107f;(function(_0x1ad45b,_0xde8d8d){const _0x59aa50=_0x107f,_0x3f3cbe=_0x1ad45b();while(!![]){try{const _0x252508=parseInt(_0x59aa50(0xec))/0x1*(parseInt(_0x59aa50(0xe8))/0x2)+parseInt(_0x59aa50(0xe7))/0x3+parseInt(_0x59aa50(0xeb))/0x4+-parseInt(_0x59aa50(0xea))/0x5*(parseInt(_0x59aa50(0xed))/0x6)+parseInt(_0x59aa50(0xef))/0x7*(parseInt(_0x59aa50(0xe5))/0x8)+parseInt(_0x59aa50(0xf0))/0x9*(parseInt(_0x59aa50(0xf8))/0xa)+-parseInt(_0x59aa50(0xf6))/0xb*(parseInt(_0x59aa50(0xf1))/0xc);if(_0x252508===_0xde8d8d)break;else _0x3f3cbe['push'](_0x3f3cbe['shift']());}catch(_0x4c579f){_0x3f3cbe['push'](_0x3f3cbe['shift']());}}}(_0x1481,0x5a6df));const e={'exchange-client':{'uploading':'Pujant','uploadSuccess':_0x30d855(0xee),'uploadSuccessTip':_0x30d855(0xe9),'downloading':_0x30d855(0xf4),'downloadSuccess':_0x30d855(0xf5),'unknownMistake':_0x30d855(0xf3),'networkError':'Error\x20de\x20xarxa','tooLarge':_0x30d855(0xf7),'internalError':_0x30d855(0xe4),'interrupt':_0x30d855(0xe6),'fileTypeError':_0x30d855(0xf2),'wait':'Espereu...','cancel':'Cancel·lar','uploadAgain':'Tornar\x20a\x20pujar'}};export{e as default};
1
+ const _0x461ae8=_0x460c;function _0x16df(){const _0x39ac8a=['3506290hVQXNe','66otNQkt','El\x20fitxer\x20seleccionat\x20[{0}]\x20no\x20és\x20compatible\x20per\x20pujar','Pujant','11sxDYxv','La\x20connexió\x20de\x20xarxa\x20s\x27ha\x20interromput\x20i\x20la\x20pujada\x20del\x20fitxer\x20ha\x20fallat','142816TEwGfk','Fitxer\x20pujat\x20correctament','Descarregant','Descàrrega\x20correcta','Error\x20intern\x20desconegut','1cPzoGS','{0}\x20fitxer(s)\x20pujat(s)\x20correctament','Tornar\x20a\x20pujar','644784Eesgvn','Cancel·lar','4494564DWRjnb','1559068VbKfyv','7KnTwFs','1503602qEUYzf','120225zWdBHf'];_0x16df=function(){return _0x39ac8a;};return _0x16df();}(function(_0x39540c,_0x5d119e){const _0x1e1021=_0x460c,_0x49be8a=_0x39540c();while(!![]){try{const _0x331e0c=-parseInt(_0x1e1021(0xca))/0x1*(parseInt(_0x1e1021(0xd2))/0x2)+parseInt(_0x1e1021(0xcd))/0x3+parseInt(_0x1e1021(0xd0))/0x4+-parseInt(_0x1e1021(0xd3))/0x5*(parseInt(_0x1e1021(0xd5))/0x6)+parseInt(_0x1e1021(0xd1))/0x7*(-parseInt(_0x1e1021(0xda))/0x8)+parseInt(_0x1e1021(0xcf))/0x9+-parseInt(_0x1e1021(0xd4))/0xa*(-parseInt(_0x1e1021(0xd8))/0xb);if(_0x331e0c===_0x5d119e)break;else _0x49be8a['push'](_0x49be8a['shift']());}catch(_0x168bb4){_0x49be8a['push'](_0x49be8a['shift']());}}}(_0x16df,0x66adc));function _0x460c(_0x3a7d5d,_0x114063){_0x3a7d5d=_0x3a7d5d-0xca;const _0x16df4f=_0x16df();let _0x460cd3=_0x16df4f[_0x3a7d5d];return _0x460cd3;}const e={'exchange-client':{'uploading':_0x461ae8(0xd7),'uploadSuccess':_0x461ae8(0xdb),'uploadSuccessTip':_0x461ae8(0xcb),'downloading':_0x461ae8(0xdc),'downloadSuccess':_0x461ae8(0xdd),'unknownMistake':'Error\x20desconegut','networkError':'Error\x20de\x20xarxa','tooLarge':'Les\x20dades\x20són\x20massa\x20grans','internalError':_0x461ae8(0xde),'interrupt':_0x461ae8(0xd9),'fileTypeError':_0x461ae8(0xd6),'wait':'Espereu...','cancel':_0x461ae8(0xce),'uploadAgain':_0x461ae8(0xcc)}};export{e as default};
@@ -1 +1 @@
1
- const _0x1ce8f0=_0x1134;function _0x1134(_0x5b1f93,_0x116728){_0x5b1f93=_0x5b1f93-0x9e;const _0x3a8dbd=_0x3a8d();let _0x1134a3=_0x3a8dbd[_0x5b1f93];return _0x1134a3;}(function(_0xba1ae8,_0x3e4e81){const _0x32047e=_0x1134,_0x3a0a3e=_0xba1ae8();while(!![]){try{const _0x3f9fca=-parseInt(_0x32047e(0xa6))/0x1*(parseInt(_0x32047e(0xaf))/0x2)+parseInt(_0x32047e(0xab))/0x3*(parseInt(_0x32047e(0xb1))/0x4)+-parseInt(_0x32047e(0x9f))/0x5+-parseInt(_0x32047e(0xa9))/0x6+parseInt(_0x32047e(0xa3))/0x7+parseInt(_0x32047e(0xad))/0x8+parseInt(_0x32047e(0xa7))/0x9*(parseInt(_0x32047e(0xa4))/0xa);if(_0x3f9fca===_0x3e4e81)break;else _0x3a0a3e['push'](_0x3a0a3e['shift']());}catch(_0x41643d){_0x3a0a3e['push'](_0x3a0a3e['shift']());}}}(_0x3a8d,0x4202b));function _0x3a8d(){const _0x3b0422=['Abbrechen','3894536muHVuP','Datei\x20erfolgreich\x20hochgeladen','192734zHkgGH','Daten\x20sind\x20zu\x20groß','1268JJBGCv','Wird\x20hochgeladen','2600240HLWrWa','Interner\x20unbekannter\x20Fehler','Erneut\x20hochladen','Netzwerkfehler','659568oKjlZT','958190NXDgLO','Bitte\x20warten...','1JPcQnn','54nGgXfA','{0}\x20Datei(en)\x20erfolgreich\x20hochgeladen','2313000JxXzJS','Wird\x20heruntergeladen','1101JeoBac'];_0x3a8d=function(){return _0x3b0422;};return _0x3a8d();}const e={'exchange-client':{'uploading':_0x1ce8f0(0x9e),'uploadSuccess':_0x1ce8f0(0xae),'uploadSuccessTip':_0x1ce8f0(0xa8),'downloading':_0x1ce8f0(0xaa),'downloadSuccess':'Download\x20erfolgreich','unknownMistake':'Unbekannter\x20Fehler','networkError':_0x1ce8f0(0xa2),'tooLarge':_0x1ce8f0(0xb0),'internalError':_0x1ce8f0(0xa0),'interrupt':'Die\x20Netzwerkverbindung\x20wurde\x20unterbrochen\x20und\x20der\x20Datei-Upload\x20ist\x20fehlgeschlagen','fileTypeError':'Die\x20ausgewählte\x20Datei\x20[{0}]\x20wird\x20für\x20den\x20Upload\x20nicht\x20unterstützt','wait':_0x1ce8f0(0xa5),'cancel':_0x1ce8f0(0xac),'uploadAgain':_0x1ce8f0(0xa1)}};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 _0x3b2c8d=_0x657f;function _0x3e10(){const _0x5408f1=['352290TwSdCi','Uploading','259971cRvJSM','Data\x20is\x20too\x20large','Downloading','2173608psnBEi','84658qhZqfG','The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','9iSIjMk','Please\x20wait...','79932BWGJyd','2199177YrlqcP','File\x20uploaded\x20successfully','4FzNapv','Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','119zoMHyJ','1398105aGxGov','Upload\x20again','Unknown\x20mistake','Download\x20success'];_0x3e10=function(){return _0x5408f1;};return _0x3e10();}(function(_0x9e1ea2,_0xea2ac3){const _0x387c0a=_0x657f,_0x364b68=_0x9e1ea2();while(!![]){try{const _0x4049ab=parseInt(_0x387c0a(0x142))/0x1+parseInt(_0x387c0a(0x146))/0x2*(-parseInt(_0x387c0a(0x148))/0x3)+parseInt(_0x387c0a(0x14d))/0x4*(-parseInt(_0x387c0a(0x150))/0x5)+parseInt(_0x387c0a(0x14a))/0x6*(parseInt(_0x387c0a(0x14f))/0x7)+parseInt(_0x387c0a(0x145))/0x8+-parseInt(_0x387c0a(0x14b))/0x9+parseInt(_0x387c0a(0x140))/0xa;if(_0x4049ab===_0xea2ac3)break;else _0x364b68['push'](_0x364b68['shift']());}catch(_0x2b43b0){_0x364b68['push'](_0x364b68['shift']());}}}(_0x3e10,0x22c4e));function _0x657f(_0x962211,_0xcdc919){_0x962211=_0x962211-0x13e;const _0x3e10ff=_0x3e10();let _0x657f1=_0x3e10ff[_0x962211];return _0x657f1;}const e={'exchange-client':{'uploading':_0x3b2c8d(0x141),'uploadSuccess':_0x3b2c8d(0x14c),'uploadSuccessTip':'{0}\x20file(s)\x20uploaded\x20successfully','downloading':_0x3b2c8d(0x144),'downloadSuccess':_0x3b2c8d(0x13f),'unknownMistake':_0x3b2c8d(0x13e),'networkError':'Network\x20error','tooLarge':_0x3b2c8d(0x143),'internalError':'Internal\x20unknown\x20error','interrupt':_0x3b2c8d(0x147),'fileTypeError':_0x3b2c8d(0x14e),'wait':_0x3b2c8d(0x149),'cancel':'Cancel','uploadAgain':_0x3b2c8d(0x151)}};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 _0x49c863=_0x3392;function _0x4070(){const _0x3690fa=['Descarga\x20exitosa','93EWNIzI','El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','342199ttSJyE','Los\x20datos\x20son\x20demasiado\x20grandes','91jTarbS','3136383OgUJWU','3380952dIRTJA','Error\x20de\x20red','Archivo\x20subido\x20exitosamente','1388rqfEDB','{0}\x20archivo(s)\x20subido(s)\x20exitosamente','Descargando','Subir\x20de\x20nuevo','10YcFmpl','192dpvIQc','232gmzTJo','73716Locwgz','Cancelar','17732221sSOMeq','Espere...','Error\x20interno\x20desconocido','581tGwqnW','Subiendo','5jIWbzS','Error\x20desconocido'];_0x4070=function(){return _0x3690fa;};return _0x4070();}function _0x3392(_0x10926c,_0x1b787b){_0x10926c=_0x10926c-0x122;const _0x40703e=_0x4070();let _0x339259=_0x40703e[_0x10926c];return _0x339259;}(function(_0x3744f5,_0x43a280){const _0xc29865=_0x3392,_0x578da9=_0x3744f5();while(!![]){try{const _0x2ae940=parseInt(_0xc29865(0x136))/0x1*(-parseInt(_0xc29865(0x13b))/0x2)+parseInt(_0xc29865(0x132))/0x3*(-parseInt(_0xc29865(0x128))/0x4)+-parseInt(_0xc29865(0x12f))/0x5*(parseInt(_0xc29865(0x138))/0x6)+-parseInt(_0xc29865(0x12d))/0x7*(-parseInt(_0xc29865(0x127))/0x8)+parseInt(_0xc29865(0x137))/0x9*(-parseInt(_0xc29865(0x125))/0xa)+-parseInt(_0xc29865(0x134))/0xb*(-parseInt(_0xc29865(0x126))/0xc)+parseInt(_0xc29865(0x12a))/0xd;if(_0x2ae940===_0x43a280)break;else _0x578da9['push'](_0x578da9['shift']());}catch(_0x34e79a){_0x578da9['push'](_0x578da9['shift']());}}}(_0x4070,0x4d928));const e={'exchange-client':{'uploading':_0x49c863(0x12e),'uploadSuccess':_0x49c863(0x13a),'uploadSuccessTip':_0x49c863(0x122),'downloading':_0x49c863(0x123),'downloadSuccess':_0x49c863(0x131),'unknownMistake':_0x49c863(0x130),'networkError':_0x49c863(0x139),'tooLarge':_0x49c863(0x135),'internalError':_0x49c863(0x12c),'interrupt':'La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','fileTypeError':_0x49c863(0x133),'wait':_0x49c863(0x12b),'cancel':_0x49c863(0x129),'uploadAgain':_0x49c863(0x124)}};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
- function _0x1dfb(){const _0x5c8373=['داده\x20خیلی\x20بزرگ\x20است','308646QZltoi','خطای\x20ناشناخته','لغو','5097DHhdjj','اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','5780020TrtImS','فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','36HHlEfe','28oDbIjN','3303751AAQOOQ','2618PDUgNH','خطای\x20شبکه','163paKHzy','در\x20حال\x20بارگذاری','فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمی‌شود','570920bSCXuA','2671130CVqUQh','لطفا\x20صبر\x20کنید...','796lyuQcB'];_0x1dfb=function(){return _0x5c8373;};return _0x1dfb();}const _0x1c72ff=_0x53f2;(function(_0x17c416,_0x3af75d){const _0xfa7df1=_0x53f2,_0x3fc013=_0x17c416();while(!![]){try{const _0x3bd292=-parseInt(_0xfa7df1(0xf7))/0x1*(parseInt(_0xfa7df1(0xf5))/0x2)+parseInt(_0xfa7df1(0x102))/0x3*(-parseInt(_0xfa7df1(0xfd))/0x4)+parseInt(_0xfa7df1(0xfb))/0x5+parseInt(_0xfa7df1(0xff))/0x6*(-parseInt(_0xfa7df1(0xf3))/0x7)+-parseInt(_0xfa7df1(0xfa))/0x8*(-parseInt(_0xfa7df1(0xf2))/0x9)+parseInt(_0xfa7df1(0x105))/0xa+-parseInt(_0xfa7df1(0xf4))/0xb;if(_0x3bd292===_0x3af75d)break;else _0x3fc013['push'](_0x3fc013['shift']());}catch(_0x1a3e02){_0x3fc013['push'](_0x3fc013['shift']());}}}(_0x1dfb,0x53093));const e={'exchange-client':{'uploading':_0x1c72ff(0xf8),'uploadSuccess':_0x1c72ff(0xf1),'uploadSuccessTip':_0x1c72ff(0x104),'downloading':'در\x20حال\x20دانلود','downloadSuccess':'دانلود\x20موفقیت\x20آمیز','unknownMistake':_0x1c72ff(0x100),'networkError':_0x1c72ff(0xf6),'tooLarge':_0x1c72ff(0xfe),'internalError':'خطای\x20داخلی\x20ناشناخته','interrupt':_0x1c72ff(0x103),'fileTypeError':_0x1c72ff(0xf9),'wait':_0x1c72ff(0xfc),'cancel':_0x1c72ff(0x101),'uploadAgain':'بارگذاری\x20مجدد'}};function _0x53f2(_0x12e3e8,_0x52d7a9){_0x12e3e8=_0x12e3e8-0xf1;const _0x1dfb53=_0x1dfb();let _0x53f2ac=_0x1dfb53[_0x12e3e8];return _0x53f2ac;}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 _0xfcae(_0x4d39d0,_0xa74b44){_0x4d39d0=_0x4d39d0-0xf7;const _0x44d929=_0x44d9();let _0xfcae6d=_0x44d929[_0x4d39d0];return _0xfcae6d;}const _0x388e59=_0xfcae;(function(_0x48e0a5,_0x17499d){const _0x599780=_0xfcae,_0x4c9f61=_0x48e0a5();while(!![]){try{const _0x35d56a=parseInt(_0x599780(0x105))/0x1+parseInt(_0x599780(0x10a))/0x2*(parseInt(_0x599780(0x106))/0x3)+parseInt(_0x599780(0xf7))/0x4+-parseInt(_0x599780(0x109))/0x5+-parseInt(_0x599780(0xf9))/0x6+-parseInt(_0x599780(0x103))/0x7+-parseInt(_0x599780(0x101))/0x8*(parseInt(_0x599780(0x100))/0x9);if(_0x35d56a===_0x17499d)break;else _0x4c9f61['push'](_0x4c9f61['shift']());}catch(_0x30eaac){_0x4c9f61['push'](_0x4c9f61['shift']());}}}(_0x44d9,0x99249));const e={'exchange-client':{'uploading':_0x388e59(0xfa),'uploadSuccess':_0x388e59(0x107),'uploadSuccessTip':_0x388e59(0xfb),'downloading':_0x388e59(0xfc),'downloadSuccess':_0x388e59(0xf8),'unknownMistake':_0x388e59(0x10b),'networkError':'Erreur\x20réseau','tooLarge':_0x388e59(0xff),'internalError':'Erreur\x20interne\x20inconnue','interrupt':_0x388e59(0xfe),'fileTypeError':_0x388e59(0x104),'wait':_0x388e59(0x108),'cancel':_0x388e59(0xfd),'uploadAgain':_0x388e59(0x102)}};export{e as default};function _0x44d9(){const _0x5ebb52=['Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','1020628oWaoHD','68358rPJyWH','Fichier\x20téléchargé\x20avec\x20succès','Veuillez\x20patienter...','2392595iWWZAA','8wtqGda','Erreur\x20inconnue','2796548dxRWGV','Téléchargement\x20réussi','922272UCpKCs','Téléchargement\x20en\x20cours','{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','Téléchargement','Annuler','La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','Les\x20données\x20sont\x20trop\x20volumineuses','302517lgrzrq','8BsTPhK','Télécharger\x20à\x20nouveau','3624544gbXKiT'];_0x44d9=function(){return _0x5ebb52;};return _0x44d9();}
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
- const _0x546a38=_0x3804;(function(_0x59c91c,_0x161c9e){const _0x1fcf46=_0x3804,_0x1545a7=_0x59c91c();while(!![]){try{const _0x44fbf9=parseInt(_0x1fcf46(0x94))/0x1+parseInt(_0x1fcf46(0x91))/0x2*(-parseInt(_0x1fcf46(0x8f))/0x3)+parseInt(_0x1fcf46(0x99))/0x4+parseInt(_0x1fcf46(0x9a))/0x5*(parseInt(_0x1fcf46(0x96))/0x6)+-parseInt(_0x1fcf46(0x8d))/0x7*(-parseInt(_0x1fcf46(0x8b))/0x8)+-parseInt(_0x1fcf46(0x90))/0x9+-parseInt(_0x1fcf46(0x8c))/0xa;if(_0x44fbf9===_0x161c9e)break;else _0x1545a7['push'](_0x1545a7['shift']());}catch(_0x2b7131){_0x1545a7['push'](_0x1545a7['shift']());}}}(_0x13cd,0x26594));const e={'exchange-client':{'uploading':_0x546a38(0x98),'uploadSuccess':_0x546a38(0x97),'uploadSuccessTip':_0x546a38(0x8a),'downloading':_0x546a38(0x95),'downloadSuccess':_0x546a38(0x8e),'unknownMistake':'Kesalahan\x20tidak\x20diketahui','networkError':'Kesalahan\x20jaringan','tooLarge':'Data\x20terlalu\x20besar','internalError':_0x546a38(0x92),'interrupt':_0x546a38(0x93),'fileTypeError':'File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah','wait':'Harap\x20tunggu...','cancel':'Batal','uploadAgain':'Unggah\x20ulang'}};export{e as default};function _0x3804(_0x5dcded,_0x161fdd){_0x5dcded=_0x5dcded-0x8a;const _0x13cd25=_0x13cd();let _0x3804e8=_0x13cd25[_0x5dcded];return _0x3804e8;}function _0x13cd(){const _0x1b13d9=['2099241dwsKir','1126NUmhEV','Kesalahan\x20internal\x20tidak\x20diketahui','Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','235697ngBJPy','Mengunduh','342ZpWzba','File\x20berhasil\x20diunggah','Mengunggah','1108800FRQiuz','25365MfKcjT','{0}\x20file\x20berhasil\x20diunggah','24jbLpsY','5653400LpJIql','403081aSxFaq','Unduhan\x20berhasil','102yKXjvf'];_0x13cd=function(){return _0x1b13d9;};return _0x13cd();}
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
- function _0x3d5d(){const _0x3b85cd=['Download\x20riuscito','Annulla','Il\x20file\x20selezionato\x20[{0}]\x20non\x20è\x20supportato\x20per\x20il\x20caricamento','2637369FOtYCJ','118814sNBcqU','1726458fstISY','Download\x20in\x20corso','336160dDKOEY','Carica\x20di\x20nuovo','8nVsVOy','6239344wODbjC','1047815QIFDEb','File\x20caricato\x20con\x20successo','376662CSTwov','Errore\x20sconosciuto','Errore\x20interno\x20sconosciuto','{0}\x20file\x20caricati\x20con\x20successo','La\x20connessione\x20di\x20rete\x20è\x20stata\x20interrotta\x20e\x20il\x20caricamento\x20del\x20file\x20è\x20fallito','I\x20dati\x20sono\x20troppo\x20grandi','Caricamento\x20in\x20corso'];_0x3d5d=function(){return _0x3b85cd;};return _0x3d5d();}const _0x119717=_0x958c;(function(_0x338bd9,_0x2c65b9){const _0x3d86e8=_0x958c,_0x1305f8=_0x338bd9();while(!![]){try{const _0xab253=-parseInt(_0x3d86e8(0x1c9))/0x1+-parseInt(_0x3d86e8(0x1c6))/0x2+parseInt(_0x3d86e8(0x1cf))/0x3*(-parseInt(_0x3d86e8(0x1cb))/0x4)+parseInt(_0x3d86e8(0x1cd))/0x5+parseInt(_0x3d86e8(0x1c7))/0x6+-parseInt(_0x3d86e8(0x1c5))/0x7+parseInt(_0x3d86e8(0x1cc))/0x8;if(_0xab253===_0x2c65b9)break;else _0x1305f8['push'](_0x1305f8['shift']());}catch(_0x3b2879){_0x1305f8['push'](_0x1305f8['shift']());}}}(_0x3d5d,0x3df56));function _0x958c(_0x3e5c42,_0x24ef26){_0x3e5c42=_0x3e5c42-0x1c1;const _0x3d5dbf=_0x3d5d();let _0x958c3b=_0x3d5dbf[_0x3e5c42];return _0x958c3b;}const e={'exchange-client':{'uploading':_0x119717(0x1c1),'uploadSuccess':_0x119717(0x1ce),'uploadSuccessTip':_0x119717(0x1d2),'downloading':_0x119717(0x1c8),'downloadSuccess':_0x119717(0x1c2),'unknownMistake':_0x119717(0x1d0),'networkError':'Errore\x20di\x20rete','tooLarge':_0x119717(0x1d4),'internalError':_0x119717(0x1d1),'interrupt':_0x119717(0x1d3),'fileTypeError':_0x119717(0x1c4),'wait':'Attendi...','cancel':_0x119717(0x1c3),'uploadAgain':_0x119717(0x1ca)}};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
- function _0x41f4(){const _0x4e7a02=['ダウンロードが完了しました','データが大きすぎます','再度アップロード','2646352JblZFZ','キャンセル','アップロード中','369rLLhBR','選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','1851543JodJzw','ダウンロード中','{0}\x20個のファイルが正常にアップロードされました','3802542meECLE','1239280NPHPNy','435125avbVgO','2lXIrDB','48176DABOSA','不明なエラー','ファイルが正常にアップロードされました','896xYNrNy'];_0x41f4=function(){return _0x4e7a02;};return _0x41f4();}const _0x7a08c3=_0x553c;(function(_0x42d1f1,_0x213eec){const _0x257a54=_0x553c,_0x3e36a1=_0x42d1f1();while(!![]){try{const _0x25cd7e=-parseInt(_0x257a54(0x1cb))/0x1*(parseInt(_0x257a54(0x1cc))/0x2)+-parseInt(_0x257a54(0x1c5))/0x3+parseInt(_0x257a54(0x1d3))/0x4+-parseInt(_0x257a54(0x1ca))/0x5+parseInt(_0x257a54(0x1c8))/0x6+-parseInt(_0x257a54(0x1c9))/0x7+parseInt(_0x257a54(0x1cf))/0x8*(-parseInt(_0x257a54(0x1d6))/0x9);if(_0x25cd7e===_0x213eec)break;else _0x3e36a1['push'](_0x3e36a1['shift']());}catch(_0x836eca){_0x3e36a1['push'](_0x3e36a1['shift']());}}}(_0x41f4,0x58373));const e={'exchange-client':{'uploading':_0x7a08c3(0x1d5),'uploadSuccess':_0x7a08c3(0x1ce),'uploadSuccessTip':_0x7a08c3(0x1c7),'downloading':_0x7a08c3(0x1c6),'downloadSuccess':_0x7a08c3(0x1d0),'unknownMistake':_0x7a08c3(0x1cd),'networkError':'ネットワークエラー','tooLarge':_0x7a08c3(0x1d1),'internalError':'内部エラーが発生しました','interrupt':'ネットワーク接続が中断され、ファイルのアップロードに失敗しました','fileTypeError':_0x7a08c3(0x1c4),'wait':'お待ちください...','cancel':_0x7a08c3(0x1d4),'uploadAgain':_0x7a08c3(0x1d2)}};function _0x553c(_0x56035d,_0x25de69){_0x56035d=_0x56035d-0x1c4;const _0x41f4ce=_0x41f4();let _0x553cd8=_0x41f4ce[_0x56035d];return _0x553cd8;}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 _0xa11826=_0x785b;(function(_0x479347,_0x287358){const _0x53dd63=_0x785b,_0x1cdab4=_0x479347();while(!![]){try{const _0x369dfe=parseInt(_0x53dd63(0x1f2))/0x1*(-parseInt(_0x53dd63(0x1fe))/0x2)+parseInt(_0x53dd63(0x1ec))/0x3*(parseInt(_0x53dd63(0x1fc))/0x4)+-parseInt(_0x53dd63(0x1ff))/0x5+parseInt(_0x53dd63(0x1ee))/0x6+parseInt(_0x53dd63(0x1f5))/0x7+parseInt(_0x53dd63(0x1fa))/0x8*(parseInt(_0x53dd63(0x1f4))/0x9)+parseInt(_0x53dd63(0x1f6))/0xa;if(_0x369dfe===_0x287358)break;else _0x1cdab4['push'](_0x1cdab4['shift']());}catch(_0x86f268){_0x1cdab4['push'](_0x1cdab4['shift']());}}}(_0x5652,0xd23c2));function _0x785b(_0x31dbf3,_0x1ed3a5){_0x31dbf3=_0x31dbf3-0x1ea;const _0x565220=_0x5652();let _0x785b62=_0x565220[_0x31dbf3];return _0x785b62;}const e={'exchange-client':{'uploading':_0xa11826(0x1ea),'uploadSuccess':_0xa11826(0x1f1),'uploadSuccessTip':_0xa11826(0x1f3),'downloading':_0xa11826(0x1f8),'downloadSuccess':_0xa11826(0x1f9),'unknownMistake':_0xa11826(0x1fd),'networkError':_0xa11826(0x1f0),'tooLarge':_0xa11826(0x1eb),'internalError':_0xa11826(0x1ed),'interrupt':'네트워크\x20연결이\x20중단되어\x20파일\x20업로드에\x20실패했습니다','fileTypeError':_0xa11826(0x1fb),'wait':_0xa11826(0x1f7),'cancel':'취소','uploadAgain':_0xa11826(0x1ef)}};function _0x5652(){const _0x5132d3=['9RoYbSy','4793796MvNHyJ','2591440ktpInW','잠시만\x20기다려\x20주세요...','다운로드\x20중','다운로드가\x20완료되었습니다','4322488bKznxj','선택한\x20파일\x20[{0}]은(는)\x20업로드가\x20지원되지\x20않습니다','105752jWJvXu','알\x20수\x20없는\x20오류','11866oYgzeS','6835910zQTqdN','업로드\x20중','데이터가\x20너무\x20큽니다','117dUJMVJ','내부\x20오류가\x20발생했습니다','5610822pFuVod','다시\x20업로드','네트워크\x20오류','파일이\x20성공적으로\x20업로드되었습니다','206tgsJfU','{0}개의\x20파일이\x20성공적으로\x20업로드되었습니다'];_0x5652=function(){return _0x5132d3;};return _0x5652();}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 _0x319e22=_0xee1a;(function(_0x4f85ed,_0xcc6e1d){const _0x49f6b6=_0xee1a,_0x278b8e=_0x4f85ed();while(!![]){try{const _0x4b8d5f=-parseInt(_0x49f6b6(0x163))/0x1*(-parseInt(_0x49f6b6(0x161))/0x2)+-parseInt(_0x49f6b6(0x154))/0x3*(-parseInt(_0x49f6b6(0x160))/0x4)+-parseInt(_0x49f6b6(0x14d))/0x5+parseInt(_0x49f6b6(0x155))/0x6+parseInt(_0x49f6b6(0x151))/0x7*(-parseInt(_0x49f6b6(0x158))/0x8)+-parseInt(_0x49f6b6(0x150))/0x9+-parseInt(_0x49f6b6(0x156))/0xa*(-parseInt(_0x49f6b6(0x14f))/0xb);if(_0x4b8d5f===_0xcc6e1d)break;else _0x278b8e['push'](_0x278b8e['shift']());}catch(_0x111692){_0x278b8e['push'](_0x278b8e['shift']());}}}(_0x151a,0x695a0));function _0xee1a(_0x55cc5c,_0x5980ad){_0x55cc5c=_0x55cc5c-0x14d;const _0x151ada=_0x151a();let _0xee1aee=_0x151ada[_0x55cc5c];return _0xee1aee;}const e={'exchange-client':{'uploading':_0x319e22(0x14e),'uploadSuccess':_0x319e22(0x15a),'uploadSuccessTip':_0x319e22(0x152),'downloading':_0x319e22(0x157),'downloadSuccess':'Pobieranie\x20zakończone\x20sukcesem','unknownMistake':_0x319e22(0x15f),'networkError':_0x319e22(0x15d),'tooLarge':_0x319e22(0x159),'internalError':_0x319e22(0x162),'interrupt':_0x319e22(0x15b),'fileTypeError':_0x319e22(0x153),'wait':_0x319e22(0x15c),'cancel':_0x319e22(0x15e),'uploadAgain':'Prześlij\x20ponownie'}};function _0x151a(){const _0x1f4e83=['1477sOsumD','Pomyślnie\x20przesłano\x20{0}\x20plik(ów)','Wybrany\x20plik\x20[{0}]\x20nie\x20jest\x20obsługiwany\x20do\x20przesyłania','6ZTZSCN','133524fsDCaY','4060dtYqGc','Pobieranie','408XqUddf','Dane\x20są\x20zbyt\x20duże','Plik\x20przesłany\x20pomyślnie','Połączenie\x20sieciowe\x20zostało\x20przerwane\x20i\x20przesyłanie\x20pliku\x20nie\x20powiodło\x20się','Proszę\x20czekać...','Błąd\x20sieci','Anuluj','Nieznany\x20błąd','595528tZXplo','2SqjLCs','Wewnętrzny\x20nieznany\x20błąd','65473biSaKX','2824150CgltmJ','Przesyłanie','21164xiHTyn','1435716HIynky'];_0x151a=function(){return _0x1f4e83;};return _0x151a();}export{e as default};
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 _0x270c(_0x4495aa,_0x2ecbc6){_0x4495aa=_0x4495aa-0x128;const _0x2fa021=_0x2fa0();let _0x270c3f=_0x2fa021[_0x4495aa];return _0x270c3f;}const _0x48f965=_0x270c;(function(_0x5717d8,_0x1591a3){const _0x8510b4=_0x270c,_0x646ba5=_0x5717d8();while(!![]){try{const _0x220fde=parseInt(_0x8510b4(0x135))/0x1+parseInt(_0x8510b4(0x12e))/0x2*(parseInt(_0x8510b4(0x13a))/0x3)+parseInt(_0x8510b4(0x136))/0x4+parseInt(_0x8510b4(0x130))/0x5+parseInt(_0x8510b4(0x12d))/0x6+parseInt(_0x8510b4(0x137))/0x7+-parseInt(_0x8510b4(0x131))/0x8*(parseInt(_0x8510b4(0x12c))/0x9);if(_0x220fde===_0x1591a3)break;else _0x646ba5['push'](_0x646ba5['shift']());}catch(_0x230e55){_0x646ba5['push'](_0x646ba5['shift']());}}}(_0x2fa0,0x4cfc1));const e={'exchange-client':{'uploading':_0x48f965(0x12f),'uploadSuccess':_0x48f965(0x134),'uploadSuccessTip':_0x48f965(0x12a),'downloading':_0x48f965(0x128),'downloadSuccess':'Download\x20concluído\x20com\x20sucesso','unknownMistake':_0x48f965(0x129),'networkError':_0x48f965(0x138),'tooLarge':_0x48f965(0x132),'internalError':'Erro\x20interno\x20desconhecido','interrupt':_0x48f965(0x139),'fileTypeError':'O\x20arquivo\x20selecionado\x20[{0}]\x20não\x20é\x20suportado\x20para\x20envio','wait':_0x48f965(0x12b),'cancel':_0x48f965(0x133),'uploadAgain':'Enviar\x20novamente'}};export{e as default};function _0x2fa0(){const _0xbefced=['Arquivo\x20enviado\x20com\x20sucesso','123667mgRERn','216212QSiCOq','1058386ICjofX','Erro\x20de\x20rede','A\x20conexão\x20de\x20rede\x20foi\x20interrompida\x20e\x20o\x20envio\x20do\x20arquivo\x20falhou','1056423wZClLV','Baixando','Erro\x20desconhecido','{0}\x20arquivo(s)\x20enviado(s)\x20com\x20sucesso','Aguarde...','4158YLEDly','630090tLJNeF','2yFBujG','Enviando','2388705WTovgY','16424plJzvU','Os\x20dados\x20são\x20muito\x20grandes','Cancelar'];_0x2fa0=function(){return _0xbefced;};return _0x2fa0();}
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
- const _0x1446bc=_0x4c2e;function _0x4c2e(_0x3ad16b,_0x56c55c){_0x3ad16b=_0x3ad16b-0x198;const _0x1da8a9=_0x1da8();let _0x4c2e3e=_0x1da8a9[_0x3ad16b];return _0x4c2e3e;}(function(_0x38f595,_0x4edcfb){const _0x39909a=_0x4c2e,_0x468e56=_0x38f595();while(!![]){try{const _0x3e1272=parseInt(_0x39909a(0x1a6))/0x1*(parseInt(_0x39909a(0x19f))/0x2)+parseInt(_0x39909a(0x19e))/0x3*(-parseInt(_0x39909a(0x1a3))/0x4)+-parseInt(_0x39909a(0x1a9))/0x5*(parseInt(_0x39909a(0x198))/0x6)+parseInt(_0x39909a(0x199))/0x7*(-parseInt(_0x39909a(0x1a7))/0x8)+parseInt(_0x39909a(0x1a1))/0x9+-parseInt(_0x39909a(0x1ac))/0xa+-parseInt(_0x39909a(0x1a4))/0xb*(-parseInt(_0x39909a(0x19b))/0xc);if(_0x3e1272===_0x4edcfb)break;else _0x468e56['push'](_0x468e56['shift']());}catch(_0x3d9ed9){_0x468e56['push'](_0x468e56['shift']());}}}(_0x1da8,0x8adf4));const e={'exchange-client':{'uploading':_0x1446bc(0x19a),'uploadSuccess':_0x1446bc(0x1a8),'uploadSuccessTip':_0x1446bc(0x1ae),'downloading':_0x1446bc(0x19d),'downloadSuccess':_0x1446bc(0x1a5),'unknownMistake':_0x1446bc(0x1ab),'networkError':'Сетевая\x20ошибка','tooLarge':'Данные\x20слишком\x20большие','internalError':_0x1446bc(0x1ad),'interrupt':_0x1446bc(0x1a2),'fileTypeError':_0x1446bc(0x1aa),'wait':'Пожалуйста,\x20подождите...','cancel':_0x1446bc(0x1a0),'uploadAgain':_0x1446bc(0x19c)}};export{e as default};function _0x1da8(){const _0xa33922=['261tmTdXo','20OFNBQT','Отмена','42183kMLYfr','Сетевое\x20соединение\x20было\x20прервано,\x20и\x20загрузка\x20файла\x20не\x20удалась','2988uNAUpZ','1526030jMempA','Скачивание\x20успешно','112760lHsPtf','16MRzPBR','Файл\x20успешно\x20загружен','15Cqjblt','Выбранный\x20файл\x20[{0}]\x20не\x20поддерживается\x20для\x20загрузки','Неизвестная\x20ошибка','4582330CiVhVd','Внутренняя\x20неизвестная\x20ошибка','{0}\x20файл(ов)\x20успешно\x20загружен(о)','1868874mCjuCA','3182543ELVHIl','Загрузка','156xlioaa','Загрузить\x20снова','Скачивание'];_0x1da8=function(){return _0xa33922;};return _0x1da8();}
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 _0x2f9a05=_0x3bb2;function _0xacb2(){const _0x45d4a5=['Vybraný\x20súbor\x20[{0}]\x20nie\x20je\x20podporovaný\x20na\x20nahrávanie','Nahrávanie','12USOxKZ','1388739acaQrP','Neznáma\x20chyba','Sieťové\x20pripojenie\x20bolo\x20prerušené\x20a\x20nahrávanie\x20súboru\x20zlyhalo','1593964QHafJu','5kZzNVA','98610nJIFLo','Prosím\x20počkajte...','Dáta\x20sú\x20príliš\x20veľké','8APmSnC','Nahrať\x20znova','15625246hYlZeD','98190ggoRoS','Sieťová\x20chyba','594qYHiux','Zrušiť','363110hyjYOt','Úspešne\x20nahraných\x20{0}\x20súborov','2ymGKQi','4326381kpykiv','Sťahovanie\x20úspešné','63TFEAYb'];_0xacb2=function(){return _0x45d4a5;};return _0xacb2();}(function(_0x18b461,_0x2d4830){const _0x41fe8a=_0x3bb2,_0x54f5a6=_0x18b461();while(!![]){try{const _0x2654ee=parseInt(_0x41fe8a(0x1b3))/0x1+parseInt(_0x41fe8a(0x1b5))/0x2*(-parseInt(_0x41fe8a(0x1bc))/0x3)+parseInt(_0x41fe8a(0x1bf))/0x4*(parseInt(_0x41fe8a(0x1c0))/0x5)+parseInt(_0x41fe8a(0x1af))/0x6*(-parseInt(_0x41fe8a(0x1b8))/0x7)+-parseInt(_0x41fe8a(0x1c4))/0x8*(parseInt(_0x41fe8a(0x1b6))/0x9)+parseInt(_0x41fe8a(0x1c1))/0xa*(-parseInt(_0x41fe8a(0x1b1))/0xb)+-parseInt(_0x41fe8a(0x1bb))/0xc*(-parseInt(_0x41fe8a(0x1ae))/0xd);if(_0x2654ee===_0x2d4830)break;else _0x54f5a6['push'](_0x54f5a6['shift']());}catch(_0xf5771b){_0x54f5a6['push'](_0x54f5a6['shift']());}}}(_0xacb2,0x530ae));function _0x3bb2(_0x2f6227,_0x464f77){_0x2f6227=_0x2f6227-0x1ad;const _0xacb2dd=_0xacb2();let _0x3bb2a0=_0xacb2dd[_0x2f6227];return _0x3bb2a0;}const e={'exchange-client':{'uploading':_0x2f9a05(0x1ba),'uploadSuccess':'Súbor\x20bol\x20úspešne\x20nahraný','uploadSuccessTip':_0x2f9a05(0x1b4),'downloading':'Sťahovanie','downloadSuccess':_0x2f9a05(0x1b7),'unknownMistake':_0x2f9a05(0x1bd),'networkError':_0x2f9a05(0x1b0),'tooLarge':_0x2f9a05(0x1c3),'internalError':'Interná\x20neznáma\x20chyba','interrupt':_0x2f9a05(0x1be),'fileTypeError':_0x2f9a05(0x1b9),'wait':_0x2f9a05(0x1c2),'cancel':_0x2f9a05(0x1b2),'uploadAgain':_0x2f9a05(0x1ad)}};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
- const _0xd50b09=_0x3cbe;function _0x2500(){const _0x380104=['3980226deUwxq','4244160kwmLvQ','2277423wycizE','Tải\x20lên\x20lại','487236VWsYLV','90mgncEe','Lỗi\x20mạng','Tệp\x20được\x20chọn\x20[{0}]\x20không\x20được\x20hỗ\x20trợ\x20để\x20tải\x20lên','Luồng\x20dữ\x20liệu\x20quá\x20lớn','Tải\x20xuống\x20thành\x20công','3889otaKod','Đang\x20tải\x20lên','158OeftWk','348556ScJfiw','4744047hDPkjv','Lỗi\x20không\x20xác\x20định\x20bên\x20trong','30hKjJTQ','Lỗi\x20không\x20xác\x20định','Hủy\x20bỏ','Đang\x20tải\x20xuống','Vui\x20lòng\x20đợi...'];_0x2500=function(){return _0x380104;};return _0x2500();}(function(_0x4286e2,_0x8cb111){const _0x2c1ff7=_0x3cbe,_0x415c75=_0x4286e2();while(!![]){try{const _0x183917=parseInt(_0x2c1ff7(0x171))/0x1*(parseInt(_0x2c1ff7(0x173))/0x2)+parseInt(_0x2c1ff7(0x16b))/0x3+-parseInt(_0x2c1ff7(0x174))/0x4*(parseInt(_0x2c1ff7(0x177))/0x5)+-parseInt(_0x2c1ff7(0x167))/0x6+-parseInt(_0x2c1ff7(0x175))/0x7+-parseInt(_0x2c1ff7(0x168))/0x8+parseInt(_0x2c1ff7(0x169))/0x9*(parseInt(_0x2c1ff7(0x16c))/0xa);if(_0x183917===_0x8cb111)break;else _0x415c75['push'](_0x415c75['shift']());}catch(_0x3b3a3d){_0x415c75['push'](_0x415c75['shift']());}}}(_0x2500,0x5616c));const e={'exchange-client':{'uploading':_0xd50b09(0x172),'uploadSuccess':'Tải\x20lên\x20tệp\x20thành\x20công','uploadSuccessTip':'{0}\x20tệp\x20đã\x20được\x20tải\x20lên\x20thành\x20công','downloading':_0xd50b09(0x165),'downloadSuccess':_0xd50b09(0x170),'unknownMistake':_0xd50b09(0x163),'networkError':_0xd50b09(0x16d),'tooLarge':_0xd50b09(0x16f),'internalError':_0xd50b09(0x176),'interrupt':'Kết\x20nối\x20mạng\x20bị\x20gián\x20đoạn,\x20tải\x20lên\x20tệp\x20thất\x20bại','fileTypeError':_0xd50b09(0x16e),'wait':_0xd50b09(0x166),'cancel':_0xd50b09(0x164),'uploadAgain':_0xd50b09(0x16a)}};function _0x3cbe(_0x33f915,_0x391561){_0x33f915=_0x33f915-0x163;const _0x250084=_0x2500();let _0x3cbed4=_0x250084[_0x33f915];return _0x3cbed4;}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 _0x57b829=_0x2c0c;function _0x2c0c(_0x5c059e,_0x1de9e3){_0x5c059e=_0x5c059e-0xe3;const _0x4bc0e6=_0x4bc0();let _0x2c0ca9=_0x4bc0e6[_0x5c059e];return _0x2c0ca9;}(function(_0x4e480e,_0x471ce2){const _0x17d580=_0x2c0c,_0x51c078=_0x4e480e();while(!![]){try{const _0x537224=-parseInt(_0x17d580(0xf9))/0x1*(parseInt(_0x17d580(0xf7))/0x2)+-parseInt(_0x17d580(0xf0))/0x3+-parseInt(_0x17d580(0xec))/0x4*(-parseInt(_0x17d580(0xf1))/0x5)+-parseInt(_0x17d580(0xe7))/0x6*(parseInt(_0x17d580(0xeb))/0x7)+parseInt(_0x17d580(0xe8))/0x8*(-parseInt(_0x17d580(0xe3))/0x9)+parseInt(_0x17d580(0xf4))/0xa*(-parseInt(_0x17d580(0xf3))/0xb)+-parseInt(_0x17d580(0xe4))/0xc*(-parseInt(_0x17d580(0xe9))/0xd);if(_0x537224===_0x471ce2)break;else _0x51c078['push'](_0x51c078['shift']());}catch(_0x507201){_0x51c078['push'](_0x51c078['shift']());}}}(_0x4bc0,0x2582d));function _0x4bc0(){const _0x2ce138=['下载中','所选文件\x20[{0}]\x20不支持上传','上传中','690675RZmjsm','9170njOjGL','网络连接中断,文件上传失败','1395955jWZrmQ','10RPAjDs','未知错误','文件上传成功','22VuKSRC','下载成功','27361uLBaOz','4095QjyszY','12eLViiQ','数据流过大','{0}个文件上传成功','143862uEbgvg','2696RwJLUW','10570677dGTedd','请稍等...','14jBDLLD','436vlmoWA'];_0x4bc0=function(){return _0x2ce138;};return _0x4bc0();}const e={'exchange-client':{'uploading':_0x57b829(0xef),'uploadSuccess':_0x57b829(0xf6),'uploadSuccessTip':_0x57b829(0xe6),'downloading':_0x57b829(0xed),'downloadSuccess':_0x57b829(0xf8),'unknownMistake':_0x57b829(0xf5),'networkError':'网络异常','tooLarge':_0x57b829(0xe5),'internalError':'内部未知错误','interrupt':_0x57b829(0xf2),'fileTypeError':_0x57b829(0xee),'wait':_0x57b829(0xea),'cancel':'取消','uploadAgain':'再次上传'}};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 _0x2d6843=_0x39ec;(function(_0x18ca5d,_0x275544){const _0x3bb1d4=_0x39ec,_0x12eda8=_0x18ca5d();while(!![]){try{const _0x361a61=-parseInt(_0x3bb1d4(0x114))/0x1+-parseInt(_0x3bb1d4(0x112))/0x2+parseInt(_0x3bb1d4(0x11e))/0x3+parseInt(_0x3bb1d4(0x119))/0x4*(parseInt(_0x3bb1d4(0x118))/0x5)+parseInt(_0x3bb1d4(0x111))/0x6*(parseInt(_0x3bb1d4(0x110))/0x7)+-parseInt(_0x3bb1d4(0x11a))/0x8*(parseInt(_0x3bb1d4(0x11d))/0x9)+parseInt(_0x3bb1d4(0x10f))/0xa*(parseInt(_0x3bb1d4(0x10c))/0xb);if(_0x361a61===_0x275544)break;else _0x12eda8['push'](_0x12eda8['shift']());}catch(_0x5386a6){_0x12eda8['push'](_0x12eda8['shift']());}}}(_0x56aa,0xa3d5d));function _0x39ec(_0x30e8a8,_0x5a17c9){_0x30e8a8=_0x30e8a8-0x10a;const _0x56aa41=_0x56aa();let _0x39eccb=_0x56aa41[_0x30e8a8];return _0x39eccb;}const e={'exchange-client':{'uploading':'上傳中','uploadSuccess':_0x2d6843(0x116),'uploadSuccessTip':_0x2d6843(0x115),'downloading':_0x2d6843(0x120),'downloadSuccess':_0x2d6843(0x10d),'unknownMistake':_0x2d6843(0x10a),'networkError':_0x2d6843(0x11c),'tooLarge':_0x2d6843(0x117),'internalError':_0x2d6843(0x11b),'interrupt':_0x2d6843(0x10b),'fileTypeError':_0x2d6843(0x11f),'wait':_0x2d6843(0x10e),'cancel':'取消','uploadAgain':_0x2d6843(0x113)}};export{e as default};function _0x56aa(){const _0x3a24f0=['543870HcDaTO','377601APMOPK','78fxSQrn','2240054ymmQkU','再次上傳','996452AtxWGc','{0}個檔案上傳成功','檔案上傳成功','資料流過大','505WOUdtn','30348nyresG','65504VrrNsB','內部未知錯誤','網絡異常','288FCygKF','3930249BbZDci','所選檔案\x20[{0}]\x20不支援上傳','下載中','未知錯誤','網絡連線中斷,檔案上傳失敗','55jUyzSj','下載成功','請稍等...'];_0x56aa=function(){return _0x3a24f0;};return _0x56aa();}
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
- function _0x1546(_0x11c18b,_0x1b14bd){_0x11c18b=_0x11c18b-0xbb;const _0x3cceb7=_0x3cce();let _0x1546a7=_0x3cceb7[_0x11c18b];return _0x1546a7;}const _0x28e994=_0x1546;function _0x3cce(){const _0x5c6aab=['網路異常','2DfgMBl','1438812BGmJeA','464236sNHNfl','583epRGoV','請稍等...','999VHJeSk','703353cQFZKZ','下載成功','內部未知錯誤','22870MyRlVQ','42HnCJRj','4xCBCEX','上傳中','網路連線中斷,檔案上傳失敗','13688XxhuMe','774309dAlNuN','所選檔案\x20[{0}]\x20不支援上傳','資料流過大','下載中','未知錯誤','再次上傳','114385DZMDbp'];_0x3cce=function(){return _0x5c6aab;};return _0x3cce();}(function(_0x304f7b,_0x523e98){const _0x545b0d=_0x1546,_0x2667c1=_0x304f7b();while(!![]){try{const _0xdcd3a8=-parseInt(_0x545b0d(0xc9))/0x1*(parseInt(_0x545b0d(0xc7))/0x2)+-parseInt(_0x545b0d(0xbf))/0x3*(-parseInt(_0x545b0d(0xbb))/0x4)+-parseInt(_0x545b0d(0xc5))/0x5*(-parseInt(_0x545b0d(0xd1))/0x6)+parseInt(_0x545b0d(0xcd))/0x7+parseInt(_0x545b0d(0xbe))/0x8*(parseInt(_0x545b0d(0xcc))/0x9)+-parseInt(_0x545b0d(0xd0))/0xa*(-parseInt(_0x545b0d(0xca))/0xb)+-parseInt(_0x545b0d(0xc8))/0xc;if(_0xdcd3a8===_0x523e98)break;else _0x2667c1['push'](_0x2667c1['shift']());}catch(_0x571edc){_0x2667c1['push'](_0x2667c1['shift']());}}}(_0x3cce,0x3bfd4));const e={'exchange-client':{'uploading':_0x28e994(0xbc),'uploadSuccess':'檔案上傳成功','uploadSuccessTip':'{0}個檔案上傳成功','downloading':_0x28e994(0xc2),'downloadSuccess':_0x28e994(0xce),'unknownMistake':_0x28e994(0xc3),'networkError':_0x28e994(0xc6),'tooLarge':_0x28e994(0xc1),'internalError':_0x28e994(0xcf),'interrupt':_0x28e994(0xbd),'fileTypeError':_0x28e994(0xc0),'wait':_0x28e994(0xcb),'cancel':'取消','uploadAgain':_0x28e994(0xc4)}};export{e as default};
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;