@univerjs-pro/collaboration-client 0.24.0 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) 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 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -0
  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 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  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 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  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 -0
  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 -0
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -0
  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 -0
  32. package/lib/es/locale/it-IT.js +1 -0
  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 -0
  36. package/lib/es/locale/pt-BR.js +1 -0
  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 -0
  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 -0
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -0
  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 -0
  53. package/lib/locale/it-IT.js +1 -0
  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 -0
  57. package/lib/locale/pt-BR.js +1 -0
  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 -0
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/locale/ar-SA.d.ts +3 -0
  65. package/lib/types/locale/ca-ES.d.ts +1 -1
  66. package/lib/types/locale/de-DE.d.ts +3 -0
  67. package/lib/types/locale/en-US.d.ts +39 -37
  68. package/lib/types/locale/es-ES.d.ts +1 -1
  69. package/lib/types/locale/fr-FR.d.ts +1 -1
  70. package/lib/types/locale/id-ID.d.ts +3 -0
  71. package/lib/types/locale/it-IT.d.ts +3 -0
  72. package/lib/types/locale/pl-PL.d.ts +3 -0
  73. package/lib/types/locale/pt-BR.d.ts +3 -0
  74. package/lib/types/locale/ru-RU.d.ts +1 -1
  75. package/lib/types/locale/zh-HK.d.ts +3 -0
  76. package/lib/types/locale/zh-TW.d.ts +1 -1
  77. package/lib/umd/facade.js +1 -1
  78. package/lib/umd/index.js +1 -1
  79. package/lib/umd/locale/ar-SA.js +1 -0
  80. package/lib/umd/locale/ca-ES.js +1 -1
  81. package/lib/umd/locale/de-DE.js +1 -0
  82. package/lib/umd/locale/en-US.js +1 -1
  83. package/lib/umd/locale/es-ES.js +1 -1
  84. package/lib/umd/locale/fa-IR.js +1 -1
  85. package/lib/umd/locale/fr-FR.js +1 -1
  86. package/lib/umd/locale/id-ID.js +1 -0
  87. package/lib/umd/locale/it-IT.js +1 -0
  88. package/lib/umd/locale/ja-JP.js +1 -1
  89. package/lib/umd/locale/ko-KR.js +1 -1
  90. package/lib/umd/locale/pl-PL.js +1 -0
  91. package/lib/umd/locale/pt-BR.js +1 -0
  92. package/lib/umd/locale/ru-RU.js +1 -1
  93. package/lib/umd/locale/sk-SK.js +1 -1
  94. package/lib/umd/locale/vi-VN.js +1 -1
  95. package/lib/umd/locale/zh-CN.js +1 -1
  96. package/lib/umd/locale/zh-HK.js +1 -0
  97. package/lib/umd/locale/zh-TW.js +1 -1
  98. package/package.json +11 -11
@@ -0,0 +1 @@
1
+ function _0x2ba1(){const _0xcd65bc=['جارٍ\x20المزامنة...','30xujXgS','تعارض\x20في\x20التعاون','3952386vnUhzz','6264128rpRbJA','4213416mnBJie','16dzlFiN','لا\x20يوجد\x20إذن\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','يوجد\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','وصل\x20المستند\x20إلى\x20حد\x20التعاون\x20الأقصى.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون.\x20سيتم\x20حفظ\x20تحريراتك\x20محلياً.','انقر\x20لإعادة\x20الاتصال','خطأ\x20في\x20المصادقة','فشل\x20الانضمام\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','1512804RAuzXE','331791hzlSgI','غير\x20متصل،\x20سيتم\x20حفظ\x20التحريرات\x20محلياً','14OaQXNz','تمت\x20المزامنة','تتعارض\x20إجراءاتك\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','ملف\x20محلي','4992642JTJBlx','انتهت\x20صلاحية\x20تسجيل\x20الدخول،\x20انقر\x20\x22موافق\x22\x20لإعادة\x20تسجيل\x20الدخول،\x20أو\x20انقر\x20\x22إلغاء\x22\x20لحفظ\x20تحريراتك\x20محلياً.','فشل\x20الاتصال.\x20سنحاول\x20مرة\x20أخرى\x20بعد\x20قليل.','فشل\x20الانضمام\x20للتعاون.\x20يرجى\x20المحاولة\x20لاحقاً.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','91030qAFWhu','عدد\x20المستندات\x20التعاونية\x20يتجاوز\x20الحد.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','لقد\x20فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20هذه\x20العلامة.','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.'];_0x2ba1=function(){return _0xcd65bc;};return _0x2ba1();}function _0x2b08(_0x9eaa45,_0x21b1fc){_0x9eaa45=_0x9eaa45-0xf6;const _0x2ba16c=_0x2ba1();let _0x2b08ef=_0x2ba16c[_0x9eaa45];return _0x2b08ef;}const _0x4c4ea6=_0x2b08;(function(_0x4b32c4,_0x2c1f1c){const _0x185908=_0x2b08,_0x4da7b6=_0x4b32c4();while(!![]){try{const _0x1e194a=-parseInt(_0x185908(0xfd))/0x1+parseInt(_0x185908(0x112))/0x2*(parseInt(_0x185908(0xfe))/0x3)+parseInt(_0x185908(0x111))/0x4+-parseInt(_0x185908(0x108))/0x5+parseInt(_0x185908(0x10f))/0x6+parseInt(_0x185908(0x100))/0x7*(parseInt(_0x185908(0x110))/0x8)+-parseInt(_0x185908(0x104))/0x9*(parseInt(_0x185908(0x10d))/0xa);if(_0x1e194a===_0x2c1f1c)break;else _0x4da7b6['push'](_0x4da7b6['shift']());}catch(_0x51263c){_0x4da7b6['push'](_0x4da7b6['shift']());}}}(_0x2ba1,0xec3f5));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x4c4ea6(0xfa)}},'collabStatus':{'fetchMiss':'جارٍ\x20مزامنة\x20بيانات\x20الخادم...','conflict':'تعارضات\x20في\x20التحرير','notCollab':_0x4c4ea6(0x103),'synced':_0x4c4ea6(0x101),'syncing':_0x4c4ea6(0x10c),'offline':_0x4c4ea6(0xff)},'session':{'connection-failed':'فشل\x20الاتصال.\x20يرجى\x20التحقق\x20من\x20شبكتك.','will-retry':_0x4c4ea6(0x106),'room-full':_0x4c4ea6(0xf8),'join-failed':_0x4c4ea6(0x107),'room-not-exists':_0x4c4ea6(0xfc),'room-permission-denied':_0x4c4ea6(0xf6),'room-cnt-exceeds':_0x4c4ea6(0x109),'collaboration-timeout':_0x4c4ea6(0xf9)},'conflict':{'title':_0x4c4ea6(0x10e),'content':_0x4c4ea6(0xf7)},'permission':{'title':_0x4c4ea6(0xfb),'content':_0x4c4ea6(0x102)},'collaboration':{'single-unit':{'warning':_0x4c4ea6(0x10a)},'closeRoom':_0x4c4ea6(0x10b)},'auth':{'needGotoLoginAlert':_0x4c4ea6(0x105)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x50b8b8=_0x52e9;function _0x2b05(){const _0x4c9e8f=['Syncing\x20server\x20data...','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','1647240DmwVsY','Click\x20to\x20Reconnect','2373138eYLquk','14inWUaY','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','5561300IrlceZ','502204wRDAMQ','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Edit\x20conflicts','475860iIXvzu','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Synced','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Collaboration\x20Conflict','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','2661160ansDka','1367440lkLvnh'];_0x2b05=function(){return _0x4c9e8f;};return _0x2b05();}function _0x52e9(_0x29927c,_0x2d823c){_0x29927c=_0x29927c-0xd1;const _0x2b0560=_0x2b05();let _0x52e92f=_0x2b0560[_0x29927c];return _0x52e92f;}(function(_0x31c8ab,_0x4092bb){const _0x1c7a92=_0x52e9,_0x296ad5=_0x31c8ab();while(!![]){try{const _0x246cbd=-parseInt(_0x1c7a92(0xe5))/0x1+parseInt(_0x1c7a92(0xd9))/0x2+-parseInt(_0x1c7a92(0xdc))/0x3+parseInt(_0x1c7a92(0xd3))/0x4+parseInt(_0x1c7a92(0xd8))/0x5+parseInt(_0x1c7a92(0xd5))/0x6*(parseInt(_0x1c7a92(0xd6))/0x7)+-parseInt(_0x1c7a92(0xe4))/0x8;if(_0x246cbd===_0x4092bb)break;else _0x296ad5['push'](_0x296ad5['shift']());}catch(_0x26ae97){_0x296ad5['push'](_0x296ad5['shift']());}}}(_0x2b05,0xacbb9));const e={'collab-client':{'tooltip':{'reconnect':_0x50b8b8(0xd4)}},'collabStatus':{'fetchMiss':_0x50b8b8(0xe6),'conflict':_0x50b8b8(0xdb),'notCollab':'Local\x20file','synced':_0x50b8b8(0xde),'syncing':'Syncing...','offline':_0x50b8b8(0xe0)},'session':{'connection-failed':_0x50b8b8(0xd2),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x50b8b8(0xe3),'room-not-exists':_0x50b8b8(0xe7),'room-permission-denied':_0x50b8b8(0xda),'room-cnt-exceeds':_0x50b8b8(0xdd),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x50b8b8(0xe1),'content':_0x50b8b8(0xd1)},'permission':{'title':'Authentication\x20Error','content':_0x50b8b8(0xd7)},'collaboration':{'single-unit':{'warning':_0x50b8b8(0xe2)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x50b8b8(0xdf)}};export{e as default};
1
+ function _0x31af(_0x43cbea,_0x3df317){_0x43cbea=_0x43cbea-0x170;const _0x538279=_0x5382();let _0x31aff0=_0x538279[_0x43cbea];return _0x31aff0;}const _0x531a55=_0x31af;function _0x5382(){const _0x2b660a=['Sincronitzant...','Sincronitzat','Error\x20de\x20connexió.\x20Comproveu\x20la\x20vostra\x20xarxa.','Fitxer\x20local','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','Conflictes\x20d\x27edició','6224HnaeYl','18793400qgIwpX','5828912ZYRMCw','39NResvD','No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','No\x20teniu\x20permís\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','784759cLQHUN','Les\x20vostres\x20accions\x20entren\x20en\x20conflicte\x20amb\x20els\x20permisos\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals\x20en\x20un\x20altre\x20lloc,\x20perquè\x20es\x20descartaran\x20després\x20d\x27actualitzar\x20la\x20pàgina.','5SYmeOy','Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.','Aquest\x20document\x20ha\x20arribat\x20al\x20límit\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Feu\x20clic\x20per\x20reconnectar','85446BGjINK','La\x20vostra\x20sessió\x20ha\x20caducat.\x20Feu\x20clic\x20a\x20D\x27acord\x20per\x20tornar\x20a\x20iniciar\x20sessió,\x20o\x20a\x20Cancel·la\x20per\x20desar\x20els\x20vostres\x20canvis\x20locals.','1744744aElcVi','7cHFGrc','Sincronitzant\x20dades\x20del\x20servidor...','9440916pkpRJy'];_0x5382=function(){return _0x2b660a;};return _0x5382();}(function(_0x2a6d98,_0x2659e6){const _0x45e947=_0x31af,_0xaf9952=_0x2a6d98();while(!![]){try{const _0x480b15=parseInt(_0x45e947(0x183))/0x1+-parseInt(_0x45e947(0x173))/0x2+parseInt(_0x45e947(0x180))/0x3*(-parseInt(_0x45e947(0x17d))/0x4)+-parseInt(_0x45e947(0x185))/0x5*(parseInt(_0x45e947(0x176))/0x6)+parseInt(_0x45e947(0x174))/0x7*(parseInt(_0x45e947(0x17f))/0x8)+parseInt(_0x45e947(0x171))/0x9+parseInt(_0x45e947(0x17e))/0xa;if(_0x480b15===_0x2659e6)break;else _0xaf9952['push'](_0xaf9952['shift']());}catch(_0x489af0){_0xaf9952['push'](_0xaf9952['shift']());}}}(_0x5382,0xe48b9));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x531a55(0x170)}},'collabStatus':{'fetchMiss':_0x531a55(0x175),'conflict':_0x531a55(0x17c),'notCollab':_0x531a55(0x17a),'synced':_0x531a55(0x178),'syncing':_0x531a55(0x177),'offline':_0x531a55(0x17b)},'session':{'connection-failed':_0x531a55(0x179),'will-retry':'Error\x20de\x20connexió.\x20Ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','room-full':_0x531a55(0x187),'join-failed':'No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','room-not-exists':_0x531a55(0x181),'room-permission-denied':_0x531a55(0x182),'room-cnt-exceeds':'El\x20nombre\x20de\x20documents\x20col·laboratius\x20supera\x20el\x20límit.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','collaboration-timeout':'El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.'},'conflict':{'title':'Conflicte\x20de\x20col·laboració','content':_0x531a55(0x186)},'permission':{'title':'Error\x20d\x27autenticació','content':_0x531a55(0x184)},'collaboration':{'single-unit':{'warning':'Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.'},'closeRoom':'Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.'},'auth':{'needGotoLoginAlert':_0x531a55(0x172)}}};export{e as default};
@@ -0,0 +1 @@
1
+ function _0x3cb4(){const _0xd429e8=['Lokale\x20Datei','Klicken,\x20um\x20wieder\x20zu\x20verbinden','Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Ihre\x20Aktionen\x20stehen\x20im\x20Konflikt\x20mit\x20den\x20Serverberechtigungen.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen\x20anderswo,\x20da\x20sie\x20nach\x20dem\x20Aktualisieren\x20der\x20Seite\x20verworfen\x20werden.','1089950MwxJAi','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','Es\x20gibt\x20einen\x20Konflikt\x20zwischen\x20Ihrer\x20lokalen\x20Kopie\x20und\x20der\x20Kopie\x20auf\x20dem\x20Server.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen,\x20da\x20sie\x20beim\x20Neuladen\x20der\x20Seite\x20verloren\x20gehen.','1006xUagLi','20xGuWxF','1200wnFjNF','21968FEKSDC','Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Verbindung\x20fehlgeschlagen.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Bearbeitungsrechte\x20wurden\x20entzogen,\x20weil\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','200352eOCrzp','Bearbeitungskonflikte','Verbindung\x20fehlgeschlagen.\x20Wir\x20werden\x20es\x20in\x20Kürze\x20erneut\x20versuchen.','Das\x20Dokument\x20hat\x20die\x20Zusammenarbeitsgrenze\x20erreicht.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Authentifizierungsfehler','Die\x20Anzahl\x20der\x20Zusammenarbeitsdokumente\x20überschreitet\x20das\x20Limit.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Synchronisiert','Der\x20Server\x20reagiert\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Keine\x20Zusammenarbeitsberechtigung.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','182467UUtSfY','913833kheJyU','28EQbKCJ','351364Zvguyd','Synchronisierung\x20läuft...'];_0x3cb4=function(){return _0xd429e8;};return _0x3cb4();}const _0x20c0b8=_0x7891;(function(_0x137811,_0x4c6408){const _0x154a81=_0x7891,_0x37c38a=_0x137811();while(!![]){try{const _0x206713=-parseInt(_0x154a81(0x117))/0x1+-parseInt(_0x154a81(0x123))/0x2*(-parseInt(_0x154a81(0x125))/0x3)+parseInt(_0x154a81(0x11a))/0x4+-parseInt(_0x154a81(0x120))/0x5+parseInt(_0x154a81(0x12a))/0x6+parseInt(_0x154a81(0x119))/0x7*(parseInt(_0x154a81(0x126))/0x8)+-parseInt(_0x154a81(0x118))/0x9*(-parseInt(_0x154a81(0x124))/0xa);if(_0x206713===_0x4c6408)break;else _0x37c38a['push'](_0x37c38a['shift']());}catch(_0xe624f){_0x37c38a['push'](_0x37c38a['shift']());}}}(_0x3cb4,0x21362));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x20c0b8(0x11d)}},'collabStatus':{'fetchMiss':'Serverdaten\x20werden\x20synchronisiert...','conflict':_0x20c0b8(0x12b),'notCollab':_0x20c0b8(0x11c),'synced':_0x20c0b8(0x114),'syncing':_0x20c0b8(0x11b),'offline':_0x20c0b8(0x12e)},'session':{'connection-failed':_0x20c0b8(0x128),'will-retry':_0x20c0b8(0x12c),'room-full':_0x20c0b8(0x12d),'join-failed':_0x20c0b8(0x11e),'room-not-exists':_0x20c0b8(0x127),'room-permission-denied':_0x20c0b8(0x116),'room-cnt-exceeds':_0x20c0b8(0x113),'collaboration-timeout':_0x20c0b8(0x115)},'conflict':{'title':'Zusammenarbeitskonflikt','content':_0x20c0b8(0x122)},'permission':{'title':_0x20c0b8(0x112),'content':_0x20c0b8(0x11f)},'collaboration':{'single-unit':{'warning':'Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Im\x20Falle\x20von\x20Datenverlust\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.'},'closeRoom':_0x20c0b8(0x129)},'auth':{'needGotoLoginAlert':_0x20c0b8(0x121)}}};function _0x7891(_0xf7717d,_0x15b8ed){_0xf7717d=_0xf7717d-0x112;const _0x3cb47f=_0x3cb4();let _0x78912=_0x3cb47f[_0xf7717d];return _0x78912;}export{e as default};
@@ -1 +1 @@
1
- function _0x2668(){const _0x1fbe72=['No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','1169436hpuMRT','Synced','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','165IFUAGH','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','2979324LAdzwG','12138219LYBNEF','Authentication\x20Error','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing\x20server\x20data...','Collaboration\x20Conflict','Edit\x20conflicts','14IqosjX','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','72384lQTaPG','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','144031uzseqE','Connection\x20failed.\x20Please\x20check\x20your\x20network.','136152JkkfcD','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','8069920crixjc','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Click\x20to\x20Reconnect','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'];_0x2668=function(){return _0x1fbe72;};return _0x2668();}const _0x89a06a=_0x10b3;(function(_0x3e168c,_0x22d2d9){const _0x1111a9=_0x10b3,_0x252856=_0x3e168c();while(!![]){try{const _0x3aa25f=-parseInt(_0x1111a9(0x114))/0x1+parseInt(_0x1111a9(0x11d))/0x2+-parseInt(_0x1111a9(0x12b))/0x3+parseInt(_0x1111a9(0x116))/0x4*(-parseInt(_0x1111a9(0x120))/0x5)+-parseInt(_0x1111a9(0x122))/0x6*(parseInt(_0x1111a9(0x129))/0x7)+parseInt(_0x1111a9(0x118))/0x8+parseInt(_0x1111a9(0x123))/0x9;if(_0x3aa25f===_0x22d2d9)break;else _0x252856['push'](_0x252856['shift']());}catch(_0x13dfce){_0x252856['push'](_0x252856['shift']());}}}(_0x2668,0xa08dc));function _0x10b3(_0x479fd6,_0x1f9369){_0x479fd6=_0x479fd6-0x114;const _0x26687a=_0x2668();let _0x10b3e1=_0x26687a[_0x479fd6];return _0x10b3e1;}const e={'collab-client':{'tooltip':{'reconnect':_0x89a06a(0x11a)}},'collabStatus':{'fetchMiss':_0x89a06a(0x126),'conflict':_0x89a06a(0x128),'notCollab':'Local\x20file','synced':_0x89a06a(0x11e),'syncing':'Syncing...','offline':_0x89a06a(0x12c)},'session':{'connection-failed':_0x89a06a(0x115),'will-retry':_0x89a06a(0x121),'room-full':_0x89a06a(0x119),'join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':'Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-permission-denied':_0x89a06a(0x11c),'room-cnt-exceeds':_0x89a06a(0x125),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x89a06a(0x127),'content':_0x89a06a(0x11b)},'permission':{'title':_0x89a06a(0x124),'content':_0x89a06a(0x117)},'collaboration':{'single-unit':{'warning':_0x89a06a(0x11f)},'closeRoom':_0x89a06a(0x12a)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}};export{e as default};
1
+ const _0x11367f=_0x5ada;function _0x5ada(_0x291a99,_0x3b0fc8){_0x291a99=_0x291a99-0x70;const _0x6f5193=_0x6f51();let _0x5ada24=_0x6f5193[_0x291a99];return _0x5ada24;}(function(_0x44b421,_0x6ce410){const _0x4454e1=_0x5ada,_0x22e2b2=_0x44b421();while(!![]){try{const _0x2ebaeb=parseInt(_0x4454e1(0x84))/0x1*(-parseInt(_0x4454e1(0x79))/0x2)+parseInt(_0x4454e1(0x88))/0x3+parseInt(_0x4454e1(0x74))/0x4+-parseInt(_0x4454e1(0x86))/0x5+parseInt(_0x4454e1(0x87))/0x6*(parseInt(_0x4454e1(0x7c))/0x7)+parseInt(_0x4454e1(0x7e))/0x8*(parseInt(_0x4454e1(0x71))/0x9)+-parseInt(_0x4454e1(0x7b))/0xa;if(_0x2ebaeb===_0x6ce410)break;else _0x22e2b2['push'](_0x22e2b2['shift']());}catch(_0x4694df){_0x22e2b2['push'](_0x22e2b2['shift']());}}}(_0x6f51,0x7442d));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x11367f(0x7d)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x11367f(0x8a),'notCollab':_0x11367f(0x76),'synced':'Synced','syncing':'Syncing...','offline':_0x11367f(0x7a)},'session':{'connection-failed':_0x11367f(0x78),'will-retry':_0x11367f(0x82),'room-full':_0x11367f(0x72),'join-failed':_0x11367f(0x70),'room-not-exists':_0x11367f(0x7f),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':_0x11367f(0x73),'collaboration-timeout':_0x11367f(0x77)},'conflict':{'title':_0x11367f(0x80),'content':_0x11367f(0x81)},'permission':{'title':_0x11367f(0x85),'content':_0x11367f(0x89)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x11367f(0x75)},'auth':{'needGotoLoginAlert':_0x11367f(0x83)}}};function _0x6f51(){const _0x112f89=['571640EQfoAH','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Local\x20file','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','208AjxQhh','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','16102640LRUCyd','49KwNBzB','Click\x20to\x20Reconnect','83112wgfegr','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Collaboration\x20Conflict','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','726TtqTrT','Authentication\x20Error','2898500gPxBLw','623814BPrqPe','2807910oVodJo','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Edit\x20conflicts','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','810tNXXFw','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.'];_0x6f51=function(){return _0x112f89;};return _0x6f51();}export{e as default};
@@ -1 +1 @@
1
- function _0x425b(){const _0x12afce=['No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Collaboration\x20Conflict','100905qyLtqR','1838008RrFLnw','Connection\x20failed.\x20Please\x20check\x20your\x20network.','88ITMzdV','Edit\x20conflicts','Syncing...','900110YqJzhO','9EehtqD','Click\x20to\x20Reconnect','8443648XPHiOn','860796WxGogr','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','20YjoEHf','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','1162156ArToQx','Syncing\x20server\x20data...','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','2858226GWEKqu','Authentication\x20Error','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Synced','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','1MXYBxt','Local\x20file'];_0x425b=function(){return _0x12afce;};return _0x425b();}function _0x5871(_0x6ce347,_0x225471){_0x6ce347=_0x6ce347-0xbf;const _0x425b50=_0x425b();let _0x5871cd=_0x425b50[_0x6ce347];return _0x5871cd;}const _0x2d00=_0x5871;(function(_0x58fdf3,_0x290c7b){const _0x10d66f=_0x5871,_0x1285e3=_0x58fdf3();while(!![]){try{const _0x4f17f5=parseInt(_0x10d66f(0xc7))/0x1*(-parseInt(_0x10d66f(0xdb))/0x2)+parseInt(_0x10d66f(0xc1))/0x3+parseInt(_0x10d66f(0xcd))/0x4+parseInt(_0x10d66f(0xd9))/0x5*(-parseInt(_0x10d66f(0xd6))/0x6)+-parseInt(_0x10d66f(0xcc))/0x7+parseInt(_0x10d66f(0xd5))/0x8*(parseInt(_0x10d66f(0xd3))/0x9)+parseInt(_0x10d66f(0xd2))/0xa*(-parseInt(_0x10d66f(0xcf))/0xb);if(_0x4f17f5===_0x290c7b)break;else _0x1285e3['push'](_0x1285e3['shift']());}catch(_0x59727a){_0x1285e3['push'](_0x1285e3['shift']());}}}(_0x425b,0x8d2cf));const e={'collab-client':{'tooltip':{'reconnect':_0x2d00(0xd4)}},'collabStatus':{'fetchMiss':_0x2d00(0xdc),'conflict':_0x2d00(0xd0),'notCollab':_0x2d00(0xc8),'synced':_0x2d00(0xc5),'syncing':_0x2d00(0xd1),'offline':_0x2d00(0xc0)},'session':{'connection-failed':_0x2d00(0xce),'will-retry':_0x2d00(0xca),'room-full':_0x2d00(0xc6),'join-failed':_0x2d00(0xc4),'room-not-exists':_0x2d00(0xd7),'room-permission-denied':_0x2d00(0xc9),'room-cnt-exceeds':_0x2d00(0xda),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x2d00(0xcb),'content':_0x2d00(0xdd)},'permission':{'title':_0x2d00(0xc2),'content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'single-unit':{'warning':_0x2d00(0xbf)},'closeRoom':_0x2d00(0xc3)},'auth':{'needGotoLoginAlert':_0x2d00(0xd8)}};export{e as default};
1
+ const _0x15df97=_0x2e7f;function _0x2e7f(_0x1deda4,_0x1ff954){_0x1deda4=_0x1deda4-0x146;const _0x3fb23c=_0x3fb2();let _0x2e7fa0=_0x3fb23c[_0x1deda4];return _0x2e7fa0;}(function(_0x25d07b,_0x24ed77){const _0xe82fda=_0x2e7f,_0x2142f4=_0x25d07b();while(!![]){try{const _0xb1944f=-parseInt(_0xe82fda(0x15f))/0x1*(parseInt(_0xe82fda(0x15c))/0x2)+-parseInt(_0xe82fda(0x14f))/0x3+parseInt(_0xe82fda(0x148))/0x4*(-parseInt(_0xe82fda(0x14c))/0x5)+-parseInt(_0xe82fda(0x147))/0x6+parseInt(_0xe82fda(0x158))/0x7*(-parseInt(_0xe82fda(0x156))/0x8)+parseInt(_0xe82fda(0x151))/0x9+parseInt(_0xe82fda(0x150))/0xa;if(_0xb1944f===_0x24ed77)break;else _0x2142f4['push'](_0x2142f4['shift']());}catch(_0x2075f6){_0x2142f4['push'](_0x2142f4['shift']());}}}(_0x3fb2,0x4ae1b));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Haga\x20clic\x20para\x20reconectar'}},'collabStatus':{'fetchMiss':_0x15df97(0x146),'conflict':_0x15df97(0x15b),'notCollab':'Archivo\x20local','synced':'Sincronizado','syncing':_0x15df97(0x15e),'offline':'Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente'},'session':{'connection-failed':_0x15df97(0x155),'will-retry':_0x15df97(0x160),'room-full':_0x15df97(0x14b),'join-failed':_0x15df97(0x14a),'room-not-exists':_0x15df97(0x15a),'room-permission-denied':_0x15df97(0x14d),'room-cnt-exceeds':'El\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20el\x20límite.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','collaboration-timeout':_0x15df97(0x14e)},'conflict':{'title':_0x15df97(0x15d),'content':_0x15df97(0x153)},'permission':{'title':_0x15df97(0x159),'content':_0x15df97(0x149)},'collaboration':{'single-unit':{'warning':_0x15df97(0x154)},'closeRoom':_0x15df97(0x152)},'auth':{'needGotoLoginAlert':_0x15df97(0x157)}}};function _0x3fb2(){const _0x2b3d3c=['15077120fWvnrr','2291409TVISKR','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','Hay\x20un\x20conflicto\x20entre\x20su\x20copia\x20local\x20y\x20la\x20copia\x20en\x20el\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales,\x20ya\x20que\x20se\x20perderán\x20cuando\x20recargue\x20la\x20página.','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','Error\x20de\x20conexión.\x20Verifique\x20su\x20red.','1840576brusQi','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','7wcLjRH','Error\x20de\x20autenticación','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Conflictos\x20de\x20edición','8sHtQAy','Conflicto\x20de\x20colaboración','Sincronizando...','53302NUxdQY','Error\x20de\x20conexión.\x20Intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','Sincronizando\x20datos\x20del\x20servidor...','3086310qpevKZ','1596884LTNWwu','Sus\x20acciones\x20entran\x20en\x20conflicto\x20con\x20los\x20permisos\x20del\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales\x20en\x20otro\x20lugar,\x20ya\x20que\x20se\x20descartarán\x20después\x20de\x20actualizar\x20la\x20página.','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','El\x20documento\x20ha\x20alcanzado\x20su\x20límite\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','5fghLrH','Sin\x20permiso\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','296136ezpGCY'];_0x3fb2=function(){return _0x2b3d3c;};return _0x3fb2();}export{e as default};
@@ -1 +1 @@
1
- const _0x52aae1=_0x3a55;function _0x3a55(_0xac4f5,_0x3d8a39){_0xac4f5=_0xac4f5-0x1d8;const _0x39b0a7=_0x39b0();let _0x3a556a=_0x39b0a7[_0xac4f5];return _0x3a556a;}(function(_0xc60578,_0x5700db){const _0x29c6fe=_0x3a55,_0x557e9a=_0xc60578();while(!![]){try{const _0x2c49db=parseInt(_0x29c6fe(0x1e5))/0x1+-parseInt(_0x29c6fe(0x1de))/0x2*(parseInt(_0x29c6fe(0x1e6))/0x3)+parseInt(_0x29c6fe(0x1d9))/0x4*(parseInt(_0x29c6fe(0x1df))/0x5)+parseInt(_0x29c6fe(0x1ef))/0x6+-parseInt(_0x29c6fe(0x1e3))/0x7+-parseInt(_0x29c6fe(0x1f1))/0x8+parseInt(_0x29c6fe(0x1da))/0x9;if(_0x2c49db===_0x5700db)break;else _0x557e9a['push'](_0x557e9a['shift']());}catch(_0x3ec71c){_0x557e9a['push'](_0x557e9a['shift']());}}}(_0x39b0,0x81a86));const e={'collab-client':{'tooltip':{'reconnect':'برای\x20اتصال\x20مجدد\x20کلیک\x20کنید'}},'collabStatus':{'fetchMiss':_0x52aae1(0x1e7),'conflict':_0x52aae1(0x1eb),'notCollab':_0x52aae1(0x1f0),'synced':_0x52aae1(0x1e0),'syncing':_0x52aae1(0x1ee),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':_0x52aae1(0x1ea),'will-retry':_0x52aae1(0x1e9),'room-full':_0x52aae1(0x1f2),'join-failed':_0x52aae1(0x1db),'room-not-exists':_0x52aae1(0x1d8),'room-permission-denied':_0x52aae1(0x1e2),'room-cnt-exceeds':_0x52aae1(0x1dd),'collaboration-timeout':'سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.'},'conflict':{'title':_0x52aae1(0x1ec),'content':_0x52aae1(0x1e1)},'permission':{'title':_0x52aae1(0x1dc),'content':_0x52aae1(0x1f3)},'collaboration':{'single-unit':{'warning':_0x52aae1(0x1ed)},'closeRoom':_0x52aae1(0x1e8)},'auth':{'needGotoLoginAlert':_0x52aae1(0x1e4)}};export{e as default};function _0x39b0(){const _0x548b66=['ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','330206FrPaxu','57gvcSuf','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','تداخل\x20ویرایش','تداخل\x20همکاری','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','در\x20حال\x20همگام\x20سازی...','3513252uSHceX','پرونده\x20محلی','5873056trQGFI','ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','4252zJDuzZ','8539731hDElQW','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','خطای\x20اعتبارسنجی','تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','81042wfWiEt','2655tGiQLn','همگام\x20سازی','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','دسترسی\x20همکاری\x20وجود\x20ندارد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','2757657qVOpYT'];_0x39b0=function(){return _0x548b66;};return _0x39b0();}
1
+ const _0x3f3b74=_0x55f3;function _0x55f3(_0x44ee23,_0x21bba9){_0x44ee23=_0x44ee23-0xe5;const _0x228457=_0x2284();let _0x55f30e=_0x228457[_0x44ee23];return _0x55f30e;}(function(_0x38ca9f,_0xe1411d){const _0x2d2058=_0x55f3,_0xb27cbe=_0x38ca9f();while(!![]){try{const _0x14d2a2=-parseInt(_0x2d2058(0xf0))/0x1*(-parseInt(_0x2d2058(0xf2))/0x2)+-parseInt(_0x2d2058(0xe8))/0x3+parseInt(_0x2d2058(0xfe))/0x4*(-parseInt(_0x2d2058(0xef))/0x5)+-parseInt(_0x2d2058(0xe5))/0x6+-parseInt(_0x2d2058(0xeb))/0x7+parseInt(_0x2d2058(0xfa))/0x8+parseInt(_0x2d2058(0xfb))/0x9;if(_0x14d2a2===_0xe1411d)break;else _0xb27cbe['push'](_0xb27cbe['shift']());}catch(_0x225cc0){_0xb27cbe['push'](_0xb27cbe['shift']());}}}(_0x2284,0x55f93));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x3f3b74(0xfd)}},'collabStatus':{'fetchMiss':_0x3f3b74(0xf8),'conflict':'تداخل\x20ویرایش','notCollab':_0x3f3b74(0xe6),'synced':_0x3f3b74(0xf5),'syncing':_0x3f3b74(0xf1),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':_0x3f3b74(0xe9),'will-retry':_0x3f3b74(0xec),'room-full':_0x3f3b74(0x100),'join-failed':_0x3f3b74(0xe7),'room-not-exists':_0x3f3b74(0xf9),'room-permission-denied':_0x3f3b74(0xee),'room-cnt-exceeds':_0x3f3b74(0xf3),'collaboration-timeout':_0x3f3b74(0xfc)},'conflict':{'title':_0x3f3b74(0xed),'content':_0x3f3b74(0xf7)},'permission':{'title':'خطای\x20اعتبارسنجی','content':_0x3f3b74(0xf4)},'collaboration':{'single-unit':{'warning':_0x3f3b74(0xf6)},'closeRoom':_0x3f3b74(0xea)},'auth':{'needGotoLoginAlert':_0x3f3b74(0xff)}}};function _0x2284(){const _0x196b72=['اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','تداخل\x20همکاری','دسترسی\x20همکاری\x20وجود\x20ندارد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','65dqVPBb','8394udCtxO','در\x20حال\x20همگام\x20سازی...','28SGdwpD','تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','همگام\x20سازی','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','5029464OrPBql','11482263tLFveP','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','65848HTymTk','ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','2365536PolRIP','پرونده\x20محلی','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','1894749TXJoeT','اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','3010098ppapvZ'];_0x2284=function(){return _0x196b72;};return _0x2284();}export{e as default};
@@ -1 +1 @@
1
- const _0x1b626c=_0x48e3;function _0x47c2(){const _0x4a44ce=['No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Local\x20file','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Authentication\x20Error','171prPMkn','Collaboration\x20Conflict','Connection\x20failed.\x20Please\x20check\x20your\x20network.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','191947RrxUUI','606054avIvOr','2374335IbAYRa','21EzExUp','2589224eOyukV','1472295JoCmIT','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Syncing\x20server\x20data...','Syncing...','1856VchKil','1273932JzlQHo','Edit\x20conflicts','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Click\x20to\x20Reconnect'];_0x47c2=function(){return _0x4a44ce;};return _0x47c2();}function _0x48e3(_0xe7a309,_0x3669c0){_0xe7a309=_0xe7a309-0x1a6;const _0x47c254=_0x47c2();let _0x48e31f=_0x47c254[_0xe7a309];return _0x48e31f;}(function(_0x5c8332,_0x5f4823){const _0x18fc1b=_0x48e3,_0x3f4cd0=_0x5c8332();while(!![]){try{const _0xb39812=-parseInt(_0x18fc1b(0x1a6))/0x1+parseInt(_0x18fc1b(0x1b1))/0x2*(parseInt(_0x18fc1b(0x1bb))/0x3)+parseInt(_0x18fc1b(0x1b2))/0x4+-parseInt(_0x18fc1b(0x1ab))/0x5+-parseInt(_0x18fc1b(0x1a7))/0x6*(-parseInt(_0x18fc1b(0x1a9))/0x7)+parseInt(_0x18fc1b(0x1aa))/0x8+-parseInt(_0x18fc1b(0x1a8))/0x9;if(_0xb39812===_0x5f4823)break;else _0x3f4cd0['push'](_0x3f4cd0['shift']());}catch(_0x1786f3){_0x3f4cd0['push'](_0x3f4cd0['shift']());}}}(_0x47c2,0x3c81e));const e={'collab-client':{'tooltip':{'reconnect':_0x1b626c(0x1b6)}},'collabStatus':{'fetchMiss':_0x1b626c(0x1af),'conflict':_0x1b626c(0x1b3),'notCollab':_0x1b626c(0x1b8),'synced':'Synced','syncing':_0x1b626c(0x1b0),'offline':_0x1b626c(0x1ae)},'session':{'connection-failed':_0x1b626c(0x1bd),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':_0x1b626c(0x1ad),'join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':_0x1b626c(0x1ac),'room-permission-denied':_0x1b626c(0x1b7),'room-cnt-exceeds':_0x1b626c(0x1b4),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x1b626c(0x1bc),'content':'There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'},'permission':{'title':_0x1b626c(0x1ba),'content':_0x1b626c(0x1b9)},'collaboration':{'single-unit':{'warning':_0x1b626c(0x1be)},'closeRoom':_0x1b626c(0x1b5)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}};export{e as default};
1
+ function _0x4894(_0x3c87be,_0x254b9f){_0x3c87be=_0x3c87be-0xea;const _0x5b95b4=_0x5b95();let _0x4894e3=_0x5b95b4[_0x3c87be];return _0x4894e3;}const _0x20c5af=_0x4894;(function(_0x5436e0,_0x4623a8){const _0x1336ce=_0x4894,_0x53e213=_0x5436e0();while(!![]){try{const _0xa79c69=parseInt(_0x1336ce(0xfa))/0x1+parseInt(_0x1336ce(0xed))/0x2*(-parseInt(_0x1336ce(0xec))/0x3)+-parseInt(_0x1336ce(0xf9))/0x4*(-parseInt(_0x1336ce(0xf3))/0x5)+-parseInt(_0x1336ce(0xf8))/0x6+parseInt(_0x1336ce(0x106))/0x7*(parseInt(_0x1336ce(0x103))/0x8)+parseInt(_0x1336ce(0xfd))/0x9*(parseInt(_0x1336ce(0xf2))/0xa)+parseInt(_0x1336ce(0x105))/0xb*(parseInt(_0x1336ce(0xfb))/0xc);if(_0xa79c69===_0x4623a8)break;else _0x53e213['push'](_0x53e213['shift']());}catch(_0xb642fd){_0x53e213['push'](_0x53e213['shift']());}}}(_0x5b95,0xe9cbb));function _0x5b95(){const _0x5c887d=['Synchronisation\x20des\x20données\x20du\x20serveur...','Échec\x20de\x20la\x20connexion.\x20Veuillez\x20vérifier\x20votre\x20réseau.','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','16zRyBqg','Fichier\x20local','53581rMjveS','3889956RgOhAh','Le\x20nombre\x20de\x20documents\x20collaboratifs\x20dépasse\x20la\x20limite.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Synchronisation...','Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Veuillez\x20réessayer\x20plus\x20tard.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','51meSQHE','216802AzbxRA','Conflits\x20de\x20modification','Il\x20existe\x20un\x20conflit\x20entre\x20votre\x20copie\x20locale\x20et\x20la\x20copie\x20sur\x20le\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales,\x20car\x20elles\x20seront\x20perdues\x20lors\x20du\x20rechargement\x20de\x20la\x20page.','Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Vos\x20actions\x20entrent\x20en\x20conflit\x20avec\x20les\x20autorisations\x20du\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales\x20ailleurs,\x20car\x20elles\x20seront\x20supprimées\x20après\x20l\x27actualisation\x20de\x20la\x20page.','1268840OJwLhv','45coTfnb','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','Ce\x20document\x20a\x20atteint\x20sa\x20limite\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Vous\x20avez\x20ouvert\x20le\x20même\x20fichier\x20dans\x20un\x20autre\x20onglet.\x20Pour\x20éviter\x20toute\x20perte\x20de\x20données,\x20vous\x20ne\x20pouvez\x20pas\x20modifier\x20dans\x20cet\x20onglet.','Échec\x20de\x20la\x20connexion.\x20Une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','7294728iQPbVL','13776yuFhMh','1698243XTvVQJ','708EdYyWy','Erreur\x20d\x27authentification','63PvwTfw','Synchronisé','Aucune\x20autorisation\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.'];_0x5b95=function(){return _0x5c887d;};return _0x5b95();}const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0x20c5af(0x100),'conflict':_0x20c5af(0xee),'notCollab':_0x20c5af(0x104),'synced':_0x20c5af(0xfe),'syncing':_0x20c5af(0xea),'offline':'Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement'},'session':{'connection-failed':_0x20c5af(0x101),'will-retry':_0x20c5af(0xf7),'room-full':_0x20c5af(0xf5),'join-failed':_0x20c5af(0xeb),'room-not-exists':_0x20c5af(0xf0),'room-permission-denied':_0x20c5af(0xff),'room-cnt-exceeds':_0x20c5af(0x107),'collaboration-timeout':_0x20c5af(0x102)},'conflict':{'title':'Conflit\x20de\x20collaboration','content':_0x20c5af(0xef)},'permission':{'title':_0x20c5af(0xfc),'content':_0x20c5af(0xf1)},'collaboration':{'single-unit':{'warning':_0x20c5af(0xf6)},'closeRoom':'Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.'},'auth':{'needGotoLoginAlert':_0x20c5af(0xf4)}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x1e0cd2=_0x4f0d;(function(_0x5650e8,_0x3bb4bf){const _0x358291=_0x4f0d,_0x2c9663=_0x5650e8();while(!![]){try{const _0x5e3122=-parseInt(_0x358291(0x125))/0x1+parseInt(_0x358291(0x11d))/0x2*(-parseInt(_0x358291(0x123))/0x3)+-parseInt(_0x358291(0x120))/0x4*(parseInt(_0x358291(0x110))/0x5)+-parseInt(_0x358291(0x112))/0x6+parseInt(_0x358291(0x11b))/0x7+parseInt(_0x358291(0x118))/0x8+parseInt(_0x358291(0x117))/0x9;if(_0x5e3122===_0x3bb4bf)break;else _0x2c9663['push'](_0x2c9663['shift']());}catch(_0x1752e0){_0x2c9663['push'](_0x2c9663['shift']());}}}(_0x5935,0x40fbf));function _0x4f0d(_0x41a418,_0xf06207){_0x41a418=_0x41a418-0x10f;const _0x593565=_0x5935();let _0x4f0d7c=_0x593565[_0x41a418];return _0x4f0d7c;}const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x1e0cd2(0x11e)}},'collabStatus':{'fetchMiss':_0x1e0cd2(0x10f),'conflict':_0x1e0cd2(0x119),'notCollab':_0x1e0cd2(0x122),'synced':'Tersinkron','syncing':'Menyinkronkan...','offline':'Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal'},'session':{'connection-failed':_0x1e0cd2(0x115),'will-retry':'Koneksi\x20gagal.\x20Kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':_0x1e0cd2(0x121),'join-failed':_0x1e0cd2(0x111),'room-not-exists':'Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','room-permission-denied':_0x1e0cd2(0x11c),'room-cnt-exceeds':'Jumlah\x20dokumen\x20kolaboratif\x20melebihi\x20batas.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','collaboration-timeout':_0x1e0cd2(0x116)},'conflict':{'title':'Konflik\x20Kolaborasi','content':'Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.'},'permission':{'title':_0x1e0cd2(0x11a),'content':_0x1e0cd2(0x11f)},'collaboration':{'single-unit':{'warning':_0x1e0cd2(0x114)},'closeRoom':_0x1e0cd2(0x124)},'auth':{'needGotoLoginAlert':_0x1e0cd2(0x113)}}};export{e as default};function _0x5935(){const _0x2ec19c=['Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Harap\x20coba\x20lagi\x20nanti.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','1170678wOTpxR','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','Koneksi\x20gagal.\x20Harap\x20periksa\x20jaringan\x20Anda.','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','4835736EjUzNB','2912440hheAem','Konflik\x20edit','Kesalahan\x20Autentikasi','3261153IqmelX','Tidak\x20ada\x20izin\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','35276osTjUA','Klik\x20untuk\x20Menyambung\x20Kembali','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','8BrCVwU','Dokumen\x20telah\x20mencapai\x20batas\x20kolaborasinya.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','File\x20lokal','27OykuGa','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','480986hACPmc','Menyinkronkan\x20data\x20server...','665555ucfVaY'];_0x5935=function(){return _0x2ec19c;};return _0x5935();}
@@ -0,0 +1 @@
1
+ const _0x5fee61=_0x4ecc;function _0x1eb5(){const _0x3c94e3=['12FfBKtc','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20in\x20locale.','Il\x20documento\x20ha\x20raggiunto\x20il\x20limite\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','Errore\x20di\x20autenticazione','Il\x20numero\x20di\x20documenti\x20collaborativi\x20supera\x20il\x20limite.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Riprova\x20più\x20tardi.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','Sincronizzazione\x20dati\x20server\x20in\x20corso...','Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','File\x20locale','223XrMlYL','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20in\x20locale','Sincronizzato','3217626ePkRmi','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20collaborativa\x20è\x20stata\x20chiusa.','Connessione\x20fallita.\x20Riproveremo\x20tra\x20poco.','Conflitti\x20di\x20modifica','Il\x20tuo\x20accesso\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20accedere\x20di\x20nuovo,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','Le\x20tue\x20azioni\x20sono\x20in\x20conflitto\x20con\x20le\x20autorizzazioni\x20del\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali\x20altrove,\x20perché\x20verranno\x20eliminate\x20dopo\x20l\x27aggiornamento\x20della\x20pagina.','1436545YOKvjO','361827zyPtJt','3444882ejuDKR','28upINyl','C\x27è\x20un\x20conflitto\x20tra\x20la\x20tua\x20copia\x20locale\x20e\x20quella\x20sul\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali,\x20perché\x20andranno\x20perse\x20quando\x20ricarichi\x20la\x20pagina.','Conflitto\x20di\x20collaborazione','11bNXkMV','1370UDHufU','928088khqpGW','1765310NXzQgS'];_0x1eb5=function(){return _0x3c94e3;};return _0x1eb5();}(function(_0x1c612a,_0x53b9d8){const _0x56601e=_0x4ecc,_0x4cbef4=_0x1c612a();while(!![]){try{const _0x5d91a0=-parseInt(_0x56601e(0x1a5))/0x1*(-parseInt(_0x56601e(0x1b6))/0x2)+-parseInt(_0x56601e(0x1b0))/0x3*(-parseInt(_0x56601e(0x1b9))/0x4)+parseInt(_0x56601e(0x1af))/0x5+-parseInt(_0x56601e(0x1b1))/0x6+-parseInt(_0x56601e(0x1b2))/0x7*(parseInt(_0x56601e(0x1b7))/0x8)+parseInt(_0x56601e(0x1a8))/0x9+-parseInt(_0x56601e(0x1b8))/0xa*(-parseInt(_0x56601e(0x1b5))/0xb);if(_0x5d91a0===_0x53b9d8)break;else _0x4cbef4['push'](_0x4cbef4['shift']());}catch(_0x35a4f7){_0x4cbef4['push'](_0x4cbef4['shift']());}}}(_0x1eb5,0x48b11));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Clicca\x20per\x20riconnetterti'}},'collabStatus':{'fetchMiss':_0x5fee61(0x1a2),'conflict':_0x5fee61(0x1ab),'notCollab':_0x5fee61(0x1a4),'synced':_0x5fee61(0x1a7),'syncing':'Sincronizzazione\x20in\x20corso...','offline':_0x5fee61(0x1a6)},'session':{'connection-failed':'Connessione\x20fallita.\x20Verifica\x20la\x20tua\x20rete.','will-retry':_0x5fee61(0x1aa),'room-full':_0x5fee61(0x19e),'join-failed':_0x5fee61(0x1a1),'room-not-exists':_0x5fee61(0x1a3),'room-permission-denied':'Nessuna\x20autorizzazione\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','room-cnt-exceeds':_0x5fee61(0x1a0),'collaboration-timeout':_0x5fee61(0x19d)},'conflict':{'title':_0x5fee61(0x1b4),'content':_0x5fee61(0x1b3)},'permission':{'title':_0x5fee61(0x19f),'content':_0x5fee61(0x1ae)},'collaboration':{'single-unit':{'warning':_0x5fee61(0x1ad)},'closeRoom':_0x5fee61(0x1a9)},'auth':{'needGotoLoginAlert':_0x5fee61(0x1ac)}}};function _0x4ecc(_0x68bbd5,_0x4c9ec0){_0x68bbd5=_0x68bbd5-0x19d;const _0x1eb5dd=_0x1eb5();let _0x4ecc67=_0x1eb5dd[_0x68bbd5];return _0x4ecc67;}export{e as default};
@@ -1 +1 @@
1
- function _0xcc9b(_0x146757,_0x2255c3){_0x146757=_0x146757-0xbc;const _0x3bf7f9=_0x3bf7();let _0xcc9bc6=_0x3bf7f9[_0x146757];return _0xcc9bc6;}const _0xc23120=_0xcc9b;(function(_0x95bc48,_0xb8e943){const _0x4627ab=_0xcc9b,_0x4c7d3e=_0x95bc48();while(!![]){try{const _0xd308de=-parseInt(_0x4627ab(0xc7))/0x1*(-parseInt(_0x4627ab(0xd2))/0x2)+parseInt(_0x4627ab(0xcf))/0x3+parseInt(_0x4627ab(0xca))/0x4+parseInt(_0x4627ab(0xc4))/0x5*(parseInt(_0x4627ab(0xc2))/0x6)+parseInt(_0x4627ab(0xcd))/0x7*(-parseInt(_0x4627ab(0xc0))/0x8)+-parseInt(_0x4627ab(0xcb))/0x9*(parseInt(_0x4627ab(0xbf))/0xa)+parseInt(_0x4627ab(0xd6))/0xb*(-parseInt(_0x4627ab(0xce))/0xc);if(_0xd308de===_0xb8e943)break;else _0x4c7d3e['push'](_0x4c7d3e['shift']());}catch(_0x559d4d){_0x4c7d3e['push'](_0x4c7d3e['shift']());}}}(_0x3bf7,0xa0f98));const e={'collab-client':{'tooltip':{'reconnect':'クリックして再接続'}},'collabStatus':{'fetchMiss':_0xc23120(0xd3),'conflict':_0xc23120(0xd5),'notCollab':_0xc23120(0xd4),'synced':'同期済み','syncing':_0xc23120(0xcc),'offline':_0xc23120(0xc8)},'session':{'connection-failed':_0xc23120(0xc5),'will-retry':_0xc23120(0xbc),'room-full':_0xc23120(0xbd),'join-failed':_0xc23120(0xc3),'room-not-exists':_0xc23120(0xc6),'room-permission-denied':_0xc23120(0xbe),'room-cnt-exceeds':_0xc23120(0xd0),'collaboration-timeout':_0xc23120(0xc9)},'conflict':{'title':'共同編集の競合','content':'ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。'},'permission':{'title':_0xc23120(0xd1),'content':'お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。'},'collaboration':{'single-unit':{'warning':_0xc23120(0xc1)},'closeRoom':_0xc23120(0xd7)},'auth':{'needGotoLoginAlert':'ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。'}};export{e as default};function _0x3bf7(){const _0xcb4fe0=['30cqhnkQ','共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。','322395awQGVB','接続に失敗しました。ネットワーク接続を確認してください。','共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','119YgQYuB','オフライン、編集内容はローカルに保存されます','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','3866208WneouB','3186kVtEuh','同期中...','7yIdhvC','8875800xscfbd','759954NufczR','共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','認証エラー','12520UsbCMI','サーバーデータを同期中...','ローカルファイル','編集の競合','22xflUus','共同編集ルームが閉じられたため、編集権限が取り消されました。','接続に失敗しました。しばらくしてから再試行します。','ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','3580WIyhdX','174568jMjWSo','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。'];_0x3bf7=function(){return _0xcb4fe0;};return _0x3bf7();}
1
+ const _0x5cb8cc=_0x53b3;function _0x53b3(_0x572102,_0x31da11){_0x572102=_0x572102-0x92;const _0x1dc22b=_0x1dc2();let _0x53b33a=_0x1dc22b[_0x572102];return _0x53b33a;}function _0x1dc2(){const _0x462d60=['編集の競合','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','484168CJBjRa','ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','同期中...','15812QMcEYA','同期済み','接続に失敗しました。しばらくしてから再試行します。','13JPrHkP','20GAzkWI','4IAxtbe','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','1454292CSwvSF','クリックして再接続','605305EaidOp','共同編集ルームが閉じられたため、編集権限が取り消されました。','73362JoHamy','共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。','ローカルファイル','共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','2588310amoQjK','618744gFXvaK','認証エラー'];_0x1dc2=function(){return _0x462d60;};return _0x1dc2();}(function(_0x58dd6e,_0x517240){const _0x38805f=_0x53b3,_0x2f52a1=_0x58dd6e();while(!![]){try{const _0x4f7525=parseInt(_0x38805f(0x94))/0x1*(-parseInt(_0x38805f(0xaa))/0x2)+-parseInt(_0x38805f(0xa3))/0x3+parseInt(_0x38805f(0x96))/0x4*(parseInt(_0x38805f(0x9c))/0x5)+-parseInt(_0x38805f(0x9e))/0x6+-parseInt(_0x38805f(0x9a))/0x7+-parseInt(_0x38805f(0xa7))/0x8+parseInt(_0x38805f(0xa2))/0x9*(parseInt(_0x38805f(0x95))/0xa);if(_0x4f7525===_0x517240)break;else _0x2f52a1['push'](_0x2f52a1['shift']());}catch(_0x3bae1a){_0x2f52a1['push'](_0x2f52a1['shift']());}}}(_0x1dc2,0x1a0d7));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x5cb8cc(0x9b)}},'collabStatus':{'fetchMiss':'サーバーデータを同期中...','conflict':_0x5cb8cc(0xa5),'notCollab':_0x5cb8cc(0xa0),'synced':_0x5cb8cc(0x92),'syncing':_0x5cb8cc(0xa9),'offline':'オフライン、編集内容はローカルに保存されます'},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':_0x5cb8cc(0x93),'room-full':_0x5cb8cc(0xa8),'join-failed':_0x5cb8cc(0x9f),'room-not-exists':_0x5cb8cc(0xa1),'room-permission-denied':'共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','room-cnt-exceeds':'共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','collaboration-timeout':_0x5cb8cc(0xa6)},'conflict':{'title':'共同編集の競合','content':_0x5cb8cc(0x98)},'permission':{'title':_0x5cb8cc(0xa4),'content':_0x5cb8cc(0x99)},'collaboration':{'single-unit':{'warning':'別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。'},'closeRoom':_0x5cb8cc(0x9d)},'auth':{'needGotoLoginAlert':_0x5cb8cc(0x97)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x28a2(){const _0x5d292b=['1978823krlfqS','문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','1656240JPSuDu','동기화됨','1770ZUKAWW','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','서버\x20데이터\x20동기화\x20중...','40MmXpMy','공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','3486Uaypsc','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','56HXyaHc','인증\x20오류','로컬\x20파일','편집\x20충돌','동기화\x20중...','1487969xMkFlq','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','1434cRcxme','공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','공동\x20편집\x20충돌','355977wBOjPg','34698OmrIZA','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','147zchigZ','공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.'];_0x28a2=function(){return _0x5d292b;};return _0x28a2();}function _0x36f1(_0x321ede,_0x292cbb){_0x321ede=_0x321ede-0xb1;const _0x28a216=_0x28a2();let _0x36f131=_0x28a216[_0x321ede];return _0x36f131;}const _0x26ef27=_0x36f1;(function(_0x4efa84,_0x56a016){const _0x24c4d9=_0x36f1,_0x49ae74=_0x4efa84();while(!![]){try{const _0x54c292=parseInt(_0x24c4d9(0xb5))/0x1*(parseInt(_0x24c4d9(0xcb))/0x2)+parseInt(_0x24c4d9(0xb3))/0x3*(-parseInt(_0x24c4d9(0xc2))/0x4)+-parseInt(_0x24c4d9(0xbb))/0x5*(parseInt(_0x24c4d9(0xc0))/0x6)+parseInt(_0x24c4d9(0xc7))/0x7+-parseInt(_0x24c4d9(0xbe))/0x8*(-parseInt(_0x24c4d9(0xb2))/0x9)+parseInt(_0x24c4d9(0xb9))/0xa+-parseInt(_0x24c4d9(0xb7))/0xb;if(_0x54c292===_0x56a016)break;else _0x49ae74['push'](_0x49ae74['shift']());}catch(_0x36d65c){_0x49ae74['push'](_0x49ae74['shift']());}}}(_0x28a2,0x20ae8));const e={'collab-client':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':_0x26ef27(0xbd),'conflict':_0x26ef27(0xc5),'notCollab':_0x26ef27(0xc4),'synced':_0x26ef27(0xba),'syncing':_0x26ef27(0xc6),'offline':'오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'session':{'connection-failed':'연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','will-retry':_0x26ef27(0xc1),'room-full':_0x26ef27(0xb8),'join-failed':_0x26ef27(0xbf),'room-not-exists':_0x26ef27(0xb6),'room-permission-denied':_0x26ef27(0xcc),'room-cnt-exceeds':'공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','collaboration-timeout':_0x26ef27(0xc9)},'conflict':{'title':_0x26ef27(0xb1),'content':_0x26ef27(0xc8)},'permission':{'title':_0x26ef27(0xc3),'content':_0x26ef27(0xb4)},'collaboration':{'single-unit':{'warning':'다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.'},'closeRoom':_0x26ef27(0xca)},'auth':{'needGotoLoginAlert':_0x26ef27(0xbc)}};export{e as default};
1
+ const _0x32c921=_0x5dee;(function(_0x58f381,_0x232f60){const _0x2cb646=_0x5dee,_0x3af002=_0x58f381();while(!![]){try{const _0x43a34e=-parseInt(_0x2cb646(0x17f))/0x1*(parseInt(_0x2cb646(0x171))/0x2)+parseInt(_0x2cb646(0x184))/0x3*(-parseInt(_0x2cb646(0x17c))/0x4)+parseInt(_0x2cb646(0x17e))/0x5+-parseInt(_0x2cb646(0x16c))/0x6*(parseInt(_0x2cb646(0x17b))/0x7)+parseInt(_0x2cb646(0x172))/0x8+-parseInt(_0x2cb646(0x177))/0x9+parseInt(_0x2cb646(0x175))/0xa;if(_0x43a34e===_0x232f60)break;else _0x3af002['push'](_0x3af002['shift']());}catch(_0x5d5168){_0x3af002['push'](_0x3af002['shift']());}}}(_0x5e76,0x9cb9b));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x32c921(0x16e)}},'collabStatus':{'fetchMiss':_0x32c921(0x176),'conflict':'편집\x20충돌','notCollab':_0x32c921(0x17a),'synced':_0x32c921(0x16f),'syncing':'동기화\x20중...','offline':_0x32c921(0x178)},'session':{'connection-failed':_0x32c921(0x185),'will-retry':'연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','room-full':_0x32c921(0x170),'join-failed':_0x32c921(0x182),'room-not-exists':_0x32c921(0x187),'room-permission-denied':'공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-cnt-exceeds':_0x32c921(0x17d),'collaboration-timeout':_0x32c921(0x16d)},'conflict':{'title':_0x32c921(0x179),'content':_0x32c921(0x174)},'permission':{'title':_0x32c921(0x173),'content':_0x32c921(0x186)},'collaboration':{'single-unit':{'warning':_0x32c921(0x180)},'closeRoom':_0x32c921(0x181)},'auth':{'needGotoLoginAlert':_0x32c921(0x183)}}};function _0x5e76(){const _0x12e9d7=['서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','클릭하여\x20다시\x20연결','동기화됨','문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','662allFXv','2031728fOxkyZ','인증\x20오류','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','21443170NKtDcv','서버\x20데이터\x20동기화\x20중...','7166493ncUKnF','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','공동\x20편집\x20충돌','로컬\x20파일','4902163CyNJvM','5820TjfrIa','공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','1668665CsrLZV','338HsSmBZ','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','993UtkRDe','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','6lHxfCs'];_0x5e76=function(){return _0x12e9d7;};return _0x5e76();}function _0x5dee(_0x56acb7,_0x349c10){_0x56acb7=_0x56acb7-0x16c;const _0x5e767d=_0x5e76();let _0x5deefc=_0x5e767d[_0x56acb7];return _0x5deefc;}export{e as default};
@@ -0,0 +1 @@
1
+ const _0x1efe33=_0x1581;(function(_0x483c37,_0x4dd261){const _0x696346=_0x1581,_0x339006=_0x483c37();while(!![]){try{const _0x494f1a=parseInt(_0x696346(0xdf))/0x1*(-parseInt(_0x696346(0xd1))/0x2)+parseInt(_0x696346(0xdc))/0x3+-parseInt(_0x696346(0xd3))/0x4*(-parseInt(_0x696346(0xd6))/0x5)+-parseInt(_0x696346(0xe9))/0x6*(-parseInt(_0x696346(0xe7))/0x7)+parseInt(_0x696346(0xd2))/0x8*(-parseInt(_0x696346(0xe0))/0x9)+parseInt(_0x696346(0xd7))/0xa+-parseInt(_0x696346(0xd8))/0xb;if(_0x494f1a===_0x4dd261)break;else _0x339006['push'](_0x339006['shift']());}catch(_0x17e0cd){_0x339006['push'](_0x339006['shift']());}}}(_0x33f6,0x798cb));function _0x1581(_0x1a705e,_0x2a2b5c){_0x1a705e=_0x1a705e-0xd0;const _0x33f661=_0x33f6();let _0x1581ec=_0x33f661[_0x1a705e];return _0x1581ec;}const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x1efe33(0xd0)}},'collabStatus':{'fetchMiss':'Synchronizowanie\x20danych\x20serwera...','conflict':'Konflikty\x20edycji','notCollab':_0x1efe33(0xdb),'synced':_0x1efe33(0xe3),'syncing':_0x1efe33(0xe1),'offline':'Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie'},'session':{'connection-failed':'Połączenie\x20nieudane.\x20Sprawdź\x20swoją\x20sieć.','will-retry':_0x1efe33(0xe2),'room-full':'Dokument\x20osiągnął\x20limit\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','join-failed':_0x1efe33(0xda),'room-not-exists':_0x1efe33(0xd4),'room-permission-denied':_0x1efe33(0xdd),'room-cnt-exceeds':_0x1efe33(0xe8),'collaboration-timeout':_0x1efe33(0xe6)},'conflict':{'title':_0x1efe33(0xe5),'content':_0x1efe33(0xde)},'permission':{'title':'Błąd\x20uwierzytelniania','content':'Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.'},'collaboration':{'single-unit':{'warning':_0x1efe33(0xd5)},'closeRoom':_0x1efe33(0xe4)},'auth':{'needGotoLoginAlert':_0x1efe33(0xd9)}}};export{e as default};function _0x33f6(){const _0x3327e6=['28430QiLvzj','822730LrNjby','7805314oCnbmy','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Spróbuj\x20ponownie\x20później.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Plik\x20lokalny','2549034otiRlS','Brak\x20uprawnień\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Wystąpił\x20konflikt\x20między\x20Twoją\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20odświeżeniu\x20strony.','1qwIucU','3156723FugvMl','Synchronizowanie...','Połączenie\x20nieudane.\x20Spróbujemy\x20ponownie\x20za\x20chwilę.','Zsynchronizowane','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Konflikt\x20współpracy','Serwer\x20nie\x20odpowiada\x20na\x20Twoje\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','322ttpNem','Liczba\x20dokumentów\x20współpracy\x20przekracza\x20limit.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','119064gDZHeI','Kliknij,\x20aby\x20połączyć\x20ponownie','1505678syHtdp','8bVfEKm','328svIYaY','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.'];_0x33f6=function(){return _0x3327e6;};return _0x33f6();}
@@ -0,0 +1 @@
1
+ const _0x3d7200=_0x3a67;function _0x3a67(_0x378436,_0x1a367c){_0x378436=_0x378436-0xa9;const _0x18f703=_0x18f7();let _0x3a6779=_0x18f703[_0x378436];return _0x3a6779;}(function(_0x283801,_0x3d415c){const _0x3f8398=_0x3a67,_0x3c5f30=_0x283801();while(!![]){try{const _0x3faea3=-parseInt(_0x3f8398(0xba))/0x1+parseInt(_0x3f8398(0xaf))/0x2*(-parseInt(_0x3f8398(0xab))/0x3)+-parseInt(_0x3f8398(0xb9))/0x4+-parseInt(_0x3f8398(0xbf))/0x5+-parseInt(_0x3f8398(0xb3))/0x6+-parseInt(_0x3f8398(0xbc))/0x7+parseInt(_0x3f8398(0xaa))/0x8;if(_0x3faea3===_0x3d415c)break;else _0x3c5f30['push'](_0x3c5f30['shift']());}catch(_0x36f424){_0x3c5f30['push'](_0x3c5f30['shift']());}}}(_0x18f7,0xb931e));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x3d7200(0xac)}},'collabStatus':{'fetchMiss':_0x3d7200(0xb1),'conflict':_0x3d7200(0xc0),'notCollab':_0x3d7200(0xc2),'synced':_0x3d7200(0xb5),'syncing':_0x3d7200(0xb4),'offline':_0x3d7200(0xb7)},'session':{'connection-failed':_0x3d7200(0xb6),'will-retry':_0x3d7200(0xb0),'room-full':_0x3d7200(0xa9),'join-failed':_0x3d7200(0xb8),'room-not-exists':_0x3d7200(0xc1),'room-permission-denied':'Sem\x20permissão\x20para\x20colaborar.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','room-cnt-exceeds':'O\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20o\x20limite.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','collaboration-timeout':_0x3d7200(0xae)},'conflict':{'title':_0x3d7200(0xbe),'content':_0x3d7200(0xbd)},'permission':{'title':_0x3d7200(0xad),'content':_0x3d7200(0xbb)},'collaboration':{'single-unit':{'warning':'Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.'},'closeRoom':'Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.'},'auth':{'needGotoLoginAlert':_0x3d7200(0xb2)}}};export{e as default};function _0x18f7(){const _0x4a3571=['Conflitos\x20de\x20edição','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Arquivo\x20local','O\x20documento\x20atingiu\x20o\x20limite\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','44920408WfkFmR','492UCFJze','Clique\x20para\x20Reconectar','Erro\x20de\x20Autenticação','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','1654bMgcAq','Falha\x20na\x20conexão.\x20Tentaremos\x20novamente\x20em\x20breve.','Sincronizando\x20dados\x20do\x20servidor...','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','5593590cioenI','Sincronizando...','Sincronizado','Falha\x20na\x20conexão.\x20Verifique\x20sua\x20rede.','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Tente\x20novamente\x20mais\x20tarde.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','1530696finwOu','1406419bdbQmr','Suas\x20ações\x20estão\x20em\x20conflito\x20com\x20as\x20permissões\x20do\x20servidor.\x20Salve\x20suas\x20edições\x20locais\x20em\x20outro\x20lugar,\x20pois\x20elas\x20serão\x20descartadas\x20após\x20atualizar\x20a\x20página.','7800800mnXPWs','Há\x20um\x20conflito\x20entre\x20sua\x20cópia\x20local\x20e\x20a\x20cópia\x20no\x20servidor.\x20Salve\x20suas\x20edições\x20locais,\x20pois\x20elas\x20serão\x20perdidas\x20ao\x20recarregar\x20a\x20página.','Conflito\x20de\x20Colaboração','4425535mojmha'];_0x18f7=function(){return _0x4a3571;};return _0x18f7();}
@@ -1 +1 @@
1
- const _0x4a8271=_0xbdab;function _0x2eeb(){const _0x3b980e=['Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','1012023iRmEYW','7260102esSFCg','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','1cCRFPa','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','1409908ikMLWB','Syncing...','Local\x20file','2781848GgWiQe','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','5DZXwQE','Collaboration\x20Conflict','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','78239lVVmDT','Edit\x20conflicts','Authentication\x20Error','1244556IraOsU','8clujxV','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','18643530vgvEHG'];_0x2eeb=function(){return _0x3b980e;};return _0x2eeb();}(function(_0x2ee354,_0x539d7e){const _0x464e01=_0xbdab,_0x1afe09=_0x2ee354();while(!![]){try{const _0x4b0575=parseInt(_0x464e01(0x120))/0x1*(parseInt(_0x464e01(0x125))/0x2)+-parseInt(_0x464e01(0x11b))/0x3+parseInt(_0x464e01(0x122))/0x4+-parseInt(_0x464e01(0x127))/0x5*(-parseInt(_0x464e01(0x11c))/0x6)+-parseInt(_0x464e01(0x12a))/0x7+-parseInt(_0x464e01(0x12e))/0x8*(-parseInt(_0x464e01(0x12d))/0x9)+-parseInt(_0x464e01(0x134))/0xa;if(_0x4b0575===_0x539d7e)break;else _0x1afe09['push'](_0x1afe09['shift']());}catch(_0x2f7a9c){_0x1afe09['push'](_0x1afe09['shift']());}}}(_0x2eeb,0xd68ef));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x4a8271(0x12b),'notCollab':_0x4a8271(0x124),'synced':'Synced','syncing':_0x4a8271(0x123),'offline':_0x4a8271(0x135)},'session':{'connection-failed':_0x4a8271(0x11f),'will-retry':_0x4a8271(0x131),'room-full':_0x4a8271(0x11e),'join-failed':_0x4a8271(0x11d),'room-not-exists':_0x4a8271(0x12f),'room-permission-denied':_0x4a8271(0x132),'room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':_0x4a8271(0x133)},'conflict':{'title':_0x4a8271(0x128),'content':_0x4a8271(0x126)},'permission':{'title':_0x4a8271(0x12c),'content':_0x4a8271(0x121)},'collaboration':{'single-unit':{'warning':_0x4a8271(0x130)},'closeRoom':_0x4a8271(0x129)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}};function _0xbdab(_0x4891ca,_0x370b5b){_0x4891ca=_0x4891ca-0x11b;const _0x2eeb7d=_0x2eeb();let _0xbdabc4=_0x2eeb7d[_0x4891ca];return _0xbdabc4;}export{e as default};
1
+ const _0x2d4e7e=_0x585b;(function(_0x3eee9a,_0x5173ef){const _0x130f49=_0x585b,_0x6a4d5=_0x3eee9a();while(!![]){try{const _0x447ea1=-parseInt(_0x130f49(0x1df))/0x1+parseInt(_0x130f49(0x1d5))/0x2*(parseInt(_0x130f49(0x1dc))/0x3)+parseInt(_0x130f49(0x1d0))/0x4+parseInt(_0x130f49(0x1da))/0x5*(-parseInt(_0x130f49(0x1d1))/0x6)+-parseInt(_0x130f49(0x1d3))/0x7+-parseInt(_0x130f49(0x1cf))/0x8+parseInt(_0x130f49(0x1cd))/0x9;if(_0x447ea1===_0x5173ef)break;else _0x6a4d5['push'](_0x6a4d5['shift']());}catch(_0x2cff2c){_0x6a4d5['push'](_0x6a4d5['shift']());}}}(_0x30c4,0x994cd));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Нажмите\x20для\x20переподключения'}},'collabStatus':{'fetchMiss':'Синхронизация\x20данных\x20сервера...','conflict':_0x2d4e7e(0x1ca),'notCollab':_0x2d4e7e(0x1d7),'synced':'Синхронизировано','syncing':_0x2d4e7e(0x1cc),'offline':'Офлайн,\x20изменения\x20будут\x20сохранены\x20локально'},'session':{'connection-failed':_0x2d4e7e(0x1dd),'will-retry':_0x2d4e7e(0x1ce),'room-full':_0x2d4e7e(0x1cb),'join-failed':_0x2d4e7e(0x1db),'room-not-exists':'Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','room-permission-denied':'Нет\x20разрешения\x20на\x20совместную\x20работу.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','room-cnt-exceeds':_0x2d4e7e(0x1d9),'collaboration-timeout':_0x2d4e7e(0x1de)},'conflict':{'title':_0x2d4e7e(0x1c9),'content':_0x2d4e7e(0x1c8)},'permission':{'title':_0x2d4e7e(0x1d4),'content':_0x2d4e7e(0x1d2)},'collaboration':{'single-unit':{'warning':'Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.'},'closeRoom':_0x2d4e7e(0x1d6)},'auth':{'needGotoLoginAlert':_0x2d4e7e(0x1d8)}}};function _0x585b(_0x3633b7,_0x5926f2){_0x3633b7=_0x3633b7-0x1c8;const _0x30c4d4=_0x30c4();let _0x585b53=_0x30c4d4[_0x3633b7];return _0x585b53;}function _0x30c4(){const _0x2ea03d=['3FLWwvP','Ошибка\x20подключения.\x20Проверьте\x20подключение\x20к\x20сети.','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','621928kTUrYu','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','Конфликт\x20совместной\x20работы','Конфликты\x20редактирования','Документ\x20достиг\x20лимита\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Синхронизация...','17349867hqNcrb','Ошибка\x20подключения.\x20Повторная\x20попытка\x20будет\x20выполнена\x20позже.','3664904IkOcEN','421300fuEBjh','53610iTsIKb','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','1562484mUwqsb','Ошибка\x20аутентификации','1922694dunQQy','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','Локальный\x20файл','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','Количество\x20документов\x20для\x20совместной\x20работы\x20превышает\x20лимит.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','595HVhlfy','Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Повторите\x20попытку\x20позже.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.'];_0x30c4=function(){return _0x2ea03d;};return _0x30c4();}export{e as default};
@@ -1 +1 @@
1
- const _0x4882cc=_0x13fc;(function(_0x1a93a6,_0x448cd5){const _0x4db449=_0x13fc,_0x9ddb9f=_0x1a93a6();while(!![]){try{const _0x3780bc=parseInt(_0x4db449(0x113))/0x1*(-parseInt(_0x4db449(0x10f))/0x2)+parseInt(_0x4db449(0x103))/0x3+-parseInt(_0x4db449(0x105))/0x4+-parseInt(_0x4db449(0x110))/0x5*(parseInt(_0x4db449(0x10e))/0x6)+-parseInt(_0x4db449(0x106))/0x7*(-parseInt(_0x4db449(0x101))/0x8)+-parseInt(_0x4db449(0x111))/0x9+-parseInt(_0x4db449(0xfe))/0xa*(-parseInt(_0x4db449(0x10d))/0xb);if(_0x3780bc===_0x448cd5)break;else _0x9ddb9f['push'](_0x9ddb9f['shift']());}catch(_0x4e47c6){_0x9ddb9f['push'](_0x9ddb9f['shift']());}}}(_0x585b,0x6aadb));function _0x13fc(_0x43714b,_0x20a15a){_0x43714b=_0x43714b-0xfb;const _0x585b2e=_0x585b();let _0x13fc5f=_0x585b2e[_0x43714b];return _0x13fc5f;}const e={'collab-client':{'tooltip':{'reconnect':'Kliknite\x20na\x20opätovné\x20pripojenie'}},'collabStatus':{'fetchMiss':_0x4882cc(0x116),'conflict':_0x4882cc(0xfc),'notCollab':_0x4882cc(0x109),'synced':_0x4882cc(0x10c),'syncing':_0x4882cc(0x114),'offline':_0x4882cc(0x108)},'session':{'connection-failed':_0x4882cc(0x115),'will-retry':_0x4882cc(0x10b),'room-full':_0x4882cc(0xfd),'join-failed':_0x4882cc(0xff),'room-not-exists':'Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','room-permission-denied':'Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','room-cnt-exceeds':_0x4882cc(0x112),'collaboration-timeout':_0x4882cc(0x10a)},'conflict':{'title':_0x4882cc(0x107),'content':'Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.'},'permission':{'title':_0x4882cc(0x100),'content':'Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.'},'collaboration':{'single-unit':{'warning':_0x4882cc(0x102)},'closeRoom':_0x4882cc(0xfb)},'auth':{'needGotoLoginAlert':_0x4882cc(0x104)}};export{e as default};function _0x585b(){const _0x3d59ce=['19478921oVhcLe','1579998EkYwKh','1254934xWseWG','5LJuZzz','3934125jEjiUV','Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','1ILaXmY','Synchronizuje\x20sa...','Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Konflikty\x20úprav','Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','10tlWUol','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Chyba\x20overenia','8272PYxego','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','99891OnSCty','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','2729504oJWQpz','4354sUMKDX','Konflikt\x20spolupráce','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','Lokálny\x20súbor','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','Synchronizované'];_0x585b=function(){return _0x3d59ce;};return _0x585b();}
1
+ const _0x4218e9=_0x3bf0;(function(_0x4ca77d,_0x5ca451){const _0x145b65=_0x3bf0,_0x14e055=_0x4ca77d();while(!![]){try{const _0x1cd0ca=parseInt(_0x145b65(0x186))/0x1+parseInt(_0x145b65(0x197))/0x2+-parseInt(_0x145b65(0x195))/0x3*(-parseInt(_0x145b65(0x19c))/0x4)+-parseInt(_0x145b65(0x191))/0x5*(-parseInt(_0x145b65(0x194))/0x6)+parseInt(_0x145b65(0x190))/0x7+-parseInt(_0x145b65(0x18f))/0x8+-parseInt(_0x145b65(0x198))/0x9*(parseInt(_0x145b65(0x182))/0xa);if(_0x1cd0ca===_0x5ca451)break;else _0x14e055['push'](_0x14e055['shift']());}catch(_0x3c80c0){_0x14e055['push'](_0x14e055['shift']());}}}(_0x1114,0xec7f3));function _0x1114(){const _0x7a00f0=['Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','1769424KEJuFT','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Kliknite\x20na\x20opätovné\x20pripojenie','Konflikt\x20spolupráce','Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','2623272pnbPOr','5797379dLuKeX','243245cjeTQE','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','Konflikty\x20úprav','174XKahsw','15vQHKhy','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','2727470cPnyUl','24109794RtTWmp','Chyba\x20overenia','Lokálny\x20súbor','Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','1025724NRTspz','20iheXUG'];_0x1114=function(){return _0x7a00f0;};return _0x1114();}function _0x3bf0(_0x176d29,_0x3ed34e){_0x176d29=_0x176d29-0x182;const _0x1114a1=_0x1114();let _0x3bf0aa=_0x1114a1[_0x176d29];return _0x3bf0aa;}const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x4218e9(0x18c)}},'collabStatus':{'fetchMiss':_0x4218e9(0x18a),'conflict':_0x4218e9(0x193),'notCollab':_0x4218e9(0x19a),'synced':'Synchronizované','syncing':'Synchronizuje\x20sa...','offline':_0x4218e9(0x192)},'session':{'connection-failed':'Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','will-retry':_0x4218e9(0x18e),'room-full':_0x4218e9(0x19b),'join-failed':'Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','room-not-exists':_0x4218e9(0x196),'room-permission-denied':_0x4218e9(0x188),'room-cnt-exceeds':_0x4218e9(0x185),'collaboration-timeout':_0x4218e9(0x184)},'conflict':{'title':_0x4218e9(0x18d),'content':_0x4218e9(0x183)},'permission':{'title':_0x4218e9(0x199),'content':'Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.'},'collaboration':{'single-unit':{'warning':_0x4218e9(0x187)},'closeRoom':_0x4218e9(0x189)},'auth':{'needGotoLoginAlert':_0x4218e9(0x18b)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x4c1d(){const _0x42319a=['Đã\x20đồng\x20b','Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','70KTHjGH','1209201AlVKSW','Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.','78214YCFvJg','Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.','812560EfqRNQ','Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.','Tệp\x20cục\x20bộ','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','8BEKSGH','5706693TdarDZ','Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.','Tài\x20liệu\x20đã\x20đạt\x20đến\x20giới\x20hạn\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','437286wrYgri','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20b','Xung\x20đột\x20chỉnh\x20sửa','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Số\x20lượng\x20tài\x20liệu\x20cộng\x20tác\x20vượt\x20quá\x20giới\x20hạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','26EhTnBs','194124sbakBm','Lỗi\x20xác\x20thực','462236asWiaQ'];_0x4c1d=function(){return _0x42319a;};return _0x4c1d();}const _0x20c461=_0x3f75;(function(_0x13a46c,_0x531741){const _0x2c4ed8=_0x3f75,_0x40c5c9=_0x13a46c();while(!![]){try{const _0x254548=parseInt(_0x2c4ed8(0x1f1))/0x1*(parseInt(_0x2c4ed8(0x1e8))/0x2)+-parseInt(_0x2c4ed8(0x1e9))/0x3+parseInt(_0x2c4ed8(0x1eb))/0x4+parseInt(_0x2c4ed8(0x1ee))/0x5*(-parseInt(_0x2c4ed8(0x1e3))/0x6)+parseInt(_0x2c4ed8(0x1ef))/0x7*(-parseInt(_0x2c4ed8(0x1f7))/0x8)+parseInt(_0x2c4ed8(0x1f8))/0x9+parseInt(_0x2c4ed8(0x1f3))/0xa;if(_0x254548===_0x531741)break;else _0x40c5c9['push'](_0x40c5c9['shift']());}catch(_0x4e2548){_0x40c5c9['push'](_0x40c5c9['shift']());}}}(_0x4c1d,0x90041));const e={'collab-client':{'tooltip':{'reconnect':'Nhấp\x20để\x20kết\x20nối\x20lại'}},'collabStatus':{'fetchMiss':_0x20c461(0x1f6),'conflict':_0x20c461(0x1e5),'notCollab':_0x20c461(0x1f5),'synced':_0x20c461(0x1ec),'syncing':'Đang\x20đồng\x20bộ...','offline':_0x20c461(0x1e4)},'session':{'connection-failed':'Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','will-retry':_0x20c461(0x1ed),'room-full':_0x20c461(0x1e2),'join-failed':'Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Vui\x20lòng\x20thử\x20lại\x20sau.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','room-not-exists':'Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','room-permission-denied':'Không\x20có\x20quyền\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','room-cnt-exceeds':_0x20c461(0x1e7),'collaboration-timeout':_0x20c461(0x1e6)},'conflict':{'title':'Xung\x20đột\x20cộng\x20tác','content':_0x20c461(0x1f0)},'permission':{'title':_0x20c461(0x1ea),'content':_0x20c461(0x1f4)},'collaboration':{'single-unit':{'warning':_0x20c461(0x1f2)},'closeRoom':'Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.'},'auth':{'needGotoLoginAlert':_0x20c461(0x1e1)}};function _0x3f75(_0x40a45a,_0x5e64b2){_0x40a45a=_0x40a45a-0x1e1;const _0x4c1d29=_0x4c1d();let _0x3f755f=_0x4c1d29[_0x40a45a];return _0x3f755f;}export{e as default};
1
+ const _0x398f2e=_0x4444;function _0x1695(){const _0x3eeaca=['Tài\x20liệu\x20đã\x20đạt\x20đến\x20giới\x20hạn\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','9466038JkXkAV','Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Vui\x20lòng\x20thử\x20lại\x20sau.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Số\x20lượng\x20tài\x20liệu\x20cộng\x20tác\x20vượt\x20quá\x20giới\x20hạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','1581606LFjAzJ','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Xung\x20đột\x20chỉnh\x20sửa','Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.','24gzndHG','2735634bSqDsN','Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.','1qHoasc','248552vHXAkJ','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','Tệp\x20cục\x20bộ','Không\x20có\x20quyền\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','1737760ntivPJ','Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','446285vKHTIy','186905pVvkPL','Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.','Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.','Lỗi\x20xác\x20thực'];_0x1695=function(){return _0x3eeaca;};return _0x1695();}(function(_0x46ce55,_0xeedb31){const _0x158fd8=_0x4444,_0x330e6c=_0x46ce55();while(!![]){try{const _0x55ac52=parseInt(_0x158fd8(0x9a))/0x1*(-parseInt(_0x158fd8(0x9b))/0x2)+parseInt(_0x158fd8(0xad))/0x3+-parseInt(_0x158fd8(0xa1))/0x4+-parseInt(_0x158fd8(0xa4))/0x5+-parseInt(_0x158fd8(0xb2))/0x6+-parseInt(_0x158fd8(0xa3))/0x7*(parseInt(_0x158fd8(0xb1))/0x8)+parseInt(_0x158fd8(0xaa))/0x9;if(_0x55ac52===_0xeedb31)break;else _0x330e6c['push'](_0x330e6c['shift']());}catch(_0x2c3bba){_0x330e6c['push'](_0x330e6c['shift']());}}}(_0x1695,0x51f43));function _0x4444(_0x3d06b4,_0x5aa917){_0x3d06b4=_0x3d06b4-0x99;const _0x169523=_0x1695();let _0x444465=_0x169523[_0x3d06b4];return _0x444465;}const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Nhấp\x20để\x20kết\x20nối\x20lại'}},'collabStatus':{'fetchMiss':_0x398f2e(0x9e),'conflict':_0x398f2e(0xaf),'notCollab':_0x398f2e(0x9f),'synced':'Đã\x20đồng\x20bộ','syncing':'Đang\x20đồng\x20bộ...','offline':_0x398f2e(0x9c)},'session':{'connection-failed':'Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','will-retry':_0x398f2e(0xa5),'room-full':_0x398f2e(0xa9),'join-failed':_0x398f2e(0xab),'room-not-exists':_0x398f2e(0xa2),'room-permission-denied':_0x398f2e(0xa0),'room-cnt-exceeds':_0x398f2e(0xac),'collaboration-timeout':_0x398f2e(0xae)},'conflict':{'title':'Xung\x20đột\x20cộng\x20tác','content':_0x398f2e(0xb0)},'permission':{'title':_0x398f2e(0xa8),'content':_0x398f2e(0xa7)},'collaboration':{'single-unit':{'warning':_0x398f2e(0xa6)},'closeRoom':_0x398f2e(0x9d)},'auth':{'needGotoLoginAlert':_0x398f2e(0x99)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x4565fa=_0x4a09;(function(_0x50b380,_0x2af6f5){const _0x50e676=_0x4a09,_0x503e07=_0x50b380();while(!![]){try{const _0x14cf20=parseInt(_0x50e676(0x162))/0x1*(parseInt(_0x50e676(0x163))/0x2)+-parseInt(_0x50e676(0x173))/0x3*(parseInt(_0x50e676(0x164))/0x4)+-parseInt(_0x50e676(0x172))/0x5+-parseInt(_0x50e676(0x16c))/0x6+-parseInt(_0x50e676(0x158))/0x7*(parseInt(_0x50e676(0x160))/0x8)+-parseInt(_0x50e676(0x16f))/0x9+parseInt(_0x50e676(0x15e))/0xa*(parseInt(_0x50e676(0x168))/0xb);if(_0x14cf20===_0x2af6f5)break;else _0x503e07['push'](_0x503e07['shift']());}catch(_0x203de3){_0x503e07['push'](_0x503e07['shift']());}}}(_0x3e90,0x30fb7));const e={'collab-client':{'tooltip':{'reconnect':_0x4565fa(0x16e)}},'collabStatus':{'fetchMiss':_0x4565fa(0x167),'conflict':_0x4565fa(0x166),'notCollab':_0x4565fa(0x165),'synced':_0x4565fa(0x169),'syncing':_0x4565fa(0x159),'offline':_0x4565fa(0x16a)},'session':{'connection-failed':_0x4565fa(0x161),'will-retry':'连接失败,将在一会儿之后重试连接','room-full':'此文档协同人数已满,你的编辑将在本地缓存','join-failed':_0x4565fa(0x15b),'room-not-exists':'加入协同失败,你的编辑将在本地缓存','room-permission-denied':_0x4565fa(0x171),'room-cnt-exceeds':'协同文档数量超过限制,你的编辑将在本地缓存','collaboration-timeout':_0x4565fa(0x15d)},'conflict':{'title':_0x4565fa(0x16d),'content':_0x4565fa(0x170)},'permission':{'title':_0x4565fa(0x15c),'content':_0x4565fa(0x15f)},'collaboration':{'single-unit':{'warning':_0x4565fa(0x16b)},'closeRoom':'由于协同房间被关闭,编辑权限被收回。'},'auth':{'needGotoLoginAlert':_0x4565fa(0x15a)}};function _0x3e90(){const _0x12c31f=['291534aMtLYj','协同冲突','点击重新连接','1632024xMRNFt','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','没有协同权限,你的编辑将在本地缓存','711560yElXhH','154143KsUUtJ','30800EVqQwR','保存中...','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','加入协同失败,请稍后重试,你的编辑将在本地缓存','权限错误','服务器未响应,你的编辑将在本地缓存','10MfdXAX','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','88aSMEPx','连接失败,请检查你的网络','453YqgAKm','982AzsVRR','24waROSe','本地文件','编辑冲突','正在拉取服务端数据...','7778441aJcDrj','已同步','已离线,编辑将在本地缓存','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'];_0x3e90=function(){return _0x12c31f;};return _0x3e90();}function _0x4a09(_0x33eab4,_0x138ae){_0x33eab4=_0x33eab4-0x158;const _0x3e90c7=_0x3e90();let _0x4a0989=_0x3e90c7[_0x33eab4];return _0x4a0989;}export{e as default};
1
+ function _0x20ca(_0x10b28c,_0x55ed2b){_0x10b28c=_0x10b28c-0x146;const _0x3130eb=_0x3130();let _0x20ca44=_0x3130eb[_0x10b28c];return _0x20ca44;}const _0x11962c=_0x20ca;function _0x3130(){const _0x5b8c0e=['已同步','11455310FbQBvM','点击重新连接','此文档协同人数已满,你的编辑将在本地缓存','12ZifZFD','编辑冲突','38mNVTBF','48WWuNLL','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','本地文件','37221iCFFJG','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','1639212fuJcIk','11nkUYqK','由于协同房间被关闭,编辑权限被收回。','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','35PiLuaA','868818YIdXBB','服务器未响应,你的编辑将在本地缓存','没有协同权限,你的编辑将在本地缓存','5590184UrZrLL','权限错误','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','保存中...','加入协同失败,请稍后重试,你的编辑将在本地缓存','923645CNRtoq','9EmvOYI','341796LoaHUy','连接失败,将在一会儿之后重试连接'];_0x3130=function(){return _0x5b8c0e;};return _0x3130();}(function(_0x71271a,_0x4ebc3f){const _0x521603=_0x20ca,_0x177252=_0x71271a();while(!![]){try{const _0x283ebe=-parseInt(_0x521603(0x146))/0x1+-parseInt(_0x521603(0x158))/0x2*(-parseInt(_0x521603(0x15c))/0x3)+parseInt(_0x521603(0x156))/0x4*(parseInt(_0x521603(0x14e))/0x5)+-parseInt(_0x521603(0x15e))/0x6*(-parseInt(_0x521603(0x162))/0x7)+parseInt(_0x521603(0x149))/0x8*(parseInt(_0x521603(0x14f))/0x9)+-parseInt(_0x521603(0x153))/0xa*(parseInt(_0x521603(0x15f))/0xb)+parseInt(_0x521603(0x159))/0xc*(-parseInt(_0x521603(0x150))/0xd);if(_0x283ebe===_0x4ebc3f)break;else _0x177252['push'](_0x177252['shift']());}catch(_0x56a4f1){_0x177252['push'](_0x177252['shift']());}}}(_0x3130,0xb37d2));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x11962c(0x154)}},'collabStatus':{'fetchMiss':'正在拉取服务端数据...','conflict':_0x11962c(0x157),'notCollab':_0x11962c(0x15b),'synced':_0x11962c(0x152),'syncing':_0x11962c(0x14c),'offline':'已离线,编辑将在本地缓存'},'session':{'connection-failed':'连接失败,请检查你的网络','will-retry':_0x11962c(0x151),'room-full':_0x11962c(0x155),'join-failed':_0x11962c(0x14d),'room-not-exists':'加入协同失败,你的编辑将在本地缓存','room-permission-denied':_0x11962c(0x148),'room-cnt-exceeds':'协同文档数量超过限制,你的编辑将在本地缓存','collaboration-timeout':_0x11962c(0x147)},'conflict':{'title':'协同冲突','content':_0x11962c(0x161)},'permission':{'title':_0x11962c(0x14a),'content':_0x11962c(0x15a)},'collaboration':{'single-unit':{'warning':_0x11962c(0x15d)},'closeRoom':_0x11962c(0x160)},'auth':{'needGotoLoginAlert':_0x11962c(0x14b)}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x56215b=_0xf23f;(function(_0x290e98,_0x42eab9){const _0x190aea=_0xf23f,_0x52a473=_0x290e98();while(!![]){try{const _0x4c9d0f=parseInt(_0x190aea(0x158))/0x1*(-parseInt(_0x190aea(0x15c))/0x2)+parseInt(_0x190aea(0x148))/0x3+-parseInt(_0x190aea(0x14d))/0x4*(parseInt(_0x190aea(0x159))/0x5)+-parseInt(_0x190aea(0x15b))/0x6*(parseInt(_0x190aea(0x154))/0x7)+parseInt(_0x190aea(0x151))/0x8+parseInt(_0x190aea(0x160))/0x9+parseInt(_0x190aea(0x147))/0xa;if(_0x4c9d0f===_0x42eab9)break;else _0x52a473['push'](_0x52a473['shift']());}catch(_0x4860db){_0x52a473['push'](_0x52a473['shift']());}}}(_0x2f87,0xf2f31));function _0xf23f(_0x2bccd6,_0x48fb1e){_0x2bccd6=_0x2bccd6-0x147;const _0x2f87be=_0x2f87();let _0xf23f5d=_0x2f87be[_0x2bccd6];return _0xf23f5d;}const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x56215b(0x15e)}},'collabStatus':{'fetchMiss':_0x56215b(0x152),'conflict':'編輯衝突','notCollab':_0x56215b(0x14e),'synced':_0x56215b(0x14c),'syncing':'同步中...','offline':_0x56215b(0x153)},'session':{'connection-failed':_0x56215b(0x149),'will-retry':_0x56215b(0x14f),'room-full':_0x56215b(0x14a),'join-failed':'加入協作失敗,請稍後重試,您的編輯將暫存於本機。','room-not-exists':_0x56215b(0x150),'room-permission-denied':'沒有協作權限,您的編輯將暫存於本機。','room-cnt-exceeds':_0x56215b(0x15f),'collaboration-timeout':_0x56215b(0x155)},'conflict':{'title':'協作衝突','content':_0x56215b(0x15a)},'permission':{'title':_0x56215b(0x14b),'content':_0x56215b(0x156)},'collaboration':{'single-unit':{'warning':_0x56215b(0x15d)},'closeRoom':'由於協作房間已關閉,編輯權限已被收回。'},'auth':{'needGotoLoginAlert':_0x56215b(0x157)}}};function _0x2f87(){const _0x47b14c=['加入協作失敗,您的編輯將暫存於本機。','4457104HUwUrA','正在擷取伺服器資料...','已離線,編輯將儲存在本機','78974IxtBEH','伺服器未回應協作請求,您的編輯將儲存在本機。','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','91978fqrddr','1791305asHjuI','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','912ZWStPK','2vtLecu','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','點擊重新連線','協作文件數量超過限制,您的編輯將暫存於本機。','11484432MIYziW','12096570KeyqZd','4651275nrWnTQ','連線失敗,請檢查您的網絡。','此文件協作人數已達上限,您的編輯將暫存於本機。','認證錯誤','已同步','20BRCmtx','本機檔案','連線失敗,將在稍後重試連線。'];_0x2f87=function(){return _0x47b14c;};return _0x2f87();}export{e as default};
@@ -1 +1 @@
1
- function _0x3039(_0x4d6ff0,_0x2b7114){_0x4d6ff0=_0x4d6ff0-0x15a;const _0x5574ca=_0x5574();let _0x303914=_0x5574ca[_0x4d6ff0];return _0x303914;}const _0x286746=_0x3039;(function(_0x55e2c4,_0x38ceb4){const _0x18378d=_0x3039,_0xc7c8ca=_0x55e2c4();while(!![]){try{const _0x1cae00=parseInt(_0x18378d(0x15f))/0x1*(parseInt(_0x18378d(0x16a))/0x2)+-parseInt(_0x18378d(0x15b))/0x3+-parseInt(_0x18378d(0x15c))/0x4*(parseInt(_0x18378d(0x163))/0x5)+-parseInt(_0x18378d(0x171))/0x6*(-parseInt(_0x18378d(0x169))/0x7)+-parseInt(_0x18378d(0x16f))/0x8+-parseInt(_0x18378d(0x172))/0x9+-parseInt(_0x18378d(0x164))/0xa*(-parseInt(_0x18378d(0x16b))/0xb);if(_0x1cae00===_0x38ceb4)break;else _0xc7c8ca['push'](_0xc7c8ca['shift']());}catch(_0x54723){_0xc7c8ca['push'](_0xc7c8ca['shift']());}}}(_0x5574,0x87f34));function _0x5574(){const _0xfa4669=['Synced','Collaboration\x20Conflict','412697rFnQfs','Syncing...','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','29185kDwomD','10CtQwDV','Syncing\x20server\x20data...','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','7AbtWnN','2ijjIBY','19969697Nmafns','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Click\x20to\x20Reconnect','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','2090056bjqNpj','Local\x20file','5896302gBfgSn','3139182pNulpJ','Connection\x20failed.\x20Please\x20check\x20your\x20network.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','3207465gEPkWF','668HjYGnc'];_0x5574=function(){return _0xfa4669;};return _0x5574();}const e={'collab-client':{'tooltip':{'reconnect':_0x286746(0x16d)}},'collabStatus':{'fetchMiss':_0x286746(0x165),'conflict':'Edit\x20conflicts','notCollab':_0x286746(0x170),'synced':_0x286746(0x15d),'syncing':_0x286746(0x160),'offline':_0x286746(0x15a)},'session':{'connection-failed':_0x286746(0x173),'will-retry':_0x286746(0x167),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':_0x286746(0x168),'room-permission-denied':_0x286746(0x161),'room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':_0x286746(0x16c)},'conflict':{'title':_0x286746(0x15e),'content':'There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'},'permission':{'title':'Authentication\x20Error','content':_0x286746(0x166)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x286746(0x16e)},'auth':{'needGotoLoginAlert':_0x286746(0x162)}};export{e as default};
1
+ function _0x1ab9(_0x96d70a,_0x306507){_0x96d70a=_0x96d70a-0x14b;const _0x6aaff7=_0x6aaf();let _0x1ab988=_0x6aaff7[_0x96d70a];return _0x1ab988;}const _0x2dece4=_0x1ab9;(function(_0x199cfa,_0x4e17bd){const _0x3b3a5b=_0x1ab9,_0x9f9973=_0x199cfa();while(!![]){try{const _0x35cc5a=parseInt(_0x3b3a5b(0x152))/0x1+-parseInt(_0x3b3a5b(0x165))/0x2+-parseInt(_0x3b3a5b(0x154))/0x3*(-parseInt(_0x3b3a5b(0x14d))/0x4)+parseInt(_0x3b3a5b(0x150))/0x5*(parseInt(_0x3b3a5b(0x15a))/0x6)+parseInt(_0x3b3a5b(0x14e))/0x7+parseInt(_0x3b3a5b(0x164))/0x8*(-parseInt(_0x3b3a5b(0x162))/0x9)+-parseInt(_0x3b3a5b(0x15c))/0xa*(parseInt(_0x3b3a5b(0x159))/0xb);if(_0x35cc5a===_0x4e17bd)break;else _0x9f9973['push'](_0x9f9973['shift']());}catch(_0x2502c3){_0x9f9973['push'](_0x9f9973['shift']());}}}(_0x6aaf,0x3e169));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x2dece4(0x160)}},'collabStatus':{'fetchMiss':_0x2dece4(0x14f),'conflict':'編輯衝突','notCollab':_0x2dece4(0x161),'synced':_0x2dece4(0x166),'syncing':'同步中...','offline':_0x2dece4(0x158)},'session':{'connection-failed':_0x2dece4(0x156),'will-retry':_0x2dece4(0x15e),'room-full':_0x2dece4(0x163),'join-failed':_0x2dece4(0x155),'room-not-exists':_0x2dece4(0x169),'room-permission-denied':_0x2dece4(0x14b),'room-cnt-exceeds':_0x2dece4(0x15b),'collaboration-timeout':_0x2dece4(0x157)},'conflict':{'title':_0x2dece4(0x15d),'content':_0x2dece4(0x15f)},'permission':{'title':_0x2dece4(0x168),'content':_0x2dece4(0x167)},'collaboration':{'single-unit':{'warning':_0x2dece4(0x153)},'closeRoom':_0x2dece4(0x14c)},'auth':{'needGotoLoginAlert':_0x2dece4(0x151)}}};export{e as default};function _0x6aaf(){const _0x4bc856=['您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','3QZDvXR','加入協作失敗,請稍後重試,您的編輯將暫存於本機。','連線失敗,請檢查您的網路。','伺服器未回應協作請求,您的編輯將儲存在本機。','已離線,編輯將儲存在本機','3930047tAwylq','1070178AgQOkc','協作文件數量超過限制,您的編輯將暫存於本機。','10PpEUac','協作衝突','連線失敗,將在稍後重試連線。','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','點擊重新連線','本機檔案','889407ICGaYD','此文件協作人數已達上限,您的編輯將暫存於本機。','8jwsqWn','358908UWHhTM','已同步','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','認證錯誤','加入協作失敗,您的編輯將暫存於本機。','沒有協作權限,您的編輯將暫存於本機。','由於協作房間已關閉,編輯權限已被收回。','190108FUBpDe','2160886BrlCND','正在擷取伺服器資料...','10DgqhUm','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','176916cTOsEZ'];_0x6aaf=function(){return _0x4bc856;};return _0x6aaf();}
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -1,3 +1,3 @@
1
- import enUS from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -1,43 +1,45 @@
1
1
  declare const locale: {
2
- 'collab-client': {
3
- tooltip: {
4
- reconnect: string;
2
+ 'collaboration-client': {
3
+ collabClient: {
4
+ tooltip: {
5
+ reconnect: string;
6
+ };
5
7
  };
6
- };
7
- collabStatus: {
8
- fetchMiss: string;
9
- conflict: string;
10
- notCollab: string;
11
- synced: string;
12
- syncing: string;
13
- offline: string;
14
- };
15
- session: {
16
- 'connection-failed': string;
17
- 'will-retry': string;
18
- 'room-full': string;
19
- 'join-failed': string;
20
- 'room-not-exists': string;
21
- 'room-permission-denied': string;
22
- 'room-cnt-exceeds': string;
23
- 'collaboration-timeout': string;
24
- };
25
- conflict: {
26
- title: string;
27
- content: string;
28
- };
29
- permission: {
30
- title: string;
31
- content: string;
32
- };
33
- collaboration: {
34
- 'single-unit': {
35
- warning: string;
8
+ collabStatus: {
9
+ fetchMiss: string;
10
+ conflict: string;
11
+ notCollab: string;
12
+ synced: string;
13
+ syncing: string;
14
+ offline: string;
15
+ };
16
+ session: {
17
+ 'connection-failed': string;
18
+ 'will-retry': string;
19
+ 'room-full': string;
20
+ 'join-failed': string;
21
+ 'room-not-exists': string;
22
+ 'room-permission-denied': string;
23
+ 'room-cnt-exceeds': string;
24
+ 'collaboration-timeout': string;
25
+ };
26
+ conflict: {
27
+ title: string;
28
+ content: string;
29
+ };
30
+ permission: {
31
+ title: string;
32
+ content: string;
33
+ };
34
+ collaboration: {
35
+ 'single-unit': {
36
+ warning: string;
37
+ };
38
+ closeRoom: string;
39
+ };
40
+ auth: {
41
+ needGotoLoginAlert: string;
36
42
  };
37
- closeRoom: string;
38
- };
39
- auth: {
40
- needGotoLoginAlert: string;
41
43
  };
42
44
  };
43
45
  export default locale;
@@ -1,3 +1,3 @@
1
- import enUS from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import enUS from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;