@univerjs-pro/collaboration-client 1.0.0-alpha.2 → 1.0.0-alpha.4

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 (97) hide show
  1. package/README.md +8 -2
  2. package/lib/cjs/facade.js +1 -1
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -1
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/controllers/collaboration/collaboration-entity.d.ts +8 -2
  66. package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +0 -2
  67. package/lib/types/facade/f-collaboration.d.ts +40 -0
  68. package/lib/types/index.d.ts +6 -3
  69. package/lib/types/services/attachment-remote/attachment-io.service.d.ts +1 -4
  70. package/lib/types/services/collaboration-session/collaboration-changeset-translator.d.ts +4 -0
  71. package/lib/types/services/collaboration-session/collaboration-client-adapter.d.ts +39 -0
  72. package/lib/types/services/collaboration-session/collaboration-session.d.ts +5 -4
  73. package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +14 -14
  74. package/lib/types/services/data-loader/data-loader.service.d.ts +1 -1
  75. package/lib/types/services/image-remote/image-io.service.d.ts +2 -4
  76. package/lib/umd/facade.js +1 -1
  77. package/lib/umd/index.js +1 -1
  78. package/lib/umd/locale/ar-SA.js +1 -1
  79. package/lib/umd/locale/ca-ES.js +1 -1
  80. package/lib/umd/locale/de-DE.js +1 -1
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  85. package/lib/umd/locale/id-ID.js +1 -1
  86. package/lib/umd/locale/it-IT.js +1 -1
  87. package/lib/umd/locale/ja-JP.js +1 -1
  88. package/lib/umd/locale/ko-KR.js +1 -1
  89. package/lib/umd/locale/pl-PL.js +1 -1
  90. package/lib/umd/locale/pt-BR.js +1 -1
  91. package/lib/umd/locale/ru-RU.js +1 -1
  92. package/lib/umd/locale/sk-SK.js +1 -1
  93. package/lib/umd/locale/vi-VN.js +1 -1
  94. package/lib/umd/locale/zh-CN.js +1 -1
  95. package/lib/umd/locale/zh-HK.js +1 -1
  96. package/lib/umd/locale/zh-TW.js +1 -1
  97. package/package.json +15 -16
@@ -1 +1 @@
1
- function _0x2eb7(_0x45d0eb,_0x57d65e){_0x45d0eb=_0x45d0eb-0x19f;var _0x2b6e29=_0x2b6e();var _0x2eb73b=_0x2b6e29[_0x45d0eb];return _0x2eb73b;}(function(_0x15b817,_0x43b54e){var _0x364ff7=_0x2eb7,_0x4a04bb=_0x15b817();while(!![]){try{var _0x112287=-parseInt(_0x364ff7(0x1a8))/0x1+parseInt(_0x364ff7(0x1a3))/0x2*(-parseInt(_0x364ff7(0x1ab))/0x3)+parseInt(_0x364ff7(0x1b9))/0x4*(-parseInt(_0x364ff7(0x1b2))/0x5)+parseInt(_0x364ff7(0x1b3))/0x6+parseInt(_0x364ff7(0x1a2))/0x7*(parseInt(_0x364ff7(0x1b6))/0x8)+parseInt(_0x364ff7(0x1b5))/0x9+-parseInt(_0x364ff7(0x1a6))/0xa;if(_0x112287===_0x43b54e)break;else _0x4a04bb['push'](_0x4a04bb['shift']());}catch(_0x5be9eb){_0x4a04bb['push'](_0x4a04bb['shift']());}}}(_0x2b6e,0xb3d30),function(_0x244f1c,_0x8771f8){var _0x454ef3=_0x2eb7;typeof exports==_0x454ef3(0x1b8)&&typeof module<'u'?module[_0x454ef3(0x1ba)]=_0x8771f8():typeof define==_0x454ef3(0x1aa)&&define[_0x454ef3(0x1af)]?define([],_0x8771f8):(_0x244f1c=typeof globalThis<'u'?globalThis:_0x244f1c||self,_0x244f1c['UniverProCollaborationClientArSA']=_0x8771f8());}(this,function(){var _0x5438b5=_0x2eb7;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'انقر\x20لإعادة\x20الاتصال'}},'collabStatus':{'fetchMiss':_0x5438b5(0x1ac),'conflict':'تعارضات\x20في\x20التحرير','notCollab':_0x5438b5(0x1b7),'synced':_0x5438b5(0x1bc),'syncing':_0x5438b5(0x1b4),'offline':_0x5438b5(0x1bd)},'session':{'connection-failed':_0x5438b5(0x1a7),'will-retry':_0x5438b5(0x19f),'room-full':_0x5438b5(0x1a5),'join-failed':'فشل\x20الانضمام\x20للتعاون.\x20يرجى\x20المحاولة\x20لاحقاً.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','room-not-exists':_0x5438b5(0x1a1),'room-permission-denied':_0x5438b5(0x1a0),'room-cnt-exceeds':'عدد\x20المستندات\x20التعاونية\x20يتجاوز\x20الحد.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','collaboration-timeout':'الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون.\x20سيتم\x20حفظ\x20تحريراتك\x20محلياً.'},'conflict':{'title':_0x5438b5(0x1a9),'content':_0x5438b5(0x1ae)},'permission':{'title':_0x5438b5(0x1a4),'content':_0x5438b5(0x1b1)},'collaboration':{'single-unit':{'warning':_0x5438b5(0x1bb)},'closeRoom':_0x5438b5(0x1ad)},'auth':{'needGotoLoginAlert':_0x5438b5(0x1b0)}}};}));function _0x2b6e(){var _0x16ebef=['تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','يوجد\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','amd','انتهت\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بعد\x20تحديث\x20الصفحة.','745QjAXuc','8760390Ypjcxd','جارٍ\x20المزامنة...','12070296RDWqHc','184baCYZm','ملف\x20محلي','object','1316kMLQNh','exports','لقد\x20فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20هذه\x20العلامة.','تمت\x20المزامنة','غير\x20متصل،\x20سيتم\x20حفظ\x20التحريرات\x20محلياً','فشل\x20الاتصال.\x20سنحاول\x20مرة\x20أخرى\x20بعد\x20قليل.','لا\x20يوجد\x20إذن\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','فشل\x20الانضمام\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','125377anQcqI','44134cpdZPE','خطأ\x20في\x20المصادقة','وصل\x20المستند\x20إلى\x20حد\x20التعاون\x20الأقصى.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','8344310itwXdf','فشل\x20الاتصال.\x20يرجى\x20التحقق\x20من\x20شبكتك.','732537fyDWhp','تعارض\x20في\x20التعاون','function','117Otudel','جارٍ\x20مزامنة\x20بيانات\x20الخادم...'];_0x2b6e=function(){return _0x16ebef;};return _0x2b6e();}
1
+ function _0x3ebe(_0x38b9fb,_0x1f2bc1){_0x38b9fb=_0x38b9fb-0x12c;var _0x2e2b87=_0x2e2b();var _0x3ebe46=_0x2e2b87[_0x38b9fb];return _0x3ebe46;}function _0x2e2b(){var _0x2369e7=['تمت\x20المزامنة','جارٍ\x20المزامنة...','فشل\x20الاتصال.\x20يرجى\x20التحقق\x20من\x20شبكتك.','object','3042672bkEPlu','753592xlaDYU','لا\x20يوجد\x20إذن\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','function','19372kIEqSZ','240092DlGOmv','4QSaBaz','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون.\x20سيتم\x20حفظ\x20تحريراتك\x20محلياً.','انقر\x20لإعادة\x20الاتصال','UniverProCollaborationClientArSA','تعارض\x20في\x20التعاون','يوجد\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','exports','غير\x20متصل،\x20سيتم\x20حفظ\x20التحريرات\x20محلياً','1176610aaREQr','amd','ملف\x20محلي','تعارضات\x20في\x20التحرير','تتعارض\x20إجراءاتك\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','عدد\x20المستندات\x20التعاونية\x20يتجاوز\x20الحد.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','11117763CyVAEp','5yoDXtO','32QklnLW','لقد\x20فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20هذه\x20العلامة.','71286mFymym','انتهت\x20صلاحية\x20تسجيل\x20الدخول،\x20انقر\x20\x22موافق\x22\x20لإعادة\x20تسجيل\x20الدخول،\x20أو\x20انقر\x20\x22إلغاء\x22\x20لحفظ\x20تحريراتك\x20محلياً.'];_0x2e2b=function(){return _0x2369e7;};return _0x2e2b();}(function(_0x3e8bb8,_0x1e02ec){var _0x1c46af=_0x3ebe,_0x1efaa2=_0x3e8bb8();while(!![]){try{var _0x1a554e=-parseInt(_0x1c46af(0x12e))/0x1*(-parseInt(_0x1c46af(0x12f))/0x2)+parseInt(_0x1c46af(0x147))/0x3+-parseInt(_0x1c46af(0x12d))/0x4*(-parseInt(_0x1c46af(0x13e))/0x5)+-parseInt(_0x1c46af(0x141))/0x6+-parseInt(_0x1c46af(0x148))/0x7*(-parseInt(_0x1c46af(0x13f))/0x8)+-parseInt(_0x1c46af(0x13d))/0x9+parseInt(_0x1c46af(0x137))/0xa;if(_0x1a554e===_0x1e02ec)break;else _0x1efaa2['push'](_0x1efaa2['shift']());}catch(_0x4ee9cf){_0x1efaa2['push'](_0x1efaa2['shift']());}}}(_0x2e2b,0xc365c),function(_0xac61c8,_0x2a881a){var _0x24a245=_0x3ebe;typeof exports==_0x24a245(0x146)&&typeof module<'u'?module[_0x24a245(0x135)]=_0x2a881a():typeof define==_0x24a245(0x12c)&&define[_0x24a245(0x138)]?define([],_0x2a881a):(_0xac61c8=typeof globalThis<'u'?globalThis:_0xac61c8||self,_0xac61c8[_0x24a245(0x132)]=_0x2a881a());}(this,function(){var _0x5828a3=_0x3ebe;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x5828a3(0x131)}},'collabStatus':{'fetchMiss':'جارٍ\x20مزامنة\x20بيانات\x20الخادم...','conflict':_0x5828a3(0x13a),'notCollab':_0x5828a3(0x139),'synced':_0x5828a3(0x143),'syncing':_0x5828a3(0x144),'offline':_0x5828a3(0x136)},'session':{'connection-failed':_0x5828a3(0x145),'will-retry':'فشل\x20الاتصال.\x20سنحاول\x20مرة\x20أخرى\x20بعد\x20قليل.','room-full':'وصل\x20المستند\x20إلى\x20حد\x20التعاون\x20الأقصى.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','join-failed':'فشل\x20الانضمام\x20للتعاون.\x20يرجى\x20المحاولة\x20لاحقاً.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','room-not-exists':'فشل\x20الانضمام\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','room-permission-denied':_0x5828a3(0x149),'room-cnt-exceeds':_0x5828a3(0x13c),'collaboration-timeout':_0x5828a3(0x130)},'conflict':{'title':_0x5828a3(0x133),'content':_0x5828a3(0x134)},'permission':{'title':'خطأ\x20في\x20المصادقة','content':_0x5828a3(0x13b)},'collaboration':{'single-unit':{'warning':_0x5828a3(0x140)},'closeRoom':'تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.'},'auth':{'needGotoLoginAlert':_0x5828a3(0x142)}}};}));
@@ -1 +1 @@
1
- function _0x259c(_0x17f5f8,_0x41312e){_0x17f5f8=_0x17f5f8-0x1f0;var _0x65aa04=_0x65aa();var _0x259cbe=_0x65aa04[_0x17f5f8];return _0x259cbe;}(function(_0x513039,_0x3541b1){var _0x360be5=_0x259c,_0x276186=_0x513039();while(!![]){try{var _0x5e965c=parseInt(_0x360be5(0x1f6))/0x1*(parseInt(_0x360be5(0x1f9))/0x2)+parseInt(_0x360be5(0x204))/0x3+parseInt(_0x360be5(0x1fb))/0x4+-parseInt(_0x360be5(0x201))/0x5*(parseInt(_0x360be5(0x207))/0x6)+-parseInt(_0x360be5(0x1f4))/0x7+-parseInt(_0x360be5(0x1f1))/0x8+parseInt(_0x360be5(0x1fc))/0x9*(parseInt(_0x360be5(0x1f7))/0xa);if(_0x5e965c===_0x3541b1)break;else _0x276186['push'](_0x276186['shift']());}catch(_0x2d3ee3){_0x276186['push'](_0x276186['shift']());}}}(_0x65aa,0x5e9fe),function(_0x508e12,_0x2a99f1){var _0x1a9c69=_0x259c;typeof exports==_0x1a9c69(0x200)&&typeof module<'u'?module['exports']=_0x2a99f1():typeof define=='function'&&define[_0x1a9c69(0x1fd)]?define([],_0x2a99f1):(_0x508e12=typeof globalThis<'u'?globalThis:_0x508e12||self,_0x508e12[_0x1a9c69(0x1fa)]=_0x2a99f1());}(this,function(){var _0x12015b=_0x259c;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x12015b(0x202)}},'collabStatus':{'fetchMiss':_0x12015b(0x1f3),'conflict':_0x12015b(0x1fe),'notCollab':'Fitxer\x20local','synced':_0x12015b(0x1ff),'syncing':_0x12015b(0x206),'offline':_0x12015b(0x1f2)},'session':{'connection-failed':'Error\x20de\x20connexió.\x20Comproveu\x20la\x20vostra\x20xarxa.','will-retry':_0x12015b(0x1f8),'room-full':'Aquest\x20document\x20ha\x20arribat\x20al\x20límit\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','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':'No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','room-permission-denied':'No\x20teniu\x20permís\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','room-cnt-exceeds':'El\x20nombre\x20de\x20documents\x20col·laboratius\x20supera\x20el\x20límit.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','collaboration-timeout':_0x12015b(0x208)},'conflict':{'title':_0x12015b(0x1f0),'content':_0x12015b(0x205)},'permission':{'title':_0x12015b(0x1f5),'content':'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.'},'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':_0x12015b(0x203)}}};}));function _0x65aa(){var _0x2cc873=['El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Conflicte\x20de\x20col·laboració','1278016dIXvdR','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','Sincronitzant\x20dades\x20del\x20servidor...','4979527liAjMU','Error\x20d\x27autenticació','7vvsKCL','5290KZzTTF','Error\x20de\x20connexió.\x20Ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','14712DIpBzW','UniverProCollaborationClientCaES','601372fBWPax','18486ZscuAZ','amd','Conflictes\x20d\x27edició','Sincronitzat','object','10XzZmjA','Feu\x20clic\x20per\x20reconnectar','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.','363060PrKtyF','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.','Sincronitzant...','452178lyUKzg'];_0x65aa=function(){return _0x2cc873;};return _0x65aa();}
1
+ (function(_0x546d5e,_0x508116){var _0x1ee5ba=_0xb8f4,_0xd77514=_0x546d5e();while(!![]){try{var _0x40228a=-parseInt(_0x1ee5ba(0x104))/0x1*(-parseInt(_0x1ee5ba(0xff))/0x2)+parseInt(_0x1ee5ba(0xf7))/0x3+parseInt(_0x1ee5ba(0xf4))/0x4+-parseInt(_0x1ee5ba(0xf8))/0x5+parseInt(_0x1ee5ba(0xfb))/0x6+parseInt(_0x1ee5ba(0x109))/0x7+-parseInt(_0x1ee5ba(0xf6))/0x8;if(_0x40228a===_0x508116)break;else _0xd77514['push'](_0xd77514['shift']());}catch(_0x43305b){_0xd77514['push'](_0xd77514['shift']());}}}(_0x5682,0x42792),function(_0x4d61ef,_0x297213){var _0x479af1=_0xb8f4;typeof exports==_0x479af1(0x108)&&typeof module<'u'?module[_0x479af1(0xfd)]=_0x297213():typeof define==_0x479af1(0x107)&&define[_0x479af1(0x10d)]?define([],_0x297213):(_0x4d61ef=typeof globalThis<'u'?globalThis:_0x4d61ef||self,_0x4d61ef[_0x479af1(0x10e)]=_0x297213());}(this,function(){var _0x2e3bbd=_0xb8f4;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x2e3bbd(0x101)}},'collabStatus':{'fetchMiss':'Sincronitzant\x20dades\x20del\x20servidor...','conflict':_0x2e3bbd(0x10a),'notCollab':_0x2e3bbd(0xf3),'synced':_0x2e3bbd(0x103),'syncing':'Sincronitzant...','offline':_0x2e3bbd(0x105)},'session':{'connection-failed':_0x2e3bbd(0x100),'will-retry':'Error\x20de\x20connexió.\x20Ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','room-full':'Aquest\x20document\x20ha\x20arribat\x20al\x20límit\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','join-failed':_0x2e3bbd(0xf9),'room-not-exists':_0x2e3bbd(0xfe),'room-permission-denied':_0x2e3bbd(0x10b),'room-cnt-exceeds':_0x2e3bbd(0x10c),'collaboration-timeout':_0x2e3bbd(0xfa)},'conflict':{'title':_0x2e3bbd(0x106),'content':_0x2e3bbd(0x102)},'permission':{'title':'Error\x20d\x27autenticació','content':_0x2e3bbd(0xfc)},'collaboration':{'single-unit':{'warning':_0x2e3bbd(0xf5)},'closeRoom':'Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.'},'auth':{'needGotoLoginAlert':'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.'}}};}));function _0xb8f4(_0x2371f5,_0x366ba0){_0x2371f5=_0x2371f5-0xf3;var _0x568261=_0x5682();var _0xb8f4bc=_0x568261[_0x2371f5];return _0xb8f4bc;}function _0x5682(){var _0x580be7=['El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','3043662rBzZJT','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.','exports','No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','6926zTDrNw','Error\x20de\x20connexió.\x20Comproveu\x20la\x20vostra\x20xarxa.','Feu\x20clic\x20per\x20reconnectar','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.','Sincronitzat','25kHBFQX','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','Conflicte\x20de\x20col·laboració','function','object','113148TbivfY','Conflictes\x20d\x27edició','No\x20teniu\x20permís\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','El\x20nombre\x20de\x20documents\x20col·laboratius\x20supera\x20el\x20límit.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','amd','UniverProCollaborationClientCaES','Fitxer\x20local','1483396Dlqiac','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','7861080tzPqSZ','940878muhwIc','197910AFtpGd','No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.'];_0x5682=function(){return _0x580be7;};return _0x5682();}
@@ -1 +1 @@
1
- function _0x210c(){var _0x1646ac=['Serverdaten\x20werden\x20synchronisiert...','Verbindung\x20fehlgeschlagen.\x20Wir\x20werden\x20es\x20in\x20Kürze\x20erneut\x20versuchen.','Die\x20Anzahl\x20der\x20Zusammenarbeitsdokumente\x20überschreitet\x20das\x20Limit.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','amd','Verbindung\x20fehlgeschlagen.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','125cdxTLd','Bearbeitungskonflikte','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.','Zusammenarbeitskonflikt','381593vKYuAt','Bearbeitungsrechte\x20wurden\x20entzogen,\x20weil\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','Synchronisierung\x20läuft...','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','608440FpJvyk','Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Im\x20Falle\x20von\x20Datenverlust\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','Der\x20Server\x20reagiert\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','593181kabKsk','36CeiadD','2266159ynSxdb','241350PkNTmN','exports','772rWLqec','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.','function','Lokale\x20Datei','Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Das\x20Dokument\x20hat\x20die\x20Zusammenarbeitsgrenze\x20erreicht.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Keine\x20Zusammenarbeitsberechtigung.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','object','2069778gOjbmh','UniverProCollaborationClientDeDE'];_0x210c=function(){return _0x1646ac;};return _0x210c();}function _0x1074(_0x488ab7,_0x4a6acf){_0x488ab7=_0x488ab7-0x9d;var _0x210cd0=_0x210c();var _0x1074c9=_0x210cd0[_0x488ab7];return _0x1074c9;}(function(_0x3a31fe,_0x220a0f){var _0x3db1f9=_0x1074,_0x463a59=_0x3a31fe();while(!![]){try{var _0x5d4029=parseInt(_0x3db1f9(0xab))/0x1+parseInt(_0x3db1f9(0xb6))/0x2+parseInt(_0x3db1f9(0xb3))/0x3+parseInt(_0x3db1f9(0xb8))/0x4*(parseInt(_0x3db1f9(0xa7))/0x5)+-parseInt(_0x3db1f9(0x9f))/0x6+parseInt(_0x3db1f9(0xb5))/0x7+-parseInt(_0x3db1f9(0xaf))/0x8*(parseInt(_0x3db1f9(0xb4))/0x9);if(_0x5d4029===_0x220a0f)break;else _0x463a59['push'](_0x463a59['shift']());}catch(_0x61889c){_0x463a59['push'](_0x463a59['shift']());}}}(_0x210c,0x5c9ee),function(_0x5a7626,_0x226445){var _0x5dca58=_0x1074;typeof exports==_0x5dca58(0x9e)&&typeof module<'u'?module[_0x5dca58(0xb7)]=_0x226445():typeof define==_0x5dca58(0xba)&&define[_0x5dca58(0xa5)]?define([],_0x226445):(_0x5a7626=typeof globalThis<'u'?globalThis:_0x5a7626||self,_0x5a7626[_0x5dca58(0xa0)]=_0x226445());}(this,function(){var _0x10c2e5=_0x1074;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Klicken,\x20um\x20wieder\x20zu\x20verbinden'}},'collabStatus':{'fetchMiss':_0x10c2e5(0xa1),'conflict':_0x10c2e5(0xa8),'notCollab':_0x10c2e5(0xbb),'synced':'Synchronisiert','syncing':_0x10c2e5(0xad),'offline':_0x10c2e5(0xae)},'session':{'connection-failed':_0x10c2e5(0xa6),'will-retry':_0x10c2e5(0xa2),'room-full':_0x10c2e5(0xbd),'join-failed':_0x10c2e5(0xbc),'room-not-exists':_0x10c2e5(0xb0),'room-permission-denied':_0x10c2e5(0x9d),'room-cnt-exceeds':_0x10c2e5(0xa3),'collaboration-timeout':_0x10c2e5(0xb2)},'conflict':{'title':_0x10c2e5(0xaa),'content':_0x10c2e5(0xa9)},'permission':{'title':'Authentifizierungsfehler','content':_0x10c2e5(0xb9)},'collaboration':{'single-unit':{'warning':_0x10c2e5(0xb1)},'closeRoom':_0x10c2e5(0xac)},'auth':{'needGotoLoginAlert':_0x10c2e5(0xa4)}}};}));
1
+ function _0x360a(_0x6724d4,_0x376899){_0x6724d4=_0x6724d4-0xd7;var _0x1d8bad=_0x1d8b();var _0x360a39=_0x1d8bad[_0x6724d4];return _0x360a39;}function _0x1d8b(){var _0x265230=['805716mBdWSk','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Bearbeitungskonflikte','Serverdaten\x20werden\x20synchronisiert...','974404BjmbHq','function','Klicken,\x20um\x20wieder\x20zu\x20verbinden','7ehdoUO','592833BZPMBK','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.','amd','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Im\x20Falle\x20von\x20Datenverlust\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','UniverProCollaborationClientDeDE','Authentifizierungsfehler','8418608qRiTDd','5815288QSFkAb','Synchronisierung\x20läuft...','24iCurFC','3268848auKiWl','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','Das\x20Dokument\x20hat\x20die\x20Zusammenarbeitsgrenze\x20erreicht.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','34630kyHASU','1179spkxLc','object','Zusammenarbeitskonflikt','Bearbeitungsrechte\x20wurden\x20entzogen,\x20weil\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','5wUQUpe','Keine\x20Zusammenarbeitsberechtigung.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','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.','exports'];_0x1d8b=function(){return _0x265230;};return _0x1d8b();}(function(_0x704f10,_0x370848){var _0x461a5b=_0x360a,_0x4178e8=_0x704f10();while(!![]){try{var _0x1ff5a8=-parseInt(_0x461a5b(0xe2))/0x1+parseInt(_0x461a5b(0xe6))/0x2+-parseInt(_0x461a5b(0xea))/0x3*(-parseInt(_0x461a5b(0xf3))/0x4)+-parseInt(_0x461a5b(0xde))/0x5*(parseInt(_0x461a5b(0xf4))/0x6)+parseInt(_0x461a5b(0xe9))/0x7*(parseInt(_0x461a5b(0xf1))/0x8)+-parseInt(_0x461a5b(0xda))/0x9*(-parseInt(_0x461a5b(0xd9))/0xa)+-parseInt(_0x461a5b(0xf0))/0xb;if(_0x1ff5a8===_0x370848)break;else _0x4178e8['push'](_0x4178e8['shift']());}catch(_0x2b0c1c){_0x4178e8['push'](_0x4178e8['shift']());}}}(_0x1d8b,0xb412c),function(_0x19d6f1,_0x13cd76){var _0x5022de=_0x360a;typeof exports==_0x5022de(0xdb)&&typeof module<'u'?module[_0x5022de(0xe1)]=_0x13cd76():typeof define==_0x5022de(0xe7)&&define[_0x5022de(0xec)]?define([],_0x13cd76):(_0x19d6f1=typeof globalThis<'u'?globalThis:_0x19d6f1||self,_0x19d6f1[_0x5022de(0xee)]=_0x13cd76());}(this,function(){var _0x12a2ee=_0x360a;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x12a2ee(0xe8)}},'collabStatus':{'fetchMiss':_0x12a2ee(0xe5),'conflict':_0x12a2ee(0xe4),'notCollab':'Lokale\x20Datei','synced':'Synchronisiert','syncing':_0x12a2ee(0xf2),'offline':_0x12a2ee(0xe3)},'session':{'connection-failed':'Verbindung\x20fehlgeschlagen.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','will-retry':'Verbindung\x20fehlgeschlagen.\x20Wir\x20werden\x20es\x20in\x20Kürze\x20erneut\x20versuchen.','room-full':_0x12a2ee(0xd8),'join-failed':'Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','room-not-exists':'Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','room-permission-denied':_0x12a2ee(0xdf),'room-cnt-exceeds':'Die\x20Anzahl\x20der\x20Zusammenarbeitsdokumente\x20überschreitet\x20das\x20Limit.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','collaboration-timeout':'Der\x20Server\x20reagiert\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.'},'conflict':{'title':_0x12a2ee(0xdc),'content':_0x12a2ee(0xe0)},'permission':{'title':_0x12a2ee(0xef),'content':_0x12a2ee(0xeb)},'collaboration':{'single-unit':{'warning':_0x12a2ee(0xed)},'closeRoom':_0x12a2ee(0xdd)},'auth':{'needGotoLoginAlert':_0x12a2ee(0xd7)}}};}));
@@ -1 +1 @@
1
- function _0x24cc(_0x11d49a,_0x20ab87){_0x11d49a=_0x11d49a-0xa3;var _0x7b60ff=_0x7b60();var _0x24ccf3=_0x7b60ff[_0x11d49a];return _0x24ccf3;}function _0x7b60(){var _0x242bf9=['3954RSwMps','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','72971eBQWnM','3878098FYAqsD','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.','Edit\x20conflicts','Syncing...','1194660AxRUrU','Local\x20file','exports','1171608OIIBju','6845EiUvnR','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Authentication\x20Error','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','4089690QsMSAk','Synced','1989368fyNZjd','34eYTeBF','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','amd'];_0x7b60=function(){return _0x242bf9;};return _0x7b60();}(function(_0x1d5a1c,_0x43ff71){var _0x3869d7=_0x24cc,_0x4e079e=_0x1d5a1c();while(!![]){try{var _0x167a36=parseInt(_0x3869d7(0xba))/0x1*(-parseInt(_0x3869d7(0xb4))/0x2)+-parseInt(_0x3869d7(0xaa))/0x3+parseInt(_0x3869d7(0xa7))/0x4+parseInt(_0x3869d7(0xab))/0x5*(parseInt(_0x3869d7(0xb8))/0x6)+parseInt(_0x3869d7(0xa3))/0x7+parseInt(_0x3869d7(0xb3))/0x8+parseInt(_0x3869d7(0xb1))/0x9;if(_0x167a36===_0x43ff71)break;else _0x4e079e['push'](_0x4e079e['shift']());}catch(_0x505d89){_0x4e079e['push'](_0x4e079e['shift']());}}}(_0x7b60,0xc9e08),function(_0x31c922,_0x28cc2e){var _0x249bd1=_0x24cc;typeof exports=='object'&&typeof module<'u'?module[_0x249bd1(0xa9)]=_0x28cc2e():typeof define=='function'&&define[_0x249bd1(0xb7)]?define([],_0x28cc2e):(_0x31c922=typeof globalThis<'u'?globalThis:_0x31c922||self,_0x31c922['UniverProCollaborationClientEnUS']=_0x28cc2e());}(this,function(){var _0x1e8471=_0x24cc;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x1e8471(0xa5),'notCollab':_0x1e8471(0xa8),'synced':_0x1e8471(0xb2),'syncing':_0x1e8471(0xa6),'offline':_0x1e8471(0xb9)},'session':{'connection-failed':'Connection\x20failed.\x20Please\x20check\x20your\x20network.','will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':_0x1e8471(0xac),'join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':_0x1e8471(0xaf),'room-permission-denied':_0x1e8471(0xb6),'room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':_0x1e8471(0xad)},'conflict':{'title':'Collaboration\x20Conflict','content':_0x1e8471(0xa4)},'permission':{'title':_0x1e8471(0xae),'content':_0x1e8471(0xb5)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x1e8471(0xb0)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}}};}));
1
+ function _0x208a(_0x3ba198,_0x101edd){_0x3ba198=_0x3ba198-0x1d5;var _0x19b703=_0x19b7();var _0x208af2=_0x19b703[_0x3ba198];return _0x208af2;}function _0x19b7(){var _0x277af1=['Syncing...','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','54724SrMkiU','1060925wMFfjz','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','243fdgQxc','Authentication\x20Error','Local\x20file','Click\x20to\x20Reconnect','object','Syncing\x20server\x20data...','Connection\x20failed.\x20Please\x20check\x20your\x20network.','UniverProCollaborationClientEnUS','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Synced','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','exports','1209390VtzEwZ','132910FVQnnU','1083678HHasJS','192264tIBonh','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','amd','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','8yTPBnG','Edit\x20conflicts','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','454668oHpBMt'];_0x19b7=function(){return _0x277af1;};return _0x19b7();}(function(_0x4d6b06,_0x5c7e2){var _0x207c23=_0x208a,_0x3a74e9=_0x4d6b06();while(!![]){try{var _0x54acea=parseInt(_0x207c23(0x1e5))/0x1+-parseInt(_0x207c23(0x1d8))/0x2+parseInt(_0x207c23(0x1e1))/0x3*(-parseInt(_0x207c23(0x1de))/0x4)+parseInt(_0x207c23(0x1e6))/0x5+-parseInt(_0x207c23(0x1d9))/0x6+-parseInt(_0x207c23(0x1d7))/0x7+parseInt(_0x207c23(0x1da))/0x8*(parseInt(_0x207c23(0x1e9))/0x9);if(_0x54acea===_0x5c7e2)break;else _0x3a74e9['push'](_0x3a74e9['shift']());}catch(_0x1d9405){_0x3a74e9['push'](_0x3a74e9['shift']());}}}(_0x19b7,0x2f152),function(_0x2ba5a4,_0x41c58e){var _0x33e8a1=_0x208a;typeof exports==_0x33e8a1(0x1ed)&&typeof module<'u'?module[_0x33e8a1(0x1d6)]=_0x41c58e():typeof define=='function'&&define[_0x33e8a1(0x1dc)]?define([],_0x41c58e):(_0x2ba5a4=typeof globalThis<'u'?globalThis:_0x2ba5a4||self,_0x2ba5a4[_0x33e8a1(0x1f0)]=_0x41c58e());}(this,function(){var _0x7f2ea=_0x208a;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x7f2ea(0x1ec)}},'collabStatus':{'fetchMiss':_0x7f2ea(0x1ee),'conflict':_0x7f2ea(0x1df),'notCollab':_0x7f2ea(0x1eb),'synced':_0x7f2ea(0x1f2),'syncing':_0x7f2ea(0x1e2),'offline':_0x7f2ea(0x1e3)},'session':{'connection-failed':_0x7f2ea(0x1ef),'will-retry':_0x7f2ea(0x1e8),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x7f2ea(0x1e0),'room-not-exists':_0x7f2ea(0x1dd),'room-permission-denied':_0x7f2ea(0x1db),'room-cnt-exceeds':_0x7f2ea(0x1e7),'collaboration-timeout':_0x7f2ea(0x1e4)},'conflict':{'title':'Collaboration\x20Conflict','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':_0x7f2ea(0x1ea),'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':_0x7f2ea(0x1f1)},'closeRoom':_0x7f2ea(0x1d5)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}}};}));
@@ -1 +1 @@
1
- function _0x1ac8(_0x57d465,_0xe25fbf){_0x57d465=_0x57d465-0x6e;var _0x5a9c13=_0x5a9c();var _0x1ac84b=_0x5a9c13[_0x57d465];return _0x1ac84b;}function _0x5a9c(){var _0x371948=['Error\x20de\x20autenticación','622640fQcata','object','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.','Haga\x20clic\x20para\x20reconectar','exports','27mHQnkD','function','Archivo\x20local','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','Error\x20de\x20conexión.\x20Intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','1029290ZukwKI','3761857MgasrO','Sincronizando...','2728430Hcugit','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','3574632qzokLD','Sin\x20permiso\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','3LCbkwz','Sincronizado','435390VzVynq','El\x20documento\x20ha\x20alcanzado\x20su\x20límite\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','12xteiyV','1969317OJUNkg','40PPoGTe','El\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20el\x20límite.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','UniverProCollaborationClientEsES','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Error\x20de\x20conexión.\x20Verifique\x20su\x20red.','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','Conflictos\x20de\x20edición'];_0x5a9c=function(){return _0x371948;};return _0x5a9c();}(function(_0x185537,_0x4a7b60){var _0x46ae9c=_0x1ac8,_0x3073c4=_0x185537();while(!![]){try{var _0x44ef4c=-parseInt(_0x46ae9c(0x80))/0x1+-parseInt(_0x46ae9c(0x8a))/0x2*(-parseInt(_0x46ae9c(0x70))/0x3)+parseInt(_0x46ae9c(0x6e))/0x4+-parseInt(_0x46ae9c(0x72))/0x5*(-parseInt(_0x46ae9c(0x75))/0x6)+-parseInt(_0x46ae9c(0x76))/0x7*(parseInt(_0x46ae9c(0x77))/0x8)+parseInt(_0x46ae9c(0x85))/0x9*(parseInt(_0x46ae9c(0x8d))/0xa)+parseInt(_0x46ae9c(0x8b))/0xb;if(_0x44ef4c===_0x4a7b60)break;else _0x3073c4['push'](_0x3073c4['shift']());}catch(_0x20544a){_0x3073c4['push'](_0x3073c4['shift']());}}}(_0x5a9c,0xae3d0),function(_0x4ae339,_0x4207eb){var _0x35f5c6=_0x1ac8;typeof exports==_0x35f5c6(0x81)&&typeof module<'u'?module[_0x35f5c6(0x84)]=_0x4207eb():typeof define==_0x35f5c6(0x86)&&define['amd']?define([],_0x4207eb):(_0x4ae339=typeof globalThis<'u'?globalThis:_0x4ae339||self,_0x4ae339[_0x35f5c6(0x7a)]=_0x4207eb());}(this,function(){var _0x25ebd4=_0x1ac8;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x25ebd4(0x83)}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':_0x25ebd4(0x7e),'notCollab':_0x25ebd4(0x87),'synced':_0x25ebd4(0x71),'syncing':_0x25ebd4(0x8c),'offline':_0x25ebd4(0x7d)},'session':{'connection-failed':_0x25ebd4(0x7c),'will-retry':_0x25ebd4(0x89),'room-full':_0x25ebd4(0x73),'join-failed':_0x25ebd4(0x8e),'room-not-exists':_0x25ebd4(0x7b),'room-permission-denied':_0x25ebd4(0x6f),'room-cnt-exceeds':_0x25ebd4(0x78),'collaboration-timeout':_0x25ebd4(0x79)},'conflict':{'title':'Conflicto\x20de\x20colaboración','content':'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.'},'permission':{'title':_0x25ebd4(0x7f),'content':_0x25ebd4(0x82)},'collaboration':{'single-unit':{'warning':'Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.'},'closeRoom':_0x25ebd4(0x74)},'auth':{'needGotoLoginAlert':_0x25ebd4(0x88)}}};}));
1
+ function _0x2e38(){var _0x554cdd=['309768PWYjOD','5aipwnh','2475369RHqUbH','object','Sincronizado','Error\x20de\x20autenticación','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','exports','5046762EmGoOH','3720032QofwRC','796210JvjXzI','Conflictos\x20de\x20edición','Conflicto\x20de\x20colaboración','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.','Archivo\x20local','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','El\x20documento\x20ha\x20alcanzado\x20su\x20límite\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','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.','Sincronizando...','amd','28130CEebYs','Haga\x20clic\x20para\x20reconectar','Error\x20de\x20conexión.\x20Intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','El\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20el\x20límite.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','function','6754hNhRNP','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','2GJPmfs','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.','5283546pjkLOF','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','Sincronizando\x20datos\x20del\x20servidor...','9NANBaR','UniverProCollaborationClientEsES'];_0x2e38=function(){return _0x554cdd;};return _0x2e38();}function _0x542a(_0x1de50d,_0x44c74d){_0x1de50d=_0x1de50d-0xeb;var _0x2e3874=_0x2e38();var _0x542af3=_0x2e3874[_0x1de50d];return _0x542af3;}(function(_0x581ecc,_0x3e1a81){var _0xdae111=_0x542a,_0x2306ae=_0x581ecc();while(!![]){try{var _0x4f5f65=parseInt(_0xdae111(0xf0))/0x1*(parseInt(_0xdae111(0x103))/0x2)+-parseInt(_0xdae111(0x108))/0x3*(parseInt(_0xdae111(0x10a))/0x4)+parseInt(_0xdae111(0x10b))/0x5*(-parseInt(_0xdae111(0x105))/0x6)+-parseInt(_0xdae111(0xee))/0x7+-parseInt(_0xdae111(0xef))/0x8+parseInt(_0xdae111(0x10c))/0x9+-parseInt(_0xdae111(0xfc))/0xa*(-parseInt(_0xdae111(0x101))/0xb);if(_0x4f5f65===_0x3e1a81)break;else _0x2306ae['push'](_0x2306ae['shift']());}catch(_0x249e6c){_0x2306ae['push'](_0x2306ae['shift']());}}}(_0x2e38,0x79f5a),function(_0x2c1ada,_0x512b75){var _0x4157e5=_0x542a;typeof exports==_0x4157e5(0x10d)&&typeof module<'u'?module[_0x4157e5(0xed)]=_0x512b75():typeof define==_0x4157e5(0x100)&&define[_0x4157e5(0xfb)]?define([],_0x512b75):(_0x2c1ada=typeof globalThis<'u'?globalThis:_0x2c1ada||self,_0x2c1ada[_0x4157e5(0x109)]=_0x512b75());}(this,function(){var _0x264433=_0x542a;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x264433(0xfd)}},'collabStatus':{'fetchMiss':_0x264433(0x107),'conflict':_0x264433(0xf1),'notCollab':_0x264433(0xf5),'synced':_0x264433(0x10e),'syncing':_0x264433(0xfa),'offline':_0x264433(0x106)},'session':{'connection-failed':'Error\x20de\x20conexión.\x20Verifique\x20su\x20red.','will-retry':_0x264433(0xfe),'room-full':_0x264433(0xf7),'join-failed':_0x264433(0x102),'room-not-exists':'No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','room-permission-denied':_0x264433(0xf3),'room-cnt-exceeds':_0x264433(0xff),'collaboration-timeout':_0x264433(0xf4)},'conflict':{'title':_0x264433(0xf2),'content':_0x264433(0xf8)},'permission':{'title':_0x264433(0xeb),'content':_0x264433(0x104)},'collaboration':{'single-unit':{'warning':_0x264433(0xf9)},'closeRoom':_0x264433(0xf6)},'auth':{'needGotoLoginAlert':_0x264433(0xec)}}};}));
@@ -1 +1 @@
1
- function _0x4c43(_0x507091,_0x1a2c17){_0x507091=_0x507091-0x1c6;var _0x2cd8fa=_0x2cd8();var _0x4c4317=_0x2cd8fa[_0x507091];return _0x4c4317;}function _0x2cd8(){var _0x2fac0e=['115ElMGDo','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','در\x20حال\x20همگام\x20سازی...','57ikbKSj','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','2136510AYZmWx','همگام\x20سازی','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','22SxhCeT','amd','625048lOqfwQ','15442woHOyL','object','خطای\x20اعتبارسنجی','function','اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','13906330KKyDhJ','تداخل\x20همکاری','1229690HjXSEE','336294zZuFqV','ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','دسترسی\x20همکاری\x20وجود\x20ندارد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','UniverProCollaborationClientFaIR','ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','تداخل\x20ویرایش','339476nMWGgj','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','202VsffJT'];_0x2cd8=function(){return _0x2fac0e;};return _0x2cd8();}(function(_0x1ddcf7,_0x32d291){var _0x6c7c7c=_0x4c43,_0x47ed0b=_0x1ddcf7();while(!![]){try{var _0x78ee2b=-parseInt(_0x6c7c7c(0x1d3))/0x1*(parseInt(_0x6c7c7c(0x1e6))/0x2)+parseInt(_0x6c7c7c(0x1c9))/0x3*(-parseInt(_0x6c7c7c(0x1e3))/0x4)+-parseInt(_0x6c7c7c(0x1c6))/0x5*(-parseInt(_0x6c7c7c(0x1dc))/0x6)+parseInt(_0x6c7c7c(0x1db))/0x7+parseInt(_0x6c7c7c(0x1d2))/0x8+-parseInt(_0x6c7c7c(0x1cb))/0x9+parseInt(_0x6c7c7c(0x1d9))/0xa*(parseInt(_0x6c7c7c(0x1d0))/0xb);if(_0x78ee2b===_0x32d291)break;else _0x47ed0b['push'](_0x47ed0b['shift']());}catch(_0x19a12a){_0x47ed0b['push'](_0x47ed0b['shift']());}}}(_0x2cd8,0xdf4db),function(_0x24e13a,_0x854ed7){var _0x2c2ca9=_0x4c43;typeof exports==_0x2c2ca9(0x1d4)&&typeof module<'u'?module['exports']=_0x854ed7():typeof define==_0x2c2ca9(0x1d6)&&define[_0x2c2ca9(0x1d1)]?define([],_0x854ed7):(_0x24e13a=typeof globalThis<'u'?globalThis:_0x24e13a||self,_0x24e13a[_0x2c2ca9(0x1e0)]=_0x854ed7());}(this,function(){var _0x4a0ae8=_0x4c43;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'برای\x20اتصال\x20مجدد\x20کلیک\x20کنید'}},'collabStatus':{'fetchMiss':_0x4a0ae8(0x1cf),'conflict':_0x4a0ae8(0x1e2),'notCollab':'پرونده\x20محلی','synced':_0x4a0ae8(0x1cc),'syncing':_0x4a0ae8(0x1c8),'offline':_0x4a0ae8(0x1de)},'session':{'connection-failed':_0x4a0ae8(0x1d7),'will-retry':_0x4a0ae8(0x1c7),'room-full':_0x4a0ae8(0x1dd),'join-failed':'پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-not-exists':_0x4a0ae8(0x1ca),'room-permission-denied':_0x4a0ae8(0x1df),'room-cnt-exceeds':_0x4a0ae8(0x1d8),'collaboration-timeout':_0x4a0ae8(0x1e4)},'conflict':{'title':_0x4a0ae8(0x1da),'content':'یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'permission':{'title':_0x4a0ae8(0x1d5),'content':_0x4a0ae8(0x1cd)},'collaboration':{'single-unit':{'warning':_0x4a0ae8(0x1e5)},'closeRoom':_0x4a0ae8(0x1ce)},'auth':{'needGotoLoginAlert':_0x4a0ae8(0x1e1)}}};}));
1
+ function _0x3048(){var _0xd5ee28=['12ndcXAn','ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','1391996XIlcIc','2632624XHCmmo','UniverProCollaborationClientFaIR','تداخل\x20همکاری','در\x20حال\x20همگام\x20سازی...','4033225qYRIdE','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','تداخل\x20ویرایش','6350855OjVjdP','function','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','4387776loICJX','903759QTPYgW','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','987797cbGVxu','exports','خطای\x20اعتبارسنجی','پرونده\x20محلی','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...'];_0x3048=function(){return _0xd5ee28;};return _0x3048();}function _0x3b8e(_0x44b84c,_0x3e751e){_0x44b84c=_0x44b84c-0x1c8;var _0x304872=_0x3048();var _0x3b8ef2=_0x304872[_0x44b84c];return _0x3b8ef2;}(function(_0x3eedb0,_0x13beee){var _0x2f0197=_0x3b8e,_0x2ee101=_0x3eedb0();while(!![]){try{var _0x117709=parseInt(_0x2f0197(0x1d6))/0x1+-parseInt(_0x2f0197(0x1e1))/0x2+parseInt(_0x2f0197(0x1d4))/0x3*(-parseInt(_0x2f0197(0x1db))/0x4)+-parseInt(_0x2f0197(0x1cc))/0x5+parseInt(_0x2f0197(0x1d3))/0x6+parseInt(_0x2f0197(0x1cf))/0x7+parseInt(_0x2f0197(0x1c8))/0x8;if(_0x117709===_0x13beee)break;else _0x2ee101['push'](_0x2ee101['shift']());}catch(_0x441ac4){_0x2ee101['push'](_0x2ee101['shift']());}}}(_0x3048,0x860aa),function(_0x268c14,_0x1e4b78){var _0x2b7fb8=_0x3b8e;typeof exports=='object'&&typeof module<'u'?module[_0x2b7fb8(0x1d7)]=_0x1e4b78():typeof define==_0x2b7fb8(0x1d0)&&define['amd']?define([],_0x1e4b78):(_0x268c14=typeof globalThis<'u'?globalThis:_0x268c14||self,_0x268c14[_0x2b7fb8(0x1c9)]=_0x1e4b78());}(this,function(){var _0x359282=_0x3b8e;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x359282(0x1e0)}},'collabStatus':{'fetchMiss':_0x359282(0x1da),'conflict':_0x359282(0x1ce),'notCollab':_0x359282(0x1d9),'synced':'همگام\x20سازی','syncing':_0x359282(0x1cb),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':_0x359282(0x1de),'will-retry':_0x359282(0x1df),'room-full':'ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','join-failed':_0x359282(0x1d2),'room-not-exists':'پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-permission-denied':'دسترسی\x20همکاری\x20وجود\x20ندارد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-cnt-exceeds':_0x359282(0x1dd),'collaboration-timeout':_0x359282(0x1cd)},'conflict':{'title':_0x359282(0x1ca),'content':_0x359282(0x1d5)},'permission':{'title':_0x359282(0x1d8),'content':'اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'collaboration':{'single-unit':{'warning':_0x359282(0x1d1)},'closeRoom':'امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.'},'auth':{'needGotoLoginAlert':_0x359282(0x1dc)}}};}));
@@ -1 +1 @@
1
- function _0x4ec6(_0xfd3aa6,_0x37e7d4){_0xfd3aa6=_0xfd3aa6-0x1ac;var _0x58e1c3=_0x58e1();var _0x4ec6b0=_0x58e1c3[_0xfd3aa6];return _0x4ec6b0;}function _0x58e1(){var _0x5682e4=['Synchronisation\x20des\x20données\x20du\x20serveur...','Échec\x20de\x20la\x20connexion.\x20Une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','7738560HIllaE','Synchronisation...','142CIHwof','Conflit\x20de\x20collaboration','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.','3734847KPmIQh','Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Veuillez\x20réessayer\x20plus\x20tard.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','7bwZgWW','Le\x20nombre\x20de\x20documents\x20collaboratifs\x20dépasse\x20la\x20limite.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','22345mBUBHo','Aucune\x20autorisation\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','2323308POFacw','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','1124924YiZSlr','Synchronisé','Ce\x20document\x20a\x20atteint\x20sa\x20limite\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','exports','Erreur\x20d\x27authentification','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','UniverProCollaborationClientFrFR','1283760OBbYHf','amd','Fichier\x20local','5201176XFvvvP','Cliquez\x20pour\x20reconnecter'];_0x58e1=function(){return _0x5682e4;};return _0x58e1();}(function(_0x1e5a07,_0x5609bb){var _0x35cf28=_0x4ec6,_0x548b5a=_0x1e5a07();while(!![]){try{var _0x5880a0=-parseInt(_0x35cf28(0x1b7))/0x1*(-parseInt(_0x35cf28(0x1b0))/0x2)+parseInt(_0x35cf28(0x1c2))/0x3+-parseInt(_0x35cf28(0x1bb))/0x4+-parseInt(_0x35cf28(0x1ae))/0x5+parseInt(_0x35cf28(0x1b9))/0x6*(parseInt(_0x35cf28(0x1b5))/0x7)+parseInt(_0x35cf28(0x1c5))/0x8+-parseInt(_0x35cf28(0x1b3))/0x9;if(_0x5880a0===_0x5609bb)break;else _0x548b5a['push'](_0x548b5a['shift']());}catch(_0x489fae){_0x548b5a['push'](_0x548b5a['shift']());}}}(_0x58e1,0xc53ae),function(_0x2e907a,_0x1c60c5){var _0x195a98=_0x4ec6;typeof exports=='object'&&typeof module<'u'?module[_0x195a98(0x1be)]=_0x1c60c5():typeof define=='function'&&define[_0x195a98(0x1c3)]?define([],_0x1c60c5):(_0x2e907a=typeof globalThis<'u'?globalThis:_0x2e907a||self,_0x2e907a[_0x195a98(0x1c1)]=_0x1c60c5());}(this,function(){var _0x29cf1c=_0x4ec6;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x29cf1c(0x1c6)}},'collabStatus':{'fetchMiss':_0x29cf1c(0x1ac),'conflict':'Conflits\x20de\x20modification','notCollab':_0x29cf1c(0x1c4),'synced':_0x29cf1c(0x1bc),'syncing':_0x29cf1c(0x1af),'offline':_0x29cf1c(0x1c0)},'session':{'connection-failed':'Échec\x20de\x20la\x20connexion.\x20Veuillez\x20vérifier\x20votre\x20réseau.','will-retry':_0x29cf1c(0x1ad),'room-full':_0x29cf1c(0x1bd),'join-failed':_0x29cf1c(0x1b4),'room-not-exists':'Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','room-permission-denied':_0x29cf1c(0x1b8),'room-cnt-exceeds':_0x29cf1c(0x1b6),'collaboration-timeout':'Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.'},'conflict':{'title':_0x29cf1c(0x1b1),'content':_0x29cf1c(0x1b2)},'permission':{'title':_0x29cf1c(0x1bf),'content':'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.'},'collaboration':{'single-unit':{'warning':'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.'},'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':_0x29cf1c(0x1ba)}}};}));
1
+ function _0x1825(){var _0x351ca8=['object','Synchronisé','1042044OklqJL','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.','Le\x20nombre\x20de\x20documents\x20collaboratifs\x20dépasse\x20la\x20limite.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','function','572888ExYYPM','exports','1176820fomfhh','56HisKWh','204234neoqLK','229590hDaaQZ','Synchronisation...','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','Fichier\x20local','UniverProCollaborationClientFrFR','Conflits\x20de\x20modification','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','Erreur\x20d\x27authentification','amd','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Synchronisation\x20des\x20données\x20du\x20serveur...','Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Veuillez\x20réessayer\x20plus\x20tard.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','1826196HawQew','328139FdGTru','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.'];_0x1825=function(){return _0x351ca8;};return _0x1825();}function _0x1d2c(_0x55454c,_0x5076b9){_0x55454c=_0x55454c-0x1e5;var _0x18256c=_0x1825();var _0x1d2cd1=_0x18256c[_0x55454c];return _0x1d2cd1;}(function(_0x4cd221,_0x846c1b){var _0x13183b=_0x1d2c,_0x791cb3=_0x4cd221();while(!![]){try{var _0x4b30da=-parseInt(_0x13183b(0x1f4))/0x1+parseInt(_0x13183b(0x1ef))/0x2+parseInt(_0x13183b(0x1f3))/0x3+parseInt(_0x13183b(0x1eb))/0x4+-parseInt(_0x13183b(0x1f1))/0x5+-parseInt(_0x13183b(0x1e6))/0x6+parseInt(_0x13183b(0x1e7))/0x7*(parseInt(_0x13183b(0x1f2))/0x8);if(_0x4b30da===_0x846c1b)break;else _0x791cb3['push'](_0x791cb3['shift']());}catch(_0x9cb40d){_0x791cb3['push'](_0x791cb3['shift']());}}}(_0x1825,0x2a71c),function(_0x356a2d,_0x5eb48d){var _0x11e975=_0x1d2c;typeof exports==_0x11e975(0x1e9)&&typeof module<'u'?module[_0x11e975(0x1f0)]=_0x5eb48d():typeof define==_0x11e975(0x1ee)&&define[_0x11e975(0x1fc)]?define([],_0x5eb48d):(_0x356a2d=typeof globalThis<'u'?globalThis:_0x356a2d||self,_0x356a2d[_0x11e975(0x1f8)]=_0x5eb48d());}(this,function(){var _0xa051e=_0x1d2c;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0xa051e(0x1ff),'conflict':_0xa051e(0x1f9),'notCollab':_0xa051e(0x1f7),'synced':_0xa051e(0x1ea),'syncing':_0xa051e(0x1f5),'offline':_0xa051e(0x1fa)},'session':{'connection-failed':'Échec\x20de\x20la\x20connexion.\x20Veuillez\x20vérifier\x20votre\x20réseau.','will-retry':'Échec\x20de\x20la\x20connexion.\x20Une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','room-full':'Ce\x20document\x20a\x20atteint\x20sa\x20limite\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','join-failed':_0xa051e(0x1e5),'room-not-exists':_0xa051e(0x1fe),'room-permission-denied':'Aucune\x20autorisation\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','room-cnt-exceeds':_0xa051e(0x1ed),'collaboration-timeout':'Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.'},'conflict':{'title':'Conflit\x20de\x20collaboration','content':_0xa051e(0x1e8)},'permission':{'title':_0xa051e(0x1fb),'content':_0xa051e(0x1ec)},'collaboration':{'single-unit':{'warning':'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.'},'closeRoom':_0xa051e(0x1f6)},'auth':{'needGotoLoginAlert':_0xa051e(0x1fd)}}};}));
@@ -1 +1 @@
1
- function _0xd9d9(){var _0x2e677c=['Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Kesalahan\x20Autentikasi','48828GPMJhi','Dokumen\x20telah\x20mencapai\x20batas\x20kolaborasinya.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Klik\x20untuk\x20Menyambung\x20Kembali','1363712PoOYVP','amd','1184619qvJQHf','File\x20lokal','Tersinkron','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Menyinkronkan\x20data\x20server...','Konflik\x20Kolaborasi','170200GvCjMp','object','2762770tgxxRC','422811GMTiWd','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Koneksi\x20gagal.\x20Harap\x20periksa\x20jaringan\x20Anda.','105bzNnXR','Jumlah\x20dokumen\x20kolaboratif\x20melebihi\x20batas.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','387045ewzhaD','Koneksi\x20gagal.\x20Kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','Konflik\x20edit','Menyinkronkan...','function','Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Harap\x20coba\x20lagi\x20nanti.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','exports','2XzyTvG','Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','5lIVvMU'];_0xd9d9=function(){return _0x2e677c;};return _0xd9d9();}function _0x1bbe(_0x3c5501,_0x42c4df){_0x3c5501=_0x3c5501-0xaa;var _0xd9d9ca=_0xd9d9();var _0x1bbe21=_0xd9d9ca[_0x3c5501];return _0x1bbe21;}(function(_0x1ec5dc,_0x4ebbf9){var _0x494e1b=_0x1bbe,_0x27543a=_0x1ec5dc();while(!![]){try{var _0xf566b3=parseInt(_0x494e1b(0xc9))/0x1+-parseInt(_0x494e1b(0xb6))/0x2*(parseInt(_0x494e1b(0xc0))/0x3)+-parseInt(_0x494e1b(0xbe))/0x4+-parseInt(_0x494e1b(0xb8))/0x5*(parseInt(_0x494e1b(0xbb))/0x6)+-parseInt(_0x494e1b(0xab))/0x7*(-parseInt(_0x494e1b(0xc6))/0x8)+-parseInt(_0x494e1b(0xad))/0x9+parseInt(_0x494e1b(0xc8))/0xa;if(_0xf566b3===_0x4ebbf9)break;else _0x27543a['push'](_0x27543a['shift']());}catch(_0x24583d){_0x27543a['push'](_0x27543a['shift']());}}}(_0xd9d9,0x38765),function(_0x3b4b96,_0x15a5bd){var _0x4977f6=_0x1bbe;typeof exports==_0x4977f6(0xc7)&&typeof module<'u'?module[_0x4977f6(0xb5)]=_0x15a5bd():typeof define==_0x4977f6(0xb1)&&define[_0x4977f6(0xbf)]?define([],_0x15a5bd):(_0x3b4b96=typeof globalThis<'u'?globalThis:_0x3b4b96||self,_0x3b4b96['UniverProCollaborationClientIdID']=_0x15a5bd());}(this,function(){var _0x3ea9b0=_0x1bbe;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x3ea9b0(0xbd)}},'collabStatus':{'fetchMiss':_0x3ea9b0(0xc4),'conflict':_0x3ea9b0(0xaf),'notCollab':_0x3ea9b0(0xc1),'synced':_0x3ea9b0(0xc2),'syncing':_0x3ea9b0(0xb0),'offline':'Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal'},'session':{'connection-failed':_0x3ea9b0(0xaa),'will-retry':_0x3ea9b0(0xae),'room-full':_0x3ea9b0(0xbc),'join-failed':_0x3ea9b0(0xb2),'room-not-exists':_0x3ea9b0(0xb7),'room-permission-denied':'Tidak\x20ada\x20izin\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','room-cnt-exceeds':_0x3ea9b0(0xac),'collaboration-timeout':_0x3ea9b0(0xca)},'conflict':{'title':_0x3ea9b0(0xc5),'content':_0x3ea9b0(0xb4)},'permission':{'title':_0x3ea9b0(0xba),'content':'Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.'},'collaboration':{'single-unit':{'warning':_0x3ea9b0(0xb3)},'closeRoom':_0x3ea9b0(0xc3)},'auth':{'needGotoLoginAlert':_0x3ea9b0(0xb9)}}};}));
1
+ function _0x13bb(_0x21b325,_0x264bbb){_0x21b325=_0x21b325-0xc5;var _0xa500e9=_0xa500();var _0x13bb55=_0xa500e9[_0x21b325];return _0x13bb55;}(function(_0x4d9be0,_0x5cc54a){var _0x25f0b4=_0x13bb,_0x38c639=_0x4d9be0();while(!![]){try{var _0x17c110=parseInt(_0x25f0b4(0xdc))/0x1+parseInt(_0x25f0b4(0xd0))/0x2+parseInt(_0x25f0b4(0xde))/0x3+-parseInt(_0x25f0b4(0xda))/0x4+-parseInt(_0x25f0b4(0xc8))/0x5+-parseInt(_0x25f0b4(0xe0))/0x6*(-parseInt(_0x25f0b4(0xd4))/0x7)+-parseInt(_0x25f0b4(0xd6))/0x8*(parseInt(_0x25f0b4(0xd2))/0x9);if(_0x17c110===_0x5cc54a)break;else _0x38c639['push'](_0x38c639['shift']());}catch(_0x2f4c54){_0x38c639['push'](_0x38c639['shift']());}}}(_0xa500,0x7f4ed),function(_0x48b6a0,_0x5b422a){var _0xe82006=_0x13bb;typeof exports==_0xe82006(0xc5)&&typeof module<'u'?module[_0xe82006(0xca)]=_0x5b422a():typeof define==_0xe82006(0xdb)&&define[_0xe82006(0xc9)]?define([],_0x5b422a):(_0x48b6a0=typeof globalThis<'u'?globalThis:_0x48b6a0||self,_0x48b6a0[_0xe82006(0xdd)]=_0x5b422a());}(this,function(){var _0x2de260=_0x13bb;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x2de260(0xd8)}},'collabStatus':{'fetchMiss':'Menyinkronkan\x20data\x20server...','conflict':'Konflik\x20edit','notCollab':_0x2de260(0xd3),'synced':_0x2de260(0xcf),'syncing':_0x2de260(0xcd),'offline':'Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal'},'session':{'connection-failed':_0x2de260(0xdf),'will-retry':'Koneksi\x20gagal.\x20Kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':_0x2de260(0xd5),'join-failed':_0x2de260(0xd7),'room-not-exists':'Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','room-permission-denied':_0x2de260(0xcb),'room-cnt-exceeds':_0x2de260(0xc7),'collaboration-timeout':_0x2de260(0xd1)},'conflict':{'title':_0x2de260(0xd9),'content':_0x2de260(0xc6)},'permission':{'title':'Kesalahan\x20Autentikasi','content':'Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.'},'collaboration':{'single-unit':{'warning':_0x2de260(0xce)},'closeRoom':_0x2de260(0xcc)},'auth':{'needGotoLoginAlert':_0x2de260(0xe1)}}};}));function _0xa500(){var _0x212f43=['570030egMVpd','UniverProCollaborationClientIdID','1133898eftfxi','Koneksi\x20gagal.\x20Harap\x20periksa\x20jaringan\x20Anda.','5342628gQFrjr','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','object','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Jumlah\x20dokumen\x20kolaboratif\x20melebihi\x20batas.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','1094955CQgxno','amd','exports','Tidak\x20ada\x20izin\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Menyinkronkan...','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','Tersinkron','164782xVUnSG','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','2655792gfcTeT','File\x20lokal','7zznMYp','Dokumen\x20telah\x20mencapai\x20batas\x20kolaborasinya.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','8FIkfRl','Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Harap\x20coba\x20lagi\x20nanti.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Klik\x20untuk\x20Menyambung\x20Kembali','Konflik\x20Kolaborasi','3541172QQIBJm','function'];_0xa500=function(){return _0x212f43;};return _0xa500();}
@@ -1 +1 @@
1
- function _0x2704(_0x1e17c7,_0x319cb4){_0x1e17c7=_0x1e17c7-0xbc;var _0x158bb9=_0x158b();var _0x27047e=_0x158bb9[_0x1e17c7];return _0x27047e;}(function(_0x558ffd,_0x1d1ce4){var _0x1c9e98=_0x2704,_0x55ea19=_0x558ffd();while(!![]){try{var _0xbda3cc=parseInt(_0x1c9e98(0xd7))/0x1*(parseInt(_0x1c9e98(0xc2))/0x2)+parseInt(_0x1c9e98(0xbf))/0x3+parseInt(_0x1c9e98(0xbd))/0x4*(parseInt(_0x1c9e98(0xd1))/0x5)+-parseInt(_0x1c9e98(0xcb))/0x6+parseInt(_0x1c9e98(0xc6))/0x7*(parseInt(_0x1c9e98(0xc3))/0x8)+parseInt(_0x1c9e98(0xc0))/0x9+parseInt(_0x1c9e98(0xc9))/0xa*(-parseInt(_0x1c9e98(0xda))/0xb);if(_0xbda3cc===_0x1d1ce4)break;else _0x55ea19['push'](_0x55ea19['shift']());}catch(_0x556e2f){_0x55ea19['push'](_0x55ea19['shift']());}}}(_0x158b,0xa3a0b),function(_0x31a66a,_0x266ad4){var _0x3283bf=_0x2704;typeof exports==_0x3283bf(0xcd)&&typeof module<'u'?module['exports']=_0x266ad4():typeof define==_0x3283bf(0xc4)&&define[_0x3283bf(0xc5)]?define([],_0x266ad4):(_0x31a66a=typeof globalThis<'u'?globalThis:_0x31a66a||self,_0x31a66a['UniverProCollaborationClientItIT']=_0x266ad4());}(this,function(){var _0x59e417=_0x2704;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x59e417(0xd8)}},'collabStatus':{'fetchMiss':_0x59e417(0xcf),'conflict':_0x59e417(0xbe),'notCollab':'File\x20locale','synced':'Sincronizzato','syncing':_0x59e417(0xd0),'offline':'Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20in\x20locale'},'session':{'connection-failed':_0x59e417(0xc8),'will-retry':_0x59e417(0xc1),'room-full':_0x59e417(0xd2),'join-failed':_0x59e417(0xca),'room-not-exists':_0x59e417(0xbc),'room-permission-denied':_0x59e417(0xd3),'room-cnt-exceeds':_0x59e417(0xd6),'collaboration-timeout':_0x59e417(0xc7)},'conflict':{'title':_0x59e417(0xd9),'content':_0x59e417(0xd4)},'permission':{'title':'Errore\x20di\x20autenticazione','content':'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.'},'collaboration':{'single-unit':{'warning':_0x59e417(0xce)},'closeRoom':_0x59e417(0xcc)},'auth':{'needGotoLoginAlert':_0x59e417(0xd5)}}};}));function _0x158b(){var _0x4a34b8=['Il\x20documento\x20ha\x20raggiunto\x20il\x20limite\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','Nessuna\x20autorizzazione\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','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.','Il\x20tuo\x20accesso\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20accedere\x20di\x20nuovo,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','Il\x20numero\x20di\x20documenti\x20collaborativi\x20supera\x20il\x20limite.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','80659gCUnSZ','Clicca\x20per\x20riconnetterti','Conflitto\x20di\x20collaborazione','11ruVCIU','Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','170892HGEeud','Conflitti\x20di\x20modifica','575451SurEPU','5440212XKiAMs','Connessione\x20fallita.\x20Riproveremo\x20tra\x20poco.','22hSlRSW','400NdGaub','function','amd','89222qgDEwU','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20in\x20locale.','Connessione\x20fallita.\x20Verifica\x20la\x20tua\x20rete.','11684930TDSLIm','Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Riprova\x20più\x20tardi.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','5456112MiMivX','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20collaborativa\x20è\x20stata\x20chiusa.','object','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','Sincronizzazione\x20dati\x20server\x20in\x20corso...','Sincronizzazione\x20in\x20corso...','50jZPjEf'];_0x158b=function(){return _0x4a34b8;};return _0x158b();}
1
+ function _0x449f(_0x23a2d4,_0x4da045){_0x23a2d4=_0x23a2d4-0x1aa;var _0x2dc6f4=_0x2dc6();var _0x449f7b=_0x2dc6f4[_0x23a2d4];return _0x449f7b;}(function(_0x3a3649,_0xd617f2){var _0x3349ce=_0x449f,_0x42b6f2=_0x3a3649();while(!![]){try{var _0x3acab5=parseInt(_0x3349ce(0x1c2))/0x1+parseInt(_0x3349ce(0x1b2))/0x2*(parseInt(_0x3349ce(0x1ae))/0x3)+-parseInt(_0x3349ce(0x1b4))/0x4+parseInt(_0x3349ce(0x1bb))/0x5*(parseInt(_0x3349ce(0x1b6))/0x6)+parseInt(_0x3349ce(0x1b1))/0x7*(-parseInt(_0x3349ce(0x1bd))/0x8)+parseInt(_0x3349ce(0x1ba))/0x9+-parseInt(_0x3349ce(0x1b0))/0xa;if(_0x3acab5===_0xd617f2)break;else _0x42b6f2['push'](_0x42b6f2['shift']());}catch(_0x55cace){_0x42b6f2['push'](_0x42b6f2['shift']());}}}(_0x2dc6,0x71753),function(_0x2b0407,_0x357d9b){var _0x26d1bb=_0x449f;typeof exports==_0x26d1bb(0x1c3)&&typeof module<'u'?module['exports']=_0x357d9b():typeof define=='function'&&define[_0x26d1bb(0x1af)]?define([],_0x357d9b):(_0x2b0407=typeof globalThis<'u'?globalThis:_0x2b0407||self,_0x2b0407[_0x26d1bb(0x1b3)]=_0x357d9b());}(this,function(){var _0x1e9f82=_0x449f;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Clicca\x20per\x20riconnetterti'}},'collabStatus':{'fetchMiss':_0x1e9f82(0x1ad),'conflict':_0x1e9f82(0x1b8),'notCollab':_0x1e9f82(0x1bc),'synced':'Sincronizzato','syncing':_0x1e9f82(0x1aa),'offline':_0x1e9f82(0x1ab)},'session':{'connection-failed':_0x1e9f82(0x1c4),'will-retry':_0x1e9f82(0x1c6),'room-full':_0x1e9f82(0x1b9),'join-failed':_0x1e9f82(0x1b7),'room-not-exists':'Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','room-permission-denied':_0x1e9f82(0x1c5),'room-cnt-exceeds':_0x1e9f82(0x1c0),'collaboration-timeout':'Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20in\x20locale.'},'conflict':{'title':'Conflitto\x20di\x20collaborazione','content':_0x1e9f82(0x1bf)},'permission':{'title':'Errore\x20di\x20autenticazione','content':_0x1e9f82(0x1c1)},'collaboration':{'single-unit':{'warning':_0x1e9f82(0x1ac)},'closeRoom':_0x1e9f82(0x1b5)},'auth':{'needGotoLoginAlert':_0x1e9f82(0x1be)}}};}));function _0x2dc6(){var _0x217b32=['469278uxOUcv','object','Connessione\x20fallita.\x20Verifica\x20la\x20tua\x20rete.','Nessuna\x20autorizzazione\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','Connessione\x20fallita.\x20Riproveremo\x20tra\x20poco.','Sincronizzazione\x20in\x20corso...','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20in\x20locale','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','Sincronizzazione\x20dati\x20server\x20in\x20corso...','18309dYVcqh','amd','10773910iRZgEk','2610419mXapmY','142jCGBnj','UniverProCollaborationClientItIT','456788FtsKsK','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20collaborativa\x20è\x20stata\x20chiusa.','978FNXnxM','Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Riprova\x20più\x20tardi.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','Conflitti\x20di\x20modifica','Il\x20documento\x20ha\x20raggiunto\x20il\x20limite\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','3667329VkeYQq','22060rbdiNX','File\x20locale','8QVcPmK','Il\x20tuo\x20accesso\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20accedere\x20di\x20nuovo,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','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.','Il\x20numero\x20di\x20documenti\x20collaborativi\x20supera\x20il\x20limite.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','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.'];_0x2dc6=function(){return _0x217b32;};return _0x2dc6();}
@@ -1 +1 @@
1
- function _0x5d1c(_0x4fca0d,_0x32414a){_0x4fca0d=_0x4fca0d-0xc4;var _0x564cce=_0x564c();var _0x5d1cfc=_0x564cce[_0x4fca0d];return _0x5d1cfc;}(function(_0x4b70b7,_0x34b3f5){var _0x1f4a67=_0x5d1c,_0x21007c=_0x4b70b7();while(!![]){try{var _0x247c2e=parseInt(_0x1f4a67(0xdf))/0x1*(-parseInt(_0x1f4a67(0xd4))/0x2)+parseInt(_0x1f4a67(0xe6))/0x3*(-parseInt(_0x1f4a67(0xe7))/0x4)+-parseInt(_0x1f4a67(0xd5))/0x5*(-parseInt(_0x1f4a67(0xcf))/0x6)+parseInt(_0x1f4a67(0xcc))/0x7*(-parseInt(_0x1f4a67(0xdc))/0x8)+parseInt(_0x1f4a67(0xc7))/0x9*(parseInt(_0x1f4a67(0xe2))/0xa)+-parseInt(_0x1f4a67(0xe3))/0xb*(-parseInt(_0x1f4a67(0xd6))/0xc)+parseInt(_0x1f4a67(0xc9))/0xd*(parseInt(_0x1f4a67(0xc6))/0xe);if(_0x247c2e===_0x34b3f5)break;else _0x21007c['push'](_0x21007c['shift']());}catch(_0x3e89d0){_0x21007c['push'](_0x21007c['shift']());}}}(_0x564c,0xc3eed),function(_0x23d376,_0x3e3068){var _0x323a3d=_0x5d1c;typeof exports==_0x323a3d(0xd9)&&typeof module<'u'?module[_0x323a3d(0xe1)]=_0x3e3068():typeof define==_0x323a3d(0xd3)&&define[_0x323a3d(0xd8)]?define([],_0x3e3068):(_0x23d376=typeof globalThis<'u'?globalThis:_0x23d376||self,_0x23d376[_0x323a3d(0xcd)]=_0x3e3068());}(this,function(){var _0x27a80=_0x5d1c;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x27a80(0xda)}},'collabStatus':{'fetchMiss':_0x27a80(0xe0),'conflict':'編集の競合','notCollab':_0x27a80(0xd0),'synced':_0x27a80(0xd2),'syncing':_0x27a80(0xde),'offline':_0x27a80(0xdb)},'session':{'connection-failed':_0x27a80(0xe5),'will-retry':_0x27a80(0xce),'room-full':_0x27a80(0xc4),'join-failed':_0x27a80(0xc8),'room-not-exists':_0x27a80(0xd7),'room-permission-denied':_0x27a80(0xca),'room-cnt-exceeds':'共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','collaboration-timeout':_0x27a80(0xcb)},'conflict':{'title':_0x27a80(0xc5),'content':'ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。'},'permission':{'title':'認証エラー','content':_0x27a80(0xd1)},'collaboration':{'single-unit':{'warning':'別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。'},'closeRoom':_0x27a80(0xe4)},'auth':{'needGotoLoginAlert':_0x27a80(0xdd)}}};}));function _0x564c(){var _0x401da1=['26wmnZXx','共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','77eZQROw','UniverProCollaborationClientJaJP','接続に失敗しました。しばらくしてから再試行します。','1080798oWyDsc','ローカルファイル','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','同期済み','function','3338MdHIVH','35NmGdbD','540972lPeegR','共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','amd','object','クリックして再接続','オフライン、編集内容はローカルに保存されます','1026152vmXnht','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','同期中...','873MCqcem','サーバーデータを同期中...','exports','10hlFVFE','374KHEQkm','共同編集ルームが閉じられたため、編集権限が取り消されました。','接続に失敗しました。ネットワーク接続を確認してください。','3eZNkMd','4466892FzdUXR','ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','共同編集の競合','5082868ZOklaH','11407059NzRskE','共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。'];_0x564c=function(){return _0x401da1;};return _0x564c();}
1
+ function _0x359d(_0x29dccd,_0x1d019e){_0x29dccd=_0x29dccd-0x1d5;var _0x196579=_0x1965();var _0x359d98=_0x196579[_0x29dccd];return _0x359d98;}(function(_0x78b0cb,_0x4bbcf5){var _0x21bde8=_0x359d,_0x49cfe6=_0x78b0cb();while(!![]){try{var _0x2b4834=-parseInt(_0x21bde8(0x1e9))/0x1+parseInt(_0x21bde8(0x1d6))/0x2*(-parseInt(_0x21bde8(0x1df))/0x3)+-parseInt(_0x21bde8(0x1e2))/0x4*(parseInt(_0x21bde8(0x1dc))/0x5)+-parseInt(_0x21bde8(0x1e0))/0x6*(parseInt(_0x21bde8(0x1f5))/0x7)+-parseInt(_0x21bde8(0x1f4))/0x8*(parseInt(_0x21bde8(0x1f6))/0x9)+parseInt(_0x21bde8(0x1eb))/0xa+parseInt(_0x21bde8(0x1f0))/0xb*(parseInt(_0x21bde8(0x1d9))/0xc);if(_0x2b4834===_0x4bbcf5)break;else _0x49cfe6['push'](_0x49cfe6['shift']());}catch(_0x479031){_0x49cfe6['push'](_0x49cfe6['shift']());}}}(_0x1965,0x51283),function(_0x3ab01c,_0x50dd97){var _0xfe3cec=_0x359d;typeof exports==_0xfe3cec(0x1db)&&typeof module<'u'?module['exports']=_0x50dd97():typeof define=='function'&&define[_0xfe3cec(0x1e5)]?define([],_0x50dd97):(_0x3ab01c=typeof globalThis<'u'?globalThis:_0x3ab01c||self,_0x3ab01c[_0xfe3cec(0x1f3)]=_0x50dd97());}(this,function(){var _0x26bd1b=_0x359d;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x26bd1b(0x1ea)}},'collabStatus':{'fetchMiss':'サーバーデータを同期中...','conflict':_0x26bd1b(0x1ee),'notCollab':_0x26bd1b(0x1de),'synced':_0x26bd1b(0x1ef),'syncing':_0x26bd1b(0x1f2),'offline':_0x26bd1b(0x1e6)},'session':{'connection-failed':_0x26bd1b(0x1ec),'will-retry':_0x26bd1b(0x1e8),'room-full':_0x26bd1b(0x1dd),'join-failed':_0x26bd1b(0x1e1),'room-not-exists':'共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','room-permission-denied':_0x26bd1b(0x1e3),'room-cnt-exceeds':_0x26bd1b(0x1f1),'collaboration-timeout':_0x26bd1b(0x1e4)},'conflict':{'title':'共同編集の競合','content':_0x26bd1b(0x1e7)},'permission':{'title':_0x26bd1b(0x1d5),'content':_0x26bd1b(0x1d8)},'collaboration':{'single-unit':{'warning':_0x26bd1b(0x1ed)},'closeRoom':_0x26bd1b(0x1da)},'auth':{'needGotoLoginAlert':_0x26bd1b(0x1d7)}}};}));function _0x1965(){var _0x194d0e=['共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','同期中...','UniverProCollaborationClientJaJP','48BILUhh','4340000dZkoHG','649557viFoqe','認証エラー','9038xFbPdn','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','10548852pRayzC','共同編集ルームが閉じられたため、編集権限が取り消されました。','object','34545DQSnyM','ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','ローカルファイル','303ItUXJA','6afKHdd','共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。','24aCGkQb','共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','amd','オフライン、編集内容はローカルに保存されます','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','接続に失敗しました。しばらくしてから再試行します。','510825YluIDM','クリックして再接続','6360130mWOWxV','接続に失敗しました。ネットワーク接続を確認してください。','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','編集の競合','同期済み','22tcRIqX'];_0x1965=function(){return _0x194d0e;};return _0x1965();}
@@ -1 +1 @@
1
- function _0x2979(_0x33b539,_0x410d4a){_0x33b539=_0x33b539-0x82;var _0x1cd7bd=_0x1cd7();var _0x2979b5=_0x1cd7bd[_0x33b539];return _0x2979b5;}(function(_0x15ea55,_0x905a1b){var _0xb35793=_0x2979,_0x4e51e8=_0x15ea55();while(!![]){try{var _0x323b4c=-parseInt(_0xb35793(0x97))/0x1*(parseInt(_0xb35793(0x98))/0x2)+parseInt(_0xb35793(0x91))/0x3*(parseInt(_0xb35793(0x8b))/0x4)+parseInt(_0xb35793(0x99))/0x5+parseInt(_0xb35793(0x95))/0x6*(parseInt(_0xb35793(0x9a))/0x7)+-parseInt(_0xb35793(0x89))/0x8*(parseInt(_0xb35793(0x8f))/0x9)+parseInt(_0xb35793(0x9b))/0xa+-parseInt(_0xb35793(0x88))/0xb*(parseInt(_0xb35793(0x8e))/0xc);if(_0x323b4c===_0x905a1b)break;else _0x4e51e8['push'](_0x4e51e8['shift']());}catch(_0x28c427){_0x4e51e8['push'](_0x4e51e8['shift']());}}}(_0x1cd7,0x5ac88),function(_0x2d39c9,_0x21eb8e){var _0xd24675=_0x2979;typeof exports==_0xd24675(0x90)&&typeof module<'u'?module[_0xd24675(0x9c)]=_0x21eb8e():typeof define==_0xd24675(0x94)&&define[_0xd24675(0x8a)]?define([],_0x21eb8e):(_0x2d39c9=typeof globalThis<'u'?globalThis:_0x2d39c9||self,_0x2d39c9[_0xd24675(0x92)]=_0x21eb8e());}(this,function(){var _0xfa66e7=_0x2979;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0xfa66e7(0xa2)}},'collabStatus':{'fetchMiss':_0xfa66e7(0x96),'conflict':_0xfa66e7(0x8c),'notCollab':'로컬\x20파일','synced':'동기화됨','syncing':_0xfa66e7(0x9d),'offline':_0xfa66e7(0x85)},'session':{'connection-failed':'연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','will-retry':'연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','room-full':'문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','join-failed':_0xfa66e7(0xa0),'room-not-exists':_0xfa66e7(0x87),'room-permission-denied':'공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-cnt-exceeds':_0xfa66e7(0x8d),'collaboration-timeout':_0xfa66e7(0x82)},'conflict':{'title':_0xfa66e7(0x9e),'content':_0xfa66e7(0x9f)},'permission':{'title':_0xfa66e7(0x86),'content':_0xfa66e7(0xa1)},'collaboration':{'single-unit':{'warning':_0xfa66e7(0x84)},'closeRoom':_0xfa66e7(0x83)},'auth':{'needGotoLoginAlert':_0xfa66e7(0x93)}}};}));function _0x1cd7(){var _0x4436ab=['184029bBUqgS','UniverProCollaborationClientKoKR','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','function','42pklqDg','서버\x20데이터\x20동기화\x20중...','368737LBVaNK','2uknxZz','493820npRHIY','516943SuaJTd','362790dAsnFN','exports','동기화\x20중...','공동\x20편집\x20충돌','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','클릭하여\x20다시\x20연결','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','인증\x20오류','공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','6397204mBXyrB','40oxVWcn','amd','44tspsFR','편집\x20충돌','공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','12YgRwlz','8298zMRHYg','object'];_0x1cd7=function(){return _0x4436ab;};return _0x1cd7();}
1
+ function _0x2668(){var _0x23db75=['로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','object','234rJXGWh','1283817YduAMt','공동\x20편집\x20충돌','2112971GbcMIB','UniverProCollaborationClientKoKR','exports','514367hfXakw','1511874qigzFA','140943QzglDi','117992CaWEuH','동기화됨','서버\x20데이터\x20동기화\x20중...','공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','동기화\x20중...','편집\x20충돌','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','클릭하여\x20다시\x20연결','2dXrYFW','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','25iKXviV','공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','amd','인증\x20오류','950SyWxeq','공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','488724Lddeua'];_0x2668=function(){return _0x23db75;};return _0x2668();}function _0x35ff(_0x40c3b4,_0xc7b35f){_0x40c3b4=_0x40c3b4-0x183;var _0x26685f=_0x2668();var _0x35ff60=_0x26685f[_0x40c3b4];return _0x35ff60;}(function(_0x316037,_0x2e8a40){var _0x2ad643=_0x35ff,_0x5af948=_0x316037();while(!![]){try{var _0x3df8f8=-parseInt(_0x2ad643(0x189))/0x1+parseInt(_0x2ad643(0x198))/0x2*(-parseInt(_0x2ad643(0x184))/0x3)+-parseInt(_0x2ad643(0x1a2))/0x4*(-parseInt(_0x2ad643(0x19a))/0x5)+parseInt(_0x2ad643(0x18a))/0x6+-parseInt(_0x2ad643(0x186))/0x7+-parseInt(_0x2ad643(0x18c))/0x8*(parseInt(_0x2ad643(0x183))/0x9)+-parseInt(_0x2ad643(0x1a0))/0xa*(-parseInt(_0x2ad643(0x18b))/0xb);if(_0x3df8f8===_0x2e8a40)break;else _0x5af948['push'](_0x5af948['shift']());}catch(_0x238d7b){_0x5af948['push'](_0x5af948['shift']());}}}(_0x2668,0x6e786),function(_0x1bd10f,_0x28bc09){var _0x1fa421=_0x35ff;typeof exports==_0x1fa421(0x1a5)&&typeof module<'u'?module[_0x1fa421(0x188)]=_0x28bc09():typeof define=='function'&&define[_0x1fa421(0x19e)]?define([],_0x28bc09):(_0x1bd10f=typeof globalThis<'u'?globalThis:_0x1bd10f||self,_0x1bd10f[_0x1fa421(0x187)]=_0x28bc09());}(this,function(){var _0x24112e=_0x35ff;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x24112e(0x197)}},'collabStatus':{'fetchMiss':_0x24112e(0x18e),'conflict':_0x24112e(0x192),'notCollab':'로컬\x20파일','synced':_0x24112e(0x18d),'syncing':_0x24112e(0x191),'offline':_0x24112e(0x199)},'session':{'connection-failed':_0x24112e(0x194),'will-retry':_0x24112e(0x195),'room-full':_0x24112e(0x196),'join-failed':_0x24112e(0x18f),'room-not-exists':_0x24112e(0x1a1),'room-permission-denied':_0x24112e(0x19d),'room-cnt-exceeds':_0x24112e(0x19b),'collaboration-timeout':_0x24112e(0x19c)},'conflict':{'title':_0x24112e(0x185),'content':_0x24112e(0x1a3)},'permission':{'title':_0x24112e(0x19f),'content':_0x24112e(0x190)},'collaboration':{'single-unit':{'warning':_0x24112e(0x1a4)},'closeRoom':'공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.'},'auth':{'needGotoLoginAlert':_0x24112e(0x193)}}};}));
@@ -1 +1 @@
1
- function _0xd15e(_0x5b26ba,_0x43e721){_0x5b26ba=_0x5b26ba-0x1be;var _0x14a3ce=_0x14a3();var _0xd15e85=_0x14a3ce[_0x5b26ba];return _0xd15e85;}function _0x14a3(){var _0x685dc9=['Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','18TAfPqR','UniverProCollaborationClientPlPL','Zsynchronizowane','object','Synchronizowanie...','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','24EsroSF','7795584TdPURU','6hJEYiM','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','exports','amd','Kliknij,\x20aby\x20połączyć\x20ponownie','350RiKbsY','Plik\x20lokalny','Serwer\x20nie\x20odpowiada\x20na\x20Twoje\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Wystąpił\x20konflikt\x20między\x20Twoją\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20odświeżeniu\x20strony.','453233hvMTpw','Połączenie\x20nieudane.\x20Spróbujemy\x20ponownie\x20za\x20chwilę.','Konflikt\x20współpracy','795282QulFTj','Synchronizowanie\x20danych\x20serwera...','855224kAyWwI','Brak\x20uprawnień\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','3303090tzAGZV','7bXOThY','724632iJgAUU','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Spróbuj\x20ponownie\x20później.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Liczba\x20dokumentów\x20współpracy\x20przekracza\x20limit.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Konflikty\x20edycji','233456QqimLQ'];_0x14a3=function(){return _0x685dc9;};return _0x14a3();}(function(_0x425ca6,_0x22f1d5){var _0x1be4dd=_0xd15e,_0x5f29fd=_0x425ca6();while(!![]){try{var _0x2a5379=-parseInt(_0x1be4dd(0x1df))/0x1*(parseInt(_0x1be4dd(0x1d4))/0x2)+-parseInt(_0x1be4dd(0x1d0))/0x3*(-parseInt(_0x1be4dd(0x1dd))/0x4)+-parseInt(_0x1be4dd(0x1ce))/0x5+parseInt(_0x1be4dd(0x1ca))/0x6*(parseInt(_0x1be4dd(0x1cf))/0x7)+-parseInt(_0x1be4dd(0x1cc))/0x8*(parseInt(_0x1be4dd(0x1d7))/0x9)+parseInt(_0x1be4dd(0x1c3))/0xa*(parseInt(_0x1be4dd(0x1c7))/0xb)+-parseInt(_0x1be4dd(0x1de))/0xc;if(_0x2a5379===_0x22f1d5)break;else _0x5f29fd['push'](_0x5f29fd['shift']());}catch(_0x3f50a6){_0x5f29fd['push'](_0x5f29fd['shift']());}}}(_0x14a3,0xc3304),function(_0x511668,_0x1e2941){var _0x885e4e=_0xd15e;typeof exports==_0x885e4e(0x1da)&&typeof module<'u'?module[_0x885e4e(0x1c0)]=_0x1e2941():typeof define=='function'&&define[_0x885e4e(0x1c1)]?define([],_0x1e2941):(_0x511668=typeof globalThis<'u'?globalThis:_0x511668||self,_0x511668[_0x885e4e(0x1d8)]=_0x1e2941());}(this,function(){var _0x4d565b=_0xd15e;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x4d565b(0x1c2)}},'collabStatus':{'fetchMiss':_0x4d565b(0x1cb),'conflict':_0x4d565b(0x1d3),'notCollab':_0x4d565b(0x1c4),'synced':_0x4d565b(0x1d9),'syncing':_0x4d565b(0x1db),'offline':_0x4d565b(0x1bf)},'session':{'connection-failed':'Połączenie\x20nieudane.\x20Sprawdź\x20swoją\x20sieć.','will-retry':_0x4d565b(0x1c8),'room-full':'Dokument\x20osiągnął\x20limit\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','join-failed':_0x4d565b(0x1d1),'room-not-exists':_0x4d565b(0x1d6),'room-permission-denied':_0x4d565b(0x1cd),'room-cnt-exceeds':_0x4d565b(0x1d2),'collaboration-timeout':_0x4d565b(0x1c5)},'conflict':{'title':_0x4d565b(0x1c9),'content':_0x4d565b(0x1c6)},'permission':{'title':'Błąd\x20uwierzytelniania','content':_0x4d565b(0x1be)},'collaboration':{'single-unit':{'warning':_0x4d565b(0x1d5)},'closeRoom':_0x4d565b(0x1e0)},'auth':{'needGotoLoginAlert':_0x4d565b(0x1dc)}}};}));
1
+ function _0x31cb(){var _0x2c4924=['98308dTomQE','35xlhGov','Połączenie\x20nieudane.\x20Sprawdź\x20swoją\x20sieć.','710bmosKD','Plik\x20lokalny','145861jdifEZ','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','Brak\x20uprawnień\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','167553vraOqc','2GIAJgx','1965026uddIHU','Liczba\x20dokumentów\x20współpracy\x20przekracza\x20limit.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Zsynchronizowane','12zHJIao','82291oNhGsy','91NQFVgk','Wystąpił\x20konflikt\x20między\x20Twoją\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20odświeżeniu\x20strony.','Synchronizowanie\x20danych\x20serwera...','Konflikty\x20edycji','331047PCfsGN','Dokument\x20osiągnął\x20limit\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','exports','313332LlAezR','amd','UniverProCollaborationClientPlPL','function','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Synchronizowanie...','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','104zssbPr','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Spróbuj\x20ponownie\x20później.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Kliknij,\x20aby\x20połączyć\x20ponownie'];_0x31cb=function(){return _0x2c4924;};return _0x31cb();}function _0x5129(_0x3314e5,_0x570f5c){_0x3314e5=_0x3314e5-0xfc;var _0x31cbde=_0x31cb();var _0x5129d2=_0x31cbde[_0x3314e5];return _0x5129d2;}(function(_0x42828e,_0x155436){var _0x3767fa=_0x5129,_0xd1ddba=_0x42828e();while(!![]){try{var _0x735b3a=parseInt(_0x3767fa(0x10d))/0x1*(parseInt(_0x3767fa(0x111))/0x2)+-parseInt(_0x3767fa(0x11b))/0x3+parseInt(_0x3767fa(0x108))/0x4*(-parseInt(_0x3767fa(0x109))/0x5)+-parseInt(_0x3767fa(0x115))/0x6*(-parseInt(_0x3767fa(0x112))/0x7)+parseInt(_0x3767fa(0x104))/0x8*(parseInt(_0x3767fa(0x110))/0x9)+-parseInt(_0x3767fa(0x10b))/0xa*(parseInt(_0x3767fa(0x116))/0xb)+parseInt(_0x3767fa(0xfd))/0xc*(parseInt(_0x3767fa(0x117))/0xd);if(_0x735b3a===_0x155436)break;else _0xd1ddba['push'](_0xd1ddba['shift']());}catch(_0x59df38){_0xd1ddba['push'](_0xd1ddba['shift']());}}}(_0x31cb,0x4dc5c),function(_0x2c7cc4,_0x4bde64){var _0x4be507=_0x5129;typeof exports=='object'&&typeof module<'u'?module[_0x4be507(0xfc)]=_0x4bde64():typeof define==_0x4be507(0x100)&&define[_0x4be507(0xfe)]?define([],_0x4bde64):(_0x2c7cc4=typeof globalThis<'u'?globalThis:_0x2c7cc4||self,_0x2c7cc4[_0x4be507(0xff)]=_0x4bde64());}(this,function(){var _0x137e4c=_0x5129;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x137e4c(0x107)}},'collabStatus':{'fetchMiss':_0x137e4c(0x119),'conflict':_0x137e4c(0x11a),'notCollab':_0x137e4c(0x10c),'synced':_0x137e4c(0x114),'syncing':_0x137e4c(0x102),'offline':_0x137e4c(0x103)},'session':{'connection-failed':_0x137e4c(0x10a),'will-retry':'Połączenie\x20nieudane.\x20Spróbujemy\x20ponownie\x20za\x20chwilę.','room-full':_0x137e4c(0x11c),'join-failed':_0x137e4c(0x106),'room-not-exists':_0x137e4c(0x101),'room-permission-denied':_0x137e4c(0x10f),'room-cnt-exceeds':_0x137e4c(0x113),'collaboration-timeout':'Serwer\x20nie\x20odpowiada\x20na\x20Twoje\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.'},'conflict':{'title':'Konflikt\x20współpracy','content':_0x137e4c(0x118)},'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':_0x137e4c(0x105)},'closeRoom':'Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.'},'auth':{'needGotoLoginAlert':_0x137e4c(0x10e)}}};}));
@@ -1 +1 @@
1
- (function(_0x47a0d3,_0x18969b){var _0x18bbc9=_0x3308,_0x43db86=_0x47a0d3();while(!![]){try{var _0x4984ac=parseInt(_0x18bbc9(0x16a))/0x1*(-parseInt(_0x18bbc9(0x177))/0x2)+parseInt(_0x18bbc9(0x170))/0x3*(parseInt(_0x18bbc9(0x16e))/0x4)+-parseInt(_0x18bbc9(0x183))/0x5+parseInt(_0x18bbc9(0x178))/0x6*(-parseInt(_0x18bbc9(0x16c))/0x7)+parseInt(_0x18bbc9(0x17f))/0x8*(-parseInt(_0x18bbc9(0x182))/0x9)+-parseInt(_0x18bbc9(0x17d))/0xa*(parseInt(_0x18bbc9(0x169))/0xb)+parseInt(_0x18bbc9(0x185))/0xc;if(_0x4984ac===_0x18969b)break;else _0x43db86['push'](_0x43db86['shift']());}catch(_0x5077a5){_0x43db86['push'](_0x43db86['shift']());}}}(_0x21e0,0x42245),function(_0x334b1d,_0xfa971b){var _0x19728a=_0x3308;typeof exports==_0x19728a(0x180)&&typeof module<'u'?module[_0x19728a(0x17c)]=_0xfa971b():typeof define=='function'&&define['amd']?define([],_0xfa971b):(_0x334b1d=typeof globalThis<'u'?globalThis:_0x334b1d||self,_0x334b1d[_0x19728a(0x168)]=_0xfa971b());}(this,function(){var _0x55328a=_0x3308;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x55328a(0x17a)}},'collabStatus':{'fetchMiss':_0x55328a(0x172),'conflict':_0x55328a(0x175),'notCollab':_0x55328a(0x184),'synced':_0x55328a(0x171),'syncing':'Sincronizando...','offline':_0x55328a(0x17e)},'session':{'connection-failed':_0x55328a(0x181),'will-retry':_0x55328a(0x17b),'room-full':_0x55328a(0x173),'join-failed':_0x55328a(0x179),'room-not-exists':_0x55328a(0x167),'room-permission-denied':'Sem\x20permissão\x20para\x20colaborar.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','room-cnt-exceeds':_0x55328a(0x16d),'collaboration-timeout':'O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.'},'conflict':{'title':_0x55328a(0x174),'content':_0x55328a(0x16f)},'permission':{'title':'Erro\x20de\x20Autenticação','content':'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.'},'collaboration':{'single-unit':{'warning':_0x55328a(0x186)},'closeRoom':_0x55328a(0x176)},'auth':{'needGotoLoginAlert':_0x55328a(0x16b)}}};}));function _0x3308(_0x2c59bc,_0x4a7fc0){_0x2c59bc=_0x2c59bc-0x167;var _0x21e056=_0x21e0();var _0x33084c=_0x21e056[_0x2c59bc];return _0x33084c;}function _0x21e0(){var _0x1559d7=['Sincronizando\x20dados\x20do\x20servidor...','O\x20documento\x20atingiu\x20o\x20limite\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Conflito\x20de\x20Colaboração','Conflitos\x20de\x20edição','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','89042moElnG','684876TcHRDm','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Tente\x20novamente\x20mais\x20tarde.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Clique\x20para\x20Reconectar','Falha\x20na\x20conexão.\x20Tentaremos\x20novamente\x20em\x20breve.','exports','3232490yezsQa','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','48gtvBLy','object','Falha\x20na\x20conexão.\x20Verifique\x20sua\x20rede.','242604MiIBMP','1323255TwQYJf','Arquivo\x20local','18628068uAmflO','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','UniverProCollaborationClientPtBR','11cXwlmW','2VndRKV','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','28NMbMlJ','O\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20o\x20limite.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','64SGNaWj','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.','2595IQYFCr','Sincronizado'];_0x21e0=function(){return _0x1559d7;};return _0x21e0();}
1
+ function _0x5987(_0x1a7f0f,_0x5b7f9a){_0x1a7f0f=_0x1a7f0f-0xa2;var _0x1708c8=_0x1708();var _0x598713=_0x1708c8[_0x1a7f0f];return _0x598713;}function _0x1708(){var _0x3edecc=['O\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20o\x20limite.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','6448ubEGxg','Conflitos\x20de\x20edição','function','466bltZEd','Falha\x20na\x20conexão.\x20Tentaremos\x20novamente\x20em\x20breve.','26568pvdayJ','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Falha\x20na\x20conexão.\x20Verifique\x20sua\x20rede.','Sincronizado','object','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','Clique\x20para\x20Reconectar','Arquivo\x20local','Sincronizando\x20dados\x20do\x20servidor...','UniverProCollaborationClientPtBR','1010jfPQHC','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.','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','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.','2281818qqUkjW','565741eqiJcl','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','1949Stgxsm','133Fqfbww','85688lIvnMy','amd','10rcHeBJ','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Tente\x20novamente\x20mais\x20tarde.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','exports','1387767knGZmx','O\x20documento\x20atingiu\x20o\x20limite\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.'];_0x1708=function(){return _0x3edecc;};return _0x1708();}(function(_0x16ac5e,_0x4901e7){var _0x106efc=_0x5987,_0x8ff5d7=_0x16ac5e();while(!![]){try{var _0x50240a=-parseInt(_0x106efc(0xb0))/0x1*(-parseInt(_0x106efc(0xbd))/0x2)+-parseInt(_0x106efc(0xb7))/0x3+parseInt(_0x106efc(0xba))/0x4*(parseInt(_0x106efc(0xa9))/0x5)+parseInt(_0x106efc(0xad))/0x6+parseInt(_0x106efc(0xb1))/0x7*(parseInt(_0x106efc(0xb2))/0x8)+parseInt(_0x106efc(0xbf))/0x9*(-parseInt(_0x106efc(0xb4))/0xa)+-parseInt(_0x106efc(0xae))/0xb;if(_0x50240a===_0x4901e7)break;else _0x8ff5d7['push'](_0x8ff5d7['shift']());}catch(_0x32231d){_0x8ff5d7['push'](_0x8ff5d7['shift']());}}}(_0x1708,0xceaf5),function(_0x2976b1,_0x55b58c){var _0x364812=_0x5987;typeof exports==_0x364812(0xa3)&&typeof module<'u'?module[_0x364812(0xb6)]=_0x55b58c():typeof define==_0x364812(0xbc)&&define[_0x364812(0xb3)]?define([],_0x55b58c):(_0x2976b1=typeof globalThis<'u'?globalThis:_0x2976b1||self,_0x2976b1[_0x364812(0xa8)]=_0x55b58c());}(this,function(){var _0x446275=_0x5987;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x446275(0xa5)}},'collabStatus':{'fetchMiss':_0x446275(0xa7),'conflict':_0x446275(0xbb),'notCollab':_0x446275(0xa6),'synced':_0x446275(0xa2),'syncing':'Sincronizando...','offline':_0x446275(0xa4)},'session':{'connection-failed':_0x446275(0xc2),'will-retry':_0x446275(0xbe),'room-full':_0x446275(0xb8),'join-failed':_0x446275(0xb5),'room-not-exists':_0x446275(0xaf),'room-permission-denied':'Sem\x20permissão\x20para\x20colaborar.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','room-cnt-exceeds':_0x446275(0xb9),'collaboration-timeout':_0x446275(0xc1)},'conflict':{'title':'Conflito\x20de\x20Colaboração','content':_0x446275(0xac)},'permission':{'title':'Erro\x20de\x20Autenticação','content':_0x446275(0xaa)},'collaboration':{'single-unit':{'warning':_0x446275(0xab)},'closeRoom':'Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.'},'auth':{'needGotoLoginAlert':_0x446275(0xc0)}}};}));
@@ -1 +1 @@
1
- (function(_0x168645,_0x2ac238){var _0x16f13c=_0x3789,_0x284b80=_0x168645();while(!![]){try{var _0x202df6=-parseInt(_0x16f13c(0x16d))/0x1+parseInt(_0x16f13c(0x161))/0x2+parseInt(_0x16f13c(0x15e))/0x3+parseInt(_0x16f13c(0x16a))/0x4+parseInt(_0x16f13c(0x168))/0x5*(parseInt(_0x16f13c(0x167))/0x6)+parseInt(_0x16f13c(0x16e))/0x7+-parseInt(_0x16f13c(0x164))/0x8;if(_0x202df6===_0x2ac238)break;else _0x284b80['push'](_0x284b80['shift']());}catch(_0x492a4b){_0x284b80['push'](_0x284b80['shift']());}}}(_0x2f8e,0x60c08),function(_0x475b38,_0x390067){var _0x332909=_0x3789;typeof exports=='object'&&typeof module<'u'?module[_0x332909(0x15d)]=_0x390067():typeof define=='function'&&define['amd']?define([],_0x390067):(_0x475b38=typeof globalThis<'u'?globalThis:_0x475b38||self,_0x475b38[_0x332909(0x169)]=_0x390067());}(this,function(){var _0x131040=_0x3789;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x131040(0x171)}},'collabStatus':{'fetchMiss':_0x131040(0x166),'conflict':_0x131040(0x16f),'notCollab':'Локальный\x20файл','synced':'Синхронизировано','syncing':'Синхронизация...','offline':'Офлайн,\x20изменения\x20будут\x20сохранены\x20локально'},'session':{'connection-failed':'Ошибка\x20подключения.\x20Проверьте\x20подключение\x20к\x20сети.','will-retry':_0x131040(0x16b),'room-full':_0x131040(0x173),'join-failed':'Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Повторите\x20попытку\x20позже.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','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':_0x131040(0x165),'collaboration-timeout':_0x131040(0x160)},'conflict':{'title':_0x131040(0x162),'content':_0x131040(0x15f)},'permission':{'title':_0x131040(0x172),'content':_0x131040(0x163)},'collaboration':{'single-unit':{'warning':'Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.'},'closeRoom':_0x131040(0x170)},'auth':{'needGotoLoginAlert':_0x131040(0x16c)}}};}));function _0x3789(_0x193d59,_0x1b49d0){_0x193d59=_0x193d59-0x15d;var _0x2f8e43=_0x2f8e();var _0x3789ce=_0x2f8e43[_0x193d59];return _0x3789ce;}function _0x2f8e(){var _0x26b4dd=['892785vCYYHh','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','12062zFhkmd','Конфликт\x20совместной\x20работы','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','9270792TOXoxW','Количество\x20документов\x20для\x20совместной\x20работы\x20превышает\x20лимит.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Синхронизация\x20данных\x20сервера...','4242opGaWe','2765XwLXzb','UniverProCollaborationClientRuRU','2848460ZmDGvw','Ошибка\x20подключения.\x20Повторная\x20попытка\x20будет\x20выполнена\x20позже.','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','77054SYBLDj','1578409ZmuhAf','Конфликты\x20редактирования','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','Нажмите\x20для\x20переподключения','Ошибка\x20аутентификации','Документ\x20достиг\x20лимита\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','exports'];_0x2f8e=function(){return _0x26b4dd;};return _0x2f8e();}
1
+ function _0x2abb(_0x3a6c5b,_0xf438b1){_0x3a6c5b=_0x3a6c5b-0x14b;var _0x297d3a=_0x297d();var _0x2abb4f=_0x297d3a[_0x3a6c5b];return _0x2abb4f;}function _0x297d(){var _0x13d342=['1ljnPww','Ошибка\x20подключения.\x20Повторная\x20попытка\x20будет\x20выполнена\x20позже.','Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','Ошибка\x20подключения.\x20Проверьте\x20подключение\x20к\x20сети.','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Синхронизация\x20данных\x20сервера...','Конфликт\x20совместной\x20работы','Синхронизация...','765700YNcyru','function','197000ZEzhlR','Нет\x20разрешения\x20на\x20совместную\x20работу.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','exports','241596QRocgw','Документ\x20достиг\x20лимита\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','amd','894054pPlyCI','Нажмите\x20для\x20переподключения','4015400hSnFmR','189176xZIHbx','Конфликты\x20редактирования','Количество\x20документов\x20для\x20совместной\x20работы\x20превышает\x20лимит.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Ошибка\x20аутентификации','12spCrpq','object','272526gQDIkK','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','Локальный\x20файл','7QReZIz','UniverProCollaborationClientRuRU','Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Повторите\x20попытку\x20позже.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.'];_0x297d=function(){return _0x13d342;};return _0x297d();}(function(_0x1ad061,_0x1488be){var _0x39d33c=_0x2abb,_0x1d5dac=_0x1ad061();while(!![]){try{var _0x4b827=parseInt(_0x39d33c(0x151))/0x1*(-parseInt(_0x39d33c(0x14b))/0x2)+-parseInt(_0x39d33c(0x16b))/0x3*(parseInt(_0x39d33c(0x167))/0x4)+-parseInt(_0x39d33c(0x15a))/0x5+parseInt(_0x39d33c(0x164))/0x6+parseInt(_0x39d33c(0x14e))/0x7*(parseInt(_0x39d33c(0x15c))/0x8)+parseInt(_0x39d33c(0x15f))/0x9+parseInt(_0x39d33c(0x166))/0xa;if(_0x4b827===_0x1488be)break;else _0x1d5dac['push'](_0x1d5dac['shift']());}catch(_0x53a6ea){_0x1d5dac['push'](_0x1d5dac['shift']());}}}(_0x297d,0x1e22f),function(_0x3242d7,_0x1ac5a5){var _0x37e6e6=_0x2abb;typeof exports==_0x37e6e6(0x16c)&&typeof module<'u'?module[_0x37e6e6(0x15e)]=_0x1ac5a5():typeof define==_0x37e6e6(0x15b)&&define[_0x37e6e6(0x163)]?define([],_0x1ac5a5):(_0x3242d7=typeof globalThis<'u'?globalThis:_0x3242d7||self,_0x3242d7[_0x37e6e6(0x14f)]=_0x1ac5a5());}(this,function(){var _0x56d111=_0x2abb;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x56d111(0x165)}},'collabStatus':{'fetchMiss':_0x56d111(0x157),'conflict':_0x56d111(0x168),'notCollab':_0x56d111(0x14d),'synced':'Синхронизировано','syncing':_0x56d111(0x159),'offline':_0x56d111(0x161)},'session':{'connection-failed':_0x56d111(0x155),'will-retry':_0x56d111(0x152),'room-full':_0x56d111(0x160),'join-failed':_0x56d111(0x150),'room-not-exists':_0x56d111(0x153),'room-permission-denied':_0x56d111(0x15d),'room-cnt-exceeds':_0x56d111(0x169),'collaboration-timeout':_0x56d111(0x156)},'conflict':{'title':_0x56d111(0x158),'content':'Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.'},'permission':{'title':_0x56d111(0x16a),'content':_0x56d111(0x154)},'collaboration':{'single-unit':{'warning':_0x56d111(0x162)},'closeRoom':_0x56d111(0x14c)},'auth':{'needGotoLoginAlert':'Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.'}}};}));
@@ -1 +1 @@
1
- function _0x4e4f(_0x4daf1c,_0x3c5448){_0x4daf1c=_0x4daf1c-0x1cf;var _0x422655=_0x4226();var _0x4e4f8b=_0x422655[_0x4daf1c];return _0x4e4f8b;}(function(_0x29c1c5,_0x3f15fe){var _0x29b935=_0x4e4f,_0x1f8173=_0x29c1c5();while(!![]){try{var _0x59ad5a=parseInt(_0x29b935(0x1d3))/0x1+-parseInt(_0x29b935(0x1d1))/0x2+parseInt(_0x29b935(0x1d5))/0x3*(parseInt(_0x29b935(0x1db))/0x4)+-parseInt(_0x29b935(0x1dc))/0x5*(parseInt(_0x29b935(0x1e2))/0x6)+parseInt(_0x29b935(0x1d2))/0x7*(parseInt(_0x29b935(0x1d9))/0x8)+-parseInt(_0x29b935(0x1e0))/0x9*(-parseInt(_0x29b935(0x1ee))/0xa)+-parseInt(_0x29b935(0x1ea))/0xb*(parseInt(_0x29b935(0x1d0))/0xc);if(_0x59ad5a===_0x3f15fe)break;else _0x1f8173['push'](_0x1f8173['shift']());}catch(_0x411a92){_0x1f8173['push'](_0x1f8173['shift']());}}}(_0x4226,0xcf469),function(_0x2a3761,_0xc0ff0d){var _0x48ac09=_0x4e4f;typeof exports==_0x48ac09(0x1e3)&&typeof module<'u'?module[_0x48ac09(0x1cf)]=_0xc0ff0d():typeof define=='function'&&define['amd']?define([],_0xc0ff0d):(_0x2a3761=typeof globalThis<'u'?globalThis:_0x2a3761||self,_0x2a3761[_0x48ac09(0x1de)]=_0xc0ff0d());}(this,function(){var _0x4ae1e6=_0x4e4f;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x4ae1e6(0x1e1)}},'collabStatus':{'fetchMiss':'Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','conflict':_0x4ae1e6(0x1d4),'notCollab':_0x4ae1e6(0x1dd),'synced':'Synchronizované','syncing':'Synchronizuje\x20sa...','offline':_0x4ae1e6(0x1e8)},'session':{'connection-failed':_0x4ae1e6(0x1eb),'will-retry':_0x4ae1e6(0x1d6),'room-full':'Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','join-failed':_0x4ae1e6(0x1e6),'room-not-exists':_0x4ae1e6(0x1d8),'room-permission-denied':_0x4ae1e6(0x1ed),'room-cnt-exceeds':_0x4ae1e6(0x1da),'collaboration-timeout':_0x4ae1e6(0x1e7)},'conflict':{'title':_0x4ae1e6(0x1e9),'content':_0x4ae1e6(0x1ec)},'permission':{'title':_0x4ae1e6(0x1e5),'content':_0x4ae1e6(0x1e4)},'collaboration':{'single-unit':{'warning':_0x4ae1e6(0x1d7)},'closeRoom':'Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.'},'auth':{'needGotoLoginAlert':_0x4ae1e6(0x1df)}}};}));function _0x4226(){var _0x50e015=['20396NgsCRI','5220520CcvAeJ','Lokálny\x20súbor','UniverProCollaborationClientSkSK','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','14011281KqaQVh','Kliknite\x20na\x20opätovné\x20pripojenie','6QkZQNp','object','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é.','Chyba\x20overenia','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','Konflikt\x20spolupráce','3141732GFJRaQ','Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','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.','Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','10usjQbf','exports','36XQRmwM','3271970FGWAjO','7299271cwSAxX','1230573JFKXoz','Konflikty\x20úprav','327HWAOFl','Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','8adavjr','Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.'];_0x4226=function(){return _0x50e015;};return _0x4226();}
1
+ (function(_0x9983d3,_0x2a6b53){var _0x8443ef=_0x488b,_0xa31a77=_0x9983d3();while(!![]){try{var _0x30657d=parseInt(_0x8443ef(0x1ca))/0x1*(-parseInt(_0x8443ef(0x1d1))/0x2)+-parseInt(_0x8443ef(0x1bb))/0x3+parseInt(_0x8443ef(0x1c0))/0x4+parseInt(_0x8443ef(0x1cc))/0x5+parseInt(_0x8443ef(0x1c7))/0x6+parseInt(_0x8443ef(0x1c2))/0x7*(-parseInt(_0x8443ef(0x1c9))/0x8)+-parseInt(_0x8443ef(0x1c6))/0x9*(parseInt(_0x8443ef(0x1d5))/0xa);if(_0x30657d===_0x2a6b53)break;else _0xa31a77['push'](_0xa31a77['shift']());}catch(_0xcbf015){_0xa31a77['push'](_0xa31a77['shift']());}}}(_0x499a,0xef10d),function(_0x43a850,_0x1d25bc){var _0x10945a=_0x488b;typeof exports=='object'&&typeof module<'u'?module[_0x10945a(0x1d6)]=_0x1d25bc():typeof define=='function'&&define[_0x10945a(0x1c5)]?define([],_0x1d25bc):(_0x43a850=typeof globalThis<'u'?globalThis:_0x43a850||self,_0x43a850[_0x10945a(0x1cf)]=_0x1d25bc());}(this,function(){var _0x1583ce=_0x488b;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x1583ce(0x1d4)}},'collabStatus':{'fetchMiss':'Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','conflict':_0x1583ce(0x1cb),'notCollab':_0x1583ce(0x1d0),'synced':_0x1583ce(0x1bd),'syncing':_0x1583ce(0x1d2),'offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'session':{'connection-failed':_0x1583ce(0x1be),'will-retry':_0x1583ce(0x1d3),'room-full':_0x1583ce(0x1c1),'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':'Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','room-permission-denied':_0x1583ce(0x1c3),'room-cnt-exceeds':_0x1583ce(0x1ba),'collaboration-timeout':_0x1583ce(0x1cd)},'conflict':{'title':_0x1583ce(0x1c8),'content':_0x1583ce(0x1bf)},'permission':{'title':'Chyba\x20overenia','content':_0x1583ce(0x1c4)},'collaboration':{'single-unit':{'warning':_0x1583ce(0x1ce)},'closeRoom':_0x1583ce(0x1bc)},'auth':{'needGotoLoginAlert':'Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.'}}};}));function _0x488b(_0x47cac9,_0x52030e){_0x47cac9=_0x47cac9-0x1ba;var _0x499aa7=_0x499a();var _0x488b7d=_0x499aa7[_0x47cac9];return _0x488b7d;}function _0x499a(){var _0x301ba9=['Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','UniverProCollaborationClientSkSK','Lokálny\x20súbor','1634718qTloOR','Synchronizuje\x20sa...','Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','Kliknite\x20na\x20opätovné\x20pripojenie','523550ISzhrg','exports','Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','2564157KhDCJy','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Synchronizované','Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','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.','7824380cKJUOO','Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','7ZXqSVG','Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','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é.','amd','90JyUMpl','3999384QMTyay','Konflikt\x20spolupráce','9852904llDPpR','1NvFOwi','Konflikty\x20úprav','8918975FtaZOk','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'];_0x499a=function(){return _0x301ba9;};return _0x499a();}
@@ -1 +1 @@
1
- (function(_0x2040f2,_0x2f6415){var _0x1e220a=_0x558f,_0x2dce5e=_0x2040f2();while(!![]){try{var _0x540486=parseInt(_0x1e220a(0x1a0))/0x1*(parseInt(_0x1e220a(0x1a4))/0x2)+-parseInt(_0x1e220a(0x191))/0x3+parseInt(_0x1e220a(0x1a6))/0x4*(parseInt(_0x1e220a(0x19a))/0x5)+-parseInt(_0x1e220a(0x1a2))/0x6+parseInt(_0x1e220a(0x19b))/0x7*(parseInt(_0x1e220a(0x196))/0x8)+parseInt(_0x1e220a(0x195))/0x9+-parseInt(_0x1e220a(0x1a3))/0xa;if(_0x540486===_0x2f6415)break;else _0x2dce5e['push'](_0x2dce5e['shift']());}catch(_0x3d56c4){_0x2dce5e['push'](_0x2dce5e['shift']());}}}(_0x2d02,0xa93e4),function(_0x195b73,_0x5592ad){var _0x3bb951=_0x558f;typeof exports==_0x3bb951(0x197)&&typeof module<'u'?module[_0x3bb951(0x192)]=_0x5592ad():typeof define=='function'&&define['amd']?define([],_0x5592ad):(_0x195b73=typeof globalThis<'u'?globalThis:_0x195b73||self,_0x195b73[_0x3bb951(0x19f)]=_0x5592ad());}(this,function(){var _0x2c674f=_0x558f;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Nhấp\x20để\x20kết\x20nối\x20lại'}},'collabStatus':{'fetchMiss':_0x2c674f(0x1a5),'conflict':_0x2c674f(0x199),'notCollab':_0x2c674f(0x18e),'synced':_0x2c674f(0x19e),'syncing':_0x2c674f(0x193),'offline':_0x2c674f(0x190)},'session':{'connection-failed':_0x2c674f(0x1a9),'will-retry':_0x2c674f(0x1a7),'room-full':_0x2c674f(0x1a1),'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':_0x2c674f(0x194),'collaboration-timeout':_0x2c674f(0x18f)},'conflict':{'title':'Xung\x20đột\x20cộng\x20tác','content':_0x2c674f(0x1a8)},'permission':{'title':_0x2c674f(0x19d),'content':_0x2c674f(0x198)},'collaboration':{'single-unit':{'warning':_0x2c674f(0x1aa)},'closeRoom':_0x2c674f(0x19c)},'auth':{'needGotoLoginAlert':'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.'}}};}));function _0x558f(_0x19360f,_0x199b56){_0x19360f=_0x19360f-0x18e;var _0x2d02d9=_0x2d02();var _0x558fec=_0x2d02d9[_0x19360f];return _0x558fec;}function _0x2d02(){var _0x4e48bc=['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ộ.','4898169DBLNXh','3176atsEQI','object','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.','Xung\x20đột\x20chỉnh\x20sửa','505HhthIM','798UhDNVk','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Lỗi\x20xác\x20thực','Đã\x20đồng\x20bộ','UniverProCollaborationClientViVN','147265KBevIF','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ộ.','5133594TJSFyd','9026900ROwBPJ','14zOpjxL','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','51164oskMnR','Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','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.','Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','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.','Tệp\x20cục\x20bộ','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ộ.','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','1382208LLqRIv','exports','Đang\x20đồng\x20bộ...'];_0x2d02=function(){return _0x4e48bc;};return _0x2d02();}
1
+ function _0x1cf6(){var _0x3a28a3=['483874UGrNow','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ộ.','Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Xung\x20đột\x20cộng\x20tác','674853ToZkoR','222SJqZFo','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.','2711984KuavSH','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ộ.','UniverProCollaborationClientViVN','object','4103631LKUcDn','136346nlqTie','Đang\x20đồng\x20bộ...','1577610DSjexI','8lrHIwK','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ộ.','2236640qSkokY','function','Tệp\x20cục\x20bộ','exports','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ộ.','Lỗi\x20xác\x20thực','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ'];_0x1cf6=function(){return _0x3a28a3;};return _0x1cf6();}function _0x3dd3(_0x58169f,_0x5e694d){_0x58169f=_0x58169f-0xa5;var _0x1cf655=_0x1cf6();var _0x3dd3ff=_0x1cf655[_0x58169f];return _0x3dd3ff;}(function(_0x1648bf,_0xbbee88){var _0x4d3230=_0x3dd3,_0x20d3cc=_0x1648bf();while(!![]){try{var _0x52eb2e=parseInt(_0x4d3230(0xab))/0x1+-parseInt(_0x4d3230(0xa6))/0x2+-parseInt(_0x4d3230(0xb5))/0x3+parseInt(_0x4d3230(0xae))/0x4+-parseInt(_0x4d3230(0xb8))/0x5+parseInt(_0x4d3230(0xac))/0x6*(parseInt(_0x4d3230(0xb3))/0x7)+parseInt(_0x4d3230(0xb6))/0x8*(-parseInt(_0x4d3230(0xb2))/0x9);if(_0x52eb2e===_0xbbee88)break;else _0x20d3cc['push'](_0x20d3cc['shift']());}catch(_0x344e12){_0x20d3cc['push'](_0x20d3cc['shift']());}}}(_0x1cf6,0x62409),function(_0x1ebcf8,_0x512db1){var _0x190e5e=_0x3dd3;typeof exports==_0x190e5e(0xb1)&&typeof module<'u'?module[_0x190e5e(0xbb)]=_0x512db1():typeof define==_0x190e5e(0xb9)&&define['amd']?define([],_0x512db1):(_0x1ebcf8=typeof globalThis<'u'?globalThis:_0x1ebcf8||self,_0x1ebcf8[_0x190e5e(0xb0)]=_0x512db1());}(this,function(){var _0x23fac0=_0x3dd3;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Nhấp\x20để\x20kết\x20nối\x20lại'}},'collabStatus':{'fetchMiss':'Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','conflict':'Xung\x20đột\x20chỉnh\x20sửa','notCollab':_0x23fac0(0xba),'synced':'Đã\x20đồng\x20bộ','syncing':_0x23fac0(0xb4),'offline':_0x23fac0(0xa5)},'session':{'connection-failed':_0x23fac0(0xa8),'will-retry':_0x23fac0(0xa9),'room-full':'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ộ.','join-failed':_0x23fac0(0xbc),'room-not-exists':_0x23fac0(0xa7),'room-permission-denied':_0x23fac0(0xb7),'room-cnt-exceeds':'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ộ.','collaboration-timeout':_0x23fac0(0xaf)},'conflict':{'title':_0x23fac0(0xaa),'content':_0x23fac0(0xad)},'permission':{'title':_0x23fac0(0xbd),'content':'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.'},'collaboration':{'single-unit':{'warning':'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.'},'closeRoom':'Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.'},'auth':{'needGotoLoginAlert':'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.'}}};}));