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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/README.md +6 -3
  2. package/lib/cjs/facade.js +1 -1
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -1
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/controllers/clipboard/docs/image/image-paste.controller.d.ts +1 -2
  66. package/lib/types/controllers/collab-cursor/board-collab-cursor-entity.d.ts +31 -0
  67. package/lib/types/controllers/collab-cursor/board-collab-cursor-render.controller.d.ts +21 -0
  68. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +3 -2
  69. package/lib/types/controllers/collab-cursor/slide-collab-cursor-entity.d.ts +1 -1
  70. package/lib/types/controllers/collab-status/collab-status.controller.d.ts +11 -0
  71. package/lib/types/index.d.ts +0 -2
  72. package/lib/types/models/cursor.d.ts +12 -8
  73. package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +2 -0
  74. package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +2 -2
  75. package/lib/types/views/shapes/text-bubble.shape.d.ts +1 -0
  76. package/lib/umd/facade.js +1 -1
  77. package/lib/umd/index.js +1 -1
  78. package/lib/umd/locale/ar-SA.js +1 -1
  79. package/lib/umd/locale/ca-ES.js +1 -1
  80. package/lib/umd/locale/de-DE.js +1 -1
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  85. package/lib/umd/locale/id-ID.js +1 -1
  86. package/lib/umd/locale/it-IT.js +1 -1
  87. package/lib/umd/locale/ja-JP.js +1 -1
  88. package/lib/umd/locale/ko-KR.js +1 -1
  89. package/lib/umd/locale/pl-PL.js +1 -1
  90. package/lib/umd/locale/pt-BR.js +1 -1
  91. package/lib/umd/locale/ru-RU.js +1 -1
  92. package/lib/umd/locale/sk-SK.js +1 -1
  93. package/lib/umd/locale/vi-VN.js +1 -1
  94. package/lib/umd/locale/zh-CN.js +1 -1
  95. package/lib/umd/locale/zh-HK.js +1 -1
  96. package/lib/umd/locale/zh-TW.js +1 -1
  97. package/package.json +23 -22
@@ -1 +1 @@
1
- function _0x2e43(_0x21c53e,_0x1db8be){_0x21c53e=_0x21c53e-0x96;const _0x4d046a=_0x4d04();let _0x2e439f=_0x4d046a[_0x21c53e];return _0x2e439f;}function _0x4d04(){const _0xdab3bf=['الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','10weHVIG','169267UaLSqq','قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','تعارضات\x20التحرير','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','تعارض\x20في\x20التعاون','3356316nRODMd','204eEktqf','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','61784SyOxSq','1586970WDmGNX','1162740KPoEuK','9140256ffVaiz','90OEpyek','هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','خطأ\x20في\x20المصادقة','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','انقر\x20لإعادة\x20الاتصال','تمت\x20المزامنة','ملف\x20محلي','148297JfCQlU','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.'];_0x4d04=function(){return _0xdab3bf;};return _0x4d04();}const _0x194faf=_0x2e43;(function(_0x41d37f,_0x1fb2ce){const _0x2ced7e=_0x2e43,_0x2519e5=_0x41d37f();while(!![]){try{const _0x116f7d=-parseInt(_0x2ced7e(0xad))/0x1+parseInt(_0x2ced7e(0xa1))/0x2+-parseInt(_0x2ced7e(0xa4))/0x3*(parseInt(_0x2ced7e(0xa0))/0x4)+-parseInt(_0x2ced7e(0xa2))/0x5+parseInt(_0x2ced7e(0x9c))/0x6*(-parseInt(_0x2ced7e(0xb2))/0x7)+parseInt(_0x2ced7e(0xa3))/0x8+parseInt(_0x2ced7e(0x9b))/0x9*(parseInt(_0x2ced7e(0xb1))/0xa);if(_0x116f7d===_0x1fb2ce)break;else _0x2519e5['push'](_0x2519e5['shift']());}catch(_0x24e1f4){_0x2519e5['push'](_0x2519e5['shift']());}}}(_0x4d04,0x9ce02));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x194faf(0xaa)}},'collabStatus':{'fetchMiss':_0x194faf(0x98),'conflict':_0x194faf(0x97),'notCollab':_0x194faf(0xac),'synced':_0x194faf(0xab),'syncing':'جارٍ\x20المزامنة...','offline':_0x194faf(0x9d)},'session':{'connection-failed':_0x194faf(0xa8),'will-retry':_0x194faf(0x99),'room-full':_0x194faf(0xae),'collaboration-timeout':_0x194faf(0xaf)},'conflict':{'title':_0x194faf(0x9a),'content':_0x194faf(0xa5)},'permission':{'title':_0x194faf(0xa6),'content':_0x194faf(0xa9)},'collaboration':{'offline-data-not-saved':'لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','single-unit':{'warning':_0x194faf(0xa7)},'closeRoom':_0x194faf(0x9f)},'auth':{'needGotoLoginAlert':_0x194faf(0x9e)},'formula':{'calculation':{'started':'بدأ\x20حساب\x20الصيغة.','waiting':_0x194faf(0x96),'unable':_0x194faf(0xb0)}}}};export{e as default};
1
+ const _0x1dbc37=_0x45c2;(function(_0xed5de3,_0x756c57){const _0x49efb5=_0x45c2,_0x3533ca=_0xed5de3();while(!![]){try{const _0x4af319=-parseInt(_0x49efb5(0xb4))/0x1+parseInt(_0x49efb5(0xb9))/0x2*(-parseInt(_0x49efb5(0xbf))/0x3)+parseInt(_0x49efb5(0xac))/0x4*(parseInt(_0x49efb5(0xbc))/0x5)+-parseInt(_0x49efb5(0xc1))/0x6+-parseInt(_0x49efb5(0xb3))/0x7+-parseInt(_0x49efb5(0xba))/0x8+parseInt(_0x49efb5(0xc2))/0x9*(parseInt(_0x49efb5(0xa7))/0xa);if(_0x4af319===_0x756c57)break;else _0x3533ca['push'](_0x3533ca['shift']());}catch(_0x328cc8){_0x3533ca['push'](_0x3533ca['shift']());}}}(_0x2dce,0xbeab0));function _0x45c2(_0x2fb7d8,_0x2e0a54){_0x2fb7d8=_0x2fb7d8-0xa7;const _0x2dce8b=_0x2dce();let _0x45c2a3=_0x2dce8b[_0x2fb7d8];return _0x45c2a3;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1dbc37(0xb8)}},'collabStatus':{'fetchMiss':_0x1dbc37(0xb2),'conflict':_0x1dbc37(0xad),'notCollab':_0x1dbc37(0xaa),'synced':_0x1dbc37(0xc3),'syncing':_0x1dbc37(0xb1),'offline':_0x1dbc37(0xb0)},'session':{'connection-failed':_0x1dbc37(0xa8),'will-retry':_0x1dbc37(0xab),'room-full':_0x1dbc37(0xbb),'collaboration-timeout':_0x1dbc37(0xae)},'conflict':{'title':_0x1dbc37(0xaf),'content':'هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.'},'permission':{'title':_0x1dbc37(0xbd),'content':_0x1dbc37(0xa9)},'collaboration':{'offline-data-not-saved':_0x1dbc37(0xb6),'single-unit':{'warning':_0x1dbc37(0xc0)},'closeRoom':'تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.'},'auth':{'needGotoLoginAlert':_0x1dbc37(0xbe)},'formula':{'calculation':{'started':'بدأ\x20حساب\x20الصيغة.','waiting':_0x1dbc37(0xb5),'unable':_0x1dbc37(0xb7)}}}};function _0x2dce(){const _0x425998=['2033440dWdtzq','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','ملف\x20محلي','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','398108exsFQE','تعارضات\x20التحرير','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','تعارض\x20في\x20التعاون','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','جارٍ\x20المزامنة...','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','3956435uIGQIg','327434jbVOcZ','قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','انقر\x20لإعادة\x20الاتصال','237264kDLkwL','8246120dSAWBf','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','40tGQIvd','خطأ\x20في\x20المصادقة','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','18AJviZy','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','3801288oysdJn','144yRcvcJ','تمت\x20المزامنة'];_0x2dce=function(){return _0x425998;};return _0x2dce();}export{e as default};
@@ -1 +1 @@
1
- const _0x417635=_0x4afe;function _0x3c91(){const _0x1c0463=['5pGTFdz','Conflicte\x20de\x20col·laboració','Sincronitzant...','888588lAFjSs','33543FtAGmL','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','806082ubFhIF','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','10199707pqSNVk','1080486OpPFKO','9032jWDHEx','5432036muLAZY','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.','Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Sincronitzant\x20dades\x20del\x20servidor...','8443566CYbRFw','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','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.','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','Sincronitzat'];_0x3c91=function(){return _0x1c0463;};return _0x3c91();}(function(_0x45ee63,_0x1ee778){const _0x22e94f=_0x4afe,_0x4d7003=_0x45ee63();while(!![]){try{const _0x46958c=parseInt(_0x22e94f(0xa3))/0x1+-parseInt(_0x22e94f(0xb4))/0x2+parseInt(_0x22e94f(0x9f))/0x3+-parseInt(_0x22e94f(0xa5))/0x4+parseInt(_0x22e94f(0xb1))/0x5*(-parseInt(_0x22e94f(0xaa))/0x6)+-parseInt(_0x22e94f(0xa2))/0x7+parseInt(_0x22e94f(0xa4))/0x8*(parseInt(_0x22e94f(0xb5))/0x9);if(_0x46958c===_0x1ee778)break;else _0x4d7003['push'](_0x4d7003['shift']());}catch(_0x14db07){_0x4d7003['push'](_0x4d7003['shift']());}}}(_0x3c91,0xd95ba));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Feu\x20clic\x20per\x20reconnectar'}},'collabStatus':{'fetchMiss':_0x417635(0xa9),'conflict':'Conflictes\x20d\x27edició','notCollab':'Fitxer\x20local','synced':_0x417635(0xb0),'syncing':_0x417635(0xb3),'offline':'Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment'},'session':{'connection-failed':'Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','will-retry':_0x417635(0xab),'room-full':_0x417635(0xa8),'collaboration-timeout':_0x417635(0x9e)},'conflict':{'title':_0x417635(0xb2),'content':_0x417635(0xa7)},'permission':{'title':'Error\x20d\x27autenticació','content':_0x417635(0xad)},'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':_0x417635(0xa0)},'closeRoom':_0x417635(0xa1)},'auth':{'needGotoLoginAlert':_0x417635(0xa6)},'formula':{'calculation':{'started':_0x417635(0xaf),'waiting':_0x417635(0xae),'unable':_0x417635(0xac)}}}};function _0x4afe(_0x484291,_0x236e69){_0x484291=_0x484291-0x9e;const _0x3c9160=_0x3c91();let _0x4afe7d=_0x3c9160[_0x484291];return _0x4afe7d;}export{e as default};
1
+ function _0x12c6(){const _0x38ed06=['Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','49KRGMNh','1951533OTMRHw','8BzkFtI','Conflicte\x20de\x20col·laboració','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','Conflictes\x20d\x27edició','949738aagIGE','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','1768478naorNy','Sincronitzant...','693805rAkVRL','325746nAFHqn','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','Sincronitzat','Feu\x20clic\x20per\x20reconnectar','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Sincronitzant\x20dades\x20del\x20servidor...','1290016wAXcWo','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','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.','110DtYYtj','2853429bPtENp','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.'];_0x12c6=function(){return _0x38ed06;};return _0x12c6();}const _0x3fbf0e=_0x307e;(function(_0x484a8b,_0x55bf76){const _0x44cb1a=_0x307e,_0x60bcb0=_0x484a8b();while(!![]){try{const _0x3b5df9=-parseInt(_0x44cb1a(0x162))/0x1+-parseInt(_0x44cb1a(0x164))/0x2+parseInt(_0x44cb1a(0x171))/0x3+parseInt(_0x44cb1a(0x177))/0x4*(-parseInt(_0x44cb1a(0x166))/0x5)+-parseInt(_0x44cb1a(0x167))/0x6*(parseInt(_0x44cb1a(0x175))/0x7)+-parseInt(_0x44cb1a(0x16d))/0x8+parseInt(_0x44cb1a(0x176))/0x9*(parseInt(_0x44cb1a(0x170))/0xa);if(_0x3b5df9===_0x55bf76)break;else _0x60bcb0['push'](_0x60bcb0['shift']());}catch(_0x1c5566){_0x60bcb0['push'](_0x60bcb0['shift']());}}}(_0x12c6,0xa6e2a));function _0x307e(_0x2ea0b2,_0x4d8d5f){_0x2ea0b2=_0x2ea0b2-0x161;const _0x12c6ae=_0x12c6();let _0x307e00=_0x12c6ae[_0x2ea0b2];return _0x307e00;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3fbf0e(0x16a)}},'collabStatus':{'fetchMiss':_0x3fbf0e(0x16c),'conflict':_0x3fbf0e(0x161),'notCollab':'Fitxer\x20local','synced':_0x3fbf0e(0x169),'syncing':_0x3fbf0e(0x165),'offline':'Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment'},'session':{'connection-failed':_0x3fbf0e(0x168),'will-retry':_0x3fbf0e(0x172),'room-full':_0x3fbf0e(0x16b),'collaboration-timeout':_0x3fbf0e(0x173)},'conflict':{'title':_0x3fbf0e(0x178),'content':_0x3fbf0e(0x16f)},'permission':{'title':'Error\x20d\x27autenticació','content':'Les\x20vostres\x20accions\x20entren\x20en\x20conflicte\x20amb\x20els\x20permisos\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals\x20en\x20un\x20altre\x20lloc,\x20perquè\x20es\x20descartaran\x20després\x20d\x27actualitzar\x20la\x20pàgina.'},'collaboration':{'offline-data-not-saved':'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':_0x3fbf0e(0x174)},'closeRoom':_0x3fbf0e(0x17a)},'auth':{'needGotoLoginAlert':'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.'},'formula':{'calculation':{'started':_0x3fbf0e(0x16e),'waiting':_0x3fbf0e(0x163),'unable':_0x3fbf0e(0x179)}}}};export{e as default};
@@ -1 +1 @@
1
- function _0x5cc5(_0x2e02a4,_0x22a81e){_0x2e02a4=_0x2e02a4-0x8c;const _0x1e0ea0=_0x1e0e();let _0x5cc525=_0x1e0ea0[_0x2e02a4];return _0x5cc525;}function _0x1e0e(){const _0x55d5ca=['11174295cqGsbQ','6JuRtix','7YWdIvo','Lokale\x20Datei','Authentifizierungsfehler','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','Synchronisierung...','104409qbGLtM','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.','3254456EYYcov','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Serverdaten\x20werden\x20synchronisiert...','855280ofGnQR','Bearbeitungskonflikte','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','15727KsGvRH','Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Zusammenarbeitskonflikt','3kBvOEj','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','Klicken,\x20um\x20wieder\x20zu\x20verbinden','390DNrrpg','1105578gKwpDA','Synchronisiert','Formelberechnung\x20gestartet.','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.','4640935ZkBvnA'];_0x1e0e=function(){return _0x55d5ca;};return _0x1e0e();}const _0x4c3814=_0x5cc5;(function(_0x3fbb4e,_0x26abd0){const _0x910a5b=_0x5cc5,_0x432278=_0x3fbb4e();while(!![]){try{const _0x543190=parseInt(_0x910a5b(0x9e))/0x1+-parseInt(_0x910a5b(0xa5))/0x2+-parseInt(_0x910a5b(0xa1))/0x3*(-parseInt(_0x910a5b(0x98))/0x4)+parseInt(_0x910a5b(0x8d))/0x5*(-parseInt(_0x910a5b(0x8f))/0x6)+-parseInt(_0x910a5b(0x90))/0x7*(parseInt(_0x910a5b(0x9b))/0x8)+parseInt(_0x910a5b(0x96))/0x9*(parseInt(_0x910a5b(0xa4))/0xa)+parseInt(_0x910a5b(0x8e))/0xb;if(_0x543190===_0x26abd0)break;else _0x432278['push'](_0x432278['shift']());}catch(_0x4678ef){_0x432278['push'](_0x432278['shift']());}}}(_0x1e0e,0xad46b));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4c3814(0xa3)}},'collabStatus':{'fetchMiss':_0x4c3814(0x9a),'conflict':_0x4c3814(0x9c),'notCollab':_0x4c3814(0x91),'synced':_0x4c3814(0xa6),'syncing':_0x4c3814(0x95),'offline':'Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert'},'session':{'connection-failed':_0x4c3814(0x9d),'will-retry':'Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','room-full':_0x4c3814(0x9f),'collaboration-timeout':_0x4c3814(0x99)},'conflict':{'title':_0x4c3814(0xa0),'content':_0x4c3814(0x97)},'permission':{'title':_0x4c3814(0x92),'content':_0x4c3814(0x8c)},'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':_0x4c3814(0x93)},'closeRoom':_0x4c3814(0x94)},'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':_0x4c3814(0xa7),'waiting':'Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','unable':_0x4c3814(0xa2)}}}};export{e as default};
1
+ const _0xf7a6bc=_0x246f;function _0x246f(_0x34f850,_0x3e266f){_0x34f850=_0x34f850-0xee;const _0x134298=_0x1342();let _0x246fee=_0x134298[_0x34f850];return _0x246fee;}function _0x1342(){const _0x2fe3b0=['Klicken,\x20um\x20wieder\x20zu\x20verbinden','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','2202480gFVvXD','Synchronisiert','923492HYJbuI','168514CqzQON','Zusammenarbeitskonflikt','Formelberechnung\x20gestartet.','15501794bvPoOg','Ihre\x20Aktionen\x20stehen\x20im\x20Konflikt\x20mit\x20den\x20Serverberechtigungen.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen\x20anderweitig,\x20da\x20sie\x20nach\x20dem\x20Aktualisieren\x20der\x20Seite\x20verworfen\x20werden.','Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','2694120ZzLqsd','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','Synchronisierung...','801861rYVheN','5990220SypvQq','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Authentifizierungsfehler','Lokale\x20Datei','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Serverdaten\x20werden\x20synchronisiert...','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.'];_0x1342=function(){return _0x2fe3b0;};return _0x1342();}(function(_0x1d6609,_0x35d0d1){const _0x21ff6f=_0x246f,_0x338a32=_0x1d6609();while(!![]){try{const _0x290e95=parseInt(_0x21ff6f(0xf5))/0x1+parseInt(_0x21ff6f(0xf2))/0x2+-parseInt(_0x21ff6f(0xfe))/0x3+parseInt(_0x21ff6f(0xf4))/0x4+parseInt(_0x21ff6f(0xfb))/0x5+parseInt(_0x21ff6f(0xff))/0x6+-parseInt(_0x21ff6f(0xf8))/0x7;if(_0x290e95===_0x35d0d1)break;else _0x338a32['push'](_0x338a32['shift']());}catch(_0x2ca13d){_0x338a32['push'](_0x338a32['shift']());}}}(_0x1342,0x87bd8));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xf7a6bc(0xf0)}},'collabStatus':{'fetchMiss':_0xf7a6bc(0x106),'conflict':'Bearbeitungskonflikte','notCollab':_0xf7a6bc(0x103),'synced':_0xf7a6bc(0xf3),'syncing':_0xf7a6bc(0xfd),'offline':_0xf7a6bc(0x100)},'session':{'connection-failed':_0xf7a6bc(0x101),'will-retry':'Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','room-full':_0xf7a6bc(0xfa),'collaboration-timeout':_0xf7a6bc(0x105)},'conflict':{'title':_0xf7a6bc(0xf6),'content':'Es\x20gibt\x20einen\x20Konflikt\x20zwischen\x20Ihrer\x20lokalen\x20Kopie\x20und\x20der\x20Kopie\x20auf\x20dem\x20Server.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen,\x20da\x20sie\x20beim\x20Neuladen\x20der\x20Seite\x20verloren\x20gehen.'},'permission':{'title':_0xf7a6bc(0x102),'content':_0xf7a6bc(0xf9)},'collaboration':{'offline-data-not-saved':_0xf7a6bc(0xf1),'single-unit':{'warning':_0xf7a6bc(0xfc)},'closeRoom':_0xf7a6bc(0x104)},'auth':{'needGotoLoginAlert':_0xf7a6bc(0xef)},'formula':{'calculation':{'started':_0xf7a6bc(0xf7),'waiting':_0xf7a6bc(0xee),'unable':'Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.'}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x210298=_0x36e3;(function(_0x4faf32,_0x4592d4){const _0x730d27=_0x36e3,_0x1f9d2a=_0x4faf32();while(!![]){try{const _0x5d0523=parseInt(_0x730d27(0x170))/0x1+-parseInt(_0x730d27(0x180))/0x2+-parseInt(_0x730d27(0x17a))/0x3*(parseInt(_0x730d27(0x189))/0x4)+-parseInt(_0x730d27(0x181))/0x5+-parseInt(_0x730d27(0x184))/0x6*(-parseInt(_0x730d27(0x17d))/0x7)+-parseInt(_0x730d27(0x186))/0x8*(-parseInt(_0x730d27(0x182))/0x9)+parseInt(_0x730d27(0x17b))/0xa;if(_0x5d0523===_0x4592d4)break;else _0x1f9d2a['push'](_0x1f9d2a['shift']());}catch(_0xab8a6d){_0x1f9d2a['push'](_0x1f9d2a['shift']());}}}(_0x753a,0xc91a6));function _0x36e3(_0x4721f3,_0x44f867){_0x4721f3=_0x4721f3-0x16f;const _0x753a6f=_0x753a();let _0x36e388=_0x753a6f[_0x4721f3];return _0x36e388;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x210298(0x18b),'conflict':_0x210298(0x18a),'notCollab':_0x210298(0x179),'synced':_0x210298(0x17e),'syncing':_0x210298(0x176),'offline':_0x210298(0x175)},'session':{'connection-failed':_0x210298(0x183),'will-retry':_0x210298(0x174),'room-full':_0x210298(0x177),'collaboration-timeout':_0x210298(0x17c)},'conflict':{'title':_0x210298(0x187),'content':_0x210298(0x17f)},'permission':{'title':_0x210298(0x171),'content':_0x210298(0x172)},'collaboration':{'offline-data-not-saved':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':_0x210298(0x16f)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x210298(0x178)},'formula':{'calculation':{'started':_0x210298(0x188),'waiting':_0x210298(0x173),'unable':_0x210298(0x185)}}}};export{e as default};function _0x753a(){const _0x176c43=['You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','126629rDshXK','Authentication\x20Error','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\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Syncing...','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Local\x20file','6TsCyJd','13863820NLwLry','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','1855lNRNWC','Synced','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.','2866046QnzwtY','2548440sllzsp','60777iGXJby','Connection\x20failed,\x20please\x20check\x20your\x20network.','8898zOdTCC','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','1544sqpCZU','Collaboration\x20Conflict','Formula\x20calculation\x20started.','885812kpeMzo','Edit\x20conflicts','Syncing\x20server\x20data...'];_0x753a=function(){return _0x176c43;};return _0x753a();}
1
+ const _0x178af3=_0x26e0;(function(_0x5603f4,_0x4cbb31){const _0x61230d=_0x26e0,_0x3ececb=_0x5603f4();while(!![]){try{const _0x5eeaf2=-parseInt(_0x61230d(0x95))/0x1*(parseInt(_0x61230d(0x85))/0x2)+parseInt(_0x61230d(0x9a))/0x3*(parseInt(_0x61230d(0x8f))/0x4)+parseInt(_0x61230d(0x93))/0x5*(-parseInt(_0x61230d(0x98))/0x6)+parseInt(_0x61230d(0x89))/0x7+-parseInt(_0x61230d(0x8c))/0x8*(-parseInt(_0x61230d(0x9b))/0x9)+parseInt(_0x61230d(0x87))/0xa*(parseInt(_0x61230d(0x88))/0xb)+-parseInt(_0x61230d(0x91))/0xc;if(_0x5eeaf2===_0x4cbb31)break;else _0x3ececb['push'](_0x3ececb['shift']());}catch(_0x4e1674){_0x3ececb['push'](_0x3ececb['shift']());}}}(_0x124d,0xbcaff));function _0x26e0(_0x5098cf,_0x273e43){_0x5098cf=_0x5098cf-0x82;const _0x124dd3=_0x124d();let _0x26e060=_0x124dd3[_0x5098cf];return _0x26e060;}function _0x124d(){const _0x32066b=['8LhBnnj','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','90DmjqiG','1114773jqkkBL','9748102UUPJWr','Local\x20file','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','24WpdNZH','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Connection\x20failed,\x20please\x20check\x20your\x20network.','1637228uEJUBn','Authentication\x20Error','36759300zAsEco','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','46975dAXztp','Edit\x20conflicts','9991RBLnLb','Syncing...','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','6yFDpHr','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','6gHTNtC','2286630NDrfuH','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Collaboration\x20Conflict','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','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.','Synced'];_0x124d=function(){return _0x32066b;};return _0x124d();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x178af3(0x94),'notCollab':_0x178af3(0x8a),'synced':_0x178af3(0x84),'syncing':_0x178af3(0x96),'offline':_0x178af3(0x99)},'session':{'connection-failed':_0x178af3(0x8e),'will-retry':_0x178af3(0x82),'room-full':_0x178af3(0x8d),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x178af3(0x9d),'content':_0x178af3(0x83)},'permission':{'title':_0x178af3(0x90),'content':_0x178af3(0x92)},'collaboration':{'offline-data-not-saved':_0x178af3(0x9c),'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x178af3(0x9e)},'auth':{'needGotoLoginAlert':_0x178af3(0x86)},'formula':{'calculation':{'started':'Formula\x20calculation\x20started.','waiting':_0x178af3(0x8b),'unable':_0x178af3(0x97)}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x447f52=_0x2094;(function(_0x423e72,_0x17e24e){const _0x3bdbbd=_0x2094,_0x17904b=_0x423e72();while(!![]){try{const _0x129108=-parseInt(_0x3bdbbd(0x89))/0x1+-parseInt(_0x3bdbbd(0x86))/0x2+parseInt(_0x3bdbbd(0x76))/0x3*(-parseInt(_0x3bdbbd(0x7a))/0x4)+parseInt(_0x3bdbbd(0x80))/0x5*(-parseInt(_0x3bdbbd(0x8a))/0x6)+-parseInt(_0x3bdbbd(0x70))/0x7*(-parseInt(_0x3bdbbd(0x74))/0x8)+-parseInt(_0x3bdbbd(0x7c))/0x9*(parseInt(_0x3bdbbd(0x73))/0xa)+parseInt(_0x3bdbbd(0x84))/0xb*(parseInt(_0x3bdbbd(0x81))/0xc);if(_0x129108===_0x17e24e)break;else _0x17904b['push'](_0x17904b['shift']());}catch(_0x3e1caf){_0x17904b['push'](_0x17904b['shift']());}}}(_0x536d,0x1cb46));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x447f52(0x79)}},'collabStatus':{'fetchMiss':_0x447f52(0x85),'conflict':_0x447f52(0x78),'notCollab':_0x447f52(0x72),'synced':_0x447f52(0x6e),'syncing':_0x447f52(0x7e),'offline':_0x447f52(0x87)},'session':{'connection-failed':'Error\x20de\x20conexión,\x20verifique\x20su\x20red.','will-retry':_0x447f52(0x83),'room-full':_0x447f52(0x7b),'collaboration-timeout':_0x447f52(0x77)},'conflict':{'title':_0x447f52(0x82),'content':_0x447f52(0x71)},'permission':{'title':'Error\x20de\x20autenticación','content':_0x447f52(0x6d)},'collaboration':{'offline-data-not-saved':_0x447f52(0x6c),'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':_0x447f52(0x75)},'auth':{'needGotoLoginAlert':_0x447f52(0x7d)},'formula':{'calculation':{'started':_0x447f52(0x7f),'waiting':_0x447f52(0x6f),'unable':_0x447f52(0x88)}}}};function _0x2094(_0x21d1ba,_0x5d88d1){_0x21d1ba=_0x21d1ba-0x6c;const _0x536dd4=_0x536d();let _0x2094ee=_0x536dd4[_0x21d1ba];return _0x2094ee;}function _0x536d(){const _0x49ea80=['24xvnAxD','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','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.','Sincronizado','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','943621FuSQPo','Hay\x20un\x20conflicto\x20entre\x20su\x20copia\x20local\x20y\x20la\x20copia\x20en\x20el\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales,\x20ya\x20que\x20se\x20perderán\x20cuando\x20recargue\x20la\x20página.','Archivo\x20local','10XqVLlv','8mkGbIe','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','45nGVkoe','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Conflictos\x20de\x20edición','Haga\x20clic\x20para\x20reconectar','29976oaagRn','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','820728TKUEXd','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','Sincronizando...','Cálculo\x20de\x20fórmulas\x20iniciado.','44445nyxkLF','68400sGpwmc','Conflicto\x20de\x20colaboración','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','792qkvFah','Sincronizando\x20datos\x20del\x20servidor...','84508QjWatU','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','146217WNIojA'];_0x536d=function(){return _0x49ea80;};return _0x536d();}export{e as default};
1
+ const _0x31d8d2=_0x4baa;(function(_0x5e04dd,_0x3780e7){const _0x2a1282=_0x4baa,_0x431778=_0x5e04dd();while(!![]){try{const _0x5a5a04=parseInt(_0x2a1282(0x177))/0x1*(parseInt(_0x2a1282(0x166))/0x2)+parseInt(_0x2a1282(0x17d))/0x3*(-parseInt(_0x2a1282(0x176))/0x4)+-parseInt(_0x2a1282(0x165))/0x5+-parseInt(_0x2a1282(0x17a))/0x6*(parseInt(_0x2a1282(0x174))/0x7)+-parseInt(_0x2a1282(0x16a))/0x8+-parseInt(_0x2a1282(0x162))/0x9*(-parseInt(_0x2a1282(0x17e))/0xa)+parseInt(_0x2a1282(0x16c))/0xb*(parseInt(_0x2a1282(0x175))/0xc);if(_0x5a5a04===_0x3780e7)break;else _0x431778['push'](_0x431778['shift']());}catch(_0x29ae1f){_0x431778['push'](_0x431778['shift']());}}}(_0x2970,0x2f654));function _0x4baa(_0x543cfa,_0x3d43bd){_0x543cfa=_0x543cfa-0x162;const _0x297043=_0x2970();let _0x4baa1a=_0x297043[_0x543cfa];return _0x4baa1a;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x31d8d2(0x179)}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':_0x31d8d2(0x178),'notCollab':_0x31d8d2(0x17c),'synced':_0x31d8d2(0x164),'syncing':'Sincronizando...','offline':'Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente'},'session':{'connection-failed':_0x31d8d2(0x16b),'will-retry':_0x31d8d2(0x16e),'room-full':_0x31d8d2(0x173),'collaboration-timeout':_0x31d8d2(0x16d)},'conflict':{'title':_0x31d8d2(0x16f),'content':_0x31d8d2(0x167)},'permission':{'title':_0x31d8d2(0x171),'content':_0x31d8d2(0x172)},'collaboration':{'offline-data-not-saved':_0x31d8d2(0x168),'single-unit':{'warning':_0x31d8d2(0x163)},'closeRoom':'Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.'},'auth':{'needGotoLoginAlert':_0x31d8d2(0x169)},'formula':{'calculation':{'started':_0x31d8d2(0x170),'waiting':_0x31d8d2(0x17b),'unable':'No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.'}}}};function _0x2970(){const _0x58a32c=['Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','2687232IQEMim','Error\x20de\x20conexión,\x20verifique\x20su\x20red.','33EhfSlT','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.','Conflicto\x20de\x20colaboración','Cálculo\x20de\x20fórmulas\x20iniciado.','Error\x20de\x20autenticación','Sus\x20acciones\x20entran\x20en\x20conflicto\x20con\x20los\x20permisos\x20del\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales\x20en\x20otro\x20lugar,\x20ya\x20que\x20se\x20descartarán\x20después\x20de\x20actualizar\x20la\x20página.','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','203bTjAuQ','3449556IfyPkG','40ceALOI','156022sdonBf','Conflictos\x20de\x20edición','Haga\x20clic\x20para\x20reconectar','34788eklEIm','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','Archivo\x20local','92109SjnnZO','190QrBhMp','126441lQMWKQ','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','Sincronizado','1400670QUAsvi','2NovcgS','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.'];_0x2970=function(){return _0x58a32c;};return _0x2970();}export{e as default};
@@ -1 +1 @@
1
- const _0x57c0ee=_0x1953;(function(_0x1d603c,_0xe61a9e){const _0x20071d=_0x1953,_0x176584=_0x1d603c();while(!![]){try{const _0x38156b=-parseInt(_0x20071d(0x1f4))/0x1*(-parseInt(_0x20071d(0x1da))/0x2)+parseInt(_0x20071d(0x1e4))/0x3*(parseInt(_0x20071d(0x1ed))/0x4)+parseInt(_0x20071d(0x1e3))/0x5+parseInt(_0x20071d(0x1eb))/0x6*(-parseInt(_0x20071d(0x1d9))/0x7)+-parseInt(_0x20071d(0x1f3))/0x8*(parseInt(_0x20071d(0x1e0))/0x9)+-parseInt(_0x20071d(0x1dd))/0xa*(parseInt(_0x20071d(0x1f1))/0xb)+parseInt(_0x20071d(0x1ec))/0xc*(parseInt(_0x20071d(0x1f2))/0xd);if(_0x38156b===_0xe61a9e)break;else _0x176584['push'](_0x176584['shift']());}catch(_0x5afbad){_0x176584['push'](_0x176584['shift']());}}}(_0x172b,0x4ad24));function _0x1953(_0xecd744,_0x2896d1){_0xecd744=_0xecd744-0x1d8;const _0x172b6d=_0x172b();let _0x195363=_0x172b6d[_0xecd744];return _0x195363;}function _0x172b(){const _0x56f940=['1578872lddbGB','45419peqlpX','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','پرونده\x20محلی','1407cRIuJj','26WtGIaA','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','محاسبه\x20فرمول\x20شروع\x20شد.','910cSpWoq','همگام\x20سازی','خطای\x20اعتبارسنجی','27ROIvgu','تداخل\x20همکاری','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','390145ChxTCP','39DQWytQ','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','تداخل\x20ویرایش','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','13866rGjPaI','12SpMFYb','181516kIjbRR','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','28853bDcptW','4463498PcrKLO'];_0x172b=function(){return _0x56f940;};return _0x172b();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x57c0ee(0x1e5)}},'collabStatus':{'fetchMiss':_0x57c0ee(0x1ee),'conflict':_0x57c0ee(0x1e6),'notCollab':_0x57c0ee(0x1d8),'synced':_0x57c0ee(0x1de),'syncing':'در\x20حال\x20همگام\x20سازی...','offline':_0x57c0ee(0x1f5)},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':'اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','room-full':_0x57c0ee(0x1e2),'collaboration-timeout':_0x57c0ee(0x1e7)},'conflict':{'title':_0x57c0ee(0x1e1),'content':'یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'permission':{'title':_0x57c0ee(0x1df),'content':_0x57c0ee(0x1f0)},'collaboration':{'offline-data-not-saved':_0x57c0ee(0x1e8),'single-unit':{'warning':_0x57c0ee(0x1ea)},'closeRoom':_0x57c0ee(0x1db)},'auth':{'needGotoLoginAlert':_0x57c0ee(0x1e9)},'formula':{'calculation':{'started':_0x57c0ee(0x1dc),'waiting':_0x57c0ee(0x1ef),'unable':'در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.'}}}};export{e as default};
1
+ const _0x3f493f=_0x2cdb;function _0x2cdb(_0x54b444,_0x46d9ff){_0x54b444=_0x54b444-0x171;const _0xf57e9=_0xf57e();let _0x2cdb03=_0xf57e9[_0x54b444];return _0x2cdb03;}function _0xf57e(){const _0xe8bbf9=['در\x20حال\x20همگام\x20سازی...','12038090CBxBDl','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','25227detcna','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','محاسبه\x20فرمول\x20شروع\x20شد.','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','38682PFrosB','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','2824615WVxBIR','همگام\x20سازی','944162NrXFba','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','تداخل\x20ویرایش','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','6HlZnbC','500phBtXx','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','7870639NQZtHX','1878758EQlIzB','1792zWwMUr'];_0xf57e=function(){return _0xe8bbf9;};return _0xf57e();}(function(_0x209073,_0x20407a){const _0x75e009=_0x2cdb,_0x14b869=_0x209073();while(!![]){try{const _0x5bc0f5=-parseInt(_0x75e009(0x186))/0x1+parseInt(_0x75e009(0x177))/0x2+parseInt(_0x75e009(0x17c))/0x3*(parseInt(_0x75e009(0x174))/0x4)+parseInt(_0x75e009(0x184))/0x5*(parseInt(_0x75e009(0x173))/0x6)+parseInt(_0x75e009(0x176))/0x7+-parseInt(_0x75e009(0x178))/0x8*(parseInt(_0x75e009(0x180))/0x9)+-parseInt(_0x75e009(0x17a))/0xa;if(_0x5bc0f5===_0x20407a)break;else _0x14b869['push'](_0x14b869['shift']());}catch(_0x15514e){_0x14b869['push'](_0x14b869['shift']());}}}(_0xf57e,0x8aef9));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3f493f(0x189)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':_0x3f493f(0x188),'notCollab':'پرونده\x20محلی','synced':_0x3f493f(0x185),'syncing':_0x3f493f(0x179),'offline':_0x3f493f(0x171)},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':_0x3f493f(0x17d),'room-full':_0x3f493f(0x175),'collaboration-timeout':_0x3f493f(0x17f)},'conflict':{'title':'تداخل\x20همکاری','content':_0x3f493f(0x182)},'permission':{'title':'خطای\x20اعتبارسنجی','content':_0x3f493f(0x172)},'collaboration':{'offline-data-not-saved':_0x3f493f(0x17b),'single-unit':{'warning':_0x3f493f(0x181)},'closeRoom':'امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.'},'auth':{'needGotoLoginAlert':_0x3f493f(0x187)},'formula':{'calculation':{'started':_0x3f493f(0x17e),'waiting':'صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','unable':_0x3f493f(0x183)}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x1c4a30=_0x47ce;(function(_0x12dca8,_0x3d5e38){const _0x32aeae=_0x47ce,_0x5468d9=_0x12dca8();while(!![]){try{const _0x1e450e=parseInt(_0x32aeae(0x1ec))/0x1+-parseInt(_0x32aeae(0x1ed))/0x2*(-parseInt(_0x32aeae(0x202))/0x3)+-parseInt(_0x32aeae(0x201))/0x4+parseInt(_0x32aeae(0x1f4))/0x5+parseInt(_0x32aeae(0x1f0))/0x6*(-parseInt(_0x32aeae(0x1f7))/0x7)+parseInt(_0x32aeae(0x1ff))/0x8+-parseInt(_0x32aeae(0x1f6))/0x9;if(_0x1e450e===_0x3d5e38)break;else _0x5468d9['push'](_0x5468d9['shift']());}catch(_0xba30fc){_0x5468d9['push'](_0x5468d9['shift']());}}}(_0x2e2d,0x6b2fb));function _0x2e2d(){const _0x4b7b84=['2VEwEbr','La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Conflits\x20de\x20modification','10356kPUNba','Cliquez\x20pour\x20reconnecter','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','3163425PgHLXv','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.','9267921kyTHvN','1127nOLFWh','Erreur\x20d\x27authentification','Synchronisation...','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','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.','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','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.','2329144llRbpR','Synchronisé','268684SPooPb','1999053DDnvlC','Synchronisation\x20des\x20données\x20du\x20serveur...','223682ubKvXr'];_0x2e2d=function(){return _0x4b7b84;};return _0x2e2d();}function _0x47ce(_0x24e652,_0x55fd85){_0x24e652=_0x24e652-0x1eb;const _0x2e2def=_0x2e2d();let _0x47ce59=_0x2e2def[_0x24e652];return _0x47ce59;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1c4a30(0x1f1)}},'collabStatus':{'fetchMiss':_0x1c4a30(0x1eb),'conflict':_0x1c4a30(0x1ef),'notCollab':'Fichier\x20local','synced':_0x1c4a30(0x200),'syncing':_0x1c4a30(0x1f9),'offline':'Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement'},'session':{'connection-failed':_0x1c4a30(0x1f3),'will-retry':'Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','room-full':_0x1c4a30(0x1ee),'collaboration-timeout':'Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.'},'conflict':{'title':'Conflit\x20de\x20collaboration','content':_0x1c4a30(0x1fc)},'permission':{'title':_0x1c4a30(0x1f8),'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':_0x1c4a30(0x1f5),'single-unit':{'warning':_0x1c4a30(0x1fe)},'closeRoom':_0x1c4a30(0x1f2)},'auth':{'needGotoLoginAlert':_0x1c4a30(0x1fd)},'formula':{'calculation':{'started':_0x1c4a30(0x1fb),'waiting':'La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','unable':_0x1c4a30(0x1fa)}}}};export{e as default};
1
+ function _0x45fd(){const _0x1d47cc=['Synchronisation...','150tYNXsO','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.','404630gwRWmt','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.','Erreur\x20d\x27authentification','Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','Synchronisé','484635HRuwSM','34678AjKWSj','3229784ewBUzz','4pLUUQq','320391sGTGWu','La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','862764uShypj','Conflits\x20de\x20modification','658137cHBEji','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','Conflit\x20de\x20collaboration','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','Fichier\x20local','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','312HBDemp','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.'];_0x45fd=function(){return _0x1d47cc;};return _0x45fd();}const _0x2d02ca=_0x1bee;function _0x1bee(_0x5009b3,_0x22b172){_0x5009b3=_0x5009b3-0x13b;const _0x45fd88=_0x45fd();let _0x1bee00=_0x45fd88[_0x5009b3];return _0x1bee00;}(function(_0xf5dc21,_0x16b65c){const _0x3d3b60=_0x1bee,_0x4ed3c4=_0xf5dc21();while(!![]){try{const _0x519a87=-parseInt(_0x3d3b60(0x13f))/0x1+-parseInt(_0x3d3b60(0x147))/0x2*(-parseInt(_0x3d3b60(0x14c))/0x3)+parseInt(_0x3d3b60(0x14a))/0x4+parseInt(_0x3d3b60(0x144))/0x5+parseInt(_0x3d3b60(0x153))/0x6*(-parseInt(_0x3d3b60(0x145))/0x7)+-parseInt(_0x3d3b60(0x146))/0x8+-parseInt(_0x3d3b60(0x148))/0x9*(-parseInt(_0x3d3b60(0x13d))/0xa);if(_0x519a87===_0x16b65c)break;else _0x4ed3c4['push'](_0x4ed3c4['shift']());}catch(_0x5f108b){_0x4ed3c4['push'](_0x4ed3c4['shift']());}}}(_0x45fd,0x35908));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':'Synchronisation\x20des\x20données\x20du\x20serveur...','conflict':_0x2d02ca(0x14b),'notCollab':_0x2d02ca(0x151),'synced':_0x2d02ca(0x143),'syncing':_0x2d02ca(0x13c),'offline':_0x2d02ca(0x150)},'session':{'connection-failed':_0x2d02ca(0x142),'will-retry':_0x2d02ca(0x154),'room-full':'La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','collaboration-timeout':_0x2d02ca(0x14d)},'conflict':{'title':_0x2d02ca(0x14f),'content':_0x2d02ca(0x13e)},'permission':{'title':_0x2d02ca(0x141),'content':'Vos\x20actions\x20entrent\x20en\x20conflit\x20avec\x20les\x20autorisations\x20du\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales\x20ailleurs,\x20car\x20elles\x20seront\x20supprimées\x20après\x20l\x27actualisation\x20de\x20la\x20page.'},'collaboration':{'offline-data-not-saved':'Vous\x20avez\x20des\x20modifications\x20hors\x20ligne\x20qui\x20n\x27ont\x20pas\x20été\x20enregistrées\x20sur\x20le\x20serveur.\x20Veuillez\x20vérifier\x20votre\x20réseau\x20et\x20réessayer.','single-unit':{'warning':_0x2d02ca(0x140)},'closeRoom':_0x2d02ca(0x13b)},'auth':{'needGotoLoginAlert':'Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.'},'formula':{'calculation':{'started':_0x2d02ca(0x14e),'waiting':_0x2d02ca(0x149),'unable':_0x2d02ca(0x152)}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x13fea0=_0x2ff1;function _0x2ff1(_0x286ffa,_0x2602f0){_0x286ffa=_0x286ffa-0x1d8;const _0x2c06ab=_0x2c06();let _0x2ff105=_0x2c06ab[_0x286ffa];return _0x2ff105;}(function(_0x30940d,_0x3b1650){const _0x4d1189=_0x2ff1,_0x44ee3d=_0x30940d();while(!![]){try{const _0x417508=-parseInt(_0x4d1189(0x1e8))/0x1+parseInt(_0x4d1189(0x1ee))/0x2+-parseInt(_0x4d1189(0x1db))/0x3*(parseInt(_0x4d1189(0x1e2))/0x4)+-parseInt(_0x4d1189(0x1e4))/0x5*(-parseInt(_0x4d1189(0x1ec))/0x6)+-parseInt(_0x4d1189(0x1e7))/0x7*(parseInt(_0x4d1189(0x1e1))/0x8)+-parseInt(_0x4d1189(0x1da))/0x9+-parseInt(_0x4d1189(0x1d8))/0xa*(-parseInt(_0x4d1189(0x1ed))/0xb);if(_0x417508===_0x3b1650)break;else _0x44ee3d['push'](_0x44ee3d['shift']());}catch(_0x2c44b3){_0x44ee3d['push'](_0x44ee3d['shift']());}}}(_0x2c06,0xc51b8));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Klik\x20untuk\x20Menyambung\x20Kembali'}},'collabStatus':{'fetchMiss':_0x13fea0(0x1f1),'conflict':_0x13fea0(0x1e3),'notCollab':_0x13fea0(0x1f0),'synced':_0x13fea0(0x1de),'syncing':_0x13fea0(0x1e9),'offline':_0x13fea0(0x1dc)},'session':{'connection-failed':'Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','will-retry':_0x13fea0(0x1ea),'room-full':_0x13fea0(0x1eb),'collaboration-timeout':_0x13fea0(0x1f2)},'conflict':{'title':_0x13fea0(0x1dd),'content':_0x13fea0(0x1e5)},'permission':{'title':'Kesalahan\x20Autentikasi','content':_0x13fea0(0x1df)},'collaboration':{'offline-data-not-saved':'Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','single-unit':{'warning':_0x13fea0(0x1ef)},'closeRoom':_0x13fea0(0x1d9)},'auth':{'needGotoLoginAlert':'Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.'},'formula':{'calculation':{'started':'Perhitungan\x20rumus\x20dimulai.','waiting':_0x13fea0(0x1e6),'unable':_0x13fea0(0x1e0)}}}};function _0x2c06(){const _0x1b00fe=['10065EwiaGk','2394102lJpXhD','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','File\x20lokal','Menyinkronkan\x20data\x20server...','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','30330CzLKJJ','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','2983383lCiahJ','4208934ZJCrvR','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','Konflik\x20Kolaborasi','Tersinkron','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.','40KWZkJa','4qvlvLm','Konflik\x20edit','5srSQxh','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','1754284iXONaC','633288PTNBlf','Menyinkronkan...','Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','2735514RjytkR'];_0x2c06=function(){return _0x1b00fe;};return _0x2c06();}export{e as default};
1
+ const _0x4fbcd3=_0x130e;(function(_0x554ae9,_0x4e86cc){const _0x8a868f=_0x130e,_0x239d2c=_0x554ae9();while(!![]){try{const _0x15ad5e=parseInt(_0x8a868f(0x6c))/0x1+-parseInt(_0x8a868f(0x75))/0x2*(-parseInt(_0x8a868f(0x74))/0x3)+parseInt(_0x8a868f(0x69))/0x4+-parseInt(_0x8a868f(0x78))/0x5+parseInt(_0x8a868f(0x7f))/0x6*(parseInt(_0x8a868f(0x7d))/0x7)+parseInt(_0x8a868f(0x6a))/0x8+-parseInt(_0x8a868f(0x77))/0x9;if(_0x15ad5e===_0x4e86cc)break;else _0x239d2c['push'](_0x239d2c['shift']());}catch(_0x2fbe79){_0x239d2c['push'](_0x239d2c['shift']());}}}(_0x56f6,0x41ef6));function _0x130e(_0x484011,_0x2c39ef){_0x484011=_0x484011-0x68;const _0x56f64d=_0x56f6();let _0x130e83=_0x56f64d[_0x484011];return _0x130e83;}function _0x56f6(){const _0x2a16bc=['Klik\x20untuk\x20Menyambung\x20Kembali','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','1245141NXgBTg','2fdEIAR','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','5331222uYKYWX','921395AWwrvK','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Konflik\x20Kolaborasi','3976HPJfPd','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','120LZLgDx','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','1879428zljVYi','1074616LuhpOc','Perhitungan\x20rumus\x20dimulai.','16116nYaefK','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Menyinkronkan...','Tersinkron','File\x20lokal','Menyinkronkan\x20data\x20server...'];_0x56f6=function(){return _0x2a16bc;};return _0x56f6();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4fbcd3(0x72)}},'collabStatus':{'fetchMiss':_0x4fbcd3(0x71),'conflict':'Konflik\x20edit','notCollab':_0x4fbcd3(0x70),'synced':_0x4fbcd3(0x6f),'syncing':_0x4fbcd3(0x6e),'offline':'Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal'},'session':{'connection-failed':_0x4fbcd3(0x81),'will-retry':'Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':_0x4fbcd3(0x82),'collaboration-timeout':_0x4fbcd3(0x7a)},'conflict':{'title':_0x4fbcd3(0x7c),'content':_0x4fbcd3(0x76)},'permission':{'title':'Kesalahan\x20Autentikasi','content':_0x4fbcd3(0x73)},'collaboration':{'offline-data-not-saved':_0x4fbcd3(0x68),'single-unit':{'warning':_0x4fbcd3(0x80)},'closeRoom':_0x4fbcd3(0x6d)},'auth':{'needGotoLoginAlert':_0x4fbcd3(0x7b)},'formula':{'calculation':{'started':_0x4fbcd3(0x6b),'waiting':_0x4fbcd3(0x7e),'unable':_0x4fbcd3(0x79)}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x144e8d=_0x4bec;function _0x4bec(_0xc0bd47,_0x438b16){_0xc0bd47=_0xc0bd47-0x159;const _0x17c3cf=_0x17c3();let _0x4bec96=_0x17c3cf[_0xc0bd47];return _0x4bec96;}function _0x17c3(){const _0x37b6a1=['784611wfPhob','Clicca\x20per\x20Riconnettere','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','748GrntWd','220sXUrNs','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\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.','1177980qPtdYy','23733npDjrQ','2MwHpwe','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.','Sincronizzato','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','Conflitto\x20di\x20Collaborazione','1730hRyukn','Calcolo\x20della\x20formula\x20avviato.','4110WXVIUP','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','7mUqcjQ','3559336HYuWkj','Sincronizzazione\x20dati\x20server...','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','610513uHALXB','675576qsXkqW','Sincronizzazione...','Errore\x20di\x20Autenticazione'];_0x17c3=function(){return _0x37b6a1;};return _0x17c3();}(function(_0x1cac8a,_0x1e2bee){const _0x1be69a=_0x4bec,_0x471dfb=_0x1cac8a();while(!![]){try{const _0x230698=-parseInt(_0x1be69a(0x171))/0x1*(-parseInt(_0x1be69a(0x163))/0x2)+parseInt(_0x1be69a(0x15a))/0x3+-parseInt(_0x1be69a(0x15d))/0x4*(parseInt(_0x1be69a(0x168))/0x5)+parseInt(_0x1be69a(0x161))/0x6+-parseInt(_0x1be69a(0x16d))/0x7*(parseInt(_0x1be69a(0x16e))/0x8)+-parseInt(_0x1be69a(0x162))/0x9*(parseInt(_0x1be69a(0x16a))/0xa)+parseInt(_0x1be69a(0x15e))/0xb*(parseInt(_0x1be69a(0x172))/0xc);if(_0x230698===_0x1e2bee)break;else _0x471dfb['push'](_0x471dfb['shift']());}catch(_0x4c7a8e){_0x471dfb['push'](_0x471dfb['shift']());}}}(_0x17c3,0x92b52));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x144e8d(0x15b)}},'collabStatus':{'fetchMiss':_0x144e8d(0x16f),'conflict':'Conflitti\x20di\x20modifica','notCollab':'File\x20locale','synced':_0x144e8d(0x165),'syncing':_0x144e8d(0x173),'offline':'Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente'},'session':{'connection-failed':'Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','will-retry':_0x144e8d(0x166),'room-full':'La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','collaboration-timeout':_0x144e8d(0x15f)},'conflict':{'title':_0x144e8d(0x167),'content':_0x144e8d(0x160)},'permission':{'title':_0x144e8d(0x159),'content':_0x144e8d(0x164)},'collaboration':{'offline-data-not-saved':_0x144e8d(0x170),'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':_0x144e8d(0x15c)},'auth':{'needGotoLoginAlert':_0x144e8d(0x16c)},'formula':{'calculation':{'started':_0x144e8d(0x169),'waiting':'La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','unable':_0x144e8d(0x16b)}}}};export{e as default};
1
+ function _0x3191(){const _0x58a9ac=['88LBrkVP','1978960erLDGF','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','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.','Calcolo\x20della\x20formula\x20avviato.','Sincronizzazione...','Conflitto\x20di\x20Collaborazione','358zwZZEt','11612fXurYh','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','1134468knlmSw','La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','1089hnoFQo','Sincronizzato','File\x20locale','Errore\x20di\x20Autenticazione','420870XDopNe','1160306KOtikx','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.','Conflitti\x20di\x20modifica','841131PErMrB','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','Clicca\x20per\x20Riconnettere','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','375CkqvoX','8kNSRQA','Sincronizzazione\x20dati\x20server...'];_0x3191=function(){return _0x58a9ac;};return _0x3191();}function _0x39fa(_0x3ac8d5,_0x578cdc){_0x3ac8d5=_0x3ac8d5-0x9a;const _0x319141=_0x3191();let _0x39fa02=_0x319141[_0x3ac8d5];return _0x39fa02;}const _0x4f94b1=_0x39fa;(function(_0x17a8a3,_0x89fe22){const _0x55f257=_0x39fa,_0x3d0ceb=_0x17a8a3();while(!![]){try{const _0x137911=parseInt(_0x55f257(0xb0))/0x1*(-parseInt(_0x55f257(0xab))/0x2)+-parseInt(_0x55f257(0xa1))/0x3*(-parseInt(_0x55f257(0xac))/0x4)+-parseInt(_0x55f257(0xa5))/0x5+parseInt(_0x55f257(0xae))/0x6+-parseInt(_0x55f257(0xb5))/0x7+-parseInt(_0x55f257(0xa2))/0x8*(-parseInt(_0x55f257(0x9b))/0x9)+parseInt(_0x55f257(0xb4))/0xa*(parseInt(_0x55f257(0xa4))/0xb);if(_0x137911===_0x89fe22)break;else _0x3d0ceb['push'](_0x3d0ceb['shift']());}catch(_0x56720e){_0x3d0ceb['push'](_0x3d0ceb['shift']());}}}(_0x3191,0x3715b));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4f94b1(0x9e)}},'collabStatus':{'fetchMiss':_0x4f94b1(0xa3),'conflict':_0x4f94b1(0x9a),'notCollab':_0x4f94b1(0xb2),'synced':_0x4f94b1(0xb1),'syncing':_0x4f94b1(0xa9),'offline':_0x4f94b1(0x9c)},'session':{'connection-failed':'Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','will-retry':'Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','room-full':_0x4f94b1(0xaf),'collaboration-timeout':_0x4f94b1(0xad)},'conflict':{'title':_0x4f94b1(0xaa),'content':_0x4f94b1(0xb6)},'permission':{'title':_0x4f94b1(0xb3),'content':_0x4f94b1(0xa7)},'collaboration':{'offline-data-not-saved':_0x4f94b1(0xa6),'single-unit':{'warning':'Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.'},'closeRoom':'I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.'},'auth':{'needGotoLoginAlert':_0x4f94b1(0x9d)},'formula':{'calculation':{'started':_0x4f94b1(0xa8),'waiting':_0x4f94b1(0xa0),'unable':_0x4f94b1(0x9f)}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x547e79=_0x5f51;function _0x5f51(_0xc7fa77,_0x43b50d){_0xc7fa77=_0xc7fa77-0x93;const _0x477c22=_0x477c();let _0x5f5133=_0x477c22[_0xc7fa77];return _0x5f5133;}(function(_0x7da030,_0x48d24e){const _0x5a0ebd=_0x5f51,_0x5b3c22=_0x7da030();while(!![]){try{const _0x5e05a8=parseInt(_0x5a0ebd(0x9d))/0x1+-parseInt(_0x5a0ebd(0xa6))/0x2+parseInt(_0x5a0ebd(0xaa))/0x3+parseInt(_0x5a0ebd(0x96))/0x4*(-parseInt(_0x5a0ebd(0x94))/0x5)+parseInt(_0x5a0ebd(0x99))/0x6*(parseInt(_0x5a0ebd(0xa2))/0x7)+-parseInt(_0x5a0ebd(0xa3))/0x8*(-parseInt(_0x5a0ebd(0x9f))/0x9)+-parseInt(_0x5a0ebd(0xa9))/0xa;if(_0x5e05a8===_0x48d24e)break;else _0x5b3c22['push'](_0x5b3c22['shift']());}catch(_0x380907){_0x5b3c22['push'](_0x5b3c22['shift']());}}}(_0x477c,0x34ad7));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x547e79(0x97)}},'collabStatus':{'fetchMiss':_0x547e79(0xa0),'conflict':'編集の競合','notCollab':_0x547e79(0x95),'synced':_0x547e79(0xab),'syncing':_0x547e79(0x98),'offline':_0x547e79(0xa5)},'session':{'connection-failed':_0x547e79(0x9e),'will-retry':_0x547e79(0x9b),'room-full':_0x547e79(0xac),'collaboration-timeout':_0x547e79(0xa1)},'conflict':{'title':_0x547e79(0xa4),'content':'ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。'},'permission':{'title':'認証エラー','content':_0x547e79(0x9c)},'collaboration':{'offline-data-not-saved':_0x547e79(0x9a),'single-unit':{'warning':'別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。'},'closeRoom':_0x547e79(0xa7)},'auth':{'needGotoLoginAlert':_0x547e79(0x93)},'formula':{'calculation':{'started':'数式の計算を開始しました。','waiting':'数式の計算キューが満杯です。空きが出るまでお待ちください...','unable':_0x547e79(0xa8)}}}};function _0x477c(){const _0x9bf65d=['オフライン、編集内容はローカルに保存されます','640612RMOpEZ','共同編集ルームが閉じられたため、編集権限が取り消されました。','現在、数式の計算を実行できません。後でもう一度お試しください。','5225020hTzZAh','781185vXaXfW','同期済み','共同編集ルームが満員です。編集内容はローカルに保存されます。','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','5GVJhWw','ローカルファイル','317796LMEmfw','クリックして再接続','同期中...','385908HGswFN','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','接続に失敗しました。しばらくしてから再試行します。','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','378316MOoucs','接続に失敗しました。ネットワーク接続を確認してください。','9rTRfuz','サーバーデータを同期中...','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','21cAFNrz','2450872hicMIj','共同編集の競合'];_0x477c=function(){return _0x9bf65d;};return _0x477c();}export{e as default};
1
+ const _0x1644d4=_0x1fb0;(function(_0x40257e,_0x5699dc){const _0x15609c=_0x1fb0,_0x3816c9=_0x40257e();while(!![]){try{const _0xaaf605=-parseInt(_0x15609c(0x186))/0x1+-parseInt(_0x15609c(0x194))/0x2*(parseInt(_0x15609c(0x18f))/0x3)+parseInt(_0x15609c(0x189))/0x4+-parseInt(_0x15609c(0x196))/0x5*(parseInt(_0x15609c(0x18c))/0x6)+parseInt(_0x15609c(0x195))/0x7+parseInt(_0x15609c(0x185))/0x8*(-parseInt(_0x15609c(0x197))/0x9)+parseInt(_0x15609c(0x18a))/0xa;if(_0xaaf605===_0x5699dc)break;else _0x3816c9['push'](_0x3816c9['shift']());}catch(_0x318ff9){_0x3816c9['push'](_0x3816c9['shift']());}}}(_0x5c15,0xf31ea));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1644d4(0x18d)}},'collabStatus':{'fetchMiss':'サーバーデータを同期中...','conflict':'編集の競合','notCollab':_0x1644d4(0x192),'synced':'同期済み','syncing':_0x1644d4(0x19a),'offline':_0x1644d4(0x181)},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':_0x1644d4(0x193),'room-full':_0x1644d4(0x18e),'collaboration-timeout':'サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。'},'conflict':{'title':_0x1644d4(0x183),'content':_0x1644d4(0x188)},'permission':{'title':_0x1644d4(0x198),'content':_0x1644d4(0x190)},'collaboration':{'offline-data-not-saved':_0x1644d4(0x184),'single-unit':{'warning':_0x1644d4(0x18b)},'closeRoom':'共同編集ルームが閉じられたため、編集権限が取り消されました。'},'auth':{'needGotoLoginAlert':_0x1644d4(0x187)},'formula':{'calculation':{'started':_0x1644d4(0x199),'waiting':_0x1644d4(0x191),'unable':_0x1644d4(0x182)}}}};function _0x1fb0(_0x57669c,_0x1d086e){_0x57669c=_0x57669c-0x181;const _0x5c15f5=_0x5c15();let _0x1fb0b5=_0x5c15f5[_0x57669c];return _0x1fb0b5;}export{e as default};function _0x5c15(){const _0x4eceb1=['共同編集の競合','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','1374168wlRxMt','436554LdQpfH','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','425728cfcqIF','53494050JUNknh','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','48ZdliRl','クリックして再接続','共同編集ルームが満員です。編集内容はローカルに保存されます。','1575363JBRFjX','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','数式の計算キューが満杯です。空きが出るまでお待ちください...','ローカルファイル','接続に失敗しました。しばらくしてから再試行します。','6KvEGFi','6041763krlLVv','1103295ZdFriA','81cFgaIc','認証エラー','数式の計算を開始しました。','同期中...','オフライン、編集内容はローカルに保存されます','現在、数式の計算を実行できません。後でもう一度お試しください。'];_0x5c15=function(){return _0x4eceb1;};return _0x5c15();}
@@ -1 +1 @@
1
- function _0x158d(){const _0x105b0b=['로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','2RNawKW','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','11VJxaDD','8481205IJeBmc','4OqjWRD','27083PTgQwv','4195197Odzfoi','18pDBLER','로컬\x20파일','60oOidMi','282KPvkIZ','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','동기화\x20중...','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','인증\x20오류','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','클릭하여\x20다시\x20연결','편집\x20충돌','2381192jgOdah','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','8932390UognlU','6197620CidBYP','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','688149oHCieu','동기화됨','수식\x20계산을\x20시작했습니다.','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'];_0x158d=function(){return _0x105b0b;};return _0x158d();}const _0x1d0f48=_0x4791;(function(_0x49d702,_0x92d17f){const _0x2491bf=_0x4791,_0x4ced20=_0x49d702();while(!![]){try{const _0xfc8fcf=-parseInt(_0x2491bf(0x1d5))/0x1+parseInt(_0x2491bf(0x1da))/0x2*(parseInt(_0x2491bf(0x1e1))/0x3)+parseInt(_0x2491bf(0x1df))/0x4*(-parseInt(_0x2491bf(0x1de))/0x5)+-parseInt(_0x2491bf(0x1e5))/0x6*(parseInt(_0x2491bf(0x1e0))/0x7)+parseInt(_0x2491bf(0x1ed))/0x8*(parseInt(_0x2491bf(0x1e2))/0x9)+-parseInt(_0x2491bf(0x1ef))/0xa*(parseInt(_0x2491bf(0x1dd))/0xb)+-parseInt(_0x2491bf(0x1e4))/0xc*(-parseInt(_0x2491bf(0x1f0))/0xd);if(_0xfc8fcf===_0x92d17f)break;else _0x4ced20['push'](_0x4ced20['shift']());}catch(_0x56a160){_0x4ced20['push'](_0x4ced20['shift']());}}}(_0x158d,0xe01a5));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1d0f48(0x1eb)}},'collabStatus':{'fetchMiss':'서버\x20데이터\x20동기화\x20중...','conflict':_0x1d0f48(0x1ec),'notCollab':_0x1d0f48(0x1e3),'synced':_0x1d0f48(0x1d6),'syncing':_0x1d0f48(0x1e7),'offline':'오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'session':{'connection-failed':_0x1d0f48(0x1ea),'will-retry':'연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','room-full':_0x1d0f48(0x1dc),'collaboration-timeout':_0x1d0f48(0x1d8)},'conflict':{'title':'공동\x20편집\x20충돌','content':_0x1d0f48(0x1e8)},'permission':{'title':_0x1d0f48(0x1e9),'content':_0x1d0f48(0x1e6)},'collaboration':{'offline-data-not-saved':'오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','single-unit':{'warning':_0x1d0f48(0x1ee)},'closeRoom':_0x1d0f48(0x1db)},'auth':{'needGotoLoginAlert':_0x1d0f48(0x1d9)},'formula':{'calculation':{'started':_0x1d0f48(0x1d7),'waiting':_0x1d0f48(0x1d4),'unable':_0x1d0f48(0x1f1)}}}};function _0x4791(_0x1d68ed,_0x2e74cb){_0x1d68ed=_0x1d68ed-0x1d4;const _0x158d8a=_0x158d();let _0x4791e3=_0x158d8a[_0x1d68ed];return _0x4791e3;}export{e as default};
1
+ const _0x35dda0=_0xd04e;function _0x5cf1(){const _0x46192f=['13697488gQiCjo','클릭하여\x20다시\x20연결','로컬\x20파일','3668712GXbOjT','동기화됨','3520opUzfQ','270832RCUJgr','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','편집\x20충돌','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','3282790jdBJPR','공동\x20편집\x20충돌','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','300ZbOfDe','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','799160CeYUEU','동기화\x20중...','1407798mVgrvK','인증\x20오류','서버\x20데이터\x20동기화\x20중...','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'];_0x5cf1=function(){return _0x46192f;};return _0x5cf1();}(function(_0x2c6baf,_0x289e50){const _0x51c9fa=_0xd04e,_0x575750=_0x2c6baf();while(!![]){try{const _0x5d5d2f=-parseInt(_0x51c9fa(0x17d))/0x1+parseInt(_0x51c9fa(0x17c))/0x2*(parseInt(_0x51c9fa(0x186))/0x3)+parseInt(_0x51c9fa(0x18a))/0x4+-parseInt(_0x51c9fa(0x183))/0x5+-parseInt(_0x51c9fa(0x17a))/0x6+-parseInt(_0x51c9fa(0x18c))/0x7+parseInt(_0x51c9fa(0x177))/0x8;if(_0x5d5d2f===_0x289e50)break;else _0x575750['push'](_0x575750['shift']());}catch(_0x1769cf){_0x575750['push'](_0x575750['shift']());}}}(_0x5cf1,0x54f74));function _0xd04e(_0x54084f,_0x422a8c){_0x54084f=_0x54084f-0x174;const _0x5cf11f=_0x5cf1();let _0xd04e0c=_0x5cf11f[_0x54084f];return _0xd04e0c;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x35dda0(0x178)}},'collabStatus':{'fetchMiss':_0x35dda0(0x175),'conflict':_0x35dda0(0x181),'notCollab':_0x35dda0(0x179),'synced':_0x35dda0(0x17b),'syncing':_0x35dda0(0x18b),'offline':_0x35dda0(0x176)},'session':{'connection-failed':'연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','will-retry':_0x35dda0(0x17f),'room-full':_0x35dda0(0x189),'collaboration-timeout':_0x35dda0(0x185)},'conflict':{'title':_0x35dda0(0x184),'content':_0x35dda0(0x187)},'permission':{'title':_0x35dda0(0x174),'content':'사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.'},'collaboration':{'offline-data-not-saved':'오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','single-unit':{'warning':_0x35dda0(0x188)},'closeRoom':_0x35dda0(0x182)},'auth':{'needGotoLoginAlert':_0x35dda0(0x17e)},'formula':{'calculation':{'started':'수식\x20계산을\x20시작했습니다.','waiting':_0x35dda0(0x180),'unable':'현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.'}}}};export{e as default};
@@ -1 +1 @@
1
- function _0x560c(_0xb65b61,_0x40c548){_0xb65b61=_0xb65b61-0x8d;const _0x28beb5=_0x28be();let _0x560cfc=_0x28beb5[_0xb65b61];return _0x560cfc;}const _0x5b217d=_0x560c;(function(_0x5808ce,_0x3db79d){const _0x120b1d=_0x560c,_0x5761ca=_0x5808ce();while(!![]){try{const _0x45619a=-parseInt(_0x120b1d(0x8e))/0x1+-parseInt(_0x120b1d(0xa4))/0x2+-parseInt(_0x120b1d(0x97))/0x3*(parseInt(_0x120b1d(0x8d))/0x4)+parseInt(_0x120b1d(0x99))/0x5+parseInt(_0x120b1d(0xa3))/0x6+-parseInt(_0x120b1d(0x90))/0x7+parseInt(_0x120b1d(0x95))/0x8*(parseInt(_0x120b1d(0x9d))/0x9);if(_0x45619a===_0x3db79d)break;else _0x5761ca['push'](_0x5761ca['shift']());}catch(_0x1fbc2e){_0x5761ca['push'](_0x5761ca['shift']());}}}(_0x28be,0x723a4));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5b217d(0x92)}},'collabStatus':{'fetchMiss':'Synchronizowanie\x20danych\x20serwera...','conflict':_0x5b217d(0x96),'notCollab':_0x5b217d(0x8f),'synced':_0x5b217d(0x94),'syncing':_0x5b217d(0x91),'offline':_0x5b217d(0x93)},'session':{'connection-failed':_0x5b217d(0xa5),'will-retry':_0x5b217d(0x9b),'room-full':'Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','collaboration-timeout':_0x5b217d(0x98)},'conflict':{'title':_0x5b217d(0x9a),'content':_0x5b217d(0x9f)},'permission':{'title':'Błąd\x20uwierzytelniania','content':_0x5b217d(0xa0)},'collaboration':{'offline-data-not-saved':'Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','single-unit':{'warning':_0x5b217d(0xa2)},'closeRoom':_0x5b217d(0x9e)},'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':_0x5b217d(0x9c),'unable':_0x5b217d(0xa1)}}}};export{e as default};function _0x28be(){const _0x94bdb8=['645276sWnykm','688177dIOOwI','Plik\x20lokalny','4588682lYdnGO','Synchronizowanie...','Kliknij,\x20aby\x20połączyć\x20ponownie','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','Zsynchronizowane','4476232PYwgiR','Konflikty\x20edycji','3OZMYSo','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','1193270vjRhiL','Konflikt\x20współpracy','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','27AkHOMV','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','2773818TjgstR','813292oHAtFt','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.'];_0x28be=function(){return _0x94bdb8;};return _0x28be();}
1
+ const _0x2e552c=_0x6ff7;(function(_0x3f0f69,_0xaa5d3c){const _0x5379c5=_0x6ff7,_0x25aa21=_0x3f0f69();while(!![]){try{const _0x3983eb=-parseInt(_0x5379c5(0xf4))/0x1*(parseInt(_0x5379c5(0xe9))/0x2)+parseInt(_0x5379c5(0xf8))/0x3+parseInt(_0x5379c5(0xea))/0x4*(parseInt(_0x5379c5(0xff))/0x5)+parseInt(_0x5379c5(0xf1))/0x6+parseInt(_0x5379c5(0xf5))/0x7+parseInt(_0x5379c5(0xee))/0x8+-parseInt(_0x5379c5(0xf7))/0x9;if(_0x3983eb===_0xaa5d3c)break;else _0x25aa21['push'](_0x25aa21['shift']());}catch(_0xda6c6c){_0x25aa21['push'](_0x25aa21['shift']());}}}(_0x4774,0x4791a));function _0x6ff7(_0x272b33,_0x24c2a7){_0x272b33=_0x272b33-0xe9;const _0x4774a3=_0x4774();let _0x6ff727=_0x4774a3[_0x272b33];return _0x6ff727;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2e552c(0xed)}},'collabStatus':{'fetchMiss':_0x2e552c(0xeb),'conflict':_0x2e552c(0x100),'notCollab':_0x2e552c(0xf0),'synced':_0x2e552c(0xf3),'syncing':_0x2e552c(0xec),'offline':_0x2e552c(0xfe)},'session':{'connection-failed':_0x2e552c(0xfb),'will-retry':_0x2e552c(0xf2),'room-full':_0x2e552c(0x101),'collaboration-timeout':'Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.'},'conflict':{'title':'Konflikt\x20współpracy','content':'Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.'},'permission':{'title':'Błąd\x20uwierzytelniania','content':_0x2e552c(0xf6)},'collaboration':{'offline-data-not-saved':'Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','single-unit':{'warning':'Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.'},'closeRoom':_0x2e552c(0xfa)},'auth':{'needGotoLoginAlert':_0x2e552c(0xf9)},'formula':{'calculation':{'started':_0x2e552c(0xef),'waiting':_0x2e552c(0xfc),'unable':_0x2e552c(0xfd)}}}};export{e as default};function _0x4774(){const _0x19baec=['Kliknij,\x20aby\x20połączyć\x20ponownie','371096eneWSr','Obliczanie\x20formuły\x20rozpoczęte.','Plik\x20lokalny','2096274QsdFlB','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','Zsynchronizowane','81117sZxWjO','2878855AkbQRU','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','9416277oObmNr','1610721uughbc','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','15Ugjutn','Konflikty\x20edycji','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','2guQOEx','102104IELHok','Synchronizowanie\x20danych\x20serwera...','Synchronizowanie...'];_0x4774=function(){return _0x19baec;};return _0x4774();}
@@ -1 +1 @@
1
- const _0x4f7605=_0x1a67;function _0x1a67(_0x32e262,_0x5bdbd9){_0x32e262=_0x32e262-0x1cd;const _0x27c1ce=_0x27c1();let _0x1a67ed=_0x27c1ce[_0x32e262];return _0x1a67ed;}(function(_0x415e5b,_0x16fe25){const _0x13efea=_0x1a67,_0x395e51=_0x415e5b();while(!![]){try{const _0x54dbbd=-parseInt(_0x13efea(0x1de))/0x1+-parseInt(_0x13efea(0x1d0))/0x2+parseInt(_0x13efea(0x1dd))/0x3+parseInt(_0x13efea(0x1d5))/0x4+parseInt(_0x13efea(0x1e4))/0x5*(-parseInt(_0x13efea(0x1d2))/0x6)+parseInt(_0x13efea(0x1df))/0x7+-parseInt(_0x13efea(0x1d1))/0x8*(parseInt(_0x13efea(0x1d8))/0x9);if(_0x54dbbd===_0x16fe25)break;else _0x395e51['push'](_0x395e51['shift']());}catch(_0x38215f){_0x395e51['push'](_0x395e51['shift']());}}}(_0x27c1,0x28dfd));function _0x27c1(){const _0x4c89cc=['Erro\x20de\x20autenticação','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','Cálculo\x20de\x20fórmula\x20iniciado.','978147WJRChy','17876fJuyKp','476966hZhgsD','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','Sincronizando...','5hssbJh','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.','Sincronizado','Sincronizando\x20dados\x20do\x20servidor...','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','366378emTpkN','767856vnnXnl','1272918LepGMo','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','1129736iHbYAb','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.','Arquivo\x20local','9hVcxri','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.'];_0x27c1=function(){return _0x4c89cc;};return _0x27c1();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Clique\x20para\x20Reconectar'}},'collabStatus':{'fetchMiss':_0x4f7605(0x1ce),'conflict':'Conflitos\x20de\x20edição','notCollab':_0x4f7605(0x1d7),'synced':_0x4f7605(0x1cd),'syncing':_0x4f7605(0x1e3),'offline':_0x4f7605(0x1d3)},'session':{'connection-failed':_0x4f7605(0x1d4),'will-retry':'Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','room-full':_0x4f7605(0x1e1),'collaboration-timeout':_0x4f7605(0x1cf)},'conflict':{'title':'Conflito\x20de\x20Colaboração','content':_0x4f7605(0x1d6)},'permission':{'title':_0x4f7605(0x1da),'content':_0x4f7605(0x1e5)},'collaboration':{'offline-data-not-saved':_0x4f7605(0x1d9),'single-unit':{'warning':_0x4f7605(0x1db)},'closeRoom':'Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.'},'auth':{'needGotoLoginAlert':'Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.'},'formula':{'calculation':{'started':_0x4f7605(0x1dc),'waiting':_0x4f7605(0x1e0),'unable':_0x4f7605(0x1e2)}}}};export{e as default};
1
+ function _0x5182(_0x5392b9,_0x2fa2cf){_0x5392b9=_0x5392b9-0xe7;const _0x56f0ca=_0x56f0();let _0x518201=_0x56f0ca[_0x5392b9];return _0x518201;}const _0x28e3d9=_0x5182;function _0x56f0(){const _0x1fff5a=['5rGzlpi','4807809NWYhvN','1397985vrkidz','Conflito\x20de\x20Colaboração','526414yuFUOD','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.','Sincronizado','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.','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','44MvhJPE','Cálculo\x20de\x20fórmula\x20iniciado.','Clique\x20para\x20Reconectar','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','3915522hxAKPU','441492VodmjZ','Arquivo\x20local','1240YgjRyy','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','10HUpNRL','39067pJAYdl','Sincronizando\x20dados\x20do\x20servidor...','Conflitos\x20de\x20edição','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','26210261brYPak','Sincronizando...','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.'];_0x56f0=function(){return _0x1fff5a;};return _0x56f0();}(function(_0xe2dc13,_0xe73698){const _0x2ff57d=_0x5182,_0x103197=_0xe2dc13();while(!![]){try{const _0x26e25c=-parseInt(_0x2ff57d(0xf4))/0x1*(parseInt(_0x2ff57d(0xf8))/0x2)+parseInt(_0x2ff57d(0x102))/0x3*(parseInt(_0x2ff57d(0xfd))/0x4)+parseInt(_0x2ff57d(0xf6))/0x5+-parseInt(_0x2ff57d(0x101))/0x6+parseInt(_0x2ff57d(0xeb))/0x7*(-parseInt(_0x2ff57d(0xe8))/0x8)+-parseInt(_0x2ff57d(0xf5))/0x9+parseInt(_0x2ff57d(0xea))/0xa*(parseInt(_0x2ff57d(0xf0))/0xb);if(_0x26e25c===_0xe73698)break;else _0x103197['push'](_0x103197['shift']());}catch(_0x16dd0d){_0x103197['push'](_0x103197['shift']());}}}(_0x56f0,0xdef7a));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x28e3d9(0xff)}},'collabStatus':{'fetchMiss':_0x28e3d9(0xec),'conflict':_0x28e3d9(0xed),'notCollab':_0x28e3d9(0xe7),'synced':_0x28e3d9(0xfa),'syncing':_0x28e3d9(0xf1),'offline':'Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente'},'session':{'connection-failed':_0x28e3d9(0xef),'will-retry':'Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','room-full':_0x28e3d9(0x100),'collaboration-timeout':_0x28e3d9(0xee)},'conflict':{'title':_0x28e3d9(0xf7),'content':_0x28e3d9(0xf9)},'permission':{'title':'Erro\x20de\x20autenticação','content':_0x28e3d9(0xfb)},'collaboration':{'offline-data-not-saved':'Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','single-unit':{'warning':'Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.'},'closeRoom':_0x28e3d9(0xf3)},'auth':{'needGotoLoginAlert':_0x28e3d9(0xfc)},'formula':{'calculation':{'started':_0x28e3d9(0xfe),'waiting':_0x28e3d9(0xe9),'unable':_0x28e3d9(0xf2)}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x3a61af=_0x50b6;(function(_0x412bf5,_0x5cca60){const _0x4d1e40=_0x50b6,_0x330b38=_0x412bf5();while(!![]){try{const _0x5b1d31=parseInt(_0x4d1e40(0xc8))/0x1*(-parseInt(_0x4d1e40(0xc9))/0x2)+parseInt(_0x4d1e40(0xcd))/0x3*(-parseInt(_0x4d1e40(0xcc))/0x4)+parseInt(_0x4d1e40(0xb6))/0x5*(-parseInt(_0x4d1e40(0xba))/0x6)+parseInt(_0x4d1e40(0xbc))/0x7+parseInt(_0x4d1e40(0xb2))/0x8+-parseInt(_0x4d1e40(0xb7))/0x9+parseInt(_0x4d1e40(0xc5))/0xa;if(_0x5b1d31===_0x5cca60)break;else _0x330b38['push'](_0x330b38['shift']());}catch(_0x123706){_0x330b38['push'](_0x330b38['shift']());}}}(_0x3cf9,0xdb364));function _0x50b6(_0xc0c114,_0x373af0){_0xc0c114=_0xc0c114-0xb1;const _0x3cf927=_0x3cf9();let _0x50b6d1=_0x3cf927[_0xc0c114];return _0x50b6d1;}function _0x3cf9(){const _0x1a28e4=['12777qqkSSX','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','Синхронизация\x20данных\x20сервера...','9165192UALHfI','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.','14030yWVidV','3227976iHgoKQ','Локальный\x20файл','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','102CVzBMH','Конфликты\x20редактирования','2987145OUTQlp','Нажмите\x20для\x20переподключения','Конфликт\x20совместной\x20работы','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','Синхронизировано','Синхронизация...','2256120LflzjW','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Ошибка\x20аутентификации','584KEFspE','1370AZgzGE','У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','88SBBguo'];_0x3cf9=function(){return _0x1a28e4;};return _0x3cf9();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3a61af(0xbd)}},'collabStatus':{'fetchMiss':_0x3a61af(0xb1),'conflict':_0x3a61af(0xbb),'notCollab':_0x3a61af(0xb8),'synced':_0x3a61af(0xc3),'syncing':_0x3a61af(0xc4),'offline':'Офлайн,\x20изменения\x20будут\x20сохранены\x20локально'},'session':{'connection-failed':_0x3a61af(0xb4),'will-retry':_0x3a61af(0xcb),'room-full':_0x3a61af(0xc6),'collaboration-timeout':_0x3a61af(0xbf)},'conflict':{'title':_0x3a61af(0xbe),'content':_0x3a61af(0xb9)},'permission':{'title':_0x3a61af(0xc7),'content':_0x3a61af(0xb3)},'collaboration':{'offline-data-not-saved':_0x3a61af(0xca),'single-unit':{'warning':_0x3a61af(0xc0)},'closeRoom':_0x3a61af(0xc1)},'auth':{'needGotoLoginAlert':_0x3a61af(0xce)},'formula':{'calculation':{'started':'Начато\x20вычисление\x20формул.','waiting':_0x3a61af(0xc2),'unable':_0x3a61af(0xb5)}}}};export{e as default};
1
+ const _0x3ec635=_0x20f3;function _0x20f3(_0x410b25,_0x566ae4){_0x410b25=_0x410b25-0xcf;const _0x2e3924=_0x2e39();let _0x20f303=_0x2e3924[_0x410b25];return _0x20f303;}(function(_0x2b7805,_0x42572a){const _0x2b2a11=_0x20f3,_0x45e9d5=_0x2b7805();while(!![]){try{const _0x566067=parseInt(_0x2b2a11(0xd9))/0x1*(parseInt(_0x2b2a11(0xe7))/0x2)+-parseInt(_0x2b2a11(0xec))/0x3*(parseInt(_0x2b2a11(0xe3))/0x4)+parseInt(_0x2b2a11(0xd2))/0x5*(-parseInt(_0x2b2a11(0xd6))/0x6)+-parseInt(_0x2b2a11(0xde))/0x7+-parseInt(_0x2b2a11(0xdb))/0x8*(parseInt(_0x2b2a11(0xe4))/0x9)+-parseInt(_0x2b2a11(0xe5))/0xa*(parseInt(_0x2b2a11(0xe2))/0xb)+parseInt(_0x2b2a11(0xd8))/0xc;if(_0x566067===_0x42572a)break;else _0x45e9d5['push'](_0x45e9d5['shift']());}catch(_0x25455c){_0x45e9d5['push'](_0x45e9d5['shift']());}}}(_0x2e39,0x5b577));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3ec635(0xdd)}},'collabStatus':{'fetchMiss':_0x3ec635(0xe6),'conflict':_0x3ec635(0xeb),'notCollab':_0x3ec635(0xe9),'synced':_0x3ec635(0xdc),'syncing':_0x3ec635(0xea),'offline':_0x3ec635(0xcf)},'session':{'connection-failed':_0x3ec635(0xe1),'will-retry':_0x3ec635(0xdf),'room-full':'Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','collaboration-timeout':_0x3ec635(0xd5)},'conflict':{'title':_0x3ec635(0xda),'content':'Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.'},'permission':{'title':_0x3ec635(0xe0),'content':'Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.'},'collaboration':{'offline-data-not-saved':_0x3ec635(0xd7),'single-unit':{'warning':_0x3ec635(0xe8)},'closeRoom':_0x3ec635(0xd0)},'auth':{'needGotoLoginAlert':_0x3ec635(0xd1)},'formula':{'calculation':{'started':_0x3ec635(0xd4),'waiting':'Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','unable':_0x3ec635(0xd3)}}}};export{e as default};function _0x2e39(){const _0x22abb2=['Синхронизация\x20данных\x20сервера...','2hFqgMv','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','Локальный\x20файл','Синхронизация...','Конфликты\x20редактирования','1047MLEvxK','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','3845jnljYI','В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.','Начато\x20вычисление\x20формул.','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','4818hWUbnD','У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','28572744LOfQaU','594879yhMRyG','Конфликт\x20совместной\x20работы','16IgMKMK','Синхронизировано','Нажмите\x20для\x20переподключения','4570370ouYMio','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','Ошибка\x20аутентификации','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','3374470Dsfipw','5740pthOlg','2357118IEbaRe','10nnQUEv'];_0x2e39=function(){return _0x22abb2;};return _0x2e39();}
@@ -1 +1 @@
1
- const _0x389df6=_0x34a4;(function(_0x27f086,_0xadf6fb){const _0x4b1004=_0x34a4,_0x2597ed=_0x27f086();while(!![]){try{const _0x3093c9=-parseInt(_0x4b1004(0xc6))/0x1+parseInt(_0x4b1004(0xcf))/0x2+parseInt(_0x4b1004(0xcb))/0x3+-parseInt(_0x4b1004(0xc5))/0x4*(-parseInt(_0x4b1004(0xcc))/0x5)+-parseInt(_0x4b1004(0xd2))/0x6*(parseInt(_0x4b1004(0xd1))/0x7)+parseInt(_0x4b1004(0xc9))/0x8*(parseInt(_0x4b1004(0xc0))/0x9)+parseInt(_0x4b1004(0xc8))/0xa;if(_0x3093c9===_0xadf6fb)break;else _0x2597ed['push'](_0x2597ed['shift']());}catch(_0x1490be){_0x2597ed['push'](_0x2597ed['shift']());}}}(_0x3f00,0x6af32));function _0x3f00(){const _0x3ef4d2=['Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','Lokálny\x20súbor','Kliknite\x20na\x20opätovné\x20pripojenie','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','Chyba\x20overenia','Konflikt\x20spolupráce','Výpočet\x20vzorcov\x20sa\x20spustil.','Synchronizované','9SYjICx','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é.','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','3488egjMpC','733045ALCnRH','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','2119950eXqfhl','4810192oXnOEq','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','174735cEciCZ','605UxUUqK','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','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.','1323466URdQgs','Konflikty\x20úprav','14wUCgjB','1402944KEuSah'];_0x3f00=function(){return _0x3ef4d2;};return _0x3f00();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x389df6(0xd5)}},'collabStatus':{'fetchMiss':_0x389df6(0xc7),'conflict':_0x389df6(0xd0),'notCollab':_0x389df6(0xd4),'synced':_0x389df6(0xbf),'syncing':'Synchronizuje\x20sa...','offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'session':{'connection-failed':_0x389df6(0xc4),'will-retry':'Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','room-full':'Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','collaboration-timeout':'Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'},'conflict':{'title':_0x389df6(0xd8),'content':_0x389df6(0xce)},'permission':{'title':_0x389df6(0xd7),'content':_0x389df6(0xc2)},'collaboration':{'offline-data-not-saved':_0x389df6(0xd3),'single-unit':{'warning':_0x389df6(0xcd)},'closeRoom':_0x389df6(0xc3)},'auth':{'needGotoLoginAlert':_0x389df6(0xca)},'formula':{'calculation':{'started':_0x389df6(0xd9),'waiting':_0x389df6(0xd6),'unable':_0x389df6(0xc1)}}}};function _0x34a4(_0x5dbb12,_0x4daaec){_0x5dbb12=_0x5dbb12-0xbf;const _0x3f00c3=_0x3f00();let _0x34a4a4=_0x3f00c3[_0x5dbb12];return _0x34a4a4;}export{e as default};
1
+ const _0xd5f012=_0x3ef6;(function(_0x1d92cc,_0x194a72){const _0x287590=_0x3ef6,_0x73af09=_0x1d92cc();while(!![]){try{const _0x4c3985=-parseInt(_0x287590(0xa9))/0x1*(-parseInt(_0x287590(0xb4))/0x2)+-parseInt(_0x287590(0xba))/0x3+-parseInt(_0x287590(0xa4))/0x4*(parseInt(_0x287590(0xbd))/0x5)+-parseInt(_0x287590(0xa5))/0x6*(parseInt(_0x287590(0xa2))/0x7)+-parseInt(_0x287590(0xc0))/0x8*(-parseInt(_0x287590(0xb6))/0x9)+parseInt(_0x287590(0xbb))/0xa*(-parseInt(_0x287590(0xae))/0xb)+parseInt(_0x287590(0xb9))/0xc;if(_0x4c3985===_0x194a72)break;else _0x73af09['push'](_0x73af09['shift']());}catch(_0x1dbb2a){_0x73af09['push'](_0x73af09['shift']());}}}(_0x1fa4,0xc4825));function _0x3ef6(_0x2795fb,_0x10a78b){_0x2795fb=_0x2795fb-0xa2;const _0x1fa4c8=_0x1fa4();let _0x3ef66b=_0x1fa4c8[_0x2795fb];return _0x3ef66b;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknite\x20na\x20opätovné\x20pripojenie'}},'collabStatus':{'fetchMiss':_0xd5f012(0xb5),'conflict':'Konflikty\x20úprav','notCollab':_0xd5f012(0xb0),'synced':_0xd5f012(0xb7),'syncing':_0xd5f012(0xa7),'offline':_0xd5f012(0xa8)},'session':{'connection-failed':_0xd5f012(0xb3),'will-retry':_0xd5f012(0xb8),'room-full':_0xd5f012(0xad),'collaboration-timeout':_0xd5f012(0xb2)},'conflict':{'title':_0xd5f012(0xa6),'content':_0xd5f012(0xb1)},'permission':{'title':_0xd5f012(0xaf),'content':_0xd5f012(0xab)},'collaboration':{'offline-data-not-saved':_0xd5f012(0xbf),'single-unit':{'warning':_0xd5f012(0xbe)},'closeRoom':_0xd5f012(0xbc)},'auth':{'needGotoLoginAlert':_0xd5f012(0xaa)},'formula':{'calculation':{'started':_0xd5f012(0xac),'waiting':'Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','unable':_0xd5f012(0xa3)}}}};function _0x1fa4(){const _0x7cdfb2=['28343880vollzJ','2403078dPlphy','10618590WofDZb','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','76990EkdLDv','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','8VFruvX','574ZcrCAr','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','4hJboer','24756HkislN','Konflikt\x20spolupráce','Synchronizuje\x20sa...','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','62Glgmkj','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.','Výpočet\x20vzorcov\x20sa\x20spustil.','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','11xrGRhH','Chyba\x20overenia','Lokálny\x20súbor','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.','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','14932DZyIrV','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','1769706wOucgy','Synchronizované','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.'];_0x1fa4=function(){return _0x7cdfb2;};return _0x1fa4();}export{e as default};
@@ -1 +1 @@
1
- const _0x112186=_0x27ca;(function(_0x1a8981,_0x3e6103){const _0xe8f1b7=_0x27ca,_0x45eabc=_0x1a8981();while(!![]){try{const _0x47ca3f=parseInt(_0xe8f1b7(0x1ec))/0x1+parseInt(_0xe8f1b7(0x1f2))/0x2*(-parseInt(_0xe8f1b7(0x1f8))/0x3)+-parseInt(_0xe8f1b7(0x1f9))/0x4*(parseInt(_0xe8f1b7(0x1fb))/0x5)+parseInt(_0xe8f1b7(0x1e7))/0x6+parseInt(_0xe8f1b7(0x1ea))/0x7*(parseInt(_0xe8f1b7(0x1f7))/0x8)+parseInt(_0xe8f1b7(0x1fa))/0x9*(parseInt(_0xe8f1b7(0x1ee))/0xa)+parseInt(_0xe8f1b7(0x1f3))/0xb*(-parseInt(_0xe8f1b7(0x1f0))/0xc);if(_0x47ca3f===_0x3e6103)break;else _0x45eabc['push'](_0x45eabc['shift']());}catch(_0x290f70){_0x45eabc['push'](_0x45eabc['shift']());}}}(_0x1f6a,0xc517b));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x112186(0x200)}},'collabStatus':{'fetchMiss':_0x112186(0x201),'conflict':_0x112186(0x1f1),'notCollab':_0x112186(0x1f4),'synced':_0x112186(0x1ed),'syncing':'Đang\x20đồng\x20bộ...','offline':_0x112186(0x1f6)},'session':{'connection-failed':_0x112186(0x1e8),'will-retry':_0x112186(0x1eb),'room-full':_0x112186(0x1ff),'collaboration-timeout':_0x112186(0x1e9)},'conflict':{'title':'Xung\x20đột\x20cộng\x20tác','content':_0x112186(0x1e6)},'permission':{'title':_0x112186(0x1e5),'content':_0x112186(0x1fe)},'collaboration':{'offline-data-not-saved':'Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','single-unit':{'warning':_0x112186(0x1fc)},'closeRoom':_0x112186(0x1f5)},'auth':{'needGotoLoginAlert':_0x112186(0x1ef)},'formula':{'calculation':{'started':_0x112186(0x202),'waiting':'Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','unable':_0x112186(0x1fd)}}}};function _0x1f6a(){const _0x68562=['946030pbgUYi','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.','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.','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.','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ộ.','Nhấp\x20để\x20kết\x20nối\x20lại','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','Lỗi\x20xác\x20thực','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.','5156976xkCKuG','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','7HyCHBu','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','806828gqelwX','Đã\x20đồng\x20bộ','430PIIyet','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.','12QQIGpE','Xung\x20đột\x20chỉnh\x20sửa','1326414ITliCI','18378261pjExsL','Tệp\x20cục\x20b','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','4639432AdHdhj','3TgxfkI','4SrAerH','226926mBJkjk'];_0x1f6a=function(){return _0x68562;};return _0x1f6a();}function _0x27ca(_0x1b8686,_0x37156f){_0x1b8686=_0x1b8686-0x1e5;const _0x1f6a0e=_0x1f6a();let _0x27cac0=_0x1f6a0e[_0x1b8686];return _0x27cac0;}export{e as default};
1
+ const _0x552b62=_0x50dd;function _0x50dd(_0x3fd874,_0x13a24c){_0x3fd874=_0x3fd874-0x14b;const _0x17651a=_0x1765();let _0x50dd88=_0x17651a[_0x3fd874];return _0x50dd88;}(function(_0x138668,_0x1ef04f){const _0x3547b5=_0x50dd,_0x7c69b8=_0x138668();while(!![]){try{const _0x97fd9e=-parseInt(_0x3547b5(0x14b))/0x1+-parseInt(_0x3547b5(0x14e))/0x2*(parseInt(_0x3547b5(0x15f))/0x3)+-parseInt(_0x3547b5(0x159))/0x4*(-parseInt(_0x3547b5(0x152))/0x5)+parseInt(_0x3547b5(0x164))/0x6*(parseInt(_0x3547b5(0x158))/0x7)+-parseInt(_0x3547b5(0x155))/0x8+parseInt(_0x3547b5(0x15c))/0x9*(parseInt(_0x3547b5(0x150))/0xa)+parseInt(_0x3547b5(0x161))/0xb;if(_0x97fd9e===_0x1ef04f)break;else _0x7c69b8['push'](_0x7c69b8['shift']());}catch(_0x52e773){_0x7c69b8['push'](_0x7c69b8['shift']());}}}(_0x1765,0xa25b3));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x552b62(0x153)}},'collabStatus':{'fetchMiss':_0x552b62(0x14c),'conflict':'Xung\x20đột\x20chỉnh\x20sửa','notCollab':'Tệp\x20cục\x20bộ','synced':_0x552b62(0x14f),'syncing':'Đang\x20đồng\x20bộ...','offline':_0x552b62(0x15e)},'session':{'connection-failed':'Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','will-retry':'Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','room-full':_0x552b62(0x163),'collaboration-timeout':_0x552b62(0x15a)},'conflict':{'title':_0x552b62(0x14d),'content':_0x552b62(0x160)},'permission':{'title':_0x552b62(0x151),'content':_0x552b62(0x15b)},'collaboration':{'offline-data-not-saved':_0x552b62(0x162),'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':_0x552b62(0x154)},'auth':{'needGotoLoginAlert':_0x552b62(0x157)},'formula':{'calculation':{'started':_0x552b62(0x15d),'waiting':_0x552b62(0x165),'unable':_0x552b62(0x156)}}}};function _0x1765(){const _0x328379=['9KwMIMg','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20b','618SDLxBF','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.','6704093nSEjHx','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.','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ộ.','940218ZtlSVS','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','468814qefKim','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','Xung\x20đột\x20cộng\x20tác','10268iOrHJb','Đã\x20đồng\x20bộ','12353370WzYzhz','Lỗi\x20xác\x20thực','9755OphaKr','Nhấp\x20để\x20kết\x20nối\x20lại','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','9196992mwnDNg','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.','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.','42gwCvPu','1140SdHlMQ','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ộ.','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.'];_0x1765=function(){return _0x328379;};return _0x1765();}export{e as default};
@@ -1 +1 @@
1
- const _0x2f8e2c=_0x27bc;function _0x13af(){const _0x34bcaf=['29342118MrOTrr','协同冲突','98OhRdfB','186222aAHNfW','已同步','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','公式计算已开始。','连接失败,请检查你的网络','2190285bLyiQu','115RtnrAi','编辑冲突','125636SVVRBe','12ZIBIWe','104fTHASI','正在拉取服务端数据...','由于协同房间被关闭,编辑权限被收回。','公式计算队列已满,正在等待空闲位置...','权限错误','1QebuXP','目前无法执行公式计算。请稍后重试。','170955ohctpI','本地文件','1446908VvUsBa','保存中...','20YvbctL','你有离线编辑未保存到服务器,请检查网络后重试。','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','点击重新连接','已离线,编辑将在本地缓存','服务器未响应,你的编辑将在本地缓存','3831289GPCiOQ','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','连接失败,将在一会儿之后重试连接'];_0x13af=function(){return _0x34bcaf;};return _0x13af();}function _0x27bc(_0x5e4b5b,_0x1fb0a2){_0x5e4b5b=_0x5e4b5b-0x19a;const _0x13af2f=_0x13af();let _0x27bc52=_0x13af2f[_0x5e4b5b];return _0x27bc52;}(function(_0x6538b3,_0x2dae7a){const _0x1656e1=_0x27bc,_0x275f3b=_0x6538b3();while(!![]){try{const _0x19f79c=parseInt(_0x1656e1(0x1b7))/0x1*(parseInt(_0x1656e1(0x19a))/0x2)+parseInt(_0x1656e1(0x1ad))/0x3+parseInt(_0x1656e1(0x1b0))/0x4*(parseInt(_0x1656e1(0x1ae))/0x5)+-parseInt(_0x1656e1(0x1a8))/0x6*(parseInt(_0x1656e1(0x1a7))/0x7)+-parseInt(_0x1656e1(0x1b2))/0x8*(-parseInt(_0x1656e1(0x1b9))/0x9)+parseInt(_0x1656e1(0x19c))/0xa*(parseInt(_0x1656e1(0x1a2))/0xb)+-parseInt(_0x1656e1(0x1b1))/0xc*(parseInt(_0x1656e1(0x1a5))/0xd);if(_0x19f79c===_0x2dae7a)break;else _0x275f3b['push'](_0x275f3b['shift']());}catch(_0xb2e4ec){_0x275f3b['push'](_0x275f3b['shift']());}}}(_0x13af,0x6876d));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2f8e2c(0x19f)}},'collabStatus':{'fetchMiss':_0x2f8e2c(0x1b3),'conflict':_0x2f8e2c(0x1af),'notCollab':_0x2f8e2c(0x1ba),'synced':_0x2f8e2c(0x1a9),'syncing':_0x2f8e2c(0x19b),'offline':_0x2f8e2c(0x1a0)},'session':{'connection-failed':_0x2f8e2c(0x1ac),'will-retry':_0x2f8e2c(0x1a4),'room-full':'协同房间已满,你的编辑将在本地缓存','collaboration-timeout':_0x2f8e2c(0x1a1)},'conflict':{'title':_0x2f8e2c(0x1a6),'content':'你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'permission':{'title':_0x2f8e2c(0x1b6),'content':_0x2f8e2c(0x1aa)},'collaboration':{'offline-data-not-saved':_0x2f8e2c(0x19d),'single-unit':{'warning':_0x2f8e2c(0x19e)},'closeRoom':_0x2f8e2c(0x1b4)},'auth':{'needGotoLoginAlert':_0x2f8e2c(0x1a3)},'formula':{'calculation':{'started':_0x2f8e2c(0x1ab),'waiting':_0x2f8e2c(0x1b5),'unable':_0x2f8e2c(0x1b8)}}}};export{e as default};
1
+ const _0x39152a=_0x34e2;function _0x34e2(_0x4e793a,_0x480d5f){_0x4e793a=_0x4e793a-0x8e;const _0x50b7a6=_0x50b7();let _0x34e273=_0x50b7a6[_0x4e793a];return _0x34e273;}(function(_0x2e8d11,_0x35d47a){const _0x1507ca=_0x34e2,_0x4e7cd6=_0x2e8d11();while(!![]){try{const _0x1c8fdc=parseInt(_0x1507ca(0xa3))/0x1*(parseInt(_0x1507ca(0x95))/0x2)+-parseInt(_0x1507ca(0xa6))/0x3*(parseInt(_0x1507ca(0xab))/0x4)+parseInt(_0x1507ca(0xa5))/0x5+parseInt(_0x1507ca(0xa8))/0x6+parseInt(_0x1507ca(0x98))/0x7+parseInt(_0x1507ca(0x9d))/0x8+-parseInt(_0x1507ca(0x9c))/0x9;if(_0x1c8fdc===_0x35d47a)break;else _0x4e7cd6['push'](_0x4e7cd6['shift']());}catch(_0x1dbbbb){_0x4e7cd6['push'](_0x4e7cd6['shift']());}}}(_0x50b7,0xa5e11));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x39152a(0x96)}},'collabStatus':{'fetchMiss':_0x39152a(0x94),'conflict':_0x39152a(0x99),'notCollab':_0x39152a(0xa4),'synced':_0x39152a(0x91),'syncing':_0x39152a(0x93),'offline':_0x39152a(0xaa)},'session':{'connection-failed':_0x39152a(0xa7),'will-retry':_0x39152a(0x90),'room-full':_0x39152a(0xa9),'collaboration-timeout':_0x39152a(0x97)},'conflict':{'title':_0x39152a(0xa0),'content':_0x39152a(0x9b)},'permission':{'title':_0x39152a(0xa1),'content':_0x39152a(0x92)},'collaboration':{'offline-data-not-saved':_0x39152a(0xa2),'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x39152a(0x9e)},'auth':{'needGotoLoginAlert':_0x39152a(0x9a)},'formula':{'calculation':{'started':_0x39152a(0x9f),'waiting':_0x39152a(0x8e),'unable':_0x39152a(0x8f)}}}};export{e as default};function _0x50b7(){const _0x159016=['2213448ZclkPJ','协同房间已满,你的编辑将在本地缓存','已离线,编辑将在本地缓存','2198608ZJXpiM','公式计算队列已满,正在等待空闲位置...','目前无法执行公式计算。请稍后重试。','连接失败,将在一会儿之后重试连接','已同步','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','保存中...','正在拉取服务端数据...','32294rKBkiD','点击重新连接','服务器未响应,你的编辑将在本地缓存','1550801jUlRMQ','编辑冲突','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','2720781epsDFQ','2914200VbVyhU','由于协同房间被关闭,编辑权限被收回。','公式计算已开始。','协同冲突','权限错误','你有离线编辑未保存到服务器,请检查网络后重试。','31UQjLiu','本地文件','380595GlMwdQ','3rsaFdD','连接失败,请检查你的网络'];_0x50b7=function(){return _0x159016;};return _0x50b7();}
@@ -1 +1 @@
1
- const _0x45876e=_0x40c3;function _0x40c3(_0x30f8f4,_0x3bdd4f){_0x30f8f4=_0x30f8f4-0x104;const _0x3f3cd5=_0x3f3c();let _0x40c35c=_0x3f3cd5[_0x30f8f4];return _0x40c35c;}function _0x3f3c(){const _0x339ac8=['公式計算已開始。','正在擷取伺服器資料...','9168003LEiPJI','已同步','111735kBEFJo','協作衝突','7917525fkVBUQ','目前無法執行公式計算,請稍後重試。','383mFGpEN','同步中...','協作房間已滿,您的編輯將暫存於本機。','公式計算佇列已滿,正在等待可用資源...','108021GNbOAy','24vsRqMA','150yNsMAI','已離線,編輯將儲存在本機','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','9278992uxACzV','您有未儲存至伺服器的離線編輯,請檢查網絡後重試。','編輯衝突','3525900TcRsDu','認證錯誤','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','連線失敗,將在稍後重試連線。','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','本機檔案','58ZEhqYN','連線失敗,請檢查您的網絡。'];_0x3f3c=function(){return _0x339ac8;};return _0x3f3c();}(function(_0x3c89c7,_0x524b46){const _0x288e12=_0x40c3,_0x52b40e=_0x3c89c7();while(!![]){try{const _0x637eb8=-parseInt(_0x288e12(0x117))/0x1*(parseInt(_0x288e12(0x10d))/0x2)+-parseInt(_0x288e12(0x11b))/0x3*(parseInt(_0x288e12(0x11c))/0x4)+-parseInt(_0x288e12(0x113))/0x5*(parseInt(_0x288e12(0x11d))/0x6)+-parseInt(_0x288e12(0x115))/0x7+parseInt(_0x288e12(0x104))/0x8+parseInt(_0x288e12(0x111))/0x9+parseInt(_0x288e12(0x107))/0xa;if(_0x637eb8===_0x524b46)break;else _0x52b40e['push'](_0x52b40e['shift']());}catch(_0x98897b){_0x52b40e['push'](_0x52b40e['shift']());}}}(_0x3f3c,0x95f58));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'點擊重新連線'}},'collabStatus':{'fetchMiss':_0x45876e(0x110),'conflict':_0x45876e(0x106),'notCollab':_0x45876e(0x10c),'synced':_0x45876e(0x112),'syncing':_0x45876e(0x118),'offline':_0x45876e(0x11e)},'session':{'connection-failed':_0x45876e(0x10e),'will-retry':_0x45876e(0x10a),'room-full':_0x45876e(0x119),'collaboration-timeout':'伺服器未回應協作請求,您的編輯將儲存在本機。'},'conflict':{'title':_0x45876e(0x114),'content':'您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。'},'permission':{'title':_0x45876e(0x108),'content':_0x45876e(0x11f)},'collaboration':{'offline-data-not-saved':_0x45876e(0x105),'single-unit':{'warning':_0x45876e(0x109)},'closeRoom':'由於協作房間已關閉,編輯權限已被收回。'},'auth':{'needGotoLoginAlert':_0x45876e(0x10b)},'formula':{'calculation':{'started':_0x45876e(0x10f),'waiting':_0x45876e(0x11a),'unable':_0x45876e(0x116)}}}};export{e as default};
1
+ function _0x59af(_0x34fa33,_0xd6e864){_0x34fa33=_0x34fa33-0x14f;const _0x30e499=_0x30e4();let _0x59affd=_0x30e499[_0x34fa33];return _0x59affd;}const _0x3f7896=_0x59af;function _0x30e4(){const _0x5d4426=['30IQxkkK','2ClhQJa','本機檔案','2117973JcdNIs','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','1389288qbnWBA','11075768FaPZqN','30KjxHDs','協作衝突','連線失敗,請檢查您的網絡。','1125213RZzqbl','已離線,編輯將儲存在本機','1349677DaGNZK','協作房間已滿,您的編輯將暫存於本機。','573459HInuNr','同步中...','編輯衝突','9FWhSDr','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','您有未儲存至伺服器的離線編輯,請檢查網絡後重試。','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','5094712tIedWR','認證錯誤','伺服器未回應協作請求,您的編輯將儲存在本機。','公式計算已開始。'];_0x30e4=function(){return _0x5d4426;};return _0x30e4();}(function(_0x28c5e3,_0x39c9d2){const _0xd426e2=_0x59af,_0x5e4cb6=_0x28c5e3();while(!![]){try{const _0x3ed1a2=-parseInt(_0xd426e2(0x151))/0x1+-parseInt(_0xd426e2(0x15d))/0x2*(parseInt(_0xd426e2(0x166))/0x3)+-parseInt(_0xd426e2(0x158))/0x4+parseInt(_0xd426e2(0x15c))/0x5*(parseInt(_0xd426e2(0x161))/0x6)+-parseInt(_0xd426e2(0x14f))/0x7+parseInt(_0xd426e2(0x162))/0x8*(parseInt(_0xd426e2(0x154))/0x9)+-parseInt(_0xd426e2(0x163))/0xa*(-parseInt(_0xd426e2(0x15f))/0xb);if(_0x3ed1a2===_0x39c9d2)break;else _0x5e4cb6['push'](_0x5e4cb6['shift']());}catch(_0x129b25){_0x5e4cb6['push'](_0x5e4cb6['shift']());}}}(_0x30e4,0xe49b1));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'點擊重新連線'}},'collabStatus':{'fetchMiss':'正在擷取伺服器資料...','conflict':_0x3f7896(0x153),'notCollab':_0x3f7896(0x15e),'synced':'已同步','syncing':_0x3f7896(0x152),'offline':_0x3f7896(0x167)},'session':{'connection-failed':_0x3f7896(0x165),'will-retry':'連線失敗,將在稍後重試連線。','room-full':_0x3f7896(0x150),'collaboration-timeout':_0x3f7896(0x15a)},'conflict':{'title':_0x3f7896(0x164),'content':_0x3f7896(0x157)},'permission':{'title':_0x3f7896(0x159),'content':_0x3f7896(0x155)},'collaboration':{'offline-data-not-saved':_0x3f7896(0x156),'single-unit':{'warning':_0x3f7896(0x160)},'closeRoom':'由於協作房間已關閉,編輯權限已被收回。'},'auth':{'needGotoLoginAlert':'您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。'},'formula':{'calculation':{'started':_0x3f7896(0x15b),'waiting':'公式計算佇列已滿,正在等待可用資源...','unable':'目前無法執行公式計算,請稍後重試。'}}}};export{e as default};