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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +17 -21
  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 _0x3a7a92=_0x5759;(function(_0x1b01f6,_0x421c14){const _0x198f7e=_0x5759,_0x2c2cb6=_0x1b01f6();while(!![]){try{const _0x59e62f=-parseInt(_0x198f7e(0xbc))/0x1+parseInt(_0x198f7e(0xaf))/0x2+-parseInt(_0x198f7e(0xbd))/0x3*(parseInt(_0x198f7e(0xb7))/0x4)+-parseInt(_0x198f7e(0xa6))/0x5+-parseInt(_0x198f7e(0xb0))/0x6*(parseInt(_0x198f7e(0xac))/0x7)+-parseInt(_0x198f7e(0xae))/0x8+parseInt(_0x198f7e(0xa7))/0x9;if(_0x59e62f===_0x421c14)break;else _0x2c2cb6['push'](_0x2c2cb6['shift']());}catch(_0x30dd37){_0x2c2cb6['push'](_0x2c2cb6['shift']());}}}(_0x3c24,0x63280));function _0x3c24(){const _0x4f7bcf=['فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','605580zvDjqR','19936422hreAcI','الخادم\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الصفحة','7vlqpoL','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','3412240uzzJpb','672434suvCqU','4490754wTiwGN','تمت\x20المزامنة','انقر\x20لإعادة\x20الاتصال','ملف\x20محلي','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','جارٍ\x20المزامنة...','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','1492QaVwIB','تعارضات\x20التحرير','هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','بدأ\x20حساب\x20الصيغة.','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','313498cgKelv','4308VnERFu','تعارض\x20في\x20التعاون','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.'];_0x3c24=function(){return _0x4f7bcf;};return _0x3c24();}function _0x5759(_0x3ad2a1,_0x2621b6){_0x3ad2a1=_0x3ad2a1-0xa4;const _0x3c24d3=_0x3c24();let _0x57599b=_0x3c24d3[_0x3ad2a1];return _0x57599b;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3a7a92(0xb2)}},'collabStatus':{'fetchMiss':'جارٍ\x20مزامنة\x20بيانات\x20الخادم...','conflict':_0x3a7a92(0xb8),'notCollab':_0x3a7a92(0xb3),'synced':_0x3a7a92(0xb1),'syncing':_0x3a7a92(0xb5),'offline':_0x3a7a92(0xbb)},'snapshotLoading':{'timeout':_0x3a7a92(0xa9),'refresh':_0x3a7a92(0xab)},'session':{'connection-failed':_0x3a7a92(0xa4),'will-retry':_0x3a7a92(0xaa),'room-full':'غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','collaboration-timeout':_0x3a7a92(0xa8)},'conflict':{'title':_0x3a7a92(0xbe),'content':_0x3a7a92(0xb9)},'permission':{'title':'خطأ\x20في\x20المصادقة','content':_0x3a7a92(0xb6)},'collaboration':{'offline-data-not-saved':_0x3a7a92(0xad),'single-unit':{'warning':_0x3a7a92(0xa5)},'closeRoom':_0x3a7a92(0xb4)},'auth':{'needGotoLoginAlert':'انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.'},'formula':{'calculation':{'started':_0x3a7a92(0xba),'waiting':'قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','unable':'غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.'}}}};module['exports']=e;
@@ -1 +1 @@
1
- const _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 _0x24b6(_0x5411fd,_0x56cd1d){_0x5411fd=_0x5411fd-0x11a;const _0x31e2ef=_0x31e2();let _0x24b632=_0x31e2ef[_0x5411fd];return _0x24b632;}const _0x129f45=_0x24b6;(function(_0x400d64,_0x4c07b6){const _0x526b97=_0x24b6,_0x5c5eab=_0x400d64();while(!![]){try{const _0x48f066=-parseInt(_0x526b97(0x125))/0x1+-parseInt(_0x526b97(0x12f))/0x2+-parseInt(_0x526b97(0x129))/0x3*(-parseInt(_0x526b97(0x12d))/0x4)+parseInt(_0x526b97(0x138))/0x5*(-parseInt(_0x526b97(0x131))/0x6)+-parseInt(_0x526b97(0x124))/0x7*(-parseInt(_0x526b97(0x137))/0x8)+-parseInt(_0x526b97(0x120))/0x9+-parseInt(_0x526b97(0x126))/0xa*(-parseInt(_0x526b97(0x11d))/0xb);if(_0x48f066===_0x4c07b6)break;else _0x5c5eab['push'](_0x5c5eab['shift']());}catch(_0x323227){_0x5c5eab['push'](_0x5c5eab['shift']());}}}(_0x31e2,0x7575f));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Feu\x20clic\x20per\x20reconnectar'}},'collabStatus':{'fetchMiss':_0x129f45(0x11b),'conflict':_0x129f45(0x11a),'notCollab':_0x129f45(0x130),'synced':_0x129f45(0x139),'syncing':_0x129f45(0x121),'offline':_0x129f45(0x123)},'snapshotLoading':{'timeout':'La\x20càrrega\x20de\x20dades\x20s\x27ha\x20aturat\x20a\x20{0}/{1}.\x20Actualitzeu\x20la\x20pàgina\x20per\x20tornar-ho\x20a\x20provar.','refresh':_0x129f45(0x135)},'session':{'connection-failed':_0x129f45(0x134),'will-retry':_0x129f45(0x128),'room-full':_0x129f45(0x12e),'collaboration-timeout':_0x129f45(0x133)},'conflict':{'title':_0x129f45(0x12b),'content':'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.'},'permission':{'title':_0x129f45(0x127),'content':'Les\x20vostres\x20accions\x20entren\x20en\x20conflicte\x20amb\x20els\x20permisos\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals\x20en\x20un\x20altre\x20lloc,\x20perquè\x20es\x20descartaran\x20després\x20d\x27actualitzar\x20la\x20pàgina.'},'collaboration':{'offline-data-not-saved':_0x129f45(0x11c),'single-unit':{'warning':_0x129f45(0x11f)},'closeRoom':_0x129f45(0x132)},'auth':{'needGotoLoginAlert':_0x129f45(0x122)},'formula':{'calculation':{'started':_0x129f45(0x11e),'waiting':_0x129f45(0x12c),'unable':_0x129f45(0x136)}}}};module[_0x129f45(0x12a)]=e;function _0x31e2(){const _0x24fed9=['2849944mVqATc','5rNkGaE','Sincronitzat','Conflictes\x20d\x27edició','Sincronitzant\x20dades\x20del\x20servidor...','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','11BnSKyi','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','7345521ahictl','Sincronitzant...','La\x20vostra\x20sessió\x20ha\x20caducat.\x20Feu\x20clic\x20a\x20D\x27acord\x20per\x20tornar\x20a\x20iniciar\x20sessió,\x20o\x20a\x20Cancel·la\x20per\x20desar\x20els\x20vostres\x20canvis\x20locals.','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','14jPwJWn','722631kMjwHh','14994130QYQGLN','Error\x20d\x27autenticació','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','774nJkGkT','exports','Conflicte\x20de\x20col·laboració','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','10924UgMCVf','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','1078620QecZjG','Fitxer\x20local','2143608wIkAZH','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','Actualitza\x20la\x20pàgina','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.'];_0x31e2=function(){return _0x24fed9;};return _0x31e2();}
@@ -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
+ const _0x2732ad=_0x3e34;function _0x4d8d(){const _0x192d8d=['Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Synchronisiert','Formelberechnung\x20gestartet.','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','48LhUXPM','Das\x20Laden\x20der\x20Daten\x20ist\x20bei\x20{0}/{1}\x20stehen\x20geblieben.\x20Aktualisieren\x20Sie\x20die\x20Seite\x20und\x20versuchen\x20Sie\x20es\x20erneut.','268PBDBOT','18480561zfmhPE','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','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.','3204CFjVRC','3714123KIaDmD','18504lLsViG','Seite\x20aktualisieren','Zusammenarbeitskonflikt','4GwncEH','exports','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','Bearbeitungskonflikte','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.','6098900GCSGbd','186WjrdEp','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','74705LaiJpf','176838QQCCQJ'];_0x4d8d=function(){return _0x192d8d;};return _0x4d8d();}(function(_0x19b243,_0x36ee4c){const _0x44ae6b=_0x3e34,_0x4d5001=_0x19b243();while(!![]){try{const _0x5c9bfe=parseInt(_0x44ae6b(0x87))/0x1*(parseInt(_0x44ae6b(0x8b))/0x2)+parseInt(_0x44ae6b(0x80))/0x3*(-parseInt(_0x44ae6b(0x74))/0x4)+-parseInt(_0x44ae6b(0x7f))/0x5*(-parseInt(_0x44ae6b(0x7c))/0x6)+parseInt(_0x44ae6b(0x70))/0x7+parseInt(_0x44ae6b(0x85))/0x8*(parseInt(_0x44ae6b(0x71))/0x9)+parseInt(_0x44ae6b(0x7b))/0xa+-parseInt(_0x44ae6b(0x88))/0xb;if(_0x5c9bfe===_0x36ee4c)break;else _0x4d5001['push'](_0x4d5001['shift']());}catch(_0x2d38d1){_0x4d5001['push'](_0x4d5001['shift']());}}}(_0x4d8d,0x4ac95));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Klicken,\x20um\x20wieder\x20zu\x20verbinden'}},'collabStatus':{'fetchMiss':'Serverdaten\x20werden\x20synchronisiert...','conflict':_0x2732ad(0x78),'notCollab':'Lokale\x20Datei','synced':_0x2732ad(0x82),'syncing':'Synchronisierung...','offline':_0x2732ad(0x76)},'snapshotLoading':{'timeout':_0x2732ad(0x86),'refresh':_0x2732ad(0x72)},'session':{'connection-failed':_0x2732ad(0x89),'will-retry':_0x2732ad(0x77),'room-full':_0x2732ad(0x81),'collaboration-timeout':_0x2732ad(0x7e)},'conflict':{'title':_0x2732ad(0x73),'content':_0x2732ad(0x8a)},'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':_0x2732ad(0x7a),'single-unit':{'warning':_0x2732ad(0x84)},'closeRoom':'Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.'},'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':_0x2732ad(0x83),'waiting':_0x2732ad(0x79),'unable':_0x2732ad(0x7d)}}}};function _0x3e34(_0x4564d0,_0x3bb43e){_0x4564d0=_0x4564d0-0x70;const _0x4d8da4=_0x4d8d();let _0x3e340f=_0x4d8da4[_0x4564d0];return _0x3e340f;}module[_0x2732ad(0x75)]=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 _0x29f22d=_0x2d3a;function _0x2cae(){const _0x45bf3e=['Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Click\x20to\x20Reconnect','3pTJJds','261210liaBbJ','946596Ufzskv','2060NVjJLG','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Syncing...','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','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.','113157pZrwRI','14GxZXke','Refresh\x20page','Connection\x20failed,\x20please\x20check\x20your\x20network.','Syncing\x20server\x20data...','612729aIbNoa','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','624392aJSIuR','15XOhvTx','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Formula\x20calculation\x20started.','exports','37081fkZUzX','2500304xykVFJ'];_0x2cae=function(){return _0x45bf3e;};return _0x2cae();}(function(_0x350c37,_0x11e313){const _0xec6d10=_0x2d3a,_0x20cdae=_0x350c37();while(!![]){try{const _0x75b047=-parseInt(_0xec6d10(0x1e3))/0x1+parseInt(_0xec6d10(0x1dc))/0x2+-parseInt(_0xec6d10(0x1da))/0x3*(parseInt(_0xec6d10(0x1d7))/0x4)+parseInt(_0xec6d10(0x1eb))/0x5*(-parseInt(_0xec6d10(0x1db))/0x6)+parseInt(_0xec6d10(0x1e4))/0x7*(parseInt(_0xec6d10(0x1ea))/0x8)+-parseInt(_0xec6d10(0x1e8))/0x9+parseInt(_0xec6d10(0x1dd))/0xa*(parseInt(_0xec6d10(0x1f1))/0xb);if(_0x75b047===_0x11e313)break;else _0x20cdae['push'](_0x20cdae['shift']());}catch(_0x5efa0f){_0x20cdae['push'](_0x20cdae['shift']());}}}(_0x2cae,0x5e757));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x29f22d(0x1d9)}},'collabStatus':{'fetchMiss':_0x29f22d(0x1e7),'conflict':'Edit\x20conflicts','notCollab':'Local\x20file','synced':'Synced','syncing':_0x29f22d(0x1df),'offline':_0x29f22d(0x1ec)},'snapshotLoading':{'timeout':'Loading\x20stopped\x20at\x20{0}/{1}.\x20Refresh\x20the\x20page\x20to\x20try\x20again.','refresh':_0x29f22d(0x1e5)},'session':{'connection-failed':_0x29f22d(0x1e6),'will-retry':_0x29f22d(0x1d8),'room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x29f22d(0x1ed)},'conflict':{'title':'Collaboration\x20Conflict','content':_0x29f22d(0x1e2)},'permission':{'title':'Authentication\x20Error','content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'offline-data-not-saved':_0x29f22d(0x1ee),'single-unit':{'warning':_0x29f22d(0x1e1)},'closeRoom':_0x29f22d(0x1e9)},'auth':{'needGotoLoginAlert':_0x29f22d(0x1e0)},'formula':{'calculation':{'started':_0x29f22d(0x1ef),'waiting':_0x29f22d(0x1de),'unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}}};function _0x2d3a(_0x24e86a,_0x5a9ebb){_0x24e86a=_0x24e86a-0x1d7;const _0x2cae0d=_0x2cae();let _0x2d3a9e=_0x2cae0d[_0x24e86a];return _0x2d3a9e;}module[_0x29f22d(0x1f0)]=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 _0x33a1(_0x2580d3,_0x49fcab){_0x2580d3=_0x2580d3-0xc2;const _0x1587d0=_0x1587();let _0x33a1cc=_0x1587d0[_0x2580d3];return _0x33a1cc;}const _0x321067=_0x33a1;(function(_0x48f95c,_0x310fc8){const _0x2293fe=_0x33a1,_0xa6d027=_0x48f95c();while(!![]){try{const _0x41e5f7=parseInt(_0x2293fe(0xd8))/0x1*(parseInt(_0x2293fe(0xd1))/0x2)+-parseInt(_0x2293fe(0xd6))/0x3*(parseInt(_0x2293fe(0xc4))/0x4)+parseInt(_0x2293fe(0xce))/0x5*(-parseInt(_0x2293fe(0xdc))/0x6)+parseInt(_0x2293fe(0xc7))/0x7+-parseInt(_0x2293fe(0xca))/0x8*(-parseInt(_0x2293fe(0xda))/0x9)+-parseInt(_0x2293fe(0xcd))/0xa*(parseInt(_0x2293fe(0xc8))/0xb)+parseInt(_0x2293fe(0xcc))/0xc;if(_0x41e5f7===_0x310fc8)break;else _0xa6d027['push'](_0xa6d027['shift']());}catch(_0xf32f2e){_0xa6d027['push'](_0xa6d027['shift']());}}}(_0x1587,0x9a077));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x321067(0xcb)}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':'Conflictos\x20de\x20edición','notCollab':'Archivo\x20local','synced':_0x321067(0xc6),'syncing':_0x321067(0xc3),'offline':_0x321067(0xdd)},'snapshotLoading':{'timeout':_0x321067(0xc9),'refresh':_0x321067(0xd4)},'session':{'connection-failed':'Error\x20de\x20conexión,\x20verifique\x20su\x20red.','will-retry':_0x321067(0xd7),'room-full':_0x321067(0xd3),'collaboration-timeout':_0x321067(0xc2)},'conflict':{'title':'Conflicto\x20de\x20colaboración','content':'Hay\x20un\x20conflicto\x20entre\x20su\x20copia\x20local\x20y\x20la\x20copia\x20en\x20el\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales,\x20ya\x20que\x20se\x20perderán\x20cuando\x20recargue\x20la\x20página.'},'permission':{'title':'Error\x20de\x20autenticación','content':_0x321067(0xd2)},'collaboration':{'offline-data-not-saved':_0x321067(0xd0),'single-unit':{'warning':'Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.'},'closeRoom':_0x321067(0xd9)},'auth':{'needGotoLoginAlert':_0x321067(0xdb)},'formula':{'calculation':{'started':'Cálculo\x20de\x20fórmulas\x20iniciado.','waiting':_0x321067(0xcf),'unable':_0x321067(0xd5)}}}};function _0x1587(){const _0x582d1c=['exports','Sincronizado','4155228YaluFS','176077SPTSFy','La\x20carga\x20de\x20datos\x20se\x20detuvo\x20en\x20{0}/{1}.\x20Actualiza\x20la\x20página\x20para\x20volver\x20a\x20intentarlo.','960952whrTIu','Haga\x20clic\x20para\x20reconectar','5936184MdByBJ','230BFTpBH','710655sVwtzS','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','236KJUviq','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\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Actualizar\x20página','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','3FSoXjY','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','9942yaIXSc','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','27ejGtxa','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','42DIUvUd','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Sincronizando...','2511272KZHWit'];_0x1587=function(){return _0x582d1c;};return _0x1587();}module[_0x321067(0xc5)]=e;
@@ -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
+ const _0x4e35df=_0x5dcb;(function(_0x43fd88,_0x5f3978){const _0x25db03=_0x5dcb,_0x35128f=_0x43fd88();while(!![]){try{const _0x5efe8b=parseInt(_0x25db03(0x8e))/0x1+-parseInt(_0x25db03(0x77))/0x2+parseInt(_0x25db03(0x7e))/0x3*(-parseInt(_0x25db03(0x75))/0x4)+-parseInt(_0x25db03(0x83))/0x5*(parseInt(_0x25db03(0x85))/0x6)+parseInt(_0x25db03(0x82))/0x7*(-parseInt(_0x25db03(0x87))/0x8)+-parseInt(_0x25db03(0x80))/0x9*(-parseInt(_0x25db03(0x8d))/0xa)+parseInt(_0x25db03(0x78))/0xb;if(_0x5efe8b===_0x5f3978)break;else _0x35128f['push'](_0x35128f['shift']());}catch(_0x259dfb){_0x35128f['push'](_0x35128f['shift']());}}}(_0x4ee0,0x71967));function _0x4ee0(){const _0x3b51fb=['امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','تازه‌سازی\x20صفحه','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','22155tioxYm','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','178767HLjzUe','پرونده\x20محلی','6170297vIkrUn','19045AOmnKI','exports','498PYTlDc','خطای\x20اعتبارسنجی','8LKhteX','محاسبه\x20فرمول\x20شروع\x20شد.','همگام\x20سازی','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','290CGGisR','455294Ntubux','52FJJYSu','تداخل\x20ویرایش','437928JBaSSG','10411731peuQJT','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'];_0x4ee0=function(){return _0x3b51fb;};return _0x4ee0();}function _0x5dcb(_0x1430a4,_0x5a1917){_0x1430a4=_0x1430a4-0x75;const _0x4ee0e3=_0x4ee0();let _0x5dcb1e=_0x4ee0e3[_0x1430a4];return _0x5dcb1e;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'برای\x20اتصال\x20مجدد\x20کلیک\x20کنید'}},'collabStatus':{'fetchMiss':_0x4e35df(0x7d),'conflict':_0x4e35df(0x76),'notCollab':_0x4e35df(0x81),'synced':_0x4e35df(0x89),'syncing':'در\x20حال\x20همگام\x20سازی...','offline':_0x4e35df(0x7a)},'snapshotLoading':{'timeout':'بارگیری\x20داده‌ها\x20در\x20{0}/{1}\x20متوقف\x20شده\x20است.\x20برای\x20تلاش\x20دوباره\x20صفحه\x20را\x20تازه‌سازی\x20کنید.','refresh':_0x4e35df(0x7c)},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':_0x4e35df(0x8c),'room-full':'اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','collaboration-timeout':_0x4e35df(0x8a)},'conflict':{'title':'تداخل\x20همکاری','content':'یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'permission':{'title':_0x4e35df(0x86),'content':'اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'collaboration':{'offline-data-not-saved':_0x4e35df(0x79),'single-unit':{'warning':_0x4e35df(0x7f)},'closeRoom':_0x4e35df(0x7b)},'auth':{'needGotoLoginAlert':_0x4e35df(0x8b)},'formula':{'calculation':{'started':_0x4e35df(0x88),'waiting':'صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','unable':'در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.'}}}};module[_0x4e35df(0x84)]=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
+ const _0x19c464=_0x11a2;(function(_0x3f02bf,_0x57432f){const _0x574b93=_0x11a2,_0x597e6e=_0x3f02bf();while(!![]){try{const _0x384227=parseInt(_0x574b93(0x1dd))/0x1+-parseInt(_0x574b93(0x1d3))/0x2*(-parseInt(_0x574b93(0x1cb))/0x3)+-parseInt(_0x574b93(0x1c0))/0x4*(-parseInt(_0x574b93(0x1c8))/0x5)+parseInt(_0x574b93(0x1d7))/0x6+parseInt(_0x574b93(0x1c2))/0x7+-parseInt(_0x574b93(0x1c3))/0x8+-parseInt(_0x574b93(0x1c9))/0x9;if(_0x384227===_0x57432f)break;else _0x597e6e['push'](_0x597e6e['shift']());}catch(_0x595696){_0x597e6e['push'](_0x597e6e['shift']());}}}(_0x3679,0x6ef67));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0x19c464(0x1be),'conflict':_0x19c464(0x1bf),'notCollab':_0x19c464(0x1ce),'synced':_0x19c464(0x1d2),'syncing':_0x19c464(0x1d6),'offline':_0x19c464(0x1cc)},'snapshotLoading':{'timeout':_0x19c464(0x1d1),'refresh':_0x19c464(0x1c1)},'session':{'connection-failed':_0x19c464(0x1d8),'will-retry':_0x19c464(0x1c5),'room-full':_0x19c464(0x1d0),'collaboration-timeout':_0x19c464(0x1da)},'conflict':{'title':_0x19c464(0x1ca),'content':_0x19c464(0x1dc)},'permission':{'title':_0x19c464(0x1c4),'content':_0x19c464(0x1cd)},'collaboration':{'offline-data-not-saved':_0x19c464(0x1c6),'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':_0x19c464(0x1c7)},'auth':{'needGotoLoginAlert':_0x19c464(0x1d4)},'formula':{'calculation':{'started':_0x19c464(0x1d9),'waiting':_0x19c464(0x1d5),'unable':_0x19c464(0x1db)}}}};function _0x3679(){const _0x3fe877=['606750pAoiTh','Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','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.','907428mUSKqw','Synchronisation\x20des\x20données\x20du\x20serveur...','Conflits\x20de\x20modification','86848Ygkgnp','Actualiser\x20la\x20page','606585thkfbh','2828896UDUOwY','Erreur\x20d\x27authentification','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','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.','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','40KUakoP','8116083dUfnFI','Conflit\x20de\x20collaboration','6CPWgqF','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','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.','Fichier\x20local','exports','La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Le\x20chargement\x20des\x20données\x20est\x20bloqué\x20à\x20{0}/{1}.\x20Actualisez\x20la\x20page\x20pour\x20réessayer.','Synchronisé','440998ESZbBV','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','Synchronisation...'];_0x3679=function(){return _0x3fe877;};return _0x3679();}function _0x11a2(_0x218bfc,_0x567336){_0x218bfc=_0x218bfc-0x1be;const _0x3679c5=_0x3679();let _0x11a23a=_0x3679c5[_0x218bfc];return _0x11a23a;}module[_0x19c464(0x1cf)]=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
+ const _0x4a7366=_0x4736;(function(_0xffa4b4,_0x57fcfb){const _0xc6aa3b=_0x4736,_0xfcfea7=_0xffa4b4();while(!![]){try{const _0xb774a6=parseInt(_0xc6aa3b(0x1b9))/0x1*(-parseInt(_0xc6aa3b(0x1ab))/0x2)+parseInt(_0xc6aa3b(0x1b6))/0x3+-parseInt(_0xc6aa3b(0x1b2))/0x4+-parseInt(_0xc6aa3b(0x1a3))/0x5*(-parseInt(_0xc6aa3b(0x1b3))/0x6)+parseInt(_0xc6aa3b(0x1a4))/0x7+-parseInt(_0xc6aa3b(0x1a1))/0x8*(-parseInt(_0xc6aa3b(0x1a7))/0x9)+-parseInt(_0xc6aa3b(0x1b8))/0xa*(parseInt(_0xc6aa3b(0x1b1))/0xb);if(_0xb774a6===_0x57fcfb)break;else _0xfcfea7['push'](_0xfcfea7['shift']());}catch(_0x173f72){_0xfcfea7['push'](_0xfcfea7['shift']());}}}(_0x4ba6,0xcac97));function _0x4736(_0x39619d,_0x4c9e7b){_0x39619d=_0x39619d-0x1a0;const _0x4ba647=_0x4ba6();let _0x4736ba=_0x4ba647[_0x39619d];return _0x4736ba;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Klik\x20untuk\x20Menyambung\x20Kembali'}},'collabStatus':{'fetchMiss':_0x4a7366(0x1ae),'conflict':_0x4a7366(0x1a0),'notCollab':'File\x20lokal','synced':_0x4a7366(0x1a2),'syncing':'Menyinkronkan...','offline':_0x4a7366(0x1ac)},'snapshotLoading':{'timeout':'Pemuatan\x20data\x20berhenti\x20di\x20{0}/{1}.\x20Muat\x20ulang\x20halaman\x20untuk\x20mencoba\x20lagi.','refresh':_0x4a7366(0x1a8)},'session':{'connection-failed':_0x4a7366(0x1ba),'will-retry':'Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','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':_0x4a7366(0x1a5),'content':_0x4a7366(0x1a9)},'permission':{'title':'Kesalahan\x20Autentikasi','content':_0x4a7366(0x1b5)},'collaboration':{'offline-data-not-saved':'Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','single-unit':{'warning':_0x4a7366(0x1a6)},'closeRoom':_0x4a7366(0x1af)},'auth':{'needGotoLoginAlert':_0x4a7366(0x1b7)},'formula':{'calculation':{'started':_0x4a7366(0x1aa),'waiting':_0x4a7366(0x1b4),'unable':_0x4a7366(0x1b0)}}}};module[_0x4a7366(0x1ad)]=e;function _0x4ba6(){const _0x4fb5df=['Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','3246918HXwPYX','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','2452370VvIBPw','109Rdniqo','Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','Konflik\x20edit','2600896YyDBbT','Tersinkron','810qGeJAv','7072730LPdFhN','Konflik\x20Kolaborasi','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','9SUuDjP','Muat\x20ulang\x20halaman','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Perhitungan\x20rumus\x20dimulai.','3532dNyqsr','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','exports','Menyinkronkan\x20data\x20server...','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','110SjfMqE','907308ikkLwc','47574ntXyfo','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...'];_0x4ba6=function(){return _0x4fb5df;};return _0x4ba6();}
@@ -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
+ const _0x1f4288=_0x5dec;function _0x5dec(_0x1663f,_0x522a38){_0x1663f=_0x1663f-0xa1;const _0x5a3981=_0x5a39();let _0x5deca2=_0x5a3981[_0x1663f];return _0x5deca2;}(function(_0x490127,_0x23e1db){const _0x28708a=_0x5dec,_0x2f92bf=_0x490127();while(!![]){try{const _0xf37de0=parseInt(_0x28708a(0xaa))/0x1*(parseInt(_0x28708a(0xa2))/0x2)+parseInt(_0x28708a(0xb0))/0x3*(parseInt(_0x28708a(0xb8))/0x4)+parseInt(_0x28708a(0xb1))/0x5+-parseInt(_0x28708a(0xb4))/0x6*(parseInt(_0x28708a(0xac))/0x7)+-parseInt(_0x28708a(0xa3))/0x8+-parseInt(_0x28708a(0xa6))/0x9+parseInt(_0x28708a(0xa9))/0xa;if(_0xf37de0===_0x23e1db)break;else _0x2f92bf['push'](_0x2f92bf['shift']());}catch(_0x3e858c){_0x2f92bf['push'](_0x2f92bf['shift']());}}}(_0x5a39,0xaddc8));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1f4288(0xae)}},'collabStatus':{'fetchMiss':'Sincronizzazione\x20dati\x20server...','conflict':_0x1f4288(0xba),'notCollab':_0x1f4288(0xa4),'synced':_0x1f4288(0xa5),'syncing':_0x1f4288(0xb5),'offline':'Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente'},'snapshotLoading':{'timeout':_0x1f4288(0xad),'refresh':'Aggiorna\x20pagina'},'session':{'connection-failed':_0x1f4288(0xa7),'will-retry':'Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','room-full':_0x1f4288(0xb6),'collaboration-timeout':_0x1f4288(0xb3)},'conflict':{'title':_0x1f4288(0xb9),'content':_0x1f4288(0xab)},'permission':{'title':_0x1f4288(0xa1),'content':_0x1f4288(0xbb)},'collaboration':{'offline-data-not-saved':_0x1f4288(0xa8),'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':_0x1f4288(0xb7)},'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':'Calcolo\x20della\x20formula\x20avviato.','waiting':'La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','unable':_0x1f4288(0xaf)}}}};module[_0x1f4288(0xb2)]=e;function _0x5a39(){const _0x38bffb=['3141675caihCL','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','17565010gWtXvF','1yUpxwY','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.','7djJoWJ','Il\x20caricamento\x20dei\x20dati\x20si\x20è\x20fermato\x20a\x20{0}/{1}.\x20Aggiorna\x20la\x20pagina\x20per\x20riprovare.','Clicca\x20per\x20Riconnettere','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','786333WYNbcb','6513285mYzoLu','exports','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','6502734fgdYTq','Sincronizzazione...','La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','4bxupka','Conflitto\x20di\x20Collaborazione','Conflitti\x20di\x20modifica','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.','Errore\x20di\x20Autenticazione','259094MLSpkj','10446528sLWOUw','File\x20locale','Sincronizzato'];_0x5a39=function(){return _0x38bffb;};return _0x5a39();}
@@ -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
+ function _0x2ffd(){const _0x5c539f=['サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','ローカルファイル','現在、数式の計算を実行できません。後でもう一度お試しください。','同期済み','12esnJvR','exports','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','1736127zrmhov','9502UuFDKB','クリックして再接続','5teqLer','共同編集の競合','サーバーデータを同期中...','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','4393900nCpAWT','共同編集ルームが満員です。編集内容はローカルに保存されます。','6fOhQny','202AtbpZz','認証エラー','1676353LdFnDN','21911989dkwJRb','同期中...','7194632vzMKza','430netDJt','141858VtEJaP','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','データの読み込みが\x20{0}/{1}\x20で停止しています。ページを更新して再試行してください。'];_0x2ffd=function(){return _0x5c539f;};return _0x2ffd();}const _0x567eda=_0x56ac;(function(_0x25fd18,_0x574b2b){const _0x3309e8=_0x56ac,_0x2f5ebc=_0x25fd18();while(!![]){try{const _0x5f4ada=parseInt(_0x3309e8(0x1e2))/0x1*(parseInt(_0x3309e8(0x1d0))/0x2)+-parseInt(_0x3309e8(0x1e1))/0x3+-parseInt(_0x3309e8(0x1cd))/0x4*(parseInt(_0x3309e8(0x1e4))/0x5)+-parseInt(_0x3309e8(0x1cf))/0x6*(parseInt(_0x3309e8(0x1d2))/0x7)+-parseInt(_0x3309e8(0x1d5))/0x8+parseInt(_0x3309e8(0x1d7))/0x9*(parseInt(_0x3309e8(0x1d6))/0xa)+parseInt(_0x3309e8(0x1d3))/0xb*(parseInt(_0x3309e8(0x1de))/0xc);if(_0x5f4ada===_0x574b2b)break;else _0x2f5ebc['push'](_0x2f5ebc['shift']());}catch(_0x31c546){_0x2f5ebc['push'](_0x2f5ebc['shift']());}}}(_0x2ffd,0xc69a3));function _0x56ac(_0x5d409b,_0xb5d778){_0x5d409b=_0x5d409b-0x1cb;const _0x2ffd1d=_0x2ffd();let _0x56acc8=_0x2ffd1d[_0x5d409b];return _0x56acc8;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x567eda(0x1e3)}},'collabStatus':{'fetchMiss':_0x567eda(0x1cb),'conflict':'編集の競合','notCollab':_0x567eda(0x1db),'synced':_0x567eda(0x1dd),'syncing':_0x567eda(0x1d4),'offline':'オフライン、編集内容はローカルに保存されます'},'snapshotLoading':{'timeout':_0x567eda(0x1d9),'refresh':'ページを更新'},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':'接続に失敗しました。しばらくしてから再試行します。','room-full':_0x567eda(0x1ce),'collaboration-timeout':_0x567eda(0x1da)},'conflict':{'title':_0x567eda(0x1e5),'content':'ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。'},'permission':{'title':_0x567eda(0x1d1),'content':_0x567eda(0x1e0)},'collaboration':{'offline-data-not-saved':'オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','single-unit':{'warning':_0x567eda(0x1cc)},'closeRoom':'共同編集ルームが閉じられたため、編集権限が取り消されました。'},'auth':{'needGotoLoginAlert':_0x567eda(0x1d8)},'formula':{'calculation':{'started':'数式の計算を開始しました。','waiting':'数式の計算キューが満杯です。空きが出るまでお待ちください...','unable':_0x567eda(0x1dc)}}}};module[_0x567eda(0x1df)]=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 _0x243002=_0x270e;(function(_0x4d308c,_0x539e63){const _0x5bd149=_0x270e,_0x52e00e=_0x4d308c();while(!![]){try{const _0x26e43e=-parseInt(_0x5bd149(0x193))/0x1+parseInt(_0x5bd149(0x194))/0x2*(-parseInt(_0x5bd149(0x189))/0x3)+-parseInt(_0x5bd149(0x187))/0x4+parseInt(_0x5bd149(0x18d))/0x5+parseInt(_0x5bd149(0x186))/0x6+parseInt(_0x5bd149(0x198))/0x7*(-parseInt(_0x5bd149(0x19b))/0x8)+parseInt(_0x5bd149(0x188))/0x9*(parseInt(_0x5bd149(0x190))/0xa);if(_0x26e43e===_0x539e63)break;else _0x52e00e['push'](_0x52e00e['shift']());}catch(_0xeb8bed){_0x52e00e['push'](_0x52e00e['shift']());}}}(_0x2439,0x8e90d));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':'서버\x20데이터\x20동기화\x20중...','conflict':'편집\x20충돌','notCollab':_0x243002(0x192),'synced':_0x243002(0x185),'syncing':_0x243002(0x191),'offline':_0x243002(0x183)},'snapshotLoading':{'timeout':_0x243002(0x195),'refresh':'페이지\x20새로고침'},'session':{'connection-failed':'연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','will-retry':'연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','room-full':_0x243002(0x18a),'collaboration-timeout':_0x243002(0x18c)},'conflict':{'title':_0x243002(0x184),'content':_0x243002(0x180)},'permission':{'title':_0x243002(0x18b),'content':_0x243002(0x196)},'collaboration':{'offline-data-not-saved':_0x243002(0x199),'single-unit':{'warning':'다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.'},'closeRoom':_0x243002(0x18f)},'auth':{'needGotoLoginAlert':_0x243002(0x182)},'formula':{'calculation':{'started':_0x243002(0x197),'waiting':_0x243002(0x181),'unable':_0x243002(0x19a)}}}};function _0x270e(_0x89e3b3,_0x84307a){_0x89e3b3=_0x89e3b3-0x180;const _0x24399f=_0x2439();let _0x270e4b=_0x24399f[_0x89e3b3];return _0x270e4b;}module[_0x243002(0x18e)]=e;function _0x2439(){const _0x2cfc64=['로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','공동\x20편집\x20충돌','동기화됨','2507838cqjnRj','2658136wzbNIH','9KTfziE','27wtFOWN','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','인증\x20오류','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','5287980oYnzrH','exports','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','2232850MkhGOV','동기화\x20중...','로컬\x20파일','12658nbfXBe','2762NEtokZ','데이터\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시작했습니다.','2976988yFIwCf','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','8IlxStx','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...'];_0x2439=function(){return _0x2cfc64;};return _0x2439();}
@@ -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
+ const _0x67fa42=_0x3be3;function _0x2623(){const _0x58a42d=['7yflyJg','3955548YrebrT','14462jUlgMr','exports','1999089rNeePz','10XYGIcN','Synchronizowanie...','Plik\x20lokalny','Zsynchronizowane','13881160KiTnaU','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','11NsHgYG','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','66ZDkbot','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','93884kmkmnx','4NDpCNA','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','Błąd\x20uwierzytelniania','728211KvwpuW','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','Konflikty\x20edycji','Ładowanie\x20danych\x20zatrzymało\x20się\x20na\x20{0}/{1}.\x20Odśwież\x20stronę,\x20aby\x20spróbować\x20ponownie.','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','6ctiZrI','22009BAzcoJ','6387330JeQGVl','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.'];_0x2623=function(){return _0x58a42d;};return _0x2623();}(function(_0x354d50,_0x3badad){const _0x2f0670=_0x3be3,_0x14da9e=_0x354d50();while(!![]){try{const _0x4e0702=parseInt(_0x2f0670(0x1c8))/0x1*(-parseInt(_0x2f0670(0x1c5))/0x2)+parseInt(_0x2f0670(0x1c2))/0x3*(parseInt(_0x2f0670(0x1c4))/0x4)+-parseInt(_0x2f0670(0x1b3))/0x5*(-parseInt(_0x2f0670(0x1cf))/0x6)+-parseInt(_0x2f0670(0x1b5))/0x7*(parseInt(_0x2f0670(0x1be))/0x8)+-parseInt(_0x2f0670(0x1b9))/0x9*(-parseInt(_0x2f0670(0x1ba))/0xa)+-parseInt(_0x2f0670(0x1c0))/0xb*(-parseInt(_0x2f0670(0x1b6))/0xc)+-parseInt(_0x2f0670(0x1d0))/0xd*(-parseInt(_0x2f0670(0x1b7))/0xe);if(_0x4e0702===_0x3badad)break;else _0x14da9e['push'](_0x14da9e['shift']());}catch(_0x288632){_0x14da9e['push'](_0x14da9e['shift']());}}}(_0x2623,0xdc6e0));function _0x3be3(_0xc3f5c7,_0x398a47){_0xc3f5c7=_0xc3f5c7-0x1b3;const _0x2623f3=_0x2623();let _0x3be333=_0x2623f3[_0xc3f5c7];return _0x3be333;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknij,\x20aby\x20połączyć\x20ponownie'}},'collabStatus':{'fetchMiss':'Synchronizowanie\x20danych\x20serwera...','conflict':_0x67fa42(0x1cb),'notCollab':_0x67fa42(0x1bc),'synced':_0x67fa42(0x1bd),'syncing':_0x67fa42(0x1bb),'offline':'Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie'},'snapshotLoading':{'timeout':_0x67fa42(0x1cc),'refresh':'Odśwież\x20stronę'},'session':{'connection-failed':'Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','will-retry':_0x67fa42(0x1ca),'room-full':'Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','collaboration-timeout':_0x67fa42(0x1c1)},'conflict':{'title':'Konflikt\x20współpracy','content':_0x67fa42(0x1cd)},'permission':{'title':_0x67fa42(0x1c7),'content':_0x67fa42(0x1c9)},'collaboration':{'offline-data-not-saved':_0x67fa42(0x1c3),'single-unit':{'warning':'Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.'},'closeRoom':_0x67fa42(0x1b4)},'auth':{'needGotoLoginAlert':_0x67fa42(0x1ce)},'formula':{'calculation':{'started':'Obliczanie\x20formuły\x20rozpoczęte.','waiting':_0x67fa42(0x1bf),'unable':_0x67fa42(0x1c6)}}}};module[_0x67fa42(0x1b8)]=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 _0x4f6965=_0x2bc0;function _0x2bc0(_0x247c6c,_0x2b5d6c){_0x247c6c=_0x247c6c-0x80;const _0x554bb3=_0x554b();let _0x2bc09d=_0x554bb3[_0x247c6c];return _0x2bc09d;}(function(_0x2d3144,_0x2dc955){const _0x5b0d18=_0x2bc0,_0x2966ba=_0x2d3144();while(!![]){try{const _0x4aeccc=-parseInt(_0x5b0d18(0x95))/0x1+-parseInt(_0x5b0d18(0x91))/0x2*(parseInt(_0x5b0d18(0x8d))/0x3)+parseInt(_0x5b0d18(0x81))/0x4*(parseInt(_0x5b0d18(0x96))/0x5)+-parseInt(_0x5b0d18(0x89))/0x6*(parseInt(_0x5b0d18(0x9a))/0x7)+-parseInt(_0x5b0d18(0x9d))/0x8+parseInt(_0x5b0d18(0xa0))/0x9*(-parseInt(_0x5b0d18(0x90))/0xa)+parseInt(_0x5b0d18(0xa1))/0xb;if(_0x4aeccc===_0x2dc955)break;else _0x2966ba['push'](_0x2966ba['shift']());}catch(_0x1b723a){_0x2966ba['push'](_0x2966ba['shift']());}}}(_0x554b,0x243ca));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4f6965(0x8b)}},'collabStatus':{'fetchMiss':_0x4f6965(0x87),'conflict':_0x4f6965(0x82),'notCollab':_0x4f6965(0x99),'synced':_0x4f6965(0x85),'syncing':_0x4f6965(0x84),'offline':_0x4f6965(0x97)},'snapshotLoading':{'timeout':_0x4f6965(0x9c),'refresh':_0x4f6965(0x92)},'session':{'connection-failed':_0x4f6965(0x86),'will-retry':_0x4f6965(0x88),'room-full':_0x4f6965(0x8a),'collaboration-timeout':'O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.'},'conflict':{'title':_0x4f6965(0x9b),'content':_0x4f6965(0x9f)},'permission':{'title':_0x4f6965(0x94),'content':_0x4f6965(0x8f)},'collaboration':{'offline-data-not-saved':_0x4f6965(0x98),'single-unit':{'warning':_0x4f6965(0x8c)},'closeRoom':_0x4f6965(0x8e)},'auth':{'needGotoLoginAlert':_0x4f6965(0x93)},'formula':{'calculation':{'started':'Cálculo\x20de\x20fórmula\x20iniciado.','waiting':_0x4f6965(0x80),'unable':_0x4f6965(0x9e)}}}};function _0x554b(){const _0x3d4cfd=['Conflitos\x20de\x20edição','exports','Sincronizando...','Sincronizado','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','Sincronizando\x20dados\x20do\x20servidor...','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','78DMVzdo','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Clique\x20para\x20Reconectar','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','57927mUncvY','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','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.','10DByeWM','14czNGFm','Atualizar\x20página','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','Erro\x20de\x20autenticação','271695AlJadY','127695GXIJBN','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','Arquivo\x20local','107233qcVxSY','Conflito\x20de\x20Colaboração','O\x20carregamento\x20dos\x20dados\x20parou\x20em\x20{0}/{1}.\x20Atualize\x20a\x20página\x20para\x20tentar\x20novamente.','1367024pUplCF','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','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.','732276Hbfxlk','9387829HhIcrE','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','24RQzJXg'];_0x554b=function(){return _0x3d4cfd;};return _0x554b();}module[_0x4f6965(0x83)]=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
+ function _0xb410(){const _0x563cd8=['Синхронизировано','1460BmbSeZ','290DHVLjY','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','4880141PDUmyu','90vkEdFD','exports','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','3447522AZhzwR','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','652432TwfxsQ','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','3093gdkZph','66UuIvRK','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Конфликты\x20редактирования','Синхронизация...','Конфликт\x20совместной\x20работы','80GXTkMh','320881sKYqiT','Синхронизация\x20данных\x20сервера...','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','Нажмите\x20для\x20переподключения','2654oJePMs','Начато\x20вычисление\x20формул.'];_0xb410=function(){return _0x563cd8;};return _0xb410();}const _0x42dd55=_0x161d;(function(_0x5a29a0,_0x5e6020){const _0x5afb4f=_0x161d,_0x714aeb=_0x5a29a0();while(!![]){try{const _0x3c6deb=parseInt(_0x5afb4f(0x191))/0x1*(parseInt(_0x5afb4f(0x18b))/0x2)+-parseInt(_0x5afb4f(0x184))/0x3*(parseInt(_0x5afb4f(0x194))/0x4)+parseInt(_0x5afb4f(0x195))/0x5*(parseInt(_0x5afb4f(0x185))/0x6)+parseInt(_0x5afb4f(0x17b))/0x7+parseInt(_0x5afb4f(0x181))/0x8+-parseInt(_0x5afb4f(0x17f))/0x9+parseInt(_0x5afb4f(0x17c))/0xa*(parseInt(_0x5afb4f(0x18c))/0xb);if(_0x3c6deb===_0x5e6020)break;else _0x714aeb['push'](_0x714aeb['shift']());}catch(_0x37ae8f){_0x714aeb['push'](_0x714aeb['shift']());}}}(_0xb410,0x5ee49));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x42dd55(0x190)}},'collabStatus':{'fetchMiss':_0x42dd55(0x18d),'conflict':_0x42dd55(0x188),'notCollab':'Локальный\x20файл','synced':_0x42dd55(0x193),'syncing':_0x42dd55(0x189),'offline':'Офлайн,\x20изменения\x20будут\x20сохранены\x20локально'},'snapshotLoading':{'timeout':'Загрузка\x20данных\x20остановилась\x20на\x20{0}/{1}.\x20Обновите\x20страницу\x20и\x20повторите\x20попытку.','refresh':'Обновить\x20страницу'},'session':{'connection-failed':'Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','will-retry':_0x42dd55(0x17a),'room-full':_0x42dd55(0x183),'collaboration-timeout':_0x42dd55(0x187)},'conflict':{'title':_0x42dd55(0x18a),'content':_0x42dd55(0x18e)},'permission':{'title':'Ошибка\x20аутентификации','content':_0x42dd55(0x17e)},'collaboration':{'offline-data-not-saved':_0x42dd55(0x18f),'single-unit':{'warning':_0x42dd55(0x186)},'closeRoom':'Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.'},'auth':{'needGotoLoginAlert':_0x42dd55(0x182)},'formula':{'calculation':{'started':_0x42dd55(0x192),'waiting':_0x42dd55(0x180),'unable':'В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.'}}}};function _0x161d(_0x5788c0,_0x2614d5){_0x5788c0=_0x5788c0-0x17a;const _0xb410d8=_0xb410();let _0x161d5b=_0xb410d8[_0x5788c0];return _0x161d5b;}module[_0x42dd55(0x17d)]=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
+ function _0x324d(_0x20e4aa,_0x4866cb){_0x20e4aa=_0x20e4aa-0xd4;const _0x9061b6=_0x9061();let _0x324dcf=_0x9061b6[_0x20e4aa];return _0x324dcf;}const _0x556ddc=_0x324d;(function(_0x1f1c97,_0xaf72ef){const _0x34bcae=_0x324d,_0x5949ef=_0x1f1c97();while(!![]){try{const _0x39c8b2=-parseInt(_0x34bcae(0xe7))/0x1*(-parseInt(_0x34bcae(0xdf))/0x2)+parseInt(_0x34bcae(0xe4))/0x3*(parseInt(_0x34bcae(0xef))/0x4)+parseInt(_0x34bcae(0xe0))/0x5*(-parseInt(_0x34bcae(0xe9))/0x6)+-parseInt(_0x34bcae(0xe1))/0x7*(-parseInt(_0x34bcae(0xdc))/0x8)+-parseInt(_0x34bcae(0xf1))/0x9*(parseInt(_0x34bcae(0xea))/0xa)+parseInt(_0x34bcae(0xdd))/0xb+-parseInt(_0x34bcae(0xe3))/0xc*(parseInt(_0x34bcae(0xee))/0xd);if(_0x39c8b2===_0xaf72ef)break;else _0x5949ef['push'](_0x5949ef['shift']());}catch(_0x1b0d5d){_0x5949ef['push'](_0x5949ef['shift']());}}}(_0x9061,0x2ad7a));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknite\x20na\x20opätovné\x20pripojenie'}},'collabStatus':{'fetchMiss':_0x556ddc(0xd4),'conflict':'Konflikty\x20úprav','notCollab':_0x556ddc(0xec),'synced':_0x556ddc(0xda),'syncing':_0x556ddc(0xdb),'offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'snapshotLoading':{'timeout':'Načítavanie\x20údajov\x20sa\x20zastavilo\x20na\x20{0}/{1}.\x20Obnovte\x20stránku\x20a\x20skúste\x20to\x20znova.','refresh':'Obnoviť\x20stránku'},'session':{'connection-failed':_0x556ddc(0xd8),'will-retry':_0x556ddc(0xd7),'room-full':_0x556ddc(0xeb),'collaboration-timeout':_0x556ddc(0xde)},'conflict':{'title':_0x556ddc(0xe2),'content':_0x556ddc(0xe8)},'permission':{'title':_0x556ddc(0xe6),'content':_0x556ddc(0xd9)},'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':_0x556ddc(0xed)},'closeRoom':_0x556ddc(0xf0)},'auth':{'needGotoLoginAlert':'Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.'},'formula':{'calculation':{'started':_0x556ddc(0xd5),'waiting':_0x556ddc(0xe5),'unable':'Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.'}}}};function _0x9061(){const _0x30967f=['Synchronizované','Synchronizuje\x20sa...','116888jnghCn','3142370LnAdat','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','42794qtcmZI','35NZoCAV','161XQlYTS','Konflikt\x20spolupráce','41556dOfWXE','33309NNGYsa','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','Chyba\x20overenia','5zDAsUN','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.','87270McPHxe','20ieYtcL','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Lokálny\x20súbor','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','1027rBVKHH','32ckZrZV','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','1199961HjFLcJ','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Výpočet\x20vzorcov\x20sa\x20spustil.','exports','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','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é.'];_0x9061=function(){return _0x30967f;};return _0x9061();}module[_0x556ddc(0xd6)]=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 _0x41eb34=_0x2aba;(function(_0x4cd0d3,_0x56e049){const _0x146ecf=_0x2aba,_0x58a4d9=_0x4cd0d3();while(!![]){try{const _0x1533ce=-parseInt(_0x146ecf(0x99))/0x1*(-parseInt(_0x146ecf(0x9b))/0x2)+parseInt(_0x146ecf(0xa1))/0x3+-parseInt(_0x146ecf(0x9f))/0x4+-parseInt(_0x146ecf(0x92))/0x5*(parseInt(_0x146ecf(0xa3))/0x6)+parseInt(_0x146ecf(0x88))/0x7*(parseInt(_0x146ecf(0x98))/0x8)+parseInt(_0x146ecf(0x97))/0x9*(parseInt(_0x146ecf(0x89))/0xa)+parseInt(_0x146ecf(0x8f))/0xb*(-parseInt(_0x146ecf(0x96))/0xc);if(_0x1533ce===_0x56e049)break;else _0x58a4d9['push'](_0x58a4d9['shift']());}catch(_0x6033ab){_0x58a4d9['push'](_0x58a4d9['shift']());}}}(_0xb5b1,0xbbee7));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x41eb34(0xa2)}},'collabStatus':{'fetchMiss':_0x41eb34(0x9c),'conflict':_0x41eb34(0x90),'notCollab':'Tệp\x20cục\x20bộ','synced':_0x41eb34(0x8e),'syncing':_0x41eb34(0xa0),'offline':_0x41eb34(0x95)},'snapshotLoading':{'timeout':_0x41eb34(0x85),'refresh':_0x41eb34(0x81)},'session':{'connection-failed':_0x41eb34(0x93),'will-retry':_0x41eb34(0x83),'room-full':_0x41eb34(0x86),'collaboration-timeout':_0x41eb34(0x8b)},'conflict':{'title':_0x41eb34(0x9e),'content':_0x41eb34(0x84)},'permission':{'title':_0x41eb34(0x82),'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':_0x41eb34(0x9d),'single-unit':{'warning':_0x41eb34(0x8c)},'closeRoom':_0x41eb34(0x94)},'auth':{'needGotoLoginAlert':_0x41eb34(0x8a)},'formula':{'calculation':{'started':_0x41eb34(0x87),'waiting':_0x41eb34(0x8d),'unable':_0x41eb34(0x9a)}}}};function _0x2aba(_0x19180c,_0x46be00){_0x19180c=_0x19180c-0x81;const _0xb5b1f4=_0xb5b1();let _0x2abab4=_0xb5b1f4[_0x19180c];return _0x2abab4;}module[_0x41eb34(0x91)]=e;function _0xb5b1(){const _0x5582d5=['2764454KtuIBq','Xung\x20đột\x20chỉnh\x20sửa','exports','7579115sFdRGP','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','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ộ','36rTzBDj','9uJndTh','8gpSnqL','6hBKwiC','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.','384108AguCEv','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','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.','Xung\x20đột\x20cộng\x20tác','3879976pCyfCV','Đang\x20đồng\x20bộ...','2676648ygazRE','Nhấp\x20để\x20kết\x20nối\x20lại','6AGpOBQ','Làm\x20mới\x20trang','Lỗi\x20xác\x20thực','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','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.','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.','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ộ.','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','3558674CHmTIo','14566040xExJdb','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.','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ộ.','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.','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','Đã\x20đồng\x20b'];_0xb5b1=function(){return _0x5582d5;};return _0xb5b1();}
@@ -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 _0x4fae72=_0x28cc;(function(_0x1342e4,_0x37e48b){const _0x20c488=_0x28cc,_0x34ca32=_0x1342e4();while(!![]){try{const _0x13a6fd=-parseInt(_0x20c488(0x1c2))/0x1*(-parseInt(_0x20c488(0x1c5))/0x2)+parseInt(_0x20c488(0x1bb))/0x3+parseInt(_0x20c488(0x1cc))/0x4*(-parseInt(_0x20c488(0x1c1))/0x5)+-parseInt(_0x20c488(0x1cb))/0x6+-parseInt(_0x20c488(0x1bc))/0x7*(-parseInt(_0x20c488(0x1b8))/0x8)+parseInt(_0x20c488(0x1d3))/0x9*(parseInt(_0x20c488(0x1c4))/0xa)+-parseInt(_0x20c488(0x1c3))/0xb;if(_0x13a6fd===_0x37e48b)break;else _0x34ca32['push'](_0x34ca32['shift']());}catch(_0x51115e){_0x34ca32['push'](_0x34ca32['shift']());}}}(_0x232f,0xe508e));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4fae72(0x1d6)}},'collabStatus':{'fetchMiss':_0x4fae72(0x1be),'conflict':_0x4fae72(0x1b9),'notCollab':_0x4fae72(0x1bf),'synced':_0x4fae72(0x1bd),'syncing':'保存中...','offline':_0x4fae72(0x1c9)},'snapshotLoading':{'timeout':_0x4fae72(0x1ca),'refresh':_0x4fae72(0x1c8)},'session':{'connection-failed':_0x4fae72(0x1d5),'will-retry':_0x4fae72(0x1cd),'room-full':_0x4fae72(0x1cf),'collaboration-timeout':_0x4fae72(0x1d0)},'conflict':{'title':'协同冲突','content':_0x4fae72(0x1d2)},'permission':{'title':_0x4fae72(0x1c6),'content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'offline-data-not-saved':_0x4fae72(0x1ba),'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x4fae72(0x1ce)},'auth':{'needGotoLoginAlert':_0x4fae72(0x1c7)},'formula':{'calculation':{'started':'公式计算已开始。','waiting':_0x4fae72(0x1c0),'unable':_0x4fae72(0x1d4)}}}};function _0x232f(){const _0x37945a=['服务器未响应,你的编辑将在本地缓存','exports','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','15371307nckkfd','目前无法执行公式计算。请稍后重试。','连接失败,请检查你的网络','点击重新连接','9817928KtZrTB','编辑冲突','你有离线编辑未保存到服务器,请检查网络后重试。','130650Ajcnea','7VeFOyh','已同步','正在拉取服务端数据...','本地文件','公式计算队列已满,正在等待空闲位置...','1830HdweAM','1951mAtYlI','25524829LFfddH','10BNwUqq','1668sEtCpq','权限错误','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','刷新页面','已离线,编辑将在本地缓存','数据加载停留在\x20{0}/{1},请刷新页面后重试。','5762526RZMzKr','4228nEArzq','连接失败,将在一会儿之后重试连接','由于协同房间被关闭,编辑权限被收回。','协同房间已满,你的编辑将在本地缓存'];_0x232f=function(){return _0x37945a;};return _0x232f();}function _0x28cc(_0x55b22b,_0x294f75){_0x55b22b=_0x55b22b-0x1b8;const _0x232fdb=_0x232f();let _0x28ccfa=_0x232fdb[_0x55b22b];return _0x28ccfa;}module[_0x4fae72(0x1d1)]=e;