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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) 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 +6 -6
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +8 -0
  66. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +3 -2
  67. package/lib/types/controllers/collab-cursor/slide-collab-cursor-entity.d.ts +34 -0
  68. package/lib/types/controllers/collab-cursor/slide-collab-cursor-render.controller.d.ts +21 -0
  69. package/lib/types/controllers/entity-ui/collaboration-entity-ui.controller.d.ts +1 -3
  70. package/lib/types/index.d.ts +3 -2
  71. package/lib/types/locale/types.d.ts +3 -0
  72. package/lib/types/models/cursor.d.ts +23 -0
  73. package/lib/types/plugin.d.ts +1 -1
  74. package/lib/types/services/local-cache/web-local-cache.service.d.ts +1 -0
  75. package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +1 -1
  76. package/lib/types/views/components/CollabStatus.d.ts +1 -1
  77. package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +15 -0
  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 +23 -21
@@ -1 +1 @@
1
- function _0x2e7f(){const _0xf9c20f=['exports','10ZBkVMF','6800982jDPoYl','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','بدأ\x20حساب\x20الصيغة.','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','7XHIIJj','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','2kJRVfU','تمت\x20المزامنة','انقر\x20لإعادة\x20الاتصال','2343272mBvnBR','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','1147701JFQHSY','1089772YSXOWk','9500211HlsMbv','جارٍ\x20المزامنة...','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','2776760UCXWQj','5710805uGWVUe','قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','ملف\x20محلي','خطأ\x20في\x20المصادقة','تعارضات\x20التحرير'];_0x2e7f=function(){return _0xf9c20f;};return _0x2e7f();}function _0x5c3e(_0x5e420a,_0x481fb0){_0x5e420a=_0x5e420a-0x12e;const _0x2e7f8a=_0x2e7f();let _0x5c3e0d=_0x2e7f8a[_0x5e420a];return _0x5c3e0d;}const _0x2e7d88=_0x5c3e;(function(_0x1a747d,_0x5a1de6){const _0x1e57f9=_0x5c3e,_0x507373=_0x1a747d();while(!![]){try{const _0x5b5e27=-parseInt(_0x1e57f9(0x143))/0x1+-parseInt(_0x1e57f9(0x13b))/0x2*(parseInt(_0x1e57f9(0x142))/0x3)+parseInt(_0x1e57f9(0x14a))/0x4+parseInt(_0x1e57f9(0x12e))/0x5+-parseInt(_0x1e57f9(0x135))/0x6+parseInt(_0x1e57f9(0x139))/0x7*(parseInt(_0x1e57f9(0x13e))/0x8)+-parseInt(_0x1e57f9(0x144))/0x9*(-parseInt(_0x1e57f9(0x134))/0xa);if(_0x5b5e27===_0x5a1de6)break;else _0x507373['push'](_0x507373['shift']());}catch(_0x45c565){_0x507373['push'](_0x507373['shift']());}}}(_0x2e7f,0x8d5bb));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2e7d88(0x13d)}},'collabStatus':{'fetchMiss':'جارٍ\x20مزامنة\x20بيانات\x20الخادم...','conflict':_0x2e7d88(0x132),'notCollab':_0x2e7d88(0x130),'synced':_0x2e7d88(0x13c),'syncing':_0x2e7d88(0x145),'offline':_0x2e7d88(0x148)},'session':{'connection-failed':_0x2e7d88(0x136),'will-retry':_0x2e7d88(0x149),'room-full':_0x2e7d88(0x13a),'collaboration-timeout':_0x2e7d88(0x146)},'conflict':{'title':'تعارض\x20في\x20التعاون','content':'هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.'},'permission':{'title':_0x2e7d88(0x131),'content':_0x2e7d88(0x138)},'collaboration':{'offline-data-not-saved':'لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','single-unit':{'warning':_0x2e7d88(0x13f)},'closeRoom':_0x2e7d88(0x140)},'auth':{'needGotoLoginAlert':_0x2e7d88(0x141)},'formula':{'calculation':{'started':_0x2e7d88(0x137),'waiting':_0x2e7d88(0x12f),'unable':_0x2e7d88(0x147)}}}};module[_0x2e7d88(0x133)]=e;
1
+ function _0x2df0(_0x62ae6b,_0x345a7b){_0x62ae6b=_0x62ae6b-0x9d;const _0x34f72a=_0x34f7();let _0x2df0d6=_0x34f72a[_0x62ae6b];return _0x2df0d6;}const _0xd7aba0=_0x2df0;(function(_0x434652,_0x4062f9){const _0x5be82e=_0x2df0,_0x20014b=_0x434652();while(!![]){try{const _0x296fae=parseInt(_0x5be82e(0x9f))/0x1+-parseInt(_0x5be82e(0xab))/0x2*(-parseInt(_0x5be82e(0xa6))/0x3)+parseInt(_0x5be82e(0xb3))/0x4+parseInt(_0x5be82e(0xac))/0x5+-parseInt(_0x5be82e(0xa7))/0x6+-parseInt(_0x5be82e(0xa8))/0x7+parseInt(_0x5be82e(0xa0))/0x8*(-parseInt(_0x5be82e(0xb8))/0x9);if(_0x296fae===_0x4062f9)break;else _0x20014b['push'](_0x20014b['shift']());}catch(_0x2536b1){_0x20014b['push'](_0x20014b['shift']());}}}(_0x34f7,0x9b385));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xd7aba0(0xa9)}},'collabStatus':{'fetchMiss':_0xd7aba0(0xae),'conflict':_0xd7aba0(0xa5),'notCollab':_0xd7aba0(0xb5),'synced':_0xd7aba0(0xa3),'syncing':'جارٍ\x20المزامنة...','offline':_0xd7aba0(0xa4)},'session':{'connection-failed':_0xd7aba0(0xb6),'will-retry':_0xd7aba0(0xb1),'room-full':_0xd7aba0(0xb0),'collaboration-timeout':'الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.'},'conflict':{'title':_0xd7aba0(0x9e),'content':_0xd7aba0(0xa2)},'permission':{'title':'خطأ\x20في\x20المصادقة','content':_0xd7aba0(0xb4)},'collaboration':{'offline-data-not-saved':_0xd7aba0(0xad),'single-unit':{'warning':'فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.'},'closeRoom':_0xd7aba0(0xa1)},'auth':{'needGotoLoginAlert':_0xd7aba0(0xaf)},'formula':{'calculation':{'started':_0xd7aba0(0x9d),'waiting':_0xd7aba0(0xaa),'unable':_0xd7aba0(0xb7)}}}};function _0x34f7(){const _0x2bb97d=['قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','189446XIWHdd','3385580eBmZEG','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\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','2858636BAqGYs','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','ملف\x20محلي','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','9mtsEMX','بدأ\x20حساب\x20الصيغة.','تعارض\x20في\x20التعاون','137097KHbDnc','2284232tpZEDC','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','تمت\x20المزامنة','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','تعارضات\x20التحرير','24sJbgcP','7134096RqdxYU','1234310kIxuZU','انقر\x20لإعادة\x20الاتصال'];_0x34f7=function(){return _0x2bb97d;};return _0x34f7();}module[_0xd7aba0(0xb2)]=e;
@@ -1 +1 @@
1
- function _0x54e6(_0x1c2ead,_0x59b8dc){_0x1c2ead=_0x1c2ead-0x12f;const _0x3ccaf7=_0x3cca();let _0x54e60c=_0x3ccaf7[_0x1c2ead];return _0x54e60c;}const _0x543dcd=_0x54e6;(function(_0x594cef,_0xaeaf27){const _0x168631=_0x54e6,_0xb0fdf5=_0x594cef();while(!![]){try{const _0x14d20a=-parseInt(_0x168631(0x13c))/0x1+-parseInt(_0x168631(0x133))/0x2*(-parseInt(_0x168631(0x146))/0x3)+parseInt(_0x168631(0x135))/0x4*(-parseInt(_0x168631(0x144))/0x5)+-parseInt(_0x168631(0x13f))/0x6+parseInt(_0x168631(0x149))/0x7*(parseInt(_0x168631(0x130))/0x8)+-parseInt(_0x168631(0x13d))/0x9+parseInt(_0x168631(0x12f))/0xa;if(_0x14d20a===_0xaeaf27)break;else _0xb0fdf5['push'](_0xb0fdf5['shift']());}catch(_0x19570f){_0xb0fdf5['push'](_0xb0fdf5['shift']());}}}(_0x3cca,0xe4e68));function _0x3cca(){const _0x51ccee=['520fFeiuc','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','176ksQZOA','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','384AmJhJV','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','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.','Conflicte\x20de\x20col·laboració','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Sincronitzat','600643EviWxo','12899115gHWQLd','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','8107818EDjQVR','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','La\x20vostra\x20sessió\x20ha\x20caducat.\x20Feu\x20clic\x20a\x20D\x27acord\x20per\x20tornar\x20a\x20iniciar\x20sessió,\x20o\x20a\x20Cancel·la\x20per\x20desar\x20els\x20vostres\x20canvis\x20locals.','Sincronitzant...','Sincronitzant\x20dades\x20del\x20servidor...','55885zqXlOh','exports','813eNmIJc','Error\x20d\x27autenticació','Fitxer\x20local','22631OQkNHp','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','Conflictes\x20d\x27edició','51617560fUAbFj'];_0x3cca=function(){return _0x51ccee;};return _0x3cca();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Feu\x20clic\x20per\x20reconnectar'}},'collabStatus':{'fetchMiss':_0x543dcd(0x143),'conflict':_0x543dcd(0x14b),'notCollab':_0x543dcd(0x148),'synced':_0x543dcd(0x13b),'syncing':_0x543dcd(0x142),'offline':_0x543dcd(0x140)},'session':{'connection-failed':_0x543dcd(0x137),'will-retry':_0x543dcd(0x136),'room-full':_0x543dcd(0x13e),'collaboration-timeout':_0x543dcd(0x13a)},'conflict':{'title':_0x543dcd(0x139),'content':_0x543dcd(0x138)},'permission':{'title':_0x543dcd(0x147),'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':_0x543dcd(0x14a),'single-unit':{'warning':'Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.'},'closeRoom':_0x543dcd(0x132)},'auth':{'needGotoLoginAlert':_0x543dcd(0x141)},'formula':{'calculation':{'started':_0x543dcd(0x131),'waiting':_0x543dcd(0x134),'unable':'No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.'}}}};module[_0x543dcd(0x145)]=e;
1
+ function _0x4ed9(){const _0x48d2ad=['3426228Zonngh','Feu\x20clic\x20per\x20reconnectar','2546740gYRrLf','Sincronitzant...','28777EzFcWz','10212256kxbWCQ','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','exports','11nbIFVR','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','4cuIZXF','2NHeDRu','Conflicte\x20de\x20col·laboració','3419520ItvSjG','786disGZz','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.','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','Fitxer\x20local','Sincronitzat','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','27kYOXee','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.','Conflictes\x20d\x27edició','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.','16332684bpygtM','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','210193fcTKZy'];_0x4ed9=function(){return _0x48d2ad;};return _0x4ed9();}const _0xc191a0=_0x4c8f;(function(_0x56476d,_0x499d33){const _0x20b2ab=_0x4c8f,_0x6d9d45=_0x56476d();while(!![]){try{const _0x265cdc=-parseInt(_0x20b2ab(0x18d))/0x1*(-parseInt(_0x20b2ab(0x17b))/0x2)+parseInt(_0x20b2ab(0x18e))/0x3*(parseInt(_0x20b2ab(0x17a))/0x4)+parseInt(_0x20b2ab(0x17d))/0x5+-parseInt(_0x20b2ab(0x17e))/0x6*(-parseInt(_0x20b2ab(0x174))/0x7)+-parseInt(_0x20b2ab(0x175))/0x8+-parseInt(_0x20b2ab(0x187))/0x9*(-parseInt(_0x20b2ab(0x190))/0xa)+parseInt(_0x20b2ab(0x178))/0xb*(-parseInt(_0x20b2ab(0x18b))/0xc);if(_0x265cdc===_0x499d33)break;else _0x6d9d45['push'](_0x6d9d45['shift']());}catch(_0x48292a){_0x6d9d45['push'](_0x6d9d45['shift']());}}}(_0x4ed9,0xab2db));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xc191a0(0x18f)}},'collabStatus':{'fetchMiss':'Sincronitzant\x20dades\x20del\x20servidor...','conflict':_0xc191a0(0x189),'notCollab':_0xc191a0(0x184),'synced':_0xc191a0(0x185),'syncing':_0xc191a0(0x173),'offline':_0xc191a0(0x186)},'session':{'connection-failed':'Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','will-retry':_0xc191a0(0x182),'room-full':_0xc191a0(0x176),'collaboration-timeout':_0xc191a0(0x181)},'conflict':{'title':_0xc191a0(0x17c),'content':_0xc191a0(0x18a)},'permission':{'title':'Error\x20d\x27autenticació','content':_0xc191a0(0x188)},'collaboration':{'offline-data-not-saved':_0xc191a0(0x180),'single-unit':{'warning':'Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.'},'closeRoom':_0xc191a0(0x18c)},'auth':{'needGotoLoginAlert':_0xc191a0(0x17f)},'formula':{'calculation':{'started':_0xc191a0(0x179),'waiting':_0xc191a0(0x183),'unable':'No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.'}}}};function _0x4c8f(_0x412459,_0x252b70){_0x412459=_0x412459-0x173;const _0x4ed972=_0x4ed9();let _0x4c8f65=_0x4ed972[_0x412459];return _0x4c8f65;}module[_0xc191a0(0x177)]=e;
@@ -1 +1 @@
1
- const _0x55ec8a=_0x5e66;function _0x4394(){const _0x2d26a0=['Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','645708TxmDTH','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','Zusammenarbeitskonflikt','10sRnhus','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','exports','Klicken,\x20um\x20wieder\x20zu\x20verbinden','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','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.','Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','14HiJwFb','Authentifizierungsfehler','1621416DQLWtm','880278jAAoiL','8843139eOCrHn','1235RddlKq','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','Formelberechnung\x20gestartet.','7215nudlQI','226427uTYJEZ','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.','Serverdaten\x20werden\x20synchronisiert...','Lokale\x20Datei','Synchronisiert','Bearbeitungskonflikte','10722grSQEw'];_0x4394=function(){return _0x2d26a0;};return _0x4394();}(function(_0x30de86,_0x3ec89b){const _0x5e5274=_0x5e66,_0x4980ac=_0x30de86();while(!![]){try{const _0x4e51ab=-parseInt(_0x5e5274(0x108))/0x1+parseInt(_0x5e5274(0x102))/0x2+-parseInt(_0x5e5274(0x107))/0x3+parseInt(_0x5e5274(0xf4))/0x4+parseInt(_0x5e5274(0x104))/0x5*(parseInt(_0x5e5274(0xf2))/0x6)+-parseInt(_0x5e5274(0xff))/0x7*(-parseInt(_0x5e5274(0x101))/0x8)+parseInt(_0x5e5274(0x103))/0x9*(-parseInt(_0x5e5274(0xf8))/0xa);if(_0x4e51ab===_0x3ec89b)break;else _0x4980ac['push'](_0x4980ac['shift']());}catch(_0x50fdeb){_0x4980ac['push'](_0x4980ac['shift']());}}}(_0x4394,0x39d6a));function _0x5e66(_0x33db84,_0x2c1aff){_0x33db84=_0x33db84-0xef;const _0x439481=_0x4394();let _0x5e66a5=_0x439481[_0x33db84];return _0x5e66a5;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x55ec8a(0xfb)}},'collabStatus':{'fetchMiss':_0x55ec8a(0x10a),'conflict':_0x55ec8a(0xf1),'notCollab':_0x55ec8a(0xef),'synced':_0x55ec8a(0xf0),'syncing':'Synchronisierung...','offline':'Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert'},'session':{'connection-failed':_0x55ec8a(0xf5),'will-retry':_0x55ec8a(0xf9),'room-full':_0x55ec8a(0xfe),'collaboration-timeout':_0x55ec8a(0xfc)},'conflict':{'title':_0x55ec8a(0xf7),'content':_0x55ec8a(0xfd)},'permission':{'title':_0x55ec8a(0x100),'content':_0x55ec8a(0x109)},'collaboration':{'offline-data-not-saved':_0x55ec8a(0xf6),'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':_0x55ec8a(0x105)},'auth':{'needGotoLoginAlert':_0x55ec8a(0xf3)},'formula':{'calculation':{'started':_0x55ec8a(0x106),'waiting':'Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','unable':'Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.'}}}};module[_0x55ec8a(0xfa)]=e;
1
+ const _0x5331aa=_0x679c;(function(_0x2c857d,_0x47d22b){const _0x642cd7=_0x679c,_0x3c84c5=_0x2c857d();while(!![]){try{const _0x167d04=-parseInt(_0x642cd7(0x200))/0x1*(-parseInt(_0x642cd7(0x1f9))/0x2)+-parseInt(_0x642cd7(0x1ee))/0x3+parseInt(_0x642cd7(0x1fa))/0x4+parseInt(_0x642cd7(0x1f2))/0x5*(-parseInt(_0x642cd7(0x1f4))/0x6)+-parseInt(_0x642cd7(0x1f1))/0x7+parseInt(_0x642cd7(0x1fe))/0x8*(parseInt(_0x642cd7(0x206))/0x9)+parseInt(_0x642cd7(0x1ed))/0xa*(parseInt(_0x642cd7(0x203))/0xb);if(_0x167d04===_0x47d22b)break;else _0x3c84c5['push'](_0x3c84c5['shift']());}catch(_0x4f3581){_0x3c84c5['push'](_0x3c84c5['shift']());}}}(_0x3b28,0x38ffd));function _0x679c(_0x57a35c,_0x553744){_0x57a35c=_0x57a35c-0x1ed;const _0x3b288e=_0x3b28();let _0x679c52=_0x3b288e[_0x57a35c];return _0x679c52;}function _0x3b28(){const _0x26a856=['12uvacvK','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.','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','26jifSrr','818500kOUEXV','Serverdaten\x20werden\x20synchronisiert...','Formelberechnung\x20gestartet.','Zusammenarbeitskonflikt','8wJQINK','Bearbeitungskonflikte','17843qltJQB','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','934747uphSsf','Synchronisierung...','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','2745450ZlojJI','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','40ISyDpL','1119294dnuWBI','Lokale\x20Datei','exports','1718941LXsGzz','573530MmWldJ','Klicken,\x20um\x20wieder\x20zu\x20verbinden'];_0x3b28=function(){return _0x26a856;};return _0x3b28();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5331aa(0x1f3)}},'collabStatus':{'fetchMiss':_0x5331aa(0x1fb),'conflict':_0x5331aa(0x1ff),'notCollab':_0x5331aa(0x1ef),'synced':'Synchronisiert','syncing':_0x5331aa(0x204),'offline':'Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert'},'session':{'connection-failed':'Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','will-retry':_0x5331aa(0x205),'room-full':'Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','collaboration-timeout':_0x5331aa(0x1f6)},'conflict':{'title':_0x5331aa(0x1fd),'content':'Es\x20gibt\x20einen\x20Konflikt\x20zwischen\x20Ihrer\x20lokalen\x20Kopie\x20und\x20der\x20Kopie\x20auf\x20dem\x20Server.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen,\x20da\x20sie\x20beim\x20Neuladen\x20der\x20Seite\x20verloren\x20gehen.'},'permission':{'title':'Authentifizierungsfehler','content':_0x5331aa(0x1f5)},'collaboration':{'offline-data-not-saved':_0x5331aa(0x1f8),'single-unit':{'warning':_0x5331aa(0x201)},'closeRoom':_0x5331aa(0x1f7)},'auth':{'needGotoLoginAlert':_0x5331aa(0x202)},'formula':{'calculation':{'started':_0x5331aa(0x1fc),'waiting':_0x5331aa(0x207),'unable':'Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.'}}}};module[_0x5331aa(0x1f0)]=e;
@@ -1 +1 @@
1
- function _0x58a7(_0x35c885,_0x22543a){_0x35c885=_0x35c885-0x1b9;const _0x20c536=_0x20c5();let _0x58a768=_0x20c536[_0x35c885];return _0x58a768;}const _0x51ad4a=_0x58a7;(function(_0x4221dc,_0x208521){const _0xafe699=_0x58a7,_0x14d006=_0x4221dc();while(!![]){try{const _0x368d15=parseInt(_0xafe699(0x1bf))/0x1*(parseInt(_0xafe699(0x1d3))/0x2)+-parseInt(_0xafe699(0x1cb))/0x3*(parseInt(_0xafe699(0x1ce))/0x4)+-parseInt(_0xafe699(0x1c3))/0x5+parseInt(_0xafe699(0x1c4))/0x6+parseInt(_0xafe699(0x1c5))/0x7+-parseInt(_0xafe699(0x1c6))/0x8+-parseInt(_0xafe699(0x1cf))/0x9*(-parseInt(_0xafe699(0x1d4))/0xa);if(_0x368d15===_0x208521)break;else _0x14d006['push'](_0x14d006['shift']());}catch(_0x326545){_0x14d006['push'](_0x14d006['shift']());}}}(_0x20c5,0x3ee92));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x51ad4a(0x1c9)}},'collabStatus':{'fetchMiss':_0x51ad4a(0x1c2),'conflict':_0x51ad4a(0x1ba),'notCollab':_0x51ad4a(0x1ca),'synced':_0x51ad4a(0x1d2),'syncing':_0x51ad4a(0x1d0),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x51ad4a(0x1c0),'room-full':_0x51ad4a(0x1bc),'collaboration-timeout':_0x51ad4a(0x1b9)},'conflict':{'title':_0x51ad4a(0x1c7),'content':_0x51ad4a(0x1be)},'permission':{'title':'Authentication\x20Error','content':_0x51ad4a(0x1bb)},'collaboration':{'offline-data-not-saved':_0x51ad4a(0x1c8),'single-unit':{'warning':_0x51ad4a(0x1c1)},'closeRoom':_0x51ad4a(0x1d1)},'auth':{'needGotoLoginAlert':_0x51ad4a(0x1cd)},'formula':{'calculation':{'started':'Formula\x20calculation\x20started.','waiting':_0x51ad4a(0x1cc),'unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}}};module[_0x51ad4a(0x1bd)]=e;function _0x20c5(){const _0x5e9081=['exports','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.','1iIUtdg','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Syncing\x20server\x20data...','965505DBrfJc','619878rwUsfP','526848qseMsI','3265568NsLXzW','Collaboration\x20Conflict','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Click\x20to\x20Reconnect','Local\x20file','27024BBVCHO','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','4erFhGs','975852XLPUFt','Syncing...','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Synced','294540sLzMXB','50MRvDHi','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Edit\x20conflicts','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\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.'];_0x20c5=function(){return _0x5e9081;};return _0x20c5();}
1
+ const _0x440fa9=_0x45d6;function _0x2962(){const _0x1196e2=['1QcKDhc','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Collaboration\x20Conflict','8OWjRmU','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Connection\x20failed,\x20please\x20check\x20your\x20network.','exports','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','3678498rtViEQ','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','1826658zfBcQf','348106xmnVCM','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','7VlvKXb','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Local\x20file','11UtNNFr','3662576PWjkwS','4893804NBWwAO','Formula\x20calculation\x20started.','750745ZZUvTb','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Syncing\x20server\x20data...','Synced','Click\x20to\x20Reconnect','239175fiwVJA','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','10RyRXQN','Authentication\x20Error','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'];_0x2962=function(){return _0x1196e2;};return _0x2962();}(function(_0x53d177,_0x17a457){const _0x3b66d0=_0x45d6,_0x29f87d=_0x53d177();while(!![]){try{const _0x4e2690=-parseInt(_0x3b66d0(0xaf))/0x1*(-parseInt(_0x3b66d0(0xba))/0x2)+parseInt(_0x3b66d0(0xaa))/0x3+-parseInt(_0x3b66d0(0xb2))/0x4*(parseInt(_0x3b66d0(0xc3))/0x5)+-parseInt(_0x3b66d0(0xb7))/0x6+parseInt(_0x3b66d0(0xbc))/0x7*(parseInt(_0x3b66d0(0xc0))/0x8)+parseInt(_0x3b66d0(0xb9))/0x9*(parseInt(_0x3b66d0(0xac))/0xa)+parseInt(_0x3b66d0(0xbf))/0xb*(parseInt(_0x3b66d0(0xc1))/0xc);if(_0x4e2690===_0x17a457)break;else _0x29f87d['push'](_0x29f87d['shift']());}catch(_0x11a129){_0x29f87d['push'](_0x29f87d['shift']());}}}(_0x2962,0x63da6));function _0x45d6(_0x142a01,_0x5ab29f){_0x142a01=_0x142a01-0xa8;const _0x29624b=_0x2962();let _0x45d63f=_0x29624b[_0x142a01];return _0x45d63f;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x440fa9(0xa9)}},'collabStatus':{'fetchMiss':_0x440fa9(0xc5),'conflict':'Edit\x20conflicts','notCollab':_0x440fa9(0xbe),'synced':_0x440fa9(0xa8),'syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x440fa9(0xb4),'will-retry':_0x440fa9(0xb8),'room-full':_0x440fa9(0xb6),'collaboration-timeout':_0x440fa9(0xb0)},'conflict':{'title':_0x440fa9(0xb1),'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':_0x440fa9(0xad),'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':_0x440fa9(0xc4),'single-unit':{'warning':_0x440fa9(0xbb)},'closeRoom':_0x440fa9(0xab)},'auth':{'needGotoLoginAlert':_0x440fa9(0xb3)},'formula':{'calculation':{'started':_0x440fa9(0xc2),'waiting':_0x440fa9(0xbd),'unable':_0x440fa9(0xae)}}}};module[_0x440fa9(0xb5)]=e;
@@ -1 +1 @@
1
- function _0x16d1(){const _0x1ca35f=['5855632SmFDnN','Sincronizando\x20datos\x20del\x20servidor...','Error\x20de\x20autenticación','23632bdiAfA','220LTGLBf','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.','1046KHRpUX','Conflicto\x20de\x20colaboración','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','9gTasEX','11459413ASvrBe','Error\x20de\x20conexión,\x20verifique\x20su\x20red.','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','2996molmgR','3494346hBdxZq','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','Sincronizado','Archivo\x20local','7232778GPUdYw','exports','12960770ONQeuu','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.','Cálculo\x20de\x20fórmulas\x20iniciado.','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Sincronizando...'];_0x16d1=function(){return _0x1ca35f;};return _0x16d1();}function _0x4ae6(_0x1b7e2b,_0x222d60){_0x1b7e2b=_0x1b7e2b-0x107;const _0x16d1bb=_0x16d1();let _0x4ae6e4=_0x16d1bb[_0x1b7e2b];return _0x4ae6e4;}const _0x1bcaf8=_0x4ae6;(function(_0x5d3b61,_0x37abd6){const _0x98f1aa=_0x4ae6,_0x5872a2=_0x5d3b61();while(!![]){try{const _0x25a968=-parseInt(_0x98f1aa(0x109))/0x1*(parseInt(_0x98f1aa(0x110))/0x2)+parseInt(_0x98f1aa(0x111))/0x3+-parseInt(_0x98f1aa(0x120))/0x4*(-parseInt(_0x98f1aa(0x107))/0x5)+-parseInt(_0x98f1aa(0x116))/0x6+parseInt(_0x98f1aa(0x10d))/0x7+-parseInt(_0x98f1aa(0x11d))/0x8+-parseInt(_0x98f1aa(0x10c))/0x9*(-parseInt(_0x98f1aa(0x118))/0xa);if(_0x25a968===_0x37abd6)break;else _0x5872a2['push'](_0x5872a2['shift']());}catch(_0x210828){_0x5872a2['push'](_0x5872a2['shift']());}}}(_0x16d1,0xd0629));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Haga\x20clic\x20para\x20reconectar'}},'collabStatus':{'fetchMiss':_0x1bcaf8(0x11e),'conflict':'Conflictos\x20de\x20edición','notCollab':_0x1bcaf8(0x115),'synced':_0x1bcaf8(0x114),'syncing':_0x1bcaf8(0x11c),'offline':_0x1bcaf8(0x10b)},'session':{'connection-failed':_0x1bcaf8(0x10e),'will-retry':'Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','room-full':_0x1bcaf8(0x11b),'collaboration-timeout':'El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.'},'conflict':{'title':_0x1bcaf8(0x10a),'content':_0x1bcaf8(0x119)},'permission':{'title':_0x1bcaf8(0x11f),'content':_0x1bcaf8(0x108)},'collaboration':{'offline-data-not-saved':_0x1bcaf8(0x10f),'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':'Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.'},'auth':{'needGotoLoginAlert':_0x1bcaf8(0x112)},'formula':{'calculation':{'started':_0x1bcaf8(0x11a),'waiting':_0x1bcaf8(0x113),'unable':'No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.'}}}};module[_0x1bcaf8(0x117)]=e;
1
+ function _0x1a73(){const _0xe50d01=['Error\x20de\x20autenticación','1199892YBlomv','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.','exports','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','Conflicto\x20de\x20colaboración','6813610TgYlyu','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Sincronizado','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','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.','72YGznQT','42176upuGOF','Cálculo\x20de\x20fórmulas\x20iniciado.','600844IRjQjb','110MTgUMb','Archivo\x20local','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','3423049CtLtUt','Conflictos\x20de\x20edición','1jGUNkf','Error\x20de\x20conexión,\x20verifique\x20su\x20red.','11HRKtui','95384YTuZxv','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','305628ceWtAi','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.'];_0x1a73=function(){return _0xe50d01;};return _0x1a73();}const _0x3598df=_0x5e13;function _0x5e13(_0x3a735e,_0x6b9234){_0x3a735e=_0x3a735e-0xff;const _0x1a7303=_0x1a73();let _0x5e13fd=_0x1a7303[_0x3a735e];return _0x5e13fd;}(function(_0x2c99d1,_0x136bb4){const _0x62e047=_0x5e13,_0x376f32=_0x2c99d1();while(!![]){try{const _0x2d4a24=-parseInt(_0x62e047(0x101))/0x1*(-parseInt(_0x62e047(0x116))/0x2)+-parseInt(_0x62e047(0x106))/0x3+parseInt(_0x62e047(0x104))/0x4*(parseInt(_0x62e047(0x117))/0x5)+-parseInt(_0x62e047(0x109))/0x6+parseInt(_0x62e047(0xff))/0x7+-parseInt(_0x62e047(0x114))/0x8*(parseInt(_0x62e047(0x113))/0x9)+parseInt(_0x62e047(0x10e))/0xa*(-parseInt(_0x62e047(0x103))/0xb);if(_0x2d4a24===_0x136bb4)break;else _0x376f32['push'](_0x376f32['shift']());}catch(_0x34874a){_0x376f32['push'](_0x376f32['shift']());}}}(_0x1a73,0x46786));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Haga\x20clic\x20para\x20reconectar'}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':_0x3598df(0x100),'notCollab':_0x3598df(0x118),'synced':_0x3598df(0x110),'syncing':'Sincronizando...','offline':'Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente'},'session':{'connection-failed':_0x3598df(0x102),'will-retry':_0x3598df(0x105),'room-full':_0x3598df(0x107),'collaboration-timeout':_0x3598df(0x10f)},'conflict':{'title':_0x3598df(0x10d),'content':_0x3598df(0x112)},'permission':{'title':_0x3598df(0x108),'content':_0x3598df(0x10a)},'collaboration':{'offline-data-not-saved':'Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','single-unit':{'warning':_0x3598df(0x119)},'closeRoom':'Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.'},'auth':{'needGotoLoginAlert':_0x3598df(0x10c)},'formula':{'calculation':{'started':_0x3598df(0x115),'waiting':'La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','unable':_0x3598df(0x111)}}}};module[_0x3598df(0x10b)]=e;
@@ -1 +1 @@
1
- const _0x472fea=_0x3869;function _0x3869(_0x11b123,_0x17a725){_0x11b123=_0x11b123-0x7d;const _0x27eee4=_0x27ee();let _0x386987=_0x27eee4[_0x11b123];return _0x386987;}function _0x27ee(){const _0xcc4b70=['آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','60qsxxjR','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','153196nMerFT','6tkUbxv','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','exports','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','همگام\x20سازی','1861027QXsLyM','626rLbpRZ','در\x20حال\x20همگام\x20سازی...','9848102CGAXyc','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','1234578NFZOlN','16DFXytV','محاسبه\x20فرمول\x20شروع\x20شد.','خطای\x20اعتبارسنجی','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','پرونده\x20محلی','878LKrCEI','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','1095282JiLssV','6171160yQySOa'];_0x27ee=function(){return _0xcc4b70;};return _0x27ee();}(function(_0x153479,_0x3641b4){const _0x2a116a=_0x3869,_0x23de97=_0x153479();while(!![]){try{const _0x104ffc=parseInt(_0x2a116a(0x8e))/0x1*(parseInt(_0x2a116a(0x83))/0x2)+parseInt(_0x2a116a(0x87))/0x3+parseInt(_0x2a116a(0x97))/0x4*(-parseInt(_0x2a116a(0x95))/0x5)+parseInt(_0x2a116a(0x98))/0x6*(parseInt(_0x2a116a(0x82))/0x7)+-parseInt(_0x2a116a(0x88))/0x8*(parseInt(_0x2a116a(0x92))/0x9)+-parseInt(_0x2a116a(0x93))/0xa+parseInt(_0x2a116a(0x85))/0xb;if(_0x104ffc===_0x3641b4)break;else _0x23de97['push'](_0x23de97['shift']());}catch(_0xdc9a99){_0x23de97['push'](_0x23de97['shift']());}}}(_0x27ee,0x80c17));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x472fea(0x90)}},'collabStatus':{'fetchMiss':_0x472fea(0x96),'conflict':'تداخل\x20ویرایش','notCollab':_0x472fea(0x8d),'synced':_0x472fea(0x81),'syncing':_0x472fea(0x84),'offline':_0x472fea(0x94)},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':_0x472fea(0x7d),'room-full':_0x472fea(0x8b),'collaboration-timeout':_0x472fea(0x7f)},'conflict':{'title':'تداخل\x20همکاری','content':_0x472fea(0x91)},'permission':{'title':_0x472fea(0x8a),'content':_0x472fea(0x86)},'collaboration':{'offline-data-not-saved':'شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','single-unit':{'warning':_0x472fea(0x8f)},'closeRoom':_0x472fea(0x8c)},'auth':{'needGotoLoginAlert':'ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.'},'formula':{'calculation':{'started':_0x472fea(0x89),'waiting':_0x472fea(0x80),'unable':'در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.'}}}};module[_0x472fea(0x7e)]=e;
1
+ function _0x4c7b(){const _0x503842=['همگام\x20سازی','73447nFFimj','تداخل\x20ویرایش','محاسبه\x20فرمول\x20شروع\x20شد.','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','در\x20حال\x20همگام\x20سازی...','پرونده\x20محلی','114086NYZZuc','130djrBij','7MXqneh','تداخل\x20همکاری','996AlIYhE','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','1342473RDCRSi','14ceDnRY','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','6773080thdOYG','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','262356IqMsrB','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','17943211WhAMID','4qvauBu','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','9yYnYup','4394620RRCoau'];_0x4c7b=function(){return _0x503842;};return _0x4c7b();}const _0x274afd=_0x31d4;function _0x31d4(_0x2df1db,_0x2a522a){_0x2df1db=_0x2df1db-0xc9;const _0x4c7b2e=_0x4c7b();let _0x31d4a8=_0x4c7b2e[_0x2df1db];return _0x31d4a8;}(function(_0x307e5b,_0x1b5ba2){const _0x2b2f37=_0x31d4,_0x23450b=_0x307e5b();while(!![]){try{const _0x58cc62=parseInt(_0x2b2f37(0xd1))/0x1*(parseInt(_0x2b2f37(0xd8))/0x2)+parseInt(_0x2b2f37(0xd7))/0x3*(parseInt(_0x2b2f37(0xe4))/0x4)+parseInt(_0x2b2f37(0xd2))/0x5*(-parseInt(_0x2b2f37(0xe1))/0x6)+parseInt(_0x2b2f37(0xd3))/0x7*(parseInt(_0x2b2f37(0xdd))/0x8)+-parseInt(_0x2b2f37(0xe6))/0x9*(-parseInt(_0x2b2f37(0xe7))/0xa)+-parseInt(_0x2b2f37(0xca))/0xb*(-parseInt(_0x2b2f37(0xd5))/0xc)+-parseInt(_0x2b2f37(0xe3))/0xd;if(_0x58cc62===_0x1b5ba2)break;else _0x23450b['push'](_0x23450b['shift']());}catch(_0x41d304){_0x23450b['push'](_0x23450b['shift']());}}}(_0x4c7b,0x8afaa));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x274afd(0xda)}},'collabStatus':{'fetchMiss':_0x274afd(0xe5),'conflict':_0x274afd(0xcb),'notCollab':_0x274afd(0xd0),'synced':_0x274afd(0xc9),'syncing':_0x274afd(0xcf),'offline':_0x274afd(0xdc)},'session':{'connection-failed':_0x274afd(0xce),'will-retry':'اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','room-full':_0x274afd(0xd9),'collaboration-timeout':_0x274afd(0xd6)},'conflict':{'title':_0x274afd(0xd4),'content':_0x274afd(0xde)},'permission':{'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رفت.'},'collaboration':{'offline-data-not-saved':_0x274afd(0xdb),'single-unit':{'warning':_0x274afd(0xdf)},'closeRoom':_0x274afd(0xe2)},'auth':{'needGotoLoginAlert':_0x274afd(0xe0)},'formula':{'calculation':{'started':_0x274afd(0xcc),'waiting':'صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','unable':_0x274afd(0xcd)}}}};module['exports']=e;
@@ -1 +1 @@
1
- function _0x571e(_0x5c329e,_0x4f005a){_0x5c329e=_0x5c329e-0xa2;const _0x3bf73c=_0x3bf7();let _0x571e3f=_0x3bf73c[_0x5c329e];return _0x571e3f;}const _0x167b3a=_0x571e;(function(_0x34ed6e,_0x4f38c9){const _0x2fd0a4=_0x571e,_0x507548=_0x34ed6e();while(!![]){try{const _0x106d38=-parseInt(_0x2fd0a4(0xae))/0x1+parseInt(_0x2fd0a4(0xaf))/0x2*(parseInt(_0x2fd0a4(0xb5))/0x3)+parseInt(_0x2fd0a4(0xb6))/0x4+-parseInt(_0x2fd0a4(0xa7))/0x5*(-parseInt(_0x2fd0a4(0xb1))/0x6)+parseInt(_0x2fd0a4(0xb0))/0x7*(parseInt(_0x2fd0a4(0xab))/0x8)+-parseInt(_0x2fd0a4(0xbe))/0x9*(-parseInt(_0x2fd0a4(0xba))/0xa)+parseInt(_0x2fd0a4(0xa4))/0xb*(-parseInt(_0x2fd0a4(0xbd))/0xc);if(_0x106d38===_0x4f38c9)break;else _0x507548['push'](_0x507548['shift']());}catch(_0x1acf6d){_0x507548['push'](_0x507548['shift']());}}}(_0x3bf7,0x8571f));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x167b3a(0xb2)}},'collabStatus':{'fetchMiss':_0x167b3a(0xa9),'conflict':_0x167b3a(0xa3),'notCollab':_0x167b3a(0xad),'synced':'Synchronisé','syncing':_0x167b3a(0xc0),'offline':_0x167b3a(0xbc)},'session':{'connection-failed':_0x167b3a(0xaa),'will-retry':_0x167b3a(0xb9),'room-full':_0x167b3a(0xb8),'collaboration-timeout':'Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.'},'conflict':{'title':_0x167b3a(0xb7),'content':'Il\x20existe\x20un\x20conflit\x20entre\x20votre\x20copie\x20locale\x20et\x20la\x20copie\x20sur\x20le\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales,\x20car\x20elles\x20seront\x20perdues\x20lors\x20du\x20rechargement\x20de\x20la\x20page.'},'permission':{'title':_0x167b3a(0xb3),'content':_0x167b3a(0xbf)},'collaboration':{'offline-data-not-saved':_0x167b3a(0xb4),'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':_0x167b3a(0xa8)},'auth':{'needGotoLoginAlert':_0x167b3a(0xa2)},'formula':{'calculation':{'started':_0x167b3a(0xac),'waiting':_0x167b3a(0xbb),'unable':_0x167b3a(0xa6)}}}};function _0x3bf7(){const _0x15271b=['Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','Synchronisation\x20des\x20données\x20du\x20serveur...','Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','3422872LhDhUB','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','Fichier\x20local','430290PPmDya','222078SbWfGI','7cycLrp','912102CaLFtY','Cliquez\x20pour\x20reconnecter','Erreur\x20d\x27authentification','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.','3MPCwXp','2152344NEqLwZ','Conflit\x20de\x20collaboration','La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','90940ejddYT','La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','12VLoPeM','279XrrPjA','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.','Synchronisation...','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','Conflits\x20de\x20modification','12563122wlVsHZ','exports','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','25dFwZyN'];_0x3bf7=function(){return _0x15271b;};return _0x3bf7();}module[_0x167b3a(0xa5)]=e;
1
+ function _0x38b0(_0x5bb759,_0x2a9a0){_0x5bb759=_0x5bb759-0x145;const _0x3eeb22=_0x3eeb();let _0x38b090=_0x3eeb22[_0x5bb759];return _0x38b090;}function _0x3eeb(){const _0x512240=['200025BzGILL','Synchronisation...','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','Synchronisé','Fichier\x20local','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','1433556Egscqk','15168zQEhJB','1099863OMSUbP','Conflits\x20de\x20modification','Vos\x20actions\x20entrent\x20en\x20conflit\x20avec\x20les\x20autorisations\x20du\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales\x20ailleurs,\x20car\x20elles\x20seront\x20supprimées\x20après\x20l\x27actualisation\x20de\x20la\x20page.','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','Cliquez\x20pour\x20reconnecter','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','1477064xUeCkm','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','exports','2322DxVDhF','1530sHFjen','352546wNOBfu','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.'];_0x3eeb=function(){return _0x512240;};return _0x3eeb();}const _0x214f35=_0x38b0;(function(_0x59c10d,_0x309f23){const _0xa39871=_0x38b0,_0x296c07=_0x59c10d();while(!![]){try{const _0x2c923f=-parseInt(_0xa39871(0x14e))/0x1+parseInt(_0xa39871(0x15a))/0x2+-parseInt(_0xa39871(0x14f))/0x3+parseInt(_0xa39871(0x14d))/0x4+parseInt(_0xa39871(0x159))/0x5*(-parseInt(_0xa39871(0x158))/0x6)+-parseInt(_0xa39871(0x147))/0x7+parseInt(_0xa39871(0x155))/0x8;if(_0x2c923f===_0x309f23)break;else _0x296c07['push'](_0x296c07['shift']());}catch(_0xe32e6e){_0x296c07['push'](_0x296c07['shift']());}}}(_0x3eeb,0x2e82d));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x214f35(0x153)}},'collabStatus':{'fetchMiss':'Synchronisation\x20des\x20données\x20du\x20serveur...','conflict':_0x214f35(0x150),'notCollab':_0x214f35(0x14b),'synced':_0x214f35(0x14a),'syncing':_0x214f35(0x148),'offline':_0x214f35(0x14c)},'session':{'connection-failed':'Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','will-retry':_0x214f35(0x152),'room-full':_0x214f35(0x146),'collaboration-timeout':_0x214f35(0x154)},'conflict':{'title':'Conflit\x20de\x20collaboration','content':'Il\x20existe\x20un\x20conflit\x20entre\x20votre\x20copie\x20locale\x20et\x20la\x20copie\x20sur\x20le\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales,\x20car\x20elles\x20seront\x20perdues\x20lors\x20du\x20rechargement\x20de\x20la\x20page.'},'permission':{'title':'Erreur\x20d\x27authentification','content':_0x214f35(0x151)},'collaboration':{'offline-data-not-saved':'Vous\x20avez\x20des\x20modifications\x20hors\x20ligne\x20qui\x20n\x27ont\x20pas\x20été\x20enregistrées\x20sur\x20le\x20serveur.\x20Veuillez\x20vérifier\x20votre\x20réseau\x20et\x20réessayer.','single-unit':{'warning':'Vous\x20avez\x20ouvert\x20le\x20même\x20fichier\x20dans\x20un\x20autre\x20onglet.\x20Pour\x20éviter\x20toute\x20perte\x20de\x20données,\x20vous\x20ne\x20pouvez\x20pas\x20modifier\x20dans\x20cet\x20onglet.'},'closeRoom':_0x214f35(0x149)},'auth':{'needGotoLoginAlert':_0x214f35(0x156)},'formula':{'calculation':{'started':'Le\x20calcul\x20des\x20formules\x20a\x20commencé.','waiting':'La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','unable':_0x214f35(0x145)}}}};module[_0x214f35(0x157)]=e;
@@ -1 +1 @@
1
- const _0x4fdd90=_0x65b3;function _0x65b3(_0x5cd57,_0x50515c){_0x5cd57=_0x5cd57-0xa5;const _0x3b87a2=_0x3b87();let _0x65b349=_0x3b87a2[_0x5cd57];return _0x65b349;}(function(_0xe031be,_0x4aed27){const _0x4b801a=_0x65b3,_0x791f18=_0xe031be();while(!![]){try{const _0x106c0d=parseInt(_0x4b801a(0xbf))/0x1*(parseInt(_0x4b801a(0xbd))/0x2)+-parseInt(_0x4b801a(0xc2))/0x3*(parseInt(_0x4b801a(0xc0))/0x4)+-parseInt(_0x4b801a(0xb0))/0x5*(parseInt(_0x4b801a(0xb6))/0x6)+-parseInt(_0x4b801a(0xa7))/0x7*(parseInt(_0x4b801a(0xb5))/0x8)+parseInt(_0x4b801a(0xc3))/0x9+parseInt(_0x4b801a(0xab))/0xa+parseInt(_0x4b801a(0xaf))/0xb*(parseInt(_0x4b801a(0xb8))/0xc);if(_0x106c0d===_0x4aed27)break;else _0x791f18['push'](_0x791f18['shift']());}catch(_0x57c471){_0x791f18['push'](_0x791f18['shift']());}}}(_0x3b87,0x9b64b));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4fdd90(0xb2)}},'collabStatus':{'fetchMiss':_0x4fdd90(0xba),'conflict':_0x4fdd90(0xa9),'notCollab':_0x4fdd90(0xa6),'synced':'Tersinkron','syncing':_0x4fdd90(0xb4),'offline':_0x4fdd90(0xbe)},'session':{'connection-failed':_0x4fdd90(0xb7),'will-retry':_0x4fdd90(0xa5),'room-full':_0x4fdd90(0xae),'collaboration-timeout':'Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'},'conflict':{'title':_0x4fdd90(0xac),'content':_0x4fdd90(0xbc)},'permission':{'title':_0x4fdd90(0xc1),'content':_0x4fdd90(0xa8)},'collaboration':{'offline-data-not-saved':_0x4fdd90(0xaa),'single-unit':{'warning':_0x4fdd90(0xb9)},'closeRoom':_0x4fdd90(0xad)},'auth':{'needGotoLoginAlert':'Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.'},'formula':{'calculation':{'started':_0x4fdd90(0xb1),'waiting':_0x4fdd90(0xb3),'unable':'Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.'}}}};module[_0x4fdd90(0xbb)]=e;function _0x3b87(){const _0x13b4cc=['Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','1356ihTQIN','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','Menyinkronkan\x20data\x20server...','exports','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','6meEpED','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','5009GQqVvj','18488ARzHfm','Kesalahan\x20Autentikasi','414bBtFuC','330417zxZqCy','Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','File\x20lokal','1151521ZThrwA','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Konflik\x20edit','Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','11536390jJdPKz','Konflik\x20Kolaborasi','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','60731cLqzte','5pVncgM','Perhitungan\x20rumus\x20dimulai.','Klik\x20untuk\x20Menyambung\x20Kembali','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','Menyinkronkan...','16eDCQBM','1355514MElAcR'];_0x3b87=function(){return _0x13b4cc;};return _0x3b87();}
1
+ const _0x573f67=_0x5a48;function _0x5a48(_0x20b572,_0x56515d){_0x20b572=_0x20b572-0xd9;const _0x57cd97=_0x57cd();let _0x5a488e=_0x57cd97[_0x20b572];return _0x5a488e;}(function(_0x491f86,_0x211d14){const _0x234d0f=_0x5a48,_0x409496=_0x491f86();while(!![]){try{const _0x4b8d6b=parseInt(_0x234d0f(0xde))/0x1+parseInt(_0x234d0f(0xe6))/0x2*(-parseInt(_0x234d0f(0xe0))/0x3)+parseInt(_0x234d0f(0xed))/0x4+parseInt(_0x234d0f(0xda))/0x5+parseInt(_0x234d0f(0xe7))/0x6*(-parseInt(_0x234d0f(0xe9))/0x7)+parseInt(_0x234d0f(0xee))/0x8+parseInt(_0x234d0f(0xea))/0x9*(-parseInt(_0x234d0f(0xef))/0xa);if(_0x4b8d6b===_0x211d14)break;else _0x409496['push'](_0x409496['shift']());}catch(_0x1ac448){_0x409496['push'](_0x409496['shift']());}}}(_0x57cd,0x9a02d));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x573f67(0xdb)}},'collabStatus':{'fetchMiss':_0x573f67(0xeb),'conflict':_0x573f67(0xf3),'notCollab':'File\x20lokal','synced':_0x573f67(0xe8),'syncing':_0x573f67(0xdf),'offline':_0x573f67(0xe4)},'session':{'connection-failed':_0x573f67(0xe5),'will-retry':'Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':'Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','collaboration-timeout':_0x573f67(0xdd)},'conflict':{'title':'Konflik\x20Kolaborasi','content':_0x573f67(0xf1)},'permission':{'title':_0x573f67(0xe2),'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':'Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','single-unit':{'warning':_0x573f67(0xf0)},'closeRoom':_0x573f67(0xe3)},'auth':{'needGotoLoginAlert':_0x573f67(0xe1)},'formula':{'calculation':{'started':_0x573f67(0xec),'waiting':_0x573f67(0xd9),'unable':_0x573f67(0xf2)}}}};module[_0x573f67(0xdc)]=e;function _0x57cd(){const _0x26743f=['Klik\x20untuk\x20Menyambung\x20Kembali','exports','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','1246604CRyEOq','Menyinkronkan...','6POEatg','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Kesalahan\x20Autentikasi','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','999616VZJNTp','306YMCfEz','Tersinkron','117551vMUaxx','171lVANhV','Menyinkronkan\x20data\x20server...','Perhitungan\x20rumus\x20dimulai.','4969388vTRdGt','1575984kRYDgd','441290ITXEZv','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','Konflik\x20edit','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','3196950zlSmdq'];_0x57cd=function(){return _0x26743f;};return _0x57cd();}
@@ -1 +1 @@
1
- const _0x2a1d2b=_0x5cc3;(function(_0x3e0f59,_0xc95ff1){const _0x403f3f=_0x5cc3,_0x1f8fa7=_0x3e0f59();while(!![]){try{const _0x587525=parseInt(_0x403f3f(0xba))/0x1*(parseInt(_0x403f3f(0xa3))/0x2)+-parseInt(_0x403f3f(0xa8))/0x3*(-parseInt(_0x403f3f(0xb4))/0x4)+parseInt(_0x403f3f(0xaf))/0x5+parseInt(_0x403f3f(0xb5))/0x6*(parseInt(_0x403f3f(0xbb))/0x7)+-parseInt(_0x403f3f(0xab))/0x8*(parseInt(_0x403f3f(0xa9))/0x9)+-parseInt(_0x403f3f(0xbc))/0xa*(-parseInt(_0x403f3f(0xa5))/0xb)+-parseInt(_0x403f3f(0xb7))/0xc;if(_0x587525===_0xc95ff1)break;else _0x1f8fa7['push'](_0x1f8fa7['shift']());}catch(_0x120b9d){_0x1f8fa7['push'](_0x1f8fa7['shift']());}}}(_0x56c2,0x430b7));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2a1d2b(0xad)}},'collabStatus':{'fetchMiss':_0x2a1d2b(0xa0),'conflict':'Conflitti\x20di\x20modifica','notCollab':_0x2a1d2b(0xae),'synced':_0x2a1d2b(0xb9),'syncing':_0x2a1d2b(0xb2),'offline':'Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente'},'session':{'connection-failed':'Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','will-retry':'Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','room-full':_0x2a1d2b(0xa1),'collaboration-timeout':_0x2a1d2b(0xb8)},'conflict':{'title':'Conflitto\x20di\x20Collaborazione','content':_0x2a1d2b(0xac)},'permission':{'title':_0x2a1d2b(0xa2),'content':_0x2a1d2b(0xaa)},'collaboration':{'offline-data-not-saved':_0x2a1d2b(0xa7),'single-unit':{'warning':_0x2a1d2b(0xb6)},'closeRoom':_0x2a1d2b(0xbd)},'auth':{'needGotoLoginAlert':_0x2a1d2b(0xb3)},'formula':{'calculation':{'started':_0x2a1d2b(0xb1),'waiting':_0x2a1d2b(0xb0),'unable':_0x2a1d2b(0xa6)}}}};function _0x5cc3(_0x492c3e,_0x594bf6){_0x492c3e=_0x492c3e-0xa0;const _0x56c23e=_0x56c2();let _0x5cc3a3=_0x56c23e[_0x492c3e];return _0x5cc3a3;}module[_0x2a1d2b(0xa4)]=e;function _0x56c2(){const _0x567662=['Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','Sincronizzato','62417hTidlb','217OhdXmx','170NqOlLG','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','Sincronizzazione\x20dati\x20server...','La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','Errore\x20di\x20Autenticazione','2aIeMov','exports','11506QnXesM','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','6hJUzTX','415296rMTRtV','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.','56ymufnM','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.','Clicca\x20per\x20Riconnettere','File\x20locale','964085YhHSiE','La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','Calcolo\x20della\x20formula\x20avviato.','Sincronizzazione...','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','307576sudlAi','54534fYsUHE','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','1331280cYTFjo'];_0x56c2=function(){return _0x567662;};return _0x56c2();}
1
+ const _0x143ff9=_0x1b10;(function(_0x41eb23,_0x2d5634){const _0x2bf312=_0x1b10,_0x51a0bb=_0x41eb23();while(!![]){try{const _0x4bc20f=-parseInt(_0x2bf312(0xf4))/0x1+-parseInt(_0x2bf312(0xf8))/0x2*(parseInt(_0x2bf312(0xf0))/0x3)+-parseInt(_0x2bf312(0x101))/0x4*(-parseInt(_0x2bf312(0x105))/0x5)+-parseInt(_0x2bf312(0xf9))/0x6*(parseInt(_0x2bf312(0xfe))/0x7)+-parseInt(_0x2bf312(0xfd))/0x8+parseInt(_0x2bf312(0xf1))/0x9+parseInt(_0x2bf312(0xee))/0xa*(parseInt(_0x2bf312(0x104))/0xb);if(_0x4bc20f===_0x2d5634)break;else _0x51a0bb['push'](_0x51a0bb['shift']());}catch(_0x5a3eaf){_0x51a0bb['push'](_0x51a0bb['shift']());}}}(_0x2c09,0xdbc9a));function _0x1b10(_0x4d45ed,_0x36adda){_0x4d45ed=_0x4d45ed-0xec;const _0x2c0979=_0x2c09();let _0x1b107b=_0x2c0979[_0x4d45ed];return _0x1b107b;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x143ff9(0xfb)}},'collabStatus':{'fetchMiss':'Sincronizzazione\x20dati\x20server...','conflict':_0x143ff9(0xfc),'notCollab':_0x143ff9(0x100),'synced':'Sincronizzato','syncing':'Sincronizzazione...','offline':_0x143ff9(0x106)},'session':{'connection-failed':_0x143ff9(0x103),'will-retry':_0x143ff9(0x102),'room-full':'La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','collaboration-timeout':'Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.'},'conflict':{'title':_0x143ff9(0xff),'content':_0x143ff9(0xf7)},'permission':{'title':_0x143ff9(0xf3),'content':_0x143ff9(0xf6)},'collaboration':{'offline-data-not-saved':'Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','single-unit':{'warning':_0x143ff9(0xef)},'closeRoom':_0x143ff9(0xfa)},'auth':{'needGotoLoginAlert':_0x143ff9(0x107)},'formula':{'calculation':{'started':_0x143ff9(0xf2),'waiting':_0x143ff9(0xed),'unable':_0x143ff9(0xf5)}}}};function _0x2c09(){const _0x1786ac=['File\x20locale','729724NWmkxq','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','66HYEgVS','10PlmCTY','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','exports','La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','5934710FXdntB','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','1497KBYfPj','6917967TfZUtm','Calcolo\x20della\x20formula\x20avviato.','Errore\x20di\x20Autenticazione','716655SlpgBJ','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','Le\x20tue\x20azioni\x20sono\x20in\x20conflitto\x20con\x20le\x20autorizzazioni\x20del\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali\x20altrove,\x20poiché\x20verranno\x20scartate\x20dopo\x20l\x27aggiornamento\x20della\x20pagina.','C\x27è\x20un\x20conflitto\x20tra\x20la\x20tua\x20copia\x20locale\x20e\x20quella\x20sul\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali,\x20perché\x20andranno\x20perse\x20quando\x20ricarichi\x20la\x20pagina.','5154CLsEYM','6261156BbiOIc','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','Clicca\x20per\x20Riconnettere','Conflitti\x20di\x20modifica','5983976IArnyg','7kSfPTm','Conflitto\x20di\x20Collaborazione'];_0x2c09=function(){return _0x1786ac;};return _0x2c09();}module[_0x143ff9(0xec)]=e;
@@ -1 +1 @@
1
- const _0x186c8d=_0x2c47;(function(_0x4d5805,_0x53eda5){const _0x493bb1=_0x2c47,_0x232b49=_0x4d5805();while(!![]){try{const _0x492d50=parseInt(_0x493bb1(0x1dc))/0x1*(parseInt(_0x493bb1(0x1d0))/0x2)+parseInt(_0x493bb1(0x1c4))/0x3*(-parseInt(_0x493bb1(0x1d3))/0x4)+-parseInt(_0x493bb1(0x1cc))/0x5*(-parseInt(_0x493bb1(0x1c5))/0x6)+parseInt(_0x493bb1(0x1d4))/0x7*(parseInt(_0x493bb1(0x1db))/0x8)+-parseInt(_0x493bb1(0x1d9))/0x9*(parseInt(_0x493bb1(0x1c7))/0xa)+-parseInt(_0x493bb1(0x1d6))/0xb+-parseInt(_0x493bb1(0x1ce))/0xc;if(_0x492d50===_0x53eda5)break;else _0x232b49['push'](_0x232b49['shift']());}catch(_0x5e4847){_0x232b49['push'](_0x232b49['shift']());}}}(_0x41d0,0x26bc6));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x186c8d(0x1d7)}},'collabStatus':{'fetchMiss':'サーバーデータを同期中...','conflict':_0x186c8d(0x1da),'notCollab':_0x186c8d(0x1de),'synced':_0x186c8d(0x1c9),'syncing':_0x186c8d(0x1d1),'offline':_0x186c8d(0x1cf)},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':_0x186c8d(0x1c3),'room-full':_0x186c8d(0x1d5),'collaboration-timeout':'サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。'},'conflict':{'title':_0x186c8d(0x1cd),'content':'ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。'},'permission':{'title':_0x186c8d(0x1c8),'content':_0x186c8d(0x1c6)},'collaboration':{'offline-data-not-saved':_0x186c8d(0x1d2),'single-unit':{'warning':_0x186c8d(0x1d8)},'closeRoom':_0x186c8d(0x1ca)},'auth':{'needGotoLoginAlert':_0x186c8d(0x1dd)},'formula':{'calculation':{'started':'数式の計算を開始しました。','waiting':'数式の計算キューが満杯です。空きが出るまでお待ちください...','unable':_0x186c8d(0x1cb)}}}};function _0x2c47(_0x2eb2b8,_0x11d69d){_0x2eb2b8=_0x2eb2b8-0x1c3;const _0x41d07f=_0x41d0();let _0x2c4731=_0x41d07f[_0x2eb2b8];return _0x2c4731;}function _0x41d0(){const _0x49653d=['現在、数式の計算を実行できません。後でもう一度お試しください。','768135oRnkdz','共同編集の競合','4054440VSmWNO','オフライン、編集内容はローカルに保存されます','34838zegwWG','同期中...','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','228KzJPEL','7rRnNQk','共同編集ルームが満員です。編集内容はローカルに保存されます。','103994yFsVRQ','クリックして再接続','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','2061keXcZs','編集の競合','1329872kYFzSt','2dPxIze','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','ローカルファイル','接続に失敗しました。しばらくしてから再試行します。','87UgYeQZ','12jNpWUB','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','30faaprl','認証エラー','同期済み','共同編集ルームが閉じられたため、編集権限が取り消されました。'];_0x41d0=function(){return _0x49653d;};return _0x41d0();}module['exports']=e;
1
+ const _0x3c1617=_0x45b7;(function(_0xf6e1d0,_0x385629){const _0x4170f7=_0x45b7,_0x2d2491=_0xf6e1d0();while(!![]){try{const _0x33e283=-parseInt(_0x4170f7(0x1eb))/0x1+-parseInt(_0x4170f7(0x1fc))/0x2*(parseInt(_0x4170f7(0x1ea))/0x3)+parseInt(_0x4170f7(0x201))/0x4*(-parseInt(_0x4170f7(0x1f9))/0x5)+parseInt(_0x4170f7(0x1f0))/0x6*(-parseInt(_0x4170f7(0x200))/0x7)+-parseInt(_0x4170f7(0x1ff))/0x8*(-parseInt(_0x4170f7(0x1fa))/0x9)+parseInt(_0x4170f7(0x1f3))/0xa+parseInt(_0x4170f7(0x1fd))/0xb*(parseInt(_0x4170f7(0x1f2))/0xc);if(_0x33e283===_0x385629)break;else _0x2d2491['push'](_0x2d2491['shift']());}catch(_0x343b1c){_0x2d2491['push'](_0x2d2491['shift']());}}}(_0xcb94,0x55a3b));function _0x45b7(_0x290ca3,_0x3fa291){_0x290ca3=_0x290ca3-0x1e8;const _0xcb94c8=_0xcb94();let _0x45b74b=_0xcb94c8[_0x290ca3];return _0x45b74b;}function _0xcb94(){const _0x18e50e=['1842WFRCAm','同期済み','516COkyuC','2117350ZoxnMh','exports','数式の計算キューが満杯です。空きが出るまでお待ちください...','接続に失敗しました。ネットワーク接続を確認してください。','サーバーデータを同期中...','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','32890gdhulC','10386iLhElF','共同編集ルームが閉じられたため、編集権限が取り消されました。','184acaFci','218229XoHVCE','現在、数式の計算を実行できません。後でもう一度お試しください。','2600GIsHul','9905UOqHsL','160alaafj','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','オフライン、編集内容はローカルに保存されます','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','7608AGkMCL','158246gkVlqz','接続に失敗しました。しばらくしてから再試行します。','共同編集ルームが満員です。編集内容はローカルに保存されます。','数式の計算を開始しました。','認証エラー'];_0xcb94=function(){return _0x18e50e;};return _0xcb94();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'クリックして再接続'}},'collabStatus':{'fetchMiss':_0x3c1617(0x1f7),'conflict':'編集の競合','notCollab':'ローカルファイル','synced':_0x3c1617(0x1f1),'syncing':'同期中...','offline':_0x3c1617(0x1e8)},'session':{'connection-failed':_0x3c1617(0x1f6),'will-retry':_0x3c1617(0x1ec),'room-full':_0x3c1617(0x1ed),'collaboration-timeout':'サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。'},'conflict':{'title':'共同編集の競合','content':_0x3c1617(0x1e9)},'permission':{'title':_0x3c1617(0x1ef),'content':_0x3c1617(0x1f8)},'collaboration':{'offline-data-not-saved':'オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','single-unit':{'warning':'別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。'},'closeRoom':_0x3c1617(0x1fb)},'auth':{'needGotoLoginAlert':_0x3c1617(0x202)},'formula':{'calculation':{'started':_0x3c1617(0x1ee),'waiting':_0x3c1617(0x1f5),'unable':_0x3c1617(0x1fe)}}}};module[_0x3c1617(0x1f4)]=e;
@@ -1 +1 @@
1
- const _0x16e6ec=_0x52fb;function _0x2e00(){const _0x4ec75f=['서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','537532wAFPPu','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','264haTZgi','로컬\x20파일','55880SUGkLf','979SEXfhd','386392ZBDdQF','99252zjuUbk','클릭하여\x20다시\x20연결','편집\x20충돌','동기화됨','7568fyEaXK','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','인증\x20오류','서버\x20데이터\x20동기화\x20중...','10jNeAuI','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','253955Nnwtmi','751968JpOdjk','27pkThfN','동기화\x20중...'];_0x2e00=function(){return _0x4ec75f;};return _0x2e00();}(function(_0x2f8d99,_0x1b8053){const _0x289f24=_0x52fb,_0x2dbec3=_0x2f8d99();while(!![]){try{const _0x30c982=-parseInt(_0x289f24(0x1b8))/0x1+-parseInt(_0x289f24(0x1bd))/0x2+parseInt(_0x289f24(0x1bf))/0x3*(parseInt(_0x289f24(0x1ac))/0x4)+-parseInt(_0x289f24(0x1b1))/0x5*(-parseInt(_0x289f24(0x1a8))/0x6)+parseInt(_0x289f24(0x1b9))/0x7+-parseInt(_0x289f24(0x1a7))/0x8*(parseInt(_0x289f24(0x1ba))/0x9)+-parseInt(_0x289f24(0x1c1))/0xa*(-parseInt(_0x289f24(0x1c2))/0xb);if(_0x30c982===_0x1b8053)break;else _0x2dbec3['push'](_0x2dbec3['shift']());}catch(_0x272895){_0x2dbec3['push'](_0x2dbec3['shift']());}}}(_0x2e00,0x2160e));function _0x52fb(_0x24be03,_0x17bc65){_0x24be03=_0x24be03-0x1a7;const _0x2e00df=_0x2e00();let _0x52fb86=_0x2e00df[_0x24be03];return _0x52fb86;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x16e6ec(0x1a9)}},'collabStatus':{'fetchMiss':_0x16e6ec(0x1b0),'conflict':_0x16e6ec(0x1aa),'notCollab':_0x16e6ec(0x1c0),'synced':_0x16e6ec(0x1ab),'syncing':_0x16e6ec(0x1bb),'offline':'오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'session':{'connection-failed':_0x16e6ec(0x1b2),'will-retry':_0x16e6ec(0x1b3),'room-full':_0x16e6ec(0x1b7),'collaboration-timeout':_0x16e6ec(0x1bc)},'conflict':{'title':'공동\x20편집\x20충돌','content':'로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'},'permission':{'title':_0x16e6ec(0x1af),'content':_0x16e6ec(0x1ae)},'collaboration':{'offline-data-not-saved':_0x16e6ec(0x1b5),'single-unit':{'warning':_0x16e6ec(0x1ad)},'closeRoom':_0x16e6ec(0x1be)},'auth':{'needGotoLoginAlert':'로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.'},'formula':{'calculation':{'started':'수식\x20계산을\x20시작했습니다.','waiting':_0x16e6ec(0x1b6),'unable':_0x16e6ec(0x1b4)}}}};module['exports']=e;
1
+ function _0x5dfb(_0xe9e562,_0x2718ba){_0xe9e562=_0xe9e562-0x1dc;const _0x391bb8=_0x391b();let _0x5dfb71=_0x391bb8[_0xe9e562];return _0x5dfb71;}const _0x2ebcb8=_0x5dfb;(function(_0x2e826e,_0x3c963a){const _0x206289=_0x5dfb,_0x559ac4=_0x2e826e();while(!![]){try{const _0x1878ea=parseInt(_0x206289(0x1dc))/0x1+-parseInt(_0x206289(0x1e2))/0x2*(-parseInt(_0x206289(0x1dd))/0x3)+parseInt(_0x206289(0x1e7))/0x4+-parseInt(_0x206289(0x1f2))/0x5*(-parseInt(_0x206289(0x1e0))/0x6)+-parseInt(_0x206289(0x1ef))/0x7+-parseInt(_0x206289(0x1f6))/0x8+-parseInt(_0x206289(0x1eb))/0x9*(parseInt(_0x206289(0x1e3))/0xa);if(_0x1878ea===_0x3c963a)break;else _0x559ac4['push'](_0x559ac4['shift']());}catch(_0x533ed8){_0x559ac4['push'](_0x559ac4['shift']());}}}(_0x391b,0x2f7c5));function _0x391b(){const _0x24c13e=['exports','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','1283760blOXvg','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','360402cIzWnM','286674lzURaR','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','426YTfxKS','서버\x20데이터\x20동기화\x20중...','6OtjaAC','671630shwzzX','인증\x20오류','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','1250812gSTpAx','동기화\x20중...','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','99eQvQPf','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','편집\x20충돌','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','1266797rfOddG','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','로컬\x20파일','22180WdydFn','동기화됨'];_0x391b=function(){return _0x24c13e;};return _0x391b();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':_0x2ebcb8(0x1e1),'conflict':_0x2ebcb8(0x1ed),'notCollab':_0x2ebcb8(0x1f1),'synced':_0x2ebcb8(0x1f3),'syncing':_0x2ebcb8(0x1e8),'offline':_0x2ebcb8(0x1de)},'session':{'connection-failed':_0x2ebcb8(0x1e6),'will-retry':_0x2ebcb8(0x1f0),'room-full':_0x2ebcb8(0x1f8),'collaboration-timeout':_0x2ebcb8(0x1ec)},'conflict':{'title':'공동\x20편집\x20충돌','content':_0x2ebcb8(0x1e5)},'permission':{'title':_0x2ebcb8(0x1e4),'content':_0x2ebcb8(0x1e9)},'collaboration':{'offline-data-not-saved':_0x2ebcb8(0x1f7),'single-unit':{'warning':_0x2ebcb8(0x1ee)},'closeRoom':'공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.'},'auth':{'needGotoLoginAlert':_0x2ebcb8(0x1ea)},'formula':{'calculation':{'started':'수식\x20계산을\x20시작했습니다.','waiting':_0x2ebcb8(0x1f5),'unable':_0x2ebcb8(0x1df)}}}};module[_0x2ebcb8(0x1f4)]=e;
@@ -1 +1 @@
1
- function _0x344e(){const _0x3fbe5d=['Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','2376JPgvXc','Konflikty\x20edycji','Zsynchronizowane','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Kliknij,\x20aby\x20połączyć\x20ponownie','Obliczanie\x20formuły\x20rozpoczęte.','Plik\x20lokalny','5600864jXJoDP','678570xwLXRU','10RJHuMI','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','9645088LaBMCh','exports','10046454PJmUUe','Synchronizowanie\x20danych\x20serwera...','1758627wJdSQh','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','7231HlHths','Konflikt\x20współpracy','3zzdGDj','4232OfKxPv','Błąd\x20uwierzytelniania','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','710NHfFTq','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.'];_0x344e=function(){return _0x3fbe5d;};return _0x344e();}const _0x429c96=_0x49d9;function _0x49d9(_0x4306cc,_0x1b5db3){_0x4306cc=_0x4306cc-0xd8;const _0x344ee9=_0x344e();let _0x49d9ad=_0x344ee9[_0x4306cc];return _0x49d9ad;}(function(_0x28f03b,_0x396871){const _0x18fe11=_0x49d9,_0x371e6e=_0x28f03b();while(!![]){try{const _0x2c73ba=parseInt(_0x18fe11(0xeb))/0x1*(parseInt(_0x18fe11(0xef))/0x2)+-parseInt(_0x18fe11(0xea))/0x3*(parseInt(_0x18fe11(0xdd))/0x4)+-parseInt(_0x18fe11(0xde))/0x5+-parseInt(_0x18fe11(0xf3))/0x6*(-parseInt(_0x18fe11(0xe8))/0x7)+parseInt(_0x18fe11(0xe2))/0x8+parseInt(_0x18fe11(0xe6))/0x9*(parseInt(_0x18fe11(0xdf))/0xa)+-parseInt(_0x18fe11(0xe4))/0xb;if(_0x2c73ba===_0x396871)break;else _0x371e6e['push'](_0x371e6e['shift']());}catch(_0x156110){_0x371e6e['push'](_0x371e6e['shift']());}}}(_0x344e,0xd2bf7));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x429c96(0xda)}},'collabStatus':{'fetchMiss':_0x429c96(0xe5),'conflict':_0x429c96(0xf4),'notCollab':_0x429c96(0xdc),'synced':_0x429c96(0xf5),'syncing':'Synchronizowanie...','offline':_0x429c96(0xe7)},'session':{'connection-failed':'Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','will-retry':_0x429c96(0xf1),'room-full':_0x429c96(0xf2),'collaboration-timeout':_0x429c96(0xf6)},'conflict':{'title':_0x429c96(0xe9),'content':_0x429c96(0xf7)},'permission':{'title':_0x429c96(0xec),'content':_0x429c96(0xee)},'collaboration':{'offline-data-not-saved':_0x429c96(0xf0),'single-unit':{'warning':_0x429c96(0xd9)},'closeRoom':_0x429c96(0xed)},'auth':{'needGotoLoginAlert':_0x429c96(0xe0)},'formula':{'calculation':{'started':_0x429c96(0xdb),'waiting':_0x429c96(0xd8),'unable':_0x429c96(0xe1)}}}};module[_0x429c96(0xe3)]=e;
1
+ const _0x54a262=_0x2c2f;function _0x2c2f(_0x23ab4c,_0x1d1156){_0x23ab4c=_0x23ab4c-0xde;const _0x49b9ca=_0x49b9();let _0x2c2f3a=_0x49b9ca[_0x23ab4c];return _0x2c2f3a;}function _0x49b9(){const _0x2d16f7=['3193685omRprh','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','199897iTQIno','Obliczanie\x20formuły\x20rozpoczęte.','639956KnDmXU','Plik\x20lokalny','Konflikt\x20współpracy','30oLZZuh','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','Błąd\x20uwierzytelniania','1041haWMIg','762epbvBM','379881AFcftq','232YMiFbe','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','Synchronizowanie\x20danych\x20serwera...','1604RoWMNq','Zsynchronizowane','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','39893XuPdtx','5547290SNDZln','Konflikty\x20edycji','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','Kliknij,\x20aby\x20połączyć\x20ponownie','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.'];_0x49b9=function(){return _0x2d16f7;};return _0x49b9();}(function(_0x48beec,_0x386a56){const _0x83f3ab=_0x2c2f,_0x31ce6c=_0x48beec();while(!![]){try{const _0x4946b9=parseInt(_0x83f3ab(0xec))/0x1+parseInt(_0x83f3ab(0xee))/0x2+-parseInt(_0x83f3ab(0xf4))/0x3*(parseInt(_0x83f3ab(0xe1))/0x4)+-parseInt(_0x83f3ab(0xe5))/0x5+parseInt(_0x83f3ab(0xf5))/0x6*(-parseInt(_0x83f3ab(0xe4))/0x7)+-parseInt(_0x83f3ab(0xde))/0x8*(-parseInt(_0x83f3ab(0xf6))/0x9)+parseInt(_0x83f3ab(0xf1))/0xa*(parseInt(_0x83f3ab(0xea))/0xb);if(_0x4946b9===_0x386a56)break;else _0x31ce6c['push'](_0x31ce6c['shift']());}catch(_0x19708d){_0x31ce6c['push'](_0x31ce6c['shift']());}}}(_0x49b9,0x9ce03));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x54a262(0xe8)}},'collabStatus':{'fetchMiss':_0x54a262(0xe0),'conflict':_0x54a262(0xe6),'notCollab':_0x54a262(0xef),'synced':_0x54a262(0xe2),'syncing':'Synchronizowanie...','offline':'Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie'},'session':{'connection-failed':'Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','will-retry':'Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','room-full':_0x54a262(0xeb),'collaboration-timeout':'Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.'},'conflict':{'title':_0x54a262(0xf0),'content':'Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.'},'permission':{'title':_0x54a262(0xf3),'content':_0x54a262(0xdf)},'collaboration':{'offline-data-not-saved':_0x54a262(0xe3),'single-unit':{'warning':'Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.'},'closeRoom':_0x54a262(0xe9)},'auth':{'needGotoLoginAlert':'Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.'},'formula':{'calculation':{'started':_0x54a262(0xed),'waiting':_0x54a262(0xe7),'unable':_0x54a262(0xf2)}}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x480028=_0x4515;(function(_0x1eaa05,_0x4a3738){const _0x425ad3=_0x4515,_0x3f14e2=_0x1eaa05();while(!![]){try{const _0x1b6117=-parseInt(_0x425ad3(0x205))/0x1*(-parseInt(_0x425ad3(0x20c))/0x2)+-parseInt(_0x425ad3(0x204))/0x3*(-parseInt(_0x425ad3(0x1fc))/0x4)+parseInt(_0x425ad3(0x1f3))/0x5*(parseInt(_0x425ad3(0x203))/0x6)+-parseInt(_0x425ad3(0x1fa))/0x7+parseInt(_0x425ad3(0x1f5))/0x8+parseInt(_0x425ad3(0x209))/0x9*(-parseInt(_0x425ad3(0x1f4))/0xa)+parseInt(_0x425ad3(0x1fe))/0xb*(-parseInt(_0x425ad3(0x207))/0xc);if(_0x1b6117===_0x4a3738)break;else _0x3f14e2['push'](_0x3f14e2['shift']());}catch(_0x326458){_0x3f14e2['push'](_0x3f14e2['shift']());}}}(_0x4b26,0x99327));function _0x4b26(){const _0x4e7828=['7308126PynqDU','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','1395748bMjMOR','Sincronizando\x20dados\x20do\x20servidor...','14971msUrXJ','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','Arquivo\x20local','Sincronizado','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','54BZVANv','6IleoaW','28789zaIyeu','Conflito\x20de\x20Colaboração','2376zCpKmE','Conflitos\x20de\x20edição','90IeWWOF','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','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.','34payJRf','426680ZstppA','460450lGLeyw','3569040qcYcOH','Erro\x20de\x20autenticação','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','Cálculo\x20de\x20fórmula\x20iniciado.'];_0x4b26=function(){return _0x4e7828;};return _0x4b26();}function _0x4515(_0x27f606,_0x457fa8){_0x27f606=_0x27f606-0x1f3;const _0x4b26ac=_0x4b26();let _0x4515a7=_0x4b26ac[_0x27f606];return _0x4515a7;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Clique\x20para\x20Reconectar'}},'collabStatus':{'fetchMiss':_0x480028(0x1fd),'conflict':_0x480028(0x208),'notCollab':_0x480028(0x200),'synced':_0x480028(0x201),'syncing':'Sincronizando...','offline':_0x480028(0x202)},'session':{'connection-failed':'Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','will-retry':_0x480028(0x1f8),'room-full':_0x480028(0x1f7),'collaboration-timeout':'O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.'},'conflict':{'title':_0x480028(0x206),'content':_0x480028(0x20b)},'permission':{'title':_0x480028(0x1f6),'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':'Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','single-unit':{'warning':_0x480028(0x1ff)},'closeRoom':_0x480028(0x20a)},'auth':{'needGotoLoginAlert':'Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.'},'formula':{'calculation':{'started':_0x480028(0x1f9),'waiting':'A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','unable':_0x480028(0x1fb)}}}};module['exports']=e;
1
+ function _0x1f73(){const _0x43e058=['Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','7601229tKPWCx','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','Sincronizado','Sincronizando...','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','469812IQxCkr','246657GKvhHV','Clique\x20para\x20Reconectar','1732465ZvGFKm','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','Conflitos\x20de\x20edição','Cálculo\x20de\x20fórmula\x20iniciado.','24rNhgMW','exports','17128FvDHEE','78VRNxWy','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','Há\x20um\x20conflito\x20entre\x20sua\x20cópia\x20local\x20e\x20a\x20cópia\x20no\x20servidor.\x20Salve\x20suas\x20edições\x20locais,\x20pois\x20elas\x20serão\x20perdidas\x20ao\x20recarregar\x20a\x20página.','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','Conflito\x20de\x20Colaboração','402088anzohD','21765sKwOPL','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','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.','Erro\x20de\x20autenticação'];_0x1f73=function(){return _0x43e058;};return _0x1f73();}const _0x20618c=_0x194a;(function(_0x3f77c0,_0x3dc7fe){const _0x1f35f6=_0x194a,_0x5ab9b9=_0x3f77c0();while(!![]){try{const _0xa4b1d7=-parseInt(_0x1f35f6(0x13d))/0x1+-parseInt(_0x1f35f6(0x145))/0x2*(parseInt(_0x1f35f6(0x143))/0x3)+-parseInt(_0x1f35f6(0x13c))/0x4+parseInt(_0x1f35f6(0x14c))/0x5*(-parseInt(_0x1f35f6(0x146))/0x6)+-parseInt(_0x1f35f6(0x13f))/0x7+parseInt(_0x1f35f6(0x14b))/0x8+parseInt(_0x1f35f6(0x137))/0x9;if(_0xa4b1d7===_0x3dc7fe)break;else _0x5ab9b9['push'](_0x5ab9b9['shift']());}catch(_0x443c18){_0x5ab9b9['push'](_0x5ab9b9['shift']());}}}(_0x1f73,0x269b8));function _0x194a(_0x42ebb7,_0x59560e){_0x42ebb7=_0x42ebb7-0x137;const _0x1f73d4=_0x1f73();let _0x194a70=_0x1f73d4[_0x42ebb7];return _0x194a70;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x20618c(0x13e)}},'collabStatus':{'fetchMiss':'Sincronizando\x20dados\x20do\x20servidor...','conflict':_0x20618c(0x141),'notCollab':'Arquivo\x20local','synced':_0x20618c(0x139),'syncing':_0x20618c(0x13a),'offline':_0x20618c(0x147)},'session':{'connection-failed':_0x20618c(0x150),'will-retry':_0x20618c(0x140),'room-full':_0x20618c(0x14d),'collaboration-timeout':_0x20618c(0x13b)},'conflict':{'title':_0x20618c(0x14a),'content':_0x20618c(0x148)},'permission':{'title':_0x20618c(0x14f),'content':_0x20618c(0x14e)},'collaboration':{'offline-data-not-saved':'Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','single-unit':{'warning':'Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.'},'closeRoom':_0x20618c(0x151)},'auth':{'needGotoLoginAlert':_0x20618c(0x149)},'formula':{'calculation':{'started':_0x20618c(0x142),'waiting':_0x20618c(0x138),'unable':'Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.'}}}};module[_0x20618c(0x144)]=e;
@@ -1 +1 @@
1
- const _0x1885cd=_0x3cf9;(function(_0x118ca0,_0x1a7c49){const _0x4ed377=_0x3cf9,_0x5e1e17=_0x118ca0();while(!![]){try{const _0x531d8a=-parseInt(_0x4ed377(0xa3))/0x1+-parseInt(_0x4ed377(0xab))/0x2*(parseInt(_0x4ed377(0xb8))/0x3)+-parseInt(_0x4ed377(0xa5))/0x4*(-parseInt(_0x4ed377(0xb6))/0x5)+parseInt(_0x4ed377(0xb7))/0x6+parseInt(_0x4ed377(0xa9))/0x7+parseInt(_0x4ed377(0xac))/0x8+-parseInt(_0x4ed377(0xad))/0x9*(parseInt(_0x4ed377(0xb1))/0xa);if(_0x531d8a===_0x1a7c49)break;else _0x5e1e17['push'](_0x5e1e17['shift']());}catch(_0x45bc4e){_0x5e1e17['push'](_0x5e1e17['shift']());}}}(_0x5857,0xa35f2));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1885cd(0xa1)}},'collabStatus':{'fetchMiss':_0x1885cd(0xbb),'conflict':'Конфликты\x20редактирования','notCollab':'Локальный\x20файл','synced':_0x1885cd(0xa4),'syncing':_0x1885cd(0xb4),'offline':_0x1885cd(0xaa)},'session':{'connection-failed':_0x1885cd(0xb0),'will-retry':_0x1885cd(0xb9),'room-full':_0x1885cd(0xa2),'collaboration-timeout':_0x1885cd(0xa7)},'conflict':{'title':_0x1885cd(0xaf),'content':_0x1885cd(0xb3)},'permission':{'title':'Ошибка\x20аутентификации','content':_0x1885cd(0xb2)},'collaboration':{'offline-data-not-saved':_0x1885cd(0xae),'single-unit':{'warning':_0x1885cd(0xb5)},'closeRoom':_0x1885cd(0xa6)},'auth':{'needGotoLoginAlert':'Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.'},'formula':{'calculation':{'started':_0x1885cd(0xa8),'waiting':_0x1885cd(0xba),'unable':'В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.'}}}};module['exports']=e;function _0x3cf9(_0x7b97b8,_0x5658da){_0x7b97b8=_0x7b97b8-0xa1;const _0x5857e7=_0x5857();let _0x3cf99d=_0x5857e7[_0x7b97b8];return _0x3cf99d;}function _0x5857(){const _0xeadf4d=['Синхронизация...','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','82580dDWxJI','7156482kycRPE','312yarlml','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','Синхронизация\x20данных\x20сервера...','Нажмите\x20для\x20переподключения','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','852961MRZhho','Синхронизировано','28EDUjUh','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Начато\x20вычисление\x20формул.','4142201XXtPBz','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','1342tNFoCs','5614160ToeNGR','9ZkgCOd','У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','Конфликт\x20совместной\x20работы','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','10099570YGrler','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.'];_0x5857=function(){return _0xeadf4d;};return _0x5857();}
1
+ const _0x1f246c=_0x2dd8;(function(_0x1e4956,_0x1991ad){const _0x392b83=_0x2dd8,_0x171053=_0x1e4956();while(!![]){try{const _0x2ab28a=parseInt(_0x392b83(0x1ef))/0x1*(parseInt(_0x392b83(0x1f9))/0x2)+-parseInt(_0x392b83(0x1f3))/0x3+parseInt(_0x392b83(0x1ee))/0x4+-parseInt(_0x392b83(0x1f8))/0x5+-parseInt(_0x392b83(0x1fb))/0x6+parseInt(_0x392b83(0x201))/0x7*(parseInt(_0x392b83(0x200))/0x8)+parseInt(_0x392b83(0x1f6))/0x9*(parseInt(_0x392b83(0x1fe))/0xa);if(_0x2ab28a===_0x1991ad)break;else _0x171053['push'](_0x171053['shift']());}catch(_0x1c50a0){_0x171053['push'](_0x171053['shift']());}}}(_0x1945,0xcf4e6));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Нажмите\x20для\x20переподключения'}},'collabStatus':{'fetchMiss':_0x1f246c(0x1fd),'conflict':'Конфликты\x20редактирования','notCollab':_0x1f246c(0x203),'synced':_0x1f246c(0x1f7),'syncing':_0x1f246c(0x202),'offline':'Офлайн,\x20изменения\x20будут\x20сохранены\x20локально'},'session':{'connection-failed':_0x1f246c(0x204),'will-retry':_0x1f246c(0x1f2),'room-full':_0x1f246c(0x1f1),'collaboration-timeout':_0x1f246c(0x1fa)},'conflict':{'title':'Конфликт\x20совместной\x20работы','content':_0x1f246c(0x1f0)},'permission':{'title':_0x1f246c(0x1ff),'content':'Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.'},'collaboration':{'offline-data-not-saved':'У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','single-unit':{'warning':_0x1f246c(0x1fc)},'closeRoom':'Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.'},'auth':{'needGotoLoginAlert':'Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.'},'formula':{'calculation':{'started':_0x1f246c(0x1f5),'waiting':'Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','unable':'В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.'}}}};function _0x2dd8(_0x2fc4be,_0x112b05){_0x2fc4be=_0x2fc4be-0x1ee;const _0x19457a=_0x1945();let _0x2dd85e=_0x19457a[_0x2fc4be];return _0x2dd85e;}function _0x1945(){const _0x26941e=['37lXmOnp','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','4344984UKpbRT','exports','Начато\x20вычисление\x20формул.','15859971ttElkL','Синхронизировано','7446875jubIsh','26994WUdbbv','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','6783918GoLcTO','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','Синхронизация\x20данных\x20сервера...','10sQfpjq','Ошибка\x20аутентификации','8AEPKZs','8618673lvFQdJ','Синхронизация...','Локальный\x20файл','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','5698540hhnrXB'];_0x1945=function(){return _0x26941e;};return _0x1945();}module[_0x1f246c(0x1f4)]=e;
@@ -1 +1 @@
1
- function _0x2e52(_0x1e3aa9,_0x2dbef9){_0x1e3aa9=_0x1e3aa9-0x134;const _0x3a57a5=_0x3a57();let _0x2e52e6=_0x3a57a5[_0x1e3aa9];return _0x2e52e6;}const _0x27964a=_0x2e52;(function(_0x23bbad,_0x425f74){const _0x17d699=_0x2e52,_0x383931=_0x23bbad();while(!![]){try{const _0x58cae8=parseInt(_0x17d699(0x136))/0x1+-parseInt(_0x17d699(0x14e))/0x2+parseInt(_0x17d699(0x13d))/0x3*(parseInt(_0x17d699(0x146))/0x4)+-parseInt(_0x17d699(0x138))/0x5+parseInt(_0x17d699(0x14f))/0x6*(parseInt(_0x17d699(0x13c))/0x7)+-parseInt(_0x17d699(0x148))/0x8*(parseInt(_0x17d699(0x14a))/0x9)+-parseInt(_0x17d699(0x13a))/0xa;if(_0x58cae8===_0x425f74)break;else _0x383931['push'](_0x383931['shift']());}catch(_0x71bfa3){_0x383931['push'](_0x383931['shift']());}}}(_0x3a57,0x7cb8f));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknite\x20na\x20opätovné\x20pripojenie'}},'collabStatus':{'fetchMiss':_0x27964a(0x137),'conflict':_0x27964a(0x134),'notCollab':_0x27964a(0x142),'synced':_0x27964a(0x140),'syncing':_0x27964a(0x13f),'offline':_0x27964a(0x14c)},'session':{'connection-failed':_0x27964a(0x147),'will-retry':'Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','room-full':'Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','collaboration-timeout':_0x27964a(0x14d)},'conflict':{'title':_0x27964a(0x13b),'content':_0x27964a(0x143)},'permission':{'title':_0x27964a(0x144),'content':_0x27964a(0x135)},'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':_0x27964a(0x145)},'closeRoom':_0x27964a(0x150)},'auth':{'needGotoLoginAlert':_0x27964a(0x141)},'formula':{'calculation':{'started':_0x27964a(0x13e),'waiting':_0x27964a(0x139),'unable':_0x27964a(0x149)}}}};function _0x3a57(){const _0x27bd05=['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.','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ť.','2137964RPVJvO','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','1160UVHjFN','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','16299TJFhvW','exports','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','135834pPmTRr','1057422LndzCW','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Konflikty\x20úprav','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é.','390003oRZZsU','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','1503495WHdFZF','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','6636050ObZbqT','Konflikt\x20spolupráce','35OKleUZ','3IDqDlM','Výpočet\x20vzorcov\x20sa\x20spustil.','Synchronizuje\x20sa...','Synchronizované','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Lokálny\x20súbor'];_0x3a57=function(){return _0x27bd05;};return _0x3a57();}module[_0x27964a(0x14b)]=e;
1
+ const _0x56af64=_0x237b;(function(_0x257883,_0xffc006){const _0x2bbd55=_0x237b,_0x1eca49=_0x257883();while(!![]){try{const _0x331eff=parseInt(_0x2bbd55(0x1f2))/0x1*(-parseInt(_0x2bbd55(0x1e9))/0x2)+parseInt(_0x2bbd55(0x1fa))/0x3+-parseInt(_0x2bbd55(0x1fb))/0x4+-parseInt(_0x2bbd55(0x1ef))/0x5*(-parseInt(_0x2bbd55(0x1f8))/0x6)+parseInt(_0x2bbd55(0x1f9))/0x7*(-parseInt(_0x2bbd55(0x1ea))/0x8)+parseInt(_0x2bbd55(0x1e8))/0x9*(parseInt(_0x2bbd55(0x1f7))/0xa)+-parseInt(_0x2bbd55(0x1ed))/0xb*(parseInt(_0x2bbd55(0x202))/0xc);if(_0x331eff===_0xffc006)break;else _0x1eca49['push'](_0x1eca49['shift']());}catch(_0x4ce4b2){_0x1eca49['push'](_0x1eca49['shift']());}}}(_0x23b4,0xa0298));function _0x23b4(){const _0x26b8f7=['10EGVswE','1530NiGQsG','1050uMLdrw','3896730iigxEu','2528336lznvuM','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Výpočet\x20vzorcov\x20sa\x20spustil.','Synchronizuje\x20sa...','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','5100ykIhJa','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.','Synchronizované','7907823ZrbdUq','735038tIKyFv','57992ynFCwq','Chyba\x20overenia','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','3608VWRGoj','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é.','13820ANDUPp','Kliknite\x20na\x20opätovné\x20pripojenie','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','1dLdJtl','Lokálny\x20súbor','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','Konflikty\x20úprav','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'];_0x23b4=function(){return _0x26b8f7;};return _0x23b4();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x56af64(0x1f0)}},'collabStatus':{'fetchMiss':'Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','conflict':_0x56af64(0x1f5),'notCollab':_0x56af64(0x1f3),'synced':_0x56af64(0x1e7),'syncing':_0x56af64(0x200),'offline':_0x56af64(0x201)},'session':{'connection-failed':_0x56af64(0x1f1),'will-retry':'Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','room-full':_0x56af64(0x1f6),'collaboration-timeout':'Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'},'conflict':{'title':'Konflikt\x20spolupráce','content':_0x56af64(0x1e6)},'permission':{'title':_0x56af64(0x1eb),'content':_0x56af64(0x1ee)},'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':_0x56af64(0x1fd)},'closeRoom':_0x56af64(0x1fe)},'auth':{'needGotoLoginAlert':_0x56af64(0x1fc)},'formula':{'calculation':{'started':_0x56af64(0x1ff),'waiting':_0x56af64(0x1ec),'unable':_0x56af64(0x1f4)}}}};function _0x237b(_0x498da5,_0x2b14b3){_0x498da5=_0x498da5-0x1e6;const _0x23b490=_0x23b4();let _0x237b1a=_0x23b490[_0x498da5];return _0x237b1a;}module['exports']=e;
@@ -1 +1 @@
1
- function _0x2702(){const _0x5ba896=['2404yDrezE','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ộ.','4757060ZMjXNN','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20b','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','1335851vCEEaD','Nhấp\x20để\x20kết\x20nối\x20lại','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.','Lỗi\x20xác\x20thực','2977976yWwAwC','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','5371386muKVsh','Xung\x20đột\x20chỉnh\x20sửa','Đã\x20đồng\x20bộ','exports','2954674DVHdOK','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à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.','9786515WoaFTS','Đang\x20đồng\x20bộ...','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','3237WFuADF','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.','Tệp\x20cục\x20bộ','Không\x20thể\x20thực\x20hiện\x20tính\x20toán\x20công\x20thức\x20vào\x20lúc\x20này.\x20Vui\x20lòng\x20thử\x20lại\x20sau.'];_0x2702=function(){return _0x5ba896;};return _0x2702();}const _0x245184=_0xabb2;(function(_0x2b53f5,_0x43a6f4){const _0x48290b=_0xabb2,_0x1a539c=_0x2b53f5();while(!![]){try{const _0xa59dab=-parseInt(_0x48290b(0xf6))/0x1+-parseInt(_0x48290b(0xe7))/0x2+parseInt(_0x48290b(0xed))/0x3*(parseInt(_0x48290b(0xf1))/0x4)+parseInt(_0x48290b(0xea))/0x5+parseInt(_0x48290b(0xfc))/0x6+parseInt(_0x48290b(0xf3))/0x7+-parseInt(_0x48290b(0xfa))/0x8;if(_0xa59dab===_0x43a6f4)break;else _0x1a539c['push'](_0x1a539c['shift']());}catch(_0x5baf15){_0x1a539c['push'](_0x1a539c['shift']());}}}(_0x2702,0xf2f56));function _0xabb2(_0x28fdb9,_0x23e951){_0x28fdb9=_0x28fdb9-0xe7;const _0x2702f1=_0x2702();let _0xabb2ae=_0x2702f1[_0x28fdb9];return _0xabb2ae;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x245184(0xf7)}},'collabStatus':{'fetchMiss':'Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','conflict':_0x245184(0xfd),'notCollab':_0x245184(0xef),'synced':_0x245184(0xfe),'syncing':_0x245184(0xeb),'offline':_0x245184(0xf4)},'session':{'connection-failed':_0x245184(0xec),'will-retry':'Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','room-full':'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':_0x245184(0xf2)},'conflict':{'title':'Xung\x20đột\x20cộng\x20tác','content':_0x245184(0xee)},'permission':{'title':_0x245184(0xf9),'content':_0x245184(0xe9)},'collaboration':{'offline-data-not-saved':_0x245184(0xf8),'single-unit':{'warning':_0x245184(0xe8)},'closeRoom':_0x245184(0xfb)},'auth':{'needGotoLoginAlert':'Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.'},'formula':{'calculation':{'started':'Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','waiting':_0x245184(0xf5),'unable':_0x245184(0xf0)}}}};module[_0x245184(0xff)]=e;
1
+ const _0x6b72f8=_0x4743;function _0x1bbf(){const _0x1e2df7=['4782928fdwRKD','11497520QEetEm','5hTKacQ','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','Đang\x20đồng\x20bộ...','Xung\x20đột\x20cộng\x20tác','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','2388FkhyKH','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.','Xung\x20đột\x20chỉnh\x20sửa','exports','1048bVDvHb','1436057OcvdGO','7jslgTH','12461878Piaqmf','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','Nhấp\x20để\x20kết\x20nối\x20lại','Tệp\x20cục\x20bộ','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','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.','119984FUmxdv','558GVAjGN','93618dCXrnB','12xnkDQN'];_0x1bbf=function(){return _0x1e2df7;};return _0x1bbf();}(function(_0x25d8ed,_0x199830){const _0x5d1626=_0x4743,_0x424956=_0x25d8ed();while(!![]){try{const _0x497630=parseInt(_0x5d1626(0x1d2))/0x1+-parseInt(_0x5d1626(0x1d1))/0x2*(parseInt(_0x5d1626(0x1cd))/0x3)+parseInt(_0x5d1626(0x1c6))/0x4*(parseInt(_0x5d1626(0x1c8))/0x5)+parseInt(_0x5d1626(0x1c4))/0x6*(parseInt(_0x5d1626(0x1d3))/0x7)+parseInt(_0x5d1626(0x1c2))/0x8*(parseInt(_0x5d1626(0x1c3))/0x9)+-parseInt(_0x5d1626(0x1c7))/0xa+-parseInt(_0x5d1626(0x1d4))/0xb*(parseInt(_0x5d1626(0x1c5))/0xc);if(_0x497630===_0x199830)break;else _0x424956['push'](_0x424956['shift']());}catch(_0x516f39){_0x424956['push'](_0x424956['shift']());}}}(_0x1bbf,0xd63ca));function _0x4743(_0x5c880b,_0x6976ec){_0x5c880b=_0x5c880b-0x1c0;const _0x1bbfe1=_0x1bbf();let _0x4743f0=_0x1bbfe1[_0x5c880b];return _0x4743f0;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x6b72f8(0x1d7)}},'collabStatus':{'fetchMiss':_0x6b72f8(0x1cc),'conflict':_0x6b72f8(0x1cf),'notCollab':_0x6b72f8(0x1d8),'synced':'Đã\x20đồng\x20bộ','syncing':_0x6b72f8(0x1ca),'offline':_0x6b72f8(0x1d6)},'session':{'connection-failed':_0x6b72f8(0x1d5),'will-retry':_0x6b72f8(0x1c0),'room-full':'Phòng\x20cộng\x20tác\x20đã\x20đầy.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','collaboration-timeout':'Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.'},'conflict':{'title':_0x6b72f8(0x1cb),'content':'Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.'},'permission':{'title':'Lỗi\x20xác\x20thực','content':_0x6b72f8(0x1c1)},'collaboration':{'offline-data-not-saved':'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.','single-unit':{'warning':'Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.'},'closeRoom':'Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.'},'auth':{'needGotoLoginAlert':_0x6b72f8(0x1ce)},'formula':{'calculation':{'started':_0x6b72f8(0x1c9),'waiting':'Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','unable':'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.'}}}};module[_0x6b72f8(0x1d0)]=e;
@@ -1 +1 @@
1
- const _0x5c0b5e=_0x2b81;(function(_0x174b85,_0x1dfaa4){const _0x3fae69=_0x2b81,_0x45b3eb=_0x174b85();while(!![]){try{const _0x207448=-parseInt(_0x3fae69(0xdf))/0x1+-parseInt(_0x3fae69(0xd7))/0x2*(parseInt(_0x3fae69(0xe7))/0x3)+-parseInt(_0x3fae69(0xe5))/0x4+-parseInt(_0x3fae69(0xcd))/0x5*(-parseInt(_0x3fae69(0xd6))/0x6)+parseInt(_0x3fae69(0xd9))/0x7+parseInt(_0x3fae69(0xd5))/0x8+-parseInt(_0x3fae69(0xe0))/0x9;if(_0x207448===_0x1dfaa4)break;else _0x45b3eb['push'](_0x45b3eb['shift']());}catch(_0x21910b){_0x45b3eb['push'](_0x45b3eb['shift']());}}}(_0x509a,0x44b40));function _0x2b81(_0x4e20ae,_0x3f6dbf){_0x4e20ae=_0x4e20ae-0xcc;const _0x509a91=_0x509a();let _0x2b81ce=_0x509a91[_0x4e20ae];return _0x2b81ce;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5c0b5e(0xdc)}},'collabStatus':{'fetchMiss':_0x5c0b5e(0xe3),'conflict':_0x5c0b5e(0xce),'notCollab':_0x5c0b5e(0xe2),'synced':_0x5c0b5e(0xde),'syncing':_0x5c0b5e(0xd3),'offline':_0x5c0b5e(0xd2)},'session':{'connection-failed':_0x5c0b5e(0xd4),'will-retry':_0x5c0b5e(0xd8),'room-full':_0x5c0b5e(0xd1),'collaboration-timeout':_0x5c0b5e(0xdd)},'conflict':{'title':'协同冲突','content':_0x5c0b5e(0xe4)},'permission':{'title':_0x5c0b5e(0xcc),'content':_0x5c0b5e(0xda)},'collaboration':{'offline-data-not-saved':_0x5c0b5e(0xdb),'single-unit':{'warning':_0x5c0b5e(0xe1)},'closeRoom':_0x5c0b5e(0xe6)},'auth':{'needGotoLoginAlert':'你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'},'formula':{'calculation':{'started':'公式计算已开始。','waiting':_0x5c0b5e(0xd0),'unable':_0x5c0b5e(0xcf)}}}};module['exports']=e;function _0x509a(){const _0x18ddf2=['2Rerrjm','连接失败,将在一会儿之后重试连接','1841315vyBtwC','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','你有离线编辑未保存到服务器,请检查网络后重试。','点击重新连接','服务器未响应,你的编辑将在本地缓存','已同步','128467LfBcsO','910287CrCNOT','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','本地文件','正在拉取服务端数据...','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','2176616vmNPEA','由于协同房间被关闭,编辑权限被收回。','543042KUvukk','权限错误','150SnSgPl','编辑冲突','目前无法执行公式计算。请稍后重试。','公式计算队列已满,正在等待空闲位置...','协同房间已满,你的编辑将在本地缓存','已离线,编辑将在本地缓存','保存中...','连接失败,请检查你的网络','3782408GEWeVS','100068DveNnj'];_0x509a=function(){return _0x18ddf2;};return _0x509a();}
1
+ const _0x438fa8=_0x3913;(function(_0x580792,_0x2b81a5){const _0x227524=_0x3913,_0x4be142=_0x580792();while(!![]){try{const _0x16cb08=-parseInt(_0x227524(0x1b9))/0x1+-parseInt(_0x227524(0x1a9))/0x2+parseInt(_0x227524(0x1b2))/0x3+-parseInt(_0x227524(0x1b0))/0x4*(parseInt(_0x227524(0x1b5))/0x5)+-parseInt(_0x227524(0x1ab))/0x6+-parseInt(_0x227524(0x1b1))/0x7+parseInt(_0x227524(0x1ac))/0x8;if(_0x16cb08===_0x2b81a5)break;else _0x4be142['push'](_0x4be142['shift']());}catch(_0x1e727a){_0x4be142['push'](_0x4be142['shift']());}}}(_0x15e7,0xf33f4));function _0x15e7(){const _0x413731=['编辑冲突','服务器未响应,你的编辑将在本地缓存','1687100thkVQy','1377278DHzXtL','5050884qApZVa','协同房间已满,你的编辑将在本地缓存','目前无法执行公式计算。请稍后重试。','5BjZqIn','由于协同房间被关闭,编辑权限被收回。','公式计算队列已满,正在等待空闲位置...','你有离线编辑未保存到服务器,请检查网络后重试。','204135QxRINB','连接失败,请检查你的网络','exports','公式计算已开始。','已离线,编辑将在本地缓存','协同冲突','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','权限错误','230804lyYPGy','连接失败,将在一会儿之后重试连接','7786674tKQLPo','12388456XzJzVe','已同步'];_0x15e7=function(){return _0x413731;};return _0x15e7();}function _0x3913(_0xb091dc,_0x3f6c45){_0xb091dc=_0xb091dc-0x1a7;const _0x15e7e8=_0x15e7();let _0x3913ff=_0x15e7e8[_0xb091dc];return _0x3913ff;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'点击重新连接'}},'collabStatus':{'fetchMiss':'正在拉取服务端数据...','conflict':_0x438fa8(0x1ae),'notCollab':'本地文件','synced':_0x438fa8(0x1ad),'syncing':'保存中...','offline':_0x438fa8(0x1bd)},'session':{'connection-failed':_0x438fa8(0x1ba),'will-retry':_0x438fa8(0x1aa),'room-full':_0x438fa8(0x1b3),'collaboration-timeout':_0x438fa8(0x1af)},'conflict':{'title':_0x438fa8(0x1be),'content':'你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'permission':{'title':_0x438fa8(0x1a8),'content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'offline-data-not-saved':_0x438fa8(0x1b8),'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x438fa8(0x1b6)},'auth':{'needGotoLoginAlert':_0x438fa8(0x1a7)},'formula':{'calculation':{'started':_0x438fa8(0x1bc),'waiting':_0x438fa8(0x1b7),'unable':_0x438fa8(0x1b4)}}}};module[_0x438fa8(0x1bb)]=e;
@@ -1 +1 @@
1
- const _0x402fc0=_0x36dd;(function(_0x3c193d,_0x40f2e1){const _0x495d2b=_0x36dd,_0xa0380a=_0x3c193d();while(!![]){try{const _0x140b2f=-parseInt(_0x495d2b(0x130))/0x1+-parseInt(_0x495d2b(0x12e))/0x2*(parseInt(_0x495d2b(0x11e))/0x3)+parseInt(_0x495d2b(0x137))/0x4+-parseInt(_0x495d2b(0x133))/0x5+-parseInt(_0x495d2b(0x131))/0x6+parseInt(_0x495d2b(0x127))/0x7+parseInt(_0x495d2b(0x129))/0x8*(parseInt(_0x495d2b(0x12c))/0x9);if(_0x140b2f===_0x40f2e1)break;else _0xa0380a['push'](_0xa0380a['shift']());}catch(_0x411010){_0xa0380a['push'](_0xa0380a['shift']());}}}(_0x239b,0x54a22));function _0x36dd(_0xc6981c,_0x55c613){_0xc6981c=_0xc6981c-0x11c;const _0x239b00=_0x239b();let _0x36ddbe=_0x239b00[_0xc6981c];return _0x36ddbe;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x402fc0(0x12f)}},'collabStatus':{'fetchMiss':_0x402fc0(0x128),'conflict':_0x402fc0(0x135),'notCollab':_0x402fc0(0x12a),'synced':'已同步','syncing':'同步中...','offline':_0x402fc0(0x126)},'session':{'connection-failed':_0x402fc0(0x134),'will-retry':_0x402fc0(0x125),'room-full':_0x402fc0(0x124),'collaboration-timeout':_0x402fc0(0x11c)},'conflict':{'title':_0x402fc0(0x132),'content':_0x402fc0(0x11d)},'permission':{'title':_0x402fc0(0x136),'content':_0x402fc0(0x122)},'collaboration':{'offline-data-not-saved':_0x402fc0(0x120),'single-unit':{'warning':_0x402fc0(0x12d)},'closeRoom':'由於協作房間已關閉,編輯權限已被收回。'},'auth':{'needGotoLoginAlert':_0x402fc0(0x12b)},'formula':{'calculation':{'started':'公式計算已開始。','waiting':_0x402fc0(0x121),'unable':_0x402fc0(0x123)}}}};function _0x239b(){const _0xc1ba5f=['協作房間已滿,您的編輯將暫存於本機。','連線失敗,將在稍後重試連線。','已離線,編輯將儲存在本機','2768262NbBAwB','正在擷取伺服器資料...','8XEiVYM','本機檔案','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','8231679QQuQYx','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','1032106cgFQSL','點擊重新連線','155208DhdjPW','1781742oNNaOE','協作衝突','2457565ebjLdr','連線失敗,請檢查您的網絡。','編輯衝突','認證錯誤','1985168mLxXGH','伺服器未回應協作請求,您的編輯將儲存在本機。','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','3sOBtEF','exports','您有未儲存至伺服器的離線編輯,請檢查網絡後重試。','公式計算佇列已滿,正在等待可用資源...','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','目前無法執行公式計算,請稍後重試。'];_0x239b=function(){return _0xc1ba5f;};return _0x239b();}module[_0x402fc0(0x11f)]=e;
1
+ function _0x346e(){const _0x536d19=['6pkhkdF','認證錯誤','由於協作房間已關閉,編輯權限已被收回。','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','1477sudRBc','協作衝突','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','exports','1206918nPTFwV','66vRFrgl','149343ejBiUB','同步中...','點擊重新連線','本機檔案','433355EZYzXF','連線失敗,將在稍後重試連線。','1929422cgvqlf','70kxmXhE','目前無法執行公式計算,請稍後重試。','協作房間已滿,您的編輯將暫存於本機。','公式計算佇列已滿,正在等待可用資源...','27917820wIIXLy','公式計算已開始。','伺服器未回應協作請求,您的編輯將儲存在本機。','已離線,編輯將儲存在本機','48808Rajoeu','3jfDukk','5730268MFkyza','正在擷取伺服器資料...','您有未儲存至伺服器的離線編輯,請檢查網絡後重試。'];_0x346e=function(){return _0x536d19;};return _0x346e();}const _0x1e9c3=_0x327b;(function(_0x13f1df,_0x476aa9){const _0x4cda1c=_0x327b,_0x657a84=_0x13f1df();while(!![]){try{const _0x456483=parseInt(_0x4cda1c(0xb9))/0x1*(parseInt(_0x4cda1c(0xae))/0x2)+parseInt(_0x4cda1c(0xaa))/0x3*(parseInt(_0x4cda1c(0xab))/0x4)+-parseInt(_0x4cda1c(0xbd))/0x5*(parseInt(_0x4cda1c(0xb8))/0x6)+parseInt(_0x4cda1c(0xb3))/0x7*(-parseInt(_0x4cda1c(0xa9))/0x8)+-parseInt(_0x4cda1c(0xb7))/0x9*(parseInt(_0x4cda1c(0xc0))/0xa)+-parseInt(_0x4cda1c(0xbf))/0xb+parseInt(_0x4cda1c(0xc4))/0xc;if(_0x456483===_0x476aa9)break;else _0x657a84['push'](_0x657a84['shift']());}catch(_0x448bd4){_0x657a84['push'](_0x657a84['shift']());}}}(_0x346e,0xd0131));function _0x327b(_0x980dc4,_0x28fabf){_0x980dc4=_0x980dc4-0xa8;const _0x346e3d=_0x346e();let _0x327b18=_0x346e3d[_0x980dc4];return _0x327b18;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1e9c3(0xbb)}},'collabStatus':{'fetchMiss':_0x1e9c3(0xac),'conflict':'編輯衝突','notCollab':_0x1e9c3(0xbc),'synced':'已同步','syncing':_0x1e9c3(0xba),'offline':_0x1e9c3(0xa8)},'session':{'connection-failed':'連線失敗,請檢查您的網絡。','will-retry':_0x1e9c3(0xbe),'room-full':_0x1e9c3(0xc2),'collaboration-timeout':_0x1e9c3(0xc6)},'conflict':{'title':_0x1e9c3(0xb4),'content':'您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。'},'permission':{'title':_0x1e9c3(0xaf),'content':_0x1e9c3(0xb5)},'collaboration':{'offline-data-not-saved':_0x1e9c3(0xad),'single-unit':{'warning':_0x1e9c3(0xb1)},'closeRoom':_0x1e9c3(0xb0)},'auth':{'needGotoLoginAlert':_0x1e9c3(0xb2)},'formula':{'calculation':{'started':_0x1e9c3(0xc5),'waiting':_0x1e9c3(0xc3),'unable':_0x1e9c3(0xc1)}}}};module[_0x1e9c3(0xb6)]=e;