@univerjs-pro/collaboration-client 1.0.0-alpha.1 → 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 _0x3716(_0x57ea48,_0x47c561){_0x57ea48=_0x57ea48-0xa8;var _0x63d8d=_0x63d8();var _0x3716f4=_0x63d8d[_0x57ea48];return _0x3716f4;}function _0x63d8(){var _0x521148=['غير\x20متصل،\x20سيتم\x20حفظ\x20التحريرات\x20محلياً','تعارضات\x20في\x20التحرير','334KtwCAB','تعارض\x20في\x20التعاون','708MklmGP','انتهت\x20صلاحية\x20تسجيل\x20الدخول،\x20انقر\x20\x22موافق\x22\x20لإعادة\x20تسجيل\x20الدخول،\x20أو\x20انقر\x20\x22إلغاء\x22\x20لحفظ\x20تحريراتك\x20محلياً.','23742VRPgtU','exports','خطأ\x20في\x20المصادقة','فشل\x20الانضمام\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','4450608rvikVB','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','function','يوجد\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','amd','4020XSaXob','تمت\x20المزامنة','تتعارض\x20إجراءاتك\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','184LztZIT','6494345BriQdk','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','فشل\x20الاتصال.\x20يرجى\x20التحقق\x20من\x20شبكتك.','عدد\x20المستندات\x20التعاونية\x20يتجاوز\x20الحد.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','493563lPjtIO','UniverProCollaborationClientArSA','ملف\x20محلي','وصل\x20المستند\x20إلى\x20حد\x20التعاون\x20الأقصى.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون.\x20سيتم\x20حفظ\x20تحريراتك\x20محلياً.','1392eiOoNd','149905PFaUWN','لا\x20يوجد\x20إذن\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','فشل\x20الاتصال.\x20سنحاول\x20مرة\x20أخرى\x20بعد\x20قليل.','100jlFcdi'];_0x63d8=function(){return _0x521148;};return _0x63d8();}(function(_0x1a2824,_0x548ff2){var _0x5506fe=_0x3716,_0x427bbd=_0x1a2824();while(!![]){try{var _0x14b8b2=parseInt(_0x5506fe(0xbe))/0x1+-parseInt(_0x5506fe(0xa9))/0x2*(parseInt(_0x5506fe(0xc3))/0x3)+parseInt(_0x5506fe(0xab))/0x4*(-parseInt(_0x5506fe(0xb6))/0x5)+-parseInt(_0x5506fe(0xb1))/0x6+-parseInt(_0x5506fe(0xc4))/0x7*(-parseInt(_0x5506fe(0xb9))/0x8)+parseInt(_0x5506fe(0xad))/0x9*(-parseInt(_0x5506fe(0xc7))/0xa)+parseInt(_0x5506fe(0xba))/0xb;if(_0x14b8b2===_0x548ff2)break;else _0x427bbd['push'](_0x427bbd['shift']());}catch(_0x4596e4){_0x427bbd['push'](_0x427bbd['shift']());}}}(_0x63d8,0x8fb0f),function(_0x5672eb,_0x3dfdcc){var _0x100b56=_0x3716;typeof exports=='object'&&typeof module<'u'?module[_0x100b56(0xae)]=_0x3dfdcc():typeof define==_0x100b56(0xb3)&&define[_0x100b56(0xb5)]?define([],_0x3dfdcc):(_0x5672eb=typeof globalThis<'u'?globalThis:_0x5672eb||self,_0x5672eb[_0x100b56(0xbf)]=_0x3dfdcc());}(this,function(){var _0x3ce04e=_0x3716;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'انقر\x20لإعادة\x20الاتصال'}},'collabStatus':{'fetchMiss':_0x3ce04e(0xb2),'conflict':_0x3ce04e(0xa8),'notCollab':_0x3ce04e(0xc0),'synced':_0x3ce04e(0xb7),'syncing':'جارٍ\x20المزامنة...','offline':_0x3ce04e(0xc8)},'session':{'connection-failed':_0x3ce04e(0xbc),'will-retry':_0x3ce04e(0xc6),'room-full':_0x3ce04e(0xc1),'join-failed':'فشل\x20الانضمام\x20للتعاون.\x20يرجى\x20المحاولة\x20لاحقاً.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','room-not-exists':_0x3ce04e(0xb0),'room-permission-denied':_0x3ce04e(0xc5),'room-cnt-exceeds':_0x3ce04e(0xbd),'collaboration-timeout':_0x3ce04e(0xc2)},'conflict':{'title':_0x3ce04e(0xaa),'content':_0x3ce04e(0xb4)},'permission':{'title':_0x3ce04e(0xaf),'content':_0x3ce04e(0xb8)},'collaboration':{'single-unit':{'warning':'لقد\x20فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20هذه\x20العلامة.'},'closeRoom':_0x3ce04e(0xbb)},'auth':{'needGotoLoginAlert':_0x3ce04e(0xac)}}};}));
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(_0x3683a3,_0x2bc86e){var _0x37fba9=_0x2661,_0x4feab8=_0x3683a3();while(!![]){try{var _0x3e5de8=-parseInt(_0x37fba9(0x1c9))/0x1+parseInt(_0x37fba9(0x1ce))/0x2*(parseInt(_0x37fba9(0x1d6))/0x3)+parseInt(_0x37fba9(0x1c3))/0x4+-parseInt(_0x37fba9(0x1d9))/0x5+parseInt(_0x37fba9(0x1ba))/0x6*(-parseInt(_0x37fba9(0x1be))/0x7)+-parseInt(_0x37fba9(0x1d0))/0x8*(-parseInt(_0x37fba9(0x1cf))/0x9)+-parseInt(_0x37fba9(0x1c6))/0xa*(parseInt(_0x37fba9(0x1bc))/0xb);if(_0x3e5de8===_0x2bc86e)break;else _0x4feab8['push'](_0x4feab8['shift']());}catch(_0x2d802a){_0x4feab8['push'](_0x4feab8['shift']());}}}(_0x5381,0x6ef77),function(_0x47a50b,_0x3f5b1e){var _0x16e55b=_0x2661;typeof exports==_0x16e55b(0x1d4)&&typeof module<'u'?module[_0x16e55b(0x1c5)]=_0x3f5b1e():typeof define==_0x16e55b(0x1d2)&&define[_0x16e55b(0x1bf)]?define([],_0x3f5b1e):(_0x47a50b=typeof globalThis<'u'?globalThis:_0x47a50b||self,_0x47a50b[_0x16e55b(0x1c0)]=_0x3f5b1e());}(this,function(){var _0x4e2e14=_0x2661;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x4e2e14(0x1c7)}},'collabStatus':{'fetchMiss':_0x4e2e14(0x1bd),'conflict':'Conflictes\x20d\x27edició','notCollab':_0x4e2e14(0x1c2),'synced':'Sincronitzat','syncing':_0x4e2e14(0x1da),'offline':_0x4e2e14(0x1cc)},'session':{'connection-failed':_0x4e2e14(0x1d1),'will-retry':_0x4e2e14(0x1d8),'room-full':_0x4e2e14(0x1c4),'join-failed':_0x4e2e14(0x1ca),'room-not-exists':_0x4e2e14(0x1d3),'room-permission-denied':_0x4e2e14(0x1d5),'room-cnt-exceeds':_0x4e2e14(0x1c1),'collaboration-timeout':'El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.'},'conflict':{'title':_0x4e2e14(0x1d7),'content':_0x4e2e14(0x1cb)},'permission':{'title':_0x4e2e14(0x1cd),'content':_0x4e2e14(0x1db)},'collaboration':{'single-unit':{'warning':_0x4e2e14(0x1c8)},'closeRoom':_0x4e2e14(0x1bb)},'auth':{'needGotoLoginAlert':'La\x20vostra\x20sessió\x20ha\x20caducat.\x20Feu\x20clic\x20a\x20D\x27acord\x20per\x20tornar\x20a\x20iniciar\x20sessió,\x20o\x20a\x20Cancel·la\x20per\x20desar\x20els\x20vostres\x20canvis\x20locals.'}}};}));function _0x2661(_0xef2c59,_0x1e6a77){_0xef2c59=_0xef2c59-0x1ba;var _0x5381ea=_0x5381();var _0x266158=_0x5381ea[_0xef2c59];return _0x266158;}function _0x5381(){var _0x43e18a=['1463770JUiFWg','Sincronitzant...','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.','54BUjwNO','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','47113BiXNdk','Sincronitzant\x20dades\x20del\x20servidor...','628453nTaXPs','amd','UniverProCollaborationClientCaES','El\x20nombre\x20de\x20documents\x20col·laboratius\x20supera\x20el\x20límit.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Fitxer\x20local','2017284WgtQAe','Aquest\x20document\x20ha\x20arribat\x20al\x20límit\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','exports','370rFeTXQ','Feu\x20clic\x20per\x20reconnectar','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','246580cyyUGd','No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','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.','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','Error\x20d\x27autenticació','6fsCBED','188577kowNOa','264WrXymd','Error\x20de\x20connexió.\x20Comproveu\x20la\x20vostra\x20xarxa.','function','No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','object','No\x20teniu\x20permís\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','764565sWHbpU','Conflicte\x20de\x20col·laboració','Error\x20de\x20connexió.\x20Ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.'];_0x5381=function(){return _0x43e18a;};return _0x5381();}
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 _0x4eb7(_0x3309de,_0x3dcd42){_0x3309de=_0x3309de-0x1da;var _0x326420=_0x3264();var _0x4eb752=_0x326420[_0x3309de];return _0x4eb752;}function _0x3264(){var _0x10cde2=['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.','141348fptzMC','Das\x20Dokument\x20hat\x20die\x20Zusammenarbeitsgrenze\x20erreicht.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','UniverProCollaborationClientDeDE','8VdIpUb','Bearbeitungskonflikte','exports','function','305JrldBO','116JMyEhz','Synchronisierung\x20läuft...','object','Authentifizierungsfehler','85962Fqzitp','1807EzchJm','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Verbindung\x20fehlgeschlagen.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','11rmjAzF','3359060ORXBTC','Bearbeitungsrechte\x20wurden\x20entzogen,\x20weil\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','269364evygzJ','Zusammenarbeitskonflikt','27314bUtRwC','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.','Keine\x20Zusammenarbeitsberechtigung.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','71WZnNBD','Der\x20Server\x20reagiert\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Klicken,\x20um\x20wieder\x20zu\x20verbinden','965772BlOvON','Synchronisiert','Serverdaten\x20werden\x20synchronisiert...','712vMqlKM','Lokale\x20Datei','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.'];_0x3264=function(){return _0x10cde2;};return _0x3264();}(function(_0x1db0a6,_0x567e4c){var _0x254798=_0x4eb7,_0x57c913=_0x1db0a6();while(!![]){try{var _0x2fe649=parseInt(_0x254798(0x1df))/0x1*(-parseInt(_0x254798(0x1f3))/0x2)+parseInt(_0x254798(0x1da))/0x3*(-parseInt(_0x254798(0x1ee))/0x4)+parseInt(_0x254798(0x1f2))/0x5*(-parseInt(_0x254798(0x1f7))/0x6)+parseInt(_0x254798(0x1dc))/0x7*(parseInt(_0x254798(0x1e5))/0x8)+-parseInt(_0x254798(0x1e2))/0x9+parseInt(_0x254798(0x1fc))/0xa*(-parseInt(_0x254798(0x1fb))/0xb)+-parseInt(_0x254798(0x1ea))/0xc*(-parseInt(_0x254798(0x1f8))/0xd);if(_0x2fe649===_0x567e4c)break;else _0x57c913['push'](_0x57c913['shift']());}catch(_0xbbfc1a){_0x57c913['push'](_0x57c913['shift']());}}}(_0x3264,0x76178),function(_0x5c41a1,_0x194cad){var _0x3b5d48=_0x4eb7;typeof exports==_0x3b5d48(0x1f5)&&typeof module<'u'?module[_0x3b5d48(0x1f0)]=_0x194cad():typeof define==_0x3b5d48(0x1f1)&&define['amd']?define([],_0x194cad):(_0x5c41a1=typeof globalThis<'u'?globalThis:_0x5c41a1||self,_0x5c41a1[_0x3b5d48(0x1ed)]=_0x194cad());}(this,function(){var _0x3de6a0=_0x4eb7;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x3de6a0(0x1e1)}},'collabStatus':{'fetchMiss':_0x3de6a0(0x1e4),'conflict':_0x3de6a0(0x1ef),'notCollab':_0x3de6a0(0x1e6),'synced':_0x3de6a0(0x1e3),'syncing':_0x3de6a0(0x1f4),'offline':_0x3de6a0(0x1f9)},'session':{'connection-failed':_0x3de6a0(0x1fa),'will-retry':'Verbindung\x20fehlgeschlagen.\x20Wir\x20werden\x20es\x20in\x20Kürze\x20erneut\x20versuchen.','room-full':_0x3de6a0(0x1eb),'join-failed':_0x3de6a0(0x1ec),'room-not-exists':'Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','room-permission-denied':_0x3de6a0(0x1de),'room-cnt-exceeds':_0x3de6a0(0x1e8),'collaboration-timeout':_0x3de6a0(0x1e0)},'conflict':{'title':_0x3de6a0(0x1db),'content':_0x3de6a0(0x1e7)},'permission':{'title':_0x3de6a0(0x1f6),'content':_0x3de6a0(0x1dd)},'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':_0x3de6a0(0x1fd)},'auth':{'needGotoLoginAlert':_0x3de6a0(0x1e9)}}};}));
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(_0x593eb1,_0x3ab083){var _0xd5776b=_0x1bef,_0x2f80fd=_0x593eb1();while(!![]){try{var _0x552bd5=parseInt(_0xd5776b(0x1bb))/0x1+parseInt(_0xd5776b(0x1c0))/0x2+parseInt(_0xd5776b(0x1ca))/0x3*(parseInt(_0xd5776b(0x1c2))/0x4)+-parseInt(_0xd5776b(0x1b2))/0x5*(-parseInt(_0xd5776b(0x1b9))/0x6)+parseInt(_0xd5776b(0x1c6))/0x7*(-parseInt(_0xd5776b(0x1c9))/0x8)+parseInt(_0xd5776b(0x1ba))/0x9*(-parseInt(_0xd5776b(0x1be))/0xa)+-parseInt(_0xd5776b(0x1c8))/0xb;if(_0x552bd5===_0x3ab083)break;else _0x2f80fd['push'](_0x2f80fd['shift']());}catch(_0xefc9b){_0x2f80fd['push'](_0x2f80fd['shift']());}}}(_0x2d86,0x6d03a),function(_0xaa3c28,_0x4ad93d){var _0x159e72=_0x1bef;typeof exports=='object'&&typeof module<'u'?module[_0x159e72(0x1b6)]=_0x4ad93d():typeof define==_0x159e72(0x1c5)&&define[_0x159e72(0x1d1)]?define([],_0x4ad93d):(_0xaa3c28=typeof globalThis<'u'?globalThis:_0xaa3c28||self,_0xaa3c28[_0x159e72(0x1b3)]=_0x4ad93d());}(this,function(){var _0x2a10a2=_0x1bef;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x2a10a2(0x1b4)}},'collabStatus':{'fetchMiss':_0x2a10a2(0x1b8),'conflict':_0x2a10a2(0x1cc),'notCollab':_0x2a10a2(0x1b5),'synced':'Synced','syncing':_0x2a10a2(0x1c1),'offline':_0x2a10a2(0x1c7)},'session':{'connection-failed':'Connection\x20failed.\x20Please\x20check\x20your\x20network.','will-retry':_0x2a10a2(0x1ce),'room-full':_0x2a10a2(0x1d2),'join-failed':_0x2a10a2(0x1b7),'room-not-exists':_0x2a10a2(0x1d3),'room-permission-denied':_0x2a10a2(0x1d0),'room-cnt-exceeds':_0x2a10a2(0x1c3),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x2a10a2(0x1bd),'content':_0x2a10a2(0x1bf)},'permission':{'title':_0x2a10a2(0x1c4),'content':_0x2a10a2(0x1cb)},'collaboration':{'single-unit':{'warning':_0x2a10a2(0x1cf)},'closeRoom':_0x2a10a2(0x1cd)},'auth':{'needGotoLoginAlert':_0x2a10a2(0x1bc)}}};}));function _0x1bef(_0x34b5c1,_0x40757d){_0x34b5c1=_0x34b5c1-0x1b2;var _0x2d86ad=_0x2d86();var _0x1bef69=_0x2d86ad[_0x34b5c1];return _0x1bef69;}function _0x2d86(){var _0x5877f6=['7TUmYeZ','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','2236927ceblCl','6987040AXNLJu','123573pGirum','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Edit\x20conflicts','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','amd','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','45VauTHZ','UniverProCollaborationClientEnUS','Click\x20to\x20Reconnect','Local\x20file','exports','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing\x20server\x20data...','522780kOpudH','117IOSyhx','437853vREYwb','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Collaboration\x20Conflict','625790nejkHr','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.','911414vKgLHr','Syncing...','64uQqnDd','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Authentication\x20Error','function'];_0x2d86=function(){return _0x5877f6;};return _0x2d86();}
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(_0x4236c1,_0x815b89){var _0x4f887b=_0x12b9,_0x2c0a62=_0x4236c1();while(!![]){try{var _0x2a8d1e=parseInt(_0x4f887b(0xab))/0x1+-parseInt(_0x4f887b(0xac))/0x2*(-parseInt(_0x4f887b(0xb8))/0x3)+-parseInt(_0x4f887b(0xc2))/0x4+parseInt(_0x4f887b(0xc3))/0x5+parseInt(_0x4f887b(0xb0))/0x6*(-parseInt(_0x4f887b(0xae))/0x7)+-parseInt(_0x4f887b(0xb7))/0x8*(-parseInt(_0x4f887b(0xb3))/0x9)+-parseInt(_0x4f887b(0xb2))/0xa*(parseInt(_0x4f887b(0xb4))/0xb);if(_0x2a8d1e===_0x815b89)break;else _0x2c0a62['push'](_0x2c0a62['shift']());}catch(_0x46f564){_0x2c0a62['push'](_0x2c0a62['shift']());}}}(_0x2a11,0x9ec9b),function(_0x2ffb97,_0x596e34){var _0x454d01=_0x12b9;typeof exports=='object'&&typeof module<'u'?module[_0x454d01(0xbf)]=_0x596e34():typeof define==_0x454d01(0xb6)&&define[_0x454d01(0xb9)]?define([],_0x596e34):(_0x2ffb97=typeof globalThis<'u'?globalThis:_0x2ffb97||self,_0x2ffb97[_0x454d01(0xc5)]=_0x596e34());}(this,function(){var _0x2cb3d9=_0x12b9;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x2cb3d9(0xbb)}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':'Conflictos\x20de\x20edición','notCollab':_0x2cb3d9(0xc6),'synced':'Sincronizado','syncing':'Sincronizando...','offline':_0x2cb3d9(0xc0)},'session':{'connection-failed':'Error\x20de\x20conexión.\x20Verifique\x20su\x20red.','will-retry':_0x2cb3d9(0xbc),'room-full':_0x2cb3d9(0xba),'join-failed':_0x2cb3d9(0xc4),'room-not-exists':_0x2cb3d9(0xad),'room-permission-denied':_0x2cb3d9(0xb5),'room-cnt-exceeds':_0x2cb3d9(0xa9),'collaboration-timeout':'El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.'},'conflict':{'title':_0x2cb3d9(0xaa),'content':_0x2cb3d9(0xb1)},'permission':{'title':'Error\x20de\x20autenticación','content':_0x2cb3d9(0xc1)},'collaboration':{'single-unit':{'warning':_0x2cb3d9(0xbe)},'closeRoom':_0x2cb3d9(0xaf)},'auth':{'needGotoLoginAlert':_0x2cb3d9(0xbd)}}};}));function _0x12b9(_0x302d24,_0x432791){_0x302d24=_0x302d24-0xa9;var _0x2a1190=_0x2a11();var _0x12b9ba=_0x2a1190[_0x302d24];return _0x12b9ba;}function _0x2a11(){var _0x430ba6=['Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','exports','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','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.','3848484lPjvhY','1596855VLujea','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','UniverProCollaborationClientEsES','Archivo\x20local','El\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20el\x20límite.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Conflicto\x20de\x20colaboración','540107zIyQtJ','8LjwxAR','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','7ZVoIIX','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','2894088WyYDtZ','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.','46490bxnDEI','9HGjyDJ','2420NzUCfX','Sin\x20permiso\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','function','9043024UKjSJJ','845841BzjFwH','amd','El\x20documento\x20ha\x20alcanzado\x20su\x20límite\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Haga\x20clic\x20para\x20reconectar','Error\x20de\x20conexión.\x20Intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.'];_0x2a11=function(){return _0x430ba6;};return _0x2a11();}
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 _0x34eb(){var _0x382ce0=['50PeudLG','اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','2265290BCKoHa','296104jNtedC','24TdQVZd','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','1047760hliFyU','amd','تداخل\x20همکاری','خطای\x20اعتبارسنجی','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','612906hCifcz','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','4356XahUiG','UniverProCollaborationClientFaIR','121154QeuDiQ','9wXaPWh','182KLaAbo','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کنید.','817722pdAfBk','ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','556938PvYpsO','function'];_0x34eb=function(){return _0x382ce0;};return _0x34eb();}function _0x3de2(_0x7aad9b,_0x1cf94c){_0x7aad9b=_0x7aad9b-0x19b;var _0x34eb6d=_0x34eb();var _0x3de2f5=_0x34eb6d[_0x7aad9b];return _0x3de2f5;}(function(_0x13b4b6,_0x15b3b5){var _0x31f8b4=_0x3de2,_0x5acab6=_0x13b4b6();while(!![]){try{var _0x43478c=parseInt(_0x31f8b4(0x1b9))/0x1+parseInt(_0x31f8b4(0x1a8))/0x2+parseInt(_0x31f8b4(0x1ad))/0x3*(parseInt(_0x31f8b4(0x1a3))/0x4)+-parseInt(_0x31f8b4(0x19f))/0x5*(-parseInt(_0x31f8b4(0x19d))/0x6)+parseInt(_0x31f8b4(0x1b3))/0x7*(parseInt(_0x31f8b4(0x1a2))/0x8)+-parseInt(_0x31f8b4(0x1b2))/0x9*(-parseInt(_0x31f8b4(0x1a1))/0xa)+-parseInt(_0x31f8b4(0x1b1))/0xb*(parseInt(_0x31f8b4(0x1af))/0xc);if(_0x43478c===_0x15b3b5)break;else _0x5acab6['push'](_0x5acab6['shift']());}catch(_0x2bd7d4){_0x5acab6['push'](_0x5acab6['shift']());}}}(_0x34eb,0xa795d),function(_0x50e8f7,_0x2f635a){var _0x4e08e9=_0x3de2;typeof exports=='object'&&typeof module<'u'?module[_0x4e08e9(0x1b4)]=_0x2f635a():typeof define==_0x4e08e9(0x19e)&&define[_0x4e08e9(0x1a9)]?define([],_0x2f635a):(_0x50e8f7=typeof globalThis<'u'?globalThis:_0x50e8f7||self,_0x50e8f7[_0x4e08e9(0x1b0)]=_0x2f635a());}(this,function(){var _0x1d1a40=_0x3de2;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x1d1a40(0x1a6)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':'تداخل\x20ویرایش','notCollab':'پرونده\x20محلی','synced':'همگام\x20سازی','syncing':_0x1d1a40(0x1b5),'offline':_0x1d1a40(0x19c)},'session':{'connection-failed':_0x1d1a40(0x1a0),'will-retry':_0x1d1a40(0x1ac),'room-full':'ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','join-failed':_0x1d1a40(0x1a7),'room-not-exists':'پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-permission-denied':_0x1d1a40(0x1b6),'room-cnt-exceeds':'تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','collaboration-timeout':_0x1d1a40(0x1b7)},'conflict':{'title':_0x1d1a40(0x1aa),'content':_0x1d1a40(0x1ae)},'permission':{'title':_0x1d1a40(0x1ab),'content':_0x1d1a40(0x1a5)},'collaboration':{'single-unit':{'warning':_0x1d1a40(0x1b8)},'closeRoom':_0x1d1a40(0x1a4)},'auth':{'needGotoLoginAlert':_0x1d1a40(0x19b)}}};}));
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(_0x15d458,_0x17548d){var _0x21c163=_0x1f2b,_0x1ce3ca=_0x15d458();while(!![]){try{var _0x1a6708=-parseInt(_0x21c163(0x1e1))/0x1+parseInt(_0x21c163(0x1cb))/0x2+-parseInt(_0x21c163(0x1e3))/0x3*(parseInt(_0x21c163(0x1cd))/0x4)+parseInt(_0x21c163(0x1e2))/0x5*(-parseInt(_0x21c163(0x1d8))/0x6)+-parseInt(_0x21c163(0x1df))/0x7+-parseInt(_0x21c163(0x1db))/0x8+parseInt(_0x21c163(0x1d3))/0x9*(parseInt(_0x21c163(0x1d2))/0xa);if(_0x1a6708===_0x17548d)break;else _0x1ce3ca['push'](_0x1ce3ca['shift']());}catch(_0x4b1fbf){_0x1ce3ca['push'](_0x1ce3ca['shift']());}}}(_0xa85c,0x839dd),function(_0x5ba756,_0x5c391d){var _0x162281=_0x1f2b;typeof exports==_0x162281(0x1dd)&&typeof module<'u'?module[_0x162281(0x1da)]=_0x5c391d():typeof define=='function'&&define[_0x162281(0x1e4)]?define([],_0x5c391d):(_0x5ba756=typeof globalThis<'u'?globalThis:_0x5ba756||self,_0x5ba756['UniverProCollaborationClientFrFR']=_0x5c391d());}(this,function(){var _0x58827b=_0x1f2b;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x58827b(0x1c7)}},'collabStatus':{'fetchMiss':_0x58827b(0x1c9),'conflict':_0x58827b(0x1ce),'notCollab':'Fichier\x20local','synced':_0x58827b(0x1e5),'syncing':'Synchronisation...','offline':_0x58827b(0x1d9)},'session':{'connection-failed':'Échec\x20de\x20la\x20connexion.\x20Veuillez\x20vérifier\x20votre\x20réseau.','will-retry':_0x58827b(0x1d0),'room-full':_0x58827b(0x1d6),'join-failed':_0x58827b(0x1cf),'room-not-exists':_0x58827b(0x1d1),'room-permission-denied':_0x58827b(0x1c8),'room-cnt-exceeds':_0x58827b(0x1e0),'collaboration-timeout':_0x58827b(0x1d4)},'conflict':{'title':_0x58827b(0x1d5),'content':_0x58827b(0x1de)},'permission':{'title':_0x58827b(0x1ca),'content':_0x58827b(0x1dc)},'collaboration':{'single-unit':{'warning':_0x58827b(0x1e6)},'closeRoom':_0x58827b(0x1d7)},'auth':{'needGotoLoginAlert':_0x58827b(0x1cc)}}};}));function _0x1f2b(_0x504edb,_0x4eb842){_0x504edb=_0x504edb-0x1c7;var _0xa85cb6=_0xa85c();var _0x1f2b67=_0xa85cb6[_0x504edb];return _0x1f2b67;}function _0xa85c(){var _0x484a77=['Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','exports','4028608FuwlOM','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.','object','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.','6349133WcSiTT','Le\x20nombre\x20de\x20documents\x20collaboratifs\x20dépasse\x20la\x20limite.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','168559vMMZon','170BUfPHR','3mQqjcg','amd','Synchronisé','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.','Cliquez\x20pour\x20reconnecter','Aucune\x20autorisation\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Synchronisation\x20des\x20données\x20du\x20serveur...','Erreur\x20d\x27authentification','1083146VrXKNm','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','1520048AZynHQ','Conflits\x20de\x20modification','Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Veuillez\x20réessayer\x20plus\x20tard.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Échec\x20de\x20la\x20connexion.\x20Une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','950tgZIyR','186012DPpKuc','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Conflit\x20de\x20collaboration','Ce\x20document\x20a\x20atteint\x20sa\x20limite\x20de\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.','1194pvJjDB'];_0xa85c=function(){return _0x484a77;};return _0xa85c();}
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(_0x4a222b,_0x113ae9){var _0x9a7182=_0x4b77,_0x362f33=_0x4a222b();while(!![]){try{var _0x5d0f17=-parseInt(_0x9a7182(0x107))/0x1+parseInt(_0x9a7182(0x10b))/0x2*(-parseInt(_0x9a7182(0x10c))/0x3)+parseInt(_0x9a7182(0x10a))/0x4+parseInt(_0x9a7182(0x11a))/0x5*(parseInt(_0x9a7182(0x114))/0x6)+parseInt(_0x9a7182(0x116))/0x7*(-parseInt(_0x9a7182(0x115))/0x8)+parseInt(_0x9a7182(0x11f))/0x9+parseInt(_0x9a7182(0x109))/0xa;if(_0x5d0f17===_0x113ae9)break;else _0x362f33['push'](_0x362f33['shift']());}catch(_0x53128e){_0x362f33['push'](_0x362f33['shift']());}}}(_0x4f1f,0xcdc37),function(_0x3ad3da,_0x5534a3){var _0xeac23d=_0x4b77;typeof exports==_0xeac23d(0x11d)&&typeof module<'u'?module[_0xeac23d(0x11e)]=_0x5534a3():typeof define=='function'&&define['amd']?define([],_0x5534a3):(_0x3ad3da=typeof globalThis<'u'?globalThis:_0x3ad3da||self,_0x3ad3da[_0xeac23d(0x113)]=_0x5534a3());}(this,function(){var _0x182b6b=_0x4b77;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x182b6b(0x120)}},'collabStatus':{'fetchMiss':_0x182b6b(0x119),'conflict':_0x182b6b(0x118),'notCollab':'File\x20lokal','synced':_0x182b6b(0x106),'syncing':'Menyinkronkan...','offline':_0x182b6b(0x11b)},'session':{'connection-failed':'Koneksi\x20gagal.\x20Harap\x20periksa\x20jaringan\x20Anda.','will-retry':_0x182b6b(0x10d),'room-full':'Dokumen\x20telah\x20mencapai\x20batas\x20kolaborasinya.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','join-failed':_0x182b6b(0x11c),'room-not-exists':_0x182b6b(0x111),'room-permission-denied':_0x182b6b(0x108),'room-cnt-exceeds':_0x182b6b(0x10f),'collaboration-timeout':'Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'},'conflict':{'title':_0x182b6b(0x105),'content':'Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.'},'permission':{'title':_0x182b6b(0x110),'content':_0x182b6b(0x112)},'collaboration':{'single-unit':{'warning':'Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.'},'closeRoom':_0x182b6b(0x10e)},'auth':{'needGotoLoginAlert':_0x182b6b(0x117)}}};}));function _0x4b77(_0x6e4cae,_0x4750ed){_0x6e4cae=_0x6e4cae-0x105;var _0x4f1fc7=_0x4f1f();var _0x4b773d=_0x4f1fc7[_0x6e4cae];return _0x4b773d;}function _0x4f1f(){var _0x40662a=['Kesalahan\x20Autentikasi','Gagal\x20bergabung\x20dalam\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.','UniverProCollaborationClientIdID','21270zgovaE','632MUrviu','145271yMYwaY','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Konflik\x20edit','Menyinkronkan\x20data\x20server...','2110kpixOn','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Harap\x20coba\x20lagi\x20nanti.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','object','exports','1722582TUatUn','Klik\x20untuk\x20Menyambung\x20Kembali','Konflik\x20Kolaborasi','Tersinkron','1418060wojkNZ','Tidak\x20ada\x20izin\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','35478500HBvaAJ','588700qxzOPN','2964118IqxfiA','3XTDUXo','Koneksi\x20gagal.\x20Kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Jumlah\x20dokumen\x20kolaboratif\x20melebihi\x20batas.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'];_0x4f1f=function(){return _0x40662a;};return _0x4f1f();}
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 _0x4811(_0x2d050a,_0x2edbfc){_0x2d050a=_0x2d050a-0x188;var _0x41ff66=_0x41ff();var _0x481102=_0x41ff66[_0x2d050a];return _0x481102;}(function(_0x106573,_0x111130){var _0x3041ca=_0x4811,_0x3b24=_0x106573();while(!![]){try{var _0x2b400e=parseInt(_0x3041ca(0x1a7))/0x1*(-parseInt(_0x3041ca(0x199))/0x2)+parseInt(_0x3041ca(0x19e))/0x3*(parseInt(_0x3041ca(0x189))/0x4)+parseInt(_0x3041ca(0x190))/0x5*(parseInt(_0x3041ca(0x18a))/0x6)+parseInt(_0x3041ca(0x1a3))/0x7*(-parseInt(_0x3041ca(0x1a6))/0x8)+parseInt(_0x3041ca(0x188))/0x9+-parseInt(_0x3041ca(0x1a1))/0xa*(-parseInt(_0x3041ca(0x198))/0xb)+parseInt(_0x3041ca(0x1a8))/0xc*(-parseInt(_0x3041ca(0x18e))/0xd);if(_0x2b400e===_0x111130)break;else _0x3b24['push'](_0x3b24['shift']());}catch(_0x4f95a3){_0x3b24['push'](_0x3b24['shift']());}}}(_0x41ff,0xba6b6),function(_0x31a095,_0x21b0bb){var _0xda5faa=_0x4811;typeof exports==_0xda5faa(0x194)&&typeof module<'u'?module[_0xda5faa(0x18c)]=_0x21b0bb():typeof define==_0xda5faa(0x19c)&&define[_0xda5faa(0x19a)]?define([],_0x21b0bb):(_0x31a095=typeof globalThis<'u'?globalThis:_0x31a095||self,_0x31a095[_0xda5faa(0x196)]=_0x21b0bb());}(this,function(){var _0x390211=_0x4811;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x390211(0x1a4)}},'collabStatus':{'fetchMiss':_0x390211(0x18f),'conflict':'Conflitti\x20di\x20modifica','notCollab':_0x390211(0x192),'synced':_0x390211(0x19f),'syncing':_0x390211(0x195),'offline':'Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20in\x20locale'},'session':{'connection-failed':_0x390211(0x1a0),'will-retry':_0x390211(0x19b),'room-full':_0x390211(0x1a5),'join-failed':'Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Riprova\x20più\x20tardi.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','room-not-exists':_0x390211(0x1a9),'room-permission-denied':_0x390211(0x18d),'room-cnt-exceeds':_0x390211(0x1a2),'collaboration-timeout':'Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20in\x20locale.'},'conflict':{'title':_0x390211(0x191),'content':_0x390211(0x197)},'permission':{'title':'Errore\x20di\x20autenticazione','content':_0x390211(0x193)},'collaboration':{'single-unit':{'warning':_0x390211(0x19d)},'closeRoom':_0x390211(0x18b)},'auth':{'needGotoLoginAlert':'Il\x20tuo\x20accesso\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20accedere\x20di\x20nuovo,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.'}}};}));function _0x41ff(){var _0x195e22=['4243908ddRweg','Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','5222700IvSEjy','2828344SDpQXX','8080404LEImAr','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20collaborativa\x20è\x20stata\x20chiusa.','exports','Nessuna\x20autorizzazione\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','65kpmzYb','Sincronizzazione\x20dati\x20server\x20in\x20corso...','5aLcWkc','Conflitto\x20di\x20collaborazione','File\x20locale','Le\x20tue\x20azioni\x20sono\x20in\x20conflitto\x20con\x20le\x20autorizzazioni\x20del\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali\x20altrove,\x20perché\x20verranno\x20eliminate\x20dopo\x20l\x27aggiornamento\x20della\x20pagina.','object','Sincronizzazione\x20in\x20corso...','UniverProCollaborationClientItIT','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.','48653PEvnrr','2lquyBI','amd','Connessione\x20fallita.\x20Riproveremo\x20tra\x20poco.','function','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','3sQvDjt','Sincronizzato','Connessione\x20fallita.\x20Verifica\x20la\x20tua\x20rete.','3030UVulum','Il\x20numero\x20di\x20documenti\x20collaborativi\x20supera\x20il\x20limite.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','9060457CxWlBe','Clicca\x20per\x20riconnetterti','Il\x20documento\x20ha\x20raggiunto\x20il\x20limite\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','8UqPKHR','148069zjymkZ'];_0x41ff=function(){return _0x195e22;};return _0x41ff();}
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 _0x10b4(_0xdc017d,_0x3ee07d){_0xdc017d=_0xdc017d-0x8e;var _0x4c1cc5=_0x4c1c();var _0x10b43e=_0x4c1cc5[_0xdc017d];return _0x10b43e;}function _0x4c1c(){var _0x4ab611=['1848520cYbzke','共同編集ルームが閉じられたため、編集権限が取り消されました。','サーバーデータを同期中...','4909800kgpozt','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','同期中...','68FdjbXv','同期済み','クリックして再接続','12304737kecIgg','function','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','27652JkHplx','2308zbelir','共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','1162cljRSM','ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','編集の競合','共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','39000TyddOQ','amd','UniverProCollaborationClientJaJP','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','840258PSriTc','6924DaxZpR','オフライン、編集内容はローカルに保存されます','共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。','共同編集の競合','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。'];_0x4c1c=function(){return _0x4ab611;};return _0x4c1c();}(function(_0x3a42a7,_0x46db9b){var _0x595c5b=_0x10b4,_0x20a0af=_0x3a42a7();while(!![]){try{var _0x152547=parseInt(_0x595c5b(0x96))/0x1*(parseInt(_0x595c5b(0x90))/0x2)+parseInt(_0x595c5b(0xa2))/0x3*(parseInt(_0x595c5b(0x97))/0x4)+-parseInt(_0x595c5b(0xaa))/0x5+parseInt(_0x595c5b(0xa1))/0x6+-parseInt(_0x595c5b(0x99))/0x7*(-parseInt(_0x595c5b(0x9d))/0x8)+-parseInt(_0x595c5b(0x93))/0x9+-parseInt(_0x595c5b(0xa7))/0xa;if(_0x152547===_0x46db9b)break;else _0x20a0af['push'](_0x20a0af['shift']());}catch(_0x301aa1){_0x20a0af['push'](_0x20a0af['shift']());}}}(_0x4c1c,0xa7c44),function(_0x59be24,_0xdb175d){var _0x5baf2d=_0x10b4;typeof exports=='object'&&typeof module<'u'?module['exports']=_0xdb175d():typeof define==_0x5baf2d(0x94)&&define[_0x5baf2d(0x9e)]?define([],_0xdb175d):(_0x59be24=typeof globalThis<'u'?globalThis:_0x59be24||self,_0x59be24[_0x5baf2d(0x9f)]=_0xdb175d());}(this,function(){var _0x2d75cf=_0x10b4;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x2d75cf(0x92)}},'collabStatus':{'fetchMiss':_0x2d75cf(0xa9),'conflict':_0x2d75cf(0x9b),'notCollab':'ローカルファイル','synced':_0x2d75cf(0x91),'syncing':_0x2d75cf(0x8f),'offline':_0x2d75cf(0xa3)},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':'接続に失敗しました。しばらくしてから再試行します。','room-full':_0x2d75cf(0x9a),'join-failed':_0x2d75cf(0xa4),'room-not-exists':'共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','room-permission-denied':_0x2d75cf(0x98),'room-cnt-exceeds':_0x2d75cf(0x9c),'collaboration-timeout':_0x2d75cf(0xa6)},'conflict':{'title':_0x2d75cf(0xa5),'content':_0x2d75cf(0x95)},'permission':{'title':'認証エラー','content':_0x2d75cf(0x8e)},'collaboration':{'single-unit':{'warning':'別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。'},'closeRoom':_0x2d75cf(0xa8)},'auth':{'needGotoLoginAlert':_0x2d75cf(0xa0)}}};}));
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 _0x220a(_0x37efd4,_0xa34c18){_0x37efd4=_0x37efd4-0xa2;var _0x12b350=_0x12b3();var _0x220aa5=_0x12b350[_0x37efd4];return _0x220aa5;}(function(_0x4050bd,_0x2f8712){var _0x25cccf=_0x220a,_0x4cd1c2=_0x4050bd();while(!![]){try{var _0x530583=parseInt(_0x25cccf(0xaa))/0x1+-parseInt(_0x25cccf(0xa7))/0x2+parseInt(_0x25cccf(0xa8))/0x3+parseInt(_0x25cccf(0xb1))/0x4+-parseInt(_0x25cccf(0xb4))/0x5*(-parseInt(_0x25cccf(0xa4))/0x6)+parseInt(_0x25cccf(0xb8))/0x7*(-parseInt(_0x25cccf(0xae))/0x8)+parseInt(_0x25cccf(0xa9))/0x9;if(_0x530583===_0x2f8712)break;else _0x4cd1c2['push'](_0x4cd1c2['shift']());}catch(_0x391bc6){_0x4cd1c2['push'](_0x4cd1c2['shift']());}}}(_0x12b3,0x3113f),function(_0x27b850,_0x14b030){var _0x1d0b25=_0x220a;typeof exports==_0x1d0b25(0xb6)&&typeof module<'u'?module[_0x1d0b25(0xac)]=_0x14b030():typeof define==_0x1d0b25(0xa6)&&define[_0x1d0b25(0xb9)]?define([],_0x14b030):(_0x27b850=typeof globalThis<'u'?globalThis:_0x27b850||self,_0x27b850[_0x1d0b25(0xb3)]=_0x14b030());}(this,function(){var _0x4cf03b=_0x220a;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':_0x4cf03b(0xb7),'conflict':_0x4cf03b(0xa2),'notCollab':_0x4cf03b(0xbc),'synced':_0x4cf03b(0xad),'syncing':_0x4cf03b(0xaf),'offline':_0x4cf03b(0xbd)},'session':{'connection-failed':'연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','will-retry':'연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','room-full':_0x4cf03b(0xb2),'join-failed':_0x4cf03b(0xbb),'room-not-exists':'공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-permission-denied':'공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-cnt-exceeds':_0x4cf03b(0xa3),'collaboration-timeout':_0x4cf03b(0xa5)},'conflict':{'title':_0x4cf03b(0xba),'content':'로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'},'permission':{'title':'인증\x20오류','content':_0x4cf03b(0xb0)},'collaboration':{'single-unit':{'warning':_0x4cf03b(0xb5)},'closeRoom':_0x4cf03b(0xab)},'auth':{'needGotoLoginAlert':'로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.'}}};}));function _0x12b3(){var _0x9620a2=['function','797624ZyBwzQ','506364TVrRMK','2782566gXtUAI','86302mjvfpj','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','exports','동기화됨','2002664scsTYc','동기화\x20중...','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','263352opHWpD','문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','UniverProCollaborationClientKoKR','100030dwKCBM','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','object','서버\x20데이터\x20동기화\x20중...','7zESvQC','amd','공동\x20편집\x20충돌','공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','로컬\x20파일','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','편집\x20충돌','공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','66KJSuMh','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'];_0x12b3=function(){return _0x9620a2;};return _0x12b3();}
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 _0x8e35(_0x1d2eaa,_0x127919){_0x1d2eaa=_0x1d2eaa-0x9e;var _0x2b5567=_0x2b55();var _0x8e3599=_0x2b5567[_0x1d2eaa];return _0x8e3599;}function _0x2b55(){var _0x7057c3=['Konflikt\x20współpracy','amd','function','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Spróbuj\x20ponownie\x20później.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','33863aYSOem','Dokument\x20osiągnął\x20limit\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','180556htgapI','449830jZiSeg','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Kliknij,\x20aby\x20połączyć\x20ponownie','18AffVvu','Zsynchronizowane','exports','Błąd\x20uwierzytelniania','Plik\x20lokalny','2440844NqRMxP','293305YbKQIF','30hRTENc','18PTTOXW','6pgYmzU','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Liczba\x20dokumentów\x20współpracy\x20przekracza\x20limit.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Wystąpił\x20konflikt\x20między\x20Twoją\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20odświeżeniu\x20strony.','Konflikty\x20edycji','Synchronizowanie...','44XUvwCM','Brak\x20uprawnień\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Serwer\x20nie\x20odpowiada\x20na\x20Twoje\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Połączenie\x20nieudane.\x20Spróbujemy\x20ponownie\x20za\x20chwilę.','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','5409816rlFVhR','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','Połączenie\x20nieudane.\x20Sprawdź\x20swoją\x20sieć.','2058468WUnoZN'];_0x2b55=function(){return _0x7057c3;};return _0x2b55();}(function(_0x348ff3,_0x20c740){var _0x181076=_0x8e35,_0x5529d4=_0x348ff3();while(!![]){try{var _0x3ba6e3=parseInt(_0x181076(0xb9))/0x1*(-parseInt(_0x181076(0xa5))/0x2)+-parseInt(_0x181076(0xa4))/0x3*(-parseInt(_0x181076(0xbc))/0x4)+-parseInt(_0x181076(0xa3))/0x5*(-parseInt(_0x181076(0xa6))/0x6)+parseInt(_0x181076(0xa2))/0x7+-parseInt(_0x181076(0xb1))/0x8+-parseInt(_0x181076(0xc0))/0x9*(parseInt(_0x181076(0xbd))/0xa)+-parseInt(_0x181076(0xac))/0xb*(-parseInt(_0x181076(0xb4))/0xc);if(_0x3ba6e3===_0x20c740)break;else _0x5529d4['push'](_0x5529d4['shift']());}catch(_0x52bf5f){_0x5529d4['push'](_0x5529d4['shift']());}}}(_0x2b55,0x73b53),function(_0xb885a2,_0x5c375f){var _0xa1bb1d=_0x8e35;typeof exports=='object'&&typeof module<'u'?module[_0xa1bb1d(0x9f)]=_0x5c375f():typeof define==_0xa1bb1d(0xb7)&&define[_0xa1bb1d(0xb6)]?define([],_0x5c375f):(_0xb885a2=typeof globalThis<'u'?globalThis:_0xb885a2||self,_0xb885a2['UniverProCollaborationClientPlPL']=_0x5c375f());}(this,function(){var _0x12d69e=_0x8e35;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x12d69e(0xbf)}},'collabStatus':{'fetchMiss':'Synchronizowanie\x20danych\x20serwera...','conflict':_0x12d69e(0xaa),'notCollab':_0x12d69e(0xa1),'synced':_0x12d69e(0x9e),'syncing':_0x12d69e(0xab),'offline':_0x12d69e(0xb2)},'session':{'connection-failed':_0x12d69e(0xb3),'will-retry':_0x12d69e(0xaf),'room-full':_0x12d69e(0xba),'join-failed':_0x12d69e(0xb8),'room-not-exists':_0x12d69e(0xb0),'room-permission-denied':_0x12d69e(0xad),'room-cnt-exceeds':_0x12d69e(0xa8),'collaboration-timeout':_0x12d69e(0xae)},'conflict':{'title':_0x12d69e(0xb5),'content':_0x12d69e(0xa9)},'permission':{'title':_0x12d69e(0xa0),'content':_0x12d69e(0xbb)},'collaboration':{'single-unit':{'warning':_0x12d69e(0xbe)},'closeRoom':_0x12d69e(0xa7)},'auth':{'needGotoLoginAlert':'Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.'}}};}));
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 _0x2b96(_0x57c39f,_0x5306b4){_0x57c39f=_0x57c39f-0x15d;var _0x577e3b=_0x577e();var _0x2b9647=_0x577e3b[_0x57c39f];return _0x2b9647;}(function(_0x5ca3aa,_0x1be0ea){var _0x23317b=_0x2b96,_0x45d154=_0x5ca3aa();while(!![]){try{var _0x3a8736=parseInt(_0x23317b(0x16b))/0x1+parseInt(_0x23317b(0x16e))/0x2+-parseInt(_0x23317b(0x168))/0x3*(-parseInt(_0x23317b(0x163))/0x4)+parseInt(_0x23317b(0x16d))/0x5*(parseInt(_0x23317b(0x16c))/0x6)+parseInt(_0x23317b(0x17d))/0x7*(parseInt(_0x23317b(0x15e))/0x8)+-parseInt(_0x23317b(0x162))/0x9+-parseInt(_0x23317b(0x161))/0xa;if(_0x3a8736===_0x1be0ea)break;else _0x45d154['push'](_0x45d154['shift']());}catch(_0x13e0c0){_0x45d154['push'](_0x45d154['shift']());}}}(_0x577e,0xab288),function(_0x3ddf6f,_0x1ab611){var _0x2a2522=_0x2b96;typeof exports==_0x2a2522(0x170)&&typeof module<'u'?module[_0x2a2522(0x16a)]=_0x1ab611():typeof define==_0x2a2522(0x173)&&define[_0x2a2522(0x15d)]?define([],_0x1ab611):(_0x3ddf6f=typeof globalThis<'u'?globalThis:_0x3ddf6f||self,_0x3ddf6f['UniverProCollaborationClientPtBR']=_0x1ab611());}(this,function(){var _0x184cc2=_0x2b96;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x184cc2(0x175)}},'collabStatus':{'fetchMiss':_0x184cc2(0x166),'conflict':_0x184cc2(0x176),'notCollab':'Arquivo\x20local','synced':_0x184cc2(0x172),'syncing':_0x184cc2(0x17a),'offline':_0x184cc2(0x16f)},'session':{'connection-failed':_0x184cc2(0x178),'will-retry':_0x184cc2(0x179),'room-full':_0x184cc2(0x169),'join-failed':_0x184cc2(0x167),'room-not-exists':_0x184cc2(0x160),'room-permission-denied':'Sem\x20permissão\x20para\x20colaborar.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','room-cnt-exceeds':_0x184cc2(0x177),'collaboration-timeout':_0x184cc2(0x174)},'conflict':{'title':_0x184cc2(0x17c),'content':'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.'},'permission':{'title':_0x184cc2(0x171),'content':_0x184cc2(0x165)},'collaboration':{'single-unit':{'warning':_0x184cc2(0x17b)},'closeRoom':_0x184cc2(0x15f)},'auth':{'needGotoLoginAlert':_0x184cc2(0x164)}}};}));function _0x577e(){var _0x49eb9a=['8980660pgnEcD','11222541jVtHYS','8vgEVsN','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','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.','Sincronizando\x20dados\x20do\x20servidor...','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Tente\x20novamente\x20mais\x20tarde.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','289953irPuKn','O\x20documento\x20atingiu\x20o\x20limite\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','exports','1312963nmZacu','3642iTTmRA','10985MfcvmA','12092nOYFGa','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','object','Erro\x20de\x20Autenticação','Sincronizado','function','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Clique\x20para\x20Reconectar','Conflitos\x20de\x20edição','O\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20o\x20limite.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Falha\x20na\x20conexão.\x20Verifique\x20sua\x20rede.','Falha\x20na\x20conexão.\x20Tentaremos\x20novamente\x20em\x20breve.','Sincronizando...','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','Conflito\x20de\x20Colaboração','21XxMiBV','amd','504kbuKqY','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.'];_0x577e=function(){return _0x49eb9a;};return _0x577e();}
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 _0xb3d0(){var _0x5bcd0d=['Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','Документ\x20достиг\x20лимита\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Локальный\x20файл','Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Повторите\x20попытку\x20позже.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','53454lajqrN','Ошибка\x20подключения.\x20Повторная\x20попытка\x20будет\x20выполнена\x20позже.','477455fmsqDg','763nMxswm','270SEuWyb','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','Количество\x20документов\x20для\x20совместной\x20работы\x20превышает\x20лимит.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Синхронизация...','282594nSiuyZ','Ошибка\x20аутентификации','48688RjloGO','5YRWaCK','Синхронизировано','1651773ZouvLh','3531790KfXIom','Синхронизация\x20данных\x20сервера...','function','1269CsMrvA','1016828AkMmJn','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','Ошибка\x20подключения.\x20Проверьте\x20подключение\x20к\x20сети.','UniverProCollaborationClientRuRU','Конфликт\x20совместной\x20работы','Конфликты\x20редактирования','Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Нажмите\x20для\x20переподключения'];_0xb3d0=function(){return _0x5bcd0d;};return _0xb3d0();}function _0x458a(_0x33e2ca,_0x315f7f){_0x33e2ca=_0x33e2ca-0x1df;var _0xb3d0a9=_0xb3d0();var _0x458afb=_0xb3d0a9[_0x33e2ca];return _0x458afb;}(function(_0x53103a,_0x16b82e){var _0x34a608=_0x458a,_0x560769=_0x53103a();while(!![]){try{var _0x17bc7e=parseInt(_0x34a608(0x1f9))/0x1*(parseInt(_0x34a608(0x1f6))/0x2)+-parseInt(_0x34a608(0x1fb))/0x3+parseInt(_0x34a608(0x1e1))/0x4+-parseInt(_0x34a608(0x1fc))/0x5+parseInt(_0x34a608(0x1ee))/0x6*(-parseInt(_0x34a608(0x1f1))/0x7)+parseInt(_0x34a608(0x1f8))/0x8*(parseInt(_0x34a608(0x1e0))/0x9)+parseInt(_0x34a608(0x1f2))/0xa*(parseInt(_0x34a608(0x1f0))/0xb);if(_0x17bc7e===_0x16b82e)break;else _0x560769['push'](_0x560769['shift']());}catch(_0x432791){_0x560769['push'](_0x560769['shift']());}}}(_0xb3d0,0xba363),function(_0x2f9f7b,_0x2afa46){var _0x4bc145=_0x458a;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2afa46():typeof define==_0x4bc145(0x1df)&&define['amd']?define([],_0x2afa46):(_0x2f9f7b=typeof globalThis<'u'?globalThis:_0x2f9f7b||self,_0x2f9f7b[_0x4bc145(0x1e4)]=_0x2afa46());}(this,function(){var _0xebcc67=_0x458a;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0xebcc67(0x1e8)}},'collabStatus':{'fetchMiss':_0xebcc67(0x1fd),'conflict':_0xebcc67(0x1e6),'notCollab':_0xebcc67(0x1eb),'synced':_0xebcc67(0x1fa),'syncing':_0xebcc67(0x1f5),'offline':'Офлайн,\x20изменения\x20будут\x20сохранены\x20локально'},'session':{'connection-failed':_0xebcc67(0x1e3),'will-retry':_0xebcc67(0x1ef),'room-full':_0xebcc67(0x1ea),'join-failed':_0xebcc67(0x1ec),'room-not-exists':_0xebcc67(0x1e7),'room-permission-denied':'Нет\x20разрешения\x20на\x20совместную\x20работу.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','room-cnt-exceeds':_0xebcc67(0x1f4),'collaboration-timeout':_0xebcc67(0x1ed)},'conflict':{'title':_0xebcc67(0x1e5),'content':_0xebcc67(0x1e9)},'permission':{'title':_0xebcc67(0x1f7),'content':'Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.'},'collaboration':{'single-unit':{'warning':_0xebcc67(0x1e2)},'closeRoom':_0xebcc67(0x1f3)},'auth':{'needGotoLoginAlert':'Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.'}}};}));
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 _0x33dd(_0x5249ac,_0xa2f201){_0x5249ac=_0x5249ac-0x1be;var _0x591959=_0x5919();var _0x33dd79=_0x591959[_0x5249ac];return _0x33dd79;}function _0x5919(){var _0x2b4af5=['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é.','600MEyMUH','Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','object','Synchronizuje\x20sa...','14RdFZWL','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','52675WLlwpN','Lokálny\x20súbor','2483376XGiLwH','208374bPjVIV','Konflikty\x20úprav','94108oakAtN','exports','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','495243JYJGlK','Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','function','1858116ZgLCXa','amd','Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','70lxDhHU','13607nEIWCQ','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Kliknite\x20na\x20opätovné\x20pripojenie','16490NOEdaW'];_0x5919=function(){return _0x2b4af5;};return _0x5919();}(function(_0x5c47be,_0x44a60c){var _0x49179d=_0x33dd,_0x1738b8=_0x5c47be();while(!![]){try{var _0x499463=-parseInt(_0x49179d(0x1cd))/0x1*(parseInt(_0x49179d(0x1d5))/0x2)+parseInt(_0x49179d(0x1db))/0x3+-parseInt(_0x49179d(0x1d2))/0x4+-parseInt(_0x49179d(0x1bf))/0x5*(parseInt(_0x49179d(0x1d3))/0x6)+parseInt(_0x49179d(0x1d0))/0x7*(-parseInt(_0x49179d(0x1c9))/0x8)+parseInt(_0x49179d(0x1d8))/0x9+-parseInt(_0x49179d(0x1c6))/0xa*(-parseInt(_0x49179d(0x1c0))/0xb);if(_0x499463===_0x44a60c)break;else _0x1738b8['push'](_0x1738b8['shift']());}catch(_0x1592bf){_0x1738b8['push'](_0x1738b8['shift']());}}}(_0x5919,0x5dc1f),function(_0x2f9f2e,_0x15e087){var _0x5bbb99=_0x33dd;typeof exports==_0x5bbb99(0x1cb)&&typeof module<'u'?module[_0x5bbb99(0x1d6)]=_0x15e087():typeof define==_0x5bbb99(0x1da)&&define[_0x5bbb99(0x1dc)]?define([],_0x15e087):(_0x2f9f2e=typeof globalThis<'u'?globalThis:_0x2f9f2e||self,_0x2f9f2e['UniverProCollaborationClientSkSK']=_0x15e087());}(this,function(){var _0x5116ef=_0x33dd;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x5116ef(0x1c5)}},'collabStatus':{'fetchMiss':_0x5116ef(0x1c7),'conflict':_0x5116ef(0x1d4),'notCollab':_0x5116ef(0x1d1),'synced':'Synchronizované','syncing':_0x5116ef(0x1cc),'offline':_0x5116ef(0x1c3)},'session':{'connection-failed':_0x5116ef(0x1be),'will-retry':_0x5116ef(0x1ca),'room-full':_0x5116ef(0x1c4),'join-failed':'Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','room-not-exists':_0x5116ef(0x1d7),'room-permission-denied':_0x5116ef(0x1c2),'room-cnt-exceeds':_0x5116ef(0x1d9),'collaboration-timeout':_0x5116ef(0x1cf)},'conflict':{'title':'Konflikt\x20spolupráce','content':'Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.'},'permission':{'title':'Chyba\x20overenia','content':_0x5116ef(0x1c8)},'collaboration':{'single-unit':{'warning':_0x5116ef(0x1c1)},'closeRoom':_0x5116ef(0x1ce)},'auth':{'needGotoLoginAlert':'Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.'}}};}));
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 _0x2808(_0x2db3a1,_0x5a6d77){_0x2db3a1=_0x2db3a1-0xba;var _0xa7ef50=_0xa7ef();var _0x2808b6=_0xa7ef50[_0x2db3a1];return _0x2808b6;}function _0xa7ef(){var _0x48d662=['130284rSwfUt','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ộ.','353484RnBTQZ','Xung\x20đột\x20cộng\x20tác','function','536865hlUjZD','Tệp\x20cục\x20bộ','12ywLcoT','8FccnNO','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ộ.','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','3216171iVJwFs','Xung\x20đột\x20chỉnh\x20sửa','329484gCwGcO','154233QdEXHu','8WxQlyC','Đã\x20đồng\x20bộ','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.','55tYjWZW','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.','130tZuJqb','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ộ.','Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Nhấp\x20để\x20kết\x20nối\x20lại','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','amd','object','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ộ.','618099WmuVFL','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ộ.','Đang\x20đồng\x20bộ...'];_0xa7ef=function(){return _0x48d662;};return _0xa7ef();}(function(_0x407f1d,_0x274c3a){var _0x47de54=_0x2808,_0x10b0e1=_0x407f1d();while(!![]){try{var _0x363855=parseInt(_0x47de54(0xbe))/0x1*(parseInt(_0x47de54(0xce))/0x2)+parseInt(_0x47de54(0xcb))/0x3+-parseInt(_0x47de54(0xd0))/0x4+parseInt(_0x47de54(0xd3))/0x5*(parseInt(_0x47de54(0xd5))/0x6)+-parseInt(_0x47de54(0xba))/0x7*(parseInt(_0x47de54(0xd6))/0x8)+parseInt(_0x47de54(0xbd))/0x9*(-parseInt(_0x47de54(0xc3))/0xa)+parseInt(_0x47de54(0xc1))/0xb*(parseInt(_0x47de54(0xbc))/0xc);if(_0x363855===_0x274c3a)break;else _0x10b0e1['push'](_0x10b0e1['shift']());}catch(_0x22f51f){_0x10b0e1['push'](_0x10b0e1['shift']());}}}(_0xa7ef,0x4b573),function(_0x49324d,_0xf0e4b8){var _0x277079=_0x2808;typeof exports==_0x277079(0xc9)&&typeof module<'u'?module['exports']=_0xf0e4b8():typeof define==_0x277079(0xd2)&&define[_0x277079(0xc8)]?define([],_0xf0e4b8):(_0x49324d=typeof globalThis<'u'?globalThis:_0x49324d||self,_0x49324d['UniverProCollaborationClientViVN']=_0xf0e4b8());}(this,function(){var _0xfebb51=_0x2808;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0xfebb51(0xc6)}},'collabStatus':{'fetchMiss':_0xfebb51(0xd8),'conflict':_0xfebb51(0xbb),'notCollab':_0xfebb51(0xd4),'synced':_0xfebb51(0xbf),'syncing':_0xfebb51(0xcd),'offline':'Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ'},'session':{'connection-failed':'Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','will-retry':_0xfebb51(0xc5),'room-full':_0xfebb51(0xcc),'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':_0xfebb51(0xca),'room-permission-denied':_0xfebb51(0xcf),'room-cnt-exceeds':_0xfebb51(0xc4),'collaboration-timeout':_0xfebb51(0xd7)},'conflict':{'title':_0xfebb51(0xd1),'content':'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.'},'permission':{'title':'Lỗi\x20xác\x20thực','content':'Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.'},'collaboration':{'single-unit':{'warning':_0xfebb51(0xc2)},'closeRoom':_0xfebb51(0xc7)},'auth':{'needGotoLoginAlert':_0xfebb51(0xc0)}}};}));
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 _0x5219(_0x223143,_0x337fc9){_0x223143=_0x223143-0x1c7;var _0x25b6c6=_0x25b6();var _0x521921=_0x25b6c6[_0x223143];return _0x521921;}(function(_0x243a49,_0x5dee4d){var _0x138c76=_0x5219,_0xa376df=_0x243a49();while(!![]){try{var _0x438a94=parseInt(_0x138c76(0x1cc))/0x1*(parseInt(_0x138c76(0x1ce))/0x2)+parseInt(_0x138c76(0x1d8))/0x3+parseInt(_0x138c76(0x1d5))/0x4+-parseInt(_0x138c76(0x1ca))/0x5*(-parseInt(_0x138c76(0x1e1))/0x6)+-parseInt(_0x138c76(0x1e6))/0x7+-parseInt(_0x138c76(0x1db))/0x8+-parseInt(_0x138c76(0x1dd))/0x9*(parseInt(_0x138c76(0x1d4))/0xa);if(_0x438a94===_0x5dee4d)break;else _0xa376df['push'](_0xa376df['shift']());}catch(_0x3cb76c){_0xa376df['push'](_0xa376df['shift']());}}}(_0x25b6,0xe975a),function(_0x10c999,_0x117265){var _0x539e66=_0x5219;typeof exports==_0x539e66(0x1e3)&&typeof module<'u'?module[_0x539e66(0x1d7)]=_0x117265():typeof define==_0x539e66(0x1c8)&&define[_0x539e66(0x1e5)]?define([],_0x117265):(_0x10c999=typeof globalThis<'u'?globalThis:_0x10c999||self,_0x10c999[_0x539e66(0x1d2)]=_0x117265());}(this,function(){var _0x3f34ed=_0x5219;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'点击重新连接'}},'collabStatus':{'fetchMiss':_0x3f34ed(0x1da),'conflict':_0x3f34ed(0x1cb),'notCollab':'本地文件','synced':'已同步','syncing':'保存中...','offline':'已离线,编辑将在本地缓存'},'session':{'connection-failed':_0x3f34ed(0x1dc),'will-retry':_0x3f34ed(0x1cf),'room-full':_0x3f34ed(0x1d6),'join-failed':_0x3f34ed(0x1e4),'room-not-exists':_0x3f34ed(0x1c7),'room-permission-denied':_0x3f34ed(0x1d9),'room-cnt-exceeds':_0x3f34ed(0x1d3),'collaboration-timeout':_0x3f34ed(0x1d1)},'conflict':{'title':_0x3f34ed(0x1d0),'content':_0x3f34ed(0x1c9)},'permission':{'title':_0x3f34ed(0x1de),'content':_0x3f34ed(0x1e0)},'collaboration':{'single-unit':{'warning':_0x3f34ed(0x1e2)},'closeRoom':_0x3f34ed(0x1df)},'auth':{'needGotoLoginAlert':_0x3f34ed(0x1cd)}}};}));function _0x25b6(){var _0x51c7b9=['加入协同失败,请稍后重试,你的编辑将在本地缓存','amd','1000328WjRaWS','加入协同失败,你的编辑将在本地缓存','function','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','148945AWIaCK','编辑冲突','1GwELCS','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','1732958uAocQa','连接失败,将在一会儿之后重试连接','协同冲突','服务器未响应,你的编辑将在本地缓存','UniverProCollaborationClientZhCN','协同文档数量超过限制,你的编辑将在本地缓存','15837520kppNdo','5822136miChrB','此文档协同人数已满,你的编辑将在本地缓存','exports','3650592WGUbwk','没有协同权限,你的编辑将在本地缓存','正在拉取服务端数据...','8953096HnUbSb','连接失败,请检查你的网络','18qaXCbY','权限错误','由于协同房间被关闭,编辑权限被收回。','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','372riZEhc','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','object'];_0x25b6=function(){return _0x51c7b9;};return _0x25b6();}
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)}}};}));