@univerjs-pro/collaboration-client 0.25.1 → 1.0.0-alpha.1

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 _0x5116(){var _0x184cac=['تتعارض\x20إجراءاتك\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','2213392qSLXbd','فشل\x20الانضمام\x20للتعاون.\x20يرجى\x20المحاولة\x20لاحقاً.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','وصل\x20المستند\x20إلى\x20حد\x20التعاون\x20الأقصى.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','فشل\x20الانضمام\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','object','21066750dIdAOS','فشل\x20الاتصال.\x20يرجى\x20التحقق\x20من\x20شبكتك.','45RwGxVT','253149VPjxXg','662154nYcwxc','function','تعارضات\x20في\x20التحرير','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون.\x20سيتم\x20حفظ\x20تحريراتك\x20محلياً.','غير\x20متصل،\x20سيتم\x20حفظ\x20التحريرات\x20محلياً','2gbWnIQ','amd','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','عدد\x20المستندات\x20التعاونية\x20يتجاوز\x20الحد.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','UniverProCollaborationClientArSA','خطأ\x20في\x20المصادقة','4964022NIiSpp','21NzuBPZ','ملف\x20محلي','جارٍ\x20المزامنة...','exports','انتهت\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المزامنة','3364356vetGrk','81203GrolnX'];_0x5116=function(){return _0x184cac;};return _0x5116();}function _0x1c2d(_0x522b21,_0x1ddb02){_0x522b21=_0x522b21-0x11d;var _0x51168f=_0x5116();var _0x1c2d17=_0x51168f[_0x522b21];return _0x1c2d17;}(function(_0x3cccc4,_0x1a46d1){var _0x2b0583=_0x1c2d,_0x5b505c=_0x3cccc4();while(!![]){try{var _0x58db5d=parseInt(_0x2b0583(0x128))/0x1*(parseInt(_0x2b0583(0x138))/0x2)+-parseInt(_0x2b0583(0x132))/0x3+-parseInt(_0x2b0583(0x127))/0x4+parseInt(_0x2b0583(0x131))/0x5*(-parseInt(_0x2b0583(0x133))/0x6)+parseInt(_0x2b0583(0x11f))/0x7*(parseInt(_0x2b0583(0x12a))/0x8)+-parseInt(_0x2b0583(0x11e))/0x9+parseInt(_0x2b0583(0x12f))/0xa;if(_0x58db5d===_0x1a46d1)break;else _0x5b505c['push'](_0x5b505c['shift']());}catch(_0x177a01){_0x5b505c['push'](_0x5b505c['shift']());}}}(_0x5116,0x85b37),function(_0x2fc58c,_0x4146b3){var _0x5c8012=_0x1c2d;typeof exports==_0x5c8012(0x12e)&&typeof module<'u'?module[_0x5c8012(0x122)]=_0x4146b3():typeof define==_0x5c8012(0x134)&&define[_0x5c8012(0x139)]?define([],_0x4146b3):(_0x2fc58c=typeof globalThis<'u'?globalThis:_0x2fc58c||self,_0x2fc58c[_0x5c8012(0x13c)]=_0x4146b3());}(this,function(){var _0x16f91d=_0x1c2d;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'انقر\x20لإعادة\x20الاتصال'}},'collabStatus':{'fetchMiss':_0x16f91d(0x13a),'conflict':_0x16f91d(0x135),'notCollab':_0x16f91d(0x120),'synced':_0x16f91d(0x126),'syncing':_0x16f91d(0x121),'offline':_0x16f91d(0x137)},'session':{'connection-failed':_0x16f91d(0x130),'will-retry':_0x16f91d(0x124),'room-full':_0x16f91d(0x12c),'join-failed':_0x16f91d(0x12b),'room-not-exists':_0x16f91d(0x12d),'room-permission-denied':'لا\x20يوجد\x20إذن\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','room-cnt-exceeds':_0x16f91d(0x13b),'collaboration-timeout':_0x16f91d(0x136)},'conflict':{'title':'تعارض\x20في\x20التعاون','content':'يوجد\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.'},'permission':{'title':_0x16f91d(0x11d),'content':_0x16f91d(0x129)},'collaboration':{'single-unit':{'warning':'لقد\x20فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20هذه\x20العلامة.'},'closeRoom':_0x16f91d(0x125)},'auth':{'needGotoLoginAlert':_0x16f91d(0x123)}}};}));
1
+ function _0x3716(_0x57ea48,_0x47c561){_0x57ea48=_0x57ea48-0xa8;var _0x63d8d=_0x63d8();var _0x3716f4=_0x63d8d[_0x57ea48];return _0x3716f4;}function _0x63d8(){var _0x521148=['غير\x20متصل،\x20سيتم\x20حفظ\x20التحريرات\x20محلياً','تعارضات\x20في\x20التحرير','334KtwCAB','تعارض\x20في\x20التعاون','708MklmGP','انتهت\x20صلاحية\x20تسجيل\x20الدخول،\x20انقر\x20\x22موافق\x22\x20لإعادة\x20تسجيل\x20الدخول،\x20أو\x20انقر\x20\x22إلغاء\x22\x20لحفظ\x20تحريراتك\x20محلياً.','23742VRPgtU','exports','خطأ\x20في\x20المصادقة','فشل\x20الانضمام\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','4450608rvikVB','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','function','يوجد\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','amd','4020XSaXob','تمت\x20المزامنة','تتعارض\x20إجراءاتك\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','184LztZIT','6494345BriQdk','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','فشل\x20الاتصال.\x20يرجى\x20التحقق\x20من\x20شبكتك.','عدد\x20المستندات\x20التعاونية\x20يتجاوز\x20الحد.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','493563lPjtIO','UniverProCollaborationClientArSA','ملف\x20محلي','وصل\x20المستند\x20إلى\x20حد\x20التعاون\x20الأقصى.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون.\x20سيتم\x20حفظ\x20تحريراتك\x20محلياً.','1392eiOoNd','149905PFaUWN','لا\x20يوجد\x20إذن\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','فشل\x20الاتصال.\x20سنحاول\x20مرة\x20أخرى\x20بعد\x20قليل.','100jlFcdi'];_0x63d8=function(){return _0x521148;};return _0x63d8();}(function(_0x1a2824,_0x548ff2){var _0x5506fe=_0x3716,_0x427bbd=_0x1a2824();while(!![]){try{var _0x14b8b2=parseInt(_0x5506fe(0xbe))/0x1+-parseInt(_0x5506fe(0xa9))/0x2*(parseInt(_0x5506fe(0xc3))/0x3)+parseInt(_0x5506fe(0xab))/0x4*(-parseInt(_0x5506fe(0xb6))/0x5)+-parseInt(_0x5506fe(0xb1))/0x6+-parseInt(_0x5506fe(0xc4))/0x7*(-parseInt(_0x5506fe(0xb9))/0x8)+parseInt(_0x5506fe(0xad))/0x9*(-parseInt(_0x5506fe(0xc7))/0xa)+parseInt(_0x5506fe(0xba))/0xb;if(_0x14b8b2===_0x548ff2)break;else _0x427bbd['push'](_0x427bbd['shift']());}catch(_0x4596e4){_0x427bbd['push'](_0x427bbd['shift']());}}}(_0x63d8,0x8fb0f),function(_0x5672eb,_0x3dfdcc){var _0x100b56=_0x3716;typeof exports=='object'&&typeof module<'u'?module[_0x100b56(0xae)]=_0x3dfdcc():typeof define==_0x100b56(0xb3)&&define[_0x100b56(0xb5)]?define([],_0x3dfdcc):(_0x5672eb=typeof globalThis<'u'?globalThis:_0x5672eb||self,_0x5672eb[_0x100b56(0xbf)]=_0x3dfdcc());}(this,function(){var _0x3ce04e=_0x3716;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'انقر\x20لإعادة\x20الاتصال'}},'collabStatus':{'fetchMiss':_0x3ce04e(0xb2),'conflict':_0x3ce04e(0xa8),'notCollab':_0x3ce04e(0xc0),'synced':_0x3ce04e(0xb7),'syncing':'جارٍ\x20المزامنة...','offline':_0x3ce04e(0xc8)},'session':{'connection-failed':_0x3ce04e(0xbc),'will-retry':_0x3ce04e(0xc6),'room-full':_0x3ce04e(0xc1),'join-failed':'فشل\x20الانضمام\x20للتعاون.\x20يرجى\x20المحاولة\x20لاحقاً.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','room-not-exists':_0x3ce04e(0xb0),'room-permission-denied':_0x3ce04e(0xc5),'room-cnt-exceeds':_0x3ce04e(0xbd),'collaboration-timeout':_0x3ce04e(0xc2)},'conflict':{'title':_0x3ce04e(0xaa),'content':_0x3ce04e(0xb4)},'permission':{'title':_0x3ce04e(0xaf),'content':_0x3ce04e(0xb8)},'collaboration':{'single-unit':{'warning':'لقد\x20فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20هذه\x20العلامة.'},'closeRoom':_0x3ce04e(0xbb)},'auth':{'needGotoLoginAlert':_0x3ce04e(0xac)}}};}));
@@ -1 +1 @@
1
- function _0x57e8(_0x5c3eed,_0x11c9ff){_0x5c3eed=_0x5c3eed-0x15d;var _0x3020f9=_0x3020();var _0x57e83d=_0x3020f9[_0x5c3eed];return _0x57e83d;}function _0x3020(){var _0x47034d=['5437VwaErl','200ExzQLI','Feu\x20clic\x20per\x20reconnectar','object','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.','Fora\x20de\x20línia,\x20els\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.','633560tMMzda','amd','768570lKUiYE','Error\x20d\x27autenticació','Sincronitzat','Aquest\x20document\x20ha\x20arribat\x20al\x20límit\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','4658256JjrlDI','Error\x20de\x20connexió.\x20Ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','function','El\x20nombre\x20de\x20documents\x20col·laboratius\x20supera\x20el\x20límit.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','UniverProCollaborationClientCaES','Conflictes\x20d\x27edició','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.','1914966KrOdXT','16xHMzNQ','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.','exports','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','7QQnYMw','No\x20teniu\x20permís\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Sincronitzant...','12220160GRCDDL','3963048eGfgtD'];_0x3020=function(){return _0x47034d;};return _0x3020();}(function(_0x50b8fc,_0x486a11){var _0x179603=_0x57e8,_0x126543=_0x50b8fc();while(!![]){try{var _0x36f859=parseInt(_0x179603(0x163))/0x1*(-parseInt(_0x179603(0x164))/0x2)+-parseInt(_0x179603(0x178))/0x3+-parseInt(_0x179603(0x179))/0x4*(parseInt(_0x179603(0x16a))/0x5)+-parseInt(_0x179603(0x16c))/0x6+-parseInt(_0x179603(0x15e))/0x7*(-parseInt(_0x179603(0x162))/0x8)+parseInt(_0x179603(0x171))/0x9+parseInt(_0x179603(0x161))/0xa;if(_0x36f859===_0x486a11)break;else _0x126543['push'](_0x126543['shift']());}catch(_0x3b832f){_0x126543['push'](_0x126543['shift']());}}}(_0x3020,0x660e0),function(_0x326c0f,_0x12819c){var _0x61efbd=_0x57e8;typeof exports==_0x61efbd(0x166)&&typeof module<'u'?module[_0x61efbd(0x17b)]=_0x12819c():typeof define==_0x61efbd(0x173)&&define[_0x61efbd(0x16b)]?define([],_0x12819c):(_0x326c0f=typeof globalThis<'u'?globalThis:_0x326c0f||self,_0x326c0f[_0x61efbd(0x175)]=_0x12819c());}(this,function(){var _0x20d097=_0x57e8;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x20d097(0x165)}},'collabStatus':{'fetchMiss':'Sincronitzant\x20dades\x20del\x20servidor...','conflict':_0x20d097(0x176),'notCollab':'Fitxer\x20local','synced':_0x20d097(0x16e),'syncing':_0x20d097(0x160),'offline':_0x20d097(0x168)},'session':{'connection-failed':'Error\x20de\x20connexió.\x20Comproveu\x20la\x20vostra\x20xarxa.','will-retry':_0x20d097(0x172),'room-full':_0x20d097(0x16f),'join-failed':_0x20d097(0x169),'room-not-exists':'No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','room-permission-denied':_0x20d097(0x15f),'room-cnt-exceeds':_0x20d097(0x174),'collaboration-timeout':_0x20d097(0x15d)},'conflict':{'title':'Conflicte\x20de\x20col·laboració','content':_0x20d097(0x17a)},'permission':{'title':_0x20d097(0x16d),'content':_0x20d097(0x167)},'collaboration':{'single-unit':{'warning':_0x20d097(0x170)},'closeRoom':'Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.'},'auth':{'needGotoLoginAlert':_0x20d097(0x177)}}};}));
1
+ (function(_0x3683a3,_0x2bc86e){var _0x37fba9=_0x2661,_0x4feab8=_0x3683a3();while(!![]){try{var _0x3e5de8=-parseInt(_0x37fba9(0x1c9))/0x1+parseInt(_0x37fba9(0x1ce))/0x2*(parseInt(_0x37fba9(0x1d6))/0x3)+parseInt(_0x37fba9(0x1c3))/0x4+-parseInt(_0x37fba9(0x1d9))/0x5+parseInt(_0x37fba9(0x1ba))/0x6*(-parseInt(_0x37fba9(0x1be))/0x7)+-parseInt(_0x37fba9(0x1d0))/0x8*(-parseInt(_0x37fba9(0x1cf))/0x9)+-parseInt(_0x37fba9(0x1c6))/0xa*(parseInt(_0x37fba9(0x1bc))/0xb);if(_0x3e5de8===_0x2bc86e)break;else _0x4feab8['push'](_0x4feab8['shift']());}catch(_0x2d802a){_0x4feab8['push'](_0x4feab8['shift']());}}}(_0x5381,0x6ef77),function(_0x47a50b,_0x3f5b1e){var _0x16e55b=_0x2661;typeof exports==_0x16e55b(0x1d4)&&typeof module<'u'?module[_0x16e55b(0x1c5)]=_0x3f5b1e():typeof define==_0x16e55b(0x1d2)&&define[_0x16e55b(0x1bf)]?define([],_0x3f5b1e):(_0x47a50b=typeof globalThis<'u'?globalThis:_0x47a50b||self,_0x47a50b[_0x16e55b(0x1c0)]=_0x3f5b1e());}(this,function(){var _0x4e2e14=_0x2661;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x4e2e14(0x1c7)}},'collabStatus':{'fetchMiss':_0x4e2e14(0x1bd),'conflict':'Conflictes\x20d\x27edició','notCollab':_0x4e2e14(0x1c2),'synced':'Sincronitzat','syncing':_0x4e2e14(0x1da),'offline':_0x4e2e14(0x1cc)},'session':{'connection-failed':_0x4e2e14(0x1d1),'will-retry':_0x4e2e14(0x1d8),'room-full':_0x4e2e14(0x1c4),'join-failed':_0x4e2e14(0x1ca),'room-not-exists':_0x4e2e14(0x1d3),'room-permission-denied':_0x4e2e14(0x1d5),'room-cnt-exceeds':_0x4e2e14(0x1c1),'collaboration-timeout':'El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.'},'conflict':{'title':_0x4e2e14(0x1d7),'content':_0x4e2e14(0x1cb)},'permission':{'title':_0x4e2e14(0x1cd),'content':_0x4e2e14(0x1db)},'collaboration':{'single-unit':{'warning':_0x4e2e14(0x1c8)},'closeRoom':_0x4e2e14(0x1bb)},'auth':{'needGotoLoginAlert':'La\x20vostra\x20sessió\x20ha\x20caducat.\x20Feu\x20clic\x20a\x20D\x27acord\x20per\x20tornar\x20a\x20iniciar\x20sessió,\x20o\x20a\x20Cancel·la\x20per\x20desar\x20els\x20vostres\x20canvis\x20locals.'}}};}));function _0x2661(_0xef2c59,_0x1e6a77){_0xef2c59=_0xef2c59-0x1ba;var _0x5381ea=_0x5381();var _0x266158=_0x5381ea[_0xef2c59];return _0x266158;}function _0x5381(){var _0x43e18a=['1463770JUiFWg','Sincronitzant...','Les\x20vostres\x20accions\x20entren\x20en\x20conflicte\x20amb\x20els\x20permisos\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals\x20en\x20un\x20altre\x20lloc,\x20perquè\x20es\x20descartaran\x20després\x20d\x27actualitzar\x20la\x20pàgina.','54BUjwNO','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','47113BiXNdk','Sincronitzant\x20dades\x20del\x20servidor...','628453nTaXPs','amd','UniverProCollaborationClientCaES','El\x20nombre\x20de\x20documents\x20col·laboratius\x20supera\x20el\x20límit.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Fitxer\x20local','2017284WgtQAe','Aquest\x20document\x20ha\x20arribat\x20al\x20límit\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','exports','370rFeTXQ','Feu\x20clic\x20per\x20reconnectar','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','246580cyyUGd','No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','Error\x20d\x27autenticació','6fsCBED','188577kowNOa','264WrXymd','Error\x20de\x20connexió.\x20Comproveu\x20la\x20vostra\x20xarxa.','function','No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','object','No\x20teniu\x20permís\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','764565sWHbpU','Conflicte\x20de\x20col·laboració','Error\x20de\x20connexió.\x20Ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.'];_0x5381=function(){return _0x43e18a;};return _0x5381();}
@@ -1 +1 @@
1
- function _0x1edb(_0x524a2c,_0x2386c4){_0x524a2c=_0x524a2c-0x1d7;var _0x5eec77=_0x5eec();var _0x1edb83=_0x5eec77[_0x524a2c];return _0x1edb83;}function _0x5eec(){var _0x4c00c1=['888026vgxUxs','Ihre\x20Aktionen\x20stehen\x20im\x20Konflikt\x20mit\x20den\x20Serverberechtigungen.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen\x20anderswo,\x20da\x20sie\x20nach\x20dem\x20Aktualisieren\x20der\x20Seite\x20verworfen\x20werden.','Das\x20Dokument\x20hat\x20die\x20Zusammenarbeitsgrenze\x20erreicht.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','19994170UTsZNh','Verbindung\x20fehlgeschlagen.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','3278090cSHXhp','Zusammenarbeitskonflikt','Klicken,\x20um\x20wieder\x20zu\x20verbinden','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Authentifizierungsfehler','amd','9Yjxxbq','Synchronisiert','158169VVaZOm','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','Keine\x20Zusammenarbeitsberechtigung.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','6004368bncPcJ','28gCjULJ','exports','Die\x20Anzahl\x20der\x20Zusammenarbeitsdokumente\x20überschreitet\x20das\x20Limit.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Lokale\x20Datei','Der\x20Server\x20reagiert\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','56HemfxA','UniverProCollaborationClientDeDE','763652yZHejJ','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Im\x20Falle\x20von\x20Datenverlust\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','Serverdaten\x20werden\x20synchronisiert...','Synchronisierung\x20läuft...','Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','function','Bearbeitungsrechte\x20wurden\x20entzogen,\x20weil\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','406488QZJymH','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.'];_0x5eec=function(){return _0x4c00c1;};return _0x5eec();}(function(_0x19b540,_0x1f2558){var _0x4faa1e=_0x1edb,_0x37ed29=_0x19b540();while(!![]){try{var _0x830fcb=-parseInt(_0x4faa1e(0x1f4))/0x1+-parseInt(_0x4faa1e(0x1dc))/0x2+-parseInt(_0x4faa1e(0x1e9))/0x3*(-parseInt(_0x4faa1e(0x1f2))/0x4)+-parseInt(_0x4faa1e(0x1e1))/0x5+-parseInt(_0x4faa1e(0x1da))/0x6*(-parseInt(_0x4faa1e(0x1ed))/0x7)+-parseInt(_0x4faa1e(0x1ec))/0x8+-parseInt(_0x4faa1e(0x1e7))/0x9*(-parseInt(_0x4faa1e(0x1df))/0xa);if(_0x830fcb===_0x1f2558)break;else _0x37ed29['push'](_0x37ed29['shift']());}catch(_0x3b7a73){_0x37ed29['push'](_0x37ed29['shift']());}}}(_0x5eec,0x605ce),function(_0x354af6,_0x227167){var _0x454330=_0x1edb;typeof exports=='object'&&typeof module<'u'?module[_0x454330(0x1ee)]=_0x227167():typeof define==_0x454330(0x1d8)&&define[_0x454330(0x1e6)]?define([],_0x227167):(_0x354af6=typeof globalThis<'u'?globalThis:_0x354af6||self,_0x354af6[_0x454330(0x1f3)]=_0x227167());}(this,function(){var _0x1cecd4=_0x1edb;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x1cecd4(0x1e3)}},'collabStatus':{'fetchMiss':_0x1cecd4(0x1f6),'conflict':'Bearbeitungskonflikte','notCollab':_0x1cecd4(0x1f0),'synced':_0x1cecd4(0x1e8),'syncing':_0x1cecd4(0x1f7),'offline':_0x1cecd4(0x1e4)},'session':{'connection-failed':_0x1cecd4(0x1e0),'will-retry':'Verbindung\x20fehlgeschlagen.\x20Wir\x20werden\x20es\x20in\x20Kürze\x20erneut\x20versuchen.','room-full':_0x1cecd4(0x1de),'join-failed':'Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','room-not-exists':_0x1cecd4(0x1d7),'room-permission-denied':_0x1cecd4(0x1eb),'room-cnt-exceeds':_0x1cecd4(0x1ef),'collaboration-timeout':_0x1cecd4(0x1f1)},'conflict':{'title':_0x1cecd4(0x1e2),'content':_0x1cecd4(0x1db)},'permission':{'title':_0x1cecd4(0x1e5),'content':_0x1cecd4(0x1dd)},'collaboration':{'single-unit':{'warning':_0x1cecd4(0x1f5)},'closeRoom':_0x1cecd4(0x1d9)},'auth':{'needGotoLoginAlert':_0x1cecd4(0x1ea)}}};}));
1
+ function _0x4eb7(_0x3309de,_0x3dcd42){_0x3309de=_0x3309de-0x1da;var _0x326420=_0x3264();var _0x4eb752=_0x326420[_0x3309de];return _0x4eb752;}function _0x3264(){var _0x10cde2=['Die\x20Anzahl\x20der\x20Zusammenarbeitsdokumente\x20überschreitet\x20das\x20Limit.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','141348fptzMC','Das\x20Dokument\x20hat\x20die\x20Zusammenarbeitsgrenze\x20erreicht.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','UniverProCollaborationClientDeDE','8VdIpUb','Bearbeitungskonflikte','exports','function','305JrldBO','116JMyEhz','Synchronisierung\x20läuft...','object','Authentifizierungsfehler','85962Fqzitp','1807EzchJm','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Verbindung\x20fehlgeschlagen.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','11rmjAzF','3359060ORXBTC','Bearbeitungsrechte\x20wurden\x20entzogen,\x20weil\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','269364evygzJ','Zusammenarbeitskonflikt','27314bUtRwC','Ihre\x20Aktionen\x20stehen\x20im\x20Konflikt\x20mit\x20den\x20Serverberechtigungen.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen\x20anderswo,\x20da\x20sie\x20nach\x20dem\x20Aktualisieren\x20der\x20Seite\x20verworfen\x20werden.','Keine\x20Zusammenarbeitsberechtigung.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','71WZnNBD','Der\x20Server\x20reagiert\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Klicken,\x20um\x20wieder\x20zu\x20verbinden','965772BlOvON','Synchronisiert','Serverdaten\x20werden\x20synchronisiert...','712vMqlKM','Lokale\x20Datei','Es\x20gibt\x20einen\x20Konflikt\x20zwischen\x20Ihrer\x20lokalen\x20Kopie\x20und\x20der\x20Kopie\x20auf\x20dem\x20Server.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen,\x20da\x20sie\x20beim\x20Neuladen\x20der\x20Seite\x20verloren\x20gehen.'];_0x3264=function(){return _0x10cde2;};return _0x3264();}(function(_0x1db0a6,_0x567e4c){var _0x254798=_0x4eb7,_0x57c913=_0x1db0a6();while(!![]){try{var _0x2fe649=parseInt(_0x254798(0x1df))/0x1*(-parseInt(_0x254798(0x1f3))/0x2)+parseInt(_0x254798(0x1da))/0x3*(-parseInt(_0x254798(0x1ee))/0x4)+parseInt(_0x254798(0x1f2))/0x5*(-parseInt(_0x254798(0x1f7))/0x6)+parseInt(_0x254798(0x1dc))/0x7*(parseInt(_0x254798(0x1e5))/0x8)+-parseInt(_0x254798(0x1e2))/0x9+parseInt(_0x254798(0x1fc))/0xa*(-parseInt(_0x254798(0x1fb))/0xb)+-parseInt(_0x254798(0x1ea))/0xc*(-parseInt(_0x254798(0x1f8))/0xd);if(_0x2fe649===_0x567e4c)break;else _0x57c913['push'](_0x57c913['shift']());}catch(_0xbbfc1a){_0x57c913['push'](_0x57c913['shift']());}}}(_0x3264,0x76178),function(_0x5c41a1,_0x194cad){var _0x3b5d48=_0x4eb7;typeof exports==_0x3b5d48(0x1f5)&&typeof module<'u'?module[_0x3b5d48(0x1f0)]=_0x194cad():typeof define==_0x3b5d48(0x1f1)&&define['amd']?define([],_0x194cad):(_0x5c41a1=typeof globalThis<'u'?globalThis:_0x5c41a1||self,_0x5c41a1[_0x3b5d48(0x1ed)]=_0x194cad());}(this,function(){var _0x3de6a0=_0x4eb7;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x3de6a0(0x1e1)}},'collabStatus':{'fetchMiss':_0x3de6a0(0x1e4),'conflict':_0x3de6a0(0x1ef),'notCollab':_0x3de6a0(0x1e6),'synced':_0x3de6a0(0x1e3),'syncing':_0x3de6a0(0x1f4),'offline':_0x3de6a0(0x1f9)},'session':{'connection-failed':_0x3de6a0(0x1fa),'will-retry':'Verbindung\x20fehlgeschlagen.\x20Wir\x20werden\x20es\x20in\x20Kürze\x20erneut\x20versuchen.','room-full':_0x3de6a0(0x1eb),'join-failed':_0x3de6a0(0x1ec),'room-not-exists':'Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','room-permission-denied':_0x3de6a0(0x1de),'room-cnt-exceeds':_0x3de6a0(0x1e8),'collaboration-timeout':_0x3de6a0(0x1e0)},'conflict':{'title':_0x3de6a0(0x1db),'content':_0x3de6a0(0x1e7)},'permission':{'title':_0x3de6a0(0x1f6),'content':_0x3de6a0(0x1dd)},'collaboration':{'single-unit':{'warning':'Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Im\x20Falle\x20von\x20Datenverlust\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.'},'closeRoom':_0x3de6a0(0x1fd)},'auth':{'needGotoLoginAlert':_0x3de6a0(0x1e9)}}};}));
@@ -1 +1 @@
1
- function _0x469e(){var _0x469909=['130431RFKoVx','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing...','9VgrlIk','261186NqDyWV','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','604owDnRh','Edit\x20conflicts','35095ZsLaOA','function','amd','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','UniverProCollaborationClientEnUS','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Local\x20file','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','17TbPcqb','8213696tGtoXq','Click\x20to\x20Reconnect','6536110tvMuth','246glImgK','Collaboration\x20Conflict','Connection\x20failed.\x20Please\x20check\x20your\x20network.','147122KbNobd','exports','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','25732894lZVEBo','object','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.'];_0x469e=function(){return _0x469909;};return _0x469e();}function _0x56db(_0x502454,_0x2e2c51){_0x502454=_0x502454-0x68;var _0x469e86=_0x469e();var _0x56db42=_0x469e86[_0x502454];return _0x56db42;}(function(_0x34dd97,_0x3ff969){var _0x204fad=_0x56db,_0x403ff2=_0x34dd97();while(!![]){try{var _0x5b76de=-parseInt(_0x204fad(0x86))/0x1*(-parseInt(_0x204fad(0x6c))/0x2)+-parseInt(_0x204fad(0x78))/0x3+-parseInt(_0x204fad(0x7a))/0x4*(-parseInt(_0x204fad(0x7c))/0x5)+-parseInt(_0x204fad(0x69))/0x6*(parseInt(_0x204fad(0x74))/0x7)+parseInt(_0x204fad(0x87))/0x8+-parseInt(_0x204fad(0x77))/0x9*(-parseInt(_0x204fad(0x68))/0xa)+-parseInt(_0x204fad(0x6f))/0xb;if(_0x5b76de===_0x3ff969)break;else _0x403ff2['push'](_0x403ff2['shift']());}catch(_0x409ca3){_0x403ff2['push'](_0x403ff2['shift']());}}}(_0x469e,0xc3668),function(_0x46a1ad,_0x45d183){var _0x574bec=_0x56db;typeof exports==_0x574bec(0x70)&&typeof module<'u'?module[_0x574bec(0x6d)]=_0x45d183():typeof define==_0x574bec(0x7d)&&define[_0x574bec(0x7e)]?define([],_0x45d183):(_0x46a1ad=typeof globalThis<'u'?globalThis:_0x46a1ad||self,_0x46a1ad[_0x574bec(0x80)]=_0x45d183());}(this,function(){var _0x232a51=_0x56db;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x232a51(0x88)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x232a51(0x7b),'notCollab':_0x232a51(0x84),'synced':'Synced','syncing':_0x232a51(0x76),'offline':_0x232a51(0x7f)},'session':{'connection-failed':_0x232a51(0x6b),'will-retry':_0x232a51(0x83),'room-full':_0x232a51(0x75),'join-failed':_0x232a51(0x85),'room-not-exists':_0x232a51(0x73),'room-permission-denied':_0x232a51(0x71),'room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':_0x232a51(0x81)},'conflict':{'title':_0x232a51(0x6a),'content':_0x232a51(0x82)},'permission':{'title':'Authentication\x20Error','content':_0x232a51(0x6e)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x232a51(0x79)},'auth':{'needGotoLoginAlert':_0x232a51(0x72)}}};}));
1
+ (function(_0x593eb1,_0x3ab083){var _0xd5776b=_0x1bef,_0x2f80fd=_0x593eb1();while(!![]){try{var _0x552bd5=parseInt(_0xd5776b(0x1bb))/0x1+parseInt(_0xd5776b(0x1c0))/0x2+parseInt(_0xd5776b(0x1ca))/0x3*(parseInt(_0xd5776b(0x1c2))/0x4)+-parseInt(_0xd5776b(0x1b2))/0x5*(-parseInt(_0xd5776b(0x1b9))/0x6)+parseInt(_0xd5776b(0x1c6))/0x7*(-parseInt(_0xd5776b(0x1c9))/0x8)+parseInt(_0xd5776b(0x1ba))/0x9*(-parseInt(_0xd5776b(0x1be))/0xa)+-parseInt(_0xd5776b(0x1c8))/0xb;if(_0x552bd5===_0x3ab083)break;else _0x2f80fd['push'](_0x2f80fd['shift']());}catch(_0xefc9b){_0x2f80fd['push'](_0x2f80fd['shift']());}}}(_0x2d86,0x6d03a),function(_0xaa3c28,_0x4ad93d){var _0x159e72=_0x1bef;typeof exports=='object'&&typeof module<'u'?module[_0x159e72(0x1b6)]=_0x4ad93d():typeof define==_0x159e72(0x1c5)&&define[_0x159e72(0x1d1)]?define([],_0x4ad93d):(_0xaa3c28=typeof globalThis<'u'?globalThis:_0xaa3c28||self,_0xaa3c28[_0x159e72(0x1b3)]=_0x4ad93d());}(this,function(){var _0x2a10a2=_0x1bef;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x2a10a2(0x1b4)}},'collabStatus':{'fetchMiss':_0x2a10a2(0x1b8),'conflict':_0x2a10a2(0x1cc),'notCollab':_0x2a10a2(0x1b5),'synced':'Synced','syncing':_0x2a10a2(0x1c1),'offline':_0x2a10a2(0x1c7)},'session':{'connection-failed':'Connection\x20failed.\x20Please\x20check\x20your\x20network.','will-retry':_0x2a10a2(0x1ce),'room-full':_0x2a10a2(0x1d2),'join-failed':_0x2a10a2(0x1b7),'room-not-exists':_0x2a10a2(0x1d3),'room-permission-denied':_0x2a10a2(0x1d0),'room-cnt-exceeds':_0x2a10a2(0x1c3),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x2a10a2(0x1bd),'content':_0x2a10a2(0x1bf)},'permission':{'title':_0x2a10a2(0x1c4),'content':_0x2a10a2(0x1cb)},'collaboration':{'single-unit':{'warning':_0x2a10a2(0x1cf)},'closeRoom':_0x2a10a2(0x1cd)},'auth':{'needGotoLoginAlert':_0x2a10a2(0x1bc)}}};}));function _0x1bef(_0x34b5c1,_0x40757d){_0x34b5c1=_0x34b5c1-0x1b2;var _0x2d86ad=_0x2d86();var _0x1bef69=_0x2d86ad[_0x34b5c1];return _0x1bef69;}function _0x2d86(){var _0x5877f6=['7TUmYeZ','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','2236927ceblCl','6987040AXNLJu','123573pGirum','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Edit\x20conflicts','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','amd','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','45VauTHZ','UniverProCollaborationClientEnUS','Click\x20to\x20Reconnect','Local\x20file','exports','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing\x20server\x20data...','522780kOpudH','117IOSyhx','437853vREYwb','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Collaboration\x20Conflict','625790nejkHr','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','911414vKgLHr','Syncing...','64uQqnDd','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Authentication\x20Error','function'];_0x2d86=function(){return _0x5877f6;};return _0x2d86();}
@@ -1 +1 @@
1
- function _0x1e39(_0x3617d0,_0xff758d){_0x3617d0=_0x3617d0-0x126;var _0x51d933=_0x51d9();var _0x1e39cc=_0x51d933[_0x3617d0];return _0x1e39cc;}function _0x51d9(){var _0x365a70=['Error\x20de\x20conexión.\x20Verifique\x20su\x20red.','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.','UniverProCollaborationClientEsES','8586747oHMNWU','8rTyjaD','Sincronizando...','Conflictos\x20de\x20edición','Haga\x20clic\x20para\x20reconectar','402024rKBkfD','function','1206948KpYVgC','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Conflicto\x20de\x20colaboración','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','amd','El\x20documento\x20ha\x20alcanzado\x20su\x20límite\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','5oLQSxb','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','1320900iBKJRM','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','exports','El\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20el\x20límite.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','138183AnvRWu','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','Error\x20de\x20conexión.\x20Intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','2467664tDsoMy','86904TrYOSb'];_0x51d9=function(){return _0x365a70;};return _0x51d9();}(function(_0x5f3233,_0x1f6c38){var _0x1faac0=_0x1e39,_0x2087f8=_0x5f3233();while(!![]){try{var _0x1aa5c9=-parseInt(_0x1faac0(0x128))/0x1+parseInt(_0x1faac0(0x12d))/0x2*(parseInt(_0x1faac0(0x140))/0x3)+-parseInt(_0x1faac0(0x133))/0x4*(parseInt(_0x1faac0(0x139))/0x5)+-parseInt(_0x1faac0(0x13b))/0x6+-parseInt(_0x1faac0(0x131))/0x7+-parseInt(_0x1faac0(0x127))/0x8+parseInt(_0x1faac0(0x12c))/0x9;if(_0x1aa5c9===_0x1f6c38)break;else _0x2087f8['push'](_0x2087f8['shift']());}catch(_0x4eaac4){_0x2087f8['push'](_0x2087f8['shift']());}}}(_0x51d9,0x27f3e),function(_0x30541c,_0x1b718b){var _0x3803f3=_0x1e39;typeof exports=='object'&&typeof module<'u'?module[_0x3803f3(0x13e)]=_0x1b718b():typeof define==_0x3803f3(0x132)&&define[_0x3803f3(0x137)]?define([],_0x1b718b):(_0x30541c=typeof globalThis<'u'?globalThis:_0x30541c||self,_0x30541c[_0x3803f3(0x12b)]=_0x1b718b());}(this,function(){var _0x6f84ed=_0x1e39;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x6f84ed(0x130)}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':_0x6f84ed(0x12f),'notCollab':'Archivo\x20local','synced':'Sincronizado','syncing':_0x6f84ed(0x12e),'offline':_0x6f84ed(0x141)},'session':{'connection-failed':_0x6f84ed(0x129),'will-retry':_0x6f84ed(0x126),'room-full':_0x6f84ed(0x138),'join-failed':'No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','room-not-exists':_0x6f84ed(0x136),'room-permission-denied':'Sin\x20permiso\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','room-cnt-exceeds':_0x6f84ed(0x13f),'collaboration-timeout':_0x6f84ed(0x134)},'conflict':{'title':_0x6f84ed(0x135),'content':_0x6f84ed(0x12a)},'permission':{'title':'Error\x20de\x20autenticación','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':_0x6f84ed(0x13d)},'closeRoom':_0x6f84ed(0x13c)},'auth':{'needGotoLoginAlert':_0x6f84ed(0x13a)}}};}));
1
+ (function(_0x4236c1,_0x815b89){var _0x4f887b=_0x12b9,_0x2c0a62=_0x4236c1();while(!![]){try{var _0x2a8d1e=parseInt(_0x4f887b(0xab))/0x1+-parseInt(_0x4f887b(0xac))/0x2*(-parseInt(_0x4f887b(0xb8))/0x3)+-parseInt(_0x4f887b(0xc2))/0x4+parseInt(_0x4f887b(0xc3))/0x5+parseInt(_0x4f887b(0xb0))/0x6*(-parseInt(_0x4f887b(0xae))/0x7)+-parseInt(_0x4f887b(0xb7))/0x8*(-parseInt(_0x4f887b(0xb3))/0x9)+-parseInt(_0x4f887b(0xb2))/0xa*(parseInt(_0x4f887b(0xb4))/0xb);if(_0x2a8d1e===_0x815b89)break;else _0x2c0a62['push'](_0x2c0a62['shift']());}catch(_0x46f564){_0x2c0a62['push'](_0x2c0a62['shift']());}}}(_0x2a11,0x9ec9b),function(_0x2ffb97,_0x596e34){var _0x454d01=_0x12b9;typeof exports=='object'&&typeof module<'u'?module[_0x454d01(0xbf)]=_0x596e34():typeof define==_0x454d01(0xb6)&&define[_0x454d01(0xb9)]?define([],_0x596e34):(_0x2ffb97=typeof globalThis<'u'?globalThis:_0x2ffb97||self,_0x2ffb97[_0x454d01(0xc5)]=_0x596e34());}(this,function(){var _0x2cb3d9=_0x12b9;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x2cb3d9(0xbb)}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':'Conflictos\x20de\x20edición','notCollab':_0x2cb3d9(0xc6),'synced':'Sincronizado','syncing':'Sincronizando...','offline':_0x2cb3d9(0xc0)},'session':{'connection-failed':'Error\x20de\x20conexión.\x20Verifique\x20su\x20red.','will-retry':_0x2cb3d9(0xbc),'room-full':_0x2cb3d9(0xba),'join-failed':_0x2cb3d9(0xc4),'room-not-exists':_0x2cb3d9(0xad),'room-permission-denied':_0x2cb3d9(0xb5),'room-cnt-exceeds':_0x2cb3d9(0xa9),'collaboration-timeout':'El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.'},'conflict':{'title':_0x2cb3d9(0xaa),'content':_0x2cb3d9(0xb1)},'permission':{'title':'Error\x20de\x20autenticación','content':_0x2cb3d9(0xc1)},'collaboration':{'single-unit':{'warning':_0x2cb3d9(0xbe)},'closeRoom':_0x2cb3d9(0xaf)},'auth':{'needGotoLoginAlert':_0x2cb3d9(0xbd)}}};}));function _0x12b9(_0x302d24,_0x432791){_0x302d24=_0x302d24-0xa9;var _0x2a1190=_0x2a11();var _0x12b9ba=_0x2a1190[_0x302d24];return _0x12b9ba;}function _0x2a11(){var _0x430ba6=['Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','exports','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','Sus\x20acciones\x20entran\x20en\x20conflicto\x20con\x20los\x20permisos\x20del\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales\x20en\x20otro\x20lugar,\x20ya\x20que\x20se\x20descartarán\x20después\x20de\x20actualizar\x20la\x20página.','3848484lPjvhY','1596855VLujea','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','UniverProCollaborationClientEsES','Archivo\x20local','El\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20el\x20límite.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Conflicto\x20de\x20colaboración','540107zIyQtJ','8LjwxAR','No\x20se\x20pudo\x20unir\x20a\x20la\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','7ZVoIIX','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','2894088WyYDtZ','Hay\x20un\x20conflicto\x20entre\x20su\x20copia\x20local\x20y\x20la\x20copia\x20en\x20el\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales,\x20ya\x20que\x20se\x20perderán\x20cuando\x20recargue\x20la\x20página.','46490bxnDEI','9HGjyDJ','2420NzUCfX','Sin\x20permiso\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','function','9043024UKjSJJ','845841BzjFwH','amd','El\x20documento\x20ha\x20alcanzado\x20su\x20límite\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Haga\x20clic\x20para\x20reconectar','Error\x20de\x20conexión.\x20Intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.'];_0x2a11=function(){return _0x430ba6;};return _0x2a11();}
@@ -1 +1 @@
1
- (function(_0x17f43a,_0xc29395){var _0xb927ea=_0xf4f1,_0x3da4a7=_0x17f43a();while(!![]){try{var _0x4ace20=-parseInt(_0xb927ea(0xd0))/0x1*(-parseInt(_0xb927ea(0xd6))/0x2)+-parseInt(_0xb927ea(0xe8))/0x3+parseInt(_0xb927ea(0xce))/0x4*(parseInt(_0xb927ea(0xde))/0x5)+parseInt(_0xb927ea(0xd4))/0x6*(parseInt(_0xb927ea(0xd1))/0x7)+-parseInt(_0xb927ea(0xe7))/0x8+-parseInt(_0xb927ea(0xdf))/0x9+-parseInt(_0xb927ea(0xec))/0xa*(-parseInt(_0xb927ea(0xdc))/0xb);if(_0x4ace20===_0xc29395)break;else _0x3da4a7['push'](_0x3da4a7['shift']());}catch(_0x4c3c24){_0x3da4a7['push'](_0x3da4a7['shift']());}}}(_0x3f51,0x95e14),function(_0x385c21,_0x2a1a09){var _0x49015e=_0xf4f1;typeof exports==_0x49015e(0xd7)&&typeof module<'u'?module[_0x49015e(0xea)]=_0x2a1a09():typeof define==_0x49015e(0xd9)&&define[_0x49015e(0xdb)]?define([],_0x2a1a09):(_0x385c21=typeof globalThis<'u'?globalThis:_0x385c21||self,_0x385c21[_0x49015e(0xd2)]=_0x2a1a09());}(this,function(){var _0x16fcce=_0xf4f1;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x16fcce(0xe1)}},'collabStatus':{'fetchMiss':_0x16fcce(0xda),'conflict':_0x16fcce(0xe3),'notCollab':'پرونده\x20محلی','synced':_0x16fcce(0xe2),'syncing':'در\x20حال\x20همگام\x20سازی...','offline':_0x16fcce(0xed)},'session':{'connection-failed':_0x16fcce(0xe0),'will-retry':_0x16fcce(0xcd),'room-full':_0x16fcce(0xe4),'join-failed':_0x16fcce(0xe9),'room-not-exists':_0x16fcce(0xd5),'room-permission-denied':_0x16fcce(0xe5),'room-cnt-exceeds':_0x16fcce(0xdd),'collaboration-timeout':_0x16fcce(0xd8)},'conflict':{'title':_0x16fcce(0xcb),'content':_0x16fcce(0xeb)},'permission':{'title':_0x16fcce(0xcf),'content':_0x16fcce(0xe6)},'collaboration':{'single-unit':{'warning':_0x16fcce(0xcc)},'closeRoom':_0x16fcce(0xd3)},'auth':{'needGotoLoginAlert':'ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.'}}};}));function _0xf4f1(_0x335367,_0x2daf24){_0x335367=_0x335367-0xcb;var _0x3f5119=_0x3f51();var _0xf4f1ba=_0x3f5119[_0x335367];return _0xf4f1ba;}function _0x3f51(){var _0x4888c4=['12XbNHwF','خطای\x20اعتبارسنجی','1159593yIhVxl','1827539kgiEVG','UniverProCollaborationClientFaIR','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','18TDhNeA','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','2UbOvEi','object','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','function','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','amd','1859rSHrgz','تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','76420ORRDXe','2300031hkpiWu','اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','همگام\x20سازی','تداخل\x20ویرایش','ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','دسترسی\x20همکاری\x20وجود\x20ندارد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','3467000NemXIu','2679084Brmcrd','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','exports','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','12260NJsKXE','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','تداخل\x20همکاری','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.'];_0x3f51=function(){return _0x4888c4;};return _0x3f51();}
1
+ function _0x34eb(){var _0x382ce0=['50PeudLG','اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','2265290BCKoHa','296104jNtedC','24TdQVZd','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','1047760hliFyU','amd','تداخل\x20همکاری','خطای\x20اعتبارسنجی','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','612906hCifcz','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','4356XahUiG','UniverProCollaborationClientFaIR','121154QeuDiQ','9wXaPWh','182KLaAbo','exports','در\x20حال\x20همگام\x20سازی...','دسترسی\x20همکاری\x20وجود\x20ندارد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','817722pdAfBk','ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','556938PvYpsO','function'];_0x34eb=function(){return _0x382ce0;};return _0x34eb();}function _0x3de2(_0x7aad9b,_0x1cf94c){_0x7aad9b=_0x7aad9b-0x19b;var _0x34eb6d=_0x34eb();var _0x3de2f5=_0x34eb6d[_0x7aad9b];return _0x3de2f5;}(function(_0x13b4b6,_0x15b3b5){var _0x31f8b4=_0x3de2,_0x5acab6=_0x13b4b6();while(!![]){try{var _0x43478c=parseInt(_0x31f8b4(0x1b9))/0x1+parseInt(_0x31f8b4(0x1a8))/0x2+parseInt(_0x31f8b4(0x1ad))/0x3*(parseInt(_0x31f8b4(0x1a3))/0x4)+-parseInt(_0x31f8b4(0x19f))/0x5*(-parseInt(_0x31f8b4(0x19d))/0x6)+parseInt(_0x31f8b4(0x1b3))/0x7*(parseInt(_0x31f8b4(0x1a2))/0x8)+-parseInt(_0x31f8b4(0x1b2))/0x9*(-parseInt(_0x31f8b4(0x1a1))/0xa)+-parseInt(_0x31f8b4(0x1b1))/0xb*(parseInt(_0x31f8b4(0x1af))/0xc);if(_0x43478c===_0x15b3b5)break;else _0x5acab6['push'](_0x5acab6['shift']());}catch(_0x2bd7d4){_0x5acab6['push'](_0x5acab6['shift']());}}}(_0x34eb,0xa795d),function(_0x50e8f7,_0x2f635a){var _0x4e08e9=_0x3de2;typeof exports=='object'&&typeof module<'u'?module[_0x4e08e9(0x1b4)]=_0x2f635a():typeof define==_0x4e08e9(0x19e)&&define[_0x4e08e9(0x1a9)]?define([],_0x2f635a):(_0x50e8f7=typeof globalThis<'u'?globalThis:_0x50e8f7||self,_0x50e8f7[_0x4e08e9(0x1b0)]=_0x2f635a());}(this,function(){var _0x1d1a40=_0x3de2;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x1d1a40(0x1a6)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':'تداخل\x20ویرایش','notCollab':'پرونده\x20محلی','synced':'همگام\x20سازی','syncing':_0x1d1a40(0x1b5),'offline':_0x1d1a40(0x19c)},'session':{'connection-failed':_0x1d1a40(0x1a0),'will-retry':_0x1d1a40(0x1ac),'room-full':'ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','join-failed':_0x1d1a40(0x1a7),'room-not-exists':'پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-permission-denied':_0x1d1a40(0x1b6),'room-cnt-exceeds':'تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','collaboration-timeout':_0x1d1a40(0x1b7)},'conflict':{'title':_0x1d1a40(0x1aa),'content':_0x1d1a40(0x1ae)},'permission':{'title':_0x1d1a40(0x1ab),'content':_0x1d1a40(0x1a5)},'collaboration':{'single-unit':{'warning':_0x1d1a40(0x1b8)},'closeRoom':_0x1d1a40(0x1a4)},'auth':{'needGotoLoginAlert':_0x1d1a40(0x19b)}}};}));
@@ -1 +1 @@
1
- function _0x11e8(){var _0x4391b3=['Conflit\x20de\x20collaboration','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','1684488LweUae','Synchronisation\x20des\x20données\x20du\x20serveur...','Synchronisé','Aucune\x20autorisation\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Cliquez\x20pour\x20reconnecter','38ZJqBOE','Ce\x20document\x20a\x20atteint\x20sa\x20limite\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','UniverProCollaborationClientFrFR','Échec\x20de\x20la\x20connexion.\x20Une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','Synchronisation...','Conflits\x20de\x20modification','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','93864AfoHQJ','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.','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','8252720UagptG','Le\x20nombre\x20de\x20documents\x20collaboratifs\x20dépasse\x20la\x20limite.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','amd','1709235kNvUKn','Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Veuillez\x20réessayer\x20plus\x20tard.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','566746ljvHcU','Échec\x20de\x20la\x20connexion.\x20Veuillez\x20vérifier\x20votre\x20réseau.','Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Fichier\x20local','3246606ioIWbp','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.','154392pThaaJ','exports'];_0x11e8=function(){return _0x4391b3;};return _0x11e8();}function _0x5181(_0x350938,_0xda8c7){_0x350938=_0x350938-0x109;var _0x11e850=_0x11e8();var _0x518199=_0x11e850[_0x350938];return _0x518199;}(function(_0x18f759,_0x1eb437){var _0x344c80=_0x5181,_0x59b2a0=_0x18f759();while(!![]){try{var _0x1078e3=-parseInt(_0x344c80(0x121))/0x1+-parseInt(_0x344c80(0x112))/0x2*(parseInt(_0x344c80(0x119))/0x3)+-parseInt(_0x344c80(0x10d))/0x4+parseInt(_0x344c80(0x11f))/0x5+parseInt(_0x344c80(0x125))/0x6+-parseInt(_0x344c80(0x109))/0x7+parseInt(_0x344c80(0x11c))/0x8;if(_0x1078e3===_0x1eb437)break;else _0x59b2a0['push'](_0x59b2a0['shift']());}catch(_0x2a170b){_0x59b2a0['push'](_0x59b2a0['shift']());}}}(_0x11e8,0x4bb7e),function(_0x564e68,_0x1e26e0){var _0x2d3c5a=_0x5181;typeof exports=='object'&&typeof module<'u'?module[_0x2d3c5a(0x10a)]=_0x1e26e0():typeof define=='function'&&define[_0x2d3c5a(0x11e)]?define([],_0x1e26e0):(_0x564e68=typeof globalThis<'u'?globalThis:_0x564e68||self,_0x564e68[_0x2d3c5a(0x114)]=_0x1e26e0());}(this,function(){var _0x2e5c98=_0x5181;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x2e5c98(0x111)}},'collabStatus':{'fetchMiss':_0x2e5c98(0x10e),'conflict':_0x2e5c98(0x117),'notCollab':_0x2e5c98(0x124),'synced':_0x2e5c98(0x10f),'syncing':_0x2e5c98(0x116),'offline':_0x2e5c98(0x118)},'session':{'connection-failed':_0x2e5c98(0x122),'will-retry':_0x2e5c98(0x115),'room-full':_0x2e5c98(0x113),'join-failed':_0x2e5c98(0x120),'room-not-exists':_0x2e5c98(0x123),'room-permission-denied':_0x2e5c98(0x110),'room-cnt-exceeds':_0x2e5c98(0x11d),'collaboration-timeout':_0x2e5c98(0x10c)},'conflict':{'title':_0x2e5c98(0x10b),'content':'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.'},'permission':{'title':'Erreur\x20d\x27authentification','content':_0x2e5c98(0x126)},'collaboration':{'single-unit':{'warning':_0x2e5c98(0x11a)},'closeRoom':_0x2e5c98(0x11b)},'auth':{'needGotoLoginAlert':'Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.'}}};}));
1
+ (function(_0x15d458,_0x17548d){var _0x21c163=_0x1f2b,_0x1ce3ca=_0x15d458();while(!![]){try{var _0x1a6708=-parseInt(_0x21c163(0x1e1))/0x1+parseInt(_0x21c163(0x1cb))/0x2+-parseInt(_0x21c163(0x1e3))/0x3*(parseInt(_0x21c163(0x1cd))/0x4)+parseInt(_0x21c163(0x1e2))/0x5*(-parseInt(_0x21c163(0x1d8))/0x6)+-parseInt(_0x21c163(0x1df))/0x7+-parseInt(_0x21c163(0x1db))/0x8+parseInt(_0x21c163(0x1d3))/0x9*(parseInt(_0x21c163(0x1d2))/0xa);if(_0x1a6708===_0x17548d)break;else _0x1ce3ca['push'](_0x1ce3ca['shift']());}catch(_0x4b1fbf){_0x1ce3ca['push'](_0x1ce3ca['shift']());}}}(_0xa85c,0x839dd),function(_0x5ba756,_0x5c391d){var _0x162281=_0x1f2b;typeof exports==_0x162281(0x1dd)&&typeof module<'u'?module[_0x162281(0x1da)]=_0x5c391d():typeof define=='function'&&define[_0x162281(0x1e4)]?define([],_0x5c391d):(_0x5ba756=typeof globalThis<'u'?globalThis:_0x5ba756||self,_0x5ba756['UniverProCollaborationClientFrFR']=_0x5c391d());}(this,function(){var _0x58827b=_0x1f2b;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x58827b(0x1c7)}},'collabStatus':{'fetchMiss':_0x58827b(0x1c9),'conflict':_0x58827b(0x1ce),'notCollab':'Fichier\x20local','synced':_0x58827b(0x1e5),'syncing':'Synchronisation...','offline':_0x58827b(0x1d9)},'session':{'connection-failed':'Échec\x20de\x20la\x20connexion.\x20Veuillez\x20vérifier\x20votre\x20réseau.','will-retry':_0x58827b(0x1d0),'room-full':_0x58827b(0x1d6),'join-failed':_0x58827b(0x1cf),'room-not-exists':_0x58827b(0x1d1),'room-permission-denied':_0x58827b(0x1c8),'room-cnt-exceeds':_0x58827b(0x1e0),'collaboration-timeout':_0x58827b(0x1d4)},'conflict':{'title':_0x58827b(0x1d5),'content':_0x58827b(0x1de)},'permission':{'title':_0x58827b(0x1ca),'content':_0x58827b(0x1dc)},'collaboration':{'single-unit':{'warning':_0x58827b(0x1e6)},'closeRoom':_0x58827b(0x1d7)},'auth':{'needGotoLoginAlert':_0x58827b(0x1cc)}}};}));function _0x1f2b(_0x504edb,_0x4eb842){_0x504edb=_0x504edb-0x1c7;var _0xa85cb6=_0xa85c();var _0x1f2b67=_0xa85cb6[_0x504edb];return _0x1f2b67;}function _0xa85c(){var _0x484a77=['Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','exports','4028608FuwlOM','Vos\x20actions\x20entrent\x20en\x20conflit\x20avec\x20les\x20autorisations\x20du\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales\x20ailleurs,\x20car\x20elles\x20seront\x20supprimées\x20après\x20l\x27actualisation\x20de\x20la\x20page.','object','Il\x20existe\x20un\x20conflit\x20entre\x20votre\x20copie\x20locale\x20et\x20la\x20copie\x20sur\x20le\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales,\x20car\x20elles\x20seront\x20perdues\x20lors\x20du\x20rechargement\x20de\x20la\x20page.','6349133WcSiTT','Le\x20nombre\x20de\x20documents\x20collaboratifs\x20dépasse\x20la\x20limite.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','168559vMMZon','170BUfPHR','3mQqjcg','amd','Synchronisé','Vous\x20avez\x20ouvert\x20le\x20même\x20fichier\x20dans\x20un\x20autre\x20onglet.\x20Pour\x20éviter\x20toute\x20perte\x20de\x20données,\x20vous\x20ne\x20pouvez\x20pas\x20modifier\x20dans\x20cet\x20onglet.','Cliquez\x20pour\x20reconnecter','Aucune\x20autorisation\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Synchronisation\x20des\x20données\x20du\x20serveur...','Erreur\x20d\x27authentification','1083146VrXKNm','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','1520048AZynHQ','Conflits\x20de\x20modification','Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Veuillez\x20réessayer\x20plus\x20tard.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Échec\x20de\x20la\x20connexion.\x20Une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','Échec\x20de\x20la\x20connexion\x20à\x20la\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','950tgZIyR','186012DPpKuc','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Conflit\x20de\x20collaboration','Ce\x20document\x20a\x20atteint\x20sa\x20limite\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','1194pvJjDB'];_0xa85c=function(){return _0x484a77;};return _0xa85c();}
@@ -1 +1 @@
1
- function _0x5088(_0x23d368,_0x10ce7d){_0x23d368=_0x23d368-0xf1;var _0x2ddecb=_0x2dde();var _0x5088dc=_0x2ddecb[_0x23d368];return _0x5088dc;}function _0x2dde(){var _0x2f3b63=['Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Dokumen\x20telah\x20mencapai\x20batas\x20kolaborasinya.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','exports','758674ByOGfp','36264FDdvnL','amd','499815kEbsgl','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Tersinkron','71701JZMFgF','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','773523YjLTlm','Tidak\x20ada\x20izin\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Jumlah\x20dokumen\x20kolaboratif\x20melebihi\x20batas.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Menyinkronkan...','Koneksi\x20gagal.\x20Harap\x20periksa\x20jaringan\x20Anda.','312wJMTuu','Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Harap\x20coba\x20lagi\x20nanti.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','9582576OEKUck','4jUJtCi','Konflik\x20Kolaborasi','265sMioDf','UniverProCollaborationClientIdID','41700480cwzwME'];_0x2dde=function(){return _0x2f3b63;};return _0x2dde();}(function(_0x1ccada,_0x506590){var _0x363a67=_0x5088,_0x241e00=_0x1ccada();while(!![]){try{var _0x35a1fb=-parseInt(_0x363a67(0xf2))/0x1+-parseInt(_0x363a67(0x104))/0x2*(parseInt(_0x363a67(0xfa))/0x3)+-parseInt(_0x363a67(0xf3))/0x4*(parseInt(_0x363a67(0x106))/0x5)+-parseInt(_0x363a67(0x100))/0x6*(parseInt(_0x363a67(0xf8))/0x7)+-parseInt(_0x363a67(0x103))/0x8+-parseInt(_0x363a67(0xf5))/0x9+parseInt(_0x363a67(0x108))/0xa;if(_0x35a1fb===_0x506590)break;else _0x241e00['push'](_0x241e00['shift']());}catch(_0x1fe08d){_0x241e00['push'](_0x241e00['shift']());}}}(_0x2dde,0x999d1),function(_0x2d595b,_0xba5c01){var _0x8c2e3=_0x5088;typeof exports=='object'&&typeof module<'u'?module[_0x8c2e3(0xf1)]=_0xba5c01():typeof define=='function'&&define[_0x8c2e3(0xf4)]?define([],_0xba5c01):(_0x2d595b=typeof globalThis<'u'?globalThis:_0x2d595b||self,_0x2d595b[_0x8c2e3(0x107)]=_0xba5c01());}(this,function(){var _0x4cb161=_0x5088;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Klik\x20untuk\x20Menyambung\x20Kembali'}},'collabStatus':{'fetchMiss':'Menyinkronkan\x20data\x20server...','conflict':'Konflik\x20edit','notCollab':'File\x20lokal','synced':_0x4cb161(0xf7),'syncing':_0x4cb161(0xfe),'offline':'Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal'},'session':{'connection-failed':_0x4cb161(0xff),'will-retry':'Koneksi\x20gagal.\x20Kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':_0x4cb161(0x10a),'join-failed':_0x4cb161(0x102),'room-not-exists':_0x4cb161(0x101),'room-permission-denied':_0x4cb161(0xfb),'room-cnt-exceeds':_0x4cb161(0xfd),'collaboration-timeout':_0x4cb161(0xf9)},'conflict':{'title':_0x4cb161(0x105),'content':_0x4cb161(0xf6)},'permission':{'title':'Kesalahan\x20Autentikasi','content':_0x4cb161(0xfc)},'collaboration':{'single-unit':{'warning':'Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.'},'closeRoom':'Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.'},'auth':{'needGotoLoginAlert':_0x4cb161(0x109)}}};}));
1
+ (function(_0x4a222b,_0x113ae9){var _0x9a7182=_0x4b77,_0x362f33=_0x4a222b();while(!![]){try{var _0x5d0f17=-parseInt(_0x9a7182(0x107))/0x1+parseInt(_0x9a7182(0x10b))/0x2*(-parseInt(_0x9a7182(0x10c))/0x3)+parseInt(_0x9a7182(0x10a))/0x4+parseInt(_0x9a7182(0x11a))/0x5*(parseInt(_0x9a7182(0x114))/0x6)+parseInt(_0x9a7182(0x116))/0x7*(-parseInt(_0x9a7182(0x115))/0x8)+parseInt(_0x9a7182(0x11f))/0x9+parseInt(_0x9a7182(0x109))/0xa;if(_0x5d0f17===_0x113ae9)break;else _0x362f33['push'](_0x362f33['shift']());}catch(_0x53128e){_0x362f33['push'](_0x362f33['shift']());}}}(_0x4f1f,0xcdc37),function(_0x3ad3da,_0x5534a3){var _0xeac23d=_0x4b77;typeof exports==_0xeac23d(0x11d)&&typeof module<'u'?module[_0xeac23d(0x11e)]=_0x5534a3():typeof define=='function'&&define['amd']?define([],_0x5534a3):(_0x3ad3da=typeof globalThis<'u'?globalThis:_0x3ad3da||self,_0x3ad3da[_0xeac23d(0x113)]=_0x5534a3());}(this,function(){var _0x182b6b=_0x4b77;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x182b6b(0x120)}},'collabStatus':{'fetchMiss':_0x182b6b(0x119),'conflict':_0x182b6b(0x118),'notCollab':'File\x20lokal','synced':_0x182b6b(0x106),'syncing':'Menyinkronkan...','offline':_0x182b6b(0x11b)},'session':{'connection-failed':'Koneksi\x20gagal.\x20Harap\x20periksa\x20jaringan\x20Anda.','will-retry':_0x182b6b(0x10d),'room-full':'Dokumen\x20telah\x20mencapai\x20batas\x20kolaborasinya.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','join-failed':_0x182b6b(0x11c),'room-not-exists':_0x182b6b(0x111),'room-permission-denied':_0x182b6b(0x108),'room-cnt-exceeds':_0x182b6b(0x10f),'collaboration-timeout':'Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'},'conflict':{'title':_0x182b6b(0x105),'content':'Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.'},'permission':{'title':_0x182b6b(0x110),'content':_0x182b6b(0x112)},'collaboration':{'single-unit':{'warning':'Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.'},'closeRoom':_0x182b6b(0x10e)},'auth':{'needGotoLoginAlert':_0x182b6b(0x117)}}};}));function _0x4b77(_0x6e4cae,_0x4750ed){_0x6e4cae=_0x6e4cae-0x105;var _0x4f1fc7=_0x4f1f();var _0x4b773d=_0x4f1fc7[_0x6e4cae];return _0x4b773d;}function _0x4f1f(){var _0x40662a=['Kesalahan\x20Autentikasi','Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','UniverProCollaborationClientIdID','21270zgovaE','632MUrviu','145271yMYwaY','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Konflik\x20edit','Menyinkronkan\x20data\x20server...','2110kpixOn','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','Gagal\x20bergabung\x20dalam\x20kolaborasi.\x20Harap\x20coba\x20lagi\x20nanti.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','object','exports','1722582TUatUn','Klik\x20untuk\x20Menyambung\x20Kembali','Konflik\x20Kolaborasi','Tersinkron','1418060wojkNZ','Tidak\x20ada\x20izin\x20kolaborasi.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','35478500HBvaAJ','588700qxzOPN','2964118IqxfiA','3XTDUXo','Koneksi\x20gagal.\x20Kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Jumlah\x20dokumen\x20kolaboratif\x20melebihi\x20batas.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'];_0x4f1f=function(){return _0x40662a;};return _0x4f1f();}
@@ -1 +1 @@
1
- function _0x4f4c(_0xf35d95,_0x307505){_0xf35d95=_0xf35d95-0x7a;var _0xaa23ee=_0xaa23();var _0x4f4cfa=_0xaa23ee[_0xf35d95];return _0x4f4cfa;}(function(_0x5ee64b,_0xf782f4){var _0x7ee5fa=_0x4f4c,_0x4d73d6=_0x5ee64b();while(!![]){try{var _0x2890a6=parseInt(_0x7ee5fa(0x84))/0x1*(-parseInt(_0x7ee5fa(0x7a))/0x2)+-parseInt(_0x7ee5fa(0x95))/0x3*(-parseInt(_0x7ee5fa(0x93))/0x4)+parseInt(_0x7ee5fa(0x7e))/0x5*(-parseInt(_0x7ee5fa(0x7f))/0x6)+-parseInt(_0x7ee5fa(0x7d))/0x7*(parseInt(_0x7ee5fa(0x9a))/0x8)+-parseInt(_0x7ee5fa(0x81))/0x9*(parseInt(_0x7ee5fa(0x8d))/0xa)+parseInt(_0x7ee5fa(0x8a))/0xb*(-parseInt(_0x7ee5fa(0x91))/0xc)+-parseInt(_0x7ee5fa(0x7c))/0xd*(-parseInt(_0x7ee5fa(0x97))/0xe);if(_0x2890a6===_0xf782f4)break;else _0x4d73d6['push'](_0x4d73d6['shift']());}catch(_0xce8213){_0x4d73d6['push'](_0x4d73d6['shift']());}}}(_0xaa23,0x75ed9),function(_0x3e6ac0,_0x1affcd){var _0x45f2d5=_0x4f4c;typeof exports==_0x45f2d5(0x87)&&typeof module<'u'?module['exports']=_0x1affcd():typeof define=='function'&&define[_0x45f2d5(0x96)]?define([],_0x1affcd):(_0x3e6ac0=typeof globalThis<'u'?globalThis:_0x3e6ac0||self,_0x3e6ac0[_0x45f2d5(0x83)]=_0x1affcd());}(this,function(){var _0x6ee3fa=_0x4f4c;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x6ee3fa(0x92)}},'collabStatus':{'fetchMiss':_0x6ee3fa(0x8f),'conflict':_0x6ee3fa(0x85),'notCollab':_0x6ee3fa(0x90),'synced':'Sincronizzato','syncing':_0x6ee3fa(0x94),'offline':_0x6ee3fa(0x86)},'session':{'connection-failed':'Connessione\x20fallita.\x20Verifica\x20la\x20tua\x20rete.','will-retry':_0x6ee3fa(0x89),'room-full':'Il\x20documento\x20ha\x20raggiunto\x20il\x20limite\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','join-failed':'Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Riprova\x20più\x20tardi.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','room-not-exists':_0x6ee3fa(0x80),'room-permission-denied':_0x6ee3fa(0x8e),'room-cnt-exceeds':_0x6ee3fa(0x99),'collaboration-timeout':_0x6ee3fa(0x8b)},'conflict':{'title':'Conflitto\x20di\x20collaborazione','content':_0x6ee3fa(0x88)},'permission':{'title':_0x6ee3fa(0x82),'content':_0x6ee3fa(0x8c)},'collaboration':{'single-unit':{'warning':_0x6ee3fa(0x7b)},'closeRoom':_0x6ee3fa(0x98)},'auth':{'needGotoLoginAlert':_0x6ee3fa(0x9b)}}};}));function _0xaa23(){var _0x33e61e=['Sincronizzazione\x20in\x20corso...','2735994xWBIjO','amd','28EfXRKF','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20collaborativa\x20è\x20stata\x20chiusa.','Il\x20numero\x20di\x20documenti\x20collaborativi\x20supera\x20il\x20limite.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','5798712emOlfX','Il\x20tuo\x20accesso\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20accedere\x20di\x20nuovo,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','6ccAlYw','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','10990967JkCBhm','7NIKBUM','442190BToPfY','6necfIl','Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','3630114FKoYDU','Errore\x20di\x20autenticazione','UniverProCollaborationClientItIT','18313HJWteD','Conflitti\x20di\x20modifica','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20in\x20locale','object','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.','Connessione\x20fallita.\x20Riproveremo\x20tra\x20poco.','9331531lqpzpF','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20in\x20locale.','Le\x20tue\x20azioni\x20sono\x20in\x20conflitto\x20con\x20le\x20autorizzazioni\x20del\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali\x20altrove,\x20perché\x20verranno\x20eliminate\x20dopo\x20l\x27aggiornamento\x20della\x20pagina.','10YuEwzm','Nessuna\x20autorizzazione\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','Sincronizzazione\x20dati\x20server\x20in\x20corso...','File\x20locale','12YeMDjN','Clicca\x20per\x20riconnetterti','4JhipGf'];_0xaa23=function(){return _0x33e61e;};return _0xaa23();}
1
+ function _0x4811(_0x2d050a,_0x2edbfc){_0x2d050a=_0x2d050a-0x188;var _0x41ff66=_0x41ff();var _0x481102=_0x41ff66[_0x2d050a];return _0x481102;}(function(_0x106573,_0x111130){var _0x3041ca=_0x4811,_0x3b24=_0x106573();while(!![]){try{var _0x2b400e=parseInt(_0x3041ca(0x1a7))/0x1*(-parseInt(_0x3041ca(0x199))/0x2)+parseInt(_0x3041ca(0x19e))/0x3*(parseInt(_0x3041ca(0x189))/0x4)+parseInt(_0x3041ca(0x190))/0x5*(parseInt(_0x3041ca(0x18a))/0x6)+parseInt(_0x3041ca(0x1a3))/0x7*(-parseInt(_0x3041ca(0x1a6))/0x8)+parseInt(_0x3041ca(0x188))/0x9+-parseInt(_0x3041ca(0x1a1))/0xa*(-parseInt(_0x3041ca(0x198))/0xb)+parseInt(_0x3041ca(0x1a8))/0xc*(-parseInt(_0x3041ca(0x18e))/0xd);if(_0x2b400e===_0x111130)break;else _0x3b24['push'](_0x3b24['shift']());}catch(_0x4f95a3){_0x3b24['push'](_0x3b24['shift']());}}}(_0x41ff,0xba6b6),function(_0x31a095,_0x21b0bb){var _0xda5faa=_0x4811;typeof exports==_0xda5faa(0x194)&&typeof module<'u'?module[_0xda5faa(0x18c)]=_0x21b0bb():typeof define==_0xda5faa(0x19c)&&define[_0xda5faa(0x19a)]?define([],_0x21b0bb):(_0x31a095=typeof globalThis<'u'?globalThis:_0x31a095||self,_0x31a095[_0xda5faa(0x196)]=_0x21b0bb());}(this,function(){var _0x390211=_0x4811;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x390211(0x1a4)}},'collabStatus':{'fetchMiss':_0x390211(0x18f),'conflict':'Conflitti\x20di\x20modifica','notCollab':_0x390211(0x192),'synced':_0x390211(0x19f),'syncing':_0x390211(0x195),'offline':'Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20in\x20locale'},'session':{'connection-failed':_0x390211(0x1a0),'will-retry':_0x390211(0x19b),'room-full':_0x390211(0x1a5),'join-failed':'Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Riprova\x20più\x20tardi.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','room-not-exists':_0x390211(0x1a9),'room-permission-denied':_0x390211(0x18d),'room-cnt-exceeds':_0x390211(0x1a2),'collaboration-timeout':'Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20in\x20locale.'},'conflict':{'title':_0x390211(0x191),'content':_0x390211(0x197)},'permission':{'title':'Errore\x20di\x20autenticazione','content':_0x390211(0x193)},'collaboration':{'single-unit':{'warning':_0x390211(0x19d)},'closeRoom':_0x390211(0x18b)},'auth':{'needGotoLoginAlert':'Il\x20tuo\x20accesso\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20accedere\x20di\x20nuovo,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.'}}};}));function _0x41ff(){var _0x195e22=['4243908ddRweg','Impossibile\x20partecipare\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','5222700IvSEjy','2828344SDpQXX','8080404LEImAr','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20collaborativa\x20è\x20stata\x20chiusa.','exports','Nessuna\x20autorizzazione\x20alla\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','65kpmzYb','Sincronizzazione\x20dati\x20server\x20in\x20corso...','5aLcWkc','Conflitto\x20di\x20collaborazione','File\x20locale','Le\x20tue\x20azioni\x20sono\x20in\x20conflitto\x20con\x20le\x20autorizzazioni\x20del\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali\x20altrove,\x20perché\x20verranno\x20eliminate\x20dopo\x20l\x27aggiornamento\x20della\x20pagina.','object','Sincronizzazione\x20in\x20corso...','UniverProCollaborationClientItIT','C\x27è\x20un\x20conflitto\x20tra\x20la\x20tua\x20copia\x20locale\x20e\x20quella\x20sul\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali,\x20perché\x20andranno\x20perse\x20quando\x20ricarichi\x20la\x20pagina.','48653PEvnrr','2lquyBI','amd','Connessione\x20fallita.\x20Riproveremo\x20tra\x20poco.','function','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','3sQvDjt','Sincronizzato','Connessione\x20fallita.\x20Verifica\x20la\x20tua\x20rete.','3030UVulum','Il\x20numero\x20di\x20documenti\x20collaborativi\x20supera\x20il\x20limite.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','9060457CxWlBe','Clicca\x20per\x20riconnetterti','Il\x20documento\x20ha\x20raggiunto\x20il\x20limite\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20memorizzate\x20in\x20locale.','8UqPKHR','148069zjymkZ'];_0x41ff=function(){return _0x195e22;};return _0x41ff();}
@@ -1 +1 @@
1
- function _0x5596(_0x305017,_0x306b37){_0x305017=_0x305017-0x176;var _0x24e8a5=_0x24e8();var _0x5596f7=_0x24e8a5[_0x305017];return _0x5596f7;}(function(_0x3ae97f,_0x3128c7){var _0x2de5db=_0x5596,_0x5a8db6=_0x3ae97f();while(!![]){try{var _0x3aebc3=parseInt(_0x2de5db(0x17e))/0x1*(parseInt(_0x2de5db(0x187))/0x2)+parseInt(_0x2de5db(0x194))/0x3+parseInt(_0x2de5db(0x197))/0x4*(-parseInt(_0x2de5db(0x190))/0x5)+parseInt(_0x2de5db(0x182))/0x6+-parseInt(_0x2de5db(0x180))/0x7+-parseInt(_0x2de5db(0x177))/0x8*(parseInt(_0x2de5db(0x17a))/0x9)+parseInt(_0x2de5db(0x191))/0xa;if(_0x3aebc3===_0x3128c7)break;else _0x5a8db6['push'](_0x5a8db6['shift']());}catch(_0x3e3387){_0x5a8db6['push'](_0x5a8db6['shift']());}}}(_0x24e8,0x934f9),function(_0x127f32,_0x1fa856){var _0x3f2e0d=_0x5596;typeof exports==_0x3f2e0d(0x184)&&typeof module<'u'?module[_0x3f2e0d(0x192)]=_0x1fa856():typeof define==_0x3f2e0d(0x178)&&define[_0x3f2e0d(0x18f)]?define([],_0x1fa856):(_0x127f32=typeof globalThis<'u'?globalThis:_0x127f32||self,_0x127f32[_0x3f2e0d(0x189)]=_0x1fa856());}(this,function(){var _0x449a07=_0x5596;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x449a07(0x195)}},'collabStatus':{'fetchMiss':'サーバーデータを同期中...','conflict':_0x449a07(0x179),'notCollab':'ローカルファイル','synced':_0x449a07(0x17d),'syncing':_0x449a07(0x193),'offline':_0x449a07(0x18b)},'session':{'connection-failed':_0x449a07(0x196),'will-retry':_0x449a07(0x181),'room-full':_0x449a07(0x185),'join-failed':_0x449a07(0x17f),'room-not-exists':_0x449a07(0x176),'room-permission-denied':_0x449a07(0x18d),'room-cnt-exceeds':_0x449a07(0x186),'collaboration-timeout':'サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。'},'conflict':{'title':_0x449a07(0x18a),'content':_0x449a07(0x18c)},'permission':{'title':_0x449a07(0x183),'content':_0x449a07(0x18e)},'collaboration':{'single-unit':{'warning':_0x449a07(0x188)},'closeRoom':_0x449a07(0x17c)},'auth':{'needGotoLoginAlert':_0x449a07(0x17b)}}};}));function _0x24e8(){var _0x5dac70=['5036318toUlqT','接続に失敗しました。しばらくしてから再試行します。','1430088ahSflh','認証エラー','object','ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','2tNgueo','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','UniverProCollaborationClientJaJP','共同編集の競合','オフライン、編集内容はローカルに保存されます','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','amd','5ItRPJC','12533800PhycuN','exports','同期中...','386178WwNScM','クリックして再接続','接続に失敗しました。ネットワーク接続を確認してください。','2272924iqqUmE','共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','5105744GydyBL','function','編集の競合','9vZzApG','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','共同編集ルームが閉じられたため、編集権限が取り消されました。','同期済み','908854fIMFfJ','共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。'];_0x24e8=function(){return _0x5dac70;};return _0x24e8();}
1
+ function _0x10b4(_0xdc017d,_0x3ee07d){_0xdc017d=_0xdc017d-0x8e;var _0x4c1cc5=_0x4c1c();var _0x10b43e=_0x4c1cc5[_0xdc017d];return _0x10b43e;}function _0x4c1c(){var _0x4ab611=['1848520cYbzke','共同編集ルームが閉じられたため、編集権限が取り消されました。','サーバーデータを同期中...','4909800kgpozt','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','同期中...','68FdjbXv','同期済み','クリックして再接続','12304737kecIgg','function','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','27652JkHplx','2308zbelir','共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','1162cljRSM','ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','編集の競合','共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','39000TyddOQ','amd','UniverProCollaborationClientJaJP','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','840258PSriTc','6924DaxZpR','オフライン、編集内容はローカルに保存されます','共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。','共同編集の競合','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。'];_0x4c1c=function(){return _0x4ab611;};return _0x4c1c();}(function(_0x3a42a7,_0x46db9b){var _0x595c5b=_0x10b4,_0x20a0af=_0x3a42a7();while(!![]){try{var _0x152547=parseInt(_0x595c5b(0x96))/0x1*(parseInt(_0x595c5b(0x90))/0x2)+parseInt(_0x595c5b(0xa2))/0x3*(parseInt(_0x595c5b(0x97))/0x4)+-parseInt(_0x595c5b(0xaa))/0x5+parseInt(_0x595c5b(0xa1))/0x6+-parseInt(_0x595c5b(0x99))/0x7*(-parseInt(_0x595c5b(0x9d))/0x8)+-parseInt(_0x595c5b(0x93))/0x9+-parseInt(_0x595c5b(0xa7))/0xa;if(_0x152547===_0x46db9b)break;else _0x20a0af['push'](_0x20a0af['shift']());}catch(_0x301aa1){_0x20a0af['push'](_0x20a0af['shift']());}}}(_0x4c1c,0xa7c44),function(_0x59be24,_0xdb175d){var _0x5baf2d=_0x10b4;typeof exports=='object'&&typeof module<'u'?module['exports']=_0xdb175d():typeof define==_0x5baf2d(0x94)&&define[_0x5baf2d(0x9e)]?define([],_0xdb175d):(_0x59be24=typeof globalThis<'u'?globalThis:_0x59be24||self,_0x59be24[_0x5baf2d(0x9f)]=_0xdb175d());}(this,function(){var _0x2d75cf=_0x10b4;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x2d75cf(0x92)}},'collabStatus':{'fetchMiss':_0x2d75cf(0xa9),'conflict':_0x2d75cf(0x9b),'notCollab':'ローカルファイル','synced':_0x2d75cf(0x91),'syncing':_0x2d75cf(0x8f),'offline':_0x2d75cf(0xa3)},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':'接続に失敗しました。しばらくしてから再試行します。','room-full':_0x2d75cf(0x9a),'join-failed':_0x2d75cf(0xa4),'room-not-exists':'共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','room-permission-denied':_0x2d75cf(0x98),'room-cnt-exceeds':_0x2d75cf(0x9c),'collaboration-timeout':_0x2d75cf(0xa6)},'conflict':{'title':_0x2d75cf(0xa5),'content':_0x2d75cf(0x95)},'permission':{'title':'認証エラー','content':_0x2d75cf(0x8e)},'collaboration':{'single-unit':{'warning':'別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。'},'closeRoom':_0x2d75cf(0xa8)},'auth':{'needGotoLoginAlert':_0x2d75cf(0xa0)}}};}));
@@ -1 +1 @@
1
- function _0x4e72(_0x33c317,_0x88e1d){_0x33c317=_0x33c317-0x14c;var _0x36a425=_0x36a4();var _0x4e7216=_0x36a425[_0x33c317];return _0x4e7216;}function _0x36a4(){var _0xde2c86=['359233pDqhhs','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','119208lzLlyi','2ZQTqbq','공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','function','동기화됨','UniverProCollaborationClientKoKR','44886RUhhSc','1145711BXcpkt','3070052ZjlZSb','인증\x20오류','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','동기화\x20중...','3457055PxyNMg','로컬\x20파일','공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','공동\x20편집\x20충돌','18BZTcxa','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','10lJRmBo','801HROnyO','4509373RtVZNn','object'];_0x36a4=function(){return _0xde2c86;};return _0x36a4();}(function(_0x37a42f,_0x43ec36){var _0x36973d=_0x4e72,_0x5df104=_0x37a42f();while(!![]){try{var _0x3a5467=parseInt(_0x36973d(0x166))/0x1+parseInt(_0x36973d(0x14e))/0x2*(parseInt(_0x36973d(0x153))/0x3)+-parseInt(_0x36973d(0x155))/0x4+parseInt(_0x36973d(0x159))/0x5+parseInt(_0x36973d(0x160))/0x6*(-parseInt(_0x36973d(0x154))/0x7)+-parseInt(_0x36973d(0x14d))/0x8*(-parseInt(_0x36973d(0x163))/0x9)+parseInt(_0x36973d(0x162))/0xa*(-parseInt(_0x36973d(0x164))/0xb);if(_0x3a5467===_0x43ec36)break;else _0x5df104['push'](_0x5df104['shift']());}catch(_0x330dbd){_0x5df104['push'](_0x5df104['shift']());}}}(_0x36a4,0xb0978),function(_0xccdfa0,_0x436d7d){var _0x779850=_0x4e72;typeof exports==_0x779850(0x165)&&typeof module<'u'?module['exports']=_0x436d7d():typeof define==_0x779850(0x150)&&define['amd']?define([],_0x436d7d):(_0xccdfa0=typeof globalThis<'u'?globalThis:_0xccdfa0||self,_0xccdfa0[_0x779850(0x152)]=_0x436d7d());}(this,function(){var _0x319027=_0x4e72;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':'서버\x20데이터\x20동기화\x20중...','conflict':'편집\x20충돌','notCollab':_0x319027(0x15a),'synced':_0x319027(0x151),'syncing':_0x319027(0x158),'offline':_0x319027(0x167)},'session':{'connection-failed':_0x319027(0x15e),'will-retry':_0x319027(0x157),'room-full':'문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','join-failed':_0x319027(0x15b),'room-not-exists':_0x319027(0x15c),'room-permission-denied':'공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-cnt-exceeds':_0x319027(0x14f),'collaboration-timeout':_0x319027(0x161)},'conflict':{'title':_0x319027(0x15f),'content':'로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'},'permission':{'title':_0x319027(0x156),'content':_0x319027(0x15d)},'collaboration':{'single-unit':{'warning':_0x319027(0x168)},'closeRoom':'공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.'},'auth':{'needGotoLoginAlert':_0x319027(0x14c)}}};}));
1
+ function _0x220a(_0x37efd4,_0xa34c18){_0x37efd4=_0x37efd4-0xa2;var _0x12b350=_0x12b3();var _0x220aa5=_0x12b350[_0x37efd4];return _0x220aa5;}(function(_0x4050bd,_0x2f8712){var _0x25cccf=_0x220a,_0x4cd1c2=_0x4050bd();while(!![]){try{var _0x530583=parseInt(_0x25cccf(0xaa))/0x1+-parseInt(_0x25cccf(0xa7))/0x2+parseInt(_0x25cccf(0xa8))/0x3+parseInt(_0x25cccf(0xb1))/0x4+-parseInt(_0x25cccf(0xb4))/0x5*(-parseInt(_0x25cccf(0xa4))/0x6)+parseInt(_0x25cccf(0xb8))/0x7*(-parseInt(_0x25cccf(0xae))/0x8)+parseInt(_0x25cccf(0xa9))/0x9;if(_0x530583===_0x2f8712)break;else _0x4cd1c2['push'](_0x4cd1c2['shift']());}catch(_0x391bc6){_0x4cd1c2['push'](_0x4cd1c2['shift']());}}}(_0x12b3,0x3113f),function(_0x27b850,_0x14b030){var _0x1d0b25=_0x220a;typeof exports==_0x1d0b25(0xb6)&&typeof module<'u'?module[_0x1d0b25(0xac)]=_0x14b030():typeof define==_0x1d0b25(0xa6)&&define[_0x1d0b25(0xb9)]?define([],_0x14b030):(_0x27b850=typeof globalThis<'u'?globalThis:_0x27b850||self,_0x27b850[_0x1d0b25(0xb3)]=_0x14b030());}(this,function(){var _0x4cf03b=_0x220a;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':_0x4cf03b(0xb7),'conflict':_0x4cf03b(0xa2),'notCollab':_0x4cf03b(0xbc),'synced':_0x4cf03b(0xad),'syncing':_0x4cf03b(0xaf),'offline':_0x4cf03b(0xbd)},'session':{'connection-failed':'연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','will-retry':'연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','room-full':_0x4cf03b(0xb2),'join-failed':_0x4cf03b(0xbb),'room-not-exists':'공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-permission-denied':'공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-cnt-exceeds':_0x4cf03b(0xa3),'collaboration-timeout':_0x4cf03b(0xa5)},'conflict':{'title':_0x4cf03b(0xba),'content':'로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'},'permission':{'title':'인증\x20오류','content':_0x4cf03b(0xb0)},'collaboration':{'single-unit':{'warning':_0x4cf03b(0xb5)},'closeRoom':_0x4cf03b(0xab)},'auth':{'needGotoLoginAlert':'로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.'}}};}));function _0x12b3(){var _0x9620a2=['function','797624ZyBwzQ','506364TVrRMK','2782566gXtUAI','86302mjvfpj','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','exports','동기화됨','2002664scsTYc','동기화\x20중...','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','263352opHWpD','문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','UniverProCollaborationClientKoKR','100030dwKCBM','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','object','서버\x20데이터\x20동기화\x20중...','7zESvQC','amd','공동\x20편집\x20충돌','공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','로컬\x20파일','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','편집\x20충돌','공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','66KJSuMh','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'];_0x12b3=function(){return _0x9620a2;};return _0x12b3();}
@@ -1 +1 @@
1
- function _0x4e65(_0x242766,_0x3c4227){_0x242766=_0x242766-0xd2;var _0x489a73=_0x489a();var _0x4e65e0=_0x489a73[_0x242766];return _0x4e65e0;}function _0x489a(){var _0x13f0af=['Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Spróbuj\x20ponownie\x20później.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','3747792AbKiij','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','16BMSFrI','286865kTwzKm','Błąd\x20uwierzytelniania','2870790FUdrOg','13089020OqWtnM','object','Brak\x20uprawnień\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Liczba\x20dokumentów\x20współpracy\x20przekracza\x20limit.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','32vGAvxW','5688369UYCxgc','Kliknij,\x20aby\x20połączyć\x20ponownie','function','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','Połączenie\x20nieudane.\x20Sprawdź\x20swoją\x20sieć.','Wystąpił\x20konflikt\x20między\x20Twoją\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20odświeżeniu\x20strony.','Synchronizowanie...','3472847lvKLcr','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','412jAgJUF','Dokument\x20osiągnął\x20limit\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Konflikt\x20współpracy','exports','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','Serwer\x20nie\x20odpowiada\x20na\x20Twoje\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','1943zBiTUk','Synchronizowanie\x20danych\x20serwera...','Zsynchronizowane','UniverProCollaborationClientPlPL','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.'];_0x489a=function(){return _0x13f0af;};return _0x489a();}(function(_0x5ba567,_0x324af7){var _0x2be9ba=_0x4e65,_0x25e49e=_0x5ba567();while(!![]){try{var _0x1150a3=-parseInt(_0x2be9ba(0xee))/0x1*(parseInt(_0x2be9ba(0xe7))/0x2)+parseInt(_0x2be9ba(0xd8))/0x3+-parseInt(_0x2be9ba(0xdd))/0x4*(-parseInt(_0x2be9ba(0xd6))/0x5)+-parseInt(_0x2be9ba(0xd3))/0x6+parseInt(_0x2be9ba(0xe5))/0x7+parseInt(_0x2be9ba(0xd5))/0x8*(parseInt(_0x2be9ba(0xde))/0x9)+-parseInt(_0x2be9ba(0xd9))/0xa;if(_0x1150a3===_0x324af7)break;else _0x25e49e['push'](_0x25e49e['shift']());}catch(_0x17900d){_0x25e49e['push'](_0x25e49e['shift']());}}}(_0x489a,0xcda55),function(_0x5b5e92,_0x267adf){var _0x19f2a6=_0x4e65;typeof exports==_0x19f2a6(0xda)&&typeof module<'u'?module[_0x19f2a6(0xea)]=_0x267adf():typeof define==_0x19f2a6(0xe0)&&define['amd']?define([],_0x267adf):(_0x5b5e92=typeof globalThis<'u'?globalThis:_0x5b5e92||self,_0x5b5e92[_0x19f2a6(0xf1)]=_0x267adf());}(this,function(){var _0x2923b6=_0x4e65;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x2923b6(0xdf)}},'collabStatus':{'fetchMiss':_0x2923b6(0xef),'conflict':'Konflikty\x20edycji','notCollab':'Plik\x20lokalny','synced':_0x2923b6(0xf0),'syncing':_0x2923b6(0xe4),'offline':_0x2923b6(0xed)},'session':{'connection-failed':_0x2923b6(0xe2),'will-retry':'Połączenie\x20nieudane.\x20Spróbujemy\x20ponownie\x20za\x20chwilę.','room-full':_0x2923b6(0xe8),'join-failed':_0x2923b6(0xd2),'room-not-exists':_0x2923b6(0xe6),'room-permission-denied':_0x2923b6(0xdb),'room-cnt-exceeds':_0x2923b6(0xdc),'collaboration-timeout':_0x2923b6(0xec)},'conflict':{'title':_0x2923b6(0xe9),'content':_0x2923b6(0xe3)},'permission':{'title':_0x2923b6(0xd7),'content':_0x2923b6(0xe1)},'collaboration':{'single-unit':{'warning':_0x2923b6(0xd4)},'closeRoom':_0x2923b6(0xf2)},'auth':{'needGotoLoginAlert':_0x2923b6(0xeb)}}};}));
1
+ function _0x8e35(_0x1d2eaa,_0x127919){_0x1d2eaa=_0x1d2eaa-0x9e;var _0x2b5567=_0x2b55();var _0x8e3599=_0x2b5567[_0x1d2eaa];return _0x8e3599;}function _0x2b55(){var _0x7057c3=['Konflikt\x20współpracy','amd','function','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Spróbuj\x20ponownie\x20później.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','33863aYSOem','Dokument\x20osiągnął\x20limit\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','180556htgapI','449830jZiSeg','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Kliknij,\x20aby\x20połączyć\x20ponownie','18AffVvu','Zsynchronizowane','exports','Błąd\x20uwierzytelniania','Plik\x20lokalny','2440844NqRMxP','293305YbKQIF','30hRTENc','18PTTOXW','6pgYmzU','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Liczba\x20dokumentów\x20współpracy\x20przekracza\x20limit.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Wystąpił\x20konflikt\x20między\x20Twoją\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20odświeżeniu\x20strony.','Konflikty\x20edycji','Synchronizowanie...','44XUvwCM','Brak\x20uprawnień\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','Serwer\x20nie\x20odpowiada\x20na\x20Twoje\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Połączenie\x20nieudane.\x20Spróbujemy\x20ponownie\x20za\x20chwilę.','Nie\x20udało\x20się\x20dołączyć\x20do\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20w\x20pamięci\x20podręcznej\x20lokalnie.','5409816rlFVhR','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','Połączenie\x20nieudane.\x20Sprawdź\x20swoją\x20sieć.','2058468WUnoZN'];_0x2b55=function(){return _0x7057c3;};return _0x2b55();}(function(_0x348ff3,_0x20c740){var _0x181076=_0x8e35,_0x5529d4=_0x348ff3();while(!![]){try{var _0x3ba6e3=parseInt(_0x181076(0xb9))/0x1*(-parseInt(_0x181076(0xa5))/0x2)+-parseInt(_0x181076(0xa4))/0x3*(-parseInt(_0x181076(0xbc))/0x4)+-parseInt(_0x181076(0xa3))/0x5*(-parseInt(_0x181076(0xa6))/0x6)+parseInt(_0x181076(0xa2))/0x7+-parseInt(_0x181076(0xb1))/0x8+-parseInt(_0x181076(0xc0))/0x9*(parseInt(_0x181076(0xbd))/0xa)+-parseInt(_0x181076(0xac))/0xb*(-parseInt(_0x181076(0xb4))/0xc);if(_0x3ba6e3===_0x20c740)break;else _0x5529d4['push'](_0x5529d4['shift']());}catch(_0x52bf5f){_0x5529d4['push'](_0x5529d4['shift']());}}}(_0x2b55,0x73b53),function(_0xb885a2,_0x5c375f){var _0xa1bb1d=_0x8e35;typeof exports=='object'&&typeof module<'u'?module[_0xa1bb1d(0x9f)]=_0x5c375f():typeof define==_0xa1bb1d(0xb7)&&define[_0xa1bb1d(0xb6)]?define([],_0x5c375f):(_0xb885a2=typeof globalThis<'u'?globalThis:_0xb885a2||self,_0xb885a2['UniverProCollaborationClientPlPL']=_0x5c375f());}(this,function(){var _0x12d69e=_0x8e35;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x12d69e(0xbf)}},'collabStatus':{'fetchMiss':'Synchronizowanie\x20danych\x20serwera...','conflict':_0x12d69e(0xaa),'notCollab':_0x12d69e(0xa1),'synced':_0x12d69e(0x9e),'syncing':_0x12d69e(0xab),'offline':_0x12d69e(0xb2)},'session':{'connection-failed':_0x12d69e(0xb3),'will-retry':_0x12d69e(0xaf),'room-full':_0x12d69e(0xba),'join-failed':_0x12d69e(0xb8),'room-not-exists':_0x12d69e(0xb0),'room-permission-denied':_0x12d69e(0xad),'room-cnt-exceeds':_0x12d69e(0xa8),'collaboration-timeout':_0x12d69e(0xae)},'conflict':{'title':_0x12d69e(0xb5),'content':_0x12d69e(0xa9)},'permission':{'title':_0x12d69e(0xa0),'content':_0x12d69e(0xbb)},'collaboration':{'single-unit':{'warning':_0x12d69e(0xbe)},'closeRoom':_0x12d69e(0xa7)},'auth':{'needGotoLoginAlert':'Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.'}}};}));
@@ -1 +1 @@
1
- (function(_0x3e5c52,_0x51b706){var _0x1daac4=_0x2681,_0x483173=_0x3e5c52();while(!![]){try{var _0x4b78a7=parseInt(_0x1daac4(0x202))/0x1+-parseInt(_0x1daac4(0x1f4))/0x2+-parseInt(_0x1daac4(0x1ff))/0x3*(parseInt(_0x1daac4(0x200))/0x4)+-parseInt(_0x1daac4(0x1f1))/0x5*(parseInt(_0x1daac4(0x1fc))/0x6)+parseInt(_0x1daac4(0x1e8))/0x7*(-parseInt(_0x1daac4(0x1f3))/0x8)+-parseInt(_0x1daac4(0x1eb))/0x9*(parseInt(_0x1daac4(0x1f7))/0xa)+parseInt(_0x1daac4(0x1fa))/0xb;if(_0x4b78a7===_0x51b706)break;else _0x483173['push'](_0x483173['shift']());}catch(_0x4e878a){_0x483173['push'](_0x483173['shift']());}}}(_0xe19f,0xc5f73),function(_0x11dd91,_0x2411a5){var _0x48f305=_0x2681;typeof exports==_0x48f305(0x1ee)&&typeof module<'u'?module['exports']=_0x2411a5():typeof define=='function'&&define['amd']?define([],_0x2411a5):(_0x11dd91=typeof globalThis<'u'?globalThis:_0x11dd91||self,_0x11dd91['UniverProCollaborationClientPtBR']=_0x2411a5());}(this,function(){var _0xef02de=_0x2681;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'Clique\x20para\x20Reconectar'}},'collabStatus':{'fetchMiss':_0xef02de(0x1f9),'conflict':_0xef02de(0x1fb),'notCollab':_0xef02de(0x1e9),'synced':_0xef02de(0x1f2),'syncing':_0xef02de(0x205),'offline':_0xef02de(0x1f6)},'session':{'connection-failed':_0xef02de(0x201),'will-retry':_0xef02de(0x1f8),'room-full':_0xef02de(0x204),'join-failed':_0xef02de(0x1f5),'room-not-exists':_0xef02de(0x1ed),'room-permission-denied':_0xef02de(0x1f0),'room-cnt-exceeds':_0xef02de(0x1ec),'collaboration-timeout':_0xef02de(0x1ef)},'conflict':{'title':_0xef02de(0x203),'content':_0xef02de(0x1e7)},'permission':{'title':_0xef02de(0x1e6),'content':_0xef02de(0x1fe)},'collaboration':{'single-unit':{'warning':_0xef02de(0x1fd)},'closeRoom':_0xef02de(0x1ea)},'auth':{'needGotoLoginAlert':'Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.'}}};}));function _0x2681(_0x4f8205,_0x101cdc){_0x4f8205=_0x4f8205-0x1e6;var _0xe19ff9=_0xe19f();var _0x2681e3=_0xe19ff9[_0x4f8205];return _0x2681e3;}function _0xe19f(){var _0x3332c0=['O\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20o\x20limite.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','object','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Sem\x20permissão\x20para\x20colaborar.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','36415USICNA','Sincronizado','3424088GMWghg','326012HxjrsE','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Tente\x20novamente\x20mais\x20tarde.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','4320xgdBrU','Falha\x20na\x20conexão.\x20Tentaremos\x20novamente\x20em\x20breve.','Sincronizando\x20dados\x20do\x20servidor...','29687207WAeLpr','Conflitos\x20de\x20edição','132DleGnD','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','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.','519UUiLjF','26524iWSxqn','Falha\x20na\x20conexão.\x20Verifique\x20sua\x20rede.','1221994FnnvMy','Conflito\x20de\x20Colaboração','O\x20documento\x20atingiu\x20o\x20limite\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Sincronizando...','Erro\x20de\x20Autenticação','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.','21vFgloK','Arquivo\x20local','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','7407RTKsoY'];_0xe19f=function(){return _0x3332c0;};return _0xe19f();}
1
+ function _0x2b96(_0x57c39f,_0x5306b4){_0x57c39f=_0x57c39f-0x15d;var _0x577e3b=_0x577e();var _0x2b9647=_0x577e3b[_0x57c39f];return _0x2b9647;}(function(_0x5ca3aa,_0x1be0ea){var _0x23317b=_0x2b96,_0x45d154=_0x5ca3aa();while(!![]){try{var _0x3a8736=parseInt(_0x23317b(0x16b))/0x1+parseInt(_0x23317b(0x16e))/0x2+-parseInt(_0x23317b(0x168))/0x3*(-parseInt(_0x23317b(0x163))/0x4)+parseInt(_0x23317b(0x16d))/0x5*(parseInt(_0x23317b(0x16c))/0x6)+parseInt(_0x23317b(0x17d))/0x7*(parseInt(_0x23317b(0x15e))/0x8)+-parseInt(_0x23317b(0x162))/0x9+-parseInt(_0x23317b(0x161))/0xa;if(_0x3a8736===_0x1be0ea)break;else _0x45d154['push'](_0x45d154['shift']());}catch(_0x13e0c0){_0x45d154['push'](_0x45d154['shift']());}}}(_0x577e,0xab288),function(_0x3ddf6f,_0x1ab611){var _0x2a2522=_0x2b96;typeof exports==_0x2a2522(0x170)&&typeof module<'u'?module[_0x2a2522(0x16a)]=_0x1ab611():typeof define==_0x2a2522(0x173)&&define[_0x2a2522(0x15d)]?define([],_0x1ab611):(_0x3ddf6f=typeof globalThis<'u'?globalThis:_0x3ddf6f||self,_0x3ddf6f['UniverProCollaborationClientPtBR']=_0x1ab611());}(this,function(){var _0x184cc2=_0x2b96;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x184cc2(0x175)}},'collabStatus':{'fetchMiss':_0x184cc2(0x166),'conflict':_0x184cc2(0x176),'notCollab':'Arquivo\x20local','synced':_0x184cc2(0x172),'syncing':_0x184cc2(0x17a),'offline':_0x184cc2(0x16f)},'session':{'connection-failed':_0x184cc2(0x178),'will-retry':_0x184cc2(0x179),'room-full':_0x184cc2(0x169),'join-failed':_0x184cc2(0x167),'room-not-exists':_0x184cc2(0x160),'room-permission-denied':'Sem\x20permissão\x20para\x20colaborar.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','room-cnt-exceeds':_0x184cc2(0x177),'collaboration-timeout':_0x184cc2(0x174)},'conflict':{'title':_0x184cc2(0x17c),'content':'Há\x20um\x20conflito\x20entre\x20sua\x20cópia\x20local\x20e\x20a\x20cópia\x20no\x20servidor.\x20Salve\x20suas\x20edições\x20locais,\x20pois\x20elas\x20serão\x20perdidas\x20ao\x20recarregar\x20a\x20página.'},'permission':{'title':_0x184cc2(0x171),'content':_0x184cc2(0x165)},'collaboration':{'single-unit':{'warning':_0x184cc2(0x17b)},'closeRoom':_0x184cc2(0x15f)},'auth':{'needGotoLoginAlert':_0x184cc2(0x164)}}};}));function _0x577e(){var _0x49eb9a=['8980660pgnEcD','11222541jVtHYS','8vgEVsN','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','Suas\x20ações\x20estão\x20em\x20conflito\x20com\x20as\x20permissões\x20do\x20servidor.\x20Salve\x20suas\x20edições\x20locais\x20em\x20outro\x20lugar,\x20pois\x20elas\x20serão\x20descartadas\x20após\x20atualizar\x20a\x20página.','Sincronizando\x20dados\x20do\x20servidor...','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Tente\x20novamente\x20mais\x20tarde.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','289953irPuKn','O\x20documento\x20atingiu\x20o\x20limite\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','exports','1312963nmZacu','3642iTTmRA','10985MfcvmA','12092nOYFGa','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','object','Erro\x20de\x20Autenticação','Sincronizado','function','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Clique\x20para\x20Reconectar','Conflitos\x20de\x20edição','O\x20número\x20de\x20documentos\x20colaborativos\x20excede\x20o\x20limite.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Falha\x20na\x20conexão.\x20Verifique\x20sua\x20rede.','Falha\x20na\x20conexão.\x20Tentaremos\x20novamente\x20em\x20breve.','Sincronizando...','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','Conflito\x20de\x20Colaboração','21XxMiBV','amd','504kbuKqY','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','Falha\x20ao\x20entrar\x20na\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.'];_0x577e=function(){return _0x49eb9a;};return _0x577e();}
@@ -1 +1 @@
1
- (function(_0x331ecd,_0x56c7c9){var _0x8aacc4=_0x5ba4,_0x261346=_0x331ecd();while(!![]){try{var _0x1e3f02=-parseInt(_0x8aacc4(0x1a2))/0x1*(-parseInt(_0x8aacc4(0x188))/0x2)+-parseInt(_0x8aacc4(0x18f))/0x3*(parseInt(_0x8aacc4(0x1a5))/0x4)+-parseInt(_0x8aacc4(0x18e))/0x5+parseInt(_0x8aacc4(0x190))/0x6+-parseInt(_0x8aacc4(0x199))/0x7+parseInt(_0x8aacc4(0x19b))/0x8*(-parseInt(_0x8aacc4(0x197))/0x9)+parseInt(_0x8aacc4(0x189))/0xa;if(_0x1e3f02===_0x56c7c9)break;else _0x261346['push'](_0x261346['shift']());}catch(_0x18c342){_0x261346['push'](_0x261346['shift']());}}}(_0x5c8b,0x741c8),function(_0x119f8d,_0x1908bd){var _0x49e37f=_0x5ba4;typeof exports==_0x49e37f(0x18c)&&typeof module<'u'?module[_0x49e37f(0x1a0)]=_0x1908bd():typeof define=='function'&&define[_0x49e37f(0x19c)]?define([],_0x1908bd):(_0x119f8d=typeof globalThis<'u'?globalThis:_0x119f8d||self,_0x119f8d[_0x49e37f(0x1a3)]=_0x1908bd());}(this,function(){var _0x4e583b=_0x5ba4;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x4e583b(0x196)}},'collabStatus':{'fetchMiss':_0x4e583b(0x18a),'conflict':_0x4e583b(0x19a),'notCollab':_0x4e583b(0x187),'synced':_0x4e583b(0x198),'syncing':_0x4e583b(0x1a6),'offline':_0x4e583b(0x195)},'session':{'connection-failed':_0x4e583b(0x18d),'will-retry':_0x4e583b(0x1a7),'room-full':_0x4e583b(0x194),'join-failed':_0x4e583b(0x191),'room-not-exists':'Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','room-permission-denied':_0x4e583b(0x19d),'room-cnt-exceeds':_0x4e583b(0x192),'collaboration-timeout':_0x4e583b(0x19f)},'conflict':{'title':'Конфликт\x20совместной\x20работы','content':_0x4e583b(0x1a4)},'permission':{'title':_0x4e583b(0x193),'content':'Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.'},'collaboration':{'single-unit':{'warning':_0x4e583b(0x18b)},'closeRoom':_0x4e583b(0x19e)},'auth':{'needGotoLoginAlert':_0x4e583b(0x1a1)}}};}));function _0x5ba4(_0x487a58,_0xa15815){_0x487a58=_0x487a58-0x187;var _0x5c8b53=_0x5c8b();var _0x5ba4b8=_0x5c8b53[_0x487a58];return _0x5ba4b8;}function _0x5c8b(){var _0xd172a2=['object','Ошибка\x20подключения.\x20Проверьте\x20подключение\x20к\x20сети.','2082345AfWQAn','444NYoFvI','2507988aOOjHH','Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Повторите\x20попытку\x20позже.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Количество\x20документов\x20для\x20совместной\x20работы\x20превышает\x20лимит.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Ошибка\x20аутентификации','Документ\x20достиг\x20лимита\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','Нажмите\x20для\x20переподключения','1266957DuySkx','Синхронизировано','1619156Ctnger','Конфликты\x20редактирования','32cvkGmT','amd','Нет\x20разрешения\x20на\x20совместную\x20работу.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','exports','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','367459phsDjG','UniverProCollaborationClientRuRU','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','18188CFMsfg','Синхронизация...','Ошибка\x20подключения.\x20Повторная\x20попытка\x20будет\x20выполнена\x20позже.','Локальный\x20файл','2Wpoqiy','15739600IJgItE','Синхронизация\x20данных\x20сервера...','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.'];_0x5c8b=function(){return _0xd172a2;};return _0x5c8b();}
1
+ function _0xb3d0(){var _0x5bcd0d=['Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','Документ\x20достиг\x20лимита\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Локальный\x20файл','Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Повторите\x20попытку\x20позже.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','53454lajqrN','Ошибка\x20подключения.\x20Повторная\x20попытка\x20будет\x20выполнена\x20позже.','477455fmsqDg','763nMxswm','270SEuWyb','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','Количество\x20документов\x20для\x20совместной\x20работы\x20превышает\x20лимит.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Синхронизация...','282594nSiuyZ','Ошибка\x20аутентификации','48688RjloGO','5YRWaCK','Синхронизировано','1651773ZouvLh','3531790KfXIom','Синхронизация\x20данных\x20сервера...','function','1269CsMrvA','1016828AkMmJn','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','Ошибка\x20подключения.\x20Проверьте\x20подключение\x20к\x20сети.','UniverProCollaborationClientRuRU','Конфликт\x20совместной\x20работы','Конфликты\x20редактирования','Не\x20удалось\x20присоединиться\x20к\x20совместной\x20работе.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Нажмите\x20для\x20переподключения'];_0xb3d0=function(){return _0x5bcd0d;};return _0xb3d0();}function _0x458a(_0x33e2ca,_0x315f7f){_0x33e2ca=_0x33e2ca-0x1df;var _0xb3d0a9=_0xb3d0();var _0x458afb=_0xb3d0a9[_0x33e2ca];return _0x458afb;}(function(_0x53103a,_0x16b82e){var _0x34a608=_0x458a,_0x560769=_0x53103a();while(!![]){try{var _0x17bc7e=parseInt(_0x34a608(0x1f9))/0x1*(parseInt(_0x34a608(0x1f6))/0x2)+-parseInt(_0x34a608(0x1fb))/0x3+parseInt(_0x34a608(0x1e1))/0x4+-parseInt(_0x34a608(0x1fc))/0x5+parseInt(_0x34a608(0x1ee))/0x6*(-parseInt(_0x34a608(0x1f1))/0x7)+parseInt(_0x34a608(0x1f8))/0x8*(parseInt(_0x34a608(0x1e0))/0x9)+parseInt(_0x34a608(0x1f2))/0xa*(parseInt(_0x34a608(0x1f0))/0xb);if(_0x17bc7e===_0x16b82e)break;else _0x560769['push'](_0x560769['shift']());}catch(_0x432791){_0x560769['push'](_0x560769['shift']());}}}(_0xb3d0,0xba363),function(_0x2f9f7b,_0x2afa46){var _0x4bc145=_0x458a;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2afa46():typeof define==_0x4bc145(0x1df)&&define['amd']?define([],_0x2afa46):(_0x2f9f7b=typeof globalThis<'u'?globalThis:_0x2f9f7b||self,_0x2f9f7b[_0x4bc145(0x1e4)]=_0x2afa46());}(this,function(){var _0xebcc67=_0x458a;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0xebcc67(0x1e8)}},'collabStatus':{'fetchMiss':_0xebcc67(0x1fd),'conflict':_0xebcc67(0x1e6),'notCollab':_0xebcc67(0x1eb),'synced':_0xebcc67(0x1fa),'syncing':_0xebcc67(0x1f5),'offline':'Офлайн,\x20изменения\x20будут\x20сохранены\x20локально'},'session':{'connection-failed':_0xebcc67(0x1e3),'will-retry':_0xebcc67(0x1ef),'room-full':_0xebcc67(0x1ea),'join-failed':_0xebcc67(0x1ec),'room-not-exists':_0xebcc67(0x1e7),'room-permission-denied':'Нет\x20разрешения\x20на\x20совместную\x20работу.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','room-cnt-exceeds':_0xebcc67(0x1f4),'collaboration-timeout':_0xebcc67(0x1ed)},'conflict':{'title':_0xebcc67(0x1e5),'content':_0xebcc67(0x1e9)},'permission':{'title':_0xebcc67(0x1f7),'content':'Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.'},'collaboration':{'single-unit':{'warning':_0xebcc67(0x1e2)},'closeRoom':_0xebcc67(0x1f3)},'auth':{'needGotoLoginAlert':'Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.'}}};}));
@@ -1 +1 @@
1
- (function(_0x88b944,_0x572305){var _0x22d424=_0x5965,_0x32c37d=_0x88b944();while(!![]){try{var _0x4ecd75=parseInt(_0x22d424(0xa2))/0x1*(-parseInt(_0x22d424(0xa6))/0x2)+parseInt(_0x22d424(0x9d))/0x3*(parseInt(_0x22d424(0x96))/0x4)+-parseInt(_0x22d424(0xac))/0x5+-parseInt(_0x22d424(0xa9))/0x6*(parseInt(_0x22d424(0xa4))/0x7)+-parseInt(_0x22d424(0x94))/0x8*(parseInt(_0x22d424(0xa7))/0x9)+parseInt(_0x22d424(0xab))/0xa*(-parseInt(_0x22d424(0xa3))/0xb)+parseInt(_0x22d424(0x9f))/0xc;if(_0x4ecd75===_0x572305)break;else _0x32c37d['push'](_0x32c37d['shift']());}catch(_0x4c2714){_0x32c37d['push'](_0x32c37d['shift']());}}}(_0x5755,0xdfe32),function(_0x4be56d,_0x4990cf){var _0x237842=_0x5965;typeof exports==_0x237842(0xb0)&&typeof module<'u'?module[_0x237842(0xa1)]=_0x4990cf():typeof define=='function'&&define[_0x237842(0x95)]?define([],_0x4990cf):(_0x4be56d=typeof globalThis<'u'?globalThis:_0x4be56d||self,_0x4be56d['UniverProCollaborationClientSkSK']=_0x4990cf());}(this,function(){var _0x1948db=_0x5965;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x1948db(0xb1)}},'collabStatus':{'fetchMiss':'Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','conflict':_0x1948db(0x97),'notCollab':_0x1948db(0x99),'synced':_0x1948db(0x98),'syncing':'Synchronizuje\x20sa...','offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'session':{'connection-failed':_0x1948db(0xae),'will-retry':'Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','room-full':_0x1948db(0x9c),'join-failed':_0x1948db(0xaf),'room-not-exists':_0x1948db(0x9b),'room-permission-denied':'Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','room-cnt-exceeds':_0x1948db(0xad),'collaboration-timeout':_0x1948db(0xa0)},'conflict':{'title':_0x1948db(0x9a),'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':_0x1948db(0xaa),'content':_0x1948db(0x9e)},'collaboration':{'single-unit':{'warning':_0x1948db(0xa8)},'closeRoom':'Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.'},'auth':{'needGotoLoginAlert':_0x1948db(0xa5)}}};}));function _0x5965(_0x549166,_0x347f5e){_0x549166=_0x549166-0x94;var _0x575537=_0x5755();var _0x596589=_0x575537[_0x549166];return _0x596589;}function _0x5755(){var _0x12b743=['Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','exports','482GNXlCw','11DCTYLW','23009NkeyiN','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','7468pUQXqy','477brfMtY','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','198vgSzmb','Chyba\x20overenia','10695830pPDdpn','47800RQENIt','Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','object','Kliknite\x20na\x20opätovné\x20pripojenie','85256VZVXWi','amd','164ZdzSck','Konflikty\x20úprav','Synchronizované','Lokálny\x20súbor','Konflikt\x20spolupráce','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','56283LitELB','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é.','44400768aSfUmc'];_0x5755=function(){return _0x12b743;};return _0x5755();}
1
+ function _0x33dd(_0x5249ac,_0xa2f201){_0x5249ac=_0x5249ac-0x1be;var _0x591959=_0x5919();var _0x33dd79=_0x591959[_0x5249ac];return _0x33dd79;}function _0x5919(){var _0x2b4af5=['Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.','600MEyMUH','Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','object','Synchronizuje\x20sa...','14RdFZWL','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','52675WLlwpN','Lokálny\x20súbor','2483376XGiLwH','208374bPjVIV','Konflikty\x20úprav','94108oakAtN','exports','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','495243JYJGlK','Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','function','1858116ZgLCXa','amd','Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','70lxDhHU','13607nEIWCQ','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Kliknite\x20na\x20opätovné\x20pripojenie','16490NOEdaW'];_0x5919=function(){return _0x2b4af5;};return _0x5919();}(function(_0x5c47be,_0x44a60c){var _0x49179d=_0x33dd,_0x1738b8=_0x5c47be();while(!![]){try{var _0x499463=-parseInt(_0x49179d(0x1cd))/0x1*(parseInt(_0x49179d(0x1d5))/0x2)+parseInt(_0x49179d(0x1db))/0x3+-parseInt(_0x49179d(0x1d2))/0x4+-parseInt(_0x49179d(0x1bf))/0x5*(parseInt(_0x49179d(0x1d3))/0x6)+parseInt(_0x49179d(0x1d0))/0x7*(-parseInt(_0x49179d(0x1c9))/0x8)+parseInt(_0x49179d(0x1d8))/0x9+-parseInt(_0x49179d(0x1c6))/0xa*(-parseInt(_0x49179d(0x1c0))/0xb);if(_0x499463===_0x44a60c)break;else _0x1738b8['push'](_0x1738b8['shift']());}catch(_0x1592bf){_0x1738b8['push'](_0x1738b8['shift']());}}}(_0x5919,0x5dc1f),function(_0x2f9f2e,_0x15e087){var _0x5bbb99=_0x33dd;typeof exports==_0x5bbb99(0x1cb)&&typeof module<'u'?module[_0x5bbb99(0x1d6)]=_0x15e087():typeof define==_0x5bbb99(0x1da)&&define[_0x5bbb99(0x1dc)]?define([],_0x15e087):(_0x2f9f2e=typeof globalThis<'u'?globalThis:_0x2f9f2e||self,_0x2f9f2e['UniverProCollaborationClientSkSK']=_0x15e087());}(this,function(){var _0x5116ef=_0x33dd;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x5116ef(0x1c5)}},'collabStatus':{'fetchMiss':_0x5116ef(0x1c7),'conflict':_0x5116ef(0x1d4),'notCollab':_0x5116ef(0x1d1),'synced':'Synchronizované','syncing':_0x5116ef(0x1cc),'offline':_0x5116ef(0x1c3)},'session':{'connection-failed':_0x5116ef(0x1be),'will-retry':_0x5116ef(0x1ca),'room-full':_0x5116ef(0x1c4),'join-failed':'Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','room-not-exists':_0x5116ef(0x1d7),'room-permission-denied':_0x5116ef(0x1c2),'room-cnt-exceeds':_0x5116ef(0x1d9),'collaboration-timeout':_0x5116ef(0x1cf)},'conflict':{'title':'Konflikt\x20spolupráce','content':'Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.'},'permission':{'title':'Chyba\x20overenia','content':_0x5116ef(0x1c8)},'collaboration':{'single-unit':{'warning':_0x5116ef(0x1c1)},'closeRoom':_0x5116ef(0x1ce)},'auth':{'needGotoLoginAlert':'Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.'}}};}));
@@ -1 +1 @@
1
- function _0x277a(_0x3884ff,_0x304f08){_0x3884ff=_0x3884ff-0x1d4;var _0xd21a4d=_0xd21a();var _0x277af1=_0xd21a4d[_0x3884ff];return _0x277af1;}(function(_0x327063,_0xb41d2c){var _0x564807=_0x277a,_0x6031cc=_0x327063();while(!![]){try{var _0x374272=-parseInt(_0x564807(0x1ed))/0x1*(-parseInt(_0x564807(0x1e2))/0x2)+parseInt(_0x564807(0x1da))/0x3+parseInt(_0x564807(0x1e1))/0x4*(-parseInt(_0x564807(0x1ea))/0x5)+-parseInt(_0x564807(0x1e3))/0x6+-parseInt(_0x564807(0x1e7))/0x7+-parseInt(_0x564807(0x1dc))/0x8+parseInt(_0x564807(0x1e6))/0x9;if(_0x374272===_0xb41d2c)break;else _0x6031cc['push'](_0x6031cc['shift']());}catch(_0x5c562c){_0x6031cc['push'](_0x6031cc['shift']());}}}(_0xd21a,0x24bad),function(_0x53396f,_0x30d625){var _0x1c7a3c=_0x277a;typeof exports==_0x1c7a3c(0x1d8)&&typeof module<'u'?module[_0x1c7a3c(0x1f1)]=_0x30d625():typeof define=='function'&&define[_0x1c7a3c(0x1d6)]?define([],_0x30d625):(_0x53396f=typeof globalThis<'u'?globalThis:_0x53396f||self,_0x53396f['UniverProCollaborationClientViVN']=_0x30d625());}(this,function(){var _0x1184bc=_0x277a;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x1184bc(0x1f2)}},'collabStatus':{'fetchMiss':_0x1184bc(0x1eb),'conflict':_0x1184bc(0x1e4),'notCollab':_0x1184bc(0x1ef),'synced':_0x1184bc(0x1f0),'syncing':_0x1184bc(0x1d5),'offline':_0x1184bc(0x1d7)},'session':{'connection-failed':_0x1184bc(0x1ec),'will-retry':_0x1184bc(0x1e0),'room-full':_0x1184bc(0x1de),'join-failed':'Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Vui\x20lòng\x20thử\x20lại\x20sau.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','room-not-exists':_0x1184bc(0x1df),'room-permission-denied':_0x1184bc(0x1d9),'room-cnt-exceeds':'Số\x20lượng\x20tài\x20liệu\x20cộng\x20tác\x20vượt\x20quá\x20giới\x20hạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','collaboration-timeout':_0x1184bc(0x1ee)},'conflict':{'title':_0x1184bc(0x1d4),'content':_0x1184bc(0x1e8)},'permission':{'title':_0x1184bc(0x1f3),'content':_0x1184bc(0x1e5)},'collaboration':{'single-unit':{'warning':_0x1184bc(0x1e9)},'closeRoom':_0x1184bc(0x1dd)},'auth':{'needGotoLoginAlert':_0x1184bc(0x1db)}}};}));function _0xd21a(){var _0x5c605d=['1765068vBCRGm','Xung\x20đột\x20chỉnh\x20sửa','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.','6397425LtzMbU','1178527oMsDZW','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.','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.','66455OuINRH','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','3fTPxdb','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ộ.','Tệp\x20cục\x20bộ','Đã\x20đồng\x20bộ','exports','Nhấp\x20để\x20kết\x20nối\x20lại','Lỗi\x20xác\x20thực','Xung\x20đột\x20cộng\x20tác','Đang\x20đồng\x20bộ...','amd','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','object','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ộ.','46857WgRQNM','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.','67672FWFdBi','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','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ộ.','Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','76tDjSNG','98352rFWIKr'];_0xd21a=function(){return _0x5c605d;};return _0xd21a();}
1
+ function _0x2808(_0x2db3a1,_0x5a6d77){_0x2db3a1=_0x2db3a1-0xba;var _0xa7ef50=_0xa7ef();var _0x2808b6=_0xa7ef50[_0x2db3a1];return _0x2808b6;}function _0xa7ef(){var _0x48d662=['130284rSwfUt','Không\x20có\x20quyền\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','353484RnBTQZ','Xung\x20đột\x20cộng\x20tác','function','536865hlUjZD','Tệp\x20cục\x20bộ','12ywLcoT','8FccnNO','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','3216171iVJwFs','Xung\x20đột\x20chỉnh\x20sửa','329484gCwGcO','154233QdEXHu','8WxQlyC','Đã\x20đồng\x20bộ','Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.','55tYjWZW','Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.','130tZuJqb','Số\x20lượng\x20tài\x20liệu\x20cộng\x20tác\x20vượt\x20quá\x20giới\x20hạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Nhấp\x20để\x20kết\x20nối\x20lại','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','amd','object','Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','618099WmuVFL','Tài\x20liệu\x20đã\x20đạt\x20đến\x20giới\x20hạn\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Đang\x20đồng\x20bộ...'];_0xa7ef=function(){return _0x48d662;};return _0xa7ef();}(function(_0x407f1d,_0x274c3a){var _0x47de54=_0x2808,_0x10b0e1=_0x407f1d();while(!![]){try{var _0x363855=parseInt(_0x47de54(0xbe))/0x1*(parseInt(_0x47de54(0xce))/0x2)+parseInt(_0x47de54(0xcb))/0x3+-parseInt(_0x47de54(0xd0))/0x4+parseInt(_0x47de54(0xd3))/0x5*(parseInt(_0x47de54(0xd5))/0x6)+-parseInt(_0x47de54(0xba))/0x7*(parseInt(_0x47de54(0xd6))/0x8)+parseInt(_0x47de54(0xbd))/0x9*(-parseInt(_0x47de54(0xc3))/0xa)+parseInt(_0x47de54(0xc1))/0xb*(parseInt(_0x47de54(0xbc))/0xc);if(_0x363855===_0x274c3a)break;else _0x10b0e1['push'](_0x10b0e1['shift']());}catch(_0x22f51f){_0x10b0e1['push'](_0x10b0e1['shift']());}}}(_0xa7ef,0x4b573),function(_0x49324d,_0xf0e4b8){var _0x277079=_0x2808;typeof exports==_0x277079(0xc9)&&typeof module<'u'?module['exports']=_0xf0e4b8():typeof define==_0x277079(0xd2)&&define[_0x277079(0xc8)]?define([],_0xf0e4b8):(_0x49324d=typeof globalThis<'u'?globalThis:_0x49324d||self,_0x49324d['UniverProCollaborationClientViVN']=_0xf0e4b8());}(this,function(){var _0xfebb51=_0x2808;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0xfebb51(0xc6)}},'collabStatus':{'fetchMiss':_0xfebb51(0xd8),'conflict':_0xfebb51(0xbb),'notCollab':_0xfebb51(0xd4),'synced':_0xfebb51(0xbf),'syncing':_0xfebb51(0xcd),'offline':'Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ'},'session':{'connection-failed':'Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','will-retry':_0xfebb51(0xc5),'room-full':_0xfebb51(0xcc),'join-failed':'Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Vui\x20lòng\x20thử\x20lại\x20sau.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','room-not-exists':_0xfebb51(0xca),'room-permission-denied':_0xfebb51(0xcf),'room-cnt-exceeds':_0xfebb51(0xc4),'collaboration-timeout':_0xfebb51(0xd7)},'conflict':{'title':_0xfebb51(0xd1),'content':'Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.'},'permission':{'title':'Lỗi\x20xác\x20thực','content':'Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.'},'collaboration':{'single-unit':{'warning':_0xfebb51(0xc2)},'closeRoom':_0xfebb51(0xc7)},'auth':{'needGotoLoginAlert':_0xfebb51(0xc0)}}};}));
@@ -1 +1 @@
1
- function _0x200d(_0x6183ab,_0x4b10b3){_0x6183ab=_0x6183ab-0xc8;var _0x3b0f8c=_0x3b0f();var _0x200dc4=_0x3b0f8c[_0x6183ab];return _0x200dc4;}(function(_0x13338d,_0xfad907){var _0x4c018c=_0x200d,_0x435f29=_0x13338d();while(!![]){try{var _0x393780=parseInt(_0x4c018c(0xe3))/0x1*(-parseInt(_0x4c018c(0xda))/0x2)+-parseInt(_0x4c018c(0xcf))/0x3*(parseInt(_0x4c018c(0xde))/0x4)+-parseInt(_0x4c018c(0xe2))/0x5+-parseInt(_0x4c018c(0xd9))/0x6*(parseInt(_0x4c018c(0xe5))/0x7)+parseInt(_0x4c018c(0xd4))/0x8+parseInt(_0x4c018c(0xd3))/0x9*(parseInt(_0x4c018c(0xe0))/0xa)+parseInt(_0x4c018c(0xca))/0xb;if(_0x393780===_0xfad907)break;else _0x435f29['push'](_0x435f29['shift']());}catch(_0x408b0b){_0x435f29['push'](_0x435f29['shift']());}}}(_0x3b0f,0xca74f),function(_0x9dac79,_0x51bee8){var _0xec2289=_0x200d;typeof exports==_0xec2289(0xd6)&&typeof module<'u'?module[_0xec2289(0xcc)]=_0x51bee8():typeof define=='function'&&define[_0xec2289(0xe4)]?define([],_0x51bee8):(_0x9dac79=typeof globalThis<'u'?globalThis:_0x9dac79||self,_0x9dac79[_0xec2289(0xc9)]=_0x51bee8());}(this,function(){var _0x365b8e=_0x200d;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x365b8e(0xd8)}},'collabStatus':{'fetchMiss':_0x365b8e(0xdc),'conflict':'编辑冲突','notCollab':_0x365b8e(0xc8),'synced':_0x365b8e(0xd7),'syncing':_0x365b8e(0xdb),'offline':'已离线,编辑将在本地缓存'},'session':{'connection-failed':_0x365b8e(0xe1),'will-retry':_0x365b8e(0xcd),'room-full':'此文档协同人数已满,你的编辑将在本地缓存','join-failed':'加入协同失败,请稍后重试,你的编辑将在本地缓存','room-not-exists':_0x365b8e(0xd1),'room-permission-denied':_0x365b8e(0xdf),'room-cnt-exceeds':_0x365b8e(0xcb),'collaboration-timeout':_0x365b8e(0xd2)},'conflict':{'title':_0x365b8e(0xce),'content':'你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'permission':{'title':'权限错误','content':_0x365b8e(0xdd)},'collaboration':{'single-unit':{'warning':_0x365b8e(0xd0)},'closeRoom':_0x365b8e(0xd5)},'auth':{'needGotoLoginAlert':'你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'}}};}));function _0x3b0f(){var _0x56b2ba=['22779kCGIbv','9910040wfthDk','由于协同房间被关闭,编辑权限被收回。','object','已同步','点击重新连接','6dEtuwk','34dHwmun','保存中...','正在拉取服务端数据...','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','196YuvgUO','没有协同权限,你的编辑将在本地缓存','3210rBSvZS','连接失败,请检查你的网络','3997425LSzkPI','61298GYuJXt','amd','7125538yphMXw','本地文件','UniverProCollaborationClientZhCN','19976539gXGBTd','协同文档数量超过限制,你的编辑将在本地缓存','exports','连接失败,将在一会儿之后重试连接','协同冲突','10929PVjrDt','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','加入协同失败,你的编辑将在本地缓存','服务器未响应,你的编辑将在本地缓存'];_0x3b0f=function(){return _0x56b2ba;};return _0x3b0f();}
1
+ function _0x5219(_0x223143,_0x337fc9){_0x223143=_0x223143-0x1c7;var _0x25b6c6=_0x25b6();var _0x521921=_0x25b6c6[_0x223143];return _0x521921;}(function(_0x243a49,_0x5dee4d){var _0x138c76=_0x5219,_0xa376df=_0x243a49();while(!![]){try{var _0x438a94=parseInt(_0x138c76(0x1cc))/0x1*(parseInt(_0x138c76(0x1ce))/0x2)+parseInt(_0x138c76(0x1d8))/0x3+parseInt(_0x138c76(0x1d5))/0x4+-parseInt(_0x138c76(0x1ca))/0x5*(-parseInt(_0x138c76(0x1e1))/0x6)+-parseInt(_0x138c76(0x1e6))/0x7+-parseInt(_0x138c76(0x1db))/0x8+-parseInt(_0x138c76(0x1dd))/0x9*(parseInt(_0x138c76(0x1d4))/0xa);if(_0x438a94===_0x5dee4d)break;else _0xa376df['push'](_0xa376df['shift']());}catch(_0x3cb76c){_0xa376df['push'](_0xa376df['shift']());}}}(_0x25b6,0xe975a),function(_0x10c999,_0x117265){var _0x539e66=_0x5219;typeof exports==_0x539e66(0x1e3)&&typeof module<'u'?module[_0x539e66(0x1d7)]=_0x117265():typeof define==_0x539e66(0x1c8)&&define[_0x539e66(0x1e5)]?define([],_0x117265):(_0x10c999=typeof globalThis<'u'?globalThis:_0x10c999||self,_0x10c999[_0x539e66(0x1d2)]=_0x117265());}(this,function(){var _0x3f34ed=_0x5219;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'点击重新连接'}},'collabStatus':{'fetchMiss':_0x3f34ed(0x1da),'conflict':_0x3f34ed(0x1cb),'notCollab':'本地文件','synced':'已同步','syncing':'保存中...','offline':'已离线,编辑将在本地缓存'},'session':{'connection-failed':_0x3f34ed(0x1dc),'will-retry':_0x3f34ed(0x1cf),'room-full':_0x3f34ed(0x1d6),'join-failed':_0x3f34ed(0x1e4),'room-not-exists':_0x3f34ed(0x1c7),'room-permission-denied':_0x3f34ed(0x1d9),'room-cnt-exceeds':_0x3f34ed(0x1d3),'collaboration-timeout':_0x3f34ed(0x1d1)},'conflict':{'title':_0x3f34ed(0x1d0),'content':_0x3f34ed(0x1c9)},'permission':{'title':_0x3f34ed(0x1de),'content':_0x3f34ed(0x1e0)},'collaboration':{'single-unit':{'warning':_0x3f34ed(0x1e2)},'closeRoom':_0x3f34ed(0x1df)},'auth':{'needGotoLoginAlert':_0x3f34ed(0x1cd)}}};}));function _0x25b6(){var _0x51c7b9=['加入协同失败,请稍后重试,你的编辑将在本地缓存','amd','1000328WjRaWS','加入协同失败,你的编辑将在本地缓存','function','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','148945AWIaCK','编辑冲突','1GwELCS','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','1732958uAocQa','连接失败,将在一会儿之后重试连接','协同冲突','服务器未响应,你的编辑将在本地缓存','UniverProCollaborationClientZhCN','协同文档数量超过限制,你的编辑将在本地缓存','15837520kppNdo','5822136miChrB','此文档协同人数已满,你的编辑将在本地缓存','exports','3650592WGUbwk','没有协同权限,你的编辑将在本地缓存','正在拉取服务端数据...','8953096HnUbSb','连接失败,请检查你的网络','18qaXCbY','权限错误','由于协同房间被关闭,编辑权限被收回。','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','372riZEhc','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','object'];_0x25b6=function(){return _0x51c7b9;};return _0x25b6();}