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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.css +87 -0
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/controllers/snapshot-loading/snapshot-loading.controller.d.ts +36 -0
  66. package/lib/types/locale/en-US.d.ts +5 -0
  67. package/lib/types/views/components/SnapshotLoadingTimeout.d.ts +15 -0
  68. package/lib/umd/facade.js +1 -1
  69. package/lib/umd/index.js +1 -1
  70. package/lib/umd/locale/ar-SA.js +1 -1
  71. package/lib/umd/locale/ca-ES.js +1 -1
  72. package/lib/umd/locale/de-DE.js +1 -1
  73. package/lib/umd/locale/en-US.js +1 -1
  74. package/lib/umd/locale/es-ES.js +1 -1
  75. package/lib/umd/locale/fa-IR.js +1 -1
  76. package/lib/umd/locale/fr-FR.js +1 -1
  77. package/lib/umd/locale/id-ID.js +1 -1
  78. package/lib/umd/locale/it-IT.js +1 -1
  79. package/lib/umd/locale/ja-JP.js +1 -1
  80. package/lib/umd/locale/ko-KR.js +1 -1
  81. package/lib/umd/locale/pl-PL.js +1 -1
  82. package/lib/umd/locale/pt-BR.js +1 -1
  83. package/lib/umd/locale/ru-RU.js +1 -1
  84. package/lib/umd/locale/sk-SK.js +1 -1
  85. package/lib/umd/locale/vi-VN.js +1 -1
  86. package/lib/umd/locale/zh-CN.js +1 -1
  87. package/lib/umd/locale/zh-HK.js +1 -1
  88. package/lib/umd/locale/zh-TW.js +1 -1
  89. package/package.json +22 -22
@@ -1 +1 @@
1
- function _0x2501(){var _0x455b93=['انقر\x20لإعادة\x20الاتصال','UniverProCollaborationClientUiArSA','ملف\x20محلي','amd','4KVTsOA','1612616CTvOGo','قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','function','2081823bldUQH','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','385060GIdYKv','21UTQfpb','exports','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','473HsdgSw','تعارض\x20في\x20التعاون','بدأ\x20حساب\x20الصيغة.','310RdcdWq','تمت\x20المزامنة','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','5082005ohpqzZ','2piUasT','خطأ\x20في\x20المصادقة','object','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','1104183TBKzVJ','917910szaHmt','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.'];_0x2501=function(){return _0x455b93;};return _0x2501();}function _0x4ca7(_0x1ed62e,_0x247de7){_0x1ed62e=_0x1ed62e-0x141;var _0x250185=_0x2501();var _0x4ca761=_0x250185[_0x1ed62e];return _0x4ca761;}(function(_0x568863,_0x2c0523){var _0x3c6daa=_0x4ca7,_0x32ac4c=_0x568863();while(!![]){try{var _0x5efc40=-parseInt(_0x3c6daa(0x141))/0x1+-parseInt(_0x3c6daa(0x14d))/0x2*(-parseInt(_0x3c6daa(0x15e))/0x3)+parseInt(_0x3c6daa(0x158))/0x4*(parseInt(_0x3c6daa(0x14c))/0x5)+-parseInt(_0x3c6daa(0x152))/0x6+-parseInt(_0x3c6daa(0x142))/0x7*(parseInt(_0x3c6daa(0x159))/0x8)+parseInt(_0x3c6daa(0x151))/0x9+parseInt(_0x3c6daa(0x149))/0xa*(parseInt(_0x3c6daa(0x146))/0xb);if(_0x5efc40===_0x2c0523)break;else _0x32ac4c['push'](_0x32ac4c['shift']());}catch(_0x5852a5){_0x32ac4c['push'](_0x32ac4c['shift']());}}}(_0x2501,0xa8d82),function(_0x120ce4,_0x3f0308){var _0x29a562=_0x4ca7;typeof exports==_0x29a562(0x14f)&&typeof module<'u'?module[_0x29a562(0x143)]=_0x3f0308():typeof define==_0x29a562(0x15d)&&define[_0x29a562(0x157)]?define([],_0x3f0308):(_0x120ce4=typeof globalThis<'u'?globalThis:_0x120ce4||self,_0x120ce4[_0x29a562(0x155)]=_0x3f0308());}(this,function(){var _0x31742c=_0x4ca7;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x31742c(0x154)}},'collabStatus':{'fetchMiss':'جارٍ\x20مزامنة\x20بيانات\x20الخادم...','conflict':'تعارضات\x20التحرير','notCollab':_0x31742c(0x156),'synced':_0x31742c(0x14a),'syncing':'جارٍ\x20المزامنة...','offline':_0x31742c(0x15c)},'session':{'connection-failed':'فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','will-retry':_0x31742c(0x160),'room-full':_0x31742c(0x15b),'collaboration-timeout':_0x31742c(0x153)},'conflict':{'title':_0x31742c(0x147),'content':'هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.'},'permission':{'title':_0x31742c(0x14e),'content':_0x31742c(0x145)},'collaboration':{'offline-data-not-saved':_0x31742c(0x15f),'single-unit':{'warning':_0x31742c(0x14b)},'closeRoom':_0x31742c(0x150)},'auth':{'needGotoLoginAlert':_0x31742c(0x144)},'formula':{'calculation':{'started':_0x31742c(0x148),'waiting':_0x31742c(0x15a),'unable':'غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.'}}}};}));
1
+ function _0x358c(_0x12be7a,_0x47e439){_0x12be7a=_0x12be7a-0x19f;var _0x5f27b0=_0x5f27();var _0x358cb6=_0x5f27b0[_0x12be7a];return _0x358cb6;}function _0x5f27(){var _0x5d52cc=['قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','294mlrAbr','24137770ZHGhqe','جارٍ\x20تحميل\x20الورقة','4373440emYWcc','تعارضات\x20التحرير','function','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','4670648PRqCVF','amd','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','2014566jByuXt','800896qqvUKH','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','تعارض\x20في\x20التعاون','انقر\x20لإعادة\x20الاتصال','9NhQakV','256367QWZJFZ','UniverProCollaborationClientUiArSA','ملف\x20محلي','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','exports','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','142653UWKOdv','11QahXNz','توقف\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تم\x20إغلاق\x20غرفة\x20التعاون.','2gJixiP','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.'];_0x5f27=function(){return _0x5d52cc;};return _0x5f27();}(function(_0x37b5fb,_0x341bdb){var _0xa4ffc4=_0x358c,_0x90f80=_0x37b5fb();while(!![]){try{var _0x5bf785=parseInt(_0xa4ffc4(0x1ac))/0x1+parseInt(_0xa4ffc4(0x1bc))/0x2*(-parseInt(_0xa4ffc4(0x1a6))/0x3)+-parseInt(_0xa4ffc4(0x1a7))/0x4+-parseInt(_0xa4ffc4(0x19f))/0x5+parseInt(_0xa4ffc4(0x1c0))/0x6*(-parseInt(_0xa4ffc4(0x1b4))/0x7)+parseInt(_0xa4ffc4(0x1a3))/0x8*(parseInt(_0xa4ffc4(0x1ab))/0x9)+parseInt(_0xa4ffc4(0x1c1))/0xa*(parseInt(_0xa4ffc4(0x1b5))/0xb);if(_0x5bf785===_0x341bdb)break;else _0x90f80['push'](_0x90f80['shift']());}catch(_0x382605){_0x90f80['push'](_0x90f80['shift']());}}}(_0x5f27,0x7c42a),function(_0x6832d5,_0x6132d9){var _0x4e3b6e=_0x358c;typeof exports=='object'&&typeof module<'u'?module[_0x4e3b6e(0x1b1)]=_0x6132d9():typeof define==_0x4e3b6e(0x1a1)&&define[_0x4e3b6e(0x1a4)]?define([],_0x6132d9):(_0x6832d5=typeof globalThis<'u'?globalThis:_0x6832d5||self,_0x6832d5[_0x4e3b6e(0x1ad)]=_0x6132d9());}(this,function(){var _0x43e610=_0x358c;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x43e610(0x1aa)}},'collabStatus':{'fetchMiss':_0x43e610(0x1af),'conflict':_0x43e610(0x1a0),'notCollab':_0x43e610(0x1ae),'synced':'تمت\x20المزامنة','syncing':'جارٍ\x20المزامنة...','offline':_0x43e610(0x1a8)},'snapshotLoading':{'loadingSheet':_0x43e610(0x1c2),'timeout':_0x43e610(0x1b6),'refresh':_0x43e610(0x1b7)},'session':{'connection-failed':_0x43e610(0x1a2),'will-retry':_0x43e610(0x1a5),'room-full':_0x43e610(0x1bd),'collaboration-timeout':_0x43e610(0x1b0)},'conflict':{'title':_0x43e610(0x1a9),'content':_0x43e610(0x1b8)},'permission':{'title':_0x43e610(0x1b9),'content':'إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.'},'collaboration':{'offline-data-not-saved':'لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','single-unit':{'warning':_0x43e610(0x1be)},'closeRoom':_0x43e610(0x1bb)},'auth':{'needGotoLoginAlert':_0x43e610(0x1b2)},'formula':{'calculation':{'started':_0x43e610(0x1ba),'waiting':_0x43e610(0x1bf),'unable':_0x43e610(0x1b3)}}}};}));
@@ -1 +1 @@
1
- function _0x3ab4(_0x5642e7,_0x4f6655){_0x5642e7=_0x5642e7-0x198;var _0x57136a=_0x5713();var _0x3ab444=_0x57136a[_0x5642e7];return _0x3ab444;}function _0x5713(){var _0x4ff853=['Sincronitzant\x20dades\x20del\x20servidor...','Sincronitzat','9tTRMCW','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','Sincronitzant...','function','object','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','UniverProCollaborationClientUiCaES','Fitxer\x20local','Feu\x20clic\x20per\x20reconnectar','Conflictes\x20d\x27edició','25955sOwjxw','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','Error\x20d\x27autenticació','Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.','Conflicte\x20de\x20col·laboració','78UWqCuA','15064YSnkJa','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','10ygzIfD','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\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.','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','10HLTDvE','136772AfMzsn','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','12619442GclGuz','353339JHLMac','exports','951156JSejGQ','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','70328xZAwKJ'];_0x5713=function(){return _0x4ff853;};return _0x5713();}(function(_0x81d623,_0x12a072){var _0x5347fb=_0x3ab4,_0x533a72=_0x81d623();while(!![]){try{var _0x932094=parseInt(_0x5347fb(0x1b8))/0x1+parseInt(_0x5347fb(0x1a3))/0x2*(-parseInt(_0x5347fb(0x1ad))/0x3)+parseInt(_0x5347fb(0x1aa))/0x4*(-parseInt(_0x5347fb(0x1a2))/0x5)+-parseInt(_0x5347fb(0x19b))/0x6*(parseInt(_0x5347fb(0x1a6))/0x7)+parseInt(_0x5347fb(0x19c))/0x8+parseInt(_0x5347fb(0x1a8))/0x9+-parseInt(_0x5347fb(0x19e))/0xa*(-parseInt(_0x5347fb(0x1a5))/0xb);if(_0x932094===_0x12a072)break;else _0x533a72['push'](_0x533a72['shift']());}catch(_0x2874ca){_0x533a72['push'](_0x533a72['shift']());}}}(_0x5713,0x5dcdd),function(_0x8ed30e,_0x4a3f5c){var _0x170766=_0x3ab4;typeof exports==_0x170766(0x1b2)&&typeof module<'u'?module[_0x170766(0x1a7)]=_0x4a3f5c():typeof define==_0x170766(0x1b1)&&define['amd']?define([],_0x4a3f5c):(_0x8ed30e=typeof globalThis<'u'?globalThis:_0x8ed30e||self,_0x8ed30e[_0x170766(0x1b4)]=_0x4a3f5c());}(this,function(){var _0x5bcc34=_0x3ab4;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5bcc34(0x1b6)}},'collabStatus':{'fetchMiss':_0x5bcc34(0x1ab),'conflict':_0x5bcc34(0x1b7),'notCollab':_0x5bcc34(0x1b5),'synced':_0x5bcc34(0x1ac),'syncing':_0x5bcc34(0x1b0),'offline':'Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment'},'session':{'connection-failed':_0x5bcc34(0x1a9),'will-retry':_0x5bcc34(0x1b3),'room-full':_0x5bcc34(0x1ae),'collaboration-timeout':_0x5bcc34(0x19f)},'conflict':{'title':_0x5bcc34(0x19a),'content':_0x5bcc34(0x199)},'permission':{'title':_0x5bcc34(0x198),'content':_0x5bcc34(0x1a0)},'collaboration':{'offline-data-not-saved':_0x5bcc34(0x1af),'single-unit':{'warning':_0x5bcc34(0x1b9)},'closeRoom':_0x5bcc34(0x19d)},'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':_0x5bcc34(0x1ba),'waiting':_0x5bcc34(0x1a4),'unable':_0x5bcc34(0x1a1)}}}};}));
1
+ function _0x37c8(_0x2a6867,_0x292df3){_0x2a6867=_0x2a6867-0x120;var _0x1782a1=_0x1782();var _0x37c8fe=_0x1782a1[_0x2a6867];return _0x37c8fe;}(function(_0x59067f,_0x202613){var _0x130c00=_0x37c8,_0xb17898=_0x59067f();while(!![]){try{var _0x3dc3c8=parseInt(_0x130c00(0x135))/0x1*(-parseInt(_0x130c00(0x13b))/0x2)+parseInt(_0x130c00(0x134))/0x3*(-parseInt(_0x130c00(0x132))/0x4)+parseInt(_0x130c00(0x120))/0x5*(-parseInt(_0x130c00(0x12c))/0x6)+parseInt(_0x130c00(0x12e))/0x7+parseInt(_0x130c00(0x122))/0x8+parseInt(_0x130c00(0x13a))/0x9+-parseInt(_0x130c00(0x124))/0xa*(-parseInt(_0x130c00(0x133))/0xb);if(_0x3dc3c8===_0x202613)break;else _0xb17898['push'](_0xb17898['shift']());}catch(_0x22dd14){_0xb17898['push'](_0xb17898['shift']());}}}(_0x1782,0xc1d46),function(_0x460c2d,_0x19f104){var _0x3d854b=_0x37c8;typeof exports==_0x3d854b(0x126)&&typeof module<'u'?module['exports']=_0x19f104():typeof define=='function'&&define['amd']?define([],_0x19f104):(_0x460c2d=typeof globalThis<'u'?globalThis:_0x460c2d||self,_0x460c2d[_0x3d854b(0x13c)]=_0x19f104());}(this,function(){var _0x24df23=_0x37c8;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x24df23(0x139)}},'collabStatus':{'fetchMiss':_0x24df23(0x12f),'conflict':'Conflictes\x20d\x27edició','notCollab':_0x24df23(0x129),'synced':'Sincronitzat','syncing':_0x24df23(0x136),'offline':_0x24df23(0x12a)},'snapshotLoading':{'loadingSheet':_0x24df23(0x123),'timeout':_0x24df23(0x127),'refresh':'Actualitza\x20la\x20pàgina'},'session':{'connection-failed':_0x24df23(0x128),'will-retry':'Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','room-full':_0x24df23(0x13e),'collaboration-timeout':_0x24df23(0x121)},'conflict':{'title':_0x24df23(0x138),'content':_0x24df23(0x12d)},'permission':{'title':_0x24df23(0x13d),'content':_0x24df23(0x13f)},'collaboration':{'offline-data-not-saved':_0x24df23(0x125),'single-unit':{'warning':_0x24df23(0x12b)},'closeRoom':_0x24df23(0x130)},'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':_0x24df23(0x131),'waiting':_0x24df23(0x137),'unable':'No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.'}}}};}));function _0x1782(){var _0x1ea737=['La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','Conflicte\x20de\x20col·laboració','Feu\x20clic\x20per\x20reconnectar','970884gFOrwZ','8kEVpFO','UniverProCollaborationClientUiCaES','Error\x20d\x27autenticació','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.','7240680UZDQoD','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','1099928RGaLHk','S\x27està\x20carregant\x20el\x20full','30fhkcFf','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','object','La\x20càrrega\x20de\x20dades\x20s\x27ha\x20aturat\x20a\x20{0}/{1}.\x20Actualitzeu\x20la\x20pàgina\x20per\x20tornar-ho\x20a\x20provar.','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','Fitxer\x20local','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','6avkbXw','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.','5084009cYccMM','Sincronitzant\x20dades\x20del\x20servidor...','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','12WOEeVC','10946089wxmFCx','1179201yULKfT','133922uZsAuE','Sincronitzant...'];_0x1782=function(){return _0x1ea737;};return _0x1782();}
@@ -1 +1 @@
1
- function _0x3699(_0x4f0da0,_0x447c88){_0x4f0da0=_0x4f0da0-0xbd;var _0x45ac80=_0x45ac();var _0x369908=_0x45ac80[_0x4f0da0];return _0x369908;}function _0x45ac(){var _0x4447cc=['8236250zBcFDd','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','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.','4xCxAqO','8xKMSTL','412873AQzclf','Bearbeitungskonflikte','Zusammenarbeitskonflikt','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.','6SSiZtU','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','function','286578cdARNL','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','Formelberechnung\x20gestartet.','amd','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','Serverdaten\x20werden\x20synchronisiert...','2148738qPiuVw','object','588429NNyTAh','1684123jXmyRG','209175hrhRZX','Klicken,\x20um\x20wieder\x20zu\x20verbinden','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','Authentifizierungsfehler','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','UniverProCollaborationClientUiDeDE','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','exports'];_0x45ac=function(){return _0x4447cc;};return _0x45ac();}(function(_0x24ae05,_0x34feea){var _0x5b3bca=_0x3699,_0x1d9435=_0x24ae05();while(!![]){try{var _0x3714e4=-parseInt(_0x5b3bca(0xd4))/0x1+-parseInt(_0x5b3bca(0xd8))/0x2*(parseInt(_0x5b3bca(0xdb))/0x3)+parseInt(_0x5b3bca(0xd2))/0x4*(parseInt(_0x5b3bca(0xc5))/0x5)+parseInt(_0x5b3bca(0xc1))/0x6+parseInt(_0x5b3bca(0xc4))/0x7*(-parseInt(_0x5b3bca(0xd3))/0x8)+-parseInt(_0x5b3bca(0xc3))/0x9+parseInt(_0x5b3bca(0xcd))/0xa;if(_0x3714e4===_0x34feea)break;else _0x1d9435['push'](_0x1d9435['shift']());}catch(_0x476f93){_0x1d9435['push'](_0x1d9435['shift']());}}}(_0x45ac,0x35432),function(_0x37b795,_0x19a4a8){var _0x26aa2c=_0x3699;typeof exports==_0x26aa2c(0xc2)&&typeof module<'u'?module[_0x26aa2c(0xcc)]=_0x19a4a8():typeof define==_0x26aa2c(0xda)&&define[_0x26aa2c(0xbe)]?define([],_0x19a4a8):(_0x37b795=typeof globalThis<'u'?globalThis:_0x37b795||self,_0x37b795[_0x26aa2c(0xca)]=_0x19a4a8());}(this,function(){var _0x451dba=_0x3699;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x451dba(0xc6)}},'collabStatus':{'fetchMiss':_0x451dba(0xc0),'conflict':_0x451dba(0xd5),'notCollab':'Lokale\x20Datei','synced':'Synchronisiert','syncing':'Synchronisierung...','offline':_0x451dba(0xce)},'session':{'connection-failed':'Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','will-retry':_0x451dba(0xcf),'room-full':'Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','collaboration-timeout':_0x451dba(0xd0)},'conflict':{'title':_0x451dba(0xd6),'content':_0x451dba(0xd7)},'permission':{'title':_0x451dba(0xc8),'content':_0x451dba(0xd1)},'collaboration':{'offline-data-not-saved':_0x451dba(0xbf),'single-unit':{'warning':_0x451dba(0xc7)},'closeRoom':_0x451dba(0xcb)},'auth':{'needGotoLoginAlert':_0x451dba(0xd9)},'formula':{'calculation':{'started':_0x451dba(0xbd),'waiting':_0x451dba(0xdc),'unable':_0x451dba(0xc9)}}}};}));
1
+ function _0x5a1a(_0x408f2d,_0x2312ea){_0x408f2d=_0x408f2d-0x111;var _0x2c85b6=_0x2c85();var _0x5a1a8f=_0x2c85b6[_0x408f2d];return _0x5a1a8f;}(function(_0x3ca64e,_0x251ce2){var _0x33e198=_0x5a1a,_0x185971=_0x3ca64e();while(!![]){try{var _0x1ccc3a=parseInt(_0x33e198(0x127))/0x1*(-parseInt(_0x33e198(0x125))/0x2)+-parseInt(_0x33e198(0x12f))/0x3*(parseInt(_0x33e198(0x12d))/0x4)+parseInt(_0x33e198(0x118))/0x5+parseInt(_0x33e198(0x120))/0x6*(-parseInt(_0x33e198(0x11c))/0x7)+parseInt(_0x33e198(0x12b))/0x8+-parseInt(_0x33e198(0x130))/0x9+parseInt(_0x33e198(0x11d))/0xa*(parseInt(_0x33e198(0x116))/0xb);if(_0x1ccc3a===_0x251ce2)break;else _0x185971['push'](_0x185971['shift']());}catch(_0x4d5b04){_0x185971['push'](_0x185971['shift']());}}}(_0x2c85,0x435c6),function(_0x2cb2da,_0x4055d9){var _0x2824d2=_0x5a1a;typeof exports==_0x2824d2(0x111)&&typeof module<'u'?module[_0x2824d2(0x12c)]=_0x4055d9():typeof define==_0x2824d2(0x12a)&&define[_0x2824d2(0x11f)]?define([],_0x4055d9):(_0x2cb2da=typeof globalThis<'u'?globalThis:_0x2cb2da||self,_0x2cb2da[_0x2824d2(0x11a)]=_0x4055d9());}(this,function(){var _0x532ae4=_0x5a1a;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x532ae4(0x117)}},'collabStatus':{'fetchMiss':'Serverdaten\x20werden\x20synchronisiert...','conflict':_0x532ae4(0x124),'notCollab':_0x532ae4(0x123),'synced':_0x532ae4(0x114),'syncing':_0x532ae4(0x12e),'offline':_0x532ae4(0x129)},'snapshotLoading':{'loadingSheet':_0x532ae4(0x132),'timeout':_0x532ae4(0x131),'refresh':'Seite\x20aktualisieren'},'session':{'connection-failed':_0x532ae4(0x113),'will-retry':_0x532ae4(0x119),'room-full':_0x532ae4(0x112),'collaboration-timeout':'Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.'},'conflict':{'title':_0x532ae4(0x11e),'content':_0x532ae4(0x122)},'permission':{'title':'Authentifizierungsfehler','content':_0x532ae4(0x126)},'collaboration':{'offline-data-not-saved':_0x532ae4(0x11b),'single-unit':{'warning':'Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.'},'closeRoom':'Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.'},'auth':{'needGotoLoginAlert':_0x532ae4(0x128)},'formula':{'calculation':{'started':'Formelberechnung\x20gestartet.','waiting':_0x532ae4(0x115),'unable':_0x532ae4(0x121)}}}};}));function _0x2c85(){var _0x32757d=['Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','function','815544qbbZiw','exports','1674604WFZjrP','Synchronisierung...','3nBaDrJ','198477yrfpzr','Das\x20Laden\x20der\x20Daten\x20ist\x20bei\x20{0}/{1}\x20stehen\x20geblieben.\x20Aktualisieren\x20Sie\x20die\x20Seite\x20und\x20versuchen\x20Sie\x20es\x20erneut.','Tabellenblatt\x20wird\x20geladen','object','Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Synchronisiert','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','2024nxdZgG','Klicken,\x20um\x20wieder\x20zu\x20verbinden','2368460GcCSJF','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','UniverProCollaborationClientUiDeDE','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','39711vLMIVc','31390LtOphr','Zusammenarbeitskonflikt','amd','306oKJpdA','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','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.','Lokale\x20Datei','Bearbeitungskonflikte','147274RRZTBp','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.','2qKbdXF','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.'];_0x2c85=function(){return _0x32757d;};return _0x2c85();}
@@ -1 +1 @@
1
- function _0x38dd(_0x3805eb,_0x4c16cc){_0x3805eb=_0x3805eb-0x16b;var _0x3adef4=_0x3ade();var _0x38dda7=_0x3adef4[_0x3805eb];return _0x38dda7;}(function(_0x38fd0d,_0x5e4431){var _0xde6998=_0x38dd,_0x5b2610=_0x38fd0d();while(!![]){try{var _0x57ffbf=-parseInt(_0xde6998(0x186))/0x1*(parseInt(_0xde6998(0x16b))/0x2)+parseInt(_0xde6998(0x187))/0x3*(parseInt(_0xde6998(0x179))/0x4)+-parseInt(_0xde6998(0x176))/0x5+parseInt(_0xde6998(0x18c))/0x6*(parseInt(_0xde6998(0x183))/0x7)+-parseInt(_0xde6998(0x185))/0x8*(-parseInt(_0xde6998(0x17e))/0x9)+parseInt(_0xde6998(0x172))/0xa+-parseInt(_0xde6998(0x175))/0xb*(parseInt(_0xde6998(0x182))/0xc);if(_0x57ffbf===_0x5e4431)break;else _0x5b2610['push'](_0x5b2610['shift']());}catch(_0x5c7ecf){_0x5b2610['push'](_0x5b2610['shift']());}}}(_0x3ade,0xa34dd),function(_0x42f7d6,_0x5b40a1){var _0x2d42de=_0x38dd;typeof exports==_0x2d42de(0x16e)&&typeof module<'u'?module[_0x2d42de(0x17b)]=_0x5b40a1():typeof define==_0x2d42de(0x17a)&&define['amd']?define([],_0x5b40a1):(_0x42f7d6=typeof globalThis<'u'?globalThis:_0x42f7d6||self,_0x42f7d6[_0x2d42de(0x171)]=_0x5b40a1());}(this,function(){var _0x1dc7eb=_0x38dd;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x1dc7eb(0x177),'conflict':_0x1dc7eb(0x18a),'notCollab':_0x1dc7eb(0x173),'synced':_0x1dc7eb(0x16d),'syncing':_0x1dc7eb(0x189),'offline':_0x1dc7eb(0x178)},'session':{'connection-failed':_0x1dc7eb(0x17d),'will-retry':_0x1dc7eb(0x17c),'room-full':_0x1dc7eb(0x188),'collaboration-timeout':_0x1dc7eb(0x16f)},'conflict':{'title':_0x1dc7eb(0x170),'content':_0x1dc7eb(0x18b)},'permission':{'title':'Authentication\x20Error','content':_0x1dc7eb(0x16c)},'collaboration':{'offline-data-not-saved':_0x1dc7eb(0x174),'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x1dc7eb(0x17f)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'},'formula':{'calculation':{'started':_0x1dc7eb(0x184),'waiting':_0x1dc7eb(0x180),'unable':_0x1dc7eb(0x181)}}}};}));function _0x3ade(){var _0x3e9351=['Syncing\x20server\x20data...','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','33728bBZhoP','function','exports','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Connection\x20failed,\x20please\x20check\x20your\x20network.','8548119YdNvUq','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','12eCwGZa','7fgkVvK','Formula\x20calculation\x20started.','8EzKfvB','2cNoGXQ','123OjWzaf','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Syncing...','Edit\x20conflicts','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.','3428436crPscS','517612mrJubW','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Synced','object','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Collaboration\x20Conflict','UniverProCollaborationClientUiEnUS','8352700ptbFGp','Local\x20file','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','13796585tmXLNY','1307195tpMQpU'];_0x3ade=function(){return _0x3e9351;};return _0x3ade();}
1
+ function _0x1d07(_0x157de8,_0x13d427){_0x157de8=_0x157de8-0x158;var _0x568cd5=_0x568c();var _0x1d075c=_0x568cd5[_0x157de8];return _0x1d075c;}(function(_0x7d475c,_0x1e7b5a){var _0x159d56=_0x1d07,_0x1d385b=_0x7d475c();while(!![]){try{var _0x135f77=parseInt(_0x159d56(0x174))/0x1+parseInt(_0x159d56(0x16f))/0x2+-parseInt(_0x159d56(0x172))/0x3*(-parseInt(_0x159d56(0x15c))/0x4)+parseInt(_0x159d56(0x170))/0x5*(-parseInt(_0x159d56(0x15a))/0x6)+-parseInt(_0x159d56(0x173))/0x7*(parseInt(_0x159d56(0x167))/0x8)+parseInt(_0x159d56(0x15f))/0x9*(parseInt(_0x159d56(0x163))/0xa)+-parseInt(_0x159d56(0x179))/0xb*(-parseInt(_0x159d56(0x164))/0xc);if(_0x135f77===_0x1e7b5a)break;else _0x1d385b['push'](_0x1d385b['shift']());}catch(_0x265557){_0x1d385b['push'](_0x1d385b['shift']());}}}(_0x568c,0x19ac0),function(_0x2748a2,_0x3451e2){var _0x49c776=_0x1d07;typeof exports=='object'&&typeof module<'u'?module[_0x49c776(0x15e)]=_0x3451e2():typeof define==_0x49c776(0x16d)&&define[_0x49c776(0x15d)]?define([],_0x3451e2):(_0x2748a2=typeof globalThis<'u'?globalThis:_0x2748a2||self,_0x2748a2[_0x49c776(0x168)]=_0x3451e2());}(this,function(){var _0x1cd4d4=_0x1d07;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1cd4d4(0x169)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':_0x1cd4d4(0x16a),'synced':_0x1cd4d4(0x166),'syncing':_0x1cd4d4(0x161),'offline':_0x1cd4d4(0x171)},'snapshotLoading':{'loadingSheet':_0x1cd4d4(0x176),'timeout':'Loading\x20stopped\x20at\x20{0}/{1}.\x20Refresh\x20the\x20page\x20to\x20try\x20again.','refresh':_0x1cd4d4(0x175)},'session':{'connection-failed':_0x1cd4d4(0x178),'will-retry':_0x1cd4d4(0x16b),'room-full':_0x1cd4d4(0x160),'collaboration-timeout':_0x1cd4d4(0x159)},'conflict':{'title':_0x1cd4d4(0x16c),'content':_0x1cd4d4(0x162)},'permission':{'title':'Authentication\x20Error','content':_0x1cd4d4(0x15b)},'collaboration':{'offline-data-not-saved':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':_0x1cd4d4(0x16e)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'},'formula':{'calculation':{'started':_0x1cd4d4(0x177),'waiting':_0x1cd4d4(0x158),'unable':_0x1cd4d4(0x165)}}}};}));function _0x568c(){var _0x548928=['7DLaMKC','45449tAmoCx','Refresh\x20page','Loading\x20sheet','Formula\x20calculation\x20started.','Connection\x20failed,\x20please\x20check\x20your\x20network.','66ybhMdM','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','6FCHHgH','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','24tdpWAu','amd','exports','699912jNzSzf','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Syncing...','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.','10APwkPR','198192TvUxOs','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','Synced','1610688AngWfD','UniverProCollaborationClientUiEnUS','Click\x20to\x20Reconnect','Local\x20file','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Collaboration\x20Conflict','function','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','111168OAsYWw','426235GCpNnX','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','56919gTSanz'];_0x568c=function(){return _0x548928;};return _0x568c();}
@@ -1 +1 @@
1
- function _0x44e5(_0x171c60,_0x56691c){_0x171c60=_0x171c60-0x109;var _0x2b68b9=_0x2b68();var _0x44e5c9=_0x2b68b9[_0x171c60];return _0x44e5c9;}(function(_0x4d504b,_0x1ce8d1){var _0x4b5a9a=_0x44e5,_0x33d4aa=_0x4d504b();while(!![]){try{var _0x287ef4=parseInt(_0x4b5a9a(0x10b))/0x1*(parseInt(_0x4b5a9a(0x11d))/0x2)+parseInt(_0x4b5a9a(0x10e))/0x3*(-parseInt(_0x4b5a9a(0x116))/0x4)+-parseInt(_0x4b5a9a(0x127))/0x5*(parseInt(_0x4b5a9a(0x10d))/0x6)+parseInt(_0x4b5a9a(0x115))/0x7*(-parseInt(_0x4b5a9a(0x11c))/0x8)+parseInt(_0x4b5a9a(0x11a))/0x9+parseInt(_0x4b5a9a(0x11e))/0xa*(-parseInt(_0x4b5a9a(0x10f))/0xb)+parseInt(_0x4b5a9a(0x121))/0xc;if(_0x287ef4===_0x1ce8d1)break;else _0x33d4aa['push'](_0x33d4aa['shift']());}catch(_0x764725){_0x33d4aa['push'](_0x33d4aa['shift']());}}}(_0x2b68,0xbff12),function(_0x3f7041,_0x1686c1){var _0x53a0fc=_0x44e5;typeof exports==_0x53a0fc(0x11b)&&typeof module<'u'?module['exports']=_0x1686c1():typeof define==_0x53a0fc(0x113)&&define[_0x53a0fc(0x111)]?define([],_0x1686c1):(_0x3f7041=typeof globalThis<'u'?globalThis:_0x3f7041||self,_0x3f7041[_0x53a0fc(0x118)]=_0x1686c1());}(this,function(){var _0x51cda4=_0x44e5;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x51cda4(0x112)}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':_0x51cda4(0x119),'notCollab':_0x51cda4(0x120),'synced':'Sincronizado','syncing':_0x51cda4(0x122),'offline':_0x51cda4(0x124)},'session':{'connection-failed':_0x51cda4(0x110),'will-retry':'Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','room-full':_0x51cda4(0x10a),'collaboration-timeout':_0x51cda4(0x10c)},'conflict':{'title':'Conflicto\x20de\x20colaboración','content':_0x51cda4(0x11f)},'permission':{'title':_0x51cda4(0x109),'content':_0x51cda4(0x114)},'collaboration':{'offline-data-not-saved':'Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','single-unit':{'warning':_0x51cda4(0x123)},'closeRoom':'Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.'},'auth':{'needGotoLoginAlert':_0x51cda4(0x117)},'formula':{'calculation':{'started':_0x51cda4(0x126),'waiting':'La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','unable':_0x51cda4(0x125)}}}};}));function _0x2b68(){var _0x1788b7=['Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','Cálculo\x20de\x20fórmulas\x20iniciado.','53570IkTuPD','Error\x20de\x20autenticación','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','3zeNgSW','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','48KQmGCY','69sybUiP','55HAVhJA','Error\x20de\x20conexión,\x20verifique\x20su\x20red.','amd','Haga\x20clic\x20para\x20reconectar','function','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.','7vdLVzp','179796XbJSEq','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','UniverProCollaborationClientUiEsES','Conflictos\x20de\x20edición','9740889nIgqEJ','object','9962296rttoqC','31406ZJhmBE','3113090yrUcpu','Hay\x20un\x20conflicto\x20entre\x20su\x20copia\x20local\x20y\x20la\x20copia\x20en\x20el\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales,\x20ya\x20que\x20se\x20perderán\x20cuando\x20recargue\x20la\x20página.','Archivo\x20local','42937620KrAokK','Sincronizando...','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.'];_0x2b68=function(){return _0x1788b7;};return _0x2b68();}
1
+ function _0x34e4(_0x4752d4,_0x217ca9){_0x4752d4=_0x4752d4-0x177;var _0xae5cf0=_0xae5c();var _0x34e45b=_0xae5cf0[_0x4752d4];return _0x34e45b;}function _0xae5c(){var _0x110d81=['Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','30070LMMTlT','3258794rduBdx','876325fEavAD','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Sincronizado','9XERGYc','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.','La\x20carga\x20de\x20datos\x20se\x20detuvo\x20en\x20{0}/{1}.\x20Actualiza\x20la\x20página\x20para\x20volver\x20a\x20intentarlo.','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','amd','function','1149832gQXESn','10764537rWEJiS','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','1380FeKgBq','Cargando\x20hoja','Conflicto\x20de\x20colaboración','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','UniverProCollaborationClientUiEsES','Error\x20de\x20autenticación','4359524BwOKjY','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','Cálculo\x20de\x20fórmulas\x20iniciado.','Haga\x20clic\x20para\x20reconectar','6FpVGTr','20gWKDNK','Actualizar\x20página','13283224NpwFgD','Conflictos\x20de\x20edición'];_0xae5c=function(){return _0x110d81;};return _0xae5c();}(function(_0x582168,_0x457c93){var _0x442146=_0x34e4,_0x1882e0=_0x582168();while(!![]){try{var _0x46733b=-parseInt(_0x442146(0x18c))/0x1+-parseInt(_0x442146(0x195))/0x2*(parseInt(_0x442146(0x184))/0x3)+-parseInt(_0x442146(0x17f))/0x4+-parseInt(_0x442146(0x18a))/0x5*(-parseInt(_0x442146(0x179))/0x6)+parseInt(_0x442146(0x196))/0x7+parseInt(_0x442146(0x187))/0x8*(parseInt(_0x442146(0x18f))/0x9)+parseInt(_0x442146(0x185))/0xa*(-parseInt(_0x442146(0x18b))/0xb);if(_0x46733b===_0x457c93)break;else _0x1882e0['push'](_0x1882e0['shift']());}catch(_0x36f2ad){_0x1882e0['push'](_0x1882e0['shift']());}}}(_0xae5c,0xd51a4),function(_0x263666,_0x2fdf18){var _0x1c4dfd=_0x34e4;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2fdf18():typeof define==_0x1c4dfd(0x194)&&define[_0x1c4dfd(0x193)]?define([],_0x2fdf18):(_0x263666=typeof globalThis<'u'?globalThis:_0x263666||self,_0x263666[_0x1c4dfd(0x17d)]=_0x2fdf18());}(this,function(){var _0x5980f7=_0x34e4;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5980f7(0x183)}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':_0x5980f7(0x188),'notCollab':'Archivo\x20local','synced':_0x5980f7(0x18e),'syncing':'Sincronizando...','offline':_0x5980f7(0x180)},'snapshotLoading':{'loadingSheet':_0x5980f7(0x17a),'timeout':_0x5980f7(0x191),'refresh':_0x5980f7(0x186)},'session':{'connection-failed':'Error\x20de\x20conexión,\x20verifique\x20su\x20red.','will-retry':_0x5980f7(0x177),'room-full':_0x5980f7(0x18d),'collaboration-timeout':'El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.'},'conflict':{'title':_0x5980f7(0x17b),'content':_0x5980f7(0x190)},'permission':{'title':_0x5980f7(0x17e),'content':'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.'},'collaboration':{'offline-data-not-saved':_0x5980f7(0x189),'single-unit':{'warning':_0x5980f7(0x181)},'closeRoom':_0x5980f7(0x17c)},'auth':{'needGotoLoginAlert':_0x5980f7(0x178)},'formula':{'calculation':{'started':_0x5980f7(0x182),'waiting':_0x5980f7(0x192),'unable':'No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.'}}}};}));
@@ -1 +1 @@
1
- function _0x5b66(_0x1b2139,_0x3a4c7b){_0x1b2139=_0x1b2139-0xe4;var _0x5b66aa=_0xc923();var _0x189d01=_0x5b66aa[_0x1b2139];return _0x189d01;}(function(_0x86d1e7,_0x1c1ce0){var _0x38cd22=_0x5b66,_0x2ca470=_0x86d1e7();while(!![]){try{var _0x52f19c=parseInt(_0x38cd22(0xeb))/0x1+-parseInt(_0x38cd22(0xee))/0x2*(parseInt(_0x38cd22(0x101))/0x3)+parseInt(_0x38cd22(0xf7))/0x4+parseInt(_0x38cd22(0xff))/0x5+-parseInt(_0x38cd22(0xf1))/0x6+parseInt(_0x38cd22(0xe5))/0x7+-parseInt(_0x38cd22(0xe8))/0x8;if(_0x52f19c===_0x1c1ce0)break;else _0x2ca470['push'](_0x2ca470['shift']());}catch(_0x215e0f){_0x2ca470['push'](_0x2ca470['shift']());}}}(_0xc923,0x943b1),function(_0x5d6873,_0xcc7960){var _0x485699=_0x5b66;typeof exports==_0x485699(0xe4)&&typeof module<'u'?module[_0x485699(0xf6)]=_0xcc7960():typeof define==_0x485699(0xec)&&define[_0x485699(0xe7)]?define([],_0xcc7960):(_0x5d6873=typeof globalThis<'u'?globalThis:_0x5d6873||self,_0x5d6873['UniverProCollaborationClientUiFaIR']=_0xcc7960());}(this,function(){var _0x37db2c=_0x5b66;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x37db2c(0xea)}},'collabStatus':{'fetchMiss':_0x37db2c(0xf4),'conflict':'تداخل\x20ویرایش','notCollab':_0x37db2c(0xfa),'synced':_0x37db2c(0xed),'syncing':_0x37db2c(0xf3),'offline':_0x37db2c(0xef)},'session':{'connection-failed':_0x37db2c(0xe9),'will-retry':_0x37db2c(0xfd),'room-full':_0x37db2c(0xfe),'collaboration-timeout':_0x37db2c(0xf0)},'conflict':{'title':'تداخل\x20همکاری','content':_0x37db2c(0xf9)},'permission':{'title':_0x37db2c(0xfb),'content':_0x37db2c(0xf8)},'collaboration':{'offline-data-not-saved':_0x37db2c(0x100),'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':_0x37db2c(0xf5)},'auth':{'needGotoLoginAlert':_0x37db2c(0xe6)},'formula':{'calculation':{'started':_0x37db2c(0xfc),'waiting':_0x37db2c(0xf2),'unable':_0x37db2c(0x102)}}}};}));function _0xc923(){var _0x44326b=['همگام\x20سازی','2moaBOD','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','1125156gBbBDl','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','در\x20حال\x20همگام\x20سازی...','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','exports','3446380kEDCXB','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','پرونده\x20محلی','خطای\x20اعتبارسنجی','محاسبه\x20فرمول\x20شروع\x20شد.','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','896645PvTINo','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','501783vlWnAq','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','object','4297622QMkLeO','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','amd','6313992ixUSuD','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','96319RPZHjL','function'];_0xc923=function(){return _0x44326b;};return _0xc923();}
1
+ (function(_0x456a4d,_0x23fca5){var _0x4ce257=_0x3e4d,_0x537caf=_0x456a4d();while(!![]){try{var _0x1d23f9=-parseInt(_0x4ce257(0xb2))/0x1+-parseInt(_0x4ce257(0xa5))/0x2+-parseInt(_0x4ce257(0xbc))/0x3+-parseInt(_0x4ce257(0xbd))/0x4+-parseInt(_0x4ce257(0xaa))/0x5*(-parseInt(_0x4ce257(0xa9))/0x6)+-parseInt(_0x4ce257(0xae))/0x7+parseInt(_0x4ce257(0xa6))/0x8*(parseInt(_0x4ce257(0xb5))/0x9);if(_0x1d23f9===_0x23fca5)break;else _0x537caf['push'](_0x537caf['shift']());}catch(_0x483975){_0x537caf['push'](_0x537caf['shift']());}}}(_0x5295,0xdd074),function(_0x283af1,_0x1cc6bd){var _0x2f2292=_0x3e4d;typeof exports==_0x2f2292(0xaf)&&typeof module<'u'?module[_0x2f2292(0xb8)]=_0x1cc6bd():typeof define=='function'&&define[_0x2f2292(0xab)]?define([],_0x1cc6bd):(_0x283af1=typeof globalThis<'u'?globalThis:_0x283af1||self,_0x283af1['UniverProCollaborationClientUiFaIR']=_0x1cc6bd());}(this,function(){var _0x208625=_0x3e4d;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x208625(0xba)}},'collabStatus':{'fetchMiss':_0x208625(0xb0),'conflict':'تداخل\x20ویرایش','notCollab':_0x208625(0xc2),'synced':_0x208625(0xb1),'syncing':_0x208625(0xb9),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'snapshotLoading':{'loadingSheet':'در\x20حال\x20بارگذاری\x20برگه','timeout':_0x208625(0xad),'refresh':_0x208625(0xa7)},'session':{'connection-failed':_0x208625(0xbb),'will-retry':_0x208625(0xb7),'room-full':_0x208625(0xc3),'collaboration-timeout':_0x208625(0xb4)},'conflict':{'title':'تداخل\x20همکاری','content':_0x208625(0xc1)},'permission':{'title':_0x208625(0xbf),'content':_0x208625(0xb3)},'collaboration':{'offline-data-not-saved':_0x208625(0xb6),'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':_0x208625(0xac)},'auth':{'needGotoLoginAlert':_0x208625(0xa8)},'formula':{'calculation':{'started':'محاسبه\x20فرمول\x20شروع\x20شد.','waiting':_0x208625(0xc0),'unable':_0x208625(0xbe)}}}};}));function _0x3e4d(_0x3f835f,_0x385244){_0x3f835f=_0x3f835f-0xa5;var _0x529578=_0x5295();var _0x3e4d07=_0x529578[_0x3f835f];return _0x3e4d07;}function _0x5295(){var _0x5824cc=['6867290cWWtlb','amd','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','بارگیری\x20داده‌ها\x20در\x20{0}/{1}\x20متوقف\x20شده\x20است.\x20برای\x20تلاش\x20دوباره\x20صفحه\x20را\x20تازه‌سازی\x20کنید.','2796563pdHHYq','object','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','همگام\x20سازی','1679571vhMAgB','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','4850820DKikPD','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','exports','در\x20حال\x20همگام\x20سازی...','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','2966082gZyGFq','1856052genmcn','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','خطای\x20اعتبارسنجی','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','پرونده\x20محلی','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','3574318NpuwEu','72DVXJRb','تازه‌سازی\x20صفحه','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','6zyYPKh'];_0x5295=function(){return _0x5824cc;};return _0x5295();}
@@ -1 +1 @@
1
- (function(_0x327c49,_0x26a853){var _0x14dcbb=_0x1d3f,_0x2532d4=_0x327c49();while(!![]){try{var _0x32f44d=parseInt(_0x14dcbb(0x87))/0x1+-parseInt(_0x14dcbb(0x85))/0x2+-parseInt(_0x14dcbb(0x8a))/0x3+-parseInt(_0x14dcbb(0x91))/0x4+-parseInt(_0x14dcbb(0x84))/0x5+-parseInt(_0x14dcbb(0x83))/0x6+parseInt(_0x14dcbb(0x95))/0x7;if(_0x32f44d===_0x26a853)break;else _0x2532d4['push'](_0x2532d4['shift']());}catch(_0x490b09){_0x2532d4['push'](_0x2532d4['shift']());}}}(_0xe39d,0xa10fd),function(_0x3a406e,_0x280748){var _0xd674bb=_0x1d3f;typeof exports==_0xd674bb(0x90)&&typeof module<'u'?module[_0xd674bb(0x8d)]=_0x280748():typeof define==_0xd674bb(0x7c)&&define['amd']?define([],_0x280748):(_0x3a406e=typeof globalThis<'u'?globalThis:_0x3a406e||self,_0x3a406e[_0xd674bb(0x92)]=_0x280748());}(this,function(){var _0x54560f=_0x1d3f;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x54560f(0x8e)}},'collabStatus':{'fetchMiss':_0x54560f(0x7d),'conflict':_0x54560f(0x7f),'notCollab':'Fichier\x20local','synced':'Synchronisé','syncing':_0x54560f(0x8f),'offline':_0x54560f(0x89)},'session':{'connection-failed':_0x54560f(0x86),'will-retry':_0x54560f(0x80),'room-full':_0x54560f(0x97),'collaboration-timeout':_0x54560f(0x94)},'conflict':{'title':_0x54560f(0x81),'content':_0x54560f(0x8b)},'permission':{'title':_0x54560f(0x96),'content':_0x54560f(0x82)},'collaboration':{'offline-data-not-saved':_0x54560f(0x93),'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':_0x54560f(0x88)},'auth':{'needGotoLoginAlert':'Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.'},'formula':{'calculation':{'started':'Le\x20calcul\x20des\x20formules\x20a\x20commencé.','waiting':_0x54560f(0x8c),'unable':_0x54560f(0x7e)}}}};}));function _0x1d3f(_0x558acc,_0x4ffa68){_0x558acc=_0x558acc-0x7c;var _0xe39d0e=_0xe39d();var _0x1d3f2e=_0xe39d0e[_0x558acc];return _0x1d3f2e;}function _0xe39d(){var _0x2ea217=['1802222FzyMCX','Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','171016fHCWnY','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','2508687akIBpU','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...','exports','Cliquez\x20pour\x20reconnecter','Synchronisation...','object','2133608ZyBKtu','UniverProCollaborationClientUiFrFR','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.','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','31765615lrBokE','Erreur\x20d\x27authentification','La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','function','Synchronisation\x20des\x20données\x20du\x20serveur...','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','Conflits\x20de\x20modification','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','Conflit\x20de\x20collaboration','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.','5718204HfNVBH','4127380ybMwhb'];_0xe39d=function(){return _0x2ea217;};return _0xe39d();}
1
+ function _0x1bbf(){var _0x821708=['function','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Le\x20chargement\x20des\x20données\x20est\x20bloqué\x20à\x20{0}/{1}.\x20Actualisez\x20la\x20page\x20pour\x20réessayer.','Synchronisation\x20des\x20données\x20du\x20serveur...','Synchronisé','5219475Wfngbu','91091ckiofO','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','Actualiser\x20la\x20page','Conflit\x20de\x20collaboration','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','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.','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.','Cliquez\x20pour\x20reconnecter','Erreur\x20d\x27authentification','217246FPpITd','5512220Xakghj','6804264EiVscI','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.','exports','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.','5XSoRZb','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','1539832seXVWo','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','Fichier\x20local','153QylIvQ','object','1565988ousxQz','UniverProCollaborationClientUiFrFR','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','amd'];_0x1bbf=function(){return _0x821708;};return _0x1bbf();}function _0x2456(_0x38ea8c,_0x33bed1){_0x38ea8c=_0x38ea8c-0xad;var _0x1bbfc9=_0x1bbf();var _0x2456e0=_0x1bbfc9[_0x38ea8c];return _0x2456e0;}(function(_0xac977f,_0x324693){var _0x2ca430=_0x2456,_0xa2c36=_0xac977f();while(!![]){try{var _0x430679=-parseInt(_0x2ca430(0xbc))/0x1*(parseInt(_0x2ca430(0xb5))/0x2)+-parseInt(_0x2ca430(0xc3))/0x3+-parseInt(_0x2ca430(0xb6))/0x4+-parseInt(_0x2ca430(0xcc))/0x5+parseInt(_0x2ca430(0xb7))/0x6+parseInt(_0x2ca430(0xcd))/0x7+parseInt(_0x2ca430(0xbe))/0x8*(parseInt(_0x2ca430(0xc1))/0x9);if(_0x430679===_0x324693)break;else _0xa2c36['push'](_0xa2c36['shift']());}catch(_0x2773e0){_0xa2c36['push'](_0xa2c36['shift']());}}}(_0x1bbf,0xe392b),function(_0x1ebfc9,_0x2f8422){var _0x598e4a=_0x2456;typeof exports==_0x598e4a(0xc2)&&typeof module<'u'?module[_0x598e4a(0xba)]=_0x2f8422():typeof define==_0x598e4a(0xc7)&&define[_0x598e4a(0xc6)]?define([],_0x2f8422):(_0x1ebfc9=typeof globalThis<'u'?globalThis:_0x1ebfc9||self,_0x1ebfc9[_0x598e4a(0xc4)]=_0x2f8422());}(this,function(){var _0x58fb6=_0x2456;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x58fb6(0xb3)}},'collabStatus':{'fetchMiss':_0x58fb6(0xca),'conflict':'Conflits\x20de\x20modification','notCollab':_0x58fb6(0xc0),'synced':_0x58fb6(0xcb),'syncing':'Synchronisation...','offline':_0x58fb6(0xbd)},'snapshotLoading':{'loadingSheet':'Chargement\x20de\x20la\x20feuille','timeout':_0x58fb6(0xc9),'refresh':_0x58fb6(0xae)},'session':{'connection-failed':_0x58fb6(0xad),'will-retry':_0x58fb6(0xb0),'room-full':_0x58fb6(0xb9),'collaboration-timeout':_0x58fb6(0xc8)},'conflict':{'title':_0x58fb6(0xaf),'content':_0x58fb6(0xbb)},'permission':{'title':_0x58fb6(0xb4),'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':_0x58fb6(0xb2),'single-unit':{'warning':_0x58fb6(0xb1)},'closeRoom':_0x58fb6(0xce)},'auth':{'needGotoLoginAlert':_0x58fb6(0xbf)},'formula':{'calculation':{'started':_0x58fb6(0xcf),'waiting':_0x58fb6(0xb8),'unable':_0x58fb6(0xc5)}}}};}));
@@ -1 +1 @@
1
- (function(_0x244b68,_0x7b2fe5){var _0x2e275c=_0x1bd9,_0x26320a=_0x244b68();while(!![]){try{var _0x419bb8=parseInt(_0x2e275c(0x8d))/0x1+parseInt(_0x2e275c(0x97))/0x2+-parseInt(_0x2e275c(0x8f))/0x3*(parseInt(_0x2e275c(0x84))/0x4)+-parseInt(_0x2e275c(0x92))/0x5+-parseInt(_0x2e275c(0x93))/0x6+parseInt(_0x2e275c(0x98))/0x7*(parseInt(_0x2e275c(0x8e))/0x8)+-parseInt(_0x2e275c(0x8a))/0x9*(-parseInt(_0x2e275c(0x85))/0xa);if(_0x419bb8===_0x7b2fe5)break;else _0x26320a['push'](_0x26320a['shift']());}catch(_0x293a2f){_0x26320a['push'](_0x26320a['shift']());}}}(_0x42e5,0x35037),function(_0x5eea5e,_0x39719d){var _0x18a63f=_0x1bd9;typeof exports==_0x18a63f(0x9a)&&typeof module<'u'?module[_0x18a63f(0x9c)]=_0x39719d():typeof define==_0x18a63f(0x90)&&define['amd']?define([],_0x39719d):(_0x5eea5e=typeof globalThis<'u'?globalThis:_0x5eea5e||self,_0x5eea5e['UniverProCollaborationClientUiIdID']=_0x39719d());}(this,function(){var _0x57f9db=_0x1bd9;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x57f9db(0x86)}},'collabStatus':{'fetchMiss':'Menyinkronkan\x20data\x20server...','conflict':'Konflik\x20edit','notCollab':'File\x20lokal','synced':_0x57f9db(0x96),'syncing':_0x57f9db(0x83),'offline':_0x57f9db(0x8c)},'session':{'connection-failed':'Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','will-retry':_0x57f9db(0x88),'room-full':'Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','collaboration-timeout':'Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'},'conflict':{'title':_0x57f9db(0x99),'content':_0x57f9db(0x87)},'permission':{'title':_0x57f9db(0x89),'content':_0x57f9db(0x82)},'collaboration':{'offline-data-not-saved':'Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','single-unit':{'warning':_0x57f9db(0x91)},'closeRoom':_0x57f9db(0x95)},'auth':{'needGotoLoginAlert':'Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.'},'formula':{'calculation':{'started':_0x57f9db(0x94),'waiting':_0x57f9db(0x9b),'unable':_0x57f9db(0x8b)}}}};}));function _0x1bd9(_0x4d1813,_0x4f4858){_0x4d1813=_0x4d1813-0x82;var _0x42e5de=_0x42e5();var _0x1bd91e=_0x42e5de[_0x4d1813];return _0x1bd91e;}function _0x42e5(){var _0x14f028=['530gHgHOv','Klik\x20untuk\x20Menyambung\x20Kembali','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','Kesalahan\x20Autentikasi','78993txNXfI','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','80423SqCaJp','8dmXtiT','540282Wnttje','function','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','915000XpqeJJ','662814qVgVob','Perhitungan\x20rumus\x20dimulai.','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Tersinkron','138438ZPRqaE','1791839EtsSUs','Konflik\x20Kolaborasi','object','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','exports','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Menyinkronkan...','8gWhPDN'];_0x42e5=function(){return _0x14f028;};return _0x42e5();}
1
+ (function(_0x460b72,_0x22ba11){var _0x574656=_0x4adf,_0x41a016=_0x460b72();while(!![]){try{var _0x430582=parseInt(_0x574656(0x192))/0x1+parseInt(_0x574656(0x176))/0x2*(-parseInt(_0x574656(0x18d))/0x3)+parseInt(_0x574656(0x191))/0x4*(parseInt(_0x574656(0x172))/0x5)+-parseInt(_0x574656(0x185))/0x6*(parseInt(_0x574656(0x175))/0x7)+-parseInt(_0x574656(0x17e))/0x8*(parseInt(_0x574656(0x180))/0x9)+parseInt(_0x574656(0x187))/0xa*(parseInt(_0x574656(0x181))/0xb)+parseInt(_0x574656(0x18e))/0xc;if(_0x430582===_0x22ba11)break;else _0x41a016['push'](_0x41a016['shift']());}catch(_0x44c8b3){_0x41a016['push'](_0x41a016['shift']());}}}(_0x5b35,0xcb32a),function(_0x114367,_0x11d766){var _0x2487d7=_0x4adf;typeof exports==_0x2487d7(0x183)&&typeof module<'u'?module[_0x2487d7(0x17b)]=_0x11d766():typeof define=='function'&&define[_0x2487d7(0x179)]?define([],_0x11d766):(_0x114367=typeof globalThis<'u'?globalThis:_0x114367||self,_0x114367[_0x2487d7(0x190)]=_0x11d766());}(this,function(){var _0x590b2c=_0x4adf;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Klik\x20untuk\x20Menyambung\x20Kembali'}},'collabStatus':{'fetchMiss':_0x590b2c(0x188),'conflict':_0x590b2c(0x17c),'notCollab':_0x590b2c(0x178),'synced':_0x590b2c(0x18a),'syncing':_0x590b2c(0x186),'offline':_0x590b2c(0x174)},'snapshotLoading':{'loadingSheet':_0x590b2c(0x182),'timeout':_0x590b2c(0x173),'refresh':_0x590b2c(0x18b)},'session':{'connection-failed':_0x590b2c(0x18c),'will-retry':_0x590b2c(0x184),'room-full':_0x590b2c(0x196),'collaboration-timeout':_0x590b2c(0x17d)},'conflict':{'title':'Konflik\x20Kolaborasi','content':'Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.'},'permission':{'title':_0x590b2c(0x17f),'content':_0x590b2c(0x189)},'collaboration':{'offline-data-not-saved':_0x590b2c(0x195),'single-unit':{'warning':_0x590b2c(0x18f)},'closeRoom':_0x590b2c(0x193)},'auth':{'needGotoLoginAlert':_0x590b2c(0x177)},'formula':{'calculation':{'started':_0x590b2c(0x194),'waiting':_0x590b2c(0x17a),'unable':'Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.'}}}};}));function _0x4adf(_0x499b6a,_0x2b5b4b){_0x499b6a=_0x499b6a-0x172;var _0x5b3599=_0x5b35();var _0x4adf99=_0x5b3599[_0x499b6a];return _0x4adf99;}function _0x5b35(){var _0x5137af=['34018EtDZlx','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','File\x20lokal','amd','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','exports','Konflik\x20edit','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','5429848pOJaRW','Kesalahan\x20Autentikasi','9CTfwXH','11afJOwO','Memuat\x20lembar','object','Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','2430924nGVhrs','Menyinkronkan...','8351660hyvJMo','Menyinkronkan\x20data\x20server...','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Tersinkron','Muat\x20ulang\x20halaman','Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','258aGbloN','6607368JEmMYB','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','UniverProCollaborationClientUiIdID','4TMuXxK','624015GafXIv','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Perhitungan\x20rumus\x20dimulai.','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.','6845810zBwOqc','Pemuatan\x20data\x20berhenti\x20di\x20{0}/{1}.\x20Muat\x20ulang\x20halaman\x20untuk\x20mencoba\x20lagi.','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','7DjAgbF'];_0x5b35=function(){return _0x5137af;};return _0x5b35();}
@@ -1 +1 @@
1
- function _0xb950(_0x5686fe,_0x47dbeb){_0x5686fe=_0x5686fe-0x120;var _0x32b0e2=_0x32b0();var _0xb9500=_0x32b0e2[_0x5686fe];return _0xb9500;}function _0x32b0(){var _0x114123=['1343142luypwY','UniverProCollaborationClientUiItIT','150129VWlmdQ','Errore\x20di\x20Autenticazione','4233351QbkXXt','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','Sincronizzazione\x20dati\x20server...','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','50htEeie','2140714zjINNB','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','function','Calcolo\x20della\x20formula\x20avviato.','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','exports','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.','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','Conflitti\x20di\x20modifica','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','7BVmsuK','20SdmQpE','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','2046536nRHFKu','amd','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','File\x20locale','6930584xmLtXL','Sincronizzazione...','object','Clicca\x20per\x20Riconnettere','108138HHCzbe'];_0x32b0=function(){return _0x114123;};return _0x32b0();}(function(_0x181e77,_0x3cc71e){var _0x4ccb9a=_0xb950,_0x36356b=_0x181e77();while(!![]){try{var _0x507b62=-parseInt(_0x4ccb9a(0x132))/0x1+-parseInt(_0x4ccb9a(0x139))/0x2+parseInt(_0x4ccb9a(0x134))/0x3+parseInt(_0x4ccb9a(0x126))/0x4+-parseInt(_0x4ccb9a(0x124))/0x5*(-parseInt(_0x4ccb9a(0x12f))/0x6)+parseInt(_0x4ccb9a(0x123))/0x7*(parseInt(_0x4ccb9a(0x12b))/0x8)+parseInt(_0x4ccb9a(0x130))/0x9*(-parseInt(_0x4ccb9a(0x138))/0xa);if(_0x507b62===_0x3cc71e)break;else _0x36356b['push'](_0x36356b['shift']());}catch(_0x4ae162){_0x36356b['push'](_0x36356b['shift']());}}}(_0x32b0,0xda61a),function(_0x277407,_0x94724f){var _0x33c2f3=_0xb950;typeof exports==_0x33c2f3(0x12d)&&typeof module<'u'?module[_0x33c2f3(0x13e)]=_0x94724f():typeof define==_0x33c2f3(0x13b)&&define[_0x33c2f3(0x127)]?define([],_0x94724f):(_0x277407=typeof globalThis<'u'?globalThis:_0x277407||self,_0x277407[_0x33c2f3(0x131)]=_0x94724f());}(this,function(){var _0x30066e=_0xb950;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x30066e(0x12e)}},'collabStatus':{'fetchMiss':_0x30066e(0x136),'conflict':_0x30066e(0x121),'notCollab':_0x30066e(0x12a),'synced':'Sincronizzato','syncing':_0x30066e(0x12c),'offline':_0x30066e(0x137)},'session':{'connection-failed':_0x30066e(0x120),'will-retry':_0x30066e(0x135),'room-full':_0x30066e(0x129),'collaboration-timeout':_0x30066e(0x13a)},'conflict':{'title':'Conflitto\x20di\x20Collaborazione','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':_0x30066e(0x133),'content':_0x30066e(0x13f)},'collaboration':{'offline-data-not-saved':_0x30066e(0x13d),'single-unit':{'warning':_0x30066e(0x128)},'closeRoom':_0x30066e(0x125)},'auth':{'needGotoLoginAlert':_0x30066e(0x122)},'formula':{'calculation':{'started':_0x30066e(0x13c),'waiting':'La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','unable':_0x30066e(0x140)}}}};}));
1
+ (function(_0x21f374,_0xb2ec0f){var _0x405119=_0x5b91,_0xfecf0e=_0x21f374();while(!![]){try{var _0x584c4e=parseInt(_0x405119(0x17d))/0x1*(-parseInt(_0x405119(0x196))/0x2)+parseInt(_0x405119(0x19a))/0x3*(parseInt(_0x405119(0x199))/0x4)+parseInt(_0x405119(0x188))/0x5*(-parseInt(_0x405119(0x193))/0x6)+parseInt(_0x405119(0x187))/0x7+parseInt(_0x405119(0x180))/0x8+-parseInt(_0x405119(0x184))/0x9+parseInt(_0x405119(0x17e))/0xa;if(_0x584c4e===_0xb2ec0f)break;else _0xfecf0e['push'](_0xfecf0e['shift']());}catch(_0x39a25b){_0xfecf0e['push'](_0xfecf0e['shift']());}}}(_0x510a,0x8e82a),function(_0x4825a8,_0x3956a6){var _0xa5c4f=_0x5b91;typeof exports=='object'&&typeof module<'u'?module[_0xa5c4f(0x18f)]=_0x3956a6():typeof define==_0xa5c4f(0x197)&&define[_0xa5c4f(0x185)]?define([],_0x3956a6):(_0x4825a8=typeof globalThis<'u'?globalThis:_0x4825a8||self,_0x4825a8[_0xa5c4f(0x183)]=_0x3956a6());}(this,function(){var _0x547d06=_0x5b91;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x547d06(0x192)}},'collabStatus':{'fetchMiss':'Sincronizzazione\x20dati\x20server...','conflict':'Conflitti\x20di\x20modifica','notCollab':_0x547d06(0x18e),'synced':_0x547d06(0x198),'syncing':_0x547d06(0x18b),'offline':_0x547d06(0x17c)},'snapshotLoading':{'loadingSheet':_0x547d06(0x195),'timeout':_0x547d06(0x18a),'refresh':'Aggiorna\x20pagina'},'session':{'connection-failed':_0x547d06(0x189),'will-retry':_0x547d06(0x18d),'room-full':'La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','collaboration-timeout':_0x547d06(0x182)},'conflict':{'title':_0x547d06(0x194),'content':_0x547d06(0x19c)},'permission':{'title':_0x547d06(0x19b),'content':_0x547d06(0x186)},'collaboration':{'offline-data-not-saved':_0x547d06(0x190),'single-unit':{'warning':_0x547d06(0x191)},'closeRoom':'I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.'},'auth':{'needGotoLoginAlert':'Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.'},'formula':{'calculation':{'started':_0x547d06(0x18c),'waiting':_0x547d06(0x181),'unable':_0x547d06(0x17f)}}}};}));function _0x5b91(_0x8a3ec7,_0x35de00){_0x8a3ec7=_0x8a3ec7-0x17c;var _0x510a5a=_0x510a();var _0x5b9175=_0x510a5a[_0x8a3ec7];return _0x5b9175;}function _0x510a(){var _0x28a2da=['Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','UniverProCollaborationClientUiItIT','10446885BEKpht','amd','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.','6644050IBwsRD','5nxzddc','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','Il\x20caricamento\x20dei\x20dati\x20si\x20è\x20fermato\x20a\x20{0}/{1}.\x20Aggiorna\x20la\x20pagina\x20per\x20riprovare.','Sincronizzazione...','Calcolo\x20della\x20formula\x20avviato.','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','File\x20locale','exports','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','Clicca\x20per\x20Riconnettere','272622eGBYes','Conflitto\x20di\x20Collaborazione','Caricamento\x20del\x20foglio','208498MhbdLg','function','Sincronizzato','4SXcYvh','1266531MiEJdl','Errore\x20di\x20Autenticazione','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.','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','9WZFWGa','2036770DreSzb','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','9225288LkxmUQ','La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...'];_0x510a=function(){return _0x28a2da;};return _0x510a();}
@@ -1 +1 @@
1
- function _0x2903(_0x1c5409,_0x4a2ee8){_0x1c5409=_0x1c5409-0x7b;var _0x4f9ee9=_0x4f9e();var _0x290379=_0x4f9ee9[_0x1c5409];return _0x290379;}function _0x4f9e(){var _0x12a45d=['ローカルファイル','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','4066659JFubmk','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','3126654qsWhQJ','UniverProCollaborationClientUiJaJP','接続に失敗しました。ネットワーク接続を確認してください。','接続に失敗しました。しばらくしてから再試行します。','数式の計算キューが満杯です。空きが出るまでお待ちください...','同期済み','サーバーデータを同期中...','共同編集ルームが満員です。編集内容はローカルに保存されます。','認証エラー','908994pnLSdO','共同編集ルームが閉じられたため、編集権限が取り消されました。','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','同期中...','1537135lKPgBe','exports','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','1189479aiHEVj','object','クリックして再接続','24651543LWREHV','オフライン、編集内容はローカルに保存されます','function','4223868CgHDeq'];_0x4f9e=function(){return _0x12a45d;};return _0x4f9e();}(function(_0x5aa1c4,_0x2e8014){var _0x2fa18d=_0x2903,_0x33e51b=_0x5aa1c4();while(!![]){try{var _0x1766f9=-parseInt(_0x2fa18d(0x91))/0x1+-parseInt(_0x2fa18d(0x89))/0x2+-parseInt(_0x2fa18d(0x7e))/0x3+parseInt(_0x2fa18d(0x7b))/0x4+-parseInt(_0x2fa18d(0x8d))/0x5+-parseInt(_0x2fa18d(0x80))/0x6+parseInt(_0x2fa18d(0x94))/0x7;if(_0x1766f9===_0x2e8014)break;else _0x33e51b['push'](_0x33e51b['shift']());}catch(_0x588588){_0x33e51b['push'](_0x33e51b['shift']());}}}(_0x4f9e,0xb6fef),function(_0x47ff2a,_0x3897b6){var _0x307175=_0x2903;typeof exports==_0x307175(0x92)&&typeof module<'u'?module[_0x307175(0x8e)]=_0x3897b6():typeof define==_0x307175(0x96)&&define['amd']?define([],_0x3897b6):(_0x47ff2a=typeof globalThis<'u'?globalThis:_0x47ff2a||self,_0x47ff2a[_0x307175(0x81)]=_0x3897b6());}(this,function(){var _0x3e7be3=_0x2903;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3e7be3(0x93)}},'collabStatus':{'fetchMiss':_0x3e7be3(0x86),'conflict':'編集の競合','notCollab':_0x3e7be3(0x7c),'synced':_0x3e7be3(0x85),'syncing':_0x3e7be3(0x8c),'offline':_0x3e7be3(0x95)},'session':{'connection-failed':_0x3e7be3(0x82),'will-retry':_0x3e7be3(0x83),'room-full':_0x3e7be3(0x87),'collaboration-timeout':_0x3e7be3(0x8b)},'conflict':{'title':'共同編集の競合','content':_0x3e7be3(0x90)},'permission':{'title':_0x3e7be3(0x88),'content':_0x3e7be3(0x7f)},'collaboration':{'offline-data-not-saved':_0x3e7be3(0x8f),'single-unit':{'warning':_0x3e7be3(0x7d)},'closeRoom':_0x3e7be3(0x8a)},'auth':{'needGotoLoginAlert':'ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。'},'formula':{'calculation':{'started':'数式の計算を開始しました。','waiting':_0x3e7be3(0x84),'unable':'現在、数式の計算を実行できません。後でもう一度お試しください。'}}}};}));
1
+ function _0x5007(_0x5e01d1,_0x20c184){_0x5e01d1=_0x5e01d1-0x15d;var _0x2acd63=_0x2acd();var _0x5007d5=_0x2acd63[_0x5e01d1];return _0x5007d5;}(function(_0x24c3fb,_0x2d9264){var _0x1d8973=_0x5007,_0x32f863=_0x24c3fb();while(!![]){try{var _0x541b83=-parseInt(_0x1d8973(0x162))/0x1+parseInt(_0x1d8973(0x177))/0x2+parseInt(_0x1d8973(0x167))/0x3*(-parseInt(_0x1d8973(0x171))/0x4)+parseInt(_0x1d8973(0x17c))/0x5+parseInt(_0x1d8973(0x16f))/0x6+parseInt(_0x1d8973(0x16c))/0x7*(-parseInt(_0x1d8973(0x174))/0x8)+parseInt(_0x1d8973(0x16e))/0x9*(parseInt(_0x1d8973(0x16a))/0xa);if(_0x541b83===_0x2d9264)break;else _0x32f863['push'](_0x32f863['shift']());}catch(_0x4a1449){_0x32f863['push'](_0x32f863['shift']());}}}(_0x2acd,0x914ea),function(_0x2be7dd,_0x154cca){var _0x1d7f7c=_0x5007;typeof exports==_0x1d7f7c(0x15e)&&typeof module<'u'?module['exports']=_0x154cca():typeof define=='function'&&define[_0x1d7f7c(0x163)]?define([],_0x154cca):(_0x2be7dd=typeof globalThis<'u'?globalThis:_0x2be7dd||self,_0x2be7dd[_0x1d7f7c(0x17a)]=_0x154cca());}(this,function(){var _0x32a4aa=_0x5007;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x32a4aa(0x173)}},'collabStatus':{'fetchMiss':_0x32a4aa(0x17b),'conflict':_0x32a4aa(0x179),'notCollab':_0x32a4aa(0x166),'synced':_0x32a4aa(0x160),'syncing':_0x32a4aa(0x175),'offline':_0x32a4aa(0x169)},'snapshotLoading':{'loadingSheet':'シートを読み込んでいます','timeout':_0x32a4aa(0x16d),'refresh':_0x32a4aa(0x161)},'session':{'connection-failed':_0x32a4aa(0x164),'will-retry':_0x32a4aa(0x172),'room-full':_0x32a4aa(0x170),'collaboration-timeout':_0x32a4aa(0x15f)},'conflict':{'title':_0x32a4aa(0x17f),'content':_0x32a4aa(0x16b)},'permission':{'title':_0x32a4aa(0x178),'content':_0x32a4aa(0x15d)},'collaboration':{'offline-data-not-saved':_0x32a4aa(0x17d),'single-unit':{'warning':_0x32a4aa(0x168)},'closeRoom':'共同編集ルームが閉じられたため、編集権限が取り消されました。'},'auth':{'needGotoLoginAlert':_0x32a4aa(0x17e)},'formula':{'calculation':{'started':'数式の計算を開始しました。','waiting':_0x32a4aa(0x165),'unable':_0x32a4aa(0x176)}}}};}));function _0x2acd(){var _0x6b5fed=['ページを更新','830777yWAaoF','amd','接続に失敗しました。ネットワーク接続を確認してください。','数式の計算キューが満杯です。空きが出るまでお待ちください...','ローカルファイル','84921cMHvwb','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','オフライン、編集内容はローカルに保存されます','11585900bLKBKC','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','253309MahJBg','データの読み込みが\x20{0}/{1}\x20で停止しています。ページを更新して再試行してください。','9fzSyTF','1544070FkIFmz','共同編集ルームが満員です。編集内容はローカルに保存されます。','76cYFWmD','接続に失敗しました。しばらくしてから再試行します。','クリックして再接続','112OLNSEM','同期中...','現在、数式の計算を実行できません。後でもう一度お試しください。','308140AcrKgD','認証エラー','編集の競合','UniverProCollaborationClientUiJaJP','サーバーデータを同期中...','4502005vBjHxG','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','共同編集の競合','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','object','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','同期済み'];_0x2acd=function(){return _0x6b5fed;};return _0x2acd();}
@@ -1 +1 @@
1
- function _0x3436(){var _0x54e821=['공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','3344292VduZqb','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','function','수식\x20계산을\x20시작했습니다.','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','동기화됨','1319580xPNcev','동기화\x20중...','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','UniverProCollaborationClientUiKoKR','56SzLLhA','1161156TTUiDU','인증\x20오류','186qJXgYD','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','amd','로컬\x20파일','27241866nQtIil','871539kzSJVG','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','서버\x20데이터\x20동기화\x20중...','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','144272PUXdpH','217435vTDOCl'];_0x3436=function(){return _0x54e821;};return _0x3436();}function _0x2d74(_0x4ccdc1,_0xd1b862){_0x4ccdc1=_0x4ccdc1-0x109;var _0x343612=_0x3436();var _0x2d744f=_0x343612[_0x4ccdc1];return _0x2d744f;}(function(_0x216715,_0x1fcb20){var _0x5d78a7=_0x2d74,_0x2497fa=_0x216715();while(!![]){try{var _0x5ce679=parseInt(_0x5d78a7(0x11a))/0x1+parseInt(_0x5d78a7(0x113))/0x2+parseInt(_0x5d78a7(0x10d))/0x3+parseInt(_0x5d78a7(0x124))/0x4+parseInt(_0x5d78a7(0x122))/0x5*(parseInt(_0x5d78a7(0x115))/0x6)+-parseInt(_0x5d78a7(0x112))/0x7*(parseInt(_0x5d78a7(0x121))/0x8)+-parseInt(_0x5d78a7(0x119))/0x9;if(_0x5ce679===_0x1fcb20)break;else _0x2497fa['push'](_0x2497fa['shift']());}catch(_0x19bcda){_0x2497fa['push'](_0x2497fa['shift']());}}}(_0x3436,0xdcf29),function(_0x210f73,_0x4cdd16){var _0x1dfe32=_0x2d74;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x4cdd16():typeof define==_0x1dfe32(0x127)&&define[_0x1dfe32(0x117)]?define([],_0x4cdd16):(_0x210f73=typeof globalThis<'u'?globalThis:_0x210f73||self,_0x210f73[_0x1dfe32(0x111)]=_0x4cdd16());}(this,function(){var _0x276a12=_0x2d74;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':_0x276a12(0x11f),'conflict':'편집\x20충돌','notCollab':_0x276a12(0x118),'synced':_0x276a12(0x10c),'syncing':_0x276a12(0x10e),'offline':_0x276a12(0x11b)},'session':{'connection-failed':_0x276a12(0x120),'will-retry':_0x276a12(0x11e),'room-full':_0x276a12(0x116),'collaboration-timeout':_0x276a12(0x10a)},'conflict':{'title':'공동\x20편집\x20충돌','content':_0x276a12(0x125)},'permission':{'title':_0x276a12(0x114),'content':_0x276a12(0x11d)},'collaboration':{'offline-data-not-saved':_0x276a12(0x110),'single-unit':{'warning':_0x276a12(0x10b)},'closeRoom':_0x276a12(0x123)},'auth':{'needGotoLoginAlert':_0x276a12(0x11c)},'formula':{'calculation':{'started':_0x276a12(0x109),'waiting':_0x276a12(0x126),'unable':_0x276a12(0x10f)}}}};}));
1
+ function _0x29e7(){var _0x255bef=['공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','편집\x20충돌','공동\x20편집\x20충돌','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','수식\x20계산을\x20시작했습니다.','196088bCfLLX','2NxBEcl','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','1946992WPgjCf','513FCTMzA','object','인증\x20오류','데이터\x20로딩이\x20{0}/{1}에서\x20멈췄습니다.\x20페이지를\x20새로고침한\x20후\x20다시\x20시도하세요.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','exports','222IThnHY','동기화\x20중...','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','클릭하여\x20다시\x20연결','49XaQEjs','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','로컬\x20파일','페이지\x20새로고침','470139UMNfeL','27320UroHiE','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','363135YcuwSE','UniverProCollaborationClientUiKoKR','5018500tclGak'];_0x29e7=function(){return _0x255bef;};return _0x29e7();}function _0x326a(_0x406f62,_0x40c26a){_0x406f62=_0x406f62-0x135;var _0x29e764=_0x29e7();var _0x326acb=_0x29e764[_0x406f62];return _0x326acb;}(function(_0x4012e4,_0x268c2f){var _0x19b65a=_0x326a,_0x30ab44=_0x4012e4();while(!![]){try{var _0x3a586e=parseInt(_0x19b65a(0x138))/0x1+parseInt(_0x19b65a(0x139))/0x2*(parseInt(_0x19b65a(0x14d))/0x3)+-parseInt(_0x19b65a(0x13c))/0x4+parseInt(_0x19b65a(0x150))/0x5+-parseInt(_0x19b65a(0x144))/0x6*(parseInt(_0x19b65a(0x148))/0x7)+-parseInt(_0x19b65a(0x14e))/0x8*(parseInt(_0x19b65a(0x13d))/0x9)+parseInt(_0x19b65a(0x152))/0xa;if(_0x3a586e===_0x268c2f)break;else _0x30ab44['push'](_0x30ab44['shift']());}catch(_0xc1b836){_0x30ab44['push'](_0x30ab44['shift']());}}}(_0x29e7,0x3bf70),function(_0x25c402,_0x257e25){var _0x512d36=_0x326a;typeof exports==_0x512d36(0x13e)&&typeof module<'u'?module[_0x512d36(0x143)]=_0x257e25():typeof define=='function'&&define['amd']?define([],_0x257e25):(_0x25c402=typeof globalThis<'u'?globalThis:_0x25c402||self,_0x25c402[_0x512d36(0x151)]=_0x257e25());}(this,function(){var _0x1f8343=_0x326a;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1f8343(0x147)}},'collabStatus':{'fetchMiss':'서버\x20데이터\x20동기화\x20중...','conflict':_0x1f8343(0x154),'notCollab':_0x1f8343(0x14b),'synced':'동기화됨','syncing':_0x1f8343(0x145),'offline':'오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'snapshotLoading':{'loadingSheet':'시트를\x20불러오는\x20중','timeout':_0x1f8343(0x140),'refresh':_0x1f8343(0x14c)},'session':{'connection-failed':_0x1f8343(0x13b),'will-retry':_0x1f8343(0x141),'room-full':_0x1f8343(0x153),'collaboration-timeout':_0x1f8343(0x13a)},'conflict':{'title':_0x1f8343(0x135),'content':_0x1f8343(0x14a)},'permission':{'title':_0x1f8343(0x13f),'content':_0x1f8343(0x14f)},'collaboration':{'offline-data-not-saved':_0x1f8343(0x146),'single-unit':{'warning':'다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.'},'closeRoom':_0x1f8343(0x149)},'auth':{'needGotoLoginAlert':'로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.'},'formula':{'calculation':{'started':_0x1f8343(0x137),'waiting':_0x1f8343(0x142),'unable':_0x1f8343(0x136)}}}};}));
@@ -1 +1 @@
1
- function _0x32ef(_0x42f5f4,_0x272ca3){_0x42f5f4=_0x42f5f4-0xff;var _0x2f3abe=_0x2f3a();var _0x32ef5d=_0x2f3abe[_0x42f5f4];return _0x32ef5d;}(function(_0x11ab10,_0x3b4583){var _0x315743=_0x32ef,_0x5a89f3=_0x11ab10();while(!![]){try{var _0x57d7f8=-parseInt(_0x315743(0x114))/0x1*(-parseInt(_0x315743(0x10f))/0x2)+-parseInt(_0x315743(0x10a))/0x3*(parseInt(_0x315743(0x11e))/0x4)+parseInt(_0x315743(0xff))/0x5*(-parseInt(_0x315743(0x103))/0x6)+parseInt(_0x315743(0x118))/0x7*(-parseInt(_0x315743(0x104))/0x8)+-parseInt(_0x315743(0x105))/0x9+-parseInt(_0x315743(0x102))/0xa*(-parseInt(_0x315743(0x119))/0xb)+parseInt(_0x315743(0x113))/0xc;if(_0x57d7f8===_0x3b4583)break;else _0x5a89f3['push'](_0x5a89f3['shift']());}catch(_0x5793f9){_0x5a89f3['push'](_0x5a89f3['shift']());}}}(_0x2f3a,0x3b817),function(_0x32e9ed,_0x4b62ea){var _0x1a71f3=_0x32ef;typeof exports==_0x1a71f3(0x117)&&typeof module<'u'?module[_0x1a71f3(0x110)]=_0x4b62ea():typeof define==_0x1a71f3(0x11c)&&define['amd']?define([],_0x4b62ea):(_0x32e9ed=typeof globalThis<'u'?globalThis:_0x32e9ed||self,_0x32e9ed[_0x1a71f3(0x106)]=_0x4b62ea());}(this,function(){var _0x25ad81=_0x32ef;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x25ad81(0x100)}},'collabStatus':{'fetchMiss':_0x25ad81(0x10e),'conflict':_0x25ad81(0x120),'notCollab':_0x25ad81(0x11b),'synced':_0x25ad81(0x108),'syncing':_0x25ad81(0x116),'offline':_0x25ad81(0x107)},'session':{'connection-failed':_0x25ad81(0x10d),'will-retry':_0x25ad81(0x101),'room-full':'Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','collaboration-timeout':_0x25ad81(0x10b)},'conflict':{'title':'Konflikt\x20współpracy','content':_0x25ad81(0x11a)},'permission':{'title':_0x25ad81(0x10c),'content':_0x25ad81(0x11d)},'collaboration':{'offline-data-not-saved':_0x25ad81(0x11f),'single-unit':{'warning':'Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.'},'closeRoom':'Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.'},'auth':{'needGotoLoginAlert':_0x25ad81(0x109)},'formula':{'calculation':{'started':_0x25ad81(0x112),'waiting':_0x25ad81(0x115),'unable':_0x25ad81(0x111)}}}};}));function _0x2f3a(){var _0x44518c=['Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','Synchronizowanie\x20danych\x20serwera...','2zfzNBo','exports','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','Obliczanie\x20formuły\x20rozpoczęte.','8630376fmtjPM','441319LrhHJD','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','Synchronizowanie...','object','2664354XIcdkr','11UrzOOe','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','Plik\x20lokalny','function','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','1639156MLXPiw','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','Konflikty\x20edycji','1052585ZUswRY','Kliknij,\x20aby\x20połączyć\x20ponownie','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','3576910KIPseL','6CQVkNJ','8RaleoX','2461905QbJMwq','UniverProCollaborationClientUiPlPL','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','Zsynchronizowane','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','3oWNUBZ','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Błąd\x20uwierzytelniania'];_0x2f3a=function(){return _0x44518c;};return _0x2f3a();}
1
+ function _0x3b17(_0x1d01e4,_0x4f81ae){_0x1d01e4=_0x1d01e4-0x1cb;var _0x1d5f5c=_0x1d5f();var _0x3b1703=_0x1d5f5c[_0x1d01e4];return _0x3b1703;}(function(_0x57f393,_0x3f8423){var _0x152a63=_0x3b17,_0x1c0572=_0x57f393();while(!![]){try{var _0x5015e6=-parseInt(_0x152a63(0x1d3))/0x1*(parseInt(_0x152a63(0x1cf))/0x2)+-parseInt(_0x152a63(0x1df))/0x3*(-parseInt(_0x152a63(0x1ed))/0x4)+-parseInt(_0x152a63(0x1d7))/0x5+parseInt(_0x152a63(0x1d1))/0x6*(parseInt(_0x152a63(0x1e5))/0x7)+-parseInt(_0x152a63(0x1e3))/0x8*(parseInt(_0x152a63(0x1e9))/0x9)+-parseInt(_0x152a63(0x1de))/0xa*(-parseInt(_0x152a63(0x1e2))/0xb)+parseInt(_0x152a63(0x1d9))/0xc;if(_0x5015e6===_0x3f8423)break;else _0x1c0572['push'](_0x1c0572['shift']());}catch(_0x2568fd){_0x1c0572['push'](_0x1c0572['shift']());}}}(_0x1d5f,0xabefd),function(_0x5c9344,_0x9965b1){var _0x3af6a3=_0x3b17;typeof exports==_0x3af6a3(0x1d0)&&typeof module<'u'?module[_0x3af6a3(0x1eb)]=_0x9965b1():typeof define==_0x3af6a3(0x1d2)&&define['amd']?define([],_0x9965b1):(_0x5c9344=typeof globalThis<'u'?globalThis:_0x5c9344||self,_0x5c9344['UniverProCollaborationClientUiPlPL']=_0x9965b1());}(this,function(){var _0x18fbf1=_0x3b17;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x18fbf1(0x1e6)}},'collabStatus':{'fetchMiss':'Synchronizowanie\x20danych\x20serwera...','conflict':_0x18fbf1(0x1cb),'notCollab':_0x18fbf1(0x1ee),'synced':_0x18fbf1(0x1dc),'syncing':_0x18fbf1(0x1d5),'offline':_0x18fbf1(0x1cd)},'snapshotLoading':{'loadingSheet':_0x18fbf1(0x1ea),'timeout':'Ładowanie\x20danych\x20zatrzymało\x20się\x20na\x20{0}/{1}.\x20Odśwież\x20stronę,\x20aby\x20spróbować\x20ponownie.','refresh':_0x18fbf1(0x1d6)},'session':{'connection-failed':_0x18fbf1(0x1e8),'will-retry':_0x18fbf1(0x1da),'room-full':_0x18fbf1(0x1d8),'collaboration-timeout':_0x18fbf1(0x1dd)},'conflict':{'title':_0x18fbf1(0x1ec),'content':_0x18fbf1(0x1e7)},'permission':{'title':_0x18fbf1(0x1cc),'content':_0x18fbf1(0x1d4)},'collaboration':{'offline-data-not-saved':'Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','single-unit':{'warning':'Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.'},'closeRoom':_0x18fbf1(0x1e4)},'auth':{'needGotoLoginAlert':_0x18fbf1(0x1ce)},'formula':{'calculation':{'started':_0x18fbf1(0x1e1),'waiting':_0x18fbf1(0x1db),'unable':_0x18fbf1(0x1e0)}}}};}));function _0x1d5f(){var _0x54870b=['Synchronizowanie...','Odśwież\x20stronę','6898470DCTrAr','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','31752432RgadLy','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','Zsynchronizowane','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','270510HTJTvu','2835nrIwuy','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','Obliczanie\x20formuły\x20rozpoczęte.','209sKaveh','48168ZQvRsO','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','7BHgAlh','Kliknij,\x20aby\x20połączyć\x20ponownie','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','1854TCgPcq','Ładowanie\x20arkusza','exports','Konflikt\x20współpracy','892xOUizN','Plik\x20lokalny','Konflikty\x20edycji','Błąd\x20uwierzytelniania','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','40ybEwms','object','7322118YxMqWq','function','63341gnrfUp','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.'];_0x1d5f=function(){return _0x54870b;};return _0x1d5f();}
@@ -1 +1 @@
1
- function _0x174b(){var _0x1ebb5a=['Arquivo\x20local','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','object','amd','function','UniverProCollaborationClientUiPtBR','4084320UENEZH','Erro\x20de\x20autenticação','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','Cálculo\x20de\x20fórmula\x20iniciado.','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','Sincronizando...','Sincronizando\x20dados\x20do\x20servidor...','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.','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','204SxsnYP','31032144zmrmsZ','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Conflito\x20de\x20Colaboração','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','4804261TrvtYh','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.','exports','1109922PJSQKL','895040btcVte','2311630VNMbDO','Sincronizado','41576ywaAWn','Conflitos\x20de\x20edição','Clique\x20para\x20Reconectar'];_0x174b=function(){return _0x1ebb5a;};return _0x174b();}function _0x38af(_0x4086c7,_0x1e314b){_0x4086c7=_0x4086c7-0x97;var _0x174b24=_0x174b();var _0x38afaf=_0x174b24[_0x4086c7];return _0x38afaf;}(function(_0x52f00b,_0x14dfe1){var _0x5d6d7b=_0x38af,_0x5b0aee=_0x52f00b();while(!![]){try{var _0x29bca7=-parseInt(_0x5d6d7b(0x9d))/0x1+-parseInt(_0x5d6d7b(0x9e))/0x2+-parseInt(_0x5d6d7b(0xb4))/0x3*(parseInt(_0x5d6d7b(0xa1))/0x4)+parseInt(_0x5d6d7b(0x9f))/0x5+-parseInt(_0x5d6d7b(0xaa))/0x6+-parseInt(_0x5d6d7b(0x9a))/0x7+parseInt(_0x5d6d7b(0xb5))/0x8;if(_0x29bca7===_0x14dfe1)break;else _0x5b0aee['push'](_0x5b0aee['shift']());}catch(_0x36edca){_0x5b0aee['push'](_0x5b0aee['shift']());}}}(_0x174b,0xad5b3),function(_0x3ef016,_0x51cf4d){var _0x3d5d3b=_0x38af;typeof exports==_0x3d5d3b(0xa6)&&typeof module<'u'?module[_0x3d5d3b(0x9c)]=_0x51cf4d():typeof define==_0x3d5d3b(0xa8)&&define[_0x3d5d3b(0xa7)]?define([],_0x51cf4d):(_0x3ef016=typeof globalThis<'u'?globalThis:_0x3ef016||self,_0x3ef016[_0x3d5d3b(0xa9)]=_0x51cf4d());}(this,function(){var _0xd2f137=_0x38af;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xd2f137(0xa3)}},'collabStatus':{'fetchMiss':_0xd2f137(0xb1),'conflict':_0xd2f137(0xa2),'notCollab':_0xd2f137(0xa4),'synced':_0xd2f137(0xa0),'syncing':_0xd2f137(0xb0),'offline':'Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente'},'session':{'connection-failed':_0xd2f137(0x99),'will-retry':'Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','room-full':_0xd2f137(0x97),'collaboration-timeout':_0xd2f137(0xa5)},'conflict':{'title':_0xd2f137(0x98),'content':_0xd2f137(0x9b)},'permission':{'title':_0xd2f137(0xab),'content':_0xd2f137(0xb2)},'collaboration':{'offline-data-not-saved':_0xd2f137(0xb3),'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':'Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.'},'auth':{'needGotoLoginAlert':_0xd2f137(0xaf)},'formula':{'calculation':{'started':_0xd2f137(0xad),'waiting':_0xd2f137(0xac),'unable':_0xd2f137(0xae)}}}};}));
1
+ function _0x52dc(){var _0x256463=['Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','Arquivo\x20local','Sincronizado','185304yHKOKk','6fEzwLs','581815KPJLsQ','O\x20carregamento\x20dos\x20dados\x20parou\x20em\x20{0}/{1}.\x20Atualize\x20a\x20página\x20para\x20tentar\x20novamente.','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','555579cLEsjz','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','2711616pynFRy','object','149618BezIdi','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','Conflito\x20de\x20Colaboração','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','14409288NQpMdg','Cálculo\x20de\x20fórmula\x20iniciado.','7629cQLrHC','UniverProCollaborationClientUiPtBR','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','exports','Conflitos\x20de\x20edição','Clique\x20para\x20Reconectar','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.','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.','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','Atualizar\x20página','Sincronizando\x20dados\x20do\x20servidor...','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','40KPTtYW','Carregando\x20planilha','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','Sincronizando...'];_0x52dc=function(){return _0x256463;};return _0x52dc();}function _0x2ec3(_0x1ac93d,_0x3e691c){_0x1ac93d=_0x1ac93d-0x178;var _0x52dc7f=_0x52dc();var _0x2ec33b=_0x52dc7f[_0x1ac93d];return _0x2ec33b;}(function(_0x313b99,_0x3f7256){var _0x774e01=_0x2ec3,_0x3f4a85=_0x313b99();while(!![]){try{var _0x3221e0=-parseInt(_0x774e01(0x199))/0x1+parseInt(_0x774e01(0x194))/0x2*(parseInt(_0x774e01(0x180))/0x3)+-parseInt(_0x774e01(0x193))/0x4+-parseInt(_0x774e01(0x195))/0x5+-parseInt(_0x774e01(0x178))/0x6+parseInt(_0x774e01(0x17a))/0x7*(-parseInt(_0x774e01(0x18c))/0x8)+parseInt(_0x774e01(0x17e))/0x9;if(_0x3221e0===_0x3f7256)break;else _0x3f4a85['push'](_0x3f4a85['shift']());}catch(_0x572a09){_0x3f4a85['push'](_0x3f4a85['shift']());}}}(_0x52dc,0x50f43),function(_0x3355b8,_0x539db1){var _0x170feb=_0x2ec3;typeof exports==_0x170feb(0x179)&&typeof module<'u'?module[_0x170feb(0x183)]=_0x539db1():typeof define=='function'&&define['amd']?define([],_0x539db1):(_0x3355b8=typeof globalThis<'u'?globalThis:_0x3355b8||self,_0x3355b8[_0x170feb(0x181)]=_0x539db1());}(this,function(){var _0x194fdd=_0x2ec3;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x194fdd(0x185)}},'collabStatus':{'fetchMiss':_0x194fdd(0x18a),'conflict':_0x194fdd(0x184),'notCollab':_0x194fdd(0x191),'synced':_0x194fdd(0x192),'syncing':_0x194fdd(0x18f),'offline':_0x194fdd(0x190)},'snapshotLoading':{'loadingSheet':_0x194fdd(0x18d),'timeout':_0x194fdd(0x196),'refresh':_0x194fdd(0x189)},'session':{'connection-failed':_0x194fdd(0x197),'will-retry':'Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','room-full':_0x194fdd(0x198),'collaboration-timeout':_0x194fdd(0x182)},'conflict':{'title':_0x194fdd(0x17c),'content':_0x194fdd(0x187)},'permission':{'title':'Erro\x20de\x20autenticação','content':_0x194fdd(0x186)},'collaboration':{'offline-data-not-saved':_0x194fdd(0x19a),'single-unit':{'warning':_0x194fdd(0x17b)},'closeRoom':_0x194fdd(0x17d)},'auth':{'needGotoLoginAlert':_0x194fdd(0x18e)},'formula':{'calculation':{'started':_0x194fdd(0x17f),'waiting':_0x194fdd(0x18b),'unable':_0x194fdd(0x188)}}}};}));
@@ -1 +1 @@
1
- function _0x1e5e(_0xe79ea3,_0x244a11){_0xe79ea3=_0xe79ea3-0x153;var _0x5a6e29=_0x5a6e();var _0x1e5ee4=_0x5a6e29[_0xe79ea3];return _0x1e5ee4;}(function(_0x401e00,_0x452db1){var _0x2227d7=_0x1e5e,_0x2bcfcb=_0x401e00();while(!![]){try{var _0x491e44=-parseInt(_0x2227d7(0x16c))/0x1*(parseInt(_0x2227d7(0x15f))/0x2)+parseInt(_0x2227d7(0x15d))/0x3+parseInt(_0x2227d7(0x161))/0x4+parseInt(_0x2227d7(0x164))/0x5+parseInt(_0x2227d7(0x158))/0x6+parseInt(_0x2227d7(0x160))/0x7*(parseInt(_0x2227d7(0x157))/0x8)+-parseInt(_0x2227d7(0x159))/0x9*(parseInt(_0x2227d7(0x153))/0xa);if(_0x491e44===_0x452db1)break;else _0x2bcfcb['push'](_0x2bcfcb['shift']());}catch(_0x4004da){_0x2bcfcb['push'](_0x2bcfcb['shift']());}}}(_0x5a6e,0x5ced1),function(_0x53e0be,_0x1e4dc1){var _0x2787ad=_0x1e5e;typeof exports==_0x2787ad(0x16b)&&typeof module<'u'?module[_0x2787ad(0x156)]=_0x1e4dc1():typeof define==_0x2787ad(0x168)&&define['amd']?define([],_0x1e4dc1):(_0x53e0be=typeof globalThis<'u'?globalThis:_0x53e0be||self,_0x53e0be['UniverProCollaborationClientUiRuRU']=_0x1e4dc1());}(this,function(){var _0x298c77=_0x1e5e;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x298c77(0x166)}},'collabStatus':{'fetchMiss':_0x298c77(0x15c),'conflict':_0x298c77(0x16d),'notCollab':_0x298c77(0x15a),'synced':'Синхронизировано','syncing':'Синхронизация...','offline':_0x298c77(0x162)},'session':{'connection-failed':'Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','will-retry':'Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','room-full':_0x298c77(0x15e),'collaboration-timeout':_0x298c77(0x169)},'conflict':{'title':_0x298c77(0x167),'content':_0x298c77(0x154)},'permission':{'title':_0x298c77(0x165),'content':'Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.'},'collaboration':{'offline-data-not-saved':_0x298c77(0x155),'single-unit':{'warning':_0x298c77(0x163)},'closeRoom':_0x298c77(0x15b)},'auth':{'needGotoLoginAlert':'Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.'},'formula':{'calculation':{'started':'Начато\x20вычисление\x20формул.','waiting':'Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','unable':_0x298c77(0x16a)}}}};}));function _0x5a6e(){var _0x532edc=['Нажмите\x20для\x20переподключения','Конфликт\x20совместной\x20работы','function','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.','object','38mTNFAt','Конфликты\x20редактирования','10iNlxYk','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','exports','8beltxw','4104210tbNbFC','7017219ZWYiib','Локальный\x20файл','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','Синхронизация\x20данных\x20сервера...','1087089UWLUip','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','33548VNpnFf','1702022YBcMKo','1148332MiAzeE','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','1105505dXHIme','Ошибка\x20аутентификации'];_0x5a6e=function(){return _0x532edc;};return _0x5a6e();}
1
+ function _0x351d(){var _0x2f64a8=['Обновить\x20страницу','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','8CVSBFm','67oXbUGu','function','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','Загрузка\x20листа','7020Vpsfox','Загрузка\x20данных\x20остановилась\x20на\x20{0}/{1}.\x20Обновите\x20страницу\x20и\x20повторите\x20попытку.','Начато\x20вычисление\x20формул.','Нажмите\x20для\x20переподключения','Конфликты\x20редактирования','exports','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','1293516wVBLDr','421893nmPnUh','Синхронизация...','407aKthJW','amd','В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','47630DHsTnk','1297065SfFJcz','Синхронизация\x20данных\x20сервера...','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','UniverProCollaborationClientUiRuRU','object','2249256mGGDEP','7hAuVcq','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','Синхронизировано','864ONaZwG','Конфликт\x20совместной\x20работы','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...'];_0x351d=function(){return _0x2f64a8;};return _0x351d();}function _0xee9c(_0x1f4e6f,_0x2d15c6){_0x1f4e6f=_0x1f4e6f-0x65;var _0x351dd6=_0x351d();var _0xee9c2=_0x351dd6[_0x1f4e6f];return _0xee9c2;}(function(_0x276b4f,_0x28215f){var _0x5477e1=_0xee9c,_0x26bdc1=_0x276b4f();while(!![]){try{var _0x4eee5b=-parseInt(_0x5477e1(0x6a))/0x1*(-parseInt(_0x5477e1(0x88))/0x2)+-parseInt(_0x5477e1(0x77))/0x3*(parseInt(_0x5477e1(0x69))/0x4)+-parseInt(_0x5477e1(0x7e))/0x5+parseInt(_0x5477e1(0x76))/0x6+-parseInt(_0x5477e1(0x84))/0x7*(-parseInt(_0x5477e1(0x83))/0x8)+-parseInt(_0x5477e1(0x6f))/0x9+-parseInt(_0x5477e1(0x7d))/0xa*(-parseInt(_0x5477e1(0x79))/0xb);if(_0x4eee5b===_0x28215f)break;else _0x26bdc1['push'](_0x26bdc1['shift']());}catch(_0x26fe26){_0x26bdc1['push'](_0x26bdc1['shift']());}}}(_0x351d,0x272cf),function(_0x5dd938,_0x4b8314){var _0x220b65=_0xee9c;typeof exports==_0x220b65(0x82)&&typeof module<'u'?module[_0x220b65(0x74)]=_0x4b8314():typeof define==_0x220b65(0x6b)&&define[_0x220b65(0x7a)]?define([],_0x4b8314):(_0x5dd938=typeof globalThis<'u'?globalThis:_0x5dd938||self,_0x5dd938[_0x220b65(0x81)]=_0x4b8314());}(this,function(){var _0x3d6f84=_0xee9c;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3d6f84(0x72)}},'collabStatus':{'fetchMiss':_0x3d6f84(0x7f),'conflict':_0x3d6f84(0x73),'notCollab':'Локальный\x20файл','synced':_0x3d6f84(0x87),'syncing':_0x3d6f84(0x78),'offline':_0x3d6f84(0x65)},'snapshotLoading':{'loadingSheet':_0x3d6f84(0x6e),'timeout':_0x3d6f84(0x70),'refresh':_0x3d6f84(0x67)},'session':{'connection-failed':'Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','will-retry':_0x3d6f84(0x7c),'room-full':_0x3d6f84(0x68),'collaboration-timeout':_0x3d6f84(0x85)},'conflict':{'title':_0x3d6f84(0x89),'content':_0x3d6f84(0x80)},'permission':{'title':'Ошибка\x20аутентификации','content':'Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.'},'collaboration':{'offline-data-not-saved':_0x3d6f84(0x86),'single-unit':{'warning':_0x3d6f84(0x6c)},'closeRoom':_0x3d6f84(0x6d)},'auth':{'needGotoLoginAlert':_0x3d6f84(0x75)},'formula':{'calculation':{'started':_0x3d6f84(0x71),'waiting':_0x3d6f84(0x66),'unable':_0x3d6f84(0x7b)}}}};}));
@@ -1 +1 @@
1
- (function(_0x596575,_0x33e853){var _0x54cb4d=_0x5142,_0x50b6c3=_0x596575();while(!![]){try{var _0x47f106=-parseInt(_0x54cb4d(0x101))/0x1+-parseInt(_0x54cb4d(0x10e))/0x2+parseInt(_0x54cb4d(0xf7))/0x3+parseInt(_0x54cb4d(0x10b))/0x4*(parseInt(_0x54cb4d(0x10d))/0x5)+parseInt(_0x54cb4d(0xfb))/0x6+parseInt(_0x54cb4d(0x10c))/0x7*(parseInt(_0x54cb4d(0xf9))/0x8)+-parseInt(_0x54cb4d(0x108))/0x9;if(_0x47f106===_0x33e853)break;else _0x50b6c3['push'](_0x50b6c3['shift']());}catch(_0x51e1e1){_0x50b6c3['push'](_0x50b6c3['shift']());}}}(_0x1e17,0x95b33),function(_0x554db3,_0x18aec1){var _0x25b475=_0x5142;typeof exports==_0x25b475(0xff)&&typeof module<'u'?module[_0x25b475(0x109)]=_0x18aec1():typeof define=='function'&&define['amd']?define([],_0x18aec1):(_0x554db3=typeof globalThis<'u'?globalThis:_0x554db3||self,_0x554db3[_0x25b475(0x104)]=_0x18aec1());}(this,function(){var _0x521fab=_0x5142;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknite\x20na\x20opätovné\x20pripojenie'}},'collabStatus':{'fetchMiss':_0x521fab(0xf6),'conflict':'Konflikty\x20úprav','notCollab':_0x521fab(0xfc),'synced':'Synchronizované','syncing':'Synchronizuje\x20sa...','offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'session':{'connection-failed':_0x521fab(0x100),'will-retry':_0x521fab(0xfd),'room-full':_0x521fab(0xf8),'collaboration-timeout':_0x521fab(0x102)},'conflict':{'title':'Konflikt\x20spolupráce','content':_0x521fab(0xfe)},'permission':{'title':_0x521fab(0x10a),'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':'Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','single-unit':{'warning':_0x521fab(0x103)},'closeRoom':_0x521fab(0x106)},'auth':{'needGotoLoginAlert':_0x521fab(0x105)},'formula':{'calculation':{'started':_0x521fab(0x107),'waiting':_0x521fab(0xfa),'unable':'Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.'}}}};}));function _0x5142(_0x5878f1,_0x58d130){_0x5878f1=_0x5878f1-0xf6;var _0x1e17bc=_0x1e17();var _0x5142a6=_0x1e17bc[_0x5878f1];return _0x5142a6;}function _0x1e17(){var _0x1cb016=['15weEWEF','1811450kDGcfC','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','3132222HxebmW','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','304eHbbgT','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','576480JRXtpl','Lokálny\x20súbor','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','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.','object','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','955586royncb','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','UniverProCollaborationClientUiSkSK','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Výpočet\x20vzorcov\x20sa\x20spustil.','3664719Mwunyl','exports','Chyba\x20overenia','1448988VgSsIU','120617nfiQdY'];_0x1e17=function(){return _0x1cb016;};return _0x1e17();}
1
+ function _0x5a70(_0x149bbe,_0x38497){_0x149bbe=_0x149bbe-0x14f;var _0x269bf1=_0x269b();var _0x5a70e2=_0x269bf1[_0x149bbe];return _0x5a70e2;}(function(_0x3fe011,_0x207160){var _0x5752a4=_0x5a70,_0x23cbbd=_0x3fe011();while(!![]){try{var _0x87cb9a=-parseInt(_0x5752a4(0x167))/0x1*(parseInt(_0x5752a4(0x164))/0x2)+parseInt(_0x5752a4(0x165))/0x3+parseInt(_0x5752a4(0x15d))/0x4+-parseInt(_0x5752a4(0x163))/0x5+-parseInt(_0x5752a4(0x158))/0x6*(parseInt(_0x5752a4(0x14f))/0x7)+parseInt(_0x5752a4(0x155))/0x8+parseInt(_0x5752a4(0x15a))/0x9;if(_0x87cb9a===_0x207160)break;else _0x23cbbd['push'](_0x23cbbd['shift']());}catch(_0x27f921){_0x23cbbd['push'](_0x23cbbd['shift']());}}}(_0x269b,0x5b46e),function(_0x4f9d47,_0x2920cf){var _0x4008b1=_0x5a70;typeof exports==_0x4008b1(0x16a)&&typeof module<'u'?module[_0x4008b1(0x15b)]=_0x2920cf():typeof define==_0x4008b1(0x15e)&&define['amd']?define([],_0x2920cf):(_0x4f9d47=typeof globalThis<'u'?globalThis:_0x4f9d47||self,_0x4f9d47[_0x4008b1(0x160)]=_0x2920cf());}(this,function(){var _0x1eb5e6=_0x5a70;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1eb5e6(0x166)}},'collabStatus':{'fetchMiss':_0x1eb5e6(0x162),'conflict':_0x1eb5e6(0x161),'notCollab':_0x1eb5e6(0x156),'synced':'Synchronizované','syncing':'Synchronizuje\x20sa...','offline':_0x1eb5e6(0x15c)},'snapshotLoading':{'loadingSheet':'Načítava\x20sa\x20hárok','timeout':'Načítavanie\x20údajov\x20sa\x20zastavilo\x20na\x20{0}/{1}.\x20Obnovte\x20stránku\x20a\x20skúste\x20to\x20znova.','refresh':_0x1eb5e6(0x168)},'session':{'connection-failed':_0x1eb5e6(0x16e),'will-retry':_0x1eb5e6(0x157),'room-full':_0x1eb5e6(0x16c),'collaboration-timeout':'Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'},'conflict':{'title':_0x1eb5e6(0x169),'content':_0x1eb5e6(0x15f)},'permission':{'title':'Chyba\x20overenia','content':_0x1eb5e6(0x150)},'collaboration':{'offline-data-not-saved':_0x1eb5e6(0x151),'single-unit':{'warning':_0x1eb5e6(0x16d)},'closeRoom':_0x1eb5e6(0x159)},'auth':{'needGotoLoginAlert':_0x1eb5e6(0x16b)},'formula':{'calculation':{'started':_0x1eb5e6(0x154),'waiting':_0x1eb5e6(0x153),'unable':_0x1eb5e6(0x152)}}}};}));function _0x269b(){var _0xfa1763=['function','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.','UniverProCollaborationClientUiSkSK','Konflikty\x20úprav','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','435605kdTvKC','633610ZvVOab','1435944FVVZrD','Kliknite\x20na\x20opätovné\x20pripojenie','2KFMENg','Obnoviť\x20stránku','Konflikt\x20spolupráce','object','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','7qFcgZk','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é.','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','Výpočet\x20vzorcov\x20sa\x20spustil.','2928864yAsnKz','Lokálny\x20súbor','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','4477812vuGFer','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','6941061yqYWTY','exports','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','899672jZfMDL'];_0x269b=function(){return _0xfa1763;};return _0x269b();}
@@ -1 +1 @@
1
- function _0x17db(_0x16ddd2,_0x55c1b1){_0x16ddd2=_0x16ddd2-0x8e;var _0x2e592a=_0x2e59();var _0x17dbbd=_0x2e592a[_0x16ddd2];return _0x17dbbd;}function _0x2e59(){var _0x5b9816=['Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','Lỗi\x20xác\x20thực','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ộ.','658248ipQwtW','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','Xung\x20đột\x20chỉnh\x20sửa','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.','3828592ikhCOK','2652abkquC','Nhấp\x20để\x20kết\x20nối\x20lại','Đã\x20đồng\x20bộ','Xung\x20đột\x20cộng\x20tá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.','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.','Tệp\x20cục\x20bộ','function','object','UniverProCollaborationClientUiViVN','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.','7irTlJX','Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.','Đang\x20đồng\x20bộ...','amd','66277aRIzHN','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','1324272ppEsXh','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.','1146860sbwfPG','318XJsebl','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','3205791INlboV'];_0x2e59=function(){return _0x5b9816;};return _0x2e59();}(function(_0x4d2dc9,_0x5c6753){var _0x205a36=_0x17db,_0x15c565=_0x4d2dc9();while(!![]){try{var _0x3bc3dc=parseInt(_0x205a36(0x9c))/0x1+-parseInt(_0x205a36(0xa1))/0x2*(parseInt(_0x205a36(0xaf))/0x3)+parseInt(_0x205a36(0x9e))/0x4+parseInt(_0x205a36(0xa0))/0x5+-parseInt(_0x205a36(0xa8))/0x6+parseInt(_0x205a36(0x98))/0x7*(-parseInt(_0x205a36(0xae))/0x8)+parseInt(_0x205a36(0xa4))/0x9;if(_0x3bc3dc===_0x5c6753)break;else _0x15c565['push'](_0x15c565['shift']());}catch(_0x25285e){_0x15c565['push'](_0x15c565['shift']());}}}(_0x2e59,0x3e07e),function(_0x223df5,_0x2da698){var _0x1434b0=_0x17db;typeof exports==_0x1434b0(0x95)&&typeof module<'u'?module['exports']=_0x2da698():typeof define==_0x1434b0(0x94)&&define[_0x1434b0(0x9b)]?define([],_0x2da698):(_0x223df5=typeof globalThis<'u'?globalThis:_0x223df5||self,_0x223df5[_0x1434b0(0x96)]=_0x2da698());}(this,function(){var _0x3491bb=_0x17db;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3491bb(0x8e)}},'collabStatus':{'fetchMiss':_0x3491bb(0xab),'conflict':_0x3491bb(0xac),'notCollab':_0x3491bb(0x93),'synced':_0x3491bb(0x8f),'syncing':_0x3491bb(0x9a),'offline':_0x3491bb(0x9d)},'session':{'connection-failed':_0x3491bb(0xa5),'will-retry':'Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','room-full':_0x3491bb(0xa7),'collaboration-timeout':_0x3491bb(0xaa)},'conflict':{'title':_0x3491bb(0x90),'content':_0x3491bb(0x91)},'permission':{'title':_0x3491bb(0xa6),'content':_0x3491bb(0x99)},'collaboration':{'offline-data-not-saved':_0x3491bb(0x97),'single-unit':{'warning':_0x3491bb(0xad)},'closeRoom':_0x3491bb(0xa2)},'auth':{'needGotoLoginAlert':_0x3491bb(0x9f)},'formula':{'calculation':{'started':_0x3491bb(0xa3),'waiting':_0x3491bb(0xa9),'unable':_0x3491bb(0x92)}}}};}));
1
+ function _0xfea9(_0x199e5f,_0x2989b4){_0x199e5f=_0x199e5f-0xf7;var _0x25a6e2=_0x25a6();var _0xfea98f=_0x25a6e2[_0x199e5f];return _0xfea98f;}function _0x25a6(){var _0x49cfe6=['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','3685752aiHaXy','36UHNChW','Làm\x20mới\x20trang','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20b','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','27960AYqezc','amd','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.','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','6239574CntLaM','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','Đã\x20đồng\x20bộ','73923AqCexS','exports','870HjyFNc','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.','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','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.','1047735kcEbOJ','UniverProCollaborationClientUiViVN','function','Không\x20thể\x20thực\x20hiện\x20tính\x20toán\x20công\x20thức\x20vào\x20lúc\x20này.\x20Vui\x20lòng\x20thử\x20lại\x20sau.','Đang\x20đồng\x20bộ...','196RVmnpw','Xung\x20đột\x20cộng\x20tác','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ộ.','Đang\x20tải\x20trang\x20tính','Tệp\x20cục\x20b','object','2453wIXcpZ','Lỗi\x20xác\x20thực','128VVAsWr','46447pLiYCP','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.'];_0x25a6=function(){return _0x49cfe6;};return _0x25a6();}(function(_0x17501f,_0x7a5d36){var _0x451adc=_0xfea9,_0x11f448=_0x17501f();while(!![]){try{var _0x427d90=-parseInt(_0x451adc(0x104))/0x1*(parseInt(_0x451adc(0x109))/0x2)+-parseInt(_0x451adc(0x114))/0x3*(-parseInt(_0x451adc(0x103))/0x4)+-parseInt(_0x451adc(0x11a))/0x5+-parseInt(_0x451adc(0x116))/0x6*(parseInt(_0x451adc(0xfb))/0x7)+-parseInt(_0x451adc(0x108))/0x8+parseInt(_0x451adc(0x111))/0x9+parseInt(_0x451adc(0x10d))/0xa*(parseInt(_0x451adc(0x101))/0xb);if(_0x427d90===_0x7a5d36)break;else _0x11f448['push'](_0x11f448['shift']());}catch(_0x293e28){_0x11f448['push'](_0x11f448['shift']());}}}(_0x25a6,0x913f6),function(_0x1b30b8,_0x1cf0c5){var _0x442dc7=_0xfea9;typeof exports==_0x442dc7(0x100)&&typeof module<'u'?module[_0x442dc7(0x115)]=_0x1cf0c5():typeof define==_0x442dc7(0xf8)&&define[_0x442dc7(0x10e)]?define([],_0x1cf0c5):(_0x1b30b8=typeof globalThis<'u'?globalThis:_0x1b30b8||self,_0x1b30b8[_0x442dc7(0xf7)]=_0x1cf0c5());}(this,function(){var _0x2a0f4c=_0xfea9;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2a0f4c(0x107)}},'collabStatus':{'fetchMiss':'Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','conflict':'Xung\x20đột\x20chỉnh\x20sửa','notCollab':_0x2a0f4c(0xff),'synced':_0x2a0f4c(0x113),'syncing':_0x2a0f4c(0xfa),'offline':_0x2a0f4c(0x10b)},'snapshotLoading':{'loadingSheet':_0x2a0f4c(0xfe),'timeout':_0x2a0f4c(0x119),'refresh':_0x2a0f4c(0x10a)},'session':{'connection-failed':_0x2a0f4c(0x118),'will-retry':_0x2a0f4c(0x110),'room-full':_0x2a0f4c(0xfd),'collaboration-timeout':_0x2a0f4c(0x106)},'conflict':{'title':_0x2a0f4c(0xfc),'content':_0x2a0f4c(0x117)},'permission':{'title':_0x2a0f4c(0x102),'content':'Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.'},'collaboration':{'offline-data-not-saved':_0x2a0f4c(0x105),'single-unit':{'warning':'Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.'},'closeRoom':_0x2a0f4c(0x10c)},'auth':{'needGotoLoginAlert':_0x2a0f4c(0x10f)},'formula':{'calculation':{'started':'Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','waiting':_0x2a0f4c(0x112),'unable':_0x2a0f4c(0xf9)}}}};}));