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

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 (89) 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 +87 -0
  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/snapshot-loading/snapshot-loading.controller.d.ts +36 -0
  66. package/lib/types/locale/en-US.d.ts +5 -0
  67. package/lib/types/views/components/SnapshotLoadingTimeout.d.ts +15 -0
  68. package/lib/umd/facade.js +1 -1
  69. package/lib/umd/index.js +1 -1
  70. package/lib/umd/locale/ar-SA.js +1 -1
  71. package/lib/umd/locale/ca-ES.js +1 -1
  72. package/lib/umd/locale/de-DE.js +1 -1
  73. package/lib/umd/locale/en-US.js +1 -1
  74. package/lib/umd/locale/es-ES.js +1 -1
  75. package/lib/umd/locale/fa-IR.js +1 -1
  76. package/lib/umd/locale/fr-FR.js +1 -1
  77. package/lib/umd/locale/id-ID.js +1 -1
  78. package/lib/umd/locale/it-IT.js +1 -1
  79. package/lib/umd/locale/ja-JP.js +1 -1
  80. package/lib/umd/locale/ko-KR.js +1 -1
  81. package/lib/umd/locale/pl-PL.js +1 -1
  82. package/lib/umd/locale/pt-BR.js +1 -1
  83. package/lib/umd/locale/ru-RU.js +1 -1
  84. package/lib/umd/locale/sk-SK.js +1 -1
  85. package/lib/umd/locale/vi-VN.js +1 -1
  86. package/lib/umd/locale/zh-CN.js +1 -1
  87. package/lib/umd/locale/zh-HK.js +1 -1
  88. package/lib/umd/locale/zh-TW.js +1 -1
  89. package/package.json +22 -22
@@ -1 +1 @@
1
- function _0x4973(_0x205690,_0x1d0fd4){_0x205690=_0x205690-0x195;const _0x1e6598=_0x1e65();let _0x49735f=_0x1e6598[_0x205690];return _0x49735f;}const _0x449d76=_0x4973;(function(_0x2e48eb,_0xf03304){const _0x972099=_0x4973,_0x413ec8=_0x2e48eb();while(!![]){try{const _0x260406=parseInt(_0x972099(0x1aa))/0x1*(parseInt(_0x972099(0x1ad))/0x2)+-parseInt(_0x972099(0x1a5))/0x3*(-parseInt(_0x972099(0x199))/0x4)+-parseInt(_0x972099(0x1a3))/0x5+parseInt(_0x972099(0x198))/0x6+parseInt(_0x972099(0x197))/0x7*(parseInt(_0x972099(0x1a0))/0x8)+-parseInt(_0x972099(0x1a4))/0x9*(-parseInt(_0x972099(0x1a1))/0xa)+-parseInt(_0x972099(0x1a8))/0xb*(parseInt(_0x972099(0x195))/0xc);if(_0x260406===_0xf03304)break;else _0x413ec8['push'](_0x413ec8['shift']());}catch(_0x45cfd8){_0x413ec8['push'](_0x413ec8['shift']());}}}(_0x1e65,0x265e5));function _0x1e65(){const _0x18bbac=['531dXcMHZ','3VJpMxy','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','7344073AOEoBn','جارٍ\x20المزامنة...','95278ojUYXQ','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','6zEUtFM','12RlAkwk','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','7NRqkXw','339666dkijZJ','1123448tPtzOD','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','انقر\x20لإعادة\x20الاتصال','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','بدأ\x20حساب\x20الصيغة.','خطأ\x20في\x20المصادقة','2327168oVjtVD','32110CRBOny','تعارضات\x20التحرير','1394260uFNpBd'];_0x1e65=function(){return _0x18bbac;};return _0x1e65();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x449d76(0x19b)}},'collabStatus':{'fetchMiss':'جارٍ\x20مزامنة\x20بيانات\x20الخادم...','conflict':_0x449d76(0x1a2),'notCollab':'ملف\x20محلي','synced':'تمت\x20المزامنة','syncing':_0x449d76(0x1a9),'offline':_0x449d76(0x1a6)},'session':{'connection-failed':_0x449d76(0x1ac),'will-retry':_0x449d76(0x19d),'room-full':_0x449d76(0x196),'collaboration-timeout':'الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.'},'conflict':{'title':'تعارض\x20في\x20التعاون','content':'هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.'},'permission':{'title':_0x449d76(0x19f),'content':_0x449d76(0x19c)},'collaboration':{'offline-data-not-saved':_0x449d76(0x1ab),'single-unit':{'warning':_0x449d76(0x19a)},'closeRoom':'تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.'},'auth':{'needGotoLoginAlert':_0x449d76(0x1a7)},'formula':{'calculation':{'started':_0x449d76(0x19e),'waiting':'قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','unable':'غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.'}}}};module['exports']=e;
1
+ function _0x12cb(_0xfda4a3,_0x29153f){_0xfda4a3=_0xfda4a3-0x76;const _0x34d7cc=_0x34d7();let _0x12cb28=_0x34d7cc[_0xfda4a3];return _0x12cb28;}function _0x34d7(){const _0x1abfac=['تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','1697570fnlsfA','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','3669hjLoos','25lEyZQL','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','تمت\x20المزامنة','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','15318182iWUfPr','هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','1144398FSmqTi','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','19830UkYyhy','584dHnYNY','40352CojSpk','4052943wOeIup','1VBoyOb','قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','خطأ\x20في\x20المصادقة','تحديث\x20الصفحة','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','تعارضات\x20التحرير','ملف\x20محلي','انقر\x20لإعادة\x20الاتصال','جارٍ\x20المزامنة...','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','بدأ\x20حساب\x20الصيغة.','10zIMXLX','توقف\x20تحميل\x20البيانات\x20عند\x20{0}/{1}.\x20حدّث\x20الصفحة\x20للمحاولة\x20مرة\x20أخرى.'];_0x34d7=function(){return _0x1abfac;};return _0x34d7();}const _0x3bc840=_0x12cb;(function(_0x367a28,_0x13470c){const _0x13e0d4=_0x12cb,_0x1cc1d4=_0x367a28();while(!![]){try{const _0x39bfc8=-parseInt(_0x13e0d4(0x93))/0x1*(parseInt(_0x13e0d4(0x8d))/0x2)+parseInt(_0x13e0d4(0x84))/0x3*(parseInt(_0x13e0d4(0x90))/0x4)+parseInt(_0x13e0d4(0x85))/0x5*(parseInt(_0x13e0d4(0x8f))/0x6)+-parseInt(_0x13e0d4(0x81))/0x7+parseInt(_0x13e0d4(0x91))/0x8+-parseInt(_0x13e0d4(0x92))/0x9+-parseInt(_0x13e0d4(0x7e))/0xa*(-parseInt(_0x13e0d4(0x8a))/0xb);if(_0x39bfc8===_0x13470c)break;else _0x1cc1d4['push'](_0x1cc1d4['shift']());}catch(_0x42bd54){_0x1cc1d4['push'](_0x1cc1d4['shift']());}}}(_0x34d7,0x4ffe5));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3bc840(0x7a)}},'collabStatus':{'fetchMiss':_0x3bc840(0x89),'conflict':_0x3bc840(0x78),'notCollab':_0x3bc840(0x79),'synced':_0x3bc840(0x87),'syncing':_0x3bc840(0x7b),'offline':_0x3bc840(0x8e)},'snapshotLoading':{'loadingSheet':'جارٍ\x20تحميل\x20الورقة','timeout':_0x3bc840(0x7f),'refresh':_0x3bc840(0x76)},'session':{'connection-failed':'فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','will-retry':_0x3bc840(0x83),'room-full':_0x3bc840(0x7c),'collaboration-timeout':_0x3bc840(0x82)},'conflict':{'title':'تعارض\x20في\x20التعاون','content':_0x3bc840(0x8b)},'permission':{'title':_0x3bc840(0x95),'content':_0x3bc840(0x86)},'collaboration':{'offline-data-not-saved':_0x3bc840(0x8c),'single-unit':{'warning':_0x3bc840(0x77)},'closeRoom':_0x3bc840(0x80)},'auth':{'needGotoLoginAlert':_0x3bc840(0x88)},'formula':{'calculation':{'started':_0x3bc840(0x7d),'waiting':_0x3bc840(0x94),'unable':'غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.'}}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x44217d=_0x110e;(function(_0x4c7788,_0x4f8498){const _0x1a2aa6=_0x110e,_0x419e26=_0x4c7788();while(!![]){try{const _0x129bfb=parseInt(_0x1a2aa6(0xfb))/0x1*(-parseInt(_0x1a2aa6(0xf9))/0x2)+-parseInt(_0x1a2aa6(0x104))/0x3+-parseInt(_0x1a2aa6(0x10a))/0x4*(-parseInt(_0x1a2aa6(0xf4))/0x5)+-parseInt(_0x1a2aa6(0x102))/0x6+parseInt(_0x1a2aa6(0x109))/0x7+parseInt(_0x1a2aa6(0xf3))/0x8+parseInt(_0x1a2aa6(0x103))/0x9;if(_0x129bfb===_0x4f8498)break;else _0x419e26['push'](_0x419e26['shift']());}catch(_0x403200){_0x419e26['push'](_0x419e26['shift']());}}}(_0x395f,0x22b33));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x44217d(0x107)}},'collabStatus':{'fetchMiss':_0x44217d(0x100),'conflict':_0x44217d(0xf5),'notCollab':'Fitxer\x20local','synced':'Sincronitzat','syncing':'Sincronitzant...','offline':_0x44217d(0xfa)},'session':{'connection-failed':_0x44217d(0xf6),'will-retry':_0x44217d(0xfe),'room-full':'La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','collaboration-timeout':_0x44217d(0xfc)},'conflict':{'title':_0x44217d(0xff),'content':_0x44217d(0x10b)},'permission':{'title':_0x44217d(0xf8),'content':_0x44217d(0x106)},'collaboration':{'offline-data-not-saved':'Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','single-unit':{'warning':'Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.'},'closeRoom':_0x44217d(0xfd)},'auth':{'needGotoLoginAlert':_0x44217d(0x101)},'formula':{'calculation':{'started':'El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','waiting':_0x44217d(0x108),'unable':_0x44217d(0x105)}}}};module[_0x44217d(0xf7)]=e;function _0x110e(_0x4dc9c5,_0x1b09cc){_0x4dc9c5=_0x4dc9c5-0xf3;const _0x395f93=_0x395f();let _0x110eb4=_0x395f93[_0x4dc9c5];return _0x110eb4;}function _0x395f(){const _0xa0c3e4=['4aqLxNN','Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.','777136FRVZKT','311245qfKOaJ','Conflictes\x20d\x27edició','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','exports','Error\x20d\x27autenticació','2wAZhya','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','28123HboQxs','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','Conflicte\x20de\x20col·laboració','Sincronitzant\x20dades\x20del\x20servidor...','La\x20vostra\x20sessió\x20ha\x20caducat.\x20Feu\x20clic\x20a\x20D\x27acord\x20per\x20tornar\x20a\x20iniciar\x20sessió,\x20o\x20a\x20Cancel·la\x20per\x20desar\x20els\x20vostres\x20canvis\x20locals.','196452jDXDNC','1115100kQGYxA','464757iFJkPj','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','Les\x20vostres\x20accions\x20entren\x20en\x20conflicte\x20amb\x20els\x20permisos\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals\x20en\x20un\x20altre\x20lloc,\x20perquè\x20es\x20descartaran\x20després\x20d\x27actualitzar\x20la\x20pàgina.','Feu\x20clic\x20per\x20reconnectar','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','522368FiAEhs'];_0x395f=function(){return _0xa0c3e4;};return _0x395f();}
1
+ const _0x569fc2=_0x19be;(function(_0x35d5ca,_0x46d6cb){const _0x455492=_0x19be,_0x2f5978=_0x35d5ca();while(!![]){try{const _0x2488b4=parseInt(_0x455492(0x100))/0x1*(-parseInt(_0x455492(0xf9))/0x2)+parseInt(_0x455492(0x106))/0x3+parseInt(_0x455492(0x10b))/0x4+-parseInt(_0x455492(0x10e))/0x5*(parseInt(_0x455492(0x10d))/0x6)+parseInt(_0x455492(0xf8))/0x7*(parseInt(_0x455492(0x104))/0x8)+-parseInt(_0x455492(0x107))/0x9+parseInt(_0x455492(0xfb))/0xa;if(_0x2488b4===_0x46d6cb)break;else _0x2f5978['push'](_0x2f5978['shift']());}catch(_0x550640){_0x2f5978['push'](_0x2f5978['shift']());}}}(_0x376d,0xbb6f6));function _0x19be(_0x57f3c1,_0x30c050){_0x57f3c1=_0x57f3c1-0xf4;const _0x376db2=_0x376d();let _0x19be43=_0x376db2[_0x57f3c1];return _0x19be43;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Feu\x20clic\x20per\x20reconnectar'}},'collabStatus':{'fetchMiss':_0x569fc2(0xfa),'conflict':_0x569fc2(0xfc),'notCollab':_0x569fc2(0xf6),'synced':_0x569fc2(0x10c),'syncing':_0x569fc2(0xfe),'offline':_0x569fc2(0xf5)},'snapshotLoading':{'loadingSheet':_0x569fc2(0xf4),'timeout':'La\x20càrrega\x20de\x20dades\x20s\x27ha\x20aturat\x20a\x20{0}/{1}.\x20Actualitzeu\x20la\x20pàgina\x20per\x20tornar-ho\x20a\x20provar.','refresh':_0x569fc2(0x102)},'session':{'connection-failed':_0x569fc2(0x109),'will-retry':_0x569fc2(0x108),'room-full':_0x569fc2(0x10a),'collaboration-timeout':_0x569fc2(0x111)},'conflict':{'title':'Conflicte\x20de\x20col·laboració','content':'Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.'},'permission':{'title':_0x569fc2(0x105),'content':_0x569fc2(0x110)},'collaboration':{'offline-data-not-saved':_0x569fc2(0x10f),'single-unit':{'warning':_0x569fc2(0xff)},'closeRoom':'Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.'},'auth':{'needGotoLoginAlert':_0x569fc2(0xf7)},'formula':{'calculation':{'started':_0x569fc2(0xfd),'waiting':_0x569fc2(0x101),'unable':_0x569fc2(0x103)}}}};module['exports']=e;function _0x376d(){const _0x42d7e3=['224CMNMcb','Error\x20d\x27autenticació','160056UXgyLq','5830416oKPjGn','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','1487460oAVboV','Sincronitzat','24126DtZenF','970yzZeRz','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','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.','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','S\x27està\x20carregant\x20el\x20full','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','Fitxer\x20local','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.','29729ODnIhj','8FiLoQz','Sincronitzant\x20dades\x20del\x20servidor...','29969510NzTnwX','Conflictes\x20d\x27edició','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','Sincronitzant...','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','336363AHpqTS','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','Actualitza\x20la\x20pàgina','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.'];_0x376d=function(){return _0x42d7e3;};return _0x376d();}
@@ -1 +1 @@
1
- function _0x3c56(_0x40189e,_0x50b3f8){_0x40189e=_0x40189e-0x161;const _0x3c7a9e=_0x3c7a();let _0x3c56db=_0x3c7a9e[_0x40189e];return _0x3c56db;}const _0x10b0af=_0x3c56;function _0x3c7a(){const _0x199460=['Es\x20gibt\x20einen\x20Konflikt\x20zwischen\x20Ihrer\x20lokalen\x20Kopie\x20und\x20der\x20Kopie\x20auf\x20dem\x20Server.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen,\x20da\x20sie\x20beim\x20Neuladen\x20der\x20Seite\x20verloren\x20gehen.','Authentifizierungsfehler','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','Synchronisierung...','Synchronisiert','Bearbeitungskonflikte','13758FMUvJt','Formelberechnung\x20gestartet.','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','Serverdaten\x20werden\x20synchronisiert...','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','9563897jpjbyI','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','Lokale\x20Datei','2555EkjVgI','86820nGLGJG','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','Zusammenarbeitskonflikt','4914168IOFPvC','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','7324BcpsJq','2559FsJeAV','1286504mgiEiV','4472118qQebrM'];_0x3c7a=function(){return _0x199460;};return _0x3c7a();}(function(_0x23dcb0,_0x236d43){const _0x5f2d26=_0x3c56,_0x68e016=_0x23dcb0();while(!![]){try{const _0x3c00c1=parseInt(_0x5f2d26(0x176))/0x1+parseInt(_0x5f2d26(0x163))/0x2+parseInt(_0x5f2d26(0x162))/0x3*(parseInt(_0x5f2d26(0x161))/0x4)+-parseInt(_0x5f2d26(0x175))/0x5*(-parseInt(_0x5f2d26(0x16b))/0x6)+-parseInt(_0x5f2d26(0x172))/0x7+-parseInt(_0x5f2d26(0x179))/0x8+-parseInt(_0x5f2d26(0x164))/0x9;if(_0x3c00c1===_0x236d43)break;else _0x68e016['push'](_0x68e016['shift']());}catch(_0x5538f1){_0x68e016['push'](_0x68e016['shift']());}}}(_0x3c7a,0xf0c52));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Klicken,\x20um\x20wieder\x20zu\x20verbinden'}},'collabStatus':{'fetchMiss':_0x10b0af(0x16f),'conflict':_0x10b0af(0x16a),'notCollab':_0x10b0af(0x174),'synced':_0x10b0af(0x169),'syncing':_0x10b0af(0x168),'offline':_0x10b0af(0x16d)},'session':{'connection-failed':_0x10b0af(0x170),'will-retry':_0x10b0af(0x16e),'room-full':'Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','collaboration-timeout':_0x10b0af(0x171)},'conflict':{'title':_0x10b0af(0x178),'content':_0x10b0af(0x165)},'permission':{'title':_0x10b0af(0x166),'content':'Ihre\x20Aktionen\x20stehen\x20im\x20Konflikt\x20mit\x20den\x20Serverberechtigungen.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen\x20anderweitig,\x20da\x20sie\x20nach\x20dem\x20Aktualisieren\x20der\x20Seite\x20verworfen\x20werden.'},'collaboration':{'offline-data-not-saved':_0x10b0af(0x173),'single-unit':{'warning':_0x10b0af(0x167)},'closeRoom':'Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.'},'auth':{'needGotoLoginAlert':_0x10b0af(0x17a)},'formula':{'calculation':{'started':_0x10b0af(0x16c),'waiting':_0x10b0af(0x177),'unable':'Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.'}}}};module['exports']=e;
1
+ const _0x49faa1=_0x53b7;(function(_0x36e8de,_0x2fdda5){const _0x528063=_0x53b7,_0x158624=_0x36e8de();while(!![]){try{const _0x9995b=parseInt(_0x528063(0xe6))/0x1*(-parseInt(_0x528063(0xcd))/0x2)+-parseInt(_0x528063(0xd5))/0x3+parseInt(_0x528063(0xcc))/0x4+-parseInt(_0x528063(0xce))/0x5*(parseInt(_0x528063(0xd2))/0x6)+-parseInt(_0x528063(0xdf))/0x7*(parseInt(_0x528063(0xd7))/0x8)+-parseInt(_0x528063(0xdc))/0x9+parseInt(_0x528063(0xd1))/0xa*(parseInt(_0x528063(0xde))/0xb);if(_0x9995b===_0x2fdda5)break;else _0x158624['push'](_0x158624['shift']());}catch(_0x310092){_0x158624['push'](_0x158624['shift']());}}}(_0x3b03,0xdcde8));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x49faa1(0xd8)}},'collabStatus':{'fetchMiss':'Serverdaten\x20werden\x20synchronisiert...','conflict':_0x49faa1(0xd6),'notCollab':_0x49faa1(0xe5),'synced':'Synchronisiert','syncing':_0x49faa1(0xe0),'offline':_0x49faa1(0xdd)},'snapshotLoading':{'loadingSheet':'Tabellenblatt\x20wird\x20geladen','timeout':_0x49faa1(0xe3),'refresh':_0x49faa1(0xcf)},'session':{'connection-failed':'Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','will-retry':'Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','room-full':_0x49faa1(0xdb),'collaboration-timeout':_0x49faa1(0xd4)},'conflict':{'title':_0x49faa1(0xd3),'content':_0x49faa1(0xd0)},'permission':{'title':_0x49faa1(0xe2),'content':_0x49faa1(0xe1)},'collaboration':{'offline-data-not-saved':'Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','single-unit':{'warning':_0x49faa1(0xd9)},'closeRoom':'Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.'},'auth':{'needGotoLoginAlert':'Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.'},'formula':{'calculation':{'started':_0x49faa1(0xe4),'waiting':'Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','unable':_0x49faa1(0xda)}}}};function _0x53b7(_0x5b3ed5,_0x317cfb){_0x5b3ed5=_0x5b3ed5-0xcc;const _0x3b0313=_0x3b03();let _0x53b71a=_0x3b0313[_0x5b3ed5];return _0x53b71a;}function _0x3b03(){const _0x1f6789=['17792ZpZBnn','Klicken,\x20um\x20wieder\x20zu\x20verbinden','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','2360115XELuFh','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','16962Biougb','1211FrFvBa','Synchronisierung...','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.','Authentifizierungsfehler','Das\x20Laden\x20der\x20Daten\x20ist\x20bei\x20{0}/{1}\x20stehen\x20geblieben.\x20Aktualisieren\x20Sie\x20die\x20Seite\x20und\x20versuchen\x20Sie\x20es\x20erneut.','Formelberechnung\x20gestartet.','Lokale\x20Datei','204935UwUrKh','3178472bnujlm','4GrUYUg','2785OfMbIx','Seite\x20aktualisieren','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.','24890ElKjLx','14718qyoOyU','Zusammenarbeitskonflikt','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','3914394PsSCvi','Bearbeitungskonflikte'];_0x3b03=function(){return _0x1f6789;};return _0x3b03();}module['exports']=e;
@@ -1 +1 @@
1
- const _0x3cee93=_0x5af0;(function(_0x59bf64,_0x2a7008){const _0x465122=_0x5af0,_0x551f7c=_0x59bf64();while(!![]){try{const _0x1a5dae=parseInt(_0x465122(0x17e))/0x1+parseInt(_0x465122(0x17f))/0x2+parseInt(_0x465122(0x177))/0x3+parseInt(_0x465122(0x180))/0x4+-parseInt(_0x465122(0x181))/0x5*(-parseInt(_0x465122(0x17c))/0x6)+parseInt(_0x465122(0x17a))/0x7*(parseInt(_0x465122(0x189))/0x8)+-parseInt(_0x465122(0x182))/0x9;if(_0x1a5dae===_0x2a7008)break;else _0x551f7c['push'](_0x551f7c['shift']());}catch(_0x4d1512){_0x551f7c['push'](_0x551f7c['shift']());}}}(_0x232b,0x75137));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3cee93(0x178)}},'collabStatus':{'fetchMiss':_0x3cee93(0x185),'conflict':'Edit\x20conflicts','notCollab':_0x3cee93(0x184),'synced':_0x3cee93(0x187),'syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x3cee93(0x188),'will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x3cee93(0x17b),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x3cee93(0x17d),'content':_0x3cee93(0x175)},'permission':{'title':'Authentication\x20Error','content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'offline-data-not-saved':_0x3cee93(0x18a),'single-unit':{'warning':_0x3cee93(0x176)},'closeRoom':_0x3cee93(0x183)},'auth':{'needGotoLoginAlert':_0x3cee93(0x186)},'formula':{'calculation':{'started':'Formula\x20calculation\x20started.','waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}}};module[_0x3cee93(0x179)]=e;function _0x5af0(_0x433d1d,_0x1eaed5){_0x433d1d=_0x433d1d-0x175;const _0x232b66=_0x232b();let _0x5af092=_0x232b66[_0x433d1d];return _0x5af092;}function _0x232b(){const _0xa54e18=['exports','14581rwMCED','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','54ZMooRY','Collaboration\x20Conflict','872823PKkeXW','664978EEkYZx','2634940GTCmaQ','488035KgwMYl','30281004SohTmZ','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Local\x20file','Syncing\x20server\x20data...','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Synced','Connection\x20failed,\x20please\x20check\x20your\x20network.','2776wSQOwZ','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','1136364JeMwwA','Click\x20to\x20Reconnect'];_0x232b=function(){return _0xa54e18;};return _0x232b();}
1
+ function _0x1ab3(_0x3ebd1c,_0x3f7dca){_0x3ebd1c=_0x3ebd1c-0xe8;const _0x241cce=_0x241c();let _0x1ab3e5=_0x241cce[_0x3ebd1c];return _0x1ab3e5;}function _0x241c(){const _0x833bb4=['Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Formula\x20calculation\x20started.','537zRPASO','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','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.','Loading\x20sheet','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Collaboration\x20Conflict','exports','Syncing\x20server\x20data...','Click\x20to\x20Reconnect','45UQfYAV','19290fWNmhx','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','10EnvpLn','5440230EuFlPc','25136551RknpSR','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','1448391SuETve','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','22796MvDZTu','56LYXCKw','7467000eOgPxi','3860645vloGio','Edit\x20conflicts','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Loading\x20stopped\x20at\x20{0}/{1}.\x20Refresh\x20the\x20page\x20to\x20try\x20again.'];_0x241c=function(){return _0x833bb4;};return _0x241c();}const _0x36d7cf=_0x1ab3;(function(_0x1519f8,_0x21d31a){const _0x3f9808=_0x1ab3,_0x364848=_0x1519f8();while(!![]){try{const _0x5c559c=parseInt(_0x3f9808(0xf7))/0x1*(parseInt(_0x3f9808(0xf8))/0x2)+parseInt(_0x3f9808(0xee))/0x3*(parseInt(_0x3f9808(0x101))/0x4)+parseInt(_0x3f9808(0xe8))/0x5+-parseInt(_0x3f9808(0x103))/0x6+-parseInt(_0x3f9808(0xfe))/0x7*(-parseInt(_0x3f9808(0x102))/0x8)+parseInt(_0x3f9808(0xfb))/0x9+-parseInt(_0x3f9808(0xfa))/0xa*(parseInt(_0x3f9808(0xfc))/0xb);if(_0x5c559c===_0x21d31a)break;else _0x364848['push'](_0x364848['shift']());}catch(_0xd84c7f){_0x364848['push'](_0x364848['shift']());}}}(_0x241c,0xb6fb7));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x36d7cf(0xf6)}},'collabStatus':{'fetchMiss':_0x36d7cf(0xf5),'conflict':_0x36d7cf(0xe9),'notCollab':'Local\x20file','synced':'Synced','syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'snapshotLoading':{'loadingSheet':_0x36d7cf(0xf1),'timeout':_0x36d7cf(0xeb),'refresh':'Refresh\x20page'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x36d7cf(0xf9),'collaboration-timeout':_0x36d7cf(0xea)},'conflict':{'title':_0x36d7cf(0xf3),'content':_0x36d7cf(0xf0)},'permission':{'title':'Authentication\x20Error','content':_0x36d7cf(0xec)},'collaboration':{'offline-data-not-saved':_0x36d7cf(0xff),'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x36d7cf(0xf2)},'auth':{'needGotoLoginAlert':_0x36d7cf(0x100)},'formula':{'calculation':{'started':_0x36d7cf(0xed),'waiting':_0x36d7cf(0xef),'unable':_0x36d7cf(0xfd)}}}};module[_0x36d7cf(0xf4)]=e;
@@ -1 +1 @@
1
- function _0x5af5(){const _0x455342=['Conflictos\x20de\x20edición','19579602xrGhJb','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','4745432TpXdLS','Error\x20de\x20autenticación','Sincronizando\x20datos\x20del\x20servidor...','exports','5689525BRzTiK','1222322xrJHnr','Hay\x20un\x20conflicto\x20entre\x20su\x20copia\x20local\x20y\x20la\x20copia\x20en\x20el\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales,\x20ya\x20que\x20se\x20perderán\x20cuando\x20recargue\x20la\x20página.','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Haga\x20clic\x20para\x20reconectar','Cálculo\x20de\x20fórmulas\x20iniciado.','2327982DMSUqP','1702296GSDeVo','Sus\x20acciones\x20entran\x20en\x20conflicto\x20con\x20los\x20permisos\x20del\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales\x20en\x20otro\x20lugar,\x20ya\x20que\x20se\x20descartarán\x20después\x20de\x20actualizar\x20la\x20página.','Sincronizando...','564336GURXdF','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.'];_0x5af5=function(){return _0x455342;};return _0x5af5();}const _0x2ac4b7=_0x219b;function _0x219b(_0x50b9cb,_0x49f9d7){_0x50b9cb=_0x50b9cb-0x6f;const _0x5af597=_0x5af5();let _0x219b1f=_0x5af597[_0x50b9cb];return _0x219b1f;}(function(_0xef2f15,_0x15e254){const _0x35209b=_0x219b,_0x1db61a=_0xef2f15();while(!![]){try{const _0x2a356a=-parseInt(_0x35209b(0x77))/0x1+parseInt(_0x35209b(0x7e))/0x2+parseInt(_0x35209b(0x81))/0x3+-parseInt(_0x35209b(0x72))/0x4+-parseInt(_0x35209b(0x76))/0x5+parseInt(_0x35209b(0x7d))/0x6+parseInt(_0x35209b(0x85))/0x7;if(_0x2a356a===_0x15e254)break;else _0x1db61a['push'](_0x1db61a['shift']());}catch(_0x3c3bb4){_0x1db61a['push'](_0x1db61a['shift']());}}}(_0x5af5,0xa577e));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2ac4b7(0x7b)}},'collabStatus':{'fetchMiss':_0x2ac4b7(0x74),'conflict':_0x2ac4b7(0x84),'notCollab':'Archivo\x20local','synced':'Sincronizado','syncing':_0x2ac4b7(0x80),'offline':_0x2ac4b7(0x79)},'session':{'connection-failed':'Error\x20de\x20conexión,\x20verifique\x20su\x20red.','will-retry':_0x2ac4b7(0x83),'room-full':_0x2ac4b7(0x7a),'collaboration-timeout':_0x2ac4b7(0x82)},'conflict':{'title':'Conflicto\x20de\x20colaboración','content':_0x2ac4b7(0x78)},'permission':{'title':_0x2ac4b7(0x73),'content':_0x2ac4b7(0x7f)},'collaboration':{'offline-data-not-saved':'Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','single-unit':{'warning':_0x2ac4b7(0x70)},'closeRoom':_0x2ac4b7(0x71)},'auth':{'needGotoLoginAlert':'Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.'},'formula':{'calculation':{'started':_0x2ac4b7(0x7c),'waiting':_0x2ac4b7(0x86),'unable':_0x2ac4b7(0x6f)}}}};module[_0x2ac4b7(0x75)]=e;
1
+ function _0x3ff7(_0x21a917,_0x2940e8){_0x21a917=_0x21a917-0x95;const _0x539970=_0x5399();let _0x3ff774=_0x539970[_0x21a917];return _0x3ff774;}const _0x229637=_0x3ff7;(function(_0x11dac4,_0x252605){const _0x514a64=_0x3ff7,_0x3101f7=_0x11dac4();while(!![]){try{const _0x520614=-parseInt(_0x514a64(0x9b))/0x1*(parseInt(_0x514a64(0xae))/0x2)+parseInt(_0x514a64(0x9a))/0x3+-parseInt(_0x514a64(0xaf))/0x4+-parseInt(_0x514a64(0xad))/0x5*(-parseInt(_0x514a64(0x98))/0x6)+-parseInt(_0x514a64(0x96))/0x7*(-parseInt(_0x514a64(0xa4))/0x8)+parseInt(_0x514a64(0xa8))/0x9+-parseInt(_0x514a64(0xa5))/0xa*(parseInt(_0x514a64(0xa7))/0xb);if(_0x520614===_0x252605)break;else _0x3101f7['push'](_0x3101f7['shift']());}catch(_0xd649bb){_0x3101f7['push'](_0x3101f7['shift']());}}}(_0x5399,0xb534a));function _0x5399(){const _0x783a6d=['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.','19635Qtvbsw','298GFtqEm','1610372ONnZvq','Sincronizado','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','14AhqrLf','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','1338XxgRXU','Archivo\x20local','764184uRHzar','8641IOdYIL','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','Sincronizando...','Conflicto\x20de\x20colaboración','Sincronizando\x20datos\x20del\x20servidor...','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','Cargando\x20hoja','5596352mWjaXV','190aQFzrh','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.','125257HxanPp','1072224EhOAOC','Cálculo\x20de\x20fórmulas\x20iniciado.','Error\x20de\x20autenticación','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.'];_0x5399=function(){return _0x783a6d;};return _0x5399();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Haga\x20clic\x20para\x20reconectar'}},'collabStatus':{'fetchMiss':_0x229637(0xa1),'conflict':'Conflictos\x20de\x20edición','notCollab':_0x229637(0x99),'synced':_0x229637(0xb0),'syncing':_0x229637(0x9f),'offline':_0x229637(0xa2)},'snapshotLoading':{'loadingSheet':_0x229637(0xa3),'timeout':'La\x20carga\x20de\x20datos\x20se\x20detuvo\x20en\x20{0}/{1}.\x20Actualiza\x20la\x20página\x20para\x20volver\x20a\x20intentarlo.','refresh':'Actualizar\x20página'},'session':{'connection-failed':'Error\x20de\x20conexión,\x20verifique\x20su\x20red.','will-retry':_0x229637(0x9c),'room-full':_0x229637(0x9d),'collaboration-timeout':_0x229637(0x97)},'conflict':{'title':_0x229637(0xa0),'content':_0x229637(0xa6)},'permission':{'title':_0x229637(0xaa),'content':_0x229637(0xac)},'collaboration':{'offline-data-not-saved':_0x229637(0x95),'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':_0x229637(0xab)},'formula':{'calculation':{'started':_0x229637(0xa9),'waiting':_0x229637(0x9e),'unable':'No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.'}}}};module['exports']=e;
@@ -1 +1 @@
1
- function _0x207d(){const _0x360202=['اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','در\x20حال\x20همگام\x20سازی...','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','محاسبه\x20فرمول\x20شروع\x20شد.','1255650LdvIXs','19848YPHdFa','193571WxskGI','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','3LbgygQ','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','تداخل\x20ویرایش','765tZAQSq','exports','473660NGfSCU','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','خطای\x20اعتبارسنجی','1034752VPlOXC','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','3426PPtvLs','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','2716KdVRRM','78138TRloMZ'];_0x207d=function(){return _0x360202;};return _0x207d();}function _0x4277(_0x3e395c,_0x5d5885){_0x3e395c=_0x3e395c-0x112;const _0x207d8e=_0x207d();let _0x427710=_0x207d8e[_0x3e395c];return _0x427710;}const _0x46f25f=_0x4277;(function(_0x3e7490,_0x529764){const _0x29554f=_0x4277,_0x2e199b=_0x3e7490();while(!![]){try{const _0x52ac9=parseInt(_0x29554f(0x11c))/0x1+-parseInt(_0x29554f(0x114))/0x2*(parseInt(_0x29554f(0x124))/0x3)+parseInt(_0x29554f(0x12c))/0x4+-parseInt(_0x29554f(0x129))/0x5+parseInt(_0x29554f(0x12e))/0x6*(-parseInt(_0x29554f(0x113))/0x7)+-parseInt(_0x29554f(0x11b))/0x8*(-parseInt(_0x29554f(0x127))/0x9)+-parseInt(_0x29554f(0x11a))/0xa;if(_0x52ac9===_0x529764)break;else _0x2e199b['push'](_0x2e199b['shift']());}catch(_0x33f8e1){_0x2e199b['push'](_0x2e199b['shift']());}}}(_0x207d,0x2c7d6));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'برای\x20اتصال\x20مجدد\x20کلیک\x20کنید'}},'collabStatus':{'fetchMiss':_0x46f25f(0x11d),'conflict':_0x46f25f(0x126),'notCollab':'پرونده\x20محلی','synced':'همگام\x20سازی','syncing':_0x46f25f(0x116),'offline':_0x46f25f(0x122)},'session':{'connection-failed':_0x46f25f(0x115),'will-retry':_0x46f25f(0x121),'room-full':_0x46f25f(0x123),'collaboration-timeout':_0x46f25f(0x11f)},'conflict':{'title':'تداخل\x20همکاری','content':_0x46f25f(0x12a)},'permission':{'title':_0x46f25f(0x12b),'content':_0x46f25f(0x120)},'collaboration':{'offline-data-not-saved':_0x46f25f(0x11e),'single-unit':{'warning':_0x46f25f(0x12d)},'closeRoom':_0x46f25f(0x118)},'auth':{'needGotoLoginAlert':_0x46f25f(0x117)},'formula':{'calculation':{'started':_0x46f25f(0x119),'waiting':_0x46f25f(0x125),'unable':_0x46f25f(0x112)}}}};module[_0x46f25f(0x128)]=e;
1
+ function _0x4f52(){const _0x268be8=['307025ugPSvh','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','2394804cKpwrO','در\x20حال\x20بارگذاری\x20برگه','2UZaGQw','5420RyPudL','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','محاسبه\x20فرمول\x20شروع\x20شد.','18kSYVuW','پرونده\x20محلی','167968spdUhm','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','همگام\x20سازی','تداخل\x20همکاری','100793dKwozT','1094264yFsjjq','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','تداخل\x20ویرایش','2511dyiGTL','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','بارگیری\x20داده‌ها\x20در\x20{0}/{1}\x20متوقف\x20شده\x20است.\x20برای\x20تلاش\x20دوباره\x20صفحه\x20را\x20تازه‌سازی\x20کنید.','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','11FmxlTM','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','exports','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','در\x20حال\x20همگام\x20سازی...','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','3tsAXvs','25437dALNeo'];_0x4f52=function(){return _0x268be8;};return _0x4f52();}function _0x4bae(_0x49b1ce,_0x415831){_0x49b1ce=_0x49b1ce-0xf6;const _0x4f5285=_0x4f52();let _0x4bae16=_0x4f5285[_0x49b1ce];return _0x4bae16;}const _0x5134da=_0x4bae;(function(_0x3cdc75,_0x22df4c){const _0xdb338c=_0x4bae,_0xe6c22e=_0x3cdc75();while(!![]){try{const _0x369e57=-parseInt(_0xdb338c(0x108))/0x1*(-parseInt(_0xdb338c(0x10d))/0x2)+parseInt(_0xdb338c(0x107))/0x3*(-parseInt(_0xdb338c(0x118))/0x4)+parseInt(_0xdb338c(0x109))/0x5+parseInt(_0xdb338c(0x111))/0x6*(parseInt(_0xdb338c(0x117))/0x7)+parseInt(_0xdb338c(0x113))/0x8+parseInt(_0xdb338c(0xfa))/0x9*(parseInt(_0xdb338c(0x10e))/0xa)+-parseInt(_0xdb338c(0xfe))/0xb*(-parseInt(_0xdb338c(0x10b))/0xc);if(_0x369e57===_0x22df4c)break;else _0xe6c22e['push'](_0xe6c22e['shift']());}catch(_0xb13d23){_0xe6c22e['push'](_0xe6c22e['shift']());}}}(_0x4f52,0x37b9e));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5134da(0x101)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':_0x5134da(0xf9),'notCollab':_0x5134da(0x112),'synced':_0x5134da(0x115),'syncing':_0x5134da(0x104),'offline':_0x5134da(0xf7)},'snapshotLoading':{'loadingSheet':_0x5134da(0x10c),'timeout':_0x5134da(0xfc),'refresh':'تازه‌سازی\x20صفحه'},'session':{'connection-failed':_0x5134da(0xff),'will-retry':_0x5134da(0x106),'room-full':_0x5134da(0x114),'collaboration-timeout':_0x5134da(0xf6)},'conflict':{'title':_0x5134da(0x116),'content':_0x5134da(0x105)},'permission':{'title':'خطای\x20اعتبارسنجی','content':_0x5134da(0x103)},'collaboration':{'offline-data-not-saved':_0x5134da(0xfd),'single-unit':{'warning':_0x5134da(0x10f)},'closeRoom':_0x5134da(0xfb)},'auth':{'needGotoLoginAlert':_0x5134da(0x10a)},'formula':{'calculation':{'started':_0x5134da(0x110),'waiting':_0x5134da(0xf8),'unable':_0x5134da(0x102)}}}};module[_0x5134da(0x100)]=e;
@@ -1 +1 @@
1
- const _0x5cc4b7=_0x34d0;(function(_0x3a5de1,_0x118c77){const _0x5c97cc=_0x34d0,_0x2b485b=_0x3a5de1();while(!![]){try{const _0x5557e3=-parseInt(_0x5c97cc(0x80))/0x1*(-parseInt(_0x5c97cc(0x79))/0x2)+parseInt(_0x5c97cc(0x73))/0x3*(parseInt(_0x5c97cc(0x68))/0x4)+parseInt(_0x5c97cc(0x6e))/0x5*(parseInt(_0x5c97cc(0x6f))/0x6)+parseInt(_0x5c97cc(0x76))/0x7+parseInt(_0x5c97cc(0x72))/0x8+-parseInt(_0x5c97cc(0x70))/0x9*(parseInt(_0x5c97cc(0x6d))/0xa)+-parseInt(_0x5c97cc(0x77))/0xb;if(_0x5557e3===_0x118c77)break;else _0x2b485b['push'](_0x2b485b['shift']());}catch(_0x2b6ff4){_0x2b485b['push'](_0x2b485b['shift']());}}}(_0x327a,0x9134f));function _0x34d0(_0x580607,_0x54d84a){_0x580607=_0x580607-0x68;const _0x327ad1=_0x327a();let _0x34d00e=_0x327ad1[_0x580607];return _0x34d00e;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0x5cc4b7(0x82),'conflict':_0x5cc4b7(0x74),'notCollab':'Fichier\x20local','synced':_0x5cc4b7(0x81),'syncing':_0x5cc4b7(0x7e),'offline':_0x5cc4b7(0x7b)},'session':{'connection-failed':_0x5cc4b7(0x6a),'will-retry':'Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','room-full':'La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','collaboration-timeout':_0x5cc4b7(0x7d)},'conflict':{'title':_0x5cc4b7(0x78),'content':_0x5cc4b7(0x75)},'permission':{'title':'Erreur\x20d\x27authentification','content':_0x5cc4b7(0x69)},'collaboration':{'offline-data-not-saved':_0x5cc4b7(0x7f),'single-unit':{'warning':_0x5cc4b7(0x7c)},'closeRoom':'Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.'},'auth':{'needGotoLoginAlert':_0x5cc4b7(0x71)},'formula':{'calculation':{'started':_0x5cc4b7(0x6b),'waiting':_0x5cc4b7(0x6c),'unable':'Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.'}}}};module[_0x5cc4b7(0x7a)]=e;function _0x327a(){const _0x3a5e67=['3eqltIn','Synchronisé','Synchronisation\x20des\x20données\x20du\x20serveur...','52LfNeIq','Vos\x20actions\x20entrent\x20en\x20conflit\x20avec\x20les\x20autorisations\x20du\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales\x20ailleurs,\x20car\x20elles\x20seront\x20supprimées\x20après\x20l\x27actualisation\x20de\x20la\x20page.','Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','2443590UNKemk','20CQOlMc','782214gMpecI','18lbmpRZ','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','5272544qfbhUO','204147PyduoP','Conflits\x20de\x20modification','Il\x20existe\x20un\x20conflit\x20entre\x20votre\x20copie\x20locale\x20et\x20la\x20copie\x20sur\x20le\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales,\x20car\x20elles\x20seront\x20perdues\x20lors\x20du\x20rechargement\x20de\x20la\x20page.','1310799bQGBSX','17012721wYYJJD','Conflit\x20de\x20collaboration','251772SrgkCi','exports','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','Vous\x20avez\x20ouvert\x20le\x20même\x20fichier\x20dans\x20un\x20autre\x20onglet.\x20Pour\x20éviter\x20toute\x20perte\x20de\x20données,\x20vous\x20ne\x20pouvez\x20pas\x20modifier\x20dans\x20cet\x20onglet.','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Synchronisation...','Vous\x20avez\x20des\x20modifications\x20hors\x20ligne\x20qui\x20n\x27ont\x20pas\x20été\x20enregistrées\x20sur\x20le\x20serveur.\x20Veuillez\x20vérifier\x20votre\x20réseau\x20et\x20réessayer.'];_0x327a=function(){return _0x3a5e67;};return _0x327a();}
1
+ function _0x4fea(_0x5110a0,_0x2f1e12){_0x5110a0=_0x5110a0-0x92;const _0xba13f3=_0xba13();let _0x4fea96=_0xba13f3[_0x5110a0];return _0x4fea96;}const _0x3ac8ea=_0x4fea;(function(_0xd3ffd4,_0x3108a1){const _0x24da62=_0x4fea,_0x2b328e=_0xd3ffd4();while(!![]){try{const _0x23bb46=-parseInt(_0x24da62(0x92))/0x1*(parseInt(_0x24da62(0xa1))/0x2)+-parseInt(_0x24da62(0xa0))/0x3+parseInt(_0x24da62(0xa3))/0x4*(parseInt(_0x24da62(0x95))/0x5)+parseInt(_0x24da62(0x9e))/0x6*(parseInt(_0x24da62(0xa5))/0x7)+parseInt(_0x24da62(0xa7))/0x8+-parseInt(_0x24da62(0x94))/0x9+parseInt(_0x24da62(0xaa))/0xa;if(_0x23bb46===_0x3108a1)break;else _0x2b328e['push'](_0x2b328e['shift']());}catch(_0x42da50){_0x2b328e['push'](_0x2b328e['shift']());}}}(_0xba13,0xc7c29));function _0xba13(){const _0x5e38d7=['Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','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.','17vzmKcF','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','9632016GuozQG','5GtFUVf','exports','Synchronisation\x20des\x20données\x20du\x20serveur...','Synchronisé','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','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.','Erreur\x20d\x27authentification','Conflits\x20de\x20modification','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','212268AubwBU','Actualiser\x20la\x20page','850041oCaMAp','175174rNJxMG','La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','2686292BXPHyd','Synchronisation...','77TunjTw','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.','4033776LNYxMX','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','20958140PTZcyR','Cliquez\x20pour\x20reconnecter'];_0xba13=function(){return _0x5e38d7;};return _0xba13();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3ac8ea(0xab)}},'collabStatus':{'fetchMiss':_0x3ac8ea(0x97),'conflict':_0x3ac8ea(0x9c),'notCollab':'Fichier\x20local','synced':_0x3ac8ea(0x98),'syncing':_0x3ac8ea(0xa4),'offline':_0x3ac8ea(0x99)},'snapshotLoading':{'loadingSheet':'Chargement\x20de\x20la\x20feuille','timeout':'Le\x20chargement\x20des\x20données\x20est\x20bloqué\x20à\x20{0}/{1}.\x20Actualisez\x20la\x20page\x20pour\x20réessayer.','refresh':_0x3ac8ea(0x9f)},'session':{'connection-failed':_0x3ac8ea(0xac),'will-retry':_0x3ac8ea(0x93),'room-full':'La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','collaboration-timeout':_0x3ac8ea(0x9d)},'conflict':{'title':'Conflit\x20de\x20collaboration','content':_0x3ac8ea(0xad)},'permission':{'title':_0x3ac8ea(0x9b),'content':'Vos\x20actions\x20entrent\x20en\x20conflit\x20avec\x20les\x20autorisations\x20du\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales\x20ailleurs,\x20car\x20elles\x20seront\x20supprimées\x20après\x20l\x27actualisation\x20de\x20la\x20page.'},'collaboration':{'offline-data-not-saved':_0x3ac8ea(0x9a),'single-unit':{'warning':_0x3ac8ea(0xa6)},'closeRoom':_0x3ac8ea(0xa8)},'auth':{'needGotoLoginAlert':_0x3ac8ea(0xa9)},'formula':{'calculation':{'started':'Le\x20calcul\x20des\x20formules\x20a\x20commencé.','waiting':_0x3ac8ea(0xa2),'unable':'Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.'}}}};module[_0x3ac8ea(0x96)]=e;
@@ -1 +1 @@
1
- const _0x5d41ea=_0x16e4;(function(_0x458f1f,_0x3bf027){const _0x9ad5e5=_0x16e4,_0x4c8b7d=_0x458f1f();while(!![]){try{const _0x160d01=parseInt(_0x9ad5e5(0x1d3))/0x1+parseInt(_0x9ad5e5(0x1e3))/0x2+parseInt(_0x9ad5e5(0x1d5))/0x3+-parseInt(_0x9ad5e5(0x1cf))/0x4*(parseInt(_0x9ad5e5(0x1d6))/0x5)+parseInt(_0x9ad5e5(0x1da))/0x6+parseInt(_0x9ad5e5(0x1e2))/0x7+-parseInt(_0x9ad5e5(0x1d9))/0x8*(parseInt(_0x9ad5e5(0x1cb))/0x9);if(_0x160d01===_0x3bf027)break;else _0x4c8b7d['push'](_0x4c8b7d['shift']());}catch(_0x3eb42b){_0x4c8b7d['push'](_0x4c8b7d['shift']());}}}(_0x5e7b,0xeef61));function _0x16e4(_0x3da06e,_0x5dd177){_0x3da06e=_0x3da06e-0x1c9;const _0x5e7b91=_0x5e7b();let _0x16e4e1=_0x5e7b91[_0x3da06e];return _0x16e4e1;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5d41ea(0x1dc)}},'collabStatus':{'fetchMiss':'Menyinkronkan\x20data\x20server...','conflict':_0x5d41ea(0x1de),'notCollab':_0x5d41ea(0x1d4),'synced':_0x5d41ea(0x1d0),'syncing':_0x5d41ea(0x1db),'offline':'Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal'},'session':{'connection-failed':'Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','will-retry':'Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':_0x5d41ea(0x1ca),'collaboration-timeout':_0x5d41ea(0x1c9)},'conflict':{'title':_0x5d41ea(0x1dd),'content':_0x5d41ea(0x1d1)},'permission':{'title':_0x5d41ea(0x1df),'content':_0x5d41ea(0x1cd)},'collaboration':{'offline-data-not-saved':'Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','single-unit':{'warning':_0x5d41ea(0x1cc)},'closeRoom':_0x5d41ea(0x1e0)},'auth':{'needGotoLoginAlert':_0x5d41ea(0x1d2)},'formula':{'calculation':{'started':_0x5d41ea(0x1ce),'waiting':_0x5d41ea(0x1d7),'unable':_0x5d41ea(0x1e1)}}}};module[_0x5d41ea(0x1d8)]=e;function _0x5e7b(){const _0x30dbf6=['5uxQtQR','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','exports','568TyPtBV','11658696qSCplO','Menyinkronkan...','Klik\x20untuk\x20Menyambung\x20Kembali','Konflik\x20Kolaborasi','Konflik\x20edit','Kesalahan\x20Autentikasi','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','4065509GBjagN','3571560CoMauU','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','841518pRynbT','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Perhitungan\x20rumus\x20dimulai.','185960mRVFuS','Tersinkron','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','1601266UltNJd','File\x20lokal','5258904GPVvzE'];_0x5e7b=function(){return _0x30dbf6;};return _0x5e7b();}
1
+ const _0x2b1a0f=_0x34dc;(function(_0x53c1a5,_0x381d4d){const _0x31848e=_0x34dc,_0x40161a=_0x53c1a5();while(!![]){try{const _0xc290af=parseInt(_0x31848e(0x11b))/0x1*(parseInt(_0x31848e(0x112))/0x2)+-parseInt(_0x31848e(0x11e))/0x3+parseInt(_0x31848e(0x128))/0x4+parseInt(_0x31848e(0x119))/0x5*(parseInt(_0x31848e(0x118))/0x6)+parseInt(_0x31848e(0x127))/0x7*(-parseInt(_0x31848e(0x11f))/0x8)+-parseInt(_0x31848e(0x10f))/0x9+parseInt(_0x31848e(0x11a))/0xa*(parseInt(_0x31848e(0x116))/0xb);if(_0xc290af===_0x381d4d)break;else _0x40161a['push'](_0x40161a['shift']());}catch(_0x1b7d94){_0x40161a['push'](_0x40161a['shift']());}}}(_0x3e2f,0x53be7));function _0x34dc(_0x439eaf,_0x4fb70c){_0x439eaf=_0x439eaf-0x10d;const _0x3e2fc5=_0x3e2f();let _0x34dc90=_0x3e2fc5[_0x439eaf];return _0x34dc90;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2b1a0f(0x115)}},'collabStatus':{'fetchMiss':'Menyinkronkan\x20data\x20server...','conflict':_0x2b1a0f(0x111),'notCollab':'File\x20lokal','synced':_0x2b1a0f(0x120),'syncing':_0x2b1a0f(0x114),'offline':'Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal'},'snapshotLoading':{'loadingSheet':_0x2b1a0f(0x12b),'timeout':_0x2b1a0f(0x110),'refresh':_0x2b1a0f(0x124)},'session':{'connection-failed':_0x2b1a0f(0x10d),'will-retry':'Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':_0x2b1a0f(0x126),'collaboration-timeout':_0x2b1a0f(0x10e)},'conflict':{'title':_0x2b1a0f(0x122),'content':'Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.'},'permission':{'title':_0x2b1a0f(0x12a),'content':_0x2b1a0f(0x11c)},'collaboration':{'offline-data-not-saved':_0x2b1a0f(0x117),'single-unit':{'warning':_0x2b1a0f(0x113)},'closeRoom':_0x2b1a0f(0x123)},'auth':{'needGotoLoginAlert':_0x2b1a0f(0x121)},'formula':{'calculation':{'started':'Perhitungan\x20rumus\x20dimulai.','waiting':_0x2b1a0f(0x129),'unable':_0x2b1a0f(0x11d)}}}};function _0x3e2f(){const _0x90f721=['Tersinkron','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Konflik\x20Kolaborasi','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Muat\x20ulang\x20halaman','exports','Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','4655WEDRUF','303812DSYfYE','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','Kesalahan\x20Autentikasi','Memuat\x20lembar','Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','5855607hgZljJ','Pemuatan\x20data\x20berhenti\x20di\x20{0}/{1}.\x20Muat\x20ulang\x20halaman\x20untuk\x20mencoba\x20lagi.','Konflik\x20edit','60938mzCNun','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','Menyinkronkan...','Klik\x20untuk\x20Menyambung\x20Kembali','311729xcbYIm','Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','1127838cWNDwI','15FxiPpv','10xYSiks','22XuerVe','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','418218YriMzX','2472GpFtEI'];_0x3e2f=function(){return _0x90f721;};return _0x3e2f();}module[_0x2b1a0f(0x125)]=e;
@@ -1 +1 @@
1
- const _0x19d4d3=_0x29ec;(function(_0x501206,_0x2f0d1b){const _0x123433=_0x29ec,_0x519da6=_0x501206();while(!![]){try{const _0x333db5=parseInt(_0x123433(0x146))/0x1*(parseInt(_0x123433(0x13f))/0x2)+-parseInt(_0x123433(0x13d))/0x3+parseInt(_0x123433(0x143))/0x4+parseInt(_0x123433(0x13a))/0x5*(parseInt(_0x123433(0x135))/0x6)+-parseInt(_0x123433(0x148))/0x7+-parseInt(_0x123433(0x14a))/0x8+-parseInt(_0x123433(0x136))/0x9*(-parseInt(_0x123433(0x147))/0xa);if(_0x333db5===_0x2f0d1b)break;else _0x519da6['push'](_0x519da6['shift']());}catch(_0x2ec911){_0x519da6['push'](_0x519da6['shift']());}}}(_0x50bc,0xdcefd));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x19d4d3(0x140)}},'collabStatus':{'fetchMiss':_0x19d4d3(0x134),'conflict':_0x19d4d3(0x13b),'notCollab':_0x19d4d3(0x138),'synced':'Sincronizzato','syncing':'Sincronizzazione...','offline':_0x19d4d3(0x131)},'session':{'connection-failed':_0x19d4d3(0x149),'will-retry':_0x19d4d3(0x130),'room-full':_0x19d4d3(0x137),'collaboration-timeout':_0x19d4d3(0x141)},'conflict':{'title':_0x19d4d3(0x139),'content':_0x19d4d3(0x133)},'permission':{'title':'Errore\x20di\x20Autenticazione','content':_0x19d4d3(0x132)},'collaboration':{'offline-data-not-saved':_0x19d4d3(0x13e),'single-unit':{'warning':_0x19d4d3(0x13c)},'closeRoom':'I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.'},'auth':{'needGotoLoginAlert':'Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.'},'formula':{'calculation':{'started':_0x19d4d3(0x144),'waiting':'La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','unable':_0x19d4d3(0x142)}}}};function _0x29ec(_0x250b57,_0x5349d0){_0x250b57=_0x250b57-0x130;const _0x50bc67=_0x50bc();let _0x29ec2d=_0x50bc67[_0x250b57];return _0x29ec2d;}module[_0x19d4d3(0x145)]=e;function _0x50bc(){const _0x2b8f50=['La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','File\x20locale','Conflitto\x20di\x20Collaborazione','185uOFDGI','Conflitti\x20di\x20modifica','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','4221822EsbrOd','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','4dETbLW','Clicca\x20per\x20Riconnettere','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','6808320ImObHG','Calcolo\x20della\x20formula\x20avviato.','exports','314104KIaSun','1770tSUlDI','10225572fWmJIA','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','6542128SRGwld','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','Le\x20tue\x20azioni\x20sono\x20in\x20conflitto\x20con\x20le\x20autorizzazioni\x20del\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali\x20altrove,\x20poiché\x20verranno\x20scartate\x20dopo\x20l\x27aggiornamento\x20della\x20pagina.','C\x27è\x20un\x20conflitto\x20tra\x20la\x20tua\x20copia\x20locale\x20e\x20quella\x20sul\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali,\x20perché\x20andranno\x20perse\x20quando\x20ricarichi\x20la\x20pagina.','Sincronizzazione\x20dati\x20server...','64128TFIXFN','94833tIPTdv'];_0x50bc=function(){return _0x2b8f50;};return _0x50bc();}
1
+ function _0x1e12(_0x497772,_0x111e74){_0x497772=_0x497772-0x138;const _0x3fdf72=_0x3fdf();let _0x1e12c4=_0x3fdf72[_0x497772];return _0x1e12c4;}const _0x5e87be=_0x1e12;(function(_0x4d4425,_0x4d73b8){const _0x48f2cd=_0x1e12,_0x1575d0=_0x4d4425();while(!![]){try{const _0x50e79e=parseInt(_0x48f2cd(0x13e))/0x1*(parseInt(_0x48f2cd(0x148))/0x2)+-parseInt(_0x48f2cd(0x14c))/0x3+parseInt(_0x48f2cd(0x13c))/0x4+-parseInt(_0x48f2cd(0x13d))/0x5+-parseInt(_0x48f2cd(0x14e))/0x6+parseInt(_0x48f2cd(0x13b))/0x7+parseInt(_0x48f2cd(0x146))/0x8;if(_0x50e79e===_0x4d73b8)break;else _0x1575d0['push'](_0x1575d0['shift']());}catch(_0x255b26){_0x1575d0['push'](_0x1575d0['shift']());}}}(_0x3fdf,0xbd727));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5e87be(0x143)}},'collabStatus':{'fetchMiss':_0x5e87be(0x145),'conflict':'Conflitti\x20di\x20modifica','notCollab':_0x5e87be(0x151),'synced':_0x5e87be(0x14b),'syncing':_0x5e87be(0x138),'offline':'Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente'},'snapshotLoading':{'loadingSheet':_0x5e87be(0x139),'timeout':'Il\x20caricamento\x20dei\x20dati\x20si\x20è\x20fermato\x20a\x20{0}/{1}.\x20Aggiorna\x20la\x20pagina\x20per\x20riprovare.','refresh':_0x5e87be(0x13a)},'session':{'connection-failed':_0x5e87be(0x152),'will-retry':_0x5e87be(0x14f),'room-full':_0x5e87be(0x149),'collaboration-timeout':'Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.'},'conflict':{'title':'Conflitto\x20di\x20Collaborazione','content':_0x5e87be(0x14a)},'permission':{'title':_0x5e87be(0x141),'content':_0x5e87be(0x147)},'collaboration':{'offline-data-not-saved':'Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','single-unit':{'warning':'Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.'},'closeRoom':_0x5e87be(0x14d)},'auth':{'needGotoLoginAlert':_0x5e87be(0x13f)},'formula':{'calculation':{'started':_0x5e87be(0x150),'waiting':_0x5e87be(0x144),'unable':_0x5e87be(0x142)}}}};module[_0x5e87be(0x140)]=e;function _0x3fdf(){const _0x5b513a=['Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','Sincronizzazione...','Caricamento\x20del\x20foglio','Aggiorna\x20pagina','10279745xJBejv','3998184lDclRO','6860510yGLgjq','314381xIRQzf','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','exports','Errore\x20di\x20Autenticazione','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','Clicca\x20per\x20Riconnettere','La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','Sincronizzazione\x20dati\x20server...','11381504MYuTsP','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.','2pcDNWb','La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','C\x27è\x20un\x20conflitto\x20tra\x20la\x20tua\x20copia\x20locale\x20e\x20quella\x20sul\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali,\x20perché\x20andranno\x20perse\x20quando\x20ricarichi\x20la\x20pagina.','Sincronizzato','2759037OSeRSb','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','6824364uEVQlE','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','Calcolo\x20della\x20formula\x20avviato.','File\x20locale'];_0x3fdf=function(){return _0x5b513a;};return _0x3fdf();}
@@ -1 +1 @@
1
- const _0x2f371a=_0x2b3f;function _0x405f(){const _0x58d426=['共同編集ルームが閉じられたため、編集権限が取り消されました。','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','ローカルファイル','7684524HNsEdK','42543YncNxp','編集の競合','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','26MdCnpn','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','345089vbyIAD','70BvyJvz','9497600UlYLvb','22RoDfuE','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','同期中...','オフライン、編集内容はローカルに保存されます','160AnoIwx','8pfzVBI','共同編集の競合','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','現在、数式の計算を実行できません。後でもう一度お試しください。','exports','7629CyLYjt','数式の計算キューが満杯です。空きが出るまでお待ちください...','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','認証エラー','サーバーデータを同期中...','クリックして再接続','接続に失敗しました。しばらくしてから再試行します。','192745RPUGdi','12530832okeXrL','数式の計算を開始しました。'];_0x405f=function(){return _0x58d426;};return _0x405f();}function _0x2b3f(_0x1fe823,_0x17a9ee){_0x1fe823=_0x1fe823-0x116;const _0x405f4a=_0x405f();let _0x2b3fe=_0x405f4a[_0x1fe823];return _0x2b3fe;}(function(_0x21d645,_0x2f7081){const _0xb19e16=_0x2b3f,_0x525ec7=_0x21d645();while(!![]){try{const _0xbe357d=parseInt(_0xb19e16(0x119))/0x1+parseInt(_0xb19e16(0x117))/0x2*(-parseInt(_0xb19e16(0x126))/0x3)+parseInt(_0xb19e16(0x120))/0x4*(-parseInt(_0xb19e16(0x12d))/0x5)+-parseInt(_0xb19e16(0x133))/0x6+parseInt(_0xb19e16(0x11b))/0x7*(parseInt(_0xb19e16(0x121))/0x8)+-parseInt(_0xb19e16(0x134))/0x9*(parseInt(_0xb19e16(0x11a))/0xa)+-parseInt(_0xb19e16(0x11c))/0xb*(-parseInt(_0xb19e16(0x12e))/0xc);if(_0xbe357d===_0x2f7081)break;else _0x525ec7['push'](_0x525ec7['shift']());}catch(_0x43fb89){_0x525ec7['push'](_0x525ec7['shift']());}}}(_0x405f,0xdc17b));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2f371a(0x12b)}},'collabStatus':{'fetchMiss':_0x2f371a(0x12a),'conflict':_0x2f371a(0x135),'notCollab':_0x2f371a(0x132),'synced':'同期済み','syncing':_0x2f371a(0x11e),'offline':_0x2f371a(0x11f)},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':_0x2f371a(0x12c),'room-full':'共同編集ルームが満員です。編集内容はローカルに保存されます。','collaboration-timeout':_0x2f371a(0x11d)},'conflict':{'title':_0x2f371a(0x122),'content':_0x2f371a(0x118)},'permission':{'title':_0x2f371a(0x129),'content':_0x2f371a(0x116)},'collaboration':{'offline-data-not-saved':_0x2f371a(0x123),'single-unit':{'warning':_0x2f371a(0x131)},'closeRoom':_0x2f371a(0x130)},'auth':{'needGotoLoginAlert':_0x2f371a(0x128)},'formula':{'calculation':{'started':_0x2f371a(0x12f),'waiting':_0x2f371a(0x127),'unable':_0x2f371a(0x124)}}}};module[_0x2f371a(0x125)]=e;
1
+ function _0x2698(_0x209df8,_0x1711a1){_0x209df8=_0x209df8-0x18c;const _0x20b76a=_0x20b7();let _0x2698d0=_0x20b76a[_0x209df8];return _0x2698d0;}const _0xdaae8d=_0x2698;function _0x20b7(){const _0x5ba543=['10754196HWkNlP','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','ローカルファイル','編集の競合','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','19310NgalLb','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','24YQLLCD','認証エラー','11TvOfxZ','130lGyRfw','4167obxwHd','同期中...','6HxeVwg','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','サーバーデータを同期中...','ページを更新','19401JBThrt','接続に失敗しました。しばらくしてから再試行します。','オフライン、編集内容はローカルに保存されます','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','データの読み込みが\x20{0}/{1}\x20で停止しています。ページを更新して再試行してください。','シートを読み込んでいます','4637024AicBYz','1985315wBGGDn','共同編集の競合','現在、数式の計算を実行できません。後でもう一度お試しください。','クリックして再接続','930304iCmIag','2105229EbLyGQ','数式の計算キューが満杯です。空きが出るまでお待ちください...'];_0x20b7=function(){return _0x5ba543;};return _0x20b7();}(function(_0x42e173,_0x42386e){const _0x228aab=_0x2698,_0x300463=_0x42e173();while(!![]){try{const _0x27be8b=parseInt(_0x228aab(0x19a))/0x1+parseInt(_0x228aab(0x1a7))/0x2*(parseInt(_0x228aab(0x18f))/0x3)+-parseInt(_0x228aab(0x195))/0x4+-parseInt(_0x228aab(0x196))/0x5*(parseInt(_0x228aab(0x1aa))/0x6)+-parseInt(_0x228aab(0x19b))/0x7*(parseInt(_0x228aab(0x1a4))/0x8)+parseInt(_0x228aab(0x1a8))/0x9*(parseInt(_0x228aab(0x1a2))/0xa)+-parseInt(_0x228aab(0x1a6))/0xb*(-parseInt(_0x228aab(0x19d))/0xc);if(_0x27be8b===_0x42386e)break;else _0x300463['push'](_0x300463['shift']());}catch(_0x8d4186){_0x300463['push'](_0x300463['shift']());}}}(_0x20b7,0xa695f));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xdaae8d(0x199)}},'collabStatus':{'fetchMiss':_0xdaae8d(0x18d),'conflict':_0xdaae8d(0x1a0),'notCollab':_0xdaae8d(0x19f),'synced':'同期済み','syncing':_0xdaae8d(0x1a9),'offline':_0xdaae8d(0x191)},'snapshotLoading':{'loadingSheet':_0xdaae8d(0x194),'timeout':_0xdaae8d(0x193),'refresh':_0xdaae8d(0x18e)},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':_0xdaae8d(0x190),'room-full':'共同編集ルームが満員です。編集内容はローカルに保存されます。','collaboration-timeout':_0xdaae8d(0x19e)},'conflict':{'title':_0xdaae8d(0x197),'content':_0xdaae8d(0x18c)},'permission':{'title':_0xdaae8d(0x1a5),'content':'お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。'},'collaboration':{'offline-data-not-saved':_0xdaae8d(0x192),'single-unit':{'warning':_0xdaae8d(0x1a1)},'closeRoom':'共同編集ルームが閉じられたため、編集権限が取り消されました。'},'auth':{'needGotoLoginAlert':_0xdaae8d(0x1a3)},'formula':{'calculation':{'started':'数式の計算を開始しました。','waiting':_0xdaae8d(0x19c),'unable':_0xdaae8d(0x198)}}}};module['exports']=e;
@@ -1 +1 @@
1
- function _0x1648(_0x3f0106,_0x2232c9){_0x3f0106=_0x3f0106-0x137;const _0x13e539=_0x13e5();let _0x1648de=_0x13e539[_0x3f0106];return _0x1648de;}const _0x419054=_0x1648;(function(_0x1ed626,_0x4c917a){const _0x3eecce=_0x1648,_0x5379ff=_0x1ed626();while(!![]){try{const _0x19c341=-parseInt(_0x3eecce(0x14d))/0x1*(parseInt(_0x3eecce(0x13a))/0x2)+parseInt(_0x3eecce(0x13c))/0x3+-parseInt(_0x3eecce(0x13e))/0x4*(parseInt(_0x3eecce(0x141))/0x5)+-parseInt(_0x3eecce(0x152))/0x6*(parseInt(_0x3eecce(0x14c))/0x7)+-parseInt(_0x3eecce(0x137))/0x8*(parseInt(_0x3eecce(0x147))/0x9)+parseInt(_0x3eecce(0x153))/0xa*(parseInt(_0x3eecce(0x150))/0xb)+parseInt(_0x3eecce(0x14b))/0xc;if(_0x19c341===_0x4c917a)break;else _0x5379ff['push'](_0x5379ff['shift']());}catch(_0x1cfb29){_0x5379ff['push'](_0x5379ff['shift']());}}}(_0x13e5,0xb4a8d));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x419054(0x154)}},'collabStatus':{'fetchMiss':_0x419054(0x151),'conflict':_0x419054(0x14f),'notCollab':'로컬\x20파일','synced':_0x419054(0x13d),'syncing':_0x419054(0x145),'offline':_0x419054(0x138)},'session':{'connection-failed':_0x419054(0x14a),'will-retry':_0x419054(0x148),'room-full':_0x419054(0x146),'collaboration-timeout':_0x419054(0x155)},'conflict':{'title':_0x419054(0x14e),'content':'로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'},'permission':{'title':_0x419054(0x144),'content':_0x419054(0x13b)},'collaboration':{'offline-data-not-saved':_0x419054(0x143),'single-unit':{'warning':_0x419054(0x13f)},'closeRoom':_0x419054(0x142)},'auth':{'needGotoLoginAlert':_0x419054(0x139)},'formula':{'calculation':{'started':'수식\x20계산을\x20시작했습니다.','waiting':'수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','unable':_0x419054(0x149)}}}};function _0x13e5(){const _0x52390b=['9nzPaGI','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','25445448jPypns','1478596aBnLqf','34861wWGBTh','공동\x20편집\x20충돌','편집\x20충돌','1478345HdvlQJ','서버\x20데이터\x20동기화\x20중...','12ZAAApw','90odRaMd','클릭하여\x20다시\x20연결','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','11184424nDSAoP','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','8CUgDrH','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','1761612ggDaZv','동기화됨','695588upBTAQ','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','exports','35PkZgaU','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','인증\x20오류','동기화\x20중...','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'];_0x13e5=function(){return _0x52390b;};return _0x13e5();}module[_0x419054(0x140)]=e;
1
+ const _0x3b7d23=_0x2525;(function(_0x5cba2b,_0x27907e){const _0x182927=_0x2525,_0x4d72ff=_0x5cba2b();while(!![]){try{const _0x37df7d=-parseInt(_0x182927(0x1f2))/0x1+parseInt(_0x182927(0x1fd))/0x2*(-parseInt(_0x182927(0x1ec))/0x3)+-parseInt(_0x182927(0x200))/0x4+-parseInt(_0x182927(0x1fb))/0x5+parseInt(_0x182927(0x1eb))/0x6*(parseInt(_0x182927(0x1f9))/0x7)+-parseInt(_0x182927(0x1fe))/0x8+-parseInt(_0x182927(0x1f5))/0x9*(-parseInt(_0x182927(0x1ea))/0xa);if(_0x37df7d===_0x27907e)break;else _0x4d72ff['push'](_0x4d72ff['shift']());}catch(_0x12b73c){_0x4d72ff['push'](_0x4d72ff['shift']());}}}(_0x5e9f,0xe8512));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':_0x3b7d23(0x1e7),'conflict':_0x3b7d23(0x204),'notCollab':_0x3b7d23(0x202),'synced':_0x3b7d23(0x1f7),'syncing':_0x3b7d23(0x203),'offline':_0x3b7d23(0x201)},'snapshotLoading':{'loadingSheet':'시트를\x20불러오는\x20중','timeout':_0x3b7d23(0x1f6),'refresh':_0x3b7d23(0x1e9)},'session':{'connection-failed':'연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','will-retry':_0x3b7d23(0x1e8),'room-full':_0x3b7d23(0x1f0),'collaboration-timeout':_0x3b7d23(0x1f8)},'conflict':{'title':_0x3b7d23(0x1e6),'content':_0x3b7d23(0x1fa)},'permission':{'title':_0x3b7d23(0x1fc),'content':_0x3b7d23(0x1ed)},'collaboration':{'offline-data-not-saved':_0x3b7d23(0x1ef),'single-unit':{'warning':_0x3b7d23(0x1f4)},'closeRoom':'공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.'},'auth':{'needGotoLoginAlert':_0x3b7d23(0x1f3)},'formula':{'calculation':{'started':_0x3b7d23(0x1f1),'waiting':'수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','unable':_0x3b7d23(0x1ee)}}}};function _0x2525(_0x12c19a,_0x5ac59c){_0x12c19a=_0x12c19a-0x1e6;const _0x5e9f23=_0x5e9f();let _0x25257a=_0x5e9f23[_0x12c19a];return _0x25257a;}module[_0x3b7d23(0x1ff)]=e;function _0x5e9f(){const _0x3716b1=['수식\x20계산을\x20시작했습니다.','868504FbXjfy','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','4831353YUIWmA','데이터\x20로딩이\x20{0}/{1}에서\x20멈췄습니다.\x20페이지를\x20새로고침한\x20후\x20다시\x20시도하세요.','동기화됨','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','49CuydjL','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','4147805zhoukr','인증\x20오류','75214ijWKsd','4367720OxABNf','exports','3401916LZFESK','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','로컬\x20파일','동기화\x20중...','편집\x20충돌','공동\x20편집\x20충돌','서버\x20데이터\x20동기화\x20중...','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','페이지\x20새로고침','90LiSdGb','906402WaGBeP','147PoHUtk','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'];_0x5e9f=function(){return _0x3716b1;};return _0x5e9f();}
@@ -1 +1 @@
1
- function _0x5a59(){const _0x48bcb9=['Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','383356MrnfiN','1278870WtTjwn','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','Obliczanie\x20formuły\x20rozpoczęte.','Kliknij,\x20aby\x20połączyć\x20ponownie','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','66444CGCvWK','11nZWQas','99450UbsIMr','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Synchronizowanie\x20danych\x20serwera...','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','Błąd\x20uwierzytelniania','14004ObfYFG','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','75838JckLvq','2560rkuEIs','Synchronizowanie...','exports','44458FZftDg','Konflikt\x20współpracy','Zsynchronizowane','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','Plik\x20lokalny','208bcQvLX'];_0x5a59=function(){return _0x48bcb9;};return _0x5a59();}const _0x454af1=_0x241d;(function(_0x2cc4b6,_0x5772b4){const _0x1d0f6a=_0x241d,_0xc5333c=_0x2cc4b6();while(!![]){try{const _0x6b50d=parseInt(_0x1d0f6a(0x100))/0x1*(parseInt(_0x1d0f6a(0x10f))/0x2)+-parseInt(_0x1d0f6a(0xff))/0x3+parseInt(_0x1d0f6a(0x117))/0x4+-parseInt(_0x1d0f6a(0x118))/0x5+-parseInt(_0x1d0f6a(0x101))/0x6+parseInt(_0x1d0f6a(0x10b))/0x7*(-parseInt(_0x1d0f6a(0x114))/0x8)+-parseInt(_0x1d0f6a(0x107))/0x9*(-parseInt(_0x1d0f6a(0x10c))/0xa);if(_0x6b50d===_0x5772b4)break;else _0xc5333c['push'](_0xc5333c['shift']());}catch(_0x46f20a){_0xc5333c['push'](_0xc5333c['shift']());}}}(_0x5a59,0x27ad1));function _0x241d(_0x410cfa,_0x257209){_0x410cfa=_0x410cfa-0xff;const _0x5a5967=_0x5a59();let _0x241d37=_0x5a5967[_0x410cfa];return _0x241d37;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x454af1(0x11b)}},'collabStatus':{'fetchMiss':_0x454af1(0x103),'conflict':'Konflikty\x20edycji','notCollab':_0x454af1(0x113),'synced':_0x454af1(0x111),'syncing':_0x454af1(0x10d),'offline':_0x454af1(0x116)},'session':{'connection-failed':_0x454af1(0x119),'will-retry':_0x454af1(0x112),'room-full':_0x454af1(0x102),'collaboration-timeout':_0x454af1(0x115)},'conflict':{'title':_0x454af1(0x110),'content':_0x454af1(0x11d)},'permission':{'title':_0x454af1(0x106),'content':_0x454af1(0x105)},'collaboration':{'offline-data-not-saved':_0x454af1(0x104),'single-unit':{'warning':_0x454af1(0x108)},'closeRoom':_0x454af1(0x109)},'auth':{'needGotoLoginAlert':_0x454af1(0x10a)},'formula':{'calculation':{'started':_0x454af1(0x11a),'waiting':'Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','unable':_0x454af1(0x11c)}}}};module[_0x454af1(0x10e)]=e;
1
+ const _0x2ee09f=_0x3633;function _0x3633(_0x3851fc,_0x12acfc){_0x3851fc=_0x3851fc-0x194;const _0x3abb7d=_0x3abb();let _0x3633db=_0x3abb7d[_0x3851fc];return _0x3633db;}function _0x3abb(){const _0x5c0931=['Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Kliknij,\x20aby\x20połączyć\x20ponownie','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','1966212pCvFrU','Plik\x20lokalny','Ładowanie\x20danych\x20zatrzymało\x20się\x20na\x20{0}/{1}.\x20Odśwież\x20stronę,\x20aby\x20spróbować\x20ponownie.','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','910iDefbG','47975lGcMUI','Zsynchronizowane','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','505126IBZSNw','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','exports','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','16472Gjnytr','Błąd\x20uwierzytelniania','85096zMdMgM','Odśwież\x20stronę','Ładowanie\x20arkusza','2205RdGJGn','Synchronizowanie\x20danych\x20serwera...','Konflikt\x20współpracy','2453650DkEdYp','103203BdkCJf','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','Konflikty\x20edycji','51jFxtAI','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie'];_0x3abb=function(){return _0x5c0931;};return _0x3abb();}(function(_0xe4ba57,_0x192ec5){const _0x229fbe=_0x3633,_0x54d449=_0xe4ba57();while(!![]){try{const _0x15c7c8=parseInt(_0x229fbe(0x1a5))/0x1+-parseInt(_0x229fbe(0x1a9))/0x2+parseInt(_0x229fbe(0x19a))/0x3*(parseInt(_0x229fbe(0x1af))/0x4)+parseInt(_0x229fbe(0x196))/0x5+parseInt(_0x229fbe(0x1a0))/0x6+parseInt(_0x229fbe(0x1b2))/0x7*(parseInt(_0x229fbe(0x1ad))/0x8)+-parseInt(_0x229fbe(0x197))/0x9*(parseInt(_0x229fbe(0x1a4))/0xa);if(_0x15c7c8===_0x192ec5)break;else _0x54d449['push'](_0x54d449['shift']());}catch(_0x5d28e8){_0x54d449['push'](_0x54d449['shift']());}}}(_0x3abb,0x8dbee));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2ee09f(0x19e)}},'collabStatus':{'fetchMiss':_0x2ee09f(0x194),'conflict':_0x2ee09f(0x199),'notCollab':_0x2ee09f(0x1a1),'synced':_0x2ee09f(0x1a6),'syncing':'Synchronizowanie...','offline':_0x2ee09f(0x19c)},'snapshotLoading':{'loadingSheet':_0x2ee09f(0x1b1),'timeout':_0x2ee09f(0x1a2),'refresh':_0x2ee09f(0x1b0)},'session':{'connection-failed':_0x2ee09f(0x1a7),'will-retry':_0x2ee09f(0x19f),'room-full':_0x2ee09f(0x19b),'collaboration-timeout':_0x2ee09f(0x1a8)},'conflict':{'title':_0x2ee09f(0x195),'content':_0x2ee09f(0x198)},'permission':{'title':_0x2ee09f(0x1ae),'content':'Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.'},'collaboration':{'offline-data-not-saved':_0x2ee09f(0x1aa),'single-unit':{'warning':_0x2ee09f(0x19d)},'closeRoom':_0x2ee09f(0x1ac)},'auth':{'needGotoLoginAlert':'Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.'},'formula':{'calculation':{'started':'Obliczanie\x20formuły\x20rozpoczęte.','waiting':'Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','unable':_0x2ee09f(0x1a3)}}}};module[_0x2ee09f(0x1ab)]=e;
@@ -1 +1 @@
1
- const _0x2cbef9=_0x2cee;(function(_0x3fb4a9,_0x52b063){const _0x8d4e4d=_0x2cee,_0x257b0c=_0x3fb4a9();while(!![]){try{const _0xb09627=-parseInt(_0x8d4e4d(0x1ce))/0x1*(parseInt(_0x8d4e4d(0x1c7))/0x2)+parseInt(_0x8d4e4d(0x1d5))/0x3*(-parseInt(_0x8d4e4d(0x1c8))/0x4)+-parseInt(_0x8d4e4d(0x1cd))/0x5*(-parseInt(_0x8d4e4d(0x1d6))/0x6)+parseInt(_0x8d4e4d(0x1d3))/0x7*(-parseInt(_0x8d4e4d(0x1cc))/0x8)+-parseInt(_0x8d4e4d(0x1dd))/0x9*(parseInt(_0x8d4e4d(0x1dc))/0xa)+-parseInt(_0x8d4e4d(0x1da))/0xb*(parseInt(_0x8d4e4d(0x1cb))/0xc)+parseInt(_0x8d4e4d(0x1be))/0xd*(parseInt(_0x8d4e4d(0x1d8))/0xe);if(_0xb09627===_0x52b063)break;else _0x257b0c['push'](_0x257b0c['shift']());}catch(_0x25452f){_0x257b0c['push'](_0x257b0c['shift']());}}}(_0xc451,0x23116));function _0x2cee(_0x5a8ce8,_0x420f1b){_0x5a8ce8=_0x5a8ce8-0x1be;const _0xc4514b=_0xc451();let _0x2cee13=_0xc4514b[_0x5a8ce8];return _0x2cee13;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2cbef9(0x1ca)}},'collabStatus':{'fetchMiss':_0x2cbef9(0x1cf),'conflict':'Conflitos\x20de\x20edição','notCollab':_0x2cbef9(0x1bf),'synced':_0x2cbef9(0x1d7),'syncing':_0x2cbef9(0x1c0),'offline':_0x2cbef9(0x1c6)},'session':{'connection-failed':'Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','will-retry':'Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','room-full':_0x2cbef9(0x1d1),'collaboration-timeout':_0x2cbef9(0x1d0)},'conflict':{'title':_0x2cbef9(0x1c1),'content':'Há\x20um\x20conflito\x20entre\x20sua\x20cópia\x20local\x20e\x20a\x20cópia\x20no\x20servidor.\x20Salve\x20suas\x20edições\x20locais,\x20pois\x20elas\x20serão\x20perdidas\x20ao\x20recarregar\x20a\x20página.'},'permission':{'title':'Erro\x20de\x20autenticação','content':_0x2cbef9(0x1d9)},'collaboration':{'offline-data-not-saved':_0x2cbef9(0x1c9),'single-unit':{'warning':_0x2cbef9(0x1c5)},'closeRoom':_0x2cbef9(0x1db)},'auth':{'needGotoLoginAlert':_0x2cbef9(0x1c3)},'formula':{'calculation':{'started':_0x2cbef9(0x1c4),'waiting':_0x2cbef9(0x1d4),'unable':_0x2cbef9(0x1c2)}}}};module[_0x2cbef9(0x1d2)]=e;function _0xc451(){const _0x5a0367=['Suas\x20ações\x20estão\x20em\x20conflito\x20com\x20as\x20permissões\x20do\x20servidor.\x20Salve\x20suas\x20edições\x20locais\x20em\x20outro\x20lugar,\x20pois\x20elas\x20serão\x20descartadas\x20após\x20atualizar\x20a\x20página.','33ITObjd','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','10shcYnz','2469231bMITkP','3936673XRYvRb','Arquivo\x20local','Sincronizando...','Conflito\x20de\x20Colaboração','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','Cálculo\x20de\x20fórmula\x20iniciado.','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','554LWijUu','136hfhfjY','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','Clique\x20para\x20Reconectar','1042068NknXLD','1430872XCepKz','15GVDyei','524JteIlc','Sincronizando\x20dados\x20do\x20servidor...','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','exports','7jDqQzu','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','23928UjdIiR','124842MqnuVd','Sincronizado','56gmOfZL'];_0xc451=function(){return _0x5a0367;};return _0xc451();}
1
+ const _0x1d6deb=_0x3f27;(function(_0xd53bd0,_0x13e9fc){const _0x18799c=_0x3f27,_0x44fd1a=_0xd53bd0();while(!![]){try{const _0x430ac0=-parseInt(_0x18799c(0x1c7))/0x1*(parseInt(_0x18799c(0x1c2))/0x2)+-parseInt(_0x18799c(0x1b8))/0x3*(-parseInt(_0x18799c(0x1c4))/0x4)+-parseInt(_0x18799c(0x1c1))/0x5+parseInt(_0x18799c(0x1bc))/0x6+parseInt(_0x18799c(0x1b2))/0x7+-parseInt(_0x18799c(0x1ba))/0x8*(parseInt(_0x18799c(0x1be))/0x9)+parseInt(_0x18799c(0x1c8))/0xa;if(_0x430ac0===_0x13e9fc)break;else _0x44fd1a['push'](_0x44fd1a['shift']());}catch(_0x321611){_0x44fd1a['push'](_0x44fd1a['shift']());}}}(_0x2789,0x49378));function _0x3f27(_0x17b762,_0x1bd443){_0x17b762=_0x17b762-0x1b1;const _0x2789b9=_0x2789();let _0x3f27ac=_0x2789b9[_0x17b762];return _0x3f27ac;}function _0x2789(){const _0x28a29f=['253926AKXJXQ','Clique\x20para\x20Reconectar','54SeVYRr','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','1212870SmWTnu','609586RZZbQV','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','568ialmJZ','O\x20carregamento\x20dos\x20dados\x20parou\x20em\x20{0}/{1}.\x20Atualize\x20a\x20página\x20para\x20tentar\x20novamente.','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','1OKcXRQ','12067770MxfLYZ','Arquivo\x20local','165655ttxJLj','exports','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Erro\x20de\x20autenticação','Suas\x20ações\x20estão\x20em\x20conflito\x20com\x20as\x20permissões\x20do\x20servidor.\x20Salve\x20suas\x20edições\x20locais\x20em\x20outro\x20lugar,\x20pois\x20elas\x20serão\x20descartadas\x20após\x20atualizar\x20a\x20página.','Conflito\x20de\x20Colaboração','2607clcOmL','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','731864MGBqus','Cálculo\x20de\x20fórmula\x20iniciado.'];_0x2789=function(){return _0x28a29f;};return _0x2789();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1d6deb(0x1bd)}},'collabStatus':{'fetchMiss':'Sincronizando\x20dados\x20do\x20servidor...','conflict':'Conflitos\x20de\x20edição','notCollab':_0x1d6deb(0x1b1),'synced':'Sincronizado','syncing':'Sincronizando...','offline':'Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente'},'snapshotLoading':{'loadingSheet':'Carregando\x20planilha','timeout':_0x1d6deb(0x1c5),'refresh':'Atualizar\x20página'},'session':{'connection-failed':_0x1d6deb(0x1c6),'will-retry':'Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','room-full':_0x1d6deb(0x1b4),'collaboration-timeout':'O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.'},'conflict':{'title':_0x1d6deb(0x1b7),'content':'Há\x20um\x20conflito\x20entre\x20sua\x20cópia\x20local\x20e\x20a\x20cópia\x20no\x20servidor.\x20Salve\x20suas\x20edições\x20locais,\x20pois\x20elas\x20serão\x20perdidas\x20ao\x20recarregar\x20a\x20página.'},'permission':{'title':_0x1d6deb(0x1b5),'content':_0x1d6deb(0x1b6)},'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':_0x1d6deb(0x1c3)},'closeRoom':_0x1d6deb(0x1b9)},'auth':{'needGotoLoginAlert':_0x1d6deb(0x1bf)},'formula':{'calculation':{'started':_0x1d6deb(0x1bb),'waiting':'A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','unable':_0x1d6deb(0x1c0)}}}};module[_0x1d6deb(0x1b3)]=e;
@@ -1 +1 @@
1
- const _0x57d115=_0x1afc;(function(_0xbe5a7,_0xf3d3e0){const _0x5193cb=_0x1afc,_0x343b76=_0xbe5a7();while(!![]){try{const _0x55061b=parseInt(_0x5193cb(0x1d9))/0x1+parseInt(_0x5193cb(0x1e7))/0x2*(-parseInt(_0x5193cb(0x1d0))/0x3)+-parseInt(_0x5193cb(0x1cf))/0x4+-parseInt(_0x5193cb(0x1e1))/0x5*(-parseInt(_0x5193cb(0x1e6))/0x6)+-parseInt(_0x5193cb(0x1e2))/0x7+parseInt(_0x5193cb(0x1d6))/0x8*(parseInt(_0x5193cb(0x1e9))/0x9)+parseInt(_0x5193cb(0x1e3))/0xa*(parseInt(_0x5193cb(0x1d3))/0xb);if(_0x55061b===_0xf3d3e0)break;else _0x343b76['push'](_0x343b76['shift']());}catch(_0x5abf2c){_0x343b76['push'](_0x343b76['shift']());}}}(_0x31f0,0x83608));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Нажмите\x20для\x20переподключения'}},'collabStatus':{'fetchMiss':_0x57d115(0x1dd),'conflict':_0x57d115(0x1eb),'notCollab':_0x57d115(0x1d4),'synced':_0x57d115(0x1e5),'syncing':_0x57d115(0x1ec),'offline':_0x57d115(0x1e4)},'session':{'connection-failed':_0x57d115(0x1ea),'will-retry':'Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','room-full':_0x57d115(0x1d1),'collaboration-timeout':_0x57d115(0x1de)},'conflict':{'title':_0x57d115(0x1da),'content':_0x57d115(0x1db)},'permission':{'title':_0x57d115(0x1d7),'content':_0x57d115(0x1d8)},'collaboration':{'offline-data-not-saved':_0x57d115(0x1dc),'single-unit':{'warning':_0x57d115(0x1e8)},'closeRoom':'Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.'},'auth':{'needGotoLoginAlert':'Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.'},'formula':{'calculation':{'started':_0x57d115(0x1d2),'waiting':_0x57d115(0x1d5),'unable':_0x57d115(0x1e0)}}}};function _0x1afc(_0x387c30,_0x44a649){_0x387c30=_0x387c30-0x1cf;const _0x31f0c4=_0x31f0();let _0x1afc2e=_0x31f0c4[_0x387c30];return _0x1afc2e;}module[_0x57d115(0x1df)]=e;function _0x31f0(){const _0x377812=['6FXoogQ','2746bXMima','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','9pjiYUm','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','Конфликты\x20редактирования','Синхронизация...','842692yQlxdV','1578CdNkby','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Начато\x20вычисление\x20формул.','1800887BiLHdJ','Локальный\x20файл','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','356248qtkPBy','Ошибка\x20аутентификации','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','701953gGDApb','Конфликт\x20совместной\x20работы','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','Синхронизация\x20данных\x20сервера...','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','exports','В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.','4698305rHocna','4944135pDpyjm','30EVdWbk','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','Синхронизировано'];_0x31f0=function(){return _0x377812;};return _0x31f0();}
1
+ const _0x323409=_0x9dd6;(function(_0x2699c0,_0x2e08d1){const _0x5050a1=_0x9dd6,_0x581218=_0x2699c0();while(!![]){try{const _0x25f792=parseInt(_0x5050a1(0x179))/0x1+parseInt(_0x5050a1(0x18a))/0x2*(-parseInt(_0x5050a1(0x177))/0x3)+-parseInt(_0x5050a1(0x17b))/0x4*(parseInt(_0x5050a1(0x173))/0x5)+parseInt(_0x5050a1(0x170))/0x6*(-parseInt(_0x5050a1(0x175))/0x7)+-parseInt(_0x5050a1(0x178))/0x8*(parseInt(_0x5050a1(0x183))/0x9)+-parseInt(_0x5050a1(0x186))/0xa*(parseInt(_0x5050a1(0x188))/0xb)+parseInt(_0x5050a1(0x176))/0xc*(parseInt(_0x5050a1(0x17d))/0xd);if(_0x25f792===_0x2e08d1)break;else _0x581218['push'](_0x581218['shift']());}catch(_0x4ee3fb){_0x581218['push'](_0x581218['shift']());}}}(_0x56dc,0xb8a49));function _0x9dd6(_0x167372,_0x55d21e){_0x167372=_0x167372-0x170;const _0x56dcc2=_0x56dc();let _0x9dd610=_0x56dcc2[_0x167372];return _0x9dd610;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Нажмите\x20для\x20переподключения'}},'collabStatus':{'fetchMiss':_0x323409(0x185),'conflict':_0x323409(0x189),'notCollab':_0x323409(0x180),'synced':'Синхронизировано','syncing':_0x323409(0x17a),'offline':_0x323409(0x181)},'snapshotLoading':{'loadingSheet':_0x323409(0x17e),'timeout':_0x323409(0x17f),'refresh':_0x323409(0x17c)},'session':{'connection-failed':_0x323409(0x187),'will-retry':'Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','room-full':'Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','collaboration-timeout':'Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.'},'conflict':{'title':_0x323409(0x174),'content':'Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.'},'permission':{'title':_0x323409(0x184),'content':_0x323409(0x18b)},'collaboration':{'offline-data-not-saved':_0x323409(0x172),'single-unit':{'warning':'Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.'},'closeRoom':_0x323409(0x182)},'auth':{'needGotoLoginAlert':'Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.'},'formula':{'calculation':{'started':'Начато\x20вычисление\x20формул.','waiting':'Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','unable':_0x323409(0x171)}}}};function _0x56dc(){const _0xed01a0=['1051582abdPMz','97452MYuoRO','1131933pdMpwT','6416aDSZDw','1186829GvMDwR','Синхронизация...','996VDNInj','Обновить\x20страницу','8411EkPUYA','Загрузка\x20листа','Загрузка\x20данных\x20остановилась\x20на\x20{0}/{1}.\x20Обновите\x20страницу\x20и\x20повторите\x20попытку.','Локальный\x20файл','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','16488axlMQo','Ошибка\x20аутентификации','Синхронизация\x20данных\x20сервера...','10mZmtjB','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','5043863LmFkwr','Конфликты\x20редактирования','8zqOaOi','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','42xpmohk','В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.','У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','24020BxZdTR','Конфликт\x20совместной\x20работы'];_0x56dc=function(){return _0xed01a0;};return _0x56dc();}module['exports']=e;
@@ -1 +1 @@
1
- const _0x3e8e5b=_0x51d1;(function(_0x379b92,_0x348bb7){const _0xfd8f6=_0x51d1,_0x510868=_0x379b92();while(!![]){try{const _0xcbf5fb=parseInt(_0xfd8f6(0xda))/0x1+parseInt(_0xfd8f6(0xd5))/0x2+parseInt(_0xfd8f6(0xe4))/0x3*(-parseInt(_0xfd8f6(0xdd))/0x4)+parseInt(_0xfd8f6(0xe5))/0x5+parseInt(_0xfd8f6(0xdc))/0x6+parseInt(_0xfd8f6(0xde))/0x7*(-parseInt(_0xfd8f6(0xe0))/0x8)+-parseInt(_0xfd8f6(0xe3))/0x9;if(_0xcbf5fb===_0x348bb7)break;else _0x510868['push'](_0x510868['shift']());}catch(_0x5ac4ff){_0x510868['push'](_0x510868['shift']());}}}(_0x3378,0xc6bb6));function _0x51d1(_0x23195b,_0x4c88ae){_0x23195b=_0x23195b-0xd5;const _0x337814=_0x3378();let _0x51d1fb=_0x337814[_0x23195b];return _0x51d1fb;}function _0x3378(){const _0x216a83=['Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','7378176NmoAyJ','3975124taJEPQ','14GJWxYM','Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.','992808PKUisL','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.','11993229JSWfry','3fDaCAR','3663680JprobD','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','Synchronizuje\x20sa...','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','Konflikt\x20spolupráce','exports','1089432FYDDcv','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','Chyba\x20overenia','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','881422OQrbab'];_0x3378=function(){return _0x216a83;};return _0x3378();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknite\x20na\x20opätovné\x20pripojenie'}},'collabStatus':{'fetchMiss':'Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','conflict':'Konflikty\x20úprav','notCollab':'Lokálny\x20súbor','synced':'Synchronizované','syncing':_0x3e8e5b(0xe8),'offline':_0x3e8e5b(0xe1)},'session':{'connection-failed':_0x3e8e5b(0xd6),'will-retry':_0x3e8e5b(0xe7),'room-full':_0x3e8e5b(0xdb),'collaboration-timeout':'Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'},'conflict':{'title':_0x3e8e5b(0xea),'content':_0x3e8e5b(0xdf)},'permission':{'title':_0x3e8e5b(0xd7),'content':_0x3e8e5b(0xe2)},'collaboration':{'offline-data-not-saved':_0x3e8e5b(0xe6),'single-unit':{'warning':'Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.'},'closeRoom':_0x3e8e5b(0xd9)},'auth':{'needGotoLoginAlert':'Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.'},'formula':{'calculation':{'started':'Výpočet\x20vzorcov\x20sa\x20spustil.','waiting':_0x3e8e5b(0xd8),'unable':_0x3e8e5b(0xe9)}}}};module[_0x3e8e5b(0xeb)]=e;
1
+ function _0x53f9(_0x57eab4,_0x22b39b){_0x57eab4=_0x57eab4-0x1b2;const _0x1dd3b8=_0x1dd3();let _0x53f912=_0x1dd3b8[_0x57eab4];return _0x53f912;}const _0xf5eefd=_0x53f9;function _0x1dd3(){const _0x284655=['12822QSYPRi','Načítavanie\x20údajov\x20sa\x20zastavilo\x20na\x20{0}/{1}.\x20Obnovte\x20stránku\x20a\x20skúste\x20to\x20znova.','Synchronizuje\x20sa...','8mnnsea','Konflikt\x20spolupráce','854577truLQL','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','659385bamoLc','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','5208100lwPajR','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','1091468GHmPrp','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','8541785ancREG','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','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é.','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','9113010AjPrDP','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','Výpočet\x20vzorcov\x20sa\x20spustil.','Lokálny\x20súbor','284WUxOJz','Načítava\x20sa\x20hárok','6CqrycY','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'];_0x1dd3=function(){return _0x284655;};return _0x1dd3();}(function(_0x44dcfd,_0x3cdaeb){const _0x1552be=_0x53f9,_0x2340a5=_0x44dcfd();while(!![]){try{const _0xde3af2=parseInt(_0x1552be(0x1b5))/0x1+-parseInt(_0x1552be(0x1c8))/0x2*(parseInt(_0x1552be(0x1cd))/0x3)+-parseInt(_0x1552be(0x1bb))/0x4+parseInt(_0x1552be(0x1b9))/0x5+parseInt(_0x1552be(0x1ca))/0x6*(-parseInt(_0x1552be(0x1be))/0x7)+-parseInt(_0x1552be(0x1b3))/0x8*(parseInt(_0x1552be(0x1b7))/0x9)+parseInt(_0x1552be(0x1c2))/0xa;if(_0xde3af2===_0x3cdaeb)break;else _0x2340a5['push'](_0x2340a5['shift']());}catch(_0x3be1c6){_0x2340a5['push'](_0x2340a5['shift']());}}}(_0x1dd3,0x9ad5b));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknite\x20na\x20opätovné\x20pripojenie'}},'collabStatus':{'fetchMiss':_0xf5eefd(0x1bd),'conflict':'Konflikty\x20úprav','notCollab':_0xf5eefd(0x1c7),'synced':'Synchronizované','syncing':_0xf5eefd(0x1b2),'offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'snapshotLoading':{'loadingSheet':_0xf5eefd(0x1c9),'timeout':_0xf5eefd(0x1ce),'refresh':'Obnoviť\x20stránku'},'session':{'connection-failed':_0xf5eefd(0x1ba),'will-retry':_0xf5eefd(0x1c1),'room-full':_0xf5eefd(0x1b6),'collaboration-timeout':_0xf5eefd(0x1c3)},'conflict':{'title':_0xf5eefd(0x1b4),'content':_0xf5eefd(0x1cb)},'permission':{'title':_0xf5eefd(0x1cc),'content':_0xf5eefd(0x1c0)},'collaboration':{'offline-data-not-saved':_0xf5eefd(0x1c5),'single-unit':{'warning':_0xf5eefd(0x1b8)},'closeRoom':_0xf5eefd(0x1bc)},'auth':{'needGotoLoginAlert':'Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.'},'formula':{'calculation':{'started':_0xf5eefd(0x1c6),'waiting':_0xf5eefd(0x1c4),'unable':_0xf5eefd(0x1bf)}}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x509ab2=_0x3d98;(function(_0x13ccb5,_0x4918ff){const _0x184e69=_0x3d98,_0x17ce16=_0x13ccb5();while(!![]){try{const _0x264b82=-parseInt(_0x184e69(0x91))/0x1*(parseInt(_0x184e69(0x9a))/0x2)+-parseInt(_0x184e69(0x96))/0x3+-parseInt(_0x184e69(0xa7))/0x4*(parseInt(_0x184e69(0xa1))/0x5)+parseInt(_0x184e69(0x97))/0x6+-parseInt(_0x184e69(0x9f))/0x7*(-parseInt(_0x184e69(0x93))/0x8)+-parseInt(_0x184e69(0xad))/0x9*(parseInt(_0x184e69(0x92))/0xa)+parseInt(_0x184e69(0xa4))/0xb*(parseInt(_0x184e69(0x99))/0xc);if(_0x264b82===_0x4918ff)break;else _0x17ce16['push'](_0x17ce16['shift']());}catch(_0x47b68f){_0x17ce16['push'](_0x17ce16['shift']());}}}(_0x397c,0xf2026));function _0x397c(){const _0x1c4c40=['Phòng\x20cộng\x20tác\x20đã\x20đầy.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','3974025fUAQpU','Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.','69340KthErP','Đã\x20đồng\x20bộ','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','exports','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','8577MPPbkA','Không\x20thể\x20thực\x20hiện\x20tính\x20toán\x20công\x20thức\x20vào\x20lúc\x20này.\x20Vui\x20lòng\x20thử\x20lại\x20sau.','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Đang\x20đồng\x20bộ...','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','834269UseOMc','14270bKmECt','5570344HbflEn','Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.','Nhấp\x20để\x20kết\x20nối\x20lại','2562429WLXGPn','11368110TXLxSt','Xung\x20đột\x20cộng\x20tác','108qxGcMy','2XhTsCt','Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','Xung\x20đột\x20chỉnh\x20sửa','Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.','7ttXzox','Lỗi\x20xác\x20thực','520AAPtfr','Tệp\x20cục\x20b'];_0x397c=function(){return _0x1c4c40;};return _0x397c();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x509ab2(0x95)}},'collabStatus':{'fetchMiss':_0x509ab2(0x9c),'conflict':_0x509ab2(0x9d),'notCollab':_0x509ab2(0xa2),'synced':_0x509ab2(0xa8),'syncing':_0x509ab2(0x8f),'offline':'Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20b'},'session':{'connection-failed':_0x509ab2(0xac),'will-retry':_0x509ab2(0xab),'room-full':_0x509ab2(0xa3),'collaboration-timeout':_0x509ab2(0xaf)},'conflict':{'title':_0x509ab2(0x98),'content':_0x509ab2(0x94)},'permission':{'title':_0x509ab2(0xa0),'content':_0x509ab2(0x9b)},'collaboration':{'offline-data-not-saved':_0x509ab2(0xa5),'single-unit':{'warning':_0x509ab2(0xa6)},'closeRoom':'Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.'},'auth':{'needGotoLoginAlert':_0x509ab2(0x9e)},'formula':{'calculation':{'started':_0x509ab2(0x90),'waiting':_0x509ab2(0xa9),'unable':_0x509ab2(0xae)}}}};function _0x3d98(_0x2ede59,_0x173c78){_0x2ede59=_0x2ede59-0x8f;const _0x397c57=_0x397c();let _0x3d98d2=_0x397c57[_0x2ede59];return _0x3d98d2;}module[_0x509ab2(0xaa)]=e;
1
+ const _0xe286bc=_0x1e85;(function(_0x55091e,_0x4fbe58){const _0x311483=_0x1e85,_0x4a67fb=_0x55091e();while(!![]){try{const _0x6861c4=-parseInt(_0x311483(0x9f))/0x1+-parseInt(_0x311483(0x95))/0x2*(-parseInt(_0x311483(0xa0))/0x3)+parseInt(_0x311483(0xa4))/0x4*(-parseInt(_0x311483(0x9d))/0x5)+parseInt(_0x311483(0xa3))/0x6*(parseInt(_0x311483(0x90))/0x7)+-parseInt(_0x311483(0xaa))/0x8*(parseInt(_0x311483(0x9b))/0x9)+-parseInt(_0x311483(0x99))/0xa*(-parseInt(_0x311483(0xac))/0xb)+-parseInt(_0x311483(0x94))/0xc;if(_0x6861c4===_0x4fbe58)break;else _0x4a67fb['push'](_0x4a67fb['shift']());}catch(_0x150933){_0x4a67fb['push'](_0x4a67fb['shift']());}}}(_0x2554,0xda41e));function _0x1e85(_0x2a212a,_0x3e4647){_0x2a212a=_0x2a212a-0x90;const _0x2554f9=_0x2554();let _0x1e850a=_0x2554f9[_0x2a212a];return _0x1e850a;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xe286bc(0x9e)}},'collabStatus':{'fetchMiss':_0xe286bc(0xaf),'conflict':'Xung\x20đột\x20chỉnh\x20sửa','notCollab':'Tệp\x20cục\x20bộ','synced':_0xe286bc(0x92),'syncing':'Đang\x20đồng\x20bộ...','offline':'Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20b'},'snapshotLoading':{'loadingSheet':_0xe286bc(0x9c),'timeout':_0xe286bc(0xa5),'refresh':_0xe286bc(0xa6)},'session':{'connection-failed':_0xe286bc(0xa2),'will-retry':_0xe286bc(0x97),'room-full':_0xe286bc(0xab),'collaboration-timeout':_0xe286bc(0x96)},'conflict':{'title':_0xe286bc(0xa1),'content':_0xe286bc(0xa8)},'permission':{'title':_0xe286bc(0x9a),'content':_0xe286bc(0xa9)},'collaboration':{'offline-data-not-saved':_0xe286bc(0xad),'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':_0xe286bc(0xa7)},'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':_0xe286bc(0x93),'waiting':_0xe286bc(0x98),'unable':_0xe286bc(0xae)}}}};module[_0xe286bc(0x91)]=e;function _0x2554(){const _0x50d1a3=['Làm\x20mới\x20trang','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','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.','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.','1820296aQmeNF','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ộ.','18344843nRSDGx','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.','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.','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','42PqKqet','exports','Đã\x20đồng\x20bộ','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','22715784fHLkuz','2eGTwmD','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ộ.','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','10yanyaf','Lỗi\x20xác\x20thực','9tjKsHt','Đang\x20tải\x20trang\x20tính','438010sfSsUc','Nhấp\x20để\x20kết\x20nối\x20lại','201015fqouLQ','2662059AVQZZf','Xung\x20đột\x20cộng\x20tác','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','1448868oQtLOY','36YuLWgj','Quá\x20trình\x20tải\x20dữ\x20liệu\x20đã\x20dừng\x20ở\x20{0}/{1}.\x20Hãy\x20làm\x20mới\x20trang\x20để\x20thử\x20lại.'];_0x2554=function(){return _0x50d1a3;};return _0x2554();}
@@ -1 +1 @@
1
- const _0x137102=_0xe0d8;function _0x10aa(){const _0x4aa0b1=['本地文件','由于协同房间被关闭,编辑权限被收回。','协同冲突','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','连接失败,将在一会儿之后重试连接','5582312RtGgOn','4RVNazw','8210502lgmazy','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','正在拉取服务端数据...','目前无法执行公式计算。请稍后重试。','已同步','4864200ImIAFH','已离线,编辑将在本地缓存','编辑冲突','400514cgUlWD','20641284XcQzLF','保存中...','59800gkcuZi','1379DjdgsT','exports','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','协同房间已满,你的编辑将在本地缓存','点击重新连接','6674085STafCH','权限错误','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','公式计算已开始。'];_0x10aa=function(){return _0x4aa0b1;};return _0x10aa();}(function(_0x550320,_0x289e16){const _0x1bb039=_0xe0d8,_0x4c842f=_0x550320();while(!![]){try{const _0x52fea4=parseInt(_0x1bb039(0x15e))/0x1*(-parseInt(_0x1bb039(0x167))/0x2)+-parseInt(_0x1bb039(0x164))/0x3+parseInt(_0x1bb039(0x15d))/0x4+parseInt(_0x1bb039(0x154))/0x5+parseInt(_0x1bb039(0x15f))/0x6+-parseInt(_0x1bb039(0x16b))/0x7*(-parseInt(_0x1bb039(0x16a))/0x8)+-parseInt(_0x1bb039(0x168))/0x9;if(_0x52fea4===_0x289e16)break;else _0x4c842f['push'](_0x4c842f['shift']());}catch(_0x2ef20a){_0x4c842f['push'](_0x4c842f['shift']());}}}(_0x10aa,0xd0dbb));function _0xe0d8(_0xc25c30,_0x324cd4){_0xc25c30=_0xc25c30-0x153;const _0x10aa1f=_0x10aa();let _0xe0d84=_0x10aa1f[_0xc25c30];return _0xe0d84;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x137102(0x153)}},'collabStatus':{'fetchMiss':_0x137102(0x161),'conflict':_0x137102(0x166),'notCollab':_0x137102(0x158),'synced':_0x137102(0x163),'syncing':_0x137102(0x169),'offline':_0x137102(0x165)},'session':{'connection-failed':'连接失败,请检查你的网络','will-retry':_0x137102(0x15c),'room-full':_0x137102(0x16e),'collaboration-timeout':'服务器未响应,你的编辑将在本地缓存'},'conflict':{'title':_0x137102(0x15a),'content':_0x137102(0x15b)},'permission':{'title':_0x137102(0x155),'content':_0x137102(0x160)},'collaboration':{'offline-data-not-saved':'你有离线编辑未保存到服务器,请检查网络后重试。','single-unit':{'warning':_0x137102(0x156)},'closeRoom':_0x137102(0x159)},'auth':{'needGotoLoginAlert':_0x137102(0x16d)},'formula':{'calculation':{'started':_0x137102(0x157),'waiting':'公式计算队列已满,正在等待空闲位置...','unable':_0x137102(0x162)}}}};module[_0x137102(0x16c)]=e;
1
+ function _0x405e(){const _0x4958eb=['2127156dZVTOQ','310906nwRvif','由于协同房间被关闭,编辑权限被收回。','连接失败,将在一会儿之后重试连接','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','51lDPEyN','472945OwnUEt','1434IwSrAH','正在拉取服务端数据...','5155MMsuag','本地文件','93789KszQzY','192URFbHH','7316UBzNrE','刷新页面','1wcxdQh','exports','数据加载停留在\x20{0}/{1},请刷新页面后重试。','已离线,编辑将在本地缓存','已同步','145831GAqCRr','权限错误','公式计算已开始。','110wtmByl','编辑冲突','目前无法执行公式计算。请稍后重试。','连接失败,请检查你的网络','协同冲突'];_0x405e=function(){return _0x4958eb;};return _0x405e();}const _0x43bf04=_0x1023;(function(_0x1b27a4,_0x1285a6){const _0x30930b=_0x1023,_0x2a1883=_0x1b27a4();while(!![]){try{const _0x30741b=-parseInt(_0x30930b(0xa3))/0x1*(parseInt(_0x30930b(0x95))/0x2)+parseInt(_0x30930b(0x99))/0x3*(-parseInt(_0x30930b(0xa1))/0x4)+-parseInt(_0x30930b(0x9d))/0x5*(-parseInt(_0x30930b(0x9b))/0x6)+-parseInt(_0x30930b(0xa8))/0x7*(-parseInt(_0x30930b(0xa0))/0x8)+-parseInt(_0x30930b(0x9f))/0x9+-parseInt(_0x30930b(0xab))/0xa*(parseInt(_0x30930b(0x9a))/0xb)+parseInt(_0x30930b(0x94))/0xc;if(_0x30741b===_0x1285a6)break;else _0x2a1883['push'](_0x2a1883['shift']());}catch(_0x4a58db){_0x2a1883['push'](_0x2a1883['shift']());}}}(_0x405e,0x3df38));function _0x1023(_0x1a5cf3,_0x52053c){_0x1a5cf3=_0x1a5cf3-0x92;const _0x405e84=_0x405e();let _0x102370=_0x405e84[_0x1a5cf3];return _0x102370;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'点击重新连接'}},'collabStatus':{'fetchMiss':_0x43bf04(0x9c),'conflict':_0x43bf04(0xac),'notCollab':_0x43bf04(0x9e),'synced':_0x43bf04(0xa7),'syncing':'保存中...','offline':_0x43bf04(0xa6)},'snapshotLoading':{'loadingSheet':'正在加载表格','timeout':_0x43bf04(0xa5),'refresh':_0x43bf04(0xa2)},'session':{'connection-failed':_0x43bf04(0x92),'will-retry':_0x43bf04(0x97),'room-full':'协同房间已满,你的编辑将在本地缓存','collaboration-timeout':'服务器未响应,你的编辑将在本地缓存'},'conflict':{'title':_0x43bf04(0x93),'content':'你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'permission':{'title':_0x43bf04(0xa9),'content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'offline-data-not-saved':'你有离线编辑未保存到服务器,请检查网络后重试。','single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x43bf04(0x96)},'auth':{'needGotoLoginAlert':_0x43bf04(0x98)},'formula':{'calculation':{'started':_0x43bf04(0xaa),'waiting':'公式计算队列已满,正在等待空闲位置...','unable':_0x43bf04(0xad)}}}};module[_0x43bf04(0xa4)]=e;