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

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 (96) 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 +6 -0
  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/image-remote/image-io.service.d.ts +2 -4
  75. package/lib/umd/facade.js +1 -1
  76. package/lib/umd/index.js +1 -1
  77. package/lib/umd/locale/ar-SA.js +1 -1
  78. package/lib/umd/locale/ca-ES.js +1 -1
  79. package/lib/umd/locale/de-DE.js +1 -1
  80. package/lib/umd/locale/en-US.js +1 -1
  81. package/lib/umd/locale/es-ES.js +1 -1
  82. package/lib/umd/locale/fa-IR.js +1 -1
  83. package/lib/umd/locale/fr-FR.js +1 -1
  84. package/lib/umd/locale/id-ID.js +1 -1
  85. package/lib/umd/locale/it-IT.js +1 -1
  86. package/lib/umd/locale/ja-JP.js +1 -1
  87. package/lib/umd/locale/ko-KR.js +1 -1
  88. package/lib/umd/locale/pl-PL.js +1 -1
  89. package/lib/umd/locale/pt-BR.js +1 -1
  90. package/lib/umd/locale/ru-RU.js +1 -1
  91. package/lib/umd/locale/sk-SK.js +1 -1
  92. package/lib/umd/locale/vi-VN.js +1 -1
  93. package/lib/umd/locale/zh-CN.js +1 -1
  94. package/lib/umd/locale/zh-HK.js +1 -1
  95. package/lib/umd/locale/zh-TW.js +1 -1
  96. 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 _0x5ea8(_0x267565,_0x25a2c6){_0x267565=_0x267565-0x95;var _0x32e384=_0x32e3();var _0x5ea861=_0x32e384[_0x267565];return _0x5ea861;}(function(_0x1d18d4,_0x34aec7){var _0x4d4cc7=_0x5ea8,_0x1f5490=_0x1d18d4();while(!![]){try{var _0x21173d=parseInt(_0x4d4cc7(0xa9))/0x1*(-parseInt(_0x4d4cc7(0x99))/0x2)+parseInt(_0x4d4cc7(0xb0))/0x3+-parseInt(_0x4d4cc7(0xb3))/0x4+parseInt(_0x4d4cc7(0xaa))/0x5*(-parseInt(_0x4d4cc7(0xaf))/0x6)+-parseInt(_0x4d4cc7(0x9f))/0x7+parseInt(_0x4d4cc7(0x9c))/0x8*(parseInt(_0x4d4cc7(0x9b))/0x9)+parseInt(_0x4d4cc7(0xa3))/0xa*(parseInt(_0x4d4cc7(0xa2))/0xb);if(_0x21173d===_0x34aec7)break;else _0x1f5490['push'](_0x1f5490['shift']());}catch(_0xb231f6){_0x1f5490['push'](_0x1f5490['shift']());}}}(_0x32e3,0x9bd39),function(_0x3fa8ce,_0x41d030){var _0x4f9aed=_0x5ea8;typeof exports=='object'&&typeof module<'u'?module[_0x4f9aed(0xab)]=_0x41d030():typeof define==_0x4f9aed(0xad)&&define['amd']?define([],_0x41d030):(_0x3fa8ce=typeof globalThis<'u'?globalThis:_0x3fa8ce||self,_0x3fa8ce[_0x4f9aed(0xa0)]=_0x41d030());}(this,function(){var _0x2682b7=_0x5ea8;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'انقر\x20لإعادة\x20الاتصال'}},'collabStatus':{'fetchMiss':_0x2682b7(0xb1),'conflict':'تعارضات\x20في\x20التحرير','notCollab':_0x2682b7(0xa5),'synced':_0x2682b7(0x95),'syncing':_0x2682b7(0x97),'offline':_0x2682b7(0x9a)},'session':{'connection-failed':_0x2682b7(0xb2),'will-retry':_0x2682b7(0xa7),'room-full':_0x2682b7(0xa8),'join-failed':_0x2682b7(0x9d),'room-not-exists':'فشل\x20الانضمام\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','room-permission-denied':_0x2682b7(0x98),'room-cnt-exceeds':_0x2682b7(0xa4),'collaboration-timeout':_0x2682b7(0xa1)},'conflict':{'title':'تعارض\x20في\x20التعاون','content':_0x2682b7(0xac)},'permission':{'title':_0x2682b7(0xae),'content':'تتعارض\x20إجراءاتك\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.'},'collaboration':{'single-unit':{'warning':_0x2682b7(0x96)},'closeRoom':_0x2682b7(0xa6)},'auth':{'needGotoLoginAlert':_0x2682b7(0x9e)}}};}));function _0x32e3(){var _0x4d2bd8=['فشل\x20الانضمام\x20للتعاون.\x20يرجى\x20المحاولة\x20لاحقاً.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','انتهت\x20صلاحية\x20تسجيل\x20الدخول،\x20انقر\x20\x22موافق\x22\x20لإعادة\x20تسجيل\x20الدخول،\x20أو\x20انقر\x20\x22إلغاء\x22\x20لحفظ\x20تحريراتك\x20محلياً.','1602902krMeww','UniverProCollaborationClientArSA','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون.\x20سيتم\x20حفظ\x20تحريراتك\x20محلياً.','13199846KqpHjL','20PRLMHq','عدد\x20المستندات\x20التعاونية\x20يتجاوز\x20الحد.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','ملف\x20محلي','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','فشل\x20الاتصال.\x20سنحاول\x20مرة\x20أخرى\x20بعد\x20قليل.','وصل\x20المستند\x20إلى\x20حد\x20التعاون\x20الأقصى.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','100994lHkQCt','15CqXzpw','exports','يوجد\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','function','خطأ\x20في\x20المصادقة','2518332BrKCRm','151935aasMFx','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','فشل\x20الاتصال.\x20يرجى\x20التحقق\x20من\x20شبكتك.','2324740jTiNxS','تمت\x20المزامنة','لقد\x20فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20هذه\x20العلامة.','جارٍ\x20المزامنة...','لا\x20يوجد\x20إذن\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','2gSQiCV','غير\x20متصل،\x20سيتم\x20حفظ\x20التحريرات\x20محلياً','169569CWgMat','152HnFSsX'];_0x32e3=function(){return _0x4d2bd8;};return _0x32e3();}
@@ -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(_0x4e544b,_0x1a7d54){var _0x54d28e=_0x2824,_0x14b358=_0x4e544b();while(!![]){try{var _0x4be569=parseInt(_0x54d28e(0x11e))/0x1*(parseInt(_0x54d28e(0x123))/0x2)+-parseInt(_0x54d28e(0x12d))/0x3*(-parseInt(_0x54d28e(0x11d))/0x4)+-parseInt(_0x54d28e(0x11b))/0x5+parseInt(_0x54d28e(0x132))/0x6+-parseInt(_0x54d28e(0x127))/0x7+parseInt(_0x54d28e(0x115))/0x8+-parseInt(_0x54d28e(0x117))/0x9*(-parseInt(_0x54d28e(0x113))/0xa);if(_0x4be569===_0x1a7d54)break;else _0x14b358['push'](_0x14b358['shift']());}catch(_0x2e1e7e){_0x14b358['push'](_0x14b358['shift']());}}}(_0x4a4e,0xe8839),function(_0x451021,_0x4ff5e6){var _0x1b7500=_0x2824;typeof exports==_0x1b7500(0x11f)&&typeof module<'u'?module[_0x1b7500(0x122)]=_0x4ff5e6():typeof define==_0x1b7500(0x116)&&define['amd']?define([],_0x4ff5e6):(_0x451021=typeof globalThis<'u'?globalThis:_0x451021||self,_0x451021[_0x1b7500(0x121)]=_0x4ff5e6());}(this,function(){var _0x3b9186=_0x2824;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x3b9186(0x118)}},'collabStatus':{'fetchMiss':_0x3b9186(0x120),'conflict':_0x3b9186(0x129),'notCollab':_0x3b9186(0x11c),'synced':_0x3b9186(0x12c),'syncing':'Sincronitzant...','offline':_0x3b9186(0x12e)},'session':{'connection-failed':'Error\x20de\x20connexió.\x20Comproveu\x20la\x20vostra\x20xarxa.','will-retry':_0x3b9186(0x12b),'room-full':_0x3b9186(0x12f),'join-failed':_0x3b9186(0x11a),'room-not-exists':_0x3b9186(0x114),'room-permission-denied':_0x3b9186(0x128),'room-cnt-exceeds':_0x3b9186(0x126),'collaboration-timeout':_0x3b9186(0x12a)},'conflict':{'title':'Conflicte\x20de\x20col·laboració','content':_0x3b9186(0x119)},'permission':{'title':_0x3b9186(0x125),'content':_0x3b9186(0x124)},'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':_0x3b9186(0x130)},'auth':{'needGotoLoginAlert':_0x3b9186(0x131)}}};}));function _0x2824(_0x937d2f,_0x23b367){_0x937d2f=_0x937d2f-0x113;var _0x4a4e26=_0x4a4e();var _0x282405=_0x4a4e26[_0x937d2f];return _0x282405;}function _0x4a4e(){var _0x1477c4=['6719094HazkCO','303110hrhwbN','No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','10944192bitvZU','function','9aLDBdV','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.','No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','6832725OJTQuN','Fitxer\x20local','12oNUKGi','1yQymzI','object','Sincronitzant\x20dades\x20del\x20servidor...','UniverProCollaborationClientCaES','exports','1166014dESIXJ','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.','Error\x20d\x27autenticació','El\x20nombre\x20de\x20documents\x20col·laboratius\x20supera\x20el\x20límit.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','10487449tKxmoj','No\x20teniu\x20permís\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Conflictes\x20d\x27edició','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Error\x20de\x20connexió.\x20Ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','Sincronitzat','715938OzToYF','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','Aquest\x20document\x20ha\x20arribat\x20al\x20límit\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','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.'];_0x4a4e=function(){return _0x1477c4;};return _0x4a4e();}
@@ -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 _0x32ad(_0x43983d,_0xf35b53){_0x43983d=_0x43983d-0x184;var _0xdd8805=_0xdd88();var _0x32adde=_0xdd8805[_0x43983d];return _0x32adde;}(function(_0x15a14b,_0x386ab8){var _0x3d51ca=_0x32ad,_0x399c07=_0x15a14b();while(!![]){try{var _0x3f98a8=parseInt(_0x3d51ca(0x194))/0x1*(parseInt(_0x3d51ca(0x18d))/0x2)+parseInt(_0x3d51ca(0x18f))/0x3+parseInt(_0x3d51ca(0x1a2))/0x4+-parseInt(_0x3d51ca(0x1a0))/0x5*(parseInt(_0x3d51ca(0x189))/0x6)+parseInt(_0x3d51ca(0x1a3))/0x7*(-parseInt(_0x3d51ca(0x197))/0x8)+parseInt(_0x3d51ca(0x18a))/0x9+-parseInt(_0x3d51ca(0x18b))/0xa*(parseInt(_0x3d51ca(0x195))/0xb);if(_0x3f98a8===_0x386ab8)break;else _0x399c07['push'](_0x399c07['shift']());}catch(_0x32f5eb){_0x399c07['push'](_0x399c07['shift']());}}}(_0xdd88,0x1ccf2),function(_0x146d3a,_0x209745){var _0xfad612=_0x32ad;typeof exports==_0xfad612(0x1a1)&&typeof module<'u'?module['exports']=_0x209745():typeof define==_0xfad612(0x18c)&&define[_0xfad612(0x19c)]?define([],_0x209745):(_0x146d3a=typeof globalThis<'u'?globalThis:_0x146d3a||self,_0x146d3a[_0xfad612(0x19a)]=_0x209745());}(this,function(){var _0x57cd8d=_0x32ad;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x57cd8d(0x199)}},'collabStatus':{'fetchMiss':_0x57cd8d(0x184),'conflict':_0x57cd8d(0x196),'notCollab':_0x57cd8d(0x190),'synced':_0x57cd8d(0x198),'syncing':_0x57cd8d(0x193),'offline':'Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert'},'session':{'connection-failed':'Verbindung\x20fehlgeschlagen.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','will-retry':_0x57cd8d(0x188),'room-full':_0x57cd8d(0x19f),'join-failed':'Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','room-not-exists':_0x57cd8d(0x186),'room-permission-denied':_0x57cd8d(0x185),'room-cnt-exceeds':_0x57cd8d(0x191),'collaboration-timeout':_0x57cd8d(0x18e)},'conflict':{'title':'Zusammenarbeitskonflikt','content':_0x57cd8d(0x19d)},'permission':{'title':_0x57cd8d(0x19b),'content':_0x57cd8d(0x19e)},'collaboration':{'single-unit':{'warning':'Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Im\x20Falle\x20von\x20Datenverlust\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.'},'closeRoom':_0x57cd8d(0x187)},'auth':{'needGotoLoginAlert':_0x57cd8d(0x192)}}};}));function _0xdd88(){var _0x35c60e=['amd','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.','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.','Das\x20Dokument\x20hat\x20die\x20Zusammenarbeitsgrenze\x20erreicht.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','10WDBzid','object','713960Iqoblv','1207423JJJJtu','Serverdaten\x20werden\x20synchronisiert...','Keine\x20Zusammenarbeitsberechtigung.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Bearbeitungsrechte\x20wurden\x20entzogen,\x20weil\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','Verbindung\x20fehlgeschlagen.\x20Wir\x20werden\x20es\x20in\x20Kürze\x20erneut\x20versuchen.','472908AYxbiC','1738611OvMPFR','3138000XkxRHv','function','459908wJYLfi','Der\x20Server\x20reagiert\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','480912pseaZL','Lokale\x20Datei','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.','Synchronisierung\x20läuft...','1AWexpv','11sPdFDp','Bearbeitungskonflikte','8DtUemW','Synchronisiert','Klicken,\x20um\x20wieder\x20zu\x20verbinden','UniverProCollaborationClientDeDE','Authentifizierungsfehler'];_0xdd88=function(){return _0x35c60e;};return _0xdd88();}
@@ -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 _0x484a(){var _0x108f65=['Authentication\x20Error','Local\x20file','Syncing\x20server\x20data...','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','484634hSKWIP','2810xFyDGn','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Synced','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.','object','922749gPVNii','6205872pydsiG','1HdeEjs','amd','exports','1304480uoIeSi','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','1851675fhphOn','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','535iYroba','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','function','UniverProCollaborationClientEnUS','41373SVWijO','Click\x20to\x20Reconnect','19146NYoQLR','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Edit\x20conflicts','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing...'];_0x484a=function(){return _0x108f65;};return _0x484a();}function _0x3d9e(_0x328607,_0x14a657){_0x328607=_0x328607-0xe7;var _0x484a65=_0x484a();var _0x3d9e55=_0x484a65[_0x328607];return _0x3d9e55;}(function(_0x5d754f,_0x19c9d2){var _0x54ea53=_0x3d9e,_0x5a7680=_0x5d754f();while(!![]){try{var _0x1dbc9c=parseInt(_0x54ea53(0xed))/0x1*(parseInt(_0x54ea53(0x105))/0x2)+parseInt(_0x54ea53(0xeb))/0x3+parseInt(_0x54ea53(0xf0))/0x4+-parseInt(_0x54ea53(0xf4))/0x5*(-parseInt(_0x54ea53(0xfa))/0x6)+-parseInt(_0x54ea53(0xf2))/0x7+parseInt(_0x54ea53(0xec))/0x8+parseInt(_0x54ea53(0xf8))/0x9*(-parseInt(_0x54ea53(0x106))/0xa);if(_0x1dbc9c===_0x19c9d2)break;else _0x5a7680['push'](_0x5a7680['shift']());}catch(_0x482d3e){_0x5a7680['push'](_0x5a7680['shift']());}}}(_0x484a,0x6aaad),function(_0x57b68c,_0x57020c){var _0x5e8cbe=_0x3d9e;typeof exports==_0x5e8cbe(0xea)&&typeof module<'u'?module[_0x5e8cbe(0xef)]=_0x57020c():typeof define==_0x5e8cbe(0xf6)&&define[_0x5e8cbe(0xee)]?define([],_0x57020c):(_0x57b68c=typeof globalThis<'u'?globalThis:_0x57b68c||self,_0x57b68c[_0x5e8cbe(0xf7)]=_0x57020c());}(this,function(){var _0x1bae14=_0x3d9e;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x1bae14(0xf9)}},'collabStatus':{'fetchMiss':_0x1bae14(0x101),'conflict':_0x1bae14(0xfc),'notCollab':_0x1bae14(0x100),'synced':_0x1bae14(0xe8),'syncing':_0x1bae14(0xfe),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x1bae14(0x104),'will-retry':_0x1bae14(0xf3),'room-full':_0x1bae14(0x102),'join-failed':_0x1bae14(0x103),'room-not-exists':_0x1bae14(0x107),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':_0x1bae14(0xfd),'collaboration-timeout':_0x1bae14(0xf5)},'conflict':{'title':'Collaboration\x20Conflict','content':_0x1bae14(0xe9)},'permission':{'title':_0x1bae14(0xff),'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':_0x1bae14(0xfb)},'closeRoom':_0x1bae14(0xe7)},'auth':{'needGotoLoginAlert':_0x1bae14(0xf1)}}};}));
@@ -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 _0x55fc(){var _0x5e370f=['6vEHHYv','999288qHtQgV','4864904TsgsOV','Conflicto\x20de\x20colaboración','413359nBfvtb','exports','482234pgIUCG','object','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Haga\x20clic\x20para\x20reconectar','1391980hJuFzp','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Sin\x20permiso\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','1353003UoMVOI','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','Sincronizando...','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.','Error\x20de\x20conexión.\x20Verifique\x20su\x20red.','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.','Sincronizando\x20datos\x20del\x20servidor...','2001979drwSBR','Archivo\x20local','Sincronizado','Error\x20de\x20autenticación','El\x20documento\x20ha\x20alcanzado\x20su\x20límite\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Error\x20de\x20conexión.\x20Intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.'];_0x55fc=function(){return _0x5e370f;};return _0x55fc();}function _0x4f75(_0x440f7e,_0x6b9ee2){_0x440f7e=_0x440f7e-0x189;var _0x55fc0b=_0x55fc();var _0x4f751f=_0x55fc0b[_0x440f7e];return _0x4f751f;}(function(_0x54dae1,_0x55192e){var _0x581bc4=_0x4f75,_0x1f215b=_0x54dae1();while(!![]){try{var _0x1e5414=parseInt(_0x581bc4(0x1a1))/0x1+parseInt(_0x581bc4(0x1a3))/0x2+parseInt(_0x581bc4(0x18f))/0x3+-parseInt(_0x581bc4(0x19e))/0x4+parseInt(_0x581bc4(0x18b))/0x5+parseInt(_0x581bc4(0x19d))/0x6*(-parseInt(_0x581bc4(0x196))/0x7)+-parseInt(_0x581bc4(0x19f))/0x8;if(_0x1e5414===_0x55192e)break;else _0x1f215b['push'](_0x1f215b['shift']());}catch(_0x21576a){_0x1f215b['push'](_0x1f215b['shift']());}}}(_0x55fc,0x3a945),function(_0x2f5f8a,_0x472695){var _0x17a94c=_0x4f75;typeof exports==_0x17a94c(0x1a4)&&typeof module<'u'?module[_0x17a94c(0x1a2)]=_0x472695():typeof define=='function'&&define['amd']?define([],_0x472695):(_0x2f5f8a=typeof globalThis<'u'?globalThis:_0x2f5f8a||self,_0x2f5f8a['UniverProCollaborationClientEsES']=_0x472695());}(this,function(){var _0x5f25c6=_0x4f75;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x5f25c6(0x18a)}},'collabStatus':{'fetchMiss':_0x5f25c6(0x195),'conflict':'Conflictos\x20de\x20edición','notCollab':_0x5f25c6(0x197),'synced':_0x5f25c6(0x198),'syncing':_0x5f25c6(0x191),'offline':_0x5f25c6(0x190)},'session':{'connection-failed':_0x5f25c6(0x193),'will-retry':_0x5f25c6(0x19b),'room-full':_0x5f25c6(0x19a),'join-failed':_0x5f25c6(0x18d),'room-not-exists':_0x5f25c6(0x189),'room-permission-denied':_0x5f25c6(0x18e),'room-cnt-exceeds':'El\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20el\x20límite.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','collaboration-timeout':_0x5f25c6(0x18c)},'conflict':{'title':_0x5f25c6(0x1a0),'content':_0x5f25c6(0x192)},'permission':{'title':_0x5f25c6(0x199),'content':_0x5f25c6(0x194)},'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':'Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.'},'auth':{'needGotoLoginAlert':_0x5f25c6(0x19c)}}};}));
@@ -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 _0x5f58(_0x2c75cd,_0x2b18a0){_0x2c75cd=_0x2c75cd-0xa2;var _0xed6266=_0xed62();var _0x5f5858=_0xed6266[_0x2c75cd];return _0x5f5858;}(function(_0x2640a6,_0x4319be){var _0x239815=_0x5f58,_0x2d1b51=_0x2640a6();while(!![]){try{var _0x9a244=parseInt(_0x239815(0xba))/0x1*(parseInt(_0x239815(0xaf))/0x2)+-parseInt(_0x239815(0xa2))/0x3+parseInt(_0x239815(0xa4))/0x4+parseInt(_0x239815(0xb2))/0x5+parseInt(_0x239815(0xbf))/0x6+-parseInt(_0x239815(0xb1))/0x7*(-parseInt(_0x239815(0xa6))/0x8)+parseInt(_0x239815(0xbd))/0x9*(parseInt(_0x239815(0xb5))/0xa);if(_0x9a244===_0x4319be)break;else _0x2d1b51['push'](_0x2d1b51['shift']());}catch(_0xe1ab8d){_0x2d1b51['push'](_0x2d1b51['shift']());}}}(_0xed62,0x18df5),function(_0x310c7d,_0x1abb98){var _0x5d7409=_0x5f58;typeof exports==_0x5d7409(0xb0)&&typeof module<'u'?module[_0x5d7409(0xa5)]=_0x1abb98():typeof define==_0x5d7409(0xa7)&&define[_0x5d7409(0xa3)]?define([],_0x1abb98):(_0x310c7d=typeof globalThis<'u'?globalThis:_0x310c7d||self,_0x310c7d[_0x5d7409(0xa8)]=_0x1abb98());}(this,function(){var _0x10b076=_0x5f58;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x10b076(0xb6)}},'collabStatus':{'fetchMiss':_0x10b076(0xac),'conflict':_0x10b076(0xbe),'notCollab':'پرونده\x20محلی','synced':_0x10b076(0xb8),'syncing':'در\x20حال\x20همگام\x20سازی...','offline':_0x10b076(0xab)},'session':{'connection-failed':_0x10b076(0xad),'will-retry':'اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','room-full':'ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','join-failed':_0x10b076(0xa9),'room-not-exists':_0x10b076(0xc0),'room-permission-denied':_0x10b076(0xb9),'room-cnt-exceeds':'تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','collaboration-timeout':_0x10b076(0xaa)},'conflict':{'title':_0x10b076(0xbc),'content':_0x10b076(0xb7)},'permission':{'title':'خطای\x20اعتبارسنجی','content':_0x10b076(0xb4)},'collaboration':{'single-unit':{'warning':_0x10b076(0xae)},'closeRoom':_0x10b076(0xbb)},'auth':{'needGotoLoginAlert':_0x10b076(0xb3)}}};}));function _0xed62(){var _0x2842e1=['412520iLRhsM','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','همگام\x20سازی','دسترسی\x20همکاری\x20وجود\x20ندارد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','3LrRaos','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','تداخل\x20همکاری','27vDCmym','تداخل\x20ویرایش','58926MnPCPe','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','441615uzxrQI','amd','6292DYyPoj','exports','8xZAQET','function','UniverProCollaborationClientFaIR','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','15098UfywfX','object','410137azQOJu','163470dLyODo','ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'];_0xed62=function(){return _0x2842e1;};return _0xed62();}
@@ -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(_0x3acf74,_0x437e77){var _0x4f99da=_0x254f,_0x4db4c5=_0x3acf74();while(!![]){try{var _0x4571fc=-parseInt(_0x4f99da(0x145))/0x1*(parseInt(_0x4f99da(0x158))/0x2)+parseInt(_0x4f99da(0x163))/0x3*(parseInt(_0x4f99da(0x165))/0x4)+parseInt(_0x4f99da(0x14f))/0x5*(parseInt(_0x4f99da(0x14c))/0x6)+parseInt(_0x4f99da(0x15a))/0x7*(parseInt(_0x4f99da(0x164))/0x8)+parseInt(_0x4f99da(0x15b))/0x9+parseInt(_0x4f99da(0x150))/0xa+-parseInt(_0x4f99da(0x14e))/0xb*(parseInt(_0x4f99da(0x166))/0xc);if(_0x4571fc===_0x437e77)break;else _0x4db4c5['push'](_0x4db4c5['shift']());}catch(_0x19ed1c){_0x4db4c5['push'](_0x4db4c5['shift']());}}}(_0x50da,0x86caa),function(_0x467d5e,_0x36240b){var _0x39f828=_0x254f;typeof exports==_0x39f828(0x161)&&typeof module<'u'?module[_0x39f828(0x149)]=_0x36240b():typeof define==_0x39f828(0x156)&&define[_0x39f828(0x155)]?define([],_0x36240b):(_0x467d5e=typeof globalThis<'u'?globalThis:_0x467d5e||self,_0x467d5e[_0x39f828(0x14d)]=_0x36240b());}(this,function(){var _0x52a8a3=_0x254f;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0x52a8a3(0x160),'conflict':_0x52a8a3(0x148),'notCollab':_0x52a8a3(0x154),'synced':_0x52a8a3(0x15f),'syncing':_0x52a8a3(0x14a),'offline':_0x52a8a3(0x15c)},'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':_0x52a8a3(0x147),'join-failed':_0x52a8a3(0x15d),'room-not-exists':_0x52a8a3(0x152),'room-permission-denied':_0x52a8a3(0x14b),'room-cnt-exceeds':'Le\x20nombre\x20de\x20documents\x20collaboratifs\x20dépasse\x20la\x20limite.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','collaboration-timeout':_0x52a8a3(0x159)},'conflict':{'title':_0x52a8a3(0x157),'content':_0x52a8a3(0x15e)},'permission':{'title':_0x52a8a3(0x146),'content':_0x52a8a3(0x151)},'collaboration':{'single-unit':{'warning':_0x52a8a3(0x162)},'closeRoom':_0x52a8a3(0x153)},'auth':{'needGotoLoginAlert':'Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.'}}};}));function _0x254f(_0x59faa9,_0x175ed3){_0x59faa9=_0x59faa9-0x145;var _0x50da25=_0x50da();var _0x254f2a=_0x50da25[_0x59faa9];return _0x254f2a;}function _0x50da(){var _0xea89ab=['Synchronisation...','Aucune\x20autorisation\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','13614BayEND','UniverProCollaborationClientFrFR','11VwufOC','1730PXZEkg','8150310urLrpA','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.','Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','Fichier\x20local','amd','function','Conflit\x20de\x20collaboration','989732aaUwCX','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','7xzkrxu','3331827lJviqH','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Veuillez\x20réessayer\x20plus\x20tard.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','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.','Synchronisé','Synchronisation\x20des\x20données\x20du\x20serveur...','object','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.','9hEisNJ','2926912WqYVJQ','1033764NYagKZ','24774276IptQXb','1DDxzma','Erreur\x20d\x27authentification','Ce\x20document\x20a\x20atteint\x20sa\x20limite\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Conflits\x20de\x20modification','exports'];_0x50da=function(){return _0xea89ab;};return _0x50da();}
@@ -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 _0x17f2(_0x108788,_0x139349){_0x108788=_0x108788-0x1ca;var _0x250179=_0x2501();var _0x17f2b6=_0x250179[_0x108788];return _0x17f2b6;}(function(_0x2d233b,_0x25fe5b){var _0x8c9aca=_0x17f2,_0x7dd164=_0x2d233b();while(!![]){try{var _0x418e20=-parseInt(_0x8c9aca(0x1d8))/0x1+-parseInt(_0x8c9aca(0x1d1))/0x2+-parseInt(_0x8c9aca(0x1e5))/0x3+-parseInt(_0x8c9aca(0x1d5))/0x4+parseInt(_0x8c9aca(0x1d7))/0x5+parseInt(_0x8c9aca(0x1e3))/0x6*(-parseInt(_0x8c9aca(0x1dc))/0x7)+parseInt(_0x8c9aca(0x1cd))/0x8*(parseInt(_0x8c9aca(0x1da))/0x9);if(_0x418e20===_0x25fe5b)break;else _0x7dd164['push'](_0x7dd164['shift']());}catch(_0x372a5e){_0x7dd164['push'](_0x7dd164['shift']());}}}(_0x2501,0xd7afc),function(_0x177838,_0x1738ec){var _0x52b172=_0x17f2;typeof exports==_0x52b172(0x1d9)&&typeof module<'u'?module[_0x52b172(0x1e2)]=_0x1738ec():typeof define==_0x52b172(0x1cb)&&define[_0x52b172(0x1d0)]?define([],_0x1738ec):(_0x177838=typeof globalThis<'u'?globalThis:_0x177838||self,_0x177838['UniverProCollaborationClientIdID']=_0x1738ec());}(this,function(){var _0xf8c072=_0x17f2;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0xf8c072(0x1e4)}},'collabStatus':{'fetchMiss':'Menyinkronkan\x20data\x20server...','conflict':_0xf8c072(0x1de),'notCollab':_0xf8c072(0x1ce),'synced':_0xf8c072(0x1d2),'syncing':_0xf8c072(0x1db),'offline':'Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal'},'session':{'connection-failed':'Koneksi\x20gagal.\x20Harap\x20periksa\x20jaringan\x20Anda.','will-retry':'Koneksi\x20gagal.\x20Kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':_0xf8c072(0x1dd),'join-failed':'Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Harap\x20coba\x20lagi\x20nanti.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','room-not-exists':_0xf8c072(0x1ca),'room-permission-denied':_0xf8c072(0x1d3),'room-cnt-exceeds':_0xf8c072(0x1e0),'collaboration-timeout':'Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'},'conflict':{'title':_0xf8c072(0x1cf),'content':_0xf8c072(0x1cc)},'permission':{'title':'Kesalahan\x20Autentikasi','content':_0xf8c072(0x1d4)},'collaboration':{'single-unit':{'warning':_0xf8c072(0x1e1)},'closeRoom':_0xf8c072(0x1d6)},'auth':{'needGotoLoginAlert':_0xf8c072(0x1df)}}};}));function _0x2501(){var _0x4a2079=['1307349QHMQwa','object','9568098pOgtSl','Menyinkronkan...','33502IVVCFR','Dokumen\x20telah\x20mencapai\x20batas\x20kolaborasinya.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Konflik\x20edit','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Jumlah\x20dokumen\x20kolaboratif\x20melebihi\x20batas.\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.','exports','2082adZmIo','Klik\x20untuk\x20Menyambung\x20Kembali','457368XTmOIi','Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','function','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','32aLKDVZ','File\x20lokal','Konflik\x20Kolaborasi','amd','544230cLgRxB','Tersinkron','Tidak\x20ada\x20izin\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','2207320PnqCwj','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','2877280DamcRp'];_0x2501=function(){return _0x4a2079;};return _0x2501();}
@@ -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 _0x4e80(){var _0x238ed8=['Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','UniverProCollaborationClientItIT','Nessuna\x20autorizzazione\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','1258170ykqykq','File\x20locale','Connessione\x20fallita.\x20Riproveremo\x20tra\x20poco.','function','8HAcGsE','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.','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20in\x20locale','1528386FdrvCP','137968GQVrUD','Conflitti\x20di\x20modifica','Conflitto\x20di\x20collaborazione','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','Errore\x20di\x20autenticazione','Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Riprova\x20più\x20tardi.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20collaborativa\x20è\x20stata\x20chiusa.','Il\x20tuo\x20accesso\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20accedere\x20di\x20nuovo,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','18680xHgBVe','1354230FNhxeW','Clicca\x20per\x20riconnetterti','34718VdnZpk','Sincronizzazione\x20dati\x20server\x20in\x20corso...','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20in\x20locale.','Sincronizzazione\x20in\x20corso...','Sincronizzato','amd','Connessione\x20fallita.\x20Verifica\x20la\x20tua\x20rete.','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.','49jXqVTa','327988Atrqja','20pppmZk','7183oWYshJ','object'];_0x4e80=function(){return _0x238ed8;};return _0x4e80();}function _0x100b(_0x181b63,_0x5c9882){_0x181b63=_0x181b63-0xc3;var _0x4e80e4=_0x4e80();var _0x100b50=_0x4e80e4[_0x181b63];return _0x100b50;}(function(_0x158969,_0x4a2ae){var _0x50cba3=_0x100b,_0xe9d9a2=_0x158969();while(!![]){try{var _0x546446=-parseInt(_0x50cba3(0xcb))/0x1*(-parseInt(_0x50cba3(0xda))/0x2)+-parseInt(_0x50cba3(0xc7))/0x3+parseInt(_0x50cba3(0xe3))/0x4*(-parseInt(_0x50cba3(0xe4))/0x5)+-parseInt(_0x50cba3(0xce))/0x6+-parseInt(_0x50cba3(0xe2))/0x7*(-parseInt(_0x50cba3(0xcf))/0x8)+-parseInt(_0x50cba3(0xd8))/0x9+parseInt(_0x50cba3(0xd7))/0xa*(parseInt(_0x50cba3(0xe5))/0xb);if(_0x546446===_0x4a2ae)break;else _0xe9d9a2['push'](_0xe9d9a2['shift']());}catch(_0x4fa5be){_0xe9d9a2['push'](_0xe9d9a2['shift']());}}}(_0x4e80,0x4fca3),function(_0x26aa83,_0x37f305){var _0x13eb6f=_0x100b;typeof exports==_0x13eb6f(0xc3)&&typeof module<'u'?module['exports']=_0x37f305():typeof define==_0x13eb6f(0xca)&&define[_0x13eb6f(0xdf)]?define([],_0x37f305):(_0x26aa83=typeof globalThis<'u'?globalThis:_0x26aa83||self,_0x26aa83[_0x13eb6f(0xc5)]=_0x37f305());}(this,function(){var _0x1c18a6=_0x100b;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x1c18a6(0xd9)}},'collabStatus':{'fetchMiss':_0x1c18a6(0xdb),'conflict':_0x1c18a6(0xd0),'notCollab':_0x1c18a6(0xc8),'synced':_0x1c18a6(0xde),'syncing':_0x1c18a6(0xdd),'offline':_0x1c18a6(0xcd)},'session':{'connection-failed':_0x1c18a6(0xe0),'will-retry':_0x1c18a6(0xc9),'room-full':'Il\x20documento\x20ha\x20raggiunto\x20il\x20limite\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','join-failed':_0x1c18a6(0xd4),'room-not-exists':_0x1c18a6(0xc4),'room-permission-denied':_0x1c18a6(0xc6),'room-cnt-exceeds':'Il\x20numero\x20di\x20documenti\x20collaborativi\x20supera\x20il\x20limite.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','collaboration-timeout':_0x1c18a6(0xdc)},'conflict':{'title':_0x1c18a6(0xd1),'content':_0x1c18a6(0xe1)},'permission':{'title':_0x1c18a6(0xd3),'content':_0x1c18a6(0xcc)},'collaboration':{'single-unit':{'warning':_0x1c18a6(0xd2)},'closeRoom':_0x1c18a6(0xd5)},'auth':{'needGotoLoginAlert':_0x1c18a6(0xd6)}}};}));
@@ -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(_0x25e46f,_0x159f20){var _0x401c8f=_0x345f,_0x3a605a=_0x25e46f();while(!![]){try{var _0x42025e=parseInt(_0x401c8f(0x152))/0x1+-parseInt(_0x401c8f(0x153))/0x2+parseInt(_0x401c8f(0x15c))/0x3+-parseInt(_0x401c8f(0x154))/0x4*(parseInt(_0x401c8f(0x14f))/0x5)+-parseInt(_0x401c8f(0x164))/0x6*(-parseInt(_0x401c8f(0x148))/0x7)+-parseInt(_0x401c8f(0x157))/0x8*(parseInt(_0x401c8f(0x14c))/0x9)+-parseInt(_0x401c8f(0x161))/0xa*(-parseInt(_0x401c8f(0x14b))/0xb);if(_0x42025e===_0x159f20)break;else _0x3a605a['push'](_0x3a605a['shift']());}catch(_0x312719){_0x3a605a['push'](_0x3a605a['shift']());}}}(_0x57cf,0x779a4),function(_0x62277,_0x3e4d82){var _0x5b0a7b=_0x345f;typeof exports==_0x5b0a7b(0x151)&&typeof module<'u'?module[_0x5b0a7b(0x15a)]=_0x3e4d82():typeof define==_0x5b0a7b(0x160)&&define[_0x5b0a7b(0x158)]?define([],_0x3e4d82):(_0x62277=typeof globalThis<'u'?globalThis:_0x62277||self,_0x62277[_0x5b0a7b(0x156)]=_0x3e4d82());}(this,function(){var _0x53998d=_0x345f;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x53998d(0x163)}},'collabStatus':{'fetchMiss':_0x53998d(0x14a),'conflict':_0x53998d(0x14e),'notCollab':'ローカルファイル','synced':_0x53998d(0x147),'syncing':_0x53998d(0x150),'offline':_0x53998d(0x167)},'session':{'connection-failed':_0x53998d(0x15d),'will-retry':_0x53998d(0x166),'room-full':_0x53998d(0x15e),'join-failed':_0x53998d(0x169),'room-not-exists':_0x53998d(0x149),'room-permission-denied':_0x53998d(0x155),'room-cnt-exceeds':'共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','collaboration-timeout':'サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。'},'conflict':{'title':_0x53998d(0x162),'content':_0x53998d(0x15f)},'permission':{'title':_0x53998d(0x168),'content':_0x53998d(0x159)},'collaboration':{'single-unit':{'warning':_0x53998d(0x14d)},'closeRoom':_0x53998d(0x15b)},'auth':{'needGotoLoginAlert':_0x53998d(0x165)}}};}));function _0x345f(_0x2802a4,_0x5ae026){_0x2802a4=_0x2802a4-0x147;var _0x57cf1f=_0x57cf();var _0x345f1f=_0x57cf1f[_0x2802a4];return _0x345f1f;}function _0x57cf(){var _0x4b8be1=['お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','exports','共同編集ルームが閉じられたため、編集権限が取り消されました。','2938113OYOeuj','接続に失敗しました。ネットワーク接続を確認してください。','ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','function','20YCWhPe','共同編集の競合','クリックして再接続','36TrhUmJ','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','接続に失敗しました。しばらくしてから再試行します。','オフライン、編集内容はローカルに保存されます','認証エラー','共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。','同期済み','960253CXhIbb','共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','サーバーデータを同期中...','388300WPIOrI','7516350dyXEbK','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','編集の競合','400105DoeHow','同期中...','object','500841TMYQXn','1937646BLCFGU','4KAwXaV','共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','UniverProCollaborationClientJaJP','8liISpC','amd'];_0x57cf=function(){return _0x4b8be1;};return _0x57cf();}
@@ -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 _0x1fe4(){var _0x17569e=['공동\x20편집\x20충돌','문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','5064111GFNMKo','3660DYFsDv','공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','1065148gxrwmd','1270344hcMdOy','동기화됨','8ySdOzk','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없습니다.','UniverProCollaborationClientKoKR','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','304010gYLYDD','동기화\x20중...','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','object','610140EzHItE','편집\x20충돌','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','서버\x20데이터\x20동기화\x20중...','로컬\x20파일','공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','2723AFHlZy','573125xJBNQQ','공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.'];_0x1fe4=function(){return _0x17569e;};return _0x1fe4();}function _0x3a3b(_0x48f6df,_0xef9060){_0x48f6df=_0x48f6df-0x1a1;var _0x1fe457=_0x1fe4();var _0x3a3b6b=_0x1fe457[_0x48f6df];return _0x3a3b6b;}(function(_0x41e0d0,_0x32bd44){var _0x183162=_0x3a3b,_0xb8e156=_0x41e0d0();while(!![]){try{var _0x2c7956=-parseInt(_0x183162(0x1b0))/0x1+parseInt(_0x183162(0x1a8))/0x2+-parseInt(_0x183162(0x1b9))/0x3+parseInt(_0x183162(0x1b8))/0x4+-parseInt(_0x183162(0x1a4))/0x5+parseInt(_0x183162(0x1b6))/0x6*(parseInt(_0x183162(0x1af))/0x7)+-parseInt(_0x183162(0x1bb))/0x8*(-parseInt(_0x183162(0x1b5))/0x9);if(_0x2c7956===_0x32bd44)break;else _0xb8e156['push'](_0xb8e156['shift']());}catch(_0x22b6fb){_0xb8e156['push'](_0xb8e156['shift']());}}}(_0x1fe4,0x4ca5f),function(_0x3d72b0,_0x6f50fb){var _0x33e123=_0x3a3b;typeof exports==_0x33e123(0x1a7)&&typeof module<'u'?module['exports']=_0x6f50fb():typeof define=='function'&&define[_0x33e123(0x1bc)]?define([],_0x6f50fb):(_0x3d72b0=typeof globalThis<'u'?globalThis:_0x3d72b0||self,_0x3d72b0[_0x33e123(0x1a1)]=_0x6f50fb());}(this,function(){var _0x4308e3=_0x3a3b;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':_0x4308e3(0x1ab),'conflict':_0x4308e3(0x1a9),'notCollab':_0x4308e3(0x1ac),'synced':_0x4308e3(0x1ba),'syncing':_0x4308e3(0x1a5),'offline':_0x4308e3(0x1b4)},'session':{'connection-failed':_0x4308e3(0x1a6),'will-retry':_0x4308e3(0x1aa),'room-full':_0x4308e3(0x1b3),'join-failed':_0x4308e3(0x1b1),'room-not-exists':_0x4308e3(0x1ae),'room-permission-denied':_0x4308e3(0x1ad),'room-cnt-exceeds':_0x4308e3(0x1b7),'collaboration-timeout':'서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'conflict':{'title':_0x4308e3(0x1b2),'content':_0x4308e3(0x1a3)},'permission':{'title':'인증\x20오류','content':'사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.'},'collaboration':{'single-unit':{'warning':_0x4308e3(0x1be)},'closeRoom':_0x4308e3(0x1a2)},'auth':{'needGotoLoginAlert':_0x4308e3(0x1bd)}}};}));
@@ -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 _0x2e17(_0x5b012f,_0x1b420a){_0x5b012f=_0x5b012f-0x149;var _0x356dfb=_0x356d();var _0x2e17d9=_0x356dfb[_0x5b012f];return _0x2e17d9;}(function(_0x11b40c,_0x1bf92f){var _0x260029=_0x2e17,_0x35075f=_0x11b40c();while(!![]){try{var _0x20d714=parseInt(_0x260029(0x157))/0x1+parseInt(_0x260029(0x14d))/0x2*(parseInt(_0x260029(0x160))/0x3)+parseInt(_0x260029(0x164))/0x4*(-parseInt(_0x260029(0x150))/0x5)+parseInt(_0x260029(0x163))/0x6+parseInt(_0x260029(0x153))/0x7+-parseInt(_0x260029(0x152))/0x8+-parseInt(_0x260029(0x158))/0x9;if(_0x20d714===_0x1bf92f)break;else _0x35075f['push'](_0x35075f['shift']());}catch(_0xf7da3){_0x35075f['push'](_0x35075f['shift']());}}}(_0x356d,0x57a29),function(_0x2b3d99,_0x3e4d96){var _0xd7d152=_0x2e17;typeof exports==_0xd7d152(0x155)&&typeof module<'u'?module['exports']=_0x3e4d96():typeof define=='function'&&define[_0xd7d152(0x15a)]?define([],_0x3e4d96):(_0x2b3d99=typeof globalThis<'u'?globalThis:_0x2b3d99||self,_0x2b3d99['UniverProCollaborationClientPlPL']=_0x3e4d96());}(this,function(){var _0x3df68e=_0x2e17;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x3df68e(0x156)}},'collabStatus':{'fetchMiss':_0x3df68e(0x159),'conflict':_0x3df68e(0x15e),'notCollab':'Plik\x20lokalny','synced':_0x3df68e(0x154),'syncing':_0x3df68e(0x15c),'offline':_0x3df68e(0x14a)},'session':{'connection-failed':_0x3df68e(0x15b),'will-retry':_0x3df68e(0x162),'room-full':'Dokument\x20osiągnął\x20limit\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','join-failed':_0x3df68e(0x149),'room-not-exists':_0x3df68e(0x14b),'room-permission-denied':_0x3df68e(0x14f),'room-cnt-exceeds':_0x3df68e(0x161),'collaboration-timeout':_0x3df68e(0x151)},'conflict':{'title':'Konflikt\x20współpracy','content':_0x3df68e(0x15d)},'permission':{'title':'Błąd\x20uwierzytelniania','content':_0x3df68e(0x14e)},'collaboration':{'single-unit':{'warning':_0x3df68e(0x14c)},'closeRoom':_0x3df68e(0x165)},'auth':{'needGotoLoginAlert':_0x3df68e(0x15f)}}};}));function _0x356d(){var _0x438968=['Brak\x20uprawnień\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','5OJYcEt','Serwer\x20nie\x20odpowiada\x20na\x20Twoje\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','4368664vohoKe','1353149VAelhX','Zsynchronizowane','object','Kliknij,\x20aby\x20połączyć\x20ponownie','466105FbmaPv','6081948fjNQWL','Synchronizowanie\x20danych\x20serwera...','amd','Połączenie\x20nieudane.\x20Sprawdź\x20swoją\x20sieć.','Synchronizowanie...','Wystąpił\x20konflikt\x20między\x20Twoją\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20odświeżeniu\x20strony.','Konflikty\x20edycji','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','579EdOIFA','Liczba\x20dokumentów\x20współpracy\x20przekracza\x20limit.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Połączenie\x20nieudane.\x20Spróbujemy\x20ponownie\x20za\x20chwilę.','2166732RbkGwZ','504908BLcixz','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Spróbuj\x20ponownie\x20później.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','7114YZXOAV','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.'];_0x356d=function(){return _0x438968;};return _0x356d();}
@@ -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 _0x4fb7(_0x33f2e9,_0x2a4d7){_0x33f2e9=_0x33f2e9-0x18e;var _0x161592=_0x1615();var _0x4fb740=_0x161592[_0x33f2e9];return _0x4fb740;}function _0x1615(){var _0x3474fa=['Sincronizado','2267490DmYitg','1720999IGlFoA','O\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20o\x20limite.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','36ABtqor','Clique\x20para\x20Reconectar','Arquivo\x20local','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.','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','3rlAyyw','71438IDHfAR','UniverProCollaborationClientPtBR','679792ydiQEl','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.','86864feNBdf','Sem\x20permissão\x20para\x20colaborar.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Erro\x20de\x20Autenticação','object','Sincronizando...','function','414416mkgouZ','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Tente\x20novamente\x20mais\x20tarde.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','750355sSsliu','Sincronizando\x20dados\x20do\x20servidor...','exports','Conflitos\x20de\x20edição','Conflito\x20de\x20Colaboração','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','Falha\x20na\x20conexão.\x20Tentaremos\x20novamente\x20em\x20breve.'];_0x1615=function(){return _0x3474fa;};return _0x1615();}(function(_0x494f0a,_0x11cb10){var _0x4d33d8=_0x4fb7,_0x5b01f0=_0x494f0a();while(!![]){try{var _0x38481e=parseInt(_0x4d33d8(0x1a3))/0x1+-parseInt(_0x4d33d8(0x1a5))/0x2*(parseInt(_0x4d33d8(0x1a2))/0x3)+parseInt(_0x4d33d8(0x18f))/0x4+-parseInt(_0x4d33d8(0x192))/0x5+parseInt(_0x4d33d8(0x19a))/0x6+parseInt(_0x4d33d8(0x19b))/0x7+parseInt(_0x4d33d8(0x1a7))/0x8*(-parseInt(_0x4d33d8(0x19d))/0x9);if(_0x38481e===_0x11cb10)break;else _0x5b01f0['push'](_0x5b01f0['shift']());}catch(_0x2d95b1){_0x5b01f0['push'](_0x5b01f0['shift']());}}}(_0x1615,0x40cc7),function(_0x58c8e9,_0x262486){var _0x518c0f=_0x4fb7;typeof exports==_0x518c0f(0x1ab)&&typeof module<'u'?module[_0x518c0f(0x194)]=_0x262486():typeof define==_0x518c0f(0x18e)&&define['amd']?define([],_0x262486):(_0x58c8e9=typeof globalThis<'u'?globalThis:_0x58c8e9||self,_0x58c8e9[_0x518c0f(0x1a4)]=_0x262486());}(this,function(){var _0x17bd69=_0x4fb7;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x17bd69(0x19e)}},'collabStatus':{'fetchMiss':_0x17bd69(0x193),'conflict':_0x17bd69(0x195),'notCollab':_0x17bd69(0x19f),'synced':_0x17bd69(0x199),'syncing':_0x17bd69(0x1ac),'offline':'Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente'},'session':{'connection-failed':'Falha\x20na\x20conexão.\x20Verifique\x20sua\x20rede.','will-retry':_0x17bd69(0x198),'room-full':'O\x20documento\x20atingiu\x20o\x20limite\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','join-failed':_0x17bd69(0x190),'room-not-exists':_0x17bd69(0x1a9),'room-permission-denied':_0x17bd69(0x1a8),'room-cnt-exceeds':_0x17bd69(0x19c),'collaboration-timeout':'O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.'},'conflict':{'title':_0x17bd69(0x196),'content':_0x17bd69(0x1a6)},'permission':{'title':_0x17bd69(0x1aa),'content':_0x17bd69(0x1a0)},'collaboration':{'single-unit':{'warning':_0x17bd69(0x191)},'closeRoom':_0x17bd69(0x197)},'auth':{'needGotoLoginAlert':_0x17bd69(0x1a1)}}};}));
@@ -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 _0x6d35(_0x5b2fa3,_0x2e8ba6){_0x5b2fa3=_0x5b2fa3-0xd1;var _0x310b1c=_0x310b();var _0x6d356c=_0x310b1c[_0x5b2fa3];return _0x6d356c;}(function(_0x273d44,_0x5813e6){var _0x1eaa53=_0x6d35,_0x39e9f6=_0x273d44();while(!![]){try{var _0x3e0db0=parseInt(_0x1eaa53(0xe9))/0x1*(parseInt(_0x1eaa53(0xd1))/0x2)+-parseInt(_0x1eaa53(0xea))/0x3*(parseInt(_0x1eaa53(0xd3))/0x4)+-parseInt(_0x1eaa53(0xde))/0x5+parseInt(_0x1eaa53(0xd6))/0x6*(parseInt(_0x1eaa53(0xed))/0x7)+-parseInt(_0x1eaa53(0xe2))/0x8*(parseInt(_0x1eaa53(0xd4))/0x9)+-parseInt(_0x1eaa53(0xe0))/0xa+parseInt(_0x1eaa53(0xef))/0xb;if(_0x3e0db0===_0x5813e6)break;else _0x39e9f6['push'](_0x39e9f6['shift']());}catch(_0x17e390){_0x39e9f6['push'](_0x39e9f6['shift']());}}}(_0x310b,0xdf440),function(_0x7f0db3,_0x42ae17){var _0x576085=_0x6d35;typeof exports==_0x576085(0xdd)&&typeof module<'u'?module[_0x576085(0xf0)]=_0x42ae17():typeof define==_0x576085(0xe1)&&define[_0x576085(0xe6)]?define([],_0x42ae17):(_0x7f0db3=typeof globalThis<'u'?globalThis:_0x7f0db3||self,_0x7f0db3[_0x576085(0xd5)]=_0x42ae17());}(this,function(){var _0x380d5f=_0x6d35;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x380d5f(0xec)}},'collabStatus':{'fetchMiss':_0x380d5f(0xe5),'conflict':_0x380d5f(0xd2),'notCollab':'Локальный\x20файл','synced':'Синхронизировано','syncing':_0x380d5f(0xeb),'offline':_0x380d5f(0xda)},'session':{'connection-failed':_0x380d5f(0xd9),'will-retry':_0x380d5f(0xdb),'room-full':'Документ\x20достиг\x20лимита\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','join-failed':_0x380d5f(0xee),'room-not-exists':_0x380d5f(0xe7),'room-permission-denied':_0x380d5f(0xdf),'room-cnt-exceeds':_0x380d5f(0xe4),'collaboration-timeout':'Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.'},'conflict':{'title':_0x380d5f(0xe3),'content':_0x380d5f(0xf1)},'permission':{'title':_0x380d5f(0xd7),'content':_0x380d5f(0xdc)},'collaboration':{'single-unit':{'warning':_0x380d5f(0xd8)},'closeRoom':'Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.'},'auth':{'needGotoLoginAlert':_0x380d5f(0xe8)}}};}));function _0x310b(){var _0x5b4b63=['Нажмите\x20для\x20переподключения','77kISmbk','Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Повторите\x20попытку\x20позже.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','21414162TNiDkW','exports','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','4YnoRkE','Конфликты\x20редактирования','3102200YNOfQm','9twztaO','UniverProCollaborationClientRuRU','583086SsVjHI','Ошибка\x20аутентификации','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','Ошибка\x20подключения.\x20Проверьте\x20подключение\x20к\x20сети.','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','Ошибка\x20подключения.\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','6373085ydWSwl','Нет\x20разрешения\x20на\x20совместную\x20работу.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','6379940lmRDIp','function','7104368jlaJxt','Конфликт\x20совместной\x20работы','Количество\x20документов\x20для\x20совместной\x20работы\x20превышает\x20лимит.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Синхронизация\x20данных\x20сервера...','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изменений.','737485sbmscS','3kXVSjN','Синхронизация...'];_0x310b=function(){return _0x5b4b63;};return _0x310b();}
@@ -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 _0x5b45(){var _0x17abc3=['amd','24040CiHcTJ','406070myVjwK','4041954lqwJtR','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','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.','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','1eFyjjO','function','231KzyxIi','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Konflikt\x20spolupráce','exports','UniverProCollaborationClientSkSK','16gaWQxX','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','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é.','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','3946320iRHNvw','Synchronizované','1997562eEHKzM','808HIZGci','Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Chyba\x20overenia','3479082eejYTR','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Kliknite\x20na\x20opätovné\x20pripojenie','Synchronizuje\x20sa...','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','1814156gGwHQZ'];_0x5b45=function(){return _0x17abc3;};return _0x5b45();}function _0x5be1(_0x13e80f,_0x1ccece){_0x13e80f=_0x13e80f-0xf9;var _0x5b45f7=_0x5b45();var _0x5be1b3=_0x5b45f7[_0x13e80f];return _0x5be1b3;}(function(_0x1d8cf5,_0x3ad08b){var _0x1fdaa3=_0x5be1,_0x55a35f=_0x1d8cf5();while(!![]){try{var _0x12003d=-parseInt(_0x1fdaa3(0x10e))/0x1*(parseInt(_0x1fdaa3(0x106))/0x2)+-parseInt(_0x1fdaa3(0xfb))/0x3+parseInt(_0x1fdaa3(0xfc))/0x4*(parseInt(_0x1fdaa3(0x108))/0x5)+parseInt(_0x1fdaa3(0x100))/0x6+parseInt(_0x1fdaa3(0xf9))/0x7+parseInt(_0x1fdaa3(0x115))/0x8*(-parseInt(_0x1fdaa3(0x10a))/0x9)+-parseInt(_0x1fdaa3(0x109))/0xa*(-parseInt(_0x1fdaa3(0x110))/0xb);if(_0x12003d===_0x3ad08b)break;else _0x55a35f['push'](_0x55a35f['shift']());}catch(_0x1611c2){_0x55a35f['push'](_0x55a35f['shift']());}}}(_0x5b45,0x7932a),function(_0x10b213,_0x32a0a1){var _0x33980f=_0x5be1;typeof exports=='object'&&typeof module<'u'?module[_0x33980f(0x113)]=_0x32a0a1():typeof define==_0x33980f(0x10f)&&define[_0x33980f(0x107)]?define([],_0x32a0a1):(_0x10b213=typeof globalThis<'u'?globalThis:_0x10b213||self,_0x10b213[_0x33980f(0x114)]=_0x32a0a1());}(this,function(){var _0x4625b1=_0x5be1;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x4625b1(0x102)}},'collabStatus':{'fetchMiss':_0x4625b1(0x116),'conflict':'Konflikty\x20úprav','notCollab':'Lokálny\x20súbor','synced':_0x4625b1(0xfa),'syncing':_0x4625b1(0x103),'offline':_0x4625b1(0x104)},'session':{'connection-failed':'Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','will-retry':_0x4625b1(0x105),'room-full':'Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','join-failed':_0x4625b1(0x10b),'room-not-exists':_0x4625b1(0x10d),'room-permission-denied':_0x4625b1(0xfd),'room-cnt-exceeds':'Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','collaboration-timeout':_0x4625b1(0x111)},'conflict':{'title':_0x4625b1(0x112),'content':_0x4625b1(0x10c)},'permission':{'title':_0x4625b1(0xff),'content':_0x4625b1(0x117)},'collaboration':{'single-unit':{'warning':_0x4625b1(0xfe)},'closeRoom':_0x4625b1(0x118)},'auth':{'needGotoLoginAlert':_0x4625b1(0x101)}}};}));
@@ -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 _0xc04a(_0x23d109,_0x115718){_0x23d109=_0x23d109-0x135;var _0x24f49c=_0x24f4();var _0xc04a7b=_0x24f49c[_0x23d109];return _0xc04a7b;}(function(_0x5899f5,_0x532a56){var _0x4381c9=_0xc04a,_0x3f2393=_0x5899f5();while(!![]){try{var _0x59d7f9=-parseInt(_0x4381c9(0x14a))/0x1+parseInt(_0x4381c9(0x14e))/0x2*(parseInt(_0x4381c9(0x148))/0x3)+parseInt(_0x4381c9(0x135))/0x4*(parseInt(_0x4381c9(0x13d))/0x5)+parseInt(_0x4381c9(0x139))/0x6*(-parseInt(_0x4381c9(0x140))/0x7)+parseInt(_0x4381c9(0x144))/0x8+-parseInt(_0x4381c9(0x14c))/0x9*(parseInt(_0x4381c9(0x152))/0xa)+-parseInt(_0x4381c9(0x13b))/0xb*(-parseInt(_0x4381c9(0x145))/0xc);if(_0x59d7f9===_0x532a56)break;else _0x3f2393['push'](_0x3f2393['shift']());}catch(_0x550fbe){_0x3f2393['push'](_0x3f2393['shift']());}}}(_0x24f4,0xac976),function(_0xcb1a56,_0x7165c3){var _0x5de217=_0xc04a;typeof exports==_0x5de217(0x153)&&typeof module<'u'?module[_0x5de217(0x154)]=_0x7165c3():typeof define=='function'&&define[_0x5de217(0x147)]?define([],_0x7165c3):(_0xcb1a56=typeof globalThis<'u'?globalThis:_0xcb1a56||self,_0xcb1a56[_0x5de217(0x14b)]=_0x7165c3());}(this,function(){var _0x4acae7=_0xc04a;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x4acae7(0x141)}},'collabStatus':{'fetchMiss':'Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','conflict':_0x4acae7(0x151),'notCollab':_0x4acae7(0x143),'synced':_0x4acae7(0x150),'syncing':_0x4acae7(0x13c),'offline':_0x4acae7(0x13f)},'session':{'connection-failed':_0x4acae7(0x14f),'will-retry':'Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','room-full':_0x4acae7(0x146),'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':_0x4acae7(0x138),'room-permission-denied':_0x4acae7(0x137),'room-cnt-exceeds':_0x4acae7(0x14d),'collaboration-timeout':'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ộ.'},'conflict':{'title':_0x4acae7(0x149),'content':_0x4acae7(0x13e)},'permission':{'title':_0x4acae7(0x13a),'content':_0x4acae7(0x142)},'collaboration':{'single-unit':{'warning':_0x4acae7(0x136)},'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.'}}};}));function _0x24f4(){var _0x25b7a1=['728462snKtRS','Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','Đã\x20đồng\x20b','Xung\x20đột\x20chỉnh\x20sửa','20XgnuHB','object','exports','4ngGnpO','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.','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ộ.','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ộ.','777426AXUsnw','Lỗi\x20xác\x20thực','3740297OqnIYE','Đang\x20đồng\x20bộ...','1647930UdcxCD','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.','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','35JSkgNv','Nhấp\x20để\x20kết\x20nối\x20lại','Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.','Tệp\x20cục\x20bộ','224760rTUUUC','108ooPZVv','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ộ.','amd','3pzCEtP','Xung\x20đột\x20cộng\x20tác','1329284kiSptb','UniverProCollaborationClientViVN','4941369DJchKq','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ộ.'];_0x24f4=function(){return _0x25b7a1;};return _0x24f4();}
@@ -1 +1 @@
1
- function _0x5f44(_0x4eacaa,_0x46b921){_0x4eacaa=_0x4eacaa-0x8a;var _0x110086=_0x1100();var _0x5f44cd=_0x110086[_0x4eacaa];return _0x5f44cd;}(function(_0x5e0877,_0x10919e){var _0x513bfd=_0x5f44,_0x3e4266=_0x5e0877();while(!![]){try{var _0x5cd4b9=-parseInt(_0x513bfd(0x94))/0x1+-parseInt(_0x513bfd(0x8f))/0x2*(-parseInt(_0x513bfd(0x9d))/0x3)+parseInt(_0x513bfd(0xa2))/0x4+-parseInt(_0x513bfd(0x8b))/0x5+-parseInt(_0x513bfd(0x90))/0x6*(parseInt(_0x513bfd(0x8a))/0x7)+parseInt(_0x513bfd(0x8c))/0x8*(-parseInt(_0x513bfd(0x98))/0x9)+-parseInt(_0x513bfd(0x9e))/0xa*(-parseInt(_0x513bfd(0x9f))/0xb);if(_0x5cd4b9===_0x10919e)break;else _0x3e4266['push'](_0x3e4266['shift']());}catch(_0x14ddbf){_0x3e4266['push'](_0x3e4266['shift']());}}}(_0x1100,0x3617a),function(_0x10abe6,_0x43de12){var _0x44e7e5=_0x5f44;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x43de12():typeof define=='function'&&define[_0x44e7e5(0x99)]?define([],_0x43de12):(_0x10abe6=typeof globalThis<'u'?globalThis:_0x10abe6||self,_0x10abe6['UniverProCollaborationClientZhCN']=_0x43de12());}(this,function(){var _0x378130=_0x5f44;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x378130(0xa4)}},'collabStatus':{'fetchMiss':_0x378130(0xa3),'conflict':_0x378130(0x92),'notCollab':_0x378130(0x96),'synced':'已同步','syncing':'保存中...','offline':_0x378130(0xa5)},'session':{'connection-failed':_0x378130(0x9c),'will-retry':_0x378130(0x8e),'room-full':_0x378130(0x9a),'join-failed':'加入协同失败,请稍后重试,你的编辑将在本地缓存','room-not-exists':_0x378130(0xa6),'room-permission-denied':_0x378130(0x93),'room-cnt-exceeds':_0x378130(0x8d),'collaboration-timeout':_0x378130(0x91)},'conflict':{'title':_0x378130(0xa0),'content':_0x378130(0x9b)},'permission':{'title':_0x378130(0xa7),'content':_0x378130(0xa8)},'collaboration':{'single-unit':{'warning':_0x378130(0x97)},'closeRoom':_0x378130(0x95)},'auth':{'needGotoLoginAlert':_0x378130(0xa1)}}};}));function _0x1100(){var _0x30d796=['463045SmBQmz','567976KoVcbP','协同文档数量超过限制,你的编辑将在本地缓存','连接失败,将在一会儿之后重试连接','68592taLVuk','8862LdlpaK','服务器未响应,你的编辑将在本地缓存','编辑冲突','没有协同权限,你的编辑将在本地缓存','86575IbsftV','由于协同房间被关闭,编辑权限被收回。','本地文件','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','9vIPQiM','amd','此文档协同人数已满,你的编辑将在本地缓存','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','连接失败,请检查你的网络','24oVqqJk','186510FcgqGh','11TpqOma','协同冲突','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','850780AkdWtl','正在拉取服务端数据...','点击重新连接','已离线,编辑将在本地缓存','加入协同失败,你的编辑将在本地缓存','权限错误','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','161LfcFsi'];_0x1100=function(){return _0x30d796;};return _0x1100();}
1
+ function _0x5a5a(_0x3a5b59,_0x397cdf){_0x3a5b59=_0x3a5b59-0x93;var _0x5aa6c9=_0x5aa6();var _0x5a5a7f=_0x5aa6c9[_0x3a5b59];return _0x5a5a7f;}function _0x5aa6(){var _0x515eb4=['协同文档数量超过限制,你的编辑将在本地缓存','1829460BlatLM','UniverProCollaborationClientZhCN','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','function','820856MBuUdh','协同冲突','11vQFSuS','134ytxrGI','加入协同失败,你的编辑将在本地缓存','exports','此文档协同人数已满,你的编辑将在本地缓存','10308dfmELD','连接失败,将在一会儿之后重试连接','加入协同失败,请稍后重试,你的编辑将在本地缓存','点击重新连接','保存中...','已离线,编辑将在本地缓存','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','没有协同权限,你的编辑将在本地缓存','本地文件','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','18FLJbQw','正在拉取服务端数据...','连接失败,请检查你的网络','22139900LSWHAl','11376045YbTorx','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','编辑冲突','28NBqSzt','权限错误','2075936bvrfcj','207462BnCmgo','服务器未响应,你的编辑将在本地缓存','由于协同房间被关闭,编辑权限被收回。'];_0x5aa6=function(){return _0x515eb4;};return _0x5aa6();}(function(_0x2885f9,_0x485860){var _0x49bc9e=_0x5a5a,_0x11bf84=_0x2885f9();while(!![]){try{var _0x213e2f=-parseInt(_0x49bc9e(0x97))/0x1+parseInt(_0x49bc9e(0xa2))/0x2*(parseInt(_0x49bc9e(0xa6))/0x3)+parseInt(_0x49bc9e(0x96))/0x4+parseInt(_0x49bc9e(0x9b))/0x5*(-parseInt(_0x49bc9e(0xb0))/0x6)+parseInt(_0x49bc9e(0x94))/0x7*(parseInt(_0x49bc9e(0x9f))/0x8)+-parseInt(_0x49bc9e(0xb4))/0x9+parseInt(_0x49bc9e(0xb3))/0xa*(parseInt(_0x49bc9e(0xa1))/0xb);if(_0x213e2f===_0x485860)break;else _0x11bf84['push'](_0x11bf84['shift']());}catch(_0x266f5c){_0x11bf84['push'](_0x11bf84['shift']());}}}(_0x5aa6,0xc4677),function(_0x2c8e62,_0x5022e1){var _0x44abfc=_0x5a5a;typeof exports=='object'&&typeof module<'u'?module[_0x44abfc(0xa4)]=_0x5022e1():typeof define==_0x44abfc(0x9e)&&define['amd']?define([],_0x5022e1):(_0x2c8e62=typeof globalThis<'u'?globalThis:_0x2c8e62||self,_0x2c8e62[_0x44abfc(0x9c)]=_0x5022e1());}(this,function(){var _0x49651e=_0x5a5a;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x49651e(0xa9)}},'collabStatus':{'fetchMiss':_0x49651e(0xb1),'conflict':_0x49651e(0x93),'notCollab':_0x49651e(0xae),'synced':'已同步','syncing':_0x49651e(0xaa),'offline':_0x49651e(0xab)},'session':{'connection-failed':_0x49651e(0xb2),'will-retry':_0x49651e(0xa7),'room-full':_0x49651e(0xa5),'join-failed':_0x49651e(0xa8),'room-not-exists':_0x49651e(0xa3),'room-permission-denied':_0x49651e(0xad),'room-cnt-exceeds':_0x49651e(0x9a),'collaboration-timeout':_0x49651e(0x98)},'conflict':{'title':_0x49651e(0xa0),'content':_0x49651e(0x9d)},'permission':{'title':_0x49651e(0x95),'content':_0x49651e(0xaf)},'collaboration':{'single-unit':{'warning':_0x49651e(0xb5)},'closeRoom':_0x49651e(0x99)},'auth':{'needGotoLoginAlert':_0x49651e(0xac)}}};}));