@univerjs-pro/collaboration-client-ui 1.0.0-alpha.2 → 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 (101) hide show
  1. package/README.md +6 -3
  2. package/lib/cjs/facade.js +1 -1
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -1
  45. package/lib/index.css +87 -0
  46. package/lib/index.js +1 -1
  47. package/lib/locale/ar-SA.js +1 -1
  48. package/lib/locale/ca-ES.js +1 -1
  49. package/lib/locale/de-DE.js +1 -1
  50. package/lib/locale/en-US.js +1 -1
  51. package/lib/locale/es-ES.js +1 -1
  52. package/lib/locale/fa-IR.js +1 -1
  53. package/lib/locale/fr-FR.js +1 -1
  54. package/lib/locale/id-ID.js +1 -1
  55. package/lib/locale/it-IT.js +1 -1
  56. package/lib/locale/ja-JP.js +1 -1
  57. package/lib/locale/ko-KR.js +1 -1
  58. package/lib/locale/pl-PL.js +1 -1
  59. package/lib/locale/pt-BR.js +1 -1
  60. package/lib/locale/ru-RU.js +1 -1
  61. package/lib/locale/sk-SK.js +1 -1
  62. package/lib/locale/vi-VN.js +1 -1
  63. package/lib/locale/zh-CN.js +1 -1
  64. package/lib/locale/zh-HK.js +1 -1
  65. package/lib/locale/zh-TW.js +1 -1
  66. package/lib/types/controllers/clipboard/docs/image/image-paste.controller.d.ts +1 -2
  67. package/lib/types/controllers/collab-cursor/board-collab-cursor-entity.d.ts +31 -0
  68. package/lib/types/controllers/collab-cursor/board-collab-cursor-render.controller.d.ts +21 -0
  69. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +3 -2
  70. package/lib/types/controllers/collab-cursor/slide-collab-cursor-entity.d.ts +1 -1
  71. package/lib/types/controllers/collab-status/collab-status.controller.d.ts +11 -0
  72. package/lib/types/controllers/snapshot-loading/snapshot-loading.controller.d.ts +36 -0
  73. package/lib/types/index.d.ts +0 -2
  74. package/lib/types/locale/en-US.d.ts +5 -0
  75. package/lib/types/models/cursor.d.ts +12 -8
  76. package/lib/types/views/components/SnapshotLoadingTimeout.d.ts +15 -0
  77. package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +2 -0
  78. package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +2 -2
  79. package/lib/types/views/shapes/text-bubble.shape.d.ts +1 -0
  80. package/lib/umd/facade.js +1 -1
  81. package/lib/umd/index.js +1 -1
  82. package/lib/umd/locale/ar-SA.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/de-DE.js +1 -1
  85. package/lib/umd/locale/en-US.js +1 -1
  86. package/lib/umd/locale/es-ES.js +1 -1
  87. package/lib/umd/locale/fa-IR.js +1 -1
  88. package/lib/umd/locale/fr-FR.js +1 -1
  89. package/lib/umd/locale/id-ID.js +1 -1
  90. package/lib/umd/locale/it-IT.js +1 -1
  91. package/lib/umd/locale/ja-JP.js +1 -1
  92. package/lib/umd/locale/ko-KR.js +1 -1
  93. package/lib/umd/locale/pl-PL.js +1 -1
  94. package/lib/umd/locale/pt-BR.js +1 -1
  95. package/lib/umd/locale/ru-RU.js +1 -1
  96. package/lib/umd/locale/sk-SK.js +1 -1
  97. package/lib/umd/locale/vi-VN.js +1 -1
  98. package/lib/umd/locale/zh-CN.js +1 -1
  99. package/lib/umd/locale/zh-HK.js +1 -1
  100. package/lib/umd/locale/zh-TW.js +1 -1
  101. package/package.json +23 -22
@@ -1 +1 @@
1
- (function(_0x330a20,_0x22c7e1){var _0x2548f9=_0x2f3f,_0x2f72e4=_0x330a20();while(!![]){try{var _0x56c218=parseInt(_0x2548f9(0x13a))/0x1*(-parseInt(_0x2548f9(0x141))/0x2)+-parseInt(_0x2548f9(0x138))/0x3+-parseInt(_0x2548f9(0x13f))/0x4*(-parseInt(_0x2548f9(0x139))/0x5)+parseInt(_0x2548f9(0x14e))/0x6+parseInt(_0x2548f9(0x146))/0x7+-parseInt(_0x2548f9(0x145))/0x8*(parseInt(_0x2548f9(0x149))/0x9)+-parseInt(_0x2548f9(0x147))/0xa*(parseInt(_0x2548f9(0x14d))/0xb);if(_0x56c218===_0x22c7e1)break;else _0x2f72e4['push'](_0x2f72e4['shift']());}catch(_0x8818e1){_0x2f72e4['push'](_0x2f72e4['shift']());}}}(_0x201a,0x2d375),function(_0x2f4831,_0x5c36b9){var _0x4b6d2e=_0x2f3f;typeof exports=='object'&&typeof module<'u'?module[_0x4b6d2e(0x150)]=_0x5c36b9():typeof define=='function'&&define[_0x4b6d2e(0x13e)]?define([],_0x5c36b9):(_0x2f4831=typeof globalThis<'u'?globalThis:_0x2f4831||self,_0x2f4831[_0x4b6d2e(0x14a)]=_0x5c36b9());}(this,function(){var _0x5d6c53=_0x2f3f;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5d6c53(0x14f)}},'collabStatus':{'fetchMiss':'جارٍ\x20مزامنة\x20بيانات\x20الخادم...','conflict':_0x5d6c53(0x144),'notCollab':'ملف\x20محلي','synced':'تمت\x20المزامنة','syncing':_0x5d6c53(0x142),'offline':'غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا'},'session':{'connection-failed':_0x5d6c53(0x140),'will-retry':_0x5d6c53(0x137),'room-full':_0x5d6c53(0x13b),'collaboration-timeout':_0x5d6c53(0x13d)},'conflict':{'title':'تعارض\x20في\x20التعاون','content':'هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.'},'permission':{'title':'خطأ\x20في\x20المصادقة','content':_0x5d6c53(0x14c)},'collaboration':{'offline-data-not-saved':'لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','single-unit':{'warning':_0x5d6c53(0x13c)},'closeRoom':'تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.'},'auth':{'needGotoLoginAlert':_0x5d6c53(0x143)},'formula':{'calculation':{'started':_0x5d6c53(0x14b),'waiting':'قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','unable':_0x5d6c53(0x148)}}}};}));function _0x2f3f(_0x380133,_0x457a8b){_0x380133=_0x380133-0x137;var _0x201a83=_0x201a();var _0x2f3f98=_0x201a83[_0x380133];return _0x2f3f98;}function _0x201a(){var _0x17bb2a=['2100054Evnnwj','انقر\x20لإعادة\x20الاتصال','exports','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','766251LWqOef','155dQnpBe','2021kSSpWv','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','amd','33640YXLGmO','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','234KxltNV','جارٍ\x20المزامنة...','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','تعارضات\x20التحرير','584PPcZJI','1203783ileQax','461870myudQl','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','7326dkrHkI','UniverProCollaborationClientUiArSA','بدأ\x20حساب\x20الصيغة.','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','11ASAWeF'];_0x201a=function(){return _0x17bb2a;};return _0x201a();}
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 _0x5005(_0xb6ceaa,_0x356717){_0xb6ceaa=_0xb6ceaa-0xc1;var _0x367dc7=_0x367d();var _0x500535=_0x367dc7[_0xb6ceaa];return _0x500535;}function _0x367d(){var _0xf17811=['object','332758lybVAN','1717554Zezrgz','Sincronitzat','10RwLFUR','UniverProCollaborationClientUiCaES','25rNOqGk','Conflicte\x20de\x20col·laboració','153GIwZRI','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.','Conflictes\x20d\x27edició','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','La\x20vostra\x20sessió\x20ha\x20caducat.\x20Feu\x20clic\x20a\x20D\x27acord\x20per\x20tornar\x20a\x20iniciar\x20sessió,\x20o\x20a\x20Cancel·la\x20per\x20desar\x20els\x20vostres\x20canvis\x20locals.','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','996wHFhZs','Sincronitzant\x20dades\x20del\x20servidor...','8880582LZJXOS','3586ioeOEo','Fitxer\x20local','amd','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','1012360IxTOCx','exports','function','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','101356wPLtlN','392xrSNnI','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','235792aHfCKP','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Feu\x20clic\x20per\x20reconnectar'];_0x367d=function(){return _0xf17811;};return _0x367d();}(function(_0x238b55,_0x3f02cc){var _0x361ba7=_0x5005,_0x5810de=_0x238b55();while(!![]){try{var _0x48942f=-parseInt(_0x361ba7(0xca))/0x1*(-parseInt(_0x361ba7(0xcd))/0x2)+parseInt(_0x361ba7(0xcb))/0x3+-parseInt(_0x361ba7(0xc3))/0x4*(-parseInt(_0x361ba7(0xcf))/0x5)+-parseInt(_0x361ba7(0xd9))/0x6+parseInt(_0x361ba7(0xc4))/0x7*(-parseInt(_0x361ba7(0xc6))/0x8)+-parseInt(_0x361ba7(0xd1))/0x9*(-parseInt(_0x361ba7(0xdf))/0xa)+parseInt(_0x361ba7(0xda))/0xb*(parseInt(_0x361ba7(0xd7))/0xc);if(_0x48942f===_0x3f02cc)break;else _0x5810de['push'](_0x5810de['shift']());}catch(_0x3a7c07){_0x5810de['push'](_0x5810de['shift']());}}}(_0x367d,0xef5d0),function(_0x19264f,_0xd5d49c){var _0x4dbb62=_0x5005;typeof exports==_0x4dbb62(0xc9)&&typeof module<'u'?module[_0x4dbb62(0xe0)]=_0xd5d49c():typeof define==_0x4dbb62(0xe1)&&define[_0x4dbb62(0xdc)]?define([],_0xd5d49c):(_0x19264f=typeof globalThis<'u'?globalThis:_0x19264f||self,_0x19264f[_0x4dbb62(0xce)]=_0xd5d49c());}(this,function(){var _0x4a6254=_0x5005;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4a6254(0xc8)}},'collabStatus':{'fetchMiss':_0x4a6254(0xd8),'conflict':_0x4a6254(0xd3),'notCollab':_0x4a6254(0xdb),'synced':_0x4a6254(0xcc),'syncing':'Sincronitzant...','offline':_0x4a6254(0xdd)},'session':{'connection-failed':'Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','will-retry':_0x4a6254(0xc5),'room-full':_0x4a6254(0xd4),'collaboration-timeout':_0x4a6254(0xc7)},'conflict':{'title':_0x4a6254(0xd0),'content':_0x4a6254(0xd2)},'permission':{'title':'Error\x20d\x27autenticació','content':'Les\x20vostres\x20accions\x20entren\x20en\x20conflicte\x20amb\x20els\x20permisos\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals\x20en\x20un\x20altre\x20lloc,\x20perquè\x20es\x20descartaran\x20després\x20d\x27actualitzar\x20la\x20pàgina.'},'collaboration':{'offline-data-not-saved':_0x4a6254(0xc1),'single-unit':{'warning':_0x4a6254(0xc2)},'closeRoom':'Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.'},'auth':{'needGotoLoginAlert':_0x4a6254(0xd5)},'formula':{'calculation':{'started':_0x4a6254(0xde),'waiting':_0x4a6254(0xd6),'unable':'No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.'}}}};}));
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(_0x312267,_0x5ca68d){var _0xe6c746=_0xdbf7,_0x31a6bc=_0x312267();while(!![]){try{var _0x5d8432=parseInt(_0xe6c746(0x95))/0x1+-parseInt(_0xe6c746(0x8c))/0x2*(-parseInt(_0xe6c746(0x89))/0x3)+parseInt(_0xe6c746(0x90))/0x4+-parseInt(_0xe6c746(0x9d))/0x5+-parseInt(_0xe6c746(0x87))/0x6+parseInt(_0xe6c746(0x85))/0x7*(-parseInt(_0xe6c746(0xa0))/0x8)+parseInt(_0xe6c746(0x94))/0x9*(parseInt(_0xe6c746(0x96))/0xa);if(_0x5d8432===_0x5ca68d)break;else _0x31a6bc['push'](_0x31a6bc['shift']());}catch(_0x30925b){_0x31a6bc['push'](_0x31a6bc['shift']());}}}(_0x5ee5,0x67027),function(_0x4967bd,_0x1b2d2f){var _0x482ee4=_0xdbf7;typeof exports==_0x482ee4(0x9f)&&typeof module<'u'?module[_0x482ee4(0x8d)]=_0x1b2d2f():typeof define=='function'&&define['amd']?define([],_0x1b2d2f):(_0x4967bd=typeof globalThis<'u'?globalThis:_0x4967bd||self,_0x4967bd[_0x482ee4(0x9e)]=_0x1b2d2f());}(this,function(){var _0x57e706=_0xdbf7;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Klicken,\x20um\x20wieder\x20zu\x20verbinden'}},'collabStatus':{'fetchMiss':_0x57e706(0x92),'conflict':'Bearbeitungskonflikte','notCollab':_0x57e706(0x9c),'synced':_0x57e706(0x8b),'syncing':_0x57e706(0x8e),'offline':'Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert'},'session':{'connection-failed':_0x57e706(0x8a),'will-retry':_0x57e706(0x9b),'room-full':_0x57e706(0x91),'collaboration-timeout':'Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.'},'conflict':{'title':_0x57e706(0x88),'content':_0x57e706(0xa1)},'permission':{'title':'Authentifizierungsfehler','content':_0x57e706(0x97)},'collaboration':{'offline-data-not-saved':'Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','single-unit':{'warning':_0x57e706(0x99)},'closeRoom':_0x57e706(0x86)},'auth':{'needGotoLoginAlert':_0x57e706(0x93)},'formula':{'calculation':{'started':_0x57e706(0x8f),'waiting':_0x57e706(0x9a),'unable':_0x57e706(0x98)}}}};}));function _0xdbf7(_0x594f19,_0x389b65){_0x594f19=_0x594f19-0x85;var _0x5ee5ed=_0x5ee5();var _0xdbf7d8=_0x5ee5ed[_0x594f19];return _0xdbf7d8;}function _0x5ee5(){var _0x30d941=['UniverProCollaborationClientUiDeDE','object','5512iRPnUO','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.','5012kfNgLg','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','892398irJWBw','Zusammenarbeitskonflikt','18WHxMfm','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Synchronisiert','221462dXYFHP','exports','Synchronisierung...','Formelberechnung\x20gestartet.','1675892xaIvZq','Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Serverdaten\x20werden\x20synchronisiert...','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','126zBhDeM','121880gvGuzl','361320qcogjw','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.','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','Lokale\x20Datei','3235515LxrXRh'];_0x5ee5=function(){return _0x30d941;};return _0x5ee5();}
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 _0x8048(){var _0x2c3f8b=['amd','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Authentication\x20Error','UniverProCollaborationClientUiEnUS','Collaboration\x20Conflict','3048945xqatBL','function','568xvKteK','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','13160092OPXwkn','36SzmbAn','Edit\x20conflicts','100198QpVZCS','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Connection\x20failed,\x20please\x20check\x20your\x20network.','953256jyiLVJ','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','214125jEwVHB','440UTuRaQ','Syncing...','4036689JKarDV','Local\x20file','10VcerXn','6214WyIkIY','object','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Synced','Syncing\x20server\x20data...'];_0x8048=function(){return _0x2c3f8b;};return _0x8048();}function _0x435d(_0x55eec8,_0x14e8a6){_0x55eec8=_0x55eec8-0x1b6;var _0x80483d=_0x8048();var _0x435dc2=_0x80483d[_0x55eec8];return _0x435dc2;}(function(_0x751ad6,_0x1bf6af){var _0x4690b7=_0x435d,_0x5ecc2f=_0x751ad6();while(!![]){try{var _0x199b80=-parseInt(_0x4690b7(0x1d2))/0x1*(-parseInt(_0x4690b7(0x1c5))/0x2)+-parseInt(_0x4690b7(0x1d0))/0x3+parseInt(_0x4690b7(0x1b8))/0x4*(parseInt(_0x4690b7(0x1bf))/0x5)+-parseInt(_0x4690b7(0x1bd))/0x6+-parseInt(_0x4690b7(0x1ba))/0x7*(parseInt(_0x4690b7(0x1c0))/0x8)+-parseInt(_0x4690b7(0x1c2))/0x9*(parseInt(_0x4690b7(0x1c4))/0xa)+parseInt(_0x4690b7(0x1b7))/0xb;if(_0x199b80===_0x1bf6af)break;else _0x5ecc2f['push'](_0x5ecc2f['shift']());}catch(_0x2499dc){_0x5ecc2f['push'](_0x5ecc2f['shift']());}}}(_0x8048,0xe46a7),function(_0x4646d2,_0x222b3b){var _0x2ac8b3=_0x435d;typeof exports==_0x2ac8b3(0x1c6)&&typeof module<'u'?module['exports']=_0x222b3b():typeof define==_0x2ac8b3(0x1d1)&&define[_0x2ac8b3(0x1ca)]?define([],_0x222b3b):(_0x4646d2=typeof globalThis<'u'?globalThis:_0x4646d2||self,_0x4646d2[_0x2ac8b3(0x1ce)]=_0x222b3b());}(this,function(){var _0x1ff703=_0x435d;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x1ff703(0x1c9),'conflict':_0x1ff703(0x1b9),'notCollab':_0x1ff703(0x1c3),'synced':_0x1ff703(0x1c8),'syncing':_0x1ff703(0x1c1),'offline':_0x1ff703(0x1bb)},'session':{'connection-failed':_0x1ff703(0x1bc),'will-retry':_0x1ff703(0x1be),'room-full':_0x1ff703(0x1b6),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x1ff703(0x1cf),'content':'There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'},'permission':{'title':_0x1ff703(0x1cd),'content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'offline-data-not-saved':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':_0x1ff703(0x1cc)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x1ff703(0x1cb)},'formula':{'calculation':{'started':'Formula\x20calculation\x20started.','waiting':_0x1ff703(0x1c7),'unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}}};}));
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 _0x13bd(){var _0x2ed916=['La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','Sincronizado','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','4384743YCwgRt','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.','116541lcSwjX','Archivo\x20local','function','44gkSswl','object','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.','18iizhmO','Sincronizando...','5CIxZwD','Haga\x20clic\x20para\x20reconectar','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.','Conflictos\x20de\x20edición','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','Cálculo\x20de\x20fórmulas\x20iniciado.','amd','4509211gsjPsk','Sincronizando\x20datos\x20del\x20servidor...','2877616ELgFOy','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','94130spsHLC','2msVlMS','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','3305832wEURYZ','1356539YJYEZB','UniverProCollaborationClientUiEsES','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','200gnRugp','Conflicto\x20de\x20colaboración','Error\x20de\x20conexión,\x20verifique\x20su\x20red.'];_0x13bd=function(){return _0x2ed916;};return _0x13bd();}function _0x3f78(_0x38ed05,_0x44472b){_0x38ed05=_0x38ed05-0x12f;var _0x13bdcd=_0x13bd();var _0x3f7812=_0x13bdcd[_0x38ed05];return _0x3f7812;}(function(_0xaf0c48,_0x3fdd4f){var _0x142702=_0x3f78,_0x55ac0f=_0xaf0c48();while(!![]){try{var _0xebff88=parseInt(_0x142702(0x13e))/0x1*(parseInt(_0x142702(0x13b))/0x2)+parseInt(_0x142702(0x148))/0x3+parseInt(_0x142702(0x138))/0x4*(parseInt(_0x142702(0x152))/0x5)+-parseInt(_0x142702(0x150))/0x6*(parseInt(_0x142702(0x136))/0x7)+parseInt(_0x142702(0x142))/0x8*(-parseInt(_0x142702(0x14a))/0x9)+parseInt(_0x142702(0x13a))/0xa*(-parseInt(_0x142702(0x14d))/0xb)+-parseInt(_0x142702(0x13d))/0xc;if(_0xebff88===_0x3fdd4f)break;else _0x55ac0f['push'](_0x55ac0f['shift']());}catch(_0x16dc5b){_0x55ac0f['push'](_0x55ac0f['shift']());}}}(_0x13bd,0xec5ce),function(_0x3cf0a3,_0x24d659){var _0x27bc0f=_0x3f78;typeof exports==_0x27bc0f(0x14e)&&typeof module<'u'?module['exports']=_0x24d659():typeof define==_0x27bc0f(0x14c)&&define[_0x27bc0f(0x135)]?define([],_0x24d659):(_0x3cf0a3=typeof globalThis<'u'?globalThis:_0x3cf0a3||self,_0x3cf0a3[_0x27bc0f(0x13f)]=_0x24d659());}(this,function(){var _0x59a36f=_0x3f78;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x59a36f(0x12f)}},'collabStatus':{'fetchMiss':_0x59a36f(0x137),'conflict':_0x59a36f(0x132),'notCollab':_0x59a36f(0x14b),'synced':_0x59a36f(0x146),'syncing':_0x59a36f(0x151),'offline':_0x59a36f(0x130)},'session':{'connection-failed':_0x59a36f(0x144),'will-retry':_0x59a36f(0x133),'room-full':_0x59a36f(0x141),'collaboration-timeout':_0x59a36f(0x139)},'conflict':{'title':_0x59a36f(0x143),'content':_0x59a36f(0x14f)},'permission':{'title':'Error\x20de\x20autenticación','content':_0x59a36f(0x149)},'collaboration':{'offline-data-not-saved':_0x59a36f(0x147),'single-unit':{'warning':_0x59a36f(0x131)},'closeRoom':_0x59a36f(0x13c)},'auth':{'needGotoLoginAlert':'Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.'},'formula':{'calculation':{'started':_0x59a36f(0x134),'waiting':_0x59a36f(0x145),'unable':_0x59a36f(0x140)}}}};}));
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(_0x4d6dbd,_0x24be89){var _0x4225c9=_0x2f1b,_0x88ba7d=_0x4d6dbd();while(!![]){try{var _0x8ac6b2=parseInt(_0x4225c9(0x1c2))/0x1+-parseInt(_0x4225c9(0x1b3))/0x2*(-parseInt(_0x4225c9(0x1c5))/0x3)+-parseInt(_0x4225c9(0x1bf))/0x4+parseInt(_0x4225c9(0x1af))/0x5*(-parseInt(_0x4225c9(0x1bc))/0x6)+parseInt(_0x4225c9(0x1bb))/0x7+-parseInt(_0x4225c9(0x1b7))/0x8+parseInt(_0x4225c9(0x1b6))/0x9;if(_0x8ac6b2===_0x24be89)break;else _0x88ba7d['push'](_0x88ba7d['shift']());}catch(_0x58a8c0){_0x88ba7d['push'](_0x88ba7d['shift']());}}}(_0x31fb,0x1dbe7),function(_0x3dab76,_0x16c8c1){var _0x516ff9=_0x2f1b;typeof exports==_0x516ff9(0x1c9)&&typeof module<'u'?module[_0x516ff9(0x1c6)]=_0x16c8c1():typeof define==_0x516ff9(0x1c4)&&define[_0x516ff9(0x1b0)]?define([],_0x16c8c1):(_0x3dab76=typeof globalThis<'u'?globalThis:_0x3dab76||self,_0x3dab76[_0x516ff9(0x1c0)]=_0x16c8c1());}(this,function(){var _0x4efdaa=_0x2f1b;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4efdaa(0x1ae)}},'collabStatus':{'fetchMiss':_0x4efdaa(0x1ba),'conflict':_0x4efdaa(0x1c1),'notCollab':_0x4efdaa(0x1b4),'synced':_0x4efdaa(0x1be),'syncing':_0x4efdaa(0x1c3),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':_0x4efdaa(0x1c8),'will-retry':_0x4efdaa(0x1b5),'room-full':_0x4efdaa(0x1bd),'collaboration-timeout':'سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.'},'conflict':{'title':'تداخل\x20همکاری','content':_0x4efdaa(0x1b2)},'permission':{'title':'خطای\x20اعتبارسنجی','content':'اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'collaboration':{'offline-data-not-saved':_0x4efdaa(0x1ac),'single-unit':{'warning':_0x4efdaa(0x1c7)},'closeRoom':_0x4efdaa(0x1b9)},'auth':{'needGotoLoginAlert':'ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.'},'formula':{'calculation':{'started':_0x4efdaa(0x1b1),'waiting':_0x4efdaa(0x1b8),'unable':_0x4efdaa(0x1ad)}}}};}));function _0x2f1b(_0x4a66ea,_0x3de208){_0x4a66ea=_0x4a66ea-0x1ac;var _0x31fb68=_0x31fb();var _0x2f1b9a=_0x31fb68[_0x4a66ea];return _0x2f1b9a;}function _0x31fb(){var _0x4b538f=['object','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','25AdhrzY','amd','محاسبه\x20فرمول\x20شروع\x20شد.','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','177752TsEkQg','پرونده\x20محلی','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','901503HWtQPG','1883112enUFxu','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','1437842YioFFG','166206oVksil','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','همگام\x20سازی','419044SGVwpY','UniverProCollaborationClientUiFaIR','تداخل\x20ویرایش','206037uqtZfO','در\x20حال\x20همگام\x20سازی...','function','3weWIrp','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کنید.'];_0x31fb=function(){return _0x4b538f;};return _0x31fb();}
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 _0x2324(){var _0x14dec2=['2087613ooNfuE','Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','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.','Fichier\x20local','145470bzREmU','3728718vkbzsh','Synchronisation\x20des\x20données\x20du\x20serveur...','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','2169498PQUckJ','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.','273358gOuoQE','La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','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.','Synchronisé','3100968yxmfXu','amd','exports','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Conflits\x20de\x20modification','function','186YJFGAs','object','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.','Conflit\x20de\x20collaboration','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','6OhQsri','1064540lagtRv','Synchronisation...'];_0x2324=function(){return _0x14dec2;};return _0x2324();}function _0x53bf(_0x44e0f2,_0x48e8c2){_0x44e0f2=_0x44e0f2-0x145;var _0x23247f=_0x2324();var _0x53bf26=_0x23247f[_0x44e0f2];return _0x53bf26;}(function(_0x1720e7,_0x4a549e){var _0x5ba02a=_0x53bf,_0x24d5eb=_0x1720e7();while(!![]){try{var _0x772162=parseInt(_0x5ba02a(0x158))/0x1*(parseInt(_0x5ba02a(0x14b))/0x2)+parseInt(_0x5ba02a(0x156))/0x3+parseInt(_0x5ba02a(0x14c))/0x4+-parseInt(_0x5ba02a(0x152))/0x5*(parseInt(_0x5ba02a(0x146))/0x6)+-parseInt(_0x5ba02a(0x153))/0x7+parseInt(_0x5ba02a(0x15c))/0x8+-parseInt(_0x5ba02a(0x14e))/0x9;if(_0x772162===_0x4a549e)break;else _0x24d5eb['push'](_0x24d5eb['shift']());}catch(_0x485eb7){_0x24d5eb['push'](_0x24d5eb['shift']());}}}(_0x2324,0x81813),function(_0x25aac9,_0x4b460d){var _0x27f7d2=_0x53bf;typeof exports==_0x27f7d2(0x147)&&typeof module<'u'?module[_0x27f7d2(0x15e)]=_0x4b460d():typeof define==_0x27f7d2(0x145)&&define[_0x27f7d2(0x15d)]?define([],_0x4b460d):(_0x25aac9=typeof globalThis<'u'?globalThis:_0x25aac9||self,_0x25aac9['UniverProCollaborationClientUiFrFR']=_0x4b460d());}(this,function(){var _0xd73ee5=_0x53bf;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0xd73ee5(0x154),'conflict':_0xd73ee5(0x160),'notCollab':_0xd73ee5(0x151),'synced':_0xd73ee5(0x15b),'syncing':_0xd73ee5(0x14d),'offline':_0xd73ee5(0x14a)},'session':{'connection-failed':_0xd73ee5(0x14f),'will-retry':_0xd73ee5(0x155),'room-full':'La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','collaboration-timeout':_0xd73ee5(0x15f)},'conflict':{'title':_0xd73ee5(0x149),'content':_0xd73ee5(0x157)},'permission':{'title':'Erreur\x20d\x27authentification','content':_0xd73ee5(0x150)},'collaboration':{'offline-data-not-saved':_0xd73ee5(0x148),'single-unit':{'warning':_0xd73ee5(0x15a)},'closeRoom':'Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.'},'auth':{'needGotoLoginAlert':'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':_0xd73ee5(0x159),'unable':'Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.'}}}};}));
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 _0x35de(_0x11002f,_0x5306e2){_0x11002f=_0x11002f-0x179;var _0x216579=_0x2165();var _0x35de61=_0x216579[_0x11002f];return _0x35de61;}function _0x2165(){var _0x341f70=['Perhitungan\x20rumus\x20dimulai.','Konflik\x20edit','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','amd','File\x20lokal','Menyinkronkan\x20data\x20server...','Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','485uELHPC','383952QwgeWJ','Konflik\x20Kolaborasi','UniverProCollaborationClientUiIdID','Klik\x20untuk\x20Menyambung\x20Kembali','426488mMuSSS','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','1171488ILgaTK','10XvwiBq','47706UvZIwn','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','Menyinkronkan...','Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','569420rAoiqt','function','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','exports','Tersinkron','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','2364849fbgJtp','77OQZouJ','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Kesalahan\x20Autentikasi','2077281UCBzlg','object'];_0x2165=function(){return _0x341f70;};return _0x2165();}(function(_0x7fdeee,_0x4b9e7d){var _0x38acbf=_0x35de,_0x51ef4a=_0x7fdeee();while(!![]){try{var _0xee5638=parseInt(_0x38acbf(0x193))/0x1+-parseInt(_0x38acbf(0x186))/0x2+-parseInt(_0x38acbf(0x17b))/0x3+parseInt(_0x38acbf(0x18c))/0x4+-parseInt(_0x38acbf(0x185))/0x5*(-parseInt(_0x38acbf(0x18e))/0x6)+parseInt(_0x38acbf(0x19a))/0x7*(-parseInt(_0x38acbf(0x18a))/0x8)+-parseInt(_0x38acbf(0x199))/0x9*(-parseInt(_0x38acbf(0x18d))/0xa);if(_0xee5638===_0x4b9e7d)break;else _0x51ef4a['push'](_0x51ef4a['shift']());}catch(_0x1b0062){_0x51ef4a['push'](_0x51ef4a['shift']());}}}(_0x2165,0x67e04),function(_0x30670b,_0x1f2864){var _0x13b2c2=_0x35de;typeof exports==_0x13b2c2(0x17c)&&typeof module<'u'?module[_0x13b2c2(0x196)]=_0x1f2864():typeof define==_0x13b2c2(0x194)&&define[_0x13b2c2(0x180)]?define([],_0x1f2864):(_0x30670b=typeof globalThis<'u'?globalThis:_0x30670b||self,_0x30670b[_0x13b2c2(0x188)]=_0x1f2864());}(this,function(){var _0x11a725=_0x35de;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x11a725(0x189)}},'collabStatus':{'fetchMiss':_0x11a725(0x182),'conflict':_0x11a725(0x17e),'notCollab':_0x11a725(0x181),'synced':_0x11a725(0x197),'syncing':_0x11a725(0x191),'offline':_0x11a725(0x18f)},'session':{'connection-failed':_0x11a725(0x183),'will-retry':_0x11a725(0x190),'room-full':_0x11a725(0x184),'collaboration-timeout':'Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'},'conflict':{'title':_0x11a725(0x187),'content':_0x11a725(0x195)},'permission':{'title':_0x11a725(0x17a),'content':_0x11a725(0x179)},'collaboration':{'offline-data-not-saved':_0x11a725(0x192),'single-unit':{'warning':'Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.'},'closeRoom':_0x11a725(0x17f)},'auth':{'needGotoLoginAlert':_0x11a725(0x198)},'formula':{'calculation':{'started':_0x11a725(0x17d),'waiting':'Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','unable':_0x11a725(0x18b)}}}};}));
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 _0x42dd(_0x9c148f,_0x593d95){_0x9c148f=_0x9c148f-0x1f1;var _0x3cc1e2=_0x3cc1();var _0x42dd07=_0x3cc1e2[_0x9c148f];return _0x42dd07;}(function(_0x17986e,_0x43803b){var _0x49025b=_0x42dd,_0x1a4410=_0x17986e();while(!![]){try{var _0x669790=-parseInt(_0x49025b(0x20b))/0x1+-parseInt(_0x49025b(0x20a))/0x2+-parseInt(_0x49025b(0x200))/0x3+parseInt(_0x49025b(0x201))/0x4+-parseInt(_0x49025b(0x206))/0x5*(parseInt(_0x49025b(0x203))/0x6)+parseInt(_0x49025b(0x1ff))/0x7*(parseInt(_0x49025b(0x207))/0x8)+parseInt(_0x49025b(0x1f1))/0x9;if(_0x669790===_0x43803b)break;else _0x1a4410['push'](_0x1a4410['shift']());}catch(_0x5496dc){_0x1a4410['push'](_0x1a4410['shift']());}}}(_0x3cc1,0xe512e),function(_0x4a538f,_0x3cfa46){var _0x230aef=_0x42dd;typeof exports==_0x230aef(0x1fc)&&typeof module<'u'?module[_0x230aef(0x1f2)]=_0x3cfa46():typeof define=='function'&&define[_0x230aef(0x1fd)]?define([],_0x3cfa46):(_0x4a538f=typeof globalThis<'u'?globalThis:_0x4a538f||self,_0x4a538f['UniverProCollaborationClientUiItIT']=_0x3cfa46());}(this,function(){var _0x288d4e=_0x42dd;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x288d4e(0x1f9)}},'collabStatus':{'fetchMiss':_0x288d4e(0x1f5),'conflict':'Conflitti\x20di\x20modifica','notCollab':_0x288d4e(0x1f8),'synced':_0x288d4e(0x1fa),'syncing':_0x288d4e(0x204),'offline':'Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente'},'session':{'connection-failed':_0x288d4e(0x1fe),'will-retry':_0x288d4e(0x1f7),'room-full':'La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','collaboration-timeout':'Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.'},'conflict':{'title':'Conflitto\x20di\x20Collaborazione','content':_0x288d4e(0x1f3)},'permission':{'title':_0x288d4e(0x209),'content':_0x288d4e(0x1fb)},'collaboration':{'offline-data-not-saved':_0x288d4e(0x205),'single-unit':{'warning':_0x288d4e(0x1f4)},'closeRoom':_0x288d4e(0x1f6)},'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':_0x288d4e(0x208),'waiting':_0x288d4e(0x202),'unable':'Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.'}}}};}));function _0x3cc1(){var _0x14a592=['exports','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.','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','Sincronizzazione\x20dati\x20server...','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','File\x20locale','Clicca\x20per\x20Riconnettere','Sincronizzato','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.','object','amd','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','3653097dVTdyY','2963616HTUHrx','155828iYiGrG','La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','6GItlHU','Sincronizzazione...','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','7828225aiBYxC','24whExqz','Calcolo\x20della\x20formula\x20avviato.','Errore\x20di\x20Autenticazione','1991010ZzeMYm','1286395fYDUiU','37522197JNsUbU'];_0x3cc1=function(){return _0x14a592;};return _0x3cc1();}
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 _0x48ae(_0x3187d0,_0x1e5b70){_0x3187d0=_0x3187d0-0x1af;var _0x40c96a=_0x40c9();var _0x48aeed=_0x40c96a[_0x3187d0];return _0x48aeed;}(function(_0x206cc2,_0xb63e16){var _0x2ad652=_0x48ae,_0x228e6a=_0x206cc2();while(!![]){try{var _0xab1e29=-parseInt(_0x2ad652(0x1bd))/0x1+-parseInt(_0x2ad652(0x1cb))/0x2*(-parseInt(_0x2ad652(0x1bc))/0x3)+-parseInt(_0x2ad652(0x1b8))/0x4+parseInt(_0x2ad652(0x1be))/0x5*(parseInt(_0x2ad652(0x1c8))/0x6)+-parseInt(_0x2ad652(0x1b6))/0x7+parseInt(_0x2ad652(0x1cd))/0x8*(parseInt(_0x2ad652(0x1b2))/0x9)+parseInt(_0x2ad652(0x1c4))/0xa;if(_0xab1e29===_0xb63e16)break;else _0x228e6a['push'](_0x228e6a['shift']());}catch(_0x1a940e){_0x228e6a['push'](_0x228e6a['shift']());}}}(_0x40c9,0x40357),function(_0x203307,_0x2fe161){var _0x2d2c7a=_0x48ae;typeof exports==_0x2d2c7a(0x1af)&&typeof module<'u'?module[_0x2d2c7a(0x1c2)]=_0x2fe161():typeof define==_0x2d2c7a(0x1b7)&&define['amd']?define([],_0x2fe161):(_0x203307=typeof globalThis<'u'?globalThis:_0x203307||self,_0x203307[_0x2d2c7a(0x1c6)]=_0x2fe161());}(this,function(){var _0x2dd996=_0x48ae;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2dd996(0x1cc)}},'collabStatus':{'fetchMiss':_0x2dd996(0x1b1),'conflict':'編集の競合','notCollab':_0x2dd996(0x1b4),'synced':'同期済み','syncing':_0x2dd996(0x1ba),'offline':_0x2dd996(0x1c5)},'session':{'connection-failed':_0x2dd996(0x1b0),'will-retry':_0x2dd996(0x1b3),'room-full':_0x2dd996(0x1bb),'collaboration-timeout':_0x2dd996(0x1b5)},'conflict':{'title':'共同編集の競合','content':_0x2dd996(0x1c9)},'permission':{'title':_0x2dd996(0x1bf),'content':_0x2dd996(0x1b9)},'collaboration':{'offline-data-not-saved':_0x2dd996(0x1c0),'single-unit':{'warning':_0x2dd996(0x1ce)},'closeRoom':_0x2dd996(0x1c3)},'auth':{'needGotoLoginAlert':_0x2dd996(0x1ca)},'formula':{'calculation':{'started':_0x2dd996(0x1c7),'waiting':_0x2dd996(0x1c1),'unable':'現在、数式の計算を実行できません。後でもう一度お試しください。'}}}};}));function _0x40c9(){var _0x5a6157=['お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','同期中...','共同編集ルームが満員です。編集内容はローカルに保存されます。','249015VmwmoH','51811wizVSX','1308430WUrvUc','認証エラー','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','数式の計算キューが満杯です。空きが出るまでお待ちください...','exports','共同編集ルームが閉じられたため、編集権限が取り消されました。','3696630ZKoIDu','オフライン、編集内容はローカルに保存されます','UniverProCollaborationClientUiJaJP','数式の計算を開始しました。','6bgCoMu','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','2eTLhVI','クリックして再接続','1827816jfYyyY','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','object','接続に失敗しました。ネットワーク接続を確認してください。','サーバーデータを同期中...','9zMSQya','接続に失敗しました。しばらくしてから再試行します。','ローカルファイル','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','3226804uRQbsr','function','668196fqoUbp'];_0x40c9=function(){return _0x5a6157;};return _0x40c9();}
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 _0x1be8(_0x4ac895,_0x404424){_0x4ac895=_0x4ac895-0x8e;var _0x1d42c9=_0x1d42();var _0x1be820=_0x1d42c9[_0x4ac895];return _0x1be820;}function _0x1d42(){var _0x479834=['로컬\x20파일','420VXUIBE','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','수식\x20계산을\x20시작했습니다.','object','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','4VnBvVL','서버\x20데이터\x20동기화\x20중...','클릭하여\x20다시\x20연결','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','amd','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','UniverProCollaborationClientUiKoKR','편집\x20충돌','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','공동\x20편집\x20충돌','동기화됨','1418523gzveWs','6609465VbWbvu','exports','4847672yOEcDs','function','535774Ujsezf','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','23241942KWvSzg','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','160976HGWOnQ','2538798ZXKfTw'];_0x1d42=function(){return _0x479834;};return _0x1d42();}(function(_0xbaeb43,_0x52b565){var _0x4593f8=_0x1be8,_0x53b0e0=_0xbaeb43();while(!![]){try{var _0x356438=parseInt(_0x4593f8(0x9e))/0x1*(parseInt(_0x4593f8(0x91))/0x2)+parseInt(_0x4593f8(0xaa))/0x3+-parseInt(_0x4593f8(0x8f))/0x4+-parseInt(_0x4593f8(0xab))/0x5+parseInt(_0x4593f8(0x96))/0x6+-parseInt(_0x4593f8(0x98))/0x7*(parseInt(_0x4593f8(0x95))/0x8)+parseInt(_0x4593f8(0x93))/0x9;if(_0x356438===_0x52b565)break;else _0x53b0e0['push'](_0x53b0e0['shift']());}catch(_0x463a50){_0x53b0e0['push'](_0x53b0e0['shift']());}}}(_0x1d42,0xc577d),function(_0x1f3810,_0x31c34b){var _0x296b8e=_0x1be8;typeof exports==_0x296b8e(0x9c)&&typeof module<'u'?module[_0x296b8e(0x8e)]=_0x31c34b():typeof define==_0x296b8e(0x90)&&define[_0x296b8e(0xa2)]?define([],_0x31c34b):(_0x1f3810=typeof globalThis<'u'?globalThis:_0x1f3810||self,_0x1f3810[_0x296b8e(0xa5)]=_0x31c34b());}(this,function(){var _0xaa6829=_0x1be8;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xaa6829(0xa0)}},'collabStatus':{'fetchMiss':_0xaa6829(0x9f),'conflict':_0xaa6829(0xa6),'notCollab':_0xaa6829(0x97),'synced':_0xaa6829(0xa9),'syncing':'동기화\x20중...','offline':_0xaa6829(0xa4)},'session':{'connection-failed':_0xaa6829(0xa1),'will-retry':_0xaa6829(0x9a),'room-full':_0xaa6829(0xa3),'collaboration-timeout':_0xaa6829(0x92)},'conflict':{'title':_0xaa6829(0xa8),'content':_0xaa6829(0x99)},'permission':{'title':'인증\x20오류','content':_0xaa6829(0xa7)},'collaboration':{'offline-data-not-saved':'오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','single-unit':{'warning':_0xaa6829(0x94)},'closeRoom':_0xaa6829(0x9d)},'auth':{'needGotoLoginAlert':'로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.'},'formula':{'calculation':{'started':_0xaa6829(0x9b),'waiting':'수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','unable':'현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.'}}}};}));
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 _0x1c03(_0x34f1ab,_0x546772){_0x34f1ab=_0x34f1ab-0x94;var _0x39e8c0=_0x39e8();var _0x1c0390=_0x39e8c0[_0x34f1ab];return _0x1c0390;}(function(_0x571e08,_0x55138c){var _0x23a896=_0x1c03,_0x5037ed=_0x571e08();while(!![]){try{var _0x1548fc=-parseInt(_0x23a896(0xa8))/0x1*(parseInt(_0x23a896(0xa9))/0x2)+parseInt(_0x23a896(0xad))/0x3*(-parseInt(_0x23a896(0xac))/0x4)+-parseInt(_0x23a896(0x99))/0x5*(parseInt(_0x23a896(0xa1))/0x6)+parseInt(_0x23a896(0xae))/0x7*(-parseInt(_0x23a896(0xb0))/0x8)+-parseInt(_0x23a896(0xa4))/0x9*(-parseInt(_0x23a896(0xab))/0xa)+parseInt(_0x23a896(0xa0))/0xb*(parseInt(_0x23a896(0xa7))/0xc)+parseInt(_0x23a896(0x9b))/0xd*(parseInt(_0x23a896(0x97))/0xe);if(_0x1548fc===_0x55138c)break;else _0x5037ed['push'](_0x5037ed['shift']());}catch(_0x45e628){_0x5037ed['push'](_0x5037ed['shift']());}}}(_0x39e8,0xbd7b4),function(_0x22db78,_0x42fb2c){var _0x23e3f3=_0x1c03;typeof exports==_0x23e3f3(0x94)&&typeof module<'u'?module[_0x23e3f3(0x9c)]=_0x42fb2c():typeof define=='function'&&define[_0x23e3f3(0xa6)]?define([],_0x42fb2c):(_0x22db78=typeof globalThis<'u'?globalThis:_0x22db78||self,_0x22db78['UniverProCollaborationClientUiPlPL']=_0x42fb2c());}(this,function(){var _0x12c49b=_0x1c03;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x12c49b(0xa2)}},'collabStatus':{'fetchMiss':'Synchronizowanie\x20danych\x20serwera...','conflict':'Konflikty\x20edycji','notCollab':'Plik\x20lokalny','synced':'Zsynchronizowane','syncing':_0x12c49b(0xaa),'offline':'Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie'},'session':{'connection-failed':_0x12c49b(0xb1),'will-retry':'Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','room-full':_0x12c49b(0x96),'collaboration-timeout':_0x12c49b(0x9f)},'conflict':{'title':_0x12c49b(0xaf),'content':'Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.'},'permission':{'title':_0x12c49b(0x9d),'content':_0x12c49b(0x9a)},'collaboration':{'offline-data-not-saved':_0x12c49b(0x9e),'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':_0x12c49b(0xa3)},'formula':{'calculation':{'started':_0x12c49b(0x98),'waiting':_0x12c49b(0xa5),'unable':_0x12c49b(0x95)}}}};}));function _0x39e8(){var _0x58d5a9=['Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','18OiXKxp','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','amd','636fraOkt','13BUZFYf','224584keTMMK','Synchronizowanie...','7383630zKRVpy','4hmavjr','3436542UAieOD','18494tTAtcP','Konflikt\x20współpracy','232pYESQM','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','object','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','14nTdosO','Obliczanie\x20formuły\x20rozpoczęte.','5Ycbfbb','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','23901787EEIxQz','exports','Błąd\x20uwierzytelniania','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','258016jHFDfs','6602694ywqRnB','Kliknij,\x20aby\x20połączyć\x20ponownie'];_0x39e8=function(){return _0x58d5a9;};return _0x39e8();}
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(_0x5a2905,_0x137cdf){var _0x3b22cc=_0x4f28,_0x3e18d4=_0x5a2905();while(!![]){try{var _0x4bc8d0=parseInt(_0x3b22cc(0x14e))/0x1*(-parseInt(_0x3b22cc(0x131))/0x2)+-parseInt(_0x3b22cc(0x13b))/0x3*(-parseInt(_0x3b22cc(0x13a))/0x4)+-parseInt(_0x3b22cc(0x137))/0x5*(-parseInt(_0x3b22cc(0x141))/0x6)+parseInt(_0x3b22cc(0x148))/0x7*(parseInt(_0x3b22cc(0x138))/0x8)+-parseInt(_0x3b22cc(0x13c))/0x9+parseInt(_0x3b22cc(0x143))/0xa+parseInt(_0x3b22cc(0x14b))/0xb;if(_0x4bc8d0===_0x137cdf)break;else _0x3e18d4['push'](_0x3e18d4['shift']());}catch(_0x2294c2){_0x3e18d4['push'](_0x3e18d4['shift']());}}}(_0x72e9,0xf2579),function(_0x93dd0,_0x678dd7){var _0x232c87=_0x4f28;typeof exports==_0x232c87(0x146)&&typeof module<'u'?module[_0x232c87(0x132)]=_0x678dd7():typeof define==_0x232c87(0x13d)&&define[_0x232c87(0x133)]?define([],_0x678dd7):(_0x93dd0=typeof globalThis<'u'?globalThis:_0x93dd0||self,_0x93dd0[_0x232c87(0x13f)]=_0x678dd7());}(this,function(){var _0x3bd47e=_0x4f28;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3bd47e(0x134)}},'collabStatus':{'fetchMiss':_0x3bd47e(0x145),'conflict':'Conflitos\x20de\x20edição','notCollab':'Arquivo\x20local','synced':'Sincronizado','syncing':'Sincronizando...','offline':'Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente'},'session':{'connection-failed':_0x3bd47e(0x139),'will-retry':_0x3bd47e(0x135),'room-full':_0x3bd47e(0x14d),'collaboration-timeout':_0x3bd47e(0x14c)},'conflict':{'title':'Conflito\x20de\x20Colaboração','content':_0x3bd47e(0x13e)},'permission':{'title':'Erro\x20de\x20autenticação','content':_0x3bd47e(0x149)},'collaboration':{'offline-data-not-saved':_0x3bd47e(0x14f),'single-unit':{'warning':_0x3bd47e(0x140)},'closeRoom':_0x3bd47e(0x136)},'auth':{'needGotoLoginAlert':_0x3bd47e(0x147)},'formula':{'calculation':{'started':_0x3bd47e(0x142),'waiting':_0x3bd47e(0x14a),'unable':_0x3bd47e(0x144)}}}};}));function _0x4f28(_0x294c83,_0xe9b3da){_0x294c83=_0x294c83-0x131;var _0x72e9dc=_0x72e9();var _0x4f288f=_0x72e9dc[_0x294c83];return _0x4f288f;}function _0x72e9(){var _0x3a32fa=['function','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.','UniverProCollaborationClientUiPtBR','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','2916egbeAU','Cálculo\x20de\x20fórmula\x20iniciado.','4747120RXqvBw','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','Sincronizando\x20dados\x20do\x20servidor...','object','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','446054jLUUYJ','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.','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','9707577MjkoEi','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','20081hoTFYr','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','158XmzOEp','exports','amd','Clique\x20para\x20Reconectar','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','4685pUUxwH','112iJGjgX','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','304buFoKQ','14733awBdRz','4490217UjWFZb'];_0x72e9=function(){return _0x3a32fa;};return _0x72e9();}
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 _0x3eae(_0x588d9b,_0x398abf){_0x588d9b=_0x588d9b-0x14f;var _0x2a1335=_0x2a13();var _0x3eae47=_0x2a1335[_0x588d9b];return _0x3eae47;}function _0x2a13(){var _0x24d69e=['Синхронизация\x20данных\x20сервера...','Синхронизировано','function','3465469RYiokf','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','30nuWiMP','exports','2694735yinOaj','Конфликты\x20редактирования','UniverProCollaborationClientUiRuRU','Начато\x20вычисление\x20формул.','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','object','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','230193heFsfw','amd','В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.','98996dPYdAm','6mlWmMm','12261570BIGzjc','Нажмите\x20для\x20переподключения','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','1560546quiXcQ','104eajEMO','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','526333xPztmb','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...'];_0x2a13=function(){return _0x24d69e;};return _0x2a13();}(function(_0x285f79,_0x1ae2e1){var _0x397598=_0x3eae,_0x1d2eff=_0x285f79();while(!![]){try{var _0x2c41bf=-parseInt(_0x397598(0x16a))/0x1+-parseInt(_0x397598(0x167))/0x2+-parseInt(_0x397598(0x156))/0x3*(-parseInt(_0x397598(0x162))/0x4)+parseInt(_0x397598(0x158))/0x5+parseInt(_0x397598(0x163))/0x6*(-parseInt(_0x397598(0x153))/0x7)+-parseInt(_0x397598(0x168))/0x8*(-parseInt(_0x397598(0x15f))/0x9)+parseInt(_0x397598(0x164))/0xa;if(_0x2c41bf===_0x1ae2e1)break;else _0x1d2eff['push'](_0x1d2eff['shift']());}catch(_0x2f6d2e){_0x1d2eff['push'](_0x1d2eff['shift']());}}}(_0x2a13,0x84abe),function(_0x3e8045,_0x571c7e){var _0x1974cf=_0x3eae;typeof exports==_0x1974cf(0x15d)&&typeof module<'u'?module[_0x1974cf(0x157)]=_0x571c7e():typeof define==_0x1974cf(0x152)&&define[_0x1974cf(0x160)]?define([],_0x571c7e):(_0x3e8045=typeof globalThis<'u'?globalThis:_0x3e8045||self,_0x3e8045[_0x1974cf(0x15a)]=_0x571c7e());}(this,function(){var _0x3a4890=_0x3eae;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3a4890(0x165)}},'collabStatus':{'fetchMiss':_0x3a4890(0x150),'conflict':_0x3a4890(0x159),'notCollab':'Локальный\x20файл','synced':_0x3a4890(0x151),'syncing':'Синхронизация...','offline':_0x3a4890(0x15e)},'session':{'connection-failed':_0x3a4890(0x155),'will-retry':'Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','room-full':'Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','collaboration-timeout':_0x3a4890(0x169)},'conflict':{'title':'Конфликт\x20совместной\x20работы','content':'Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.'},'permission':{'title':'Ошибка\x20аутентификации','content':_0x3a4890(0x154)},'collaboration':{'offline-data-not-saved':'У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','single-unit':{'warning':'Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.'},'closeRoom':_0x3a4890(0x15c)},'auth':{'needGotoLoginAlert':_0x3a4890(0x166)},'formula':{'calculation':{'started':_0x3a4890(0x15b),'waiting':_0x3a4890(0x14f),'unable':_0x3a4890(0x161)}}}};}));
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 _0x3c38(){var _0x6118b3=['Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','exports','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','8997848wztWiR','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Chyba\x20overenia','function','amd','20RcInhK','Konflikty\x20úprav','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.','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.','986985gxthxJ','Lokálny\x20súbor','object','96498hzTZvY','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Výpočet\x20vzorcov\x20sa\x20spustil.','Konflikt\x20spolupráce','738939obDqeK','3209778DybYqO','UniverProCollaborationClientUiSkSK','7838348ROikto','776546hkONSD'];_0x3c38=function(){return _0x6118b3;};return _0x3c38();}function _0x3606(_0x19508e,_0x5bac77){_0x19508e=_0x19508e-0x157;var _0x3c381b=_0x3c38();var _0x3606f7=_0x3c381b[_0x19508e];return _0x3606f7;}(function(_0x2389fc,_0x1813e4){var _0x4a6c58=_0x3606,_0x4651d7=_0x2389fc();while(!![]){try{var _0x16c918=-parseInt(_0x4a6c58(0x161))/0x1+parseInt(_0x4a6c58(0x16a))/0x2+-parseInt(_0x4a6c58(0x166))/0x3*(-parseInt(_0x4a6c58(0x159))/0x4)+-parseInt(_0x4a6c58(0x15e))/0x5+-parseInt(_0x4a6c58(0x167))/0x6+parseInt(_0x4a6c58(0x169))/0x7+-parseInt(_0x4a6c58(0x16e))/0x8;if(_0x16c918===_0x1813e4)break;else _0x4651d7['push'](_0x4651d7['shift']());}catch(_0x133b77){_0x4651d7['push'](_0x4651d7['shift']());}}}(_0x3c38,0xbfe5d),function(_0x248bf2,_0x2ce5c6){var _0x56e80a=_0x3606;typeof exports==_0x56e80a(0x160)&&typeof module<'u'?module[_0x56e80a(0x16c)]=_0x2ce5c6():typeof define==_0x56e80a(0x157)&&define[_0x56e80a(0x158)]?define([],_0x2ce5c6):(_0x248bf2=typeof globalThis<'u'?globalThis:_0x248bf2||self,_0x248bf2[_0x56e80a(0x168)]=_0x2ce5c6());}(this,function(){var _0x1da06e=_0x3606;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknite\x20na\x20opätovné\x20pripojenie'}},'collabStatus':{'fetchMiss':'Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','conflict':_0x1da06e(0x15a),'notCollab':_0x1da06e(0x15f),'synced':'Synchronizované','syncing':'Synchronizuje\x20sa...','offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'session':{'connection-failed':_0x1da06e(0x162),'will-retry':'Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','room-full':_0x1da06e(0x16b),'collaboration-timeout':_0x1da06e(0x16f)},'conflict':{'title':_0x1da06e(0x165),'content':_0x1da06e(0x15b)},'permission':{'title':_0x1da06e(0x170),'content':_0x1da06e(0x15d)},'collaboration':{'offline-data-not-saved':_0x1da06e(0x16d),'single-unit':{'warning':'Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.'},'closeRoom':_0x1da06e(0x163)},'auth':{'needGotoLoginAlert':_0x1da06e(0x15c)},'formula':{'calculation':{'started':_0x1da06e(0x164),'waiting':'Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','unable':'Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.'}}}};}));
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();}