@univerjs-pro/collaboration-client-ui 1.0.0-beta.0 → 1.0.0-beta.2

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 (104) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.css +10 -22
  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/commands/operations/update-remote-unit-presence.operation.d.ts +25 -0
  66. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +2 -4
  67. package/lib/types/controllers/collab-cursor/unit-presence-collab-cursor-entity.d.ts +38 -0
  68. package/lib/types/controllers/collab-cursor/unit-presence-collab-cursor.controller.d.ts +21 -0
  69. package/lib/types/controllers/collab-status/collab-status.controller.d.ts +8 -13
  70. package/lib/types/controllers/data-loader/data-loader.controller.d.ts +1 -2
  71. package/lib/types/controllers/snapshot-loading/snapshot-loading.controller.d.ts +3 -15
  72. package/lib/types/locale/en-US.d.ts +0 -1
  73. package/lib/types/models/cursor.d.ts +0 -25
  74. package/lib/types/plugin.d.ts +3 -2
  75. package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +3 -3
  76. package/lib/types/views/components/SnapshotLoadingTimeout.d.ts +0 -4
  77. package/lib/types/views/shapes/doc-collab-cursor.d.ts +6 -1
  78. package/lib/umd/facade.js +1 -1
  79. package/lib/umd/index.js +1 -1
  80. package/lib/umd/locale/ar-SA.js +1 -1
  81. package/lib/umd/locale/ca-ES.js +1 -1
  82. package/lib/umd/locale/de-DE.js +1 -1
  83. package/lib/umd/locale/en-US.js +1 -1
  84. package/lib/umd/locale/es-ES.js +1 -1
  85. package/lib/umd/locale/fa-IR.js +1 -1
  86. package/lib/umd/locale/fr-FR.js +1 -1
  87. package/lib/umd/locale/id-ID.js +1 -1
  88. package/lib/umd/locale/it-IT.js +1 -1
  89. package/lib/umd/locale/ja-JP.js +1 -1
  90. package/lib/umd/locale/ko-KR.js +1 -1
  91. package/lib/umd/locale/pl-PL.js +1 -1
  92. package/lib/umd/locale/pt-BR.js +1 -1
  93. package/lib/umd/locale/ru-RU.js +1 -1
  94. package/lib/umd/locale/sk-SK.js +1 -1
  95. package/lib/umd/locale/vi-VN.js +1 -1
  96. package/lib/umd/locale/zh-CN.js +1 -1
  97. package/lib/umd/locale/zh-HK.js +1 -1
  98. package/lib/umd/locale/zh-TW.js +1 -1
  99. package/package.json +19 -23
  100. package/lib/types/controllers/collab-cursor/board-collab-cursor-entity.d.ts +0 -31
  101. package/lib/types/controllers/collab-cursor/board-collab-cursor-render.controller.d.ts +0 -21
  102. package/lib/types/controllers/collab-cursor/slide-collab-cursor-entity.d.ts +0 -34
  103. package/lib/types/controllers/collab-cursor/slide-collab-cursor-render.controller.d.ts +0 -21
  104. package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +0 -15
@@ -1 +1 @@
1
- const _0x4c88ce=_0x3da2;(function(_0x243e04,_0x3aa56d){const _0x1e9b12=_0x3da2,_0x295066=_0x243e04();while(!![]){try{const _0x1e2a61=parseInt(_0x1e9b12(0x13c))/0x1+parseInt(_0x1e9b12(0x148))/0x2*(parseInt(_0x1e9b12(0x150))/0x3)+parseInt(_0x1e9b12(0x14f))/0x4+-parseInt(_0x1e9b12(0x13e))/0x5*(-parseInt(_0x1e9b12(0x13d))/0x6)+-parseInt(_0x1e9b12(0x141))/0x7+parseInt(_0x1e9b12(0x14b))/0x8+-parseInt(_0x1e9b12(0x14a))/0x9;if(_0x1e2a61===_0x3aa56d)break;else _0x295066['push'](_0x295066['shift']());}catch(_0x2eafc1){_0x295066['push'](_0x295066['shift']());}}}(_0x344a,0xb757a));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'انقر\x20لإعادة\x20الاتصال'}},'collabStatus':{'fetchMiss':_0x4c88ce(0x152),'conflict':'تعارضات\x20التحرير','notCollab':_0x4c88ce(0x151),'synced':_0x4c88ce(0x146),'syncing':_0x4c88ce(0x14c),'offline':_0x4c88ce(0x145)},'snapshotLoading':{'loadingSheet':_0x4c88ce(0x155),'timeout':_0x4c88ce(0x144),'refresh':_0x4c88ce(0x153)},'session':{'connection-failed':_0x4c88ce(0x13b),'will-retry':_0x4c88ce(0x158),'room-full':_0x4c88ce(0x14d),'collaboration-timeout':_0x4c88ce(0x140)},'conflict':{'title':_0x4c88ce(0x157),'content':_0x4c88ce(0x149)},'permission':{'title':_0x4c88ce(0x14e),'content':_0x4c88ce(0x156)},'collaboration':{'offline-data-not-saved':_0x4c88ce(0x13f),'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':_0x4c88ce(0x143)},'formula':{'calculation':{'started':_0x4c88ce(0x154),'waiting':_0x4c88ce(0x147),'unable':'غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.'}}}};function _0x3da2(_0x29415f,_0x107c36){_0x29415f=_0x29415f-0x13b;const _0x344aaa=_0x344a();let _0x3da2dd=_0x344aaa[_0x29415f];return _0x3da2dd;}module[_0x4c88ce(0x142)]=e;function _0x344a(){const _0x31e782=['قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','14814NPJzba','هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','15610851DSqRXM','1308872Ougcql','جارٍ\x20المزامنة...','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','خطأ\x20في\x20المصادقة','5431132SLKlIW','12VMsTup','ملف\x20محلي','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','تحديث\x20الصفحة','بدأ\x20حساب\x20الصيغة.','جارٍ\x20تحميل\x20الورقة','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','تعارض\x20في\x20التعاون','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','467898XTvgkt','192TEHiss','131310vesgtz','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','2616551YilEso','exports','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','توقف\x20تحميل\x20البيانات\x20عند\x20{0}/{1}.\x20حدّث\x20الصفحة\x20للمحاولة\x20مرة\x20أخرى.','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','تمت\x20المزامنة'];_0x344a=function(){return _0x31e782;};return _0x344a();}
1
+ const _0x335f22=_0x7067;function _0x7067(_0x5866e0,_0x5389a9){_0x5866e0=_0x5866e0-0x186;const _0x59ad93=_0x59ad();let _0x70675=_0x59ad93[_0x5866e0];return _0x70675;}(function(_0x158359,_0x343f48){const _0x5d7dfc=_0x7067,_0xc39a29=_0x158359();while(!![]){try{const _0x1d93a5=-parseInt(_0x5d7dfc(0x18a))/0x1*(-parseInt(_0x5d7dfc(0x194))/0x2)+parseInt(_0x5d7dfc(0x190))/0x3*(-parseInt(_0x5d7dfc(0x19f))/0x4)+-parseInt(_0x5d7dfc(0x188))/0x5+-parseInt(_0x5d7dfc(0x197))/0x6+-parseInt(_0x5d7dfc(0x18f))/0x7*(-parseInt(_0x5d7dfc(0x193))/0x8)+parseInt(_0x5d7dfc(0x187))/0x9+parseInt(_0x5d7dfc(0x18e))/0xa*(parseInt(_0x5d7dfc(0x19a))/0xb);if(_0x1d93a5===_0x343f48)break;else _0xc39a29['push'](_0xc39a29['shift']());}catch(_0x162b18){_0xc39a29['push'](_0xc39a29['shift']());}}}(_0x59ad,0x2db47));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x335f22(0x18c)}},'collabStatus':{'fetchMiss':'جارٍ\x20مزامنة\x20بيانات\x20الخادم...','conflict':_0x335f22(0x198),'notCollab':_0x335f22(0x186),'synced':_0x335f22(0x19b),'syncing':'جارٍ\x20المزامنة...','offline':'غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا'},'snapshotLoading':{'timeout':_0x335f22(0x191),'refresh':_0x335f22(0x1a2)},'session':{'connection-failed':_0x335f22(0x19d),'will-retry':'فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','room-full':_0x335f22(0x19e),'collaboration-timeout':_0x335f22(0x19c)},'conflict':{'title':_0x335f22(0x18d),'content':_0x335f22(0x189)},'permission':{'title':_0x335f22(0x1a1),'content':'إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.'},'collaboration':{'offline-data-not-saved':_0x335f22(0x196),'single-unit':{'warning':_0x335f22(0x192)},'closeRoom':'تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.'},'auth':{'needGotoLoginAlert':_0x335f22(0x18b)},'formula':{'calculation':{'started':_0x335f22(0x1a0),'waiting':_0x335f22(0x199),'unable':_0x335f22(0x195)}}}};function _0x59ad(){const _0x41300a=['فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','264184ZvcPDr','788wfoZbs','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','1665540FciqSN','تعارضات\x20التحرير','قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','429xzKVfc','تمت\x20المزامنة','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','1350640XVYmRG','بدأ\x20حساب\x20الصيغة.','خطأ\x20في\x20المصادقة','تحديث\x20الصفحة','ملف\x20محلي','1049589tpwinW','258720PVQeeE','هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','147yDhgjP','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','انقر\x20لإعادة\x20الاتصال','تعارض\x20في\x20التعاون','148870qimOeQ','21WzwSQh','3bFEdRc','توقف\x20تحميل\x20البيانات\x20عند\x20{0}/{1}.\x20حدّث\x20الصفحة\x20للمحاولة\x20مرة\x20أخرى.'];_0x59ad=function(){return _0x41300a;};return _0x59ad();}module['exports']=e;
@@ -1 +1 @@
1
- const _0xff7442=_0x1e4e;(function(_0x400826,_0x483fc0){const _0x3089b3=_0x1e4e,_0x3e0e0e=_0x400826();while(!![]){try{const _0x5b748a=-parseInt(_0x3089b3(0x12f))/0x1+parseInt(_0x3089b3(0x149))/0x2+parseInt(_0x3089b3(0x13f))/0x3*(parseInt(_0x3089b3(0x14c))/0x4)+-parseInt(_0x3089b3(0x143))/0x5+-parseInt(_0x3089b3(0x135))/0x6*(parseInt(_0x3089b3(0x130))/0x7)+-parseInt(_0x3089b3(0x13e))/0x8+parseInt(_0x3089b3(0x14b))/0x9*(parseInt(_0x3089b3(0x13b))/0xa);if(_0x5b748a===_0x483fc0)break;else _0x3e0e0e['push'](_0x3e0e0e['shift']());}catch(_0x1d4ba2){_0x3e0e0e['push'](_0x3e0e0e['shift']());}}}(_0x1248,0x19b46));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xff7442(0x137)}},'collabStatus':{'fetchMiss':'Sincronitzant\x20dades\x20del\x20servidor...','conflict':_0xff7442(0x146),'notCollab':_0xff7442(0x142),'synced':'Sincronitzat','syncing':_0xff7442(0x138),'offline':_0xff7442(0x144)},'snapshotLoading':{'loadingSheet':_0xff7442(0x139),'timeout':'La\x20càrrega\x20de\x20dades\x20s\x27ha\x20aturat\x20a\x20{0}/{1}.\x20Actualitzeu\x20la\x20pàgina\x20per\x20tornar-ho\x20a\x20provar.','refresh':_0xff7442(0x145)},'session':{'connection-failed':_0xff7442(0x13c),'will-retry':_0xff7442(0x136),'room-full':_0xff7442(0x131),'collaboration-timeout':'El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.'},'conflict':{'title':_0xff7442(0x13a),'content':_0xff7442(0x132)},'permission':{'title':_0xff7442(0x148),'content':_0xff7442(0x140)},'collaboration':{'offline-data-not-saved':_0xff7442(0x14a),'single-unit':{'warning':_0xff7442(0x141)},'closeRoom':_0xff7442(0x13d)},'auth':{'needGotoLoginAlert':_0xff7442(0x147)},'formula':{'calculation':{'started':_0xff7442(0x134),'waiting':_0xff7442(0x133),'unable':_0xff7442(0x12e)}}}};module[_0xff7442(0x12d)]=e;function _0x1e4e(_0x5b3aa9,_0x3d044c){_0x5b3aa9=_0x5b3aa9-0x12d;const _0x124839=_0x1248();let _0x1e4e14=_0x124839[_0x5b3aa9];return _0x1e4e14;}function _0x1248(){const _0x36e294=['Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','677608qdLIRw','92871Igvmex','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.','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','Fitxer\x20local','63595mVeWEo','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','Actualitza\x20la\x20pàgina','Conflictes\x20d\x27edició','La\x20vostra\x20sessió\x20ha\x20caducat.\x20Feu\x20clic\x20a\x20D\x27acord\x20per\x20tornar\x20a\x20iniciar\x20sessió,\x20o\x20a\x20Cancel·la\x20per\x20desar\x20els\x20vostres\x20canvis\x20locals.','Error\x20d\x27autenticació','353780FlrcjY','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','72wHnGdS','16JzNjsf','exports','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','86972bhlDpN','523796ELLLCR','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','12rOzKEW','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','Feu\x20clic\x20per\x20reconnectar','Sincronitzant...','S\x27està\x20carregant\x20el\x20full','Conflicte\x20de\x20col·laboració','173270ZJlKbj'];_0x1248=function(){return _0x36e294;};return _0x1248();}
1
+ function _0x3e13(){const _0x21eea3=['Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','7Wsuzml','Feu\x20clic\x20per\x20reconnectar','1251iNBJZz','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','Fitxer\x20local','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','1799992ibfluF','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','29570RyStWF','Actualitza\x20la\x20pàgina','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','1135659GDrOiM','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','516296REhrQP','5ypgmgE','La\x20càrrega\x20de\x20dades\x20s\x27ha\x20aturat\x20a\x20{0}/{1}.\x20Actualitzeu\x20la\x20pàgina\x20per\x20tornar-ho\x20a\x20provar.','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','exports','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','Sincronitzant\x20dades\x20del\x20servidor...','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.','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.','5269812mHiQHQ','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.','11KuyFRf','86SiHQAC','10190478rSJJdZ','14401mndmSv','Conflicte\x20de\x20col·laboració'];_0x3e13=function(){return _0x21eea3;};return _0x3e13();}const _0x13d512=_0x23f7;function _0x23f7(_0x214961,_0x5ecf1a){_0x214961=_0x214961-0x117;const _0x3e135d=_0x3e13();let _0x23f773=_0x3e135d[_0x214961];return _0x23f773;}(function(_0x4c14bb,_0x477bf2){const _0x2c7983=_0x23f7,_0x399cf8=_0x4c14bb();while(!![]){try{const _0x37cd4e=-parseInt(_0x2c7983(0x11b))/0x1*(parseInt(_0x2c7983(0x119))/0x2)+parseInt(_0x2c7983(0x12a))/0x3+-parseInt(_0x2c7983(0x124))/0x4+-parseInt(_0x2c7983(0x12d))/0x5*(-parseInt(_0x2c7983(0x11a))/0x6)+parseInt(_0x2c7983(0x11e))/0x7*(-parseInt(_0x2c7983(0x12c))/0x8)+-parseInt(_0x2c7983(0x120))/0x9*(-parseInt(_0x2c7983(0x126))/0xa)+parseInt(_0x2c7983(0x118))/0xb*(-parseInt(_0x2c7983(0x136))/0xc);if(_0x37cd4e===_0x477bf2)break;else _0x399cf8['push'](_0x399cf8['shift']());}catch(_0x278965){_0x399cf8['push'](_0x399cf8['shift']());}}}(_0x3e13,0xdf674));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x13d512(0x11f)}},'collabStatus':{'fetchMiss':_0x13d512(0x132),'conflict':'Conflictes\x20d\x27edició','notCollab':_0x13d512(0x122),'synced':'Sincronitzat','syncing':'Sincronitzant...','offline':_0x13d512(0x121)},'snapshotLoading':{'timeout':_0x13d512(0x12e),'refresh':_0x13d512(0x127)},'session':{'connection-failed':_0x13d512(0x12b),'will-retry':_0x13d512(0x123),'room-full':_0x13d512(0x133),'collaboration-timeout':_0x13d512(0x129)},'conflict':{'title':_0x13d512(0x11c),'content':_0x13d512(0x134)},'permission':{'title':'Error\x20d\x27autenticació','content':_0x13d512(0x135)},'collaboration':{'offline-data-not-saved':_0x13d512(0x11d),'single-unit':{'warning':_0x13d512(0x131)},'closeRoom':_0x13d512(0x12f)},'auth':{'needGotoLoginAlert':_0x13d512(0x117)},'formula':{'calculation':{'started':'El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','waiting':_0x13d512(0x125),'unable':_0x13d512(0x128)}}}};module[_0x13d512(0x130)]=e;
@@ -1 +1 @@
1
- function _0x3567(_0xe34ce8,_0x3ae950){_0xe34ce8=_0xe34ce8-0x16a;const _0x22b9b4=_0x22b9();let _0x3567c8=_0x22b9b4[_0xe34ce8];return _0x3567c8;}const _0x2cb895=_0x3567;(function(_0x45b375,_0x3f3737){const _0x1ee9ec=_0x3567,_0x5dae7f=_0x45b375();while(!![]){try{const _0x56d9d6=-parseInt(_0x1ee9ec(0x17d))/0x1*(-parseInt(_0x1ee9ec(0x188))/0x2)+parseInt(_0x1ee9ec(0x16a))/0x3*(-parseInt(_0x1ee9ec(0x178))/0x4)+parseInt(_0x1ee9ec(0x182))/0x5*(parseInt(_0x1ee9ec(0x172))/0x6)+parseInt(_0x1ee9ec(0x175))/0x7*(parseInt(_0x1ee9ec(0x17f))/0x8)+parseInt(_0x1ee9ec(0x184))/0x9+-parseInt(_0x1ee9ec(0x181))/0xa*(parseInt(_0x1ee9ec(0x16d))/0xb)+-parseInt(_0x1ee9ec(0x176))/0xc;if(_0x56d9d6===_0x3f3737)break;else _0x5dae7f['push'](_0x5dae7f['shift']());}catch(_0xaaebaa){_0x5dae7f['push'](_0x5dae7f['shift']());}}}(_0x22b9,0xd008a));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2cb895(0x189)}},'collabStatus':{'fetchMiss':_0x2cb895(0x177),'conflict':_0x2cb895(0x17c),'notCollab':_0x2cb895(0x180),'synced':_0x2cb895(0x17b),'syncing':'Synchronisierung...','offline':_0x2cb895(0x16f)},'snapshotLoading':{'loadingSheet':_0x2cb895(0x185),'timeout':_0x2cb895(0x170),'refresh':'Seite\x20aktualisieren'},'session':{'connection-failed':_0x2cb895(0x171),'will-retry':_0x2cb895(0x173),'room-full':_0x2cb895(0x187),'collaboration-timeout':_0x2cb895(0x17a)},'conflict':{'title':_0x2cb895(0x17e),'content':_0x2cb895(0x183)},'permission':{'title':_0x2cb895(0x186),'content':_0x2cb895(0x16e)},'collaboration':{'offline-data-not-saved':_0x2cb895(0x18b),'single-unit':{'warning':'Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.'},'closeRoom':_0x2cb895(0x16c)},'auth':{'needGotoLoginAlert':_0x2cb895(0x179)},'formula':{'calculation':{'started':_0x2cb895(0x174),'waiting':_0x2cb895(0x18a),'unable':_0x2cb895(0x16b)}}}};module[_0x2cb895(0x18c)]=e;function _0x22b9(){const _0x3aef68=['Bearbeitungskonflikte','17269iPghZb','Zusammenarbeitskonflikt','296TMbIzR','Lokale\x20Datei','590CTssDE','131810Hzcxew','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.','13750119ShUSWu','Tabellenblatt\x20wird\x20geladen','Authentifizierungsfehler','Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','58IKEpzv','Klicken,\x20um\x20wieder\x20zu\x20verbinden','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','exports','12tbNYTA','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','61281xfxurc','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.','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Das\x20Laden\x20der\x20Daten\x20ist\x20bei\x20{0}/{1}\x20stehen\x20geblieben.\x20Aktualisieren\x20Sie\x20die\x20Seite\x20und\x20versuchen\x20Sie\x20es\x20erneut.','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','276cWnMGV','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','Formelberechnung\x20gestartet.','188629RwGSbt','25570080PGMPVi','Serverdaten\x20werden\x20synchronisiert...','926648mAZqOO','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.','Synchronisiert'];_0x22b9=function(){return _0x3aef68;};return _0x22b9();}
1
+ function _0x3926(){const _0xfa14dc=['Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','Klicken,\x20um\x20wieder\x20zu\x20verbinden','Seite\x20aktualisieren','168023zNJviC','98265cEarKY','Zusammenarbeitskonflikt','16Swktrj','2118135wHDucC','Synchronisierung...','1876882WMvSfI','exports','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Formelberechnung\x20gestartet.','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','Serverdaten\x20werden\x20synchronisiert...','2860440CVzHOb','Lokale\x20Datei','Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Das\x20Laden\x20der\x20Daten\x20ist\x20bei\x20{0}/{1}\x20stehen\x20geblieben.\x20Aktualisieren\x20Sie\x20die\x20Seite\x20und\x20versuchen\x20Sie\x20es\x20erneut.','14664gaQbPV','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','1967250dGcwGh','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.'];_0x3926=function(){return _0xfa14dc;};return _0x3926();}function _0x45a1(_0xe77f2f,_0x848541){_0xe77f2f=_0xe77f2f-0x1e8;const _0x3926e=_0x3926();let _0x45a14a=_0x3926e[_0xe77f2f];return _0x45a14a;}const _0xaf5af9=_0x45a1;(function(_0x4d5579,_0x42c08d){const _0x1c4b6e=_0x45a1,_0x5eb390=_0x4d5579();while(!![]){try{const _0x108f0c=-parseInt(_0x1c4b6e(0x1ee))/0x1+parseInt(_0x1c4b6e(0x1f1))/0x2*(parseInt(_0x1c4b6e(0x1ef))/0x3)+parseInt(_0x1c4b6e(0x1ff))/0x4+parseInt(_0x1c4b6e(0x1f2))/0x5+parseInt(_0x1c4b6e(0x1e8))/0x6+-parseInt(_0x1c4b6e(0x1f4))/0x7+-parseInt(_0x1c4b6e(0x1fa))/0x8;if(_0x108f0c===_0x42c08d)break;else _0x5eb390['push'](_0x5eb390['shift']());}catch(_0x23f1ad){_0x5eb390['push'](_0x5eb390['shift']());}}}(_0x3926,0x36910));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xaf5af9(0x1ec)}},'collabStatus':{'fetchMiss':_0xaf5af9(0x1f9),'conflict':'Bearbeitungskonflikte','notCollab':_0xaf5af9(0x1fb),'synced':'Synchronisiert','syncing':_0xaf5af9(0x1f3),'offline':_0xaf5af9(0x1fd)},'snapshotLoading':{'timeout':_0xaf5af9(0x1fe),'refresh':_0xaf5af9(0x1ed)},'session':{'connection-failed':_0xaf5af9(0x1f6),'will-retry':_0xaf5af9(0x201),'room-full':_0xaf5af9(0x1fc),'collaboration-timeout':_0xaf5af9(0x202)},'conflict':{'title':_0xaf5af9(0x1f0),'content':_0xaf5af9(0x1e9)},'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':_0xaf5af9(0x1eb),'single-unit':{'warning':_0xaf5af9(0x1ea)},'closeRoom':_0xaf5af9(0x200)},'auth':{'needGotoLoginAlert':'Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.'},'formula':{'calculation':{'started':_0xaf5af9(0x1f7),'waiting':'Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','unable':_0xaf5af9(0x1f8)}}}};module[_0xaf5af9(0x1f5)]=e;
@@ -1 +1 @@
1
- const _0x4b133e=_0x1b4e;function _0x1b4e(_0x2b9ee0,_0x316f04){_0x2b9ee0=_0x2b9ee0-0x161;const _0x129e35=_0x129e();let _0x1b4e93=_0x129e35[_0x2b9ee0];return _0x1b4e93;}function _0x129e(){const _0x222f5a=['8838xmxDAK','5431048OcLixE','Edit\x20conflicts','exports','Local\x20file','5AuKqZE','12rOIFaU','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','8970682BZJRSL','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Loading\x20stopped\x20at\x20{0}/{1}.\x20Refresh\x20the\x20page\x20to\x20try\x20again.','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Click\x20to\x20Reconnect','79btUGfo','Collaboration\x20Conflict','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','711471xiKPOw','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Authentication\x20Error','Formula\x20calculation\x20started.','3446784ocdFbB','21448880dzvHsO','Synced','Syncing...','10420854MNxSsR','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'];_0x129e=function(){return _0x222f5a;};return _0x129e();}(function(_0x7a53b1,_0x426d6a){const _0x3717e6=_0x1b4e,_0x200cce=_0x7a53b1();while(!![]){try{const _0x4e6c6c=parseInt(_0x3717e6(0x17b))/0x1*(-parseInt(_0x3717e6(0x16e))/0x2)+parseInt(_0x3717e6(0x163))/0x3*(-parseInt(_0x3717e6(0x174))/0x4)+-parseInt(_0x3717e6(0x173))/0x5*(-parseInt(_0x3717e6(0x16c))/0x6)+parseInt(_0x3717e6(0x176))/0x7+parseInt(_0x3717e6(0x16f))/0x8+parseInt(_0x3717e6(0x168))/0x9+-parseInt(_0x3717e6(0x169))/0xa;if(_0x4e6c6c===_0x426d6a)break;else _0x200cce['push'](_0x200cce['shift']());}catch(_0x23d3a8){_0x200cce['push'](_0x200cce['shift']());}}}(_0x129e,0xd58ec));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4b133e(0x17a)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x4b133e(0x170),'notCollab':_0x4b133e(0x172),'synced':_0x4b133e(0x16a),'syncing':_0x4b133e(0x16b),'offline':_0x4b133e(0x177)},'snapshotLoading':{'loadingSheet':'Loading\x20sheet','timeout':_0x4b133e(0x178),'refresh':'Refresh\x20page'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x4b133e(0x179),'collaboration-timeout':_0x4b133e(0x164)},'conflict':{'title':_0x4b133e(0x17c),'content':'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.'},'permission':{'title':_0x4b133e(0x166),'content':_0x4b133e(0x16d)},'collaboration':{'offline-data-not-saved':_0x4b133e(0x161),'single-unit':{'warning':_0x4b133e(0x165)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'},'formula':{'calculation':{'started':_0x4b133e(0x167),'waiting':_0x4b133e(0x162),'unable':_0x4b133e(0x175)}}}};module[_0x4b133e(0x171)]=e;
1
+ const _0x5d3a62=_0x1690;(function(_0x5e0b70,_0x57daab){const _0x5b95ec=_0x1690,_0x2137db=_0x5e0b70();while(!![]){try{const _0x487221=parseInt(_0x5b95ec(0x132))/0x1+-parseInt(_0x5b95ec(0x11d))/0x2*(parseInt(_0x5b95ec(0x12f))/0x3)+-parseInt(_0x5b95ec(0x12a))/0x4*(parseInt(_0x5b95ec(0x11f))/0x5)+parseInt(_0x5b95ec(0x131))/0x6*(-parseInt(_0x5b95ec(0x12d))/0x7)+-parseInt(_0x5b95ec(0x128))/0x8*(-parseInt(_0x5b95ec(0x12e))/0x9)+parseInt(_0x5b95ec(0x11a))/0xa*(-parseInt(_0x5b95ec(0x121))/0xb)+-parseInt(_0x5b95ec(0x119))/0xc*(-parseInt(_0x5b95ec(0x125))/0xd);if(_0x487221===_0x57daab)break;else _0x2137db['push'](_0x2137db['shift']());}catch(_0x2cd5e0){_0x2137db['push'](_0x2137db['shift']());}}}(_0x99a2,0x1ed4b));function _0x1690(_0x3bc21f,_0xbf34f2){_0x3bc21f=_0x3bc21f-0x119;const _0x99a2e6=_0x99a2();let _0x1690b8=_0x99a2e6[_0x3bc21f];return _0x1690b8;}function _0x99a2(){const _0x5d8b55=['Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','4684Ccrhvh','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Synced','364MhpmPE','423nGXkzJ','118752UyOuTl','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','10554iCKzjc','56593lNaMHR','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','Formula\x20calculation\x20started.','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','996NGgvIq','60qjuPpi','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.','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','6UwnpyB','Click\x20to\x20Reconnect','390xKPnmz','Refresh\x20page','367576feeixl','Loading\x20stopped\x20at\x20{0}/{1}.\x20Refresh\x20the\x20page\x20to\x20try\x20again.','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','55614zfeDiV','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Local\x20file','36880VsSEEO'];_0x99a2=function(){return _0x5d8b55;};return _0x99a2();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5d3a62(0x11e)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':_0x5d3a62(0x127),'synced':_0x5d3a62(0x12c),'syncing':'Syncing...','offline':_0x5d3a62(0x136)},'snapshotLoading':{'timeout':_0x5d3a62(0x122),'refresh':_0x5d3a62(0x120)},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x5d3a62(0x12b),'room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x5d3a62(0x130)},'conflict':{'title':'Collaboration\x20Conflict','content':_0x5d3a62(0x11b)},'permission':{'title':'Authentication\x20Error','content':_0x5d3a62(0x11c)},'collaboration':{'offline-data-not-saved':_0x5d3a62(0x135),'single-unit':{'warning':_0x5d3a62(0x126)},'closeRoom':_0x5d3a62(0x129)},'auth':{'needGotoLoginAlert':_0x5d3a62(0x124)},'formula':{'calculation':{'started':_0x5d3a62(0x134),'waiting':_0x5d3a62(0x123),'unable':_0x5d3a62(0x133)}}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x2d81f9=_0x5e19;function _0x5e19(_0x5622a4,_0x26bbe4){_0x5622a4=_0x5622a4-0xdc;const _0x28c346=_0x28c3();let _0x5e1971=_0x28c346[_0x5622a4];return _0x5e1971;}function _0x28c3(){const _0x2625b3=['Sincronizando\x20datos\x20del\x20servidor...','24tWNAZS','Haga\x20clic\x20para\x20reconectar','72nnfNcw','1066230SXgQtM','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.','La\x20carga\x20de\x20datos\x20se\x20detuvo\x20en\x20{0}/{1}.\x20Actualiza\x20la\x20página\x20para\x20volver\x20a\x20intentarlo.','5488296IhNlqn','Sincronizado','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','Conflicto\x20de\x20colaboración','7813575GkwIYc','4633794peElhD','Conflictos\x20de\x20edición','Error\x20de\x20conexión,\x20verifique\x20su\x20red.','Hay\x20un\x20conflicto\x20entre\x20su\x20copia\x20local\x20y\x20la\x20copia\x20en\x20el\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales,\x20ya\x20que\x20se\x20perderán\x20cuando\x20recargue\x20la\x20página.','Archivo\x20local','66947nzzmJy','Actualizar\x20página','6PnZlNI','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','Sincronizando...','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','1935316xqICQr','Cargando\x20hoja','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','exports','1641880vewsvz','Cálculo\x20de\x20fórmulas\x20iniciado.','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.'];_0x28c3=function(){return _0x2625b3;};return _0x28c3();}(function(_0x51570f,_0x1452d7){const _0x515699=_0x5e19,_0x4d90f1=_0x51570f();while(!![]){try{const _0x1e2b3a=-parseInt(_0x515699(0xfc))/0x1*(parseInt(_0x515699(0xea))/0x2)+-parseInt(_0x515699(0xdd))/0x3*(parseInt(_0x515699(0xe2))/0x4)+parseInt(_0x515699(0xed))/0x5+-parseInt(_0x515699(0xf7))/0x6+parseInt(_0x515699(0xf6))/0x7+parseInt(_0x515699(0xf0))/0x8+-parseInt(_0x515699(0xec))/0x9*(-parseInt(_0x515699(0xe6))/0xa);if(_0x1e2b3a===_0x1452d7)break;else _0x4d90f1['push'](_0x4d90f1['shift']());}catch(_0x399b07){_0x4d90f1['push'](_0x4d90f1['shift']());}}}(_0x28c3,0xbfd1b));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2d81f9(0xeb)}},'collabStatus':{'fetchMiss':_0x2d81f9(0xe9),'conflict':_0x2d81f9(0xf8),'notCollab':_0x2d81f9(0xfb),'synced':_0x2d81f9(0xf1),'syncing':_0x2d81f9(0xdf),'offline':_0x2d81f9(0xf2)},'snapshotLoading':{'loadingSheet':_0x2d81f9(0xe3),'timeout':_0x2d81f9(0xef),'refresh':_0x2d81f9(0xdc)},'session':{'connection-failed':_0x2d81f9(0xf9),'will-retry':'Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','room-full':_0x2d81f9(0xe4),'collaboration-timeout':_0x2d81f9(0xe0)},'conflict':{'title':_0x2d81f9(0xf5),'content':_0x2d81f9(0xfa)},'permission':{'title':'Error\x20de\x20autenticación','content':_0x2d81f9(0xee)},'collaboration':{'offline-data-not-saved':_0x2d81f9(0xe8),'single-unit':{'warning':_0x2d81f9(0xde)},'closeRoom':_0x2d81f9(0xf4)},'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':_0x2d81f9(0xe7),'waiting':_0x2d81f9(0xf3),'unable':_0x2d81f9(0xe1)}}}};module[_0x2d81f9(0xe5)]=e;
1
+ function _0x59a0(_0x1647af,_0x356178){_0x1647af=_0x1647af-0x9d;const _0xfb54da=_0xfb54();let _0x59a027=_0xfb54da[_0x1647af];return _0x59a027;}const _0x5920e2=_0x59a0;(function(_0x5975fc,_0x4ca5c3){const _0x23a44a=_0x59a0,_0x1a5ecf=_0x5975fc();while(!![]){try{const _0x4741a7=parseInt(_0x23a44a(0xb9))/0x1+-parseInt(_0x23a44a(0xa1))/0x2*(-parseInt(_0x23a44a(0xac))/0x3)+parseInt(_0x23a44a(0xb4))/0x4*(-parseInt(_0x23a44a(0xa2))/0x5)+parseInt(_0x23a44a(0xa6))/0x6+-parseInt(_0x23a44a(0xb3))/0x7*(parseInt(_0x23a44a(0xa9))/0x8)+-parseInt(_0x23a44a(0xb1))/0x9+-parseInt(_0x23a44a(0xb8))/0xa*(-parseInt(_0x23a44a(0x9d))/0xb);if(_0x4741a7===_0x4ca5c3)break;else _0x1a5ecf['push'](_0x1a5ecf['shift']());}catch(_0x8e1378){_0x1a5ecf['push'](_0x1a5ecf['shift']());}}}(_0xfb54,0x63625));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Haga\x20clic\x20para\x20reconectar'}},'collabStatus':{'fetchMiss':_0x5920e2(0xbb),'conflict':_0x5920e2(0xaa),'notCollab':_0x5920e2(0x9f),'synced':_0x5920e2(0xa3),'syncing':_0x5920e2(0xa4),'offline':_0x5920e2(0xb0)},'snapshotLoading':{'timeout':_0x5920e2(0xba),'refresh':'Actualizar\x20página'},'session':{'connection-failed':_0x5920e2(0xaf),'will-retry':_0x5920e2(0xa8),'room-full':_0x5920e2(0xa5),'collaboration-timeout':'El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.'},'conflict':{'title':_0x5920e2(0xab),'content':_0x5920e2(0xad)},'permission':{'title':_0x5920e2(0x9e),'content':_0x5920e2(0xae)},'collaboration':{'offline-data-not-saved':_0x5920e2(0xa0),'single-unit':{'warning':_0x5920e2(0xb2)},'closeRoom':_0x5920e2(0xb5)},'auth':{'needGotoLoginAlert':_0x5920e2(0xb6)},'formula':{'calculation':{'started':'Cálculo\x20de\x20fórmulas\x20iniciado.','waiting':_0x5920e2(0xb7),'unable':_0x5920e2(0xa7)}}}};module['exports']=e;function _0xfb54(){const _0x3da3a4=['Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','163331cSTgbq','4744iZPFCR','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','1066790lGAitz','728186nzaAfi','La\x20carga\x20de\x20datos\x20se\x20detuvo\x20en\x20{0}/{1}.\x20Actualiza\x20la\x20página\x20para\x20volver\x20a\x20intentarlo.','Sincronizando\x20datos\x20del\x20servidor...','11mElDry','Error\x20de\x20autenticación','Archivo\x20local','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','2GeXFVN','2620pVCOJL','Sincronizado','Sincronizando...','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','4037688knKieG','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','184MFxXfb','Conflictos\x20de\x20edición','Conflicto\x20de\x20colaboración','310347HOognl','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.','Sus\x20acciones\x20entran\x20en\x20conflicto\x20con\x20los\x20permisos\x20del\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales\x20en\x20otro\x20lugar,\x20ya\x20que\x20se\x20descartarán\x20después\x20de\x20actualizar\x20la\x20página.','Error\x20de\x20conexión,\x20verifique\x20su\x20red.','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','414558SIFNSE'];_0xfb54=function(){return _0x3da3a4;};return _0xfb54();}
@@ -1 +1 @@
1
- const _0x52e75a=_0x2643;(function(_0x274354,_0x574888){const _0x54419d=_0x2643,_0x3a898c=_0x274354();while(!![]){try{const _0x1dba09=parseInt(_0x54419d(0xfb))/0x1*(-parseInt(_0x54419d(0xfe))/0x2)+-parseInt(_0x54419d(0xf1))/0x3*(parseInt(_0x54419d(0xf9))/0x4)+parseInt(_0x54419d(0xe8))/0x5*(parseInt(_0x54419d(0xe9))/0x6)+-parseInt(_0x54419d(0xf4))/0x7+-parseInt(_0x54419d(0xfd))/0x8*(-parseInt(_0x54419d(0xf5))/0x9)+-parseInt(_0x54419d(0xf6))/0xa*(parseInt(_0x54419d(0xfa))/0xb)+parseInt(_0x54419d(0xe4))/0xc*(parseInt(_0x54419d(0xec))/0xd);if(_0x1dba09===_0x574888)break;else _0x3a898c['push'](_0x3a898c['shift']());}catch(_0x359302){_0x3a898c['push'](_0x3a898c['shift']());}}}(_0x45ab,0x26262));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x52e75a(0xed)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':_0x52e75a(0xf8),'notCollab':_0x52e75a(0xeb),'synced':_0x52e75a(0xe6),'syncing':_0x52e75a(0xfc),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'snapshotLoading':{'loadingSheet':_0x52e75a(0xf3),'timeout':_0x52e75a(0xe3),'refresh':'تازه‌سازی\x20صفحه'},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':'اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','room-full':'اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','collaboration-timeout':'سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.'},'conflict':{'title':'تداخل\x20همکاری','content':_0x52e75a(0xe5)},'permission':{'title':_0x52e75a(0xf2),'content':_0x52e75a(0xf7)},'collaboration':{'offline-data-not-saved':_0x52e75a(0xea),'single-unit':{'warning':_0x52e75a(0xe7)},'closeRoom':'امتیازات\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خود\x20کلیک\x20کنید.'},'formula':{'calculation':{'started':'محاسبه\x20فرمول\x20شروع\x20شد.','waiting':_0x52e75a(0xee),'unable':_0x52e75a(0xef)}}}};function _0x2643(_0x2292de,_0x2d378e){_0x2292de=_0x2292de-0xe3;const _0x45ab6f=_0x45ab();let _0x2643e0=_0x45ab6f[_0x2292de];return _0x2643e0;}module[_0x52e75a(0xf0)]=e;function _0x45ab(){const _0x372391=['8eTLBeh','11UHhaJj','1SONiOT','در\x20حال\x20همگام\x20سازی...','3464bzWiEh','220834cmBKdE','بارگیری\x20داده‌ها\x20در\x20{0}/{1}\x20متوقف\x20شده\x20است.\x20برای\x20تلاش\x20دوباره\x20صفحه\x20را\x20تازه‌سازی\x20کنید.','140088GrNGGP','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','همگام\x20سازی','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','95njhiaF','7578aCMjpK','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','پرونده\x20محلی','468gxWlFC','برای\x20اتصال\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','27285avvJyZ','خطای\x20اعتبارسنجی','در\x20حال\x20بارگذاری\x20برگه','1688365vocXQh','1737MPKOnJ','17700bJCaOs','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','تداخل\x20ویرایش'];_0x45ab=function(){return _0x372391;};return _0x45ab();}
1
+ function _0x388a(_0x1cb2ed,_0x30e35b){_0x1cb2ed=_0x1cb2ed-0x92;const _0xe32b89=_0xe32b();let _0x388a2f=_0xe32b89[_0x1cb2ed];return _0x388a2f;}const _0x571dfe=_0x388a;(function(_0x476272,_0x2e6643){const _0x1b56d3=_0x388a,_0x6b50d4=_0x476272();while(!![]){try{const _0x2215f5=parseInt(_0x1b56d3(0xac))/0x1+parseInt(_0x1b56d3(0x9a))/0x2+parseInt(_0x1b56d3(0xab))/0x3*(-parseInt(_0x1b56d3(0x95))/0x4)+parseInt(_0x1b56d3(0x99))/0x5+-parseInt(_0x1b56d3(0xa7))/0x6+-parseInt(_0x1b56d3(0xa1))/0x7*(parseInt(_0x1b56d3(0x9f))/0x8)+-parseInt(_0x1b56d3(0x98))/0x9*(-parseInt(_0x1b56d3(0x97))/0xa);if(_0x2215f5===_0x2e6643)break;else _0x6b50d4['push'](_0x6b50d4['shift']());}catch(_0xb40156){_0x6b50d4['push'](_0x6b50d4['shift']());}}}(_0xe32b,0x9d1e7));function _0xe32b(){const _0x38ea7f=['ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','exports','75jVrxgD','907884LtTkQh','خطای\x20اعتبارسنجی','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','پرونده\x20محلی','168856JUgttn','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','10NJYwbm','13168206bZENbp','1982355fkewAc','1993936NtNbrl','تداخل\x20ویرایش','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','محاسبه\x20فرمول\x20شروع\x20شد.','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','24080vCvZPI','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','2149SJgSTC','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','همگام\x20سازی','در\x20حال\x20همگام\x20سازی...','تازه‌سازی\x20صفحه','6848868zPaprI','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'];_0xe32b=function(){return _0x38ea7f;};return _0xe32b();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x571dfe(0x93)}},'collabStatus':{'fetchMiss':_0x571dfe(0xa0),'conflict':_0x571dfe(0x9b),'notCollab':_0x571dfe(0x94),'synced':_0x571dfe(0xa4),'syncing':_0x571dfe(0xa5),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'snapshotLoading':{'timeout':'بارگیری\x20داده‌ها\x20در\x20{0}/{1}\x20متوقف\x20شده\x20است.\x20برای\x20تلاش\x20دوباره\x20صفحه\x20را\x20تازه‌سازی\x20کنید.','refresh':_0x571dfe(0xa6)},'session':{'connection-failed':_0x571dfe(0x92),'will-retry':'اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','room-full':_0x571dfe(0xa2),'collaboration-timeout':_0x571dfe(0x96)},'conflict':{'title':'تداخل\x20همکاری','content':_0x571dfe(0xa8)},'permission':{'title':_0x571dfe(0xad),'content':_0x571dfe(0x9e)},'collaboration':{'offline-data-not-saved':_0x571dfe(0x9c),'single-unit':{'warning':'شما\x20همان\x20پرونده\x20را\x20در\x20یک\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لغو\x20شد.'},'auth':{'needGotoLoginAlert':_0x571dfe(0xa9)},'formula':{'calculation':{'started':_0x571dfe(0x9d),'waiting':_0x571dfe(0xa3),'unable':'در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.'}}}};module[_0x571dfe(0xaa)]=e;
@@ -1 +1 @@
1
- const _0x3e5029=_0x44d8;(function(_0x1aa174,_0x461dbd){const _0x10735a=_0x44d8,_0x1ad756=_0x1aa174();while(!![]){try{const _0x10a0bf=-parseInt(_0x10735a(0x1b0))/0x1+-parseInt(_0x10735a(0x1b5))/0x2*(-parseInt(_0x10735a(0x1ad))/0x3)+parseInt(_0x10735a(0x1ab))/0x4+-parseInt(_0x10735a(0x1b8))/0x5+-parseInt(_0x10735a(0x1c2))/0x6+-parseInt(_0x10735a(0x1af))/0x7+parseInt(_0x10735a(0x1bb))/0x8*(parseInt(_0x10735a(0x1b3))/0x9);if(_0x10a0bf===_0x461dbd)break;else _0x1ad756['push'](_0x1ad756['shift']());}catch(_0xc30e8a){_0x1ad756['push'](_0x1ad756['shift']());}}}(_0x38fb,0xb60be));function _0x38fb(){const _0x5316b4=['22518RxKxQB','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','106PuGmmo','Chargement\x20de\x20la\x20feuille','Synchronisation\x20des\x20données\x20du\x20serveur...','7025745pwxsGn','Fichier\x20local','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.','7624jjcRdQ','Conflits\x20de\x20modification','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.','La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','Le\x20chargement\x20des\x20données\x20est\x20bloqué\x20à\x20{0}/{1}.\x20Actualisez\x20la\x20page\x20pour\x20réessayer.','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','1666080UwShCc','Conflit\x20de\x20collaboration','822724OXlCjX','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.','82077bcMuhM','Actualiser\x20la\x20page','2558696yxvGEJ','1246095bNhYXi','Cliquez\x20pour\x20reconnecter','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.'];_0x38fb=function(){return _0x5316b4;};return _0x38fb();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3e5029(0x1b1)}},'collabStatus':{'fetchMiss':_0x3e5029(0x1b7),'conflict':_0x3e5029(0x1bc),'notCollab':_0x3e5029(0x1b9),'synced':'Synchronisé','syncing':'Synchronisation...','offline':'Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement'},'snapshotLoading':{'loadingSheet':_0x3e5029(0x1b6),'timeout':_0x3e5029(0x1c0),'refresh':_0x3e5029(0x1ae)},'session':{'connection-failed':'Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','will-retry':_0x3e5029(0x1b2),'room-full':_0x3e5029(0x1be),'collaboration-timeout':'Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.'},'conflict':{'title':_0x3e5029(0x1c3),'content':_0x3e5029(0x1ac)},'permission':{'title':'Erreur\x20d\x27authentification','content':_0x3e5029(0x1ba)},'collaboration':{'offline-data-not-saved':_0x3e5029(0x1bd),'single-unit':{'warning':'Vous\x20avez\x20ouvert\x20le\x20même\x20fichier\x20dans\x20un\x20autre\x20onglet.\x20Pour\x20éviter\x20toute\x20perte\x20de\x20données,\x20vous\x20ne\x20pouvez\x20pas\x20modifier\x20dans\x20cet\x20onglet.'},'closeRoom':_0x3e5029(0x1c1)},'auth':{'needGotoLoginAlert':'Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.'},'formula':{'calculation':{'started':_0x3e5029(0x1bf),'waiting':'La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','unable':_0x3e5029(0x1b4)}}}};function _0x44d8(_0x59bf38,_0x1c8835){_0x59bf38=_0x59bf38-0x1ab;const _0x38fb13=_0x38fb();let _0x44d81a=_0x38fb13[_0x59bf38];return _0x44d81a;}module['exports']=e;
1
+ function _0x364a(){const _0x2adcf3=['Conflit\x20de\x20collaboration','Il\x20existe\x20un\x20conflit\x20entre\x20votre\x20copie\x20locale\x20et\x20la\x20copie\x20sur\x20le\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales,\x20car\x20elles\x20seront\x20perdues\x20lors\x20du\x20rechargement\x20de\x20la\x20page.','260535srgvWP','38620TYiheL','957636Srvzkv','La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','Actualiser\x20la\x20page','50JEcWGi','Le\x20chargement\x20des\x20données\x20est\x20bloqué\x20à\x20{0}/{1}.\x20Actualisez\x20la\x20page\x20pour\x20réessayer.','115961KyKslb','Erreur\x20d\x27authentification','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','176ucVKax','Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','707052VIDxQm','3253596qPEZSU','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','155gNVDeo','2358792LuvElW','La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','Fichier\x20local','14mIAcPe','Synchronisation...','Cliquez\x20pour\x20reconnecter','10pLQHZi','Conflits\x20de\x20modification','Synchronisation\x20des\x20données\x20du\x20serveur...'];_0x364a=function(){return _0x2adcf3;};return _0x364a();}function _0x3dfd(_0x3c3e1d,_0x21de98){_0x3c3e1d=_0x3c3e1d-0x162;const _0x364ac1=_0x364a();let _0x3dfd8c=_0x364ac1[_0x3c3e1d];return _0x3dfd8c;}const _0x5cb473=_0x3dfd;(function(_0xab44af,_0x289b7e){const _0x13007d=_0x3dfd,_0x33fe7b=_0xab44af();while(!![]){try{const _0x561617=parseInt(_0x13007d(0x164))/0x1+parseInt(_0x13007d(0x174))/0x2*(-parseInt(_0x13007d(0x179))/0x3)+parseInt(_0x13007d(0x17a))/0x4*(parseInt(_0x13007d(0x16c))/0x5)+parseInt(_0x13007d(0x16a))/0x6+-parseInt(_0x13007d(0x171))/0x7*(parseInt(_0x13007d(0x16d))/0x8)+-parseInt(_0x13007d(0x17b))/0x9*(parseInt(_0x13007d(0x162))/0xa)+parseInt(_0x13007d(0x167))/0xb*(parseInt(_0x13007d(0x169))/0xc);if(_0x561617===_0x289b7e)break;else _0x33fe7b['push'](_0x33fe7b['shift']());}catch(_0x14c157){_0x33fe7b['push'](_0x33fe7b['shift']());}}}(_0x364a,0x54105));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5cb473(0x173)}},'collabStatus':{'fetchMiss':_0x5cb473(0x176),'conflict':_0x5cb473(0x175),'notCollab':_0x5cb473(0x170),'synced':'Synchronisé','syncing':_0x5cb473(0x172),'offline':_0x5cb473(0x17d)},'snapshotLoading':{'timeout':_0x5cb473(0x163),'refresh':_0x5cb473(0x17f)},'session':{'connection-failed':_0x5cb473(0x168),'will-retry':'Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','room-full':_0x5cb473(0x16e),'collaboration-timeout':_0x5cb473(0x16b)},'conflict':{'title':_0x5cb473(0x177),'content':_0x5cb473(0x178)},'permission':{'title':_0x5cb473(0x165),'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':'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.','single-unit':{'warning':'Vous\x20avez\x20ouvert\x20le\x20même\x20fichier\x20dans\x20un\x20autre\x20onglet.\x20Pour\x20éviter\x20toute\x20perte\x20de\x20données,\x20vous\x20ne\x20pouvez\x20pas\x20modifier\x20dans\x20cet\x20onglet.'},'closeRoom':_0x5cb473(0x166)},'auth':{'needGotoLoginAlert':_0x5cb473(0x16f)},'formula':{'calculation':{'started':_0x5cb473(0x17e),'waiting':_0x5cb473(0x17c),'unable':'Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.'}}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x48d98f=_0x4a05;function _0x4f5a(){const _0x3c1ef2=['exports','46087KaieXH','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Konflik\x20Kolaborasi','Konflik\x20edit','3zapCru','Perhitungan\x20rumus\x20dimulai.','2549436fSpuQi','File\x20lokal','15ZRCVLX','Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','2835146IwuItk','Kesalahan\x20Autentikasi','Klik\x20untuk\x20Menyambung\x20Kembali','23253600GWgIfh','Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','Menyinkronkan\x20data\x20server...','Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','28KeUtSX','Tersinkron','Pemuatan\x20data\x20berhenti\x20di\x20{0}/{1}.\x20Muat\x20ulang\x20halaman\x20untuk\x20mencoba\x20lagi.','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Menyinkronkan...','7047693YPwCgA','10528536ynrlPF','1898584mYCnLf','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.'];_0x4f5a=function(){return _0x3c1ef2;};return _0x4f5a();}(function(_0x45d6ef,_0x3c39ae){const _0x4a18f3=_0x4a05,_0x1543bf=_0x45d6ef();while(!![]){try{const _0x585c2c=-parseInt(_0x4a18f3(0x1fc))/0x1+-parseInt(_0x4a18f3(0x208))/0x2*(-parseInt(_0x4a18f3(0x201))/0x3)+parseInt(_0x4a18f3(0x203))/0x4*(parseInt(_0x4a18f3(0x205))/0x5)+parseInt(_0x4a18f3(0x1f8))/0x6+-parseInt(_0x4a18f3(0x1f2))/0x7*(parseInt(_0x4a18f3(0x1f9))/0x8)+-parseInt(_0x4a18f3(0x1f7))/0x9+-parseInt(_0x4a18f3(0x20b))/0xa;if(_0x585c2c===_0x3c39ae)break;else _0x1543bf['push'](_0x1543bf['shift']());}catch(_0x2c55bd){_0x1543bf['push'](_0x1543bf['shift']());}}}(_0x4f5a,0xef66e));function _0x4a05(_0x486542,_0x587423){_0x486542=_0x486542-0x1ef;const _0x4f5af0=_0x4f5a();let _0x4a0525=_0x4f5af0[_0x486542];return _0x4a0525;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x48d98f(0x20a)}},'collabStatus':{'fetchMiss':_0x48d98f(0x1f0),'conflict':_0x48d98f(0x200),'notCollab':_0x48d98f(0x204),'synced':_0x48d98f(0x1f3),'syncing':_0x48d98f(0x1f6),'offline':'Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal'},'snapshotLoading':{'loadingSheet':'Memuat\x20lembar','timeout':_0x48d98f(0x1f4),'refresh':'Muat\x20ulang\x20halaman'},'session':{'connection-failed':_0x48d98f(0x206),'will-retry':_0x48d98f(0x1f1),'room-full':_0x48d98f(0x207),'collaboration-timeout':_0x48d98f(0x1fe)},'conflict':{'title':_0x48d98f(0x1ff),'content':_0x48d98f(0x1f5)},'permission':{'title':_0x48d98f(0x209),'content':'Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.'},'collaboration':{'offline-data-not-saved':_0x48d98f(0x1ef),'single-unit':{'warning':'Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.'},'closeRoom':_0x48d98f(0x1fa)},'auth':{'needGotoLoginAlert':'Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.'},'formula':{'calculation':{'started':_0x48d98f(0x202),'waiting':'Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','unable':_0x48d98f(0x1fd)}}}};module[_0x48d98f(0x1fb)]=e;
1
+ function _0xe337(_0x19c625,_0x3f7469){_0x19c625=_0x19c625-0xcd;const _0x5a8890=_0x5a88();let _0xe3376=_0x5a8890[_0x19c625];return _0xe3376;}const _0xb96989=_0xe337;(function(_0x2f7557,_0xac958e){const _0x4b7f8f=_0xe337,_0x2fab8c=_0x2f7557();while(!![]){try{const _0x87bdac=parseInt(_0x4b7f8f(0xd5))/0x1+-parseInt(_0x4b7f8f(0xd4))/0x2+-parseInt(_0x4b7f8f(0xdf))/0x3*(-parseInt(_0x4b7f8f(0xd0))/0x4)+-parseInt(_0x4b7f8f(0xd8))/0x5+parseInt(_0x4b7f8f(0xe7))/0x6*(-parseInt(_0x4b7f8f(0xe5))/0x7)+parseInt(_0x4b7f8f(0xe0))/0x8*(parseInt(_0x4b7f8f(0xce))/0x9)+parseInt(_0x4b7f8f(0xe6))/0xa*(parseInt(_0x4b7f8f(0xd3))/0xb);if(_0x87bdac===_0xac958e)break;else _0x2fab8c['push'](_0x2fab8c['shift']());}catch(_0x3a2d24){_0x2fab8c['push'](_0x2fab8c['shift']());}}}(_0x5a88,0xb2254));function _0x5a88(){const _0x2d2d1e=['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.','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Konflik\x20edit','exports','139215XFSBTe','9114632KGUXUk','Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','Tersinkron','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','1736jCiSPD','230360tDYUEA','21498CzrEzm','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','9ZkXXsh','Perhitungan\x20rumus\x20dimulai.','20oBgXEf','Menyinkronkan\x20data\x20server...','Klik\x20untuk\x20Menyambung\x20Kembali','1276NfMSTO','2485658NEkUlk','67754xQXSXN','Muat\x20ulang\x20halaman','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','6250935hfUoNj','Kesalahan\x20Autentikasi'];_0x5a88=function(){return _0x2d2d1e;};return _0x5a88();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xb96989(0xd2)}},'collabStatus':{'fetchMiss':_0xb96989(0xd1),'conflict':_0xb96989(0xdd),'notCollab':'File\x20lokal','synced':_0xb96989(0xe2),'syncing':'Menyinkronkan...','offline':_0xb96989(0xe3)},'snapshotLoading':{'timeout':'Pemuatan\x20data\x20berhenti\x20di\x20{0}/{1}.\x20Muat\x20ulang\x20halaman\x20untuk\x20mencoba\x20lagi.','refresh':_0xb96989(0xd6)},'session':{'connection-failed':_0xb96989(0xe1),'will-retry':_0xb96989(0xda),'room-full':'Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','collaboration-timeout':'Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'},'conflict':{'title':'Konflik\x20Kolaborasi','content':_0xb96989(0xdb)},'permission':{'title':_0xb96989(0xd9),'content':_0xb96989(0xd7)},'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':_0xb96989(0xcd)},'auth':{'needGotoLoginAlert':_0xb96989(0xdc)},'formula':{'calculation':{'started':_0xb96989(0xcf),'waiting':'Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','unable':_0xb96989(0xe4)}}}};module[_0xb96989(0xde)]=e;
@@ -1 +1 @@
1
- const _0x223c49=_0x54ec;(function(_0x4ff3f7,_0x344c1d){const _0x3cbceb=_0x54ec,_0x3ea868=_0x4ff3f7();while(!![]){try{const _0x34ae2c=-parseInt(_0x3cbceb(0xc0))/0x1+parseInt(_0x3cbceb(0xbe))/0x2+-parseInt(_0x3cbceb(0xc4))/0x3*(-parseInt(_0x3cbceb(0xba))/0x4)+parseInt(_0x3cbceb(0xc2))/0x5*(-parseInt(_0x3cbceb(0xaf))/0x6)+-parseInt(_0x3cbceb(0xbd))/0x7+parseInt(_0x3cbceb(0xb2))/0x8+parseInt(_0x3cbceb(0xb8))/0x9;if(_0x34ae2c===_0x344c1d)break;else _0x3ea868['push'](_0x3ea868['shift']());}catch(_0x1977b0){_0x3ea868['push'](_0x3ea868['shift']());}}}(_0x5ea9,0x768d0));function _0x54ec(_0x21d5d0,_0x2f3bb5){_0x21d5d0=_0x21d5d0-0xad;const _0x5ea9be=_0x5ea9();let _0x54ec2b=_0x5ea9be[_0x21d5d0];return _0x54ec2b;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Clicca\x20per\x20Riconnettere'}},'collabStatus':{'fetchMiss':_0x223c49(0xb5),'conflict':'Conflitti\x20di\x20modifica','notCollab':'File\x20locale','synced':'Sincronizzato','syncing':'Sincronizzazione...','offline':_0x223c49(0xbf)},'snapshotLoading':{'loadingSheet':_0x223c49(0xc3),'timeout':_0x223c49(0xb9),'refresh':_0x223c49(0xb0)},'session':{'connection-failed':_0x223c49(0xad),'will-retry':_0x223c49(0xbc),'room-full':_0x223c49(0xb4),'collaboration-timeout':_0x223c49(0xae)},'conflict':{'title':_0x223c49(0xc1),'content':_0x223c49(0xb1)},'permission':{'title':'Errore\x20di\x20Autenticazione','content':'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.'},'collaboration':{'offline-data-not-saved':_0x223c49(0xb3),'single-unit':{'warning':'Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.'},'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':_0x223c49(0xb6),'waiting':'La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','unable':_0x223c49(0xb7)}}}};function _0x5ea9(){const _0x1013fc=['2058nEFUSD','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','327234vRzHBi','Aggiorna\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.','554528nSqSpS','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.','Sincronizzazione\x20dati\x20server...','Calcolo\x20della\x20formula\x20avviato.','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','20514474rfzqzw','Il\x20caricamento\x20dei\x20dati\x20si\x20è\x20fermato\x20a\x20{0}/{1}.\x20Aggiorna\x20la\x20pagina\x20per\x20riprovare.','828Fujxrg','exports','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','6166874MykkMU','189420tNnrGW','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','346224JRHgAh','Conflitto\x20di\x20Collaborazione','80HoRWzk','Caricamento\x20del\x20foglio'];_0x5ea9=function(){return _0x1013fc;};return _0x5ea9();}module[_0x223c49(0xbb)]=e;
1
+ function _0x2592(){const _0x55b988=['Sincronizzazione\x20dati\x20server...','Conflitti\x20di\x20modifica','5636856QrTVBX','921603IXNePh','Calcolo\x20della\x20formula\x20avviato.','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','Il\x20caricamento\x20dei\x20dati\x20si\x20è\x20fermato\x20a\x20{0}/{1}.\x20Aggiorna\x20la\x20pagina\x20per\x20riprovare.','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','Sincronizzazione...','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','Aggiorna\x20pagina','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.','147RVMSlG','La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','31098bIZCuK','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','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.','4164220aLSEdi','32shfRTs','9319302gvUUho','File\x20locale','exports','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','Conflitto\x20di\x20Collaborazione','420772rFszUQ','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','96250mpvFge','Errore\x20di\x20Autenticazione','Clicca\x20per\x20Riconnettere'];_0x2592=function(){return _0x55b988;};return _0x2592();}function _0x3733(_0x2e515e,_0x375953){_0x2e515e=_0x2e515e-0x182;const _0x25923d=_0x2592();let _0x3733fe=_0x25923d[_0x2e515e];return _0x3733fe;}const _0x17ad2a=_0x3733;(function(_0x4f9edb,_0x4aef2d){const _0x1e8558=_0x3733,_0x4fe533=_0x4f9edb();while(!![]){try{const _0x9004ea=parseInt(_0x1e8558(0x193))/0x1+-parseInt(_0x1e8558(0x19f))/0x2*(-parseInt(_0x1e8558(0x19d))/0x3)+-parseInt(_0x1e8558(0x18b))/0x4+parseInt(_0x1e8558(0x184))/0x5+-parseInt(_0x1e8558(0x192))/0x6+-parseInt(_0x1e8558(0x18d))/0x7*(-parseInt(_0x1e8558(0x185))/0x8)+-parseInt(_0x1e8558(0x186))/0x9;if(_0x9004ea===_0x4aef2d)break;else _0x4fe533['push'](_0x4fe533['shift']());}catch(_0x51c161){_0x4fe533['push'](_0x4fe533['shift']());}}}(_0x2592,0x77ec1));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x17ad2a(0x18f)}},'collabStatus':{'fetchMiss':_0x17ad2a(0x190),'conflict':_0x17ad2a(0x191),'notCollab':_0x17ad2a(0x187),'synced':'Sincronizzato','syncing':_0x17ad2a(0x198),'offline':'Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente'},'snapshotLoading':{'timeout':_0x17ad2a(0x196),'refresh':_0x17ad2a(0x19b)},'session':{'connection-failed':_0x17ad2a(0x189),'will-retry':'Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','room-full':_0x17ad2a(0x19e),'collaboration-timeout':_0x17ad2a(0x18c)},'conflict':{'title':_0x17ad2a(0x18a),'content':_0x17ad2a(0x183)},'permission':{'title':_0x17ad2a(0x18e),'content':_0x17ad2a(0x19c)},'collaboration':{'offline-data-not-saved':_0x17ad2a(0x197),'single-unit':{'warning':_0x17ad2a(0x199)},'closeRoom':_0x17ad2a(0x195)},'auth':{'needGotoLoginAlert':_0x17ad2a(0x182)},'formula':{'calculation':{'started':_0x17ad2a(0x194),'waiting':'La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','unable':_0x17ad2a(0x19a)}}}};module[_0x17ad2a(0x188)]=e;
@@ -1 +1 @@
1
- const _0x493b7e=_0x1880;(function(_0x164a25,_0x481b91){const _0x2e6962=_0x1880,_0x549201=_0x164a25();while(!![]){try{const _0x482e74=parseInt(_0x2e6962(0xd6))/0x1+-parseInt(_0x2e6962(0xca))/0x2+-parseInt(_0x2e6962(0xc6))/0x3*(parseInt(_0x2e6962(0xd8))/0x4)+parseInt(_0x2e6962(0xce))/0x5+-parseInt(_0x2e6962(0xd1))/0x6+parseInt(_0x2e6962(0xc9))/0x7*(parseInt(_0x2e6962(0xdd))/0x8)+-parseInt(_0x2e6962(0xde))/0x9;if(_0x482e74===_0x481b91)break;else _0x549201['push'](_0x549201['shift']());}catch(_0x4dd89e){_0x549201['push'](_0x549201['shift']());}}}(_0x90a8,0xee60c));function _0x1880(_0x3389a5,_0x4ebf63){_0x3389a5=_0x3389a5-0xc5;const _0x90a89a=_0x90a8();let _0x1880e8=_0x90a89a[_0x3389a5];return _0x1880e8;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x493b7e(0xdf)}},'collabStatus':{'fetchMiss':_0x493b7e(0xd5),'conflict':_0x493b7e(0xdc),'notCollab':_0x493b7e(0xdb),'synced':'同期済み','syncing':_0x493b7e(0xd7),'offline':_0x493b7e(0xc7)},'snapshotLoading':{'loadingSheet':_0x493b7e(0xd0),'timeout':_0x493b7e(0xcb),'refresh':'ページを更新'},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':_0x493b7e(0xda),'room-full':'共同編集ルームが満員です。編集内容はローカルに保存されます。','collaboration-timeout':'サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。'},'conflict':{'title':_0x493b7e(0xc5),'content':_0x493b7e(0xd3)},'permission':{'title':_0x493b7e(0xcd),'content':_0x493b7e(0xd2)},'collaboration':{'offline-data-not-saved':'オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','single-unit':{'warning':_0x493b7e(0xd4)},'closeRoom':_0x493b7e(0xc8)},'auth':{'needGotoLoginAlert':_0x493b7e(0xcc)},'formula':{'calculation':{'started':'数式の計算を開始しました。','waiting':_0x493b7e(0xcf),'unable':_0x493b7e(0xd9)}}}};function _0x90a8(){const _0x122407=['オフライン、編集内容はローカルに保存されます','共同編集ルームが閉じられたため、編集権限が取り消されました。','7586404yLtXho','1532950lzzRXN','データの読み込みが\x20{0}/{1}\x20で停止しています。ページを更新して再試行してください。','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','認証エラー','7624865SHibyl','数式の計算キューが満杯です。空きが出るまでお待ちください...','シートを読み込んでいます','648660xKzsBM','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','サーバーデータを同期中...','921582QQMnEd','同期中...','20HIJobf','現在、数式の計算を実行できません。後でもう一度お試しください。','接続に失敗しました。しばらくしてから再試行します。','ローカルファイル','編集の競合','8pYpCio','1000899pPpPOg','クリックして再接続','共同編集の競合','940881qYOyAf'];_0x90a8=function(){return _0x122407;};return _0x90a8();}module['exports']=e;
1
+ const _0x47e0da=_0x2cfa;function _0x2bef(){const _0x29b475=['同期中...','18voUbcp','7346889gvvEli','2808430SCgqLQ','11074OKzZoW','クリックして再接続','6689928ePULlu','接続に失敗しました。しばらくしてから再試行します。','449256pkwXuW','認証エラー','2004wbhJOY','数式の計算キューが満杯です。空きが出るまでお待ちください...','共同編集ルームが満員です。編集内容はローカルに保存されます。','5CQJVdh','4hVtixl','ページを更新','同期済み','共同編集ルームが閉じられたため、編集権限が取り消されました。','データの読み込みが\x20{0}/{1}\x20で停止しています。ページを更新して再試行してください。','接続に失敗しました。ネットワーク接続を確認してください。','共同編集の競合','752054edhTzp','ローカルファイル','現在、数式の計算を実行できません。後でもう一度お試しください。','編集の競合','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','557068DrNuag','exports'];_0x2bef=function(){return _0x29b475;};return _0x2bef();}(function(_0x128a90,_0x26e8c4){const _0x128ccf=_0x2cfa,_0x581123=_0x128a90();while(!![]){try{const _0x2ec739=parseInt(_0x128ccf(0x15e))/0x1+parseInt(_0x128ccf(0x173))/0x2*(-parseInt(_0x128ccf(0x16d))/0x3)+parseInt(_0x128ccf(0x163))/0x4*(parseInt(_0x128ccf(0x172))/0x5)+parseInt(_0x128ccf(0x16f))/0x6*(-parseInt(_0x128ccf(0x169))/0x7)+-parseInt(_0x128ccf(0x16b))/0x8+parseInt(_0x128ccf(0x166))/0x9*(parseInt(_0x128ccf(0x168))/0xa)+parseInt(_0x128ccf(0x167))/0xb;if(_0x2ec739===_0x26e8c4)break;else _0x581123['push'](_0x581123['shift']());}catch(_0x27dea2){_0x581123['push'](_0x581123['shift']());}}}(_0x2bef,0x6f845));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x47e0da(0x16a)}},'collabStatus':{'fetchMiss':'サーバーデータを同期中...','conflict':_0x47e0da(0x161),'notCollab':_0x47e0da(0x15f),'synced':_0x47e0da(0x175),'syncing':_0x47e0da(0x165),'offline':'オフライン、編集内容はローカルに保存されます'},'snapshotLoading':{'timeout':_0x47e0da(0x177),'refresh':_0x47e0da(0x174)},'session':{'connection-failed':_0x47e0da(0x178),'will-retry':_0x47e0da(0x16c),'room-full':_0x47e0da(0x171),'collaboration-timeout':'サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。'},'conflict':{'title':_0x47e0da(0x179),'content':_0x47e0da(0x162)},'permission':{'title':_0x47e0da(0x16e),'content':'お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。'},'collaboration':{'offline-data-not-saved':'オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','single-unit':{'warning':'別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。'},'closeRoom':_0x47e0da(0x176)},'auth':{'needGotoLoginAlert':'ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。'},'formula':{'calculation':{'started':'数式の計算を開始しました。','waiting':_0x47e0da(0x170),'unable':_0x47e0da(0x160)}}}};function _0x2cfa(_0x3aa3fd,_0x520c6d){_0x3aa3fd=_0x3aa3fd-0x15e;const _0x2bef3f=_0x2bef();let _0x2cfaa8=_0x2bef3f[_0x3aa3fd];return _0x2cfaa8;}module[_0x47e0da(0x164)]=e;
@@ -1 +1 @@
1
- function _0x37b8(_0x141af5,_0x3504c1){_0x141af5=_0x141af5-0x100;const _0x31a921=_0x31a9();let _0x37b839=_0x31a921[_0x141af5];return _0x37b839;}const _0x2a64c6=_0x37b8;(function(_0x43f202,_0x444390){const _0x2581aa=_0x37b8,_0x5ac6ee=_0x43f202();while(!![]){try{const _0x4f61e9=parseInt(_0x2581aa(0x10d))/0x1+-parseInt(_0x2581aa(0x118))/0x2*(parseInt(_0x2581aa(0x115))/0x3)+-parseInt(_0x2581aa(0x11f))/0x4*(parseInt(_0x2581aa(0x108))/0x5)+parseInt(_0x2581aa(0x109))/0x6+-parseInt(_0x2581aa(0x105))/0x7+parseInt(_0x2581aa(0x114))/0x8*(parseInt(_0x2581aa(0x102))/0x9)+parseInt(_0x2581aa(0x10b))/0xa*(parseInt(_0x2581aa(0x10c))/0xb);if(_0x4f61e9===_0x444390)break;else _0x5ac6ee['push'](_0x5ac6ee['shift']());}catch(_0x49f43b){_0x5ac6ee['push'](_0x5ac6ee['shift']());}}}(_0x31a9,0x6e98d));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2a64c6(0x106)}},'collabStatus':{'fetchMiss':_0x2a64c6(0x120),'conflict':'편집\x20충돌','notCollab':_0x2a64c6(0x110),'synced':_0x2a64c6(0x10a),'syncing':_0x2a64c6(0x10e),'offline':_0x2a64c6(0x116)},'snapshotLoading':{'loadingSheet':_0x2a64c6(0x11b),'timeout':_0x2a64c6(0x11a),'refresh':_0x2a64c6(0x111)},'session':{'connection-failed':_0x2a64c6(0x11e),'will-retry':_0x2a64c6(0x107),'room-full':_0x2a64c6(0x113),'collaboration-timeout':_0x2a64c6(0x101)},'conflict':{'title':_0x2a64c6(0x112),'content':_0x2a64c6(0x100)},'permission':{'title':'인증\x20오류','content':_0x2a64c6(0x10f)},'collaboration':{'offline-data-not-saved':_0x2a64c6(0x117),'single-unit':{'warning':_0x2a64c6(0x103)},'closeRoom':_0x2a64c6(0x104)},'auth':{'needGotoLoginAlert':_0x2a64c6(0x11c)},'formula':{'calculation':{'started':'수식\x20계산을\x20시작했습니다.','waiting':_0x2a64c6(0x119),'unable':'현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.'}}}};function _0x31a9(){const _0x178bf8=['공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','1188552fWEJqW','10707dNZPIw','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','228jAwQSW','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','데이터\x20로딩이\x20{0}/{1}에서\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확인하세요.','424jRwcUS','서버\x20데이터\x20동기화\x20중...','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','9PrgIXY','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','601713fBfiFz','클릭하여\x20다시\x20연결','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','42095YiURpO','2852802lZbHAD','동기화됨','10gygNtg','6591101xVxAOe','615017cNgDSu','동기화\x20중...','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','로컬\x20파일','페이지\x20새로고침','공동\x20편집\x20충돌'];_0x31a9=function(){return _0x178bf8;};return _0x31a9();}module[_0x2a64c6(0x11d)]=e;
1
+ const _0x49f321=_0x2c6d;(function(_0x2cd350,_0x1f94a8){const _0x65c472=_0x2c6d,_0x12d855=_0x2cd350();while(!![]){try{const _0x8b6f02=-parseInt(_0x65c472(0xc9))/0x1+parseInt(_0x65c472(0xc8))/0x2*(-parseInt(_0x65c472(0xe0))/0x3)+parseInt(_0x65c472(0xe2))/0x4+-parseInt(_0x65c472(0xcc))/0x5+parseInt(_0x65c472(0xd0))/0x6*(-parseInt(_0x65c472(0xc3))/0x7)+parseInt(_0x65c472(0xd3))/0x8*(parseInt(_0x65c472(0xde))/0x9)+parseInt(_0x65c472(0xd8))/0xa*(parseInt(_0x65c472(0xe1))/0xb);if(_0x8b6f02===_0x1f94a8)break;else _0x12d855['push'](_0x12d855['shift']());}catch(_0x15e03f){_0x12d855['push'](_0x12d855['shift']());}}}(_0x2c90,0xf38e4));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x49f321(0xce)}},'collabStatus':{'fetchMiss':'서버\x20데이터\x20동기화\x20중...','conflict':_0x49f321(0xc7),'notCollab':_0x49f321(0xdd),'synced':_0x49f321(0xca),'syncing':_0x49f321(0xda),'offline':_0x49f321(0xcf)},'snapshotLoading':{'timeout':_0x49f321(0xd5),'refresh':_0x49f321(0xd1)},'session':{'connection-failed':_0x49f321(0xdb),'will-retry':_0x49f321(0xcd),'room-full':_0x49f321(0xc6),'collaboration-timeout':_0x49f321(0xc2)},'conflict':{'title':_0x49f321(0xc5),'content':_0x49f321(0xd7)},'permission':{'title':_0x49f321(0xd2),'content':'사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.'},'collaboration':{'offline-data-not-saved':_0x49f321(0xd9),'single-unit':{'warning':_0x49f321(0xd6)},'closeRoom':_0x49f321(0xc1)},'auth':{'needGotoLoginAlert':_0x49f321(0xcb)},'formula':{'calculation':{'started':_0x49f321(0xdc),'waiting':_0x49f321(0xd4),'unable':_0x49f321(0xc4)}}}};module[_0x49f321(0xdf)]=e;function _0x2c6d(_0x2ad200,_0x477b15){_0x2ad200=_0x2ad200-0xc1;const _0x2c906b=_0x2c90();let _0x2c6dd5=_0x2c906b[_0x2ad200];return _0x2c6dd5;}function _0x2c90(){const _0x18754a=['7328514INSFcu','페이지\x20새로고침','인증\x20오류','296VpQWWK','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','데이터\x20로딩이\x20{0}/{1}에서\x20멈췄습니다.\x20페이지를\x20새로고침한\x20후\x20다시\x20시도하세요.','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','33926190Gppxas','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','동기화\x20중...','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','수식\x20계산을\x20시작했습니다.','로컬\x20파일','195327GdsfKa','exports','21IPRvWW','11iTjLhf','5187624CkgDsK','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','7lKRvLO','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','공동\x20편집\x20충돌','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','편집\x20충돌','193290xFzYHJ','1158700WrERFe','동기화됨','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','7191490ulMTxU','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','클릭하여\x20다시\x20연결','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'];_0x2c90=function(){return _0x18754a;};return _0x2c90();}
@@ -1 +1 @@
1
- function _0x13a3(){const _0x3b5a3f=['Błąd\x20uwierzytelniania','1460380pAsGnI','240aSLMCk','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','Odśwież\x20stronę','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','655650PFyOYP','Ładowanie\x20arkusza','Ładowanie\x20danych\x20zatrzymało\x20się\x20na\x20{0}/{1}.\x20Odśwież\x20stronę,\x20aby\x20spróbować\x20ponownie.','287166ZkNmiM','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','8icsniV','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','7DjzGiC','286227yjaOXy','4868742KkoFAH','Zsynchronizowane','Obliczanie\x20formuły\x20rozpoczęte.','Synchronizowanie...','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','74845Hxsrho','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','exports','110ILUZvj','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','Konflikt\x20współpracy','859528oJrIIV'];_0x13a3=function(){return _0x3b5a3f;};return _0x13a3();}const _0x4f0e6f=_0x42a3;(function(_0x423691,_0x402137){const _0x57cb79=_0x42a3,_0xa72ce0=_0x423691();while(!![]){try{const _0x78124c=parseInt(_0x57cb79(0x112))/0x1+parseInt(_0x57cb79(0xfd))/0x2+-parseInt(_0x57cb79(0x11a))/0x3+-parseInt(_0x57cb79(0x115))/0x4*(parseInt(_0x57cb79(0x109))/0x5)+-parseInt(_0x57cb79(0x104))/0x6*(parseInt(_0x57cb79(0x102))/0x7)+parseInt(_0x57cb79(0x100))/0x8*(-parseInt(_0x57cb79(0x103))/0x9)+parseInt(_0x57cb79(0x114))/0xa*(parseInt(_0x57cb79(0x10c))/0xb);if(_0x78124c===_0x402137)break;else _0xa72ce0['push'](_0xa72ce0['shift']());}catch(_0x3783b8){_0xa72ce0['push'](_0xa72ce0['shift']());}}}(_0x13a3,0x7aef5));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknij,\x20aby\x20połączyć\x20ponownie'}},'collabStatus':{'fetchMiss':'Synchronizowanie\x20danych\x20serwera...','conflict':'Konflikty\x20edycji','notCollab':'Plik\x20lokalny','synced':_0x4f0e6f(0x105),'syncing':_0x4f0e6f(0x107),'offline':_0x4f0e6f(0x110)},'snapshotLoading':{'loadingSheet':_0x4f0e6f(0x11b),'timeout':_0x4f0e6f(0xfc),'refresh':_0x4f0e6f(0x117)},'session':{'connection-failed':_0x4f0e6f(0x10a),'will-retry':_0x4f0e6f(0x108),'room-full':_0x4f0e6f(0x119),'collaboration-timeout':_0x4f0e6f(0x10f)},'conflict':{'title':_0x4f0e6f(0x111),'content':_0x4f0e6f(0x10e)},'permission':{'title':_0x4f0e6f(0x113),'content':_0x4f0e6f(0x116)},'collaboration':{'offline-data-not-saved':_0x4f0e6f(0x118),'single-unit':{'warning':_0x4f0e6f(0x10d)},'closeRoom':_0x4f0e6f(0xff)},'auth':{'needGotoLoginAlert':'Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.'},'formula':{'calculation':{'started':_0x4f0e6f(0x106),'waiting':_0x4f0e6f(0x101),'unable':_0x4f0e6f(0xfe)}}}};function _0x42a3(_0x2f407e,_0x55e88d){_0x2f407e=_0x2f407e-0xfc;const _0x13a35f=_0x13a3();let _0x42a3db=_0x13a35f[_0x2f407e];return _0x42a3db;}module[_0x4f0e6f(0x10b)]=e;
1
+ function _0xc869(){const _0x3eb151=['1vgfrOr','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Zsynchronizowane','2295753NxMtsL','425410GrGXVW','6KlcINS','exports','14363210iXmyQW','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','Kliknij,\x20aby\x20połączyć\x20ponownie','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','Konflikty\x20edycji','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','1260136IKCTgO','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','Odśwież\x20stronę','221848gQCbth','Błąd\x20uwierzytelniania','75865xknMtr','Ładowanie\x20danych\x20zatrzymało\x20się\x20na\x20{0}/{1}.\x20Odśwież\x20stronę,\x20aby\x20spróbować\x20ponownie.','Plik\x20lokalny','Obliczanie\x20formuły\x20rozpoczęte.','2756475AsmxDz','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','168JThFIq','Synchronizowanie...','Synchronizowanie\x20danych\x20serwera...'];_0xc869=function(){return _0x3eb151;};return _0xc869();}function _0x28a4(_0x233630,_0x41d2c8){_0x233630=_0x233630-0x1dc;const _0xc86930=_0xc869();let _0x28a4a2=_0xc86930[_0x233630];return _0x28a4a2;}const _0x18b3eb=_0x28a4;(function(_0x1df0f9,_0x14edc3){const _0x59666e=_0x28a4,_0x148e10=_0x1df0f9();while(!![]){try{const _0x5bb75e=-parseInt(_0x59666e(0x1f5))/0x1*(parseInt(_0x59666e(0x1f9))/0x2)+parseInt(_0x59666e(0x1f8))/0x3+parseInt(_0x59666e(0x1e5))/0x4+parseInt(_0x59666e(0x1eb))/0x5*(-parseInt(_0x59666e(0x1dc))/0x6)+parseInt(_0x59666e(0x1f2))/0x7*(parseInt(_0x59666e(0x1e9))/0x8)+parseInt(_0x59666e(0x1ef))/0x9+-parseInt(_0x59666e(0x1de))/0xa;if(_0x5bb75e===_0x14edc3)break;else _0x148e10['push'](_0x148e10['shift']());}catch(_0x4db76f){_0x148e10['push'](_0x148e10['shift']());}}}(_0xc869,0x5eb41));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x18b3eb(0x1e0)}},'collabStatus':{'fetchMiss':_0x18b3eb(0x1f4),'conflict':_0x18b3eb(0x1e3),'notCollab':_0x18b3eb(0x1ed),'synced':_0x18b3eb(0x1f7),'syncing':_0x18b3eb(0x1f3),'offline':_0x18b3eb(0x1e7)},'snapshotLoading':{'timeout':_0x18b3eb(0x1ec),'refresh':_0x18b3eb(0x1e8)},'session':{'connection-failed':_0x18b3eb(0x1f0),'will-retry':_0x18b3eb(0x1e4),'room-full':_0x18b3eb(0x1f6),'collaboration-timeout':'Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.'},'conflict':{'title':'Konflikt\x20współpracy','content':'Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.'},'permission':{'title':_0x18b3eb(0x1ea),'content':_0x18b3eb(0x1e1)},'collaboration':{'offline-data-not-saved':_0x18b3eb(0x1e2),'single-unit':{'warning':'Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.'},'closeRoom':_0x18b3eb(0x1e6)},'auth':{'needGotoLoginAlert':'Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.'},'formula':{'calculation':{'started':_0x18b3eb(0x1ee),'waiting':_0x18b3eb(0x1f1),'unable':_0x18b3eb(0x1df)}}}};module[_0x18b3eb(0x1dd)]=e;
@@ -1 +1 @@
1
- const _0x1ae508=_0x12cb;(function(_0x6e6f53,_0x2d1ce1){const _0x3c94c9=_0x12cb,_0x2c34d6=_0x6e6f53();while(!![]){try{const _0x3d2f65=-parseInt(_0x3c94c9(0x7e))/0x1+-parseInt(_0x3c94c9(0x83))/0x2+-parseInt(_0x3c94c9(0x6e))/0x3*(parseInt(_0x3c94c9(0x6d))/0x4)+parseInt(_0x3c94c9(0x81))/0x5*(parseInt(_0x3c94c9(0x7a))/0x6)+-parseInt(_0x3c94c9(0x70))/0x7+parseInt(_0x3c94c9(0x71))/0x8+parseInt(_0x3c94c9(0x6b))/0x9*(parseInt(_0x3c94c9(0x72))/0xa);if(_0x3d2f65===_0x2d1ce1)break;else _0x2c34d6['push'](_0x2c34d6['shift']());}catch(_0x587240){_0x2c34d6['push'](_0x2c34d6['shift']());}}}(_0x282f,0x57d7b));function _0x282f(){const _0x3f1a11=['O\x20carregamento\x20dos\x20dados\x20parou\x20em\x20{0}/{1}.\x20Atualize\x20a\x20página\x20para\x20tentar\x20novamente.','326645oZfyYE','Erro\x20de\x20autenticação','28926ptIBCz','Conflito\x20de\x20Colaboração','Clique\x20para\x20Reconectar','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','13959kPMACl','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.','69908KbiBVa','93ZcMbAm','Sincronizado','4354700jtYRNW','931152hjRPQg','10910NjcZHh','exports','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Sincronizando...','Conflitos\x20de\x20edição','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','Sincronizando\x20dados\x20do\x20servidor...','6HWbRVy','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','Cálculo\x20de\x20fórmula\x20iniciado.','335711IhAvir','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.'];_0x282f=function(){return _0x3f1a11;};return _0x282f();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1ae508(0x66)}},'collabStatus':{'fetchMiss':_0x1ae508(0x79),'conflict':_0x1ae508(0x76),'notCollab':'Arquivo\x20local','synced':_0x1ae508(0x6f),'syncing':_0x1ae508(0x75),'offline':_0x1ae508(0x69)},'snapshotLoading':{'loadingSheet':'Carregando\x20planilha','timeout':_0x1ae508(0x80),'refresh':'Atualizar\x20página'},'session':{'connection-failed':_0x1ae508(0x77),'will-retry':_0x1ae508(0x67),'room-full':_0x1ae508(0x74),'collaboration-timeout':_0x1ae508(0x7b)},'conflict':{'title':_0x1ae508(0x84),'content':_0x1ae508(0x6c)},'permission':{'title':_0x1ae508(0x82),'content':'Suas\x20ações\x20estão\x20em\x20conflito\x20com\x20as\x20permissões\x20do\x20servidor.\x20Salve\x20suas\x20edições\x20locais\x20em\x20outro\x20lugar,\x20pois\x20elas\x20serão\x20descartadas\x20após\x20atualizar\x20a\x20página.'},'collaboration':{'offline-data-not-saved':_0x1ae508(0x7f),'single-unit':{'warning':_0x1ae508(0x7c)},'closeRoom':_0x1ae508(0x78)},'auth':{'needGotoLoginAlert':_0x1ae508(0x6a)},'formula':{'calculation':{'started':_0x1ae508(0x7d),'waiting':'A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','unable':_0x1ae508(0x68)}}}};function _0x12cb(_0x432fb8,_0x9084f4){_0x432fb8=_0x432fb8-0x66;const _0x282f48=_0x282f();let _0x12cbce=_0x282f48[_0x432fb8];return _0x12cbce;}module[_0x1ae508(0x73)]=e;
1
+ const _0x204346=_0x1d46;(function(_0x501f8a,_0x160a33){const _0x35d8d2=_0x1d46,_0x5db66e=_0x501f8a();while(!![]){try{const _0x27a4ec=-parseInt(_0x35d8d2(0x180))/0x1*(parseInt(_0x35d8d2(0x17e))/0x2)+-parseInt(_0x35d8d2(0x178))/0x3+-parseInt(_0x35d8d2(0x175))/0x4+parseInt(_0x35d8d2(0x181))/0x5*(parseInt(_0x35d8d2(0x17c))/0x6)+parseInt(_0x35d8d2(0x18b))/0x7*(parseInt(_0x35d8d2(0x17f))/0x8)+parseInt(_0x35d8d2(0x172))/0x9+parseInt(_0x35d8d2(0x177))/0xa;if(_0x27a4ec===_0x160a33)break;else _0x5db66e['push'](_0x5db66e['shift']());}catch(_0x367582){_0x5db66e['push'](_0x5db66e['shift']());}}}(_0x58e9,0xd9fc3));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x204346(0x173)}},'collabStatus':{'fetchMiss':_0x204346(0x171),'conflict':_0x204346(0x17b),'notCollab':_0x204346(0x17d),'synced':_0x204346(0x170),'syncing':'Sincronizando...','offline':'Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente'},'snapshotLoading':{'timeout':'O\x20carregamento\x20dos\x20dados\x20parou\x20em\x20{0}/{1}.\x20Atualize\x20a\x20página\x20para\x20tentar\x20novamente.','refresh':'Atualizar\x20página'},'session':{'connection-failed':_0x204346(0x187),'will-retry':_0x204346(0x182),'room-full':_0x204346(0x18a),'collaboration-timeout':_0x204346(0x176)},'conflict':{'title':_0x204346(0x189),'content':_0x204346(0x185)},'permission':{'title':_0x204346(0x17a),'content':_0x204346(0x174)},'collaboration':{'offline-data-not-saved':_0x204346(0x183),'single-unit':{'warning':_0x204346(0x188)},'closeRoom':'Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.'},'auth':{'needGotoLoginAlert':_0x204346(0x186)},'formula':{'calculation':{'started':_0x204346(0x184),'waiting':'A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','unable':_0x204346(0x179)}}}};function _0x58e9(){const _0x59b45a=['2237469kXCgPd','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','Erro\x20de\x20autenticação','Conflitos\x20de\x20edição','402BxmGGy','Arquivo\x20local','2167870JWkcwk','200kWXVjK','1ebXCgK','14730kRJefp','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','Cálculo\x20de\x20fórmula\x20iniciado.','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.','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','Conflito\x20de\x20Colaboração','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','251363MNYUvY','Sincronizado','Sincronizando\x20dados\x20do\x20servidor...','6472926Clqhcf','Clique\x20para\x20Reconectar','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.','5815972ISfrIL','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','23622970gIGNwV'];_0x58e9=function(){return _0x59b45a;};return _0x58e9();}function _0x1d46(_0x51f3a9,_0x1fb1bb){_0x51f3a9=_0x51f3a9-0x170;const _0x58e946=_0x58e9();let _0x1d4694=_0x58e946[_0x51f3a9];return _0x1d4694;}module['exports']=e;
@@ -1 +1 @@
1
- const _0x452aad=_0x1c58;function _0x47aa(){const _0x1674e3=['3040375RNgpJW','Начато\x20вычисление\x20формул.','exports','368229QwHvNB','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','7294866JEhBGQ','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','Синхронизация...','Обновить\x20страницу','959487gGVSfz','7868994LNMPfo','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','2dvqUuh','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','Конфликт\x20совместной\x20работы','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','Загрузка\x20данных\x20остановилась\x20на\x20{0}/{1}.\x20Обновите\x20страницу\x20и\x20повторите\x20попытку.','Синхронизировано','У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','21587490gFSOsl','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','Ошибка\x20аутентификации','4735112kHUgYt','8scRLbu','Конфликты\x20редактирования','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','Нажмите\x20для\x20переподключения','Синхронизация\x20данных\x20сервера...','Локальный\x20файл','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.'];_0x47aa=function(){return _0x1674e3;};return _0x47aa();}(function(_0x3be2d9,_0x3f3b1a){const _0x1dd7d3=_0x1c58,_0x108cc7=_0x3be2d9();while(!![]){try{const _0x124ede=-parseInt(_0x1dd7d3(0x9e))/0x1*(-parseInt(_0x1dd7d3(0xa1))/0x2)+parseInt(_0x1dd7d3(0xb6))/0x3*(-parseInt(_0x1dd7d3(0xac))/0x4)+-parseInt(_0x1dd7d3(0xb3))/0x5+parseInt(_0x1dd7d3(0x99))/0x6+parseInt(_0x1dd7d3(0x9f))/0x7+parseInt(_0x1dd7d3(0xab))/0x8+-parseInt(_0x1dd7d3(0xa8))/0x9;if(_0x124ede===_0x3f3b1a)break;else _0x108cc7['push'](_0x108cc7['shift']());}catch(_0x2237fa){_0x108cc7['push'](_0x108cc7['shift']());}}}(_0x47aa,0x9c0b6));function _0x1c58(_0x1a7e25,_0x68c674){_0x1a7e25=_0x1a7e25-0x98;const _0x47aadd=_0x47aa();let _0x1c580f=_0x47aadd[_0x1a7e25];return _0x1c580f;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x452aad(0xaf)}},'collabStatus':{'fetchMiss':_0x452aad(0xb0),'conflict':_0x452aad(0xad),'notCollab':_0x452aad(0xb1),'synced':_0x452aad(0xa6),'syncing':_0x452aad(0x9c),'offline':_0x452aad(0xae)},'snapshotLoading':{'loadingSheet':'Загрузка\x20листа','timeout':_0x452aad(0xa5),'refresh':_0x452aad(0x9d)},'session':{'connection-failed':_0x452aad(0x9a),'will-retry':_0x452aad(0xa9),'room-full':'Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','collaboration-timeout':_0x452aad(0xb2)},'conflict':{'title':_0x452aad(0xa3),'content':'Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.'},'permission':{'title':_0x452aad(0xaa),'content':_0x452aad(0xa4)},'collaboration':{'offline-data-not-saved':_0x452aad(0xa7),'single-unit':{'warning':_0x452aad(0x98)},'closeRoom':_0x452aad(0xa0)},'auth':{'needGotoLoginAlert':_0x452aad(0xa2)},'formula':{'calculation':{'started':_0x452aad(0xb4),'waiting':_0x452aad(0x9b),'unable':'В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.'}}}};module[_0x452aad(0xb5)]=e;
1
+ const _0x403aaa=_0x34e7;function _0x3bd1(){const _0xc8250b=['Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','10946410rfznHm','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','Конфликт\x20совместной\x20работы','Синхронизация...','У\x20вас\x20есть\x20несохраненные\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аутентификации','45ygylPR','9VGksIa','В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.','4084008RckQvy','Нажмите\x20для\x20переподключения','179848vGqlvY','1634007NZuDlm','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','Обновить\x20страницу','Синхронизация\x20данных\x20сервера...','2566EaniJB','Конфликты\x20редактирования','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','856968RFjNER','2382660bKLcDE','641TEJjvb'];_0x3bd1=function(){return _0xc8250b;};return _0x3bd1();}(function(_0x1de088,_0x11451d){const _0x4d294a=_0x34e7,_0x534c40=_0x1de088();while(!![]){try{const _0x17ca58=parseInt(_0x4d294a(0xbc))/0x1*(-parseInt(_0x4d294a(0xb6))/0x2)+parseInt(_0x4d294a(0xb2))/0x3+-parseInt(_0x4d294a(0xb1))/0x4*(parseInt(_0x4d294a(0xca))/0x5)+parseInt(_0x4d294a(0xbb))/0x6+parseInt(_0x4d294a(0xba))/0x7+-parseInt(_0x4d294a(0xcd))/0x8*(parseInt(_0x4d294a(0xcb))/0x9)+parseInt(_0x4d294a(0xbe))/0xa;if(_0x17ca58===_0x11451d)break;else _0x534c40['push'](_0x534c40['shift']());}catch(_0x16226b){_0x534c40['push'](_0x534c40['shift']());}}}(_0x3bd1,0x66da2));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x403aaa(0xb0)}},'collabStatus':{'fetchMiss':_0x403aaa(0xb5),'conflict':_0x403aaa(0xb7),'notCollab':_0x403aaa(0xc5),'synced':'Синхронизировано','syncing':_0x403aaa(0xc1),'offline':_0x403aaa(0xc4)},'snapshotLoading':{'timeout':'Загрузка\x20данных\x20остановилась\x20на\x20{0}/{1}.\x20Обновите\x20страницу\x20и\x20повторите\x20попытку.','refresh':_0x403aaa(0xb4)},'session':{'connection-failed':_0x403aaa(0xb8),'will-retry':_0x403aaa(0xc8),'room-full':'Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','collaboration-timeout':'Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.'},'conflict':{'title':_0x403aaa(0xc0),'content':_0x403aaa(0xb9)},'permission':{'title':_0x403aaa(0xc9),'content':_0x403aaa(0xb3)},'collaboration':{'offline-data-not-saved':_0x403aaa(0xc2),'single-unit':{'warning':_0x403aaa(0xbf)},'closeRoom':_0x403aaa(0xc3)},'auth':{'needGotoLoginAlert':_0x403aaa(0xbd)},'formula':{'calculation':{'started':_0x403aaa(0xc7),'waiting':'Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','unable':_0x403aaa(0xcc)}}}};function _0x34e7(_0x1c2ad1,_0x3be080){_0x1c2ad1=_0x1c2ad1-0xb0;const _0x3bd112=_0x3bd1();let _0x34e7ab=_0x3bd112[_0x1c2ad1];return _0x34e7ab;}module[_0x403aaa(0xc6)]=e;
@@ -1 +1 @@
1
- const _0x2ff98a=_0x29bf;(function(_0x3e8c0f,_0x5e14da){const _0x232904=_0x29bf,_0x2142db=_0x3e8c0f();while(!![]){try{const _0x53c916=-parseInt(_0x232904(0x104))/0x1*(parseInt(_0x232904(0xfe))/0x2)+parseInt(_0x232904(0xf6))/0x3+parseInt(_0x232904(0xfb))/0x4*(-parseInt(_0x232904(0xfd))/0x5)+parseInt(_0x232904(0xf5))/0x6*(parseInt(_0x232904(0x106))/0x7)+-parseInt(_0x232904(0xf0))/0x8+parseInt(_0x232904(0xfc))/0x9+-parseInt(_0x232904(0xf3))/0xa*(-parseInt(_0x232904(0xf9))/0xb);if(_0x53c916===_0x5e14da)break;else _0x2142db['push'](_0x2142db['shift']());}catch(_0x26b6e5){_0x2142db['push'](_0x2142db['shift']());}}}(_0x3b23,0xe0a28));function _0x29bf(_0x59e3ac,_0x26f4d9){_0x59e3ac=_0x59e3ac-0xe9;const _0x3b23a3=_0x3b23();let _0x29bfe0=_0x3b23a3[_0x59e3ac];return _0x29bfe0;}function _0x3b23(){const _0xa0f024=['Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','753137fIXbtA','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','Konflikt\x20spolupráce','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Načítava\x20sa\x20hárok','Chyba\x20overenia','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Kliknite\x20na\x20opätovné\x20pripojenie','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','4214944QdvTiU','Načítavanie\x20údajov\x20sa\x20zastavilo\x20na\x20{0}/{1}.\x20Obnovte\x20stránku\x20a\x20skúste\x20to\x20znova.','Synchronizované','13036610ulJHUC','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','30OZtpvr','710610NvwRIr','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.','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','11qMPYar','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é.','4mxIMui','10273194lkWkKm','3681625EVsYGx','10IcFnNX','Konflikty\x20úprav','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','exports','Obnoviť\x20stránku','207331JAThhA'];_0x3b23=function(){return _0xa0f024;};return _0x3b23();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2ff98a(0xee)}},'collabStatus':{'fetchMiss':_0x2ff98a(0x100),'conflict':_0x2ff98a(0xff),'notCollab':'Lokálny\x20súbor','synced':_0x2ff98a(0xf2),'syncing':'Synchronizuje\x20sa...','offline':_0x2ff98a(0xf4)},'snapshotLoading':{'loadingSheet':_0x2ff98a(0xeb),'timeout':_0x2ff98a(0xf1),'refresh':_0x2ff98a(0x103)},'session':{'connection-failed':'Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','will-retry':_0x2ff98a(0x107),'room-full':_0x2ff98a(0xea),'collaboration-timeout':_0x2ff98a(0xe9)},'conflict':{'title':_0x2ff98a(0x108),'content':_0x2ff98a(0xf7)},'permission':{'title':_0x2ff98a(0xec),'content':_0x2ff98a(0xfa)},'collaboration':{'offline-data-not-saved':'Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','single-unit':{'warning':_0x2ff98a(0xed)},'closeRoom':_0x2ff98a(0xef)},'auth':{'needGotoLoginAlert':_0x2ff98a(0x105)},'formula':{'calculation':{'started':'Výpočet\x20vzorcov\x20sa\x20spustil.','waiting':_0x2ff98a(0xf8),'unable':_0x2ff98a(0x101)}}}};module[_0x2ff98a(0x102)]=e;
1
+ const _0x31b248=_0x1d5d;function _0x1d5d(_0x837dcd,_0x5b11fc){_0x837dcd=_0x837dcd-0xd9;const _0x13c2c9=_0x13c2();let _0x1d5df1=_0x13c2c9[_0x837dcd];return _0x1d5df1;}(function(_0x12abc6,_0x5a02bb){const _0x102cdf=_0x1d5d,_0xd0686b=_0x12abc6();while(!![]){try{const _0x2bf916=-parseInt(_0x102cdf(0xe7))/0x1*(-parseInt(_0x102cdf(0xef))/0x2)+-parseInt(_0x102cdf(0xe8))/0x3*(-parseInt(_0x102cdf(0xec))/0x4)+parseInt(_0x102cdf(0xeb))/0x5*(parseInt(_0x102cdf(0xdc))/0x6)+parseInt(_0x102cdf(0xf6))/0x7*(parseInt(_0x102cdf(0xe1))/0x8)+parseInt(_0x102cdf(0xde))/0x9+-parseInt(_0x102cdf(0xe6))/0xa*(-parseInt(_0x102cdf(0xed))/0xb)+-parseInt(_0x102cdf(0xdd))/0xc;if(_0x2bf916===_0x5a02bb)break;else _0xd0686b['push'](_0xd0686b['shift']());}catch(_0x416f70){_0xd0686b['push'](_0xd0686b['shift']());}}}(_0x13c2,0xb7c9e));function _0x13c2(){const _0x1c80e0=['3912xfggGd','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Načítavanie\x20údajov\x20sa\x20zastavilo\x20na\x20{0}/{1}.\x20Obnovte\x20stránku\x20a\x20skúste\x20to\x20znova.','exports','Lokálny\x20súbor','11749330vhngMm','2IiXeUC','3ncvfJW','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...','65435kMBdgg','4341260hRHZvv','11ADdcET','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','209858LXHZcV','Konflikty\x20úprav','Chyba\x20overenia','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.','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','11781YJqaex','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é.','Obnoviť\x20stránku','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Konflikt\x20spolupráce','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','642tvlsjV','57507216WYkggY','7664976SrXCOs','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.'];_0x13c2=function(){return _0x1c80e0;};return _0x13c2();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknite\x20na\x20opätovné\x20pripojenie'}},'collabStatus':{'fetchMiss':_0x31b248(0xea),'conflict':_0x31b248(0xf0),'notCollab':_0x31b248(0xe5),'synced':'Synchronizované','syncing':_0x31b248(0xf3),'offline':_0x31b248(0xee)},'snapshotLoading':{'timeout':_0x31b248(0xe3),'refresh':_0x31b248(0xf8)},'session':{'connection-failed':'Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','will-retry':_0x31b248(0xf2),'room-full':'Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','collaboration-timeout':_0x31b248(0xdb)},'conflict':{'title':_0x31b248(0xda),'content':_0x31b248(0xe9)},'permission':{'title':_0x31b248(0xf1),'content':_0x31b248(0xf7)},'collaboration':{'offline-data-not-saved':_0x31b248(0xe0),'single-unit':{'warning':_0x31b248(0xf5)},'closeRoom':_0x31b248(0xd9)},'auth':{'needGotoLoginAlert':_0x31b248(0xe2)},'formula':{'calculation':{'started':'Výpočet\x20vzorcov\x20sa\x20spustil.','waiting':_0x31b248(0xdf),'unable':_0x31b248(0xf4)}}}};module[_0x31b248(0xe4)]=e;
@@ -1 +1 @@
1
- const _0xfce77e=_0xd3f5;function _0xd3f5(_0x232913,_0x36243e){_0x232913=_0x232913-0x149;const _0xd3f56b=_0x9972();let _0x56a217=_0xd3f56b[_0x232913];return _0x56a217;}(function(_0x3d4a30,_0x24a4f3){const _0x4500d3=_0xd3f5,_0x3339fe=_0x3d4a30();while(!![]){try{const _0x5c93c6=parseInt(_0x4500d3(0x14d))/0x1*(parseInt(_0x4500d3(0x150))/0x2)+parseInt(_0x4500d3(0x151))/0x3*(parseInt(_0x4500d3(0x163))/0x4)+-parseInt(_0x4500d3(0x166))/0x5*(-parseInt(_0x4500d3(0x167))/0x6)+parseInt(_0x4500d3(0x14e))/0x7*(-parseInt(_0x4500d3(0x154))/0x8)+-parseInt(_0x4500d3(0x162))/0x9+parseInt(_0x4500d3(0x158))/0xa+-parseInt(_0x4500d3(0x14b))/0xb*(parseInt(_0x4500d3(0x161))/0xc);if(_0x5c93c6===_0x24a4f3)break;else _0x3339fe['push'](_0x3339fe['shift']());}catch(_0x560d79){_0x3339fe['push'](_0x3339fe['shift']());}}}(_0x9972,0x5aacc));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Nhấp\x20để\x20kết\x20nối\x20lại'}},'collabStatus':{'fetchMiss':_0xfce77e(0x149),'conflict':_0xfce77e(0x15f),'notCollab':'Tệp\x20cục\x20bộ','synced':_0xfce77e(0x152),'syncing':_0xfce77e(0x15d),'offline':_0xfce77e(0x15a)},'snapshotLoading':{'loadingSheet':'Đang\x20tải\x20trang\x20tính','timeout':'Quá\x20trình\x20tải\x20dữ\x20liệu\x20đã\x20dừng\x20ở\x20{0}/{1}.\x20Hãy\x20làm\x20mới\x20trang\x20để\x20thử\x20lại.','refresh':_0xfce77e(0x164)},'session':{'connection-failed':'Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','will-retry':_0xfce77e(0x14c),'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':_0xfce77e(0x14f)},'conflict':{'title':_0xfce77e(0x156),'content':_0xfce77e(0x15b)},'permission':{'title':'Lỗi\x20xác\x20thực','content':_0xfce77e(0x15e)},'collaboration':{'offline-data-not-saved':_0xfce77e(0x153),'single-unit':{'warning':_0xfce77e(0x157)},'closeRoom':_0xfce77e(0x159)},'auth':{'needGotoLoginAlert':_0xfce77e(0x15c)},'formula':{'calculation':{'started':_0xfce77e(0x14a),'waiting':_0xfce77e(0x160),'unable':_0xfce77e(0x155)}}}};function _0x9972(){const _0x4247b0=['Đã\x20đồng\x20bộ','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.','8hnDwur','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.','Xung\x20đột\x20cộng\x20tác','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.','6850380CcShCK','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','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.','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.','Đang\x20đồng\x20bộ...','Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.','Xung\x20đột\x20chỉnh\x20sửa','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','7891224oOEeWv','234369jsbFtK','2030092AjyshE','Làm\x20mới\x20trang','exports','706710LnAMYU','6QHoqrV','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','22qNjrZy','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','582873ZjwBxj','1428889oWlhFS','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ộ.','2YVBRXs','3fvWVfn'];_0x9972=function(){return _0x4247b0;};return _0x9972();}module[_0xfce77e(0x165)]=e;
1
+ const _0x4d9e01=_0x534c;(function(_0x396036,_0x9a3c6e){const _0x321366=_0x534c,_0x313e77=_0x396036();while(!![]){try{const _0x4a3d20=parseInt(_0x321366(0xd7))/0x1*(parseInt(_0x321366(0xe6))/0x2)+parseInt(_0x321366(0xde))/0x3*(-parseInt(_0x321366(0xdf))/0x4)+parseInt(_0x321366(0xd9))/0x5*(-parseInt(_0x321366(0xd0))/0x6)+parseInt(_0x321366(0xe2))/0x7*(-parseInt(_0x321366(0xdd))/0x8)+parseInt(_0x321366(0xd6))/0x9*(parseInt(_0x321366(0xca))/0xa)+parseInt(_0x321366(0xdb))/0xb+-parseInt(_0x321366(0xe0))/0xc*(-parseInt(_0x321366(0xd2))/0xd);if(_0x4a3d20===_0x9a3c6e)break;else _0x313e77['push'](_0x313e77['shift']());}catch(_0x19e680){_0x313e77['push'](_0x313e77['shift']());}}}(_0x1765,0x4dece));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4d9e01(0xc8)}},'collabStatus':{'fetchMiss':_0x4d9e01(0xcf),'conflict':'Xung\x20đột\x20chỉnh\x20sửa','notCollab':'Tệp\x20cục\x20bộ','synced':_0x4d9e01(0xd5),'syncing':_0x4d9e01(0xdc),'offline':_0x4d9e01(0xce)},'snapshotLoading':{'timeout':_0x4d9e01(0xe4),'refresh':'Làm\x20mới\x20trang'},'session':{'connection-failed':_0x4d9e01(0xd8),'will-retry':_0x4d9e01(0xd4),'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':_0x4d9e01(0xe1)},'conflict':{'title':_0x4d9e01(0xd1),'content':_0x4d9e01(0xe5)},'permission':{'title':_0x4d9e01(0xda),'content':'Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.'},'collaboration':{'offline-data-not-saved':_0x4d9e01(0xcc),'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':_0x4d9e01(0xc9)},'auth':{'needGotoLoginAlert':'Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.'},'formula':{'calculation':{'started':_0x4d9e01(0xd3),'waiting':_0x4d9e01(0xcb),'unable':_0x4d9e01(0xe3)}}}};function _0x1765(){const _0x59ebfe=['Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Đã\x20đồng\x20bộ','63QoJAgp','8089OvZnBG','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','5hGidgf','Lỗi\x20xác\x20thực','4386679PQJWqm','Đang\x20đồng\x20bộ...','54352AxdhRB','12hmGTEd','207388YzfXjA','12sgryHk','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ộ.','602FkwESv','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.','Quá\x20trình\x20tải\x20dữ\x20liệu\x20đã\x20dừng\x20ở\x20{0}/{1}.\x20Hãy\x20làm\x20mới\x20trang\x20để\x20thử\x20lại.','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.','6svMdez','Nhấp\x20để\x20kết\x20nối\x20lại','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','646260bSnhAb','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','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.','exports','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20b','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','2561982TBxqmD','Xung\x20đột\x20cộng\x20tác','8611369ofGHEA'];_0x1765=function(){return _0x59ebfe;};return _0x1765();}function _0x534c(_0x59301c,_0x9d429e){_0x59301c=_0x59301c-0xc8;const _0x176578=_0x1765();let _0x534c27=_0x176578[_0x59301c];return _0x534c27;}module[_0x4d9e01(0xcd)]=e;
@@ -1 +1 @@
1
- function _0x1f8d(){const _0x521d7a=['6190416BdkKkI','已同步','协同冲突','本地文件','正在拉取服务端数据...','11822WHsjBh','目前无法执行公式计算。请稍后重试。','32720mNZGEs','1282170lgrYIX','保存中...','刷新页面','6qzKfMt','已离线,编辑将在本地缓存','32ZIlmKw','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','123609gSBHWi','由于协同房间被关闭,编辑权限被收回。','exports','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','23pMopVd','协同房间已满,你的编辑将在本地缓存','连接失败,将在一会儿之后重试连接','1799vcMfyy','12tdaHiE','公式计算已开始。','10111827rglhKR','数据加载停留在\x20{0}/{1},请刷新页面后重试。','编辑冲突','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','9865680yxgsjs'];_0x1f8d=function(){return _0x521d7a;};return _0x1f8d();}const _0x27cc58=_0x2ade;(function(_0x510f3b,_0x2e3962){const _0x50c10c=_0x2ade,_0x154ba7=_0x510f3b();while(!![]){try{const _0x1e0829=parseInt(_0x50c10c(0xe1))/0x1*(parseInt(_0x50c10c(0xf1))/0x2)+-parseInt(_0x50c10c(0xfb))/0x3*(-parseInt(_0x50c10c(0xf9))/0x4)+-parseInt(_0x50c10c(0xf4))/0x5*(parseInt(_0x50c10c(0xf7))/0x6)+-parseInt(_0x50c10c(0xe4))/0x7*(-parseInt(_0x50c10c(0xf3))/0x8)+-parseInt(_0x50c10c(0xec))/0x9+parseInt(_0x50c10c(0xeb))/0xa+parseInt(_0x50c10c(0xe7))/0xb*(-parseInt(_0x50c10c(0xe5))/0xc);if(_0x1e0829===_0x2e3962)break;else _0x154ba7['push'](_0x154ba7['shift']());}catch(_0x1aee51){_0x154ba7['push'](_0x154ba7['shift']());}}}(_0x1f8d,0x9c310));function _0x2ade(_0x2394f2,_0x3b7864){_0x2394f2=_0x2394f2-0xe0;const _0x1f8d53=_0x1f8d();let _0x2ade39=_0x1f8d53[_0x2394f2];return _0x2ade39;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'点击重新连接'}},'collabStatus':{'fetchMiss':_0x27cc58(0xf0),'conflict':_0x27cc58(0xe9),'notCollab':_0x27cc58(0xef),'synced':_0x27cc58(0xed),'syncing':_0x27cc58(0xf5),'offline':_0x27cc58(0xf8)},'snapshotLoading':{'loadingSheet':'正在加载表格','timeout':_0x27cc58(0xe8),'refresh':_0x27cc58(0xf6)},'session':{'connection-failed':'连接失败,请检查你的网络','will-retry':_0x27cc58(0xe3),'room-full':_0x27cc58(0xe2),'collaboration-timeout':'服务器未响应,你的编辑将在本地缓存'},'conflict':{'title':_0x27cc58(0xee),'content':_0x27cc58(0xfa)},'permission':{'title':'权限错误','content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'offline-data-not-saved':'你有离线编辑未保存到服务器,请检查网络后重试。','single-unit':{'warning':_0x27cc58(0xe0)},'closeRoom':_0x27cc58(0xfc)},'auth':{'needGotoLoginAlert':_0x27cc58(0xea)},'formula':{'calculation':{'started':_0x27cc58(0xe6),'waiting':'公式计算队列已满,正在等待空闲位置...','unable':_0x27cc58(0xf2)}}}};module[_0x27cc58(0xfd)]=e;
1
+ const _0x462ec7=_0x5e84;function _0x5e84(_0x1c7a49,_0x21ab3b){_0x1c7a49=_0x1c7a49-0xe3;const _0x38a84d=_0x38a8();let _0x5e8434=_0x38a84d[_0x1c7a49];return _0x5e8434;}(function(_0x1e2114,_0x4233d2){const _0x3cc616=_0x5e84,_0x3ec07c=_0x1e2114();while(!![]){try{const _0x420ff4=-parseInt(_0x3cc616(0xe6))/0x1+parseInt(_0x3cc616(0xe5))/0x2+parseInt(_0x3cc616(0xe4))/0x3+parseInt(_0x3cc616(0xeb))/0x4*(parseInt(_0x3cc616(0xfc))/0x5)+parseInt(_0x3cc616(0xf0))/0x6+-parseInt(_0x3cc616(0xe7))/0x7+parseInt(_0x3cc616(0xf4))/0x8;if(_0x420ff4===_0x4233d2)break;else _0x3ec07c['push'](_0x3ec07c['shift']());}catch(_0x29ec0a){_0x3ec07c['push'](_0x3ec07c['shift']());}}}(_0x38a8,0x34182));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x462ec7(0xf3)}},'collabStatus':{'fetchMiss':_0x462ec7(0xf5),'conflict':_0x462ec7(0xf1),'notCollab':_0x462ec7(0xf7),'synced':_0x462ec7(0xec),'syncing':'保存中...','offline':'已离线,编辑将在本地缓存'},'snapshotLoading':{'timeout':'数据加载停留在\x20{0}/{1},请刷新页面后重试。','refresh':_0x462ec7(0xf2)},'session':{'connection-failed':_0x462ec7(0xea),'will-retry':_0x462ec7(0xe8),'room-full':_0x462ec7(0xee),'collaboration-timeout':_0x462ec7(0xfa)},'conflict':{'title':_0x462ec7(0xfe),'content':'你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'permission':{'title':_0x462ec7(0xe3),'content':_0x462ec7(0xf6)},'collaboration':{'offline-data-not-saved':_0x462ec7(0xfd),'single-unit':{'warning':_0x462ec7(0xed)},'closeRoom':_0x462ec7(0xf9)},'auth':{'needGotoLoginAlert':_0x462ec7(0xf8)},'formula':{'calculation':{'started':_0x462ec7(0xef),'waiting':_0x462ec7(0xfb),'unable':'目前无法执行公式计算。请稍后重试。'}}}};module[_0x462ec7(0xe9)]=e;function _0x38a8(){const _0x18333f=['由于协同房间被关闭,编辑权限被收回。','服务器未响应,你的编辑将在本地缓存','公式计算队列已满,正在等待空闲位置...','1295kLVhpR','你有离线编辑未保存到服务器,请检查网络后重试。','协同冲突','权限错误','1056054aGBwDO','41406HhkhnH','293082AaTUlr','2864470kdUSYo','连接失败,将在一会儿之后重试连接','exports','连接失败,请检查你的网络','5552MkGblu','已同步','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','协同房间已满,你的编辑将在本地缓存','公式计算已开始。','1028154aVeOhe','编辑冲突','刷新页面','点击重新连接','96784Ysnhfd','正在拉取服务端数据...','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','本地文件','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'];_0x38a8=function(){return _0x18333f;};return _0x38a8();}