@univerjs-pro/collaboration-client 0.25.0 → 1.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.js +1 -1
  45. package/lib/locale/ar-SA.js +1 -1
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -1
  48. package/lib/locale/en-US.js +1 -1
  49. package/lib/locale/es-ES.js +1 -1
  50. package/lib/locale/fa-IR.js +1 -1
  51. package/lib/locale/fr-FR.js +1 -1
  52. package/lib/locale/id-ID.js +1 -1
  53. package/lib/locale/it-IT.js +1 -1
  54. package/lib/locale/ja-JP.js +1 -1
  55. package/lib/locale/ko-KR.js +1 -1
  56. package/lib/locale/pl-PL.js +1 -1
  57. package/lib/locale/pt-BR.js +1 -1
  58. package/lib/locale/ru-RU.js +1 -1
  59. package/lib/locale/sk-SK.js +1 -1
  60. package/lib/locale/vi-VN.js +1 -1
  61. package/lib/locale/zh-CN.js +1 -1
  62. package/lib/locale/zh-HK.js +1 -1
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/config/config.d.ts +70 -0
  65. package/lib/types/controllers/collaboration/collaboration-entity.d.ts +15 -1
  66. package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +6 -14
  67. package/lib/types/facade/f-collaboration.d.ts +38 -25
  68. package/lib/types/index.d.ts +11 -7
  69. package/lib/types/locale/types.d.ts +3 -0
  70. package/lib/types/plugin.d.ts +1 -1
  71. package/lib/types/services/attachment-remote/attachment-io.service.d.ts +22 -0
  72. package/lib/types/services/attachment-remote/types.d.ts +23 -0
  73. package/lib/types/services/data-loader/data-loader.service.d.ts +3 -0
  74. package/lib/types/services/local-cache/local-cache.service.d.ts +1 -0
  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 +16 -14
  97. package/lib/types/controllers/config.schema.d.ts +0 -64
@@ -1 +1 @@
1
- (function(_0x330157,_0x54f152){var _0x11cdf7=_0x5c60,_0x5134b8=_0x330157();while(!![]){try{var _0x395029=parseInt(_0x11cdf7(0x114))/0x1+parseInt(_0x11cdf7(0x11a))/0x2+-parseInt(_0x11cdf7(0x112))/0x3*(-parseInt(_0x11cdf7(0x113))/0x4)+parseInt(_0x11cdf7(0x100))/0x5*(-parseInt(_0x11cdf7(0xff))/0x6)+-parseInt(_0x11cdf7(0x111))/0x7*(-parseInt(_0x11cdf7(0x10a))/0x8)+-parseInt(_0x11cdf7(0x102))/0x9+parseInt(_0x11cdf7(0x101))/0xa;if(_0x395029===_0x54f152)break;else _0x5134b8['push'](_0x5134b8['shift']());}catch(_0x474948){_0x5134b8['push'](_0x5134b8['shift']());}}}(_0x3a8d,0x92a21),function(_0x261dbd,_0x2969da){var _0x196fc2=_0x5c60;typeof exports==_0x196fc2(0x106)&&typeof module<'u'?module['exports']=_0x2969da():typeof define=='function'&&define['amd']?define([],_0x2969da):(_0x261dbd=typeof globalThis<'u'?globalThis:_0x261dbd||self,_0x261dbd[_0x196fc2(0x109)]=_0x2969da());}(this,function(){var _0x24df76=_0x5c60;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x24df76(0x103)}},'collabStatus':{'fetchMiss':_0x24df76(0x119),'conflict':_0x24df76(0x108),'notCollab':_0x24df76(0x11c),'synced':_0x24df76(0x104),'syncing':_0x24df76(0x10c),'offline':'غير\x20متصل،\x20سيتم\x20حفظ\x20التحريرات\x20محلياً'},'session':{'connection-failed':_0x24df76(0x118),'will-retry':'فشل\x20الاتصال.\x20سنحاول\x20مرة\x20أخرى\x20بعد\x20قليل.','room-full':_0x24df76(0x116),'join-failed':_0x24df76(0x11b),'room-not-exists':_0x24df76(0x117),'room-permission-denied':_0x24df76(0x105),'room-cnt-exceeds':_0x24df76(0xfe),'collaboration-timeout':_0x24df76(0x10d)},'conflict':{'title':_0x24df76(0x110),'content':_0x24df76(0x10e)},'permission':{'title':'خطأ\x20في\x20المصادقة','content':_0x24df76(0x10f)},'collaboration':{'single-unit':{'warning':_0x24df76(0x115)},'closeRoom':_0x24df76(0x107)},'auth':{'needGotoLoginAlert':_0x24df76(0x10b)}}};}));function _0x5c60(_0xec3314,_0x408f6a){_0xec3314=_0xec3314-0xfe;var _0x3a8d66=_0x3a8d();var _0x5c6030=_0x3a8d66[_0xec3314];return _0x5c6030;}function _0x3a8d(){var _0x486ba4=['تتعارض\x20إجراءاتك\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','تعارض\x20في\x20التعاون','158599uJjswO','2175819MJSHgm','4bBZpzh','239862eSeZfE','لقد\x20فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20هذه\x20العلامة.','وصل\x20المستند\x20إلى\x20حد\x20التعاون\x20الأقصى.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','فشل\x20الانضمام\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','فشل\x20الاتصال.\x20يرجى\x20التحقق\x20من\x20شبكتك.','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','1461484jqvDdB','فشل\x20الانضمام\x20للتعاون.\x20يرجى\x20المحاولة\x20لاحقاً.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','ملف\x20محلي','عدد\x20المستندات\x20التعاونية\x20يتجاوز\x20الحد.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','6ehbdAQ','3891235wuBwIo','848120oQHfAt','5451714kwOoIG','انقر\x20لإعادة\x20الاتصال','تمت\x20المزامنة','لا\x20يوجد\x20إذن\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','object','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','تعارضات\x20في\x20التحرير','UniverProCollaborationClientArSA','72HbczMC','انتهت\x20صلاحية\x20تسجيل\x20الدخول،\x20انقر\x20\x22موافق\x22\x20لإعادة\x20تسجيل\x20الدخول،\x20أو\x20انقر\x20\x22إلغاء\x22\x20لحفظ\x20تحريراتك\x20محلياً.','جارٍ\x20المزامنة...','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون.\x20سيتم\x20حفظ\x20تحريراتك\x20محلياً.','يوجد\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.'];_0x3a8d=function(){return _0x486ba4;};return _0x3a8d();}
1
+ function _0x13fe(_0x3ae5c6,_0x179143){_0x3ae5c6=_0x3ae5c6-0x7a;var _0x5e4366=_0x5e43();var _0x13fecb=_0x5e4366[_0x3ae5c6];return _0x13fecb;}(function(_0x3f3d49,_0x29f897){var _0x46a90e=_0x13fe,_0x20d12d=_0x3f3d49();while(!![]){try{var _0x424a39=-parseInt(_0x46a90e(0x7b))/0x1*(parseInt(_0x46a90e(0x7f))/0x2)+parseInt(_0x46a90e(0x83))/0x3+-parseInt(_0x46a90e(0x7d))/0x4*(parseInt(_0x46a90e(0x90))/0x5)+parseInt(_0x46a90e(0x8f))/0x6+-parseInt(_0x46a90e(0x85))/0x7+-parseInt(_0x46a90e(0x8e))/0x8+parseInt(_0x46a90e(0x84))/0x9;if(_0x424a39===_0x29f897)break;else _0x20d12d['push'](_0x20d12d['shift']());}catch(_0x503df0){_0x20d12d['push'](_0x20d12d['shift']());}}}(_0x5e43,0x978f8),function(_0xfaca90,_0xac71b9){var _0x143fef=_0x13fe;typeof exports=='object'&&typeof module<'u'?module[_0x143fef(0x8a)]=_0xac71b9():typeof define==_0x143fef(0x8d)&&define['amd']?define([],_0xac71b9):(_0xfaca90=typeof globalThis<'u'?globalThis:_0xfaca90||self,_0xfaca90[_0x143fef(0x89)]=_0xac71b9());}(this,function(){var _0x1f132a=_0x13fe;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x1f132a(0x82)}},'collabStatus':{'fetchMiss':_0x1f132a(0x88),'conflict':_0x1f132a(0x96),'notCollab':_0x1f132a(0x92),'synced':_0x1f132a(0x80),'syncing':_0x1f132a(0x94),'offline':_0x1f132a(0x91)},'session':{'connection-failed':_0x1f132a(0x7c),'will-retry':_0x1f132a(0x95),'room-full':_0x1f132a(0x93),'join-failed':_0x1f132a(0x8b),'room-not-exists':'فشل\x20الانضمام\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','room-permission-denied':_0x1f132a(0x87),'room-cnt-exceeds':'عدد\x20المستندات\x20التعاونية\x20يتجاوز\x20الحد.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','collaboration-timeout':'الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون.\x20سيتم\x20حفظ\x20تحريراتك\x20محلياً.'},'conflict':{'title':'تعارض\x20في\x20التعاون','content':_0x1f132a(0x8c)},'permission':{'title':'خطأ\x20في\x20المصادقة','content':_0x1f132a(0x81)},'collaboration':{'single-unit':{'warning':_0x1f132a(0x7e)},'closeRoom':_0x1f132a(0x86)},'auth':{'needGotoLoginAlert':_0x1f132a(0x7a)}}};}));function _0x5e43(){var _0x1643fe=['لا\x20يوجد\x20إذن\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','UniverProCollaborationClientArSA','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الصفحة.','function','3878432ZJTSJW','3416406XPAqSB','2223185DykNVu','غير\x20متصل،\x20سيتم\x20حفظ\x20التحريرات\x20محلياً','ملف\x20محلي','وصل\x20المستند\x20إلى\x20حد\x20التعاون\x20الأقصى.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','جارٍ\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محلياً.','1655HYaVEM','فشل\x20الاتصال.\x20يرجى\x20التحقق\x20من\x20شبكتك.','4kgoKLu','لقد\x20فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20هذه\x20العلامة.','2idWkri','تمت\x20المزامنة','تتعارض\x20إجراءاتك\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','انقر\x20لإعادة\x20الاتصال','3587568Mtjbwu','7169058SFInSn','7069517tATdxw','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.'];_0x5e43=function(){return _0x1643fe;};return _0x5e43();}
@@ -1 +1 @@
1
- function _0x3579(_0xea678b,_0x220b6d){_0xea678b=_0xea678b-0xcd;var _0x514aba=_0x514a();var _0x35794e=_0x514aba[_0xea678b];return _0x35794e;}(function(_0x1e90ba,_0x56d040){var _0x1223d2=_0x3579,_0x82c7ca=_0x1e90ba();while(!![]){try{var _0x5e4cb1=parseInt(_0x1223d2(0xdf))/0x1*(parseInt(_0x1223d2(0xd6))/0x2)+-parseInt(_0x1223d2(0xde))/0x3+-parseInt(_0x1223d2(0xd8))/0x4+-parseInt(_0x1223d2(0xda))/0x5+parseInt(_0x1223d2(0xe7))/0x6*(parseInt(_0x1223d2(0xe1))/0x7)+-parseInt(_0x1223d2(0xd0))/0x8*(-parseInt(_0x1223d2(0xdb))/0x9)+-parseInt(_0x1223d2(0xe6))/0xa*(-parseInt(_0x1223d2(0xd3))/0xb);if(_0x5e4cb1===_0x56d040)break;else _0x82c7ca['push'](_0x82c7ca['shift']());}catch(_0x4bb5b2){_0x82c7ca['push'](_0x82c7ca['shift']());}}}(_0x514a,0xa8812),function(_0x18ee19,_0x402a3f){var _0x576ab0=_0x3579;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x402a3f():typeof define=='function'&&define['amd']?define([],_0x402a3f):(_0x18ee19=typeof globalThis<'u'?globalThis:_0x18ee19||self,_0x18ee19[_0x576ab0(0xe3)]=_0x402a3f());}(this,function(){var _0x5477a3=_0x3579;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x5477a3(0xd4)}},'collabStatus':{'fetchMiss':_0x5477a3(0xd9),'conflict':_0x5477a3(0xdc),'notCollab':_0x5477a3(0xe5),'synced':_0x5477a3(0xe8),'syncing':_0x5477a3(0xe4),'offline':'Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment'},'session':{'connection-failed':'Error\x20de\x20connexió.\x20Comproveu\x20la\x20vostra\x20xarxa.','will-retry':_0x5477a3(0xe2),'room-full':_0x5477a3(0xe0),'join-failed':'No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','room-not-exists':_0x5477a3(0xd7),'room-permission-denied':_0x5477a3(0xcd),'room-cnt-exceeds':_0x5477a3(0xcf),'collaboration-timeout':_0x5477a3(0xd1)},'conflict':{'title':'Conflicte\x20de\x20col·laboració','content':_0x5477a3(0xd5)},'permission':{'title':_0x5477a3(0xce),'content':_0x5477a3(0xdd)},'collaboration':{'single-unit':{'warning':'Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.'},'closeRoom':'Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.'},'auth':{'needGotoLoginAlert':_0x5477a3(0xd2)}}};}));function _0x514a(){var _0x297918=['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.','2TdpPoI','No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','1426848rwDEfq','Sincronitzant\x20dades\x20del\x20servidor...','3877630FTGgQp','438282sdsumQ','Conflictes\x20d\x27edició','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.','278460qvabbl','550357pFtoSB','Aquest\x20document\x20ha\x20arribat\x20al\x20límit\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','9065jVdABo','Error\x20de\x20connexió.\x20Ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','UniverProCollaborationClientCaES','Sincronitzant...','Fitxer\x20local','68650NhxmFG','3828peVKaN','Sincronitzat','No\x20teniu\x20permís\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Error\x20d\x27autenticació','El\x20nombre\x20de\x20documents\x20col·laboratius\x20supera\x20el\x20límit.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','40oGDIcx','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','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.','473EDRFxC'];_0x514a=function(){return _0x297918;};return _0x514a();}
1
+ (function(_0x20eb81,_0x1ed466){var _0x694585=_0x36e2,_0xc8e401=_0x20eb81();while(!![]){try{var _0xc0cfc4=parseInt(_0x694585(0x148))/0x1*(-parseInt(_0x694585(0x144))/0x2)+-parseInt(_0x694585(0x147))/0x3+parseInt(_0x694585(0x158))/0x4+-parseInt(_0x694585(0x151))/0x5*(parseInt(_0x694585(0x13e))/0x6)+-parseInt(_0x694585(0x14f))/0x7*(-parseInt(_0x694585(0x15b))/0x8)+-parseInt(_0x694585(0x159))/0x9*(parseInt(_0x694585(0x140))/0xa)+parseInt(_0x694585(0x142))/0xb*(parseInt(_0x694585(0x155))/0xc);if(_0xc0cfc4===_0x1ed466)break;else _0xc8e401['push'](_0xc8e401['shift']());}catch(_0x1c1365){_0xc8e401['push'](_0xc8e401['shift']());}}}(_0x252e,0x893ab),function(_0xc86d4b,_0x4dd15e){var _0x4bab48=_0x36e2;typeof exports==_0x4bab48(0x145)&&typeof module<'u'?module[_0x4bab48(0x157)]=_0x4dd15e():typeof define==_0x4bab48(0x14a)&&define[_0x4bab48(0x15f)]?define([],_0x4dd15e):(_0xc86d4b=typeof globalThis<'u'?globalThis:_0xc86d4b||self,_0xc86d4b[_0x4bab48(0x14d)]=_0x4dd15e());}(this,function(){var _0x12f0df=_0x36e2;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x12f0df(0x14e)}},'collabStatus':{'fetchMiss':_0x12f0df(0x143),'conflict':_0x12f0df(0x141),'notCollab':_0x12f0df(0x154),'synced':'Sincronitzat','syncing':_0x12f0df(0x160),'offline':_0x12f0df(0x149)},'session':{'connection-failed':_0x12f0df(0x15a),'will-retry':_0x12f0df(0x15e),'room-full':_0x12f0df(0x13f),'join-failed':_0x12f0df(0x153),'room-not-exists':'No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','room-permission-denied':_0x12f0df(0x152),'room-cnt-exceeds':_0x12f0df(0x14c),'collaboration-timeout':_0x12f0df(0x150)},'conflict':{'title':_0x12f0df(0x156),'content':_0x12f0df(0x15d)},'permission':{'title':_0x12f0df(0x146),'content':'Les\x20vostres\x20accions\x20entren\x20en\x20conflicte\x20amb\x20els\x20permisos\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals\x20en\x20un\x20altre\x20lloc,\x20perquè\x20es\x20descartaran\x20després\x20d\x27actualitzar\x20la\x20pàgina.'},'collaboration':{'single-unit':{'warning':'Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.'},'closeRoom':_0x12f0df(0x15c)},'auth':{'needGotoLoginAlert':_0x12f0df(0x14b)}}};}));function _0x36e2(_0x55bbad,_0x54b89d){_0x55bbad=_0x55bbad-0x13e;var _0x252ea0=_0x252e();var _0x36e212=_0x252ea0[_0x55bbad];return _0x36e212;}function _0x252e(){var _0x52c7b3=['5cMfqvB','No\x20teniu\x20permís\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Fitxer\x20local','482268GKrdeX','Conflicte\x20de\x20col·laboració','exports','2907884EzpXIM','9BfKZci','Error\x20de\x20connexió.\x20Comproveu\x20la\x20vostra\x20xarxa.','16WkAoIn','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','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.','Error\x20de\x20connexió.\x20Ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','amd','Sincronitzant...','6683286ZMjYZv','Aquest\x20document\x20ha\x20arribat\x20al\x20límit\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','3149270MxHIDj','Conflictes\x20d\x27edició','396eGZnYq','Sincronitzant\x20dades\x20del\x20servidor...','2UWMJKY','object','Error\x20d\x27autenticació','1161135JTVeGA','305393hxTuzZ','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','function','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.','El\x20nombre\x20de\x20documents\x20col·laboratius\x20supera\x20el\x20límit.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','UniverProCollaborationClientCaES','Feu\x20clic\x20per\x20reconnectar','1783467ShGWhT','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.'];_0x252e=function(){return _0x52c7b3;};return _0x252e();}
@@ -1 +1 @@
1
- function _0xcd41(){var _0x22d4ad=['378cUlkwW','13534216RBmTXQ','object','365543RphHez','Zusammenarbeitskonflikt','Klicken,\x20um\x20wieder\x20zu\x20verbinden','Verbindung\x20fehlgeschlagen.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Authentifizierungsfehler','9216214TWsuqN','amd','Bearbeitungsrechte\x20wurden\x20entzogen,\x20weil\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','Die\x20Anzahl\x20der\x20Zusammenarbeitsdokumente\x20überschreitet\x20das\x20Limit.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Im\x20Falle\x20von\x20Datenverlust\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','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.','Bearbeitungskonflikte','Es\x20gibt\x20einen\x20Konflikt\x20zwischen\x20Ihrer\x20lokalen\x20Kopie\x20und\x20der\x20Kopie\x20auf\x20dem\x20Server.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen,\x20da\x20sie\x20beim\x20Neuladen\x20der\x20Seite\x20verloren\x20gehen.','3092qqZmzj','Verbindung\x20fehlgeschlagen.\x20Wir\x20werden\x20es\x20in\x20Kürze\x20erneut\x20versuchen.','function','954UxhGZw','Das\x20Dokument\x20hat\x20die\x20Zusammenarbeitsgrenze\x20erreicht.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Serverdaten\x20werden\x20synchronisiert...','5365ZFPjpf','179830ETXEto','Lokale\x20Datei','5010cnrPpo','UniverProCollaborationClientDeDE','Der\x20Server\x20reagiert\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','2550360jGxLON'];_0xcd41=function(){return _0x22d4ad;};return _0xcd41();}function _0x39d0(_0x7adcd6,_0x5010b7){_0x7adcd6=_0x7adcd6-0x152;var _0xcd4183=_0xcd41();var _0x39d095=_0xcd4183[_0x7adcd6];return _0x39d095;}(function(_0x2dfd70,_0x120ecd){var _0x4f0aa8=_0x39d0,_0x52fbcd=_0x2dfd70();while(!![]){try{var _0x43aba9=parseInt(_0x4f0aa8(0x155))/0x1+parseInt(_0x4f0aa8(0x16c))/0x2*(parseInt(_0x4f0aa8(0x152))/0x3)+parseInt(_0x4f0aa8(0x163))/0x4*(-parseInt(_0x4f0aa8(0x169))/0x5)+-parseInt(_0x4f0aa8(0x16f))/0x6+parseInt(_0x4f0aa8(0x15a))/0x7+-parseInt(_0x4f0aa8(0x153))/0x8+parseInt(_0x4f0aa8(0x166))/0x9*(parseInt(_0x4f0aa8(0x16a))/0xa);if(_0x43aba9===_0x120ecd)break;else _0x52fbcd['push'](_0x52fbcd['shift']());}catch(_0x316948){_0x52fbcd['push'](_0x52fbcd['shift']());}}}(_0xcd41,0xe9d0b),function(_0x206ae1,_0x3feab3){var _0x3cd62c=_0x39d0;typeof exports==_0x3cd62c(0x154)&&typeof module<'u'?module['exports']=_0x3feab3():typeof define==_0x3cd62c(0x165)&&define[_0x3cd62c(0x15b)]?define([],_0x3feab3):(_0x206ae1=typeof globalThis<'u'?globalThis:_0x206ae1||self,_0x206ae1[_0x3cd62c(0x16d)]=_0x3feab3());}(this,function(){var _0x340e16=_0x39d0;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x340e16(0x157)}},'collabStatus':{'fetchMiss':_0x340e16(0x168),'conflict':_0x340e16(0x161),'notCollab':_0x340e16(0x16b),'synced':'Synchronisiert','syncing':'Synchronisierung\x20läuft...','offline':'Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert'},'session':{'connection-failed':_0x340e16(0x158),'will-retry':_0x340e16(0x164),'room-full':_0x340e16(0x167),'join-failed':'Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','room-not-exists':'Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','room-permission-denied':_0x340e16(0x160),'room-cnt-exceeds':_0x340e16(0x15d),'collaboration-timeout':_0x340e16(0x16e)},'conflict':{'title':_0x340e16(0x156),'content':_0x340e16(0x162)},'permission':{'title':_0x340e16(0x159),'content':_0x340e16(0x15f)},'collaboration':{'single-unit':{'warning':_0x340e16(0x15e)},'closeRoom':_0x340e16(0x15c)},'auth':{'needGotoLoginAlert':'Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.'}}};}));
1
+ (function(_0x1ce357,_0x4cce15){var _0x526eef=_0x257d,_0x188cf6=_0x1ce357();while(!![]){try{var _0x3a5835=parseInt(_0x526eef(0xdc))/0x1*(-parseInt(_0x526eef(0xe1))/0x2)+-parseInt(_0x526eef(0xe2))/0x3+-parseInt(_0x526eef(0xe8))/0x4*(parseInt(_0x526eef(0xf0))/0x5)+parseInt(_0x526eef(0xe0))/0x6+parseInt(_0x526eef(0xf4))/0x7*(parseInt(_0x526eef(0xf2))/0x8)+-parseInt(_0x526eef(0xe4))/0x9*(-parseInt(_0x526eef(0xd9))/0xa)+parseInt(_0x526eef(0xee))/0xb;if(_0x3a5835===_0x4cce15)break;else _0x188cf6['push'](_0x188cf6['shift']());}catch(_0xacff5a){_0x188cf6['push'](_0x188cf6['shift']());}}}(_0x1e60,0x1ee4a),function(_0x4c920d,_0x8d917e){var _0x307f2e=_0x257d;typeof exports=='object'&&typeof module<'u'?module[_0x307f2e(0xe5)]=_0x8d917e():typeof define==_0x307f2e(0xe9)&&define[_0x307f2e(0xef)]?define([],_0x8d917e):(_0x4c920d=typeof globalThis<'u'?globalThis:_0x4c920d||self,_0x4c920d['UniverProCollaborationClientDeDE']=_0x8d917e());}(this,function(){var _0x585414=_0x257d;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x585414(0xeb)}},'collabStatus':{'fetchMiss':'Serverdaten\x20werden\x20synchronisiert...','conflict':_0x585414(0xf3),'notCollab':_0x585414(0xd8),'synced':'Synchronisiert','syncing':_0x585414(0xf1),'offline':_0x585414(0xe3)},'session':{'connection-failed':_0x585414(0xdf),'will-retry':_0x585414(0xdd),'room-full':'Das\x20Dokument\x20hat\x20die\x20Zusammenarbeitsgrenze\x20erreicht.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','join-failed':_0x585414(0xea),'room-not-exists':'Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','room-permission-denied':'Keine\x20Zusammenarbeitsberechtigung.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','room-cnt-exceeds':_0x585414(0xda),'collaboration-timeout':_0x585414(0xe7)},'conflict':{'title':'Zusammenarbeitskonflikt','content':_0x585414(0xed)},'permission':{'title':_0x585414(0xe6),'content':_0x585414(0xec)},'collaboration':{'single-unit':{'warning':_0x585414(0xdb)},'closeRoom':'Bearbeitungsrechte\x20wurden\x20entzogen,\x20weil\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.'},'auth':{'needGotoLoginAlert':_0x585414(0xde)}}};}));function _0x257d(_0x2e864c,_0x3c05d8){_0x2e864c=_0x2e864c-0xd8;var _0x1e60d1=_0x1e60();var _0x257d33=_0x1e60d1[_0x2e864c];return _0x257d33;}function _0x1e60(){var _0x13e0f7=['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.','2697354cNjyyA','amd','21325dbFJlg','Synchronisierung\x20läuft...','8Xlnwxu','Bearbeitungskonflikte','507115qSWRip','Lokale\x20Datei','50qvJtTY','Die\x20Anzahl\x20der\x20Zusammenarbeitsdokumente\x20überschreitet\x20das\x20Limit.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Im\x20Falle\x20von\x20Datenverlust\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','85687wFEBGI','Verbindung\x20fehlgeschlagen.\x20Wir\x20werden\x20es\x20in\x20Kürze\x20erneut\x20versuchen.','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','Verbindung\x20fehlgeschlagen.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','610530eQMXRg','2ITAUVF','740142FWWYmW','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','447318qSBjen','exports','Authentifizierungsfehler','Der\x20Server\x20reagiert\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','196kxyfSt','function','Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Klicken,\x20um\x20wieder\x20zu\x20verbinden','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.'];_0x1e60=function(){return _0x13e0f7;};return _0x1e60();}
@@ -1 +1 @@
1
- function _0x3f83(){var _0xbd1c0e=['Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','function','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','499692iKclnp','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','exports','Click\x20to\x20Reconnect','30JATDqG','5873964TcrURN','15OJhNOA','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','94986TaSjDW','Authentication\x20Error','6188427nbQCRw','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','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.','300208NXMISV','amd','Local\x20file','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','475377OyYNEf','object','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','8MuIdaE','Edit\x20conflicts','2196712igcTnB'];_0x3f83=function(){return _0xbd1c0e;};return _0x3f83();}function _0x2446(_0x3e0a1a,_0x1d5af4){_0x3e0a1a=_0x3e0a1a-0x1f0;var _0x3f836c=_0x3f83();var _0x24460c=_0x3f836c[_0x3e0a1a];return _0x24460c;}(function(_0x27ddb3,_0x1c9281){var _0x3315f0=_0x2446,_0x3f8b59=_0x27ddb3();while(!![]){try{var _0x3c7393=parseInt(_0x3315f0(0x1f6))/0x1+parseInt(_0x3315f0(0x1fa))/0x2*(parseInt(_0x3315f0(0x200))/0x3)+-parseInt(_0x3315f0(0x1f2))/0x4*(parseInt(_0x3315f0(0x206))/0x5)+-parseInt(_0x3315f0(0x205))/0x6+parseInt(_0x3315f0(0x20a))/0x7+-parseInt(_0x3315f0(0x1fc))/0x8+parseInt(_0x3315f0(0x208))/0x9*(parseInt(_0x3315f0(0x204))/0xa);if(_0x3c7393===_0x1c9281)break;else _0x3f8b59['push'](_0x3f8b59['shift']());}catch(_0x3a403d){_0x3f8b59['push'](_0x3f8b59['shift']());}}}(_0x3f83,0x8d439),function(_0x31b05d,_0x21ebb2){var _0x4714c9=_0x2446;typeof exports==_0x4714c9(0x1f7)&&typeof module<'u'?module[_0x4714c9(0x202)]=_0x21ebb2():typeof define==_0x4714c9(0x1fe)&&define[_0x4714c9(0x1f3)]?define([],_0x21ebb2):(_0x31b05d=typeof globalThis<'u'?globalThis:_0x31b05d||self,_0x31b05d['UniverProCollaborationClientEnUS']=_0x21ebb2());}(this,function(){var _0x4b9c8b=_0x2446;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x4b9c8b(0x203)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x4b9c8b(0x1fb),'notCollab':_0x4b9c8b(0x1f4),'synced':'Synced','syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x4b9c8b(0x1f9),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x4b9c8b(0x1fd),'room-not-exists':'Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-permission-denied':_0x4b9c8b(0x1f8),'room-cnt-exceeds':_0x4b9c8b(0x201),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':'Collaboration\x20Conflict','content':_0x4b9c8b(0x1f1)},'permission':{'title':_0x4b9c8b(0x209),'content':_0x4b9c8b(0x1f5)},'collaboration':{'single-unit':{'warning':_0x4b9c8b(0x1ff)},'closeRoom':_0x4b9c8b(0x207)},'auth':{'needGotoLoginAlert':_0x4b9c8b(0x1f0)}}};}));
1
+ (function(_0x404b63,_0x40dc34){var _0x339641=_0x2611,_0x4362fa=_0x404b63();while(!![]){try{var _0x94ac7d=parseInt(_0x339641(0x164))/0x1*(-parseInt(_0x339641(0x157))/0x2)+parseInt(_0x339641(0x16a))/0x3+-parseInt(_0x339641(0x151))/0x4*(-parseInt(_0x339641(0x159))/0x5)+parseInt(_0x339641(0x161))/0x6*(-parseInt(_0x339641(0x162))/0x7)+parseInt(_0x339641(0x153))/0x8+parseInt(_0x339641(0x158))/0x9*(parseInt(_0x339641(0x15f))/0xa)+-parseInt(_0x339641(0x165))/0xb*(-parseInt(_0x339641(0x167))/0xc);if(_0x94ac7d===_0x40dc34)break;else _0x4362fa['push'](_0x4362fa['shift']());}catch(_0x20cb93){_0x4362fa['push'](_0x4362fa['shift']());}}}(_0x3d0b,0xdb2c5),function(_0x2dbb7d,_0x55ccbc){var _0x1fb33c=_0x2611;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x55ccbc():typeof define==_0x1fb33c(0x156)&&define[_0x1fb33c(0x16b)]?define([],_0x55ccbc):(_0x2dbb7d=typeof globalThis<'u'?globalThis:_0x2dbb7d||self,_0x2dbb7d['UniverProCollaborationClientEnUS']=_0x55ccbc());}(this,function(){var _0x481e4a=_0x2611;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x481e4a(0x155)}},'collabStatus':{'fetchMiss':_0x481e4a(0x152),'conflict':_0x481e4a(0x166),'notCollab':_0x481e4a(0x15d),'synced':_0x481e4a(0x15b),'syncing':_0x481e4a(0x168),'offline':_0x481e4a(0x15c)},'session':{'connection-failed':_0x481e4a(0x170),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':_0x481e4a(0x169),'join-failed':_0x481e4a(0x15a),'room-not-exists':_0x481e4a(0x160),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':_0x481e4a(0x154)},'conflict':{'title':_0x481e4a(0x16e),'content':_0x481e4a(0x150)},'permission':{'title':_0x481e4a(0x16f),'content':_0x481e4a(0x16d)},'collaboration':{'single-unit':{'warning':_0x481e4a(0x16c)},'closeRoom':_0x481e4a(0x163)},'auth':{'needGotoLoginAlert':_0x481e4a(0x15e)}}};}));function _0x2611(_0x33a7fe,_0x56221d){_0x33a7fe=_0x33a7fe-0x150;var _0x3d0baf=_0x3d0b();var _0x26116c=_0x3d0baf[_0x33a7fe];return _0x26116c;}function _0x3d0b(){var _0x1c51cd=['7563534QiTGyW','Edit\x20conflicts','12QwYHFI','Syncing...','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','1882038ZSzGcy','amd','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','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\x20Conflict','Authentication\x20Error','Connection\x20failed.\x20Please\x20check\x20your\x20network.','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.','30948Klhdaq','Syncing\x20server\x20data...','2386920fjjRzj','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Click\x20to\x20Reconnect','function','881514XXAAAK','18GdumoJ','415OIMNxC','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Synced','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Local\x20file','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','3474690jrwwFt','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','234NwFINl','51989UZfBQg','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','4OaydEm'];_0x3d0b=function(){return _0x1c51cd;};return _0x3d0b();}
@@ -1 +1 @@
1
- function _0x2a28(){var _0x53dab8=['Error\x20de\x20conexión.\x20Intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','Error\x20de\x20autenticación','El\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20el\x20límite.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Sin\x20permiso\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','object','Conflicto\x20de\x20colaboración','function','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.','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','1771173rSznCG','exports','El\x20documento\x20ha\x20alcanzado\x20su\x20límite\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Sincronizando\x20datos\x20del\x20servidor...','UniverProCollaborationClientEsES','amd','4720RvdUwJ','4826325WYnypQ','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','11080602PtNEAn','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','11809674aaskRM','Sincronizado','Conflictos\x20de\x20edición','96740KRPuCX','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','Error\x20de\x20conexión.\x20Verifique\x20su\x20red.','792596KgPALB','Sincronizando...','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','11438lhFKuz','Haga\x20clic\x20para\x20reconectar','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','10QPYzmo'];_0x2a28=function(){return _0x53dab8;};return _0x2a28();}function _0x2041(_0x1bf1bf,_0x23e862){_0x1bf1bf=_0x1bf1bf-0x1b1;var _0x2a2857=_0x2a28();var _0x204161=_0x2a2857[_0x1bf1bf];return _0x204161;}(function(_0x192f59,_0x264612){var _0x23d1c9=_0x2041,_0x389e66=_0x192f59();while(!![]){try{var _0x58409a=-parseInt(_0x23d1c9(0x1ce))/0x1+-parseInt(_0x23d1c9(0x1be))/0x2+parseInt(_0x23d1c9(0x1b4))/0x3+-parseInt(_0x23d1c9(0x1bb))/0x4*(-parseInt(_0x23d1c9(0x1c4))/0x5)+parseInt(_0x23d1c9(0x1b6))/0x6+parseInt(_0x23d1c9(0x1c1))/0x7*(parseInt(_0x23d1c9(0x1b3))/0x8)+-parseInt(_0x23d1c9(0x1b8))/0x9;if(_0x58409a===_0x264612)break;else _0x389e66['push'](_0x389e66['shift']());}catch(_0x4d85fb){_0x389e66['push'](_0x389e66['shift']());}}}(_0x2a28,0xf149b),function(_0x4ddd41,_0x9d0ccf){var _0x31c049=_0x2041;typeof exports==_0x31c049(0x1c9)&&typeof module<'u'?module[_0x31c049(0x1cf)]=_0x9d0ccf():typeof define==_0x31c049(0x1cb)&&define[_0x31c049(0x1b2)]?define([],_0x9d0ccf):(_0x4ddd41=typeof globalThis<'u'?globalThis:_0x4ddd41||self,_0x4ddd41[_0x31c049(0x1b1)]=_0x9d0ccf());}(this,function(){var _0x18b46a=_0x2041;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x18b46a(0x1c2)}},'collabStatus':{'fetchMiss':_0x18b46a(0x1d1),'conflict':_0x18b46a(0x1ba),'notCollab':'Archivo\x20local','synced':_0x18b46a(0x1b9),'syncing':_0x18b46a(0x1bf),'offline':_0x18b46a(0x1bc)},'session':{'connection-failed':_0x18b46a(0x1bd),'will-retry':_0x18b46a(0x1c5),'room-full':_0x18b46a(0x1d0),'join-failed':_0x18b46a(0x1c3),'room-not-exists':_0x18b46a(0x1b5),'room-permission-denied':_0x18b46a(0x1c8),'room-cnt-exceeds':_0x18b46a(0x1c7),'collaboration-timeout':'El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.'},'conflict':{'title':_0x18b46a(0x1ca),'content':_0x18b46a(0x1cc)},'permission':{'title':_0x18b46a(0x1c6),'content':'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.'},'collaboration':{'single-unit':{'warning':_0x18b46a(0x1c0)},'closeRoom':_0x18b46a(0x1b7)},'auth':{'needGotoLoginAlert':_0x18b46a(0x1cd)}}};}));
1
+ function _0x3d3b(_0x4ff1f7,_0x4e4ae4){_0x4ff1f7=_0x4ff1f7-0x104;var _0x5b5293=_0x5b52();var _0x3d3bd0=_0x5b5293[_0x4ff1f7];return _0x3d3bd0;}(function(_0x4d98da,_0x53b97b){var _0x29ad7e=_0x3d3b,_0x2cf4fa=_0x4d98da();while(!![]){try{var _0x582b54=parseInt(_0x29ad7e(0x10e))/0x1*(-parseInt(_0x29ad7e(0x11f))/0x2)+parseInt(_0x29ad7e(0x120))/0x3*(parseInt(_0x29ad7e(0x11b))/0x4)+parseInt(_0x29ad7e(0x11e))/0x5+-parseInt(_0x29ad7e(0x104))/0x6*(parseInt(_0x29ad7e(0x11c))/0x7)+-parseInt(_0x29ad7e(0x111))/0x8*(-parseInt(_0x29ad7e(0x113))/0x9)+parseInt(_0x29ad7e(0x114))/0xa*(parseInt(_0x29ad7e(0x105))/0xb)+-parseInt(_0x29ad7e(0x10a))/0xc*(parseInt(_0x29ad7e(0x122))/0xd);if(_0x582b54===_0x53b97b)break;else _0x2cf4fa['push'](_0x2cf4fa['shift']());}catch(_0x1c29be){_0x2cf4fa['push'](_0x2cf4fa['shift']());}}}(_0x5b52,0x901a5),function(_0x434883,_0x140020){var _0x114fb5=_0x3d3b;typeof exports==_0x114fb5(0x10d)&&typeof module<'u'?module[_0x114fb5(0x10b)]=_0x140020():typeof define==_0x114fb5(0x116)&&define[_0x114fb5(0x119)]?define([],_0x140020):(_0x434883=typeof globalThis<'u'?globalThis:_0x434883||self,_0x434883[_0x114fb5(0x106)]=_0x140020());}(this,function(){var _0x1c5f12=_0x3d3b;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Haga\x20clic\x20para\x20reconectar'}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':_0x1c5f12(0x108),'notCollab':_0x1c5f12(0x10c),'synced':_0x1c5f12(0x115),'syncing':'Sincronizando...','offline':_0x1c5f12(0x110)},'session':{'connection-failed':'Error\x20de\x20conexión.\x20Verifique\x20su\x20red.','will-retry':_0x1c5f12(0x11d),'room-full':_0x1c5f12(0x107),'join-failed':_0x1c5f12(0x123),'room-not-exists':_0x1c5f12(0x112),'room-permission-denied':'Sin\x20permiso\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','room-cnt-exceeds':_0x1c5f12(0x11a),'collaboration-timeout':_0x1c5f12(0x109)},'conflict':{'title':_0x1c5f12(0x10f),'content':'Hay\x20un\x20conflicto\x20entre\x20su\x20copia\x20local\x20y\x20la\x20copia\x20en\x20el\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales,\x20ya\x20que\x20se\x20perderán\x20cuando\x20recargue\x20la\x20página.'},'permission':{'title':_0x1c5f12(0x118),'content':_0x1c5f12(0x117)},'collaboration':{'single-unit':{'warning':_0x1c5f12(0x121)},'closeRoom':'Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.'},'auth':{'needGotoLoginAlert':'Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.'}}};}));function _0x5b52(){var _0x4343ed=['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.','Error\x20de\x20autenticación','amd','El\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20el\x20límite.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','217540TosEvt','7bXkATT','Error\x20de\x20conexión.\x20Intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','1465710Snxunw','15054XEeGFN','33xWfImV','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','299kWVATl','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','758148OTmNwE','153593VuIXWB','UniverProCollaborationClientEsES','El\x20documento\x20ha\x20alcanzado\x20su\x20límite\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Conflictos\x20de\x20edición','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','693180NnEmKs','exports','Archivo\x20local','object','37uTbklX','Conflicto\x20de\x20colaboración','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','536VBncwa','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','123003TYMogt','370dVBqnl','Sincronizado','function'];_0x5b52=function(){return _0x4343ed;};return _0x5b52();}
@@ -1 +1 @@
1
- function _0x5c19(_0x3f9930,_0x49e3b6){_0x3f9930=_0x3f9930-0x180;var _0x72bd8e=_0x72bd();var _0x5c1958=_0x72bd8e[_0x3f9930];return _0x5c1958;}(function(_0x26bf15,_0x135c30){var _0x202693=_0x5c19,_0x4be30d=_0x26bf15();while(!![]){try{var _0x3368ea=-parseInt(_0x202693(0x183))/0x1*(-parseInt(_0x202693(0x199))/0x2)+-parseInt(_0x202693(0x19b))/0x3*(-parseInt(_0x202693(0x181))/0x4)+parseInt(_0x202693(0x190))/0x5*(-parseInt(_0x202693(0x19c))/0x6)+parseInt(_0x202693(0x197))/0x7*(-parseInt(_0x202693(0x195))/0x8)+-parseInt(_0x202693(0x18c))/0x9*(-parseInt(_0x202693(0x185))/0xa)+-parseInt(_0x202693(0x19a))/0xb*(-parseInt(_0x202693(0x186))/0xc)+-parseInt(_0x202693(0x191))/0xd;if(_0x3368ea===_0x135c30)break;else _0x4be30d['push'](_0x4be30d['shift']());}catch(_0x5b5deb){_0x4be30d['push'](_0x4be30d['shift']());}}}(_0x72bd,0x3b562),function(_0x49eb31,_0x22ec1c){var _0x20c1b0=_0x5c19;typeof exports=='object'&&typeof module<'u'?module[_0x20c1b0(0x18e)]=_0x22ec1c():typeof define==_0x20c1b0(0x192)&&define['amd']?define([],_0x22ec1c):(_0x49eb31=typeof globalThis<'u'?globalThis:_0x49eb31||self,_0x49eb31['UniverProCollaborationClientFaIR']=_0x22ec1c());}(this,function(){var _0x8d4ceb=_0x5c19;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x8d4ceb(0x187)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':_0x8d4ceb(0x184),'notCollab':'پرونده\x20محلی','synced':'همگام\x20سازی','syncing':_0x8d4ceb(0x18f),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':_0x8d4ceb(0x193),'room-full':_0x8d4ceb(0x189),'join-failed':_0x8d4ceb(0x180),'room-not-exists':_0x8d4ceb(0x18a),'room-permission-denied':'دسترسی\x20همکاری\x20وجود\x20ندارد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-cnt-exceeds':_0x8d4ceb(0x18b),'collaboration-timeout':_0x8d4ceb(0x182)},'conflict':{'title':'تداخل\x20همکاری','content':_0x8d4ceb(0x18d)},'permission':{'title':_0x8d4ceb(0x194),'content':_0x8d4ceb(0x196)},'collaboration':{'single-unit':{'warning':_0x8d4ceb(0x198)},'closeRoom':_0x8d4ceb(0x188)},'auth':{'needGotoLoginAlert':'ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.'}}};}));function _0x72bd(){var _0x2628ed=['3888404FWXRIb','function','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','خطای\x20اعتبارسنجی','3003624vmnRxT','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','7WPgtzB','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','2FPevUi','205304ZCkPaq','3oweBTy','672ueDCBC','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','1712956OqxRPu','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','21539rGAoro','تداخل\x20ویرایش','836490KPzfjz','264gXyzeJ','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','9PVMNUL','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','exports','در\x20حال\x20همگام\x20سازی...','1180ZyeBtN'];_0x72bd=function(){return _0x2628ed;};return _0x72bd();}
1
+ (function(_0x75d0c5,_0x576aed){var _0x42fc3d=_0xafdc,_0x18ab6a=_0x75d0c5();while(!![]){try{var _0x255f4e=parseInt(_0x42fc3d(0x1ae))/0x1+parseInt(_0x42fc3d(0x1a2))/0x2+parseInt(_0x42fc3d(0x1b2))/0x3*(parseInt(_0x42fc3d(0x19d))/0x4)+-parseInt(_0x42fc3d(0x1b4))/0x5+-parseInt(_0x42fc3d(0x1aa))/0x6+-parseInt(_0x42fc3d(0x1a4))/0x7*(parseInt(_0x42fc3d(0x1ad))/0x8)+parseInt(_0x42fc3d(0x1b1))/0x9;if(_0x255f4e===_0x576aed)break;else _0x18ab6a['push'](_0x18ab6a['shift']());}catch(_0x2adc96){_0x18ab6a['push'](_0x18ab6a['shift']());}}}(_0x5319,0xe879f),function(_0x534256,_0x86cbbc){var _0x464116=_0xafdc;typeof exports==_0x464116(0x1a0)&&typeof module<'u'?module[_0x464116(0x1a3)]=_0x86cbbc():typeof define=='function'&&define[_0x464116(0x1b0)]?define([],_0x86cbbc):(_0x534256=typeof globalThis<'u'?globalThis:_0x534256||self,_0x534256[_0x464116(0x1a5)]=_0x86cbbc());}(this,function(){var _0x8914cb=_0xafdc;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x8914cb(0x1b3)}},'collabStatus':{'fetchMiss':_0x8914cb(0x1b5),'conflict':'تداخل\x20ویرایش','notCollab':_0x8914cb(0x1a9),'synced':_0x8914cb(0x1b6),'syncing':_0x8914cb(0x19e),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':_0x8914cb(0x1ab),'room-full':_0x8914cb(0x19c),'join-failed':_0x8914cb(0x19a),'room-not-exists':'پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-permission-denied':_0x8914cb(0x1a8),'room-cnt-exceeds':'تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','collaboration-timeout':'سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.'},'conflict':{'title':_0x8914cb(0x19b),'content':_0x8914cb(0x1a7)},'permission':{'title':_0x8914cb(0x1a6),'content':_0x8914cb(0x1af)},'collaboration':{'single-unit':{'warning':_0x8914cb(0x1a1)},'closeRoom':_0x8914cb(0x1ac)},'auth':{'needGotoLoginAlert':_0x8914cb(0x19f)}}};}));function _0xafdc(_0x4c4d3d,_0x3407c2){_0x4c4d3d=_0x4c4d3d-0x19a;var _0x531929=_0x5319();var _0xafdcfe=_0x531929[_0x4c4d3d];return _0xafdcfe;}function _0x5319(){var _0x582fc3=['همگام\x20سازی','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','تداخل\x20همکاری','ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','227628DNGAKZ','در\x20حال\x20همگام\x20سازی...','ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','object','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','380906BZpBdH','exports','7VuLCTW','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محلی','2949804pOvbUC','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','11503552fULatO','751440aLCOUL','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','amd','28567971AkbJHC','15PCozpG','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','7594230gyHKlE','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...'];_0x5319=function(){return _0x582fc3;};return _0x5319();}
@@ -1 +1 @@
1
- function _0x2a7d(_0x407a1e,_0x1e7028){_0x407a1e=_0x407a1e-0x130;var _0x4f37ad=_0x4f37();var _0x2a7df1=_0x4f37ad[_0x407a1e];return _0x2a7df1;}function _0x4f37(){var _0x32e48b=['6npNvhy','exports','4564495wotHZZ','Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','8873676NkzERx','11768DVMdUt','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','16SzbqIp','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.','function','Conflits\x20de\x20modification','7413758tqwEll','Échec\x20de\x20la\x20connexion.\x20Veuillez\x20vérifier\x20votre\x20réseau.','4616870OHcHQC','Conflit\x20de\x20collaboration','object','1125438duYuPL','Erreur\x20d\x27authentification','Aucune\x20autorisation\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','453zFObdc','UniverProCollaborationClientFrFR','amd','2386909vTmrHc','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.','1wKPwlU','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','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.','Synchronisation\x20des\x20données\x20du\x20serveur...','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.'];_0x4f37=function(){return _0x32e48b;};return _0x4f37();}(function(_0x5713be,_0x18ba1c){var _0xae065d=_0x2a7d,_0x138fc8=_0x5713be();while(!![]){try{var _0x1bd999=parseInt(_0xae065d(0x142))/0x1*(parseInt(_0xae065d(0x13a))/0x2)+-parseInt(_0xae065d(0x13d))/0x3*(parseInt(_0xae065d(0x14d))/0x4)+-parseInt(_0xae065d(0x14a))/0x5*(parseInt(_0xae065d(0x148))/0x6)+parseInt(_0xae065d(0x140))/0x7*(parseInt(_0xae065d(0x131))/0x8)+parseInt(_0xae065d(0x14c))/0x9+parseInt(_0xae065d(0x137))/0xa+-parseInt(_0xae065d(0x135))/0xb;if(_0x1bd999===_0x18ba1c)break;else _0x138fc8['push'](_0x138fc8['shift']());}catch(_0x533e59){_0x138fc8['push'](_0x138fc8['shift']());}}}(_0x4f37,0xa16e9),function(_0x581d50,_0x30f646){var _0x590e65=_0x2a7d;typeof exports==_0x590e65(0x139)&&typeof module<'u'?module[_0x590e65(0x149)]=_0x30f646():typeof define==_0x590e65(0x133)&&define[_0x590e65(0x13f)]?define([],_0x30f646):(_0x581d50=typeof globalThis<'u'?globalThis:_0x581d50||self,_0x581d50[_0x590e65(0x13e)]=_0x30f646());}(this,function(){var _0x1b7810=_0x2a7d;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0x1b7810(0x146),'conflict':_0x1b7810(0x134),'notCollab':'Fichier\x20local','synced':'Synchronisé','syncing':'Synchronisation...','offline':_0x1b7810(0x144)},'session':{'connection-failed':_0x1b7810(0x136),'will-retry':'Échec\x20de\x20la\x20connexion.\x20Une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','room-full':'Ce\x20document\x20a\x20atteint\x20sa\x20limite\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','join-failed':_0x1b7810(0x145),'room-not-exists':_0x1b7810(0x14b),'room-permission-denied':_0x1b7810(0x13c),'room-cnt-exceeds':'Le\x20nombre\x20de\x20documents\x20collaboratifs\x20dépasse\x20la\x20limite.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','collaboration-timeout':_0x1b7810(0x14e)},'conflict':{'title':_0x1b7810(0x138),'content':_0x1b7810(0x132)},'permission':{'title':_0x1b7810(0x13b),'content':_0x1b7810(0x141)},'collaboration':{'single-unit':{'warning':_0x1b7810(0x147)},'closeRoom':_0x1b7810(0x143)},'auth':{'needGotoLoginAlert':_0x1b7810(0x130)}}};}));
1
+ function _0x56d3(_0x27d3cf,_0xb47e96){_0x27d3cf=_0x27d3cf-0x1f1;var _0x5bc438=_0x5bc4();var _0x56d3cb=_0x5bc438[_0x27d3cf];return _0x56d3cb;}(function(_0x407332,_0x59ad5c){var _0x248b3a=_0x56d3,_0x5ac4a2=_0x407332();while(!![]){try{var _0x3441cd=parseInt(_0x248b3a(0x1fc))/0x1*(parseInt(_0x248b3a(0x200))/0x2)+parseInt(_0x248b3a(0x202))/0x3+-parseInt(_0x248b3a(0x20a))/0x4+-parseInt(_0x248b3a(0x1fe))/0x5+-parseInt(_0x248b3a(0x209))/0x6*(parseInt(_0x248b3a(0x1f5))/0x7)+-parseInt(_0x248b3a(0x1f1))/0x8*(-parseInt(_0x248b3a(0x1f8))/0x9)+parseInt(_0x248b3a(0x204))/0xa;if(_0x3441cd===_0x59ad5c)break;else _0x5ac4a2['push'](_0x5ac4a2['shift']());}catch(_0x48030f){_0x5ac4a2['push'](_0x5ac4a2['shift']());}}}(_0x5bc4,0x404df),function(_0x27ade1,_0x43da17){var _0x9c4482=_0x56d3;typeof exports==_0x9c4482(0x1f2)&&typeof module<'u'?module['exports']=_0x43da17():typeof define=='function'&&define[_0x9c4482(0x208)]?define([],_0x43da17):(_0x27ade1=typeof globalThis<'u'?globalThis:_0x27ade1||self,_0x27ade1['UniverProCollaborationClientFrFR']=_0x43da17());}(this,function(){var _0x53a326=_0x56d3;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0x53a326(0x1f7),'conflict':'Conflits\x20de\x20modification','notCollab':_0x53a326(0x1f6),'synced':'Synchronisé','syncing':_0x53a326(0x20b),'offline':'Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement'},'session':{'connection-failed':_0x53a326(0x205),'will-retry':_0x53a326(0x207),'room-full':'Ce\x20document\x20a\x20atteint\x20sa\x20limite\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','join-failed':'Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Veuillez\x20réessayer\x20plus\x20tard.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','room-not-exists':_0x53a326(0x1fb),'room-permission-denied':'Aucune\x20autorisation\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','room-cnt-exceeds':_0x53a326(0x1f3),'collaboration-timeout':_0x53a326(0x1ff)},'conflict':{'title':_0x53a326(0x1f9),'content':_0x53a326(0x1f4)},'permission':{'title':_0x53a326(0x1fd),'content':_0x53a326(0x1fa)},'collaboration':{'single-unit':{'warning':_0x53a326(0x201)},'closeRoom':_0x53a326(0x206)},'auth':{'needGotoLoginAlert':_0x53a326(0x203)}}};}));function _0x5bc4(){var _0x1ce237=['1200183AzonJc','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','1967970hNpZfo','Échec\x20de\x20la\x20connexion.\x20Veuillez\x20vérifier\x20votre\x20réseau.','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','Échec\x20de\x20la\x20connexion.\x20Une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','amd','4908EHzgTr','112556frhpRB','Synchronisation...','8wxXMGd','object','Le\x20nombre\x20de\x20documents\x20collaboratifs\x20dépasse\x20la\x20limite.\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.','4109qRffME','Fichier\x20local','Synchronisation\x20des\x20données\x20du\x20serveur...','3520359dFyeFK','Conflit\x20de\x20collaboration','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.','3779pzRSYk','Erreur\x20d\x27authentification','2196370jhFeFw','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','118ENiPaA','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.'];_0x5bc4=function(){return _0x1ce237;};return _0x5bc4();}
@@ -1 +1 @@
1
- function _0x4454(){var _0x2535a2=['UniverProCollaborationClientIdID','17390260wfXOdm','Klik\x20untuk\x20Menyambung\x20Kembali','object','2LyHyIX','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Harap\x20coba\x20lagi\x20nanti.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','136qohzQo','Menyinkronkan...','83865ZGaAUH','56493HhEynr','exports','10179ILwSHg','3048lDESfE','Konflik\x20Kolaborasi','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','4730978fNByDQ','Menyinkronkan\x20data\x20server...','function','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Dokumen\x20telah\x20mencapai\x20batas\x20kolaborasinya.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','3899052gMMzIJ','528211msIdRh','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','amd','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Tidak\x20ada\x20izin\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'];_0x4454=function(){return _0x2535a2;};return _0x4454();}function _0x2618(_0x5ea7ab,_0x25591e){_0x5ea7ab=_0x5ea7ab-0x8a;var _0x4454d6=_0x4454();var _0x2618c2=_0x4454d6[_0x5ea7ab];return _0x2618c2;}(function(_0x5a8bc2,_0x5b0ce3){var _0x81abd0=_0x2618,_0x540f02=_0x5a8bc2();while(!![]){try{var _0x2b6d83=-parseInt(_0x81abd0(0x9e))/0x1*(-parseInt(_0x81abd0(0x8b))/0x2)+-parseInt(_0x81abd0(0x92))/0x3*(-parseInt(_0x81abd0(0x8f))/0x4)+parseInt(_0x81abd0(0x91))/0x5+parseInt(_0x81abd0(0x9d))/0x6+parseInt(_0x81abd0(0x98))/0x7+-parseInt(_0x81abd0(0x95))/0x8*(parseInt(_0x81abd0(0x94))/0x9)+-parseInt(_0x81abd0(0xa4))/0xa;if(_0x2b6d83===_0x5b0ce3)break;else _0x540f02['push'](_0x540f02['shift']());}catch(_0x414221){_0x540f02['push'](_0x540f02['shift']());}}}(_0x4454,0x53405),function(_0x38e9e9,_0x157fe6){var _0x5658ee=_0x2618;typeof exports==_0x5658ee(0x8a)&&typeof module<'u'?module[_0x5658ee(0x93)]=_0x157fe6():typeof define==_0x5658ee(0x9a)&&define[_0x5658ee(0xa0)]?define([],_0x157fe6):(_0x38e9e9=typeof globalThis<'u'?globalThis:_0x38e9e9||self,_0x38e9e9[_0x5658ee(0xa3)]=_0x157fe6());}(this,function(){var _0x27a12b=_0x2618;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x27a12b(0xa5)}},'collabStatus':{'fetchMiss':_0x27a12b(0x99),'conflict':'Konflik\x20edit','notCollab':'File\x20lokal','synced':'Tersinkron','syncing':_0x27a12b(0x90),'offline':_0x27a12b(0x8e)},'session':{'connection-failed':'Koneksi\x20gagal.\x20Harap\x20periksa\x20jaringan\x20Anda.','will-retry':'Koneksi\x20gagal.\x20Kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':_0x27a12b(0x9c),'join-failed':_0x27a12b(0x8d),'room-not-exists':'Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','room-permission-denied':_0x27a12b(0xa2),'room-cnt-exceeds':'Jumlah\x20dokumen\x20kolaboratif\x20melebihi\x20batas.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','collaboration-timeout':_0x27a12b(0xa1)},'conflict':{'title':_0x27a12b(0x96),'content':_0x27a12b(0x97)},'permission':{'title':'Kesalahan\x20Autentikasi','content':'Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.'},'collaboration':{'single-unit':{'warning':_0x27a12b(0x9f)},'closeRoom':_0x27a12b(0x9b)},'auth':{'needGotoLoginAlert':_0x27a12b(0x8c)}}};}));
1
+ function _0xf813(_0x146fb5,_0x14cb5e){_0x146fb5=_0x146fb5-0x12d;var _0x87efeb=_0x87ef();var _0xf81374=_0x87efeb[_0x146fb5];return _0xf81374;}(function(_0x3c0b21,_0x46583c){var _0x192fa4=_0xf813,_0x443403=_0x3c0b21();while(!![]){try{var _0x496b44=-parseInt(_0x192fa4(0x12f))/0x1*(-parseInt(_0x192fa4(0x130))/0x2)+-parseInt(_0x192fa4(0x147))/0x3*(parseInt(_0x192fa4(0x146))/0x4)+parseInt(_0x192fa4(0x141))/0x5+-parseInt(_0x192fa4(0x13f))/0x6*(parseInt(_0x192fa4(0x14a))/0x7)+-parseInt(_0x192fa4(0x13e))/0x8+parseInt(_0x192fa4(0x14b))/0x9*(parseInt(_0x192fa4(0x132))/0xa)+parseInt(_0x192fa4(0x143))/0xb;if(_0x496b44===_0x46583c)break;else _0x443403['push'](_0x443403['shift']());}catch(_0x5c60dc){_0x443403['push'](_0x443403['shift']());}}}(_0x87ef,0xbbe09),function(_0x292bf8,_0x136cea){var _0x312edf=_0xf813;typeof exports=='object'&&typeof module<'u'?module[_0x312edf(0x136)]=_0x136cea():typeof define=='function'&&define[_0x312edf(0x12e)]?define([],_0x136cea):(_0x292bf8=typeof globalThis<'u'?globalThis:_0x292bf8||self,_0x292bf8[_0x312edf(0x133)]=_0x136cea());}(this,function(){var _0x59121c=_0xf813;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x59121c(0x13d)}},'collabStatus':{'fetchMiss':'Menyinkronkan\x20data\x20server...','conflict':_0x59121c(0x12d),'notCollab':_0x59121c(0x142),'synced':_0x59121c(0x140),'syncing':_0x59121c(0x149),'offline':'Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal'},'session':{'connection-failed':_0x59121c(0x131),'will-retry':_0x59121c(0x13c),'room-full':_0x59121c(0x138),'join-failed':_0x59121c(0x145),'room-not-exists':'Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','room-permission-denied':_0x59121c(0x137),'room-cnt-exceeds':_0x59121c(0x13b),'collaboration-timeout':_0x59121c(0x13a)},'conflict':{'title':'Konflik\x20Kolaborasi','content':_0x59121c(0x139)},'permission':{'title':'Kesalahan\x20Autentikasi','content':_0x59121c(0x148)},'collaboration':{'single-unit':{'warning':_0x59121c(0x144)},'closeRoom':_0x59121c(0x135)},'auth':{'needGotoLoginAlert':_0x59121c(0x134)}}};}));function _0x87ef(){var _0x52bffc=['3760UztWiB','UniverProCollaborationClientIdID','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','exports','Tidak\x20ada\x20izin\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Dokumen\x20telah\x20mencapai\x20batas\x20kolaborasinya.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Jumlah\x20dokumen\x20kolaboratif\x20melebihi\x20batas.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Koneksi\x20gagal.\x20Kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','Klik\x20untuk\x20Menyambung\x20Kembali','11504624ynrdMD','6XgIuFL','Tersinkron','2705940BeWmrV','File\x20lokal','17674646NzphmT','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Harap\x20coba\x20lagi\x20nanti.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','32UVMywi','331365LChdLU','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Menyinkronkan...','3566549maLcwr','13437OphdSy','Konflik\x20edit','amd','445714BZwoqx','4KxojXY','Koneksi\x20gagal.\x20Harap\x20periksa\x20jaringan\x20Anda.'];_0x87ef=function(){return _0x52bffc;};return _0x87ef();}
@@ -1 +1 @@
1
- function _0x58ed(_0x3564ed,_0x29a4cd){_0x3564ed=_0x3564ed-0x129;var _0x27a784=_0x27a7();var _0x58ed20=_0x27a784[_0x3564ed];return _0x58ed20;}(function(_0x389d3c,_0x4cc18c){var _0x23c9d4=_0x58ed,_0x282bbc=_0x389d3c();while(!![]){try{var _0xc8b87a=-parseInt(_0x23c9d4(0x13c))/0x1+-parseInt(_0x23c9d4(0x12e))/0x2+parseInt(_0x23c9d4(0x134))/0x3*(parseInt(_0x23c9d4(0x13d))/0x4)+parseInt(_0x23c9d4(0x135))/0x5*(parseInt(_0x23c9d4(0x133))/0x6)+-parseInt(_0x23c9d4(0x140))/0x7*(parseInt(_0x23c9d4(0x145))/0x8)+parseInt(_0x23c9d4(0x13f))/0x9+parseInt(_0x23c9d4(0x132))/0xa*(parseInt(_0x23c9d4(0x14c))/0xb);if(_0xc8b87a===_0x4cc18c)break;else _0x282bbc['push'](_0x282bbc['shift']());}catch(_0x33fbc2){_0x282bbc['push'](_0x282bbc['shift']());}}}(_0x27a7,0x906d2),function(_0xe302fc,_0x5e9bc8){var _0x4ca93e=_0x58ed;typeof exports=='object'&&typeof module<'u'?module[_0x4ca93e(0x129)]=_0x5e9bc8():typeof define==_0x4ca93e(0x14a)&&define[_0x4ca93e(0x130)]?define([],_0x5e9bc8):(_0xe302fc=typeof globalThis<'u'?globalThis:_0xe302fc||self,_0xe302fc['UniverProCollaborationClientItIT']=_0x5e9bc8());}(this,function(){var _0x4688da=_0x58ed;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x4688da(0x141)}},'collabStatus':{'fetchMiss':_0x4688da(0x144),'conflict':_0x4688da(0x147),'notCollab':_0x4688da(0x142),'synced':_0x4688da(0x14b),'syncing':_0x4688da(0x12a),'offline':_0x4688da(0x13e)},'session':{'connection-failed':_0x4688da(0x148),'will-retry':_0x4688da(0x12b),'room-full':_0x4688da(0x131),'join-failed':_0x4688da(0x13b),'room-not-exists':_0x4688da(0x136),'room-permission-denied':_0x4688da(0x12d),'room-cnt-exceeds':_0x4688da(0x138),'collaboration-timeout':_0x4688da(0x149)},'conflict':{'title':_0x4688da(0x137),'content':_0x4688da(0x146)},'permission':{'title':_0x4688da(0x13a),'content':_0x4688da(0x143)},'collaboration':{'single-unit':{'warning':_0x4688da(0x139)},'closeRoom':_0x4688da(0x12c)},'auth':{'needGotoLoginAlert':_0x4688da(0x12f)}}};}));function _0x27a7(){var _0x2a8b05=['Conflitti\x20di\x20modifica','Connessione\x20fallita.\x20Verifica\x20la\x20tua\x20rete.','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20in\x20locale.','function','Sincronizzato','99AMzsil','exports','Sincronizzazione\x20in\x20corso...','Connessione\x20fallita.\x20Riproveremo\x20tra\x20poco.','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20collaborativa\x20è\x20stata\x20chiusa.','Nessuna\x20autorizzazione\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','2015718HUzbcM','Il\x20tuo\x20accesso\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20accedere\x20di\x20nuovo,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','amd','Il\x20documento\x20ha\x20raggiunto\x20il\x20limite\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','1534780Viqpqw','6XsVkio','3XtHZUo','200045BmVzLR','Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','Conflitto\x20di\x20collaborazione','Il\x20numero\x20di\x20documenti\x20collaborativi\x20supera\x20il\x20limite.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','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.','357938IQipDl','1690444KrZuRx','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20in\x20locale','10177263zLLjif','329GmGSnY','Clicca\x20per\x20riconnetterti','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.','Sincronizzazione\x20dati\x20server\x20in\x20corso...','173168bQFxqx','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.'];_0x27a7=function(){return _0x2a8b05;};return _0x27a7();}
1
+ function _0x1855(_0x260ea9,_0x1483e9){_0x260ea9=_0x260ea9-0xcc;var _0x136036=_0x1360();var _0x185582=_0x136036[_0x260ea9];return _0x185582;}function _0x1360(){var _0x1ad26c=['Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Riprova\x20più\x20tardi.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','Sincronizzato','311811ZtLIWj','UniverProCollaborationClientItIT','30iLhIeO','Conflitti\x20di\x20modifica','40UcYbYT','object','Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','Nessuna\x20autorizzazione\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','576364irbKgO','Il\x20documento\x20ha\x20raggiunto\x20il\x20limite\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','Connessione\x20fallita.\x20Riproveremo\x20tra\x20poco.','File\x20locale','940894xtFcJd','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.','Il\x20tuo\x20accesso\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20accedere\x20di\x20nuovo,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','427740rMybdl','Conflitto\x20di\x20collaborazione','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20in\x20locale.','exports','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.','3501234oWIcYu','108857chualh','4delrOx','amd','5272030kPqlJM'];_0x1360=function(){return _0x1ad26c;};return _0x1360();}(function(_0x3b0cae,_0x16c16a){var _0x8ef5de=_0x1855,_0x1f569e=_0x3b0cae();while(!![]){try{var _0x33219e=-parseInt(_0x8ef5de(0xe0))/0x1+-parseInt(_0x8ef5de(0xe5))/0x2+parseInt(_0x8ef5de(0xd8))/0x3*(parseInt(_0x8ef5de(0xd3))/0x4)+parseInt(_0x8ef5de(0xcc))/0x5*(parseInt(_0x8ef5de(0xda))/0x6)+-parseInt(_0x8ef5de(0xd2))/0x7*(parseInt(_0x8ef5de(0xdc))/0x8)+parseInt(_0x8ef5de(0xd1))/0x9+parseInt(_0x8ef5de(0xd5))/0xa;if(_0x33219e===_0x16c16a)break;else _0x1f569e['push'](_0x1f569e['shift']());}catch(_0x476456){_0x1f569e['push'](_0x1f569e['shift']());}}}(_0x1360,0x4ef0c),function(_0x6b29ce,_0x3d7ab3){var _0x36b869=_0x1855;typeof exports==_0x36b869(0xdd)&&typeof module<'u'?module[_0x36b869(0xcf)]=_0x3d7ab3():typeof define=='function'&&define[_0x36b869(0xd4)]?define([],_0x3d7ab3):(_0x6b29ce=typeof globalThis<'u'?globalThis:_0x6b29ce||self,_0x6b29ce[_0x36b869(0xd9)]=_0x3d7ab3());}(this,function(){var _0x8b8c83=_0x1855;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Clicca\x20per\x20riconnetterti'}},'collabStatus':{'fetchMiss':'Sincronizzazione\x20dati\x20server\x20in\x20corso...','conflict':_0x8b8c83(0xdb),'notCollab':_0x8b8c83(0xe4),'synced':_0x8b8c83(0xd7),'syncing':'Sincronizzazione\x20in\x20corso...','offline':'Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20in\x20locale'},'session':{'connection-failed':'Connessione\x20fallita.\x20Verifica\x20la\x20tua\x20rete.','will-retry':_0x8b8c83(0xe3),'room-full':_0x8b8c83(0xe1),'join-failed':_0x8b8c83(0xd6),'room-not-exists':_0x8b8c83(0xde),'room-permission-denied':_0x8b8c83(0xdf),'room-cnt-exceeds':'Il\x20numero\x20di\x20documenti\x20collaborativi\x20supera\x20il\x20limite.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','collaboration-timeout':_0x8b8c83(0xce)},'conflict':{'title':_0x8b8c83(0xcd),'content':_0x8b8c83(0xd0)},'permission':{'title':'Errore\x20di\x20autenticazione','content':_0x8b8c83(0xe6)},'collaboration':{'single-unit':{'warning':_0x8b8c83(0xe2)},'closeRoom':'I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20collaborativa\x20è\x20stata\x20chiusa.'},'auth':{'needGotoLoginAlert':_0x8b8c83(0xe7)}}};}));
@@ -1 +1 @@
1
- function _0x404e(_0x3ffd11,_0x1feac9){_0x3ffd11=_0x3ffd11-0x141;var _0x425a03=_0x425a();var _0x404eae=_0x425a03[_0x3ffd11];return _0x404eae;}(function(_0x3571ea,_0x566e11){var _0x24c1be=_0x404e,_0x2f881c=_0x3571ea();while(!![]){try{var _0x41ebb2=parseInt(_0x24c1be(0x15e))/0x1*(-parseInt(_0x24c1be(0x157))/0x2)+parseInt(_0x24c1be(0x148))/0x3*(parseInt(_0x24c1be(0x152))/0x4)+parseInt(_0x24c1be(0x14e))/0x5+parseInt(_0x24c1be(0x15c))/0x6+parseInt(_0x24c1be(0x14a))/0x7*(-parseInt(_0x24c1be(0x159))/0x8)+parseInt(_0x24c1be(0x15d))/0x9+parseInt(_0x24c1be(0x142))/0xa*(-parseInt(_0x24c1be(0x14f))/0xb);if(_0x41ebb2===_0x566e11)break;else _0x2f881c['push'](_0x2f881c['shift']());}catch(_0x53e662){_0x2f881c['push'](_0x2f881c['shift']());}}}(_0x425a,0x9ff89),function(_0x687192,_0x253379){var _0x247d37=_0x404e;typeof exports==_0x247d37(0x141)&&typeof module<'u'?module[_0x247d37(0x154)]=_0x253379():typeof define==_0x247d37(0x147)&&define[_0x247d37(0x143)]?define([],_0x253379):(_0x687192=typeof globalThis<'u'?globalThis:_0x687192||self,_0x687192['UniverProCollaborationClientJaJP']=_0x253379());}(this,function(){var _0x27da3e=_0x404e;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x27da3e(0x15a)}},'collabStatus':{'fetchMiss':'サーバーデータを同期中...','conflict':'編集の競合','notCollab':_0x27da3e(0x144),'synced':'同期済み','syncing':_0x27da3e(0x150),'offline':'オフライン、編集内容はローカルに保存されます'},'session':{'connection-failed':_0x27da3e(0x145),'will-retry':_0x27da3e(0x155),'room-full':_0x27da3e(0x149),'join-failed':_0x27da3e(0x14b),'room-not-exists':'共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','room-permission-denied':_0x27da3e(0x153),'room-cnt-exceeds':_0x27da3e(0x15f),'collaboration-timeout':_0x27da3e(0x14d)},'conflict':{'title':_0x27da3e(0x156),'content':_0x27da3e(0x15b)},'permission':{'title':_0x27da3e(0x158),'content':_0x27da3e(0x151)},'collaboration':{'single-unit':{'warning':_0x27da3e(0x160)},'closeRoom':_0x27da3e(0x146)},'auth':{'needGotoLoginAlert':_0x27da3e(0x14c)}}};}));function _0x425a(){var _0x5bedf=['共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','object','2040DJwciI','amd','ローカルファイル','接続に失敗しました。ネットワーク接続を確認してください。','共同編集ルームが閉じられたため、編集権限が取り消されました。','function','1227732AebADt','ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','7LMFbKw','共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','6405030nKGAmK','83688ItQPrj','同期中...','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','8eaYGch','共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','exports','接続に失敗しました。しばらくしてから再試行します。','共同編集の競合','3838CVegPS','認証エラー','574592XXrRsg','クリックして再接続','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','2761314GCAOHt','4296501SnjEYl','395cPbcFk'];_0x425a=function(){return _0x5bedf;};return _0x425a();}
1
+ function _0xe5e6(){var _0x5c35c8=['74nvyNxY','amd','24124RcSTCp','同期中...','5461760rYhsKb','20174czCgdp','共同編集の競合','ローカルファイル','共同編集ルームが閉じられたため、編集権限が取り消されました。','接続に失敗しました。ネットワーク接続を確認してください。','1845536kyEKRY','540wPOfpb','96dTgUbz','function','共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','10265YNGRAg','exports','認証エラー','オフライン、編集内容はローカルに保存されます','同期済み','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','接続に失敗しました。しばらくしてから再試行します。','共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。','編集の競合','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','14349zKfVpB','1147428bHOABg'];_0xe5e6=function(){return _0x5c35c8;};return _0xe5e6();}function _0x207e(_0x286e6c,_0x5c3e4b){_0x286e6c=_0x286e6c-0x74;var _0xe5e6bd=_0xe5e6();var _0x207ed0=_0xe5e6bd[_0x286e6c];return _0x207ed0;}(function(_0xe330a8,_0x527fbc){var _0x110f81=_0x207e,_0x10c55b=_0xe330a8();while(!![]){try{var _0x590508=-parseInt(_0x110f81(0x7e))/0x1+-parseInt(_0x110f81(0x7c))/0x2*(parseInt(_0x110f81(0x7a))/0x3)+parseInt(_0x110f81(0x88))/0x4*(-parseInt(_0x110f81(0x8d))/0x5)+parseInt(_0x110f81(0x87))/0x6*(-parseInt(_0x110f81(0x81))/0x7)+parseInt(_0x110f81(0x86))/0x8+-parseInt(_0x110f81(0x7b))/0x9+parseInt(_0x110f81(0x80))/0xa;if(_0x590508===_0x527fbc)break;else _0x10c55b['push'](_0x10c55b['shift']());}catch(_0x4e24c1){_0x10c55b['push'](_0x10c55b['shift']());}}}(_0xe5e6,0x2216d),function(_0x138ef4,_0x1fddd5){var _0x40efb8=_0x207e;typeof exports=='object'&&typeof module<'u'?module[_0x40efb8(0x8e)]=_0x1fddd5():typeof define==_0x40efb8(0x89)&&define[_0x40efb8(0x7d)]?define([],_0x1fddd5):(_0x138ef4=typeof globalThis<'u'?globalThis:_0x138ef4||self,_0x138ef4['UniverProCollaborationClientJaJP']=_0x1fddd5());}(this,function(){var _0x446087=_0x207e;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'クリックして再接続'}},'collabStatus':{'fetchMiss':'サーバーデータを同期中...','conflict':_0x446087(0x78),'notCollab':_0x446087(0x83),'synced':_0x446087(0x91),'syncing':_0x446087(0x7f),'offline':_0x446087(0x90)},'session':{'connection-failed':_0x446087(0x85),'will-retry':_0x446087(0x76),'room-full':_0x446087(0x75),'join-failed':_0x446087(0x77),'room-not-exists':'共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','room-permission-denied':'共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','room-cnt-exceeds':_0x446087(0x8a),'collaboration-timeout':'サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。'},'conflict':{'title':_0x446087(0x82),'content':_0x446087(0x8c)},'permission':{'title':_0x446087(0x8f),'content':_0x446087(0x74)},'collaboration':{'single-unit':{'warning':_0x446087(0x79)},'closeRoom':_0x446087(0x84)},'auth':{'needGotoLoginAlert':_0x446087(0x8b)}}};}));
@@ -1 +1 @@
1
- function _0xe595(_0x92f2a0,_0x42756f){_0x92f2a0=_0x92f2a0-0x107;var _0x182350=_0x1823();var _0xe5952e=_0x182350[_0x92f2a0];return _0xe5952e;}(function(_0x55d870,_0x5a8f41){var _0x1eaff8=_0xe595,_0x39217b=_0x55d870();while(!![]){try{var _0x3d1518=-parseInt(_0x1eaff8(0x113))/0x1*(-parseInt(_0x1eaff8(0x122))/0x2)+parseInt(_0x1eaff8(0x117))/0x3+parseInt(_0x1eaff8(0x110))/0x4+-parseInt(_0x1eaff8(0x109))/0x5+parseInt(_0x1eaff8(0x10f))/0x6*(parseInt(_0x1eaff8(0x112))/0x7)+parseInt(_0x1eaff8(0x123))/0x8+-parseInt(_0x1eaff8(0x119))/0x9*(parseInt(_0x1eaff8(0x116))/0xa);if(_0x3d1518===_0x5a8f41)break;else _0x39217b['push'](_0x39217b['shift']());}catch(_0x479c35){_0x39217b['push'](_0x39217b['shift']());}}}(_0x1823,0x2b32b),function(_0x31b1a1,_0x261032){var _0x51ad12=_0xe595;typeof exports==_0x51ad12(0x11a)&&typeof module<'u'?module[_0x51ad12(0x11e)]=_0x261032():typeof define==_0x51ad12(0x10c)&&define[_0x51ad12(0x121)]?define([],_0x261032):(_0x31b1a1=typeof globalThis<'u'?globalThis:_0x31b1a1||self,_0x31b1a1[_0x51ad12(0x108)]=_0x261032());}(this,function(){var _0x18d742=_0xe595;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x18d742(0x124)}},'collabStatus':{'fetchMiss':_0x18d742(0x10b),'conflict':_0x18d742(0x114),'notCollab':_0x18d742(0x115),'synced':_0x18d742(0x10d),'syncing':_0x18d742(0x11f),'offline':_0x18d742(0x120)},'session':{'connection-failed':_0x18d742(0x10e),'will-retry':'연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','room-full':'문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','join-failed':'공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-not-exists':'공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-permission-denied':_0x18d742(0x11c),'room-cnt-exceeds':'공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','collaboration-timeout':_0x18d742(0x118)},'conflict':{'title':_0x18d742(0x107),'content':_0x18d742(0x111)},'permission':{'title':_0x18d742(0x11b),'content':'사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.'},'collaboration':{'single-unit':{'warning':'다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.'},'closeRoom':_0x18d742(0x10a)},'auth':{'needGotoLoginAlert':_0x18d742(0x11d)}}};}));function _0x1823(){var _0x4987e9=['286186tDoUrV','707840xfKFow','클릭하여\x20다시\x20연결','공동\x20편집\x20충돌','UniverProCollaborationClientKoKR','1374690HehHXV','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','서버\x20데이터\x20동기화\x20중...','function','동기화됨','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','42OMkhJo','534148osyzQi','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','36169aSfKma','1vMNAON','편집\x20충돌','로컬\x20파일','1763990JuhsCA','680991pnFgFw','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','9MpxSVr','object','인증\x20오류','공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','exports','동기화\x20중...','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','amd'];_0x1823=function(){return _0x4987e9;};return _0x1823();}
1
+ function _0x552d(){var _0x4c816d=['연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','20795fuKXcc','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','동기화\x20중...','110zatftR','2391kLcJtc','동기화됨','12754ZglUbY','61282416PpRgrL','공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','function','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','402149hRiWKO','서버\x20데이터\x20동기화\x20중...','7424DWSOus','exports','1DRdCNo','공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','인증\x20오류','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','1480718yvyByH','508aegTMV','편집\x20충돌','16564905VuuBJc','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','공동\x20편집\x20충돌','2118MjCOHW','object'];_0x552d=function(){return _0x4c816d;};return _0x552d();}function _0x4997(_0x2ee40d,_0xbb082f){_0x2ee40d=_0x2ee40d-0x1ca;var _0x552d9f=_0x552d();var _0x499743=_0x552d9f[_0x2ee40d];return _0x499743;}(function(_0x13b661,_0x4ac5cb){var _0x25aeb8=_0x4997,_0x54c8eb=_0x13b661();while(!![]){try{var _0x5068fe=parseInt(_0x25aeb8(0x1db))/0x1*(parseInt(_0x25aeb8(0x1e0))/0x2)+parseInt(_0x25aeb8(0x1ce))/0x3*(-parseInt(_0x25aeb8(0x1e1))/0x4)+parseInt(_0x25aeb8(0x1e9))/0x5*(parseInt(_0x25aeb8(0x1e6))/0x6)+parseInt(_0x25aeb8(0x1d0))/0x7*(parseInt(_0x25aeb8(0x1d9))/0x8)+parseInt(_0x25aeb8(0x1e3))/0x9+-parseInt(_0x25aeb8(0x1cd))/0xa*(-parseInt(_0x25aeb8(0x1d7))/0xb)+-parseInt(_0x25aeb8(0x1d1))/0xc;if(_0x5068fe===_0x4ac5cb)break;else _0x54c8eb['push'](_0x54c8eb['shift']());}catch(_0x3cae16){_0x54c8eb['push'](_0x54c8eb['shift']());}}}(_0x552d,0xe4015),function(_0x25c503,_0x5ce61c){var _0x1c000f=_0x4997;typeof exports==_0x1c000f(0x1e7)&&typeof module<'u'?module[_0x1c000f(0x1da)]=_0x5ce61c():typeof define==_0x1c000f(0x1d3)&&define['amd']?define([],_0x5ce61c):(_0x25c503=typeof globalThis<'u'?globalThis:_0x25c503||self,_0x25c503['UniverProCollaborationClientKoKR']=_0x5ce61c());}(this,function(){var _0x411f5f=_0x4997;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':_0x411f5f(0x1d8),'conflict':_0x411f5f(0x1e2),'notCollab':'로컬\x20파일','synced':_0x411f5f(0x1cf),'syncing':_0x411f5f(0x1cc),'offline':_0x411f5f(0x1de)},'session':{'connection-failed':_0x411f5f(0x1e8),'will-retry':_0x411f5f(0x1d5),'room-full':'문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','join-failed':_0x411f5f(0x1dc),'room-not-exists':'공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-permission-denied':_0x411f5f(0x1d2),'room-cnt-exceeds':_0x411f5f(0x1d6),'collaboration-timeout':_0x411f5f(0x1e4)},'conflict':{'title':_0x411f5f(0x1e5),'content':_0x411f5f(0x1cb)},'permission':{'title':_0x411f5f(0x1dd),'content':'사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.'},'collaboration':{'single-unit':{'warning':_0x411f5f(0x1df)},'closeRoom':_0x411f5f(0x1d4)},'auth':{'needGotoLoginAlert':_0x411f5f(0x1ca)}}};}));
@@ -1 +1 @@
1
- function _0x4d68(_0x336a10,_0x386022){_0x336a10=_0x336a10-0xf0;var _0x561605=_0x5616();var _0x4d681b=_0x561605[_0x336a10];return _0x4d681b;}(function(_0x2f9f5b,_0x165265){var _0xb151d8=_0x4d68,_0x5c9827=_0x2f9f5b();while(!![]){try{var _0x2afd8e=parseInt(_0xb151d8(0xf8))/0x1+-parseInt(_0xb151d8(0xf4))/0x2*(-parseInt(_0xb151d8(0xf7))/0x3)+parseInt(_0xb151d8(0x10e))/0x4+-parseInt(_0xb151d8(0x10c))/0x5*(parseInt(_0xb151d8(0xfd))/0x6)+parseInt(_0xb151d8(0x109))/0x7+-parseInt(_0xb151d8(0x108))/0x8*(-parseInt(_0xb151d8(0xfc))/0x9)+parseInt(_0xb151d8(0xff))/0xa*(-parseInt(_0xb151d8(0x110))/0xb);if(_0x2afd8e===_0x165265)break;else _0x5c9827['push'](_0x5c9827['shift']());}catch(_0x1a5064){_0x5c9827['push'](_0x5c9827['shift']());}}}(_0x5616,0xbaccb),function(_0x316be7,_0x454ab0){var _0x5c70b1=_0x4d68;typeof exports==_0x5c70b1(0x105)&&typeof module<'u'?module[_0x5c70b1(0x111)]=_0x454ab0():typeof define==_0x5c70b1(0x102)&&define['amd']?define([],_0x454ab0):(_0x316be7=typeof globalThis<'u'?globalThis:_0x316be7||self,_0x316be7[_0x5c70b1(0x103)]=_0x454ab0());}(this,function(){var _0x2b790e=_0x4d68;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x2b790e(0x10a)}},'collabStatus':{'fetchMiss':'Synchronizowanie\x20danych\x20serwera...','conflict':_0x2b790e(0x101),'notCollab':_0x2b790e(0x107),'synced':_0x2b790e(0xf2),'syncing':_0x2b790e(0xf5),'offline':_0x2b790e(0x106)},'session':{'connection-failed':_0x2b790e(0x10b),'will-retry':_0x2b790e(0xf1),'room-full':_0x2b790e(0xf6),'join-failed':_0x2b790e(0xfe),'room-not-exists':_0x2b790e(0xfb),'room-permission-denied':_0x2b790e(0xf3),'room-cnt-exceeds':_0x2b790e(0x10d),'collaboration-timeout':'Serwer\x20nie\x20odpowiada\x20na\x20Twoje\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.'},'conflict':{'title':_0x2b790e(0x10f),'content':_0x2b790e(0xf9)},'permission':{'title':'Błąd\x20uwierzytelniania','content':_0x2b790e(0x100)},'collaboration':{'single-unit':{'warning':_0x2b790e(0xfa)},'closeRoom':_0x2b790e(0x104)},'auth':{'needGotoLoginAlert':_0x2b790e(0xf0)}}};}));function _0x5616(){var _0xeff514=['Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','Połączenie\x20nieudane.\x20Spróbujemy\x20ponownie\x20za\x20chwilę.','Zsynchronizowane','Brak\x20uprawnień\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','864074ejOMyB','Synchronizowanie...','Dokument\x20osiągnął\x20limit\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','9PKDjgv','175566lAgGES','Wystąpił\x20konflikt\x20między\x20Twoją\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20odświeżeniu\x20strony.','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','2391426oEHZaC','78TNpYSS','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Spróbuj\x20ponownie\x20później.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','20TgtyXj','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','Konflikty\x20edycji','function','UniverProCollaborationClientPlPL','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','object','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','Plik\x20lokalny','16CdfUFh','5334938jLWeLw','Kliknij,\x20aby\x20połączyć\x20ponownie','Połączenie\x20nieudane.\x20Sprawdź\x20swoją\x20sieć.','215770PuDYxA','Liczba\x20dokumentów\x20współpracy\x20przekracza\x20limit.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','4769128SeyqhW','Konflikt\x20współpracy','14472634guApit','exports'];_0x5616=function(){return _0xeff514;};return _0x5616();}
1
+ function _0x20f1(_0x5c3c13,_0x366896){_0x5c3c13=_0x5c3c13-0xb2;var _0x4a37b8=_0x4a37();var _0x20f199=_0x4a37b8[_0x5c3c13];return _0x20f199;}function _0x4a37(){var _0x44581a=['4171912HPqvGc','Serwer\x20nie\x20odpowiada\x20na\x20Twoje\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Spróbuj\x20ponownie\x20później.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','9sbpSRx','Synchronizowanie\x20danych\x20serwera...','855711mJkDEQ','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Błąd\x20uwierzytelniania','Synchronizowanie...','4KohaaH','exports','26201690yfBxxh','Połączenie\x20nieudane.\x20Sprawdź\x20swoją\x20sieć.','Brak\x20uprawnień\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','UniverProCollaborationClientPlPL','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','function','Konflikt\x20współpracy','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Konflikty\x20edycji','14vhqSMs','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','3757572UFbfUp','Liczba\x20dokumentów\x20współpracy\x20przekracza\x20limit.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','67217dJYQsD','3327219DINzAk','Zsynchronizowane','3171220dWLbFW','Dokument\x20osiągnął\x20limit\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','amd'];_0x4a37=function(){return _0x44581a;};return _0x4a37();}(function(_0x2ec167,_0x5222a4){var _0x25e41d=_0x20f1,_0x18336e=_0x2ec167();while(!![]){try{var _0x25b30b=parseInt(_0x25e41d(0xc5))/0x1*(parseInt(_0x25e41d(0xc1))/0x2)+parseInt(_0x25e41d(0xd0))/0x3*(parseInt(_0x25e41d(0xb6))/0x4)+parseInt(_0x25e41d(0xc8))/0x5+parseInt(_0x25e41d(0xc3))/0x6+parseInt(_0x25e41d(0xc6))/0x7+parseInt(_0x25e41d(0xcb))/0x8+parseInt(_0x25e41d(0xce))/0x9*(-parseInt(_0x25e41d(0xb8))/0xa);if(_0x25b30b===_0x5222a4)break;else _0x18336e['push'](_0x18336e['shift']());}catch(_0x3a7832){_0x18336e['push'](_0x18336e['shift']());}}}(_0x4a37,0x5fec3),function(_0x262205,_0x2a5b4f){var _0x7b1c95=_0x20f1;typeof exports=='object'&&typeof module<'u'?module[_0x7b1c95(0xb7)]=_0x2a5b4f():typeof define==_0x7b1c95(0xbd)&&define[_0x7b1c95(0xca)]?define([],_0x2a5b4f):(_0x262205=typeof globalThis<'u'?globalThis:_0x262205||self,_0x262205[_0x7b1c95(0xbb)]=_0x2a5b4f());}(this,function(){var _0x9c222d=_0x20f1;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Kliknij,\x20aby\x20połączyć\x20ponownie'}},'collabStatus':{'fetchMiss':_0x9c222d(0xcf),'conflict':_0x9c222d(0xc0),'notCollab':'Plik\x20lokalny','synced':_0x9c222d(0xc7),'syncing':_0x9c222d(0xb5),'offline':'Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie'},'session':{'connection-failed':_0x9c222d(0xb9),'will-retry':'Połączenie\x20nieudane.\x20Spróbujemy\x20ponownie\x20za\x20chwilę.','room-full':_0x9c222d(0xc9),'join-failed':_0x9c222d(0xcd),'room-not-exists':_0x9c222d(0xbf),'room-permission-denied':_0x9c222d(0xba),'room-cnt-exceeds':_0x9c222d(0xc4),'collaboration-timeout':_0x9c222d(0xcc)},'conflict':{'title':_0x9c222d(0xbe),'content':'Wystąpił\x20konflikt\x20między\x20Twoją\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20odświeżeniu\x20strony.'},'permission':{'title':_0x9c222d(0xb4),'content':_0x9c222d(0xb2)},'collaboration':{'single-unit':{'warning':_0x9c222d(0xb3)},'closeRoom':_0x9c222d(0xc2)},'auth':{'needGotoLoginAlert':_0x9c222d(0xbc)}}};}));
@@ -1 +1 @@
1
- function _0x289a(){var _0x13ab6b=['exports','Arquivo\x20local','641720jCmXZK','Sem\x20permissão\x20para\x20colaborar.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','2457156BQzJTE','12351840dITzIm','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','528783SjNcJB','6eqTTeE','Falha\x20na\x20conexão.\x20Verifique\x20sua\x20rede.','200945ODnLfT','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','UniverProCollaborationClientPtBR','8896664wtjQeH','O\x20documento\x20atingiu\x20o\x20limite\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','O\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20o\x20limite.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Tente\x20novamente\x20mais\x20tarde.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','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.','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...','Clique\x20para\x20Reconectar','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','Conflito\x20de\x20Colaboração','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','435665ANSTkB','function','Erro\x20de\x20Autenticação'];_0x289a=function(){return _0x13ab6b;};return _0x289a();}function _0x37b3(_0x4a16c0,_0x3514ea){_0x4a16c0=_0x4a16c0-0xd8;var _0x289ad2=_0x289a();var _0x37b375=_0x289ad2[_0x4a16c0];return _0x37b375;}(function(_0x69e89f,_0x1ae7d3){var _0x3fa890=_0x37b3,_0x41bc8d=_0x69e89f();while(!![]){try{var _0x59064a=-parseInt(_0x3fa890(0xdc))/0x1+-parseInt(_0x3fa890(0xe3))/0x2+-parseInt(_0x3fa890(0xe6))/0x3+-parseInt(_0x3fa890(0xe1))/0x4+parseInt(_0x3fa890(0xe9))/0x5*(-parseInt(_0x3fa890(0xe7))/0x6)+parseInt(_0x3fa890(0xec))/0x7+parseInt(_0x3fa890(0xe4))/0x8;if(_0x59064a===_0x1ae7d3)break;else _0x41bc8d['push'](_0x41bc8d['shift']());}catch(_0xdaad6c){_0x41bc8d['push'](_0x41bc8d['shift']());}}}(_0x289a,0xbceb1),function(_0x1cee40,_0x2322ad){var _0x86cba3=_0x37b3;typeof exports=='object'&&typeof module<'u'?module[_0x86cba3(0xdf)]=_0x2322ad():typeof define==_0x86cba3(0xdd)&&define['amd']?define([],_0x2322ad):(_0x1cee40=typeof globalThis<'u'?globalThis:_0x1cee40||self,_0x1cee40[_0x86cba3(0xeb)]=_0x2322ad());}(this,function(){var _0x486633=_0x37b3;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x486633(0xf3)}},'collabStatus':{'fetchMiss':'Sincronizando\x20dados\x20do\x20servidor...','conflict':'Conflitos\x20de\x20edição','notCollab':_0x486633(0xe0),'synced':'Sincronizado','syncing':_0x486633(0xf2),'offline':_0x486633(0xe5)},'session':{'connection-failed':_0x486633(0xe8),'will-retry':'Falha\x20na\x20conexão.\x20Tentaremos\x20novamente\x20em\x20breve.','room-full':_0x486633(0xed),'join-failed':_0x486633(0xef),'room-not-exists':_0x486633(0xf4),'room-permission-denied':_0x486633(0xe2),'room-cnt-exceeds':_0x486633(0xee),'collaboration-timeout':_0x486633(0xd8)},'conflict':{'title':_0x486633(0xda),'content':_0x486633(0xf0)},'permission':{'title':_0x486633(0xde),'content':_0x486633(0xf1)},'collaboration':{'single-unit':{'warning':_0x486633(0xea)},'closeRoom':_0x486633(0xdb)},'auth':{'needGotoLoginAlert':_0x486633(0xd9)}}};}));
1
+ function _0x4744(){var _0x4ff85b=['O\x20documento\x20atingiu\x20o\x20limite\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Sincronizando...','UniverProCollaborationClientPtBR','528288kyzmNX','Falha\x20na\x20conexão.\x20Verifique\x20sua\x20rede.','Sincronizando\x20dados\x20do\x20servidor...','24874880xCUlhu','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.','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','6mNMfdf','Erro\x20de\x20Autenticação','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','5vMqKzU','6053656pQYaAd','57378fvNHLu','27EYrVFl','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.','5411958pcvOHG','1652428AFFlQT','Clique\x20para\x20Reconectar','Conflitos\x20de\x20edição','amd','Conflito\x20de\x20Colaboração','2286376IVxojd','Arquivo\x20local','Sincronizado','function','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Tente\x20novamente\x20mais\x20tarde.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','O\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20o\x20limite.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Falha\x20na\x20conexão.\x20Tentaremos\x20novamente\x20em\x20breve.','object'];_0x4744=function(){return _0x4ff85b;};return _0x4744();}function _0x5e25(_0x4272a9,_0x520b1b){_0x4272a9=_0x4272a9-0xe8;var _0x4744d3=_0x4744();var _0x5e25a8=_0x4744d3[_0x4272a9];return _0x5e25a8;}(function(_0x1d54d6,_0x55b7b3){var _0xaabb03=_0x5e25,_0x3048af=_0x1d54d6();while(!![]){try{var _0x349fa5=parseInt(_0xaabb03(0xf5))/0x1+parseInt(_0xaabb03(0xfe))/0x2+parseInt(_0xaabb03(0xf0))/0x3*(-parseInt(_0xaabb03(0xf9))/0x4)+parseInt(_0xaabb03(0xf3))/0x5*(-parseInt(_0xaabb03(0xf8))/0x6)+-parseInt(_0xaabb03(0xf4))/0x7+parseInt(_0xaabb03(0xea))/0x8*(-parseInt(_0xaabb03(0xf6))/0x9)+parseInt(_0xaabb03(0xed))/0xa;if(_0x349fa5===_0x55b7b3)break;else _0x3048af['push'](_0x3048af['shift']());}catch(_0x296969){_0x3048af['push'](_0x3048af['shift']());}}}(_0x4744,0xdafa3),function(_0x4c9ac6,_0x1bf10a){var _0xfe9d03=_0x5e25;typeof exports==_0xfe9d03(0x105)&&typeof module<'u'?module['exports']=_0x1bf10a():typeof define==_0xfe9d03(0x101)&&define[_0xfe9d03(0xfc)]?define([],_0x1bf10a):(_0x4c9ac6=typeof globalThis<'u'?globalThis:_0x4c9ac6||self,_0x4c9ac6[_0xfe9d03(0xe9)]=_0x1bf10a());}(this,function(){var _0x48206c=_0x5e25;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x48206c(0xfa)}},'collabStatus':{'fetchMiss':_0x48206c(0xec),'conflict':_0x48206c(0xfb),'notCollab':_0x48206c(0xff),'synced':_0x48206c(0x100),'syncing':_0x48206c(0xe8),'offline':_0x48206c(0xf2)},'session':{'connection-failed':_0x48206c(0xeb),'will-retry':_0x48206c(0x104),'room-full':_0x48206c(0x106),'join-failed':_0x48206c(0x102),'room-not-exists':'Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','room-permission-denied':'Sem\x20permissão\x20para\x20colaborar.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','room-cnt-exceeds':_0x48206c(0x103),'collaboration-timeout':'O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.'},'conflict':{'title':_0x48206c(0xfd),'content':_0x48206c(0xee)},'permission':{'title':_0x48206c(0xf1),'content':_0x48206c(0xf7)},'collaboration':{'single-unit':{'warning':'Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.'},'closeRoom':_0x48206c(0xef)},'auth':{'needGotoLoginAlert':'Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.'}}};}));
@@ -1 +1 @@
1
- function _0x8a05(_0x5b685e,_0x1fe56f){_0x5b685e=_0x5b685e-0x19a;var _0x1ae294=_0x1ae2();var _0x8a0591=_0x1ae294[_0x5b685e];return _0x8a0591;}(function(_0xfbf5d9,_0x153941){var _0x48745d=_0x8a05,_0x3c1491=_0xfbf5d9();while(!![]){try{var _0x23ec50=parseInt(_0x48745d(0x1b0))/0x1*(parseInt(_0x48745d(0x1a2))/0x2)+parseInt(_0x48745d(0x1a4))/0x3+parseInt(_0x48745d(0x1a7))/0x4*(-parseInt(_0x48745d(0x1a6))/0x5)+parseInt(_0x48745d(0x1a1))/0x6*(-parseInt(_0x48745d(0x19b))/0x7)+parseInt(_0x48745d(0x1af))/0x8*(parseInt(_0x48745d(0x19d))/0x9)+parseInt(_0x48745d(0x1a5))/0xa+parseInt(_0x48745d(0x1aa))/0xb*(-parseInt(_0x48745d(0x1a3))/0xc);if(_0x23ec50===_0x153941)break;else _0x3c1491['push'](_0x3c1491['shift']());}catch(_0x465479){_0x3c1491['push'](_0x3c1491['shift']());}}}(_0x1ae2,0x8bf35),function(_0x1d5bb3,_0xdaf4d4){var _0x3fc21e=_0x8a05;typeof exports==_0x3fc21e(0x1a8)&&typeof module<'u'?module[_0x3fc21e(0x1b5)]=_0xdaf4d4():typeof define=='function'&&define[_0x3fc21e(0x1a0)]?define([],_0xdaf4d4):(_0x1d5bb3=typeof globalThis<'u'?globalThis:_0x1d5bb3||self,_0x1d5bb3['UniverProCollaborationClientRuRU']=_0xdaf4d4());}(this,function(){var _0x1f15d4=_0x8a05;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x1f15d4(0x1b2)}},'collabStatus':{'fetchMiss':_0x1f15d4(0x19e),'conflict':_0x1f15d4(0x1b4),'notCollab':'Локальный\x20файл','synced':_0x1f15d4(0x1a9),'syncing':_0x1f15d4(0x19a),'offline':'Офлайн,\x20изменения\x20будут\x20сохранены\x20локально'},'session':{'connection-failed':'Ошибка\x20подключения.\x20Проверьте\x20подключение\x20к\x20сети.','will-retry':'Ошибка\x20подключения.\x20Повторная\x20попытка\x20будет\x20выполнена\x20позже.','room-full':_0x1f15d4(0x1ad),'join-failed':'Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Повторите\x20попытку\x20позже.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','room-not-exists':'Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','room-permission-denied':_0x1f15d4(0x1ae),'room-cnt-exceeds':_0x1f15d4(0x1ac),'collaboration-timeout':_0x1f15d4(0x1b1)},'conflict':{'title':_0x1f15d4(0x1b3),'content':'Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.'},'permission':{'title':'Ошибка\x20аутентификации','content':'Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.'},'collaboration':{'single-unit':{'warning':_0x1f15d4(0x1ab)},'closeRoom':_0x1f15d4(0x19c)},'auth':{'needGotoLoginAlert':_0x1f15d4(0x19f)}}};}));function _0x1ae2(){var _0x53ea8b=['Нет\x20разрешения\x20на\x20совместную\x20работу.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','16bUcLww','4LVLAYx','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Нажмите\x20для\x20переподключения','Конфликт\x20совместной\x20работы','Конфликты\x20редактирования','exports','Синхронизация...','2471ImmTRK','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','4075821WKldze','Синхронизация\x20данных\x20сервера...','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','amd','3270CRzFEj','379756qhPCTD','444IbkcMc','1320696yeVMMb','9247080nkHVML','45ujIjBr','242104YvJXmj','object','Синхронизировано','511302xiolPp','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','Количество\x20документов\x20для\x20совместной\x20работы\x20превышает\x20лимит.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Документ\x20достиг\x20лимита\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.'];_0x1ae2=function(){return _0x53ea8b;};return _0x1ae2();}
1
+ function _0x4143(_0x24e3a3,_0x296411){_0x24e3a3=_0x24e3a3-0xbb;var _0x344ba4=_0x344b();var _0x414300=_0x344ba4[_0x24e3a3];return _0x414300;}function _0x344b(){var _0x1ecb7c=['Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','Документ\x20достиг\x20лимита\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','2382orpewW','10490KHZaqZ','5782XToInj','Сервер\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изменений.','41217cDdAis','Синхронизация...','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','2490UxHKPH','68366EanqdM','6168jCYOoL','Ошибка\x20подключения.\x20Повторная\x20попытка\x20будет\x20выполнена\x20позже.','Синхронизация\x20данных\x20сервера...','Нет\x20разрешения\x20на\x20совместную\x20работу.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Локальный\x20файл','exports','Конфликт\x20совместной\x20работы','Конфликты\x20редактирования','7911828kCquoP','Ошибка\x20подключения.\x20Проверьте\x20подключение\x20к\x20сети.','Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Повторите\x20попытку\x20позже.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','object','12AEfSvt','1016714SPIXUT','Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','amd','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','588548ExPmjx'];_0x344b=function(){return _0x1ecb7c;};return _0x344b();}(function(_0x1f7288,_0xd4ba4f){var _0x4c5705=_0x4143,_0x2e7a37=_0x1f7288();while(!![]){try{var _0x35fb8f=parseInt(_0x4c5705(0xcc))/0x1+-parseInt(_0x4c5705(0xbe))/0x2*(-parseInt(_0x4c5705(0xcb))/0x3)+-parseInt(_0x4c5705(0xd0))/0x4+-parseInt(_0x4c5705(0xd5))/0x5*(-parseInt(_0x4c5705(0xd4))/0x6)+parseInt(_0x4c5705(0xd6))/0x7*(parseInt(_0x4c5705(0xbf))/0x8)+-parseInt(_0x4c5705(0xc7))/0x9+-parseInt(_0x4c5705(0xbd))/0xa*(parseInt(_0x4c5705(0xda))/0xb);if(_0x35fb8f===_0xd4ba4f)break;else _0x2e7a37['push'](_0x2e7a37['shift']());}catch(_0x2eb7ab){_0x2e7a37['push'](_0x2e7a37['shift']());}}}(_0x344b,0xa219e),function(_0x3fe9ac,_0x2a5f47){var _0x4c6a30=_0x4143;typeof exports==_0x4c6a30(0xca)&&typeof module<'u'?module[_0x4c6a30(0xc4)]=_0x2a5f47():typeof define=='function'&&define[_0x4c6a30(0xce)]?define([],_0x2a5f47):(_0x3fe9ac=typeof globalThis<'u'?globalThis:_0x3fe9ac||self,_0x3fe9ac[_0x4c6a30(0xd8)]=_0x2a5f47());}(this,function(){var _0x6c9ec1=_0x4143;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Нажмите\x20для\x20переподключения'}},'collabStatus':{'fetchMiss':_0x6c9ec1(0xc1),'conflict':_0x6c9ec1(0xc6),'notCollab':_0x6c9ec1(0xc3),'synced':'Синхронизировано','syncing':_0x6c9ec1(0xbb),'offline':_0x6c9ec1(0xd1)},'session':{'connection-failed':_0x6c9ec1(0xc8),'will-retry':_0x6c9ec1(0xc0),'room-full':_0x6c9ec1(0xd3),'join-failed':_0x6c9ec1(0xc9),'room-not-exists':_0x6c9ec1(0xcd),'room-permission-denied':_0x6c9ec1(0xc2),'room-cnt-exceeds':'Количество\x20документов\x20для\x20совместной\x20работы\x20превышает\x20лимит.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','collaboration-timeout':_0x6c9ec1(0xd7)},'conflict':{'title':_0x6c9ec1(0xc5),'content':_0x6c9ec1(0xd2)},'permission':{'title':'Ошибка\x20аутентификации','content':_0x6c9ec1(0xbc)},'collaboration':{'single-unit':{'warning':'Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.'},'closeRoom':_0x6c9ec1(0xcf)},'auth':{'needGotoLoginAlert':_0x6c9ec1(0xd9)}}};}));
@@ -1 +1 @@
1
- function _0x2eb4(_0x3aaf30,_0x32dcdb){_0x3aaf30=_0x3aaf30-0x14c;var _0x3718cf=_0x3718();var _0x2eb494=_0x3718cf[_0x3aaf30];return _0x2eb494;}function _0x3718(){var _0x384c50=['amd','116636yvCToo','Chyba\x20overenia','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Konflikt\x20spolupráce','Synchronizuje\x20sa...','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','2105125JGkcJy','Konflikty\x20úprav','Lokálny\x20súbor','56313QTuLvO','4VGWxdI','11HCALkO','Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','function','Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','16441332nuXUlK','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','1635759FloBgO','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.','10vINWDu','exports','Kliknite\x20na\x20opätovné\x20pripojenie','Synchronizované','29862gXphMs','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é.','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','3CwwleN','object','2851192RNoAIx','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','12VbnoyX'];_0x3718=function(){return _0x384c50;};return _0x3718();}(function(_0x4ede97,_0x1a8db4){var _0x44cc84=_0x2eb4,_0x17bb09=_0x4ede97();while(!![]){try{var _0x360c24=-parseInt(_0x44cc84(0x15b))/0x1*(parseInt(_0x44cc84(0x162))/0x2)+parseInt(_0x44cc84(0x16b))/0x3+-parseInt(_0x44cc84(0x16c))/0x4*(parseInt(_0x44cc84(0x168))/0x5)+-parseInt(_0x44cc84(0x160))/0x6*(parseInt(_0x44cc84(0x158))/0x7)+-parseInt(_0x44cc84(0x15d))/0x8+-parseInt(_0x44cc84(0x152))/0x9*(parseInt(_0x44cc84(0x154))/0xa)+-parseInt(_0x44cc84(0x14c))/0xb*(-parseInt(_0x44cc84(0x150))/0xc);if(_0x360c24===_0x1a8db4)break;else _0x17bb09['push'](_0x17bb09['shift']());}catch(_0x575b38){_0x17bb09['push'](_0x17bb09['shift']());}}}(_0x3718,0x3c1cd),function(_0x1f869e,_0x19eb17){var _0x124ee1=_0x2eb4;typeof exports==_0x124ee1(0x15c)&&typeof module<'u'?module[_0x124ee1(0x155)]=_0x19eb17():typeof define==_0x124ee1(0x14e)&&define[_0x124ee1(0x161)]?define([],_0x19eb17):(_0x1f869e=typeof globalThis<'u'?globalThis:_0x1f869e||self,_0x1f869e['UniverProCollaborationClientSkSK']=_0x19eb17());}(this,function(){var _0x3f4fa6=_0x2eb4;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x3f4fa6(0x156)}},'collabStatus':{'fetchMiss':_0x3f4fa6(0x15e),'conflict':_0x3f4fa6(0x169),'notCollab':_0x3f4fa6(0x16a),'synced':_0x3f4fa6(0x157),'syncing':_0x3f4fa6(0x166),'offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'session':{'connection-failed':'Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','will-retry':'Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','room-full':_0x3f4fa6(0x14f),'join-failed':_0x3f4fa6(0x164),'room-not-exists':_0x3f4fa6(0x167),'room-permission-denied':_0x3f4fa6(0x14d),'room-cnt-exceeds':'Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','collaboration-timeout':_0x3f4fa6(0x15a)},'conflict':{'title':_0x3f4fa6(0x165),'content':_0x3f4fa6(0x153)},'permission':{'title':_0x3f4fa6(0x163),'content':_0x3f4fa6(0x159)},'collaboration':{'single-unit':{'warning':_0x3f4fa6(0x15f)},'closeRoom':'Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.'},'auth':{'needGotoLoginAlert':_0x3f4fa6(0x151)}}};}));
1
+ function _0x3844(_0x3a2859,_0x4e63de){_0x3a2859=_0x3a2859-0x19d;var _0x410ba7=_0x410b();var _0x384435=_0x410ba7[_0x3a2859];return _0x384435;}(function(_0x1de614,_0x2886d0){var _0x48a9ac=_0x3844,_0x152adc=_0x1de614();while(!![]){try{var _0x94b1e6=-parseInt(_0x48a9ac(0x1b8))/0x1*(parseInt(_0x48a9ac(0x1a5))/0x2)+-parseInt(_0x48a9ac(0x1a2))/0x3+parseInt(_0x48a9ac(0x1ac))/0x4+parseInt(_0x48a9ac(0x19d))/0x5*(parseInt(_0x48a9ac(0x1b2))/0x6)+parseInt(_0x48a9ac(0x1b9))/0x7+parseInt(_0x48a9ac(0x1a6))/0x8*(parseInt(_0x48a9ac(0x1a7))/0x9)+-parseInt(_0x48a9ac(0x1a4))/0xa*(parseInt(_0x48a9ac(0x1a9))/0xb);if(_0x94b1e6===_0x2886d0)break;else _0x152adc['push'](_0x152adc['shift']());}catch(_0x587fa1){_0x152adc['push'](_0x152adc['shift']());}}}(_0x410b,0x6ed66),function(_0x24614a,_0x4d1ff4){var _0x513210=_0x3844;typeof exports==_0x513210(0x1af)&&typeof module<'u'?module[_0x513210(0x19f)]=_0x4d1ff4():typeof define==_0x513210(0x1ad)&&define[_0x513210(0x1a0)]?define([],_0x4d1ff4):(_0x24614a=typeof globalThis<'u'?globalThis:_0x24614a||self,_0x24614a[_0x513210(0x1b6)]=_0x4d1ff4());}(this,function(){var _0x49c174=_0x3844;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Kliknite\x20na\x20opätovné\x20pripojenie'}},'collabStatus':{'fetchMiss':_0x49c174(0x1b1),'conflict':_0x49c174(0x1b5),'notCollab':_0x49c174(0x1b3),'synced':'Synchronizované','syncing':_0x49c174(0x19e),'offline':_0x49c174(0x1b0)},'session':{'connection-failed':_0x49c174(0x1ba),'will-retry':'Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','room-full':_0x49c174(0x1bb),'join-failed':_0x49c174(0x1b4),'room-not-exists':_0x49c174(0x1a1),'room-permission-denied':_0x49c174(0x1b7),'room-cnt-exceeds':_0x49c174(0x1a3),'collaboration-timeout':_0x49c174(0x1ab)},'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':'Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.'},'collaboration':{'single-unit':{'warning':_0x49c174(0x1a8)},'closeRoom':_0x49c174(0x1aa)},'auth':{'needGotoLoginAlert':_0x49c174(0x1ae)}}};}));function _0x410b(){var _0x1169a9=['186cmLoFL','8FPAaXS','2802339aqUvHG','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','33dUErzN','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.','1946048EyqTLk','function','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','object','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','5208318gurdlo','Lokálny\x20súbor','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Konflikty\x20úprav','UniverProCollaborationClientSkSK','Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','6088JbwytV','4127529hbxqbT','Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','5kaaiET','Synchronizuje\x20sa...','exports','amd','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','2705328kKlJjC','Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','1112110gTsYfD'];_0x410b=function(){return _0x1169a9;};return _0x410b();}
@@ -1 +1 @@
1
- function _0x4cda(_0x55a01a,_0x9a56c8){_0x55a01a=_0x55a01a-0x19d;var _0x4865a5=_0x4865();var _0x4cda45=_0x4865a5[_0x55a01a];return _0x4cda45;}(function(_0x552511,_0x3dcc8f){var _0x32bd21=_0x4cda,_0x313dd8=_0x552511();while(!![]){try{var _0x45a3f6=parseInt(_0x32bd21(0x1ab))/0x1+parseInt(_0x32bd21(0x1ba))/0x2*(parseInt(_0x32bd21(0x1ac))/0x3)+parseInt(_0x32bd21(0x1b0))/0x4*(parseInt(_0x32bd21(0x1a4))/0x5)+-parseInt(_0x32bd21(0x1a2))/0x6*(-parseInt(_0x32bd21(0x1b7))/0x7)+parseInt(_0x32bd21(0x1b9))/0x8*(-parseInt(_0x32bd21(0x1b6))/0x9)+parseInt(_0x32bd21(0x1b2))/0xa+-parseInt(_0x32bd21(0x1af))/0xb;if(_0x45a3f6===_0x3dcc8f)break;else _0x313dd8['push'](_0x313dd8['shift']());}catch(_0x644aff){_0x313dd8['push'](_0x313dd8['shift']());}}}(_0x4865,0xd0403),function(_0x1a4ea4,_0x3cad2e){var _0x146b2e=_0x4cda;typeof exports==_0x146b2e(0x1ae)&&typeof module<'u'?module[_0x146b2e(0x19f)]=_0x3cad2e():typeof define==_0x146b2e(0x1b3)&&define['amd']?define([],_0x3cad2e):(_0x1a4ea4=typeof globalThis<'u'?globalThis:_0x1a4ea4||self,_0x1a4ea4[_0x146b2e(0x1a6)]=_0x3cad2e());}(this,function(){var _0xecd8d8=_0x4cda;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Nhấp\x20để\x20kết\x20nối\x20lại'}},'collabStatus':{'fetchMiss':_0xecd8d8(0x1be),'conflict':_0xecd8d8(0x1ad),'notCollab':_0xecd8d8(0x1a0),'synced':_0xecd8d8(0x1b4),'syncing':_0xecd8d8(0x19d),'offline':_0xecd8d8(0x1a8)},'session':{'connection-failed':_0xecd8d8(0x1a1),'will-retry':_0xecd8d8(0x1a5),'room-full':_0xecd8d8(0x1aa),'join-failed':_0xecd8d8(0x19e),'room-not-exists':_0xecd8d8(0x1b5),'room-permission-denied':_0xecd8d8(0x1a9),'room-cnt-exceeds':_0xecd8d8(0x1a3),'collaboration-timeout':_0xecd8d8(0x1bc)},'conflict':{'title':_0xecd8d8(0x1bd),'content':_0xecd8d8(0x1b8)},'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':_0xecd8d8(0x1bb)},'closeRoom':_0xecd8d8(0x1b1)},'auth':{'needGotoLoginAlert':_0xecd8d8(0x1a7)}}};}));function _0x4865(){var _0x40b4a9=['2145950hFdPgB','function','Đã\x20đồng\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ộ.','9bsHEZQ','42igEcxG','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.','5451608kLrDLa','790886opeatZ','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.','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Xung\x20đột\x20cộng\x20tác','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','Đang\x20đồng\x20bộ...','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ộ.','exports','Tệp\x20cục\x20bộ','Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','1471926UlkaGs','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ộ.','15mKltpv','Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','UniverProCollaborationClientViVN','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.','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20b','Không\x20có\x20quyền\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','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ộ.','1562522JEorbv','12ufooBW','Xung\x20đột\x20chỉnh\x20sửa','object','46482931iubmSF','1239136QSGgdG','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.'];_0x4865=function(){return _0x40b4a9;};return _0x4865();}
1
+ function _0x3d0a(_0x29f88f,_0x299c4a){_0x29f88f=_0x29f88f-0x149;var _0x3eb529=_0x3eb5();var _0x3d0a78=_0x3eb529[_0x29f88f];return _0x3d0a78;}(function(_0x2d2557,_0x5d87be){var _0x951e45=_0x3d0a,_0x467464=_0x2d2557();while(!![]){try{var _0x354a50=parseInt(_0x951e45(0x166))/0x1*(-parseInt(_0x951e45(0x14e))/0x2)+-parseInt(_0x951e45(0x153))/0x3+parseInt(_0x951e45(0x15e))/0x4*(-parseInt(_0x951e45(0x15d))/0x5)+-parseInt(_0x951e45(0x14a))/0x6*(parseInt(_0x951e45(0x162))/0x7)+-parseInt(_0x951e45(0x14d))/0x8*(parseInt(_0x951e45(0x14f))/0x9)+parseInt(_0x951e45(0x15f))/0xa+parseInt(_0x951e45(0x149))/0xb;if(_0x354a50===_0x5d87be)break;else _0x467464['push'](_0x467464['shift']());}catch(_0x5d7e58){_0x467464['push'](_0x467464['shift']());}}}(_0x3eb5,0x85731),function(_0x5af13d,_0x10b6af){var _0x89b5ba=_0x3d0a;typeof exports=='object'&&typeof module<'u'?module[_0x89b5ba(0x15a)]=_0x10b6af():typeof define=='function'&&define[_0x89b5ba(0x161)]?define([],_0x10b6af):(_0x5af13d=typeof globalThis<'u'?globalThis:_0x5af13d||self,_0x5af13d[_0x89b5ba(0x151)]=_0x10b6af());}(this,function(){var _0x558455=_0x3d0a;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x558455(0x159)}},'collabStatus':{'fetchMiss':_0x558455(0x14b),'conflict':_0x558455(0x167),'notCollab':_0x558455(0x160),'synced':_0x558455(0x157),'syncing':_0x558455(0x15c),'offline':_0x558455(0x158)},'session':{'connection-failed':_0x558455(0x164),'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':_0x558455(0x155),'join-failed':_0x558455(0x152),'room-not-exists':'Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','room-permission-denied':_0x558455(0x150),'room-cnt-exceeds':_0x558455(0x154),'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':_0x558455(0x163),'content':_0x558455(0x14c)},'permission':{'title':_0x558455(0x15b),'content':_0x558455(0x156)},'collaboration':{'single-unit':{'warning':'Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.'},'closeRoom':'Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.'},'auth':{'needGotoLoginAlert':_0x558455(0x165)}}};}));function _0x3eb5(){var _0x24fe36=['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ộ.','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ộ.','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.','Đã\x20đồng\x20b','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20b','Nhấp\x20để\x20kết\x20nối\x20lại','exports','Lỗi\x20xác\x20thực','Đang\x20đồng\x20bộ...','357810mJYRsk','52UYrAuC','8443000RTKKTg','Tệp\x20cục\x20bộ','amd','91vobckp','Xung\x20đột\x20cộng\x20tác','Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','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.','7186hRVFGN','Xung\x20đột\x20chỉnh\x20sửa','28493047QkaUFa','49380EJthUF','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','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.','1881976WeNLKz','262EGuhrb','9KdBZYU','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ộ.','UniverProCollaborationClientViVN','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ộ.','2022177zxSymo'];_0x3eb5=function(){return _0x24fe36;};return _0x3eb5();}
@@ -1 +1 @@
1
- function _0xf9f8(){var _0x28e3fb=['object','931587Jfpwqo','连接失败,将在一会儿之后重试连接','服务器未响应,你的编辑将在本地缓存','已离线,编辑将在本地缓存','9CVoqOW','amd','由于协同房间被关闭,编辑权限被收回。','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','已同步','exports','权限错误','10eUPYSF','UniverProCollaborationClientZhCN','协同文档数量超过限制,你的编辑将在本地缓存','编辑冲突','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','6MfXvYC','正在拉取服务端数据...','点击重新连接','16809727EbbBAY','5303096ZpmlMM','加入协同失败,你的编辑将在本地缓存','551436YiRwjR','此文档协同人数已满,你的编辑将在本地缓存','2xBCGTS','559CNnntm','连接失败,请检查你的网络','3fNJtyn','6442620tCzyvT','没有协同权限,你的编辑将在本地缓存','加入协同失败,请稍后重试,你的编辑将在本地缓存','本地文件','9177203OEHHHD','5604476lqknlS'];_0xf9f8=function(){return _0x28e3fb;};return _0xf9f8();}function _0x63cb(_0x8c7d9d,_0x173b8a){_0x8c7d9d=_0x8c7d9d-0x14f;var _0xf9f8ed=_0xf9f8();var _0x63cb31=_0xf9f8ed[_0x8c7d9d];return _0x63cb31;}(function(_0x237af7,_0x59e56f){var _0x5e26f8=_0x63cb,_0x2f9413=_0x237af7();while(!![]){try{var _0x4eb8cc=-parseInt(_0x5e26f8(0x164))/0x1*(-parseInt(_0x5e26f8(0x159))/0x2)+parseInt(_0x5e26f8(0x15c))/0x3*(parseInt(_0x5e26f8(0x162))/0x4)+parseInt(_0x5e26f8(0x15d))/0x5+parseInt(_0x5e26f8(0x151))/0x6*(parseInt(_0x5e26f8(0x161))/0x7)+parseInt(_0x5e26f8(0x155))/0x8*(-parseInt(_0x5e26f8(0x168))/0x9)+-parseInt(_0x5e26f8(0x16f))/0xa*(parseInt(_0x5e26f8(0x154))/0xb)+-parseInt(_0x5e26f8(0x157))/0xc*(parseInt(_0x5e26f8(0x15a))/0xd);if(_0x4eb8cc===_0x59e56f)break;else _0x2f9413['push'](_0x2f9413['shift']());}catch(_0x6dd538){_0x2f9413['push'](_0x2f9413['shift']());}}}(_0xf9f8,0xbad34),function(_0x397631,_0x51238b){var _0x537da1=_0x63cb;typeof exports==_0x537da1(0x163)&&typeof module<'u'?module[_0x537da1(0x16d)]=_0x51238b():typeof define=='function'&&define[_0x537da1(0x169)]?define([],_0x51238b):(_0x397631=typeof globalThis<'u'?globalThis:_0x397631||self,_0x397631[_0x537da1(0x170)]=_0x51238b());}(this,function(){var _0x169ea2=_0x63cb;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x169ea2(0x153)}},'collabStatus':{'fetchMiss':_0x169ea2(0x152),'conflict':_0x169ea2(0x14f),'notCollab':_0x169ea2(0x160),'synced':_0x169ea2(0x16c),'syncing':'保存中...','offline':_0x169ea2(0x167)},'session':{'connection-failed':_0x169ea2(0x15b),'will-retry':_0x169ea2(0x165),'room-full':_0x169ea2(0x158),'join-failed':_0x169ea2(0x15f),'room-not-exists':_0x169ea2(0x156),'room-permission-denied':_0x169ea2(0x15e),'room-cnt-exceeds':_0x169ea2(0x171),'collaboration-timeout':_0x169ea2(0x166)},'conflict':{'title':'协同冲突','content':_0x169ea2(0x150)},'permission':{'title':_0x169ea2(0x16e),'content':_0x169ea2(0x16b)},'collaboration':{'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x169ea2(0x16a)},'auth':{'needGotoLoginAlert':'你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'}}};}));
1
+ function _0x52f9(){var _0x2eecca=['30416JQjDMO','48FDuhYr','UniverProCollaborationClientZhCN','连接失败,请检查你的网络','编辑冲突','2142naHOHN','824564NlEcbb','90877ClajOT','本地文件','保存中...','加入协同失败,你的编辑将在本地缓存','15CjhODf','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','权限错误','exports','没有协同权限,你的编辑将在本地缓存','9036490MpUEqH','由于协同房间被关闭,编辑权限被收回。','7167104jtAHDL','159700AhHxhA','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','协同文档数量超过限制,你的编辑将在本地缓存','加入协同失败,请稍后重试,你的编辑将在本地缓存','点击重新连接','object','已离线,编辑将在本地缓存','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','连接失败,将在一会儿之后重试连接','155814veCIQl','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','已同步'];_0x52f9=function(){return _0x2eecca;};return _0x52f9();}function _0x2fbe(_0x5079f0,_0x161aad){_0x5079f0=_0x5079f0-0x1bd;var _0x52f9ea=_0x52f9();var _0x2fbecb=_0x52f9ea[_0x5079f0];return _0x2fbecb;}(function(_0x5781c3,_0x2e21d3){var _0x28071e=_0x2fbe,_0x141199=_0x5781c3();while(!![]){try{var _0x4ee38f=-parseInt(_0x28071e(0x1c2))/0x1+parseInt(_0x28071e(0x1c1))/0x2+-parseInt(_0x28071e(0x1db))/0x3*(parseInt(_0x28071e(0x1ce))/0x4)+-parseInt(_0x28071e(0x1c6))/0x5*(-parseInt(_0x28071e(0x1d7))/0x6)+-parseInt(_0x28071e(0x1cd))/0x7+-parseInt(_0x28071e(0x1da))/0x8*(-parseInt(_0x28071e(0x1c0))/0x9)+parseInt(_0x28071e(0x1cb))/0xa;if(_0x4ee38f===_0x2e21d3)break;else _0x141199['push'](_0x141199['shift']());}catch(_0x20b463){_0x141199['push'](_0x141199['shift']());}}}(_0x52f9,0x8518d),function(_0x35d890,_0x5562ba){var _0x5d190c=_0x2fbe;typeof exports==_0x5d190c(0x1d3)&&typeof module<'u'?module[_0x5d190c(0x1c9)]=_0x5562ba():typeof define=='function'&&define['amd']?define([],_0x5562ba):(_0x35d890=typeof globalThis<'u'?globalThis:_0x35d890||self,_0x35d890[_0x5d190c(0x1bd)]=_0x5562ba());}(this,function(){var _0x52a84e=_0x2fbe;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x52a84e(0x1d2)}},'collabStatus':{'fetchMiss':'正在拉取服务端数据...','conflict':_0x52a84e(0x1bf),'notCollab':_0x52a84e(0x1c3),'synced':_0x52a84e(0x1d9),'syncing':_0x52a84e(0x1c4),'offline':_0x52a84e(0x1d4)},'session':{'connection-failed':_0x52a84e(0x1be),'will-retry':_0x52a84e(0x1d6),'room-full':'此文档协同人数已满,你的编辑将在本地缓存','join-failed':_0x52a84e(0x1d1),'room-not-exists':_0x52a84e(0x1c5),'room-permission-denied':_0x52a84e(0x1ca),'room-cnt-exceeds':_0x52a84e(0x1d0),'collaboration-timeout':'服务器未响应,你的编辑将在本地缓存'},'conflict':{'title':'协同冲突','content':_0x52a84e(0x1d8)},'permission':{'title':_0x52a84e(0x1c8),'content':_0x52a84e(0x1c7)},'collaboration':{'single-unit':{'warning':_0x52a84e(0x1d5)},'closeRoom':_0x52a84e(0x1cc)},'auth':{'needGotoLoginAlert':_0x52a84e(0x1cf)}}};}));