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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.css +10 -22
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/commands/operations/update-remote-unit-presence.operation.d.ts +25 -0
  66. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +2 -4
  67. package/lib/types/controllers/collab-cursor/unit-presence-collab-cursor-entity.d.ts +38 -0
  68. package/lib/types/controllers/collab-cursor/unit-presence-collab-cursor.controller.d.ts +21 -0
  69. package/lib/types/controllers/collab-status/collab-status.controller.d.ts +8 -13
  70. package/lib/types/controllers/data-loader/data-loader.controller.d.ts +1 -2
  71. package/lib/types/controllers/snapshot-loading/snapshot-loading.controller.d.ts +3 -15
  72. package/lib/types/locale/en-US.d.ts +0 -1
  73. package/lib/types/models/cursor.d.ts +0 -25
  74. package/lib/types/plugin.d.ts +3 -2
  75. package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +3 -3
  76. package/lib/types/views/components/SnapshotLoadingTimeout.d.ts +0 -4
  77. package/lib/types/views/shapes/doc-collab-cursor.d.ts +6 -1
  78. package/lib/umd/facade.js +1 -1
  79. package/lib/umd/index.js +1 -1
  80. package/lib/umd/locale/ar-SA.js +1 -1
  81. package/lib/umd/locale/ca-ES.js +1 -1
  82. package/lib/umd/locale/de-DE.js +1 -1
  83. package/lib/umd/locale/en-US.js +1 -1
  84. package/lib/umd/locale/es-ES.js +1 -1
  85. package/lib/umd/locale/fa-IR.js +1 -1
  86. package/lib/umd/locale/fr-FR.js +1 -1
  87. package/lib/umd/locale/id-ID.js +1 -1
  88. package/lib/umd/locale/it-IT.js +1 -1
  89. package/lib/umd/locale/ja-JP.js +1 -1
  90. package/lib/umd/locale/ko-KR.js +1 -1
  91. package/lib/umd/locale/pl-PL.js +1 -1
  92. package/lib/umd/locale/pt-BR.js +1 -1
  93. package/lib/umd/locale/ru-RU.js +1 -1
  94. package/lib/umd/locale/sk-SK.js +1 -1
  95. package/lib/umd/locale/vi-VN.js +1 -1
  96. package/lib/umd/locale/zh-CN.js +1 -1
  97. package/lib/umd/locale/zh-HK.js +1 -1
  98. package/lib/umd/locale/zh-TW.js +1 -1
  99. package/package.json +19 -23
  100. package/lib/types/controllers/collab-cursor/board-collab-cursor-entity.d.ts +0 -31
  101. package/lib/types/controllers/collab-cursor/board-collab-cursor-render.controller.d.ts +0 -21
  102. package/lib/types/controllers/collab-cursor/slide-collab-cursor-entity.d.ts +0 -34
  103. package/lib/types/controllers/collab-cursor/slide-collab-cursor-render.controller.d.ts +0 -21
  104. package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +0 -15
@@ -1 +1 @@
1
- const _0x1f2726=_0xc9d3;(function(_0xea854b,_0x29b81a){const _0x437f4f=_0xc9d3,_0x538f44=_0xea854b();while(!![]){try{const _0x31209e=parseInt(_0x437f4f(0xb5))/0x1+parseInt(_0x437f4f(0xbc))/0x2+-parseInt(_0x437f4f(0xab))/0x3*(parseInt(_0x437f4f(0xb2))/0x4)+-parseInt(_0x437f4f(0xa9))/0x5*(-parseInt(_0x437f4f(0xbd))/0x6)+parseInt(_0x437f4f(0xb4))/0x7+-parseInt(_0x437f4f(0xb6))/0x8+parseInt(_0x437f4f(0xbf))/0x9;if(_0x31209e===_0x29b81a)break;else _0x538f44['push'](_0x538f44['shift']());}catch(_0x157f63){_0x538f44['push'](_0x538f44['shift']());}}}(_0x2b2f,0x2f83c));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'انقر\x20لإعادة\x20الاتصال'}},'collabStatus':{'fetchMiss':_0x1f2726(0xb0),'conflict':_0x1f2726(0xaf),'notCollab':_0x1f2726(0xba),'synced':_0x1f2726(0xbe),'syncing':_0x1f2726(0xb8),'offline':_0x1f2726(0xb3)},'snapshotLoading':{'loadingSheet':_0x1f2726(0xaa),'timeout':_0x1f2726(0xa6),'refresh':_0x1f2726(0xc0)},'session':{'connection-failed':_0x1f2726(0xb9),'will-retry':_0x1f2726(0xbb),'room-full':_0x1f2726(0xad),'collaboration-timeout':_0x1f2726(0xa8)},'conflict':{'title':'تعارض\x20في\x20التعاون','content':_0x1f2726(0xac)},'permission':{'title':_0x1f2726(0xa5),'content':_0x1f2726(0xa7)},'collaboration':{'offline-data-not-saved':'لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','single-unit':{'warning':'فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.'},'closeRoom':_0x1f2726(0xb1)},'auth':{'needGotoLoginAlert':_0x1f2726(0xae)},'formula':{'calculation':{'started':'بدأ\x20حساب\x20الصيغة.','waiting':_0x1f2726(0xb7),'unable':'غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.'}}}};function _0xc9d3(_0xd77429,_0x14a759){_0xd77429=_0xd77429-0xa5;const _0x2b2fd8=_0x2b2f();let _0xc9d30a=_0x2b2fd8[_0xd77429];return _0xc9d30a;}function _0x2b2f(){const _0x125309=['1257555ctmIfQ','جارٍ\x20تحميل\x20الورقة','207dkBfyF','هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','تعارضات\x20التحرير','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','20192iAzSHf','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','609763RxAPKH','311053QeVled','1941160cTNqDD','قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','جارٍ\x20المزامنة...','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','ملف\x20محلي','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','270836NzUPOC','6JNEHxd','تمت\x20المزامنة','4374xgvCwL','تحديث\x20الصفحة','خطأ\x20في\x20المصادقة','توقف\x20تحميل\x20البيانات\x20عند\x20{0}/{1}.\x20حدّث\x20الصفحة\x20للمحاولة\x20مرة\x20أخرى.','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.'];_0x2b2f=function(){return _0x125309;};return _0x2b2f();}export{e as default};
1
+ const _0x3bf92e=_0xc3ad;(function(_0x1e7e62,_0x416259){const _0x2dfe99=_0xc3ad,_0x3147a9=_0x1e7e62();while(!![]){try{const _0x9bc615=-parseInt(_0x2dfe99(0x1f6))/0x1+parseInt(_0x2dfe99(0x1f3))/0x2*(-parseInt(_0x2dfe99(0x1f2))/0x3)+parseInt(_0x2dfe99(0x1f1))/0x4+parseInt(_0x2dfe99(0x1ed))/0x5+parseInt(_0x2dfe99(0x1ea))/0x6*(parseInt(_0x2dfe99(0x1fa))/0x7)+parseInt(_0x2dfe99(0x1f5))/0x8*(-parseInt(_0x2dfe99(0x1e2))/0x9)+parseInt(_0x2dfe99(0x1e3))/0xa;if(_0x9bc615===_0x416259)break;else _0x3147a9['push'](_0x3147a9['shift']());}catch(_0xe810c4){_0x3147a9['push'](_0x3147a9['shift']());}}}(_0x5cd9,0x710aa));function _0xc3ad(_0x3093fe,_0x288583){_0x3093fe=_0x3093fe-0x1e1;const _0x5cd961=_0x5cd9();let _0xc3ad92=_0x5cd961[_0x3093fe];return _0xc3ad92;}function _0x5cd9(){const _0x54a3ae=['غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','2311700rngfNv','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','1266572opxwpn','30105HxUztm','42aLJVkO','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','1668176TouaWT','317411aeCbxn','ملف\x20محلي','تمت\x20المزامنة','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','10255mxNdnc','تحديث\x20الصفحة','تعارضات\x20التحرير','9NBpOLx','4089830HtPVvH','خطأ\x20في\x20المصادقة','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','تعارض\x20في\x20التعاون','هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','بدأ\x20حساب\x20الصيغة.','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','48uwrHlo'];_0x5cd9=function(){return _0x54a3ae;};return _0x5cd9();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'انقر\x20لإعادة\x20الاتصال'}},'collabStatus':{'fetchMiss':_0x3bf92e(0x1f9),'conflict':_0x3bf92e(0x1e1),'notCollab':_0x3bf92e(0x1f7),'synced':_0x3bf92e(0x1f8),'syncing':'جارٍ\x20المزامنة...','offline':_0x3bf92e(0x1eb)},'snapshotLoading':{'timeout':'توقف\x20تحميل\x20البيانات\x20عند\x20{0}/{1}.\x20حدّث\x20الصفحة\x20للمحاولة\x20مرة\x20أخرى.','refresh':_0x3bf92e(0x1fb)},'session':{'connection-failed':_0x3bf92e(0x1e9),'will-retry':_0x3bf92e(0x1ee),'room-full':_0x3bf92e(0x1e5),'collaboration-timeout':'الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.'},'conflict':{'title':_0x3bf92e(0x1e6),'content':_0x3bf92e(0x1e7)},'permission':{'title':_0x3bf92e(0x1e4),'content':_0x3bf92e(0x1ec)},'collaboration':{'offline-data-not-saved':'لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','single-unit':{'warning':_0x3bf92e(0x1f0)},'closeRoom':'تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.'},'auth':{'needGotoLoginAlert':_0x3bf92e(0x1ef)},'formula':{'calculation':{'started':_0x3bf92e(0x1e8),'waiting':'قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','unable':_0x3bf92e(0x1f4)}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x15a1a6=_0x4dc2;(function(_0x1db54b,_0x362624){const _0x41fded=_0x4dc2,_0x347386=_0x1db54b();while(!![]){try{const _0x5e8566=-parseInt(_0x41fded(0x9f))/0x1+-parseInt(_0x41fded(0xae))/0x2+parseInt(_0x41fded(0xb0))/0x3*(parseInt(_0x41fded(0xa1))/0x4)+parseInt(_0x41fded(0xa2))/0x5*(parseInt(_0x41fded(0xa4))/0x6)+-parseInt(_0x41fded(0xb4))/0x7+-parseInt(_0x41fded(0xa5))/0x8+-parseInt(_0x41fded(0xaf))/0x9*(-parseInt(_0x41fded(0xa8))/0xa);if(_0x5e8566===_0x362624)break;else _0x347386['push'](_0x347386['shift']());}catch(_0xe85b6b){_0x347386['push'](_0x347386['shift']());}}}(_0xe9f9,0xb2efd));function _0xe9f9(){const _0x67233a=['Conflicte\x20de\x20col·laboració','444216HoGmPT','7923213mWoONl','2018391XVlCoo','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','7526134XgSYEg','Sincronitzant...','La\x20vostra\x20sessió\x20ha\x20caducat.\x20Feu\x20clic\x20a\x20D\x27acord\x20per\x20tornar\x20a\x20iniciar\x20sessió,\x20o\x20a\x20Cancel·la\x20per\x20desar\x20els\x20vostres\x20canvis\x20locals.','Feu\x20clic\x20per\x20reconnectar','La\x20càrrega\x20de\x20dades\x20s\x27ha\x20aturat\x20a\x20{0}/{1}.\x20Actualitzeu\x20la\x20pàgina\x20per\x20tornar-ho\x20a\x20provar.','Sincronitzant\x20dades\x20del\x20servidor...','218043TRAVac','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','4FXtMKJ','515RBUuhP','Sincronitzat','14748MAPixn','3507576pViwth','Actualitza\x20la\x20pàgina','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','20qLJJeL','S\x27està\x20carregant\x20el\x20full','Fitxer\x20local','Conflictes\x20d\x27edició','Error\x20d\x27autenticació'];_0xe9f9=function(){return _0x67233a;};return _0xe9f9();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x15a1a6(0xb7)}},'collabStatus':{'fetchMiss':_0x15a1a6(0xb9),'conflict':_0x15a1a6(0xab),'notCollab':_0x15a1a6(0xaa),'synced':_0x15a1a6(0xa3),'syncing':_0x15a1a6(0xb5),'offline':_0x15a1a6(0xb3)},'snapshotLoading':{'loadingSheet':_0x15a1a6(0xa9),'timeout':_0x15a1a6(0xb8),'refresh':_0x15a1a6(0xa6)},'session':{'connection-failed':'Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','will-retry':_0x15a1a6(0xa7),'room-full':'La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','collaboration-timeout':'El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.'},'conflict':{'title':_0x15a1a6(0xad),'content':'Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.'},'permission':{'title':_0x15a1a6(0xac),'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':_0x15a1a6(0xb2)},'closeRoom':_0x15a1a6(0xa0)},'auth':{'needGotoLoginAlert':_0x15a1a6(0xb6)},'formula':{'calculation':{'started':'El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','waiting':'La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','unable':_0x15a1a6(0xb1)}}}};function _0x4dc2(_0x54425f,_0x2c2acb){_0x54425f=_0x54425f-0x9f;const _0xe9f9a=_0xe9f9();let _0x4dc295=_0xe9f9a[_0x54425f];return _0x4dc295;}export{e as default};
1
+ const _0x2fdfad=_0x3895;function _0x3895(_0x4416a5,_0x5ba5c0){_0x4416a5=_0x4416a5-0x1a2;const _0x1c49c9=_0x1c49();let _0x38951b=_0x1c49c9[_0x4416a5];return _0x38951b;}(function(_0x538d68,_0x1282fd){const _0x46c2b=_0x3895,_0x3bd269=_0x538d68();while(!![]){try{const _0x644f64=-parseInt(_0x46c2b(0x1b5))/0x1+-parseInt(_0x46c2b(0x1b8))/0x2*(-parseInt(_0x46c2b(0x1b0))/0x3)+-parseInt(_0x46c2b(0x1ad))/0x4+-parseInt(_0x46c2b(0x1aa))/0x5*(parseInt(_0x46c2b(0x1b7))/0x6)+parseInt(_0x46c2b(0x1b9))/0x7*(parseInt(_0x46c2b(0x1a3))/0x8)+parseInt(_0x46c2b(0x1b1))/0x9+parseInt(_0x46c2b(0x1b2))/0xa;if(_0x644f64===_0x1282fd)break;else _0x3bd269['push'](_0x3bd269['shift']());}catch(_0xdeb5d2){_0x3bd269['push'](_0x3bd269['shift']());}}}(_0x1c49,0xce793));function _0x1c49(){const _0x3bc7a1=['Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','8Xxpcmh','Fitxer\x20local','Error\x20d\x27autenticació','La\x20càrrega\x20de\x20dades\x20s\x27ha\x20aturat\x20a\x20{0}/{1}.\x20Actualitzeu\x20la\x20pàgina\x20per\x20tornar-ho\x20a\x20provar.','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','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.','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','40PVunrU','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','Sincronitzant\x20dades\x20del\x20servidor...','3271096HPDSiW','Conflicte\x20de\x20col·laboració','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','407919TpwUgd','12513960SjcmXR','11151670XYZWvX','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.','891100MaumHy','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','361290SpQqxj','6kRsigg','859481DjAEgh','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.'];_0x1c49=function(){return _0x3bc7a1;};return _0x1c49();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Feu\x20clic\x20per\x20reconnectar'}},'collabStatus':{'fetchMiss':_0x2fdfad(0x1ac),'conflict':'Conflictes\x20d\x27edició','notCollab':_0x2fdfad(0x1a4),'synced':'Sincronitzat','syncing':'Sincronitzant...','offline':_0x2fdfad(0x1a2)},'snapshotLoading':{'timeout':_0x2fdfad(0x1a6),'refresh':'Actualitza\x20la\x20pàgina'},'session':{'connection-failed':'Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','will-retry':_0x2fdfad(0x1ab),'room-full':_0x2fdfad(0x1a7),'collaboration-timeout':_0x2fdfad(0x1b3)},'conflict':{'title':_0x2fdfad(0x1ae),'content':_0x2fdfad(0x1b4)},'permission':{'title':_0x2fdfad(0x1a5),'content':_0x2fdfad(0x1a8)},'collaboration':{'offline-data-not-saved':_0x2fdfad(0x1ba),'single-unit':{'warning':_0x2fdfad(0x1b6)},'closeRoom':_0x2fdfad(0x1a9)},'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':'El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','waiting':'La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','unable':_0x2fdfad(0x1af)}}}};export{e as default};
@@ -1 +1 @@
1
- const _0xb406dc=_0x1cb5;(function(_0x22769c,_0x3abc3b){const _0xa8e623=_0x1cb5,_0x180831=_0x22769c();while(!![]){try{const _0x5e2c4a=parseInt(_0xa8e623(0xba))/0x1*(parseInt(_0xa8e623(0xd2))/0x2)+parseInt(_0xa8e623(0xcf))/0x3+parseInt(_0xa8e623(0xc7))/0x4*(-parseInt(_0xa8e623(0xc2))/0x5)+-parseInt(_0xa8e623(0xc9))/0x6+parseInt(_0xa8e623(0xbc))/0x7*(parseInt(_0xa8e623(0xd1))/0x8)+parseInt(_0xa8e623(0xb8))/0x9+-parseInt(_0xa8e623(0xc5))/0xa;if(_0x5e2c4a===_0x3abc3b)break;else _0x180831['push'](_0x180831['shift']());}catch(_0xe4fa8b){_0x180831['push'](_0x180831['shift']());}}}(_0x5852,0x24985));function _0x1cb5(_0x14d504,_0x2a3323){_0x14d504=_0x14d504-0xb6;const _0x585273=_0x5852();let _0x1cb54a=_0x585273[_0x14d504];return _0x1cb54a;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xb406dc(0xb6)}},'collabStatus':{'fetchMiss':_0xb406dc(0xc6),'conflict':_0xb406dc(0xcc),'notCollab':'Lokale\x20Datei','synced':_0xb406dc(0xcd),'syncing':'Synchronisierung...','offline':_0xb406dc(0xc1)},'snapshotLoading':{'loadingSheet':_0xb406dc(0xd0),'timeout':_0xb406dc(0xbb),'refresh':_0xb406dc(0xbf)},'session':{'connection-failed':_0xb406dc(0xc4),'will-retry':_0xb406dc(0xb7),'room-full':_0xb406dc(0xc0),'collaboration-timeout':'Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.'},'conflict':{'title':'Zusammenarbeitskonflikt','content':_0xb406dc(0xbd)},'permission':{'title':_0xb406dc(0xc8),'content':'Ihre\x20Aktionen\x20stehen\x20im\x20Konflikt\x20mit\x20den\x20Serverberechtigungen.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen\x20anderweitig,\x20da\x20sie\x20nach\x20dem\x20Aktualisieren\x20der\x20Seite\x20verworfen\x20werden.'},'collaboration':{'offline-data-not-saved':_0xb406dc(0xc3),'single-unit':{'warning':_0xb406dc(0xce)},'closeRoom':_0xb406dc(0xcb)},'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':_0xb406dc(0xca),'waiting':_0xb406dc(0xbe),'unable':_0xb406dc(0xb9)}}}};function _0x5852(){const _0x3e03d6=['Bearbeitungskonflikte','Synchronisiert','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','767037oBYMxM','Tabellenblatt\x20wird\x20geladen','12376fMDtVu','30SVCSWR','Klicken,\x20um\x20wieder\x20zu\x20verbinden','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','1988244MqdOCO','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','11029Qlpyqt','Das\x20Laden\x20der\x20Daten\x20ist\x20bei\x20{0}/{1}\x20stehen\x20geblieben.\x20Aktualisieren\x20Sie\x20die\x20Seite\x20und\x20versuchen\x20Sie\x20es\x20erneut.','728OboEQu','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.','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','Seite\x20aktualisieren','Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','5HSPTxE','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','2017510XzzvRL','Serverdaten\x20werden\x20synchronisiert...','781012uRJkjt','Authentifizierungsfehler','1536126QdYrRO','Formelberechnung\x20gestartet.','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.'];_0x5852=function(){return _0x3e03d6;};return _0x5852();}export{e as default};
1
+ const _0x10d535=_0x33b4;(function(_0x9453dc,_0x18f606){const _0x41e4f9=_0x33b4,_0x2feb49=_0x9453dc();while(!![]){try{const _0x278814=-parseInt(_0x41e4f9(0x14d))/0x1+parseInt(_0x41e4f9(0x155))/0x2*(-parseInt(_0x41e4f9(0x162))/0x3)+parseInt(_0x41e4f9(0x150))/0x4+parseInt(_0x41e4f9(0x15b))/0x5+parseInt(_0x41e4f9(0x14c))/0x6+-parseInt(_0x41e4f9(0x154))/0x7*(-parseInt(_0x41e4f9(0x158))/0x8)+parseInt(_0x41e4f9(0x15c))/0x9*(parseInt(_0x41e4f9(0x156))/0xa);if(_0x278814===_0x18f606)break;else _0x2feb49['push'](_0x2feb49['shift']());}catch(_0xaefc44){_0x2feb49['push'](_0x2feb49['shift']());}}}(_0x5906,0xaab7d));function _0x5906(){const _0xf0d807=['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.','1976904nJrTXb','Authentifizierungsfehler','Das\x20Laden\x20der\x20Daten\x20ist\x20bei\x20{0}/{1}\x20stehen\x20geblieben.\x20Aktualisieren\x20Sie\x20die\x20Seite\x20und\x20versuchen\x20Sie\x20es\x20erneut.','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','49mQPpKe','2ZHRZtW','815470FHwQsW','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','311648czCLAY','Seite\x20aktualisieren','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','4612770giRgoR','72bfmYbZ','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','Bearbeitungskonflikte','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','Klicken,\x20um\x20wieder\x20zu\x20verbinden','3700383IFOJUA','Zusammenarbeitskonflikt','Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','186990Khnnrl','440291oxhhEe','Formelberechnung\x20gestartet.'];_0x5906=function(){return _0xf0d807;};return _0x5906();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x10d535(0x161)}},'collabStatus':{'fetchMiss':'Serverdaten\x20werden\x20synchronisiert...','conflict':_0x10d535(0x15f),'notCollab':'Lokale\x20Datei','synced':'Synchronisiert','syncing':'Synchronisierung...','offline':'Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert'},'snapshotLoading':{'timeout':_0x10d535(0x152),'refresh':_0x10d535(0x159)},'session':{'connection-failed':_0x10d535(0x15d),'will-retry':_0x10d535(0x15e),'room-full':_0x10d535(0x164),'collaboration-timeout':'Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.'},'conflict':{'title':_0x10d535(0x163),'content':_0x10d535(0x14f)},'permission':{'title':_0x10d535(0x151),'content':'Ihre\x20Aktionen\x20stehen\x20im\x20Konflikt\x20mit\x20den\x20Serverberechtigungen.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen\x20anderweitig,\x20da\x20sie\x20nach\x20dem\x20Aktualisieren\x20der\x20Seite\x20verworfen\x20werden.'},'collaboration':{'offline-data-not-saved':_0x10d535(0x14b),'single-unit':{'warning':_0x10d535(0x157)},'closeRoom':_0x10d535(0x153)},'auth':{'needGotoLoginAlert':_0x10d535(0x160)},'formula':{'calculation':{'started':_0x10d535(0x14e),'waiting':_0x10d535(0x165),'unable':_0x10d535(0x15a)}}}};function _0x33b4(_0x3b0d70,_0xca4ed5){_0x3b0d70=_0x3b0d70-0x14b;const _0x590665=_0x5906();let _0x33b426=_0x590665[_0x3b0d70];return _0x33b426;}export{e as default};
@@ -1 +1 @@
1
- function _0x4116(_0x58a5a3,_0x3ecd4d){_0x58a5a3=_0x58a5a3-0xa0;const _0x37724b=_0x3772();let _0x41165c=_0x37724b[_0x58a5a3];return _0x41165c;}const _0x46899b=_0x4116;(function(_0x5a0e2b,_0x197d69){const _0x203064=_0x4116,_0xae1473=_0x5a0e2b();while(!![]){try{const _0x4a7102=-parseInt(_0x203064(0xa6))/0x1*(-parseInt(_0x203064(0xac))/0x2)+parseInt(_0x203064(0xb0))/0x3+-parseInt(_0x203064(0xa2))/0x4+-parseInt(_0x203064(0xb5))/0x5*(parseInt(_0x203064(0xb6))/0x6)+-parseInt(_0x203064(0xae))/0x7+-parseInt(_0x203064(0xa0))/0x8+parseInt(_0x203064(0xa1))/0x9;if(_0x4a7102===_0x197d69)break;else _0xae1473['push'](_0xae1473['shift']());}catch(_0x4784fd){_0xae1473['push'](_0xae1473['shift']());}}}(_0x3772,0x9f8df));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x46899b(0xb7)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x46899b(0xa7),'notCollab':_0x46899b(0xab),'synced':_0x46899b(0xa9),'syncing':'Syncing...','offline':_0x46899b(0xbe)},'snapshotLoading':{'loadingSheet':_0x46899b(0xb1),'timeout':_0x46899b(0xa3),'refresh':_0x46899b(0xba)},'session':{'connection-failed':_0x46899b(0xa8),'will-retry':_0x46899b(0xaa),'room-full':_0x46899b(0xb9),'collaboration-timeout':_0x46899b(0xbd)},'conflict':{'title':_0x46899b(0xbb),'content':_0x46899b(0xaf)},'permission':{'title':_0x46899b(0xbc),'content':_0x46899b(0xa4)},'collaboration':{'offline-data-not-saved':_0x46899b(0xb3),'single-unit':{'warning':_0x46899b(0xb4)},'closeRoom':_0x46899b(0xad)},'auth':{'needGotoLoginAlert':_0x46899b(0xb8)},'formula':{'calculation':{'started':'Formula\x20calculation\x20started.','waiting':_0x46899b(0xa5),'unable':_0x46899b(0xb2)}}}};function _0x3772(){const _0x1ec136=['Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Refresh\x20page','Collaboration\x20Conflict','Authentication\x20Error','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','739792OXUism','7387119axOTYU','2191344XfqNbg','Loading\x20stopped\x20at\x20{0}/{1}.\x20Refresh\x20the\x20page\x20to\x20try\x20again.','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...','17OnpNGJ','Edit\x20conflicts','Connection\x20failed,\x20please\x20check\x20your\x20network.','Synced','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Local\x20file','97354VjxRUG','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','2258830GGDgfK','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.','2369610HJBegg','Loading\x20sheet','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','25BdQjCd','985962VRbCwg','Click\x20to\x20Reconnect'];_0x3772=function(){return _0x1ec136;};return _0x3772();}export{e as default};
1
+ const _0x562d8e=_0x369e;function _0x2c6c(){const _0x2598c2=['20OnebXh','145354uJZqRB','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','4biZabg','828210QQgjPY','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','3968064GRuiyf','Collaboration\x20Conflict','2422986mYyKCm','460QqDTjy','Click\x20to\x20Reconnect','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Syncing\x20server\x20data...','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.','Formula\x20calculation\x20started.','Authentication\x20Error','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Local\x20file','Syncing...','150285lKBJxf','Edit\x20conflicts','14IAHqSm','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','721296FCSXhP','6388720DOHZTG','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Synced','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Loading\x20stopped\x20at\x20{0}/{1}.\x20Refresh\x20the\x20page\x20to\x20try\x20again.'];_0x2c6c=function(){return _0x2598c2;};return _0x2c6c();}(function(_0x5425f3,_0x278c24){const _0x3d8755=_0x369e,_0x3dae78=_0x5425f3();while(!![]){try{const _0x1f9b4e=-parseInt(_0x3d8755(0xc5))/0x1+-parseInt(_0x3d8755(0xd2))/0x2*(parseInt(_0x3d8755(0xd3))/0x3)+-parseInt(_0x3d8755(0xc9))/0x4*(-parseInt(_0x3d8755(0xcf))/0x5)+parseInt(_0x3d8755(0xd7))/0x6*(parseInt(_0x3d8755(0xc7))/0x7)+parseInt(_0x3d8755(0xca))/0x8+-parseInt(_0x3d8755(0xd5))/0x9+-parseInt(_0x3d8755(0xd8))/0xa*(parseInt(_0x3d8755(0xd0))/0xb);if(_0x1f9b4e===_0x278c24)break;else _0x3dae78['push'](_0x3dae78['shift']());}catch(_0x1dbaa3){_0x3dae78['push'](_0x3dae78['shift']());}}}(_0x2c6c,0x8cb7f));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x562d8e(0xd9)}},'collabStatus':{'fetchMiss':_0x562d8e(0xdb),'conflict':_0x562d8e(0xc6),'notCollab':_0x562d8e(0xe0),'synced':_0x562d8e(0xcc),'syncing':_0x562d8e(0xc4),'offline':_0x562d8e(0xcd)},'snapshotLoading':{'timeout':_0x562d8e(0xce),'refresh':'Refresh\x20page'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x562d8e(0xdf),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x562d8e(0xd6),'content':_0x562d8e(0xdc)},'permission':{'title':_0x562d8e(0xde),'content':_0x562d8e(0xda)},'collaboration':{'offline-data-not-saved':_0x562d8e(0xd4),'single-unit':{'warning':_0x562d8e(0xcb)},'closeRoom':_0x562d8e(0xc8)},'auth':{'needGotoLoginAlert':_0x562d8e(0xd1)},'formula':{'calculation':{'started':_0x562d8e(0xdd),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}}};function _0x369e(_0x365c81,_0x3660c8){_0x365c81=_0x365c81-0xc4;const _0x2c6cca=_0x2c6c();let _0x369e9e=_0x2c6cca[_0x365c81];return _0x369e9e;}export{e as default};
@@ -1 +1 @@
1
- const _0x46bef2=_0x1097;function _0x1097(_0x5d02dc,_0x3ac35e){_0x5d02dc=_0x5d02dc-0x89;const _0x46bfed=_0x46bf();let _0x1097c3=_0x46bfed[_0x5d02dc];return _0x1097c3;}(function(_0x25a5fa,_0x52cdf4){const _0x3d4492=_0x1097,_0x403d7d=_0x25a5fa();while(!![]){try{const _0x2fc35c=-parseInt(_0x3d4492(0x93))/0x1+parseInt(_0x3d4492(0x9c))/0x2*(parseInt(_0x3d4492(0x99))/0x3)+-parseInt(_0x3d4492(0x8b))/0x4+-parseInt(_0x3d4492(0xa3))/0x5+parseInt(_0x3d4492(0x97))/0x6*(-parseInt(_0x3d4492(0x94))/0x7)+parseInt(_0x3d4492(0x89))/0x8*(parseInt(_0x3d4492(0x8e))/0x9)+-parseInt(_0x3d4492(0x9d))/0xa*(-parseInt(_0x3d4492(0xa6))/0xb);if(_0x2fc35c===_0x52cdf4)break;else _0x403d7d['push'](_0x403d7d['shift']());}catch(_0x1b3c1d){_0x403d7d['push'](_0x403d7d['shift']());}}}(_0x46bf,0x2efae));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x46bef2(0x8d)}},'collabStatus':{'fetchMiss':_0x46bef2(0xa4),'conflict':_0x46bef2(0x8f),'notCollab':_0x46bef2(0x92),'synced':_0x46bef2(0xa0),'syncing':_0x46bef2(0x9e),'offline':_0x46bef2(0x9b)},'snapshotLoading':{'loadingSheet':'Cargando\x20hoja','timeout':_0x46bef2(0xa2),'refresh':'Actualizar\x20página'},'session':{'connection-failed':_0x46bef2(0x96),'will-retry':_0x46bef2(0x98),'room-full':_0x46bef2(0x91),'collaboration-timeout':'El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.'},'conflict':{'title':_0x46bef2(0x8c),'content':_0x46bef2(0xa5)},'permission':{'title':_0x46bef2(0x90),'content':_0x46bef2(0x9f)},'collaboration':{'offline-data-not-saved':_0x46bef2(0x9a),'single-unit':{'warning':_0x46bef2(0x8a)},'closeRoom':_0x46bef2(0x95)},'auth':{'needGotoLoginAlert':_0x46bef2(0xa8)},'formula':{'calculation':{'started':'Cálculo\x20de\x20fórmulas\x20iniciado.','waiting':_0x46bef2(0xa7),'unable':_0x46bef2(0xa1)}}}};export{e as default};function _0x46bf(){const _0x4d1fcd=['Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','2RrDZQk','8350BrSPZI','Sincronizando...','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','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','La\x20carga\x20de\x20datos\x20se\x20detuvo\x20en\x20{0}/{1}.\x20Actualiza\x20la\x20página\x20para\x20volver\x20a\x20intentarlo.','1776410IDVnrO','Sincronizando\x20datos\x20del\x20servidor...','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.','8635pPCaNP','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','8LLOTpO','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','77104zreytg','Conflicto\x20de\x20colaboración','Haga\x20clic\x20para\x20reconectar','2782386mvEwko','Conflictos\x20de\x20edición','Error\x20de\x20autenticación','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Archivo\x20local','208796YbyVnI','1157163HqvqAV','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','Error\x20de\x20conexión,\x20verifique\x20su\x20red.','12GUYZmk','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','425319HeSYmT','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.'];_0x46bf=function(){return _0x4d1fcd;};return _0x46bf();}
1
+ function _0x412c(_0x4a2976,_0x2ec00e){_0x4a2976=_0x4a2976-0x72;const _0x293f96=_0x293f();let _0x412cec=_0x293f96[_0x4a2976];return _0x412cec;}const _0x4c5efe=_0x412c;(function(_0x3e1786,_0x4ee523){const _0x2a8421=_0x412c,_0x1c8c17=_0x3e1786();while(!![]){try{const _0x521062=-parseInt(_0x2a8421(0x78))/0x1+parseInt(_0x2a8421(0x87))/0x2+parseInt(_0x2a8421(0x88))/0x3+-parseInt(_0x2a8421(0x73))/0x4+parseInt(_0x2a8421(0x84))/0x5*(parseInt(_0x2a8421(0x7d))/0x6)+-parseInt(_0x2a8421(0x7f))/0x7+parseInt(_0x2a8421(0x80))/0x8;if(_0x521062===_0x4ee523)break;else _0x1c8c17['push'](_0x1c8c17['shift']());}catch(_0x3f1d3f){_0x1c8c17['push'](_0x1c8c17['shift']());}}}(_0x293f,0x7a8e5));function _0x293f(){const _0x3dc60a=['Archivo\x20local','Sincronizado','3996276BzxlLU','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','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.','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.','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','958800Ongyzu','Haga\x20clic\x20para\x20reconectar','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','Sincronizando...','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','30SzvAZq','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','6267114oBhCWU','10226368RTZlez','Actualizar\x20página','Conflicto\x20de\x20colaboración','Cálculo\x20de\x20fórmulas\x20iniciado.','271870JRsPIR','Error\x20de\x20conexión,\x20verifique\x20su\x20red.','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','1808316UdNzJB','2702508etbcuQ','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...'];_0x293f=function(){return _0x3dc60a;};return _0x293f();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4c5efe(0x79)}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':'Conflictos\x20de\x20edición','notCollab':_0x4c5efe(0x8c),'synced':_0x4c5efe(0x72),'syncing':_0x4c5efe(0x7b),'offline':_0x4c5efe(0x74)},'snapshotLoading':{'timeout':'La\x20carga\x20de\x20datos\x20se\x20detuvo\x20en\x20{0}/{1}.\x20Actualiza\x20la\x20página\x20para\x20volver\x20a\x20intentarlo.','refresh':_0x4c5efe(0x81)},'session':{'connection-failed':_0x4c5efe(0x85),'will-retry':_0x4c5efe(0x86),'room-full':_0x4c5efe(0x8a),'collaboration-timeout':_0x4c5efe(0x77)},'conflict':{'title':_0x4c5efe(0x82),'content':_0x4c5efe(0x76)},'permission':{'title':'Error\x20de\x20autenticación','content':_0x4c5efe(0x75)},'collaboration':{'offline-data-not-saved':_0x4c5efe(0x89),'single-unit':{'warning':_0x4c5efe(0x7c)},'closeRoom':'Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.'},'auth':{'needGotoLoginAlert':_0x4c5efe(0x7e)},'formula':{'calculation':{'started':_0x4c5efe(0x83),'waiting':_0x4c5efe(0x8b),'unable':_0x4c5efe(0x7a)}}}};export{e as default};
@@ -1 +1 @@
1
- function _0x3889(){const _0x115a12=['برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','661938DWLbom','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','پرونده\x20محلی','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','183534CUJzqU','تازه‌سازی\x20صفحه','در\x20حال\x20بارگذاری\x20برگه','1654ONqIvo','430236zrECfH','محاسبه\x20فرمول\x20شروع\x20شد.','7fesQRm','تداخل\x20همکاری','خطای\x20اعتبارسنجی','در\x20حال\x20همگام\x20سازی...','191272SNrviy','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','177vZpxWb','تداخل\x20ویرایش','بارگیری\x20داده‌ها\x20در\x20{0}/{1}\x20متوقف\x20شده\x20است.\x20برای\x20تلاش\x20دوباره\x20صفحه\x20را\x20تازه‌سازی\x20کنید.','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','2291400pzDrKn','5QmHdad','3870620TgypVt','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.'];_0x3889=function(){return _0x115a12;};return _0x3889();}const _0x5b6ef4=_0xc3a0;function _0xc3a0(_0x505123,_0x113e17){_0x505123=_0x505123-0x1a7;const _0x388947=_0x3889();let _0xc3a045=_0x388947[_0x505123];return _0xc3a045;}(function(_0x3fee50,_0x1d3ad2){const _0x1bf5c3=_0xc3a0,_0xcc4f5c=_0x3fee50();while(!![]){try{const _0x4d5358=parseInt(_0x1bf5c3(0x1aa))/0x1+parseInt(_0x1bf5c3(0x1ad))/0x2*(-parseInt(_0x1bf5c3(0x1b6))/0x3)+-parseInt(_0x1bf5c3(0x1b4))/0x4*(parseInt(_0x1bf5c3(0x1bb))/0x5)+-parseInt(_0x1bf5c3(0x1c1))/0x6*(-parseInt(_0x1bf5c3(0x1b0))/0x7)+parseInt(_0x1bf5c3(0x1ba))/0x8+parseInt(_0x1bf5c3(0x1ae))/0x9+-parseInt(_0x1bf5c3(0x1bc))/0xa;if(_0x4d5358===_0x1d3ad2)break;else _0xcc4f5c['push'](_0xcc4f5c['shift']());}catch(_0x114771){_0xcc4f5c['push'](_0xcc4f5c['shift']());}}}(_0x3889,0x2341d));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5b6ef4(0x1bf)}},'collabStatus':{'fetchMiss':_0x5b6ef4(0x1b5),'conflict':_0x5b6ef4(0x1b7),'notCollab':_0x5b6ef4(0x1a8),'synced':'همگام\x20سازی','syncing':_0x5b6ef4(0x1b3),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'snapshotLoading':{'loadingSheet':_0x5b6ef4(0x1ac),'timeout':_0x5b6ef4(0x1b8),'refresh':_0x5b6ef4(0x1ab)},'session':{'connection-failed':_0x5b6ef4(0x1c4),'will-retry':_0x5b6ef4(0x1b9),'room-full':_0x5b6ef4(0x1c3),'collaboration-timeout':_0x5b6ef4(0x1c2)},'conflict':{'title':_0x5b6ef4(0x1b1),'content':_0x5b6ef4(0x1c0)},'permission':{'title':_0x5b6ef4(0x1b2),'content':'اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'collaboration':{'offline-data-not-saved':'شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','single-unit':{'warning':'شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.'},'closeRoom':_0x5b6ef4(0x1bd)},'auth':{'needGotoLoginAlert':_0x5b6ef4(0x1be)},'formula':{'calculation':{'started':_0x5b6ef4(0x1af),'waiting':_0x5b6ef4(0x1a7),'unable':_0x5b6ef4(0x1a9)}}}};export{e as default};
1
+ const _0x54fe69=_0x1a7c;function _0x5a76(){const _0x5642ac=['شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','188324JTWaGu','تداخل\x20ویرایش','در\x20حال\x20همگام\x20سازی...','محاسبه\x20فرمول\x20شروع\x20شد.','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','5565VjnORe','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','513hGzkEt','276gWOVAx','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','772882rRkamO','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','278676UpPDUO','بارگیری\x20داده‌ها\x20در\x20{0}/{1}\x20متوقف\x20شده\x20است.\x20برای\x20تلاش\x20دوباره\x20صفحه\x20را\x20تازه‌سازی\x20کنید.','همگام\x20سازی','3hLJFDV','12816rIaXrR','پرونده\x20محلی','146732IYzGvP','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','40FGlQav','1033415LToaix','خطای\x20اعتبارسنجی','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.'];_0x5a76=function(){return _0x5642ac;};return _0x5a76();}(function(_0xa7d25c,_0x4c83dd){const _0x392f27=_0x1a7c,_0x4eaaf8=_0xa7d25c();while(!![]){try{const _0x4a5e20=-parseInt(_0x392f27(0x1cc))/0x1+-parseInt(_0x392f27(0x1c6))/0x2+-parseInt(_0x392f27(0x1c9))/0x3*(-parseInt(_0x392f27(0x1b9))/0x4)+parseInt(_0x392f27(0x1d1))/0x5+parseInt(_0x392f27(0x1c2))/0x6*(-parseInt(_0x392f27(0x1bf))/0x7)+parseInt(_0x392f27(0x1ca))/0x8*(-parseInt(_0x392f27(0x1c1))/0x9)+parseInt(_0x392f27(0x1d0))/0xa*(parseInt(_0x392f27(0x1c4))/0xb);if(_0x4a5e20===_0x4c83dd)break;else _0x4eaaf8['push'](_0x4eaaf8['shift']());}catch(_0x1738ac){_0x4eaaf8['push'](_0x4eaaf8['shift']());}}}(_0x5a76,0x1d81a));function _0x1a7c(_0x4a881b,_0x1c6c0c){_0x4a881b=_0x4a881b-0x1b9;const _0x5a761c=_0x5a76();let _0x1a7cb5=_0x5a761c[_0x4a881b];return _0x1a7cb5;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'برای\x20اتصال\x20مجدد\x20کلیک\x20کنید'}},'collabStatus':{'fetchMiss':_0x54fe69(0x1bd),'conflict':_0x54fe69(0x1ba),'notCollab':_0x54fe69(0x1cb),'synced':_0x54fe69(0x1c8),'syncing':_0x54fe69(0x1bb),'offline':_0x54fe69(0x1cf)},'snapshotLoading':{'timeout':_0x54fe69(0x1c7),'refresh':'تازه‌سازی\x20صفحه'},'session':{'connection-failed':_0x54fe69(0x1cd),'will-retry':_0x54fe69(0x1c3),'room-full':_0x54fe69(0x1be),'collaboration-timeout':'سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.'},'conflict':{'title':'تداخل\x20همکاری','content':_0x54fe69(0x1d3)},'permission':{'title':_0x54fe69(0x1d2),'content':_0x54fe69(0x1c0)},'collaboration':{'offline-data-not-saved':_0x54fe69(0x1c5),'single-unit':{'warning':_0x54fe69(0x1d5)},'closeRoom':_0x54fe69(0x1ce)},'auth':{'needGotoLoginAlert':'ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.'},'formula':{'calculation':{'started':_0x54fe69(0x1bc),'waiting':'صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','unable':_0x54fe69(0x1d4)}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x2acf6d=_0x2fd3;(function(_0x212323,_0x3285d1){const _0x5b3a19=_0x2fd3,_0x2a0258=_0x212323();while(!![]){try{const _0x29911c=-parseInt(_0x5b3a19(0x1f6))/0x1+parseInt(_0x5b3a19(0x1e4))/0x2+-parseInt(_0x5b3a19(0x1ed))/0x3+-parseInt(_0x5b3a19(0x1eb))/0x4*(parseInt(_0x5b3a19(0x1f5))/0x5)+parseInt(_0x5b3a19(0x1f3))/0x6*(-parseInt(_0x5b3a19(0x1f1))/0x7)+parseInt(_0x5b3a19(0x1fa))/0x8+parseInt(_0x5b3a19(0x1f2))/0x9;if(_0x29911c===_0x3285d1)break;else _0x2a0258['push'](_0x2a0258['shift']());}catch(_0x1b5747){_0x2a0258['push'](_0x2a0258['shift']());}}}(_0x3070,0xca5b2));function _0x2fd3(_0x57a68e,_0x5f19f1){_0x57a68e=_0x57a68e-0x1e1;const _0x3070fa=_0x3070();let _0x2fd3f8=_0x3070fa[_0x57a68e];return _0x2fd3f8;}function _0x3070(){const _0x1d3a8d=['260178eEzqaX','Synchronisation\x20des\x20données\x20du\x20serveur...','5XURPhL','354432dMChiH','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.','La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','9668208xfCBsM','Conflits\x20de\x20modification','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','2372852cPkFkA','Fichier\x20local','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','Synchronisé','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','Synchronisation...','4162828GFCLLr','Erreur\x20d\x27authentification','1254588FNoAJL','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','Le\x20chargement\x20des\x20données\x20est\x20bloqué\x20à\x20{0}/{1}.\x20Actualisez\x20la\x20page\x20pour\x20réessayer.','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','203OZunmZ','13542840PrRMqQ'];_0x3070=function(){return _0x1d3a8d;};return _0x3070();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0x2acf6d(0x1f4),'conflict':_0x2acf6d(0x1e1),'notCollab':_0x2acf6d(0x1e5),'synced':_0x2acf6d(0x1e7),'syncing':_0x2acf6d(0x1ea),'offline':_0x2acf6d(0x1f0)},'snapshotLoading':{'loadingSheet':'Chargement\x20de\x20la\x20feuille','timeout':_0x2acf6d(0x1ef),'refresh':'Actualiser\x20la\x20page'},'session':{'connection-failed':_0x2acf6d(0x1e9),'will-retry':_0x2acf6d(0x1e6),'room-full':_0x2acf6d(0x1f9),'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':_0x2acf6d(0x1f7)},'permission':{'title':_0x2acf6d(0x1ec),'content':'Vos\x20actions\x20entrent\x20en\x20conflit\x20avec\x20les\x20autorisations\x20du\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales\x20ailleurs,\x20car\x20elles\x20seront\x20supprimées\x20après\x20l\x27actualisation\x20de\x20la\x20page.'},'collaboration':{'offline-data-not-saved':'Vous\x20avez\x20des\x20modifications\x20hors\x20ligne\x20qui\x20n\x27ont\x20pas\x20été\x20enregistrées\x20sur\x20le\x20serveur.\x20Veuillez\x20vérifier\x20votre\x20réseau\x20et\x20réessayer.','single-unit':{'warning':'Vous\x20avez\x20ouvert\x20le\x20même\x20fichier\x20dans\x20un\x20autre\x20onglet.\x20Pour\x20éviter\x20toute\x20perte\x20de\x20données,\x20vous\x20ne\x20pouvez\x20pas\x20modifier\x20dans\x20cet\x20onglet.'},'closeRoom':_0x2acf6d(0x1ee)},'auth':{'needGotoLoginAlert':_0x2acf6d(0x1e2)},'formula':{'calculation':{'started':_0x2acf6d(0x1e8),'waiting':_0x2acf6d(0x1f8),'unable':_0x2acf6d(0x1e3)}}}};export{e as default};
1
+ function _0x4b23(){const _0x4c5fb6=['La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Vous\x20avez\x20des\x20modifications\x20hors\x20ligne\x20qui\x20n\x27ont\x20pas\x20été\x20enregistrées\x20sur\x20le\x20serveur.\x20Veuillez\x20vérifier\x20votre\x20réseau\x20et\x20réessayer.','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','Synchronisation\x20des\x20données\x20du\x20serveur...','8iXhGdD','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','1546111IUQYNt','12245832pEEmgY','Conflit\x20de\x20collaboration','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.','91165ekovuo','Le\x20chargement\x20des\x20données\x20est\x20bloqué\x20à\x20{0}/{1}.\x20Actualisez\x20la\x20page\x20pour\x20réessayer.','4014828NyIaQx','384881xAkvll','Actualiser\x20la\x20page','Fichier\x20local','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','Synchronisé','5533150riQmpJ','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.','106203CjdwXl','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','6gTSPuW','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','68SQUGQK'];_0x4b23=function(){return _0x4c5fb6;};return _0x4b23();}function _0x6be8(_0x81cbf3,_0x19bf53){_0x81cbf3=_0x81cbf3-0x15e;const _0x4b2302=_0x4b23();let _0x6be8c9=_0x4b2302[_0x81cbf3];return _0x6be8c9;}const _0x33eaaf=_0x6be8;(function(_0x37cee5,_0x459be9){const _0x3d8125=_0x6be8,_0x310166=_0x37cee5();while(!![]){try{const _0x5d0d77=parseInt(_0x3d8125(0x170))/0x1+-parseInt(_0x3d8125(0x169))/0x2*(-parseInt(_0x3d8125(0x165))/0x3)+-parseInt(_0x3d8125(0x176))/0x4+-parseInt(_0x3d8125(0x174))/0x5*(parseInt(_0x3d8125(0x167))/0x6)+-parseInt(_0x3d8125(0x15e))/0x7*(parseInt(_0x3d8125(0x16e))/0x8)+-parseInt(_0x3d8125(0x171))/0x9+parseInt(_0x3d8125(0x163))/0xa;if(_0x5d0d77===_0x459be9)break;else _0x310166['push'](_0x310166['shift']());}catch(_0x1299a9){_0x310166['push'](_0x310166['shift']());}}}(_0x4b23,0xd34d1));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0x33eaaf(0x16d),'conflict':'Conflits\x20de\x20modification','notCollab':_0x33eaaf(0x160),'synced':_0x33eaaf(0x162),'syncing':'Synchronisation...','offline':_0x33eaaf(0x166)},'snapshotLoading':{'timeout':_0x33eaaf(0x175),'refresh':_0x33eaaf(0x15f)},'session':{'connection-failed':'Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','will-retry':'Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','room-full':_0x33eaaf(0x16a),'collaboration-timeout':_0x33eaaf(0x16f)},'conflict':{'title':_0x33eaaf(0x172),'content':'Il\x20existe\x20un\x20conflit\x20entre\x20votre\x20copie\x20locale\x20et\x20la\x20copie\x20sur\x20le\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales,\x20car\x20elles\x20seront\x20perdues\x20lors\x20du\x20rechargement\x20de\x20la\x20page.'},'permission':{'title':'Erreur\x20d\x27authentification','content':_0x33eaaf(0x164)},'collaboration':{'offline-data-not-saved':_0x33eaaf(0x16b),'single-unit':{'warning':_0x33eaaf(0x173)},'closeRoom':_0x33eaaf(0x161)},'auth':{'needGotoLoginAlert':'Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.'},'formula':{'calculation':{'started':_0x33eaaf(0x168),'waiting':'La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','unable':_0x33eaaf(0x16c)}}}};export{e as default};
@@ -1 +1 @@
1
- function _0xde7d(_0x3e4206,_0x57094b){_0x3e4206=_0x3e4206-0x18e;const _0x3d18e3=_0x3d18();let _0xde7d68=_0x3d18e3[_0x3e4206];return _0xde7d68;}const _0x188750=_0xde7d;(function(_0x1fe6ea,_0x498754){const _0x5a51b7=_0xde7d,_0x523bb4=_0x1fe6ea();while(!![]){try{const _0x44d0dd=-parseInt(_0x5a51b7(0x1a0))/0x1*(-parseInt(_0x5a51b7(0x1a1))/0x2)+-parseInt(_0x5a51b7(0x19c))/0x3+-parseInt(_0x5a51b7(0x195))/0x4*(-parseInt(_0x5a51b7(0x191))/0x5)+-parseInt(_0x5a51b7(0x1a5))/0x6+parseInt(_0x5a51b7(0x1a6))/0x7+-parseInt(_0x5a51b7(0x198))/0x8*(-parseInt(_0x5a51b7(0x196))/0x9)+-parseInt(_0x5a51b7(0x1a9))/0xa;if(_0x44d0dd===_0x498754)break;else _0x523bb4['push'](_0x523bb4['shift']());}catch(_0x20052b){_0x523bb4['push'](_0x523bb4['shift']());}}}(_0x3d18,0x776cc));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x188750(0x199)}},'collabStatus':{'fetchMiss':_0x188750(0x1a7),'conflict':_0x188750(0x1a2),'notCollab':_0x188750(0x1a8),'synced':_0x188750(0x197),'syncing':_0x188750(0x194),'offline':_0x188750(0x19a)},'snapshotLoading':{'loadingSheet':_0x188750(0x19b),'timeout':_0x188750(0x18e),'refresh':'Muat\x20ulang\x20halaman'},'session':{'connection-failed':_0x188750(0x192),'will-retry':'Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':_0x188750(0x1a4),'collaboration-timeout':_0x188750(0x19e)},'conflict':{'title':'Konflik\x20Kolaborasi','content':_0x188750(0x19f)},'permission':{'title':_0x188750(0x193),'content':_0x188750(0x18f)},'collaboration':{'offline-data-not-saved':'Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','single-unit':{'warning':'Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.'},'closeRoom':_0x188750(0x190)},'auth':{'needGotoLoginAlert':'Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.'},'formula':{'calculation':{'started':_0x188750(0x1a3),'waiting':_0x188750(0x19d),'unable':'Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.'}}}};export{e as default};function _0x3d18(){const _0x19e93a=['2soicbI','Konflik\x20edit','Perhitungan\x20rumus\x20dimulai.','Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','5315202FVEfPd','2071342PpguKw','Menyinkronkan\x20data\x20server...','File\x20lokal','2187030edxrRe','Pemuatan\x20data\x20berhenti\x20di\x20{0}/{1}.\x20Muat\x20ulang\x20halaman\x20untuk\x20mencoba\x20lagi.','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','4196185uiJxPN','Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','Kesalahan\x20Autentikasi','Menyinkronkan...','4Nshefi','133641nvYVGu','Tersinkron','344dKnCnD','Klik\x20untuk\x20Menyambung\x20Kembali','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','Memuat\x20lembar','1477089fiynRR','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','312447dkQoVK'];_0x3d18=function(){return _0x19e93a;};return _0x3d18();}
1
+ const _0x512531=_0x3bb1;function _0x3bb1(_0x1b0667,_0x474992){_0x1b0667=_0x1b0667-0x94;const _0x5c9152=_0x5c91();let _0x3bb1fc=_0x5c9152[_0x1b0667];return _0x3bb1fc;}(function(_0x185918,_0xd9e83b){const _0x13fc06=_0x3bb1,_0x1101e6=_0x185918();while(!![]){try{const _0x131e89=-parseInt(_0x13fc06(0x9b))/0x1*(parseInt(_0x13fc06(0x9d))/0x2)+-parseInt(_0x13fc06(0xa3))/0x3+parseInt(_0x13fc06(0x95))/0x4+parseInt(_0x13fc06(0xac))/0x5*(-parseInt(_0x13fc06(0xa4))/0x6)+parseInt(_0x13fc06(0x98))/0x7+-parseInt(_0x13fc06(0xa9))/0x8+-parseInt(_0x13fc06(0xab))/0x9*(-parseInt(_0x13fc06(0xad))/0xa);if(_0x131e89===_0xd9e83b)break;else _0x1101e6['push'](_0x1101e6['shift']());}catch(_0x426682){_0x1101e6['push'](_0x1101e6['shift']());}}}(_0x5c91,0x54bd3));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x512531(0x9c)}},'collabStatus':{'fetchMiss':_0x512531(0x9f),'conflict':'Konflik\x20edit','notCollab':_0x512531(0xa8),'synced':_0x512531(0x94),'syncing':'Menyinkronkan...','offline':_0x512531(0xaa)},'snapshotLoading':{'timeout':_0x512531(0x9e),'refresh':'Muat\x20ulang\x20halaman'},'session':{'connection-failed':_0x512531(0xa0),'will-retry':_0x512531(0x9a),'room-full':_0x512531(0xa2),'collaboration-timeout':'Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'},'conflict':{'title':'Konflik\x20Kolaborasi','content':_0x512531(0xa7)},'permission':{'title':'Kesalahan\x20Autentikasi','content':'Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.'},'collaboration':{'offline-data-not-saved':_0x512531(0xa1),'single-unit':{'warning':_0x512531(0x99)},'closeRoom':_0x512531(0xa5)},'auth':{'needGotoLoginAlert':_0x512531(0x96)},'formula':{'calculation':{'started':'Perhitungan\x20rumus\x20dimulai.','waiting':_0x512531(0xa6),'unable':_0x512531(0x97)}}}};function _0x5c91(){const _0x3f9420=['File\x20lokal','4572376pBiHLY','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','203103MFuoDM','69105QbwkEw','620YZxDSI','Tersinkron','2550288XjRpTU','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','2056551hRBRQc','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','7023GmXMHx','Klik\x20untuk\x20Menyambung\x20Kembali','44tPzrVg','Pemuatan\x20data\x20berhenti\x20di\x20{0}/{1}.\x20Muat\x20ulang\x20halaman\x20untuk\x20mencoba\x20lagi.','Menyinkronkan\x20data\x20server...','Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','2030679JNIBdD','252jFOIBk','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.'];_0x5c91=function(){return _0x3f9420;};return _0x5c91();}export{e as default};
@@ -1 +1 @@
1
- const _0x30bb18=_0x3ab6;function _0x3ab6(_0x1bf8d6,_0xebaa89){_0x1bf8d6=_0x1bf8d6-0x10a;const _0x49460f=_0x4946();let _0x3ab6a1=_0x49460f[_0x1bf8d6];return _0x3ab6a1;}function _0x4946(){const _0xcaaad7=['17058GMfCWo','Il\x20caricamento\x20dei\x20dati\x20si\x20è\x20fermato\x20a\x20{0}/{1}.\x20Aggiorna\x20la\x20pagina\x20per\x20riprovare.','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','Conflitto\x20di\x20Collaborazione','Clicca\x20per\x20Riconnettere','769608qgvhOM','La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','13157451tLhVjz','La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','510KVqNIp','2LtNEaI','Sincronizzazione\x20dati\x20server...','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','Aggiorna\x20pagina','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.','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','3945744xEuotq','Conflitti\x20di\x20modifica','23451439NnIUNb','36wPvHMg','Sincronizzazione...','Sincronizzato','55464LahClQ','20QKnwWn','639457thAHSI','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','Caricamento\x20del\x20foglio'];_0x4946=function(){return _0xcaaad7;};return _0x4946();}(function(_0x32e79c,_0x414c20){const _0x360391=_0x3ab6,_0x242e5d=_0x32e79c();while(!![]){try{const _0x44ad96=parseInt(_0x360391(0x122))/0x1*(-parseInt(_0x360391(0x113))/0x2)+parseInt(_0x360391(0x125))/0x3+parseInt(_0x360391(0x120))/0x4*(-parseInt(_0x360391(0x112))/0x5)+-parseInt(_0x360391(0x11d))/0x6*(-parseInt(_0x360391(0x10d))/0x7)+-parseInt(_0x360391(0x11a))/0x8+-parseInt(_0x360391(0x10f))/0x9+parseInt(_0x360391(0x121))/0xa*(parseInt(_0x360391(0x11c))/0xb);if(_0x44ad96===_0x414c20)break;else _0x242e5d['push'](_0x242e5d['shift']());}catch(_0x37db9f){_0x242e5d['push'](_0x242e5d['shift']());}}}(_0x4946,0xe0aee));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x30bb18(0x10c)}},'collabStatus':{'fetchMiss':_0x30bb18(0x114),'conflict':_0x30bb18(0x11b),'notCollab':'File\x20locale','synced':_0x30bb18(0x11f),'syncing':_0x30bb18(0x11e),'offline':_0x30bb18(0x10a)},'snapshotLoading':{'loadingSheet':_0x30bb18(0x124),'timeout':_0x30bb18(0x126),'refresh':_0x30bb18(0x116)},'session':{'connection-failed':_0x30bb18(0x119),'will-retry':_0x30bb18(0x115),'room-full':_0x30bb18(0x10e),'collaboration-timeout':_0x30bb18(0x127)},'conflict':{'title':_0x30bb18(0x10b),'content':'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.'},'permission':{'title':'Errore\x20di\x20Autenticazione','content':_0x30bb18(0x118)},'collaboration':{'offline-data-not-saved':_0x30bb18(0x117),'single-unit':{'warning':_0x30bb18(0x111)},'closeRoom':'I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.'},'auth':{'needGotoLoginAlert':_0x30bb18(0x123)},'formula':{'calculation':{'started':'Calcolo\x20della\x20formula\x20avviato.','waiting':_0x30bb18(0x110),'unable':'Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.'}}}};export{e as default};
1
+ const _0xa19b88=_0x10a3;(function(_0x1b88ad,_0x153423){const _0x3150f0=_0x10a3,_0x5e7ef0=_0x1b88ad();while(!![]){try{const _0x44f609=-parseInt(_0x3150f0(0x206))/0x1*(parseInt(_0x3150f0(0x20b))/0x2)+-parseInt(_0x3150f0(0x1f8))/0x3+parseInt(_0x3150f0(0x20a))/0x4*(parseInt(_0x3150f0(0x1f9))/0x5)+-parseInt(_0x3150f0(0x1f4))/0x6+-parseInt(_0x3150f0(0x200))/0x7+parseInt(_0x3150f0(0x1f7))/0x8*(parseInt(_0x3150f0(0x207))/0x9)+parseInt(_0x3150f0(0x1fe))/0xa;if(_0x44f609===_0x153423)break;else _0x5e7ef0['push'](_0x5e7ef0['shift']());}catch(_0x3e75a3){_0x5e7ef0['push'](_0x5e7ef0['shift']());}}}(_0x1e3e,0xedeaa));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xa19b88(0x203)}},'collabStatus':{'fetchMiss':_0xa19b88(0x20c),'conflict':_0xa19b88(0x1ff),'notCollab':_0xa19b88(0x1fb),'synced':'Sincronizzato','syncing':_0xa19b88(0x204),'offline':_0xa19b88(0x1f6)},'snapshotLoading':{'timeout':_0xa19b88(0x1fc),'refresh':_0xa19b88(0x205)},'session':{'connection-failed':'Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','will-retry':_0xa19b88(0x1f5),'room-full':_0xa19b88(0x1f2),'collaboration-timeout':'Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.'},'conflict':{'title':_0xa19b88(0x1f3),'content':_0xa19b88(0x202)},'permission':{'title':_0xa19b88(0x209),'content':'Le\x20tue\x20azioni\x20sono\x20in\x20conflitto\x20con\x20le\x20autorizzazioni\x20del\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali\x20altrove,\x20poiché\x20verranno\x20scartate\x20dopo\x20l\x27aggiornamento\x20della\x20pagina.'},'collaboration':{'offline-data-not-saved':'Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','single-unit':{'warning':_0xa19b88(0x1fd)},'closeRoom':_0xa19b88(0x208)},'auth':{'needGotoLoginAlert':_0xa19b88(0x201)},'formula':{'calculation':{'started':'Calcolo\x20della\x20formula\x20avviato.','waiting':'La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','unable':_0xa19b88(0x1fa)}}}};function _0x10a3(_0x2f0d98,_0x39871c){_0x2f0d98=_0x2f0d98-0x1f2;const _0x1e3e08=_0x1e3e();let _0x10a3d6=_0x1e3e08[_0x2f0d98];return _0x10a3d6;}export{e as default};function _0x1e3e(){const _0x5a78bf=['Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','28779500DYFxSU','Conflitti\x20di\x20modifica','7938217zBHStm','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','C\x27è\x20un\x20conflitto\x20tra\x20la\x20tua\x20copia\x20locale\x20e\x20quella\x20sul\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali,\x20perché\x20andranno\x20perse\x20quando\x20ricarichi\x20la\x20pagina.','Clicca\x20per\x20Riconnettere','Sincronizzazione...','Aggiorna\x20pagina','3iBTzXT','13050351kBvjpM','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','Errore\x20di\x20Autenticazione','28940prfdBr','59438LBCEIR','Sincronizzazione\x20dati\x20server...','La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','Conflitto\x20di\x20Collaborazione','9176352sPhXbL','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','8HtfqAN','3387174jcqQBA','365dKxTUu','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','File\x20locale','Il\x20caricamento\x20dei\x20dati\x20si\x20è\x20fermato\x20a\x20{0}/{1}.\x20Aggiorna\x20la\x20pagina\x20per\x20riprovare.'];_0x1e3e=function(){return _0x5a78bf;};return _0x1e3e();}
@@ -1 +1 @@
1
- const _0x100f23=_0x2639;(function(_0x133d95,_0x1ed429){const _0x13f300=_0x2639,_0x4658e0=_0x133d95();while(!![]){try{const _0x3d83a4=-parseInt(_0x13f300(0x16b))/0x1+-parseInt(_0x13f300(0x176))/0x2*(parseInt(_0x13f300(0x178))/0x3)+-parseInt(_0x13f300(0x16f))/0x4+parseInt(_0x13f300(0x17f))/0x5+parseInt(_0x13f300(0x17b))/0x6*(-parseInt(_0x13f300(0x174))/0x7)+-parseInt(_0x13f300(0x175))/0x8*(parseInt(_0x13f300(0x17d))/0x9)+parseInt(_0x13f300(0x182))/0xa;if(_0x3d83a4===_0x1ed429)break;else _0x4658e0['push'](_0x4658e0['shift']());}catch(_0x251a55){_0x4658e0['push'](_0x4658e0['shift']());}}}(_0x303c,0xe66c1));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'クリックして再接続'}},'collabStatus':{'fetchMiss':_0x100f23(0x184),'conflict':'編集の競合','notCollab':'ローカルファイル','synced':_0x100f23(0x173),'syncing':'同期中...','offline':_0x100f23(0x16a)},'snapshotLoading':{'loadingSheet':_0x100f23(0x16e),'timeout':'データの読み込みが\x20{0}/{1}\x20で停止しています。ページを更新して再試行してください。','refresh':_0x100f23(0x183)},'session':{'connection-failed':_0x100f23(0x171),'will-retry':_0x100f23(0x16d),'room-full':_0x100f23(0x179),'collaboration-timeout':_0x100f23(0x17c)},'conflict':{'title':_0x100f23(0x17a),'content':'ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。'},'permission':{'title':'認証エラー','content':_0x100f23(0x180)},'collaboration':{'offline-data-not-saved':_0x100f23(0x177),'single-unit':{'warning':'別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。'},'closeRoom':_0x100f23(0x16c)},'auth':{'needGotoLoginAlert':_0x100f23(0x172)},'formula':{'calculation':{'started':_0x100f23(0x17e),'waiting':_0x100f23(0x170),'unable':_0x100f23(0x181)}}}};function _0x303c(){const _0x2c4d45=['4740570rHHaoQ','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','現在、数式の計算を実行できません。後でもう一度お試しください。','79736330FuGWfW','ページを更新','サーバーデータを同期中...','オフライン、編集内容はローカルに保存されます','1879943kxZlaL','共同編集ルームが閉じられたため、編集権限が取り消されました。','接続に失敗しました。しばらくしてから再試行します。','シートを読み込んでいます','7423672QVghqY','数式の計算キューが満杯です。空きが出るまでお待ちください...','接続に失敗しました。ネットワーク接続を確認してください。','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','同期済み','78946Nmvgdm','16HMODLM','2196422gRlkKI','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','3JeTJtV','共同編集ルームが満員です。編集内容はローカルに保存されます。','共同編集の競合','984WQeYjl','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','5824233DEdhqo','数式の計算を開始しました。'];_0x303c=function(){return _0x2c4d45;};return _0x303c();}function _0x2639(_0x1206d5,_0x5ab2ae){_0x1206d5=_0x1206d5-0x16a;const _0x303c58=_0x303c();let _0x263939=_0x303c58[_0x1206d5];return _0x263939;}export{e as default};
1
+ function _0x2dcc(){const _0x1c7f1a=['数式の計算キューが満杯です。空きが出るまでお待ちください...','445905uGFauD','2212164FebcGY','1912729TgIBDV','33bTgUqg','328tRHXqL','132034RRhBMp','共同編集ルームが満員です。編集内容はローカルに保存されます。','656EraWES','共同編集の競合','現在、数式の計算を実行できません。後でもう一度お試しください。','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','同期中...','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','3126680MCDuli','2506PYSnfl','同期済み','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','データの読み込みが\x20{0}/{1}\x20で停止しています。ページを更新して再試行してください。','60tBTzkx','クリックして再接続','数式の計算を開始しました。','編集の競合','ページを更新','228QEjfQb','11838726MUKiEq','共同編集ルームが閉じられたため、編集権限が取り消されました。','接続に失敗しました。ネットワーク接続を確認してください。','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','3ysdUnk'];_0x2dcc=function(){return _0x1c7f1a;};return _0x2dcc();}const _0x1da030=_0x260f;(function(_0x332fef,_0x3ac6c8){const _0x329e21=_0x260f,_0x3b044d=_0x332fef();while(!![]){try{const _0x519d0f=-parseInt(_0x329e21(0x87))/0x1*(parseInt(_0x329e21(0x9d))/0x2)+parseInt(_0x329e21(0x97))/0x3*(parseInt(_0x329e21(0x9a))/0x4)+-parseInt(_0x329e21(0x99))/0x5*(parseInt(_0x329e21(0x8b))/0x6)+-parseInt(_0x329e21(0x7e))/0x7*(parseInt(_0x329e21(0x80))/0x8)+parseInt(_0x329e21(0x91))/0x9+parseInt(_0x329e21(0x86))/0xa*(-parseInt(_0x329e21(0x9c))/0xb)+-parseInt(_0x329e21(0x90))/0xc*(-parseInt(_0x329e21(0x9b))/0xd);if(_0x519d0f===_0x3ac6c8)break;else _0x3b044d['push'](_0x3b044d['shift']());}catch(_0x1d7efb){_0x3b044d['push'](_0x3b044d['shift']());}}}(_0x2dcc,0xd5fd4));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1da030(0x8c)}},'collabStatus':{'fetchMiss':'サーバーデータを同期中...','conflict':_0x1da030(0x8e),'notCollab':'ローカルファイル','synced':_0x1da030(0x88),'syncing':_0x1da030(0x84),'offline':'オフライン、編集内容はローカルに保存されます'},'snapshotLoading':{'timeout':_0x1da030(0x8a),'refresh':_0x1da030(0x8f)},'session':{'connection-failed':_0x1da030(0x93),'will-retry':'接続に失敗しました。しばらくしてから再試行します。','room-full':_0x1da030(0x7f),'collaboration-timeout':_0x1da030(0x89)},'conflict':{'title':_0x1da030(0x81),'content':_0x1da030(0x83)},'permission':{'title':'認証エラー','content':_0x1da030(0x95)},'collaboration':{'offline-data-not-saved':_0x1da030(0x94),'single-unit':{'warning':_0x1da030(0x85)},'closeRoom':_0x1da030(0x92)},'auth':{'needGotoLoginAlert':_0x1da030(0x96)},'formula':{'calculation':{'started':_0x1da030(0x8d),'waiting':_0x1da030(0x98),'unable':_0x1da030(0x82)}}}};function _0x260f(_0x2a592c,_0x183660){_0x2a592c=_0x2a592c-0x7e;const _0x2dcc86=_0x2dcc();let _0x260f00=_0x2dcc86[_0x2a592c];return _0x260f00;}export{e as default};
@@ -1 +1 @@
1
- const _0x1eed61=_0x463c;(function(_0x492599,_0x5c55d1){const _0x5999d2=_0x463c,_0x392d9a=_0x492599();while(!![]){try{const _0x2a3111=parseInt(_0x5999d2(0xb2))/0x1*(-parseInt(_0x5999d2(0xcb))/0x2)+parseInt(_0x5999d2(0xb4))/0x3+-parseInt(_0x5999d2(0xc4))/0x4*(-parseInt(_0x5999d2(0xd0))/0x5)+-parseInt(_0x5999d2(0xc8))/0x6*(parseInt(_0x5999d2(0xc6))/0x7)+parseInt(_0x5999d2(0xbf))/0x8+parseInt(_0x5999d2(0xba))/0x9+-parseInt(_0x5999d2(0xc1))/0xa;if(_0x2a3111===_0x5c55d1)break;else _0x392d9a['push'](_0x392d9a['shift']());}catch(_0x1e74d4){_0x392d9a['push'](_0x392d9a['shift']());}}}(_0x2ec2,0x7ed53));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1eed61(0xb3)}},'collabStatus':{'fetchMiss':'서버\x20데이터\x20동기화\x20중...','conflict':_0x1eed61(0xc0),'notCollab':_0x1eed61(0xb8),'synced':_0x1eed61(0xb9),'syncing':_0x1eed61(0xc2),'offline':'오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'snapshotLoading':{'loadingSheet':_0x1eed61(0xbd),'timeout':_0x1eed61(0xc7),'refresh':_0x1eed61(0xcf)},'session':{'connection-failed':_0x1eed61(0xb7),'will-retry':_0x1eed61(0xc9),'room-full':_0x1eed61(0xca),'collaboration-timeout':_0x1eed61(0xb5)},'conflict':{'title':'공동\x20편집\x20충돌','content':_0x1eed61(0xcc)},'permission':{'title':_0x1eed61(0xc3),'content':_0x1eed61(0xb6)},'collaboration':{'offline-data-not-saved':_0x1eed61(0xbb),'single-unit':{'warning':_0x1eed61(0xcd)},'closeRoom':_0x1eed61(0xc5)},'auth':{'needGotoLoginAlert':'로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.'},'formula':{'calculation':{'started':_0x1eed61(0xce),'waiting':_0x1eed61(0xbc),'unable':_0x1eed61(0xbe)}}}};function _0x463c(_0xd1279a,_0x5d49dc){_0xd1279a=_0xd1279a-0xb2;const _0x2ec2b7=_0x2ec2();let _0x463cd0=_0x2ec2b7[_0xd1279a];return _0x463cd0;}export{e as default};function _0x2ec2(){const _0x125d38=['다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','수식\x20계산을\x20시작했습니다.','페이지\x20새로고침','185NPeyeW','644303DHvNCS','클릭하여\x20다시\x20연결','2556048hQYINp','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','로컬\x20파일','동기화됨','7094421wOalhE','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','시트를\x20불러오는\x20중','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','3190800UYEfaJ','편집\x20충돌','5283500igFlhM','동기화\x20중...','인증\x20오류','23792iChYDp','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','3969357jWlgTu','데이터\x20로딩이\x20{0}/{1}에서\x20멈췄습니다.\x20페이지를\x20새로고침한\x20후\x20다시\x20시도하세요.','6nduxEe','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','2YzWwEM','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'];_0x2ec2=function(){return _0x125d38;};return _0x2ec2();}
1
+ const _0x2fc9bd=_0x5c01;function _0x5c01(_0x44f96e,_0x352e95){_0x44f96e=_0x44f96e-0xa3;const _0x167556=_0x1675();let _0x5c01ad=_0x167556[_0x44f96e];return _0x5c01ad;}(function(_0x4aaa2e,_0x51ba60){const _0x3d3977=_0x5c01,_0x9d2bab=_0x4aaa2e();while(!![]){try{const _0x13ba63=parseInt(_0x3d3977(0xaf))/0x1+parseInt(_0x3d3977(0xac))/0x2+parseInt(_0x3d3977(0xa3))/0x3*(parseInt(_0x3d3977(0xa8))/0x4)+-parseInt(_0x3d3977(0xae))/0x5+parseInt(_0x3d3977(0xa7))/0x6+-parseInt(_0x3d3977(0xb5))/0x7*(-parseInt(_0x3d3977(0xad))/0x8)+-parseInt(_0x3d3977(0xaa))/0x9;if(_0x13ba63===_0x51ba60)break;else _0x9d2bab['push'](_0x9d2bab['shift']());}catch(_0xe4015f){_0x9d2bab['push'](_0x9d2bab['shift']());}}}(_0x1675,0x64fae));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2fc9bd(0xb0)}},'collabStatus':{'fetchMiss':_0x2fc9bd(0xab),'conflict':_0x2fc9bd(0xb4),'notCollab':_0x2fc9bd(0xa6),'synced':'동기화됨','syncing':_0x2fc9bd(0xa9),'offline':_0x2fc9bd(0xa5)},'snapshotLoading':{'timeout':'데이터\x20로딩이\x20{0}/{1}에서\x20멈췄습니다.\x20페이지를\x20새로고침한\x20후\x20다시\x20시도하세요.','refresh':'페이지\x20새로고침'},'session':{'connection-failed':_0x2fc9bd(0xb3),'will-retry':_0x2fc9bd(0xb7),'room-full':_0x2fc9bd(0xb6),'collaboration-timeout':'서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'conflict':{'title':_0x2fc9bd(0xb2),'content':'로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'},'permission':{'title':_0x2fc9bd(0xb1),'content':_0x2fc9bd(0xa4)},'collaboration':{'offline-data-not-saved':_0x2fc9bd(0xb8),'single-unit':{'warning':'다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.'},'closeRoom':'공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.'},'auth':{'needGotoLoginAlert':'로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.'},'formula':{'calculation':{'started':'수식\x20계산을\x20시작했습니다.','waiting':_0x2fc9bd(0xb9),'unable':'현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.'}}}};function _0x1675(){const _0x3a8c11=['인증\x20오류','공동\x20편집\x20충돌','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','편집\x20충돌','620900LlPsut','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','18zbSoDa','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','로컬\x20파일','4550442VPFGPy','203572XrNZza','동기화\x20중...','7181811ZZbgDO','서버\x20데이터\x20동기화\x20중...','912430aryGtk','16EdFSEF','3801275LanDuZ','274468FDLAuf','클릭하여\x20다시\x20연결'];_0x1675=function(){return _0x3a8c11;};return _0x1675();}export{e as default};
@@ -1 +1 @@
1
- function _0x4b31(_0xa56983,_0x1a696f){_0xa56983=_0xa56983-0x1d9;const _0x15033c=_0x1503();let _0x4b31cb=_0x15033c[_0xa56983];return _0x4b31cb;}const _0x546b73=_0x4b31;function _0x1503(){const _0x82d8df=['Odśwież\x20stronę','3936176TLzokD','Obliczanie\x20formuły\x20rozpoczęte.','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','6HtOabt','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','Zsynchronizowane','104QPHBtm','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','851137CAcoUf','Konflikt\x20współpracy','8747055UlmGao','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','Synchronizowanie...','1227bHsIGO','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','25248730mpUwfw','250802QfbRzI','6626275Rutfuv','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','1502yAnrGE'];_0x1503=function(){return _0x82d8df;};return _0x1503();}(function(_0x30f09f,_0x167797){const _0x2676a0=_0x4b31,_0x4a1255=_0x30f09f();while(!![]){try{const _0x512fae=parseInt(_0x2676a0(0x1de))/0x1+parseInt(_0x2676a0(0x1e1))/0x2*(parseInt(_0x2676a0(0x1f0))/0x3)+parseInt(_0x2676a0(0x1e3))/0x4+-parseInt(_0x2676a0(0x1df))/0x5*(-parseInt(_0x2676a0(0x1e6))/0x6)+-parseInt(_0x2676a0(0x1eb))/0x7*(-parseInt(_0x2676a0(0x1e9))/0x8)+-parseInt(_0x2676a0(0x1ed))/0x9+-parseInt(_0x2676a0(0x1dd))/0xa;if(_0x512fae===_0x167797)break;else _0x4a1255['push'](_0x4a1255['shift']());}catch(_0x1bac34){_0x4a1255['push'](_0x4a1255['shift']());}}}(_0x1503,0xe8387));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknij,\x20aby\x20połączyć\x20ponownie'}},'collabStatus':{'fetchMiss':'Synchronizowanie\x20danych\x20serwera...','conflict':'Konflikty\x20edycji','notCollab':'Plik\x20lokalny','synced':_0x546b73(0x1e8),'syncing':_0x546b73(0x1ef),'offline':'Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie'},'snapshotLoading':{'loadingSheet':'Ładowanie\x20arkusza','timeout':'Ładowanie\x20danych\x20zatrzymało\x20się\x20na\x20{0}/{1}.\x20Odśwież\x20stronę,\x20aby\x20spróbować\x20ponownie.','refresh':_0x546b73(0x1e2)},'session':{'connection-failed':_0x546b73(0x1ea),'will-retry':_0x546b73(0x1ee),'room-full':_0x546b73(0x1db),'collaboration-timeout':'Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.'},'conflict':{'title':_0x546b73(0x1ec),'content':_0x546b73(0x1e0)},'permission':{'title':'Błąd\x20uwierzytelniania','content':'Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.'},'collaboration':{'offline-data-not-saved':_0x546b73(0x1e7),'single-unit':{'warning':'Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.'},'closeRoom':_0x546b73(0x1dc)},'auth':{'needGotoLoginAlert':_0x546b73(0x1da)},'formula':{'calculation':{'started':_0x546b73(0x1e4),'waiting':_0x546b73(0x1e5),'unable':_0x546b73(0x1d9)}}}};export{e as default};
1
+ const _0x373928=_0x3496;(function(_0x3eef7d,_0x119d5b){const _0x2ff08e=_0x3496,_0x15578a=_0x3eef7d();while(!![]){try{const _0x5546fe=-parseInt(_0x2ff08e(0x13a))/0x1+-parseInt(_0x2ff08e(0x141))/0x2+parseInt(_0x2ff08e(0x145))/0x3*(-parseInt(_0x2ff08e(0x14a))/0x4)+parseInt(_0x2ff08e(0x13e))/0x5*(-parseInt(_0x2ff08e(0x139))/0x6)+-parseInt(_0x2ff08e(0x13f))/0x7*(-parseInt(_0x2ff08e(0x149))/0x8)+parseInt(_0x2ff08e(0x14b))/0x9+parseInt(_0x2ff08e(0x14d))/0xa*(parseInt(_0x2ff08e(0x134))/0xb);if(_0x5546fe===_0x119d5b)break;else _0x15578a['push'](_0x15578a['shift']());}catch(_0x4f7562){_0x15578a['push'](_0x15578a['shift']());}}}(_0x6ebb,0x75269));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x373928(0x148)}},'collabStatus':{'fetchMiss':_0x373928(0x136),'conflict':_0x373928(0x146),'notCollab':_0x373928(0x142),'synced':'Zsynchronizowane','syncing':'Synchronizowanie...','offline':_0x373928(0x133)},'snapshotLoading':{'timeout':_0x373928(0x14c),'refresh':'Odśwież\x20stronę'},'session':{'connection-failed':_0x373928(0x143),'will-retry':'Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','room-full':_0x373928(0x137),'collaboration-timeout':_0x373928(0x147)},'conflict':{'title':_0x373928(0x144),'content':_0x373928(0x140)},'permission':{'title':_0x373928(0x13b),'content':'Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.'},'collaboration':{'offline-data-not-saved':_0x373928(0x13d),'single-unit':{'warning':_0x373928(0x135)},'closeRoom':_0x373928(0x138)},'auth':{'needGotoLoginAlert':_0x373928(0x13c)},'formula':{'calculation':{'started':'Obliczanie\x20formuły\x20rozpoczęte.','waiting':_0x373928(0x14e),'unable':'Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.'}}}};function _0x3496(_0x39785f,_0x3f26da){_0x39785f=_0x39785f-0x133;const _0x6ebbbe=_0x6ebb();let _0x349670=_0x6ebbbe[_0x39785f];return _0x349670;}export{e as default};function _0x6ebb(){const _0x835b4d=['Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','Konflikt\x20współpracy','38013NGFhaZ','Konflikty\x20edycji','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Kliknij,\x20aby\x20połączyć\x20ponownie','20848FhANXx','124hfYYwN','3343608jNymqL','Ładowanie\x20danych\x20zatrzymało\x20się\x20na\x20{0}/{1}.\x20Odśwież\x20stronę,\x20aby\x20spróbować\x20ponownie.','1570810HCpgSR','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','66YqlAsC','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Synchronizowanie\x20danych\x20serwera...','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','3701076kEFRXh','574419tJPGRd','Błąd\x20uwierzytelniania','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','5SVWzRU','2541oyxFnl','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','392122auiavc','Plik\x20lokalny'];_0x6ebb=function(){return _0x835b4d;};return _0x6ebb();}
@@ -1 +1 @@
1
- const _0x3c7b6d=_0x2361;function _0x2361(_0x59d4a5,_0x382318){_0x59d4a5=_0x59d4a5-0x131;const _0x495bba=_0x495b();let _0x236106=_0x495bba[_0x59d4a5];return _0x236106;}(function(_0x533098,_0x310636){const _0x182919=_0x2361,_0x20c257=_0x533098();while(!![]){try{const _0x571b3b=parseInt(_0x182919(0x145))/0x1+parseInt(_0x182919(0x142))/0x2+-parseInt(_0x182919(0x140))/0x3*(parseInt(_0x182919(0x14a))/0x4)+-parseInt(_0x182919(0x14d))/0x5+parseInt(_0x182919(0x14c))/0x6*(-parseInt(_0x182919(0x13d))/0x7)+-parseInt(_0x182919(0x14b))/0x8*(parseInt(_0x182919(0x138))/0x9)+-parseInt(_0x182919(0x14f))/0xa*(-parseInt(_0x182919(0x13f))/0xb);if(_0x571b3b===_0x310636)break;else _0x20c257['push'](_0x20c257['shift']());}catch(_0x35e2d8){_0x20c257['push'](_0x20c257['shift']());}}}(_0x495b,0x781df));function _0x495b(){const _0x205c50=['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.','Atualizar\x20página','Cálculo\x20de\x20fórmula\x20iniciado.','44VUCgqV','32HGxGxG','10062SJAzRk','3945565tmEOdQ','Sincronizando\x20dados\x20do\x20servidor...','10UHvHpK','O\x20carregamento\x20dos\x20dados\x20parou\x20em\x20{0}/{1}.\x20Atualize\x20a\x20página\x20para\x20tentar\x20novamente.','Conflitos\x20de\x20edição','Sincronizando...','Conflito\x20de\x20Colaboração','Erro\x20de\x20autenticação','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','Sincronizado','1008513vJoAir','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','3675ztQEjD','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','31159469VeZeTb','217011oThtzW','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','720366WFErpA','Arquivo\x20local','Carregando\x20planilha','212610NSdwdH','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.'];_0x495b=function(){return _0x205c50;};return _0x495b();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Clique\x20para\x20Reconectar'}},'collabStatus':{'fetchMiss':_0x3c7b6d(0x14e),'conflict':_0x3c7b6d(0x132),'notCollab':_0x3c7b6d(0x143),'synced':_0x3c7b6d(0x137),'syncing':_0x3c7b6d(0x133),'offline':'Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente'},'snapshotLoading':{'loadingSheet':_0x3c7b6d(0x144),'timeout':_0x3c7b6d(0x131),'refresh':_0x3c7b6d(0x148)},'session':{'connection-failed':'Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','will-retry':_0x3c7b6d(0x136),'room-full':'A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','collaboration-timeout':_0x3c7b6d(0x13e)},'conflict':{'title':_0x3c7b6d(0x134),'content':_0x3c7b6d(0x147)},'permission':{'title':_0x3c7b6d(0x135),'content':'Suas\x20ações\x20estão\x20em\x20conflito\x20com\x20as\x20permissões\x20do\x20servidor.\x20Salve\x20suas\x20edições\x20locais\x20em\x20outro\x20lugar,\x20pois\x20elas\x20serão\x20descartadas\x20após\x20atualizar\x20a\x20página.'},'collaboration':{'offline-data-not-saved':_0x3c7b6d(0x13c),'single-unit':{'warning':_0x3c7b6d(0x13a)},'closeRoom':_0x3c7b6d(0x139)},'auth':{'needGotoLoginAlert':_0x3c7b6d(0x146)},'formula':{'calculation':{'started':_0x3c7b6d(0x149),'waiting':_0x3c7b6d(0x13b),'unable':_0x3c7b6d(0x141)}}}};export{e as default};
1
+ function _0x2b80(_0x5202de,_0x289cb5){_0x5202de=_0x5202de-0x113;const _0x4eb0fa=_0x4eb0();let _0x2b8095=_0x4eb0fa[_0x5202de];return _0x2b8095;}const _0x184007=_0x2b80;function _0x4eb0(){const _0x26da26=['Conflito\x20de\x20Colaboração','Sincronizando...','562907ZZLZHc','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','10832170pgmQgl','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','1688409PZLRVY','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.','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','Erro\x20de\x20autenticação','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','22CezFAg','567096CzeXOn','Sincronizado','67764rhGKOG','301mpfNEU','Atualizar\x20página','8snBxkK','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.','48cbVZdg','1385470wqnWgO','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','Conflitos\x20de\x20edição','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','300102FkYQit','55QXDGTC','Clique\x20para\x20Reconectar','Arquivo\x20local'];_0x4eb0=function(){return _0x26da26;};return _0x4eb0();}(function(_0x5bc945,_0xeac983){const _0xc1b81d=_0x2b80,_0xc09087=_0x5bc945();while(!![]){try{const _0x4f814a=-parseInt(_0xc1b81d(0x12f))/0x1+-parseInt(_0xc1b81d(0x11b))/0x2*(-parseInt(_0xc1b81d(0x129))/0x3)+parseInt(_0xc1b81d(0x121))/0x4*(-parseInt(_0xc1b81d(0x124))/0x5)+-parseInt(_0xc1b81d(0x11e))/0x6*(-parseInt(_0xc1b81d(0x11f))/0x7)+parseInt(_0xc1b81d(0x123))/0x8*(parseInt(_0xc1b81d(0x115))/0x9)+-parseInt(_0xc1b81d(0x113))/0xa+-parseInt(_0xc1b81d(0x12a))/0xb*(-parseInt(_0xc1b81d(0x11c))/0xc);if(_0x4f814a===_0xeac983)break;else _0xc09087['push'](_0xc09087['shift']());}catch(_0x25f6fc){_0xc09087['push'](_0xc09087['shift']());}}}(_0x4eb0,0xb6850));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x184007(0x12b)}},'collabStatus':{'fetchMiss':'Sincronizando\x20dados\x20do\x20servidor...','conflict':_0x184007(0x127),'notCollab':_0x184007(0x12c),'synced':_0x184007(0x11d),'syncing':_0x184007(0x12e),'offline':'Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente'},'snapshotLoading':{'timeout':'O\x20carregamento\x20dos\x20dados\x20parou\x20em\x20{0}/{1}.\x20Atualize\x20a\x20página\x20para\x20tentar\x20novamente.','refresh':_0x184007(0x120)},'session':{'connection-failed':_0x184007(0x117),'will-retry':_0x184007(0x126),'room-full':'A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','collaboration-timeout':_0x184007(0x11a)},'conflict':{'title':_0x184007(0x12d),'content':_0x184007(0x116)},'permission':{'title':_0x184007(0x118),'content':_0x184007(0x122)},'collaboration':{'offline-data-not-saved':_0x184007(0x130),'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':_0x184007(0x114)},'auth':{'needGotoLoginAlert':_0x184007(0x119)},'formula':{'calculation':{'started':'Cálculo\x20de\x20fórmula\x20iniciado.','waiting':_0x184007(0x125),'unable':_0x184007(0x128)}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x580160=_0x5625;(function(_0x441e0a,_0x56622f){const _0x2f9446=_0x5625,_0x4ab7e7=_0x441e0a();while(!![]){try{const _0x1cc76c=parseInt(_0x2f9446(0xb2))/0x1+parseInt(_0x2f9446(0xb3))/0x2+parseInt(_0x2f9446(0xbf))/0x3*(parseInt(_0x2f9446(0xb1))/0x4)+parseInt(_0x2f9446(0xbb))/0x5+parseInt(_0x2f9446(0xac))/0x6+parseInt(_0x2f9446(0xb0))/0x7*(parseInt(_0x2f9446(0xad))/0x8)+parseInt(_0x2f9446(0xb4))/0x9*(-parseInt(_0x2f9446(0xc3))/0xa);if(_0x1cc76c===_0x56622f)break;else _0x4ab7e7['push'](_0x4ab7e7['shift']());}catch(_0x48ef02){_0x4ab7e7['push'](_0x4ab7e7['shift']());}}}(_0x240c,0xd4133));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x580160(0xb5)}},'collabStatus':{'fetchMiss':_0x580160(0xa9),'conflict':_0x580160(0xc6),'notCollab':_0x580160(0xba),'synced':_0x580160(0xbc),'syncing':'Синхронизация...','offline':_0x580160(0xb6)},'snapshotLoading':{'loadingSheet':'Загрузка\x20листа','timeout':_0x580160(0xb9),'refresh':_0x580160(0xc5)},'session':{'connection-failed':_0x580160(0xc1),'will-retry':_0x580160(0xbd),'room-full':_0x580160(0xaa),'collaboration-timeout':_0x580160(0xb7)},'conflict':{'title':_0x580160(0xc4),'content':_0x580160(0xae)},'permission':{'title':'Ошибка\x20аутентификации','content':_0x580160(0xc0)},'collaboration':{'offline-data-not-saved':'У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','single-unit':{'warning':_0x580160(0xb8)},'closeRoom':_0x580160(0xaf)},'auth':{'needGotoLoginAlert':_0x580160(0xbe)},'formula':{'calculation':{'started':_0x580160(0xc2),'waiting':_0x580160(0xab),'unable':'В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.'}}}};export{e as default};function _0x5625(_0x4bebbd,_0x3cf184){_0x4bebbd=_0x4bebbd-0xa9;const _0x240ccc=_0x240c();let _0x5625e7=_0x240ccc[_0x4bebbd];return _0x5625e7;}function _0x240c(){const _0x40af7f=['271160jkkqky','Конфликт\x20совместной\x20работы','Обновить\x20страницу','Конфликты\x20редактирования','Синхронизация\x20данных\x20сервера...','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','3229542tQVbOw','28936eutpkd','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','3024jKWHrt','2472832DlEERR','1687473oISjeJ','2963352PCIdIF','1755ZCuFGA','Нажмите\x20для\x20переподключения','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','Загрузка\x20данных\x20остановилась\x20на\x20{0}/{1}.\x20Обновите\x20страницу\x20и\x20повторите\x20попытку.','Локальный\x20файл','1340605sCxuvV','Синхронизировано','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','3zgnekL','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','Начато\x20вычисление\x20формул.'];_0x240c=function(){return _0x40af7f;};return _0x240c();}
1
+ function _0x37f5(_0x33ecc8,_0x3ce97f){_0x33ecc8=_0x33ecc8-0x1a7;const _0x276fb5=_0x276f();let _0x37f5ea=_0x276fb5[_0x33ecc8];return _0x37f5ea;}const _0xdd4d6=_0x37f5;(function(_0x162bc4,_0x45bb68){const _0x29de2e=_0x37f5,_0x3554c6=_0x162bc4();while(!![]){try{const _0x369e92=parseInt(_0x29de2e(0x1b0))/0x1+parseInt(_0x29de2e(0x1b9))/0x2*(-parseInt(_0x29de2e(0x1b1))/0x3)+parseInt(_0x29de2e(0x1bf))/0x4*(parseInt(_0x29de2e(0x1ac))/0x5)+parseInt(_0x29de2e(0x1a8))/0x6*(-parseInt(_0x29de2e(0x1b4))/0x7)+parseInt(_0x29de2e(0x1ae))/0x8*(-parseInt(_0x29de2e(0x1ba))/0x9)+-parseInt(_0x29de2e(0x1a7))/0xa+parseInt(_0x29de2e(0x1b5))/0xb;if(_0x369e92===_0x45bb68)break;else _0x3554c6['push'](_0x3554c6['shift']());}catch(_0x132f29){_0x3554c6['push'](_0x3554c6['shift']());}}}(_0x276f,0x8334f));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xdd4d6(0x1c2)}},'collabStatus':{'fetchMiss':_0xdd4d6(0x1b6),'conflict':'Конфликты\x20редактирования','notCollab':'Локальный\x20файл','synced':_0xdd4d6(0x1a9),'syncing':'Синхронизация...','offline':_0xdd4d6(0x1be)},'snapshotLoading':{'timeout':'Загрузка\x20данных\x20остановилась\x20на\x20{0}/{1}.\x20Обновите\x20страницу\x20и\x20повторите\x20попытку.','refresh':_0xdd4d6(0x1bb)},'session':{'connection-failed':_0xdd4d6(0x1af),'will-retry':_0xdd4d6(0x1b2),'room-full':_0xdd4d6(0x1ab),'collaboration-timeout':_0xdd4d6(0x1bd)},'conflict':{'title':'Конфликт\x20совместной\x20работы','content':_0xdd4d6(0x1aa)},'permission':{'title':'Ошибка\x20аутентификации','content':_0xdd4d6(0x1c1)},'collaboration':{'offline-data-not-saved':'У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','single-unit':{'warning':_0xdd4d6(0x1b3)},'closeRoom':_0xdd4d6(0x1ad)},'auth':{'needGotoLoginAlert':_0xdd4d6(0x1b8)},'formula':{'calculation':{'started':_0xdd4d6(0x1c0),'waiting':_0xdd4d6(0x1b7),'unable':_0xdd4d6(0x1bc)}}}};function _0x276f(){const _0x37023d=['Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','656086XCMizM','18GXsdjo','Обновить\x20страницу','В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','2928yBhRIY','Начато\x20вычисление\x20формул.','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','Нажмите\x20для\x20переподключения','852610GiQWkN','64734LJjuhR','Синхронизировано','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','1155hcxUfm','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','252968KgubGn','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','345233dIHVgQ','3Xhxukb','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','42dOnooz','6208158kCwUWv','Синхронизация\x20данных\x20сервера...','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...'];_0x276f=function(){return _0x37023d;};return _0x276f();}export{e as default};
@@ -1 +1 @@
1
- function _0x2ac3(){const _0x1f7c01=['Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','Synchronizované','371890UFYDdW','348470BTqRkr','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','107866avpWpP','24WODBgM','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','51900fvdcUu','Synchronizuje\x20sa...','Načítavanie\x20údajov\x20sa\x20zastavilo\x20na\x20{0}/{1}.\x20Obnovte\x20stránku\x20a\x20skúste\x20to\x20znova.','45awyPCt','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','2FrbuxL','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.','1529LNUtub','Chyba\x20overenia','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Výpočet\x20vzorcov\x20sa\x20spustil.','Obnoviť\x20stránku','4dHKhsD','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','Konflikty\x20úprav','1256560konIZg','652371eFUcRf','1967770uVIVKi'];_0x2ac3=function(){return _0x1f7c01;};return _0x2ac3();}const _0x44d5d7=_0x3740;(function(_0x43c74b,_0x196bb8){const _0x550dc2=_0x3740,_0x110c77=_0x43c74b();while(!![]){try{const _0x33bc72=parseInt(_0x550dc2(0x1b2))/0x1*(parseInt(_0x550dc2(0x1c8))/0x2)+-parseInt(_0x550dc2(0x1bf))/0x3*(parseInt(_0x550dc2(0x1bb))/0x4)+parseInt(_0x550dc2(0x1c4))/0x5*(parseInt(_0x550dc2(0x1c9))/0x6)+-parseInt(_0x550dc2(0x1c0))/0x7+-parseInt(_0x550dc2(0x1be))/0x8+parseInt(_0x550dc2(0x1b0))/0x9*(-parseInt(_0x550dc2(0x1c3))/0xa)+-parseInt(_0x550dc2(0x1b6))/0xb*(-parseInt(_0x550dc2(0x1ad))/0xc);if(_0x33bc72===_0x196bb8)break;else _0x110c77['push'](_0x110c77['shift']());}catch(_0xfc877e){_0x110c77['push'](_0x110c77['shift']());}}}(_0x2ac3,0x23b3b));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknite\x20na\x20opätovné\x20pripojenie'}},'collabStatus':{'fetchMiss':'Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','conflict':_0x44d5d7(0x1bd),'notCollab':'Lokálny\x20súbor','synced':_0x44d5d7(0x1c2),'syncing':_0x44d5d7(0x1ae),'offline':_0x44d5d7(0x1c5)},'snapshotLoading':{'loadingSheet':'Načítava\x20sa\x20hárok','timeout':_0x44d5d7(0x1af),'refresh':_0x44d5d7(0x1ba)},'session':{'connection-failed':_0x44d5d7(0x1c1),'will-retry':_0x44d5d7(0x1ca),'room-full':_0x44d5d7(0x1b3),'collaboration-timeout':_0x44d5d7(0x1b4)},'conflict':{'title':'Konflikt\x20spolupráce','content':_0x44d5d7(0x1c6)},'permission':{'title':_0x44d5d7(0x1b7),'content':_0x44d5d7(0x1b5)},'collaboration':{'offline-data-not-saved':_0x44d5d7(0x1bc),'single-unit':{'warning':_0x44d5d7(0x1b8)},'closeRoom':'Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.'},'auth':{'needGotoLoginAlert':_0x44d5d7(0x1ac)},'formula':{'calculation':{'started':_0x44d5d7(0x1b9),'waiting':_0x44d5d7(0x1c7),'unable':_0x44d5d7(0x1b1)}}}};function _0x3740(_0x47bf6d,_0x2ba49d){_0x47bf6d=_0x47bf6d-0x1ac;const _0x2ac3ce=_0x2ac3();let _0x374057=_0x2ac3ce[_0x47bf6d];return _0x374057;}export{e as default};
1
+ const _0x383972=_0x1077;function _0x422a(){const _0x3fa12b=['1214gCaPUP','Konflikty\x20úprav','2177307yeBXuL','480WEzMXu','392384ClIfre','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','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.','Konflikt\x20spolupráce','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Lokálny\x20súbor','Kliknite\x20na\x20opätovné\x20pripojenie','Synchronizuje\x20sa...','Načítavanie\x20údajov\x20sa\x20zastavilo\x20na\x20{0}/{1}.\x20Obnovte\x20stránku\x20a\x20skúste\x20to\x20znova.','703152psgFUr','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','1390575ILNZsC','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Obnoviť\x20stránku','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','217284ZAMYpY','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','42irVHxq','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','2361532IyGyAv'];_0x422a=function(){return _0x3fa12b;};return _0x422a();}(function(_0x165eb4,_0x14bf5a){const _0x1b9300=_0x1077,_0x538bea=_0x165eb4();while(!![]){try{const _0x208eb8=parseInt(_0x1b9300(0xf9))/0x1*(-parseInt(_0x1b9300(0xfc))/0x2)+-parseInt(_0x1b9300(0xf4))/0x3+parseInt(_0x1b9300(0xf8))/0x4+parseInt(_0x1b9300(0xef))/0x5+-parseInt(_0x1b9300(0xed))/0x6+-parseInt(_0x1b9300(0xf6))/0x7*(parseInt(_0x1b9300(0xfd))/0x8)+parseInt(_0x1b9300(0xfb))/0x9;if(_0x208eb8===_0x14bf5a)break;else _0x538bea['push'](_0x538bea['shift']());}catch(_0x2487c2){_0x538bea['push'](_0x538bea['shift']());}}}(_0x422a,0x51d31));function _0x1077(_0x404b9b,_0x5c5469){_0x404b9b=_0x404b9b-0xed;const _0x422a0e=_0x422a();let _0x1077b3=_0x422a0e[_0x404b9b];return _0x1077b3;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x383972(0x103)}},'collabStatus':{'fetchMiss':_0x383972(0xee),'conflict':_0x383972(0xfa),'notCollab':_0x383972(0x102),'synced':'Synchronizované','syncing':_0x383972(0x104),'offline':_0x383972(0xfe)},'snapshotLoading':{'timeout':_0x383972(0x105),'refresh':_0x383972(0xf1)},'session':{'connection-failed':'Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','will-retry':_0x383972(0xf7),'room-full':_0x383972(0xf3),'collaboration-timeout':_0x383972(0xf0)},'conflict':{'title':_0x383972(0x100),'content':_0x383972(0xff)},'permission':{'title':'Chyba\x20overenia','content':'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é.'},'collaboration':{'offline-data-not-saved':_0x383972(0xf2),'single-unit':{'warning':'Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.'},'closeRoom':'Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.'},'auth':{'needGotoLoginAlert':_0x383972(0x101)},'formula':{'calculation':{'started':'Výpočet\x20vzorcov\x20sa\x20spustil.','waiting':_0x383972(0xf5),'unable':'Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.'}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x58a1b0=_0x3ddb;function _0x3ddb(_0x3b551f,_0x3b95d0){_0x3b551f=_0x3b551f-0x163;const _0x44a4a2=_0x44a4();let _0x3ddb0a=_0x44a4a2[_0x3b551f];return _0x3ddb0a;}(function(_0xda2f,_0x17e717){const _0x2939c4=_0x3ddb,_0x52ea59=_0xda2f();while(!![]){try{const _0x212efb=parseInt(_0x2939c4(0x179))/0x1*(-parseInt(_0x2939c4(0x182))/0x2)+-parseInt(_0x2939c4(0x170))/0x3*(-parseInt(_0x2939c4(0x17c))/0x4)+parseInt(_0x2939c4(0x175))/0x5*(-parseInt(_0x2939c4(0x186))/0x6)+parseInt(_0x2939c4(0x163))/0x7+parseInt(_0x2939c4(0x183))/0x8*(-parseInt(_0x2939c4(0x16c))/0x9)+-parseInt(_0x2939c4(0x166))/0xa*(parseInt(_0x2939c4(0x169))/0xb)+parseInt(_0x2939c4(0x180))/0xc*(parseInt(_0x2939c4(0x16d))/0xd);if(_0x212efb===_0x17e717)break;else _0x52ea59['push'](_0x52ea59['shift']());}catch(_0x595cc5){_0x52ea59['push'](_0x52ea59['shift']());}}}(_0x44a4,0x90a0b));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x58a1b0(0x17f)}},'collabStatus':{'fetchMiss':_0x58a1b0(0x184),'conflict':_0x58a1b0(0x177),'notCollab':_0x58a1b0(0x16e),'synced':_0x58a1b0(0x167),'syncing':_0x58a1b0(0x165),'offline':_0x58a1b0(0x17d)},'snapshotLoading':{'loadingSheet':_0x58a1b0(0x178),'timeout':_0x58a1b0(0x17b),'refresh':_0x58a1b0(0x181)},'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':_0x58a1b0(0x17a),'room-full':_0x58a1b0(0x168),'collaboration-timeout':_0x58a1b0(0x17e)},'conflict':{'title':_0x58a1b0(0x16a),'content':'Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.'},'permission':{'title':_0x58a1b0(0x173),'content':_0x58a1b0(0x16b)},'collaboration':{'offline-data-not-saved':_0x58a1b0(0x16f),'single-unit':{'warning':_0x58a1b0(0x176)},'closeRoom':_0x58a1b0(0x185)},'auth':{'needGotoLoginAlert':_0x58a1b0(0x172)},'formula':{'calculation':{'started':_0x58a1b0(0x171),'waiting':_0x58a1b0(0x164),'unable':_0x58a1b0(0x174)}}}};function _0x44a4(){const _0x49ec4f=['Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','485250CDvHHF','3182249oiBqoA','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','Đang\x20đồng\x20bộ...','2865760PvehPa','Đã\x20đồng\x20bộ','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ộ.','11pzECFj','Xung\x20đột\x20cộng\x20tác','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.','260181ygUWiD','403hHxVhW','Tệp\x20cục\x20bộ','Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','15sCXDqz','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','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.','Lỗi\x20xác\x20thực','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.','35aXOLGN','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.','Xung\x20đột\x20chỉnh\x20sửa','Đang\x20tải\x20trang\x20tính','605EIeMMQ','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Quá\x20trình\x20tải\x20dữ\x20liệu\x20đã\x20dừng\x20ở\x20{0}/{1}.\x20Hãy\x20làm\x20mới\x20trang\x20để\x20thử\x20lại.','461116lNBWMT','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20b','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ộ.','Nhấp\x20để\x20kết\x20nối\x20lại','313032ZQjOYT','Làm\x20mới\x20trang','62fbfiYq','104xKlcbH'];_0x44a4=function(){return _0x49ec4f;};return _0x44a4();}export{e as default};
1
+ function _0x5d41(){const _0x2d0b53=['6394136kubzYW','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.','396Yugssj','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','224uQvyUZ','Xung\x20đột\x20cộng\x20tác','Đã\x20đồng\x20bộ','9183vkXfsz','Đang\x20đồng\x20bộ...','77100LrCJqU','Làm\x20mới\x20trang','Xung\x20đột\x20chỉnh\x20sửa','5747920DQdWSk','232UTUVMo','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.','5951010nWgLOm','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','1108fhlDvf','9JEkiKd','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.','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Quá\x20trình\x20tải\x20dữ\x20liệu\x20đã\x20dừng\x20ở\x20{0}/{1}.\x20Hãy\x20làm\x20mới\x20trang\x20để\x20thử\x20lại.','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.','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','2082rajOtF','133353wNYYON','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','Bắt\x20đầu\x20tính\x20toán\x20công\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.'];_0x5d41=function(){return _0x2d0b53;};return _0x5d41();}function _0x5963(_0x5ea50a,_0x594208){_0x5ea50a=_0x5ea50a-0x1e9;const _0x5d412f=_0x5d41();let _0x5963d9=_0x5d412f[_0x5ea50a];return _0x5963d9;}const _0x9f290b=_0x5963;(function(_0x5a87a4,_0x432efc){const _0x910f36=_0x5963,_0x4a25b2=_0x5a87a4();while(!![]){try{const _0x1aeb09=parseInt(_0x910f36(0x1e9))/0x1*(-parseInt(_0x910f36(0x1f5))/0x2)+-parseInt(_0x910f36(0x201))/0x3*(parseInt(_0x910f36(0x1ed))/0x4)+parseInt(_0x910f36(0x1eb))/0x5+-parseInt(_0x910f36(0x203))/0x6*(-parseInt(_0x910f36(0x1fe))/0x7)+-parseInt(_0x910f36(0x1fa))/0x8+parseInt(_0x910f36(0x1ee))/0x9*(parseInt(_0x910f36(0x206))/0xa)+-parseInt(_0x910f36(0x1f6))/0xb*(-parseInt(_0x910f36(0x1fc))/0xc);if(_0x1aeb09===_0x432efc)break;else _0x4a25b2['push'](_0x4a25b2['shift']());}catch(_0xaf8565){_0x4a25b2['push'](_0x4a25b2['shift']());}}}(_0x5d41,0xa7dd9));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Nhấp\x20để\x20kết\x20nối\x20lại'}},'collabStatus':{'fetchMiss':_0x9f290b(0x1ec),'conflict':_0x9f290b(0x205),'notCollab':'Tệp\x20cục\x20b','synced':_0x9f290b(0x200),'syncing':_0x9f290b(0x202),'offline':_0x9f290b(0x1f3)},'snapshotLoading':{'timeout':_0x9f290b(0x1f1),'refresh':_0x9f290b(0x204)},'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':_0x9f290b(0x1fd),'room-full':'Phòng\x20cộng\x20tác\x20đã\x20đầy.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','collaboration-timeout':'Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.'},'conflict':{'title':_0x9f290b(0x1ff),'content':_0x9f290b(0x1f9)},'permission':{'title':'Lỗi\x20xác\x20thực','content':_0x9f290b(0x1ef)},'collaboration':{'offline-data-not-saved':_0x9f290b(0x1f4),'single-unit':{'warning':_0x9f290b(0x1fb)},'closeRoom':_0x9f290b(0x1f0)},'auth':{'needGotoLoginAlert':_0x9f290b(0x1f2)},'formula':{'calculation':{'started':_0x9f290b(0x1f8),'waiting':_0x9f290b(0x1f7),'unable':_0x9f290b(0x1ea)}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x2d6155=_0x3633;(function(_0x516396,_0x53da39){const _0x4a75aa=_0x3633,_0x47a769=_0x516396();while(!![]){try{const _0x18b2fd=parseInt(_0x4a75aa(0x154))/0x1+parseInt(_0x4a75aa(0x15c))/0x2+parseInt(_0x4a75aa(0x15e))/0x3*(-parseInt(_0x4a75aa(0x14f))/0x4)+parseInt(_0x4a75aa(0x15d))/0x5+parseInt(_0x4a75aa(0x160))/0x6+parseInt(_0x4a75aa(0x14b))/0x7+-parseInt(_0x4a75aa(0x152))/0x8;if(_0x18b2fd===_0x53da39)break;else _0x47a769['push'](_0x47a769['shift']());}catch(_0x4d8e7e){_0x47a769['push'](_0x47a769['shift']());}}}(_0x40e5,0x6f9ff));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2d6155(0x151)}},'collabStatus':{'fetchMiss':_0x2d6155(0x150),'conflict':'编辑冲突','notCollab':'本地文件','synced':_0x2d6155(0x14e),'syncing':'保存中...','offline':_0x2d6155(0x161)},'snapshotLoading':{'loadingSheet':_0x2d6155(0x162),'timeout':_0x2d6155(0x15a),'refresh':_0x2d6155(0x158)},'session':{'connection-failed':_0x2d6155(0x159),'will-retry':'连接失败,将在一会儿之后重试连接','room-full':_0x2d6155(0x155),'collaboration-timeout':_0x2d6155(0x15f)},'conflict':{'title':_0x2d6155(0x157),'content':_0x2d6155(0x15b)},'permission':{'title':_0x2d6155(0x163),'content':_0x2d6155(0x156)},'collaboration':{'offline-data-not-saved':'你有离线编辑未保存到服务器,请检查网络后重试。','single-unit':{'warning':_0x2d6155(0x153)},'closeRoom':_0x2d6155(0x14c)},'auth':{'needGotoLoginAlert':'你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'},'formula':{'calculation':{'started':_0x2d6155(0x14d),'waiting':'公式计算队列已满,正在等待空闲位置...','unable':'目前无法执行公式计算。请稍后重试。'}}}};function _0x3633(_0x378bf9,_0x27ab51){_0x378bf9=_0x378bf9-0x14b;const _0x40e5cf=_0x40e5();let _0x36337a=_0x40e5cf[_0x378bf9];return _0x36337a;}function _0x40e5(){const _0x1441ef=['4481316WhYTuG','已离线,编辑将在本地缓存','正在加载表格','权限错误','1963444xCIXaj','由于协同房间被关闭,编辑权限被收回。','公式计算已开始。','已同步','7036ZGbLOL','正在拉取服务端数据...','点击重新连接','11635832KEkJgk','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','787847glWZqe','协同房间已满,你的编辑将在本地缓存','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','协同冲突','刷新页面','连接失败,请检查你的网络','数据加载停留在\x20{0}/{1},请刷新页面后重试。','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','32008tzeZdd','3797195CGDBej','1158qpSHnS','服务器未响应,你的编辑将在本地缓存'];_0x40e5=function(){return _0x1441ef;};return _0x40e5();}export{e as default};
1
+ function _0x4414(_0x515f11,_0x1dc993){_0x515f11=_0x515f11-0xc3;const _0x96cb2f=_0x96cb();let _0x441479=_0x96cb2f[_0x515f11];return _0x441479;}const _0x4c0651=_0x4414;(function(_0x453fa5,_0x286226){const _0x2e928f=_0x4414,_0x47b5e6=_0x453fa5();while(!![]){try{const _0x37f6e7=-parseInt(_0x2e928f(0xcd))/0x1+parseInt(_0x2e928f(0xd0))/0x2*(-parseInt(_0x2e928f(0xd9))/0x3)+parseInt(_0x2e928f(0xc8))/0x4*(parseInt(_0x2e928f(0xd6))/0x5)+parseInt(_0x2e928f(0xe1))/0x6*(parseInt(_0x2e928f(0xc3))/0x7)+parseInt(_0x2e928f(0xd4))/0x8+parseInt(_0x2e928f(0xd5))/0x9+-parseInt(_0x2e928f(0xd2))/0xa;if(_0x37f6e7===_0x286226)break;else _0x47b5e6['push'](_0x47b5e6['shift']());}catch(_0x5bd824){_0x47b5e6['push'](_0x47b5e6['shift']());}}}(_0x96cb,0xc9365));function _0x96cb(){const _0x4bb7ee=['310221lRrEkj','点击重新连接','公式计算已开始。','服务器未响应,你的编辑将在本地缓存','本地文件','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','连接失败,请检查你的网络','保存中...','6zYSeWT','32361RhdqSO','正在拉取服务端数据...','数据加载停留在\x20{0}/{1},请刷新页面后重试。','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','1182732vtMacX','由于协同房间被关闭,编辑权限被收回。','编辑冲突','协同冲突','你有离线编辑未保存到服务器,请检查网络后重试。','375792xGUjxI','已离线,编辑将在本地缓存','已同步','2FOXlvI','连接失败,将在一会儿之后重试连接','26646320XpODGg','目前无法执行公式计算。请稍后重试。','11687896UlSzbV','14538033BOJsqu','15RbLToG','权限错误','刷新页面'];_0x96cb=function(){return _0x4bb7ee;};return _0x96cb();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4c0651(0xda)}},'collabStatus':{'fetchMiss':_0x4c0651(0xc4),'conflict':_0x4c0651(0xca),'notCollab':_0x4c0651(0xdd),'synced':_0x4c0651(0xcf),'syncing':_0x4c0651(0xe0),'offline':_0x4c0651(0xce)},'snapshotLoading':{'timeout':_0x4c0651(0xc5),'refresh':_0x4c0651(0xd8)},'session':{'connection-failed':_0x4c0651(0xdf),'will-retry':_0x4c0651(0xd1),'room-full':'协同房间已满,你的编辑将在本地缓存','collaboration-timeout':_0x4c0651(0xdc)},'conflict':{'title':_0x4c0651(0xcb),'content':_0x4c0651(0xc6)},'permission':{'title':_0x4c0651(0xd7),'content':_0x4c0651(0xc7)},'collaboration':{'offline-data-not-saved':_0x4c0651(0xcc),'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x4c0651(0xc9)},'auth':{'needGotoLoginAlert':_0x4c0651(0xde)},'formula':{'calculation':{'started':_0x4c0651(0xdb),'waiting':'公式计算队列已满,正在等待空闲位置...','unable':_0x4c0651(0xd3)}}}};export{e as default};
@@ -1 +1 @@
1
- function _0x1285(_0x1c6c7c,_0x1a7734){_0x1c6c7c=_0x1c6c7c-0x103;const _0xe44fc0=_0xe44f();let _0x1285f5=_0xe44fc0[_0x1c6c7c];return _0x1285f5;}const _0x294e5b=_0x1285;(function(_0x3ca908,_0x53ecdf){const _0x2aa3bf=_0x1285,_0x1ed0e1=_0x3ca908();while(!![]){try{const _0x2b091a=parseInt(_0x2aa3bf(0x117))/0x1*(-parseInt(_0x2aa3bf(0x11d))/0x2)+-parseInt(_0x2aa3bf(0x113))/0x3+parseInt(_0x2aa3bf(0x10a))/0x4+-parseInt(_0x2aa3bf(0x106))/0x5*(parseInt(_0x2aa3bf(0x104))/0x6)+-parseInt(_0x2aa3bf(0x10f))/0x7*(-parseInt(_0x2aa3bf(0x105))/0x8)+parseInt(_0x2aa3bf(0x10d))/0x9+parseInt(_0x2aa3bf(0x114))/0xa;if(_0x2b091a===_0x53ecdf)break;else _0x1ed0e1['push'](_0x1ed0e1['shift']());}catch(_0x47005c){_0x1ed0e1['push'](_0x1ed0e1['shift']());}}}(_0xe44f,0xdf6e7));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x294e5b(0x11a)}},'collabStatus':{'fetchMiss':'正在擷取伺服器資料...','conflict':_0x294e5b(0x116),'notCollab':_0x294e5b(0x11b),'synced':_0x294e5b(0x118),'syncing':_0x294e5b(0x10b),'offline':_0x294e5b(0x119)},'snapshotLoading':{'loadingSheet':'正在載入工作表','timeout':_0x294e5b(0x110),'refresh':_0x294e5b(0x109)},'session':{'connection-failed':_0x294e5b(0x112),'will-retry':_0x294e5b(0x11e),'room-full':_0x294e5b(0x122),'collaboration-timeout':_0x294e5b(0x11c)},'conflict':{'title':_0x294e5b(0x121),'content':_0x294e5b(0x111)},'permission':{'title':_0x294e5b(0x10c),'content':_0x294e5b(0x115)},'collaboration':{'offline-data-not-saved':_0x294e5b(0x103),'single-unit':{'warning':_0x294e5b(0x10e)},'closeRoom':'由於協作房間已關閉,編輯權限已被收回。'},'auth':{'needGotoLoginAlert':_0x294e5b(0x108)},'formula':{'calculation':{'started':_0x294e5b(0x120),'waiting':_0x294e5b(0x107),'unable':_0x294e5b(0x11f)}}}};function _0xe44f(){const _0x1e7d01=['編輯衝突','517iHotbV','已同步','已離線,編輯將儲存在本機','點擊重新連線','本機檔案','伺服器未回應協作請求,您的編輯將儲存在本機。','1322jowaCP','連線失敗,將在稍後重試連線。','目前無法執行公式計算,請稍後重試。','公式計算已開始。','協作衝突','協作房間已滿,您的編輯將暫存於本機。','您有未儲存至伺服器的離線編輯,請檢查網絡後重試。','46938jumSqi','4208328UxQMIO','370hDwWGV','公式計算佇列已滿,正在等待可用資源...','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','重新整理頁面','312588fZoshQ','同步中...','認證錯誤','6030360AWOSyG','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','7pnsTqW','資料載入停留在\x20{0}/{1},請重新整理頁面後再試。','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','連線失敗,請檢查您的網絡。','4693182VYdVQQ','21259800ZkypIc','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。'];_0xe44f=function(){return _0x1e7d01;};return _0xe44f();}export{e as default};
1
+ const _0x4b5b14=_0x455d;(function(_0x372814,_0x14425d){const _0x30ecea=_0x455d,_0x1e60ee=_0x372814();while(!![]){try{const _0x142fc7=parseInt(_0x30ecea(0xf3))/0x1+parseInt(_0x30ecea(0xee))/0x2+parseInt(_0x30ecea(0xfd))/0x3*(parseInt(_0x30ecea(0xf0))/0x4)+parseInt(_0x30ecea(0x106))/0x5*(-parseInt(_0x30ecea(0xfc))/0x6)+parseInt(_0x30ecea(0xfa))/0x7*(-parseInt(_0x30ecea(0x104))/0x8)+-parseInt(_0x30ecea(0xf7))/0x9+parseInt(_0x30ecea(0x10b))/0xa;if(_0x142fc7===_0x14425d)break;else _0x1e60ee['push'](_0x1e60ee['shift']());}catch(_0x169f76){_0x1e60ee['push'](_0x1e60ee['shift']());}}}(_0x11bf,0x48838));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'點擊重新連線'}},'collabStatus':{'fetchMiss':'正在擷取伺服器資料...','conflict':_0x4b5b14(0xf6),'notCollab':_0x4b5b14(0xef),'synced':_0x4b5b14(0xf2),'syncing':_0x4b5b14(0xf1),'offline':_0x4b5b14(0xf8)},'snapshotLoading':{'timeout':_0x4b5b14(0x109),'refresh':_0x4b5b14(0x105)},'session':{'connection-failed':_0x4b5b14(0xfe),'will-retry':_0x4b5b14(0x102),'room-full':_0x4b5b14(0xed),'collaboration-timeout':_0x4b5b14(0x103)},'conflict':{'title':_0x4b5b14(0x108),'content':'您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。'},'permission':{'title':_0x4b5b14(0xf9),'content':_0x4b5b14(0x100)},'collaboration':{'offline-data-not-saved':_0x4b5b14(0x107),'single-unit':{'warning':_0x4b5b14(0x10a)},'closeRoom':_0x4b5b14(0xfb)},'auth':{'needGotoLoginAlert':_0x4b5b14(0xf4)},'formula':{'calculation':{'started':_0x4b5b14(0xf5),'waiting':_0x4b5b14(0xff),'unable':_0x4b5b14(0x101)}}}};export{e as default};function _0x455d(_0x31950a,_0x95469){_0x31950a=_0x31950a-0xed;const _0x11bf4c=_0x11bf();let _0x455dfa=_0x11bf4c[_0x31950a];return _0x455dfa;}function _0x11bf(){const _0x1fe83d=['連線失敗,請檢查您的網絡。','公式計算佇列已滿,正在等待可用資源...','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','目前無法執行公式計算,請稍後重試。','連線失敗,將在稍後重試連線。','伺服器未回應協作請求,您的編輯將儲存在本機。','24IyOQFU','重新整理頁面','1835945VHTYUT','您有未儲存至伺服器的離線編輯,請檢查網絡後重試。','協作衝突','資料載入停留在\x20{0}/{1},請重新整理頁面後再試。','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','10043600DgYOqc','協作房間已滿,您的編輯將暫存於本機。','357730XnBMqI','本機檔案','24RJEmKx','同步中...','已同步','107271UQOpTC','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','公式計算已開始。','編輯衝突','1437228avXpqy','已離線,編輯將儲存在本機','認證錯誤','1178709lZense','由於協作房間已關閉,編輯權限已被收回。','6QAdPlZ','19281fZyqey'];_0x11bf=function(){return _0x1fe83d;};return _0x11bf();}