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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/README.md +6 -3
  2. package/lib/cjs/facade.js +1 -1
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -1
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/controllers/clipboard/docs/image/image-paste.controller.d.ts +1 -2
  66. package/lib/types/controllers/collab-cursor/board-collab-cursor-entity.d.ts +31 -0
  67. package/lib/types/controllers/collab-cursor/board-collab-cursor-render.controller.d.ts +21 -0
  68. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +3 -2
  69. package/lib/types/controllers/collab-cursor/slide-collab-cursor-entity.d.ts +1 -1
  70. package/lib/types/controllers/collab-status/collab-status.controller.d.ts +11 -0
  71. package/lib/types/index.d.ts +0 -2
  72. package/lib/types/models/cursor.d.ts +12 -8
  73. package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +2 -0
  74. package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +2 -2
  75. package/lib/types/views/shapes/text-bubble.shape.d.ts +1 -0
  76. package/lib/umd/facade.js +1 -1
  77. package/lib/umd/index.js +1 -1
  78. package/lib/umd/locale/ar-SA.js +1 -1
  79. package/lib/umd/locale/ca-ES.js +1 -1
  80. package/lib/umd/locale/de-DE.js +1 -1
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  85. package/lib/umd/locale/id-ID.js +1 -1
  86. package/lib/umd/locale/it-IT.js +1 -1
  87. package/lib/umd/locale/ja-JP.js +1 -1
  88. package/lib/umd/locale/ko-KR.js +1 -1
  89. package/lib/umd/locale/pl-PL.js +1 -1
  90. package/lib/umd/locale/pt-BR.js +1 -1
  91. package/lib/umd/locale/ru-RU.js +1 -1
  92. package/lib/umd/locale/sk-SK.js +1 -1
  93. package/lib/umd/locale/vi-VN.js +1 -1
  94. package/lib/umd/locale/zh-CN.js +1 -1
  95. package/lib/umd/locale/zh-HK.js +1 -1
  96. package/lib/umd/locale/zh-TW.js +1 -1
  97. package/package.json +23 -22
@@ -1 +1 @@
1
- const _0x65bc30=_0x1883;function _0x1883(_0x5f2551,_0x25d29a){_0x5f2551=_0x5f2551-0x94;const _0x49aec9=_0x49ae();let _0x188360=_0x49aec9[_0x5f2551];return _0x188360;}(function(_0x1860f5,_0x10f59b){const _0x317419=_0x1883,_0x2d6f0e=_0x1860f5();while(!![]){try{const _0x1b9414=-parseInt(_0x317419(0x9b))/0x1+parseInt(_0x317419(0xa2))/0x2+-parseInt(_0x317419(0x9a))/0x3+parseInt(_0x317419(0x97))/0x4*(parseInt(_0x317419(0x98))/0x5)+-parseInt(_0x317419(0xa6))/0x6*(parseInt(_0x317419(0xa7))/0x7)+-parseInt(_0x317419(0x9d))/0x8*(-parseInt(_0x317419(0xa3))/0x9)+-parseInt(_0x317419(0x95))/0xa*(parseInt(_0x317419(0x94))/0xb);if(_0x1b9414===_0x10f59b)break;else _0x2d6f0e['push'](_0x2d6f0e['shift']());}catch(_0x1e74a4){_0x2d6f0e['push'](_0x2d6f0e['shift']());}}}(_0x49ae,0x31987));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x65bc30(0xac)}},'collabStatus':{'fetchMiss':_0x65bc30(0xa4),'conflict':_0x65bc30(0xa0),'notCollab':_0x65bc30(0x99),'synced':_0x65bc30(0xa8),'syncing':_0x65bc30(0xad),'offline':_0x65bc30(0xab)},'session':{'connection-failed':_0x65bc30(0xa5),'will-retry':_0x65bc30(0x96),'room-full':_0x65bc30(0xaa),'collaboration-timeout':'الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.'},'conflict':{'title':_0x65bc30(0x9c),'content':_0x65bc30(0xa1)},'permission':{'title':_0x65bc30(0x9e),'content':_0x65bc30(0xa9)},'collaboration':{'offline-data-not-saved':_0x65bc30(0xae),'single-unit':{'warning':'فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.'},'closeRoom':'تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.'},'auth':{'needGotoLoginAlert':'انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.'},'formula':{'calculation':{'started':_0x65bc30(0x9f),'waiting':'قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','unable':'غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.'}}}};function _0x49ae(){const _0x40d1d1=['بدأ\x20حساب\x20الصيغة.','تعارضات\x20التحرير','هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','273282piNsLc','908460ZTZVEP','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','6SNujyz','585697oSXNqy','تمت\x20المزامنة','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','انقر\x20لإعادة\x20الاتصال','جارٍ\x20المزامنة...','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','22LIKFtH','403810UONjbR','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','68atcqWr','77685GUOPHB','ملف\x20محلي','654516aZEuwX','16902gyoRIq','تعارض\x20في\x20التعاون','16LIWLRP','خطأ\x20في\x20المصادقة'];_0x49ae=function(){return _0x40d1d1;};return _0x49ae();}module['exports']=e;
1
+ function _0x4973(_0x205690,_0x1d0fd4){_0x205690=_0x205690-0x195;const _0x1e6598=_0x1e65();let _0x49735f=_0x1e6598[_0x205690];return _0x49735f;}const _0x449d76=_0x4973;(function(_0x2e48eb,_0xf03304){const _0x972099=_0x4973,_0x413ec8=_0x2e48eb();while(!![]){try{const _0x260406=parseInt(_0x972099(0x1aa))/0x1*(parseInt(_0x972099(0x1ad))/0x2)+-parseInt(_0x972099(0x1a5))/0x3*(-parseInt(_0x972099(0x199))/0x4)+-parseInt(_0x972099(0x1a3))/0x5+parseInt(_0x972099(0x198))/0x6+parseInt(_0x972099(0x197))/0x7*(parseInt(_0x972099(0x1a0))/0x8)+-parseInt(_0x972099(0x1a4))/0x9*(-parseInt(_0x972099(0x1a1))/0xa)+-parseInt(_0x972099(0x1a8))/0xb*(parseInt(_0x972099(0x195))/0xc);if(_0x260406===_0xf03304)break;else _0x413ec8['push'](_0x413ec8['shift']());}catch(_0x45cfd8){_0x413ec8['push'](_0x413ec8['shift']());}}}(_0x1e65,0x265e5));function _0x1e65(){const _0x18bbac=['531dXcMHZ','3VJpMxy','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','7344073AOEoBn','جارٍ\x20المزامنة...','95278ojUYXQ','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','6zEUtFM','12RlAkwk','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','7NRqkXw','339666dkijZJ','1123448tPtzOD','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','انقر\x20لإعادة\x20الاتصال','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','بدأ\x20حساب\x20الصيغة.','خطأ\x20في\x20المصادقة','2327168oVjtVD','32110CRBOny','تعارضات\x20التحرير','1394260uFNpBd'];_0x1e65=function(){return _0x18bbac;};return _0x1e65();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x449d76(0x19b)}},'collabStatus':{'fetchMiss':'جارٍ\x20مزامنة\x20بيانات\x20الخادم...','conflict':_0x449d76(0x1a2),'notCollab':'ملف\x20محلي','synced':'تمت\x20المزامنة','syncing':_0x449d76(0x1a9),'offline':_0x449d76(0x1a6)},'session':{'connection-failed':_0x449d76(0x1ac),'will-retry':_0x449d76(0x19d),'room-full':_0x449d76(0x196),'collaboration-timeout':'الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.'},'conflict':{'title':'تعارض\x20في\x20التعاون','content':'هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.'},'permission':{'title':_0x449d76(0x19f),'content':_0x449d76(0x19c)},'collaboration':{'offline-data-not-saved':_0x449d76(0x1ab),'single-unit':{'warning':_0x449d76(0x19a)},'closeRoom':'تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.'},'auth':{'needGotoLoginAlert':_0x449d76(0x1a7)},'formula':{'calculation':{'started':_0x449d76(0x19e),'waiting':'قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','unable':'غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.'}}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x5c1f45=_0x3d3b;(function(_0x4fac2b,_0x22cc6c){const _0x71b988=_0x3d3b,_0x48676a=_0x4fac2b();while(!![]){try{const _0x55d177=-parseInt(_0x71b988(0x12a))/0x1+parseInt(_0x71b988(0x13c))/0x2+-parseInt(_0x71b988(0x132))/0x3+-parseInt(_0x71b988(0x135))/0x4*(parseInt(_0x71b988(0x12e))/0x5)+parseInt(_0x71b988(0x13f))/0x6+parseInt(_0x71b988(0x136))/0x7+parseInt(_0x71b988(0x124))/0x8;if(_0x55d177===_0x22cc6c)break;else _0x48676a['push'](_0x48676a['shift']());}catch(_0x2269bd){_0x48676a['push'](_0x48676a['shift']());}}}(_0x318b,0xa55d7));function _0x318b(){const _0x3439a0=['8310016sjDyij','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','Conflictes\x20d\x27edició','260556WjEcTH','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Fitxer\x20local','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','5aqUhcm','Sincronitzant...','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.','Sincronitzat','2565186smQNFl','Error\x20d\x27autenticació','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','3120260EtaNiA','5076001PBsvqg','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','Les\x20vostres\x20accions\x20entren\x20en\x20conflicte\x20amb\x20els\x20permisos\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals\x20en\x20un\x20altre\x20lloc,\x20perquè\x20es\x20descartaran\x20després\x20d\x27actualitzar\x20la\x20pàgina.','exports','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Conflicte\x20de\x20col·laboració','951760jcRAGA','Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.','Sincronitzant\x20dades\x20del\x20servidor...','1999458xiiGDo','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.'];_0x318b=function(){return _0x3439a0;};return _0x318b();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Feu\x20clic\x20per\x20reconnectar'}},'collabStatus':{'fetchMiss':_0x5c1f45(0x13e),'conflict':_0x5c1f45(0x129),'notCollab':_0x5c1f45(0x12c),'synced':_0x5c1f45(0x131),'syncing':_0x5c1f45(0x12f),'offline':_0x5c1f45(0x126)},'session':{'connection-failed':_0x5c1f45(0x125),'will-retry':_0x5c1f45(0x12d),'room-full':_0x5c1f45(0x12b),'collaboration-timeout':_0x5c1f45(0x13a)},'conflict':{'title':_0x5c1f45(0x13b),'content':_0x5c1f45(0x13d)},'permission':{'title':_0x5c1f45(0x133),'content':_0x5c1f45(0x138)},'collaboration':{'offline-data-not-saved':_0x5c1f45(0x127),'single-unit':{'warning':_0x5c1f45(0x137)},'closeRoom':'Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.'},'auth':{'needGotoLoginAlert':_0x5c1f45(0x130)},'formula':{'calculation':{'started':_0x5c1f45(0x123),'waiting':_0x5c1f45(0x128),'unable':_0x5c1f45(0x134)}}}};function _0x3d3b(_0x2cc722,_0x3d6210){_0x2cc722=_0x2cc722-0x123;const _0x318bef=_0x318b();let _0x3d3b6c=_0x318bef[_0x2cc722];return _0x3d3b6c;}module[_0x5c1f45(0x139)]=e;
1
+ const _0x44217d=_0x110e;(function(_0x4c7788,_0x4f8498){const _0x1a2aa6=_0x110e,_0x419e26=_0x4c7788();while(!![]){try{const _0x129bfb=parseInt(_0x1a2aa6(0xfb))/0x1*(-parseInt(_0x1a2aa6(0xf9))/0x2)+-parseInt(_0x1a2aa6(0x104))/0x3+-parseInt(_0x1a2aa6(0x10a))/0x4*(-parseInt(_0x1a2aa6(0xf4))/0x5)+-parseInt(_0x1a2aa6(0x102))/0x6+parseInt(_0x1a2aa6(0x109))/0x7+parseInt(_0x1a2aa6(0xf3))/0x8+parseInt(_0x1a2aa6(0x103))/0x9;if(_0x129bfb===_0x4f8498)break;else _0x419e26['push'](_0x419e26['shift']());}catch(_0x403200){_0x419e26['push'](_0x419e26['shift']());}}}(_0x395f,0x22b33));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x44217d(0x107)}},'collabStatus':{'fetchMiss':_0x44217d(0x100),'conflict':_0x44217d(0xf5),'notCollab':'Fitxer\x20local','synced':'Sincronitzat','syncing':'Sincronitzant...','offline':_0x44217d(0xfa)},'session':{'connection-failed':_0x44217d(0xf6),'will-retry':_0x44217d(0xfe),'room-full':'La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','collaboration-timeout':_0x44217d(0xfc)},'conflict':{'title':_0x44217d(0xff),'content':_0x44217d(0x10b)},'permission':{'title':_0x44217d(0xf8),'content':_0x44217d(0x106)},'collaboration':{'offline-data-not-saved':'Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','single-unit':{'warning':'Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.'},'closeRoom':_0x44217d(0xfd)},'auth':{'needGotoLoginAlert':_0x44217d(0x101)},'formula':{'calculation':{'started':'El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','waiting':_0x44217d(0x108),'unable':_0x44217d(0x105)}}}};module[_0x44217d(0xf7)]=e;function _0x110e(_0x4dc9c5,_0x1b09cc){_0x4dc9c5=_0x4dc9c5-0xf3;const _0x395f93=_0x395f();let _0x110eb4=_0x395f93[_0x4dc9c5];return _0x110eb4;}function _0x395f(){const _0xa0c3e4=['4aqLxNN','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.','777136FRVZKT','311245qfKOaJ','Conflictes\x20d\x27edició','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','exports','Error\x20d\x27autenticació','2wAZhya','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','28123HboQxs','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','Conflicte\x20de\x20col·laboració','Sincronitzant\x20dades\x20del\x20servidor...','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.','196452jDXDNC','1115100kQGYxA','464757iFJkPj','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','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.','Feu\x20clic\x20per\x20reconnectar','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','522368FiAEhs'];_0x395f=function(){return _0xa0c3e4;};return _0x395f();}
@@ -1 +1 @@
1
- function _0x1455(){const _0x38598d=['Serverdaten\x20werden\x20synchronisiert...','7988620oTIqbS','40gkZTtm','Synchronisierung...','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','955444dlqDLD','Formelberechnung\x20gestartet.','Zusammenarbeitskonflikt','Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Lokale\x20Datei','303916qLhGvb','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','Synchronisiert','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','3pQjRjZ','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','4361886UpKQPm','Klicken,\x20um\x20wieder\x20zu\x20verbinden','473083SeSOFK','5845376NyHDGO','3085436DjWFvB','6hPakUc'];_0x1455=function(){return _0x38598d;};return _0x1455();}const _0x4553d4=_0x9b48;(function(_0x18b466,_0x47dbde){const _0x37beea=_0x9b48,_0x1a28d1=_0x18b466();while(!![]){try{const _0x243337=-parseInt(_0x37beea(0x1a4))/0x1+-parseInt(_0x37beea(0x1a6))/0x2+parseInt(_0x37beea(0x1a0))/0x3*(-parseInt(_0x37beea(0x199))/0x4)+parseInt(_0x37beea(0x1a9))/0x5+parseInt(_0x37beea(0x1a7))/0x6*(parseInt(_0x37beea(0x194))/0x7)+-parseInt(_0x37beea(0x1a5))/0x8+-parseInt(_0x37beea(0x1a2))/0x9*(-parseInt(_0x37beea(0x18f))/0xa);if(_0x243337===_0x47dbde)break;else _0x1a28d1['push'](_0x1a28d1['shift']());}catch(_0x4b6390){_0x1a28d1['push'](_0x1a28d1['shift']());}}}(_0x1455,0xcf9cc));function _0x9b48(_0x2a6847,_0x447276){_0x2a6847=_0x2a6847-0x18f;const _0x145570=_0x1455();let _0x9b4801=_0x145570[_0x2a6847];return _0x9b4801;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4553d4(0x1a3)}},'collabStatus':{'fetchMiss':_0x4553d4(0x1a8),'conflict':'Bearbeitungskonflikte','notCollab':_0x4553d4(0x198),'synced':_0x4553d4(0x19d),'syncing':_0x4553d4(0x190),'offline':_0x4553d4(0x193)},'session':{'connection-failed':_0x4553d4(0x19e),'will-retry':_0x4553d4(0x19f),'room-full':_0x4553d4(0x197),'collaboration-timeout':_0x4553d4(0x192)},'conflict':{'title':_0x4553d4(0x196),'content':'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.'},'permission':{'title':'Authentifizierungsfehler','content':'Ihre\x20Aktionen\x20stehen\x20im\x20Konflikt\x20mit\x20den\x20Serverberechtigungen.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen\x20anderweitig,\x20da\x20sie\x20nach\x20dem\x20Aktualisieren\x20der\x20Seite\x20verworfen\x20werden.'},'collaboration':{'offline-data-not-saved':'Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','single-unit':{'warning':_0x4553d4(0x1a1)},'closeRoom':_0x4553d4(0x19c)},'auth':{'needGotoLoginAlert':_0x4553d4(0x191)},'formula':{'calculation':{'started':_0x4553d4(0x195),'waiting':_0x4553d4(0x19a),'unable':_0x4553d4(0x19b)}}}};module['exports']=e;
1
+ function _0x3c56(_0x40189e,_0x50b3f8){_0x40189e=_0x40189e-0x161;const _0x3c7a9e=_0x3c7a();let _0x3c56db=_0x3c7a9e[_0x40189e];return _0x3c56db;}const _0x10b0af=_0x3c56;function _0x3c7a(){const _0x199460=['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.','Authentifizierungsfehler','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','Synchronisierung...','Synchronisiert','Bearbeitungskonflikte','13758FMUvJt','Formelberechnung\x20gestartet.','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','Serverdaten\x20werden\x20synchronisiert...','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','9563897jpjbyI','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','Lokale\x20Datei','2555EkjVgI','86820nGLGJG','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','Zusammenarbeitskonflikt','4914168IOFPvC','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','7324BcpsJq','2559FsJeAV','1286504mgiEiV','4472118qQebrM'];_0x3c7a=function(){return _0x199460;};return _0x3c7a();}(function(_0x23dcb0,_0x236d43){const _0x5f2d26=_0x3c56,_0x68e016=_0x23dcb0();while(!![]){try{const _0x3c00c1=parseInt(_0x5f2d26(0x176))/0x1+parseInt(_0x5f2d26(0x163))/0x2+parseInt(_0x5f2d26(0x162))/0x3*(parseInt(_0x5f2d26(0x161))/0x4)+-parseInt(_0x5f2d26(0x175))/0x5*(-parseInt(_0x5f2d26(0x16b))/0x6)+-parseInt(_0x5f2d26(0x172))/0x7+-parseInt(_0x5f2d26(0x179))/0x8+-parseInt(_0x5f2d26(0x164))/0x9;if(_0x3c00c1===_0x236d43)break;else _0x68e016['push'](_0x68e016['shift']());}catch(_0x5538f1){_0x68e016['push'](_0x68e016['shift']());}}}(_0x3c7a,0xf0c52));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Klicken,\x20um\x20wieder\x20zu\x20verbinden'}},'collabStatus':{'fetchMiss':_0x10b0af(0x16f),'conflict':_0x10b0af(0x16a),'notCollab':_0x10b0af(0x174),'synced':_0x10b0af(0x169),'syncing':_0x10b0af(0x168),'offline':_0x10b0af(0x16d)},'session':{'connection-failed':_0x10b0af(0x170),'will-retry':_0x10b0af(0x16e),'room-full':'Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','collaboration-timeout':_0x10b0af(0x171)},'conflict':{'title':_0x10b0af(0x178),'content':_0x10b0af(0x165)},'permission':{'title':_0x10b0af(0x166),'content':'Ihre\x20Aktionen\x20stehen\x20im\x20Konflikt\x20mit\x20den\x20Serverberechtigungen.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen\x20anderweitig,\x20da\x20sie\x20nach\x20dem\x20Aktualisieren\x20der\x20Seite\x20verworfen\x20werden.'},'collaboration':{'offline-data-not-saved':_0x10b0af(0x173),'single-unit':{'warning':_0x10b0af(0x167)},'closeRoom':'Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.'},'auth':{'needGotoLoginAlert':_0x10b0af(0x17a)},'formula':{'calculation':{'started':_0x10b0af(0x16c),'waiting':_0x10b0af(0x177),'unable':'Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.'}}}};module['exports']=e;
@@ -1 +1 @@
1
- function _0x28e6(_0x278ebb,_0x5c4aa6){_0x278ebb=_0x278ebb-0x92;const _0x2d2018=_0x2d20();let _0x28e67f=_0x2d2018[_0x278ebb];return _0x28e67f;}function _0x2d20(){const _0x458669=['Synced','2kbLrcz','67612iyKNAc','Edit\x20conflicts','36yLItcl','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Collaboration\x20Conflict','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','250MgeHtY','Click\x20to\x20Reconnect','123651rqBQAY','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','663tYhFWC','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Connection\x20failed,\x20please\x20check\x20your\x20network.','176kDReUY','Syncing...','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.','282399jqJwKW','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Syncing\x20server\x20data...','268JRVbXV','22475ERvabh','118855FIxDgv','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','27156WiJqIC','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','68313xgOLri','Local\x20file'];_0x2d20=function(){return _0x458669;};return _0x2d20();}const _0x59d49f=_0x28e6;(function(_0x4dc92e,_0x24746f){const _0x1ce884=_0x28e6,_0x5e765f=_0x4dc92e();while(!![]){try{const _0x427040=parseInt(_0x1ce884(0x9d))/0x1*(-parseInt(_0x1ce884(0x9c))/0x2)+-parseInt(_0x1ce884(0xaf))/0x3+-parseInt(_0x1ce884(0x92))/0x4*(-parseInt(_0x1ce884(0x93))/0x5)+parseInt(_0x1ce884(0x9f))/0x6*(-parseInt(_0x1ce884(0x99))/0x7)+parseInt(_0x1ce884(0xac))/0x8*(-parseInt(_0x1ce884(0xa6))/0x9)+parseInt(_0x1ce884(0xa4))/0xa*(parseInt(_0x1ce884(0x94))/0xb)+parseInt(_0x1ce884(0x97))/0xc*(parseInt(_0x1ce884(0xa8))/0xd);if(_0x427040===_0x24746f)break;else _0x5e765f['push'](_0x5e765f['shift']());}catch(_0x26f50f){_0x5e765f['push'](_0x5e765f['shift']());}}}(_0x2d20,0x28132));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x59d49f(0xa5)}},'collabStatus':{'fetchMiss':_0x59d49f(0xb1),'conflict':_0x59d49f(0x9e),'notCollab':_0x59d49f(0x9a),'synced':_0x59d49f(0x9b),'syncing':_0x59d49f(0xad),'offline':_0x59d49f(0xb0)},'session':{'connection-failed':_0x59d49f(0xab),'will-retry':_0x59d49f(0xaa),'room-full':_0x59d49f(0xa2),'collaboration-timeout':_0x59d49f(0xa0)},'conflict':{'title':_0x59d49f(0xa1),'content':_0x59d49f(0xae)},'permission':{'title':'Authentication\x20Error','content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'offline-data-not-saved':_0x59d49f(0xa9),'single-unit':{'warning':_0x59d49f(0x96)},'closeRoom':_0x59d49f(0x98)},'auth':{'needGotoLoginAlert':_0x59d49f(0xa3)},'formula':{'calculation':{'started':'Formula\x20calculation\x20started.','waiting':_0x59d49f(0x95),'unable':_0x59d49f(0xa7)}}}};module['exports']=e;
1
+ const _0x3cee93=_0x5af0;(function(_0x59bf64,_0x2a7008){const _0x465122=_0x5af0,_0x551f7c=_0x59bf64();while(!![]){try{const _0x1a5dae=parseInt(_0x465122(0x17e))/0x1+parseInt(_0x465122(0x17f))/0x2+parseInt(_0x465122(0x177))/0x3+parseInt(_0x465122(0x180))/0x4+-parseInt(_0x465122(0x181))/0x5*(-parseInt(_0x465122(0x17c))/0x6)+parseInt(_0x465122(0x17a))/0x7*(parseInt(_0x465122(0x189))/0x8)+-parseInt(_0x465122(0x182))/0x9;if(_0x1a5dae===_0x2a7008)break;else _0x551f7c['push'](_0x551f7c['shift']());}catch(_0x4d1512){_0x551f7c['push'](_0x551f7c['shift']());}}}(_0x232b,0x75137));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3cee93(0x178)}},'collabStatus':{'fetchMiss':_0x3cee93(0x185),'conflict':'Edit\x20conflicts','notCollab':_0x3cee93(0x184),'synced':_0x3cee93(0x187),'syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x3cee93(0x188),'will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x3cee93(0x17b),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x3cee93(0x17d),'content':_0x3cee93(0x175)},'permission':{'title':'Authentication\x20Error','content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'offline-data-not-saved':_0x3cee93(0x18a),'single-unit':{'warning':_0x3cee93(0x176)},'closeRoom':_0x3cee93(0x183)},'auth':{'needGotoLoginAlert':_0x3cee93(0x186)},'formula':{'calculation':{'started':'Formula\x20calculation\x20started.','waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}}};module[_0x3cee93(0x179)]=e;function _0x5af0(_0x433d1d,_0x1eaed5){_0x433d1d=_0x433d1d-0x175;const _0x232b66=_0x232b();let _0x5af092=_0x232b66[_0x433d1d];return _0x5af092;}function _0x232b(){const _0xa54e18=['exports','14581rwMCED','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','54ZMooRY','Collaboration\x20Conflict','872823PKkeXW','664978EEkYZx','2634940GTCmaQ','488035KgwMYl','30281004SohTmZ','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Local\x20file','Syncing\x20server\x20data...','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Synced','Connection\x20failed,\x20please\x20check\x20your\x20network.','2776wSQOwZ','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','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.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','1136364JeMwwA','Click\x20to\x20Reconnect'];_0x232b=function(){return _0xa54e18;};return _0x232b();}
@@ -1 +1 @@
1
- function _0x2615(){const _0xc3caf7=['El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Hay\x20un\x20conflicto\x20entre\x20su\x20copia\x20local\x20y\x20la\x20copia\x20en\x20el\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales,\x20ya\x20que\x20se\x20perderán\x20cuando\x20recargue\x20la\x20página.','15471AbrwAw','Cálculo\x20de\x20fórmulas\x20iniciado.','1221jOdZFg','Archivo\x20local','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','146418ePYcev','exports','21NLwAbn','174910IQNJIU','64836OLEvJG','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.','16QShFtS','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','Error\x20de\x20conexión,\x20verifique\x20su\x20red.','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','1389700eqPGIB','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','Haga\x20clic\x20para\x20reconectar','330486vLdnPB','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','312vhVMcx','2uoaBIB','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','42123hAXAZb'];_0x2615=function(){return _0xc3caf7;};return _0x2615();}const _0x276e2d=_0x266d;(function(_0x425d5d,_0x1edcb3){const _0x2144aa=_0x266d,_0xc0be4=_0x425d5d();while(!![]){try{const _0xff9571=-parseInt(_0x2144aa(0x1b0))/0x1*(-parseInt(_0x2144aa(0x1ae))/0x2)+-parseInt(_0x2144aa(0x1ab))/0x3+parseInt(_0x2144aa(0x1a3))/0x4*(-parseInt(_0x2144aa(0x1a0))/0x5)+-parseInt(_0x2144aa(0x19d))/0x6*(parseInt(_0x2144aa(0x19f))/0x7)+parseInt(_0x2144aa(0x1ad))/0x8*(-parseInt(_0x2144aa(0x1b3))/0x9)+-parseInt(_0x2144aa(0x1a8))/0xa+parseInt(_0x2144aa(0x19a))/0xb*(parseInt(_0x2144aa(0x1a1))/0xc);if(_0xff9571===_0x1edcb3)break;else _0xc0be4['push'](_0xc0be4['shift']());}catch(_0x544f4c){_0xc0be4['push'](_0xc0be4['shift']());}}}(_0x2615,0x1b7a2));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x276e2d(0x1aa)}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':'Conflictos\x20de\x20edición','notCollab':_0x276e2d(0x19b),'synced':'Sincronizado','syncing':'Sincronizando...','offline':_0x276e2d(0x1a4)},'session':{'connection-failed':_0x276e2d(0x1a5),'will-retry':_0x276e2d(0x1ac),'room-full':_0x276e2d(0x1a6),'collaboration-timeout':_0x276e2d(0x1b1)},'conflict':{'title':'Conflicto\x20de\x20colaboración','content':_0x276e2d(0x1b2)},'permission':{'title':'Error\x20de\x20autenticación','content':_0x276e2d(0x1a2)},'collaboration':{'offline-data-not-saved':'Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','single-unit':{'warning':_0x276e2d(0x1a9)},'closeRoom':_0x276e2d(0x19c)},'auth':{'needGotoLoginAlert':_0x276e2d(0x1af)},'formula':{'calculation':{'started':_0x276e2d(0x199),'waiting':_0x276e2d(0x1a7),'unable':'No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.'}}}};function _0x266d(_0x3dba9c,_0x2fc46a){_0x3dba9c=_0x3dba9c-0x199;const _0x2615e5=_0x2615();let _0x266dd0=_0x2615e5[_0x3dba9c];return _0x266dd0;}module[_0x276e2d(0x19e)]=e;
1
+ function _0x5af5(){const _0x455342=['Conflictos\x20de\x20edición','19579602xrGhJb','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','4745432TpXdLS','Error\x20de\x20autenticación','Sincronizando\x20datos\x20del\x20servidor...','exports','5689525BRzTiK','1222322xrJHnr','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.','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Haga\x20clic\x20para\x20reconectar','Cálculo\x20de\x20fórmulas\x20iniciado.','2327982DMSUqP','1702296GSDeVo','Sus\x20acciones\x20entran\x20en\x20conflicto\x20con\x20los\x20permisos\x20del\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales\x20en\x20otro\x20lugar,\x20ya\x20que\x20se\x20descartarán\x20después\x20de\x20actualizar\x20la\x20página.','Sincronizando...','564336GURXdF','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.'];_0x5af5=function(){return _0x455342;};return _0x5af5();}const _0x2ac4b7=_0x219b;function _0x219b(_0x50b9cb,_0x49f9d7){_0x50b9cb=_0x50b9cb-0x6f;const _0x5af597=_0x5af5();let _0x219b1f=_0x5af597[_0x50b9cb];return _0x219b1f;}(function(_0xef2f15,_0x15e254){const _0x35209b=_0x219b,_0x1db61a=_0xef2f15();while(!![]){try{const _0x2a356a=-parseInt(_0x35209b(0x77))/0x1+parseInt(_0x35209b(0x7e))/0x2+parseInt(_0x35209b(0x81))/0x3+-parseInt(_0x35209b(0x72))/0x4+-parseInt(_0x35209b(0x76))/0x5+parseInt(_0x35209b(0x7d))/0x6+parseInt(_0x35209b(0x85))/0x7;if(_0x2a356a===_0x15e254)break;else _0x1db61a['push'](_0x1db61a['shift']());}catch(_0x3c3bb4){_0x1db61a['push'](_0x1db61a['shift']());}}}(_0x5af5,0xa577e));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2ac4b7(0x7b)}},'collabStatus':{'fetchMiss':_0x2ac4b7(0x74),'conflict':_0x2ac4b7(0x84),'notCollab':'Archivo\x20local','synced':'Sincronizado','syncing':_0x2ac4b7(0x80),'offline':_0x2ac4b7(0x79)},'session':{'connection-failed':'Error\x20de\x20conexión,\x20verifique\x20su\x20red.','will-retry':_0x2ac4b7(0x83),'room-full':_0x2ac4b7(0x7a),'collaboration-timeout':_0x2ac4b7(0x82)},'conflict':{'title':'Conflicto\x20de\x20colaboración','content':_0x2ac4b7(0x78)},'permission':{'title':_0x2ac4b7(0x73),'content':_0x2ac4b7(0x7f)},'collaboration':{'offline-data-not-saved':'Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','single-unit':{'warning':_0x2ac4b7(0x70)},'closeRoom':_0x2ac4b7(0x71)},'auth':{'needGotoLoginAlert':'Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.'},'formula':{'calculation':{'started':_0x2ac4b7(0x7c),'waiting':_0x2ac4b7(0x86),'unable':_0x2ac4b7(0x6f)}}}};module[_0x2ac4b7(0x75)]=e;
@@ -1 +1 @@
1
- const _0x1fe47c=_0x3553;(function(_0x58ca9f,_0x8af7a2){const _0x204c48=_0x3553,_0x19e006=_0x58ca9f();while(!![]){try{const _0x1a3bcf=parseInt(_0x204c48(0x97))/0x1+-parseInt(_0x204c48(0x94))/0x2*(-parseInt(_0x204c48(0x9c))/0x3)+-parseInt(_0x204c48(0x91))/0x4*(-parseInt(_0x204c48(0x96))/0x5)+-parseInt(_0x204c48(0x95))/0x6+-parseInt(_0x204c48(0x8b))/0x7+-parseInt(_0x204c48(0x99))/0x8+parseInt(_0x204c48(0x9b))/0x9*(-parseInt(_0x204c48(0xa1))/0xa);if(_0x1a3bcf===_0x8af7a2)break;else _0x19e006['push'](_0x19e006['shift']());}catch(_0x53ab10){_0x19e006['push'](_0x19e006['shift']());}}}(_0x2d6d,0xc35b7));function _0x3553(_0x10fd57,_0x2a9fda){_0x10fd57=_0x10fd57-0x8a;const _0x2d6ddf=_0x2d6d();let _0x35532e=_0x2d6ddf[_0x10fd57];return _0x35532e;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1fe47c(0x9d)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':_0x1fe47c(0xa0),'notCollab':'پرونده\x20محلی','synced':_0x1fe47c(0x8f),'syncing':_0x1fe47c(0x90),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':_0x1fe47c(0x92),'will-retry':_0x1fe47c(0x8d),'room-full':'اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','collaboration-timeout':_0x1fe47c(0x8c)},'conflict':{'title':_0x1fe47c(0x9a),'content':_0x1fe47c(0x8e)},'permission':{'title':_0x1fe47c(0x9e),'content':'اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'collaboration':{'offline-data-not-saved':_0x1fe47c(0x9f),'single-unit':{'warning':_0x1fe47c(0x8a)},'closeRoom':'امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.'},'auth':{'needGotoLoginAlert':_0x1fe47c(0xa2)},'formula':{'calculation':{'started':_0x1fe47c(0x98),'waiting':'صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','unable':_0x1fe47c(0x93)}}}};function _0x2d6d(){const _0xaf9021=['1764498FRhXTu','5565MdvkSt','151236GJcpkg','محاسبه\x20فرمول\x20شروع\x20شد.','7922080ulaHao','تداخل\x20همکاری','5121VbUKwq','27jrxywx','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','خطای\x20اعتبارسنجی','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','تداخل\x20ویرایش','13420rPAZxu','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','544327jDRQhu','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','همگام\x20سازی','در\x20حال\x20همگام\x20سازی...','5732kvMuFn','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','262160LCjnAq'];_0x2d6d=function(){return _0xaf9021;};return _0x2d6d();}module['exports']=e;
1
+ function _0x207d(){const _0x360202=['اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','در\x20حال\x20همگام\x20سازی...','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','محاسبه\x20فرمول\x20شروع\x20شد.','1255650LdvIXs','19848YPHdFa','193571WxskGI','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','3LbgygQ','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','تداخل\x20ویرایش','765tZAQSq','exports','473660NGfSCU','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','خطای\x20اعتبارسنجی','1034752VPlOXC','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','3426PPtvLs','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','2716KdVRRM','78138TRloMZ'];_0x207d=function(){return _0x360202;};return _0x207d();}function _0x4277(_0x3e395c,_0x5d5885){_0x3e395c=_0x3e395c-0x112;const _0x207d8e=_0x207d();let _0x427710=_0x207d8e[_0x3e395c];return _0x427710;}const _0x46f25f=_0x4277;(function(_0x3e7490,_0x529764){const _0x29554f=_0x4277,_0x2e199b=_0x3e7490();while(!![]){try{const _0x52ac9=parseInt(_0x29554f(0x11c))/0x1+-parseInt(_0x29554f(0x114))/0x2*(parseInt(_0x29554f(0x124))/0x3)+parseInt(_0x29554f(0x12c))/0x4+-parseInt(_0x29554f(0x129))/0x5+parseInt(_0x29554f(0x12e))/0x6*(-parseInt(_0x29554f(0x113))/0x7)+-parseInt(_0x29554f(0x11b))/0x8*(-parseInt(_0x29554f(0x127))/0x9)+-parseInt(_0x29554f(0x11a))/0xa;if(_0x52ac9===_0x529764)break;else _0x2e199b['push'](_0x2e199b['shift']());}catch(_0x33f8e1){_0x2e199b['push'](_0x2e199b['shift']());}}}(_0x207d,0x2c7d6));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'برای\x20اتصال\x20مجدد\x20کلیک\x20کنید'}},'collabStatus':{'fetchMiss':_0x46f25f(0x11d),'conflict':_0x46f25f(0x126),'notCollab':'پرونده\x20محلی','synced':'همگام\x20سازی','syncing':_0x46f25f(0x116),'offline':_0x46f25f(0x122)},'session':{'connection-failed':_0x46f25f(0x115),'will-retry':_0x46f25f(0x121),'room-full':_0x46f25f(0x123),'collaboration-timeout':_0x46f25f(0x11f)},'conflict':{'title':'تداخل\x20همکاری','content':_0x46f25f(0x12a)},'permission':{'title':_0x46f25f(0x12b),'content':_0x46f25f(0x120)},'collaboration':{'offline-data-not-saved':_0x46f25f(0x11e),'single-unit':{'warning':_0x46f25f(0x12d)},'closeRoom':_0x46f25f(0x118)},'auth':{'needGotoLoginAlert':_0x46f25f(0x117)},'formula':{'calculation':{'started':_0x46f25f(0x119),'waiting':_0x46f25f(0x125),'unable':_0x46f25f(0x112)}}}};module[_0x46f25f(0x128)]=e;
@@ -1 +1 @@
1
- const _0x2af3e8=_0x3dc8;function _0x3dc8(_0x121f76,_0x856505){_0x121f76=_0x121f76-0x6f;const _0x14c5c8=_0x14c5();let _0x3dc82d=_0x14c5c8[_0x121f76];return _0x3dc82d;}(function(_0x3264ed,_0xc78508){const _0x314f02=_0x3dc8,_0x5a0fe9=_0x3264ed();while(!![]){try{const _0xa27ed7=-parseInt(_0x314f02(0x7b))/0x1*(-parseInt(_0x314f02(0x84))/0x2)+parseInt(_0x314f02(0x7f))/0x3*(-parseInt(_0x314f02(0x87))/0x4)+-parseInt(_0x314f02(0x8c))/0x5+-parseInt(_0x314f02(0x8e))/0x6*(-parseInt(_0x314f02(0x7d))/0x7)+-parseInt(_0x314f02(0x7c))/0x8*(-parseInt(_0x314f02(0x79))/0x9)+-parseInt(_0x314f02(0x80))/0xa*(parseInt(_0x314f02(0x77))/0xb)+parseInt(_0x314f02(0x73))/0xc*(parseInt(_0x314f02(0x76))/0xd);if(_0xa27ed7===_0xc78508)break;else _0x5a0fe9['push'](_0x5a0fe9['shift']());}catch(_0x5b3a75){_0x5a0fe9['push'](_0x5a0fe9['shift']());}}}(_0x14c5,0x8d515));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2af3e8(0x6f)}},'collabStatus':{'fetchMiss':_0x2af3e8(0x81),'conflict':_0x2af3e8(0x86),'notCollab':_0x2af3e8(0x82),'synced':'Synchronisé','syncing':_0x2af3e8(0x74),'offline':_0x2af3e8(0x8d)},'session':{'connection-failed':_0x2af3e8(0x7a),'will-retry':_0x2af3e8(0x72),'room-full':_0x2af3e8(0x8b),'collaboration-timeout':_0x2af3e8(0x83)},'conflict':{'title':_0x2af3e8(0x8a),'content':_0x2af3e8(0x70)},'permission':{'title':_0x2af3e8(0x7e),'content':'Vos\x20actions\x20entrent\x20en\x20conflit\x20avec\x20les\x20autorisations\x20du\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales\x20ailleurs,\x20car\x20elles\x20seront\x20supprimées\x20après\x20l\x27actualisation\x20de\x20la\x20page.'},'collaboration':{'offline-data-not-saved':_0x2af3e8(0x85),'single-unit':{'warning':_0x2af3e8(0x78)},'closeRoom':_0x2af3e8(0x88)},'auth':{'needGotoLoginAlert':'Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.'},'formula':{'calculation':{'started':_0x2af3e8(0x89),'waiting':_0x2af3e8(0x75),'unable':_0x2af3e8(0x71)}}}};function _0x14c5(){const _0x5bd09c=['Fichier\x20local','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','2keOLid','Vous\x20avez\x20des\x20modifications\x20hors\x20ligne\x20qui\x20n\x27ont\x20pas\x20été\x20enregistrées\x20sur\x20le\x20serveur.\x20Veuillez\x20vérifier\x20votre\x20réseau\x20et\x20réessayer.','Conflits\x20de\x20modification','248WyZFTE','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','Conflit\x20de\x20collaboration','La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','5635700vvseml','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','18MpgvgY','Cliquez\x20pour\x20reconnecter','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.','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','36dlBjkH','Synchronisation...','La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','3149315kZqdbh','11owxqnW','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.','9JGDZEX','Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','278917oeQmdJ','3764848ewKFOP','1887403crEdBh','Erreur\x20d\x27authentification','5613YlndIr','4631960dDsSuc','Synchronisation\x20des\x20données\x20du\x20serveur...'];_0x14c5=function(){return _0x5bd09c;};return _0x14c5();}module['exports']=e;
1
+ const _0x5cc4b7=_0x34d0;(function(_0x3a5de1,_0x118c77){const _0x5c97cc=_0x34d0,_0x2b485b=_0x3a5de1();while(!![]){try{const _0x5557e3=-parseInt(_0x5c97cc(0x80))/0x1*(-parseInt(_0x5c97cc(0x79))/0x2)+parseInt(_0x5c97cc(0x73))/0x3*(parseInt(_0x5c97cc(0x68))/0x4)+parseInt(_0x5c97cc(0x6e))/0x5*(parseInt(_0x5c97cc(0x6f))/0x6)+parseInt(_0x5c97cc(0x76))/0x7+parseInt(_0x5c97cc(0x72))/0x8+-parseInt(_0x5c97cc(0x70))/0x9*(parseInt(_0x5c97cc(0x6d))/0xa)+-parseInt(_0x5c97cc(0x77))/0xb;if(_0x5557e3===_0x118c77)break;else _0x2b485b['push'](_0x2b485b['shift']());}catch(_0x2b6ff4){_0x2b485b['push'](_0x2b485b['shift']());}}}(_0x327a,0x9134f));function _0x34d0(_0x580607,_0x54d84a){_0x580607=_0x580607-0x68;const _0x327ad1=_0x327a();let _0x34d00e=_0x327ad1[_0x580607];return _0x34d00e;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0x5cc4b7(0x82),'conflict':_0x5cc4b7(0x74),'notCollab':'Fichier\x20local','synced':_0x5cc4b7(0x81),'syncing':_0x5cc4b7(0x7e),'offline':_0x5cc4b7(0x7b)},'session':{'connection-failed':_0x5cc4b7(0x6a),'will-retry':'Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','room-full':'La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','collaboration-timeout':_0x5cc4b7(0x7d)},'conflict':{'title':_0x5cc4b7(0x78),'content':_0x5cc4b7(0x75)},'permission':{'title':'Erreur\x20d\x27authentification','content':_0x5cc4b7(0x69)},'collaboration':{'offline-data-not-saved':_0x5cc4b7(0x7f),'single-unit':{'warning':_0x5cc4b7(0x7c)},'closeRoom':'Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.'},'auth':{'needGotoLoginAlert':_0x5cc4b7(0x71)},'formula':{'calculation':{'started':_0x5cc4b7(0x6b),'waiting':_0x5cc4b7(0x6c),'unable':'Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.'}}}};module[_0x5cc4b7(0x7a)]=e;function _0x327a(){const _0x3a5e67=['3eqltIn','Synchronisé','Synchronisation\x20des\x20données\x20du\x20serveur...','52LfNeIq','Vos\x20actions\x20entrent\x20en\x20conflit\x20avec\x20les\x20autorisations\x20du\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales\x20ailleurs,\x20car\x20elles\x20seront\x20supprimées\x20après\x20l\x27actualisation\x20de\x20la\x20page.','Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','2443590UNKemk','20CQOlMc','782214gMpecI','18lbmpRZ','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','5272544qfbhUO','204147PyduoP','Conflits\x20de\x20modification','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.','1310799bQGBSX','17012721wYYJJD','Conflit\x20de\x20collaboration','251772SrgkCi','exports','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','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.','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Synchronisation...','Vous\x20avez\x20des\x20modifications\x20hors\x20ligne\x20qui\x20n\x27ont\x20pas\x20été\x20enregistrées\x20sur\x20le\x20serveur.\x20Veuillez\x20vérifier\x20votre\x20réseau\x20et\x20réessayer.'];_0x327a=function(){return _0x3a5e67;};return _0x327a();}
@@ -1 +1 @@
1
- function _0x24f8(){const _0x111a4b=['Tersinkron','File\x20lokal','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','1342251xZYAQg','7768014PLVQtl','Kesalahan\x20Autentikasi','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','Klik\x20untuk\x20Menyambung\x20Kembali','Menyinkronkan\x20data\x20server...','Konflik\x20edit','278578NMPJYe','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','8TBfMgl','4652920EiJzwZ','4628953RDDBGu','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','3QaafFj','Menyinkronkan...','6360417WhmXVX','exports','1563765wMdhew','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'];_0x24f8=function(){return _0x111a4b;};return _0x24f8();}const _0x525b7d=_0x35aa;(function(_0x4c17a7,_0x427395){const _0x47cd42=_0x35aa,_0x20f3e4=_0x4c17a7();while(!![]){try{const _0x37c3b6=parseInt(_0x47cd42(0xb2))/0x1+parseInt(_0x47cd42(0xb9))/0x2+-parseInt(_0x47cd42(0xbf))/0x3*(parseInt(_0x47cd42(0xbc))/0x4)+parseInt(_0x47cd42(0xc3))/0x5+-parseInt(_0x47cd42(0xb3))/0x6+parseInt(_0x47cd42(0xbd))/0x7*(parseInt(_0x47cd42(0xbb))/0x8)+parseInt(_0x47cd42(0xc1))/0x9;if(_0x37c3b6===_0x427395)break;else _0x20f3e4['push'](_0x20f3e4['shift']());}catch(_0x89fa8a){_0x20f3e4['push'](_0x20f3e4['shift']());}}}(_0x24f8,0xabf82));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x525b7d(0xb6)}},'collabStatus':{'fetchMiss':_0x525b7d(0xb7),'conflict':_0x525b7d(0xb8),'notCollab':_0x525b7d(0xc6),'synced':_0x525b7d(0xc5),'syncing':_0x525b7d(0xc0),'offline':'Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal'},'session':{'connection-failed':_0x525b7d(0xb1),'will-retry':_0x525b7d(0xaf),'room-full':'Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','collaboration-timeout':_0x525b7d(0xc4)},'conflict':{'title':'Konflik\x20Kolaborasi','content':_0x525b7d(0xb0)},'permission':{'title':_0x525b7d(0xb4),'content':_0x525b7d(0xc7)},'collaboration':{'offline-data-not-saved':'Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','single-unit':{'warning':'Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.'},'closeRoom':_0x525b7d(0xba)},'auth':{'needGotoLoginAlert':'Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.'},'formula':{'calculation':{'started':'Perhitungan\x20rumus\x20dimulai.','waiting':_0x525b7d(0xb5),'unable':_0x525b7d(0xbe)}}}};function _0x35aa(_0x3bba77,_0x4f3bba){_0x3bba77=_0x3bba77-0xaf;const _0x24f815=_0x24f8();let _0x35aa07=_0x24f815[_0x3bba77];return _0x35aa07;}module[_0x525b7d(0xc2)]=e;
1
+ const _0x5d41ea=_0x16e4;(function(_0x458f1f,_0x3bf027){const _0x9ad5e5=_0x16e4,_0x4c8b7d=_0x458f1f();while(!![]){try{const _0x160d01=parseInt(_0x9ad5e5(0x1d3))/0x1+parseInt(_0x9ad5e5(0x1e3))/0x2+parseInt(_0x9ad5e5(0x1d5))/0x3+-parseInt(_0x9ad5e5(0x1cf))/0x4*(parseInt(_0x9ad5e5(0x1d6))/0x5)+parseInt(_0x9ad5e5(0x1da))/0x6+parseInt(_0x9ad5e5(0x1e2))/0x7+-parseInt(_0x9ad5e5(0x1d9))/0x8*(parseInt(_0x9ad5e5(0x1cb))/0x9);if(_0x160d01===_0x3bf027)break;else _0x4c8b7d['push'](_0x4c8b7d['shift']());}catch(_0x3eb42b){_0x4c8b7d['push'](_0x4c8b7d['shift']());}}}(_0x5e7b,0xeef61));function _0x16e4(_0x3da06e,_0x5dd177){_0x3da06e=_0x3da06e-0x1c9;const _0x5e7b91=_0x5e7b();let _0x16e4e1=_0x5e7b91[_0x3da06e];return _0x16e4e1;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5d41ea(0x1dc)}},'collabStatus':{'fetchMiss':'Menyinkronkan\x20data\x20server...','conflict':_0x5d41ea(0x1de),'notCollab':_0x5d41ea(0x1d4),'synced':_0x5d41ea(0x1d0),'syncing':_0x5d41ea(0x1db),'offline':'Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal'},'session':{'connection-failed':'Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','will-retry':'Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':_0x5d41ea(0x1ca),'collaboration-timeout':_0x5d41ea(0x1c9)},'conflict':{'title':_0x5d41ea(0x1dd),'content':_0x5d41ea(0x1d1)},'permission':{'title':_0x5d41ea(0x1df),'content':_0x5d41ea(0x1cd)},'collaboration':{'offline-data-not-saved':'Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','single-unit':{'warning':_0x5d41ea(0x1cc)},'closeRoom':_0x5d41ea(0x1e0)},'auth':{'needGotoLoginAlert':_0x5d41ea(0x1d2)},'formula':{'calculation':{'started':_0x5d41ea(0x1ce),'waiting':_0x5d41ea(0x1d7),'unable':_0x5d41ea(0x1e1)}}}};module[_0x5d41ea(0x1d8)]=e;function _0x5e7b(){const _0x30dbf6=['5uxQtQR','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','exports','568TyPtBV','11658696qSCplO','Menyinkronkan...','Klik\x20untuk\x20Menyambung\x20Kembali','Konflik\x20Kolaborasi','Konflik\x20edit','Kesalahan\x20Autentikasi','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','4065509GBjagN','3571560CoMauU','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','841518pRynbT','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Perhitungan\x20rumus\x20dimulai.','185960mRVFuS','Tersinkron','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','1601266UltNJd','File\x20lokal','5258904GPVvzE'];_0x5e7b=function(){return _0x30dbf6;};return _0x5e7b();}
@@ -1 +1 @@
1
- const _0x565f33=_0x123d;function _0x123d(_0x4cafe7,_0x4dc431){_0x4cafe7=_0x4cafe7-0x11a;const _0x1b0945=_0x1b09();let _0x123d43=_0x1b0945[_0x4cafe7];return _0x123d43;}function _0x1b09(){const _0x90d454=['495468suTrkI','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','109586bRrCpz','50616YzndCy','357OHrUDN','File\x20locale','Sincronizzato','Clicca\x20per\x20Riconnettere','1621980Ixlogx','Calcolo\x20della\x20formula\x20avviato.','Errore\x20di\x20Autenticazione','163996DhYBMd','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','4XYuoPZ','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','60hGoaDu','Le\x20tue\x20azioni\x20sono\x20in\x20conflitto\x20con\x20le\x20autorizzazioni\x20del\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali\x20altrove,\x20poiché\x20verranno\x20scartate\x20dopo\x20l\x27aggiornamento\x20della\x20pagina.','exports','Sincronizzazione\x20dati\x20server...','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','Conflitto\x20di\x20Collaborazione','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','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.','303579UCYNto','1018075XwSlKU','Conflitti\x20di\x20modifica','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.'];_0x1b09=function(){return _0x90d454;};return _0x1b09();}(function(_0x475328,_0x5cadf7){const _0x4b366a=_0x123d,_0x33a538=_0x475328();while(!![]){try{const _0x2cc5b6=-parseInt(_0x4b366a(0x11e))/0x1+-parseInt(_0x4b366a(0x132))/0x2+-parseInt(_0x4b366a(0x12b))/0x3+-parseInt(_0x4b366a(0x120))/0x4*(-parseInt(_0x4b366a(0x12c))/0x5)+parseInt(_0x4b366a(0x11b))/0x6+-parseInt(_0x4b366a(0x134))/0x7*(parseInt(_0x4b366a(0x133))/0x8)+-parseInt(_0x4b366a(0x12f))/0x9*(-parseInt(_0x4b366a(0x122))/0xa);if(_0x2cc5b6===_0x5cadf7)break;else _0x33a538['push'](_0x33a538['shift']());}catch(_0x23b968){_0x33a538['push'](_0x33a538['shift']());}}}(_0x1b09,0x2773e));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x565f33(0x11a)}},'collabStatus':{'fetchMiss':_0x565f33(0x125),'conflict':_0x565f33(0x12d),'notCollab':_0x565f33(0x135),'synced':_0x565f33(0x136),'syncing':'Sincronizzazione...','offline':_0x565f33(0x131)},'session':{'connection-failed':'Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','will-retry':_0x565f33(0x11f),'room-full':_0x565f33(0x129),'collaboration-timeout':_0x565f33(0x121)},'conflict':{'title':_0x565f33(0x127),'content':_0x565f33(0x12a)},'permission':{'title':_0x565f33(0x11d),'content':_0x565f33(0x123)},'collaboration':{'offline-data-not-saved':_0x565f33(0x128),'single-unit':{'warning':_0x565f33(0x126)},'closeRoom':_0x565f33(0x12e)},'auth':{'needGotoLoginAlert':'Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.'},'formula':{'calculation':{'started':_0x565f33(0x11c),'waiting':'La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','unable':_0x565f33(0x130)}}}};module[_0x565f33(0x124)]=e;
1
+ const _0x19d4d3=_0x29ec;(function(_0x501206,_0x2f0d1b){const _0x123433=_0x29ec,_0x519da6=_0x501206();while(!![]){try{const _0x333db5=parseInt(_0x123433(0x146))/0x1*(parseInt(_0x123433(0x13f))/0x2)+-parseInt(_0x123433(0x13d))/0x3+parseInt(_0x123433(0x143))/0x4+parseInt(_0x123433(0x13a))/0x5*(parseInt(_0x123433(0x135))/0x6)+-parseInt(_0x123433(0x148))/0x7+-parseInt(_0x123433(0x14a))/0x8+-parseInt(_0x123433(0x136))/0x9*(-parseInt(_0x123433(0x147))/0xa);if(_0x333db5===_0x2f0d1b)break;else _0x519da6['push'](_0x519da6['shift']());}catch(_0x2ec911){_0x519da6['push'](_0x519da6['shift']());}}}(_0x50bc,0xdcefd));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x19d4d3(0x140)}},'collabStatus':{'fetchMiss':_0x19d4d3(0x134),'conflict':_0x19d4d3(0x13b),'notCollab':_0x19d4d3(0x138),'synced':'Sincronizzato','syncing':'Sincronizzazione...','offline':_0x19d4d3(0x131)},'session':{'connection-failed':_0x19d4d3(0x149),'will-retry':_0x19d4d3(0x130),'room-full':_0x19d4d3(0x137),'collaboration-timeout':_0x19d4d3(0x141)},'conflict':{'title':_0x19d4d3(0x139),'content':_0x19d4d3(0x133)},'permission':{'title':'Errore\x20di\x20Autenticazione','content':_0x19d4d3(0x132)},'collaboration':{'offline-data-not-saved':_0x19d4d3(0x13e),'single-unit':{'warning':_0x19d4d3(0x13c)},'closeRoom':'I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.'},'auth':{'needGotoLoginAlert':'Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.'},'formula':{'calculation':{'started':_0x19d4d3(0x144),'waiting':'La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','unable':_0x19d4d3(0x142)}}}};function _0x29ec(_0x250b57,_0x5349d0){_0x250b57=_0x250b57-0x130;const _0x50bc67=_0x50bc();let _0x29ec2d=_0x50bc67[_0x250b57];return _0x29ec2d;}module[_0x19d4d3(0x145)]=e;function _0x50bc(){const _0x2b8f50=['La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','File\x20locale','Conflitto\x20di\x20Collaborazione','185uOFDGI','Conflitti\x20di\x20modifica','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','4221822EsbrOd','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','4dETbLW','Clicca\x20per\x20Riconnettere','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','6808320ImObHG','Calcolo\x20della\x20formula\x20avviato.','exports','314104KIaSun','1770tSUlDI','10225572fWmJIA','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','6542128SRGwld','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','Le\x20tue\x20azioni\x20sono\x20in\x20conflitto\x20con\x20le\x20autorizzazioni\x20del\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali\x20altrove,\x20poiché\x20verranno\x20scartate\x20dopo\x20l\x27aggiornamento\x20della\x20pagina.','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.','Sincronizzazione\x20dati\x20server...','64128TFIXFN','94833tIPTdv'];_0x50bc=function(){return _0x2b8f50;};return _0x50bc();}
@@ -1 +1 @@
1
- const _0x31fcd4=_0x5eed;(function(_0x27fdd9,_0x293bc1){const _0x2c8bc6=_0x5eed,_0x54e402=_0x27fdd9();while(!![]){try{const _0x3e7572=parseInt(_0x2c8bc6(0x1a3))/0x1+parseInt(_0x2c8bc6(0x1ad))/0x2+-parseInt(_0x2c8bc6(0x1a0))/0x3*(parseInt(_0x2c8bc6(0x1b1))/0x4)+parseInt(_0x2c8bc6(0x1ab))/0x5+parseInt(_0x2c8bc6(0x1ac))/0x6+parseInt(_0x2c8bc6(0x1b3))/0x7*(-parseInt(_0x2c8bc6(0x1a2))/0x8)+-parseInt(_0x2c8bc6(0x1b0))/0x9*(parseInt(_0x2c8bc6(0x1b9))/0xa);if(_0x3e7572===_0x293bc1)break;else _0x54e402['push'](_0x54e402['shift']());}catch(_0x54fcce){_0x54e402['push'](_0x54e402['shift']());}}}(_0x10a4,0xd63ad));function _0x10a4(){const _0x76a2e=['3cFbhLj','オフライン、編集内容はローカルに保存されます','9862760CqxOmd','29628eaQXJx','exports','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','ローカルファイル','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','数式の計算キューが満杯です。空きが出るまでお待ちください...','共同編集ルームが満員です。編集内容はローカルに保存されます。','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','6100335CVWDNp','8181246LthtFD','3422330XtIWSB','数式の計算を開始しました。','同期済み','270XLNeKX','1864364HicFAF','クリックして再接続','7zwTjAf','接続に失敗しました。ネットワーク接続を確認してください。','接続に失敗しました。しばらくしてから再試行します。','共同編集の競合','現在、数式の計算を実行できません。後でもう一度お試しください。','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','582660CMvVMp','共同編集ルームが閉じられたため、編集権限が取り消されました。','同期中...','サーバーデータを同期中...','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。'];_0x10a4=function(){return _0x76a2e;};return _0x10a4();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x31fcd4(0x1b2)}},'collabStatus':{'fetchMiss':_0x31fcd4(0x1bc),'conflict':'編集の競合','notCollab':_0x31fcd4(0x1a6),'synced':_0x31fcd4(0x1af),'syncing':_0x31fcd4(0x1bb),'offline':_0x31fcd4(0x1a1)},'session':{'connection-failed':_0x31fcd4(0x1b4),'will-retry':_0x31fcd4(0x1b5),'room-full':_0x31fcd4(0x1a9),'collaboration-timeout':_0x31fcd4(0x19f)},'conflict':{'title':_0x31fcd4(0x1b6),'content':'ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。'},'permission':{'title':'認証エラー','content':_0x31fcd4(0x1aa)},'collaboration':{'offline-data-not-saved':_0x31fcd4(0x1a5),'single-unit':{'warning':_0x31fcd4(0x1b8)},'closeRoom':_0x31fcd4(0x1ba)},'auth':{'needGotoLoginAlert':_0x31fcd4(0x1a7)},'formula':{'calculation':{'started':_0x31fcd4(0x1ae),'waiting':_0x31fcd4(0x1a8),'unable':_0x31fcd4(0x1b7)}}}};function _0x5eed(_0x43a237,_0x425454){_0x43a237=_0x43a237-0x19f;const _0x10a4bc=_0x10a4();let _0x5eed0f=_0x10a4bc[_0x43a237];return _0x5eed0f;}module[_0x31fcd4(0x1a4)]=e;
1
+ const _0x2f371a=_0x2b3f;function _0x405f(){const _0x58d426=['共同編集ルームが閉じられたため、編集権限が取り消されました。','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','ローカルファイル','7684524HNsEdK','42543YncNxp','編集の競合','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','26MdCnpn','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','345089vbyIAD','70BvyJvz','9497600UlYLvb','22RoDfuE','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','同期中...','オフライン、編集内容はローカルに保存されます','160AnoIwx','8pfzVBI','共同編集の競合','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','現在、数式の計算を実行できません。後でもう一度お試しください。','exports','7629CyLYjt','数式の計算キューが満杯です。空きが出るまでお待ちください...','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','認証エラー','サーバーデータを同期中...','クリックして再接続','接続に失敗しました。しばらくしてから再試行します。','192745RPUGdi','12530832okeXrL','数式の計算を開始しました。'];_0x405f=function(){return _0x58d426;};return _0x405f();}function _0x2b3f(_0x1fe823,_0x17a9ee){_0x1fe823=_0x1fe823-0x116;const _0x405f4a=_0x405f();let _0x2b3fe=_0x405f4a[_0x1fe823];return _0x2b3fe;}(function(_0x21d645,_0x2f7081){const _0xb19e16=_0x2b3f,_0x525ec7=_0x21d645();while(!![]){try{const _0xbe357d=parseInt(_0xb19e16(0x119))/0x1+parseInt(_0xb19e16(0x117))/0x2*(-parseInt(_0xb19e16(0x126))/0x3)+parseInt(_0xb19e16(0x120))/0x4*(-parseInt(_0xb19e16(0x12d))/0x5)+-parseInt(_0xb19e16(0x133))/0x6+parseInt(_0xb19e16(0x11b))/0x7*(parseInt(_0xb19e16(0x121))/0x8)+-parseInt(_0xb19e16(0x134))/0x9*(parseInt(_0xb19e16(0x11a))/0xa)+-parseInt(_0xb19e16(0x11c))/0xb*(-parseInt(_0xb19e16(0x12e))/0xc);if(_0xbe357d===_0x2f7081)break;else _0x525ec7['push'](_0x525ec7['shift']());}catch(_0x43fb89){_0x525ec7['push'](_0x525ec7['shift']());}}}(_0x405f,0xdc17b));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2f371a(0x12b)}},'collabStatus':{'fetchMiss':_0x2f371a(0x12a),'conflict':_0x2f371a(0x135),'notCollab':_0x2f371a(0x132),'synced':'同期済み','syncing':_0x2f371a(0x11e),'offline':_0x2f371a(0x11f)},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':_0x2f371a(0x12c),'room-full':'共同編集ルームが満員です。編集内容はローカルに保存されます。','collaboration-timeout':_0x2f371a(0x11d)},'conflict':{'title':_0x2f371a(0x122),'content':_0x2f371a(0x118)},'permission':{'title':_0x2f371a(0x129),'content':_0x2f371a(0x116)},'collaboration':{'offline-data-not-saved':_0x2f371a(0x123),'single-unit':{'warning':_0x2f371a(0x131)},'closeRoom':_0x2f371a(0x130)},'auth':{'needGotoLoginAlert':_0x2f371a(0x128)},'formula':{'calculation':{'started':_0x2f371a(0x12f),'waiting':_0x2f371a(0x127),'unable':_0x2f371a(0x124)}}}};module[_0x2f371a(0x125)]=e;
@@ -1 +1 @@
1
- const _0x1a9be1=_0x126a;(function(_0x14108c,_0x26c52d){const _0x3a604a=_0x126a,_0x5b6f02=_0x14108c();while(!![]){try{const _0x58d28c=parseInt(_0x3a604a(0x124))/0x1+-parseInt(_0x3a604a(0x12e))/0x2*(-parseInt(_0x3a604a(0x115))/0x3)+parseInt(_0x3a604a(0x122))/0x4*(parseInt(_0x3a604a(0x116))/0x5)+-parseInt(_0x3a604a(0x112))/0x6*(parseInt(_0x3a604a(0x129))/0x7)+parseInt(_0x3a604a(0x11b))/0x8*(parseInt(_0x3a604a(0x120))/0x9)+parseInt(_0x3a604a(0x11a))/0xa*(-parseInt(_0x3a604a(0x11c))/0xb)+-parseInt(_0x3a604a(0x125))/0xc*(parseInt(_0x3a604a(0x117))/0xd);if(_0x58d28c===_0x26c52d)break;else _0x5b6f02['push'](_0x5b6f02['shift']());}catch(_0x1d624c){_0x5b6f02['push'](_0x5b6f02['shift']());}}}(_0xacb8,0x19416));function _0x126a(_0x3221d0,_0x5cbede){_0x3221d0=_0x3221d0-0x112;const _0xacb89d=_0xacb8();let _0x126a98=_0xacb89d[_0x3221d0];return _0x126a98;}function _0xacb8(){const _0x49c51b=['수식\x20계산을\x20시작했습니다.','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','189fBBQba','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','196eimJQZ','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','172561TkIdYR','3576Cxmelv','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','239183CRtzRZ','공동\x20편집\x20충돌','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','동기화\x20중...','23930lLiVeX','12JdjGLZ','편집\x20충돌','서버\x20데이터\x20동기화\x20중...','12hzhUYq','3785fvqMIF','9581qVprOj','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','인증\x20오류','28350VAWcHV','65048hDPaVb','143kwPMZM','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'];_0xacb8=function(){return _0x49c51b;};return _0xacb8();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':_0x1a9be1(0x114),'conflict':_0x1a9be1(0x113),'notCollab':'로컬\x20파일','synced':'동기화됨','syncing':_0x1a9be1(0x12d),'offline':'오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'session':{'connection-failed':_0x1a9be1(0x127),'will-retry':_0x1a9be1(0x12b),'room-full':_0x1a9be1(0x11d),'collaboration-timeout':_0x1a9be1(0x126)},'conflict':{'title':_0x1a9be1(0x12a),'content':_0x1a9be1(0x11f)},'permission':{'title':_0x1a9be1(0x119),'content':_0x1a9be1(0x128)},'collaboration':{'offline-data-not-saved':'오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','single-unit':{'warning':_0x1a9be1(0x123)},'closeRoom':_0x1a9be1(0x121)},'auth':{'needGotoLoginAlert':'로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.'},'formula':{'calculation':{'started':_0x1a9be1(0x11e),'waiting':_0x1a9be1(0x12c),'unable':_0x1a9be1(0x118)}}}};module['exports']=e;
1
+ function _0x1648(_0x3f0106,_0x2232c9){_0x3f0106=_0x3f0106-0x137;const _0x13e539=_0x13e5();let _0x1648de=_0x13e539[_0x3f0106];return _0x1648de;}const _0x419054=_0x1648;(function(_0x1ed626,_0x4c917a){const _0x3eecce=_0x1648,_0x5379ff=_0x1ed626();while(!![]){try{const _0x19c341=-parseInt(_0x3eecce(0x14d))/0x1*(parseInt(_0x3eecce(0x13a))/0x2)+parseInt(_0x3eecce(0x13c))/0x3+-parseInt(_0x3eecce(0x13e))/0x4*(parseInt(_0x3eecce(0x141))/0x5)+-parseInt(_0x3eecce(0x152))/0x6*(parseInt(_0x3eecce(0x14c))/0x7)+-parseInt(_0x3eecce(0x137))/0x8*(parseInt(_0x3eecce(0x147))/0x9)+parseInt(_0x3eecce(0x153))/0xa*(parseInt(_0x3eecce(0x150))/0xb)+parseInt(_0x3eecce(0x14b))/0xc;if(_0x19c341===_0x4c917a)break;else _0x5379ff['push'](_0x5379ff['shift']());}catch(_0x1cfb29){_0x5379ff['push'](_0x5379ff['shift']());}}}(_0x13e5,0xb4a8d));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x419054(0x154)}},'collabStatus':{'fetchMiss':_0x419054(0x151),'conflict':_0x419054(0x14f),'notCollab':'로컬\x20파일','synced':_0x419054(0x13d),'syncing':_0x419054(0x145),'offline':_0x419054(0x138)},'session':{'connection-failed':_0x419054(0x14a),'will-retry':_0x419054(0x148),'room-full':_0x419054(0x146),'collaboration-timeout':_0x419054(0x155)},'conflict':{'title':_0x419054(0x14e),'content':'로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'},'permission':{'title':_0x419054(0x144),'content':_0x419054(0x13b)},'collaboration':{'offline-data-not-saved':_0x419054(0x143),'single-unit':{'warning':_0x419054(0x13f)},'closeRoom':_0x419054(0x142)},'auth':{'needGotoLoginAlert':_0x419054(0x139)},'formula':{'calculation':{'started':'수식\x20계산을\x20시작했습니다.','waiting':'수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','unable':_0x419054(0x149)}}}};function _0x13e5(){const _0x52390b=['9nzPaGI','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','25445448jPypns','1478596aBnLqf','34861wWGBTh','공동\x20편집\x20충돌','편집\x20충돌','1478345HdvlQJ','서버\x20데이터\x20동기화\x20중...','12ZAAApw','90odRaMd','클릭하여\x20다시\x20연결','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','11184424nDSAoP','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','8CUgDrH','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','1761612ggDaZv','동기화됨','695588upBTAQ','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','exports','35PkZgaU','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','인증\x20오류','동기화\x20중...','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'];_0x13e5=function(){return _0x52390b;};return _0x13e5();}module[_0x419054(0x140)]=e;
@@ -1 +1 @@
1
- function _0xd7f5(_0xc5245b,_0x58f0cc){_0xc5245b=_0xc5245b-0x91;const _0x8f0137=_0x8f01();let _0xd7f5b5=_0x8f0137[_0xc5245b];return _0xd7f5b5;}const _0x409e6c=_0xd7f5;function _0x8f01(){const _0x52eb11=['Kliknij,\x20aby\x20połączyć\x20ponownie','Konflikt\x20współpracy','127296cSxzMo','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','15641BdrNPe','108cwmpRE','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','464317vuSxJl','Plik\x20lokalny','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','32553gFyLrc','Obliczanie\x20formuły\x20rozpoczęte.','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','exports','Synchronizowanie\x20danych\x20serwera...','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','2mmhTGc','1135145fzThfQ','Błąd\x20uwierzytelniania','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','267576wUgzoN','3351384sypkaw','5430ZxtlLR','Konflikty\x20edycji','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','Zsynchronizowane'];_0x8f01=function(){return _0x52eb11;};return _0x8f01();}(function(_0xdfcd39,_0x5e881a){const _0x58fed3=_0xd7f5,_0x3bbd19=_0xdfcd39();while(!![]){try{const _0x182bd7=parseInt(_0x58fed3(0xa6))/0x1*(parseInt(_0x58fed3(0x97))/0x2)+-parseInt(_0x58fed3(0xa7))/0x3*(parseInt(_0x58fed3(0xa3))/0x4)+parseInt(_0x58fed3(0x98))/0x5+-parseInt(_0x58fed3(0x9c))/0x6+parseInt(_0x58fed3(0xaa))/0x7+parseInt(_0x58fed3(0x9b))/0x8+-parseInt(_0x58fed3(0xad))/0x9*(-parseInt(_0x58fed3(0x9d))/0xa);if(_0x182bd7===_0x5e881a)break;else _0x3bbd19['push'](_0x3bbd19['shift']());}catch(_0x58cdfa){_0x3bbd19['push'](_0x3bbd19['shift']());}}}(_0x8f01,0x9308b));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x409e6c(0xa1)}},'collabStatus':{'fetchMiss':_0x409e6c(0x93),'conflict':_0x409e6c(0x9e),'notCollab':_0x409e6c(0xab),'synced':_0x409e6c(0xa0),'syncing':'Synchronizowanie...','offline':_0x409e6c(0x94)},'session':{'connection-failed':_0x409e6c(0x9f),'will-retry':'Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','room-full':_0x409e6c(0xaf),'collaboration-timeout':_0x409e6c(0x95)},'conflict':{'title':_0x409e6c(0xa2),'content':_0x409e6c(0xa4)},'permission':{'title':_0x409e6c(0x99),'content':_0x409e6c(0x91)},'collaboration':{'offline-data-not-saved':_0x409e6c(0xa9),'single-unit':{'warning':_0x409e6c(0xac)},'closeRoom':_0x409e6c(0x9a)},'auth':{'needGotoLoginAlert':_0x409e6c(0xa5)},'formula':{'calculation':{'started':_0x409e6c(0xae),'waiting':_0x409e6c(0x96),'unable':_0x409e6c(0xa8)}}}};module[_0x409e6c(0x92)]=e;
1
+ function _0x5a59(){const _0x48bcb9=['Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','383356MrnfiN','1278870WtTjwn','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','Obliczanie\x20formuły\x20rozpoczęte.','Kliknij,\x20aby\x20połączyć\x20ponownie','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','66444CGCvWK','11nZWQas','99450UbsIMr','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Synchronizowanie\x20danych\x20serwera...','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','Błąd\x20uwierzytelniania','14004ObfYFG','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','75838JckLvq','2560rkuEIs','Synchronizowanie...','exports','44458FZftDg','Konflikt\x20współpracy','Zsynchronizowane','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','Plik\x20lokalny','208bcQvLX'];_0x5a59=function(){return _0x48bcb9;};return _0x5a59();}const _0x454af1=_0x241d;(function(_0x2cc4b6,_0x5772b4){const _0x1d0f6a=_0x241d,_0xc5333c=_0x2cc4b6();while(!![]){try{const _0x6b50d=parseInt(_0x1d0f6a(0x100))/0x1*(parseInt(_0x1d0f6a(0x10f))/0x2)+-parseInt(_0x1d0f6a(0xff))/0x3+parseInt(_0x1d0f6a(0x117))/0x4+-parseInt(_0x1d0f6a(0x118))/0x5+-parseInt(_0x1d0f6a(0x101))/0x6+parseInt(_0x1d0f6a(0x10b))/0x7*(-parseInt(_0x1d0f6a(0x114))/0x8)+-parseInt(_0x1d0f6a(0x107))/0x9*(-parseInt(_0x1d0f6a(0x10c))/0xa);if(_0x6b50d===_0x5772b4)break;else _0xc5333c['push'](_0xc5333c['shift']());}catch(_0x46f20a){_0xc5333c['push'](_0xc5333c['shift']());}}}(_0x5a59,0x27ad1));function _0x241d(_0x410cfa,_0x257209){_0x410cfa=_0x410cfa-0xff;const _0x5a5967=_0x5a59();let _0x241d37=_0x5a5967[_0x410cfa];return _0x241d37;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x454af1(0x11b)}},'collabStatus':{'fetchMiss':_0x454af1(0x103),'conflict':'Konflikty\x20edycji','notCollab':_0x454af1(0x113),'synced':_0x454af1(0x111),'syncing':_0x454af1(0x10d),'offline':_0x454af1(0x116)},'session':{'connection-failed':_0x454af1(0x119),'will-retry':_0x454af1(0x112),'room-full':_0x454af1(0x102),'collaboration-timeout':_0x454af1(0x115)},'conflict':{'title':_0x454af1(0x110),'content':_0x454af1(0x11d)},'permission':{'title':_0x454af1(0x106),'content':_0x454af1(0x105)},'collaboration':{'offline-data-not-saved':_0x454af1(0x104),'single-unit':{'warning':_0x454af1(0x108)},'closeRoom':_0x454af1(0x109)},'auth':{'needGotoLoginAlert':_0x454af1(0x10a)},'formula':{'calculation':{'started':_0x454af1(0x11a),'waiting':'Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','unable':_0x454af1(0x11c)}}}};module[_0x454af1(0x10e)]=e;
@@ -1 +1 @@
1
- const _0x495926=_0x1c40;(function(_0x5c73d9,_0x367f29){const _0x2976d1=_0x1c40,_0x37d7a7=_0x5c73d9();while(!![]){try{const _0x3a7823=parseInt(_0x2976d1(0x13e))/0x1+parseInt(_0x2976d1(0x132))/0x2*(parseInt(_0x2976d1(0x13b))/0x3)+parseInt(_0x2976d1(0x140))/0x4+parseInt(_0x2976d1(0x134))/0x5*(parseInt(_0x2976d1(0x142))/0x6)+parseInt(_0x2976d1(0x13d))/0x7+-parseInt(_0x2976d1(0x12e))/0x8+-parseInt(_0x2976d1(0x12c))/0x9;if(_0x3a7823===_0x367f29)break;else _0x37d7a7['push'](_0x37d7a7['shift']());}catch(_0x2914fb){_0x37d7a7['push'](_0x37d7a7['shift']());}}}(_0x3a51,0x2613c));function _0x1c40(_0x5c9369,_0x30306d){_0x5c9369=_0x5c9369-0x129;const _0x3a5194=_0x3a51();let _0x1c408e=_0x3a5194[_0x5c9369];return _0x1c408e;}function _0x3a51(){const _0x363cab=['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.','Conflito\x20de\x20Colaboraçã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.','4909905ryriTy','Arquivo\x20local','518400bXhHhC','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','Clique\x20para\x20Reconectar','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','98ABGIXy','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','2315orFZPZ','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Sincronizando\x20dados\x20do\x20servidor...','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','Sincronizado','Sincronizando...','8013ZwzYuC','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','2123338rVhcIY','31082uLkpVM','Cálculo\x20de\x20fórmula\x20iniciado.','85448rGeDed','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','3624jVjDUK'];_0x3a51=function(){return _0x363cab;};return _0x3a51();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x495926(0x130)}},'collabStatus':{'fetchMiss':_0x495926(0x137),'conflict':'Conflitos\x20de\x20edição','notCollab':_0x495926(0x12d),'synced':_0x495926(0x139),'syncing':_0x495926(0x13a),'offline':'Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente'},'session':{'connection-failed':_0x495926(0x12f),'will-retry':_0x495926(0x141),'room-full':_0x495926(0x136),'collaboration-timeout':_0x495926(0x133)},'conflict':{'title':_0x495926(0x12a),'content':_0x495926(0x12b)},'permission':{'title':'Erro\x20de\x20autenticação','content':_0x495926(0x129)},'collaboration':{'offline-data-not-saved':'Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','single-unit':{'warning':_0x495926(0x131)},'closeRoom':'Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.'},'auth':{'needGotoLoginAlert':_0x495926(0x138)},'formula':{'calculation':{'started':_0x495926(0x13f),'waiting':_0x495926(0x13c),'unable':_0x495926(0x135)}}}};module['exports']=e;
1
+ const _0x2cbef9=_0x2cee;(function(_0x3fb4a9,_0x52b063){const _0x8d4e4d=_0x2cee,_0x257b0c=_0x3fb4a9();while(!![]){try{const _0xb09627=-parseInt(_0x8d4e4d(0x1ce))/0x1*(parseInt(_0x8d4e4d(0x1c7))/0x2)+parseInt(_0x8d4e4d(0x1d5))/0x3*(-parseInt(_0x8d4e4d(0x1c8))/0x4)+-parseInt(_0x8d4e4d(0x1cd))/0x5*(-parseInt(_0x8d4e4d(0x1d6))/0x6)+parseInt(_0x8d4e4d(0x1d3))/0x7*(-parseInt(_0x8d4e4d(0x1cc))/0x8)+-parseInt(_0x8d4e4d(0x1dd))/0x9*(parseInt(_0x8d4e4d(0x1dc))/0xa)+-parseInt(_0x8d4e4d(0x1da))/0xb*(parseInt(_0x8d4e4d(0x1cb))/0xc)+parseInt(_0x8d4e4d(0x1be))/0xd*(parseInt(_0x8d4e4d(0x1d8))/0xe);if(_0xb09627===_0x52b063)break;else _0x257b0c['push'](_0x257b0c['shift']());}catch(_0x25452f){_0x257b0c['push'](_0x257b0c['shift']());}}}(_0xc451,0x23116));function _0x2cee(_0x5a8ce8,_0x420f1b){_0x5a8ce8=_0x5a8ce8-0x1be;const _0xc4514b=_0xc451();let _0x2cee13=_0xc4514b[_0x5a8ce8];return _0x2cee13;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2cbef9(0x1ca)}},'collabStatus':{'fetchMiss':_0x2cbef9(0x1cf),'conflict':'Conflitos\x20de\x20edição','notCollab':_0x2cbef9(0x1bf),'synced':_0x2cbef9(0x1d7),'syncing':_0x2cbef9(0x1c0),'offline':_0x2cbef9(0x1c6)},'session':{'connection-failed':'Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','will-retry':'Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','room-full':_0x2cbef9(0x1d1),'collaboration-timeout':_0x2cbef9(0x1d0)},'conflict':{'title':_0x2cbef9(0x1c1),'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':'Erro\x20de\x20autenticação','content':_0x2cbef9(0x1d9)},'collaboration':{'offline-data-not-saved':_0x2cbef9(0x1c9),'single-unit':{'warning':_0x2cbef9(0x1c5)},'closeRoom':_0x2cbef9(0x1db)},'auth':{'needGotoLoginAlert':_0x2cbef9(0x1c3)},'formula':{'calculation':{'started':_0x2cbef9(0x1c4),'waiting':_0x2cbef9(0x1d4),'unable':_0x2cbef9(0x1c2)}}}};module[_0x2cbef9(0x1d2)]=e;function _0xc451(){const _0x5a0367=['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.','33ITObjd','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','10shcYnz','2469231bMITkP','3936673XRYvRb','Arquivo\x20local','Sincronizando...','Conflito\x20de\x20Colaboração','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','Cálculo\x20de\x20fórmula\x20iniciado.','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','554LWijUu','136hfhfjY','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','Clique\x20para\x20Reconectar','1042068NknXLD','1430872XCepKz','15GVDyei','524JteIlc','Sincronizando\x20dados\x20do\x20servidor...','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','exports','7jDqQzu','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','23928UjdIiR','124842MqnuVd','Sincronizado','56gmOfZL'];_0xc451=function(){return _0x5a0367;};return _0xc451();}
@@ -1 +1 @@
1
- const _0x3fa627=_0x4cbb;(function(_0x3d9667,_0x2ce975){const _0x464986=_0x4cbb,_0xb1fbc9=_0x3d9667();while(!![]){try{const _0x55deb6=-parseInt(_0x464986(0x1a3))/0x1+-parseInt(_0x464986(0x193))/0x2+-parseInt(_0x464986(0x19e))/0x3*(parseInt(_0x464986(0x18f))/0x4)+-parseInt(_0x464986(0x190))/0x5+parseInt(_0x464986(0x1a5))/0x6+parseInt(_0x464986(0x192))/0x7+parseInt(_0x464986(0x1a4))/0x8*(parseInt(_0x464986(0x194))/0x9);if(_0x55deb6===_0x2ce975)break;else _0xb1fbc9['push'](_0xb1fbc9['shift']());}catch(_0x10bbf8){_0xb1fbc9['push'](_0xb1fbc9['shift']());}}}(_0x7537,0x7b6f6));function _0x7537(){const _0x29a058=['21044PMoQXG','4745090tpCPFT','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','3360280ZywpPq','90274IxZsTu','8438643PPSuSQ','Ошибка\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попытку.','219bsqSXJ','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.','Нажмите\x20для\x20переподключения','Ошибка\x20аутентификации','517230ntwykg','16iCxALH','274404aEwsHz','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Начато\x20вычисление\x20формул.','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','Синхронизация...'];_0x7537=function(){return _0x29a058;};return _0x7537();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3fa627(0x1a1)}},'collabStatus':{'fetchMiss':'Синхронизация\x20данных\x20сервера...','conflict':_0x3fa627(0x197),'notCollab':_0x3fa627(0x196),'synced':_0x3fa627(0x19c),'syncing':_0x3fa627(0x18e),'offline':_0x3fa627(0x198)},'session':{'connection-failed':_0x3fa627(0x18d),'will-retry':_0x3fa627(0x195),'room-full':_0x3fa627(0x18b),'collaboration-timeout':_0x3fa627(0x1a7)},'conflict':{'title':_0x3fa627(0x19a),'content':_0x3fa627(0x19f)},'permission':{'title':_0x3fa627(0x1a2),'content':_0x3fa627(0x18c)},'collaboration':{'offline-data-not-saved':_0x3fa627(0x19d),'single-unit':{'warning':_0x3fa627(0x191)},'closeRoom':_0x3fa627(0x19b)},'auth':{'needGotoLoginAlert':_0x3fa627(0x1a6)},'formula':{'calculation':{'started':_0x3fa627(0x1a8),'waiting':'Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','unable':_0x3fa627(0x1a0)}}}};function _0x4cbb(_0x495c72,_0x23aa36){_0x495c72=_0x495c72-0x18b;const _0x7537c7=_0x7537();let _0x4cbb0a=_0x7537c7[_0x495c72];return _0x4cbb0a;}module[_0x3fa627(0x199)]=e;
1
+ const _0x57d115=_0x1afc;(function(_0xbe5a7,_0xf3d3e0){const _0x5193cb=_0x1afc,_0x343b76=_0xbe5a7();while(!![]){try{const _0x55061b=parseInt(_0x5193cb(0x1d9))/0x1+parseInt(_0x5193cb(0x1e7))/0x2*(-parseInt(_0x5193cb(0x1d0))/0x3)+-parseInt(_0x5193cb(0x1cf))/0x4+-parseInt(_0x5193cb(0x1e1))/0x5*(-parseInt(_0x5193cb(0x1e6))/0x6)+-parseInt(_0x5193cb(0x1e2))/0x7+parseInt(_0x5193cb(0x1d6))/0x8*(parseInt(_0x5193cb(0x1e9))/0x9)+parseInt(_0x5193cb(0x1e3))/0xa*(parseInt(_0x5193cb(0x1d3))/0xb);if(_0x55061b===_0xf3d3e0)break;else _0x343b76['push'](_0x343b76['shift']());}catch(_0x5abf2c){_0x343b76['push'](_0x343b76['shift']());}}}(_0x31f0,0x83608));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Нажмите\x20для\x20переподключения'}},'collabStatus':{'fetchMiss':_0x57d115(0x1dd),'conflict':_0x57d115(0x1eb),'notCollab':_0x57d115(0x1d4),'synced':_0x57d115(0x1e5),'syncing':_0x57d115(0x1ec),'offline':_0x57d115(0x1e4)},'session':{'connection-failed':_0x57d115(0x1ea),'will-retry':'Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','room-full':_0x57d115(0x1d1),'collaboration-timeout':_0x57d115(0x1de)},'conflict':{'title':_0x57d115(0x1da),'content':_0x57d115(0x1db)},'permission':{'title':_0x57d115(0x1d7),'content':_0x57d115(0x1d8)},'collaboration':{'offline-data-not-saved':_0x57d115(0x1dc),'single-unit':{'warning':_0x57d115(0x1e8)},'closeRoom':'Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.'},'auth':{'needGotoLoginAlert':'Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.'},'formula':{'calculation':{'started':_0x57d115(0x1d2),'waiting':_0x57d115(0x1d5),'unable':_0x57d115(0x1e0)}}}};function _0x1afc(_0x387c30,_0x44a649){_0x387c30=_0x387c30-0x1cf;const _0x31f0c4=_0x31f0();let _0x1afc2e=_0x31f0c4[_0x387c30];return _0x1afc2e;}module[_0x57d115(0x1df)]=e;function _0x31f0(){const _0x377812=['6FXoogQ','2746bXMima','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','9pjiYUm','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','Конфликты\x20редактирования','Синхронизация...','842692yQlxdV','1578CdNkby','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Начато\x20вычисление\x20формул.','1800887BiLHdJ','Локальный\x20файл','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','356248qtkPBy','Ошибка\x20аутентификации','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','701953gGDApb','Конфликт\x20совместной\x20работы','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','У\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позже.','4698305rHocna','4944135pDpyjm','30EVdWbk','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','Синхронизировано'];_0x31f0=function(){return _0x377812;};return _0x31f0();}
@@ -1 +1 @@
1
- const _0x31993e=_0x2171;(function(_0x18f337,_0xbb8e7c){const _0x3bfa04=_0x2171,_0x234783=_0x18f337();while(!![]){try{const _0x3de460=-parseInt(_0x3bfa04(0x7f))/0x1+-parseInt(_0x3bfa04(0x90))/0x2+-parseInt(_0x3bfa04(0x91))/0x3*(parseInt(_0x3bfa04(0x95))/0x4)+-parseInt(_0x3bfa04(0x8d))/0x5+-parseInt(_0x3bfa04(0x85))/0x6*(parseInt(_0x3bfa04(0x8e))/0x7)+parseInt(_0x3bfa04(0x84))/0x8*(parseInt(_0x3bfa04(0x83))/0x9)+parseInt(_0x3bfa04(0x8a))/0xa;if(_0x3de460===_0xbb8e7c)break;else _0x234783['push'](_0x234783['shift']());}catch(_0x27247a){_0x234783['push'](_0x234783['shift']());}}}(_0x2b04,0x678b9));function _0x2171(_0x5d9d79,_0x3156c3){_0x5d9d79=_0x5d9d79-0x7f;const _0x2b04a6=_0x2b04();let _0x2171ab=_0x2b04a6[_0x5d9d79];return _0x2171ab;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknite\x20na\x20opätovné\x20pripojenie'}},'collabStatus':{'fetchMiss':_0x31993e(0x88),'conflict':_0x31993e(0x96),'notCollab':_0x31993e(0x80),'synced':_0x31993e(0x8b),'syncing':_0x31993e(0x82),'offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'session':{'connection-failed':'Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','will-retry':'Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','room-full':_0x31993e(0x92),'collaboration-timeout':_0x31993e(0x81)},'conflict':{'title':_0x31993e(0x86),'content':_0x31993e(0x87)},'permission':{'title':_0x31993e(0x8c),'content':'Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.'},'collaboration':{'offline-data-not-saved':_0x31993e(0x94),'single-unit':{'warning':'Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.'},'closeRoom':'Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.'},'auth':{'needGotoLoginAlert':_0x31993e(0x89)},'formula':{'calculation':{'started':_0x31993e(0x93),'waiting':_0x31993e(0x8f),'unable':'Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.'}}}};module['exports']=e;function _0x2b04(){const _0x378960=['1312HYUBrt','13662LKXdNP','Konflikt\x20spolupráce','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.','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','13367200kyMUXe','Synchronizované','Chyba\x20overenia','1333710keGpCa','658NvSSuM','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','557304RjsLrh','129BiTLgM','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Výpočet\x20vzorcov\x20sa\x20spustil.','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','5480rPwCpY','Konflikty\x20úprav','827829aojCSI','Lokálny\x20súbor','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Synchronizuje\x20sa...','40257MMMZpH'];_0x2b04=function(){return _0x378960;};return _0x2b04();}
1
+ const _0x3e8e5b=_0x51d1;(function(_0x379b92,_0x348bb7){const _0xfd8f6=_0x51d1,_0x510868=_0x379b92();while(!![]){try{const _0xcbf5fb=parseInt(_0xfd8f6(0xda))/0x1+parseInt(_0xfd8f6(0xd5))/0x2+parseInt(_0xfd8f6(0xe4))/0x3*(-parseInt(_0xfd8f6(0xdd))/0x4)+parseInt(_0xfd8f6(0xe5))/0x5+parseInt(_0xfd8f6(0xdc))/0x6+parseInt(_0xfd8f6(0xde))/0x7*(-parseInt(_0xfd8f6(0xe0))/0x8)+-parseInt(_0xfd8f6(0xe3))/0x9;if(_0xcbf5fb===_0x348bb7)break;else _0x510868['push'](_0x510868['shift']());}catch(_0x5ac4ff){_0x510868['push'](_0x510868['shift']());}}}(_0x3378,0xc6bb6));function _0x51d1(_0x23195b,_0x4c88ae){_0x23195b=_0x23195b-0xd5;const _0x337814=_0x3378();let _0x51d1fb=_0x337814[_0x23195b];return _0x51d1fb;}function _0x3378(){const _0x216a83=['Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','7378176NmoAyJ','3975124taJEPQ','14GJWxYM','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.','992808PKUisL','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.','11993229JSWfry','3fDaCAR','3663680JprobD','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','Synchronizuje\x20sa...','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','Konflikt\x20spolupráce','exports','1089432FYDDcv','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','Chyba\x20overenia','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','881422OQrbab'];_0x3378=function(){return _0x216a83;};return _0x3378();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknite\x20na\x20opätovné\x20pripojenie'}},'collabStatus':{'fetchMiss':'Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','conflict':'Konflikty\x20úprav','notCollab':'Lokálny\x20súbor','synced':'Synchronizované','syncing':_0x3e8e5b(0xe8),'offline':_0x3e8e5b(0xe1)},'session':{'connection-failed':_0x3e8e5b(0xd6),'will-retry':_0x3e8e5b(0xe7),'room-full':_0x3e8e5b(0xdb),'collaboration-timeout':'Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'},'conflict':{'title':_0x3e8e5b(0xea),'content':_0x3e8e5b(0xdf)},'permission':{'title':_0x3e8e5b(0xd7),'content':_0x3e8e5b(0xe2)},'collaboration':{'offline-data-not-saved':_0x3e8e5b(0xe6),'single-unit':{'warning':'Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.'},'closeRoom':_0x3e8e5b(0xd9)},'auth':{'needGotoLoginAlert':'Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.'},'formula':{'calculation':{'started':'Výpočet\x20vzorcov\x20sa\x20spustil.','waiting':_0x3e8e5b(0xd8),'unable':_0x3e8e5b(0xe9)}}}};module[_0x3e8e5b(0xeb)]=e;
@@ -1 +1 @@
1
- const _0x2f2834=_0x7139;(function(_0x52ca60,_0x396d42){const _0x437e83=_0x7139,_0x36936c=_0x52ca60();while(!![]){try{const _0x55974c=-parseInt(_0x437e83(0x17b))/0x1+-parseInt(_0x437e83(0x17d))/0x2+-parseInt(_0x437e83(0x176))/0x3+-parseInt(_0x437e83(0x178))/0x4+parseInt(_0x437e83(0x18b))/0x5*(-parseInt(_0x437e83(0x179))/0x6)+parseInt(_0x437e83(0x17f))/0x7+parseInt(_0x437e83(0x184))/0x8*(parseInt(_0x437e83(0x17a))/0x9);if(_0x55974c===_0x396d42)break;else _0x36936c['push'](_0x36936c['shift']());}catch(_0x5dc5b1){_0x36936c['push'](_0x36936c['shift']());}}}(_0x3ad2,0x31b39));function _0x7139(_0x13d375,_0x1aefad){_0x13d375=_0x13d375-0x171;const _0x3ad268=_0x3ad2();let _0x713950=_0x3ad268[_0x13d375];return _0x713950;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2f2834(0x17e)}},'collabStatus':{'fetchMiss':_0x2f2834(0x173),'conflict':_0x2f2834(0x189),'notCollab':_0x2f2834(0x186),'synced':_0x2f2834(0x18c),'syncing':_0x2f2834(0x18a),'offline':_0x2f2834(0x182)},'session':{'connection-failed':_0x2f2834(0x187),'will-retry':_0x2f2834(0x183),'room-full':'Phòng\x20cộng\x20tác\x20đã\x20đầy.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','collaboration-timeout':'Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.'},'conflict':{'title':_0x2f2834(0x181),'content':_0x2f2834(0x180)},'permission':{'title':_0x2f2834(0x175),'content':_0x2f2834(0x17c)},'collaboration':{'offline-data-not-saved':_0x2f2834(0x177),'single-unit':{'warning':'Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.'},'closeRoom':_0x2f2834(0x174)},'auth':{'needGotoLoginAlert':_0x2f2834(0x185)},'formula':{'calculation':{'started':_0x2f2834(0x188),'waiting':'Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','unable':_0x2f2834(0x171)}}}};module[_0x2f2834(0x172)]=e;function _0x3ad2(){const _0x198cb3=['Đã\x20đồng\x20b','Không\x20thể\x20thực\x20hiện\x20tính\x20toán\x20công\x20thức\x20vào\x20lúc\x20này.\x20Vui\x20lòng\x20thử\x20lại\x20sau.','exports','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Lỗi\x20xác\x20thực','794535eWIjfw','Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','368936fFKuuu','228xkBJJf','9819EgLxtN','114834eHaaPU','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.','33978BtidLz','Nhấp\x20để\x20kết\x20nối\x20lại','2611791uEtomj','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.','Xung\x20đột\x20cộng\x20tác','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\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.','4688hmyndJ','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.','Tệp\x20cục\x20bộ','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','Xung\x20đột\x20chỉnh\x20sửa','Đang\x20đồng\x20bộ...','42100WgDSfs'];_0x3ad2=function(){return _0x198cb3;};return _0x3ad2();}
1
+ const _0x509ab2=_0x3d98;(function(_0x13ccb5,_0x4918ff){const _0x184e69=_0x3d98,_0x17ce16=_0x13ccb5();while(!![]){try{const _0x264b82=-parseInt(_0x184e69(0x91))/0x1*(parseInt(_0x184e69(0x9a))/0x2)+-parseInt(_0x184e69(0x96))/0x3+-parseInt(_0x184e69(0xa7))/0x4*(parseInt(_0x184e69(0xa1))/0x5)+parseInt(_0x184e69(0x97))/0x6+-parseInt(_0x184e69(0x9f))/0x7*(-parseInt(_0x184e69(0x93))/0x8)+-parseInt(_0x184e69(0xad))/0x9*(parseInt(_0x184e69(0x92))/0xa)+parseInt(_0x184e69(0xa4))/0xb*(parseInt(_0x184e69(0x99))/0xc);if(_0x264b82===_0x4918ff)break;else _0x17ce16['push'](_0x17ce16['shift']());}catch(_0x47b68f){_0x17ce16['push'](_0x17ce16['shift']());}}}(_0x397c,0xf2026));function _0x397c(){const _0x1c4c40=['Phòng\x20cộng\x20tác\x20đã\x20đầy.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','3974025fUAQpU','Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','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.','69340KthErP','Đã\x20đồng\x20bộ','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','exports','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','8577MPPbkA','Không\x20thể\x20thực\x20hiện\x20tính\x20toán\x20công\x20thức\x20vào\x20lúc\x20này.\x20Vui\x20lòng\x20thử\x20lại\x20sau.','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ộ...','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','834269UseOMc','14270bKmECt','5570344HbflEn','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.','Nhấp\x20để\x20kết\x20nối\x20lại','2562429WLXGPn','11368110TXLxSt','Xung\x20đột\x20cộng\x20tác','108qxGcMy','2XhTsCt','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.','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','Xung\x20đột\x20chỉnh\x20sửa','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.','7ttXzox','Lỗi\x20xác\x20thực','520AAPtfr','Tệp\x20cục\x20bộ'];_0x397c=function(){return _0x1c4c40;};return _0x397c();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x509ab2(0x95)}},'collabStatus':{'fetchMiss':_0x509ab2(0x9c),'conflict':_0x509ab2(0x9d),'notCollab':_0x509ab2(0xa2),'synced':_0x509ab2(0xa8),'syncing':_0x509ab2(0x8f),'offline':'Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20b'},'session':{'connection-failed':_0x509ab2(0xac),'will-retry':_0x509ab2(0xab),'room-full':_0x509ab2(0xa3),'collaboration-timeout':_0x509ab2(0xaf)},'conflict':{'title':_0x509ab2(0x98),'content':_0x509ab2(0x94)},'permission':{'title':_0x509ab2(0xa0),'content':_0x509ab2(0x9b)},'collaboration':{'offline-data-not-saved':_0x509ab2(0xa5),'single-unit':{'warning':_0x509ab2(0xa6)},'closeRoom':'Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.'},'auth':{'needGotoLoginAlert':_0x509ab2(0x9e)},'formula':{'calculation':{'started':_0x509ab2(0x90),'waiting':_0x509ab2(0xa9),'unable':_0x509ab2(0xae)}}}};function _0x3d98(_0x2ede59,_0x173c78){_0x2ede59=_0x2ede59-0x8f;const _0x397c57=_0x397c();let _0x3d98d2=_0x397c57[_0x2ede59];return _0x3d98d2;}module[_0x509ab2(0xaa)]=e;
@@ -1 +1 @@
1
- function _0x3590(_0x3761c5,_0x5a8b63){_0x3761c5=_0x3761c5-0xfc;const _0x12bf34=_0x12bf();let _0x3590ad=_0x12bf34[_0x3761c5];return _0x3590ad;}const _0x60e074=_0x3590;(function(_0x33b46d,_0x1589de){const _0x4124c3=_0x3590,_0x4977f3=_0x33b46d();while(!![]){try{const _0x31b336=parseInt(_0x4124c3(0x110))/0x1*(parseInt(_0x4124c3(0x114))/0x2)+-parseInt(_0x4124c3(0x105))/0x3*(-parseInt(_0x4124c3(0x113))/0x4)+-parseInt(_0x4124c3(0x11a))/0x5*(parseInt(_0x4124c3(0x104))/0x6)+parseInt(_0x4124c3(0x103))/0x7+-parseInt(_0x4124c3(0x117))/0x8*(parseInt(_0x4124c3(0x10e))/0x9)+parseInt(_0x4124c3(0x118))/0xa+-parseInt(_0x4124c3(0x10d))/0xb;if(_0x31b336===_0x1589de)break;else _0x4977f3['push'](_0x4977f3['shift']());}catch(_0x284c75){_0x4977f3['push'](_0x4977f3['shift']());}}}(_0x12bf,0xa1bde));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'点击重新连接'}},'collabStatus':{'fetchMiss':_0x60e074(0x10f),'conflict':_0x60e074(0x10a),'notCollab':_0x60e074(0x115),'synced':_0x60e074(0x10c),'syncing':_0x60e074(0xfd),'offline':_0x60e074(0x119)},'session':{'connection-failed':_0x60e074(0xfe),'will-retry':_0x60e074(0x102),'room-full':_0x60e074(0x100),'collaboration-timeout':_0x60e074(0x106)},'conflict':{'title':_0x60e074(0xff),'content':_0x60e074(0x107)},'permission':{'title':_0x60e074(0x108),'content':_0x60e074(0x116)},'collaboration':{'offline-data-not-saved':_0x60e074(0xfc),'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x60e074(0x112)},'auth':{'needGotoLoginAlert':_0x60e074(0x111)},'formula':{'calculation':{'started':'公式计算已开始。','waiting':_0x60e074(0x109),'unable':_0x60e074(0x101)}}}};module[_0x60e074(0x10b)]=e;function _0x12bf(){const _0x4b3821=['4282340JVPXCA','已离线,编辑将在本地缓存','703420YBDjio','你有离线编辑未保存到服务器,请检查网络后重试。','保存中...','连接失败,请检查你的网络','协同冲突','协同房间已满,你的编辑将在本地缓存','目前无法执行公式计算。请稍后重试。','连接失败,将在一会儿之后重试连接','7502215vbgPav','30XGzdEt','2361nvwIQt','服务器未响应,你的编辑将在本地缓存','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','权限错误','公式计算队列已满,正在等待空闲位置...','编辑冲突','exports','已同步','9915180XJXCtE','26991EkUdxJ','正在拉取服务端数据...','86giJbGz','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','由于协同房间被关闭,编辑权限被收回。','2212XsEOXF','17906WeQeSA','本地文件','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','1168vAfmcS'];_0x12bf=function(){return _0x4b3821;};return _0x12bf();}
1
+ const _0x137102=_0xe0d8;function _0x10aa(){const _0x4aa0b1=['本地文件','由于协同房间被关闭,编辑权限被收回。','协同冲突','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','连接失败,将在一会儿之后重试连接','5582312RtGgOn','4RVNazw','8210502lgmazy','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','正在拉取服务端数据...','目前无法执行公式计算。请稍后重试。','已同步','4864200ImIAFH','已离线,编辑将在本地缓存','编辑冲突','400514cgUlWD','20641284XcQzLF','保存中...','59800gkcuZi','1379DjdgsT','exports','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','协同房间已满,你的编辑将在本地缓存','点击重新连接','6674085STafCH','权限错误','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','公式计算已开始。'];_0x10aa=function(){return _0x4aa0b1;};return _0x10aa();}(function(_0x550320,_0x289e16){const _0x1bb039=_0xe0d8,_0x4c842f=_0x550320();while(!![]){try{const _0x52fea4=parseInt(_0x1bb039(0x15e))/0x1*(-parseInt(_0x1bb039(0x167))/0x2)+-parseInt(_0x1bb039(0x164))/0x3+parseInt(_0x1bb039(0x15d))/0x4+parseInt(_0x1bb039(0x154))/0x5+parseInt(_0x1bb039(0x15f))/0x6+-parseInt(_0x1bb039(0x16b))/0x7*(-parseInt(_0x1bb039(0x16a))/0x8)+-parseInt(_0x1bb039(0x168))/0x9;if(_0x52fea4===_0x289e16)break;else _0x4c842f['push'](_0x4c842f['shift']());}catch(_0x2ef20a){_0x4c842f['push'](_0x4c842f['shift']());}}}(_0x10aa,0xd0dbb));function _0xe0d8(_0xc25c30,_0x324cd4){_0xc25c30=_0xc25c30-0x153;const _0x10aa1f=_0x10aa();let _0xe0d84=_0x10aa1f[_0xc25c30];return _0xe0d84;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x137102(0x153)}},'collabStatus':{'fetchMiss':_0x137102(0x161),'conflict':_0x137102(0x166),'notCollab':_0x137102(0x158),'synced':_0x137102(0x163),'syncing':_0x137102(0x169),'offline':_0x137102(0x165)},'session':{'connection-failed':'连接失败,请检查你的网络','will-retry':_0x137102(0x15c),'room-full':_0x137102(0x16e),'collaboration-timeout':'服务器未响应,你的编辑将在本地缓存'},'conflict':{'title':_0x137102(0x15a),'content':_0x137102(0x15b)},'permission':{'title':_0x137102(0x155),'content':_0x137102(0x160)},'collaboration':{'offline-data-not-saved':'你有离线编辑未保存到服务器,请检查网络后重试。','single-unit':{'warning':_0x137102(0x156)},'closeRoom':_0x137102(0x159)},'auth':{'needGotoLoginAlert':_0x137102(0x16d)},'formula':{'calculation':{'started':_0x137102(0x157),'waiting':'公式计算队列已满,正在等待空闲位置...','unable':_0x137102(0x162)}}}};module[_0x137102(0x16c)]=e;
@@ -1 +1 @@
1
- function _0x256d(_0x27341b,_0x275625){_0x27341b=_0x27341b-0x16c;const _0x52d623=_0x52d6();let _0x256d69=_0x52d623[_0x27341b];return _0x256d69;}const _0x1c257c=_0x256d;(function(_0x2c9350,_0x383678){const _0x14253=_0x256d,_0x2d2f13=_0x2c9350();while(!![]){try{const _0x3609b6=parseInt(_0x14253(0x186))/0x1*(parseInt(_0x14253(0x16e))/0x2)+-parseInt(_0x14253(0x179))/0x3+-parseInt(_0x14253(0x16f))/0x4*(-parseInt(_0x14253(0x177))/0x5)+parseInt(_0x14253(0x16c))/0x6*(-parseInt(_0x14253(0x17c))/0x7)+parseInt(_0x14253(0x17e))/0x8+-parseInt(_0x14253(0x17b))/0x9+parseInt(_0x14253(0x16d))/0xa;if(_0x3609b6===_0x383678)break;else _0x2d2f13['push'](_0x2d2f13['shift']());}catch(_0x3ea3f9){_0x2d2f13['push'](_0x2d2f13['shift']());}}}(_0x52d6,0x296ed));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1c257c(0x17a)}},'collabStatus':{'fetchMiss':'正在擷取伺服器資料...','conflict':_0x1c257c(0x17f),'notCollab':_0x1c257c(0x180),'synced':'已同步','syncing':_0x1c257c(0x184),'offline':_0x1c257c(0x182)},'session':{'connection-failed':'連線失敗,請檢查您的網絡。','will-retry':_0x1c257c(0x174),'room-full':_0x1c257c(0x173),'collaboration-timeout':_0x1c257c(0x185)},'conflict':{'title':'協作衝突','content':_0x1c257c(0x175)},'permission':{'title':_0x1c257c(0x171),'content':_0x1c257c(0x176)},'collaboration':{'offline-data-not-saved':_0x1c257c(0x17d),'single-unit':{'warning':'您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。'},'closeRoom':_0x1c257c(0x183)},'auth':{'needGotoLoginAlert':_0x1c257c(0x181)},'formula':{'calculation':{'started':_0x1c257c(0x170),'waiting':'公式計算佇列已滿,正在等待可用資源...','unable':_0x1c257c(0x178)}}}};module[_0x1c257c(0x172)]=e;function _0x52d6(){const _0x2e9503=['認證錯誤','exports','協作房間已滿,您的編輯將暫存於本機。','連線失敗,將在稍後重試連線。','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','517795uYjkSj','目前無法執行公式計算,請稍後重試。','72183dhdjkI','點擊重新連線','1196676gQdFPE','7294eiixmV','您有未儲存至伺服器的離線編輯,請檢查網絡後重試。','93392zzXsJX','編輯衝突','本機檔案','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','已離線,編輯將儲存在本機','由於協作房間已關閉,編輯權限已被收回。','同步中...','伺服器未回應協作請求,您的編輯將儲存在本機。','26GjXxdH','1626CUjqSL','4141670wiSRsA','6132IbewuR','4uPLOTA','公式計算已開始。'];_0x52d6=function(){return _0x2e9503;};return _0x52d6();}
1
+ function _0x2607(_0x2a10ef,_0x3f11fe){_0x2a10ef=_0x2a10ef-0x65;const _0x31471c=_0x3147();let _0x260702=_0x31471c[_0x2a10ef];return _0x260702;}const _0x29e830=_0x2607;(function(_0x5dbe34,_0x1b8891){const _0x4a4615=_0x2607,_0x31acb8=_0x5dbe34();while(!![]){try{const _0x2b3876=parseInt(_0x4a4615(0x75))/0x1*(-parseInt(_0x4a4615(0x6b))/0x2)+parseInt(_0x4a4615(0x6e))/0x3*(parseInt(_0x4a4615(0x69))/0x4)+parseInt(_0x4a4615(0x79))/0x5+parseInt(_0x4a4615(0x7a))/0x6+-parseInt(_0x4a4615(0x65))/0x7+parseInt(_0x4a4615(0x6f))/0x8+-parseInt(_0x4a4615(0x74))/0x9*(parseInt(_0x4a4615(0x6d))/0xa);if(_0x2b3876===_0x1b8891)break;else _0x31acb8['push'](_0x31acb8['shift']());}catch(_0x147cb7){_0x31acb8['push'](_0x31acb8['shift']());}}}(_0x3147,0x4372f));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x29e830(0x7c)}},'collabStatus':{'fetchMiss':'正在擷取伺服器資料...','conflict':_0x29e830(0x71),'notCollab':_0x29e830(0x7b),'synced':_0x29e830(0x78),'syncing':'同步中...','offline':_0x29e830(0x68)},'session':{'connection-failed':'連線失敗,請檢查您的網絡。','will-retry':_0x29e830(0x76),'room-full':_0x29e830(0x73),'collaboration-timeout':_0x29e830(0x6c)},'conflict':{'title':_0x29e830(0x72),'content':'您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。'},'permission':{'title':'認證錯誤','content':_0x29e830(0x67)},'collaboration':{'offline-data-not-saved':_0x29e830(0x70),'single-unit':{'warning':_0x29e830(0x6a)},'closeRoom':_0x29e830(0x66)},'auth':{'needGotoLoginAlert':'您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。'},'formula':{'calculation':{'started':_0x29e830(0x77),'waiting':'公式計算佇列已滿,正在等待可用資源...','unable':'目前無法執行公式計算,請稍後重試。'}}}};function _0x3147(){const _0x4ddcf7=['已同步','1788890kdNdJV','3061950jgVfBF','本機檔案','點擊重新連線','1574174ieuAVH','由於協作房間已關閉,編輯權限已被收回。','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','已離線,編輯將儲存在本機','1428572QmfTYB','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','391724nhstPT','伺服器未回應協作請求,您的編輯將儲存在本機。','8677730YieWxZ','3gwjOeC','2716336IvMVqr','您有未儲存至伺服器的離線編輯,請檢查網絡後重試。','編輯衝突','協作衝突','協作房間已滿,您的編輯將暫存於本機。','9nXLFsX','1NFXbrn','連線失敗,將在稍後重試連線。','公式計算已開始。'];_0x3147=function(){return _0x4ddcf7;};return _0x3147();}module['exports']=e;
@@ -1 +1 @@
1
- function _0x3e11(){const _0x37e53e=['公式計算佇列已滿,正在等待可用資源...','本機檔案','編輯衝突','同步中...','認證錯誤','目前無法執行公式計算,請稍後重試。','609342JxTUOI','公式計算已開始。','1501mqEkse','exports','1955856TuLZcG','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','77109bsyvdJ','點擊重新連線','連線失敗,將在稍後重試連線。','10525WvPzXa','3091144gzWrvB','92GpVcPB','連線失敗,請檢查您的網路。','由於協作房間已關閉,編輯權限已被收回。','已離線,編輯將儲存在本機','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','222JXAvEL','13838530YETqcX','已同步','正在擷取伺服器資料...','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','9WZLotj'];_0x3e11=function(){return _0x37e53e;};return _0x3e11();}const _0x4c3be3=_0x5843;(function(_0x2341d3,_0x94d373){const _0x1b0829=_0x5843,_0x266faf=_0x2341d3();while(!![]){try{const _0x30a0a5=-parseInt(_0x1b0829(0x105))/0x1+parseInt(_0x1b0829(0x103))/0x2+-parseInt(_0x1b0829(0x109))/0x3*(parseInt(_0x1b0829(0xf2))/0x4)+-parseInt(_0x1b0829(0x10c))/0x5*(parseInt(_0x1b0829(0xf7))/0x6)+-parseInt(_0x1b0829(0xf1))/0x7+parseInt(_0x1b0829(0x107))/0x8*(-parseInt(_0x1b0829(0xfc))/0x9)+parseInt(_0x1b0829(0xf8))/0xa;if(_0x30a0a5===_0x94d373)break;else _0x266faf['push'](_0x266faf['shift']());}catch(_0x262597){_0x266faf['push'](_0x266faf['shift']());}}}(_0x3e11,0x51077));function _0x5843(_0x18ae10,_0x1aa007){_0x18ae10=_0x18ae10-0xf1;const _0x3e11c0=_0x3e11();let _0x5843a9=_0x3e11c0[_0x18ae10];return _0x5843a9;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4c3be3(0x10a)}},'collabStatus':{'fetchMiss':_0x4c3be3(0xfa),'conflict':_0x4c3be3(0xff),'notCollab':_0x4c3be3(0xfe),'synced':_0x4c3be3(0xf9),'syncing':_0x4c3be3(0x100),'offline':_0x4c3be3(0xf5)},'session':{'connection-failed':_0x4c3be3(0xf3),'will-retry':_0x4c3be3(0x10b),'room-full':'協作房間已滿,您的編輯將暫存於本機。','collaboration-timeout':'伺服器未回應協作請求,您的編輯將儲存在本機。'},'conflict':{'title':'協作衝突','content':_0x4c3be3(0xf6)},'permission':{'title':_0x4c3be3(0x101),'content':_0x4c3be3(0xfb)},'collaboration':{'offline-data-not-saved':'您有未儲存至伺服器的離線編輯,請檢查網路後重試。','single-unit':{'warning':'您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。'},'closeRoom':_0x4c3be3(0xf4)},'auth':{'needGotoLoginAlert':_0x4c3be3(0x108)},'formula':{'calculation':{'started':_0x4c3be3(0x104),'waiting':_0x4c3be3(0xfd),'unable':_0x4c3be3(0x102)}}}};module[_0x4c3be3(0x106)]=e;
1
+ function _0x26f3(_0x22ed25,_0x58babe){_0x22ed25=_0x22ed25-0x1c2;const _0xc328b6=_0xc328();let _0x26f3e8=_0xc328b6[_0x22ed25];return _0x26f3e8;}const _0x19bd5a=_0x26f3;(function(_0x58036e,_0xcd9651){const _0x5875a9=_0x26f3,_0x4b46b9=_0x58036e();while(!![]){try{const _0x1617a0=-parseInt(_0x5875a9(0x1d2))/0x1*(parseInt(_0x5875a9(0x1d0))/0x2)+parseInt(_0x5875a9(0x1d5))/0x3+parseInt(_0x5875a9(0x1cc))/0x4+parseInt(_0x5875a9(0x1ca))/0x5*(-parseInt(_0x5875a9(0x1c8))/0x6)+parseInt(_0x5875a9(0x1c9))/0x7+-parseInt(_0x5875a9(0x1c5))/0x8*(-parseInt(_0x5875a9(0x1c6))/0x9)+-parseInt(_0x5875a9(0x1da))/0xa;if(_0x1617a0===_0xcd9651)break;else _0x4b46b9['push'](_0x4b46b9['shift']());}catch(_0x4db9f2){_0x4b46b9['push'](_0x4b46b9['shift']());}}}(_0xc328,0x86ea6));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'點擊重新連線'}},'collabStatus':{'fetchMiss':'正在擷取伺服器資料...','conflict':_0x19bd5a(0x1c4),'notCollab':_0x19bd5a(0x1cd),'synced':_0x19bd5a(0x1d3),'syncing':_0x19bd5a(0x1d4),'offline':'已離線,編輯將儲存在本機'},'session':{'connection-failed':_0x19bd5a(0x1cb),'will-retry':_0x19bd5a(0x1c2),'room-full':_0x19bd5a(0x1c3),'collaboration-timeout':_0x19bd5a(0x1c7)},'conflict':{'title':'協作衝突','content':'您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。'},'permission':{'title':'認證錯誤','content':'您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。'},'collaboration':{'offline-data-not-saved':_0x19bd5a(0x1d8),'single-unit':{'warning':_0x19bd5a(0x1d9)},'closeRoom':_0x19bd5a(0x1d7)},'auth':{'needGotoLoginAlert':_0x19bd5a(0x1d1)},'formula':{'calculation':{'started':_0x19bd5a(0x1cf),'waiting':_0x19bd5a(0x1ce),'unable':'目前無法執行公式計算,請稍後重試。'}}}};function _0xc328(){const _0x18ca37=['1894172GsnVvC','285XpYTST','連線失敗,請檢查您的網路。','715236RUqeBr','本機檔案','公式計算佇列已滿,正在等待可用資源...','公式計算已開始。','5086rPReSy','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','205cqijSH','已同步','同步中...','2212497lutnkb','exports','由於協作房間已關閉,編輯權限已被收回。','您有未儲存至伺服器的離線編輯,請檢查網路後重試。','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','11220350EyqhAW','連線失敗,將在稍後重試連線。','協作房間已滿,您的編輯將暫存於本機。','編輯衝突','8104400LrDGIT','9IiFUHq','伺服器未回應協作請求,您的編輯將儲存在本機。','420tUHLLh'];_0xc328=function(){return _0x18ca37;};return _0xc328();}module[_0x19bd5a(0x1d6)]=e;